/* Start custom CSS for html, class: .elementor-element-0289e48 *//* =========================================================
   ALICIA BEAUTY — NON-SURGICAL FACELIFT / PDO THREAD LIFT
========================================================= */

.ab-nsf-page {
    --ab-bg: #FFFDF8;
    --ab-bg-secondary: #FCFAF8;
    --ab-text: #2D2D2D;
    --ab-muted: #666666;
    --ab-accent: #BB8B65;
    --ab-dark: #382A25;
    --ab-border: rgba(187, 139, 101, 0.22);

    background: var(--ab-bg);
    color: var(--ab-text);
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.ab-nsf-page *,
.ab-nsf-page *::before,
.ab-nsf-page *::after {
    box-sizing: border-box;
}

.ab-nsf-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.ab-nsf-page h1,
.ab-nsf-page h2,
.ab-nsf-page h3 {
    font-family: Georgia, "Times New Roman", serif;
    margin-top: 0;
    color: var(--ab-text);
}

.ab-nsf-page p {
    color: var(--ab-muted);
    line-height: 1.8;
}

.ab-nsf-eyebrow,
.ab-nsf-small-label {
    display: block;
    margin-bottom: 40px;
    color: var(--ab-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.ab-nsf-section {
    padding: 100px 0;
}


/* =========================================================
   HERO
========================================================= */

.ab-nsf-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;

    background:
        url("https://www.alicia-beauty.co.uk/wp-content/uploads/2026/06/pdo-threads-2.webp")
        center 35% / cover no-repeat;
}

.ab-nsf-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(37, 27, 23, 0.84) 0%,
            rgba(50, 34, 28, 0.66) 42%,
            rgba(50, 34, 28, 0.18) 75%,
            rgba(50, 34, 28, 0.08) 100%
        );
}

.ab-nsf-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.ab-nsf-hero__content > * {
    max-width: 720px;
}

.ab-nsf-hero .ab-nsf-eyebrow {
    color: #E6C1AA;
}

.ab-nsf-hero h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(52px, 6vw, 84px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -2px;
}

.ab-nsf-hero__subtitle {
    margin: 0 0 20px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2.2vw, 31px);
    line-height: 1.35 !important;
}

.ab-nsf-hero__text {
    max-width: 610px !important;
    margin-bottom: 34px;
    color: rgba(255,255,255,.82) !important;
    font-size: 16px;
}


/* =========================================================
   BUTTON
========================================================= */

.ab-nsf-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    min-height: 55px;
    padding: 0 28px;

    border-radius: 3px;

    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;

    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 12px 35px rgba(90, 51, 36, .25);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.ab-nsf-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(90, 51, 36, .35);
}


/* =========================================================
   BOOKING BAR
========================================================= */

.ab-nsf-booking-bar {
    position: relative;
    z-index: 5;
    margin-top: -35px;
}

.ab-nsf-booking-bar__inner {
    min-height: 125px;
    padding: 28px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    background: #fff;

    box-shadow: 0 20px 60px rgba(55, 38, 31, .10);
}

.ab-nsf-booking-bar h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
}

.ab-nsf-small-label {
    margin-bottom: 20px;
    font-size: 10px;
}

.ab-nsf-text-link {
    flex-shrink: 0;

    display: inline-flex;
    gap: 12px;
    align-items: center;

    color: var(--ab-accent) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.ab-nsf-section-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.ab-nsf-section-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(38px, 4vw, 53px);
    font-weight: 400;
    line-height: 1.1;
}

.ab-nsf-section-heading p {
    max-width: 590px;
    margin: auto;
    font-size: 15px;
}


/* =========================================================
   THREAD CARDS
========================================================= */

.ab-nsf-intro {
    padding-top: 115px;
}

.ab-nsf-thread-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ab-nsf-thread-card {
    position: relative;
    min-height: 390px;
    padding: 40px 32px;

    background: #fff;
    border: 1px solid var(--ab-border);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.ab-nsf-thread-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(70, 45, 34, .09);
}

.ab-nsf-thread-card--featured {
    background: #F7F0EA;
    border-color: rgba(187, 139, 101, .38);
}

.ab-nsf-card-badge {
    position: absolute;
    top: 0;
    right: 0;

    padding: 8px 13px;

    background: var(--ab-accent);
    color: #fff;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.ab-nsf-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(187, 139, 101, .4);
    color: var(--ab-accent);
    font-size: 19px;
}

.ab-nsf-card-number {
    position: absolute;
    right: 25px;
    top: 70px;

    color: rgba(187,139,101,.14);

    font-family: Georgia, serif;
    font-size: 55px;
}

.ab-nsf-thread-card h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 400;
}

.ab-nsf-thread-card p {
    position: relative;
    font-size: 14px;
}

.ab-nsf-card-footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid var(--ab-border);

    color: var(--ab-muted);
    font-size: 12px;
    line-height: 1.6;
}

.ab-nsf-card-footer i {
    margin-top: 3px;
    color: var(--ab-accent);
}


/* =========================================================
   WHICH IS BEST
========================================================= */

