/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 1100px) {
    .navbar {
        gap: 16px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .brand strong {
        font-size: 21px;
    }

    .brand span {
        font-size: 12px;
    }

    .btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 55px;
    }
}

@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-card.featured {
        transform: none;
    }

    .package-card.featured:hover {
        transform: translateY(-5px);
    }

    .page-banner {
        min-height: 390px;
        padding: 95px 0 70px;
    }

    .page-banner-title {
        max-width: 720px;
    }

    .page-banner-description {
        max-width: 650px;
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    .navbar {
        min-height: 70px;
        gap: 12px;
    }

    .brand {
        max-width: 190px;
    }

    .brand strong {
        font-size: 20px;
    }

    .brand span {
        font-size: 12px;
    }

    .nav-links {
        display: none;
    }

    .nav-actions {
        gap: 10px;
    }

    .nav-actions .btn {
        display: none;
    }

    .language-link {
        font-size: 14px;
    }

    .menu-toggle {
        display: block;
        flex-shrink: 0;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-card {
        padding: 22px;
    }

    .form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .form-actions .btn {
        width: 100%;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .card-body {
        padding: 22px;
    }

    .card-title {
        font-size: 19px;
    }

    .package-price {
        font-size: 30px;
    }

    .page-banner {
        min-height: 340px;
        padding: 80px 0 55px;
        background-position: center;
    }

    .page-banner-overlay,
    html[dir="rtl"] .page-banner-overlay {
        background: rgba(7, 25, 48, 0.82);
    }

    .page-breadcrumb {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .page-banner-title {
        margin-bottom: 14px;
        font-size: clamp(32px, 9vw, 44px);
    }

    .page-banner-description {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.7;
    }

    .site-footer {
        margin-top: 60px;
        padding-top: 55px;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    html[dir="rtl"] .footer-column h4::after {
        right: auto;
        left: 50%;
    }

    .footer-description {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }

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

    .footer-legal-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 22px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 92%;
    }

    .brand {
        max-width: 155px;
    }

    .brand strong {
        font-size: 18px;
    }

    .brand span {
        font-size: 11px;
    }

    .language-link {
        font-size: 13px;
    }

    .menu-toggle {
        width: 38px;
        height: 38px;
    }

    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after {
        left: 7px;
        width: 24px;
    }

    .menu-toggle span {
        top: 17px;
    }

    .menu-toggle span::before,
    .menu-toggle span::after {
        left: 0;
    }

    .form-control {
        min-height: 46px;
        padding: 11px 12px;
        font-size: 14px;
    }

    textarea.form-control {
        min-height: 120px;
    }

    .form-card {
        padding: 18px;
    }

    .card-body {
        padding: 18px;
    }

    .service-card-icon {
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .package-badge {
        top: 14px;
        right: 14px;
    }

    html[dir="rtl"] .package-badge {
        right: auto;
        left: 14px;
    }

    .page-banner {
        min-height: 310px;
        padding: 70px 0 45px;
    }

    .page-banner-title {
        font-size: 31px;
    }

    .page-banner-description {
        font-size: 15px;
    }

    .site-footer {
        margin-top: 45px;
        padding: 45px 0 22px;
    }

    .footer-grid {
        gap: 34px;
    }

    .footer-column h3 {
        font-size: 21px;
    }

    .footer-column h4 {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .footer-description,
    .footer-links a,
    .footer-contact-list a {
        font-size: 14px;
    }

    .footer-divider {
        margin: 35px 0 22px;
    }

    .footer-bottom p,
    .footer-legal-links a {
        font-size: 13px;
    }
}
