/* Start custom CSS for html, class: .elementor-element-5515a0e *//* =========================================================
   ALICIA BEAUTY — EXOSOMES HAIR & SKIN
   Prefix: ab-exo-
========================================================= */

.ab-exo-page {
    --exo-bg: #FFFDF8;
    --exo-soft: #FCFAF8;
    --exo-text: #2D2D2D;
    --exo-muted: #666666;
    --exo-accent: #BB8B65;
    --exo-dark: #302D2B;
    --exo-border: rgba(187, 139, 101, 0.22);

    background: var(--exo-bg);
    color: var(--exo-text);
    font-family: Arial, Helvetica, sans-serif;

    overflow-x: clip;
}


.ab-exo-page *,
.ab-exo-page *::before,
.ab-exo-page *::after {
    box-sizing: border-box;
}


.ab-exo-container {
    width: min(1180px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}


.ab-exo-section {
    padding: 105px 0;
}


.ab-exo-soft {
    background: var(--exo-soft);
}


.ab-exo-page h1,
.ab-exo-page h2,
.ab-exo-page h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--exo-text);
}


.ab-exo-page h2 {
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.12;
    font-weight: 500;

    margin: 0 0 25px;
}


.ab-exo-page p {
    color: var(--exo-muted);

    font-size: 18px;
    line-height: 1.8;

    margin: 0 0 22px;
}


.ab-exo-label,
.ab-exo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--exo-accent);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 20px;
}


/* =========================================================
   HERO
========================================================= */

.ab-exo-hero {
    position: relative;

    min-height: 730px;

    display: flex;
    align-items: center;

    background:
        url("exosomes-hero.jpg")
        center center / cover no-repeat;
}


.ab-exo-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(34, 30, 27, 0.94) 0%,
            rgba(34, 30, 27, 0.84) 40%,
            rgba(34, 30, 27, 0.42) 70%,
            rgba(34, 30, 27, 0.14) 100%
        );
}


.ab-exo-hero-inner {
    position: relative;
    z-index: 2;
}


.ab-exo-hero-content {
    max-width: 770px;
    padding: 80px 0;
}


.ab-exo-eyebrow {
    color: #E6C1AA;
}


.ab-exo-hero h1 {
    color: #fff;

    font-size: clamp(55px, 6.5vw, 82px);
    line-height: 1.01;
    font-weight: 400;

    margin: 0 0 28px;
}


.ab-exo-hero h1 span {
    display: block;

    color: #E6C1AA;

    font-style: italic;
}


.ab-exo-hero-lead {
    max-width: 680px;

    color: rgba(255, 255, 255, 0.84) !important;

    font-size: 19px !important;
    line-height: 1.8 !important;
}


.ab-exo-hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;

    margin-top: 35px;
}


.ab-exo-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    gap: 12px;

    padding: 17px 28px;

    background:
        linear-gradient(
            135deg,
            #9C6048 0%,
            #E6C1AA 50%,
            #B77A5F 100%
        ) !important;

    color: #fff !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    border-radius: 3px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.ab-exo-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 15px 35px rgba(98, 60, 43, 0.25);
}


.ab-exo-secondary-link {
    color: #fff !important;

    font-size: 15px;

    text-decoration: none !important;

    padding-bottom: 4px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.55);
}


/* HERO TRUST */

.ab-exo-hero-trust {
    display: flex;
    flex-wrap: wrap;

    gap: 42px;

    margin-top: 60px;
}


.ab-exo-trust-item {
    display: flex;
    align-items: center;

    gap: 14px;
}


.ab-exo-trust-item > i {
    color: #E6C1AA;

    font-size: 21px;
}


.ab-exo-trust-item strong,
.ab-exo-trust-item span {
    display: block;
}


.ab-exo-trust-item strong {
    color: #fff;

    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 500;
}


.ab-exo-trust-item span {
    color: rgba(255,255,255,.62);

    font-size: 13px;

    margin-top: 3px;
}


/* =========================================================
   GENERAL COLUMNS
========================================================= */

.ab-exo-two-col {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 85px;
}


.ab-exo-image-wrap {
    position: relative;
}


.ab-exo-image-wrap::before {
    content: "";

    position: absolute;

    left: -20px;
    bottom: -20px;

    width: 75%;
    height: 75%;

    border: 1px solid var(--exo-border);

    z-index: 0;
}


.ab-exo-image-wrap img {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 600px;

    object-fit: cover;

    border-radius: 3px;
}


