.elementor-2700 .elementor-element.elementor-element-c5c90dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2700 .elementor-element.elementor-element-c5c90dd:not(.elementor-motion-effects-element-type-background), .elementor-2700 .elementor-element.elementor-element-c5c90dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF6F0;}.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-2700 .elementor-element.elementor-element-8d33ca7{--divider-border-style:wavy;--divider-color:#3065594F;--divider-border-width:1px;--divider-pattern-height:20px;--divider-pattern-size:20px;--divider-element-spacing:15px;}.elementor-2700 .elementor-element.elementor-element-8d33ca7 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-2700 .elementor-element.elementor-element-8d33ca7 .elementor-divider-separator{width:70%;margin:0 auto;margin-center:0;}.elementor-2700 .elementor-element.elementor-element-8d33ca7 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-2700 .elementor-element.elementor-element-8d33ca7 .elementor-divider__text{color:var( --e-global-color-primary );font-family:"Vazirmatn", Sans-serif;font-size:25px;font-weight:600;}.elementor-2700 .elementor-element.elementor-element-6cdec2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-9bd31c4 *//* ==================================================
   GOLHOO ACTIVITIES
================================================== */

.golhoo-activities,
.golhoo-activities * {
    box-sizing: border-box;
}

.golhoo-activities {
    --ga-green: #31695f;
    --ga-green-dark: #234f47;
    --ga-green-soft: #eaf2f0;

    --ga-gold: #c5a064;
    --ga-gold-soft: #f5eee3;

    --ga-text: #293630;
    --ga-muted: #66736e;

    --ga-white: #ffffff;
    --ga-bg: #f8f7f3;

    --ga-border: rgba(49, 105, 95, 0.14);

    width: 100%;
    direction: rtl;
    text-align: right;

    color: var(--ga-text);
    font-family: "Vazirmatn", Sans-serif;
}

.golhoo-activities__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* =====================================
   HERO
===================================== */

.golhoo-activities__hero {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .6fr);
    gap: 30px;

    padding: 52px;

    margin-bottom: 65px;

    background:
        radial-gradient(
            circle at 5% 5%,
            rgba(197, 160, 100, .15),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #ffffff,
            #f7faf9
        );

    border: 1px solid var(--ga-border);
    border-radius: 28px;

    box-shadow:
        0 18px 60px rgba(35, 79, 71, .065);
}

.golhoo-activities__hero::after {
    content: "";

    position: absolute;
    left: -90px;
    bottom: -120px;

    width: 260px;
    height: 260px;

    border: 36px solid rgba(49, 105, 95, .04);
    border-radius: 50%;
}

.golhoo-activities__hero-content {
    position: relative;
    z-index: 2;
}

.golhoo-activities__eyebrow,
.golhoo-activities__section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    color: var(--ga-gold);

    font-size: 13px;
    font-weight: 800;
}

.golhoo-activities__eyebrow::before,
.golhoo-activities__section-label::before {
    content: "";

    width: 20px;
    height: 2px;

    background: currentColor;

    border-radius: 5px;
}

.golhoo-activities__title {
    max-width: 780px;

    margin: 0 0 20px;

    color: var(--ga-green-dark);

    font-size: clamp(28px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.55;
}

.golhoo-activities__lead {
    max-width: 830px;

    margin: 0;

    color: #4e5d57;

    font-size: 15px;
    line-height: 2.15;
}

.golhoo-activities__lead + .golhoo-activities__lead {
    margin-top: 10px;
}


/* Goal */

.golhoo-activities__hero-goal {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 29px;

    background: var(--ga-green);

    border-radius: 21px;

    color: #fff;
}

.golhoo-activities__goal-label {
    margin-bottom: 8px;

    color: rgba(255,255,255,.7);

    font-size: 12px;
    font-weight: 700;
}

.golhoo-activities__hero-goal strong {
    margin-bottom: 12px;

    color: #fff;

    font-size: 29px;
    font-weight: 800;
}

.golhoo-activities__hero-goal p {
    margin: 0;

    color: rgba(255,255,255,.88);

    font-size: 13px;
    line-height: 2;
}


/* =====================================
   SECTION HEAD
===================================== */

.golhoo-activities__section-head {
    margin-bottom: 33px;
}

.golhoo-activities__section-title {
    margin: 0;

    color: var(--ga-green-dark);

    font-size: clamp(23px, 2.5vw, 34px);
    font-weight: 800;
    line-height: 1.6;
}

.golhoo-activities__section-head > p {
    max-width: 760px;

    margin: 9px 0 0;

    color: var(--ga-muted);

    font-size: 14px;
    line-height: 2;
}


/* =====================================
   CARDS GRID
===================================== */

.golhoo-activities__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;

    margin-bottom: 75px;
}

