:root {
    --fkf-teal: #00545c;
    --fkf-teal-deep: #004b53;
    --fkf-teal-soft: #0d6770;
    --fkf-ink: #122331;
    --fkf-muted: #60707d;
    --fkf-line: rgba(255, 255, 255, 0.16);
    --fkf-paper: #f3f6f8;
}

body.fkf-footer-active footer.elementor-location-footer,
body.fkf-footer-active .elementor-location-footer[data-elementor-type="footer"],
body.fkf-footer-active footer#colophon,
body.fkf-footer-active .dina-footer:not(.fkf-footer) {
    display: none !important;
}

.fkf-root,
.fkf-root * {
    box-sizing: border-box;
}

.fkf-root {
    clear: both;
    width: 100%;
    direction: rtl;
    font-family: var(--dina-main-font, Dana, IRANSans, Tahoma, Arial, sans-serif);
    color: #fff;
    text-align: right;
    isolation: isolate;
}

.fkf-root a {
    text-decoration: none;
}

.fkf-root .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.fkf-root svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fkf-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.fkf-benefits {
    background: #f7f9fb;
    border-top: 1px solid #e9eef1;
    color: var(--fkf-ink);
}

.fkf-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 108px;
    align-items: center;
}

.fkf-benefit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 0;
    padding: 22px 28px;
}

.fkf-benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 28%;
    width: 1px;
    height: 44%;
    background: #dfe6ea;
}

.fkf-benefit-icon {
    flex: 0 0 52px;
    color: var(--fkf-teal);
}

.fkf-benefit-icon svg {
    width: 52px;
    height: 52px;
    stroke-width: 1.7;
}

.fkf-benefit h2,
.fkf-benefit p {
    margin: 0;
}

.fkf-benefit h2 {
    margin-bottom: 7px;
    color: #142330;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.fkf-benefit p {
    color: #667580;
    font-size: 12px;
    line-height: 1.65;
    white-space: nowrap;
}

.fkf-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 12%, rgba(255,255,255,.045), transparent 28%),
        linear-gradient(135deg, var(--fkf-teal) 0%, var(--fkf-teal-deep) 100%);
}

.fkf-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.fkf-desktop-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.25fr .9fr 1.28fr 1.08fr;
    padding-block: 44px 30px;
}

.fkf-column {
    min-width: 0;
    padding-inline: 36px;
}

.fkf-column:first-child {
    padding-right: 0;
}

.fkf-column:last-child {
    padding-left: 0;
}

.fkf-column + .fkf-column {
    border-right: 1px solid var(--fkf-line);
}

.fkf-brand-column,
.fkf-links-column,
.fkf-contact-column,
.fkf-badges-column {
    text-align: center;
}

.fkf-brand-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fkf-brand-column .fkf-brand {
    width: 168px;
    max-width: 100%;
}

.fkf-brand-column .fkf-socials {
    justify-content: center;
}

.fkf-contact-list {
    justify-items: center;
}

.fkf-contact-row {
    justify-content: center;
    text-align: center;
}

.fkf-title {
    position: relative;
    width: fit-content;
    min-width: 178px;
    margin: 0 auto 25px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.fkf-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.22);
}

.fkf-brand {
    display: inline-block;
    color: #fff;
    transition: transform .25s ease, opacity .25s ease;
}

.fkf-brand:hover {
    color: #fff;
    transform: translateY(-2px);
}

.fkf-brand-logo {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    margin: 0;
    object-fit: contain;
}

.fkf-brand-copy {
    margin: 21px 0 19px;
    color: rgba(255,255,255,.84);
    font-size: 13px;
    line-height: 2;
}

.fkf-socials {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}

.fkf-social {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 12px;
    transition: transform .22s ease, opacity .22s ease;
}

.fkf-social:hover {
    color: #fff;
    transform: translateY(-3px);
}

.fkf-social.is-disabled {
    cursor: default;
    opacity: .72;
}

.fkf-social.is-disabled:hover {
    transform: none;
}

.fkf-social > svg,
.fkf-social > img {
    width: 46px;
    height: 46px;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(255,255,255,.025);
    box-shadow: inset 0 0 0 5px rgba(255,255,255,.025);
}

.fkf-social-bale > img {
    padding: 5px;
    object-fit: contain;
}

.fkf-link-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fkf-link-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    transition: color .2s ease, transform .2s ease;
}

.fkf-link-list a:hover {
    color: #fff;
    transform: translateX(-3px);
}

.fkf-link-list svg {
    width: 13px;
    height: 13px;
    opacity: .85;
}

.fkf-contact-list {
    display: grid;
    gap: 13px;
}

.fkf-contact-row {
    display: grid;
    grid-template-columns: 22px minmax(0, auto);
    align-items: start;
    gap: 11px;
    color: rgba(255,255,255,.87);
    font-size: 13px;
    line-height: 1.75;
    transition: color .2s ease, transform .2s ease;
}

.fkf-contact-row[href]:hover {
    color: #fff;
    transform: translateX(-2px);
}

