
body{
    background:#f3eec4;
    
}

.title-2{
    font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 400;
    color:#CD732D;
    text-align: center;
    margin-bottom: 2rem;
}
p, button{
    color: #3e3e3e;
    font-family: 'Gilmer', sans-serif;
    font-weight: 600;
}

ul, a{
    font-family: 'Gilmer', sans-serif;
    font-weight: 400;
}

@font-face {
    font-family: 'Gilmer';
    src: url('https://stage.odigma.com/pacifica/gilmerfont/gilmer-light-webfont.woff2') format('woff2'),
         url('https://stage.odigma.com/pacifica/gilmerfont/gilmer-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}




img{
    width: 100%;
}

.text-3{
    font-size: 22px;
}

@media screen and (max-width: 700px){
    .call-now{
        padding: 10px 20px !important;
    }
.desktop-line{
    display: none;
}

.popup-form{
    width: 100% !important;
}

.amenities-grid{
   display: flex !important;
   flex-wrap: wrap;
   justify-content: center;
   gap:1rem;
}
.amenity-item {
    width: 100% !important;
    border: none !important;
}
.nav-btn{
    padding: 10px 30px !important;
}
.amenities-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 1rem;
}
.tab{
    font-size: 12px !important;
    padding: 10px 30px !important;
}
.form{
    width: 100% !important;
}
.map-img{
    margin-bottom: 2rem;
}
.width {
    width: 100% !important;
}
.overview-content .text-4, .overview-content .text-6 {
    font-size: 14px !important;
}
.slider-inner-content{
    padding: 10px !important;
}
.slider-content{
    bottom: 5px !important;
}
.lifestyle .text-5{
    font-size: 12px !important;
}
.unit-tabs {
    gap: 0rem !important;
}
.inner-tabs{
    padding: 8px 10px !important;
    font-size: 15px !important;
}

.amenity-item{
    border:1px solid !important;
    border-radius: 10px;
}
.inner-aminite{
    padding: 12px !important;
}

.inner-aminite:hover, .active-amenity{
    padding: 12px !important;
}

.gif{
    position: absolute;
    right: 20px;
    top:5px;
}

header{
    padding: 20px 15px !important;  
}

.call-now{
    font-size: 16px !important;
}
.iti-mobile .intl-tel-input .country-list {
    width: 80% !important;
}
ul{
    padding-left: 1rem !important;
}
.footer-div{
    padding-top: 15px;
}
}

@media screen and (max-width: 600px){
.banner-flex{
    display: block !important;
}
.title-2{
    font-size: 33px !important;
}
}

@media screen and (min-width: 701px){
    .mobile-line{
        display: none;
    }
    }

@media screen and (max-width: 1300px){
    /* .amenity-item {
        width: 140px !important;
    } */

    }

    @media screen and (max-width: 1200px){
        .width {
            width: 100% !important;
        }
        .inner-tabs{
            padding: 8px 10px !important;
        }

        .desktop-logo{
            display: none;
        }
    }

    @media screen and (min-width: 1201px){
        .mobile-logo{
            display: none;
        }
    }

    @media screen and (max-width: 1400px){
        .price .text-5, .banner-location .text-5{
            font-size: 17px !important;
        }
    }

    @media screen and (min-width: 1400px){
        .banner-content{
            margin-right: 50px;
        }
    }
@media only screen and (max-width: 1400px) and (min-width: 1020px){
    .slider-content{
        bottom: 30px !important;
    }
    .slider-inner-content{
        padding: 15px !important;
    }
    .lifestyle .text-5{
        font-size: 14px !important;
    }

    .nav-btn{
        padding: 8px 20px !important;
    }
}

@media screen and (min-width: 1024px){
    .amenity-image{
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1020px){
    .amenity-item {
        width: 160px !important;  
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    .title-2 {
        font-size: 44px !important;
    }
    .banner-content{
        background: #ffffff00 !important;
    }
    .text-3 {
        font-size: 20px !important;
    }
    ul{
        font-size: 13px !important;
    }
    .banner-content{
        margin-right: 12px;
    }

    .nav-btn {
        padding: 8px 15px !important;
        font-size: 14px;
    }
}

/*banner sec css starts*/

.banner{
    background-image: url(../images/banner-bg.webp);
    padding-top: 150px;
    background-position: top center;
    background-size: cover;
    margin-top: -103px;
    backdrop-filter: blur(7px);
}

.banner-heading .title-2{
    color: #fff;
}
.banner-heading{
    border-bottom: 1px solid #fff;
}

.price .text-5, .banner-location .text-5{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.banner-content {
    background: #ffffff3b;
    padding: 30px;
    backdrop-filter: blur(8px);
    border: 1px solid #fff;
    border-radius: 20px;
}

.banner-inner-content {
    padding-top: 15px;
}

.banner-inner-content .text-3{
    color: #fff;
}
.banner-btn button{
    padding: 10px 30px;
    font-size: 22px;
    background: #CD732D;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    transition: transform 0.5s;
}

.banner-btn button:hover{
    transform: scale(1.1);
}

.rera-content {
    padding-top: 10px;
}
.rera-content .text-6{
    margin-bottom: 0rem !important;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}
.overview-content {
    padding-top: 150px;
}
.overview-content .title-2{
    text-align: center;
    color: #000;
}
.overview-content .text-4, .overview-content .text-6{
    text-align: center;
    font-size: 17px;
    line-height: 32px;
}
.width{
    width: 80%;
}
.line-img{
    text-align: center;
    padding-top: 60px;
}

.banner-heading .title-2{
    text-align: left;
}

/*banner sec css ends*/

/*sec 1 css starts*/

.lifestyle{
    padding-top: 50px;
}

.lifestyle .text-4{
    font-size: 20px;
    text-align: center;
}

.lifestyle .title-4{
    font-size: 24px;
    color: #f3eec4;
}

.lifestyle .text-5{
    font-size: 16px;
    color: #f3eec4;
}

.slider-content{
    position: absolute;
    bottom: 60px;
    display: flex;
    justify-content: center;
}
.slider-inner-content {
    background: #000000d9;
    width: 80%;
    padding: 40px;
}

.lifestyle-carousel{
    padding-top: 50px;
}


/* Main navigation container */
 .lifestyle-carousel-nav {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Previous and Next buttons */
.lifestyle-carousel-nav .lifestyle-carousel-prev,
.lifestyle-carousel-nav .lifestyle-carousel-next {
    cursor: pointer;
    font-size: 24px;
    color: #d18f57;
    padding: 0 15px;
    transition: color 0.3s ease;
}

/* Hover effect for Previous and Next buttons */
.lifestyle-carousel-nav .lifestyle-carousel-prev:hover,
.lifestyle-carousel-nav .lifestyle-carousel-next:hover {
    color: #d18f57;
}

/* Current slide number styling */
.lifestyle-carousel-nav .current-slide {
    font-size: 18px;
    color: #000;
    padding: 0 10px;
}

/* Line indicator */
.lifestyle-carousel-nav .line-indicator {
    width: 100px;
    height: 2px;
    background-color: #d18f57;
    margin: 0 15px;
}


/* Initial hidden state of the content (invisible and below the view) */
.lifestyle-carousel .slider-content {
    opacity: 0;
    transform: translateY(50px); /* Start 50px below */
    transition: all 0.8s ease; /* Smooth transition with 0.6s duration */
}

/* When the slide becomes active, this class will apply */
.lifestyle-carousel .owl-item.active .slider-content {
    opacity: 1;
    transform: translateY(0); /* Move to its natural position */
}

.slider-progress-line {
    width: 65%;
    height: 1px;
    background-color: #e86c1f;
    margin-top: 10px;
    position: relative;
    margin-top: 3.5rem;
}

.progress-bar {
    width: 0%;
    height: 5px;
    background-color: #e86c1f;
    transition: width 0.5s ease; /* Smooth transition */
}








/*sec 1 css ends*/


/*sec 2 css starts*/

.master-plan{
    padding-top: 50px;
}

.download-brochure button{
    margin-top: 20px;
    padding: 10px 60px;
    font-size: 18px;
    border: 1px solid #CD732D;
    background: transparent;
    color: #CD732D;
    border-radius: 50px;
}

.download-brochure button:hover{
    background: #CD732D;
    color: #000;
}

/*sec 2 css ends*/


/*sec 3 css starts*/

.unit-plan{
    padding-top: 50px;
}

.tabs {
    margin: 20px 0;
    text-align: center;
}

.tab {
    background-color: #CD732D;
    border: none;
    padding: 8px 50px;
    margin: 0 10px;
    color: #CD732D;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.2em;
}

.tab:not(.active) {
    background-color: transparent;
    color: #CD732D;
    border: 2px solid #CD732D;
}

.inner-tabs .tab:not(.active) {
    background-color: transparent;
    color: #CD732D;
    border: 2px solid #CD732D;
}

.tab.active {
    background-color: #CD732D;
    color: #000;
}

.inner-tabs .tabs .active{
    border-bottom: 1px solid !important;
    border:0px;
    background:transparent;
}

.block-content, .unit-content {
    display: none;
    margin-top: 30px;
}

.block-content.active, .unit-content.active {
    display: block;
}

.unit-content {
    margin-top: 30px;
}

.unit {
    text-align: center;
    margin-top: 30px;
}

button .tabs.active {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid;
    font-size: 22px;
}


.inner-tabs {
    background-color: transparent; /* Inactive background color */
    color: #000; /* Inactive text color */
    border: none;
    padding: 10px 50px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-size: 20px;
}

.inner-tabs.active {
    background-color: transparent; /* Active background color */
    color: #000; /* Active text color */
    border-bottom: 1px solid; /* Border style for inactive */

}

.unit-tabs{
    gap:6rem;
}

.unit{
    width: 40%;
}


/*sec 3 css ends*/


/*sec 4 css starts*/

.mobile-amenities{
    display: none;
}

#amenity-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.amenities-tabs {
    flex: 1;
    padding-left: 0px;
}

.amenities-nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.nav-btn {
    background-color: transparent;
    border: 1px solid #CD732D;
    border-radius: 20px;
    padding: 8px 40px;
    cursor: pointer !important;
    font-size: 15px;
    color: #000;
}

.nav-btn.active {
    background-color: #CD732D;
    color: #000;
}

.amenities-grid {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr;
    /* gap: 20px; */
}

.amenity-item {
    /* border: 1px solid #CD732D; */
    /* border-radius: 8px; */
    padding: 10px;
    text-align: center;
    cursor: pointer;
    /* background-color: #f5efdd; */
    font-size: 16px;
    width: 200px;
}

/* .amenity-item:hover {
    background-color: #CD732D;
    color: #fff;
} */

.amenity-item span {
    display: block;
    margin-top: 10px;
}

.icon {
    font-size: 30px;
}


.aminities .title-2{
    text-align: left;
}

.aminities{
    padding-top: 50px;
}

/* Active Tab Styling (same as hover effect) */
.active-amenity {
    background: #e8d18f;
    padding: 20px;
    width: fit-content;
    color: #CD732D;
    border: 2px solid #CD732D;
    border-radius: 10px;
    transition: all 0.3s ease; /* Smooth transition */
}

/* Hover Effect */
.inner-aminite:hover {
    background: #e8d18f;
    padding: 20px;
    width: fit-content;
    color: #CD732D;
    border: 2px solid #CD732D;
    border-radius: 10px;
    /* transition: all 0.3s ease; */
}

.inner-aminite{
    padding: 22px;
}
.inner-aminite img{
    width: 55px;
    height: 55px;
}

/*sec 4 css ends*/





/*sec 5 css starts*/

.gallery {
    position: relative;
    padding-top: 50px;
}

.custom-nav {
    display: flex;
    justify-content: center; /* Center the arrows horizontally */
    align-items: center;
    margin-top: 20px; /* Add space between carousel and arrows */
}

.custom-prev,
.custom-next {
    background-color: transparent;
    border: 1px solid #CD732D;
    color: #CD732D;
    padding: 0px 8px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    margin: 0 10px; /* Space between the arrows */
    transition: background-color 0.3s ease;
    padding-bottom: 4px;
}

.custom-prev:hover,
.custom-next:hover {
    background-color: #CD732D;
    color: #fff;
}


/*sec 5 css ends*/

/*sec 6 css starts*/

.site-visit{
    padding-top: 50px;
    padding-bottom: 60px;
}

.form-control{
    padding: 15px 25px;
    background: transparent;
    border: 1px solid;
    margin-bottom: 1rem;
    color: #000;
    border-radius: 20px;
}

button.project-contact-btn {
    width: 100%;
    padding: 12px;
    border: none;
    font-size: 20px;
    border-radius: 20px;
    background-color: #CD732D;
    margin-top: 1rem;
    cursor:  pointer !important;
}

/* button.project-contact-btn:hover{
    border:2px solid #CD732D;
    background: transparent;
    color: #CD732D;
    border-radius: 20px;

} */

.form{
    width: 80%;
}


/*sec 6 css ends*/


/*footer css starts*/

.footer {
    background-image: url(../images/overlay-bg-footer.webp);
    padding-top: 40px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}

ul{
    list-style: none;
    font-size: 20px;
    color: #fff;
}

ul li{
    margin-bottom: 1rem;
}


/*footer css ends*/

/* Base styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #a4b7b9; /* Adjust according to your design */
    position: relative;
    z-index: 999999;
  }
  
  .logo img {
    max-height: 60px;
  }
  
  .navbar {
    display: flex;
    align-items: center;
  }
  
  .navbar ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .navbar ul li a {
    text-decoration: none;
    color: #f3eec4; /* Adjust according to your design */
    font-size: 20px;
  }
  .navbar ul li a:hover{
    color: #CD732D;
  }
  .call-now a, .call-now a:hover{
    color: #000;
    font-weight: 600;
   
  }


  .mobile-menu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 22px;
  }
  
  .call-now {
    background-color: #f3eec4;
    border: none;
    padding: 10px 40px;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.5s;
  }

  .call-now:hover{
    transform: scale(1.1);
  }
  
  .hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .hamburger-menu span {
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    width: 25px;
  }
  
  /* Mobile Menu */
  .mobile-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 999999;
  }
  
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .mobile-menu ul li {
    text-align: center;
  }
  
  .call-now-mobile {
    background-color: #f3eec4;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
  }
  
  /* Media Queries for Mobile */
  @media (max-width: 920px) {
    .navbar ul {
      display: none;
    }
  
    .hamburger-menu {
      display: flex;
    }
  }

  .navbar ul{
    margin-bottom: 0px;
    padding-right: 50px;
  }
  
  .cloudzoom-blank {
    display: none !important;
  }

  header ul li{
    margin-bottom: 0px !important;
  }

  .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    z-index: 1; /* Makes sure the overlay sits on top of the background */
}

