.elementor-119 .elementor-element.elementor-element-39ecef5{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-119 .elementor-element.elementor-element-3b292cd{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-119 .elementor-element.elementor-element-0d711de{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-370b262 */.ares-about-section {
    --ares-green: #2e9f83;
    --ares-green-dark: #247d69;
    --ares-green-light: #eaf6f3;
    --ares-dark: #111816;
    --ares-text: #222a28;
    --ares-muted: #707975;
    --ares-border: #e5ece9;

    font-family: inherit;
    padding: 75px 20px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(46, 159, 131, 0.08),
            transparent 25%
        ),
        #ffffff;
}

.ares-about-section *,
.ares-about-section *::before,
.ares-about-section *::after {
    box-sizing: border-box;
}

.ares-about-container {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: 70px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.ares-about-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--ares-green);
    font-size: 14px;
    font-weight: 800;
}

.ares-about-label::before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background: var(--ares-green);
}

.ares-about-content h2 {
    margin: 0 0 24px;
    color: var(--ares-dark);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.35;
    font-weight: 900;
}

.ares-about-content h2 span {
    color: var(--ares-green);
}

.ares-about-content p {
    max-width: 720px;
    margin: 0 0 14px;
    color: var(--ares-muted);
    font-size: 16px;
    line-height: 2.1;
}

.ares-about-content p strong {
    color: var(--ares-text);
    font-weight: 800;
}

.ares-license-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    margin-top: 18px;
    padding: 12px 22px;
    border: 1px solid var(--ares-dark);
    border-radius: 12px;
    background: var(--ares-dark);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ares-license-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-license-button:hover {
    transform: translateY(-2px);
    border-color: var(--ares-green);
    background: var(--ares-green);
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(46, 159, 131, 0.25);
}

.ares-about-info {
    position: relative;
    padding: 26px;
    border: 1px solid var(--ares-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(20, 45, 38, 0.08);
}

.ares-about-info::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 34px;
    width: 90px;
    height: 4px;
    border-radius: 0 0 20px 20px;
    background: var(--ares-green);
}

.ares-info-card {
    padding: 20px;
    border: 1px solid var(--ares-border);
    border-radius: 16px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ares-info-card:hover {
    transform: translateY(-2px);
    border-color: rgba(46, 159, 131, 0.25);
    box-shadow: 0 12px 30px rgba(28, 78, 65, 0.07);
}

.ares-info-card span {
    display: block;
    margin-bottom: 7px;
    color: var(--ares-muted);
    font-size: 13px;
}

.ares-info-card strong {
    display: block;
    color: var(--ares-dark);
    font-size: 18px;
    font-weight: 900;
}

.ares-info-card--featured {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    border-color: rgba(46, 159, 131, 0.18);
    background:
        linear-gradient(
            135deg,
            rgba(46, 159, 131, 0.09),
            #ffffff
        );
}

.ares-info-icon {
    display: flex;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--ares-green);
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(46, 159, 131, 0.24);
}

.ares-info-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ares-brands-box {
    margin-top: 14px;
    padding: 20px;
    border-radius: 16px;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(46, 159, 131, 0.16),
            transparent 38%
        ),
        var(--ares-dark);
}

.ares-brands-box > span {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.ares-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ares-brand-list b {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}

.ares-brand-list b:hover {
    border-color: rgba(46, 159, 131, 0.7);
    background: rgba(46, 159, 131, 0.12);
}

@media (max-width: 900px) {
    .ares-about-section {
        padding: 55px 18px;
    }

    .ares-about-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ares-about-content {
        text-align: center;
    }

    .ares-about-label,
    .ares-license-button {
        margin-right: auto;
        margin-left: auto;
    }

    .ares-about-content p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 520px) {
    .ares-about-section {
        padding: 42px 14px;
    }

    .ares-about-content h2 {
        font-size: 30px;
    }

    .ares-about-content p {
        font-size: 14px;
        line-height: 2;
    }

    .ares-about-info {
        padding: 18px;
        border-radius: 19px;
    }

    .ares-info-grid {
        grid-template-columns: 1fr;
    }

    .ares-license-button {
        width: 100%;
        padding: 12px 14px;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a2d7a1 */.ares-branch-section {
    --ares-green: #2e9f83;
    --ares-green-dark: #247d69;
    --ares-green-light: #eaf6f3;
    --ares-dark: #111816;
    --ares-text: #202825;
    --ares-muted: #707975;
    --ares-border: #e5ece9;

    width: 100%;
    padding: 80px 20px;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(46, 159, 131, 0.08),
            transparent 25%
        ),
        #ffffff;
    font-family: inherit;
}

.ares-branch-section *,
.ares-branch-section *::before,
.ares-branch-section *::after {
    box-sizing: border-box;
}

.ares-branch-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.ares-branch-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.ares-branch-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--ares-green);
    font-size: 14px;
    font-weight: 800;
}

