.elementor-858 .elementor-element.elementor-element-3d5e74f{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;--justify-items:stretch;--align-items:center;--margin-top:1%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-858 .elementor-element.elementor-element-858744d{margin:-1.5% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 0% 0% 0%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:2400px){.elementor-858 .elementor-element.elementor-element-3d5e74f{--grid-auto-flow:row;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-858 .elementor-element.elementor-element-858744d{padding:0% 0% 0% 0%;}}@media(max-width:1024px){.elementor-858 .elementor-element.elementor-element-3d5e74f{--grid-auto-flow:row;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-858 .elementor-element.elementor-element-858744d{margin:-2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 0% 0% 0%;}}@media(max-width:880px){.elementor-858 .elementor-element.elementor-element-3d5e74f{--grid-auto-flow:row;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-858 .elementor-element.elementor-element-858744d{margin:-3% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 0% 0% 0%;}}@media(max-width:767px){.elementor-858 .elementor-element.elementor-element-3d5e74f{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-858 .elementor-element.elementor-element-858744d{margin:-5% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 0% 0% 0%;}}/* Start custom CSS for html, class: .elementor-element-858744d */#huberr-footer .huberr-footer__brand img {
    display: block;
    width: auto;
    height: 52px;
}



    #huberr-footer {
        --huberr-green: #00754a;
        --huberr-green-dark: #005b3a;
        --huberr-green-light: #e3f5ed;
        --huberr-bg: #f7fbf9;
        --huberr-ink: #102c20;
        --huberr-muted: #688176;
        --huberr-border: #dcebe4;
        position: relative;
        overflow: hidden;
        background: var(--huberr-bg);
        color: var(--huberr-ink);
        font-family: inherit;
    }

    #huberr-footer * {
        box-sizing: border-box;
    }

    #huberr-footer .huberr-footer__container {
        position: relative;
        z-index: 2;
        width: min(1180px, calc(100% - 48px));
        margin: 0 auto;
    }

    /* تزئین بسیار ظریف پس‌زمینه */
    #huberr-footer .huberr-footer__accent {
        position: absolute;
        z-index: 0;
        top: -260px;
        left: -160px;
        width: 560px;
        height: 560px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 117, 74, .10), transparent 68%);
        pointer-events: none;
    }

    #huberr-footer .huberr-footer__main {
        display: grid;
        grid-template-columns: 1.45fr .8fr 1fr 1.15fr;
        gap: clamp(28px, 4.5vw, 68px);
        padding: 62px 0 54px;
    }

    /* Brand */
    #huberr-footer .huberr-footer__brand {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: var(--huberr-ink);
        text-decoration: none;
    }

    #huberr-footer .huberr-footer__brand-mark {
        display: grid;
        width: 38px;
        height: 38px;
        place-items: center;
        border-radius: 11px;
        background: var(--huberr-green);
        box-shadow: 0 8px 18px rgba(0, 117, 74, .16);
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 21px;
        font-weight: 800;
    }

    #huberr-footer .huberr-footer__brand-name {
        color: var(--huberr-green-dark);
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -.8px;
    }

    #huberr-footer .huberr-footer__brand-description {
        max-width: 315px;
        margin: 17px 0 20px;
        color: var(--huberr-muted);
        font-size: 12px;
        line-height: 2.1;
    }

    /* Social links */
    #huberr-footer .huberr-footer__socials {
        display: flex;
        gap: 8px;
    }

    #huberr-footer .huberr-footer__social {
        display: grid;
        width: 35px;
        height: 35px;
        place-items: center;
        border: 1px solid #cfe4da;
        border-radius: 9px;
        background: #fff;
        color: var(--huberr-green);
        text-decoration: none;
        transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease;
    }

    #huberr-footer .huberr-footer__social:hover {
        transform: translateY(-3px);
        border-color: var(--huberr-green);
        background: var(--huberr-green);
        color: #fff;
    }

    #huberr-footer .huberr-footer__social svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* Links */
    #huberr-footer h3 {
        margin: 6px 0 20px;
        color: var(--huberr-ink);
        font-size: 14px;
        font-weight: 6900;
    }

    #huberr-footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #huberr-footer li {
        margin-bottom: 13px;
    }

    #huberr-footer li a {
        display: inline-flex;
        align-items: center;
        color: #547066;
        font-size: 12px;
        text-decoration: none;
        transition: color .2s ease, transform .2s ease;
    }

    #huberr-footer li a::before {
        content: "";
        width: 4px;
        height: 4px;
        margin-left: 8px;
        border-radius: 50%;
        background: var(--huberr-green);
        opacity: 0;
        transform: scale(.4);
        transition: opacity .2s ease, transform .2s ease;
    }

    #huberr-footer li a:hover {
        transform: translateX(-3px);
        color: var(--huberr-green);
    }

    #huberr-footer li a:hover::before {
        opacity: 1;
        transform: scale(1);
    }

    /* Contact */
    #huberr-footer .huberr-footer__contact-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        color: var(--huberr-ink);
        text-decoration: none;
    }

    #huberr-footer .huberr-footer__contact-icon {
        display: grid;
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        place-items: center;
        border-radius: 9px;
        background: var(--huberr-green-light);
        color: var(--huberr-green);
        transition: background .2s ease, color .2s ease, transform .2s ease;
    }

    #huberr-footer .huberr-footer__contact-item:hover .huberr-footer__contact-icon {
        transform: scale(1.08);
        background: var(--huberr-green);
        color: #fff;
    }

    #huberr-footer .huberr-footer__contact-icon svg {
        width: 15px;
        height: 15px;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    #huberr-footer .huberr-footer__contact-item small {
        display: block;
        margin-bottom: 3px;
        color: #789287;
        font-size: 10px;
    }

    #huberr-footer .huberr-footer__contact-item strong {
        color: #264538;
        font-size: 12px;
        font-weight: 700;
    }

    #huberr-footer .huberr-footer__address {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin-top: 17px;
        padding-top: 16px;
        border-top: 1px solid var(--huberr-border);
        color: #607b70;
        font-size: 11px;
        line-height: 1.9;
    }

    #huberr-footer .huberr-footer__address svg {
        flex: 0 0 auto;
        width: 16px;
        height: 16px;
        margin-top: 2px;
        stroke: var(--huberr-green);
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* Bottom */
    #huberr-footer .huberr-footer__bottom-wrap {
        border-top: 1px solid var(--huberr-border);
        background: #eef7f2;
    }

    #huberr-footer .huberr-footer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        min-height: 69px;
    }

    #huberr-footer .huberr-footer__bottom p {
        margin: 0;
        color: #698278;
        font-size: 10px;
    }

    #huberr-footer .huberr-footer__bottom p strong {
        color: var(--huberr-green-dark);
        font-weight: 700;
    }

    #huberr-footer .huberr-footer__bottom-links {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #huberr-footer .huberr-footer__bottom-links a,
    #huberr-footer .huberr-footer__back-top {
        color: #648076;
        font-size: 10px;
        text-decoration: none;
        transition: color .2s ease;
    }

    #huberr-footer .huberr-footer__bottom-links a:hover,
    #huberr-footer .huberr-footer__back-top:hover {
        color: var(--huberr-green);
    }

    #huberr-footer .huberr-footer__bottom-links span {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #9eb9ac;
    }

    #huberr-footer .huberr-footer__back-top {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        gap: 6px;
    }

    #huberr-footer .huberr-footer__back-top svg {
        width: 20px;
        height: 20px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform .2s ease;
    }

    #huberr-footer .huberr-footer__back-top:hover svg {
        transform: translateY(-3px);
    }

    @media (max-width: 900px) {
        #huberr-footer .huberr-footer__main {
            grid-template-columns: 1.4fr 1fr 1fr;
        }

        #huberr-footer .huberr-footer__contact-column {
            display: grid;
            grid-column: 1 / -1;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            padding-top: 10px;
        }

        #huberr-footer .huberr-footer__contact-column h3,
        #huberr-footer .huberr-footer__address {
            grid-column: 1 / -1;
        }

        #huberr-footer .huberr-footer__contact-item {
            margin-bottom: 0;
        }
    }

    @media (max-width: 620px) {
        #huberr-footer .huberr-footer__container {
            width: min(100% - 36px, 1180px);
        }

        #huberr-footer .huberr-footer__main {
            grid-template-columns: 1fr 1fr;
            gap: 34px 20px;
            padding: 48px 0 38px;
        }

        #huberr-footer .huberr-footer__brand-column {
            grid-column: 1 / -1;
        }

        #huberr-footer .huberr-footer__brand-description {
            max-width: 410px;
        }

        #huberr-footer .huberr-footer__contact-column {
            display: block;
            grid-column: 1 / -1;
        }

        #huberr-footer .huberr-footer__contact-item {
            margin-bottom: 13px;
        }

        #huberr-footer .huberr-footer__bottom {
            flex-wrap: wrap;
            justify-content: center;
            padding: 18px 0;
            text-align: center;
        }

        #huberr-footer .huberr-footer__back-top {
            width: 100%;
            justify-content: center;
        }
    }/* End custom CSS */