.ab-exo-image-badge {
    position: absolute;
    z-index: 3;

    right: -20px;
    bottom: 35px;

    display: flex;
    align-items: center;

    gap: 9px;

    padding: 16px 21px;

    background: #fff;

    color: var(--exo-text);

    font-size: 14px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.1);
}


.ab-exo-image-badge i {
    color: var(--exo-accent);
}


/* =========================================================
   INTRO BENEFITS
========================================================= */

.ab-exo-benefit-list {
    display: grid;

    gap: 13px;

    margin-top: 30px;
}


.ab-exo-benefit-list > div {
    display: flex;
    align-items: center;

    gap: 12px;

    color: #484848;

    font-size: 16px;
}


.ab-exo-benefit-list i {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 26px;
    height: 26px;

    flex: 0 0 26px;

    color: var(--exo-accent);

    background: rgba(187,139,101,.10);

    border-radius: 50%;

    font-size: 11px;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.ab-exo-section-heading {
    max-width: 800px;

    margin-bottom: 58px;
}


.ab-exo-center {
    text-align: center;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   SCIENCE CARDS
========================================================= */

.ab-exo-science-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


.ab-exo-science-card {
    position: relative;

    min-height: 290px;

    padding: 38px 30px;

    background: #fff;

    border: 1px solid var(--exo-border);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.ab-exo-science-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(50,40,30,.06);
}


.ab-exo-card-number {
    position: absolute;

    top: 18px;
    right: 22px;

    color: rgba(187,139,101,.20);

    font-family: Georgia, serif;

    font-size: 45px;
}


.ab-exo-icon,
.ab-exo-area-icon,
.ab-exo-source-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 58px;
    height: 58px;

    margin-bottom: 26px;

    background: rgba(187,139,101,.10);

    color: var(--exo-accent);

    border-radius: 50%;

    font-size: 20px;
}


.ab-exo-science-card h3 {
    margin: 0 0 12px;

    font-size: 23px;
    font-weight: 500;
}


.ab-exo-science-card p {
    margin: 0;

    font-size: 16px;
}


/* =========================================================
   CLINICAL NOTE
========================================================= */

.ab-exo-clinical-note {
    display: flex;

    gap: 20px;

    max-width: 900px;

    margin: 40px auto 0;

    padding: 27px 30px;

    background: #fff;

    border-left: 3px solid var(--exo-accent);
}


.ab-exo-note-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    background: rgba(187,139,101,.10);

    color: var(--exo-accent);

    border-radius: 50%;
}


.ab-exo-clinical-note strong {
    display: block;

    margin-bottom: 6px;

    font-family: Georgia, serif;

    font-size: 19px;
    font-weight: 500;
}


.ab-exo-clinical-note p {
    margin: 0;

    font-size: 16px;
}


/* =========================================================
   TREATMENT LIST
========================================================= */

.ab-exo-treatment-list {
    display: grid;

    gap: 21px;

    margin-top: 32px;
}


.ab-exo-treatment-item {
    display: flex;

    gap: 18px;
}


.ab-exo-treatment-item > span {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    background: rgba(187,139,101,.10);

    color: var(--exo-accent);

    border-radius: 50%;
}


.ab-exo-treatment-item h3 {
    margin: 0 0 4px;

    font-size: 19px;
    font-weight: 500;
}


.ab-exo-treatment-item p {
    margin: 0;

    font-size: 15px;
}


/* =========================================================
   EVIDENCE
========================================================= */

.ab-exo-evidence {
    padding: 75px 0;

    background: var(--exo-dark);
}


.ab-exo-evidence-inner {
    display: grid;

    grid-template-columns: 100px 1fr;

    gap: 35px;

    max-width: 1000px;

    margin: auto;
}


.ab-exo-evidence-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 90px;
    height: 90px;

    background: rgba(230,193,170,.10);

    color: #E6C1AA;

    border: 1px solid rgba(230,193,170,.25);

    border-radius: 50%;

    font-size: 29px;
}


.ab-exo-evidence h2 {
    color: #fff;
}


.ab-exo-evidence p {
    color: rgba(255,255,255,.70);
}


/* =========================================================
   TREATMENT AREAS
========================================================= */

.ab-exo-area-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 18px;
}


.ab-exo-area-card {
    padding: 30px 22px;

    background: #fff;

    border: 1px solid var(--exo-border);

    text-align: center;
}


