@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 1800px) {
  .cnt-cont {
    min-height: 890px;
  }

  .cnt-cont img {
      height: 890px;
      object-fit: cover;
      border-radius: 0 60px 60px 0;
  }
}
@media only screen and (max-width: 1600px) {
  
  .ban-slide img {
    height: 850px;
    object-fit: cover;
    object-position: center;
  }
  .cnt-cont {
    min-height: 900px;
  }
  .mainBanner {
    min-height: 820px;
  }

  .cnt-cont img {
    height: 950px;
    object-fit: cover;
    border-radius: 0 60px 60px 0;
  }
 
}
@media only screen and (max-width: 1445px) {
  html {
    font-size: 14px;
  }
  .sectionHeading {
    font-size: 2.7rem;
  }

  .mainBanner h2 {
      font-size: 4rem;
  }

  .cnt-cont img {
      height: 810px;
  }

  .cnt-cont {
      min-height: 800px;
  }
  .faq-cont .card-header button {
    padding: 0 18px;
    font-size: 14px;
  }

  .afr-text {
    padding-right: 5rem;
  }
  .mainBanner {
    min-height: 680px;
  }

  .banCont .overlay {
      height: 680px;
  }
  
}
@media only screen and (max-width: 1366px) {
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  .contact-sect {
    padding: 0 0 4rem;
  } 
  .cnt-cont img {
    height: 860px;
  }
  .navigation .navbar img {
    width: 15%;
  }

  .navigation .navbar-expand-lg .navbar-nav .nav-item {
    padding: 10px;
  }

  .navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
  }
  

  .banCont .overlay {
      height: 560px;
  }

  .mainBanner {
      min-height: 560px;
  }
}
@media (max-width: 991.98px) {
  html{
    max-width: 100%;
    overflow-x: hidden;
  }
  .container {
    max-width: 720px;
  }
  .banCont p{
    min-width: 100%;
  }
  .gal-img {
    margin: 20px 0 0;
  }
  .cnt-cont img {
    height: auto;
    border-radius: 60px 60px 60px 60px;
  }
  .foot-cnt a {
    justify-content: flex-start;
  }
  .faq-cont {
    margin: 0;
  }

  .faq-sect {
    padding-bottom: 3rem;
  }

  .mainBanner {
      min-height: 490px;
      overflow: hidden;
  }
  /* Success mail page */
  .main-success .container{
    transform: translateY(55%);
  }
  .main-success h1{
    max-width: 80%;
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  .mainBanner h2 {
    font-size: 3rem;
  }

  .bno-cont p {
      font-size: 1.125rem;
  }

  .cnt-padding {
      padding: 5rem 2rem;
  }

  .cnt-cont {
      min-height: auto;
  }

  .sectionHeading {
      font-size: 2.5rem;
  }
  .slider-for-cont {
    margin-top: 3rem;
  }

  /* Success mail page */
  .main-success .container{
    transform: translateY(65%);
  }
  .main-success h1{
    min-width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  html {
      font-size: 12px;
  }
  .mainBanner h2 {
    font-size: 2.5rem;
  }

  .bno-cont p {
      font-size: 12px;
  }
  .cnt-cont form input {
    height: 52px;
    padding: 20px;
  }
  .cnt-cont form input::placeholder , .cnt-cont form textarea::placeholder{
    font-size: 14px;
  }
  .cnt-cont form textarea{
    padding: 20px;
  }
  .foot-logo img{
    min-width: 50%;
  }
  .ban-slide img {
      height: 600px;
  }

  .navigation .navbar img {
      width: 30%;
  }
  .cnt-padding .sectionHeading {
    font-size: 1.7rem;
  }
  .foot-cnt a {
    flex-direction: column;
    text-align: center;
  }

  .foot-cnt a i {
      height: 40px;
      width: 40px;
      font-size: 16px;
  }
  
  .mainBanner {
      min-height: 400px;
  }
  
  .banCont .overlay {
      height: 400px;
  }
  
  .cnt-cont {
      padding: 2rem 1rem;
  }
  
  .sectionHeading {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
  }
  
  .gal-img {
      margin: 10px 0;
  }
  
  .faq-cont .card-header button {
      padding: 0.75rem 1rem;
      font-size: 0.9rem;
  }
  
  .contact-sect {
      padding: 2rem 0;
  }
  
  /* Mobile Navigation Fixes */
  .navbar-toggler {
      border: 2px solid var(--primary);
      padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-collapse {
      background-color: white;
      border-radius: 0.5rem;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      margin-top: 1rem;
      padding: 1rem;
  }
  
  .navbar-nav {
      flex-direction: column;
      gap: 0.5rem;
  }
  
  .navbar-nav .nav-item {
      padding: 0.5rem 0;
      width: 100%;
      text-align: center;
  }
  
  .navbar-nav .nav-link {
      font-size: 1.1rem;
      padding: 0.75rem 1rem;
      border-radius: 0.25rem;
      transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
      background-color: var(--primary);
      color: white;
  }
}

/* Extra small mobile devices */
@media (max-width: 400px) {
  .mainBanner h2 {
      font-size: 2rem;
  }
  
  .sectionHeading {
      font-size: 1.25rem;
  }
  
  .cnt-cont form input {
      height: 48px;
      padding: 15px;
  }
  
  .cnt-cont form textarea {
      padding: 15px;
  }
  
  .mainBanner {
      min-height: 350px;
  }
  
  .banCont .overlay {
      height: 350px;
  }
}

