*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #f4f1ec;
}
a{
    text-decoration: none;
}

@font-face {
    font-family: emberly_light;
    src: url('/assets/fonts/EmberlyLight.ttf');
}
@font-face {
    font-family: emberly;
    src: url('/assets/fonts/EmberlySemiBold.ttf');
}
@font-face {
    font-family: satoshi;
    src: url('/assets/fonts/Satoshi-Medium.otf');
}
@font-face {
    font-family: abril;
    src: url('/assets/fonts/Abril_Display_Regular.otf');
}
.navbar{
    padding-top: 0.6rem;
}
.navbar-toggler{
    background-color: transparent;
    border: none;
    outline: 0;
}
.navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
}
.navbar .logo{
    width: 80%;
}
.custom-menu {
  gap: 8px;
}

.custom-menu .nav-item {
  position: relative;
}

.custom-menu .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  padding: 12px 15px;
  border-radius: 8px;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover */
.custom-menu .nav-link:hover {
  background: #d6c29a;
  color: #000000;
  transform: translateX(5px);
}
/* Default navbar (initial) */
.navbar {
  background: transparent;
  transition: all 0.3s ease;
}
.offcanvas {
    height: 100vh;
}

/* Glass effect after scroll */
.navbar.scrolled {
  background: rgb(133 129 129 / 16%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}



.custom-menu .nav-link:hover::before {
  transform: translateY(-50%) scaleY(1);
}

/* Active state */
.custom-menu .nav-link.active {
  background: #d6c29a;
  color: #fff;
  font-weight: 600;
}

.custom-menu .nav-link.active::before {
  transform: translateY(-50%) scaleY(1);
}
.banner{
    background-image: url("/assets/images/banner.webp");
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.banner_text{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
}
.banner_text .welcome_text{
    font-family: "emberly_light";
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: 200;
}
.banner_text .project_text{
    font-family: "emberly";
    font-size: 3.5rem;
    margin-top: -15px;
}
.ivy_logo{
    width: 22%;
}
.section-title {
  position: relative;
  display: inline-block;
  font-family: "abril";
  margin: 1.7rem 0 1rem;
  font-size: 1.5rem;
}

.section-title::after {
  content: "";
  display: block;
  width: 370px;           
  height: 2px;            
  background-color: #C6A75E; 
  margin: 10px auto 0;   
}
.section_para{
  font-family: "abril";
    font-weight: 400;
}
.success_msg, .error_msg{
    display: none;
}
.banner_form{
    width: 350px;
    position: absolute;
    font-family: "satoshi";
    border: 2px solid #C6A75E36;
    right: 2rem;
    bottom: 2rem;
    background-color: #fff;
    padding: 2.5rem 1rem;
}
.banner_form::placeholder{
   -webkit-text-fill-color: #1F2A2A;

}
.banner_form .form-control{
    border: none;
    margin-bottom: 0.5rem;
    padding: 0.8rem;
    border-bottom: 1px solid #C6A75E;
    border-radius: 0;
}
.banner_form .submit-btn{
    background-color: #003539;
    border-radius: 0.2rem;
    color: #fff;
    width: 100%;
}
.banner_form .brochure-btnn{
    background-color: #EFEFEF;
    border-radius: 0.2rem;
    color: #CBCBCB;
    margin-right: 0.5rem;
    width: 100%;
}
.banner_form .brochure-btnn:hover{
  background-color: #003539;
}
.banner_form .submit-btn:hover{
    background-color: #EFEFEF;
    border: 1px solid #003539;
    color: #003539;
}
.features-section {
  font-family: "satoshi";
}

.feature-title {
  font-size: 32px;
  font-family: "abril";
  position: relative;
  display: inline-block;
  color: #1f3d3a;
}

.feature-title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #C6A75E;
  display: block;
  margin-top: 10px;
}
.tour-title {
  font-size: 32px;
  font-family: "abril";
  position: relative;
  display: inline-block;
  color: #1f3d3a;
}

.tour-title::after {
  content: "";
  width: 100px;
  height: 1px;
margin: 10px auto 0;
  background-color: #C6A75E;
  display: block;
}

.neibhour-title {
  font-size: 32px;
  font-family: "abril";
  position: relative;
  display: inline-block;
  color: #1f3d3a;
}

.neibhour-title::after {
  content: "";
  width: 270px;
  height: 1px;
  background-color: #C6A75E;
  display: block;
  margin-top: 10px;
}

.feature-text {
  color: #1F2A2A;
  line-height: 1.8;
  font-size: 15px;
  padding-right: 3rem;
}
.plot_img{
    width: 80%;
}
.stat-number {
  font-size: 34px;
  color: #C6A75E;
  font-weight: 500;
}

.stat-number span {
  font-size: 18px;
}

.stat-label {
  color: #1F2A2A;
  font-size: 14px;
  margin-top: 5px;
}
.masterplan-list{
    font-family: "satoshi";
}
.masterplan-list ol {
  padding-left: 18px;
  font-size: 13px;
  color: #444;
  line-height: 1.7;
}

.masterplan-list li {
  margin-bottom: 4px;
}


.category-item {
  padding: 30px 15px;
  border: 2px solid #c9a96a;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #1f3d3a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.category-item.hover {
  background-color: #e8dcc2;
  font-weight: 600;
}

.custom-tabs {
  border-bottom: none;
}

/* remove bootstrap default */
.nav-tabs .nav-link {
  border: none !important;
}

/* container */
.custom-tabs {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d6c29a;
  border-bottom: 1px solid #d6c29a;
}

/* each item */
.custom-tabs .nav-item {
  flex: 1 1 25%;
}

/* each tab */
.custom-tabs .nav-link {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background: #f5f2ec;
  color: #1f3d3a;
  font-weight: 500;
  font-size: 14px;

  border: 1px solid #d6c29a; /* full border each item */
  border-radius: 0 !important;

  margin: 0;
}
.custom-tabs .nav-item{
    border: 1px solid #C6A75E;
}

/* ACTIVE */
.custom-tabs .nav-link.active {
  background: #e6d8b8;
}

/* HOVER FIX */
.custom-tabs .nav-link:hover {
  background: #efe6d3;
  border: 1px solid #d6c29a; /* force same border */
}
.video-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.video-thumb,
.video-player {
  width: 100%;
  border-radius: 3px;
}
.play-btn i,
.pause-btn i {
  font-size: 28px;
  color: #000;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #A5A5A5;    
  color: #5A4638;          
  border: none;

  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  cursor: pointer;
}

.pause-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}
.clubhouse{
    display: flex;
    justify-content: space-between;
    margin-top: 15rem;
}

