  /* resposive--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-company-logo {
    width: 35%;
  }

  .footer-sections {
    flex-direction: row;
    gap: 50px;
    width: 60%;
  }

  .footer-section {
    width: auto;
  }

  .footer-toggle {
    cursor: default;
    font-size: 1.2rem;
  }

  .footer-toggle::after {
    display: none;
  }

  .footer-content {
    display: flex !important;
    padding-left: 0;
  }
}
  
  @media screen and (max-width: 991px){

    header{
  padding-bottom: 50px;

}
.header-section{
  justify-content:center;
  gap: 60px; 
}
.header-left{
}
.left-h1{
  line-height: -20px;
  letter-spacing: -20px;
}
.header-left-h1{
  font-size: 5rem;
  letter-spacing: -14px;
  line-height: 85px;
  margin-top: 150px;
  
}
.header-left-para{
  font-size: 1rem;
  margin-top: 20px;
}
.header-right img{
  margin-top: 150px;
  width: 400px;
}
.choose-head{
  font-size: 5rem;
  letter-spacing: -10px;
}
.choose-para{
  text-align: center;
  letter-spacing: 20px;
}

  /* header-hero-section button hover properties */

.header-left-bttn {
  
  padding: .2vw 9vw;
  outline: none;
  color: #FFF;
  position: relative;
  border-radius: 15px;
  font-size: 1.4vw;
  margin-top: 30px;
}

  .choose-detail-box {
    padding: 0 8vw;
  }

  .info-boox, .boox-detail {
    width: 100% !important;
    max-width: none;
    height: auto !important;
  }

  .info-boox h2 {
    font-size: 1.5rem;
  }

  .showdetail-btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

      /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */
  /* social section */
  .social-subh1{
    font-size: 3rem;
  }
  .social-subh3{
    font-size: 1.2rem;
    color: white;
    margin-top: 10px;
    font-weight: 300;
  }
  .social-subh3 span a{
    font-size: 1rem;
    color: #00FF00;
    letter-spacing: 3px;
  }

  /* navbar */
  :root {
    --padding-inline-section1: 60px;
  }
 .dropmenu-icn{
  display: block;
} 
.dropmenu-icn i{
  display: block;
  font-size: 1.6rem;
}
.dropmenu-icn i:hover{
  color: #00FF00;
  transition: 0.3s ease-in-out;
}
.dropmenu-icn i:focus{
  color: #00FF00;
  transition: 0.3s ease-in-out;
}
nav{
   padding: 30px 0px;
}

  .main-nav {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 30px;
  }

  .company-logo img {
    width: 160px;
  }

  .nav-link ul {
    gap: 25px;
  }
  .bookavisit {
    font-size: 1rem;
    padding: 0.6vw 1.2vw;
  }

  /* Optionally show hamburger menu if you want to trigger collapse earlier */


  .nav-link {
    display: none; /* Hide by default — controlled via JS */
    width: 100%;
   
  }

  .show-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #043504f0;;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .nav-link ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  /* Navbar */
  /* footer */
  .footer-company-logo p{
    max-width: 90%;
    font-size: 1rem
  }
  .link-col-subh2{
  font-size: 1.2rem;
  color: #00FF00;
  font-weight: 5200;

}
.link-col-subh4{
  color: white;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}
.link-col-subicn i{
  color: white;
  padding: 0px;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: 0.2s ease-in-out;
}
.link-col{
  position: relative;
  width: 35%
  
}

/* fORM */

.form-container{
    top: 90%;
    left: 52%;
   width: 100%;
    max-width: 90%;
}
 .form-right-container{
  max-width: 100%;
 }
  .form-left-container{
    max-width: 100%;
    margin-top: 0px;
  }

  .frc-para {
    text-align: left;
    font-size: 0.8rem;
  }
  .form-container button {
    width: 100%;
    font-size: 1rem;
  }

  .frc-btn {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
  }
  .fa-xmark{
  color: #ff0202;
  font-size: 2vw;
  position: absolute;
  top: 6%;
  right: 4.5%;
  cursor: pointer;
}

  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */
}

@media (max-width: 768px) {
  .header-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    padding: 20px;
  }

  .header-left-h1 {
    font-size: 3rem;
    letter-spacing: -2px;
    line-height: 3.5rem;
    margin-top: 150px;
  }

  .header-left-para {
    font-size: 1rem;
    margin-top: 20px;
  }

  .header-left-bttn {
    font-size: 1rem;
    padding: 0.8rem 2.5rem;
    margin-top: 20px;
  }

  .header-right img {
    width: 90%;
    max-width: 400px;
    margin-top: 30px;
    box-shadow: 10px 10px 0px 0px rgb(0, 255, 0);
  }
  /* feature section */
  .big-feature-container,
  .big-feature-container.reverse {
    flex-direction: column !important;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
  }

  .feature-img img {
    max-width: 100%;
    box-shadow: 10px 10px 0px 0px rgb(0, 255, 0);
  }

  .feature-decs {
    max-width: 100%;
    align-items: center;
  }

  .feature-subh2 {
    font-size: 2.2rem;
  }

  .feature-subh4 {
    font-size: 1.3rem;
  }

  .feature-subh3 {
    font-size: 1rem;
  }

  .feature-para {
    font-size: 0.95rem;
    text-align: left;
  }
  /* social Section */
    .social-subh1 {
    font-size: 3rem;
    text-align: center;
  }

  .social-subh3 {
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
    line-height: 1.6;
  }

  .social-subh3 span a {
    letter-spacing: 2px;
    font-size: 1rem;
  }
  /* footer */

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section, .footer-company-logo {
    width: 100%;
  }

  .footer-logo {
    margin-top: 10px;
  }
/* faq section` */
  .faq h3 {
    font-size: 1rem;
  }

  .accordians {
    width: 90%;
  }

  .accordian-title h4 {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .accordian-title {
    padding: 10px;
  }

  .accordian-content {
    padding: 10px;
  }

  .accordian-content p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .header-left-h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .header-left-bttn {
    font-size: 0.95rem;
    padding: 0.6rem 2rem;
  }
  /* choose us */
  .choose-head{
  margin-top: 20px;
  font-size: 3rem;
  letter-spacing: -6px;
  background-color: #0d45149c;
}
.choose-para{
  text-align: center;
  letter-spacing: 5px;
  font-size: 1.5rem;
}
  /* feature section */
.feature-subh2 {
    font-size: 1.8rem;
  }

  .feature-subh4 {
    font-size: 1.1rem;
  }

  .feature-subh3 {
    font-size: 0.9rem;
  }

  .feature-para {
    font-size: 0.9rem;
  }

  /* social section */
    .social-subh1 {
    font-size: 2.4rem;
  }

  .social-subh3 {
    font-size: 0.95rem;
  }

  /* footer */
  .link-col-subh2 {
    font-size: 1.3rem;
  }

  .link-col-subh4 {
    font-size: 0.95rem;
  }

  .link-col-subicn i {
    font-size: 1.4rem;
    margin-right: 8px;
  }
  .footer-company-logo{
    width: 90%;
  }
  .footer-company-logo p {
    font-size: 0.9rem;
  }
  .footer-logo{
    width: 200%;
  }


}



/* Responsive */
@media (max-width: 500px) {
  .social-popup-content {
    width: 90%;
    padding: 20px;
  }

  .popup-social-icons a {
    font-size: 1.6rem;
    margin: 8px;
  }
}