:root {
    --primary-color: #183861;
    --secondary-color: #2f6f8f;
    --accent-color: #b83232;
    --warm-accent: #d69e2e;
    --light-bg: #f4f7f9;
    --line-color: #d8e3ed;
    --dark-text: #1d2733;
    --muted-text: #1C1C1E;
    --card-bg: #ffffff;
    --brand: #1d75bb;
    --brand-deep: #155f9a;
    --blue-60: #1d75bb;
    --soft-blue: #e3effa;
    --panel-blue: #edf4fc;
    --navy: #15233b;
    --check-green: #22a06b;
    --font-xs: 13px;
    --font-sm: 15px;
    --font-base: 14px;
    --font-md: 16px;
    --section-heading-size: 32px;
    --section-heading-color: #1a1a1a;
    --card-heading-size: 16px;
    --card-heading-color: #1a1a1a;
    --card-heading-weight: 600;
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-semibold: 600;
    --weight-bold: 700;
    --section-py: 56px;
    --section-py-sm: 40px;
    --container-max: 1190px;
    --content-narrow: 760px;
    --content-mid: 960px;
    --grid-gap: 20px;
    --card-px: 24px;
    --card-py: 24px;
}

body {
    color: var(--dark-text);
    font-size: var(--font-base);
    font-weight: var(--weight-regular);
    font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    background-color: #F8F8F8;
}

img,
svg,
video {
    max-width: 100%;
}

body,
html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.3;
}

.page-title,
.section-title,
.faq-title,
.cta-title {
    font-size: var(--section-heading-size);
    font-weight: 700;
    color: var(--section-heading-color);
    line-height: 1.3;
}

.page-title .text-brand,
.section-title .text-brand {
    color: var(--section-heading-color) !important;
}

.page-title .text-brand {
    color: #1D74B7 !important;
}

p {
    color: var(--muted-text);
    font-size: var(--font-base);
    font-weight: var(--weight-regular);
    line-height: 1.6;
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0;
}

.text-muted {
    color: var(--muted-text) !important;
}

.text-brand {
    color: var(--brand) !important;
}

.text-navy {
    color: var(--navy) !important;
}

.text-muted-ink {
    color: var(--muted-text) !important;
}

.bg-soft {
    background-color: var(--soft-blue) !important;
}

.container,
.container-lg {
    max-width: var(--container-max);
}

.page-hero {
    padding: 40px 0 96px;
}

.page-hero-narrow {
    max-width: var(--content-narrow);
    margin: 0 auto;
}

.page-title {
    line-height: 1.25;
    margin-bottom: 20px;
}


.page-lead {
    font-size: var(--font-base);
    color: var(--muted-text);
    max-width: 620px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.page-section {
    padding: var(--section-py) 0;
}

.page-section-sm {
    padding: var(--section-py-sm) 0;
}

.section-title {
    margin-bottom: 12px;
}

.section-subtitle {
    color: var(--muted-text);
    font-size: var(--font-base);
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
}

.section-heading {
    margin-bottom: 32px;
}

.section-heading .section-title {
    margin-bottom: 12px;
}

.category-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title,
.promise-item h5,
.category-body h5 {
    font-size: var(--card-heading-size);
    font-weight: var(--card-heading-weight);
    color: var(--card-heading-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.card-title{
    margin-bottom: 6.4px;
}

.card-text {
    font-size: 12px;
    color: var(--muted-text);
    line-height: 1.6;
    margin-bottom: 0;
}

.page-banner {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    background-color: rgba(29, 116, 183, 0.15);
    background: #0d1b2a;
}

.page-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.page-hero .page-banner {
    margin-top: 4px;
}

.badge-pill {
    background-color: rgba(29, 116, 183, 0.08);
    color: #1D74B7;
    padding: 3.2px 9.6px;
    font-size: var(--font-xs);
}

.badge-pill i {
    color: var(--brand);
    font-size: 14.4px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(189, 189, 189, 0.26);
    background-color:#DDEAF4;
    color: var(--brand);
    font-size: 17.6px;
}

.icon-square {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: #d6e8f8;
    color: var(--brand);
    font-size: 17.6px;
}

.step-number {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #d6e8f8;
    color: var(--brand);
    font-size: var(--font-sm);
}

.epn-badge {
    background: #fff;
    border: 2px solid var(--brand);
    border-radius: 16px;
    padding: 3.2px 48px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-top: 32px;
}

.feature-card {
    background-color: #fff;
    border: 1px solid var(--line-color);
    border-radius: 16px;
    padding: 20px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.payment-step-card {
    background: #fff;
    border: 1px solid var(--line-color);
    border-radius: 8px;
    padding: 24px 20px;
    margin: 0 6px;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 10%),
        0 1px 3px -0px rgb(0 0 0 / 10%);
}

.payment-step-card .step-number {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--brand);
    color: #fff;
}

.security-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--line-color);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: 0 0.98px 3.92px 0px rgba(0, 12, 58, 0.06);
    cursor: pointer;
}