.clubhouse img {
    width: 66%;
    position: absolute;
    bottom: -2rem;
    right: 3rem;
}
.postion-relative{
    position: relative;
}
.amenities-section{
    background-color: #e2ded4;
    font-family: "satoshi";
}
.amenities-section .feature-text{
    padding-right: 10rem;
    color: #5A4638;
}
.club_image{
    width: 45%;
}
.border_right{
    border-right: 1px solid #C6A75E;
}
.amenities-card{
    border: 1px solid #C6A75E;
    padding: 0 10px;
    margin: 0 auto 1rem;
    height: 6.5rem;

}
.amenities-card img{
    width: 65%;
}
.amenities-card p{
    color: #5A4638;
    font-size:0.8rem;
    text-align: left;
    padding-top: 0.4rem;
    margin-bottom: 0;
}
.ps_5{
    padding-left: 2rem;
}
.maroon_color{
    color: #5A4638;
}
.photoframe{
    width: 100%;
    margin-top: 3rem;
    padding-left: 7rem;
}

.marquee {
  overflow: hidden;
  padding: 2rem 0 ;
  border-top: 2px solid #C6A75E;
  border-bottom: 2px solid #C6A75E;
  font-family: "abril";

}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 15s linear infinite;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
}

.marquee-content span {
  color: #5A4638;
  font-size: 16px;
  font-size: 1.8rem;
  position: relative;
  padding: 0 20px;
}

