/* Responsive Design Adjustments */

@media (max-width: 1199.98px) {
  .section-padding {
    padding: 80px 0;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 991.98px) {
  /* Navbar adjustments for mobile menu */
  .navbar-collapse {
    background: rgba(3, 13, 30, 0.95);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  }
  
  .navbar-nav {
    align-items: center;
  }
  
  .nav-item {
    width: 100%;
    text-align: center;
    margin: 8px 0;
  }
  
  .nav-link {
    display: inline-block;
    padding: 8px 20px !important;
  }
  
  .nav-link::after {
    display: none; /* Hide hover underline effect on mobile */
  }
  
  .lang-selector {
    margin-top: 15px;
  }
  
  .hero-content h1 {
    font-size: 3rem !important;
  }
  
  .hero-content p {
    font-size: 1.1rem !important;
  }
  
  .map-container {
    height: 450px;
  }
  
  .moz-map-svg {
    max-height: 420px;
  }
  
  .section-padding {
    padding: 70px 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-content h1 {
    font-size: 2.5rem !important;
  }
  
  .hero-content p {
    font-size: 1rem !important;
  }
  
  .btn-custom {
    padding: 10px 24px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }
  
  .hero-content .d-flex {
    flex-direction: column;
    gap: 15px !important;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .testimonial-card {
    padding: 25px;
  }
  
  .testimonial-quote {
    font-size: 1rem;
  }
  
  .map-container {
    height: 400px;
  }
  
  .moz-map-svg {
    max-height: 370px;
    padding: 10px;
  }
  
  .footer-bottom {
    text-align: center;
  }
  
  .footer-bottom .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
}

@media (max-width: 575.98px) {
  .hero-content h1 {
    font-size: 2.2rem !important;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .map-container {
    height: 350px;
  }
  
  .moz-map-svg {
    max-height: 320px;
  }
  
  .map-tooltip-box {
    padding: 15px;
  }
}
