/* RESPONSIVE */
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu.show {
    display: block;
  }

  .actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .btn.gold {
    width: 140px;
  }
}





@media (max-width: 768px) {
  .mts-contact-wrapper {
    flex-direction: column;
  }

  .mts-map,
  .mts-image {
    height: auto;
    min-height: 350px;
  }

  .mts-image img {
    object-fit: contain;
  }

  .mts-subheading {
    font-size: 18px;
  }

  .mts-heading {
    font-size: 26px;
  }
}





@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    padding-right: 0;
  }

  .text-content h1 span {
    font-size: 2rem;
  }

  .text-content h2 {
    font-size: 1.25rem;
  }

  .text-content p {
    font-size: 1rem;
  }
}






@media (max-width: 1024px) {
  .iw-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .iw-image {
    margin: 20px 0;
    max-width: 220px;
  }

  .iw-card {
    max-width: 100%;
  }
}




@media (max-width: 992px) {
  .profile-section {
    flex-direction: column-reverse;
    align-items: center;
  }

  .profile-text h1 {
    text-align: center;
    font-size: 2rem;
  }

  .profile-text h2 {
    text-align: center;
    font-size: 1.2rem;
  }

  .profile-text p {
    text-align: left;
  }

  .profile-image img {
    max-width: 300px;
  }
}




@media (max-width: 768px) {

  .member,
  .member.reverse {
    flex-direction: column;
    text-align: center;
  }

  .image img {
    width: 200px;
  }

  .info {
    padding-top: 20px;
  }
}



@media (max-width: 768px) {
  .stat-box {
    flex: 1 1 100%;
  }
}


@media (max-width: 768px) {
  .team-member {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .team-member {
    max-width: 90%;
  }
}




/* Responsive */
@media (max-width: 768px) {
  .carousel-inner {
    max-height: 300px;
  }
}




/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }

  .footer-info {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }



}




/* Responsive Design */
@media (max-width: 768px) {
  .mts-contact-wrapper {
    flex-direction: column;
  }

  .mts-map,
  .mts-image {
    height: auto;
    min-height: 350px;
  }

  .mts-image img {
    object-fit: contain;
  }

  .mts-subheading {
    font-size: 18px;
  }

  .mts-heading {
    font-size: 26px;
  }
}