.golhoo-activities__card {
    position: relative;
    overflow: hidden;

    min-height: 300px;

    padding: 28px;

    background: var(--ga-white);

    border: 1px solid var(--ga-border);
    border-radius: 21px;

    box-shadow:
        0 10px 35px rgba(35, 79, 71, .045);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.golhoo-activities__card:hover {
    transform: translateY(-4px);

    border-color: rgba(49, 105, 95, .29);

    box-shadow:
        0 18px 45px rgba(35, 79, 71, .08);
}

.golhoo-activities__card::after {
    content: "";

    position: absolute;
    left: -55px;
    bottom: -70px;

    width: 150px;
    height: 150px;

    background: var(--ga-green-soft);

    border-radius: 50%;

    opacity: .7;
}

.golhoo-activities__card-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
}

.golhoo-activities__number {
    color: var(--ga-gold);

    font-size: 12px;
    font-weight: 800;
}

.golhoo-activities__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    background: var(--ga-green-soft);

    border-radius: 11px;

    color: var(--ga-green);

    font-size: 18px;
    font-weight: 800;
}

.golhoo-activities__card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 12px;

    color: var(--ga-green-dark);

    font-size: 19px;
    font-weight: 800;
    line-height: 1.8;
}

.golhoo-activities__card p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: #59665f;

    font-size: 14px;
    line-height: 2.1;
}

.golhoo-activities__card p + p {
    margin-top: 10px;
}


/* Notes */

.golhoo-activities__note {
    position: relative;
    z-index: 2;

    margin-top: 17px;
    padding: 13px 15px;

    background: var(--ga-gold-soft);

    border-right: 3px solid var(--ga-gold);
    border-radius: 9px;

    color: #5a5143;

    font-size: 12px;
    line-height: 2;
}


/* Final card */

.golhoo-activities__card--final {
    background:
        linear-gradient(
            145deg,
            var(--ga-green),
            var(--ga-green-dark)
        );

    border-color: transparent;
}

.golhoo-activities__card--final::after {
    background: rgba(255,255,255,.06);
}

.golhoo-activities__card--final .golhoo-activities__number {
    color: #e5ca99;
}

.golhoo-activities__card--final .golhoo-activities__icon {
    background: rgba(255,255,255,.12);

    color: #fff;
}

.golhoo-activities__card--final h3 {
    color: #fff;
}

.golhoo-activities__card--final p {
    color: rgba(255,255,255,.86);
}


/* =====================================
   JOURNEY / PROGRESS
===================================== */

.golhoo-activities__progress {
    padding: 42px;

    margin-bottom: 70px;

    background: var(--ga-bg);

    border-radius: 25px;
}

.golhoo-activities__progress-head {
    max-width: 820px;

    margin-bottom: 32px;
}

.golhoo-activities__progress-head h2 {
    margin: 0 0 8px;

    color: var(--ga-green-dark);

    font-size: clamp(23px, 2.5vw, 32px);
    font-weight: 800;
}

.golhoo-activities__progress-head p {
    margin: 0;

    color: var(--ga-muted);

    font-size: 14px;
    line-height: 2.05;
}


/* Journey */

.golhoo-activities__journey {
    display: flex;
    align-items: center;

    width: 100%;
}

.golhoo-activities__journey-item {
    display: flex;
    align-items: center;
    gap: 11px;

    min-width: 150px;
}

