/* Start custom CSS for html, class: .elementor-element-2459332 *//* =========================================================
   ALICIA BEAUTY — DERMAL FILLERS
   Prefix: ab-df-
========================================================= */

.ab-df-page {
    --df-bg: #FFFDF8;
    --df-bg-soft: #FCFAF8;
    --df-text: #2D2D2D;
    --df-muted: #666666;
    --df-accent: #BB8B65;
    --df-accent-dark: #9C6048;
    --df-accent-light: #E6C1AA;
    --df-border: rgba(187, 139, 101, 0.22);

    background: var(--df-bg);
    color: var(--df-text);
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow: hidden;
}

.ab-df-page *,
.ab-df-page *::before,
.ab-df-page *::after {
    box-sizing: border-box;
}

.ab-df-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.ab-df-page h1,
.ab-df-page h2,
.ab-df-page h3,
.ab-df-page p {
    margin-top: 0;
}

.ab-df-page h1,
.ab-df-page h2,
.ab-df-page h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--df-text);
}

.ab-df-page p {
    color: var(--df-muted);
    font-size: 16px;
    line-height: 1.8;
}

.ab-df-page a {
    text-decoration: none;
}


/* =========================================================
   SHARED
========================================================= */

.ab-df-section-label,
.ab-df-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--df-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.ab-df-section-label > span,
.ab-df-eyebrow > span {
    width: 34px;
    height: 1px;
    background: var(--df-accent);
}

.ab-df-section-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

.ab-df-section-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ab-df-section-heading--center .ab-df-section-label {
    justify-content: center;
}

.ab-df-section-heading h2 {
    margin: 15px 0 16px;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.ab-df-section-heading h2 em {
    color: var(--df-accent);
    font-weight: 500;
}

.ab-df-section-heading p {
    max-width: 620px;
    margin: 0 auto;
}

.ab-df-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
}

.ab-df-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.2);
}

.ab-df-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(156, 96, 72, 0.28);
}


/* =========================================================
   HERO
========================================================= */

.ab-df-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;

    background:
        url("https://www.alicia-beauty.co.uk/wp-content/uploads/2026/06/Gemini_Generated_Image_bo2x4wbo2x4wbo2x.png")
        center 40% / cover no-repeat;

    isolation: isolate;
}

.ab-df-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(255, 253, 248, 0.98) 0%,
            rgba(255, 253, 248, 0.93) 34%,
            rgba(255, 253, 248, 0.58) 55%,
            rgba(255, 253, 248, 0.05) 78%
        );
}

.ab-df-hero__inner {
    display: flex;
    align-items: center;
    min-height: 700px;
}

.ab-df-hero__content {
    max-width: 600px;
    padding: 80px 0 100px;
}

.ab-df-hero__title {
    margin: 18px 0 22px !important;
    max-width: 570px;
    font-size: clamp(68px, 7.3vw, 104px);
    line-height: 0.83;
    font-weight: 500;
    letter-spacing: -4px;
}

.ab-df-hero__title em {
    display: block;
    color: var(--df-accent);
    font-weight: 400;
}

.ab-df-hero__text {
    max-width: 555px;
    margin-bottom: 32px !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.ab-df-hero__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ab-df-hero__discover {
    position: relative;
    padding-bottom: 5px;
    color: var(--df-text);
    font-size: 13px;
    font-weight: 700;
}

.ab-df-hero__discover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
    height: 1px;
    background: var(--df-accent);
    transition: width 0.3s ease;
}

.ab-df-hero__discover:hover::after {
    width: 100%;
}

.ab-df-hero__label {
    position: absolute;
    right: 35px;
    bottom: 40px;

    display: flex;
    align-items: center;
    gap: 10px;

    color: rgba(45,45,45,0.65);
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ab-df-hero__label span {
    color: var(--df-accent);
    font-weight: 700;
}


/* =========================================================
   FLOATING BOOKING STRIP
========================================================= */

.ab-df-book-strip {
    position: relative;
    z-index: 5;
    margin-top: -53px;
    
}

.ab-df-book-strip__box {
    min-height: 106px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;

    padding: 20px 22px 20px 28px;

    background: #fff;
    border: 1px solid var(--df-border);

    box-shadow:
        0 20px 55px rgba(73, 53, 42, 0.10);
}

.ab-df-book-strip__icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(187,139,101,0.09);
    color: var(--df-accent);

    font-size: 21px;
}

