/* Start custom CSS for text-editor, class: .elementor-element-8f33cba */#cms #main {
    padding: unset !important;
    box-shadow: unset !important;
    background-color: unset !important;
}

body, p, a, h1, h2, h3, h4, h5, span, li, ul, div {
    font-family: 'IRANSans' !Important;
}


:root {
    --dk-blue: #0a52b7;
    --dk-blue-dark: #073d88;
    --dk-blue-light: #eaf3ff;
    --dk-orange: #fe840c;
    --dk-orange-light: #fff2e5;
    --dk-green: #10a878;
    --dk-red: #e64b4b;
    --dk-text: #1d2a3a;
    --dk-muted: #667085;
    --dk-border: #e5eaf1;
    --dk-bg: #f6f8fb;
    --dk-radius: 18px;
    --dk-shadow: 0 8px 28px rgba(15, 43, 77, .07)
}

.dozin-page {
    direction: rtl;
    color: var(--dk-text);
    background: var(--dk-bg);
    line-height: 1.95;
    font-family: inherit
}

.dozin-page * {
    box-sizing: border-box
}

.dozin-page h1, .dozin-page h2, .dozin-page h3 {
    line-height: 1.6
}

.dozin-container {
    width: min(1180px, calc(100% - 30px));
    margin: auto
}

.dozin-section {
    margin-bottom: 22px
}

.dozin-card {
    background: #fff;
    border: 1px solid var(--dk-border);
    border-radius: var(--dk-radius);
    box-shadow: var(--dk-shadow)
}

.dozin-section-heading {
    margin-bottom: 16px;
    text-align: right
}

.dozin-section-heading h2 {
    margin: 8px 0 0;
    font-size: 25px;
    font-weight: 800
}

.dozin-section-heading strong {
    color: var(--dk-blue);
}

.dozin-guarantee-hero {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    padding: 42px 35px 75px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 8% 25%, rgba(255, 255, 255, .12) 0 55px, transparent 56px), radial-gradient(circle at 90% 20%, rgba(255, 255, 255, .09) 0 80px, transparent 81px), linear-gradient(135deg, var(--dk-blue-dark), var(--dk-blue));
    box-shadow: 0 15px 35px rgba(10, 82, 183, .2)
}

.dozin-guarantee-hero__badge {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    font-size: 13px
}

.dozin-guarantee-hero h1 {
    margin: 10px 0 8px;
    font-size: 31px;
    font-weight: 900
}

.dozin-guarantee-hero p {
    max-width: 820px;
    margin: auto;
    color: rgba(255, 255, 255, .9);
    font-size: 15px
}

.dozin-hero-features {
    position: absolute;
    right: 7%;
    left: 7%;
    bottom: -20px;
    z-index: 2
}

.dozin-hero-feature {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--dk-border);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    text-align: right
}

.dozin-hero-feature__icon, .dozin-info-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--dk-orange-light);
    color: var(--dk-orange);
    font-size: 24px
}

.dozin-hero-feature h3 {
    margin: 0 0 2px;
    color: var(--dk-blue);
    font-size: 16px;
    font-weight: 800
}

.dozin-hero-feature p {
    margin: 0;
    color: var(--dk-muted);
    font-size: 12px
}

.dozin-info-card {
    padding: 26px 28px
}

.dozin-info-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.dozin-info-card__title h2, .dozin-info-card__title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800
}

.dozin-info-card p {
    color: #4b5563;
    font-size: 14px
}

.dozin-info-card p:last-child {
    margin-bottom: 0
}

.dozin-guarantee-panel {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--dk-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dk-shadow)
}

.dozin-guarantee-panel__head {
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center
}

.dozin-guarantee-panel__head i {
    font-size: 25px;
}

.dozin-guarantee-panel--orange .dozin-guarantee-panel__head {
    /*background: linear-gradient(135deg, #f56f00, var(--dk-orange))*/
    background: #E49126
}

.dozin-guarantee-panel--blue .dozin-guarantee-panel__head {
    /*background: linear-gradient(135deg, var(--dk-blue-dark), var(--dk-blue))*/
    background: #545D6B;
}

.dozin-check-list {
    list-style: none !important;
    margin: 0;
    padding: 15px !important;
}

.dozin-check-list li {
    position: relative;
    margin-bottom: 8px;
    padding: 9px 35px 9px 10px;
    border: 1px solid #edf0f5;
    border-radius: 10px;
    background: #fafbfd;
    color: #4b5563;
    font-size: 15px
}

.dozin-check-list li:last-child {
    margin-bottom: 0
}

.dozin-check-list li:before {
    content: "✓";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*background: var(--dk-blue);*/
    background: #545D6B;
    color: #fff;
    font-size: 11px;
    font-weight: 900
}

