/* ========== Responsive Styles ========== */
/* Breakpoints: 1920 | 1440 | 1366 | 1280 | 1199 | 1024 | 991 | 767 | 480 | 411 | 360 */

/* ---------- 1920px and below (large desktop) ---------- */
@media (max-width: 1920px) {
    .container {
        max-width: 1320px;
    }
}

/* ---------- 1440px ---------- */
@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-btns {
        flex-wrap: nowrap !important;
        flex-direction: row;
        align-items: center;
    }

    .hero-btns .btn-hero-white,
    .hero-btns .btn-hero-outline {
        padding: 10px 20px;
        font-size: 14px;
        white-space: nowrap;
    }

    .approach-card-text {
        margin-bottom: 0;
    }

    .approach-card-top {
        margin-bottom: 0;
    }

    .approach-section,
    .why-section,
    .marketing-section,
    .portfolio-section,
    .quote-section,
    .testimonials-section,
    .faq-section {
        padding: 40px 0;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 40px;
    }

    .promo-title {
        font-size: 44px;
    }

    .portfolio-img-wrap {
        max-width: 280px;
    }
}

/* ---------- 1366px ---------- */
@media (max-width: 1366px) {
    .container {
        max-width: 1140px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-btns {
        flex-wrap: nowrap !important;
        flex-direction: row;
    }

    .hero-btns .btn-hero-white,
    .hero-btns .btn-hero-outline {
        padding: 10px 18px;
        font-size: 13px;
        white-space: nowrap;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 38px;
    }

    .promo-title {
        font-size: 42px;
    }

    .marketing-card-title,
    .approach-card-title {
        font-size: 24px;
    }

    .approach-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .why-feature-title {
        font-size: 20px;
    }

    .portfolio-img-wrap {
        max-width: 250px;
    }

    .quote-form .quote-textarea {
        height: 260px !important;
        min-height: 260px;
    }
}

/* ---------- 1280px ---------- */
@media (max-width: 1280px) {
    .container {
        max-width: 1080px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-text {
        font-size: 15px;
    }

    .hero-btns {
        flex-wrap: nowrap !important;
        flex-direction: row;
    }

    .hero-btns .btn-hero-white,
    .hero-btns .btn-hero-outline {
        padding: 10px 16px;
        font-size: 13px;
        white-space: nowrap;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 36px;
    }

    .promo-banner {
        padding: 60px 36px 200px;
    }

    .promo-title {
        font-size: 40px;
    }

    .marketing-card {
        padding: 24px;
        gap: 16px;
    }

    .marketing-card-img {
        max-width: 190px;
    }

    .portfolio-img-wrap {
        max-width: 230px;
    }

    .rating-score {
        font-size: 56px;
    }
}

/* ---------- 1199px ---------- */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    .hero-banner {
        min-height: auto;
    }

    .hero-row {
        min-height: auto;
        padding: 30px 0 50px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 34px;
    }

    .approach-section,
    .why-section,
    .marketing-section,
    .portfolio-section,
    .testimonials-section,
    .faq-section {
        padding: 70px 0;
    }

    .promo-title {
        font-size: 38px;
    }

    .marketing-card-title {
        font-size: 22px;
    }

    .portfolio-img-wrap {
        max-width: 210px;
    }

    .portfolio-title {
        font-size: 16px;
    }

    .why-feature {
        padding: 18px 20px;
    }

    .why-feature-title {
        font-size: 19px;
    }

    .quote-form .quote-textarea {
        height: 220px !important;
        min-height: 220px;
    }

    .testimonial-card {
        padding: 30px 26px 80px;
    }
}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .container {
        max-width: 960px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-content {
        padding: 16px 0 30px;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 32px;
    }

    .section-text,
    .approach-text,
    .faq-subtitle {
        font-size: 14px;
    }

    .promo-banner {
        border-radius: 32px;
        padding: 55px 30px 180px;
    }

    .promo-title {
        font-size: 34px;
    }

    .marketing-card {
        flex-direction: column;
        align-items: stretch;
    }

    .marketing-card-img {
        flex: none;
        max-width: 100%;
        order: -1;
    }

    .marketing-card-img img {
        aspect-ratio: 16 / 10;
        max-height: 220px;
        width: 100%;
        object-fit: cover;
    }

    .portfolio-tabs {
        max-width: 100%;
    }

    .portfolio-tab {
        min-width: 100px;
        padding: 12px 10px;
        font-size: 12px;
    }

    .portfolio-img-wrap {
        max-width: 200px;
    }

    .faq-cta-title {
        font-size: 24px;
    }
}

/* ---------- 991px ---------- */
@media (max-width: 991.98px) {
    .hero-header {
        padding: 20px 0;
    }

    .hero-logo img {
        max-height: 42px;
    }

    .hero-row {
        min-height: auto;
        padding: 20px 0 50px;
    }

    .hero-content {
        text-align: center;
        padding-bottom: 28px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }

    .hero-btns {
        justify-content: center;
        flex-wrap: nowrap !important;
        flex-direction: row;
    }

    .approach-section,
    .why-section,
    .marketing-section,
    .portfolio-section,
    .testimonials-section,
    .faq-section {
        padding: 60px 0;
    }

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

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 32px;
    }

    .approach-number {
        width: 60px;
        height: 44px;
    }

    .approach-card-title {
        font-size: 22px;
    }

    .why-feature-title {
        font-size: 20px;
    }

    .promo-banner {
        border-radius: 28px;
        padding: 50px 28px 170px;
    }

    .promo-title {
        font-size: 32px;
    }

    .marketing-card-title {
        font-size: 22px;
    }

    .portfolio-section {
        padding: 60px 0;
    }

    .portfolio-tabs {
        margin-bottom: 36px;
    }

    .portfolio-img-wrap {
        width: 100%;
        max-width: 240px;
        height: auto;
        aspect-ratio: 313 / 502;
    }

    .portfolio-img {
        width: 100%;
        height: 100%;
    }

    .rating-score {
        font-size: 48px;
    }

    .testimonial-card {
        padding: 28px 24px 80px;
    }

    .testimonial-card-text {
        font-size: 14px;
    }

    .faq-cta-title {
        font-size: 22px;
    }

    .faq-support-title {
        font-size: 22px;
    }
}

