        @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;
        }


        .login-section {
            min-height: calc(100vh - 80px);
            display: flex;
            align-items: stretch;
        }

        .login-left {

        }


        .login-right {
            padding: 30px 60px 200px 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .login-box {
            width: 100%;
            max-width: 420px;
        }

        .login-box h2 {
            font-weight: 700;
            margin-bottom: 30px;
            color: #333;
            font-size: 22px;
        }

        .form-control {
            height: 52px;
            border-radius: 30px;
            padding-left: 45px;
        }

        .input-icon {
            position: absolute;
            top: 50%;
            left: 18px;
            transform: translateY(-50%);
            color: #999;
        }

        .form-group {
            position: relative;
            margin-bottom: 20px;
        }

        .btn-login {
            background: #3a8df1;
            border: none;
            height: 52px;
            border-radius: 30px;
            font-weight: 600;
            width: 100%;
        }

        .btn-login:hover {
            background: #2f6fd6;
        }

        .forgot {
            text-align: center;
            margin-top: 15px;
        }

        .forgot a {
            color: #3a8df1;
            text-decoration: none;
            font-weight: 500;
        }

        .languages {
            text-align: center;
            margin-top: 20px;
        }

        .languages img {
            width: 26px;
            margin: 0 4px;
            cursor: pointer;
        }

        @media (max-width: 991px) {
            .login-left {
                display: none;
            }
			
			.login-right {
				padding: 200px 60px 200px 60px;
			}
        }
		

.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;
}

.input-field {
    position: relative;
}

.is-invalid-icon {
    top: 33%;
}

.errors {
    border: 1px solid red;
}

        .forget-box {
            width: 100%;
            max-width: 420px;
        }

        .forget-box h2 {
            font-weight: 700;
            margin-bottom: 30px;
            color: #333;
            font-size: 22px;
        }