/* Start custom CSS for html, class: .elementor-element-e62d780 *//* =========================================
   ALICIA BEAUTY — DEEP CLEANSING FACIAL
   Prefix: ab-dcf-
   ========================================= */
   
   
   
   body{
       overflow: hidden;
   }

.ab-dcf-page {
    --dcf-bg: #FFFDF8;
    --dcf-bg-alt: #FCFAF8;
    --dcf-text: #2D2D2D;
    --dcf-muted: #666666;
    --dcf-accent: #BB8B65;
    --dcf-accent-dark: #9C6048;
    --dcf-border: rgba(187, 139, 101, 0.22);
    --dcf-white: #FFFFFF;

    background: var(--dcf-bg);
    color: var(--dcf-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    overflow-x: clip;
}

.ab-dcf-page *,
.ab-dcf-page *::before,
.ab-dcf-page *::after {
    box-sizing: border-box;
}

.ab-dcf-page img {
    display: block;
    max-width: 100%;
}

.ab-dcf-page h1,
.ab-dcf-page h2,
.ab-dcf-page h3,
.ab-dcf-page p {
    margin-top: 0;
}

.ab-dcf-page h1,
.ab-dcf-page h2,
.ab-dcf-page h3 {
    color: var(--dcf-text);
}

.ab-dcf-page h1,
.ab-dcf-page h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.ab-dcf-page h1 em,
.ab-dcf-page h2 em {
    color: var(--dcf-accent);
    font-weight: 500;
}

.ab-dcf-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.ab-dcf-section {
    padding: 110px 0;
}


/* -----------------------------------------
   EYEBROW / KICKER
----------------------------------------- */

.ab-dcf-eyebrow,
.ab-dcf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--dcf-accent-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ab-dcf-eyebrow i {
    font-size: 12px;
}


/* -----------------------------------------
   BUTTONS
----------------------------------------- */

.ab-dcf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    padding: 15px 28px;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ab-dcf-btn-primary {
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;

    box-shadow: 0 12px 30px rgba(156, 96, 72, 0.18);
}

.ab-dcf-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(156, 96, 72, 0.24);
}

.ab-dcf-btn i,
.ab-dcf-inline-link i {
    transition: transform 0.25s ease;
}

.ab-dcf-btn:hover i,
.ab-dcf-inline-link:hover i {
    transform: translateX(4px);
}

.ab-dcf-inline-link,
.ab-dcf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--dcf-text) !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
}

.ab-dcf-inline-link {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--dcf-accent);
}


/* -----------------------------------------
   HERO
----------------------------------------- */

.ab-dcf-hero {
    position: relative;
    padding: 90px 0 80px;
    background:
        radial-gradient(
            circle at 5% 20%,
            rgba(187, 139, 101, 0.07),
            transparent 30%
        ),
        var(--dcf-bg);
}

.ab-dcf-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
    gap: 85px;
    align-items: center;
}

.ab-dcf-hero-content h1 {
    max-width: 650px;
    margin-bottom: 27px;
    font-size: clamp(58px, 6vw, 86px);
}

.ab-dcf-hero-lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: var(--dcf-muted);
    font-size: 19px;
    line-height: 1.8;
}

.ab-dcf-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.ab-dcf-hero-points {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.ab-dcf-hero-points div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dcf-muted);
    font-size: 14px;
}

.ab-dcf-hero-points i {
    color: var(--dcf-accent);
    font-size: 13px;
}


/* Hero image */

.ab-dcf-hero-visual {
    position: relative;
}

.ab-dcf-image-frame {
    position: relative;
    padding: 14px;
    border: 1px solid var(--dcf-border);
}

.ab-dcf-image-frame::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -28px;
    right: -28px;
    border-top: 1px solid var(--dcf-accent);
    border-right: 1px solid var(--dcf-accent);
    opacity: 0.45;
    pointer-events: none;
}

.ab-dcf-image-frame img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.ab-dcf-image-badge {
    position: absolute;
    left: -35px;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 245px;
    padding: 18px 22px;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid var(--dcf-border);
    box-shadow: 0 14px 40px rgba(45, 45, 45, 0.09);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
}

.ab-dcf-image-badge small {
    display: block;
    margin-bottom: 3px;
    color: var(--dcf-muted);
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ab-dcf-badge-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: rgba(187, 139, 101, 0.12);
    color: var(--dcf-accent-dark);
}


/* -----------------------------------------
   TRUST STRIP
----------------------------------------- */

.ab-dcf-trust {
    border-top: 1px solid var(--dcf-border);
    border-bottom: 1px solid var(--dcf-border);
    background: var(--dcf-bg-alt);
}

.ab-dcf-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ab-dcf-trust-item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 28px 34px;
    border-right: 1px solid var(--dcf-border);
}

