/* Mobile Responsive Styles - Separate CSS for Anthill Silverfields */
/* Add this to a separate mobile.css file or in a mobile media query section */

@media screen and (max-width: 1024px) {
  /* Global Reset for Mobile */
  .desktop {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
  }

  /* Banner & Navigation */
  .banner {
    height: auto;
    min-height: 600px;
    background-position: center;
  }
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
    width: 100%;
    height: auto;
  }

  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    gap: 8px;
    min-height: 46px;
    background-color: var(--bg-light);
    position: relative;
  }

.nav-bar.sticky {
  position: fixed;
  padding: 6px 10px;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


  .silver-green {
    width: 110px;
    height: auto;
    margin-right: auto;
  }
  .footer-image iframe {
    /* width: 344px; */
    height: 360px;
    border: 0;
    width: 100%;
}

  .menu-btn {
    display: inline-flex;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px;
    border-radius: 0;
    background: linear-gradient(180deg, #fffceb 0%, #f3f0de 100%);
    box-shadow: 0 10px 30px rgba(42, 56, 41, 0.14);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.25s ease;
    z-index: 1100;
            height: 100vh;
  }

  .banner.menu-open .nav-links,
  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-text {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #6f8b5a1a;
    padding-bottom: 10px;
  }

  .btn-cost-sheet {
    padding: 10px 16px;
    width: 100%;
    max-width: 100%;
  }

  .btn-cost-sheet span {
    font-size: 14px;
    line-height: 20px;
  }

  /* Project Overview */
  .project-overview {
          padding: 40px 0px 0;
        gap: 40px;
  }

  .overview-content {
    max-width: 100%;
    gap: 20px;
  }

  .overview-title {
    font-size: 36px;
    line-height: 40px;
    white-space: normal;
  }
  .overview-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0  20px
  }


      .master-plan .overview-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0  0px
  }

  /* Highlights Section */
  .highlights-wrapper {
    height: auto;
    min-height: 390px;
    padding: 60px 20px;
    width: 100%;
    margin: 0;
    background-position: center;
    border-radius: 0px;
  }

  .highlights-container {
    margin: 0 auto;
    max-width: 100%;
    gap: 16px;
  }

  .highlights-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .highlights-grid {
    gap: 20px;
  }

  .highlights-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

 /* highlight card */
.highlight-item {
    
       
  
        border-radius: 14px;
        padding: 18px 12px;
       
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 90px;
       
    }
.highlight-number{
    font-size:30px;
    font-weight:500;
    color:#FFFCEB;
    line-height:1;
}

.highlight-label{
    font-size:14px;
    color:#e7e7e7;
    /* margin-top:6px; */
}

  /* .highlight-label {
    font-size: 16px;
    line-height: 20px;
  } */

  .btn-download {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 30px;
  }

  /* Configurations Section */
  .config-section {
    padding: 40px 20px;
    gap: 40px;
  }

  .config-header {
    width: 100%;
  }

  .config-subtitle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .config-title {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }

  .config-carousel {
    width: 100%;
    position: relative;
  }

  .carousel-cards {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .carousel-arrow,
  .arrow-right {
    display: none;
  }

  .config-card {
    padding: 14px 12px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .card-plot {
    font-size: 14px;
  }

  .card-size {
    font-size: 14px;
  }

  .card-price-btn {
    padding: 6px 12px;
  }

  .card-price-btn span {
    font-size: 14px;
  }

  /* Location Section */
  .location-section {
    padding: 40px 20px;
    gap: 40px;
  }

  .location-content {
    gap: 32px;
  }

  .location-title {
    font-size: 36px;
    line-height: 40px;
  }

  .location-grid {
    flex-direction: column;
    gap: 24px;
  }

  .location-map {
    height: 280px;
    width: 100%;
    flex: none;
  }
.location-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
  .location-details {
    width: 100%;
  }

  .location-category {
    padding: 10px 0;
  }

  .category-name {
    font-size: 18px;
    line-height: 22px;
  }

  .category-icon {
    width: 14px;
    height: 14px;
  }

  .location-category.active + .location-divider + .connectivity-submenu {
   
    padding: 12px;
}

  .location-map {
      min-height: 340px;
 }

  .connectivity-submenu {
    padding-left: 0;
    gap: 4px;
  }

  .submenu-item {
    padding: 2px 0;
  }

  .submenu-text {
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    word-break: break-word;
  }

  /* Amenities Section */
  .amenities-section {
    padding: 40px 20px 60px;
    gap: 40px;
  }

  .amenities-content {
    gap: 40px;
  }

  .amenities-header {
    padding: 0;
  }

  .amenities-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .amenities-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
  }

  .amenities-text {
    font-size: 14px;
    line-height: 24px;
  }

  .amenities-grid {
    gap: 32px;
    padding: 0;
    width: 100%;
  }

  .amenities-row {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  /* .amenity-item {
    flex: 0 0 calc(50% - 12px);
    min-width: 120px;
  } */

  .amenity-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .amenity-name,
  .amenity-name-wrap {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    white-space: normal;
  }

  .amenities-row-with-divider {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

#amenities-grid .splide__track{
overflow:hidden;
}

#amenities-grid .splide__slide{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
text-align:center;
width:100%;
}

.amenity-item{
flex:none;
width:auto;
}


#amenities-grid .splide__arrows{
position:static !important;
display:flex;
justify-content:center;
align-items:center;
gap:0px;
margin-top:8px;
}

