.elementor-320 .elementor-element.elementor-element-d11e382{--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:stretch;--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;}.elementor-320 .elementor-element.elementor-element-38db5ac{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-320 .elementor-element.elementor-element-d8eab26{--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:stretch;--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;}.elementor-320 .elementor-element.elementor-element-9ef12e5{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-320 .elementor-element.elementor-element-2576712{--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:stretch;--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;}.elementor-320 .elementor-element.elementor-element-2fdb81c{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-320 .elementor-element.elementor-element-3258e63{--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:stretch;--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;}.elementor-320 .elementor-element.elementor-element-73bb415{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-320 .elementor-element.elementor-element-894af8f{--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:stretch;--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;}.elementor-320 .elementor-element.elementor-element-5c982a8{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-320 .elementor-element.elementor-element-d11e382{--width:100%;}.elementor-320 .elementor-element.elementor-element-d8eab26{--width:100%;}.elementor-320 .elementor-element.elementor-element-2576712{--width:100%;}.elementor-320 .elementor-element.elementor-element-3258e63{--width:100%;}.elementor-320 .elementor-element.elementor-element-894af8f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-38db5ac *//* =========================================================
   GREENILA — SOCIAL CELEBRATIONS HERO
   Section-specific CSS only
   ========================================================= */

.gl-social-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;

    background-image: url("https://greenilaltd.com/wp-content/uploads/Social-Hero.jpg");
    background-size: cover;
    background-position: center center;

    overflow: hidden;
}

/* Dark gradient for text readability */
.gl-social-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(20, 25, 22, 0.94) 0%,
            rgba(20, 25, 22, 0.82) 28%,
            rgba(20, 25, 22, 0.48) 48%,
            rgba(20, 25, 22, 0.08) 72%,
            rgba(20, 25, 22, 0) 100%
        );
}

.gl-social-hero__container {
    position: relative;
    z-index: 2;

    width: 100%;
    min-height: 720px;

    display: flex;
    align-items: center;
}

/* Content width deliberately limited so the image remains visible */
.gl-social-hero__content {
    width: min(560px, 52%);
    padding: 90px 0;
}

/* Eyebrow */
.gl-social-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 22px;

    color: #d99120;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gl-social-hero__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: #d99120;
}

/* Main heading */
.gl-social-hero__title {
    margin: 0;

    color: #ffffff;

    font-size: clamp(46px, 4.2vw, 68px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.gl-social-hero__title span {
    color: #d99120;
}

/* Description */
.gl-social-hero__description {
    max-width: 510px;

    margin: 28px 0 34px;

    color: rgba(255, 255, 255, 0.86);

    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

/* CTA wrapper */
.gl-social-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

/* Buttons */
.gl-social-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 50px;
    padding: 0 24px;

    border: 1px solid transparent;
    border-radius: 3px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.gl-social-hero__btn span {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.gl-social-hero__btn:hover span {
    transform: translateX(3px);
}

/* Primary CTA */
.gl-social-hero__btn--primary {
    background: #d99120;
    color: #ffffff;
    border-color: #d99120;
}

.gl-social-hero__btn--primary:hover {
    background: #c27d16;
    border-color: #c27d16;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Secondary CTA */
.gl-social-hero__btn--secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
}

.gl-social-hero__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-1px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .gl-social-hero {
        min-height: 650px;
        background-position: 58% center;
    }

    .gl-social-hero__container {
        min-height: 650px;
    }

    .gl-social-hero__content {
        width: min(520px, 62%);
        padding: 80px 0;
    }

    .gl-social-hero__title {
        font-size: clamp(42px, 5.5vw, 56px);
    }

    .gl-social-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(20, 25, 22, 0.94) 0%,
                rgba(20, 25, 22, 0.78) 42%,
                rgba(20, 25, 22, 0.30) 75%,
                rgba(20, 25, 22, 0.08) 100%
            );
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .gl-social-hero {
        min-height: 680px;
        align-items: flex-end;

        background-position: 65% center;
    }

    .gl-social-hero__container {
        min-height: 680px;
        align-items: flex-end;
    }

    .gl-social-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(20, 25, 22, 0.12) 0%,
                rgba(20, 25, 22, 0.38) 35%,
                rgba(20, 25, 22, 0.88) 68%,
                rgba(20, 25, 22, 0.97) 100%
            );
    }

    .gl-social-hero__content {
        width: 100%;
        padding: 55px 0 48px;
    }

    .gl-social-hero__eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .gl-social-hero__eyebrow::before {
        width: 30px;
    }

    .gl-social-hero__title {
        font-size: clamp(38px, 10vw, 48px);
        line-height: 1.06;
        letter-spacing: -0.02em;
    }

    .gl-social-hero__description {
        margin: 22px 0 28px;

        font-size: 14px;
        line-height: 1.65;
    }

    .gl-social-hero__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .gl-social-hero__btn {
        width: 100%;
        min-height: 48px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gl-social-hero {
        min-height: 650px;
    }

    .gl-social-hero__container {
        min-height: 650px;
    }

    .gl-social-hero__content {
        padding-bottom: 38px;
    }

    .gl-social-hero__title {
        font-size: 36px;
    }

    .gl-social-hero__description {
        font-size: 13.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ef12e5 *//* =========================================================
   GREENILA — SOCIAL CELEBRATIONS
   SECTION 2: INTRO / POSITIONING
   ========================================================= */

.gl-social-intro {
    position: relative;
    padding: 105px 0;
    background: #faf9f5;
}

.gl-social-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 90px;
    align-items: center;
}

/* Eyebrow */

.gl-social-intro__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    color: #d99120;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gl-social-intro__eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: #d99120;
}

/* Heading */

.gl-social-intro__title {
    max-width: 680px;
    margin: 0;

    color: #27332d;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.gl-social-intro__title span {
    display: block;
    color: #66775b;
}

/* Body */

.gl-social-intro__text {
    max-width: 620px;
    margin: 28px 0 0;

    color: #3f4440;
    font-size: 15px;
    line-height: 1.8;
}

/* Supporting points */

.gl-social-intro__points {
    border-top: 1px solid rgba(39, 51, 45, 0.15);
}

.gl-social-intro__point {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;

    padding: 25px 0;

    border-bottom: 1px solid rgba(39, 51, 45, 0.15);
}

.gl-social-intro__number {
    color: #d99120;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.gl-social-intro__point h3 {
    margin: 0 0 7px;

    color: #27332d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.gl-social-intro__point p {
    margin: 0;

    color: #66706a;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .gl-social-intro {
        padding: 85px 0;
    }

    .gl-social-intro__grid {
        gap: 55px;
    }

    .gl-social-intro__title {
        font-size: clamp(38px, 5vw, 50px);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .gl-social-intro {
        padding: 70px 0;
    }

    .gl-social-intro__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .gl-social-intro__eyebrow {
        margin-bottom: 17px;
        font-size: 11px;
    }

    .gl-social-intro__eyebrow::before {
        width: 30px;
    }

    .gl-social-intro__title {
        font-size: clamp(34px, 9vw, 44px);
        line-height: 1.08;
    }

    .gl-social-intro__text {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.7;
    }

    .gl-social-intro__point {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
        padding: 21px 0;
    }

    .gl-social-intro__point h3 {
        font-size: 17px;
    }

    .gl-social-intro__point p {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fdb81c *//* =========================================================
   GREENILA — SOCIAL CELEBRATIONS
   HORIZONTAL IMAGE ACCORDION

   Section-specific CSS only.
   ========================================================= */


.gl-social-accordion {

    position: relative;

    padding: 105px 0 110px;

    background: #faf9f5;

    overflow: hidden;

}


/* =========================================================
   HEADER
   ========================================================= */

.gl-social-accordion__header {

    max-width: 720px;

    margin-bottom: 48px;

}


.gl-social-accordion__eyebrow {

    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 18px;

    color: #d99120;

    font-size: 11px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: .16em;

    text-transform: uppercase;

}


.gl-social-accordion__eyebrow::before {

    content: "";

    width: 34px;

    height: 1px;

    flex: 0 0 auto;

    background: #d99120;

}


.gl-social-accordion__title {

    margin: 0;

    color: #3f4440;

    font-size: clamp(38px, 4vw, 54px);

    font-weight: 500;

    line-height: 1.05;

    letter-spacing: -.035em;

}


.gl-social-accordion__title span {

    color: #d99120;

}


.gl-social-accordion__intro {

    max-width: 650px;

    margin: 20px 0 0;

    color: #66706a;

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   ACCORDION
   ========================================================= */

.gl-social-accordion__items {

    display: flex;

    width: 100%;

    height: 540px;

    gap: 5px;

    overflow: hidden;

}


/* =========================================================
   INDIVIDUAL PANEL
   ========================================================= */

.gl-social-accordion__item {

    position: relative;

    flex: 1 1 0;

    min-width: 0;

    height: 100%;

    overflow: hidden;

    cursor: pointer;

    background: #27332d;

    transition:
        flex-grow .85s cubic-bezier(
            .22,
            .75,
            .20,
            1
        );

}


/* Active panel */

.gl-social-accordion__item.is-active {

    flex-grow: 4.5;

}


/* =========================================================
   IMAGE
   ========================================================= */

.gl-social-accordion__image {

    position: absolute;

    inset: 0;

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    transform: scale(1.04);

    transition:
        transform 1.1s cubic-bezier(
            .22,
            .75,
            .20,
            1
        );

}


.gl-social-accordion__item.is-active
.gl-social-accordion__image {

    transform: scale(1);

}


/* =========================================================
   OVERLAY
   ========================================================= */

.gl-social-accordion__overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(20, 28, 24, .92) 0%,
            rgba(20, 28, 24, .48) 42%,
            rgba(20, 28, 24, .08) 100%
        );

    opacity: .72;

    transition:
        opacity .65s ease;

}


.gl-social-accordion__item:not(.is-active)
.gl-social-accordion__overlay {

    opacity: .76;

}


/* =========================================================
   COLLAPSED PANEL
   ========================================================= */

.gl-social-accordion__collapsed {

    position: absolute;

    inset: 0;

    z-index: 3;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-end;

    padding: 24px 13px;

    opacity: 1;

    transition:
        opacity .3s ease;

}


.gl-social-accordion__item.is-active
.gl-social-accordion__collapsed {

    opacity: 0;

    pointer-events: none;

}


/* =========================================================
   NUMBER
   ========================================================= */

.gl-social-accordion__number {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #d99120;

    font-size: 11px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: .08em;

}


.gl-social-accordion__number::after {

    content: "";

    width: 27px;

    height: 1px;

    background: currentColor;

    opacity: .7;

}


/* =========================================================
   VERTICAL TITLE
   ========================================================= */

.gl-social-accordion__vertical-title {

    margin-top: 14px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    letter-spacing: .14em;

    white-space: nowrap;

    writing-mode: vertical-rl;

    transform: rotate(180deg);

}


/* =========================================================
   ACTIVE CONTENT
   ========================================================= */

.gl-social-accordion__content {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 4;

    padding: 40px 44px 38px;

    opacity: 0;

    transform: translateY(18px);

    transition:
        opacity .42s ease .18s,
        transform .55s cubic-bezier(
            .22,
            .75,
            .20,
            1
        ) .18s;

}


.gl-social-accordion__item.is-active
.gl-social-accordion__content {

    opacity: 1;

    transform: translateY(0);

}


/* =========================================================
   ACTIVE TITLE
   ========================================================= */

.gl-social-accordion__content h3 {

    margin: 12px 0 10px;

    color: #ffffff;

    font-size: clamp(28px, 3vw, 40px);

    font-weight: 500;

    line-height: 1.08;

    letter-spacing: -.025em;

}


.gl-social-accordion__content p {

    max-width: 560px;

    margin: 0;

    color: rgba(255,255,255,.76);

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   ACTIVE GOLD ACCENT
   ========================================================= */

.gl-social-accordion__item.is-active::after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 6;

    height: 3px;

    background: #d99120;

}


/* =========================================================
   HOVER
   ========================================================= */

.gl-social-accordion__item:hover
.gl-social-accordion__image {

    transform: scale(1);

}


.gl-social-accordion__item:hover
.gl-social-accordion__overlay {

    opacity: .55;

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.gl-social-accordion__item:focus-visible {

    outline: 2px solid #d99120;

    outline-offset: -2px;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .gl-social-accordion {

        padding: 85px 0 90px;

    }

    .gl-social-accordion__items {

        height: 500px;

    }

    .gl-social-accordion__content {

        padding: 34px;

    }

}


@media (max-width: 850px) {

    .gl-social-accordion__header {

        margin-bottom: 35px;

    }

    .gl-social-accordion__items {

        height: 460px;

    }

    .gl-social-accordion__item.is-active {

        flex-grow: 3.5;

    }

    .gl-social-accordion__content {

        padding: 28px;

    }

    .gl-social-accordion__content h3 {

        font-size: 30px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .gl-social-accordion {

        padding: 70px 0;

    }

    .gl-social-accordion__header {

        margin-bottom: 30px;

    }

    .gl-social-accordion__title {

        font-size: 40px;

    }

    .gl-social-accordion__intro {

        font-size: 13px;

        line-height: 1.7;

    }


    /*
     * Keep the horizontal accordion.
     */

    .gl-social-accordion__items {

        height: 450px;

        gap: 3px;

    }


    .gl-social-accordion__item {

        flex: 0 1 40px;

    }


    .gl-social-accordion__item.is-active {

        flex: 1 1 auto;

    }


    .gl-social-accordion__collapsed {

        padding: 18px 8px;

    }


    .gl-social-accordion__vertical-title {

        font-size: 9px;

        letter-spacing: .10em;

    }


    .gl-social-accordion__content {

        padding: 24px 21px 26px;

    }


    .gl-social-accordion__content h3 {

        font-size: 26px;

    }


    .gl-social-accordion__content p {

        font-size: 12.5px;

        line-height: 1.6;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gl-social-accordion {

        padding: 60px 0;

    }

    .gl-social-accordion__items {

        height: 410px;

    }

    .gl-social-accordion__item {

        flex-basis: 34px;

    }

    .gl-social-accordion__content {

        padding: 21px 18px 23px;

    }

    .gl-social-accordion__content h3 {

        font-size: 23px;

    }

    .gl-social-accordion__content p {

        font-size: 12px;

    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .gl-social-accordion__item,
    .gl-social-accordion__image,
    .gl-social-accordion__content,
    .gl-social-accordion__collapsed {

        transition: none;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73bb415 *//* =========================================================
   GREENILA — SOCIAL CELEBRATIONS
   WHAT WE HANDLE
   STATIC CONTENT + VERTICAL AUTO SLIDER
   ========================================================= */

.gl-social-services {
    position: relative;

    padding: 110px 0 100px;

    background: #27332d;

    overflow: hidden;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.gl-social-services__layout {

    display: grid;

    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);

    gap: 80px;

    align-items: center;

}


/* =========================================================
   LEFT — STATIC CONTENT
   ========================================================= */

.gl-social-services__intro {

    position: relative;

    z-index: 5;

    max-width: 500px;

}

.gl-social-services__eyebrow {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 22px;

    color: #d99120;

    font-size: 11px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}

.gl-social-services__eyebrow::before {

    content: "";

    width: 36px;

    height: 1px;

    background: #d99120;

}


.gl-social-services__title {

    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 4.2vw, 60px);

    font-weight: 500;

    line-height: 1.04;

    letter-spacing: -0.035em;

}

.gl-social-services__title span {

    display: block;

    color: #d99120;

}


.gl-social-services__description {

    max-width: 455px;

    margin: 30px 0 0;

    color: rgba(255,255,255,0.68);

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================================
   RIGHT — SLIDER
   ========================================================= */

.gl-social-services__slider {

    position: relative;

    display: grid;

    grid-template-columns: 28px minmax(0, 1fr);

    gap: 25px;

    align-items: center;

}


/* =========================================================
   NAVIGATION
   ========================================================= */

.gl-social-services__navigation {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 12px;

    height: 100%;

}


.gl-social-services__indicator {

    position: relative;

    width: 4px;

    height: 42px;

    padding: 0;

    border: 0;

    border-radius: 10px;

    background: rgba(255,255,255,0.12);

    cursor: pointer;

    transition:
        background 0.35s ease,
        height 0.35s ease;

}


.gl-social-services__indicator::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: inherit;

}


.gl-social-services__indicator.is-active {

    height: 64px;

    background: #d99120;

}


/* =========================================================
   VIEWPORT
   ========================================================= */

.gl-social-services__viewport {

    position: relative;

    height: 555px;

    overflow: hidden;

    outline: none;

}


/* =========================================================
   TRACK
   ========================================================= */

.gl-social-services__track {

    width: 100%;

    height: 100%;

    transition:
        transform 0.85s cubic-bezier(
            0.22,
            0.75,
            0.2,
            1
        );

}


/* =========================================================
   SERVICE CARD
   ========================================================= */

.gl-social-service {

    display: grid;

    grid-template-rows:
        minmax(0, 1fr)
        auto;

    width: 100%;

    height: 100%;

    background: #faf9f5;

    border-radius: 3px;

    overflow: hidden;

}


/* =========================================================
   IMAGE
   ========================================================= */

.gl-social-service__image {

    position: relative;

    min-height: 0;

    overflow: hidden;

    background: #eee9dd;

}


.gl-social-service__image img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}


/* =========================================================
   CONTENT
   ========================================================= */

.gl-social-service__content {

    min-height: 145px;

    padding: 24px 30px 27px;

    background: #faf9f5;

}


.gl-social-service__number {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 9px;

    color: #d99120;

    font-size: 11px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.08em;

}


.gl-social-service__number::after {

    content: "";

    width: 32px;

    height: 1px;

    background: rgba(217,145,32,0.55);

}


.gl-social-service h3 {

    margin: 0;

    color: #27332d;

    font-size: clamp(22px, 2vw, 28px);

    font-weight: 500;

    line-height: 1.2;

}


.gl-social-service p {

    max-width: 560px;

    margin: 9px 0 0;

    color: #66706a;

    font-size: 13px;

    line-height: 1.65;

}


/* =========================================================
   SUBTLE ACTIVE TRANSITION
   ========================================================= */

.gl-social-service__image img {

    transform: scale(1.015);

    transition:
        transform 1.2s cubic-bezier(
            0.22,
            0.75,
            0.2,
            1
        );

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .gl-social-services {

        padding: 85px 0;

    }

    .gl-social-services__layout {

        gap: 50px;

    }

    .gl-social-services__viewport {

        height: 500px;

    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 850px) {

    .gl-social-services__layout {

        grid-template-columns:
            minmax(0, 0.8fr)
            minmax(0, 1.2fr);

        gap: 35px;

    }

    .gl-social-services__slider {

        grid-template-columns: 20px minmax(0, 1fr);

        gap: 18px;

    }

    .gl-social-services__viewport {

        height: 455px;

    }

    .gl-social-service__content {

        min-height: 135px;

        padding: 20px 24px 23px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .gl-social-services {

        padding: 70px 0 65px;

    }

    .gl-social-services__layout {

        grid-template-columns: 1fr;

        gap: 40px;

    }


    /* Static text remains static */

    .gl-social-services__intro {

        max-width: 100%;

    }

    .gl-social-services__title {

        font-size: clamp(40px, 11vw, 50px);

    }

    .gl-social-services__description {

        margin-top: 22px;

    }


    /*
     * Slider moves below the static heading
     */

    .gl-social-services__slider {

        grid-template-columns: 18px minmax(0, 1fr);

        gap: 15px;

    }

    .gl-social-services__viewport {

        height: 440px;

    }


    /*
     * Vertical indicators become compact
     */

    .gl-social-services__navigation {

        gap: 8px;

    }

    .gl-social-services__indicator {

        width: 3px;

        height: 34px;

    }

    .gl-social-services__indicator.is-active {

        height: 48px;

    }


    .gl-social-service__content {

        min-height: 135px;

        padding: 19px 20px 22px;

    }

    .gl-social-service h3 {

        font-size: 21px;

    }

    .gl-social-service p {

        font-size: 12.5px;

        line-height: 1.6;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gl-social-services {

        padding: 60px 0 55px;

    }

    .gl-social-services__layout {

        gap: 32px;

    }

    .gl-social-services__viewport {

        height: 400px;

    }

    .gl-social-services__slider {

        grid-template-columns: 14px minmax(0, 1fr);

        gap: 12px;

    }

    .gl-social-service__content {

        min-height: 128px;

        padding: 17px 18px 20px;

    }

    .gl-social-service h3 {

        font-size: 19px;

    }

    .gl-social-service p {

        font-size: 12px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c982a8 *//* =========================================================
   GREENILA — SOCIAL CELEBRATIONS
   FINAL TRUST / CONVERSION SECTION

   Section-specific CSS only.
   ========================================================= */

.gl-social-trust {

    position: relative;

    padding: 105px 0 110px;

    background: #faf9f5;

    overflow: hidden;

}


/* =========================================================
   LAYOUT
   ========================================================= */

.gl-social-trust__grid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, .95fr);

    gap: 90px;

    align-items: center;

}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.gl-social-trust__main {

    max-width: 610px;

}


.gl-social-trust__eyebrow {

    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 18px;

    color: #d99120;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: .16em;

    text-transform: uppercase;

}


.gl-social-trust__eyebrow::before {

    content: "";

    width: 32px;

    height: 1px;

    flex: 0 0 auto;

    background: #d99120;

}


.gl-social-trust__title {

    max-width: 600px;

    margin: 0;

    color: #3f4440;

    font-size: clamp(38px, 4vw, 54px);

    font-weight: 500;

    line-height: 1.08;

    letter-spacing: -.035em;

}


.gl-social-trust__title span {

    display: block;

    color: #66775b;

}


.gl-social-trust__text {

    max-width: 570px;

    margin: 22px 0 0;

    color: #66706a;

    font-size: 14px;

    line-height: 1.75;

}


.gl-social-trust__text + .gl-social-trust__text {

    margin-top: 9px;

}


/* =========================================================
   CTA
   ========================================================= */

.gl-social-trust__cta {

    display: inline-flex;

    align-items: center;

    gap: 15px;

    margin-top: 30px;

    padding: 13px 20px;

    color: #ffffff;

    background: #d99120;

    border: 1px solid #d99120;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    transition:
        background-color .25s ease,
        border-color .25s ease,
        transform .25s ease;

}


.gl-social-trust__cta span {

    font-size: 17px;

    line-height: .7;

    transition:
        transform .25s ease;

}


.gl-social-trust__cta:hover {

    color: #ffffff;

    background: #27332d;

    border-color: #27332d;

    transform: translateY(-2px);

}


.gl-social-trust__cta:hover span {

    transform: translateX(4px);

}


/* =========================================================
   TRUST POINTS
   ========================================================= */

.gl-social-trust__points {

    position: relative;

    padding-left: 4px;

}


.gl-social-trust__point {

    display: grid;

    grid-template-columns: 42px minmax(0, 1fr);

    gap: 20px;

    padding: 24px 0;

    border-top: 1px solid rgba(63,68,64,.16);

}


.gl-social-trust__point:last-of-type {

    border-bottom: 1px solid rgba(63,68,64,.16);

}


/* =========================================================
   NUMBER
   ========================================================= */

.gl-social-trust__number {

    padding-top: 3px;

    color: #d99120;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: .08em;

}


/* =========================================================
   POINT CONTENT
   ========================================================= */

.gl-social-trust__point-content h3 {

    margin: 0 0 7px;

    color: #3f4440;

    font-size: 17px;

    font-weight: 600;

    line-height: 1.25;

}


.gl-social-trust__point-content p {

    max-width: 410px;

    margin: 0;

    color: #707872;

    font-size: 12px;

    line-height: 1.65;

}


/* =========================================================
   BRAND SIGNATURE
   ========================================================= */

.gl-social-trust__signature {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 30px;

    color: #27332d;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: .13em;

}


.gl-social-trust__signature::before {

    content: "";

    width: 28px;

    height: 1px;

    margin-right: 3px;

    background: #d99120;

}


.gl-social-trust__signature span {

    color: #d99120;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .gl-social-trust {

        padding: 85px 0 90px;

    }

    .gl-social-trust__grid {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 55px;

    }

    .gl-social-trust__title {

        font-size: 40px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .gl-social-trust {

        padding: 70px 0 75px;

    }

    .gl-social-trust__grid {

        grid-template-columns: 1fr;

        gap: 50px;

    }

    .gl-social-trust__title {

        font-size: 38px;

    }

    .gl-social-trust__text {

        font-size: 13px;

        line-height: 1.7;

    }

    .gl-social-trust__point {

        grid-template-columns: 35px minmax(0, 1fr);

        gap: 15px;

        padding: 21px 0;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gl-social-trust {

        padding: 60px 0 65px;

    }

    .gl-social-trust__title {

        font-size: 34px;

    }

    .gl-social-trust__point-content h3 {

        font-size: 16px;

    }

    .gl-social-trust__point-content p {

        font-size: 11.5px;

    }

    .gl-social-trust__signature {

        flex-wrap: wrap;

        line-height: 1.6;

    }

}/* End custom CSS */