*{ margin:0; padding:0; box-sizing: border-box;}
:root {font-size: 16px; scroll-behavior: unset;}
html {scroll-behavior: unset;}

@font-face {
    font-family: 'Americana BT';
    src: url("../fonts/");
    src: url("../fonts/AmericanaBT-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AmericanaBT-Roman.woff") format("woff"), url("../fonts/AmericanaBT-Roman.ttf") format("truetype"), url("../fonts/AmericanaBT-Roman.svg#Montserrat-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

body {font-family: 'Americana BT'; position: relative; overflow-x: hidden;}
h1,h2,h3,h4,h5,h6{ color:#000; margin:0; font-family: 'Americana BT'; line-height:1.6; font-weight:normal;}
p{line-height:1.6; margin-bottom: 1rem; overflow:hidden;}
p:nth-last-child(1){ margin-bottom:0;}
img{max-width:100%; object-fit:cover; object-position:center}
ul{list-style:none;}
a{ text-decoration :none;}
a:hover{text-decoration :none;}

nav.navbar{
    background-color: #ffffff00;
    padding: 14px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(40px);
}
nav .navbar-nav .nav-item .nav-link{
    color: white;
    font-size: 12px;
    padding: 0;
    letter-spacing: 2px;
    position: relative;
}
nav .navbar-nav .nav-item .hdlink::after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    background: white;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
}
nav .navbar-nav .nav-item .hdlink:hover::after{
    transform: scaleX(1);
    /* transform-origin: left; */
}

nav .navbar-nav .nav-item{
    margin-left: 25px;
}

nav .navbar-nav .nav-item .nav-link.hd-contact{
   /*border: 0.5px solid white;*/
    border-radius: 20px;
    padding: 8px 10px;
    background:#000;
    color:#fff;
}
nav.scrolled .navbar-nav .nav-item .nav-link.hd-contact{
	background: white;
    color: black;
}
nav .navbar-nav .nav-item .nav-link.hd-contact:hover{
    background: white;
    color: black;
    transition: all 0.3s ease;
}
.navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: 100px;
}
.gangalogo {
    border-right: 0.5px solid rgb(255 255 255 / 35%);
    padding-right: 22px;
    margin-right: 22px;
}
.navbar-brand .lifeispure img{
    width: 120px;
}


nav.navbar.scrolled {
  background: #000000;
  transition: all 0.3s ease;
}

/* banner */
.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;   
}
.banner video{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.bannerlogo{
    width: 335px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}
.bannerlogo img{
    width: 100%;
    height: auto;
}

/* 2 */

 .pad80{
    padding: 80px 0;
 }
        
        h1 {
            font-weight: 300; 
            letter-spacing: 2px;
            color: #212529;
        }
        
        .logo-wrapper {
         
            margin-top: 1.4rem;
            margin-bottom: 1rem;
        }

         .aboutlogo {
            width: 80px; 
            height: auto;
        }


        /* 3 */
          .wrapper {
         
           position: relative;
        }

        .panel {
            width: 100%;
            height: 100vh;            
            color: white;
            position: relative;
            box-sizing: border-box;            
        }
        .panel::after{
               content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
    z-index: 0;
        }

        /* Added background colors based on your class names */
        /*.panel.red {*/
        /*    background-color: #e74c3c;*/
        /*}*/
        /*.panel.orange {*/
        /*    background-color: #e67e22;*/
        /*}*/
        /*.panel.purple {*/
        /*    background-color: #8e44ad;*/
        /*}*/

        .amenity-details{
            position: absolute;
            top: 18%;
            max-width: 55%;
            display: flex;
            justify-content: center;
            left: 0;
            right: 0;
           margin: auto;
    z-index: 1;
        }
       
        .amenity-details .amlogo{
            width: 414px;
            height: auto;
            position: relative;
        }
         .amenity-details2 .amlogo{
             width: 272px;
         }
         .amenity-details3 .amlogo {
    width: 257px;
}
        .amenity-details .amlogo::after{
           content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 80px;
    height: 80px;
    background: url(../images/white-lower.svg) no-repeat;
    background-size: contain;
        }
        
        .amlogo h2{
          font-size: 76px;
    color: #ffffff;
    line-height: 76px;
        }
        .amlogo span{
                color: #fff;
    display: block;
    text-align: end;
    font-size: 14px;
    line-height: 14px;
        }
        
         .amenity-details .amcontent{
      width: 40%;
    margin-left: 40px;
    padding-left: 40px;
    position: relative;
         }
         .amenity-details .amcontent p{
             color: #ffffffbd;
         }
         .amenity-details .amcontent::after{
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 1.5px;
            height: 70%;
            background-color: #ffffffad;
         }

         .preseting-kashi{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 60%;
            height: fit-content;
         }
         .preseting-kashi .presentinglogo {
             width: 440px;
    margin: 0 auto 17px;
         }

        .presenting-kashi{
            background-color: #fff;
            z-index: 2;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .presenting-kashi::after{
           content: "";
    position: absolute;
    top: 39px;
    left: -191%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/large-flower.svg);
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
        }

        /*  */

        .location-section{
            padding-top: 45px;
        }
         .location-card {
            background-color: #fff6f1;
            border-bottom: 6px solid #E8713A;             
            height: 100%;
                                
            position: relative;
            overflow: hidden;
cursor: pointer;
        }
        .location-card-inner{
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 1;
        }

        .location-card::after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #E8713A;
            pointer-events: none; 
            z-index: 0;
            transform: translateY(100%);
            transition: all 0.3s ease;
        }
        .location-card:hover::after{
            transform: translateY(0);
        }

        .location-card .time-info {
            display: flex;
            line-height: 1;
        }
        
        .location-card .time-number {
            font-size: 80px;
            line-height: 53px;
            font-weight: 300;
            color: #000000;
            transition: all 0.3s ease;
        }

        .location-card:hover .time-number {
            color: #fff;
        }
        

        .location-card .time-unit {
            font-size: 1rem;
            font-weight: 400;
            letter-spacing: 1px;
            color: #000000;
            margin-left: 0.1rem;
            transition: all 0.3s ease;
        }
         .location-card:hover .time-unit {
            color: #fff;
        }
        
        .location-card hr {           
            margin: 1.5rem 0 2.5rem;
            transition: all 0.3s ease;
        }
        .location-card:hover hr {
           color: #fff;
        }

        .location-card .location-name {           
            margin-bottom: 1.3rem;
            transition: all 0.3s ease;
        }

        .location-card:hover .location-name {
            color: #fff;
        }
        
        .location-card .location-icon {
            /* This makes the icon container fill the remaining space */
            flex-grow: 1; 
            
            /* This positions the SVG at the bottom of its container */
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
        }

        .location-card .location-icon svg {
            width: 100%;
            max-width: 120px; /* Control the max size of the icon */
            height: auto;
            transition: all 0.3s ease;
        }
        .location-card .location-icon svg path{
            transition: all 0.3s ease;
        }
        .location-card:hover .location-icon svg path, .location-card:hover .location-icon svg circle, .location-card:hover .location-icon .cls-1,.location-card:hover .location-icon .cls-3 {
            stroke: #fff;
            transition: all 0.3s ease;
        }
        
        .location-card .location-icon img {
            width: 100%;
            max-width: 120px;
            height: auto;
            transition: all 0.3s ease;
        }
        .slick-slide img.loc-black{
            display: inline-block;
            transition: all 0.3s ease;
        }
        .slick-slide img.loc_white{
            display: none;
            transition: all 0.3s ease;
        }
         .slick-slide .location-card:hover .location-icon img.loc_white{
             display: block;
         }
         
         .slick-slide .location-card:hover .location-icon img.loc-black{
             display: none;
         }


           
        /* Custom Tab Styles */
        .amenities-section {
    padding-top: 50px;
}
.amenities-tabs .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
.amenities-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 18px;
    line-height: 18px;
    padding: 1rem 4rem;
}
.amenities-tabs .nav-tabs .nav-link.active {
    color: #212529;
    border-bottom: 1.5px solid #000000;
}