#amenities-grid .splide__arrow{
position:static !important;
background:none !important;
border:none;
width:auto;
height:auto;
padding:0;
opacity:1;
transform:none !important;
}

.splide__arrow{
background:none !important;
border:none;
width:40px !important;
height:40px !important;
padding:0;
display:flex;
align-items:center;
justify-content:center;
}

.splide__arrow--prev{
transform:rotate(180deg);
}

.splide__arrows{
position:static;
display:flex;
justify-content:center;
gap:40px;
margin-top:32px;
}

.splide__arrow svg{
width:40px !important;
height:40px !important;
max-width:none;
max-height:none;
fill: none !important;
}


  .vertical-divider {
    display: none;
  }

  .amenities-divider {
    margin: 8px 0;
  }

  /* About Section */
  .about-section {
    padding: 46px 20px;
  }

  .about-container {
    flex-direction: column;
    gap: 32px;
  }

  .about-image {
    width: 100%;
    height: 350px;
  }

  .about-content {
    width: 100%;
    gap: 24px;
  }

  .about-text-block {
    gap: 20px;
  }

  .about-title {
    font-size: 36px;
    line-height: 40px;
  }

  .about-description {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-read-more {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Master Plan */
  .master-plan {
    padding: 40px 20px;
    gap: 32px;
  }

  .master-plan .overview-title {
    font-size: 28px;
    line-height: 34px;
    white-space: normal;
  }

  .master-plan .overview-text {
    font-size: 14px;
    line-height: 24px;
  }

  .master-plan img {
    width: 100%;
    height: auto;
  }

  /* Social Section (Clubhouse) */
  .social-section {
    padding: 40px 20px;
    gap: 32px;
  }

  .social-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .social-spacer {
    display: none;
  }

  .social-title-block {
    width: 100%;
  }

  .social-label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .social-name {
    font-size: 36px;
    line-height: 40px;
  }

  .social-description {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }

  .social-carousel {
    flex-direction: column;
    gap: 20px;
  }

  .social-cards {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .social-card-badminton,
  .social-card-gym,
  .social-card-hall {
    width: 100%;
    height: 300px;
  }

  .carousel-arrow-btn {
    width: 40px;
    height: 40px;
  }

  .carousel-arrow-btn img {
    width: 24px;
    height: 24px;
  }

  .social-card-title {
    font-size: 20px;
    line-height: 28px;
    bottom: 24px;
  }

  /* FAQ Section */
  .faq-section {
    padding: 40px 20px;
    gap: 32px;
  }

  .faq-title {
    font-size: 36px;
    line-height: 42px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-question {
    padding: 18px;
    text-align: left;
  }

  .faq-question span {
    font-size: 16px;
    line-height: 22px;
    padding-right: 12px;
  }

  .faq-question img {
    width: 24px;
    height: 24px;
            transform: rotate(180deg);
  }

  .faq-answer {
    padding: 14px 14px 14px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Footer Section */
  .footer-section {
    padding: 40px 20px 50px;
    gap: 40px;
  }

  .footer-header {
    width: 100%;
  }

  .footer-tagline {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
  }

  .footer-form-container {
    flex-direction: column;
    gap: 24px;
  }

  .footer-image {
    width: 100%;
    height: 250px;
  }

  .footer-form {
    width: 100%;
  }

  .form-input,
  .form-textarea {
    padding: 14px;
    font-size: 15px;
  }

  .btn-submit {
    padding: 12px 20px;
    font-size: 15px;
    width: 50%;
    margin: 8px auto 0;
  }

  /* Footer Dark Section */
  .footer-dark {
    padding: 32px 20px;
    gap: 40px;
  }

  .footer-links {
    gap: 40px;
  }

  .footer-links-row {
    flex-direction: column;
    gap: 32px;
  }

  .footer-logo {
    justify-content: flex-start;
    font-size: 24px;
  }

  .footer-contact {
    gap: 16px;
  }

  .contact-title {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
  }

  .contact-address,
  .contact-email {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .footer-links-list {
    gap: 16px;
  }

  .links-title {
    font-size: 20px;
  }

  .links-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .link-item {
    font-size: 15px;
    line-height: 20px;
  }

  .footer-bottom {
    gap: 16px;
  }

  .disclaimer {
    font-size: 13px;
    line-height: 18px;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .rera-number {
    font-size: 14px;
    line-height: 19px;
    word-break: break-word;
  }

  .copyright-row {
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
            margin-top: -10px;

  }

  .copyright-text,
  .privacy-policy {
    font-size: 14px;
    line-height: 19px;
    white-space: normal;
    color: #5b6e55;
    text-align: center;
    margin: auto;
  }
  .footer-links-list{
    display: none;
  }
  .footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255,);
    margin: 0px 0;
    display: block;
}
.footer-logo img{
width: 120px;

}
}

/* Extra small devices (phones, 480px and below) */
@media screen and (max-width: 480px) {
  .nav-links {
    gap: 24px 12px;
  }

  .nav-text {
    font-size: 14px;
  }

  .btn-cost-sheet {
    padding: 8px 12px;
    max-width: 100%;
  }

  .overview-title {
    font-size: 28px;
    line-height: 34px;
  }

  .highlights-title {
    font-size: 30px;
    line-height: 32px;
  }

  .config-title {
    font-size: 28px;
    line-height: 34px;
  }

  .location-title {
    font-size: 28px;
    line-height: 34px;
  }

  .amenities-title {
    font-size: 28px;
    line-height: 34px;
  }

  .amenity-item {
    flex: 0 0 100%;
  }

  .about-title {
    font-size: 28px;
    line-height: 34px;
  }

  .social-name {
    font-size: 30px;
    line-height: 34px;
  }

  .faq-title {
    font-size: 30px;
    line-height: 36px;
  }

  .footer-tagline {
    font-size: 28px;
    line-height: 34px;
  }

  .footer-links-row {
    gap: 24px;
  }

  .footer-contact,
  .footer-links-list {
    width: 100%;
  }

  .links-items {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width:768px){

#highlights-grid{
display:block;
}

#highlights-grid .splide__slide{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
text-align:center;
padding: 0 10px;
}
.mobile-form-section{
background:#677C5E;
padding:60px 30px;
display:flex  !important;
justify-content:center;
}
.splide__arrow--prev svg {
   
    transform: rotate(0deg) !important;
}
#amenities-grid .splide__arrows{
position:static !important;
display:flex;
justify-content:center;
align-items:center;
gap:0px;
margin-top:8px;
order:2;
}

#amenities-grid .splide__track{
order:1;
}

#amenities-grid .splide{
display:flex;
flex-direction:column;
}
}