.marquee-content span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 20px;

  background: url("/assets/images/Star.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.sustain-card{
    background-color: #FAF7F2;
    padding: 1rem 0.5rem;
    font-family: "satoshi";
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.sustain-card img{
    width: 240px;
    height: 228px;
    padding-right: 1rem;
}
.sustain-card h6{
    font-size: 1.1rem;
    color: #5A4638;
    font-weight: 500;
    padding-bottom: 0.5rem;
    padding-right: 4rem;
}
.sustain-card p{
    font-size: 0.9rem;
    padding-right: 1rem;
    color: #1F2A2A;
}
footer{
    background-color: #FBEFD2;
    font-family: "satoshi";
    color: #1F2A2A;
    margin-top: 5rem;
    padding: 4rem 0 2rem;
}
.footer_logo img{
width: 20%;
height: 25%;
}
.footer_logo .ivylogo{
    width: 12%;
}
.a-link{
    color: #000;
}

.hr_line {
  border: none;
  height: 2px;
  margin-top: 2rem;
  background-color: #C6A75E; 
}
.footerlinks{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerlinks a{
    padding: 0 0.7rem;
}
.footerlinks img{
    width: 100%;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: 80%;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.8);
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.7);
  opacity: 0.9;
}
.custom-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
    outline: none;
    box-shadow: none;
}
.custom-nav img , .custom-nav img{
    width: 60%;
}
.about_text{
    background-color: #fff;
    padding: 2rem;
    margin-top: 3rem;
}
.about_text .text-start{
    display: flex;
    justify-content: center;
}

.about_text .stat-label::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #C6A75E;
    display: block;
    margin-top: 10px;
}
.about_image{
    width: 100%;
    padding-bottom: 1rem;
    height: 150px;
}
.about_image1{
    width: 100%;
    padding-bottom: 1rem;
    height: 300px;
}


/* Connectivity Section  */
.location-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 600px;
}

/* CENTER BOX */
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.center-box img{
    width: 60%;
}
.form-control:focus{
    box-shadow: none;
}
.loc {
  position: absolute;
  text-align: center;
  width: 150px;
}

.loc p {
  font-size: 14px;
}

.loc span {
  font-size: 12px;
  color: gray;
}

/* PIN ANIMATION */
.pin {
  width: 50px;
  animation: zoomPin 1.5s infinite;
}