.ab-dcf-trust-item:last-child {
    border-right: 0;
}

.ab-dcf-trust-number {
    color: var(--dcf-accent);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
}

.ab-dcf-trust-item strong,
.ab-dcf-trust-item span {
    display: block;
}

.ab-dcf-trust-item strong {
    margin-bottom: 2px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    line-height: 1.3;
}

.ab-dcf-trust-item div > span {
    color: var(--dcf-muted);
    font-size: 12px;
    line-height: 1.5;
}


/* -----------------------------------------
   ABOUT
----------------------------------------- */

.ab-dcf-two-col {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 100px;
    align-items: start;
}

.ab-dcf-section-heading h2,
.ab-dcf-feature-content h2,
.ab-dcf-concerns-intro h2,
.ab-dcf-faq-heading h2,
.ab-dcf-suitable h2 {
    font-size: clamp(44px, 4.5vw, 64px);
}

.ab-dcf-about-copy {
    color: var(--dcf-muted);
}

.ab-dcf-large-copy {
    color: var(--dcf-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    line-height: 1.55;
}

.ab-dcf-clinical-note {
    display: flex;
    gap: 15px;
    margin-top: 32px;
    padding: 20px 22px;
    background: var(--dcf-bg-alt);
    border-left: 2px solid var(--dcf-accent);
}

.ab-dcf-clinical-note i {
    margin-top: 7px;
    color: var(--dcf-accent);
}

.ab-dcf-clinical-note p {
    margin: 0;
    font-size: 15px;
}


/* -----------------------------------------
   FEATURE SECTION
----------------------------------------- */

.ab-dcf-feature {
    background: var(--dcf-bg-alt);
}

.ab-dcf-feature-grid {
    display: grid;
    grid-template-columns: 0.92fr 1fr;
    gap: 90px;
    align-items: center;
}

.ab-dcf-feature-image {
    position: relative;
    padding: 0 0 28px 28px;
}

.ab-dcf-feature-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 75%;
    border: 1px solid var(--dcf-accent);
    opacity: 0.35;
}

.ab-dcf-feature-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.ab-dcf-feature-label {
    position: absolute;
    z-index: 2;
    right: -25px;
    bottom: 0;
    padding: 18px 25px;
    background: var(--dcf-bg);
    border: 1px solid var(--dcf-border);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.ab-dcf-feature-label span {
    display: block;
    color: var(--dcf-accent);
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ab-dcf-feature-content > p {
    color: var(--dcf-muted);
}

.ab-dcf-feature-list {
    margin: 32px 0;
}

.ab-dcf-feature-list > div {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--dcf-border);
}

.ab-dcf-feature-list > div > span {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-top: 3px;
    place-items: center;
    border-radius: 50%;
    background: rgba(187, 139, 101, 0.1);
    color: var(--dcf-accent-dark);
    font-size: 11px;
}

.ab-dcf-feature-list p {
    margin: 0;
    color: var(--dcf-muted);
    font-size: 15px;
}

.ab-dcf-feature-list strong {
    display: block;
    margin-bottom: 2px;
    color: var(--dcf-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}


/* -----------------------------------------
   CENTER HEADINGS
----------------------------------------- */

.ab-dcf-center-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.ab-dcf-center-heading h2 {
    margin-bottom: 22px;
    font-size: clamp(44px, 5vw, 66px);
}

.ab-dcf-center-heading p {
    color: var(--dcf-muted);
}


/* -----------------------------------------
   BENEFITS
----------------------------------------- */

.ab-dcf-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--dcf-border);
    border-left: 1px solid var(--dcf-border);
}

.ab-dcf-benefit-card {
    min-height: 285px;
    padding: 34px 28px;
    border-right: 1px solid var(--dcf-border);
    border-bottom: 1px solid var(--dcf-border);
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.ab-dcf-benefit-card:hover {
    background: var(--dcf-bg-alt);
    transform: translateY(-3px);
}

.ab-dcf-card-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 50%;
    background: rgba(187, 139, 101, 0.1);
    color: var(--dcf-accent-dark);
}

.ab-dcf-benefit-card h3 {
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.ab-dcf-benefit-card p {
    margin: 0;
    color: var(--dcf-muted);
    font-size: 15px;
    line-height: 1.75;
}


/* -----------------------------------------
   CONCERNS
----------------------------------------- */

.ab-dcf-concerns {
    background: var(--dcf-bg-alt);
}

.ab-dcf-concerns-grid {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 100px;
}

.ab-dcf-concerns-intro {
    position: sticky;
    top: 40px;
    align-self: start;
}

.ab-dcf-concerns-intro p {
    max-width: 500px;
    margin-bottom: 30px;
    color: var(--dcf-muted);
}

.ab-dcf-concern-list {
    border-top: 1px solid var(--dcf-border);
}

.ab-dcf-concern-list > div {
    display: grid;
    grid-template-columns: 55px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 25px 5px;
    border-bottom: 1px solid var(--dcf-border);
}

.ab-dcf-concern-list span {
    color: var(--dcf-accent);
    font-size: 12px;
    font-weight: 700;
}

.ab-dcf-concern-list h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 500;
}