/* move dots to bottom */
.splide__pagination{
position:absolute !important;
bottom:-25px !important;
left:50% !important;
transform:translateX(-50%);
}

/* spacing from highlights */
.splide{
padding-bottom:12px;
}
.splide__pagination__page{
width:8px;
height:8px;
background:#ffffff;
opacity:0.5;
margin:0 5px;
}

.splide__pagination__page.is-active{
opacity:1;
transform:scale(1);
background:#ffffff;
}


.mobile-form-container{
max-width:360px;
width:100%;
text-align:center;
}

.form-title {
    color: #ffffff;
font-size: 28px;
        line-height: 24px;
    margin-bottom: 12px;
        font-family: "TT Ramillas", serif;
    font-weight: 400;
    color: var(--bg-light);
    text-transform: uppercase;
}

.form-subtitle{
color:#e7e7e7;
font-size:14px;
margin-bottom:24px;
line-height: 150%;
font-family: "Archivo", Helvetica;
}

.lead-form{
display:flex;
flex-direction:column;
gap:16px;
}

.lead-form input{
width: 100%;
    padding: 8px 12px;
    border-radius: 0px;
    border: none;
    background: transparent;
    font-size: 15px;
    outline: none;
    font-family: monospace;
    border-bottom: 1px solid #FFFCEB;
    color: #ffff;
}

