body
{
    box-sizing: border-box;
    font-family: "Kumbh Sans", sans-serif;
}
.navbar-nav .nav-link {
    color: #fff; 
}
.navbar-toggler-close {
    position: absolute;
    top: 0.5rem; /* Adjust as needed for vertical alignment */
    right: 1rem; /* Adjust as needed for horizontal alignment */
    border: none;
    background: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1001; /* Ensure it's above other navbar elements */
    display: block;
}
.navbar-toggler-close.collapsed
{
    display: none;
}
button.navbar-toggler,button.navbar-toggler:focus
{
    box-shadow: none;
    border: none;
}
/* Show the close button when the navbar is expanded */
.navbar-collapse.show ~ .navbar-toggler-close {
    display: block;
}
header nav a.navbar-brand,header nav
{
    padding: 0px !important;
}
.btn 
{
    border-radius: 30px;
    color: black;
    padding: 10px 15px;
}
.btn-secondary
{
    background-color: white;
    border: 1px solid #BC8939;
    color: #BC8939;
}
.btn-primary,.btn-primary:hover,
.btn-secondary:hover,.btn-primary:focus,
.btn-primary:active,.btn-secondary:focus,
.btn-secondary:active
{
    background-color: #BC8939 !important;
    border: 1px solid #BC8939;
    color: black;
}
.extra-link
{
    margin-left: 60px;
}
section .container
{
    position: relative;
}
header .navbar-collapse
{
    margin-top: 15px;
}
.hero-section
{
    /* background-image: url(../../../storage/general/hero-banner.jpg); */
    background-image: url(../../../storage/general/hero-banner-1.png);
    padding: 100px 0px;
    background-size: cover;
}
.hero-content h1
{
    font-size: 48px;
    font-weight: 800;
    color: black;
}
.hero-content h1 span 
{
    color: #B8812E;
}
.hero-content
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 60px 0px;
    padding-right: 50px;
}
.hero-images
{
    padding-top: 60px;
}
.hero-left,.hero-right,
.body-left,.body-right
{
    position: absolute;
}
.hero-left
{
    top: 50px;
    left: -150px;
}
.hero-right
{
    top: 50px;
    right: -150px;
}
.hero-left img,.hero-right img,
.body-left img,.body-right img
{
    min-height: 500px;
    width: 100%;
    max-width: 480px;
}
.search-box-section .body-left
{
    top: 20px;
    left: -200px;
}
.search-box-section .body-right
{
    top: 20px;
    right: -200px;
}
.about-us .body-left
{
    top: 0px;
    left: -200px;
}
.about-us .body-right
{
    top: 0px;
    right: -200px;
}
.popular-city .body-left
{
    top: 0px;
    left: -100px;
}
.popular-city .body-right
{
    top: 0px;
    right: -100px;
}
.best-property .body-left
{
    top: 0px;
    left: -200px;
}
.best-property .body-right
{
    top: 0px;
    right: -200px;
}
.find-map .body-left
{
    bottom: 0px;
    left: -200px;
}
.explore-property .body-right
{
    right: -200px;
    top: 0px;
}
.get-in-touch .body-left
{
    top: 0px;
    left: -200px;
}
.testimonials .body-left
{
    bottom: 0px;
    left: -200px;
}
.testimonials .body-right
{
    top: 0px;
    right: -200px;
}
.blogs .body-left
{
    bottom: 0px;
    left: -200px;
}
.blogs .body-right
{
    top: 0px;
    right: -200px;
}
.best-property,.explore-property
{
    overflow: hidden;
}
.search-box-section
{
    background-image: url(../../../storage/general/search-box-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.location-input .suggestion
{
    background: white !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.location-input .suggestion li a 
{
    color: black !important;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}
.contact-form label
{
    color: white;
}
.property-form-container
{
    text-align: center;
}
.property-form-container h3,.category-form-container h3
{
    font-size: 24px;
    font-weight: 600;
    color: black;
}
.property-form-container input,.category-form-container input,
.price-select button 
{
    box-shadow: none;
    border-radius: 8px !important;
    border: 1px solid #A1A1A180;
    padding-left: 40px !important;
    text-align: left;
    padding: 12px 20px;
    height: auto !important;
}
.property-form-container input:focus,
.category-form-container input:focus
{
    box-shadow: none;
    border: 1px solid #F6F6F6;
    z-index: unset !important;
}
.property-form-container span.input-icon,
.category-form-container span.input-icon
{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #A0A0A0;
    z-index: 1;
}
.btn-dark
{
    background-color: #000000 !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 6px 15px !important;
}
.process-steps h4 
{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-top: 15px;
}
.pd-tb 
{
    padding: 80px 0px;
}
.payment-section
{
    background: linear-gradient(90deg,#CBAD6D 0%,#EADBAB 50%,#EAC785 100%);
    padding: 50px 0px;
}
.resident-btn {
  background: #2f2f2f; /* dark background */
  color: #e6d19a; /* gold text */
  font-size: 20px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 50px;
  border: 2px solid #d6b97a; /* gold border */
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Outer glow / double border effect */
.resident-btn::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 60px;
  border: 2px solid #d6b97a;
  opacity: 0.6;
}

/* Hover effect */
.resident-btn:hover {
  background: #3a3a3a;
  box-shadow: 0 0 10px rgba(214, 185, 122, 0.6);
}
.submit-btn,.btn-submit
{
    background: linear-gradient(90deg, #CBAD6D 0%, #EADBAB 50%, #EAC785 100%);
    padding: 10px 20px;
    border-radius: 30px;
}
.payandconfirm-tb
{
    padding: 50px 0px;
}
.how-we-work
{
    overflow: hidden;
    padding-bottom: 80px;
}
.how-we-work .container 
{
    padding-top: 80px;
    border-top: 1px solid #0000001A;
}
.map-row,.testimonials .container
{
    border-bottom: 1px solid #0000001A;
    padding-bottom: 80px;
}
.explore-property .bp-row,.best-property .bp-row
{
    border-bottom: 1px solid #0000001A;
}
.process-steps::before
{
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    height: 1px;
    border: 1px dashed #79797933;
    z-index: -1; /* Ensure it stays behind the steps */
    max-width: 1000px;
    transform: translateX(-50%);
}
.process-steps span 
{
    width: 80px;
    height: 80px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}
.process-steps span:hover 
{
    background-color: #F2B545;
}
.process-steps p 
{
    margin-bottom: 0px;
}
.section-title h1 
{
    font-size: 48px;
    font-weight: 700;
    margin: 15px 0px;
}
.about-us .grid-row 
{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
}
.about-us .grid-item
{
    padding: 18px;
    border-radius: 16px;
    text-align: center;
    border:1px solid #B8812E4D;
    color: white;
}
.about-us .grid-item h3
{
    font-size: 24px;
    font-weight: 600;
}
.about-us .grid-item p 
{
    margin-bottom: 0px;
    font-size: 15px;
}
.about-us .section-title
{
    padding-right: 50px;
}
.about-us img
{
    border-radius: 16px;
}
.popular-city
{
    background-size: cover;
    background-image: url(../../../storage/general/popular-city-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    overflow: hidden;
}
.popular-city h2,.popular-city p
{
    color: white;
}
.city-card a
{   
    display: block;
    border-radius: 16px;
    text-decoration: none;
    position: relative;
}
.city-name
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;
    background: linear-gradient(180deg, rgba(42,37,34,0.8), rgba(42,37,34,0));
}
.city-card h5,.city-card p
{
    color: white !important;
}
.property-card h5,.city-card h5
{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
}
.city-card p,.property-card p,.map-item p,.testimonials .section-title span
{
    color: #323232;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}
.about-us .section-title h1,.about-us .section-title p
{
    color: white;
}
.city-card img,.property-card img
{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.city-card .card-txt p 
{
    margin-bottom: 0px;
}
.city-card .card-arrow span
{
    width: 32px;
    height: 32px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.popular-city-swiper .swiper-button-next,
.popular-city-swiper .swiper-button-prev
{
    width: 40px;
    height: 40px;
    background-color: #202020;
    border-radius: 50%;
}
.popular-city-swiper .swiper-button-next::after,
.popular-city-swiper .swiper-button-prev::after
{
    font-size: 16px;
    color: white;
}
.property-card .card-arrow span 
{
    font-size: 14px;
    color: #525252;
}
.property-card a 
{
    padding: 0px !important;
    display: block;
    text-decoration: none;
}
.best-property-slider .swiper-button-next,
.best-property-slider .swiper-button-prev,
.blog-slider .swiper-button-next,
.blog-slider .swiper-button-prev
{
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best-property-slider .swiper-button-next,
.best-property-slider .swiper-button-prev,
.blog-slider .swiper-button-next,
.blog-slider .swiper-button-prev
{
    font-size: 16px;
    color: black;
}
.explore-property .section-title,
.find-map .section-title,.blogs
{
    padding-top: 80px;
    overflow: hidden;
}
.testimonials .container
{
    border-top: 1px solid #F2B545;
    padding-top: 80px;
}
.testimonials
{
    overflow: hidden;
}
.find-map h2 span 
{
    color: #B8812E;
}
.find-map iframe
{
    border-radius: 16px;
}
.map-title h4 
{
    font-size: 20px;
}
.map-title a 
{
    color: black;
    text-decoration: none;
    font-size: 15px;
}
.map-item .flex-box
{
    display: flex;
}
.map-item .map-img
{
    width: 40%;
    padding-right: 15px;
}
.map-item .map-img img 
{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.map-item a 
{
    text-decoration: none;
}
.map-item h5
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.map-item p span 
{
    color: black;
    font-weight: 600;
}
.map-item .map-txt
{
    border-bottom: 1px solid #F2B545;
    padding-bottom: 10px;
    width: 60%;
}
.map-list
{
    max-height: 460px;
    overflow-y: auto;
}
.section-title h2 
{
    font-weight: 600;
}
.get-in-touch
{
    background-size: cover;
    background-image: url(../../../storage/general/get-in-touch.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: black;
    padding: 80px 50px;
}
.get-in-touch h2 
{
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.get-in-touch h2 span
{
    color: #B8812E;
}
.get-in-touch-item h5 
{
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
}
.get-in-touch-item p
{
    color: white;
    font-size: 15px;
}
.get-in-touch-grid
{
    display: flex;
    gap: 15px;
    flex-direction: column;
    max-width: 400px;
}
.get-in-touch-item
{
    display: flex;
    gap: 15px;
    background-color: #2F2E2D;
    padding: 15px;
    border-radius: 16px;
}
.testi-wrapper
{
    border-radius: 24px;
    background-color: black;
    color: white;
}
.testi-wrapper .testi-item
{
    padding: 30px;
}
.testimonials .section-title h2 
{
    margin-top: 15px;
}
.testi-item h5 
{
    margin-bottom: 0px;
    font-size: 18px;;
}
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next
{
    font-size: 16px;
    color: #F2B545;
}
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next
{
    width: 35px;
    height: 35px;
    background-color: black;
    border: 1px solid #F2B545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover
{
    background-color: #F2B545;
}
.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover
{
    color: black;
}
.testimonial-slider .owl-next
{
    right: 30px !important;
    bottom: 15px !important;
    top: unset !important;
}
.testimonial-slider .owl-prev 
{
    right: 80px !important;
    left: unset !important;
    bottom: 15px !important;
    top: unset !important;
}
.blog-card a 
{
    text-decoration: none;
    color: black;   
}
.property-card a img,.blog-card a img
{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.blog-card a h5 
{
    font-size: 18px;
    font-weight: 600;
}
.blog-card a p
{
    font-size: 14px;
    color: #323232;
    margin-bottom: 0px;
    font-weight: 500;
}
.blogs
{
    padding-bottom: 100px;
}
.footer-logo
{
    padding-right: 50px;
}
.footer-logo p 
{
    color: white;
}

.menufooter h5
{
    color: #F2B545;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.menufooter ul 
{
    list-style: none;
    padding-left: 0px;
}
.menufooter ul li a 
{
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.menufooter ul li
{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.footer-copyright 
{
    padding: 15px 0px;
    border-top: 1px solid #FFFFFF40;
    border-bottom: 1px solid #FFFFFF40;
    align-items: center;
}
.footer-copyright ul
{
    padding-left: 0px;
    margin: 0px;
    display: flex;
    gap: 10px;
}
.footer-copyright ul li
{
    list-style-type: none;
    display: inline-block;
}
.footer-copyright ul li a
{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    border-radius: 50%;
    text-decoration: none;
    color: white;
}
.footer-copyright p 
{
    color: white;
    font-size: 14px;
}
.page-footer 
{
    background-image: url(../../../storage/general/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    position: relative;
    padding-bottom: 50px;
    border-top: 0px !important;
}
.category-hero-banner
{
    background-image: url(../images/category_banner.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.category-form-container
{
    padding: 30px;
    border-radius: 24px;
    background-color: white;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    margin-top: -120px;
    z-index: 2;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.check-filter .form-group
{
    margin-bottom: 0px;
}
.check-filter .form-group .location-input
{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.check-filter .form-group .location-input input
{
    width: 16px;
    height: 16px;
    accent-color: #F2B545;
}
.check-filter
{
    background-color: #F6F6F6;
    border-radius: 8px !important;
    border: 1px solid #F6F6F6;
    padding: 7px;
}
.category-hero-banner .container
{
    height: 100%;
}
.category-property-list
{
    margin-top: 150px;
}
.category-property-list .d-flex a
{
    text-decoration: none;
    color: black;
}
.property-map iframe
{
    border-radius: 12px;
}
.property-map
{
    margin-top: 50px;
}
.list-wrapper
{
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}
.keyword-input,.location-input
{
    width: 100%;
}
.popular-city-swiper .item 
{
    width: 100%;
}
.popular-city-swiper .owl-nav button 
{
    width: 40px;
    height: 40px;
    background-color: #202020 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-city-swiper .owl-nav button span 
{
    font-size: 36px;
}
.owl-nav i
{
    width: auto !important;
    height: auto !important;
    font-size: 20px;
    padding: 0px !important;
    background-color: transparent !important;
}
.testimonial-slider .owl-nav
{
    top: unset !important;
    bottom: 0;
}
.how-we-work
{
    z-index: -1;
}
.topmenu.bg-light .navbar-nav a {
  color: white !important;
}
.bgheadproject .category-form-container h3
{
    font-size: 32px;
}
.property-listing-data 
{
    margin-top: 150px;
}
.shop__sort
{
    background-color: #F5F6F8;
    padding: 10px;
    border-radius: 8px;
}
.shop__sort select
{
    border-color:  #00000038 !important;
    border-radius: 5px !important;
    padding: 8px 12px !important;
    height: auto !important;
    padding-right: 30px !important;
    background-color: white !important;
}
.projecthome .item .img img.thumb
{
    border-radius: 16px !important;
    width: 100% !important;
}
.item-left
{
    width: calc(100% - 125px);
}
.item-right
{
    width: 125px;
    text-align: right;
}
#map-location
{
    height: 100%;
    max-height: 408px;
}
.item-left a
{
    text-decoration: none;
    color: black;
}
.item-left a h5
{
    font-size: 16px;
    font-weight: 600;
}
.item-right span
{
    font-size: 14px;
    color: #525252;
}
.item-left p 
{
    margin-bottom: 0px;
    font-size: 15px;
}
#properties-list .property-item
{
    margin-bottom: 20px;
}
.img-fluid
{
    width: 100%;;
}
.price-select .dropdown-toggle::after
{
    position: absolute;
    right: 15px;
    top: 15px;
}
.price-select .dropdown-menu
{
   /* min-width: 300px;
   max-width: 400px; */
   right: 0px !important;
   left: unset !important;
   background-color: white !important;
}
.price-select .dropdown-item:hover 
{
    background-color: white !important;
}
.price-select .dropdown-item input 
{
    padding-left: 12px !important;
}
.price-select .dropdown-item .form-group
{
    margin-bottom: 0px !important;
}
.slidetop .owl-nav button
{
    position: static !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    color: black !important;
}
.slidetop .owl-nav
{
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}
.slidebot
{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.boxright input,.boxright select,.boxright textarea
{
    background-color: white;
    border-radius: 8px !important;
    border:none !important;
}
.boxright button
{
    width: 100%;
}
.property-table th, 
.property-table td {
    vertical-align: middle;
    text-align: center;
}
.property-table thead {
    background: #f8f9fa;
}
.highlight td {
    background-color: #d2e3fd;
}
.property-table {
    border: 1px solid black;
}
.review-wrapper
{
    background-color: #F5F5F5;
    border-radius: 12px;
}
.review-wrapper textarea
{
    background-color: white !important;
    border-radius: 8px;
    border: none;
    height: auto;
}
.reviews-container
{
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}
.block--review .block__content
{
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.block--review .block__content p 
{
    margin-bottom: 0px;
}
.block--review
{
    margin-bottom: 15px;
}
.reviews-list .block--review:last-child
{
    margin-bottom: 0px;
}
.reviews-list .block--review:last-child .block__content
{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.boxright form label 
{
    display: none;
}
.boxright form button i 
{
    margin-right: 10px;
}
.see-wrapper-pdf
{
    position: absolute;
    right: 0;
    top: 0;
}
.top-details .titlehouse
{
    padding-right: 30px;
}
/* .property-table tr:nth-child(odd) td
{
    background-color: #d2e3fd !important;
} */
 .process-steps span:hover 
 {
    background-color: #f2b545;
 }
.ck-content
{
    position: relative;
    z-index: 0;
}
.blogs .container,.about-us .container
{
    position: relative;
}
.map-item.active .map-img img 
{
    border: 3px solid black;
}
.data-listing
{
    max-height: 1000px;
    overflow-y: auto;
}
.custom-map-controls {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    margin-left: 20px;
}
.map-control-row {
    display: flex;  
    gap: 5px;
}
.control-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 11px;
    text-align: center;
}
.map-control-item:hover {
    transform: translateY(-1px);
}
.map-control-item.active .control-icon {
    background: rgba(66, 133, 244, 0.1);
    border-color: #4285f4;
    color: #4285f4;
}
.control-icon {
    font-size: 18px;
}
.control-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-top:6px;
    text-align:center;
}
.leaflet-bottom.leaflet-left {
    margin-bottom: 0;
    margin-left: 0;
}
#map
{
    height: 100% !important;
    min-height: unset !important;
}
.projecthome
{
    padding-bottom: 50px;
}

/* popup */
.status-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #00aaff;
    color: white;
    font-size: 0.7em;
    padding: 2px 6px;
    border-radius: 3px;
}
.home-map-img {
    position: relative;
}
.home-map-popup
{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 254px;
}
.view-map
{
    font-size: 14px;
    border-radius: 5px;
}
.view-property
{
    font-size: 14px;
    border-radius: 8px !important;
}
.bgheadproject{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.map-item {
    cursor: pointer;
}
.find-map .gm-style-iw-chr
{
    position: absolute;
    right: -7px;
    top: auto;
}
.find-map .gm-style-iw-chr button 
{
    width: 30px !important;
    height: 30px !important;
}
.find-map .gm-style-iw-chr button  span 
{
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important;
}
#map-location .infomarker h5
{
    height: auto !important;
}
.find-map .gm-style-iw-d
{
    padding-top: 10px !important;
}
.contact-form-wrapper
{
    padding: 25px;
    border-radius: 20px;
    background-color: white;
    border:2px solid #0000001A;
}
.contact-form-wrapper input,.contact-form-wrapper textarea,
.contact-form-wrapper select
{
    background-color: #F3F3F5;
    border-radius: 8px;
    border: 0px;
    padding: 15px;
    height: auto;
}
.contact-form-wrapper input:focus,.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus
{
    background-color: #F3F3F5;
}
.contact-form-wrapper .form-actions button
{
    border-radius: 8px;
    height: auto;
    padding: 12px 20px;
    line-height: unset;
    font-size: 16px;
    border: 0px;
    color: black;
}
.contact-form-wrapper .form-actions button:hover
{
    color: white;
    background-color: black;
}
.mission-content h2 {
  font-size: 2rem;
  color: #222;
}

.mission-content p {
  font-size: 1rem;
  line-height: 1.7;
}

.mission-content h5 {
  font-size: 1.125rem;
  color: #222;
}
.our-mission .mission-content ul li {
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #F0EEEA;
}
.our-mission img 
{
    border-radius:16px;
}
.what-value-do-we
{
    background-color: #F0EEEA;
}
.value-section {
  background-color: #fff;
}

.value-card {
  background-color: white;
  border-radius: 15px;
  transition: all 0.3s ease;
  text-align: center;
}
.value-card:hover {
  transform: translateY(-5px);
}
.value-card .icon img {
  border-radius: 12px;
  padding: 10px;
  margin: auto;
  width: auto;
}
.get-in-touch p 
{
    color: white;
    margin-bottom: 0px;
}
.explore-property .body-left {
    bottom: 0px;
    left: -200px;
}
.what-value-do-we .body-left {
    bottom: 0px;
    left: -200px;
}
.what-value-do-we .body-right {
    bottom: 0px;
    right: -200px;
}
.what-value-do-we 
{
    overflow-x: hidden;
}
.get-in-touch .contact-form {
    width: 100%;
    max-width: 600px;
    padding: 20px 0px;
    margin-left: auto;
}

.get-in-touch .contact-form .form-control {
    background-color: #3b3a3a;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 12px 16px;
    margin-bottom: 20px;
    height: auto;
}

.get-in-touch .contact-form .form-control::placeholder {
    color: #ccc;
}

.get-in-touch .contact-form .form-control:focus {
    box-shadow: none;
    background-color: #4b4a4a;
}
.ab-what-we-are .body-left,.ab-our-mission .body-left,
.ab-our-value .body-left
 {
    top: 0px;
    left: -200px;
}
.ab-what-we-are .body-right,.ab-our-mission .body-right,
.ab-our-value .body-right {
    top: 0px;
    right: -200px;
}
.padtop50
{
    overflow-x: hidden;
}
.bgheadproject
{
    position: relative;
}
.bgheadproject .description
{
    height: 100%;
    display: flex;
    align-items: center;
}
.bgheadproject .description .container-fluid
{
    position: relative;
    z-index: 2;
}
.main-homes .bgheadproject::after
{
    display: none;
}
.ab-our-mission
{
    background-size: 100%;
    background-image: url(../../../storage/home_images/popular_city.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: black;
    overflow: hidden;
}
.ab-our-mission h2,.ab-our-value h2
{
    color: #F2B545;
}
.ab-our-mission p 
{
    color: white;
}
.ab-why 
{
    background-color: #F0F0F0;
}
 .why-card {
      background: #fff;
      border: none;
      border-radius: 20px;
      padding: 30px;
      text-align: left;
      transition: all 0.3s ease;
      height: 100%;
    }

    .why-card:hover {
      transform: translateY(-5px);
    }

    .icon-box {
      margin-bottom: 20px;
    }

    .icon-box img {
      width: 50px;
      height: 50px;
    }

    .why-card h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .why-card p {
      color: #555;
      font-size: 0.95rem;
      line-height: 1.6;
      margin: 0;
    }
    .ab-why .col-md-6.col-lg-4
    {
        margin-bottom: 20px;
    }
.value-list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 30px;
    }

    .value-list li {
      margin-bottom: 30px;
      position: relative;
      padding-left: 20px;
      list-style-type: none;
    }

    .value-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width: 3px;
      bottom: 0;
      background-color: #f5b642;
    }

    .value-item-title {
      font-weight: 600;
      font-size: 20px;
      color: white;
    }

    .value-item-text {
      color: #ccc;
      font-size: 0.95rem;
      margin-top: 5px;
    }
    .ab-our-value
    {
        background-size: 100%;
        background-image: url(../../../storage/home_images/popular_city.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: black;
        overflow: hidden;
    }
    .ab-our-value .body-left img,.ab-our-value .body-right img 
    {
        max-width: 600px;
    }
    .our-journey {
        position: relative;
    }

.timeline {
  position: relative;
}

 .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background: black;
      transform: translateX(-50%);
      z-index: 0;
    }

    .timeline-item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 80px;
    }

    /* Timeline content box */
    .timeline-item .content {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      width: 43%;
      z-index: 1;
      position: relative;
      border: 1px solid #DCDCDC;
    }

    /* Timeline year text */
    .timeline-item .year {
      width: 43%;
      font-size: 26px;
      font-weight: 700;
      color: #000;
      z-index: 1;
    }

    /* Connector line to circle */
    .timeline-item::before {
      content: "";
      position: absolute;
      top: 50%;
      width: calc(50% - 30px);
      height: 2px;
      background: #d9d9d9;
      z-index: 0;
    }

    .timeline-item.left::before {
      right: 50%;
    }

    .timeline-item.right::before {
      left: 50%;
    }

    /* Center circle (outer ring + inner dot) */
    .timeline-item::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      background: #f9b233;
      border: 4px solid white;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #f9b233;
      z-index: 2;
    }

    /* Alternate items */
    .timeline-item.right {
      flex-direction: row-reverse;
    }

    /* Text inside content */
    .timeline-item .content h5 {
      font-weight: 600;
      font-size: 17px;
      margin-bottom: 10px;
    }

    .timeline-item .content p {
      font-size: 15px;
      color: #555;
      line-height: 1.6;
      margin: 0;
    }
    .timeline-item.right .year
    {
        text-align: right;
    }
    .our-journey .body-left.abl1
    {
        top: 15%;
        left: -200px;
    }
    .our-journey .body-right.abr1
    {
        top: 30%;
        right: -200px;
    }
     .our-journey .body-left.abl2
    {
        top: 50%;
        left: -200px;
    }
    .our-journey .body-right.abr2
    {
        top: 70%;
        right: -200px;
    }
    .our-journey .body-left img,.our-journey .body-right img
    {
        max-width: 600px;
    }
    .team-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f5b333;
    transition: all 0.3s ease;
    height: 100%;
    }

    .team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .card-header-bg {
        background-color: #f5b333;
        height: 130px;
        position: relative;
        background-image: url(../../../storage/about-us/team-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 25px;
    }

    .team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    object-fit: cover;
    background-color: #fff;
    }

    .card-body {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    height: 100%;
    padding-top: 80px !important;
    }
    .our-team .col-md-6.col-lg-4
    {
        margin-bottom: 20px;
    }
    .our-journey
    {
        padding-bottom: 30px;
    }
    .our-team .body-left
    {
        top: 50%;
        left: -200px;
    }
     .our-team .body-right
    {
        top: 0px;
        right: -200px;
    }
    .bgheadproject .description h1 
    {
        color: white;
        font-size: 48px;
    }
    .bgheadproject::after
    {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
.contact-page-section
{
    position: relative;
    padding: 50px 0px;
}
.contact-page-section .body-left
{
    top:0;
    left: -200px;
}
.contact-page-section .body-right
{
    top: 0px;
    right: -200px;
}
.contact-info-wrapper .contact-main
{
    position: relative;
}
.contant-details-box
{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: white;
    padding: 15px;
    border-radius: 12px;
}
.contant-details-box ul 
{
    padding-left: 0px;
    margin: 0px;
}
.contant-details-box ul li
{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.contant-details-box ul li span 
{
    width: 30px;
}
.contant-details-box ul li p{
    margin: 0px;
}
.contant-details-box ul li a
{
    text-decoration: none;
    color: black;
}
 .about-us-section {
    position: relative;
    width: 100%;
    background-image: url(../../../storage/about-us/aboutus-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    min-height: 500px;
}

.about-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.about-us-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 800px;
}
.ab-what-we-are,.our-journey,.our-team
{
    overflow-x: hidden;
}
.about-us
{
    background-size: cover;
    background-image: url(../../../storage/general/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: black;
    overflow: hidden;
}
.about-us p span 
{
    color: #F2B545;
    text-transform: uppercase;
}
.about-us h1 span 
{
    color: #F2B545;
}
.property-form-container button 
{
    width: 100%;
}
.best-property-slider .owl-item .item 
{
    width: 100%;
}
.projecthome .item .description h5
{
    font-size: 16px;
}
.projecthome .item .description p
{
    margin-top: 0px !important;
}


/* Property owners */
.property-hero {
    background: black;
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}
.hero-geo {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image: linear-gradient(#c49a28 1px, transparent 1px), linear-gradient(90deg, #BC8939 1px, transparent 1px);
    background-size: 60px 60px;
}
.hero-accent {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 1px solid rgba(196, 154, 40, 0.15);
}
.hero-accent2 {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 1px solid rgba(196, 154, 40, 0.1);
}
.hero-box {
    position: relative;
    z-index: 2;
    max-width: 620px;
}
.hero-box h1 {
    font-size: 54px;
    line-height: 1.12;
    color: white;
    margin-bottom: 24px;
}
.hero-box h1 em
{
    color: #F2B545;
    font-style: normal;
}
.section-tag {
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f2b545 !important;
    margin-bottom: 24px !important;
}
.hero-box p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    max-width: 480px;
    margin-bottom: 40px;
}
.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.btn-gold {
    background: #F2B545;
    color: black;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}
.outline-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 15px;
    text-decoration: none;
}
.outline-btn:hover {
    border-color: #F2B545;
    color: #F2B545;
}
.stats-bar {
    background:#F2B545;
    padding: 30px 0px;
    display: flex;
    justify-content: space-around;
    gap: 24px;
}
.stat {
    text-align: center;
}
.stat-num {
    font-size: 32px;
    font-weight: 700;
    color: black;
    line-height: 1;
}
.stat-label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px;
}
.programs-band {
    background: #1a1a1a;
    padding: 60px 0px;
}
.programs-text h2 {
    font-size: 36px;
    color: white;
    margin-bottom: 10px;
}
.programs-text h2 em,.why-title em {
    color: #f2b545;
    font-style: normal;
}
.programs-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    max-width: 380px;
}
.programs-badges {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.p-badge {
    padding: 12px 22px;
    border: 1px solid rgba(196, 154, 40, 0.4);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
}
.badge-name {
    font-size: 16px;
    font-weight: 500;
    color: #f2b545;
}
.badge-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}
.why-choose 
{
    padding: 80px 0px;
}
.why-title,.services-intro h2 
{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.section-sub {
    font-size: 16px;
    color: #888;
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 56px;
}
.why-choose-card {
    background-color: white;
    padding: 40px 36px;
    transition:  all 0.3s ease;
}
.why-choose-card:hover
{
    background-color: #f7f5ef;
}
.why-icon {
    width: 48px;
    height: 48px;
    background-color: #f5e8b8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.why-icon i {
    font-size: 18px;
    color: #f2b545;
}
.why-choose-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.why-choose-card p {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #E8E4DC;
}
.services-section {
    background: #f7f5ef;
    padding: 80px 0px;
}
.services-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 30px;
}
.services-note {
    background: #f2b545;
    border-radius: 12px;
    padding: 20px 24px;
    max-width: 280px;
    flex-shrink: 0;
}
.services-note strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.services-note p {
    font-size: 14px;
    color: black;
    line-height: 1.6;
}
.tier-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #E8E4DC;
    height: 100%;
}
.tier-header {
    padding: 28px 28px 20px;
    border-bottom: 1px solid #F0EBE0;
}
.tier-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    background: #f5e8b8;
    color: #8B6914;
    margin-bottom: 14px;
}
.tier-header h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.tier-header p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
}
.tier-body {
    padding: 24px 28px;
}
.tier-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}
.tier-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f5e8b8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.tier-check i {
    font-size: 14px;
    color: #f2b545;
}
.tier-item span {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}
.tier-cta {
    display: block;
    margin: 24px 28px 28px;
    text-align: center;
    padding: 12px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(196, 154, 40, 0.5);
    color: #f2b545;
    background: transparent;
}
.tier-cta:hover {
    background: #f2b545;
    color: black;
}
.tier-card.featured {
    border: 2px solid #f2b545;
}
.tier-header.dark-bg {
    background: #1a1a1a;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}
.tier-badge.pop {
    background: #f2b545;
    color:black;
}
.tier-header.dark-bg h3 {
    color: white;
}
.tier-header.dark-bg p {
    color: rgba(255, 255, 255, 0.45);
}
.tier-cta.gold-fill {
    background: #f2b545;
    color: black;
    border-color: #f2b545;
}
.tier-item p 
{
    margin-bottom: 0px;
}
.the-process h2,.what-manage h2,.testimonial-section h2
{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.services-intro h2 em,.the-process h2 em,
.what-manage h2 em,.footer-cta h2 em,
.testimonial-section h2 em
{
    color: #f2b545;
    font-style: normal;
}
.the-process {
    background: #1a1a1a;
    padding: 80px 0px;
}
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, #f2b545 0%, rgba(196, 154, 40, 0.2) 100%);
}
.step {
    padding: 0 25px 0 0;
}
.step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #f2b545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #f2b545;
    margin-bottom: 24px;
    background: #1a1a1a;
    position: relative;
    z-index: 1;
}
.step h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}
.step p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65;
}
.what-manage
{
    background-color: #f7f5ef;
    padding: 80px 0px;
}
.handle-list {
    display: flex;
    flex-direction: column;
}
.handle-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #E0DBCF;
}
.handle-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2b545;
    flex-shrink: 0;
    margin-top: 7px;
}
.handle-item h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.handle-item p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 0px;
}
.handle-visual {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 48px 40px;
}
.handle-visual h3
{
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}
.handle-visual p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 32px;
}
.contact-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #252525;
    border-radius: 10px;
    text-decoration: none;
}
.contact-option-icon {
    width: 36px;
    height: 36px;
    background: rgba(196, 154, 40, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-option-icon i {
   font-size: 16px;
   color: #f2b545;
}
.contact-option span {
    color: white;
    font-size: 16px;
}
.contact-option small {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin-top: 2px;
}
.footer-cta {
    background: #1a1a1a;
    padding: 80px 0px;
    text-align: center;
}
.footer-cta h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 16px;
}
.footer-cta p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 36px;
}
.footer-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.testimonial-section {
    background: white;
    padding: 80px 0px;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.t-card {
    background: white;
    border: 1px solid #E8E4DC;
    border-radius: 12px;
    padding: 32px 28px;
}
.t-stars {
    color: #f2b545;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.t-card blockquote {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 24px;
}
.t-author {
    font-size: 14px;
    font-weight: 500;
}
.t-role {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}
.btn-gold:hover
{
    color: black;
}
.stats-bar .row
{
    row-gap: 30px;
}
.tier-card.common-black
{
    background: black;
}

.common-black .tier-header h3,.common-black .tier-item span
{
    color: white;
}
.common-black .tier-header p
{
    color: #b0b0b0;
}
.common-black .tier-check
{
    background: #1a1a1a;
}
.common-black .tier-header {
    border-bottom: 1px solid #2e2e2e;
}



@media (max-width: 992px) {
    header nav .navbar-nav li
    {
        margin: 0px 0px;
    }
    .extra-link
    {
        margin-left: 0px;
    }
    .header-right
    {
        margin-left: 0px !important;
    }
    .topmenu.bg-light .navbar-nav a
    {
        color: black !important;
    }
    .what-value-do-we .col-md-6.col-lg-3
    {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .hero-content h1,.section-title h1
    {
        font-size: 36px;
    }
    .hero-content
    {
        padding-bottom: 40px;
        padding-right: 0px;
    }
    .hero-section,.process-steps, .best-property .bp-row, .map-row,
    .testimonials .container,.blogs,.our-mission .mission-row,.explore-property .bp-row
    {
        padding-bottom: 40px;
    }
    .get-in-touch
    {
        margin: 40px 0px;
        padding: 40px 0px;
    }
    .property-form-container
    {
        margin-top: 25px;
    }
    .process-steps::before
    {
        display: none;
    }
    .hero-left,.hero-right,.body-left,.body-right
    {
        display: none;
    }
    .best-property .section-title, .find-map .section-title, .testimonials, .about-us, .blogs,
    .hero-images
    {
        padding-top: 40px;
    }
    .about-us .grid-row
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 30px;
    }
    .about-us img.about-img
    {
        margin-top: 20px;
    }
    .pd-tb
    {
        padding: 40px 0px;
    }
    .map iframe,.property-map iframe
    {
        height: 300px;
    }
    .find-map .col-md-4
    {
        margin-top: 30px;
    }
    .footer-link-grid
    {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-copyright
    {
        gap: 15px;
    }
    .footer-copyright ul 
    {
        justify-content: center;
    }
    .footer-logo
    {
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .category-form-container
    {
        position: static;
    }
    .category-hero-banner
    {
        height: auto;
        padding: 50px 0px;
    }
    .category-hero-banner .container
    {
        display: flex;
        align-items: center;
    }
    .category-property-list
    {
        margin-top: 0px;
    }
    .process-steps .col-md-3
    {
        width: 50%;
        margin-bottom: 30px;
    }
    .process-steps h4
    {
        margin-bottom: 0px;
        font-size: 18px;
    }
    .mission-content
    {
        margin-top: 15px;
    }
    .timeline::before {
        left: 10px;
    }
    .timeline-item {
        flex-direction: column !important;
        text-align: left;
        margin-bottom: 30px;
        padding-left: 40px;
    }
    .timeline-item .content,
    .timeline-item .year {
    width: 100%;
    }
    .timeline-item .year {
    text-align: left;
    margin-top: 15px;
    font-size: 22px;
    }
    .timeline-item::before {
    display: none;
    }
    .timeline-item::after {
    left: 0px;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px #f9b233;
    border: 3px solid white;
    top: 40px;
    width: 20px;
    height: 20px;
    }
    .ab-what-we-are
    {
    padding-top: 0px;
    }
    .timeline-item.right .year {
    text-align: left;
    }
    .timeline-item .content
    {
        order: 2;
    }
    .contact-info-wrapper
    {
        margin-top: 20px;
    }
    .about-us-section
    {
        min-height: 400px;
    }
    .hero-section
    {
        padding-top: 0px !important;
    }
    .hero-box h1
    {
        font-size: 36px;
    }
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-intro
    {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-sub
    {
        margin-bottom: 0px;
    }
    .services-section .row 
    {
        row-gap: 20px;
    }
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .steps::before
    {
        display: none;
    }
    .testimonial-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (max-width: 575px) {
    nav a.navbar-brand img
    {
        max-width: 80px;
    }
    .hero-content h1,.section-title h1,.get-in-touch h2,.mission-content h2
    {
        font-size: 28px;
    }
    .hero-content p 
    {
        margin-top: 10px !important;
    }
    .how-we-work
    {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .map-item h5
    {
        font-size: 16px;
    }
    .get-in-touch h2
    {
        margin-bottom: 30px;
    }
    .get-in-touch-grid
    {
        gap: 20px;
        flex-wrap: wrap;
    }
    .hero-content {
        padding-top: 40px;
    }
    .category-form-container
    {
        padding: 20px;
    }
    .property-form-container h3, .category-form-container h3,
    #ismain-homes h2
    {
        font-size: 20px;
    }
    .boxsliderdetail .slidetop .item
    {
        height: 300px !important;
    }
    .titlehouse
    {
        font-size: 24px !important;
    }
    .slidetop .owl-nav button
    {
        width: 30px;
        height: 30px;
    }
    .owl-nav i
    {
        font-size: 16px;
    }
    .our-journey .row.mt-5,.our-team .row.mt-5
    {
        margin-top: 15px;
    }
    .timeline-item .year
    {
        font-size: 20px;
    }
    .timeline-item .content h5
    {
        font-size: 16px;
    }
    .contact-page-section
    {
        padding: 0px 0px;
    }
    .about-us-section
    {
        min-height: 300px;
    }
    .programs-text h2,.why-title,.services-intro h2,
    .the-process h2, .what-manage h2, .testimonial-section h2,
    .footer-cta h2
    {
        font-size: 28px;
    }
    .why-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .steps {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-choose,.programs-band,.services-section,.the-process,.what-manage,.testimonial-section,.footer-cta,.stats-bar
    {
        padding: 50px 0px;
    }

}