.ab-dcf-concern-list i {
    color: var(--dcf-accent);
    font-size: 13px;
}


/* -----------------------------------------
   PROCESS
----------------------------------------- */

.ab-dcf-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.ab-dcf-process-grid::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: var(--dcf-border);
}

.ab-dcf-process-card {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
}

.ab-dcf-step {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--dcf-accent);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}

.ab-dcf-process-icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    place-items: center;
    border: 1px solid var(--dcf-border);
    border-radius: 50%;
    background: var(--dcf-bg);
    color: var(--dcf-accent-dark);
}

.ab-dcf-process-card h3 {
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    font-weight: 600;
}

.ab-dcf-process-card p {
    color: var(--dcf-muted);
    font-size: 14px;
    line-height: 1.75;
}


/* -----------------------------------------
   SUITABILITY
----------------------------------------- */

.ab-dcf-suitable {
    padding-top: 20px;
}

.ab-dcf-suitable-box {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 80px;
    align-items: center;
    padding: 65px;
    background: var(--dcf-bg-alt);
    border: 1px solid var(--dcf-border);
}

.ab-dcf-suitable-box p {
    max-width: 600px;
    margin-bottom: 0;
    color: var(--dcf-muted);
}

.ab-dcf-suitable-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ab-dcf-suitable-items > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    background: var(--dcf-bg);
    border: 1px solid var(--dcf-border);
    color: var(--dcf-muted);
    font-size: 14px;
}

.ab-dcf-suitable-items i {
    color: var(--dcf-accent);
    font-size: 12px;
}


/* -----------------------------------------
   FAQ
----------------------------------------- */

.ab-dcf-faq {
    background: var(--dcf-bg);
}

.ab-dcf-faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 100px;
}

.ab-dcf-faq-heading {
    align-self: start;
}

.ab-dcf-faq-heading p {
    margin-bottom: 30px;
    color: var(--dcf-muted);
}

.ab-dcf-faq-list {
    border-top: 1px solid var(--dcf-border);
}

.ab-dcf-faq-list details {
    border-bottom: 1px solid var(--dcf-border);
}

.ab-dcf-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    cursor: pointer;
    list-style: none;
    color: var(--dcf-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.ab-dcf-faq-list summary::-webkit-details-marker {
    display: none;
}

.ab-dcf-faq-list summary span {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
}

.ab-dcf-faq-list summary span::before,
.ab-dcf-faq-list summary span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 1px;
    background: var(--dcf-accent-dark);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.ab-dcf-faq-list summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ab-dcf-faq-list details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0);
}

.ab-dcf-faq-list details > div {
    padding: 0 45px 25px 0;
}

.ab-dcf-faq-list details p {
    margin: 0;
    color: var(--dcf-muted);
    font-size: 15px;
}


/* -----------------------------------------
   FINAL CTA
----------------------------------------- */

.ab-dcf-final {
    padding: 20px 0 110px;
}

.ab-dcf-final-box {
    position: relative;
    overflow: hidden;
    padding: 85px 60px;
    background:
        linear-gradient(
            135deg,
            rgba(187, 139, 101, 0.12),
            rgba(230, 193, 170, 0.18)
        ),
        var(--dcf-bg-alt);
    border: 1px solid var(--dcf-border);
    text-align: center;
}

.ab-dcf-final-box::before,
.ab-dcf-final-box::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid var(--dcf-accent);
    opacity: 0.18;
    transform: rotate(45deg);
}

.ab-dcf-final-box::before {
    top: -115px;
    left: -60px;
}

.ab-dcf-final-box::after {
    right: -60px;
    bottom: -115px;
}

.ab-dcf-final h2 {
    max-width: 750px;
    margin: 0 auto 22px;
    font-size: clamp(48px, 5.5vw, 72px);
}

.ab-dcf-final p {
    max-width: 690px;
    margin: 0 auto 32px;
    color: var(--dcf-muted);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .ab-dcf-section {
        padding: 85px 0;
    }

    .ab-dcf-hero-grid,
    .ab-dcf-feature-grid {
        gap: 50px;
    }

    .ab-dcf-hero-grid {
        grid-template-columns: 1fr 0.85fr;
    }

    .ab-dcf-image-frame img {
        height: 520px;
    }

    .ab-dcf-two-col,
    .ab-dcf-concerns-grid,
    .ab-dcf-faq-layout {
        gap: 60px;
    }

    .ab-dcf-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-dcf-suitable-box {
        gap: 45px;
        padding: 50px 40px;
    }
}