/* Gallery Styles */
.amenities-gallery-container {
overflow: hidden; /* This will contain the negative margins */
position: relative;
margin-bottom: 40px;
}
.amenities-tabs{
    position: relative;
}
.amenities-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 4rem;
    width: 100%;
}
.amenity-item {
    position: relative;
    overflow: hidden;
    display: none; /* Initially hide items, JS will show them */
    padding-bottom: 22px;
    
}
.amenity-item>div{
   position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.amenity-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.amenity-item .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* --- Special Layout Logic --- */
.amenity-item {
    width: 32%;
    height: 500px;
}
.amenity-item:nth-child(3n+2) {
    height: 400px;
    align-self: self-start;
    margin: 0 22px;
}
.amenity-item:nth-child(2) {
    margin-top: 0px;
}
.loadbtn {
   margin-top: -80px;
   z-index: 10;
   position: absolute;
bottom: -30px;
left: 0;
right: 0;
margin: auto;
}
.load-more-btn {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1.5px solid #adadad;
    background-color: white;
    color: #888;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    transition: all 0.3s ease;
}
.load-more-btn svg {
    width: 24px;
    height: 24px;
}
.load-more-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

        /* Responsive adjustments */
        /* @media (max-width: 992px) {
            .amenities-gallery {
                flex-direction: column;
                align-items: center;
            }
            .amenity-item, .amenity-item:nth-child(3n+2) {
                width: 100%;
                max-width: 400px;
                height: 450px;
                align-self: auto;
            }
        } */
        
        /*  */
    
        .floorplan-slider {
    max-width: 100%; /* Allow the slider to take full width */
    margin: 0 auto; /* Center it */
}

.floorplan-slider .slick-slide {
    padding: 0 10px; /* Add some spacing between slides */
    box-sizing: border-box; /* Include padding in the element's total width and height */
    text-align: center; /* Center the content within each slide */
}

.floorplan-slider img {
    width: 100%;
    height: auto;
    display: block; /* Remove extra space below image */
}

.floorplan-info {
  background-color: #fff8f4;
    padding: 15px;
    margin-bottom: 0px;
    /* border: 1px solid #eee; */
    text-align: left;
}

.floorplan-info p {
    margin: 0 0 5px 0; /* Adjust spacing between paragraphs */
    font-size: 14px;
    line-height: 1.4;
}

.floorplan-info .type-info {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.floorplan-info .plot-size {
    font-size: 13px;
    color: #666;
}


/*  */
/* --- Contact Form Section Styles --- */
.contact-form-section .form-group {
    position: relative;
   
}

.contact-form-section .form-label {
    color: #6c757d;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Custom style for form inputs */
.custom-input {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #000000 !important;
    padding: 0px 0px 15px 0 !important;
    font-size: 14px;
    color: #000000;
    box-shadow: none !important;
}

.custom-input:focus {
    border-bottom-color: #000 !important;
}

/* Style for the privacy policy checkbox */
.contact-form-section .form-check-input {
   border: 1px solid #000000;
    box-shadow: none;
    border-radius: 0;
   
    width: 20px;
    height: 20px;
}
.contact-form-section .form-check-input:checked {
    background-color: #E8713A;
    border-color: #E8713A;
}
.contact-form-section .form-check-label {
   font-size: 0.8rem;
    color: #6c757d;
    margin-left: 10px;
}

.contact-form-section form .col-md-6, .contact-form-section form .col-12{
    margin-bottom: 36px;
}

/* Circular Send Button */
.send-button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #adadad;
    background-color: transparent;
    color: #212529;
    font-size: 0.9rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.send-button svg {
    margin-left: 0px;
    transition: transform 0.3s ease;
    transform: rotate(315deg);
}

.send-button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.send-button:hover svg {
    transform: translateX(5px);
}

/* --- Footer Section Styles --- */
.site-footer {
    background-color: #1F1F1F;
    color: #a0a0a0;
    font-size: 14px;
}
.footerlogo{
    padding-bottom: 45px;
}

/* Horizontal dividers */
.footer-links-section {
    padding: 30px 90px;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.footer-contact-section {
    padding: 30px 90px;
    border-bottom: 1px solid #3a3a3a;
}

/* Footer titles */
.site-footer .footer-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 7px;
    display: inline-block; /* Important for the border to fit the text */
}

/* The small underline below titles */
.site-footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
}

/* Styling for all footer links */
.site-footer ul li a {
    color: #a0a0a0;
    text-decoration: none;
    /* line-height: 2.2; */
    transition: color 0.3s ease;
}

.site-footer ul li a:hover {
    color: #ffffff;
}
.site-footer ul li{
    margin-top: 6px;
}

/* Bottom contact section styling */
.footer-contact-section .contact-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-contact-section p {
    margin-bottom: 0;
    
}
.footer-contact-section p a {
    color: #a0a0a0;
    text-decoration: none;
}
.footer-contact-section p a:hover {
    color: #ffffff;
}


.legal-text:nth-child(1){
    margin-bottom: 20px;
}
.legal-text {
    color: #a0a0a0;
    font-weight: 500;
}


/* Social media icons */
.social-icons a {
display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    color: #a0a0a0;
    text-decoration: none;
    margin: 0 2px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #ffffff;
    color: #1c1c1c;
    border-color: #ffffff;
}

/* Final copyright bar */
.footer-copyright {
    padding: 12px 0;
    background-color: #252525;
}

.footer-copyright p {
    font-size: 12px;
}

 /* the slides */
 .locationslider .slick-slide {
      margin: 0 20px;
  }

  /* the parent */
 .locationslider  .slick-list {
      margin: 0 -20px;
      padding-left: 0px !important;
  }
  label.error{
      color: red;
   font-size: 11px;
	  display: block;
  }
  #hiddenRecaptcha2-error{
	      position: absolute;
    bottom: -8px;
}
#customCheckboxcontact-error{
	 position: absolute;
    left: 1px;
    bottom: -21px;
}
  
  /* Modal Specific Styles */
