@media(width > 1000px) {

    .th-sticky {
        position: sticky;
        top: 10px;
    }

}

:root {
    --fs-body: clamp(16px, 3vw, 18px);
    --fs-h1: clamp(22px, 6vw, 26px);
    --fs-h2: clamp(20px, 5vw, 23px);
    --fs-h3: clamp(18px, 4vw, 20px);
    --fs-h4: clamp(16px, 3.5vw, 18px);
    --fs-h5: clamp(14px, 3vw, 15px);
    --fs-h6: clamp(14px, 2.5vw, 15px);
    --brand-color: #0669ff;
    --dark-brand-color: #0051cc;
    --bright-color: #FFF;
    --base-color: #2c2f34;
}

body {
    font-size: var(--fs-body);
    line-height: 1.6;
    color: #333;
    margin: 0;
}

p {
    font-size: var(--fs-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


h1 {
    font-size: var(--fs-h1);
    font-weight: 700;
}

h2 {
    font-size: var(--fs-h2);
    font-weight: 600;
}

h3 {
    font-size: var(--fs-h3);
    font-weight: 600;
}

h4 {
    font-size: var(--fs-h4);
    font-weight: 500;
}

h5 {
    font-size: var(--fs-h5);
    font-weight: 500;
}

h6 {
    font-size: var(--fs-h6);
    font-weight: 500;
}

footer .jet-headline__first {
    color: #ffffff;
}

@media(width > 800px) {

    .home .elementor-element-10b7d56 .swiper-wrapper>div {
        max-width: 24%;
    }

    .elementor-element-37e707a .jet-inline-svg__wrapper {
        display: flex;
        justify-content: center;
    }

    .elementor-element-37e707a .jet-inline-svg--custom-width {
        width: 160px;
        margin-bottom: 10px;
    }

    body:not(.home) .elementor-element-da592a5 {
        display: none;
    }
}



@media(width < 800px) {
    .home .elementor-element-10b7d56 .swiper-wrapper>div {
        max-width: 50%;
    }

    .home .elementor-element-10b7d56 .swiper-pagination {
        display: none;
    }

    .home .elementor-element-c1e1a3d {
        height: 350px;
        overflow: hidden;
    }

    .home .elementor-element-c1e1a3d:hover:after {
        display: none;
    }

    .home .elementor-element-c1e1a3d:hover {
        height: auto;
    }

    .home .elementor-element-c1e1a3d:after {
        content: 'مشاهده بیشتر';
        position: absolute;
        bottom: 0px;
        background: #fafafa7a;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        background-color: transparent;
        padding: 6px 6px 6px 6px;
        background-image: linear-gradient(180deg, #181d24f2 10%, #000000 100%);
        font-size: small;
        color: white;
        line-height: 35px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body * {
        transition-duration: initial !important;
        transition-delay: initial !important;
        animation: initial !important;
    }
}

.box-continer.box1 {
    background-color: #074f8e30;
    color: #074f8e;
}

.box-continer {
    align-items: center;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 18px;
    padding: 10px 20px;
    width: 100%;
}

.box-text span {
    line-height: 28px;
}

.box-continer.box2 a {
    border-color: #183b25;
    color: #183b25;
}

.box-continer.box1 a {
    border-color: #074f8e;
    color: #074f8e;
}

.box-continer a {
    border: 1px solid;
    border-radius: 10px;
    flex: 1 1 auto;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    text-align: center;
}

.box-continer.box2 {
    background: #015f011c;
}

.box-continer .box-text {
    display: flex;
    flex: 1 1 65%;
    flex-direction: column;
}

b,
strong {
    font-weight: 700;
}