@charset "UTF-8";

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    display: block;
    line-height: 1.6;
    text-align: right;
    min-height: 100vh;
    overflow-x: hidden;
    color: #232c39;
    font-family: "Iran1", "Vazirmatn", sans-serif;
    background-color: #f9f9f9;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-wrap: balance;
    line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
    text-wrap: pretty;
    overflow-wrap: break-word;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

/*.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}
*/
@media (max-width: 1200px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(circle, #066899 0%, rgba(0, 0, 0, 0) 100%);
}
.bg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    gap: 10px;
    border-radius: 8px;
    padding: 4px;
}
.orders-term {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 40px 0px #00000026;
    background: var(--Color-Background, #FFFFFF);
    max-height: 362px;
    border-radius: 24px;
    padding: 24px;
    justify-content: space-between;
    margin-top: 64px;
    gap: 72px;
}

.hero__content-side {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 674px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.order-left img {
    max-height: 314px;
    border-radius: 16px;
}
.breadcrumbs {
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gray {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 16px;
}

.blue {
    color: #5075ae;
    font-weight: 500;
    font-size: 16px;
}

.hero__title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 32px;
    font-weight: 900;
    color: #222;
    line-height: 1.2;
}

    .hero__title img {
        width: 48px;
        height: 48px;
    }

.hero__description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .hero__description p {
        color: var(--Color-Text-Secondary, #313131);
        font-weight: 500;
        font-size: 22px;
        line-height: 36px;
        text-align: justify;
    }

    .hero__description span {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        text-align: justify;
        color: var(--Color-Secondary, #3684C6);
    }

.bottom-hero {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


/*.dli-lists-th .deliv-list {
    margin: auto;
}*/
@media (max-width: 1200px) {
    .orders-term {
        margin-top: 20px;
        flex-direction: column;
        padding: 0;
        max-height: none;
        gap: 24px;
        box-shadow: unset;
        background: unset;
    }

    .hero__content-side {
        text-align: center;
        align-items: center;
        max-width: 100%;
        padding: 16px;
    }

    .breadcrumb {
        justify-content: center;
    }

    .bottom-hero {
        align-items: center;
    }

    .hero__title {
        justify-content: center;
        text-align: center;
        font-size: 24px;
        flex-direction: column;
    }

    .hero__description {
        align-items: center;
        text-align: center;
    }

        .hero__description p {
            /*text-align: center;*/
        }

}
/* --- Banner Section Styles (.pot-banners) --- */
.pot-banners {
    margin: 92px auto;
    position: relative;
}

@media (max-width: 768px) {
    .pot-banners {
        margin: 48px auto;
    }
}

.pot-banner {
    height: 380px;
    border-radius: 16px;
    background: linear-gradient(90deg, #30445f 0%, #0d1928 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1058px) {
    .pot-banner {
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 48px 24px;
    }
}

.le-top-banner img {
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ri-top-banner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px;
}

@media (max-width: 1058px) {
    .ri-top-banner {
        justify-content: center;
        align-items: center;
        padding: 24px;
    }
}

/* --- Shield Badge --- */
.pot-sheild {
    display: flex;
    align-items: center;
    border: 1px solid #d3ab6d;
    width: 217px;
    gap: 8px;
    border-radius: 16px;
    border-width: 1px;
    padding: 8px 16px;
    justify-content: center;
}

    .pot-sheild img {
        width: 24px;
        height: 24px;
    }

    .pot-sheild span {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        color: #d3ab6d;
    }

@media (max-width: 768px) {
    .pot-sheild span {
        font-size: 13px;
        line-height: 20px;
    }
}

/* --- Typography --- */
.pot-title span {
    color: #ffffff;
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    text-align: justify;
}

@media (max-width: 768px) {
    .pot-title span {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
    }
}

.pot-yellow {
    color: #d3ab6d !important;
}

.pot-white {
    color: #ffffff;
}

.pot-subtitle span {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
}

@media (max-width: 1058px) {
    .pot-subtitle span {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pot-subtitle span {
        font-size: 16px;
        line-height: 26px;
    }
}

/* --- Action Buttons --- */
.pot-buttons {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .pot-buttons {
        grid-template-columns: 1fr;
    }
}

.pot-button {
    white-space: nowrap;
    display: flex;
    align-items: center;
    background: linear-gradient(95deg, #d3ab6d -3.95%, #9f8153 94.38%);
    width: 100%;
    gap: 8px;
    border-radius: 16px;
    padding: 16px 32px;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .pot-button:hover {
        transform: translateY(-2px);
        box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
    }

    .pot-button span {
        color: #101d2d;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

@media (max-width: 768px) {
    .pot-button span {
        font-size: 15px;
        line-height: 24px;
    }
}

/* Button Variants */
.pot-whatsapp {
    background: linear-gradient(94.68deg, #48875d 0%, #375e44 85.07%);
}

    .pot-whatsapp span {
        color: #ffffff;
    }

.pot-call {
    background: linear-gradient(94.27deg, #13558d 0.61%, #123b5e 99.39%);
}

    .pot-call span {
        color: #ffffff;
    }
/* =========================
   PRICES SECTION (بخش قیمت‌ها)
========================= */
.prices-pro {
    margin: 114px auto 80px;
}

@media (max-width: 768px) {
    .prices-pro {
        margin: 48px auto 48px;
    }
}

.prices-info {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.prices-info-title {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.delivery-wrapper{
    display:flex;
    flex-direction:column;
gap:42px;
margin-top:74px;
}
.delivery-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
/* =========================
   PRICE TITLE 
========================= */
.price-title {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media (max-width: 768px) {
    .price-title {
        flex-direction: column;
    }

    .prices-info-title {
        margin-top: 83px;
    }
}

.price-title img {
    width: 48px;
    height: 48px;
}

@media (max-width: 768px) {
    .price-title img {
        width: 40px;
        height: 40px;
    }
}

.price-title-te {
    font-weight: 900;
    font-size: 32px;
    color: #313131;
}
.deliv-notes {
    background: var(--Color-Surface, #EFF6FF);
    display: flex;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
    flex-direction: column;
}
    .deliv-notes h3 {
        color: var(--Color-Secondary, #3684C6);
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }
.deliv-list{
    display:flex;
    gap:16px;
    align-items:center
}
    .deliv-list p {
        color: var(--Color-Text-Secondary, #313131);
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        text-align: right;
    }

    .deliv-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--Color-Background, #FFFFFF);
        width: 52px;
        height: 52px;
        border-radius: 12px;
        padding-left: 0.02px;
    }
.dlv-note-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    background: #E5FAED;
    justify-content: space-between;
}
@media (max-width: 1188px) {
    .dlv-note-bottom {
        flex-direction: column;
        align-items: start;
    }
}
    @media (max-width: 768px) {
        .dlv-note-bottom {
            flex-direction: column;
            align-items: center;
        }
        .deliv-list {
            flex-direction: column
        }

            .deliv-list p {
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                text-align: center;
            }

        .deliv-notes h3 {
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }

        .price-title-te {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .price-title-te {
            font-size: 20px;
        }
    }

    .delivery-items {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .delivery-titles-ri {
        display: flex;
        align-items: center;
        gap: 26px;
    }

    .delivery-titles {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .delivery-item {
        display: flex;
        flex-direction: column;
        gap: 26px;
        box-shadow: 0px 0px 40px 0px #00000026;
        background: #FFFFFF;
        padding: 32px;
        border-radius: 16px;
    }

    .deliv-num {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #13558D;
        width: 42px;
        height: 42px;
        gap: 10px;
        border-radius: 12px;
        padding: 10px;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 22px;
        line-height: 36px;
        text-align: center;
        vertical-align: middle;
    }

.deliv-te {
    color: #101828;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    width: 100%;
}

.delivery-titles-le {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF6FF;
    border-radius: 12px;
    padding-left: 0.02px;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
}

    .delivery-detailes p {
        color: #4A5565;
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        text-align: justify;
    }
.extra-te {
    color: #4A5565;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: right;
}
.dli-lists {
    display: grid;
    /*grid-template-columns:repeat(2,1fr);*/
    grid-template-columns: 1.5fr 1fr;
    gap: 16px;
}

.dli-lists-th {
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 16px;
}

/* =========================
   ORDER SECTION
========================= */
.order {
    margin: 80px auto;
}

@media (max-width:768px) {
    .order {
        margin: 48px auto;
    }
}

.order-wrapper {
    border-right: 3px solid #066899;
    background: rgba(54, 133, 198, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    padding: 24px;
    border-right-width: 3px;
}

@media (max-width:900px) {
    .order-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 16px;
    }
}

.order-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #066899;
    flex: 1;
}

@media (max-width:900px) {
    .order-title {
        text-align: center;
    }
}

@media (max-width:768px) {
    .order-title {
        font-size: 16px;
        line-height: 26px;
    }
}

.btns-order {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width:900px) {
    .btns-order {
        justify-content: center;
        margin-top: 8px;
    }
}

@media (max-width:480px) {
    .btns-order {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
}

.btn-order-right,
.btn-order-left {
    width: 200px;
    height: 48px;
    min-width: 160px;
    border-radius: 16px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

@media (max-width:480px) {
    .btn-order-right,
    .btn-order-left {
        width: 100%;
        max-width: 280px;
    }
}

.btn-order-right {
    border: 1px solid #066899;
    background-color: transparent;
}

    .btn-order-right:hover {
        background-color: #066899;
    }

        .btn-order-right:hover .bale-order-num {
            color: #ffffff;
        }

        .btn-order-right:hover img {
            filter: brightness(0) invert(1);
        }

    .btn-order-right img {
        width: 24px;
        height: 24px;
        transition: all 0.2s ease;
    }

.bale-order-num {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #066899;
    transition: all 0.2s ease;
    direction: ltr;
    display: inline-block;
}

.btn-order-left {
    background-color: #066899;
}

    .btn-order-left:hover {
        background-color: #05577f;
        transform: translateY(-2px);
        box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
    }

    .btn-order-left:active {
        transform: translateY(0);
    }

.btn-left-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width:480px) {
    .btn-left-text {
        white-space: normal;
    }
}
@media(max-width:1243px) {
    .dli-lists {
        grid-template-columns:  1fr;
    }
}
    @media(max-width:768px) {
        .extra-te {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            text-align: justify;
        }

        .delivery-titles-ri {
            display: flex;
            align-items: start;
            gap: 8px;
            flex-direction: column;
            width: 100%;
        }

        .delivery-titles {
            align-items: start;
        }

        .delivery-detailes p {
            font-size: 16px;
            line-height: 26px;
        }

        .deliv-te {
            font-size: 16px;
            line-height: 24px;
            width: 100%;
        }

        .hero__content-side, .breadcrumbs {
            gap: 16px
        }

        .hero__title {
            font-size: 18px;
            line-height: 28px;
            text-align: center;
        }

        .blue, .gray {
            font-size: 16px;
            line-height: 28px;
        }

        .hero__description p {
            font-size: 18px;
            line-height: 28px;
            text-align: center;
        }

        .ri-top-banner {
            padding: 20px
        }

        .ri-top-banner {
            padding: 0px
        }
    }

    @media(max-width:389px) {
        .pot-title span {
            align-items: center;
            justify-content: center;
            display: flex;
            font-size: 21px;
        }
    }


.deliv-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Color-Background, #FFFFFF);
    width: 52px; 
    height: 52px; 
    min-width: 52px; 
    min-height: 52px; 
    border-radius: 12px;
    flex-shrink: 0; 
}

.deliv-num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13558D;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 12px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}


@media (max-width: 768px) {
    .deliv-list {
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    .deliv-icon {
        width: 52px; 
        height: 52px;
        min-width: 52px;
        min-height: 52px;
    }

        .deliv-icon img {
            width: 28px; 
            height: 28px;
            object-fit: contain;
        }

    .deliv-list p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }
}

.dli-lists-th {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 1243px) {
    .dli-lists-th {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 600px) {
    .dli-lists-th {
        grid-template-columns: 1fr;
    }
}
@media(max-width:900px) {
    .btn-order-right,
    .btn-order-left {
        width: 100%;
    }
}
.deliv-te span {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: var(--Color-Secondary, #3684C6);
}
.order-ma{
    margin:0 !important;
}