.lead-form input::placeholder{
color:#FFFCEB;
}

.lead-form button{
margin:10px auto 0;
padding:10px 24px;
background:#FFFCEB;
border:none;
border-radius:6px;
font-size:16px;
color:#5b6e55;
cursor:pointer;

    width: auto;
    white-space: nowrap;
        font-family: "Inter", Helvetica;
}



@media screen and (max-width:1024px){

.splide__arrows{
position:static;
display:flex;
justify-content:center;
align-items:center;
gap:40px;
margin-top:32px;
}

.splide__arrow{
position:static !important;
transform:none !important;
background:none !important;
border:none;
width:60px;
height:auto;
padding:0;
}

}

@media screen and (max-width:1024px){

.splide__arrow svg{
width:24px;
height:24px;
}

.carousel-arrow-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #677c5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-arrow-btn:hover {
  background: #677c5e;
}

.carousel-arrow-btn:hover svg path {
  stroke: #fff;
}

/* CAROUSEL WRAPPER */
.social-carousel{
  position:relative;
  display:flex;
  align-items:center;
}

/* SPLIDE WIDTH */
.social-slider{
  width:100%;
}

/* ARROW BUTTON */
.carousel-arrow-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:1px solid #677c5e;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  background:#fff;
  z-index:10;
}

/* LEFT */
.prev-btn{
  left:-25px;
}

/* RIGHT */
.next-btn{
  right:-25px;
}

/* SVG STYLE */
.carousel-arrow{
  width:22px;
  height:22px;
  fill:none;
  stroke:#677c5e;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* HOVER EFFECT */
.carousel-arrow-btn:hover{
  background:#677c5e;
}

.carousel-arrow-btn:hover path{
  stroke:#fff;
}

/* MOBILE FIX */
@media(max-width:768px){

  .prev-btn{
    left:5px;
  }

  .next-btn{
    right:5px;
  }
.about-text {
    font-family: "Archivo", Helvetica;
    /* font-weight: 400; */
    color: var(--bg-light);
    font-size: 14px;
    line-height: 24px;
    max-width: 978px;
    margin: 0 auto;
}
}

@media (max-width:768px){

  .faq-section{
    padding:40px 20px;
  }

  .faq-title{
    font-size:36px;
    line-height:44px;
  }

  .faq-question{
    padding:18px;
  }

  .faq-question span{
    font-size:16px;
  }

  .faq-answer p{
    font-size:14px;
    line-height:22px;
  }
.form-modal .mobile-form-container {
max-width: 400px;
}
}

@media (max-width:768px){

  .infra-grid{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:16px;
  }

  .infra-card{
    width:100%;
    height:160px;
        padding: 14px;
  }

  .infra-card i{
    font-size:30px;
    margin-bottom:12px;
  }

  .infra-card p{
    font-size:14px;
  }
.about-text {

    font-size: 16px;
  
}
}
}
@media (max-width:768px){

#highlights-grid .splide__slide{
    display:grid;
    grid-template-columns:repeat(2,1fr);
           gap: 12px 16px;
    padding:0 14px;
}

.highlight-item{
    padding:12px 10px;
}
.social-card-badminton {

    height: 300px;
   
}

.social-card-gym {
  
    height: 300px;

}

.social-card-hall {
 
    height: 300px;
   
}


.social-card-yoga {
    
    height: 300px;
  
}


.social-card-game {
  
    height: 300px;

}

.social-card-kids {
   
    height: 300px;
  
 
}
.social-clubhouse{
  height: 300px;
}
.faq-item.active .faq-question img {
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

}