.ares-branch-label::before,
.ares-branch-label::after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background: var(--ares-green);
}

.ares-branch-heading h2 {
    margin: 0 0 15px;
    color: var(--ares-dark);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.45;
    font-weight: 900;
}

.ares-branch-heading p {
    margin: 0;
    color: var(--ares-muted);
    font-size: 16px;
    line-height: 2;
}

.ares-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ares-video-card {
    overflow: hidden;
    border: 1px solid var(--ares-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(18, 36, 31, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.ares-video-card:hover {
    transform: translateY(-5px);
    border-color: rgba(46, 159, 131, 0.25);
    box-shadow: 0 25px 70px rgba(26, 80, 67, 0.12);
}

.ares-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #090d0c;
}

.ares-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ares-video-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 23px;
}

.ares-video-number {
    display: flex;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(46, 159, 131, 0.1);
    color: var(--ares-green);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.ares-video-content h3 {
    margin: 0 0 8px;
    color: var(--ares-dark);
    font-size: 19px;
    line-height: 1.6;
    font-weight: 900;
}

.ares-video-content p {
    margin: 0;
    color: var(--ares-muted);
    font-size: 14px;
    line-height: 1.9;
}

.ares-branch-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 25px;
    padding: 22px 25px;
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(46, 159, 131, 0.16),
            transparent 35%
        ),
        var(--ares-dark);
}

.ares-branch-address {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ares-address-icon {
    display: flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--ares-green);
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(46, 159, 131, 0.25);
}

.ares-address-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-branch-address span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.ares-branch-address strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.ares-map-button {
    display: inline-flex;
    min-height: 48px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 11px;
    background: #ffffff;
    color: var(--ares-dark) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.ares-map-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-map-button:hover {
    transform: translateY(-2px);
    background: var(--ares-green);
    color: #ffffff !important;
}

@media (max-width: 850px) {
    .ares-branch-section {
        padding: 55px 18px;
    }

    .ares-video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ares-branch-section {
        padding: 42px 14px;
    }

    .ares-branch-heading {
        margin-bottom: 28px;
    }

    .ares-branch-heading h2 {
        font-size: 29px;
    }

    .ares-branch-heading p {
        font-size: 14px;
    }

    .ares-video-card {
        border-radius: 17px;
    }

    .ares-video-content {
        padding: 18px;
    }

    .ares-branch-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
    }

    .ares-map-button {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c48789 */.ares-story-section {
    --ares-green: #2e9f83;
    --ares-green-dark: #247d69;
    --ares-green-light: #eaf6f3;
    --ares-green-border: rgba(46, 159, 131, 0.22);
    --ares-dark: #101817;
    --ares-text: #222a28;
    --ares-muted: #707975;
    --ares-border: #e5ece9;

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 85px 20px;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(46, 159, 131, 0.08),
            transparent 28%
        ),
        #ffffff;
    font-family: inherit;
}

.ares-story-section *,
.ares-story-section *::before,
.ares-story-section *::after {
    box-sizing: border-box;
}

.ares-story-container {
    display: grid;
    grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 75px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* بخش لوگو */

.ares-story-visual {
    position: relative;
    display: flex;
    min-height: 480px;
    align-items: center;
    justify-content: center;
}

.ares-story-logo-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 410px;
    padding: 45px 35px 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0)
        ),
        var(--ares-dark);
    box-shadow: 0 35px 90px rgba(15, 24, 22, 0.25);
    text-align: center;
}