.security-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.summary-card {
    background-color:#1D74B7;
    color: #fff;
    border-radius: 16px;
    border: 1px solid #155f9a;
}

.summary-card .card-title {
    color: #fff;
    font-size: var(--card-heading-size);
    font-weight: var(--card-heading-weight);
}

.summary-card .card-text,
.summary-card p {
    color: rgba(255, 255, 255, 0.85);
}

.info-panel {
    border-radius: 8px;
    border: 1px solid var(--line-color);
    background: #fff;
}

.panel-warn {
    background-color: rgba(226, 101, 85, 0.06);
    border-color: rgba(147, 27, 11, 0.13);
    border-radius: 16px;
}

.panel-warn .card-title {
    color: #931B0B;
    font-size: 24px;
    font-weight: 600;
}

.cta-band {
    background: linear-gradient(135deg, #155f9a 0%, #1d75bb 100%);
    color: #fff;
    border-radius: 10px;
    border: 1px solid #134f82;
}

.note-band {
    background-color: #fffbeb;
    border: 1px solid #f0e0a8;
    border-radius: 8px;
    font-size: var(--font-sm);
}

.check-list li {
    gap: 9.6px;
    margin-bottom: 9.6px;
    font-size: var(--font-base);
    color: var(--muted-text);
}

.check-list li:last-child {
    margin-bottom: 0;
}

.check-list li i {
    color: var(--brand);
    margin-top: 3px;
}

.btn-primary {
    background-color: #1A6ABF;
    font-size: 12px;
    display: inline-flex;
    align-items: center;     
    justify-content: center;  
    padding: 10px 20px; 
    border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1665a3;
    border-color: #1665a3;
}

.btn-outline-primary {
    background-color: #fff;
    color: var(--brand) !important;
    border: 1px solid var(--brand);
    font-size: 12px;
    display: inline-flex;
    align-items: center;     
    justify-content: center;  
    padding: 10px 20px; 
    border-radius: 4px;

}

.btn-outline-primary:hover {
    background-color: var(--brand) !important;
    color: #000 !important;
    border-color: var(--brand);
}

.hero-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 40px 20px 32px;
}

.hero-card {
    background: white;
    border: 1px solid var(--line-color);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(24, 56, 97, 0.1);
    overflow: hidden;
}

