.elementor-2698 .elementor-element.elementor-element-544e714{--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-2698 .elementor-element.elementor-element-544e714:not(.elementor-motion-effects-element-type-background), .elementor-2698 .elementor-element.elementor-element-544e714 > .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-2698 .elementor-element.elementor-element-5d05df3{--divider-border-style:wavy;--divider-color:#3065594F;--divider-border-width:1px;--divider-pattern-height:20px;--divider-pattern-size:20px;--divider-element-spacing:15px;}.elementor-2698 .elementor-element.elementor-element-5d05df3 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-2698 .elementor-element.elementor-element-5d05df3 .elementor-divider-separator{width:70%;margin:0 auto;margin-center:0;}.elementor-2698 .elementor-element.elementor-element-5d05df3 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-2698 .elementor-element.elementor-element-5d05df3 .elementor-divider__text{color:var( --e-global-color-primary );font-family:"Vazirmatn", Sans-serif;font-size:25px;font-weight:600;}.elementor-2698 .elementor-element.elementor-element-64aeb8f{--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-539cc2d *//* =========================================================
   Golhoo - Empowerment Journey
   ========================================================= */

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

.golhoo-empowerment {
    --gh-primary: #31695f;
    --gh-primary-dark: #245249;
    --gh-primary-soft: #eaf1ef;

    --gh-accent: #c8a46a;
    --gh-accent-soft: #f5eee2;

    --gh-bg: #f8f7f3;
    --gh-card: #ffffff;

    --gh-text: #25332f;
    --gh-muted: #66736f;
    --gh-border: rgba(49, 105, 95, 0.14);

    direction: rtl;
    text-align: right;
    width: 100%;
    color: var(--gh-text);
    font-family: "Vazirmatn", Sans-serif;
    line-height: 2;
}

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

/* Intro */

.golhoo-empowerment__intro {
    position: relative;
    overflow: hidden;
    padding: 52px 54px;
    margin-bottom: 55px;
    background:
        radial-gradient(
            circle at 5% 5%,
            rgba(200, 164, 106, 0.14),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7faf9 100%
        );
    border: 1px solid var(--gh-border);
    border-radius: 28px;
    box-shadow: 0 18px 55px rgba(35, 73, 65, 0.07);
}

.golhoo-empowerment__intro::before {
    content: "";
    position: absolute;
    left: -75px;
    top: -90px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(49, 105, 95, 0.09);
    border-radius: 50%;
}

.golhoo-empowerment__intro::after {
    content: "";
    position: absolute;
    left: 45px;
    top: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(200, 164, 106, 0.22);
    transform: rotate(45deg);
    border-radius: 18px;
}

.golhoo-empowerment__intro-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
}

.golhoo-empowerment__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 6px 14px;
    background: var(--gh-primary-soft);
    border-radius: 50px;
    color: var(--gh-primary);
    font-size: 13px;
    font-weight: 700;
}

.golhoo-empowerment__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--gh-primary);
    border-radius: 50%;
}

.golhoo-empowerment__title {
    margin: 0 0 20px;
    color: var(--gh-primary-dark);
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.55;
}

.golhoo-empowerment__lead {
    max-width: 900px;
    margin: 0;
    color: #43534e;
    font-size: 16px;
    line-height: 2.15;
}

.golhoo-empowerment__lead + .golhoo-empowerment__lead {
    margin-top: 12px;
}

/* Highlights */

.golhoo-empowerment__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.golhoo-empowerment__highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 12px;
    color: #455750;
    font-size: 13px;
    font-weight: 600;
}

.golhoo-empowerment__highlight::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    background: var(--gh-primary);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
}

/* Three year box */

.golhoo-empowerment__three-year {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    padding: 22px 24px;
    background: var(--gh-primary);
    border-radius: 18px;
    color: #fff;
}

.golhoo-empowerment__year-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 17px;
}

.golhoo-empowerment__year-number strong {
    font-size: 29px;
    line-height: 1.1;
}

.golhoo-empowerment__year-number span {
    margin-top: 5px;
    font-size: 11px;
    opacity: 0.85;
}

.golhoo-empowerment__year-text {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.91);
}

/* Section heading */

.golhoo-empowerment__section-head {
    margin-bottom: 38px;
}

.golhoo-empowerment__section-label {
    display: block;
    margin-bottom: 6px;
    color: var(--gh-accent);
    font-size: 13px;
    font-weight: 800;
}

.golhoo-empowerment__section-title {
    margin: 0;
    color: var(--gh-primary-dark);
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 800;
    line-height: 1.6;
}

.golhoo-empowerment__section-desc {
    max-width: 720px;
    margin: 8px 0 0;
    color: var(--gh-muted);
    font-size: 14px;
}

/* Timeline */

.golhoo-empowerment__timeline {
    position: relative;
    padding-bottom: 1px;
}