.fkf-contact-row svg {
    width: 21px;
    height: 21px;
    margin-top: 1px;
}

.fkf-address span {
    overflow-wrap: anywhere;
}

.fkf-ltr {
    direction: ltr;
    unicode-bidi: isolate;
    text-align: right;
}

.fkf-hours span {
    line-height: 1.95;
}

.fkf-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 20px;
}

.fkf-badge {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
    transition: transform .22s ease, color .22s ease;
}

.fkf-badge:hover {
    color: #fff;
    transform: translateY(-3px);
}

.fkf-badge img {
    display: block;
    width: auto;
    max-width: 96px;
    height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 7px 12px rgba(0,0,0,.12));
}

.fkf-copyright {
    position: relative;
    z-index: 1;
    min-height: 65px;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.11);
}

.fkf-copyright p {
    grid-column: 2;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    text-align: center;
}

.fkf-back-to-top {
    grid-column: 3;
    justify-self: end;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.11);
    cursor: pointer;
    transition: background .22s ease, transform .22s ease;
}

.fkf-back-to-top:hover,
.fkf-back-to-top:focus-visible {
    background: rgba(255,255,255,.2);
    transform: translateY(-3px);
    outline: none;
}

.fkf-back-to-top svg {
    width: 23px;
    height: 23px;
}

.fkf-mobile-stack {
    display: none;
}

@media (max-width: 1024px) {
    .fkf-shell {
        width: min(94%, 980px);
    }

    .fkf-benefit {
        padding-inline: 15px;
        gap: 12px;
    }

    .fkf-benefit-icon,
    .fkf-benefit-icon svg {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .fkf-benefit h2 {
        font-size: 14px;
    }

    .fkf-benefit p {
        font-size: 10px;
    }

    .fkf-desktop-grid {
        grid-template-columns: 1.15fr .88fr 1.2fr 1fr;
    }

    .fkf-column {
        padding-inline: 20px;
    }

    .fkf-title {
        min-width: 145px;
    }
}

@media (max-width: 767px) {
    .fkf-root {
        padding: 0;
        background: var(--fkf-paper);
    }

    .fkf-benefits,
    .fkf-desktop-grid {
        display: none;
    }

    .fkf-footer {
        padding: 12px 0 14px;
        background: var(--fkf-paper);
    }

    .fkf-footer::before {
        display: none;
    }

    .fkf-shell {
        width: calc(100% - 20px);
    }

    .fkf-mobile-stack {
        position: relative;
        z-index: 1;
        display: grid;
        gap: 8px;
    }

    .fkf-mobile-card,
    .fkf-copyright {
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 9px;
        background:
            linear-gradient(140deg, rgba(255,255,255,.025), transparent 48%),
            var(--fkf-teal);
        box-shadow: 0 2px 5px rgba(11,39,45,.12);
    }

    .fkf-mobile-brand {
        display: grid;
        grid-template-columns: minmax(84px, auto) minmax(110px, 1fr) minmax(84px, auto);
        grid-template-areas: "socials copy logo";
        align-items: center;
        gap: 12px;
        min-height: 105px;
        padding: 14px 19px;
        direction: ltr;
    }

    .fkf-mobile-brand .fkf-brand {
        grid-area: logo;
        justify-self: end;
        width: 82px;
        max-width: 82px;
        direction: rtl;
    }

    .fkf-mobile-brand > p {
        grid-area: copy;
        margin: 0;
        color: rgba(255,255,255,.83);
        font-size: 11px;
        line-height: 2;
        text-align: center;
        direction: rtl;
    }

    .fkf-mobile-brand .fkf-socials {
        grid-area: socials;
        justify-self: start;
        justify-content: flex-start;
        gap: 12px;
        direction: rtl;
    }

    .fkf-mobile-brand .fkf-social {
        font-size: 10px;
    }

    .fkf-mobile-brand .fkf-social > svg,
    .fkf-mobile-brand .fkf-social > img {
        width: 39px;
        height: 39px;
        padding: 8px;
    }

    .fkf-mobile-contact {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 16px;
        padding: 15px 18px;
    }

    .fkf-mobile-card h2 {
        display: flex;
        align-items: center;
        gap: 9px;
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        white-space: nowrap;
    }

    .fkf-mobile-card h2 svg {
        width: 24px;
        height: 24px;
    }

    .fkf-mobile-contact-content {
        min-width: 0;
        display: grid;
        gap: 11px;
    }

    .fkf-mobile-address,
    .fkf-mobile-contact-line,
    .fkf-mobile-contact-line a,
    .fkf-mobile-contact-line > span {
        color: rgba(255,255,255,.84);
        font-size: 10px;
    }

    .fkf-mobile-address {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 7px;
        text-align: center;
        line-height: 1.9;
    }

    .fkf-mobile-address svg {
        flex: 0 0 17px;
        width: 17px;
        height: 17px;
    }

    .fkf-mobile-contact-line {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        direction: ltr;
    }

    .fkf-mobile-contact-line a,
    .fkf-mobile-contact-line > span:not(.fkf-mobile-separator) {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        direction: ltr;
    }

    .fkf-mobile-contact-line svg {
        width: 16px;
        height: 16px;
    }

    .fkf-mobile-separator {
        width: 1px;
        height: 14px;
        background: rgba(255,255,255,.28);
    }

    .fkf-mobile-links {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 15px;
        min-height: 66px;
        padding: 12px 18px;
    }

    .fkf-mobile-links-scroll {
        min-width: 0;
        display: flex;
        align-items: center;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .fkf-mobile-links-scroll::-webkit-scrollbar {
        display: none;
    }

    .fkf-mobile-links-scroll a {
        flex: 0 0 auto;
        padding: 0 12px;
        color: rgba(255,255,255,.82);
        font-size: 11px;
        border-left: 1px solid rgba(255,255,255,.2);
    }

    .fkf-mobile-links-scroll a:last-child {
        border-left: 0;
    }

    .fkf-mobile-badges {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 18px;
        min-height: 92px;
        padding: 11px 18px;
    }

    .fkf-mobile-badges-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 20px;
    }

    .fkf-mobile-badges-content a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255,255,255,.82);
        font-size: 10px;
        text-align: center;
    }

    .fkf-mobile-badges-content img {
        width: auto;
        max-width: 65px;
        height: 58px;
        object-fit: contain;
    }

    .fkf-copyright {
        position: relative;
        z-index: 1;
        min-height: 62px;
        margin-top: 8px;
        padding-inline: 14px;
        border-top: 0;
        grid-template-columns: 42px 1fr 42px;
    }

    .fkf-copyright p {
        font-size: 10px;
    }

    .fkf-back-to-top {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.1);
    }
}