@keyframes zoomPin {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

/* POSITIONING */
.top { top: 0; left: 50%; transform: translateX(-50%); }
.bottom { bottom: 0; left: 50%; transform: translateX(-50%); }

.left { left: 0; top: 50%; transform: translateY(-50%); }
.right { right: 0; top: 50%; transform: translateY(-50%); }

.left-top { left: 10%; top: 15%; }
.left-bottom { left: 10%; bottom: 15%; }

.right-top { right: 16%; top: 15%; }
.right-bottom { right: 15%;
    bottom: 10%; }

/* DOTTED LINES */
.loc::before {
  content: "";
  position: absolute;
  border: 1px dashed #C6A75E;
}

/* vertical line */
.top::before {
  width: 0;
  height: 80px;
  left: 50%;
  top: 100%;
}

.bottom::before {
  width: 0;
    height: 56px;
    left: 50%;
    bottom: 110%;
}

/* horizontal */
.left::before {
width: 218px;
    height: 0;
    right: -183px;
    top: 56%;
}

.right::before {
  width: 212px;
    height: 0;
    left: -209px;
    top: 57%;
}

/* diagonal lines */
.left-top::before {
  width: 46px;
    height: 161px;
    border-right: none;
    transform: rotate(270deg);
    border-bottom: none;
    right: -36px;
    bottom: -139px;
}

.right-top::before {
width: 43px;
    height: 149px;
    border-left: none;
    border-bottom: none;
    transform: rotate(90deg);
    left: -12px;
    bottom: -134px;
}

.left-bottom::before {
width: 55px;
    height: 42px;
    border-right: none;
    transform: rotate(90deg);
    border-top: none;
    right: 37px;
    top: -65px;
}

.right-bottom::before {
   width: 35px;
    height: 148px;
    border-left: none;
    transform: rotate(270deg);
    border-top: none;
    left: -17px;
    top: -99px;
}.tab-content .location-section{
    width: 80%;
    margin: 0 auto;
    margin-top: -3rem
}
.tab-content .right-top::before {
    width: 32px;
    height: 107px;
    border-left: none;
    border-bottom: none;
    transform: rotate(90deg);
    left: 14px;
    bottom: -69px;
}
.tab-content .right::before {
    width: 133px;
    height: 0;
    left: -158px;
    top: 63%;
}
.tab-content .right-bottom::before {
    width: 37px;
    height: 113px;
    border-left: none;
    transform: rotate(270deg);
    border-top: none;
    left: 1px;
    top: -90px;
}
.tab-content .left-top::before {
    width: 38px;
    height: 127px;
    border-right: none;
    transform: rotate(270deg);
    border-bottom: none;
    right: -16px;
    bottom: -94px;
}
.tab-content .left-bottom::before {
    width: 39px;
    height: 127px;
    border-right: none;
    transform: rotate(90deg);
    border-top: none;
    right: -11px;
    top: -88px;
}
.tab-content .left::before {
    width: 135px;
    height: 0;
    right: -137px;
    top: 56%;
}
.gallery-section{
    background-color: #E9E2D8;
}
.tab-icon{
    display: none;
}
.padding_side{
    padding: 0 4rem;
}
.tab-content, .connectivity-section {
    background-color: #FFF9EB;
}
.padding_ls{
    padding-right: 4rem;
}
.mySwiper {
  overflow: hidden;
}

.mySwiper .swiper-slide {
  transition: 0.4s ease;
  transform: scale(0.9);   
  opacity: 0.6;
}

/* CENTER IMAGE */
.mySwiper .swiper-slide-active {
  transform: scale(1);    
  opacity: 1;
  z-index: 2;
}

.mySwiper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.chat-bot-icon, .chat-screen .chat-header, .main-menu-btn, .brochure-btn{
  background-image: linear-gradient(to right, #003539, #003539, #003539, #003539, #003539);
}
.chat-screen.show-chat{
  bottom: 87px;
}
@media (max-width: 576px) {
  .mySwiper .swiper-slide {
    transform: scale(0.9);
  }

  .mySwiper img {
    height: 260px;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .chat-screen.show-chat{
  bottom: 120px;
}
.chat-bot-icon {
    position: fixed;
    bottom: 59px;
}
  #about .col-6, #about .col-4{
    padding: 0 10px ;
  }
    #about .stat-number {
        font-size: 25px;
        color: #5A4638;
    }
   #about .stat-number span{
        font-size: 10px;
    }
    #about .stat-label{
      text-align: left;
    }
    .text_left{
        text-align: left !important;
    }
    .stat-number {
        font-size: 25px;
    }
    .stat-number span{
        font-size: 10px;
    }
    .text-start .col-6{
        padding: 0;
    }
    .text-start{
        padding-right: 20px;
    }
    .padding_side{
    padding: 0rem 1rem;
}
 .padding_ls{
    padding-right: 1rem;
 }
    .banner{
    background-image: url("/assets/images/mobilebanner.png");
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
   /* ICON always visible */
.tab-icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
}

/* HIDE TEXT for all tabs */
.tab-text {
  display: none;
}

/* SHOW TEXT only for ACTIVE tab */
.custom-tabs .nav-link.active .tab-text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

/* layout */
.custom-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* optional: make active bigger */
.custom-tabs .nav-link.active {
  min-width: 120px;
}

    .right-top, .right-bottom{
        right: 0;
    }
    .left-top, .left-bottom{
    left: 0%;
}
.center-box img {
    width: 50%;
}
.tab-content .center-box img{
    width: 50%;

}
.right-bottom::before {
    width: 40px;
        height: 66px;
        border-left: none;
        transform: rotate(90deg);
        border-top: none;
        left: -3px;
        top: -30px;
}
.right-bottom {
    bottom: 19%;
}
.left-bottom::before {
    width: 36px;
    height: 48px;
    border-right: none;
    transform: rotate(270deg);
    border-top: none;
    right: -5px;
    top: -25px;
}
.top {
    top: 8%;
}
.bottom {
    bottom: 8%;
}
.left-bottom {
    bottom: 22%;
}
.pin {
    width: 35px;
}
.right-top::before {
    width: 29px;
        height: 97px;
        border-left: none;
        border-bottom: none;
        transform: rotate(90deg);
        left: 15px;
        bottom: -56px;
}
.right-top{
  top: 22%;
}
.left-top::before {
    width: 71px;
    height: 59px;
    border-right: none;
    transform: rotate(270deg);
    border-bottom: none;
    right: 23px;
    bottom: -55px;
}
.left::before, .right::before{
    display: none;
}
 
}