.ab-exo-area-icon {
    margin-left: auto;
    margin-right: auto;
}


.ab-exo-area-card h3 {
    margin: 0 0 10px;

    font-size: 20px;
    font-weight: 500;
}


.ab-exo-area-card p {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   MINI GRID
========================================================= */

.ab-exo-mini-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 13px 20px;

    margin: 28px 0;
}


.ab-exo-mini-grid > div {
    display: flex;
    align-items: center;

    gap: 9px;

    color: #4e4e4e;

    font-size: 16px;
}


.ab-exo-mini-grid i {
    color: var(--exo-accent);
}


/* =========================================================
   COURSE BOX
========================================================= */

.ab-exo-course-box {
    display: flex;

    gap: 17px;

    padding: 24px;

    margin-top: 32px;

    background: var(--exo-soft);

    border-left: 3px solid var(--exo-accent);
}


.ab-exo-course-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    background: rgba(187,139,101,.12);

    color: var(--exo-accent);

    border-radius: 50%;
}


.ab-exo-course-box strong {
    display: block;

    margin-bottom: 6px;

    font-family: Georgia, serif;

    font-size: 18px;
    font-weight: 500;
}


.ab-exo-course-box p {
    margin: 0;

    font-size: 15px;
}


/* =========================================================
   HAIR
========================================================= */

.ab-exo-hair {
    background: #F8F4F0;
}


.ab-exo-hair-features {
    display: grid;

    gap: 18px;

    margin-top: 30px;
}


.ab-exo-hair-features > div {
    display: flex;

    gap: 15px;

    align-items: flex-start;
}


.ab-exo-hair-features i {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    background: #fff;

    color: var(--exo-accent);

    border-radius: 50%;
}


.ab-exo-hair-features span {
    color: var(--exo-muted);

    font-size: 15px;
    line-height: 1.6;
}


.ab-exo-hair-features strong {
    display: block;

    color: var(--exo-text);

    font-family: Georgia, serif;

    font-size: 18px;
    font-weight: 500;
}


.ab-exo-dark-course {
    background: var(--exo-dark);
}


.ab-exo-dark-course strong {
    color: #fff;
}


.ab-exo-dark-course p {
    color: rgba(255,255,255,.7);
}


/* =========================================================
   SOURCE CARDS
========================================================= */

.ab-exo-source-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


.ab-exo-source-card {
    padding: 38px 30px;

    background: var(--exo-soft);

    border-top: 2px solid var(--exo-accent);
}


.ab-exo-source-card h3 {
    margin: 0 0 16px;

    font-size: 23px;
    font-weight: 500;
}


.ab-exo-source-card p {
    font-size: 15px;
}


/* =========================================================
   TABLE
========================================================= */

.ab-exo-table-wrap {
    overflow-x: auto;

    background: #fff;

    border: 1px solid var(--exo-border);
}


.ab-exo-table {
    width: 100%;

    border-collapse: collapse;

    min-width: 760px;
}


.ab-exo-table th {
    padding: 19px 20px;

    background: var(--exo-dark);

    color: #fff;

    font-family: Georgia, serif;

    font-size: 16px;
    font-weight: 500;

    text-align: left;
}


.ab-exo-table td {
    padding: 20px;

    color: var(--exo-muted);

    font-size: 15px;
    line-height: 1.6;

    border-bottom: 1px solid var(--exo-border);
}


.ab-exo-table tr:last-child td {
    border-bottom: 0;
}


.ab-exo-table td strong {
    color: var(--exo-text);

    font-family: Georgia, serif;

    font-size: 16px;
    font-weight: 500;
}


/* =========================================================
   FAQ
========================================================= */

.ab-exo-faq-list {
    max-width: 950px;

    margin: auto;

    border-top: 1px solid var(--exo-border);
}


.ab-exo-faq-item {
    border-bottom: 1px solid var(--exo-border);
}


.ab-exo-faq-item summary {
    position: relative;

    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 30px;

    padding: 27px 5px;

    cursor: pointer;

    list-style: none;

    color: var(--exo-text);

    font-family: Georgia, serif;

    font-size: 21px;
    font-weight: 500;
}


.ab-exo-faq-item summary::-webkit-details-marker {
    display: none;
}


.ab-exo-faq-item summary i {
    color: var(--exo-accent);

    font-size: 14px;

    transition: transform .3s ease;
}


.ab-exo-faq-item[open] summary i {
    transform: rotate(45deg);
}


.ab-exo-faq-answer {
    padding: 0 55px 25px 5px;
}


.ab-exo-faq-answer p {
    font-size: 16px;
}


/* =========================================================
   CTA
========================================================= */

.ab-exo-cta {
    position: relative;

    padding: 120px 0;

    text-align: center;

    background:
        url("exosomes-cta.jpg")
        center center / cover no-repeat;
}


.ab-exo-cta-overlay {
    position: absolute;

    inset: 0;

    background:
        rgba(39, 34, 31, 0.86);
}


.ab-exo-cta-content {
    position: relative;

    z-index: 2;

    max-width: 860px;
}


.ab-exo-light-label {
    color: #E6C1AA;
}


.ab-exo-cta h2 {
    color: #fff;

    font-size: clamp(40px, 5vw, 61px);
}


.ab-exo-cta p {
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;

    color: rgba(255,255,255,.78);
}


.ab-exo-cta-trust {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 25px;

    margin: 30px 0 36px;
}


.ab-exo-cta-trust span {
    color: rgba(255,255,255,.88);

    font-size: 14px;
}


.ab-exo-cta-trust i {
    color: #E6C1AA;

    margin-right: 7px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ab-exo-section {
        padding: 85px 0;
    }


    .ab-exo-two-col {
        gap: 50px;
    }


    .ab-exo-image-wrap img {
        height: 520px;
    }


    .ab-exo-area-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .ab-exo-hero-trust {
        gap: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ab-exo-container {
        width: min(100% - 34px, 1180px);
    }


    .ab-exo-section {
        padding: 70px 0;
    }


    .ab-exo-page p {
        font-size: 17px;

        line-height: 1.78;
    }


    .ab-exo-page h2 {
        font-size: 36px;
    }


    /* HERO */

    .ab-exo-hero {
        min-height: auto;

        padding: 65px 0;

        background-position: 62% center;
    }


    .ab-exo-hero-overlay {
        background:
            rgba(32, 28, 25, .84);
    }


    .ab-exo-hero-content {
        padding: 35px 0;
    }


    .ab-exo-hero h1 {
        font-size: 46px;
    }


    .ab-exo-hero-lead {
        font-size: 17px !important;
    }


    .ab-exo-hero-actions {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }


    .ab-exo-btn {
        width: 100%;
    }


    .ab-exo-hero-trust {
        display: grid;

        grid-template-columns: 1fr;

        gap: 18px;

        margin-top: 45px;
    }


    /* COLUMNS */

    .ab-exo-two-col {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .ab-exo-reverse-mobile .ab-exo-image-wrap {
        order: -1;
    }


    .ab-exo-image-wrap img {
        height: 430px;
    }


    .ab-exo-image-wrap::before {
        display: none;
    }


    .ab-exo-image-badge {
        right: 15px;

        bottom: 15px;
    }


    /* GRIDS */

    .ab-exo-science-grid,
    .ab-exo-source-grid {
        grid-template-columns: 1fr;
    }


    .ab-exo-area-grid {
        grid-template-columns: 1fr 1fr;
    }


    /* EVIDENCE */

    .ab-exo-evidence-inner {
        grid-template-columns: 1fr;
    }


    .ab-exo-evidence-icon {
        width: 70px;
        height: 70px;
    }


    /* TABLE */

    .ab-exo-table-wrap {
        margin-left: -5px;
        margin-right: -5px;
    }


    /* FAQ */

    .ab-exo-faq-item summary {
        padding: 23px 3px;

        font-size: 19px;
    }


    .ab-exo-faq-answer {
        padding:
            0 5px 22px;
    }


    /* CTA */

    .ab-exo-cta {
        padding: 80px 0;
    }


    .ab-exo-cta h2 {
        font-size: 39px;
    }


    .ab-exo-cta-trust {
        flex-direction: column;

        gap: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ab-exo-hero h1 {
        font-size: 40px;
    }


    .ab-exo-page h2 {
        font-size: 33px;
    }


    .ab-exo-area-grid,
    .ab-exo-mini-grid {
        grid-template-columns: 1fr;
    }


    .ab-exo-image-wrap img {
        height: 360px;
    }


    .ab-exo-science-card,
    .ab-exo-source-card {
        padding: 30px 23px;
    }


    .ab-exo-clinical-note,
    .ab-exo-course-box {
        padding: 22px 19px;
    }

}/* End custom CSS */