.hero-image-wrapper {
    flex: 0 0 50%;
    max-width: 45%;
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

.hero-image-wrapper img {
    object-fit: cover;
}

.hero-content {
    flex: 0 0 50%;
    max-width: 55%;
    padding: 40px 40px 32px 40px;
}

.hero-badge {
    background-color: rgba(29, 116, 183, 0.10);
    color: #1D74B7;
    font-size: var(--font-xs);
    padding: 3.2px 12px;
}

.hero-title {
    font-size: 22px;
    font-weight: var(--weight-semibold);
    line-height: 1.25;
    margin-bottom: 16px;
}

.hero-text {
    font-size: var(--font-base);
    color: var(--muted-text);
    margin-bottom: 0;
    line-height: 1.6;
}

.about-feature-card {
    background-color: rgba(29, 116, 183, 0.06);
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18.4px 20px;
    box-shadow: 0px 0px 0px 1px #F1F5F9;
    transition: all 0.5s ease;
    cursor: pointer;
}

.about-feature-card:hover {
    background-color: #e2e8f0;
    transform: translateY(-2px);
}

.feature-icon {
    width: 40px;
    height: 36px;
    border-radius: 10px;
    background-color: rgba(29, 116, 183, 0.10);
    color: var(--blue-60);
    font-size: 17.6px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.feature-svg-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.feature-text {
    color: #585858;
    font-size: var(--font-md);
    line-height: 1.5;
    font-weight: var(--weight-semibold);
}

.lead-line {
    color: var(--dark-text);
    font-size: var(--font-md);
    font-weight: var(--weight-medium);
}

.highlight-bar {
    background-color: rgba(29, 116, 183, 0.03);
    border: 1px solid rgba(29, 116, 183, 0.30);
    border-radius: 14px;
    padding: 14.4px 20px;
    color: var(--dark-text);
    font-size: var(--font-sm);
}

.highlight-bar i {
    font-size: 17.6px;
    color: var(--brand);
}

.promise-section {
    background: rgba(29, 116, 183, 0.06);
}

.promise-section .container {
    background: #fff;
    border: 1px solid var(--line-color);
    border-radius: 16px;
    padding: 64px 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.promise-item {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
    transition: all 0.3s ease;
    background-color: #F8FAFC;
        cursor: pointer;
}

.promise-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.promise-icon-box {
    width: 42px;
    height: 42px;
    background: #1D74B7;
    border-radius: 10px;
}

.promise-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* icon ko white banane ke liye */
}

.promise-item p {
    margin: 0;
    font-size: var(--font-sm);
}

.cta-section {
    color: white;
}

.cta-panel {
    background: url('/catalog/view/theme/custommhs/image/pages/banner.png') center/cover no-repeat;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.cta-overlay {
    background-color: rgba(29, 116, 183, 0.70);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    padding: 32px 24px;
}

.cta-title {
    color: #fff;
    margin-bottom: 32px;
}

.cta-section .btn {
    font-size: var(--font-sm);
    font-weight: var(--weight-semibold) !important;
    border-radius: 1px;
}

.category-section {
    padding: var(--section-py) 0;
}

.popular-subtitle {
    color: var(--muted-text);
    font-size: var(--font-base);
    margin: 0 0 32px;
}

.category-card {
    background: #F1F1F2;
    border: 0;
    border-radius: 7px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    min-height: 300px;
}

/* Carousel row stretches all cards to same height */
#categoryCarousel .carousel-item .row {
    min-height: 300px;
}

#categoryCarousel .carousel-item .row>div {
    display: flex !important;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.category-image {
    color: #1d75bb;
    height: 200px;
}

.category-image img {
    display: block;
    max-height: 200px;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.category-body h5 {
    font-size: 18px;
    color: #207CBB;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: var(--weight-bold);
}

.category-body p {
    color: var(--muted-text);
    font-size: var(--font-sm);
    line-height: 1.5;
    min-height: 58px;
    margin: 0 0 16px;
}

.category-btn {
    background: transparent;
    border: 1px solid #1d75bb;
    color: #0871b8;
    font-size: var(--font-xs);
    font-weight: var(--weight-bold);
    min-height: 38px;
    transition: all 0.2s ease;
}

.category-btn:hover {
    background: #0871b8;
    color: #fff;
}

.category-dots {
    gap: 8.8px;
    margin-top: 28px;
    margin-bottom: 0;
    position: static;
}

.category-dots [data-bs-target] {
    background-color: #cfd8df;
    border: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.category-dots .active {
    background-color: #0871b8;
}

.faq-section {
    max-width: var(--container-max) !important;
}

.faq-section h3{
	display: none;
}
.faq-title {
    margin-bottom: 12px;
}

.faq-subtitle {
    color: var(--muted-text);
    font-size: var(--font-base);
    line-height: 1.6;
}

.faq-accordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(24, 56, 97, 0.03);
}

.faq-accordion .accordion-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(24, 56, 97, 0.06);
}

.faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a !important;
    padding: 22.4px 28px;
    background-color: #ffffff;
    box-shadow: none;
    transition: all 0.25s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #1a1a1a !important;
    font-weight: 600;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%2364748b'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3e%3c/svg%3e");
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion .accordion-body {
    color: #2d3748;
    font-size: 14px;
    line-height: 1.65;
    padding: 20px 24px;
    background-color: #F3F3F3;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border: none;
}

.hero-kicker {
    background-color: rgba(29, 116, 183, 0.10);
    font-size: var(--font-xs);
    color: #1D74B7;
    letter-spacing: 0.03em;
    padding: 3.2px 12px;
    border-radius: 999px;
}

.intro-panel {
    background: linear-gradient(180deg, #EFF6FF 0%, #F0F9FF 100%);
    border: 1px solid #BFDBFE;
    border-radius: 10px;
}

.info-panel-qualify {
    background-color:#F3F6FA;
    border-color: #E2E2E2;
    box-shadow: 0px 1.96px 11.78px 0px rgba(15, 45, 107, 0.07);
    border-radius: 16px;
}

.tip-card {
    border: 1px solid #1D74B7 !important;
    background: #fff;
    cursor: pointer;
}

.ssl-badge {
    background: #fff;
    border: 2px solid #1D74B7;
    border-radius: 16px;
    padding: 11.2px 20.8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-top: 32px;
}

.ssl-divider {
    width: 1px;
    height: 40px;
    background-color: var(--line-color);
}

.ssl-name {
    font-size: var(--font-sm);
    font-weight: var(--weight-bold);
    color: var(--dark-text);
    line-height: 1.2;
}

.ssl-tls {
    color: var(--brand);
    font-size: var(--font-md);
}

.ssl-sub {
    font-size: 12px;
    color: var(--muted-text);
    line-height: 1.2;
}

.bg-light-section {
    background-color: rgba(29, 116, 183, 0.06);
}

.protection-section {
    background-color: rgba(29, 116, 183, 0.06);
    padding: 58px 0 24px;
}

.protection-copy {
    padding-top: 30.4px;
}

.protection-badge {
    background-color: rgba(29, 116, 183, 0.06);
    color: #1D74B7;
    font-size: var(--font-xs);
    font-weight: var(--weight-medium);
    line-height: 1.2;
    padding: 4.48px 11.52px;
}

.protection-title {
    color: #171f43;
    font-size: 42px;
    font-weight: var(--weight-semibold);
    line-height: 1.04;
    margin-bottom: 28px;
    max-width: 390px;
}

.protection-text {
    color: #51586a;
    font-size: var(--font-md);
    line-height: 1.62;
    max-width: 385px;
}

.protection-card {
    background-color: #fff;
    border-color: #E2E4EA;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
    min-height: 152px;
    padding: 28px 16px 9.6px;
    cursor: pointer;
}

.protection-card:hover {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.protection-card .card-title {
    color: #1A2040;
    font-size: 16px;
    font-weight: var(--weight-medium);
    margin-bottom: 5.6px;
}

.protection-card .card-text {
    color: #4f5668;
    font-size: var(--font-sm);
    line-height: 1.45;
}

.protection-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(29, 116, 183, 0.15);
    border-radius: 9px;
    color: #0871d6;
    font-size: 16px;
}

@media (max-width: 991px) {
    .protection-section {
        padding: 48px 0 24px;
    }

    .protection-copy {
        padding-top: 0;
    }

    .protection-title,
    .protection-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .protection-title {
        font-size: 34px;
        line-height: 1.12;
        margin-bottom: 16px;
    }

    .protection-card {
        min-height: auto;
    }
}

.ssl-info-box {
    background: rgba(29, 116, 183, 0.06);
    border-radius: 14px;
    padding: 16px;
}

.steps-row {
    position: relative;
}

@media (min-width: 992px) {
    .steps-row::before {
        content: '';
        position: absolute;
        top: 53.6px;
        left: 18%;
        right: 18%;
        height: 2px;
        background: #b8d4f0;
        z-index: 0;
    }

    .steps-row .step-col {
        position: relative;
        z-index: 1;
    }

    .steps-row .step-col .step-number {
        position: relative;
        z-index: 2;
        box-shadow: 0 0 0 4px var(--soft-blue);
    }
}

.steps-row .security-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cta-band .cta-checklist i {
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
}

.cta-band .cta-checklist span {
    font-size: var(--font-sm);
    line-height: 1.5;
}

.cta-band h2,
.band-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
}

.price-match-page .bg-white {
    background-color: #ffffff !important;
}

.price-match-page .bg-soft {
    background-color: #EBF0F4 !important;
}

.price-match-page .badge-row .badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 5.6px;
    padding: 5.6px 13.6px;
    font-size: 13px;
    font-weight: 600;
    color: #585858;
    background-color: #E7EEF4;
    border-radius: 999px;
    box-shadow: none;
    border: none;
}

.price-match-page .badge-row .badge-pill img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.price-match-page .icon-square img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.price-match-page .intro-panel .icon-square img {
    width: 26px;
    height: 26px;
}

.price-match-page .check-list-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 4px;
}