.ab-nsf-which {
    background: var(--ab-bg-secondary);
}

.ab-nsf-which__grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 85px;
}

.ab-nsf-which h2,
.ab-nsf-areas h2 {
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 62px);
    font-weight: 400;
}

.ab-nsf-lead {
    margin-bottom: 38px;
    font-size: 16px;
}

.ab-nsf-comparison__item {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 20px;

    padding: 22px 0;

    border-bottom: 1px solid var(--ab-border);
}

.ab-nsf-comparison__item > span {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--ab-accent);

    color: var(--ab-accent);

    font-family: Georgia, serif;
    font-size: 14px;
}

.ab-nsf-comparison__item h3 {
    margin: 0 0 5px;
    font-size: 19px;
    font-weight: 400;
}

.ab-nsf-comparison__item p {
    margin: 0;
    font-size: 13px;
}

.ab-nsf-which__image {
    position: relative;
}

.ab-nsf-which__image img {
    display: block;
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.ab-nsf-image-note {
    position: absolute;
    left: -40px;
    bottom: 35px;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 20px 24px;

    background: #fff;
    box-shadow: 0 15px 40px rgba(50,35,30,.13);
}

.ab-nsf-image-note i {
    color: var(--ab-accent);
    font-size: 20px;
}

.ab-nsf-image-note strong,
.ab-nsf-image-note span {
    display: block;
}

.ab-nsf-image-note strong {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 400;
}

.ab-nsf-image-note span {
    margin-top: 4px;
    color: var(--ab-muted);
    font-size: 11px;
}


/* =========================================================
   ABOUT
========================================================= */

.ab-nsf-about__grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
}

.ab-nsf-about__heading {
    position: sticky;
    top: 100px;
    align-self: start;
}

.ab-nsf-about__heading h2 {
    font-size: clamp(39px, 4.3vw, 57px);
    font-weight: 400;
    line-height: 1.12;
}

.ab-nsf-about__content {
    padding-left: 50px;
    border-left: 1px solid var(--ab-border);
}

.ab-nsf-about__content p {
    margin-top: 0;
    margin-bottom: 23px;
    font-size: 14px;
}


/* =========================================================
   BENEFITS
========================================================= */

.ab-nsf-benefits {
    background: #F8F3EE;
}

.ab-nsf-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid var(--ab-border);
    border-left: 1px solid var(--ab-border);
}

.ab-nsf-benefit {
    min-height: 220px;
    padding: 32px 25px;

    border-right: 1px solid var(--ab-border);
    border-bottom: 1px solid var(--ab-border);

    transition: background .3s ease;
}

.ab-nsf-benefit:hover {
    background: #fff;
}

.ab-nsf-benefit i {
    margin-bottom: 27px;
    color: var(--ab-accent);
    font-size: 22px;
}

.ab-nsf-benefit h3 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 400;
}

.ab-nsf-benefit p {
    margin: 0;
    font-size: 12px;
}


/* =========================================================
   AREAS
========================================================= */

.ab-nsf-areas__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 85px;
}

.ab-nsf-area-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 25px;

    margin-top: 35px;
}

.ab-nsf-area-list > div {
    display: flex;
    align-items: center;
    gap: 11px;

    min-height: 50px;

    border-bottom: 1px solid var(--ab-border);

    color: var(--ab-muted);
    font-size: 13px;
}

.ab-nsf-area-list i {
    color: var(--ab-accent);
    font-size: 11px;
}

.ab-nsf-areas__visual {
    position: relative;
}

.ab-nsf-areas__visual img {
    width: 100%;
    min-height: 540px;
    display: block;
    object-fit: cover;
}

.ab-nsf-areas__stat {
    position: absolute;
    left: -35px;
    bottom: -25px;

    min-width: 210px;
    padding: 25px;

    display: flex;
    align-items: center;
    gap: 18px;

    background: var(--ab-dark);
    color: #fff;
}

.ab-nsf-areas__stat strong {
    color: #E6C1AA;
    font-family: Georgia, serif;
    font-size: 44px;
    font-weight: 400;
}

