.elementor-4524 .elementor-element.elementor-element-95d9c51{--display:flex;}.elementor-4524 .elementor-element.elementor-element-d0eb542{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;}.elementor-4524 .elementor-element.elementor-element-d0eb542:not(.elementor-motion-effects-element-type-background), .elementor-4524 .elementor-element.elementor-element-d0eb542 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sarungroup.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-4-2026-01_36_21-PM.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4524 .elementor-element.elementor-element-32d3e77{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-4524 .elementor-element.elementor-element-7751bef{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-4524 .elementor-element.elementor-element-7751bef .elementor-divider-separator{width:100%;}.elementor-4524 .elementor-element.elementor-element-7751bef .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4524 .elementor-element.elementor-element-60c8c4f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-4524 .elementor-element.elementor-element-fd7b980{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-4524 .elementor-element.elementor-element-99c3309{--display:flex;}.elementor-4524 .elementor-element.elementor-element-14ea95a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d0eb542 *//* =========================================
   SARUN FAQ PAGE — HERO
========================================= */

.sarun-faq-hero {
    position: relative;
    isolation: isolate;

    width: 100vw !important;
    max-width: none !important;

    min-height: 500px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 90px 32px 34px !important;

    background-color: #36001b;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    overflow: hidden;
}

.sarun-faq-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            135deg,
            rgba(35, 0, 18, 0.58),
            rgba(102, 0, 51, 0.32)
        );

    pointer-events: none;
}

.sarun-faq-hero-content {
    position: relative;
    z-index: 2;

    width: 100% !important;
    max-width: 920px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    gap: 17px !important;

    margin: 0 auto !important;
    padding: 42px 56px 40px !important;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            rgba(55, 0, 27, 0.42),
            rgba(102, 0, 51, 0.28)
        ) !important;

    border: 1px solid rgba(230, 201, 143, 0.26) !important;
    border-radius: 2px !important;

    box-shadow:
        0 28px 80px rgba(35, 0, 18, 0.28),
        inset 0 1px 0 rgba(255, 249, 243, 0.10) !important;

    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.sarun-faq-eyebrow,
.sarun-faq-eyebrow .elementor-heading-title {
    margin: 0 !important;

    color: #E6C98F !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.sarun-faq-title,
.sarun-faq-title .elementor-heading-title {
    width: 100% !important;
    max-width: 820px !important;

    margin: 0 auto !important;

    color: #FFF9F3 !important;

    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(58px, 6vw, 86px) !important;
    font-weight: 500 !important;
    line-height: 0.98 !important;

    letter-spacing: -1.4px !important;
    text-align: center !important;

    text-shadow:
        0 4px 24px rgba(24, 0, 12, 0.38),
        0 1px 2px rgba(24, 0, 12, 0.45);
}

.sarun-faq-intro {
    width: 100% !important;
    max-width: 650px !important;

    margin: 0 auto !important;
}

.sarun-faq-intro,
.sarun-faq-intro p {
    color: rgba(255, 249, 243, 0.92) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    text-align: center !important;

    text-shadow:
        0 2px 12px rgba(24, 0, 12, 0.44),
        0 1px 2px rgba(24, 0, 12, 0.45);
}

.sarun-faq-intro p {
    margin: 0 !important;
}

.sarun-faq-divider {
    width: 150px !important;

    margin: 3px auto 5px !important;
}

.sarun-faq-divider .elementor-divider-separator {
    width: 150px !important;

    border-top: 1px solid rgba(230, 201, 143, 0.75) !important;
}

.sarun-faq-divider .elementor-divider-separator::after {
    content: "";

    width: 8px;
    height: 8px;

    display: block;

    margin: -5px auto 0;

    background: #E6C98F;

    transform: rotate(45deg);

    box-shadow: 0 0 14px rgba(230, 201, 143, 0.42);
}

/* Hero Button */
.sarun-faq-hero-button .elementor-button {
    min-height: 56px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 14px 30px !important;

    color: #FFF9F3 !important;

    background:
        linear-gradient(
            135deg,
            #79003D 0%,
            #A60958 100%
        ) !important;

    border: 1px solid #E6C98F !important;
    border-radius: 999px !important;

    box-shadow:
        0 15px 34px rgba(35, 0, 18, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease !important;
}

.sarun-faq-hero-button .elementor-button:hover {
    color: #660033 !important;
    background: #E6C98F !important;

    transform: translateY(-3px) !important;

    box-shadow:
        0 20px 42px rgba(35, 0, 18, 0.42),
        0 0 22px rgba(230, 201, 143, 0.16) !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .sarun-faq-hero {
        width: 100% !important;

        min-height: 480px !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 80px 20px 28px !important;

        background-position: 58% center !important;
    }

    .sarun-faq-hero-content {
        max-width: 360px !important;

        gap: 14px !important;

        padding: 30px 22px 28px !important;
    }

    .sarun-faq-eyebrow,
    .sarun-faq-eyebrow .elementor-heading-title {
        font-size: 9px !important;
        letter-spacing: 2.4px !important;
    }

    .sarun-faq-title,
    .sarun-faq-title .elementor-heading-title {
        max-width: 320px !important;

        font-size: clamp(39px, 11vw, 48px) !important;
        line-height: 1.02 !important;
    }

    .sarun-faq-intro {
        max-width: 310px !important;
    }

    .sarun-faq-intro,
    .sarun-faq-intro p {
        font-size: 13.2px !important;
        line-height: 1.55 !important;
    }

    .sarun-faq-divider,
    .sarun-faq-divider .elementor-divider-separator {
        width: 116px !important;
    }

    .sarun-faq-hero-button .elementor-button {
        min-height: 52px !important;

        padding: 13px 24px !important;

        font-size: 13px !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-60c8c4f *//* =========================================
   SARUN FAQ PAGE — CATEGORY CARDS
========================================= */

.sarun-faq-categories-section {
    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 72px 32px 78px !important;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(245, 75, 156, 0.07),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(200, 164, 106, 0.12),
            transparent 32%
        ),
        #FFF9F3 !important;

    overflow: hidden !important;
}

.sarun-faq-categories {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}

.sarun-faq-categories-intro {
    max-width: 720px;

    margin: 0 auto 34px;

    text-align: center;
}

.sarun-faq-categories-intro span {
    display: inline-block;

    margin-bottom: 11px;

    color: #C08E3E;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.sarun-faq-categories-intro h2 {
    margin: 0 0 12px;

    color: #660033;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 4.8vw, 62px);
    font-weight: 500;
    line-height: 1;

    letter-spacing: -0.9px;
}

.sarun-faq-categories-intro p {
    margin: 0 auto;

    color: #735B67;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.sarun-faq-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 18px;
}

.sarun-faq-category-card {
    position: relative;

    min-height: 188px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    gap: 20px;

    padding: 28px 24px 25px;

    color: #4B2538 !important;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.96),
            rgba(255, 249, 243, 0.92)
        );

    border: 1px solid rgba(200, 164, 106, 0.42);
    border-radius: 24px;

    box-shadow:
        0 20px 50px rgba(62, 0, 31, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);

    text-decoration: none !important;

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.sarun-faq-category-card::after {
    content: "";

    position: absolute;
    right: -55px;
    bottom: -58px;

    width: 135px;
    height: 135px;

    border: 1px solid rgba(200, 164, 106, 0.16);
    border-radius: 50%;

    pointer-events: none;
}

.sarun-faq-category-icon {
    width: 46px;
    height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #C8A46A;
    background: rgba(200, 164, 106, 0.10);

    border: 1px solid rgba(200, 164, 106, 0.30);
    border-radius: 50%;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.sarun-faq-category-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sarun-faq-category-content {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.sarun-faq-category-content strong {
    color: #660033;

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.sarun-faq-category-content small {
    color: #735B67;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.sarun-faq-category-card:hover {
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(245, 75, 156, 0.12),
            transparent 42%
        ),
        #FFFFFF;

    border-color: rgba(166, 9, 88, 0.25);

    box-shadow:
        0 24px 58px rgba(62, 0, 31, 0.15),
        0 0 18px rgba(200, 164, 106, 0.12);

    transform: translateY(-5px);
}

.sarun-faq-category-card:hover .sarun-faq-category-icon {
    color: #660033;
    background: #E6C98F;

    border-color: #E6C98F;
}

/* =========================================
   TABLET
========================================= */

@media only screen and (max-width: 1024px) {
    .sarun-faq-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width: 767px) {
    .sarun-faq-categories-section {
        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 54px 18px 58px !important;
    }

    .sarun-faq-categories-intro {
        margin-bottom: 26px;
    }

    .sarun-faq-categories-intro span {
        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .sarun-faq-categories-intro h2 {
        font-size: 40px;
    }

    .sarun-faq-categories-intro p {
        font-size: 13px;
        line-height: 1.65;
    }

    .sarun-faq-category-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .sarun-faq-category-card {
        min-height: 150px;

        padding: 23px 21px 22px;

        border-radius: 21px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fd7b980 *//* =========================================
   SARUN FAQ PAGE — ACCORDION QUESTIONS
========================================= */

.sarun-faq-questions-section {
    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 12px 32px 86px !important;

    background: #FFF9F3 !important;

    overflow: hidden !important;
}

.sarun-faq-accordion-wrap {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}

.sarun-faq-section-heading {
    max-width: 760px;

    margin: 0 auto 42px;

    text-align: center;
}

.sarun-faq-section-heading span {
    display: inline-block;

    margin-bottom: 11px;

    color: #C08E3E;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.sarun-faq-section-heading h2 {
    margin: 0 0 12px;

    color: #660033;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 4.8vw, 62px);
    font-weight: 500;
    line-height: 1;

    letter-spacing: -0.9px;
}

.sarun-faq-section-heading p {
    margin: 0 auto;

    color: #735B67;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

/* Grid */
.sarun-faq-accordion-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);

    gap: 26px;
}

/* Category group */
.sarun-faq-group {
    scroll-margin-top: 96px;

    padding: 34px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.96),
            rgba(255, 249, 243, 0.92)
        );

    border: 1px solid rgba(200, 164, 106, 0.42);
    border-radius: 28px;

    box-shadow:
        0 22px 56px rgba(62, 0, 31, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);

    overflow: hidden;
}

.sarun-faq-group-heading {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 18px;
}

.sarun-faq-group-heading span {
    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #660033;
    background: #E6C98F;

    border-radius: 50%;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.sarun-faq-group-heading h3 {
    margin: 0;

    color: #660033;

    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: -0.4px;
}

/* Accordion item */
.sarun-faq-item {
    border-top: 1px solid rgba(200, 164, 106, 0.28);
}

.sarun-faq-item:last-child {
    border-bottom: 1px solid rgba(200, 164, 106, 0.28);
}

.sarun-faq-item summary {
    position: relative;

    min-height: 64px;

    display: flex;
    align-items: center;

    padding: 19px 48px 19px 0;

    color: #4B2538;

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;

    list-style: none;
    cursor: pointer;

    transition: color 0.22s ease;
}

.sarun-faq-item summary::-webkit-details-marker {
    display: none;
}

/* Plus icon */
.sarun-faq-item summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 2px;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #660033;
    background: rgba(200, 164, 106, 0.13);

    border: 1px solid rgba(200, 164, 106, 0.34);
    border-radius: 50%;

    font-size: 20px;
    font-weight: 500;
    line-height: 1;

    transform: translateY(-50%);

    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        transform 0.22s ease;
}

.sarun-faq-item[open] summary {
    color: #660033;
}

.sarun-faq-item[open] summary::after {
    content: "–";

    color: #FFF9F3;
    background: #660033;

    transform: translateY(-50%) rotate(180deg);
}

.sarun-faq-item div {
    padding: 0 48px 22px 0;
}

.sarun-faq-item p {
    max-width: 860px;

    margin: 0;

    color: #735B67;

    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
}

/* =========================================
   TABLET
========================================= */

@media only screen and (max-width: 1024px) {
    .sarun-faq-questions-section {
        padding: 8px 26px 76px !important;
    }

    .sarun-faq-group {
        padding: 30px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width: 767px) {
    .sarun-faq-questions-section {
        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 6px 18px 62px !important;
    }

    .sarun-faq-section-heading {
        margin-bottom: 28px;
    }

    .sarun-faq-section-heading span {
        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .sarun-faq-section-heading h2 {
        font-size: 40px;
    }

    .sarun-faq-section-heading p {
        font-size: 13px;
        line-height: 1.65;
    }

    .sarun-faq-accordion-grid {
        gap: 20px;
    }

    .sarun-faq-group {
        padding: 25px 20px 22px;

        border-radius: 22px;
    }

    .sarun-faq-group-heading {
        gap: 12px;
        margin-bottom: 15px;
    }

    .sarun-faq-group-heading span {
        width: 34px;
        height: 34px;

        font-size: 11px;
    }

    .sarun-faq-group-heading h3 {
        font-size: 30px;
    }

    .sarun-faq-item summary {
        min-height: 58px;

        padding: 16px 42px 16px 0;

        font-size: 13.5px;
        line-height: 1.4;
    }

    .sarun-faq-item summary::after {
        width: 31px;
        height: 31px;

        font-size: 18px;
    }

    .sarun-faq-item div {
        padding: 0 0 20px 0;
    }

    .sarun-faq-item p {
        font-size: 12.5px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-99c3309 *//* =========================================
   SARUN FAQ PAGE — STILL NEED HELP CTA
========================================= */

.sarun-faq-help-section {
    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 0 32px 78px !important;

    background: #FFF9F3 !important;

    overflow: hidden !important;
}

.sarun-faq-help {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}

.sarun-faq-help-card {
    position: relative;
    isolation: isolate;

    min-height: 310px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 16px;

    padding: 54px 34px;

    text-align: center;

    color: #FFF9F3;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(245, 75, 156, 0.24),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            #420021 0%,
            #660033 58%,
            #7F0645 100%
        );

    border: 1px solid rgba(230, 201, 143, 0.52);
    border-radius: 30px;

    box-shadow:
        0 28px 70px rgba(44, 0, 22, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);

    overflow: hidden;
}

.sarun-faq-help-card::before {
    content: "";

    position: absolute;
    left: -95px;
    bottom: -110px;

    z-index: -1;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(230, 201, 143, 0.15);
    border-radius: 50%;

    pointer-events: none;
}

.sarun-faq-help-card span {
    color: #E6C98F;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.sarun-faq-help-card h2 {
    max-width: 760px;

    margin: 0;

    color: #FFF9F3;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 500;
    line-height: 0.98;

    letter-spacing: -0.9px;
}

.sarun-faq-help-card p {
    max-width: 610px;

    margin: 0;

    color: rgba(255, 249, 243, 0.76);

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.sarun-faq-help-actions {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 10px;
}

.sarun-faq-help-primary,
.sarun-faq-help-secondary {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 24px;

    border-radius: 999px;

    font-family: "Montserrat", sans-serif;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none !important;

    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

.sarun-faq-help-primary {
    color: #660033 !important;
    background: #E6C98F;

    border: 1px solid #E6C98F;
}

.sarun-faq-help-primary:hover {
    color: #FFF9F3 !important;
    background: #A60958;

    border-color: #A60958;

    transform: translateY(-2px);
}

.sarun-faq-help-secondary {
    color: #FFF9F3 !important;
    background: transparent;

    border: 1px solid rgba(230, 201, 143, 0.62);
}

.sarun-faq-help-secondary:hover {
    color: #660033 !important;
    background: #FFF9F3;

    border-color: #FFF9F3;

    transform: translateY(-2px);
}

/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width: 767px) {
    .sarun-faq-help-section {
        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 0 18px 56px !important;
    }

    .sarun-faq-help-card {
        min-height: auto;

        padding: 42px 22px;

        border-radius: 24px;
    }

    .sarun-faq-help-card span {
        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .sarun-faq-help-card h2 {
        font-size: 40px;
        line-height: 1;
    }

    .sarun-faq-help-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .sarun-faq-help-actions {
        width: 100%;

        flex-direction: column;

        gap: 10px;
    }

    .sarun-faq-help-primary,
    .sarun-faq-help-secondary {
        width: 100%;
        min-height: 48px;
    }
}/* End custom CSS */
/* Start custom CSS *//* =========================================
   SARUN PAGE HEADER + FOOTER
   Reusable for Contact / FAQ pages
========================================= */


/* =========================================
   HEADER HTML WIDGET RESET
========================================= */

.sarun-contact-header-widget,
.sarun-contact-header-widget .elementor-widget-container {
    height: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}


/* =========================================
   HEADER
========================================= */

.sarun-local-header {
    position: fixed;
    top: 0;
    left: 0;

    z-index: 9999;

    width: 100%;
    height: 78px;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;

    gap: 28px;

    padding: 16px 38px;

    background:
        linear-gradient(
            180deg,
            rgba(35, 0, 18, 0.70),
            rgba(35, 0, 18, 0.18)
        );

    border-bottom: 1px solid rgba(230, 201, 143, 0.12);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-sizing: border-box;
}

body.admin-bar .sarun-local-header {
    top: 32px;
}


/* =========================================
   HEADER BRAND
========================================= */

.sarun-local-brand {
    display: inline-flex;
    align-items: center;

    gap: 16px;

    min-width: 0;

    text-decoration: none !important;
}

.sarun-local-logo {
    width: 150px !important;
    height: auto !important;

    display: block;
}

.sarun-local-brand-separator {
    width: 1px !important;
    height: 30px !important;

    display: block;

    background: rgba(230, 201, 143, 0.58) !important;
}

.sarun-local-world {
    color: #E6C98F !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    letter-spacing: 0 !important;
}


/* =========================================
   DESKTOP PILL MENU
========================================= */

.sarun-local-pill-menu {
    justify-self: center;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 0 !important;

    padding: 8px 10px !important;

    background: rgba(255, 249, 243, 0.08) !important;

    border: 1px solid rgba(230, 201, 143, 0.30) !important;
    border-radius: 999px !important;

    box-shadow:
        0 12px 30px rgba(35, 0, 18, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;

    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

.sarun-local-pill-menu a {
    position: relative !important;

    min-height: 36px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 20px !important;

    color: rgba(255, 249, 243, 0.88) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    letter-spacing: 0 !important;
    text-decoration: none !important;

    border-radius: 999px !important;

    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        transform 0.22s ease !important;
}

/* Dividers between pill items */
.sarun-local-pill-menu a:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    width: 1px;
    height: 16px;

    background: rgba(230, 201, 143, 0.32);

    transform: translateY(-50%);

    pointer-events: none;
}

.sarun-local-pill-menu a:hover::after,
.sarun-local-pill-menu a[aria-current="page"]::after,
.sarun-local-pill-menu a:has(+ a:hover)::after,
.sarun-local-pill-menu a:has(+ a[aria-current="page"])::after {
    opacity: 0;
}

.sarun-local-pill-menu a:hover,
.sarun-local-pill-menu a[aria-current="page"] {
    color: #660033 !important;
    background: #E6C98F !important;

    transform: translateY(-1px) !important;
}


/* =========================================
   HEADER ACTION ICONS
========================================= */

.sarun-local-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;

    gap: 9px;
}

.sarun-local-action {
    width: 46px !important;
    min-width: 46px !important;

    height: 46px !important;
    min-height: 46px !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #E6C98F !important;
    background: rgba(230, 201, 143, 0.10);

    border: 1px solid rgba(230, 201, 143, 0.36);
    border-radius: 50%;

    box-shadow:
        0 10px 26px rgba(44, 0, 22, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);

    text-decoration: none !important;

    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

.sarun-local-action svg {
    width: 20px !important;
    height: 20px !important;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sarun-local-action:hover {
    color: #660033 !important;
    background: #E6C98F;

    border-color: #E6C98F;

    transform: translateY(-2px);
}


/* =========================================
   MOBILE HAMBURGER BASE
========================================= */

.sarun-local-mobile-toggle,
.sarun-local-mobile-panel {
    display: none;
}


/* =========================================
   FOOTER WIDGET RESET
========================================= */

.sarun-contact-footer-widget,
.sarun-contact-footer-widget .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   FOOTER
========================================= */

.sarun-local-footer {
    width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 70px 40px 34px;

    color: #FFF9F3;

    background:
        radial-gradient(
            circle at 12% 0%,
            rgba(245, 75, 156, 0.18),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #2B0015 0%,
            #4A0025 45%,
            #660033 100%
        );

    border-top: 1px solid rgba(230, 201, 143, 0.24);

    box-sizing: border-box;
    overflow: hidden;
}

.sarun-local-footer-inner {
    width: 100%;
    max-width: 1180px;

    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) repeat(4, minmax(135px, 0.65fr));
    align-items: start;

    gap: 32px;

    margin: 0 auto;
}

.sarun-local-footer-logo img {
    width: 140px;
    height: auto;

    display: block;

    margin-bottom: 15px;
}

.sarun-local-footer-brand p {
    max-width: 330px;

    margin: 0 0 18px;

    color: rgba(255, 249, 243, 0.74);

    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}


/* Social icons */
.sarun-local-socials {
    display: flex;
    align-items: center;

    gap: 10px;
}

.sarun-local-socials a {
    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #E6C98F !important;
    background: rgba(230, 201, 143, 0.09);

    border: 1px solid rgba(230, 201, 143, 0.32);
    border-radius: 50%;

    text-decoration: none !important;

    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        transform 0.22s ease;
}

.sarun-local-socials a:hover {
    color: #660033 !important;
    background: #E6C98F;

    transform: translateY(-2px);
}

.sarun-local-socials svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Footer link columns */
.sarun-local-footer-links,
.sarun-local-footer-contact {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.sarun-local-footer-links h4,
.sarun-local-footer-contact h4 {
    margin: 0 0 4px;

    color: #E6C98F;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.sarun-local-footer-links a,
.sarun-local-footer-contact a,
.sarun-local-footer-contact span {
    color: rgba(255, 249, 243, 0.76) !important;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42;

    text-decoration: none !important;
}

.sarun-local-footer-links a:hover,
.sarun-local-footer-contact a:hover {
    color: #E6C98F !important;
}

.sarun-local-footer-bottom {
    width: 100%;
    max-width: 1180px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    margin: 48px auto 0;
    padding-top: 24px;

    border-top: 1px solid rgba(230, 201, 143, 0.20);
}

.sarun-local-footer-bottom span {
    color: rgba(255, 249, 243, 0.58);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}


/* =========================================
   TABLET
========================================= */

@media only screen and (max-width: 1024px) {

    .sarun-local-header {
        height: 72px;

        gap: 20px;

        padding: 14px 28px;
    }

    .sarun-local-logo {
        width: 132px !important;
    }

    .sarun-local-world {
        font-size: 13px !important;
    }

    .sarun-local-pill-menu {
        gap: 0 !important;
        padding: 7px 8px !important;
    }

    .sarun-local-pill-menu a {
        min-height: 34px !important;

        padding: 0 15px !important;

        font-size: 12px !important;
    }

    .sarun-local-action {
        width: 42px !important;
        min-width: 42px !important;

        height: 42px !important;
        min-height: 42px !important;
    }

    .sarun-local-action svg {
        width: 18px !important;
        height: 18px !important;
    }

    .sarun-local-footer-inner {
        grid-template-columns: 1fr 1fr;

        gap: 34px;
    }

    .sarun-local-footer-brand {
        grid-column: 1 / -1;
    }
}


/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width: 767px) {

    .sarun-local-header {
        height: 58px !important;

        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;

        gap: 10px !important;

        padding: 9px 14px !important;

        background:
            linear-gradient(
                180deg,
                rgba(35, 0, 18, 0.76),
                rgba(35, 0, 18, 0.18)
            );
    }

    body.admin-bar .sarun-local-header {
        top: 46px;
    }

    .sarun-local-brand {
        gap: 8px !important;
        min-width: 0 !important;
    }

    .sarun-local-logo {
        width: 96px !important;
    }

    .sarun-local-brand-separator {
        width: 1px !important;
        height: 18px !important;
    }

    .sarun-local-world {
        font-size: 10.5px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }

    .sarun-local-pill-menu {
        display: none !important;
    }

    .sarun-local-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        gap: 7px !important;
    }

    /* Hamburger circle */
    .sarun-local-mobile-toggle {
        position: relative !important;

        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;

        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;

        display: block !important;

        margin: 0 12px 0 0 !important;
        padding: 0 !important;

        color: #E6C98F;
        background: rgba(230, 201, 143, 0.10);

        border: 1px solid rgba(230, 201, 143, 0.36);
        border-radius: 50%;

        box-shadow:
            0 10px 26px rgba(44, 0, 22, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);

        line-height: 1 !important;

        box-sizing: border-box !important;

        cursor: pointer;

        transform: none !important;

        transition:
            color 0.22s ease,
            background-color 0.22s ease,
            transform 0.22s ease;
    }

    .sarun-local-mobile-toggle::after {
        content: "";

        position: absolute;
        top: 50%;
        right: -8px;

        width: 1px;
        height: 20px;

        background: rgba(230, 201, 143, 0.28);

        transform: translateY(-50%);
        pointer-events: none;
    }

    .sarun-local-mobile-toggle:hover {
        color: #660033;
        background: #E6C98F;

        transform: translateY(-2px);
    }

    /* Hamburger lines */
    .sarun-local-mobile-toggle span {
        position: absolute !important;
        left: 50% !important;

        width: 14px !important;
        height: 2px !important;

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        background: currentColor !important;
        border-radius: 999px !important;

        transform: translate(-50%, -50%) !important;

        transition:
            top 0.22s ease,
            transform 0.22s ease,
            opacity 0.22s ease !important;
    }

    .sarun-local-mobile-toggle span:nth-child(1) {
        top: calc(50% - 5px) !important;
    }

    .sarun-local-mobile-toggle span:nth-child(2) {
        top: 50% !important;
    }

    .sarun-local-mobile-toggle span:nth-child(3) {
        top: calc(50% + 5px) !important;
    }

    .sarun-mobile-menu-open .sarun-local-mobile-toggle span:nth-child(1) {
        top: 50% !important;
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .sarun-mobile-menu-open .sarun-local-mobile-toggle span:nth-child(2) {
        opacity: 0 !important;
    }

    .sarun-mobile-menu-open .sarun-local-mobile-toggle span:nth-child(3) {
        top: 50% !important;
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    /* Account/cart */
    .sarun-local-action {
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;

        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .sarun-local-action svg {
        width: 14.5px !important;
        height: 14.5px !important;
    }

    /* Mobile dropdown panel */
    .sarun-local-mobile-panel {
        position: absolute;
        top: calc(100% + 8px) !important;
        right: 14px !important;

        z-index: 10000;

        width: min(280px, calc(100vw - 36px));

        display: flex !important;
        flex-direction: column;

        gap: 4px;

        padding: 10px;

        background:
            linear-gradient(
                145deg,
                rgba(255, 249, 243, 0.97),
                rgba(250, 240, 235, 0.94)
            );

        border: 1px solid rgba(230, 201, 143, 0.52);
        border-radius: 22px;

        box-shadow:
            0 24px 60px rgba(44, 0, 22, 0.30),
            inset 0 1px 0 rgba(255, 255, 255, 0.94);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transform: translateY(-8px) scale(0.98);

        transition:
            opacity 0.22s ease,
            visibility 0.22s ease,
            transform 0.22s ease;
    }

    .sarun-mobile-menu-open .sarun-local-mobile-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;

        transform: translateY(0) scale(1);
    }

    .sarun-local-mobile-panel a {
        min-height: 42px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 0 14px;

        color: #4B2538 !important;

        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;

        text-decoration: none !important;

        border: 1px solid transparent;
        border-radius: 14px;

        transition:
            color 0.22s ease,
            background-color 0.22s ease,
            border-color 0.22s ease,
            transform 0.22s ease;
    }

    .sarun-local-mobile-panel a::after {
        content: "›";

        color: #C8A46A;

        font-size: 18px;
        line-height: 1;
    }

    .sarun-local-mobile-panel a:hover,
    .sarun-local-mobile-panel a[aria-current="page"] {
        color: #660033 !important;

        background: rgba(102, 0, 51, 0.055);
        border-color: rgba(200, 164, 106, 0.28);

        transform: translateX(3px);
    }

    /* Footer mobile */
    .sarun-local-footer {
        padding: 54px 22px 28px;
    }

    .sarun-local-footer-inner {
        display: flex;
        flex-direction: column;

        gap: 30px;
    }

    .sarun-local-footer-logo img {
        width: 126px;
    }

    .sarun-local-footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        margin-top: 34px;
    }
}


/* =========================================
   EXTRA SMALL PHONES
========================================= */

@media only screen and (max-width: 390px) {

    .sarun-local-header {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .sarun-local-logo {
        width: 88px !important;
    }

    .sarun-local-world {
        font-size: 10px !important;
    }

    .sarun-local-actions {
        gap: 6px !important;
    }

    .sarun-local-mobile-toggle {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;

        margin-right: 10px !important;
    }

    .sarun-local-mobile-toggle::after {
        right: -7px !important;
        height: 18px !important;
    }

    .sarun-local-action {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
    }
}

/* =========================================
   FAQ HERO — MATCH CONTACT PAGE LIGHTER LOOK
========================================= */

/* Lighten the overall background overlay */
.sarun-faq-hero::before {
    background:
        linear-gradient(
            135deg,
            rgba(35, 0, 18, 0.24),
            rgba(102, 0, 51, 0.10)
        ) !important;
}

/* Lighten the glass frame */
.sarun-faq-hero-content {
    background:
        linear-gradient(
            135deg,
            rgba(102, 0, 51, 0.34),
            rgba(166, 72, 120, 0.22)
        ) !important;

    border: 1px solid rgba(230, 201, 143, 0.24) !important;

    box-shadow:
        0 24px 70px rgba(35, 0, 18, 0.22),
        inset 0 1px 0 rgba(255, 249, 243, 0.10) !important;

    backdrop-filter: blur(0.5px) !important;
    -webkit-backdrop-filter: blur(0.5px) !important;
}

/* Keep the text readable without making the whole image dark */
.sarun-faq-title,
.sarun-faq-title .elementor-heading-title {
    text-shadow:
        0 4px 22px rgba(24, 0, 12, 0.34),
        0 1px 2px rgba(24, 0, 12, 0.38) !important;
}

.sarun-faq-intro,
.sarun-faq-intro p {
    color: rgba(255, 249, 243, 0.92) !important;

    text-shadow:
        0 2px 10px rgba(24, 0, 12, 0.34),
        0 1px 2px rgba(24, 0, 12, 0.34) !important;
}/* End custom CSS */