.price-match-page .cta-checklist img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: 3px;
}

.price-match-page .cta-checklist .cta-check-icon {
    filter: none !important;
}

.price-match-page .cta-band .cta-header-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.price-match-page .cta-band .btn-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 6px;
    vertical-align: middle;
}

.price-match-page .note-band {
    background-color: #fff8eb !important;
    border: 1px solid #ffe6c2 !important;
    border-radius: 8px;
    color: #78350F !important;
}

.price-match-page .note-band strong,
.price-match-page .note-band span {
    color: #664d03 !important;
    font-weight: 600;
}

.price-match-page .note-warn-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-top: 3px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2852%) hue-rotate(24deg) brightness(93%) contrast(97%) !important;
}

.price-match-page .info-panel-qualify .card-title,
.price-match-page .panel-warn .card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.price-match-page .info-panel-qualify .card-title {
    color: #1A2040 !important;
}


.price-match-page 

.price-match-page .panel-warn .card-title {
    color: #F7EFEE !important;
}

.price-match-page .cta-band p {
    color: #ffffff !important;
}

.price-match-page .cta-band p a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.price-match-page .cta-band p a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.payment-steps {
    position: relative;
}

@media (min-width: 992px) {
    .payment-steps::before {
        content: '';
        position: absolute;
        top: 24px;
        left: calc(12.5% + 24px);
        right: calc(12.5% + 24px);
        height: 2px;
        background-color: #BFDBFE;
        z-index: 0;
		display: block;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .payment-steps::before {
        content: '';
        position: absolute;
        top: 24px;
        left: calc(25% + 24px);
        right: calc(25% + 24px);
        height: 2px;
        background-color: #BFDBFE;
        z-index: 0;
    }
}

.payment-step-card {
    background: #ffffff;
    border: 1px solid #E2E4EA;
    border-radius: 14px;
    padding: 12px 12px 12px;
    position: relative;
    z-index: 2;
    gap: 10px;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 10%),
        0 1px 3px -0px rgb(0 0 0 / 10%);
}