.ares-story-logo-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 100px;
    height: 4px;
    border-radius: 0 0 20px 20px;
    background: var(--ares-green);
    transform: translateX(50%);
}

.ares-story-logo-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -70px;
    bottom: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(46, 159, 131, 0.08);
    filter: blur(2px);
}

.ares-story-logo-label {
    display: block;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.42);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
}

.ares-story-logo {
    display: flex;
    width: 220px;
    height: 220px;
    margin: 0 auto 26px;
    padding: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(46, 159, 131, 0.22);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(46, 159, 131, 0.2),
            rgba(46, 159, 131, 0.03) 60%,
            transparent 61%
        );
    box-shadow:
        inset 0 0 45px rgba(46, 159, 131, 0.08),
        0 18px 45px rgba(0, 0, 0, 0.14);
}

.ares-story-logo img {
    display: block;
    width: 100%;
    max-width: 165px;
    height: 100%;
    max-height: 165px;
    object-fit: contain;
}

.ares-story-logo-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

.ares-story-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ares-story-decoration--one {
    top: 20px;
    right: 15px;
    width: 170px;
    height: 170px;
    border: 35px solid rgba(46, 159, 131, 0.09);
}

.ares-story-decoration--two {
    bottom: 25px;
    left: 15px;
    width: 115px;
    height: 115px;
    background: rgba(46, 159, 131, 0.09);
}

/* بخش محتوا */

.ares-story-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--ares-green);
    font-size: 14px;
    font-weight: 800;
}

.ares-story-label::before {
    content: "";
    width: 27px;
    height: 3px;
    border-radius: 20px;
    background: var(--ares-green);
}

.ares-story-content h2 {
    max-width: 720px;
    margin: 0 0 25px;
    color: var(--ares-dark);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.45;
}

.ares-story-content h2 span {
    color: var(--ares-green);
}

.ares-story-content > p {
    max-width: 760px;
    margin: 0 0 14px;
    color: var(--ares-muted);
    font-size: 16px;
    line-height: 2.1;
}

.ares-story-content > p strong {
    color: var(--ares-text);
    font-weight: 800;
}

.ares-story-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-top: 30px;
}

.ares-story-feature {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 15px;
    border: 1px solid var(--ares-border);
    border-radius: 15px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ares-story-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(46, 159, 131, 0.32);
    box-shadow: 0 15px 35px rgba(25, 75, 63, 0.1);
}

.ares-feature-icon {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(46, 159, 131, 0.1);
    color: var(--ares-green);
}

.ares-feature-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-story-feature strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ares-dark);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.ares-story-feature small {
    display: block;
    overflow: hidden;
    color: var(--ares-muted);
    font-size: 11px;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .ares-story-container {
        grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
        gap: 40px;
    }

    .ares-story-features {
        grid-template-columns: 1fr;
    }

    .ares-story-feature strong,
    .ares-story-feature small {
        white-space: normal;
    }
}

@media (max-width: 800px) {
    .ares-story-section {
        padding: 60px 18px;
    }

    .ares-story-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ares-story-content {
        order: 1;
        text-align: center;
    }

    .ares-story-visual {
        order: 2;
        min-height: auto;
    }

    .ares-story-label {
        justify-content: center;
    }

    .ares-story-content h2,
    .ares-story-content > p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 520px) {
    .ares-story-section {
        padding: 45px 14px;
    }

    .ares-story-content h2 {
        font-size: 29px;
    }

    .ares-story-content > p {
        font-size: 14px;
        line-height: 2;
    }

    .ares-story-logo-card {
        padding: 38px 22px 30px;
        border-radius: 22px;
    }

    .ares-story-logo {
        width: 175px;
        height: 175px;
    }

    .ares-story-logo img {
        max-width: 130px;
        max-height: 130px;
    }

    .ares-story-features {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */