@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

             :root {
            --primary-color: #1a365d;
            --secondary-color: #2c5282;
            --accent-gold: #d4af37;
            --text-dark: #1a202c;
            --text-light: #718096;
            --bg-light: #f7fafc;
        }
body{
    margin: 0;
    padding: 0;
}
.main-heading{
    font-size: 40px;
    font-family: "Lato", sans-serif; 
    color: #FFFFFF;
    font-weight: 700;
}
.second-main-heading{
    font-size: 80px;
    font-family: "Aboreto", system-ui;
    color: #FFFFFF;
    font-weight: 400;
    margin: 34px 0;
}
.main-heading-eco{
      font-size: 40px;
    font-family: "Aboreto", system-ui;
        color: #312D25;
    font-weight: 400;
        margin: 20px 0 20px 0;
}
.last-pp.last-pp-new{ 
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Lato", sans-serif;
    color: #FFFFFF;
    width: 55%;
    margin: 0 0 23px 0;
  display:block;
}
.last-pp-2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Lato", sans-serif;
    color: #FFFFFF;
    width: 55%;
    margin: 0 0 23px 0;
    display:none;
}
.logo-container {
    margin: -16px 0 0 0
}
.desc-p{
     font-size: 30px;
     line-height: 45px;
    font-family: "Lato", sans-serif; 
    color:#312D25;
    font-weight: 300;
}
   .offplan-dv{
    background-image: url('assets/images/offplan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
}
    .rent{
    background-image: url('assets/images/rent.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
}
   .buy{
    background-image: url('assets/images/sale.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
}
.home-page-sc{
    background-image: url('assets/images/main-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
}
.about-page-sc{
    background-image: url('assets/images/about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
}
.cont-page-sc{
    background-image: url('assets/images/contact-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
}
.why-dle{
        background-image: url('assets/images/why-dle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1248px;
       margin: 0 26px 329px 42px;
}

.why-dle .main-heading-why{
    color: #9B844E;
}
.why-dle .second-main-heading-why{
 color: #312D25;
}
.wrap-dv{
    padding: 0 40px;
}
.dubai-sec{
      background-image: url('assets/images/dubai-back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    height: 1248px;
       margin: 0 26px 329px 42px;
}

.dubai-sec .main-heading-dubai{
    color: #fff;
}
.dubai-sec .second-main-heading-dubai{
    color: #fff;
}
.dubai-sec .content-dubai-sec {
    padding: 90px 0 0 90px;
}
.nav-a {
    font-family: 'Aboreto';
    font-weight: 400;
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
    padding: 0 8px;
}
.bg-side{
position: relative;
}
.bg-side-2{
    background-color: #FFFFFF;
    padding: 15px 8px; 
position: relative;
margin: 0 0 0 98px;
}
    .our-story {
        position: relative;
        padding: 40px 0 18px 0px;
        z-index: 2;
    }

.bg-side::after {
    position: absolute;
    content: '';
    top: -209px;
    left: -195px;
    right: 0;
    bottom: 0;
    height: 888px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 0;
    border-top: 0;
    width: 1794px;
}
/* .bg-side::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -728%;
    right: 0;
    background: #ffffff;
    height: 3px;
    width: 1892px;
} */
 #property-search-form {
    z-index: 10;
    position: relative;
}
 .cover-title-wrap{
    margin: 200px 0 0 0 ;
 }
            body {
            font-family: 'Lato', sans-serif;
        }

        .search-section {
            width: 100%;
        }

        .search-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0; /* Removing gaps to match the seamless look */
            background: transparent;
        }

        /* Input and Select Styling */
        .search-field {
            height: 66px;
            border: 1px solid #ddd;
            border-radius: 0 !important; /* Sharp corners as per image */
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            font-size: 22px;
            color: #0E1215;
            padding: 10px 20px;
            background-color: #ffffff;
        }

        /* Specific styling for the first and last elements if needed */
        .search-field:focus {
            box-shadow: none;
            border-color: #9B844E;
        }

        /* Custom styling for the select arrow */
        select.search-field {
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 16px 12px;
          
        }
        .search-field.cate {
         margin: 0 0 0 5px;
        }
    .search-field.cate-type {
    margin: 0 5px 0 10px;
}
        .search-field.cate-type-price {
         margin: 0 0 0 15px;
        }
      .search-field.cate-type-price-min {
    margin: 0 0 0 20px;
}
 
        /* Search Button Styling */
        .btn-search {
            background-color: #9B844E;
            color: white;
            border: none;
            border-radius: 0 !important;
            width: 66px!important;
            height: 66px!important;
            font-size: 24px;
                margin: 0 0 0 27px;
            transition: background 0.3s ease;
        }

        .btn-search:hover {
            background-color: #826e40;
            color: white;
        }

               /* --- CSS STYLING --- */

        /* Background and Main Container */
    .portfolio-section {
    color: #FFFFFF;
    max-width: 1720px;
    margin: 0 auto;
    padding: 94px 0 0 68px;
    position: relative;
    z-index: 2;
}
   .portfolio-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: -26px;
    right: 0;
    height: 900px;
    width: 1789px;
    background-color: #9B844E;
    z-index: -1;
}
     .portfolio-section::before {
    position: absolute;
    content: '';
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 844px;
    border-left: 0;
    border-bottom: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 1733px;
}

        /* Typography Classes */
        .sub-title-featured {
            font-family: 'Lato', sans-serif;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: capitalize;
        }

        .main-title-philosophy {
            font-family: 'Aboreto', cursive;
            font-size: 80px; /* Requested size */
            line-height: 1.1;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .p-fet {
            font-family: 'Lato', sans-serif;
            font-size: 30px; /* Requested size */
            font-weight: 300;
            line-height: 1.4;
            margin-top: 30px;
            margin-bottom: 50px;
            max-width: 100%;
        }

        /* Filter Buttons (Second Image) */
        .filter-btn-group {
            display: flex;
            gap: 15px;
            align-items: center;
            justify-content: flex-end; /* Right align on desktop */
        }

        .custom-btn {
            background: transparent;
            border: 1px solid #FFFFFF;
            color: #FFFFFF;
            padding: 8px 25px;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .custom-btn:hover, .custom-btn.active {
            background: #FFFFFF;
            color: #9B844E;
        }

        /* Carousel Card Styling */
        .property-card {
            margin-bottom: 30px;
        }

     .card-img-wrapper {
    position: relative;
    height: 620px;
    width: 466px;
    overflow: hidden;
    margin-bottom: 20px;
}

.owl-item.active{
 width: 466px!important;
}
     .card-img-wrapper img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Overlay Text (Top of image) */
        .card-overlay-top {
            position: absolute;
            top: 20px;
            width: 100%;
            text-align: center;
            color: #fff;
            z-index: 2;
        }
        
        .overlay-deco {
            display: inline-block;
            font-family: 'Lato', sans-serif;
            font-size: 16px;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(255,255,255,0.5);
            padding-bottom: 5px;
        }

        /* Bottom Label (Inside Image) */
        .card-label-bottom {
            position: absolute;
            bottom: 20px;
            width: 100%;
            text-align: center;
            color: #fff;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        /* Card Details (Below Image) */
     .card-price {
    font-family: 'Aboreto', cursive;
    font-size: 40px;
    margin-bottom: 5px;
    color: #312D25;
}
       .card-type {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #312D25;
}

        .card-specs {
            display: flex;
            gap: 20px;
            font-family: 'Lato', sans-serif;
            font-size: 16px;
            color: #FFFFFF;
        }

        .spec-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Icon styling placeholder (using text/emoji for simplicity in code) */
        .icon-img {
            width: 20px;
            height: auto;
            filter: brightness(0) invert(1); /* Make white */
        }

        
         .navbar-expand-lg .navbar-collapse {
        margin: 0 64px 0 0 !important;
    }
    a.nav-a.active {
    border-bottom: 3px solid #fff!important;
    border-width: 2px!important;
    padding: 5px 0!important;
}
.nav-a {
    padding: 0 0 0 44px;
}
.destination-sec {
    position: relative;
    padding: 260px 55px 100px 147px;
    z-index: 2;
}


.destination-sec::before {
    position: absolute;
    content: '';
    top: 170px;
    left: 107px;
    right: 0;
    bottom: 0;
    width: 1683px;
    height: 591px;
    z-index: -1;
    background-color: #826e40;
}   


.cover-dv-content-2{
    margin: 60px 0 0 38px;
}
.cover-dv-content-3{
    margin: 0 0 0 30px;
}
.economic-dv {
    padding: 0 30px 42px 50px;
}

.footer-vdv{
    background-color: #FFFFFF;
    padding: 20px 55px 10px 55px;
    margin: 100px 0 0 0;
}
.footer-vdv .footer-text {
    color: #312D25;
    font-family: Lato;
    font-size: 28px;
    font-weight: 300;
}
.footer-vdv .footer-uls {
 margin: 0;
 padding: 0;
 list-style: none;
}

.footer-vdv .footer-uls li {
 margin: 0;
 padding: 0;
}

.footer-vdv .footer-uls li a {
 margin: 0;
 padding: 0;
 text-decoration: none;
 color: #312D25;
 font-size: 24px;
 font-family: Aboreto;
 font-weight: 300;
 display: block;
    padding: 10px 0;
}

.footer-vdv .sc-footer {
    display: flex;
    padding: 0 0;
    justify-content: end;
    gap: 25px;
        margin: 0 54px 0 0;
}
.second-ffter{
    margin: 25px 0;
}

.down-footer{
    margin: 40px 0 0 0 ;
}
::placeholder {
    color: #0E1215 !important;
    font-family: 'Lato';
}

/* 
 .main-header {
  width: 100%;
  position: fixed;        
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
} 
*/
/* .navbar{
    position: fixed;
    top: 0;
    background-color: transparent;
}
.navbar.sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 50px;
  border-bottom: 1px solid #fff;
}  */

.five-tit {
    color: #312D25;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 30px;
    margin: 2px 8px 0 0;
}

.filter-btn-group {
    position: relative;
    z-index: 44;
}

.for-center-p{
    margin: 0 auto;
  
}
.cover-title-wrap.cover-title-wrap-2 {
    margin: 0;
 padding: 450px 0 0 0;
}

        /* --- CSS Reset & Base (Scoped) --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* --- Main Header Container --- */
    .under-header
 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9999;
    padding: 15px 51px 0 39px;
    transition: all 0.3s ease;
}

        /* Flex container for alignment */
        .under-header .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1920px;
            margin: 0 auto;
        }

        /* --- Logo Styling --- */
        .under-header .logo-container img {
            width: auto;
            display: block;
            object-fit: contain;
        }

        /* --- Navigation Styling (Desktop) --- */
        .under-header .nav-menu {
            display: flex;
            align-items: center;
            gap: 60px; /* Spacing between items */
        }
        .under-header .nav-menu  a{
         text-decoration: none;
         color: #fff;
        }

        .under-header .nav-item {
            font-family: 'Aboreto', cursive;
            font-weight: 400;
            color: #FFFFFF;
            font-size: 24px;
            text-decoration: none;
            cursor: pointer;
            letter-spacing: 1px;
            position: relative;
            padding-bottom: 5px;
            transition: opacity 0.3s ease;
        }

        .under-header .nav-item:hover {
            opacity: 0.8;
        }

        /* Underline for the 'Home' link */
        .under-header .nav-item.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #FFFFFF;
        }

        /* --- Hamburger Menu (Mobile Trigger) --- */
        .under-header .hamburger {
            display: none;
            flex-direction: column;
            gap: 6px;
            cursor: pointer;
            z-index: 10001;
        }

        .under-header .hamburger span {
            width: 30px;
            height: 3px;
            background-color: #FFFFFF;
            transition: all 0.3s ease;
        }

        /* --- Mobile Menu Overlay --- */
        .under-header .mobile-nav {
            position: fixed;
            top: 0;
            right: -100%; /* Hidden by default */
            width: 100%;
            height: 100vh;
           background-color: rgb(0 0 0 / 78%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: right 0.4s ease;
            z-index: 10000;
        }

        .under-header .mobile-nav.is-active {
            right: 0; /* Slide in */
        }

        .under-header .mobile-nav .nav-item {
            font-size: 32px;
            margin: 20px 0;
            display: block;
        }
        .sticky{
  background-color: #000000a8;
        }
    

  .bg-side-3 {
    margin: 0 0 0 69px;
}

.our-story {
    position: relative;
    padding: 60px 55px 100px 61px;
    z-index: 2;
}
.our-story .main-heading-64{
color: #9B844E;
font-size: 40px;
font-family: 'Lato';
}
.our-story .second-main-heading-64{
color:#312D25;
font-weight: 400;
font-size: 80px;
font-family: 'Aboreto';
}
.our-story .cover-sider{
width: 772px;
height: 933px;
    margin: 0 0 0 -154px;
}
.our-story .cover-sider img{
width: 100%;
height: 100%;
object-fit: cover;
 }
.our-story .upside-p {
    width: 60%;
    margin: 0 0 50px 184px;
}

/* about- */
.bg-side-34{
position: relative;
}
.bg-side-34::after {
    position: absolute;
    content: '';
    top: 110px;
    left: 108px;
    right: 0;
    bottom: 0;
    height: 1034px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 0;
    border-top: 0;
    width: 1952px;
}


.cover-wht-main{
   position: relative;
}
.cover-wht {
    position: absolute;
    top: 519px;
    width: 877px;
    padding: 155px 91px;
    height: 900px;
    left: 44px;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.cover-wht-main-2{
   position: relative;
}
.cover-wht-2 {
    position: absolute;
    top: 819px;
    width: 875px;
    padding: 55px 91px;
    height: 900px;
    left: 44px;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.cover-dv-content.cover-dv-content-64 {
    margin: 37px 0 0 0px;
}
.team-sec .team-btn {
background: transparent;
border: 1px solid #fff;
padding: 8px 12px;
box-shadow: 0px 10px 20px 0px #9B844E33;
margin: 15px 0 0 0;
}
.team-sec .team-btn:hover {
    background: #fff;
    color: #000;
}
.team-sec .team-btn a{
text-decoration: none;
font-family: 'Lato';
font-weight: 700;
font-size: 22px;
  color: #fff;
      display: inline-block;
    padding: 2px 10px;
    position: relative;
    z-index: 10;

}
.team-sec .team-btn a:hover {
    background: #fff;
    color: #000;
}

.team-sec .team-sec-p {
    color: #fff;
    font-size: 30px;
    line-height: 49px;
}
.team-sec {
    position: relative;
z-index: 2;
padding:0 0 0 200px;

}

   .team-sec::after {
    position: absolute;
    content: '';
    top: 0;
    left: -26px;
    right: 0;
    height: 1100px;
    width: 1789px;
    background-color: #9B844E;
    z-index: -1;
}
   .team-sec::before {
    position: absolute;
    content: '';
    top: 41px;
    left: -25px;
    right: 0;
    bottom: 0;
    height: 1056px;
    border-left: 0;
    border-bottom: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 1744px;
}

.team-sec .cover-dv-content {
    margin: 100px 0 0 99px;
}

.team-sec .cover-sider{
width: 630px;
height: 942px;
margin: 93px 0 0 -81px;
}
.team-sec .cover-sider img{
width: 100%;
height: 100%;
object-fit: cover;
 }

  .destination-sec-3 {
    background-color: #fff;
    padding: 150px ;
  }
 .destination-sec-3 .main-heading{
color: #9B844E;
 }
 .destination-sec-3 .second-main-heading{
color:#312D25;
 }

 .connect-sec{
    padding: 100px 70px;
 }
 .connect-sec .main-heading{
color: #9B844E;
 }
 .connect-sec .second-main-heading{
color: #312D25;
 }
 .connect-sec .connt-drop{
color: #312D25;
font-family: 'Aboreto';
font-weight: 400;
font-size: 40px;
 }

 .connect-sec .cont-we{
color: #312D25;
font-family: 'Lato';
font-weight: 300;
font-size: 30px;
 }

 .connect-sec .team-btn{
background: #9B844E;
box-shadow: 0px 10px 20px 0px #9B844E33;
padding: 12px 32px;
color: #fff;
border: none;
margin: 127px 0 0 0 ;

 }
 .connect-sec .team-btn a{
text-decoration: none;
color: #fff;
font-family: 'Lato';
font-weight: 700;
font-size: 22px ;
 }
 .connect-sec .cover-all{
position: relative;
padding: 75px 0;
 }
.connect-sec .count-one {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 200px;
    color: #312D251C;
    position: absolute;
    content: '';
    top: -80px;
    left: 161px;
    right: 0;
    bottom: 0;
}
.team-btn.team-btn-2 {
    margin: 44px 0 0 0;
}
.team-btn.team-btn-3{
margin: 50px 0 0 0;
 }

.contac-cover-sd{
      background-image: url('assets/images/bg-contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 1050px;
     margin: 300px 26px 100px 42px;
}
.cover-form{
    margin: -367px 0 0 0;
}

     .contact-section {
            padding: 60px 85px;
            max-width: 1170px;
            margin: 0 auto;
            background-color: #fff;
        }

        .heading-sub {
            font-family: 'Lato', sans-serif;
            color: #9B844E;
            font-size: 1.5rem;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .heading-main {
            font-family: 'Aboreto', cursive;
            color: #312D25;
            font-size: 3.5rem;
            letter-spacing: 2px;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .description-text {
            font-family: 'Lato', sans-serif;
            color: #312D25;
            font-size: 1.1rem;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .form-label-custom {
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            color: #888;
            font-size: 0.9rem;
            margin-bottom: 8px;
        }

        .custom-input {
           background-color: #F3F3F2;
            border: none;
            border-radius: 0;
            padding: 12px 15px;
            font-family: 'Lato', sans-serif;
            color: #312D25;
        }

        .custom-input:focus {
            background-color: #efefef;
            box-shadow: none;
            outline: 1px solid #9B844E;
        }

        .phone-group {
            display: flex;
        }

        /* Fixed width for the country code dropdown */
        .country-code-select {
            width: 120px;
            border-right: 1px solid #ddd !important;
            cursor: pointer;
        }

        .btn-submit {
            background-color: #9B844E;
            color: white;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            border: none;
            border-radius: 0;
            padding: 12px 60px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .btn-submit:hover {
            background-color: #867243;
            color: white;
            transform: translateY(-1px);
        }

        /* Validation Colors */
        .was-validated .form-control:invalid {
            border: 1px solid #dc3545;
            background-image: none;
        }


 .contac-cover-sd  .main-heading{
 font-size: 80px;
 color: #FFFFFF;
 font-weight: 400;
 font-family: 'Aboreto';
 }     
 .contact-details-44{
    display: flex;
    gap: 40px;
justify-content: start;
 }  
 .contac-cover-sd  .contact-s1{
 display: flex;
 gap: 16px;
 margin: 17px 0 0 0;
 }       
 .contac-cover-sd  .contact-s1 .for-cle{
 color: #FFFFFF;
 font-family: 'Lato';
 font-weight: 300;
 margin: 0;
 font-size: 20px;
 }       
 .contac-cover-sd  .contact-s1 span a {
 color: #FFFFFF;
 font-family: 'Lato';
 font-weight: 400;
 text-decoration: none;
 font-size: 22px;
 }       
 /* .contac-cover-sd  .contact-s1 .contact-s3 {
margin: 0 0 0 10px;
 }        */
 /* .cover-cotnent{
    margin: 200px 0  0 0;
 } */

 .nav-item  a{
    color: #fff;
    text-decoration: none;

 }
 .cover-main-dv11{
position: relative;
 }
.cover-cotnent {
    display: flex;
    position: absolute;
    content: '';
    left: 0;
    top: 310px;
}

/*.nav-item.active {*/
/*  color: white;*/
/*  background-color: blue;*/
/*}*/


     .owl-theme .owl-dots .owl-dot span {
           background: #D2D1CF !important;
        }
      .owl-theme .owl-dots .owl-dot.active span{
    background: #000!important;;
}



#propertyCarousel .property-card {
    cursor: pointer;
}


.cover-cont-port{
    padding:0 0 0 40px;dubai-sec
}

/* Button Styling */
        .btn-custom {
            display: inline-block;
            width: 250px;
            padding: 15px 0;
            font-size: 22px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid #9B844E;
        }

        /* Previous Button (Outline) */
        .btn-prev {
            background-color: transparent;
            color: #333;
        }

        .btn-prev:hover {
            background-color: #f8f8f8;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        /* Next Button (Solid) */
        .btn-next {
            background-color: #9B844E;
            color: #ffffff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }

        .btn-next:hover {
            background-color: #867243;
            box-shadow: 0 6px 15px rgba(0,0,0,0.25);
            transform: translateY(-1px);
        }
        .btn-point{
            max-width: 600px;
           margin: 0 auto;
        }

.video-container {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

.privacy-policy{
    padding:180px 0;
}


/* ── Dots ───────────────────────────────────────────── */
#prop-dots {
    text-align: center;
    margin-top: 28px;
    line-height: 1;
}
#prop-dots .prop-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #D2D1CF;
    margin: 0 5px;
    cursor: pointer;
    transition: background .3s, transform .3s;
    border: none;
    padding: 0;
    vertical-align: middle;
}
#prop-dots .prop-dot.active {
    background: #312D25;
    transform: scale(1.4);
    width: 10px;
    height: 10px;
}
#prop-dots .prop-dot:hover:not(.active) { background: rgba(180,160,100,.6); }







/* ══════════════════════════════════════════════════════
   CAROUSEL — CLEAN FIX
   The wrapper clips, the track slides, pages are exact width
   ══════════════════════════════════════════════════════ */

/* 1. Clip container — hides all pages except the current one */
#propertyCarousel {
    width: 100%;
    overflow: hidden;          /* ← KEY: clips overflowing pages */
    position: relative;
    box-sizing: border-box;
}

/* 2. Track — sits inside the clip, stretches to hold ALL pages side-by-side */
#prop-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* width is set by JS to totalPages * 100% of carousel */
}

/* 3. Each page = exactly the carousel width */
.prop-page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    box-sizing: border-box;
    align-items: flex-start;
    /* flex-shrink:0 + width set by JS = one viewport-wide slide */
    flex-shrink: 0;
}

/* 4. Cards inside a page split the page width equally */
.prop-page .property-card {cover-dv-content
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    /*background: #fff;*/
    box-sizing: border-box;
}

/* ── Card image wrapper ─────────────────────────────── */
.property-card .card-img-wrapper {
    position: relative;
    width: 466px;
    height: 620px;
    overflow: hidden;
    background: #1a1a1a;
}
.property-card .card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ── Badge — selling type ───────────────────────────── */
.property-card .card-overlay-top {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.property-card .overlay-deco {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .22em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,.9);
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}
.badge-underline {
    display: block;
    width: 32px;
    height: 1px;
    background: rgba(255,255,255,.95);
}

/* ── Developer label bottom ─────────────────────────── */
/*.property-card .card-label-bottom {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 5;*/
/*    padding: 80px 20px 20px;*/
/*    background: linear-gradient(to top, rgba(0,0,0,.90) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,0) 100%);*/
/*    color: #fff;*/
/*    font-family: 'Lato', sans-serif;*/
/*    font-weight: 500;*/
/*    font-size: 15px;*/
/*    letter-spacing: .28em;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    line-height: 1;*/
/*}*/

/* ── Text panel ─────────────────────────────────────── */
/*.property-card .card-details {*/
/*    padding: 20px 20px 24px;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*    box-sizing: border-box;*/
/*    min-height: 140px;*/
/*}*/
/*.property-card .card-price {*/
/*    font-family: 'Aboreto', serif;*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    line-height: 1.0;*/
/*    color: #1a1a1a;*/
/*    margin: 0;*/
/*}*/
/*.property-card .card-type {*/
/*    font-family: 'Lato', sans-serif;*/
/*    font-weight: 300;*/
/*    font-size: 15px;*/
/*    line-height: 1.0;*/
/*    color: #444;*/
/*    margin: 0;*/
/*}*/
/*.property-card .card-specs { margin-top: 6px; }*/
/*.property-card .spec-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.property-card .spec-item img { width: 20px; height: 20px; flex-shrink: 0; }*/
/*.property-card .five-tit {*/
/*    font-family: 'Lato', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    color: #555;*/
/*    margin: 0 10px 0 0;*/
/*    line-height: 1;*/
/*}*/
    .new-bg{
    background-color: #a89364;
    transition: background-color 0.3s ease;
}

.nav-item a {
    position: relative;
    text-decoration: none;
}

.nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.3s ease;
}

.nav-item a.active::after {
    width: 100%;
}

      .properties-sec {
    margin: -248px 0 0 0;
    padding: 0 180px;
}

.contact-image {
    max-width: 45px;
    height: 47px;
    margin: 17px 0 0 0;
}


/*new add details page********************************************************************/

/* Wrapper is the clip zone — overflow hidden HERE only */
        .featured-properties-carousel-wrapper {
            overflow: hidden !important;
            width: 100% !important;
            position: relative !important;
            display: block !important;
        }

        /* The sliding TRACK — must NOT have overflow:hidden, must not wrap */
        .featured-properties-grid {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            overflow: visible !important;   /* CRITICAL: undo property-detail.css overflow:hidden */
            gap: 0 !important;
            transition: transform 0.5s ease !important;
            will-change: transform !important;
            width: 100% !important;
        }

        /* Desktop: 4 cards = 25% each */
        .featured-property-card {
            flex: 0 0 25% !important;
            min-width: 25% !important;
            max-width: 25% !important;
            width: 25% !important;
            box-sizing: border-box !important;
            padding: 0 10px !important;
            cursor: pointer !important;
            display: block !important;
            overflow: visible !important;
        }

        /* Image wrapper — 620px tall, gradient overlays top and bottom */
        .featured-property-image-wrapper {
            position: relative !important;
            width: 100% !important;
            height: 620px !important;
            overflow: hidden !important;
            margin-bottom: 1rem !important;
            display: block !important;
        }

        /* Top gradient: black 70% → transparent — covers badge area (130px) */
        .featured-property-image-wrapper::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important; left: 0 !important; right: 0 !important;
            height: 130px !important;
            background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%) !important;
            z-index: 3 !important;
            pointer-events: none !important;
        }

        /* Bottom gradient: black 60% → transparent — covers developer name */
        .featured-property-image-wrapper::after {
            content: '' !important;
            position: absolute !important;
            bottom: 0 !important; left: 0 !important; right: 0 !important;
            height: 80px !important;
            background: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%) !important;
            z-index: 3 !important;
            pointer-events: none !important;
        }

        .featured-property-image {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }

        /* Badge — fills full top gradient area (130px), sparkles + text centered inside */
        .featured-property-badge {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            height: 130px !important;
            background: none !important;
            border: none !important;
            color: #FFFFFF !important;
            padding: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px !important;
            font-family: 'Lato', sans-serif !important;
            font-size: 16px !important;
            font-weight: 500 !important;
            letter-spacing: 4px !important;
            text-transform: uppercase !important;
            white-space: nowrap !important;
            z-index: 5 !important;
        }

        /* Force ALL children of badge to be white */
        .featured-property-badge span,
        .featured-property-badge svg,
        .featured-property-badge svg path {
            color: #FFFFFF !important;
            fill: #FFFFFF !important;
        }

        .badge-sparkle-lg {
            width: 15px !important;
            height: 15px !important;
            flex-shrink: 0 !important;
        }

        .badge-sparkle-sm {
            width: 10px !important;
            height: 10px !important;
            flex-shrink: 0 !important;
        }

        /* Developer name — inside bottom gradient, no extra bg */
        .featured-property-developer {
            position: absolute !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            height: 80px !important;
            background: none !important;
            color: #FFFFFF !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-family: 'Lato', sans-serif !important;
            font-size: 20px !important;
            font-weight: 500 !important;
            text-align: center !important;
            text-transform: uppercase !important;
            letter-spacing: 3px !important;
            z-index: 5 !important;
        }

        /* Card details — Figma exact typography */
        .featured-property-details {
            display: block !important;
            padding: 14px 0 !important;
        }

        /* Price: Aboreto 400 40px */
        .featured-property-price {
            font-family: 'Aboreto', cursive !important;
            font-size: 40px !important;
            font-weight: 400 !important;
            line-height: 100% !important;
            color: #312D25 !important;
            margin-bottom: 6px !important;
            display: block !important;
        }

        /* Category: Lato 300 30px */
        .featured-property-type {
            font-family: 'Lato', sans-serif !important;
            font-size: 30px !important;
            font-weight: 300 !important;
            line-height: 100% !important;
            color: #312D25 !important;
            margin-bottom: 10px !important;
            display: block !important;
        }

        /* Features row */
        .featured-property-features {
            display: flex !important;
            gap: 24px !important;
            align-items: center !important;
        }

        .featured-property-feature {
            display: flex !important;
            align-items: center !important;
            gap: 8px !important;
        }

        /* Number next to icon: Lato 300 30px */
        .fp-feature-val {
            font-family: 'Lato', sans-serif !important;
            font-size: 30px !important;
            font-weight: 300 !important;
            color: #312D25 !important;
            line-height: 1 !important;
        }
        
   
      .counter-section {
    padding: 195px 324px 0 65px;
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
       .prop-title-det {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    text-transform: capitalize;
}
        
        .hero-section-prod{
                position: relative;
              z-index: 3;
        }
        /* Ensure all text elements inherit proper font and color */
    
        
        /* Specific font for description text (Lato as per design) */
        .details-text, .full-description-text, .facility-text {
            font-family: 'Lato', sans-serif;
            color: #312D25;
            font-weight: 300;
            font-size: 30px;
            
        }
        
   
        
       
        
        /* ============================================
           HERO SECTION STYLES - FIGMA EXACT DESIGN
           ============================================ */
        .hero-section {
            position: relative;
            width: 100%;
            height: 1000px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
            background-color: #e5e5e5;
            margin-bottom: 80px;
        }
        
        .hero-section[data-bg-image] {
            background-image: var(--hero-bg-image, none);
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4));
            z-index: 1;
        }
        
        /* Property Title - FIGMA EXACT: Top: 320px, Left: 220px, Width: 791px, Height: 58px, Font: Aboreto 50px */
      .property-main-title {
    position: absolute;
    left: 220px;
    top: 273px;
    width: 100% !important;
    max-width: 791px;
    height: 58px;
    font-family: 'Aboreto', cursive;
    font-size: 51px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    text-align: left;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 10;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
        
        /* Property Info Overlay - FIGMA EXACT: Top: 438px, Left: 220px, Width: 752px, Height: 371px */
        .property-info-overlay {
            position: absolute;
            left: 220px;
            top: 438px;
            width: 752px;
            height: auto;
            min-height: 371px;
            background: transparent;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            border-radius: 0;
            padding: 0;
            border: none;
            box-shadow: none;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            z-index: 10;
        }
        
        .property-title-section {
            margin-bottom: 1.5rem;
        }
        
     .property-type-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
}
        
        .property-type-tab {
              font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 40px;
            color: #FFFFFF;
        }
        
       .property-type-tab.active {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}
    .property-type-tab.active::after {
    position: absolute;
    content: '';
    top: 17px;
    right: auto;
    left: 151px;
    bottom: 0;
    width: 2px;
    height: 29px;
    background: #ffffff;
}
        
 .property-price {
    font-family: 'Aboreto', cursive;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 1rem;
    line-height: 100%;
    text-align: left;
}

        
        .property-location {
            font-family: 'Lato', sans-serif; /* Figma: Lato */
            font-size: 1.125rem;
            font-weight: 400;
            color: #FFFFFF;
            margin-bottom: 1.5rem;
            line-height: 1.6;
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            text-shadow: 0 1px 4px rgba(0,0,0,0.4);
        }
        
        .property-location i {
            color: #FFFFFF;
            font-size: 0.875rem;
            margin-top: 0.125rem;
            flex-shrink: 0;
            filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
        }
        
        .property-features-row {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .property-feature-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-family: 'Lato', sans-serif;
            font-size: 0.875rem;
            color: #FFFFFF;
            font-weight: 500;
        }
        
        .property-feature-item i {
            color: #FFFFFF;
            font-size: 1rem;
            width: 18px;
            height: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            filter: drop-shadow(0 1px 3px rgba(0,0,0,0.4));
        }
        
        /* Specific icon styling to match Figma */
        .property-feature-item .fa-bed {
            font-size: 1rem;
        }
        
        .property-feature-item .fa-bath {
            font-size: 1rem;
        }
        
        .property-feature-item .fa-vector-square {
            font-size: 1rem;
        }
        
        .property-feature-value {
    font-weight: 500;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
}
        
        /* ============================================
           IMAGE GALLERY CAROUSEL - FIGMA EXACT DESIGN
           ============================================ */
        /* Carousel dots - FIGMA EXACT: Bottom: 60px, Left: 276px */
        .image-carousel-dots {
            position: absolute;
            bottom: 60px;
            left: 276px;
            display: flex;
            gap: 0.75rem;
            align-items: center;
            z-index: 12;
        }

        /* Carousel arrows - FIGMA EXACT: Centered at bottom, 40px from bottom */
        .image-carousel-arrows {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 0.75rem;
            align-items: center;
            z-index: 12;
        }

        .carousel-dot {
           width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }
        
        .carousel-dot:hover {
            background: rgba(255, 255, 255, 0.7);
            transform: scale(1.2);
        }
        
        .carousel-dot.active {
            background: #FFFFFF;
            width: 13px;
            height: 13px;
        }
        
       .carousel-nav {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 70px;
    height: 70px;
    background: #FFFFFF1A;
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFFFFF;
}
        
      .carousel-nav:hover {
    background: rgb(154 133 79);
}
        
        .carousel-nav:active {
            transform: scale(0.95);
        }
        
        .carousel-nav i {
            font-size: 1rem;
        }
        
        /* Expand/Fullscreen Button - FIGMA EXACT: 70x70px, Top: 978px, Left: 1750px */
        .expand-image-btn {
            position: absolute;
            right: 80px;
            bottom: 40px;
            width: 70px;
            height: 70px;
            background: transparent;
            border: 1.5px solid rgba(255, 255, 255, 0.28);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 15;
        }
        
        .expand-image-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
            transform: scale(1.05);
        }
        
        .expand-image-btn:active {
            transform: scale(0.95);
        }
        
        .expand-image-btn svg {
            width: 24px;
            height: 24px;
        }
        
        .expand-image-btn svg path {
            stroke: #FFFFFF;
        }
        
        /* ============================================
           FULLSCREEN IMAGE MODAL WITH CAROUSEL
           ============================================ */
        .image-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 10000;
            display: none;
            align-items: center;
            justify-content: center;
            animation: fadeIn 0.3s ease;
        }
        
        .image-modal-overlay.active {
            display: flex;
        }
        
        .image-modal-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            box-sizing: border-box;
        }
        
        .image-modal-image-wrapper {
            position: relative;
            max-width: 95%;
            max-height: 95%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .image-modal-image {
            max-width: 100%;
            max-height: 90vh;
            object-fit: contain;
            border-radius: 8px;
        }
        
        .image-modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: #FFFFFF;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10001;
        }
        
        .image-modal-close:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }
        
        .image-modal-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.3);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #FFFFFF;
            font-size: 1.2rem;
            z-index: 10001;
        }
        
        .image-modal-nav:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-50%) scale(1.1);
        }
        
        .image-modal-nav.prev {
            left: 20px;
        }
        
        .image-modal-nav.next {
            right: 20px;
        }
        
        .image-modal-nav:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }
        
        .image-modal-counter {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            color: #FFFFFF;
            font-family: 'Poppins', sans-serif;
            font-size: 0.875rem;
            background: rgba(0, 0, 0, 0.5);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            z-index: 10001;
        }
        
        .image-modal-dots {
            position: absolute;
            bottom: 80px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 0.5rem;
            align-items: center;
            z-index: 10001;
        }
        
        .image-modal-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }
        
        .image-modal-dot:hover {
            background: rgba(255, 255, 255, 0.7);
            transform: scale(1.2);
        }
        
        .image-modal-dot.active {
            background: #FFFFFF;
            width: 12px;
            height: 12px;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        /* ============================================
           DETAILS SECTION - FIGMA EXACT DESIGN
           Full-width background image with text overlay
           ============================================ */
        .details-section {
            position: relative;
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            margin-top: 0;
            padding: 0;
            background: #FFFFFF;
            overflow: hidden;
        }
        
        .details-container {
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        /* Full-width background image */
.details-image-wrapper {
    position: relative;
    width: 100%;
    height: 1012px;
    margin: 96px 0 0 65px;
    padding: 0 0 0 0;
}
.details-image-wrapper::after {
    position: absolute;
    content: '';
    top: 35px;
    left: 252px;
    right: 0;
    bottom: 0;
    height: 1014px;
    border-right: 2px solid #fff !important;
    border-top: 2px solid #fff !important;
    border-right: 0;
    border-top: 0;
    width: 1571px;
}
        
        .details-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        /* Text overlay on the left side of the image - starting from top-left corner */
        .details-layout {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-start;
            z-index: 5;
        }
        
 .details-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    max-width: 1050px;
    height: 609px;
    min-height: 501px;
    background: rgba(255, 255, 255, 0.98);
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
        
        .details-card .details-title {
          
            margin-bottom: 16px;
        }
        
       .details-card .details-text {
    font-size: 19px;
    line-height: 28px;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
    color: #312D24;
}
        .details-card .details-label {
            margin-bottom: 8px;
        }
        
        .schedule-btn-wrapper {
            position: absolute;
            right: 80px;
            bottom: 60px;
            z-index: 10;
        }
        
        .no-image-placeholder {
            width: 100%;
            height: 100%;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
        }
        
        .logo-img {
            display: block;
            height: 50px;
            width: auto;
            max-width: 150px;
        }
        
        .footer-logo-img {
            display: block;
        }
        
      .details-label {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #B08B55;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
        
       .details-title {
    font-family: 'Aboreto', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #312D25;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
        .details-text {
            font-family: 'Lato', sans-serif;
            font-size: 30px;
            font-weight: 300;
            font-style: normal;
            color: #312D25;
            line-height: 45px;
            letter-spacing: 0%;
            max-width: 837px;
        }
        
       .details-text p {
    margin: 0;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #312D25;
    padding: 0;
}
        
        /* ============================================
           FULL DESCRIPTION SECTION - FIGMA DESIGN
           Aligned with main content width
           ============================================ */
.full-description-section {
    padding: 80px 55px;
    background: #FFFFFF;
    width: 100%;
    margin: 0;
    position: relative;
}
        
        .full-description-container {
            width: 100%;
            max-width: none;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .full-description-text {
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: 300;
            font-style: normal;
            line-height: 27px;
            letter-spacing: 0%;
            color: #312D25;
            width: 100%;
            max-width: 1920px;
            margin: 0 auto;
            /* Match main content padding on large screens */
            padding: 0 220px;
            box-sizing: border-box;
            word-wrap: break-word;
            overflow-wrap: break-word;
            display: block;
        }
        .full-description-text{
                margin: 0;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #312D25;
    padding: 0;
        }
        
        .full-description-text p {
            margin: 0;
            padding: 0;
            width: 100%;
            max-width: 100%;
        }
        
        /* ============================================
           SCHEDULE VIEWING BUTTON - FIGMA EXACT: 339x70px
           ============================================ */
      .schedule-btn {
    font-family: 'Lato', sans-serif;
    background: #9B844E;
    font-weight: 700;
    box-shadow: 0px 10px 20px 0px #9B844E33;
    color: #FFFFFF;
    border: none;
    padding: 17px 26px;
    margin: 0 50px 0 0;
    border-radius: 0;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
        position: relative;
    z-index: 9;
}
        
      .schedule-btn:hover {
             background:  #000000; 
         color:#ffffff;
}

        /* ============================================
           FACILITIES & AMENITIES SECTION (Figma)
           ============================================ */
        /*.facilities-section {*/
        /*    padding: 4rem 0 3rem;*/
        /*    background: #FFFFFF;*/
        /*}*/

       .facilities-container {
    width: 100%;
    padding: 0 0 0 56px;
    box-sizing: border-box;
}

     .facilities-layout {
    display: flex;
    justify-content: right;
    gap: 3rem;
    align-items: flex-start;
    flex-wrap: nowrap;
    min-width: 0;
}

        .facilities-image-wrapper {
            position: relative;
            min-width: 600px;
            flex: 0 0 auto;
            overflow: hidden;
            margin: 0 0 0 48px;
        }
    .facilities-image-wrapper::after {
    position: absolute;
    content: '';
    top: 26px;
    left: 37px;
    right: 0;
    bottom: 0;
    height: 986px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff !important;
    width: 1459px;
}

        .facilities-image {
            width: 100%;
            height: 1012px;
            display: block;
            object-fit: cover;
        }

     .facilities-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 744px;
    background: #FFFFFF;
    padding: 90px 0 70px 79px;
}

  .facilities-card-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #9B844E;
    margin-bottom: 0.75rem;
}

      .facilities-card-title {
    font-family: 'Aboreto', sans-serif;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    color: #312D25;
    margin-bottom: 1.5rem;
    line-height: 100%;
}

        .facilities-card .schedule-btn {
            align-self: flex-start;
        }

        .facilities-list-wrapper {
            width: 356px;
            min-width: 300px;
            flex: 0 0 auto;
                margin: 0 auto;
            margin-top: 0;
        }

        .facilities-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .facility-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: 300;
            line-height: 27px;
            color: #312D25;
        }

        .facility-icon {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-shrink: 0;
            margin-top: 0.1rem; /* Slight vertical alignment adjustment */
        }
        
        .facility-check-icon {
            width: 32.92px;
            height: 29px;
            display: block;
            object-fit: contain;
            flex-shrink: 0;
        }

       .facility-text {
    flex: 1;
    font-family: 'Lato';
    font-size: 30px;
    color: #312D25;
    font-weight: 300;
}

        
        /* ============================================
           FEATURES SECTION (01, 02, 03, 04)
           ============================================ */
        .features-section {
            padding: 4rem 0;
            background: #FFFFFF;
        }
        
        .features-container {
            width: 100%;
            max-width: 1920px;
            margin: 0 auto;
            padding: 0 220px;
            box-sizing: border-box;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 4rem 6rem;
            margin-bottom: 3rem;
        }
        
        .feature-block {
            position: relative;
            min-height: 200px;
            padding-top: 40px;
        }
        
        .feature-number {
            font-family: 'Lato', sans-serif;
            font-size: 200px;
            font-weight: 800;
            font-style: normal;
                color: #312D251C;
            line-height: 1;
            position: absolute;
            top: -60px;
            left: -8px;
            z-index: 0;
            width: 233px;
            height: 240px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
        }
        
        .feature-content {
            position: relative;
            z-index: 1;
            padding-left: 0;
            margin-top: 0;
        }
        
      .feature-title {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #312D25;
    text-transform: uppercase;
    margin: 28px 0 0 0;
}
        
    .feature-description {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    line-height: 45px;
    color: #312D25;
    margin: 33px 0 55px 0;
    width: 85%;
}
        
        .feature-description strong {
            font-weight: 600;
        }
        
        .features-cta {
            text-align: center;
            margin-top: 2rem;
        }
        
        /* ============================================
           FEATURED PROPERTIES SECTION
           ============================================ */
        .featured-properties-section {
            padding: 4rem 0;
            background: #FFFFFF;
        }
        
   .featured-properties-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 0 53px;
    box-sizing: border-box;
}
        
        
      .featured-properties-label {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #9B844E;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
        
      .featured-properties-title {
    font-family: 'Aboreto', cursive;
    font-size: 80px;
    font-weight: 400;
    color: #312D25;
    line-height: 102%;
    margin-bottom: 3rem;
}
        /* Featured Properties Carousel */
        .featured-properties-carousel-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        
        .featured-properties-grid {
            display: flex;
            gap: 1.5rem;
            overflow: hidden;
            transition: transform 0.5s ease;
            width: 100%;
        }
        
        .featured-property-card {
            flex: 0 0 calc(25% - 1.125rem); /* 4 cards per view with gap */
            min-width: 0;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        
     
        
        .featured-property-card:hover {
            transform: translateY(-5px);
        }
        
        .featured-property-image-wrapper {
            position: relative;
            width: 100%;
            height: 480px;
            overflow: hidden;
            margin-bottom: 1rem;
        }
        
        /* Carousel Controls */
        .featured-carousel-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            margin-top: 2rem;
        }
        
   
        .featured-carousel-btn {
    background: #8B7355;
    color: #FFFFFF;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    display: none;
}
        .featured-carousel-btn:hover {
            background: #6B5A42;
            transform: scale(1.1);
        }
        
       .featured-carousel-btn:disabled {
    background: #CCCCCC;
    cursor: not-allowed;
    opacity: 0.5;
    display: none;
}
        
        .featured-carousel-pagination {
            display: flex;
            gap: 0.5rem;
            align-items: center;
        }
        
        .featured-carousel-dot {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #D2D1CF;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 0;
        }
        
       .featured-carousel-dot.active {
    background: #312D25;
    width: 13px;
    height: 13px;
}
        
        .featured-carousel-dot:hover {
            background: #8B7355;
         
        }
        
        .featured-property-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .featured-property-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: #FFFFFF;
            padding: 0.5rem 1rem;
            font-family: 'Lato', sans-serif;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 5;
        }
        
        .featured-property-developer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            color: #FFFFFF;
            padding: 1rem;
            font-family: 'Lato', sans-serif;
            font-size: 0.875rem;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 5;
        }
        
        .featured-property-details {
            font-family: 'Lato', sans-serif;
        }
        
        .featured-property-price {
            font-family: 'Aboreto',sans-serif;
            font-size: 1.25rem;
            font-weight: 700;
            color: #312D25;
            margin-bottom: 0.5rem;
        }
        
        .featured-property-type {
            font-size: 0.875rem;
            font-weight: 500;
            color: #312D25;
            text-transform: capitalize;
            margin-bottom: 0.75rem;
        }
        
        .featured-property-features {
            display: flex;
            gap: 1.5rem;
            font-size: 0.875rem;
            color: #312D25;
        }
        
        .featured-property-feature {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .featured-property-feature i {
            color: #B08B55;
        }
        
       
        
        .social-icons {
            display: flex;
            gap: 1rem;
        }
        
        .social-icons a {
            color: #312D25;
            font-size: 1rem;
            transition: opacity 0.3s;
        }
        
        .social-icons a:hover {
            opacity: 0.7;
        }
        
        .footer-bottom {
            text-align: left;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(49, 45, 37, 0.1);
            font-size: 0.875rem;
            font-family: 'Poppins', sans-serif;
            color: #312D25;
        }

 .hero-section {
            position: relative;
            width: 100%;
            height: 400px;
            max-width: 1920px;
            margin: 0 auto;
            background: linear-gradient(rgba(26, 54, 93, 0.7), rgba(26, 54, 93, 0.7)),
                        url('https://yellowstonexpglobal.com/DLEProperties/uploads/property.png') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }
        
        .hero-content {
            max-width: 800px;
            padding: 1rem 2rem;
        }
        
        .hero-subtitle {
            font-family: 'Poppins', sans-serif;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            opacity: 0.9;
            color: white;
        }
        
        .hero-title {
            font-family: 'Poppins', sans-serif;
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            line-height: 1.15;
            letter-spacing: -0.5px;
            color: white;
        }
        
        .hero-description {
            font-family: 'Poppins', sans-serif;
            font-size: 0.875rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.5;
            color: white;
        }
        
                .hero-section {
    position: relative;
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-bottom: 80px;
}

   .footer-text a {
    text-decoration: none;
    color: #312d25;
}
  .second-main-heading.mobile{
        display:none;
    }
    
  .last-pp {
        font-size: 25px;
        font-weight: 300;
        line-height: 45px;
        font-family: "Lato", sans-serif;
        color: #ffffff;
        margin: 0 0 23px 0;
        width: 100%;
    }
    
    