.ab-df-book-strip__content span {
    display: block;
    margin-bottom: 3px;

    color: var(--df-accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ab-df-book-strip__content h2 {
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    
    line-height:40px;
}

.ab-df-book-strip__btn {
    min-width: 145px;
    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 0 24px;

    color: #fff !important;
    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;

    transition: all 0.3s ease;
}

.ab-df-book-strip__btn:hover {
    transform: translateY(-2px);
}


/* =========================================================
   INTRODUCTION
========================================================= */

.ab-df-intro {
    padding: 120px 0;
}

.ab-df-intro__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.3fr;
    gap: 100px;
    align-items: start;
}

.ab-df-intro__heading {
    position: sticky;
    top: 100px;
}

.ab-df-intro__heading h2 {
    margin: 20px 0 28px;
    max-width: 400px;

    font-size: clamp(50px, 5.5vw, 72px);
    line-height: 0.96;
    font-weight: 500;
    letter-spacing: -2px;
}

.ab-df-intro__heading h2 em {
    display: block;
    color: var(--df-accent);
    font-weight: 400;
}

.ab-df-intro__decor {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--df-accent);
}

.ab-df-intro__decor span {
    width: 80px;
    height: 1px;
    background: var(--df-border);
}

.ab-df-intro__decor i {
    font-size: 9px;
}

.ab-df-intro__content {
    padding-left: 45px;
    border-left: 1px solid var(--df-border);
}

.ab-df-intro__content p {
    margin-bottom: 20px;
}

.ab-df-intro__content p:last-child {
    margin-bottom: 0;
}

.ab-df-intro__lead {
    color: var(--df-text) !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px !important;
    line-height: 1.45 !important;
    font-weight: 500;
}


/* =========================================================
   SERVICES
========================================================= */

.ab-df-services {
    position: relative;
    padding: 110px 0 120px;
    background: var(--df-bg-soft);
}

.ab-df-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 55px;
    background: var(--df-accent);
    opacity: 0.5;
}

.ab-df-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ab-df-service-card {
    position: relative;
    min-height: 280px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 32px 27px;

    background: #fff;
    border: 1px solid rgba(187,139,101,0.16);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.ab-df-service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(187,139,101,0.45);
    box-shadow: 0 20px 40px rgba(65,46,35,0.08);
}

.ab-df-service-card__number {
    position: absolute;
    top: 22px;
    right: 23px;

    color: rgba(187,139,101,0.55);

    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-weight: 600;
}

.ab-df-service-card__icon {
    width: 47px;
    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 27px;

    background: rgba(187,139,101,0.09);
    color: var(--df-accent);

    font-size: 17px;

    transition: all 0.3s ease;
}

.ab-df-service-card:hover .ab-df-service-card__icon {
    background: var(--df-accent);
    color: #fff;
}

.ab-df-service-card h3 {
    margin: 0 0 7px;
    font-size: 25px;
    line-height: 1.08;
    font-weight: 600;
}

