/* Start custom CSS for html, class: .elementor-element-b10665e *//* =========================================================
   ALICIA BEAUTY — LYMPHATIC DRAINAGE FACIAL
   Prefix: ab-ldf-
========================================================= */


body{
    overflow: hidden;
}

.ab-ldf-page {
    --ab-ldf-bg: #FFFDF8;
    --ab-ldf-bg-soft: #FCFAF8;
    --ab-ldf-text: #2D2D2D;
    --ab-ldf-muted: #666666;
    --ab-ldf-accent: #BB8B65;
    --ab-ldf-border: rgba(187, 139, 101, 0.22);

    background: var(--ab-ldf-bg);
    color: var(--ab-ldf-text);
    overflow-x: clip;

    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.ab-ldf-page *,
.ab-ldf-page *::before,
.ab-ldf-page *::after {
    box-sizing: border-box;
}

.ab-ldf-page img {
    display: block;
    width: 100%;
}

.ab-ldf-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.ab-ldf-page h1,
.ab-ldf-page h2,
.ab-ldf-page h3 {
    margin-top: 0;
    color: var(--ab-ldf-text);
}

.ab-ldf-page h1,
.ab-ldf-page h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.ab-ldf-page h1 {
    font-size: clamp(54px, 6vw, 88px);
    line-height: 0.98;
    margin-bottom: 28px;
}

.ab-ldf-page h2 {
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.08;
    margin-bottom: 20px;
}

.ab-ldf-page h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 9px;
}

.ab-ldf-page p {
    color: var(--ab-ldf-muted);
    margin-top: 0;
    margin-bottom: 20px;
}

.ab-ldf-lead {
    font-size: 21px;
    color: #444 !important;
    line-height: 1.75;
}

.ab-ldf-section-label,
.ab-ldf-eyebrow {
    display: inline-block;
    color: var(--ab-ldf-accent);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ab-ldf-title-line {
    width: 58px;
    height: 2px;
    background: var(--ab-ldf-accent);
    margin: 4px 0 28px;
}

.ab-ldf-line-center {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   BUTTONS
========================================================= */

.ab-ldf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 56px;
    padding: 15px 28px;

    border-radius: 3px;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease;
}

.ab-ldf-btn:hover {
    transform: translateY(-2px);
}

.ab-ldf-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-ldf-btn-primary:hover {
    color: #fff !important;
    box-shadow: 0 16px 36px rgba(156, 96, 72, 0.26);
}

.ab-ldf-btn-light {
    background: #FFFDF8;
    color: #80533f !important;
}

.ab-ldf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
}


/* =========================================================
   HERO
========================================================= */

.ab-ldf-hero {
    position: relative;
    min-height: 760px;

    display: flex;
    align-items: center;

    isolation: isolate;
    overflow: hidden;
}

.ab-ldf-hero-bg {
    position: absolute;
    inset: 0;

    background-image: url("https://alicia-beauty.co.uk/wp-content/uploads/2026/06/Manual-Lymphatic-Drainage-1024x361.jpg");
    background-size: cover;
    background-position: center;

    z-index: -3;
}

.ab-ldf-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(27, 23, 21, 0.78) 0%,
            rgba(35, 28, 25, 0.59) 45%,
            rgba(35, 28, 25, 0.18) 100%
        );

    z-index: -2;
}

.ab-ldf-hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ab-ldf-hero-content > * {
    max-width: 700px;
}

.ab-ldf-hero .ab-ldf-eyebrow {
    color: #e7c8b4;
}

.ab-ldf-hero h1 {
    color: #fff;
}

.ab-ldf-hero-subtitle {
    max-width: 690px !important;

    color: rgba(255,255,255,0.88) !important;
    font-size: 20px;
    line-height: 1.75;

    margin-bottom: 35px !important;
}

.ab-ldf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;

    margin-bottom: 60px;
}

.ab-ldf-hero-trust {
    max-width: 880px !important;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
}

.ab-ldf-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding-right: 25px;
}

.ab-ldf-trust-item + .ab-ldf-trust-item {
    border-left: 1px solid rgba(255,255,255,0.18);
    padding-left: 25px;
}

.ab-ldf-trust-item > i {
    color: #e7c8b4;
    font-size: 20px;
    margin-top: 4px;
}

.ab-ldf-trust-item strong {
    display: block;

    color: #fff;
    font-size: 15px;
    line-height: 1.4;

    margin-bottom: 4px;
}

.ab-ldf-trust-item span {
    display: block;

    color: rgba(255,255,255,0.68);
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.ab-ldf-section {
    padding: 110px 0;
}

.ab-ldf-soft-section {
    background: var(--ab-ldf-bg-soft);
}

.ab-ldf-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 90px;
    align-items: center;
}

.ab-ldf-content > .ab-ldf-btn {
    margin-top: 15px;
}

.ab-ldf-image-wrap {
    position: relative;
}

.ab-ldf-image {
    position: relative;
    z-index: 2;

    height: 620px;
    object-fit: cover;
}