/* =========================================
   MOBILE / TABLET
   ========================================= */

@media (max-width: 767px) {

    .ab-dcf-page {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-dcf-container {
        width: min(100% - 32px, 1180px);
    }

    .ab-dcf-section {
        padding: 68px 0;
    }

    .ab-dcf-hero {
        padding: 55px 0 50px;
    }

    .ab-dcf-hero-grid,
    .ab-dcf-two-col,
    .ab-dcf-feature-grid,
    .ab-dcf-concerns-grid,
    .ab-dcf-faq-layout,
    .ab-dcf-suitable-box {
        grid-template-columns: 1fr;
    }

    .ab-dcf-hero-grid {
        gap: 50px;
    }

    .ab-dcf-hero-content h1 {
        font-size: clamp(48px, 15vw, 66px);
    }

    .ab-dcf-hero-lead {
        font-size: 17px;
    }

    .ab-dcf-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .ab-dcf-hero-points {
        gap: 12px 20px;
    }

    .ab-dcf-image-frame {
        padding: 9px;
    }

    .ab-dcf-image-frame::before {
        display: none;
    }

    .ab-dcf-image-frame img {
        height: 480px;
    }

    .ab-dcf-image-badge {
        left: 20px;
        right: 20px;
        bottom: 20px;
        min-width: 0;
    }


    /* Trust */

    .ab-dcf-trust-grid {
        grid-template-columns: 1fr;
    }

    .ab-dcf-trust-item {
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid var(--dcf-border);
    }

    .ab-dcf-trust-item:last-child {
        border-bottom: 0;
    }


    /* About */

    .ab-dcf-two-col {
        gap: 25px;
    }

    .ab-dcf-section-heading h2,
    .ab-dcf-feature-content h2,
    .ab-dcf-concerns-intro h2,
    .ab-dcf-faq-heading h2,
    .ab-dcf-suitable h2 {
        font-size: 44px;
    }

    .ab-dcf-large-copy {
        font-size: 24px;
    }


    /* Feature */

    .ab-dcf-feature-grid {
        gap: 55px;
    }

    .ab-dcf-feature-image {
        padding: 0 0 18px 18px;
    }

    .ab-dcf-feature-image img {
        height: 450px;
    }

    .ab-dcf-feature-label {
        right: 0;
    }


    /* Benefits */

    .ab-dcf-center-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .ab-dcf-center-heading h2 {
        font-size: 45px;
    }

    .ab-dcf-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ab-dcf-benefit-card {
        min-height: 0;
        padding: 28px 24px;
    }


    /* Concerns */

    .ab-dcf-concerns-grid {
        gap: 45px;
    }

    .ab-dcf-concerns-intro {
        position: static;
    }

    .ab-dcf-concern-list > div {
        grid-template-columns: 38px 1fr auto;
    }

    .ab-dcf-concern-list h3 {
        font-size: 22px;
    }


    /* Process */

    .ab-dcf-process-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px 10px;
    }

    .ab-dcf-process-grid::before {
        display: none;
    }

    .ab-dcf-process-card {
        padding: 0 10px;
    }


    /* Suitability */

    .ab-dcf-suitable {
        padding-top: 10px;
    }

    .ab-dcf-suitable-box {
        gap: 35px;
        padding: 38px 25px;
    }

    .ab-dcf-suitable-items {
        grid-template-columns: 1fr;
    }


    /* FAQ */

    .ab-dcf-faq-layout {
        gap: 40px;
    }

    .ab-dcf-faq-list summary {
        font-size: 20px;
    }


    /* Final CTA */

    .ab-dcf-final {
        padding: 10px 0 70px;
    }

    .ab-dcf-final-box {
        padding: 60px 25px;
    }

    .ab-dcf-final h2 {
        font-size: 46px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .ab-dcf-container {
        width: calc(100% - 28px);
    }

    .ab-dcf-hero-content h1 {
        font-size: 48px;
    }

    .ab-dcf-image-frame img {
        height: 400px;
    }

    .ab-dcf-btn {
        width: 100%;
    }

    .ab-dcf-hero-points {
        flex-direction: column;
    }

    .ab-dcf-feature-image img {
        height: 380px;
    }

    .ab-dcf-process-grid {
        grid-template-columns: 1fr;
    }

    .ab-dcf-process-card {
        max-width: 340px;
        margin-inline: auto;
    }

    .ab-dcf-final h2,
    .ab-dcf-center-heading h2,
    .ab-dcf-section-heading h2,
    .ab-dcf-feature-content h2,
    .ab-dcf-concerns-intro h2,
    .ab-dcf-faq-heading h2,
    .ab-dcf-suitable h2 {
        font-size: 40px;
    }
}/* End custom CSS */