@media(max-width:768px){
    .tab-content .location-section{
        width: 100%;
    margin-top: -3rem

    }
   .tab-content .right-top::before {
        width: 43px;
        height: 73px;
        border-left: none;
        border-bottom: none;
        transform: rotate(90deg);
        left: 27px;
        bottom: -48px;
    }
    .tab-content .right-top {
    top: 22%;
}
.tab-content .right{
  top: 53%;
  padding-left: 18px;
}
   .tab-content .loc p{
      font-size: 11px;
    }
.tab-content .right-bottom::before {
        width: 72px;
        height: 26px;
        border-left: none;
        transform: rotate(90deg);
        border-top: none;
        left: -32px;
        top: -20px;
    }
    .tab-content .right-bottom {
    bottom: 18%;
}
.tab-content .left-bottom {
    bottom: 18%;
}
.tab-content .left-top::before {
   width: 37px;
        height: 84px;
        border-right: none;
        transform: rotate(270deg);
        border-bottom: none;
        right: 24px;
        bottom: -53px;
}
.tab-content .left-bottom::before {
            width: 70px;
        height: 24px;
        border-right: none;
        transform: rotate(270deg);
        border-top: none;
        right: -22px;
        top: -19px;
}
.tab-content .left {
    left: -10px;
    top: 50%;
}
.tab-content .left-top {
    top: 22%;
}
    .about_text{
        padding: 1.5rem;
    }
    .about_image{
    width: 100%;
    height: 100px;
    padding-bottom: 1rem;
}
.about_image1{
    width: 100%;
    padding-bottom: 1rem;
    height: 300px;
}

    .gallery-item {
    flex: 0 0 90%;
  }
.footerlinks a {
    padding: 0.2rem;
}
footer{
    padding-bottom: 3rem;
}
    .footer_logo img{
width: 52%;
}
.footer_logo .ivylogo{
    width: 35%;
}
    .sustain-card{
        align-items: center;
    }
    .sustain-card img {
    width: 195px;
    height: 226px;
    padding-right: 0.7rem;
}
.sustain-card p{
    font-size: 0.8rem;
    padding-right: 0rem;
    line-height: 1.2rem;
}
.sustain-card h6{
    padding: 0;
}

    .photoframe{
    width: 100%;
    margin-top: 0;
    padding-left: 0;
}
    .amenities-card{
    padding: 0 8px;
}
    .amenities-card p{
    font-size:0.7rem;
}
    .amenities-card img {
    width: 90%;
}
    .ps_5{
    padding-left: 10px;
}
    .clubhouse img{
        width: 82%;
        right: 2rem;
    }
    .club_image{
    width: 100%;
}
    .club .feature-title{
        margin-bottom: 4rem;
    }
    .club_image{
    width: 49%;
}
    .video-wrapper{
        padding: 0;
    }
    .clubhouse {
    margin-top: 3rem;
}
    .border_right{
    border-right: 0;
}
.amenities-section .feature-text{
    padding-right: 0;
}
.plot_img{
    width: 100%;
}
    .custom-tabs .nav-item {
    flex: 1 1 25%; 
  }
    .-mt_4{
        margin-top: -4rem;
    }
    .-mt_1{
        margin-top: -7px;
    }
    .feature-text {
  padding-right: 1rem;
}

.stat-number, .stat-label {
  text-align: center;
}
    .section-title {
  position: relative;
  display: inline-block;
  font-family: "abril";
  margin: 1.7rem 0 1rem;
  padding: 0 2rem;
  font-size: 1.2rem;
}
.section_para{
  font-family: "abril";
    font-size: 0.9rem;
    padding: 0 4rem;
}
.section-title::after {
  content: "";
  display: block;
  width: auto;  
}
.banner_form {
    width: 100%;
    position: relative;
    font-family: "satoshi";
    right: unset;
    bottom: unset;
    background-color: #fff;
    padding: 2.5rem 1rem;
    margin: 4rem 0;
}
}