.elementor-7503 .elementor-element.elementor-element-fecc59f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-7503 .elementor-element.elementor-element-6fb9c73{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-8116049 *//* =========================================================
   ALICIA BEAUTY
   ANTI WRINKLE / BOTOX PAGE
   ========================================================= */

.ab-aw-page {
    --ab-bg: #FFFDF8;
    --ab-bg-secondary: #FCFAF8;
    --ab-text: #2D2D2D;
    --ab-muted: #666666;
    --ab-accent: #BB8B65;
    --ab-accent-dark: #9C6048;
    --ab-accent-light: #E6C1AA;
    --ab-border: rgba(187, 139, 101, 0.28);

    background: var(--ab-bg);
    color: var(--ab-text);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    overflow: hidden;
}

.ab-aw-page *,
.ab-aw-page *::before,
.ab-aw-page *::after {
    box-sizing: border-box;
}

.ab-aw-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ab-aw-container--content {
    max-width: 1080px;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.ab-aw-page h1,
.ab-aw-page h2,
.ab-aw-page h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

.ab-aw-page p {
    color: var(--ab-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   HERO
   ========================================================= */

.ab-aw-hero {
    position: relative;

    min-height: 440px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        url("https://www.alicia-beauty.co.uk/wp-content/uploads/2026/06/Gemini_Generated_Image_bo2x4wbo2x4wbo2x.png")
        center 40% / cover no-repeat;
}

.ab-aw-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(50, 31, 21, 0.1),
            rgba(50, 31, 21, 0.8)
        );
}

.ab-aw-hero__content {
    position: relative;
    z-index: 2;

    text-align: center;
    color: #fff;

    max-width: 980px;
}

.ab-aw-hero h1 {
    margin: 20px auto;

    color: #fff;

    font-size: clamp(29px, 3vw, 46px);
    line-height: 1.3;
    font-weight: 600;

    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.ab-aw-hero h1 strong {
    display: block;

    margin-top: 12px;

    font-family: "Inter", Arial, sans-serif;
    font-size: 0.77em;
    line-height: 1.55;
    font-weight: 700;
}


/* decorative line */

.ab-aw-ornament {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ab-aw-ornament span {
    display: block;

    width: 80px;
    height: 1px;

    background: rgba(255,255,255,0.8);
}

.ab-aw-ornament i {
    color: #fff;
    font-size: 14px;
}

.ab-aw-ornament--bottom {
    margin-top: 12px;
}


/* =========================================================
   BOOKING BAR
   ========================================================= */

.ab-aw-booking-wrap {
    position: relative;
    z-index: 5;

    margin-top: -38px;
}

.ab-aw-booking-bar {
    min-height: 86px;

    padding: 18px 28px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;

    border: 1px solid rgba(255,255,255,0.65);
    border-radius: 12px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #9C6048 0%,
            #E6C1AA 50%,
            #B77A5F 100%
        );

    box-shadow: 0 12px 35px rgba(156, 96, 72, 0.17);
}

.ab-aw-booking-bar__text {
    display: flex;
    align-items: center;
    gap: 16px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
}

.ab-aw-booking-bar__icon {
    font-size: 27px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ab-aw-btn {
    min-height: 48px;

    padding: 12px 30px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    text-transform: uppercase;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.ab-aw-btn:hover {
    transform: translateY(-2px);
}

.ab-aw-btn--outline {
    min-width: 160px;

    border: 1px solid rgba(255,255,255,.8);

    color: #fff !important;

    background: rgba(255,255,255,.04);
}

.ab-aw-btn--outline:hover {
    background: rgba(255,255,255,.15);
}

.ab-aw-btn--primary {
    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #9C6048 0%,
            #E6C1AA 50%,
            #B77A5F 100%
        ) !important;

    box-shadow: 0 10px 25px rgba(156,96,72,.18);
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.ab-aw-section-heading {
    text-align: center;
}

.ab-aw-section-heading h2 {
    margin: 0;

    color: var(--ab-text);

    font-size: clamp(32px, 3vw, 45px);
    line-height: 1.15;

    font-weight: 500;
}

.ab-aw-section-heading h2 span {
    color: var(--ab-accent-dark);
}

.ab-aw-section-heading h3 {
    margin: 5px 0 0;

    font-size: 29px;
    font-style: italic;
    font-weight: 500;
}

.ab-aw-heading-line {
    margin: 15px auto 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ab-aw-heading-line span {
    width: 55px;
    height: 1px;

    background: var(--ab-accent-light);
}

.ab-aw-heading-line i {
    color: var(--ab-accent);
    font-size: 7px;
}


/* =========================================================
   INTRO
   ========================================================= */

.ab-aw-intro {
    padding: 75px 0 30px;
}

.ab-aw-intro__content {
    margin-top: 28px;

    text-align: center;
}

.ab-aw-intro__content p {
    max-width: 1050px;

    margin: 0 auto 8px;
}


/* =========================================================
   TREATMENTS
   ========================================================= */

.ab-aw-treatments {
    padding: 30px 0 80px;
}

.ab-aw-section-heading--treatments {
    margin-bottom: 35px;
}

.ab-aw-treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.ab-aw-treatment-card {
    min-height: 190px;

    padding: 24px 18px;

    display: flex;
    align-items: flex-start;
    gap: 15px;

    border: 1px solid var(--ab-border);
    border-radius: 9px;

    background:
        linear-gradient(
            145deg,
            #fffdf9 0%,
            #fcf7f2 100%
        );

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.ab-aw-treatment-card:hover {
    transform: translateY(-4px);

    border-color: rgba(187,139,101,.5);

    box-shadow: 0 15px 35px rgba(80,55,40,.08);
}

.ab-aw-treatment-card--wide {
    grid-column: span 2;

    min-height: 145px;
}

.ab-aw-treatment-card__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--ab-accent);
    border-radius: 50%;

    color: var(--ab-accent-dark);

    font-size: 19px;
}

.ab-aw-treatment-card__content {
    flex: 1;
}

.ab-aw-treatment-card h4 {
    margin: 2px 0 10px;

    color: var(--ab-accent-dark);

    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.ab-aw-treatment-card h4 span {
    white-space: nowrap;
}

.ab-aw-treatment-card p {
    margin: 0;

    color: #444;

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   INFO CARDS
   ========================================================= */

.ab-aw-info {
    padding: 0 0 65px;
}

.ab-aw-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ab-aw-info-card {
    padding: 32px 30px;

    text-align: center;

    border-radius: 10px;

    background:
        linear-gradient(
            145deg,
            #fffaf5,
            #fcf5ef
        );
}

.ab-aw-info-card__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.ab-aw-info-card__icon {
    color: var(--ab-accent);

    font-size: 28px;
}

.ab-aw-info-card h3 {
    margin: 0;

    color: var(--ab-text);

    font-size: 27px;
    font-weight: 500;
}

.ab-aw-info-card__line {
    margin: 18px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ab-aw-info-card__line span {
    width: 80px;
    height: 1px;

    background: var(--ab-accent-light);
}

.ab-aw-info-card__line i {
    color: var(--ab-accent);

    font-size: 6px;
}

.ab-aw-info-card p {
    max-width: 500px;

    margin: 0 auto;

    font-size: 14px;
}


/* =========================================================
   CTA
   ========================================================= */

.ab-aw-cta {
    position: relative;

    padding: 50px 0;

    border-top: 1px solid rgba(187,139,101,.15);
    border-bottom: 1px solid rgba(187,139,101,.15);

    background:
        radial-gradient(
            circle at left center,
            rgba(230,193,170,.2),
            transparent 35%
        ),
        #FCFAF8;
}

.ab-aw-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.ab-aw-cta__content {
    max-width: 650px;
}

.ab-aw-eyebrow {
    display: block;

    margin-bottom: 7px;

    color: var(--ab-accent-dark);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.ab-aw-cta h2 {
    margin: 0 0 8px;

    color: var(--ab-text);

    font-size: 34px;
    font-weight: 500;
}

.ab-aw-cta p {
    margin: 0 0 20px;

    font-size: 15px;
}

.ab-aw-social {
    min-width: 230px;

    text-align: center;
}

.ab-aw-social > span {
    display: block;

    margin-bottom: 15px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
}

.ab-aw-social__links {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ab-aw-social__links a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--ab-border);
    border-radius: 50%;

    color: var(--ab-accent-dark) !important;

    background: #fff;

    text-decoration: none;

    transition: all .25s ease;
}

.ab-aw-social__links a:hover {
    transform: translateY(-3px);

    color: #fff !important;

    border-color: var(--ab-accent);

    background: var(--ab-accent);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .ab-aw-hero {
        min-height: 400px;
    }

    .ab-aw-treatment-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-aw-treatment-card--wide {
        grid-column: span 1;

        min-height: 190px;
    }

}


/* =========================================================
   MOBILE / TABLET
   ========================================================= */

@media (max-width: 767px) {

    .ab-aw-container {
        width: min(100% - 30px, 1180px);
    }


    /* HERO */

    .ab-aw-hero {
        min-height: 430px;

        background-position: 62% center;
    }

    .ab-aw-hero__overlay {
        background: rgba(45,30,20,.28);
    }

    .ab-aw-hero h1 {
        font-size: 28px;
    }

    .ab-aw-hero h1 strong {
        font-size: 19px;
    }

    .ab-aw-ornament span {
        width: 50px;
    }


    /* BOOKING */

    .ab-aw-booking-wrap {
        margin-top: -25px;
    }

    .ab-aw-booking-bar {
        padding: 22px;

        flex-direction: column;

        text-align: center;
    }

    .ab-aw-booking-bar__text {
        justify-content: center;

        font-size: 22px;
    }

    .ab-aw-btn--outline {
        width: 100%;
    }


    /* INTRO */

    .ab-aw-intro {
        padding: 65px 0 25px;
    }

    .ab-aw-section-heading h2 {
        font-size: 34px;
    }

    .ab-aw-section-heading h3 {
        font-size: 26px;
    }

    .ab-aw-intro__content {
        text-align: left;
    }

    .ab-aw-intro__content p {
        font-size: 15px;
        line-height: 1.75;
    }


    /* TREATMENTS */

    .ab-aw-treatments {
        padding-bottom: 55px;
    }

    .ab-aw-treatment-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .ab-aw-treatment-card,
    .ab-aw-treatment-card--wide {
        grid-column: auto;

        min-height: auto;

        padding: 20px;
    }

    .ab-aw-treatment-card__icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }


    /* INFO */

    .ab-aw-info-grid {
        grid-template-columns: 1fr;
    }

    .ab-aw-info-card {
        padding: 28px 20px;
    }

    .ab-aw-info-card__heading {
        flex-direction: column;
    }

    .ab-aw-info-card h3 {
        font-size: 25px;
    }


    /* CTA */

    .ab-aw-cta {
        padding: 45px 0;
    }

    .ab-aw-cta__inner {
        flex-direction: column;

        align-items: flex-start;
    }

    .ab-aw-cta h2 {
        font-size: 31px;
    }

    .ab-aw-social {
        width: 100%;

        text-align: left;
    }

    .ab-aw-social__links {
        justify-content: flex-start;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .ab-aw-container {
        width: calc(100% - 24px);
    }

    .ab-aw-hero {
        min-height: 390px;
    }

    .ab-aw-hero h1 {
        font-size: 25px;
    }

    .ab-aw-hero h1 strong {
        font-size: 17px;
    }

    .ab-aw-booking-bar__text {
        flex-direction: column;

        gap: 8px;

        font-size: 21px;
    }

    .ab-aw-section-heading h2 {
        font-size: 30px;
    }

    .ab-aw-section-heading h3 {
        font-size: 24px;
    }

    .ab-aw-treatment-card {
        flex-direction: column;
    }

    .ab-aw-treatment-card h4 {
        font-size: 15px;
    }

    .ab-aw-treatment-card p {
        font-size: 14px;
    }

    .ab-aw-btn--primary {
        width: 100%;
    }

}/* End custom CSS */