.step-connector {
    position: relative;
    z-index: 3;
    margin-bottom: 4px;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1a6bc0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 4;
    box-shadow: 0 2px 8px rgba(26, 107, 192, 0.2);
}

.security-page .check-list-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-top: 4px;
}

.security-page .protection-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.security-page .protection-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.security-page .btn-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 4px;
    vertical-align: middle;
}

.security-page .ssl-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.security-page .summary-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.security-page .tip-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.price-match-page .cta-band {
    background: linear-gradient(135deg, #1D74B7 0%, #0F4C7B 100%) !important;
    border: 1px solid #0d385c !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(21, 95, 154, 0.15) !important;
    color: #ffffff !important;
}

.price-match-page .cta-band .band-title {
    font-size: 1.5r !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
}

.price-match-page .cta-band p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.price-match-page .cta-band p a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.price-match-page .cta-band p a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.price-match-page .icon-square {
    width: 50px;
    height: 50px;
    background-color: #DDEAF4;
    border-radius: 10px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%),
        0 2px 4px -2px rgb(0 0 0 / 10%);
}

.price-match-page .cta-band .icon-square {
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

.price-match-page .cta-band .btn-light {
    background-color: #ffffff !important;
    color: #155f9a !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 9.6px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease !important;
}

.price-match-page .cta-band .btn-light:hover {
    background-color: #f8fafd !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.price-match-page .cta-checklist span {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

@media (min-width: 992px) {

    .price-match-page .cta-checklist,
    .price-match-page .cta-band .review-text {
        margin-left: 60px !important;
    }
}

.process-section {
    background: #EBF0F4 !important;
    padding: 60px 0 !important;
}

.process-section-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #0F2D6B !important;
    text-align: center !important;
    margin-bottom: 50px !important;
}

.process-card {
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    border: none !important;
    padding: 32px !important;
    box-shadow: 0px 1.96px 11.78px 0px rgba(15, 45, 107, 0.07) !important;
    position: relative !important;
    z-index: 2 !important;
}

.process-badge {
    width: 42px !important;
    height: 42px !important;
    background-color: #DDEAF4 !important;
    color: #1E40AF !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 1.96px 11.78px 0px rgba(0, 0, 0, 0.07);
}

.process-icon-box {
    width: 36px !important;
    height: 36px !important;
    background-color: #E0EFFF !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.process-icon-img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

.process-card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0F2D6B !important;
    margin-bottom: 12px !important;
}

.process-card-desc {
    font-size: 14px !important;
    color: #64748B !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .process-row {
        position: relative !important;
    }

    .process-row::before {
		display: block;
        content: '';
        position: absolute;
        top: 60px;
        left: 15%;
        right: 15%;
        height: 2px;
        background-color: #BFDBFE;
        z-index: 1;
    }

    .process-col {
        position: relative !important;
    }

    .process-col:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 2px;
        width: 22px;
        height: 22px;
        transform: translateY(-50%);
        z-index: 3;
        background-image: url('/catalog/view/theme/custommhs/image/pages/circle.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 46px;
    }
}


/* ==========================================
   CONTACT PAGE STYLES
   ========================================== */
.contact-card-box {
    border: 1px solid #e2e8f0;
    padding: 48px 16px 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* .contact-card-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.contact-card-box:hover::before {
    transform: scaleX(1);
}

.contact-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(24, 56, 97, 0.08);
} */

.contact-icon-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border: 1px solid #1D74B7;
    background-color: #F3F3F3;
    color: var(--brand);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.contact-icon {
    width: 24px;  /* Apne hisaab se width adjust kar lein */
    height: 24px; /* Width aur height hamesha barabar rakhein */
    object-fit: contain;
}

/* .contact-card-box:hover .contact-icon-circle {
    background-color: var(--brand);
    color: #fff;
    border-color: var(--brand);
    transform: translate(-50%, -50%) scale(1.1);
} */

