/* ── Mobile Responsiveness Fixes ── */

@media (max-width: 767px) {
    h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
    h3 { font-size: 20px !important; }
    .section-title h2 { font-size: 26px !important; }
    .section-title .sub-title { font-size: 14px; margin-bottom: 10px; }
}

@media (max-width: 991px) {
    .tg-header__area-five .logo img {
        max-width: 140px;
    }
    .tgmenu__action { display: none; }
    .row.rowchoose .col-xl-3, .row.rowchoose .col-lg-3 {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .pt-135, .pt-120, .pt-100 { padding-top: 50px !important; }
    .pb-110, .pb-120, .pb-70 { padding-bottom: 30px !important; }
    .mb-50, .mb-40 { margin-bottom: 25px !important; }
    .mt-30 { margin-top: 15px !important; }
}

@media (max-width: 575px) {
    .row.rowchoose .col-xl-3, .row.rowchoose .col-lg-3 {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .brand-item img {
        max-height: 40px !important;
    }
    .footer-newsletter form input {
        padding: 15px 20px !important;
        height: 50px !important;
        border-radius: 10px !important;
    }
    .footer-newsletter .btn {
        position: static !important;
        width: 100% !important;
        margin-top: 10px !important;
        border-radius: 10px !important;
        height: 45px !important;
        padding: 10px 20px !important;
    }
    .choose__tab .nav-tabs {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .choose__tab .nav-tabs .nav-item .nav-link {
        width: 100% !important;
        text-align: center !important;
        padding: 10px !important;
    }
    .contact__form-wrap {
        padding: 25px 15px 30px !important;
    }
    .contact-form-main {
        margin-left: 0 !important;
    }
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .row {
        --bs-gutter-x: 10px !important;
    }
    .section-title h2 { font-size: 22px !important; }
}
