/* ===================== */
/* GLOBAL FIX */
/* ===================== */

*{
  box-sizing: border-box;
}

html, body{
  overflow-x: hidden;
  max-width: 100%;
}




/* ============================= */
/* MOBILE & TABLET RESPONSIVE */
/* ============================= */

@media (max-width: 1100px){

  /* Reduce logo size */
  .logo img{
    width:80px;
    height:80px;
  }

  .logo span{
    font-size:20px;
  }

  .menu{
    gap:25px;
  }

  .menu a{
    font-size:16px;
  }

  .hero h1{
    font-size:42px;
  }

}




/* ============================= */
/* MOBILE MENU */
/* ============================= */

@media (max-width: 900px){

  .menu-btn{
    display: block;
    z-index: 9999;
  }

  .menu{
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 260px;
    background: #ffffff;
    flex-direction: column;
    padding-top: 120px;
    gap: 30px;
    transition: 0.4s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
  }

  .menu.active{
    right: 0;
  }

  .menu a{
    font-size: 18px;
  }

  /* hero height adjust */
  .hero{
    height: 85vh;
  }

  .hero h1{
    font-size: 34px;
  }

  .hero .subtitle{
    font-size: 15px;
  }

  /* About Section */
  .about-container{
    flex-direction: column;
    text-align: center;
    gap:40px;
  }

  .content-section{
    max-width:100%;
  }

  /* Services Grid */
  .service-grid{
    grid-template-columns: repeat(2, 1fr);
  }

}

/* ============================= */
/* SMALL MOBILE */
/* ============================= */

@media (max-width: 600px){



  .top-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
    font-size: 12px;
    gap: 8px;
  }

  /* ROW 1 — LOCATION */
  .top-left{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  /* ROW 2 — PHONE + EMAIL + SOCIAL */
  .top-right{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  /* prevent text breaking */
  .top-right span,
  .top-right a{
    white-space: nowrap;
  }



  
  .service-grid{
    grid-template-columns: 1fr;
  }
  

  .hero{
    height: 65vh;
  }

  .hero h1{
    font-size: 26px;
  }

  .cta-primary,
  .cta-secondary{
    padding:12px 25px;
    font-size:11px;
  }

  .footer-container{
    grid-template-columns: 1fr;
    text-align:center;
  }

}
@media (max-width: 600px){

  .slider-container{
    height: 65vh;      /* reduce height for mobile */
  }

  .slide{
    height: 65vh;
  }

  .slide img{
    width: 100%;
    height: 100%;
  }

}




/* ================================= */
/* GLOBAL RESPONSIVE FIX */
/* ================================= */

@media (max-width: 1200px){
  .appointment-container{
    gap: 40px;
  }
}

/* ================================= */
/* TABLET RESPONSIVE */
/* ================================= */
/* ============================= */
/* STATS – MOBILE & TABLET FIX */
/* ============================= */

@media (max-width: 1024px){

  .stats-container{
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 992px){

 
  /* APPOINTMENT */
  .appointment-container{
    flex-direction: column;
  }

  .appointment-right{
    width: 100%;
  }

  /* JOURNEY */
  .row-layout{
    flex-direction: column !important;
  }

  .images img{
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ */
  .faq-container{
    flex-direction: column;
  }

}

/* ================================= */
/* MOBILE RESPONSIVE */
/* ================================= */

@media (max-width: 768px){

  /* STATS */
  .stats-container{
    grid-template-columns: 1fr;
  }

  .stat-box h2{
    font-size: 32px;
  }

  /* APPOINTMENT */
  .appointment-left h2{
    font-size: 28px;
  }

  .appointment-left p{
    font-size: 16px;
  }

  .appointment-left ul li{
    font-size: 16px;
  }

  .appointment-right{
    padding: 25px;
  }

  /* JOURNEY */
  .journey-header h2{
    font-size: 26px;
  }

  .content .year{
    font-size: 32px;
  }

  .content h3{
    font-size: 20px;
  }

  .content p{
    font-size: 14px;
  }

  /* POPUP */
  .popup-box{
    width: 90%;
    padding: 20px;
  }

  /* CONTACT */
  .contact-section{
    padding: 70px 6%;
  }

  .contact-info h2,
  .contact-form h2{
    font-size: 26px;
  }

  .contact-form{
    padding: 25px;
  }

  /* TESTIMONIAL */
  .section-header h2{
    font-size: 26px;
  }

  /* FIXED BUTTONS */
  .booknow-btn{
    right: 15px;
    bottom: 20px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .booknow-btn i{
    font-size: 18px;
  }

  .whatsapp-float{
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    left: 15px;
    bottom: 20px;
  }

}

/* ================================= */
/* SMALL MOBILE */
/* ================================= */

@media (max-width: 480px){

  .stats-section{
    padding: 50px 6%;
  }

  .appointment-section{
    padding: 50px 6%;
  }

  .journey-section{
    padding: 60px 6%;
  }

  .faq-section{
    padding: 60px 6%;
  }

  .testimonial-section{
    padding: 60px 6%;
  }

}

/* ============================= */
/* STATS MOBILE RESPONSIVE FIX */
/* ============================= */

@media (max-width: 768px){

  .stats-container{
    display: grid;
    grid-template-columns: 1fr;   /* 1 column */
    gap: 25px;
  }

  .stat-box{
    padding: 15px 10px;
  }

  .stat-box h2{
    font-size: 28px;
  }

  .working-time h2{
    font-size: 22px;
  }

  .working-time p{
    font-size: 14px;
    line-height: 1.6;
  }


}


/* ========================= */
/* MOBILE (up to 576px) */
/* ========================= */

@media (max-width: 576px){

  /* 1994 */
  .img-1994-1,
  .img-1994-2{
    width: 100%;
    height: auto;
    margin: 0;
  }

  /* 1998 */
  .img-1998-1,
  .img-1998-2,
  .img-1998-3{
    width: 100%;
    height: auto;
    margin: 0;
  }

  /* 2002 */
  .img-2002-1,
  .img-2002-2{
    width: 100%;
    height: auto;
    margin: 0;
  }

}

/* ========================= */
/* TABLET (577px - 992px) */
/* ========================= */

@media (min-width: 577px) and (max-width: 992px){

  /* 1994 */
  .img-1994-1,
  .img-1994-2{
    width: 80%;
    height: auto;
    margin: 10px auto;
    display: block;
  }

  /* 1998 */
  .img-1998-1{
    width: 70%;
    height: auto;
  }

  .img-1998-2{
    width: 45%;
    height: auto;
    margin-top: 20px;
  }

  .img-1998-3{
    width: 100%;
    height: auto;
  }

  /* 2002 */
  .img-2002-1,
  .img-2002-2{
    width: 48%;
    height: auto;
    margin-top: 20px;
  }

}

@media (max-width: 768px){

  .img-1994-1,
  .img-1994-2{
    margin: 0 !important;   /* full margin remove */
    width: 100% !important; /* full width */
    height: auto !important;
  }
  .img-1998-1,
.img-1998-2{
        height: auto !important;

}
}

@media (max-width: 768px){

  .footer{
    padding: 30px 5% 20px !important;
  }

}