.contact-card-title {
    font-size: 18px;
    color: #1a1a1a;
}

.contact-card-text {
    font-size: 14px;
    color: var(--muted-text);
    line-height: 1.6;
}

.contact-card-text a {
    color: var(--brand);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-card-text a:hover {
    color: var(--brand-deep);
    text-decoration: underline;
}

/* Socials Connect */
.socials-connect-panel {
    border: 1px solid #e2e8f0;
    padding: 48px 32px 64px;
    margin-bottom: 64px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.3s ease;
}

.socials-connect-panel:hover {
    box-shadow: 0 10px 30px rgba(24, 56, 97, 0.06);
}

.socials-connect-title {
    font-size: var(--section-heading-size);
    color: #1D74B7;
}

.socials-connect-subtitle {
    font-size: 14px;
    color: var(--muted-text);
}

.socials-button-group {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    gap: 20px;
    z-index: 10;
}

.social-icon-btn {
    width: 46px;
    height: 46px;
    background-color: var(--brand);
    color: #fff;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(29, 117, 187, 0.3);
}

.social-icon-btn:hover {
    background-color: var(--brand-deep);
    transform: translateY(-4px) scale(1.15);
    box-shadow: 0 8px 18px rgba(21, 95, 154, 0.4);
    color: #fff;
}

/* Get in Touch Form */
.contact-form-section {
    background: url('/catalog/view/theme/custommhs/image/pages/contact-us.png') center/cover no-repeat;
}


.contact-form-container {
    z-index: 2;
    max-width: 900px;
}

.contact-form-title {
    font-size: var(--section-heading-size);
}

.contact-form-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    max-width: 680px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.contact-form label {
    font-size: 13.5px;
    letter-spacing: 0.02em;
}

.contact-form label .required-asterisk {
    color: #ff6b6b;
    margin-left: 2px;
}

.contact-form .form-control,
.contact-form .form-select {
    height: 50px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    font-size: 14px;
    padding: 12px 18.4px;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.contact-form .form-control::placeholder {
    color: #a0aec0;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #fff;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
    outline: none;
}

.contact-form textarea.form-control {
    height: 160px;
    resize: none;
}

.contact-form .btn-submit {
    color: var(--brand);
    font-size: 14px;
    padding: 13.6px 48px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.contact-form .btn-submit i {
    transition: transform 0.25s ease;
}

.contact-form .btn-submit:hover {
    background-color: #f8fafd;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: var(--brand-deep);
}

.contact-form .btn-submit:hover i {
    transform: translateX(4px);
}

/* ==========================================
   FAQ PAGE STYLES
   ========================================== */
.faq-hero-section {
    background: url('/catalog/view/theme/custommhs/image/pages/faq-banner.png') center/cover no-repeat;
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.faq-hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(29, 116, 183, 0.75);
    /* Blue overlay */
    z-index: 1;
}

.faq-hero-content {
    z-index: 2;
}

.faq-hero-title {
    font-size: var(--section-heading-size);
}

.faq-hero-subtitle {
    font-size: 14px;
    max-width: 650px;
    opacity: 0.95;
    line-height: 1.6;
    color: #fff !important;
}

.faq-hero-phone {
    font-size: 16px;
}

.faq-hero-phone a:hover {
    text-decoration: underline;
}

.faq-hero-phone img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    margin-right: 6px;
    vertical-align: text-bottom;
}

.faq-hero-buttons .btn-light {
    background-color: #fff;
    color: var(--brand);
    font-weight: 600;
    padding: 9.6px 24px;
    border-radius: 1px;
    border: none;
}

.faq-hero-buttons .btn-outline-light {
    border-color: #fff;
    color: #fff;
    font-weight: 600;
    padding: 9.6px 24px;
    border-radius: 1px;
}

.faq-hero-buttons .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Search bar */
.faq-search-wrapper {
    margin-bottom: 40px;
}

.faq-search-title {
    font-size: var(--section-heading-size);
    color: #1a1a1a;
}

.faq-search-form {
    max-width: 500px;
}

.faq-search-input {
    height: 48px;
    padding: 8px 56px 8px 20px;
    border-radius: 8px;
    border: 1px solid var(--line-color);
    background-color: #fff;
    font-size: 14.5px;
    color: var(--dark-text);
}

.faq-search-input::placeholder {
    color: #a0aec0;
}

.faq-search-icon {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

/* FAQ Category Grid */
.faq-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 64px;
}

@media (max-width: 991.98px) {
    .faq-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .faq-category-grid {
        grid-template-columns: 1fr;
    }
}

.faq-cat-card {
    border: 1px solid #1D74B7;
    border-radius: 10px;
    color: var(--dark-text);
    min-height: 108px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(24, 56, 97, 0.02);
}

.faq-cat-card:hover {
    background-color: var(--brand) !important;
    border-color: var(--brand) !important;
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(29, 117, 187, 0.25);
}

.faq-cat-icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: var(--soft-blue);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.faq-cat-card:hover .faq-cat-icon-wrapper {
    background-color: #ffffff !important;
}

.faq-cat-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.faq-cat-card:hover .faq-cat-icon {
    transform: scale(1.05);
    filter: brightness(0) !important;
}

.faq-cat-arrow {
    font-size: 15.2px;
    color: #a0aec0;
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-cat-card:hover .faq-cat-arrow {
    opacity: 1;
    transform: translate(0, 0);
    color: #ffffff !important;
}

.faq-cat-title {
    font-size: 14px;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.faq-cat-card:hover .faq-cat-title {
    color: #fff !important;
}

/* Active Card State */
.faq-cat-card.active {
    background-color: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.faq-cat-card.active .faq-cat-title {
    color: #fff;
}

.faq-cat-card.active .faq-cat-arrow {
    opacity: 1;
    transform: translate(0, 0);
    color: #fff;
}

.faq-cat-card.active .faq-cat-icon-wrapper {
    background-color: #ffffff;
}

.faq-cat-card.active .faq-cat-icon {
    filter: brightness(0);
}

/* Most Asked Questions Section */
.faq-most-asked-title {
    font-size: 32px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.faq-accordion-container {
    margin: 0 auto 64px;
}

/* Still Need Help CTA */
.faq-cta-card {
    background: linear-gradient(160deg, #1D74B7 0%, #0E4F81 100%);
    padding: 56px 40px;
    margin-top: 64px;
    box-shadow: 0 8px 30px rgba(21, 95, 154, 0.15);
}

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

.faq-cta-subtitle {
    font-size: 14px;
    max-width: 700px;
    color: #ffffff !important;
    opacity: 1 !important;
    line-height: 1.5;
}

.faq-cta-buttons .btn-light {
    background-color: #fff;
    color: var(--brand);
    font-weight: 600;
    font-size: 14px;
    padding: 10.4px 28px;
    border-radius: 1px;
    border: none;
    transition: all 0.2s ease;
}

.faq-cta-buttons .btn-light:hover {
    background-color: #f7fafc;
    transform: translateY(-1px);
    color: var(--brand-deep);
}

.faq-cta-buttons .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10.4px 28px;
    border-radius: 1px;
    transition: all 0.2s ease;
}

.faq-cta-buttons .btn-outline-light:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 991.98px) {
    :root {
        --section-py: 44px;
        --section-py-sm: 32px;
        --font-base: 15px;
    }

    /* Layout structural shifts */
    .hero-image-wrapper,
    .hero-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-image-wrapper {
        min-height: 280px;
    }

    .hero-content {
        padding: 32px 24px;
    }

    .trusted-logo-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

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

    .cta-band .btn {
        width: 100%;
    }

    .step-connector::before {
        display: none;
    }

    .process-row::before {
        display: none !important;
    }
}

@media (max-width: 767.98px) {

    /* 1. Global Spacings & Containers */
    :root {
        --section-py: 36px;
        --section-py-sm: 28px;
        --grid-gap: 16px;
        --card-px: 20px;
        --card-py: 20px;
    }

    .container,
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-title,
    .socials-connect-title,
    .contact-form-title,
    .faq-hero-title,
    .faq-search-title,
    .faq-most-asked-title,
    .faq-cta-title,
    .section-title,
    .cta-title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .faq-search-title {
        width: 100% !important;
        text-align: center !important;
    }

    .section-heading {
        margin-bottom: 24px;
    }

    /* 2. Unified Hero Spacings */
    .page-hero {
        padding-top: 32px;
        padding-bottom: 16px;
    }

    .hero-container {
        padding: 16px 14.4px 20px;
    }

    .hero-content {
        padding: 21.6px 17.6px 20px;
    }

    .faq-hero-section {
        padding: 36px 16px;
        margin-bottom: 32px;
    }

    /* 3. Unified Card and Panel Spacings */
    /* Unified horizontal padding for all containers/cards on mobile */
    .hero-container,
    .hero-content,
    .faq-cta-card,
    .socials-connect-panel,
    .contact-card-box,
    .promise-section .container,
    .promise-item,
    .category-card,
    .feature-card,
    .security-card,
    .process-card,
    .payment-step-card,
    .ssl-info-box,
    .info-panel,
    .cta-band,
    .cta-content {
        padding-left: var(--card-px) !important;
        padding-right: var(--card-px) !important;
    }

    /* Standard card vertical padding on mobile */
    .promise-item,
    .category-card,
    .feature-card,
    .security-card,
    .payment-step-card,
    .ssl-info-box,
    .info-panel,
    .cta-band {
        padding-top: var(--card-py) !important;
        padding-bottom: var(--card-py) !important;
    }

    /* Vertical paddings for larger containers */
    .faq-cta-card {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        margin-top: 32px;
    }

    .socials-connect-panel {
        padding-top: 40px !important;
        padding-bottom: 56px !important;
        margin-bottom: 40px;
    }

    .contact-card-box {
        padding-top: 48px !important;
        padding-bottom: 32px !important;
    }

    .contact-card-box::before {
        display: none;
    }

    .contact-icon-circle {
        width: 52px;
        height: 52px;
    }

    .promise-section .container {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .process-card {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .cta-content {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .cta-title br {
        display: none;
    }

    .epn-badge {
        padding: 3.2px 24px;
        margin-top: 24px;
    }

    .category-card {
        min-height: auto;
        height: auto;
    }

    #categoryCarousel .carousel-item .row {
        min-height: auto;
    }

    /* Other page components mobile overrides */
    .category-image {
        height: 150px;
    }

    .category-image img {
        max-height: 130px;
    }

    .category-body p {
        min-height: auto;
    }

    .page-banner {
        box-shadow: 0 4px 16px rgba(24, 56, 97, 0.1);
    }

    /* 4. Unified Accordion Padding */
    .faq-accordion .accordion-button {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: var(--card-px) !important;
        padding-right: var(--card-px) !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .faq-accordion .accordion-body {
        padding: 20px !important;
        margin-top: 0 !important;
        margin-bottom: var(--card-px) !important;
        margin-left: var(--card-px) !important;
        margin-right: var(--card-px) !important;
    }

    .faq-category-grid {
        gap: 14.4px;
        margin-bottom: 40px;
    }

    .faq-cat-card {
        min-height: 96px;
        padding: 16px !important;
    }

    .faq-cat-title {
        font-size: 18px;
        line-height: 1.35;
    }

    /* 5. Mobile Button Stacking and Centering (All Pages) */
    .cta-content div.d-flex,
    .intro-panel div.d-flex.justify-content-end {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        justify-content: center !important;
    }

    .faq-cta-buttons .btn,
    .faq-hero-buttons .btn,
    .cta-content .btn,
    .intro-panel .btn {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 !important;
    }

    .faq-hero-buttons {
        width: 100%;
    }

    .faq-hero-buttons .btn,
    .faq-cta-buttons .btn {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    :root {
        --font-base: 14px;
        --font-sm: 13px;
        --section-py: 32px;
        --section-py-sm: 24px;
        --card-px: 16px;
        --card-py: 16px;
    }

    /* Specific overrides for small screens */
    .hero-image-wrapper {
        min-height: 200px;
    }

    .hero-title,
    .faq-hero-title,
    .contact-form-title {
        font-size: 22px;
        line-height: 1.18;
    }

    .page-title {
        font-size: 22px !important;
    }

    .trusted-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .trusted-logo {
        height: 44px;
    }

    .trusted-logo img {
        max-height: 28px;
        max-width: 80px;
    }

    .cta-panel {
        min-height: 220px;
    }

    .cta-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .cta-section .btn {
        font-size: var(--font-sm);
        padding: 8px 20px;
        width: 100%;
    }

    .page-hero .badge-row {
        gap: 8px !important;
    }

    .logo-box {
        padding: 12px;
    }

    .page-banner {
        border-radius: 8px;
    }

    .steps-row::before,
    .steps-row .step-col::after {
        display: none;
    }

    .price-match-page .badge-row .badge-pill {
        font-size: 12px;
        padding: 4.8px 11.2px;
    }

    .payment-steps::before {
        display: none;
    }

    .payment-step-card {
        padding: 18px 14px;
    }

    .process-section {
        padding: 40px 0 !important;
    }

    .process-section-title {
        font-size: 22.4px !important;
        margin-bottom: 28px !important;
    }

    .contact-form .form-control,
    .contact-form .form-select {
        height: 46px;
        font-size: 13.5px;
    }

    .contact-form textarea.form-control {
        height: 140px;
    }

    .socials-button-group {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 16px;
        gap: 12.8px;
        flex-wrap: wrap;
    }

    .social-icon-btn {
        width: 42px;
        height: 42px;
        font-size: 17.6px;
    }

    .faq-hero-buttons,
    .faq-cta-buttons {
        gap: 10.4px !important;
    }
}