.golhoo-empowerment__timeline::before {
    content: "";
    position: absolute;
    top: 29px;
    bottom: 29px;
    right: 28px;
    width: 2px;
    background: linear-gradient(
        to bottom,
        var(--gh-primary),
        rgba(49, 105, 95, 0.18)
    );
}

.golhoo-empowerment__step {
    position: relative;
    display: grid;
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 26px;
}

.golhoo-empowerment__step:last-child {
    margin-bottom: 0;
}

.golhoo-empowerment__number {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background: #fff;
    border: 2px solid var(--gh-primary);
    border-radius: 50%;
    color: var(--gh-primary);
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(49, 105, 95, 0.1);
}

.golhoo-empowerment__step:hover .golhoo-empowerment__number {
    background: var(--gh-primary);
    color: #fff;
}

/* Cards */

.golhoo-empowerment__card {
    position: relative;
    padding: 28px 30px 27px;
    background: var(--gh-card);
    border: 1px solid var(--gh-border);
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(37, 65, 58, 0.05);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.golhoo-empowerment__card:hover {
    transform: translateY(-3px);
    border-color: rgba(49, 105, 95, 0.27);
    box-shadow: 0 16px 42px rgba(37, 65, 58, 0.08);
}

.golhoo-empowerment__card::before {
    content: "";
    position: absolute;
    top: 31px;
    right: -8px;
    width: 15px;
    height: 15px;
    background: var(--gh-card);
    border-right: 1px solid var(--gh-border);
    border-bottom: 1px solid var(--gh-border);
    transform: rotate(-45deg);
}

.golhoo-empowerment__step-title {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 13px;
    color: var(--gh-primary-dark);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.8;
}

.golhoo-empowerment__step-title::before {
    content: "";
    display: block;
    width: 4px;
    min-width: 4px;
    height: 25px;
    margin-top: 4px;
    background: var(--gh-accent);
    border-radius: 10px;
}

.golhoo-empowerment__card p {
    margin: 0;
    color: #52615c;
    font-size: 14px;
    line-height: 2.15;
}

.golhoo-empowerment__card p + p {
    margin-top: 12px;
}

.golhoo-empowerment__card strong {
    color: var(--gh-primary-dark);
    font-weight: 800;
}

/* Notes */

.golhoo-empowerment__note {
    margin-top: 19px;
    padding: 15px 17px;
    background: var(--gh-accent-soft);
    border-right: 3px solid var(--gh-accent);
    border-radius: 10px;
    color: #594e3e;
    font-size: 13px;
    line-height: 2;
}

.golhoo-empowerment__note strong {
    color: #55462f;
}

/* Footer */

.golhoo-empowerment__footer {
    position: relative;
    overflow: hidden;
    margin-top: 46px;
    padding: 32px 35px;
    background: var(--gh-primary-soft);
    border: 1px solid var(--gh-border);
    border-radius: 22px;
}

.golhoo-empowerment__footer::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -65px;
    width: 170px;
    height: 170px;
    border: 28px solid rgba(49, 105, 95, 0.05);
    border-radius: 50%;
}

.golhoo-empowerment__footer-title {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: var(--gh-primary-dark);
    font-size: 20px;
    font-weight: 800;
}

.golhoo-empowerment__footer-text {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0;
    color: #50615b;
    font-size: 14px;
    line-height: 2.1;
}

/* Responsive */

@media (max-width: 767px) {

    .golhoo-empowerment__intro {
        padding: 30px 22px;
        margin-bottom: 40px;
        border-radius: 20px;
    }

    .golhoo-empowerment__intro::after {
        display: none;
    }

    .golhoo-empowerment__title {
        font-size: 27px;
        line-height: 1.65;
    }

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

    .golhoo-empowerment__three-year {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .golhoo-empowerment__year-number {
        width: 68px;
        height: 68px;
    }

    .golhoo-empowerment__highlights {
        gap: 8px;
    }

    .golhoo-empowerment__highlight {
        font-size: 12px;
    }

    .golhoo-empowerment__timeline::before {
        right: 21px;
    }

    .golhoo-empowerment__step {
        grid-template-columns: 43px minmax(0, 1fr);
        gap: 13px;
        margin-bottom: 19px;
    }

    .golhoo-empowerment__number {
        width: 43px;
        height: 43px;
        font-size: 15px;
    }

    .golhoo-empowerment__card {
        padding: 21px 18px;
        border-radius: 15px;
    }

    .golhoo-empowerment__card::before {
        top: 22px;
        right: -6px;
        width: 11px;
        height: 11px;
    }

    .golhoo-empowerment__step-title {
        font-size: 17px;
    }

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

    .golhoo-empowerment__footer {
        margin-top: 35px;
        padding: 24px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .golhoo-empowerment__card {
        transition: none;
    }
}/* End custom CSS */