.footer .container {
    position: relative;
    z-index: 2; /* Makes the content appear above the overlay */
}

a, a:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 450px;
    margin: 20px auto;
    border-radius: 20px;
  }
  
  .popup-form {
    background-color: #fff;
    width: 40%;
    margin: auto;
    padding: 30px;
    position: relative;
    border-radius: 30px;
    border: 3px solid #CD732D;
  }
  
  .firstname_input input,
  .email_input input,
  .mobile_input input {
    width: 100%;
    height: 45px;
    color: black;
    background: white;
    /* border: 1px solid #989898; */
    margin-bottom: 10px;
    padding-left: 15px;
    border: 1px solid #CD732D;
  }
  
  #enquire_now_popup_form .popup_submit_btn {
    margin: 25px 0;
    text-align: center;
  }
  input#popup_input_submit {
    /* padding: 15px 25px;
    color: black;
    background: white;
    transition: all 0.6s ease;
    border: 1px solid black !important;
    text-decoration: none; */
    margin-top: 20px;
    padding: 10px 60px;
    font-size: 18px;
    border: 1px solid #CD732D;
    background: transparent;
    color: #CD732D;
    border-radius: 50px;
  }
  
  input#popup_input_submit:hover {
    color: #000;
    background: #CD732D;
    transition: all 0.6s ease;
    border: 1px solid #CD732D !important;
  }

.download-brochure a{
    color: #CD732D;
}

.master-plan .download-brochure a:hover{
    color: #fff !important;
}

.intl-tel-input.allow-dropdown .selected-flag {
    height: 46px;
}

.error{
    color: red;
}

.site-visit .intl-tel-input.allow-dropdown .selected-flag {
    height: 55px;
}

.intl-tel-input .country-list{
    color:#000 !important;
}

/* .hamburger-menu {
    cursor: pointer;
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }  */


  
  /* Cross icon styles when the menu is opened */
  .hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

ul li a:hover{
color: #CD732D;
}

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, 0fr); /* 3 items per row */
    grid-gap: 0; /* Remove gap between grid items */
}

.amenity-grid .amenity-item {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Adjust height as needed */
}

.amenity-grid .amenity-item img {
    display: block;
    margin: 0 auto 10px;
}


.amenity-grid .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.amenity-item-inner {
    text-align: center;
}

/* .amenity-item {
    border: 1px solid #333;
    box-sizing: border-box;
} */

.amenity-item:nth-child(3),
.amenity-item:nth-child(6) {
    border-right: none; /* Remove border on the right side of last items in row */
}