#brochureDownloadModal .modal-content {
    border-radius: 0; /* Match other design elements */
    background-color: #FFF8F4; /* Light background from your contact section */
    border: none;
}

#brochureDownloadModal .modal-header {
    border-bottom: 0;
    padding: 0;
position: relative;
}


#brochureDownloadModal .btn-close {
        position: absolute;
    right: -8px;
    top: -8px;
    background-image: unset;
    background-color: #E8713A;
    color: #ffffff;
    border: none;
    opacity: 1;
    font-size: 1rem;
    border-radius: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#brochureDownloadModal .btn-close:focus {
    box-shadow: none;
}

#brochureDownloadModal .modal-body {
    padding: 2rem;
}

#brochureDownloadModal .send-button {
    width: 80px;
    height: 80px;
    font-size: 11px;
}

#brochureDownloadModal .form-check-label {
    font-size: 0.9rem; /* Adjust font size for readability */
}
#brochureDownloadModal .col-12, #brochureDownloadModal .col-md-6{
    margin-bottom: 25px;
}

/* Ensure custom-input styles apply to modal inputs */
#brochureDownloadModal .custom-input {
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 10px !important;
}

#brochureDownloadModal .form-check-input:checked {
    background-color: #E8713A;
    border-color: #E8713A;
}
.form-check-input:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
/* Adjustments for responsiveness on smaller screens */
@media (max-width: 576px) {
    #brochureDownloadModal .modal-title {
        font-size: 1.4rem;
    }
    #brochureDownloadModal .send-button {
        width: 100px;
        height: 100px;
        font-size: 0.9rem;
    }
    #brochureDownloadModal .modal-body {
        padding: 1.5rem;
    }
    #brochureDownloadModal .btn-close {
   
    right: 8px;
    top: -23px;
    }
}

.location-slider-controls {
  text-align: center;
  margin-top: 20px;
}

.location-slider-controls button {
      background: #e8713a;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.3s;
	    display: inline-flex
;
    align-items: center;
    justify-content: center;
}

.location-slider-controls button:hover {
  background: #000; /* hover effect */
}

.g-recaptcha{
	transform: scale(0.8);
    transform-origin: left;
    margin-bottom: 10px;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.reranumber{
	font-size: 14px;
}

.floating-cta {
        position: fixed;
        bottom: 20px;
        right: 0px;
	left: 0px;
	margin: auto;
        background-color: #E8713A; 
        color: #fff;
        padding: 10px 35px;
        border: none;
        border-radius: 25px; 
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        transition: all 0.3s ease; 
	width: max-content;
    }

    .floating-cta:hover {
        background-color: #000; 
        transform: translateY(-2px); 
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }

    /* Responsive adjustments */
    @media (max-width: 767px) {
        .floating-cta {
            padding: 10px 20px;
            font-size: 14px;
            bottom: 10px;
            right: 10px;
        }
    }