    @media (max-width: 768px) {
      .wow, [data-wow-delay] {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
      }

      .preloader {
        position: fixed;
        z-index: 9999;
      }

      .preloader .loader {
        transform: scale(0.7);
      }

      .navbar-toggler {
        padding: 8px;
        font-size: 1.2rem;
      }

      .toggler-icon {
        width: 25px;
        height: 3px;
        margin: 4px 0;
        display: block;
        background: #333;
      }

      .navbar-nav .nav-item {
        margin: 5px 0;
      }

      .navbar-nav .nav-item a {
        padding: 12px 15px;
        font-size: 1.1rem;
      }

      .hero-section-wrapper-5 {
        padding-top: 80px;
      }

      .hero-section h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 20px;
      }

      .hero-section p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 25px;
      }

      .hero-section img {
        max-width: 100%;
        height: auto;
        margin-top: 30px;
      }

      .button {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .button i {
        margin-left: 8px;
      }

      .feature-section {
        padding: 40px 0;
      }

      .section-title h3 {
        font-size: 1.6rem;
        margin-bottom: 15px;
      }

      .section-title p {
        font-size: 1rem;
        margin-bottom: 30px;
      }

      .single-feature {
        padding: 20px;
        margin-bottom: 15px;
        min-height: auto;
      }

      .single-feature h5 {
        font-size: 1.2rem;
        margin-bottom: 10px;
      }

      .single-feature p {
        font-size: 0.95rem;
        line-height: 1.4;
      }

      .about-section {
        padding: 40px 0;
      }

      .about-section h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
      }

      .about-section ul {
        padding-left: 20px;
        margin-bottom: 25px;
      }

      .about-section li {
        font-size: 1rem;
        margin-bottom: 10px;
        line-height: 1.4;
      }

      .about-section img {
        max-width: 100%;
        height: auto;
        margin-top: 30px;
      }

      .contact-section {
        padding: 40px 0;
      }

      .contact-section p {
        font-size: 1rem;
        margin-bottom: 15px;
      }

      .footer {
        padding: 20px 0;
        font-size: 0.9rem;
      }

      section {
        padding: 40px 0;
      }

      .container {
        padding-left: 15px;
        padding-right: 15px;
      }

      html {
        scroll-padding-top: 80px;
      }
    }

    @media (max-width: 480px) {
      .hero-section h2 {
        font-size: 1.5rem;
      }

      .hero-section p {
        font-size: 0.95rem;
      }

      .section-title h3 {
        font-size: 1.4rem;
      }

      .button {
        width: 100%;
        max-width: 280px;
      }

      .single-feature {
        padding: 15px;
      }
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    input, textarea, select {
      font-size: 16px;
    }

    a, button {
      touch-action: manipulation;
    }

    body.loaded * {
      transition: opacity 0.3s ease;
    }
    
.language-switch {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 180px;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.lang-item input {
    display: none;
}

.lang-item img {
    width: 22px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.lang-item:hover {
    color: #3a8df1;
}