/* ---------- 767px ---------- */
@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .why-section::before,
    .why-section::after {
        display: none;
    }

    .why-features {
        grid-template-columns: 1fr;
    }

    .why-feature:nth-child(1),
    .why-feature:nth-child(2),
    .why-feature:nth-child(3),
    .why-feature:nth-child(4) {
        border: none;
        border-bottom: 1.5px dashed #000;
    }

    .why-feature:last-child {
        border-bottom: none;
    }

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

    .hero-title {
        font-size: 30px;
    }

    .btn-hero-white,
    .btn-hero-outline,
    .btn-header {
        padding: 10px 22px;
        font-size: 14px;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 28px;
    }

    .approach-section,
    .why-section,
    .marketing-section,
    .portfolio-section,
    .testimonials-section,
    .faq-section {
        padding: 50px 0;
    }

    .why-feature {
        padding: 16px;
    }

    .why-feature-title {
        font-size: 18px;
    }

    .why-feature-text {
        font-size: 13px;
    }

    .promo-section {
        padding: 24px 0 10px;
    }

    .promo-banner {
        border-radius: 22px;
        padding: 40px 20px 140px;
    }

    .promo-title {
        font-size: 28px;
    }

    .promo-text {
        font-size: 14px;
    }

    .marketing-card {
        padding: 20px;
    }

    .marketing-card-title {
        font-size: 20px;
    }

    .portfolio-tab {
        flex: 1 1 50%;
        min-width: 50%;
        font-size: 13px;
        padding: 12px 8px;
    }

    .portfolio-tab:not(:last-child)::after {
        display: none;
    }

    .portfolio-tab:not(:nth-child(2n))::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #2FCAF1 0%, #8C52FF 100%);
    }

    .portfolio-tab:not(:nth-last-child(-n+2))::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #2FCAF1 0%, #8C52FF 100%);
    }

    .portfolio-tab.active::after,
    .portfolio-tab.active::before {
        opacity: 0;
    }

    .portfolio-img-wrap {
        max-width: 100%;
    }

    .portfolio-title {
        font-size: 15px;
    }

    .quote-form .quote-textarea {
        height: 180px !important;
        min-height: 180px;
    }

    .quote-submit-btn {
        width: 100%;
        padding: 14px 24px;
    }

    .quote-modal .modal-dialog {
        margin: 0.75rem;
        max-width: calc(100% - 1.5rem);
    }

    .quote-modal-header {
        padding: 20px 20px 0;
        flex-wrap: wrap;
        gap: 8px;
    }

    .quote-modal-body {
        padding: 12px 20px 24px;
        max-height: min(70vh, 560px);
        overflow-y: auto;
    }

    .quote-modal-title {
        font-size: 22px;
    }

    .quote-modal .quote-form .quote-textarea {
        height: 120px !important;
        min-height: 120px;
    }

    .testimonial-author-initials {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .testimonial-card-rating .star {
        font-size: 20px;
    }

    .testimonial-arrows {
        right: 16px;
        bottom: 16px;
    }

    .faq-cta-card {
        padding: 28px 20px;
        text-align: center;
    }

    .faq-support-card {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        align-items: center;
    }

    .faq-support-icon img {
        width: 56px;
        margin: 0 auto;
    }

    .site-footer {
        padding: 40px 0 24px;
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto;
        max-height: 56px;
    }

    .footer-top {
        padding-bottom: 20px;
    }

    .footer-contact-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 0 8px;
        margin-bottom: 20px;
    }

    .footer-contact-item {
        border-right: none;
        padding-right: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .footer-contact-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-text {
        font-size: 14px;
        margin-top: 16px;
    }

    .footer-bottom {
        justify-content: center !important;
        gap: 10px;
        flex-direction: column;
    }

    .footer-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* ---------- 480px ---------- */
@media (max-width: 480px) {
    .hero-header {
        padding: 16px 0;
    }

    .hero-logo img {
        max-height: 36px;
    }

    .btn-header {
        padding: 8px 16px;
        font-size: 12px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 5px 14px;
    }

    .hero-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .hero-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .hero-btns {
        gap: 10px !important;
        flex-direction: column;
        flex-wrap: nowrap !important;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .hero-btns .btn-hero-white,
    .hero-btns .btn-hero-outline {
        padding: 10px 18px;
        font-size: 13px;
        white-space: normal;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 24px;
    }

    .section-text,
    .approach-text,
    .faq-subtitle,
    .promo-text {
        font-size: 13px;
    }

    .approach-section,
    .why-section,
    .marketing-section,
    .portfolio-section,
    .testimonials-section,
    .faq-section {
        padding: 40px 0;
    }

    .approach-card {
        padding: 22px 18px 24px;
    }

    .approach-card-title {
        font-size: 20px;
    }

    .approach-card-text {
        font-size: 13px;
    }

    .approach-number {
        width: 52px;
        height: 38px;
    }

    .promo-banner {
        padding: 28px 14px 100px;
    }

    .portfolio-tab {
        font-size: 13px;
        padding: 10px 8px;
    }

    .quote-form .quote-textarea {
        height: 140px !important;
        min-height: 140px;
    }

    .faq-accordion .accordion-button {
        padding-right: 40px;
        white-space: normal;
    }

    .why-feature-title {
        font-size: 16px;
    }

    .promo-banner {
        border-radius: 18px;
        padding: 36px 16px 120px;
    }

    .promo-badge {
        font-size: 12px;
        padding: 6px 16px;
    }

    .promo-title {
        font-size: 24px;
    }

    .marketing-card-title {
        font-size: 18px;
    }

    .marketing-card-text {
        font-size: 13px;
    }

    .portfolio-tab {
        font-size: 13px;
        padding: 10px 6px;
        letter-spacing: 0;
    }

    .portfolio-title {
        font-size: 14px;
    }

    .portfolio-author {
        font-size: 12px;
    }

    .quote-label {
        font-size: 13px;
    }

    .quote-form .quote-input,
    .quote-form .form-control.quote-input,
    .quote-form .form-select.quote-input {
        font-size: 13px;
        height: 44px;
    }

    .rating-score {
        font-size: 42px;
    }

    .rating-text {
        font-size: 14px;
    }

    .testimonial-card {
        padding: 22px 18px 70px;
    }

    .testimonial-card-text {
        font-size: 13px;
    }

    .testimonial-arrows {
        right: 16px;
        bottom: 16px;
    }

    .testimonial-arrow {
        width: 38px;
        height: 38px;
    }

    .faq-accordion .accordion-button {
        font-size: 14px;
        padding: 14px 16px;
    }

    .faq-accordion .accordion-body {
        font-size: 13px;
    }

    .faq-cta-card {
        padding: 28px 20px;
    }

    .faq-cta-title {
        font-size: 20px;
    }

    .faq-support-title {
        font-size: 18px;
    }

    .footer-copy,
    .footer-link {
        font-size: 13px;
    }
}

/* ---------- 411px ---------- */
@media (max-width: 411px) {
    .hero-title {
        font-size: 24px;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 22px;
    }

    .promo-title {
        font-size: 22px;
    }

    .why-feature-title {
        font-size: 15px;
    }

    .marketing-card-title {
        font-size: 17px;
    }

    .approach-card-title {
        font-size: 18px;
    }

    .portfolio-tab {
        min-width: 50%;
        font-size: 13px;
        padding: 10px 4px;
    }

    .btn-header {
        padding: 7px 12px;
        font-size: 11px;
    }

    .hero-logo img {
        max-height: 32px;
    }
}

/* ---------- 360px ---------- */
@media (max-width: 360px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-header {
        padding: 14px 0;
    }

    .hero-logo img {
        max-height: 30px;
    }

    .btn-header {
        padding: 6px 10px;
        font-size: 10px;
    }

    .hero-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .hero-text {
        font-size: 13px;
    }

    .hero-btns .btn-hero-white,
    .hero-btns .btn-hero-outline {
        width: 100%;
        text-align: center;
        padding: 10px 14px;
        font-size: 12px;
    }

    .section-heading,
    .faq-title,
    .approach-title {
        font-size: 20px;
    }

    .section-text,
    .approach-text,
    .faq-subtitle {
        font-size: 12px;
    }

    .approach-section,
    .why-section,
    .marketing-section,
    .portfolio-section,
    .testimonials-section,
    .faq-section,
    .quote-section {
        padding: 36px 0;
    }

    .approach-card-title,
    .marketing-card-title {
        font-size: 16px;
    }

    .why-feature {
        padding: 12px;
    }

    .why-feature-title {
        font-size: 14px;
    }

    .why-feature-text {
        font-size: 12px;
    }

    .promo-banner {
        border-radius: 14px;
        padding: 28px 12px 100px;
    }

    .promo-title {
        font-size: 20px;
    }

    .promo-text {
        font-size: 12px;
    }

    .portfolio-tab {
        font-size: 13px;
        padding: 8px 2px;
    }

    .portfolio-title {
        font-size: 12px;
    }

    .rating-score {
        font-size: 36px;
    }

    .testimonial-card-rating .star {
        font-size: 18px;
    }

    .testimonial-author-name {
        font-size: 15px;
    }

    .faq-cta-title {
        font-size: 18px;
    }

    .faq-support-title {
        font-size: 16px;
    }

    .faq-chat-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ---------- Inner pages: Privacy / Terms / Contact ---------- */
@media (max-width: 1199.98px) {
    .legal-section {
        padding: 60px 0 80px;
    }

    .legal-card {
        padding: 36px 34px;
    }

    .section-heading-light {
        font-size: 34px;
    }

    .contact-section {
        padding: 44px 0 8px;
    }

    .contact-quote-section {
        padding-bottom: 64px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner:has(.inner-hero-row) {
        min-height: auto;
        background-position: center top;
    }

    .inner-hero-row {
        padding: 18px 0 28px !important;
    }

    .legal-hero-content {
        max-width: 640px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .section-heading-light {
        font-size: 32px;
        line-height: 1.25;
    }

    .section-text-light {
        font-size: 15px;
    }

    .legal-section {
        padding: 50px 0 70px;
    }

    .legal-card {
        padding: 32px 26px;
        border-radius: 16px;
    }

    .legal-heading {
        font-size: 22px;
        margin: 24px 0 10px;
    }

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

    .contact-info-card {
        padding: 24px 20px;
    }

    .contact-quote-section {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .contact-quote-section .quote-image {
        border-radius: 20px;
        max-width: 420px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767.98px) {
    .hero-banner:has(.inner-hero-row) {
        min-height: auto;
    }

    .hero-banner:has(.inner-hero-row) .hero-header {
        padding: 16px 0 8px;
    }

    .hero-banner:has(.inner-hero-row) .hero-logo img {
        max-height: 40px;
    }

    .hero-banner:has(.inner-hero-row) .btn-header {
        padding: 8px 16px;
        font-size: 12px;
        white-space: nowrap;
    }

    .inner-hero-row {
        padding: 12px 0 22px !important;
    }

    .inner-hero-row .hero-content {
        padding-top: 4px !important;
    }

    .legal-hero-content {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .faq-badge-light {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 5px 14px;
    }

    .section-heading-light {
        font-size: 26px !important;
        margin-bottom: 10px;
        line-height: 1.25;
    }

    .section-text-light {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 4px;
    }

    .legal-section {
        padding: 32px 0 52px;
    }

    .legal-section .container,
    .contact-section .container,
    .contact-quote-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .legal-card {
        padding: 24px 16px;
        border-radius: 14px;
    }

    .legal-updated {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .legal-heading {
        font-size: 18px;
        margin: 22px 0 10px;
        line-height: 1.35;
    }

    .legal-text,
    .legal-list {
        font-size: 14px;
        line-height: 1.7;
    }

    .legal-list {
        padding-left: 18px;
        margin-left: 0;
    }

    .legal-list li {
        margin-bottom: 10px;
        padding-left: 2px;
    }

    .contact-section {
        padding: 28px 0 4px;
    }

    .contact-info-card {
        padding: 22px 18px;
        border-radius: 14px;
        align-items: center;
        text-align: center;
    }

    .contact-info-title {
        font-size: 17px;
    }

    .contact-info-text {
        font-size: 13px;
    }

    .contact-quote-section {
        padding-top: 18px;
        padding-bottom: 48px;
    }

    .contact-quote-section .quote-header {
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-quote-section .section-heading {
        font-size: 26px;
    }

    .contact-quote-section .section-text {
        font-size: 14px;
    }

    .contact-quote-section .quote-image {
        max-width: 100%;
        border-radius: 18px;
    }

    .contact-quote-section .quote-submit-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contact-info-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-banner:has(.inner-hero-row) .hero-header .d-flex {
        gap: 10px;
    }

    .hero-banner:has(.inner-hero-row) .hero-logo img {
        max-height: 34px;
    }

    .hero-banner:has(.inner-hero-row) .btn-header {
        padding: 7px 12px;
        font-size: 11px;
    }

    .inner-hero-row {
        padding: 8px 0 16px !important;
    }

    .section-heading-light {
        font-size: 22px !important;
    }

    .section-text-light {
        font-size: 13px;
    }

    .legal-section {
        padding: 24px 0 40px;
    }

    .legal-card {
        padding: 20px 14px;
        border-radius: 12px;
        box-shadow: none;
    }

    .legal-heading {
        font-size: 16px;
        margin: 18px 0 8px;
    }

    .legal-text,
    .legal-list {
        font-size: 13px;
        line-height: 1.65;
    }

    .legal-list {
        padding-left: 16px;
    }

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

    .contact-info-card {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }

    .contact-info-icon svg {
        width: 18px;
        height: 18px;
    }

    .contact-info-title {
        font-size: 16px;
    }

    .contact-info-text {
        font-size: 12.5px;
    }

    .contact-quote-section {
        padding-top: 14px;
        padding-bottom: 40px;
    }

    .contact-quote-section .section-heading {
        font-size: 22px;
    }

    .contact-quote-section .quote-form .quote-textarea {
        height: 160px !important;
        min-height: 160px;
    }

    .contact-quote-section .quote-submit-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

@media (max-width: 411px) {
    .section-heading-light {
        font-size: 21px !important;
    }

    .legal-card {
        padding: 18px 12px;
    }

    .contact-info-card {
        padding: 16px 12px;
    }
}

@media (max-width: 360px) {
    .hero-banner:has(.inner-hero-row) .btn-header {
        padding: 6px 10px;
        font-size: 10px;
    }

    .section-heading-light {
        font-size: 20px !important;
    }

    .legal-card {
        padding: 16px 10px;
    }

    .legal-heading {
        font-size: 15px;
    }

    .legal-text,
    .legal-list {
        font-size: 12.5px;
    }

    .contact-info-title {
        font-size: 15px;
    }

    .contact-info-text {
        font-size: 12px;
    }

    .contact-quote-section .section-heading {
        font-size: 20px;
    }
}

/* ---------- Thank You page ---------- */
@media (max-width: 991.98px) {
    .thankyou-section {
        padding: 48px 0 70px;
    }

    .thankyou-card {
        padding: 40px 28px;
    }

    .thankyou-title {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .thankyou-section {
        padding: 36px 0 56px;
    }

    .thankyou-card {
        padding: 32px 20px;
        border-radius: 14px;
    }

    .thankyou-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 18px;
    }

    .thankyou-icon svg {
        width: 30px;
        height: 30px;
    }

    .thankyou-title {
        font-size: 22px;
    }

    .thankyou-text {
        font-size: 14px;
    }

    .thankyou-text-muted {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .thankyou-actions {
        flex-direction: column;
        width: 100%;
    }

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

@media (max-width: 480px) {
    .thankyou-section {
        padding: 28px 0 44px;
    }

    .thankyou-card {
        padding: 26px 16px;
        box-shadow: none;
    }

    .thankyou-title {
        font-size: 20px;
    }

    .thankyou-text {
        font-size: 13px;
    }

    .thankyou-secondary-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}