.dozin-guarantee-panel--orange .dozin-check-list li:before {
    /*background: var(--dk-orange)*/
    background: #E49126
}

.dozin-simple-card {
    padding: 24px 28px
}

.dozin-simple-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 800
}

.dozin-simple-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px
}

.dozin-simple-card--green {
    border-right: 4px solid var(--dk-green)
}

.dozin-simple-card--orange {
    border-right: 4px solid var(--dk-orange)
}

.dozin-simple-card--blue {
    border-right: 4px solid var(--dk-blue)
}

.dozin-important {
    padding: 24px;
    border: 1px solid #ffd8d8;
    border-radius: 18px;
    background: #fff6f6;
    box-shadow: var(--dk-shadow)
}

.dozin-important__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #c03939;
    font-size: 19px;
    font-weight: 800
}

.dozin-important__title i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffe0e0
}

.dozin-important-list {
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
}

.dozin-important-list li {
    position: relative;
    margin-bottom: 8px;
    padding: 9px 38px 9px 12px;
    border: 1px solid #ffdede;
    border-radius: 10px;
    background: #fff;
    color: #9d3030;
    font-size: 15px
}

.dozin-important-list li:last-child {
    margin-bottom: 0
}

.dozin-important-list li:before {
    content: "!";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dk-red);
    color: #fff;
    font-weight: 900
}

.dozin-contact-cta {
    padding: 18px 22px;
    border: 1px solid #bcebdc;
    border-radius: 16px;
    background: #effcf7;
    color: #087b5b;
    font-weight: 800;
    text-align: center
}

.dozin-contact-cta a {
    color: var(--dk-blue)
}

.dozin-footer {
    margin-top: 35px;
    padding: 28px 0 15px;
    background: #fff;
    border-top: 1px solid var(--dk-border)
}

.dozin-footer__box {
    height: 100%;
    padding: 20px;
    border: 1px solid var(--dk-border);
    border-radius: 14px;
    background: #fff
}

.dozin-footer__box h3 {
    margin: 0 0 12px;
    color: var(--dk-blue);
    font-size: 16px;
    font-weight: 800
}

.dozin-footer__box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dozin-footer__box li {
    margin-bottom: 7px;
    color: #667085;
    font-size: 12px
}

.dozin-footer__contact li {
    display: flex;
    gap: 8px
}

.dozin-footer__contact i {
    color: var(--dk-orange)
}

.dozin-footer__bottom {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid var(--dk-border);
    color: #98a2b3;
    font-size: 11px;
    text-align: center
}

@media (max-width: 991.98px) {
    .dozin-guarantee-hero {
        padding-bottom: 35px
    }

    .dozin-hero-features {
        position: static;
        margin-top: 25px;
        display: none;
    }

    .dozin-hero-feature {
        min-height: 100%
    }

    .dozin-guarantee-hero h1 {
        font-size: 27px
    }
}

@media (max-width: 767.98px) {
    .dozin-container {
        width: min(100% - 20px, 1180px)
    }

    .dozin-section {
        margin-bottom: 15px
    }

    .dozin-guarantee-hero {
        padding: 30px 18px;
        border-radius: 18px
    }

    .dozin-guarantee-hero h1 {
        font-size: 22px
    }

    .dozin-guarantee-hero p {
        font-size: 12px
    }

    .dozin-hero-feature {
        padding: 14px
    }

    .dozin-hero-feature__icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
        font-size: 20px
    }

    .dozin-hero-feature h3 {
        font-size: 14px
    }

    .dozin-hero-feature p {
        font-size: 11px
    }

    .dozin-info-card, .dozin-simple-card {
        padding: 18px
    }

    .dozin-section-heading h2 {
        font-size: 20px
    }

    .dozin-info-card__title h2, .dozin-info-card__title h3, .dozin-simple-card h3 {
        font-size: 17px
    }

    .dozin-info-card p, .dozin-simple-card p {
        font-size: 13px
    }

    .dozin-check-list {
        padding: 10px
    }

    .dozin-check-list li {
        font-size: 11px;
        padding: 8px 32px 8px 8px
    }

    .dozin-important {
        padding: 16px
    }

    .dozin-important__title {
        font-size: 16px
    }

    .dozin-important-list li {
        font-size: 11px
    }

    .dozin-footer {
        margin-top: 20px
    }
}

@media (prefers-reduced-motion: no-preference) {
    .dozin-card, .dozin-guarantee-panel, .dozin-hero-feature {
        transition: transform .2s ease, box-shadow .2s ease
    }

    .dozin-card:hover, .dozin-guarantee-panel:hover, .dozin-hero-feature:hover {
        /*transform: translateY(-2px);*/
        box-shadow: 0 12px 30px rgba(15, 43, 77, .1)
    }
}/* End custom CSS */