.ab-nsf-areas__stat span {
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   SUMMARY
========================================================= */

.ab-nsf-summary {
    padding: 80px 0;
    background: #F8F3EE;
    text-align: center;
}

.ab-nsf-summary i {
    margin-bottom: 20px;
    color: var(--ab-accent);
    font-size: 25px;
}

.ab-nsf-summary p {
    max-width: 850px;
    margin: auto;

    color: var(--ab-text);
    font-family: Georgia, serif;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.6;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ab-nsf-final-cta {
    position: relative;
    overflow: hidden;

    padding: 105px 0;

    background: var(--ab-dark);
    text-align: center;
}

.ab-nsf-final-cta__glow {
    position: absolute;
    width: 550px;
    height: 550px;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background: radial-gradient(
        circle,
        rgba(187,139,101,.18),
        transparent 67%
    );
}

.ab-nsf-final-cta__inner {
    position: relative;
}

.ab-nsf-eyebrow--light {
    color: #E6C1AA;
}

.ab-nsf-final-cta h2 {
    margin-bottom: 22px;
    color: #fff;

    font-size: clamp(43px, 5vw, 66px);
    font-weight: 400;
    line-height: 1.08;
}

.ab-nsf-final-cta p {
    max-width: 590px;
    margin: 0 auto 32px;

    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.ab-nsf-btn--light {
    background: #fff !important;
    color: var(--ab-dark) !important;
}


/* =========================================================
   SOCIAL
========================================================= */

.ab-nsf-social {
    padding: 34px 0;
    background: var(--ab-bg);
}

.ab-nsf-social__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ab-nsf-social__inner > span {
    color: var(--ab-muted);
    font-family: Georgia, serif;
    font-size: 14px;
}

.ab-nsf-social__links {
    display: flex;
    gap: 9px;
}

.ab-nsf-social__links a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--ab-border);
    border-radius: 50%;

    color: var(--ab-text);
    text-decoration: none;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.ab-nsf-social__links a:hover {
    background: var(--ab-accent);
    color: #fff;
    transform: translateY(-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ab-nsf-section {
        padding: 80px 0;
    }

    .ab-nsf-thread-grid {
        gap: 15px;
    }

    .ab-nsf-thread-card {
        padding: 32px 24px;
    }

    .ab-nsf-which__grid,
    .ab-nsf-areas__grid {
        gap: 50px;
    }

    .ab-nsf-about__grid {
        gap: 50px;
    }

    .ab-nsf-about__content {
        padding-left: 35px;
    }

    .ab-nsf-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 767px) {

    .ab-nsf-container {
        width: min(100% - 34px, 1180px);
    }

    .ab-nsf-section {
        padding: 65px 0;
    }


    /* HERO */

    .ab-nsf-hero {
        min-height: 620px;
        background-position: 60% center;
    }

    .ab-nsf-hero__overlay {
        background: rgba(40, 28, 23, .68);
    }

    .ab-nsf-hero h1 {
        font-size: 48px;
        letter-spacing: -1px;
    }

    .ab-nsf-hero__subtitle {
        font-size: 23px;
    }

    .ab-nsf-hero__text {
        font-size: 15px;
    }


    /* BOOKING */

    .ab-nsf-booking-bar {
        margin-top: 0;
    }

    .ab-nsf-booking-bar__inner {
        width: 100%;
        padding: 28px 20px;

        align-items: flex-start;
        flex-direction: column;
    }

    .ab-nsf-booking-bar h2 {
        font-size: 24px;
    }


    /* THREADS */

    .ab-nsf-intro {
        padding-top: 70px;
    }

    .ab-nsf-section-heading {
        margin-bottom: 38px;
    }

    .ab-nsf-section-heading h2 {
        font-size: 38px;
    }

    .ab-nsf-thread-grid {
        grid-template-columns: 1fr;
    }

    .ab-nsf-thread-card {
        min-height: auto;
    }


    /* WHICH */

    .ab-nsf-which__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-nsf-which h2,
    .ab-nsf-areas h2 {
        font-size: 41px;
    }

    .ab-nsf-which__image img {
        min-height: 430px;
    }

    .ab-nsf-image-note {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }


    /* ABOUT */

    .ab-nsf-about__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ab-nsf-about__heading {
        position: static;
    }

    .ab-nsf-about__heading h2 {
        font-size: 40px;
    }

    .ab-nsf-about__content {
        padding-left: 0;
        border-left: 0;
    }

    .ab-nsf-about__content p {
        font-size: 15px;
    }


    /* BENEFITS */

    .ab-nsf-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ab-nsf-benefit {
        min-height: auto;
        padding: 28px 24px;
    }


    /* AREAS */

    .ab-nsf-areas__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-nsf-area-list {
        grid-template-columns: 1fr;
    }

    .ab-nsf-areas__visual img {
        min-height: 420px;
    }

    .ab-nsf-areas__stat {
        left: 15px;
        bottom: 15px;
    }


    /* CTA */

    .ab-nsf-final-cta {
        padding: 75px 0;
    }

    .ab-nsf-final-cta h2 {
        font-size: 42px;
    }


    /* SOCIAL */

    .ab-nsf-social__inner {
        flex-direction: column;
        gap: 15px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ab-nsf-container {
        width: calc(100% - 28px);
    }

    .ab-nsf-hero h1 {
        font-size: 42px;
    }

    .ab-nsf-hero__subtitle {
        font-size: 21px;
    }

    .ab-nsf-section-heading h2,
    .ab-nsf-which h2,
    .ab-nsf-areas h2,
    .ab-nsf-about__heading h2 {
        font-size: 35px;
    }

    .ab-nsf-comparison__item {
        grid-template-columns: 52px 1fr;
        gap: 14px;
    }

    .ab-nsf-comparison__item > span {
        width: 48px;
        height: 48px;
        font-size: 12px;
    }

    .ab-nsf-final-cta h2 {
        font-size: 37px;
    }

}/* End custom CSS */