.ab-ldf-image-accent {
    position: absolute;
    width: 75%;
    height: 75%;

    right: -25px;
    bottom: -25px;

    border: 1px solid rgba(187, 139, 101, 0.45);

    z-index: 1;
}

.ab-ldf-image-card {
    position: absolute;
    left: -45px;
    bottom: 40px;

    z-index: 3;

    width: min(320px, 80%);
    padding: 25px 28px;

    background: #fff;
    box-shadow: 0 20px 50px rgba(45,45,45,0.1);
}

.ab-ldf-image-card span {
    display: block;

    color: var(--ab-ldf-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    margin-bottom: 6px;
}

.ab-ldf-image-card strong {
    color: var(--ab-ldf-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}


/* =========================================================
   WHY LYMPHATIC
========================================================= */

.ab-ldf-section-heading {
    max-width: 760px;
    margin-bottom: 60px;
}

.ab-ldf-heading-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ab-ldf-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ab-ldf-feature-card {
    position: relative;

    min-height: 320px;
    padding: 40px 30px;

    background: #fff;
    border: 1px solid rgba(187,139,101,0.16);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.ab-ldf-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(187,139,101,0.4);
    box-shadow: 0 20px 50px rgba(45,45,45,0.07);
}

.ab-ldf-feature-number {
    position: absolute;
    top: 18px;
    right: 22px;

    color: rgba(187,139,101,0.18);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 50px;
    line-height: 1;
}

.ab-ldf-feature-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border: 1px solid rgba(187,139,101,0.3);
    border-radius: 50%;

    color: var(--ab-ldf-accent);
    font-size: 20px;
}

.ab-ldf-feature-card h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    font-weight: 600;
}

.ab-ldf-feature-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =========================================================
   BENEFITS
========================================================= */

.ab-ldf-benefits-grid {
    grid-template-columns: 0.9fr 1fr;
}

.ab-ldf-benefit-image img {
    height: 750px;
    object-fit: cover;
}

.ab-ldf-floating-note {
    position: absolute;
    right: -35px;
    bottom: 45px;

    z-index: 4;

    display: flex;
    align-items: center;
    gap: 15px;

    width: 330px;
    padding: 24px;

    background: #fff;

    box-shadow: 0 18px 50px rgba(45,45,45,0.12);
}

.ab-ldf-floating-note > i {
    color: var(--ab-ldf-accent);
    font-size: 25px;
}

.ab-ldf-floating-note span {
    display: block;

    color: var(--ab-ldf-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ab-ldf-floating-note strong {
    display: block;

    color: var(--ab-ldf-text);
    font-size: 15px;
}

.ab-ldf-benefit-list {
    margin-top: 35px;
}

.ab-ldf-benefit-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;

    padding: 18px 0;

    border-bottom: 1px solid rgba(187,139,101,0.17);
}

.ab-ldf-check {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(187,139,101,0.35);
    border-radius: 50%;

    color: var(--ab-ldf-accent);
    font-size: 13px;
}

.ab-ldf-benefit-item h3 {
    margin-bottom: 3px;
    font-size: 17px;
}

.ab-ldf-benefit-item p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}


/* =========================================================
   EXPERIENCE
========================================================= */

.ab-ldf-experience {
    background: #F8F4F0;
}

.ab-ldf-experience-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: stretch;
}

.ab-ldf-experience-image img {
    width: 100%;
    height: 100%;
    min-height: 580px;

    object-fit: cover;
}

.ab-ldf-experience-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ab-ldf-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;

    padding: 26px 0;

    border-bottom: 1px solid rgba(187,139,101,0.22);
}

.ab-ldf-step:first-child {
    padding-top: 0;
}

.ab-ldf-step-number {
    color: var(--ab-ldf-accent);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 31px;
    line-height: 1.2;
}

.ab-ldf-step h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ab-ldf-step p {
    font-size: 16px;
    margin-bottom: 0;
}


/* =========================================================
   SUITABILITY
========================================================= */

.ab-ldf-suitability {
    background: var(--ab-ldf-bg);
}

.ab-ldf-suitability-box {
    position: relative;

    max-width: 1000px;
    margin: auto;
    padding: 75px 80px;

    background: var(--ab-ldf-bg-soft);
    border: 1px solid var(--ab-ldf-border);

    text-align: center;
}

.ab-ldf-suitability-box::before {
    content: "";
    position: absolute;

    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;

    border: 1px solid rgba(187,139,101,0.12);

    pointer-events: none;
}

.ab-ldf-suitability-content {
    position: relative;
    z-index: 2;
}

.ab-ldf-suitability-content > p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.ab-ldf-tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;

    margin: 35px auto;
}

.ab-ldf-tag-list span {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 17px;

    background: #fff;
    border: 1px solid rgba(187,139,101,0.24);

    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
}

.ab-ldf-tag-list i {
    color: var(--ab-ldf-accent);
    font-size: 11px;
}