.golhoo-activities__journey-item > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    min-width: 42px;
    height: 42px;

    background: #fff;

    border: 2px solid var(--ga-green);
    border-radius: 50%;

    color: var(--ga-green);

    font-size: 13px;
    font-weight: 800;
}

.golhoo-activities__journey-item strong {
    display: block;

    color: var(--ga-green-dark);

    font-size: 13px;
    font-weight: 800;
}

.golhoo-activities__journey-item small {
    display: block;

    margin-top: 2px;

    color: var(--ga-muted);

    font-size: 11px;
}

.golhoo-activities__journey-line {
    flex: 1;

    height: 1px;

    margin: 0 12px;

    background:
        repeating-linear-gradient(
            to left,
            rgba(49,105,95,.28) 0,
            rgba(49,105,95,.28) 7px,
            transparent 7px,
            transparent 12px
        );
}

.golhoo-activities__journey-item--last > span {
    background: var(--ga-green);
    color: #fff;
}


/* =====================================
   FOOTER
===================================== */

.golhoo-activities__footer {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;

    padding: 42px;

    background: var(--ga-green);

    border-radius: 25px;

    color: #fff;
}

.golhoo-activities__footer::after {
    content: "";

    position: absolute;
    left: -55px;
    top: -85px;

    width: 220px;
    height: 220px;

    border: 28px solid rgba(255,255,255,.035);
    border-radius: 50%;
}

.golhoo-activities__footer-content {
    position: relative;
    z-index: 2;
}

.golhoo-activities__footer-label {
    display: block;

    margin-bottom: 6px;

    color: #e5c996;

    font-size: 12px;
    font-weight: 800;
}

.golhoo-activities__footer h2 {
    margin: 0 0 10px;

    color: #fff;

    font-size: clamp(22px, 2.5vw, 31px);
    font-weight: 800;
    line-height: 1.7;
}

.golhoo-activities__footer p {
    max-width: 840px;

    margin: 0;

    color: rgba(255,255,255,.86);

    font-size: 14px;
    line-height: 2.15;
}

.golhoo-activities__footer-word {
    position: relative;
    z-index: 2;

    padding: 17px 21px;

    background: rgba(255,255,255,.1);

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;

    color: #fff;

    font-size: 15px;
    font-weight: 800;

    white-space: nowrap;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 900px) {

    .golhoo-activities__hero {
        grid-template-columns: 1fr;
        padding: 38px;
    }

    .golhoo-activities__journey {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .golhoo-activities__journey-line {
        display: none;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .golhoo-activities__hero {
        padding: 28px 21px;

        margin-bottom: 45px;

        border-radius: 20px;
    }

    .golhoo-activities__title {
        font-size: 26px;
    }

    .golhoo-activities__lead {
        font-size: 14px;
        line-height: 2.05;
    }

    .golhoo-activities__hero-goal {
        padding: 22px;
        border-radius: 16px;
    }


    /* Grid */

    .golhoo-activities__grid {
        grid-template-columns: 1fr;

        gap: 15px;

        margin-bottom: 50px;
    }

    .golhoo-activities__card {
        min-height: auto;

        padding: 23px 20px;
        border-radius: 17px;
    }

    .golhoo-activities__card h3 {
        font-size: 17px;
    }

    .golhoo-activities__card p {
        font-size: 13px;
        line-height: 2.05;
    }


    /* Progress */

    .golhoo-activities__progress {
        padding: 27px 20px;

        margin-bottom: 50px;

        border-radius: 20px;
    }

    .golhoo-activities__journey {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .golhoo-activities__journey-item {
        min-width: 0;

        padding: 12px;

        background: #fff;

        border-radius: 12px;
    }


    /* Footer */

    .golhoo-activities__footer {
        grid-template-columns: 1fr;

        padding: 30px 22px;

        border-radius: 20px;
    }

    .golhoo-activities__footer-word {
        width: max-content;
    }

}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .golhoo-activities__card {
        transition: none;
    }

}/* End custom CSS */