﻿/* Responsive styles */

@media (max-width: 1200px) {
    .service-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .packages-title {
        font-size: 2rem;
    }

    .login-section {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }

    .menu-toggle {
        display: block;
    }

    .menu-items {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: rgba(18, 140, 126, 0.95);
        padding: 20px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

        .menu-items.active {
            display: flex;
        }

        .menu-items li a {
            display: block;
            padding: 10px;
        }

    .scroll-to-services {
        bottom: 60px;
        padding: 15px 30px;
        font-size: 18px;
    }

    .login-toggle {
        bottom: 15px;
        right: 15px;
        padding: 12px 24px;
        font-size: 16px;
    }

    .login-section {
        padding: 20px;
    }

    .login-container {
        padding: 20px !important;
    }

    .login-header h1 {
        font-size: 2rem !important;
    }

    .login-header p {
        font-size: 1.1rem !important;
    }

    .login-header img {
        width: 120px !important;
        height: 120px !important;
    }

    .form-group label {
        font-size: 1rem !important;
    }

    .form-control {
        font-size: 1rem !important;
        padding: 10px 12px !important;
    }

    .btn-login {
        font-size: 1.1rem !important;
        padding: 12px 25px !important;
    }

    /* How it works responsive */
    .how-it-works h2 {
        font-size: 2rem;
    }

    .stage {
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }

    .stage-icon {
        margin: 0 0 15px 0;
    }

    .stage-image {
        height: 150px;
    }

    .stage-arrow {
        transform: rotate(90deg);
        margin: 15px 0;
    }

    .stage-content {
        width: 100%;
    }

        .stage-content h3 {
            font-size: 1.2rem;
        }

        .stage-content p {
            font-size: 1rem;
        }

    /* Services section responsive */
    .services-title {
        font-size: 2.5rem;
    }

    /* Chat container responsive */
    .chat-container {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }

    .chat-header {
        border-radius: 0;
    }

    .chat-input-container {
        padding: 10px;
    }

    .chat-messages {
        height: calc(100% - 140px);
    }
}

@media (max-width: 576px) {
    .language-switch {
        top: 10px;
        left: 10px;
    }

    .language-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .services-title {
        font-size: 2rem;
    }

    .packages-title {
        font-size: 1.75rem;
    }

    .premium-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .login-header img {
        width: 200px;
        height: 200px;
        margin-bottom: 40px;
    }

    .login-container {
        max-width: 100%;
        width: 100%;
        padding: 40px 30px;
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-header h1 {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .form-label {
        font-size: 1.6rem;
        margin-bottom: 15px;
        display: block;
    }

    .form-control {
        font-size: 1.8rem;
        padding: 25px;
        margin-bottom: 25px;
        border-radius: 15px;
        height: auto;
        line-height: 1.5;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .btn {
        padding: 25px 30px;
        font-size: 1.8rem;
        width: 100%;
        margin: 10px 0;
        border-radius: 15px;
        height: auto;
    }

    /* Make the language button bigger */
    .btn-language {
        font-size: 1.6rem !important;
        padding: 15px 25px !important;
        border-radius: 12px !important;
    }
}