.ab-ldf-small-note {
    font-size: 14px;
    font-style: italic;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ab-ldf-final-cta {
    position: relative;

    min-height: 570px;

    display: flex;
    align-items: center;

    isolation: isolate;
    overflow: hidden;
}

.ab-ldf-cta-bg {
    position: absolute;
    inset: 0;

    background-image: url("https://alicia-beauty.co.uk/wp-content/uploads/2026/06/Manual-Lymphatic-Drainage-1024x361.jpg");
    background-size: cover;
    background-position: center;

    z-index: -3;
}

.ab-ldf-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(41,31,27,0.91) 0%,
            rgba(56,40,34,0.78) 52%,
            rgba(56,40,34,0.35) 100%
        );

    z-index: -2;
}

.ab-ldf-cta-content {
    max-width: 690px;
    padding: 90px 0;
}

.ab-ldf-light-label {
    color: #e5c0a9;
}

.ab-ldf-final-cta h2 {
    color: #fff;
    font-size: clamp(45px, 5vw, 65px);
}

.ab-ldf-final-cta p {
    max-width: 650px;

    color: rgba(255,255,255,0.8);

    font-size: 18px;
    line-height: 1.8;

    margin-bottom: 30px;
}

.ab-ldf-cta-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    margin-top: 35px;

    color: rgba(255,255,255,0.72);
    font-size: 13px;
}

.ab-ldf-cta-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ab-ldf-cta-meta i {
    color: #e5c0a9;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ab-ldf-container {
        width: min(100% - 40px, 1180px);
    }

    .ab-ldf-section {
        padding: 85px 0;
    }

    .ab-ldf-two-col {
        gap: 55px;
    }

    .ab-ldf-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-ldf-image-card {
        left: -15px;
    }

    .ab-ldf-floating-note {
        right: -15px;
    }

}


/* =========================================================
   MOBILE / TABLET PORTRAIT
========================================================= */

@media (max-width: 767px) {

    .ab-ldf-page {
        font-size: 17px;
        line-height: 1.75;
    }

    .ab-ldf-container {
        width: calc(100% - 36px);
    }

    .ab-ldf-section {
        padding: 70px 0;
    }

    .ab-ldf-page h1 {
        font-size: clamp(47px, 14vw, 64px);
    }

    .ab-ldf-page h2 {
        font-size: clamp(37px, 10vw, 48px);
    }

    .ab-ldf-lead {
        font-size: 19px;
    }


    /* HERO */

    .ab-ldf-hero {
        min-height: auto;
    }

    .ab-ldf-hero-bg {
        background-position: 62% center;
    }

    .ab-ldf-hero-overlay {
        background: rgba(34, 27, 24, 0.69);
    }

    .ab-ldf-hero-content {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .ab-ldf-hero-subtitle {
        font-size: 18px;
    }

    .ab-ldf-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;

        margin-bottom: 45px;
    }

    .ab-ldf-hero-trust {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ab-ldf-trust-item {
        padding: 18px 0;
    }

    .ab-ldf-trust-item + .ab-ldf-trust-item {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-left: 0;
    }


    /* TWO COLUMN */

    .ab-ldf-two-col,
    .ab-ldf-benefits-grid,
    .ab-ldf-experience-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ab-ldf-image {
        height: 500px;
    }

    .ab-ldf-image-accent {
        display: none;
    }

    .ab-ldf-image-card {
        left: 15px;
        right: 15px;
        bottom: 15px;

        width: auto;
    }


    /* FEATURES */

    .ab-ldf-section-heading {
        margin-bottom: 40px;
    }

    .ab-ldf-feature-grid {
        grid-template-columns: 1fr;
    }

    .ab-ldf-feature-card {
        min-height: 0;
    }


    /* BENEFITS */

    .ab-ldf-benefit-image img {
        height: 540px;
    }

    .ab-ldf-floating-note {
        right: 15px;
        left: 15px;
        bottom: 15px;

        width: auto;
    }


    /* EXPERIENCE */

    .ab-ldf-experience-image img {
        min-height: 450px;
        height: 450px;
    }


    /* SUITABILITY */

    .ab-ldf-suitability-box {
        padding: 55px 25px;
    }


    /* CTA */

    .ab-ldf-final-cta {
        min-height: auto;
    }

    .ab-ldf-cta-overlay {
        background: rgba(43, 31, 27, 0.82);
    }

    .ab-ldf-cta-content {
        padding: 75px 0;
    }

    .ab-ldf-final-cta p {
        font-size: 17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ab-ldf-container {
        width: calc(100% - 30px);
    }

    .ab-ldf-btn {
        width: 100%;
    }

    .ab-ldf-hero-actions .ab-ldf-text-link {
        width: auto;
    }

    .ab-ldf-image,
    .ab-ldf-benefit-image img {
        height: 430px;
    }

    .ab-ldf-step {
        grid-template-columns: 45px 1fr;
        gap: 14px;
    }

    .ab-ldf-tag-list {
        flex-direction: column;
    }

    .ab-ldf-tag-list span {
        justify-content: center;
    }

}/* End custom CSS */