@media (max-width: 520px) {
    .fkf-shell {
        width: calc(100% - 12px);
    }

    .fkf-mobile-stack {
        gap: 6px;
    }

    .fkf-mobile-card,
    .fkf-copyright {
        border-radius: 8px;
    }

    /* Keep the same one-row mobile composition shown in the supplied reference. */
    .fkf-mobile-brand {
        grid-template-columns: minmax(64px, auto) minmax(76px, 1fr) minmax(72px, auto);
        gap: 7px;
        min-height: 92px;
        padding: 11px;
    }

    .fkf-mobile-brand .fkf-brand {
        width: 72px;
        max-width: 72px;
    }

    .fkf-mobile-brand > p {
        font-size: 8.5px;
        line-height: 1.9;
    }

    .fkf-mobile-brand .fkf-socials {
        gap: 7px;
    }

    .fkf-mobile-brand .fkf-social {
        gap: 4px;
        font-size: 8px;
    }

    .fkf-mobile-brand .fkf-social > svg,
    .fkf-mobile-brand .fkf-social > img {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .fkf-mobile-brand .fkf-social-bale > img {
        padding: 4px;
    }

    .fkf-mobile-contact {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        padding: 11px 10px;
    }

    .fkf-mobile-card h2 {
        gap: 6px;
        font-size: 12px;
    }

    .fkf-mobile-card h2 svg {
        width: 20px;
        height: 20px;
    }

    .fkf-mobile-contact-content {
        gap: 8px;
    }

    .fkf-mobile-address,
    .fkf-mobile-contact-line,
    .fkf-mobile-contact-line a,
    .fkf-mobile-contact-line > span {
        font-size: 8px;
    }

    .fkf-mobile-address {
        justify-content: center;
        text-align: center;
        line-height: 1.75;
    }

    .fkf-mobile-address svg {
        flex-basis: 14px;
        width: 14px;
        height: 14px;
    }

    .fkf-mobile-contact-line {
        justify-content: center;
        gap: 5px;
    }

    .fkf-mobile-contact-line a,
    .fkf-mobile-contact-line > span:not(.fkf-mobile-separator) {
        gap: 3px;
    }

    .fkf-mobile-contact-line svg {
        width: 13px;
        height: 13px;
    }

    .fkf-mobile-separator {
        height: 11px;
    }

    .fkf-mobile-links {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        min-height: 58px;
        padding: 10px;
    }

    .fkf-mobile-links-scroll a {
        padding: 0 8px;
        font-size: 9px;
    }

    .fkf-mobile-badges {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        min-height: 82px;
        padding: 8px 10px;
    }

    .fkf-mobile-badges-content {
        gap: 8px;
    }

    .fkf-mobile-badges-content a {
        gap: 5px;
        font-size: 8px;
    }

    .fkf-mobile-badges-content img {
        max-width: 48px;
        height: 48px;
    }

    .fkf-copyright {
        min-height: 56px;
        margin-top: 6px;
        padding-inline: 8px;
        grid-template-columns: 36px 1fr 36px;
    }

    .fkf-copyright p {
        font-size: 8.5px;
    }

    .fkf-back-to-top {
        width: 34px;
        height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fkf-root *,
    .fkf-root *::before,
    .fkf-root *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