.ab-df-service-card p {
    min-height: 48px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.ab-df-service-card__line {
    width: 32px;
    height: 1px;

    margin-top: 22px;

    background: var(--df-accent);

    transition: width 0.3s ease;
}

.ab-df-service-card:hover .ab-df-service-card__line {
    width: 70px;
}

.ab-df-service-card--featured {
    grid-column: span 2;

    background:
        linear-gradient(
            135deg,
            rgba(156,96,72,0.97),
            rgba(187,122,95,0.91)
        );
}

.ab-df-service-card--featured h3,
.ab-df-service-card--featured p,
.ab-df-service-card--featured .ab-df-service-card__number {
    color: #fff;
}

.ab-df-service-card--featured p {
    color: rgba(255,255,255,0.78);
    max-width: 420px;
}

.ab-df-service-card--featured .ab-df-service-card__icon {
    background: rgba(255,255,255,0.13);
    color: #fff;
}

.ab-df-service-card--featured .ab-df-service-card__line {
    background: rgba(255,255,255,0.7);
}

.ab-df-service-card__featured-label {
    position: absolute;
    top: 24px;
    left: 27px;

    color: rgba(255,255,255,0.72);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* =========================================================
   FAQ
========================================================= */

.ab-df-faq {
    padding: 120px 0;
    background: var(--df-bg);
}

.ab-df-faq__layout {
    display: grid;
    grid-template-columns: 0.72fr 1.3fr;
    gap: 85px;
    align-items: start;
}

.ab-df-faq__side {
    position: sticky;
    top: 100px;

    padding: 45px;

    background: var(--df-bg-soft);
    border: 1px solid var(--df-border);
}

.ab-df-faq__side-label {
    display: block;
    margin-bottom: 16px;

    color: var(--df-accent);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-df-faq__side h3 {
    margin-bottom: 18px;

    font-size: 44px;
    line-height: 0.98;
    font-weight: 500;
}

.ab-df-faq__side h3 em {
    display: block;
    color: var(--df-accent);
    font-weight: 400;
}

.ab-df-faq__side p {
    font-size: 14px;
}

.ab-df-faq__stat {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin: 28px 0 30px;
    padding: 24px 0;

    border-top: 1px solid var(--df-border);
    border-bottom: 1px solid var(--df-border);
}

.ab-df-faq__stat > div + div {
    padding-left: 20px;
    border-left: 1px solid var(--df-border);
}

.ab-df-faq__stat strong {
    display: block;

    color: var(--df-text);

    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
}

.ab-df-faq__stat span {
    display: block;

    margin-top: 3px;

    color: var(--df-muted);
    font-size: 10px;
    letter-spacing: 0.5px;
}

.ab-df-faq__list {
    border-top: 1px solid var(--df-border);
}

.ab-df-faq-item {
    border-bottom: 1px solid var(--df-border);
}

.ab-df-faq-item summary {
    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 20px 5px;

    cursor: pointer;
    list-style: none;
}

.ab-df-faq-item summary::-webkit-details-marker {
    display: none;
}

.ab-df-faq-item summary span {
    color: var(--df-text);

    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
}

.ab-df-faq-item summary i {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--df-border);
    color: var(--df-accent);

    font-size: 10px;

    transition: all 0.3s ease;
}

.ab-df-faq-item[open] summary i {
    transform: rotate(45deg);
    background: var(--df-accent);
    color: #fff;
    border-color: var(--df-accent);
}

.ab-df-faq-item__content {
    padding: 0 60px 25px 5px;
}

.ab-df-faq-item__content p {
    margin: 0;
    font-size: 14px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ab-df-final-cta {
    position: relative;

    padding: 110px 0;

    background: #302B29;

    overflow: hidden;
}

.ab-df-final-cta__inner {
    position: relative;
    z-index: 2;

    max-width: 790px;
    margin: 0 auto;

    text-align: center;
}

.ab-df-section-label--light {
    justify-content: center;
    color: var(--df-accent-light);
}

.ab-df-section-label--light > span {
    background: var(--df-accent-light);
}

.ab-df-final-cta h2 {
    margin: 18px 0 22px;

    color: #fff;

    font-size: clamp(48px, 6vw, 72px);
    line-height: 0.96;
    font-weight: 400;
    letter-spacing: -2px;
}

.ab-df-final-cta h2 em {
    color: var(--df-accent-light);
    font-weight: 400;
}

.ab-df-final-cta p {
    max-width: 640px;
    margin: 0 auto 32px;

    color: rgba(255,255,255,0.66);
}

.ab-df-final-cta__btn {
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 0 30px;

    background: #fff;
    color: #352E2B !important;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;

    transition: all 0.3s ease;
}

.ab-df-final-cta__btn:hover {
    transform: translateY(-3px);
    background: var(--df-accent-light);
}

.ab-df-final-cta__decor {
    position: absolute;
    border: 1px solid rgba(230,193,170,0.08);
    border-radius: 50%;
}

.ab-df-final-cta__decor--one {
    width: 450px;
    height: 450px;
    top: -280px;
    left: -100px;
}

.ab-df-final-cta__decor--two {
    width: 520px;
    height: 520px;
    right: -200px;
    bottom: -350px;
}


/* =========================================================
   SOCIAL
========================================================= */

.ab-df-social {
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px solid var(--df-border);
}

.ab-df-social__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.ab-df-social__inner > span {
    color: var(--df-muted);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ab-df-social__links {
    display: flex;
    gap: 8px;
}

.ab-df-social__links a {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--df-border);
    color: var(--df-accent);

    font-size: 13px;

    transition: all 0.3s ease;
}

.ab-df-social__links a:hover {
    background: var(--df-accent);
    color: #fff;
    border-color: var(--df-accent);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ab-df-container {
        width: min(100% - 40px, 960px);
    }

    .ab-df-hero,
    .ab-df-hero__inner {
        min-height: 650px;
    }

    .ab-df-hero__content {
        max-width: 540px;
    }

    .ab-df-intro__grid {
        gap: 55px;
    }

    .ab-df-intro__content {
        padding-left: 35px;
    }

    .ab-df-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-df-service-card--featured {
        grid-column: span 2;
    }

    .ab-df-faq__layout {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 45px;
    }

    .ab-df-faq__side {
        padding: 32px;
    }

}


/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 767px) {

    .ab-df-container {
        width: calc(100% - 32px);
    }

    .ab-df-page p {
        font-size: 15px;
        line-height: 1.75;
    }


    /* HERO */

    .ab-df-hero {
        min-height: auto;

        background-position: 66% center;
    }

    .ab-df-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255,253,248,0.98) 0%,
                rgba(255,253,248,0.94) 65%,
                rgba(255,253,248,0.65) 100%
            );
    }

    .ab-df-hero__inner {
        min-height: 620px;
    }

    .ab-df-hero__content {
        max-width: 100%;
        padding: 80px 0 100px;
    }

    .ab-df-hero__title {
        font-size: clamp(58px, 17vw, 78px);
        letter-spacing: -3px;
    }

    .ab-df-hero__text {
        font-size: 15px !important;
    }

    .ab-df-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .ab-df-hero__label {
        display: none;
    }


    /* BOOKING */

    .ab-df-book-strip {
        margin-top: -40px;
    }

    .ab-df-book-strip__box {
        grid-template-columns: auto 1fr;
        gap: 16px;

        padding: 22px;
    }

    .ab-df-book-strip__content h2 {
        font-size: 23px;
    }

    .ab-df-book-strip__btn {
        grid-column: 1 / -1;
        width: 100%;
    }


    /* INTRO */

    .ab-df-intro {
        padding: 85px 0;
    }

    .ab-df-intro__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ab-df-intro__heading {
        position: static;
    }

    .ab-df-intro__heading h2 {
        font-size: 52px;
    }

    .ab-df-intro__content {
        padding-left: 22px;
    }

    .ab-df-intro__lead {
        font-size: 22px !important;
    }


    /* SERVICES */

    .ab-df-services {
        padding: 85px 0;
    }

    .ab-df-section-heading {
        margin-bottom: 40px;
    }

    .ab-df-section-heading h2 {
        font-size: 48px;
    }

    .ab-df-services__grid {
        grid-template-columns: 1fr;
    }

    .ab-df-service-card,
    .ab-df-service-card--featured {
        grid-column: auto;
        min-height: 240px;
    }


    /* FAQ */

    .ab-df-faq {
        padding: 85px 0;
    }

    .ab-df-faq__layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-df-faq__side {
        position: static;
    }

    .ab-df-faq__side h3 {
        font-size: 40px;
    }

    .ab-df-faq-item summary {
        min-height: 75px;
        gap: 15px;
    }

    .ab-df-faq-item summary span {
        font-size: 19px;
    }

    .ab-df-faq-item__content {
        padding-right: 10px;
    }


    /* CTA */

    .ab-df-final-cta {
        padding: 85px 0;
    }

    .ab-df-final-cta h2 {
        font-size: 48px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ab-df-container {
        width: calc(100% - 26px);
    }

    .ab-df-hero__title {
        font-size: 56px;
    }

    .ab-df-btn,
    .ab-df-final-cta__btn {
        width: 100%;
    }

    .ab-df-book-strip__icon {
        width: 48px;
        height: 48px;
    }

    .ab-df-book-strip__content h2 {
        font-size: 20px;
    }

    .ab-df-section-heading h2,
    .ab-df-intro__heading h2 {
        font-size: 43px;
    }

    .ab-df-service-card {
        padding: 27px 23px;
    }

    .ab-df-faq__side {
        padding: 28px 23px;
    }

    .ab-df-faq__stat {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .ab-df-faq__stat > div + div {
        padding-left: 0;
        padding-top: 17px;
        border-left: 0;
        border-top: 1px solid var(--df-border);
    }

    .ab-df-final-cta h2 {
        font-size: 42px;
    }

    .ab-df-social__inner {
        flex-direction: column;
        gap: 12px;
    }

}/* End custom CSS */