@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'RoadRage';
    src: url('../fonts/RoadRage.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}


img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    line-height: 30px;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #b7b7b7;
    border-radius: 100%;
}

::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 100%;
    border: 2px solid #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
    background: #b7b7b7;
    border-radius: 100%;
}

* {

    scrollbar-width: thin;
    scrollbar-color: #b7b7b7 #f0f0f0;
}

:root {

    --bs-primary-red: #D82027;
    --bs-green: #6EA033;
    --bs-color2: #262052;
    --bs-color4: #FAA93B;
    --bs-color5: #D82027;
    --bs-color6: #837FA7;
    --bs-black: #262E38;
    --bs-yellow: #FCA311;
    --bs-black-2: #202020;
    --bs-backiner: #FEF4D5;
    --bs-backiner-top: linear-gradient(180deg, #D82027 32.44%, #B00004 100%);
    ;
    --bs-primary-red2: rgba(216, 32, 39, 0.08);
    ;

}

body {
    font-family: 'Estedad', sans-serif;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}

.bg-red {
    background-color: var(--bs-primary-red);
}

.text-justify {
    text-align: justify;
    line-height: 1.8;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-50 {
    font-size: 50px;
}

.opacit-80 {
    opacity: 0.8;
}

/*********** Header ***********/
.offcanvas .nav-link {
    padding: .5rem 0;
}

.offcanvas .collapse .nav-link {
    padding: .35rem 0;
    font-size: 0.95rem;
}

header .nav-link,
header .nav-link.active {
    font-weight: bold;
    color: #fff !important;
    font-size: 16px;
}

header .nav-link {
    position: relative;
    display: inline-block;
}


header .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 50px;
    background-color: var(--bs-orange);
    transition: width 0.3s ease;
}


header .nav-link:hover::before {
    width: 96%;
}

@media (min-width: 992px) {

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}

.btn-login {
    position: relative;
    font-size: 14px;
    color: var(--bs-color2);
    background-color: #fff;
    border-radius: 50px;
    font-weight: bold;
    padding: 8px 14px;
    border: 2px solid #fff;
    transition: 0.3s all;
}

.btn-login::before {
    content: '';
    background-image: url(../images/login-btn.svg);
    transition: 0.3s all;
    width: 14px;
    height: 22px;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-login:hover {
    border-color: var(--bs-color4);
}

.btn-login:hover::before {
    background-image: url(../images/login-btn-hover.svg);

}

.btn-spicy-test {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px 14px;
    transition: 0.3s all;
    margin-left: 10px;
}

.btn-spicy-test::after {
    content: '';
    background-image: url(../images/pepper.svg);
    transition: 0.3s all;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-spicy-test:hover,
.search-icon:hover {
    background-color: #ffffff62;
}

.search-icon {
    position: relative;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 41px;
    height: 41px;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    margin-left: 10px;

}

.search-icon::before {
    content: '';
    background-image: url(../images/search.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
}

.navbar-toggler-icon {
    background-image: url(../images/Hamber-Menu.svg);
    width: 50px;
}

.navbar-toggler {
    border: none;
    padding: 0;
    margin: 0;
}

.offcanvas {
    background-color: var(--bs-primary-red);
}

.dropdown-toggle::after {
    background-image: url(../images/arrow-white.svg) !important;
    width: 12px;
    height: 7px;
    display: inline-block;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    transition: 0.3s all;
}

.nav-link.dropdown-toggle:hover::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        background-color: #B00004;
        border-radius: 0 0 26px 26px;
        min-width: 280px;
        overflow: hidden;
        padding: 14px;
    }

    .sub-menu.dropdown-menu a {
        color: #fff;
        border-bottom: 1px solid #ffffff21;
        padding: 6px 0;
    }

    .sub-menu.dropdown-menu li:last-child a {
        border: 0;
    }

    .sub-menu.dropdown-menu a:hover {
        background-color: #ffffff1f;
    }
}

/*********** Products Slider ***********/

.hero-product-slider {
    width: 100%;
    height: 600px;
    background: var(--bs-color4);
}

.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(255, 180, 0, 0.18) 0%,
            rgba(255, 180, 0, 0.05) 45%,
            rgba(255, 180, 0, 0.2) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 45px;
}

.hero-btn {
    min-width: 122px;
    height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    background: #e91f2f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    border: 0;
    box-shadow: 0 8px 20px rgba(233, 31, 47, 0.25);
}

.hero-btn:hover,
.hero-btn:focus {
    background: #cf1725;
    color: #fff;
}

.hero-controls {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.hero-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-pagination .swiper-pagination-bullet {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    opacity: 1;
    background-color: var(--bs-color5);
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.25s ease;
}


.hero-pagination .swiper-pagination-bullet-active {
    width: 42px;
    height: 22px;
    background: #fff;
    border: 2px solid #e91f2f;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    background-size: cover;

}

.hero-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background-image: var(--thumb);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #ffffffcc;
    color: var(--bs-color5);
    font-size: 24px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease;
}

.hero-nav:hover {
    background: #e91f2f;
    color: #fff;
}

.hero-next {
    left: -48px !important;
}

.hero-prev {
    right: -48px !important;
}

.hero-product-slider .swiper-button-next:after,
.hero-product-slider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .hero-product-slider {
        height: 330px;
    }

    .hero-controls {
        right: 24px;
        bottom: 24px;
    }


    .hero-content {
        padding-bottom: 35px;
    }
}

@media (max-width: 575.98px) {
    .hero-product-slider {
        height: 260px;
    }

    .hero-slide {
        background-position: center;
    }

    .hero-btn {
        min-width: 105px;
        height: 36px;
        padding: 0 18px;
        font-size: 12px;
        line-height: 36px;
    }


}


.gloria-logo-marquee {
    width: 100%;
    height: 38px;
    background: #ed171f;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.gloria-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 300vw;
    visibility: hidden;
    opacity: 0;
    will-change: transform;
}

.gloria-logo-marquee.is-ready .gloria-marquee-track {
    visibility: visible;
    opacity: 1;
    animation: gloriaMarqueeLTR var(--marquee-duration, 16s) linear infinite;
}

.gloria-marquee-group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.gloria-marquee-group span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    user-select: none;
}

.gloria-marquee-group .text-white {
    color: #fff;
}

.gloria-marquee-group .text-dark {
    color: #20252c;
}

@keyframes gloriaMarqueeLTR {
    from {
        transform: translate3d(calc(var(--marquee-width) * -1), 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}


/*********** Products Slider ***********/


.products-header {
    margin-bottom: 26px;
}

.products-title {
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.products-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.products-link:hover {
    color: #fff;
    opacity: 0.9;
}

.products-slider-wrap {
    position: relative;
    padding: 0 8px;
}

.products-swiper {
    overflow: visible;
}

.product-card {
    background: linear-gradient(254deg, #FAA13A 0%, #FADD3A 100%);
    border-radius: 22px;
    min-height: 410px;
    padding: 18px 16px 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 6px 24px 32px #2620521c;
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.product-card>* {
    position: relative;
    z-index: 2;
}

.product-image-wrap {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.22));
}

.product-en-title {
    font-size: 20px;
    color: var(--bs-color2);
    opacity: 0.4;
    margin-bottom: 8px;
    font-family: 'RoadRage';

}

.product-fa-title {
    font-size: 18px;
    color: var(--bs-color2);
    font-weight: bold;
}

.products-prev,
.products-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #666;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.products-prev::after,
.products-next::after {
    font-size: 16px;
    font-weight: 700;
}

.products-prev:hover,
.products-next:hover {
    background: #f8f9fa;
    color: #111;
}

.products-prev {
    right: auto;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.products-next {
    top: 50%;
    transform: translateY(-50%);
}

.products-prev {
    z-index: 5;
}

.swiper-button-lock {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .product-card {
        min-height: 390px;
    }

    .product-image-wrap {
        height: 230px;
    }
}

@media (max-width: 991.98px) {
    .products-title {
        font-size: 28px;
    }

    .product-card {
        min-height: 370px;
        border-radius: 18px;
    }

    .product-image-wrap {
        height: 210px;
    }

    .product-fa-title {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .products-section {
        padding: 28px 0 34px;
    }

    .products-header {
        margin-bottom: 20px;
    }

    .products-title {
        font-size: 24px;
    }

    .product-card {
        min-height: 340px;
        padding: 16px 14px;
    }

    .product-image-wrap {
        height: 190px;
        margin-bottom: 14px;
    }

    .product-fa-title {
        font-size: 14px;
    }

    .product-en-title {
        font-size: 11px;
    }

    .products-prev,
    .products-next {
        width: 38px;
        height: 38px;
    }
}

.curve-section {
    position: relative;
    background-color: #FEF4D5;
}

.archive-products-page .curve-section {
    background-color: #fff;
}

.curve-section::before {
    content: '';
    background-image: url(../images/curve-rep.jpg);
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}


.curve-element {
    background-image: url(../images/curve-section.png);
    width: 400px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -14px;
    background-position-x: 0;
    z-index: 2;
    position: relative;
}

.curve-arrow {
    position: absolute;
    left: 0;
    top: -22px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.curve-arrow span {

    width: 10px;
    height: 10px;
    border-right: 3px solid rgba(255, 255, 255, 0.55);
    border-bottom: 3px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    display: block;
    margin-bottom: -8px;

}

/*********** Recipes Slider ***********/
.recipes-section {
    background-color: #FEF4D5;
}

.recipes-title {
    color: #54831d;
    font-weight: bold;
}


.recipes-section__slider-area {
    position: relative;
    padding-inline: 58px;
    background-image: url(../images/bg-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1200px;
    height: 604px;
    margin: auto;
}

@media (max-width: 767.98px) {
    .recipes-section__slider-area {
        width: 100%;
        height: 440px;
        margin: auto;
        border-radius: 22px;
    }
}

.recipes-swiper {
    overflow: hidden;
    padding: 8px 2px 12px;
}

.recipe-card {
    height: 100%;
    overflow: hidden;
    background: #FEFBE7;
    border-radius: 24px;
}

.recipe-card__image {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}


.recipe-card__reactions {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 12px 14px;
    color: #fff;
    background: var(--bs-color2);
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
    direction: ltr;
}

.recipe-card__reaction {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

.recipe-card__body {
    padding: 15px 18px 17px;
    text-align: right;
}

.recipe-card__title {
    min-height: 58px;
    margin: 0 0 10px;
    color: #BFBFBF;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.85;

}

.recipe-card__meta {

    color: #737373;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.recipe-card__meta-icon {
    content: '';
    background-image: url(../images/clock.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 4px;
}

.recipe-card__time {
    color: var(--bs-color5);
    font-weight: 900;
    margin-right: 5px;
}

.recipe-card__reaction_no-fire {
    content: '';
    background-image: url(../images/no-fire.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 4px;
}

.recipe-card__reaction_fire {
    content: '';
    background-image: url(../images/fire.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 4px;
}


.recipes-nav {
    position: absolute;
    top: 57%;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--bs-green);
    color: #fff;
    box-shadow: 0 8px 16px rgba(89, 130, 28, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    margin: -35px;
}

.recipes-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
    border-radius: 100px;
}

.recipes-nav:hover {
    background: var(--recipes-green-dark);
}

.recipes-nav:focus-visible {
    outline: 3px solid rgba(124, 173, 47, 0.35);
    outline-offset: 3px;
}

.recipes-nav.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.recipes-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
}

.recipes-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: var(--bs-primary-red);
    transition: transform 0.2s ease, background 0.2s ease;
    opacity: 1;
    border: 1px solid #fff;
}

.recipes-pagination .swiper-pagination-bullet-active {
    background: var(--bs-color4);
}


@media (max-width: 1199.98px) {
    .recipes-section__slider-area {
        padding-inline: 52px;
    }

    .recipe-card__image {
        height: 205px;
    }
}

@media (max-width: 991.98px) {
    .recipes-section {
        padding: 48px 0 56px;
    }

    .recipes-section__title {
        font-size: 33px;
    }

    .recipe-card__image {
        height: 215px;
    }
}

@media (max-width: 767.98px) {
    .recipes-section {
        padding: 38px 0 46px;
    }

    .recipes-section__header {
        margin-bottom: 20px;
    }

    .recipes-section__title {
        font-size: 29px;
    }

    .recipes-section__slider-area {
        padding-inline: 0;
    }

    .recipes-swiper {
        overflow: visible;
        padding-inline: 8px;
    }

    .recipes-nav {
        display: none;
    }

    .recipe-card {
        border-radius: 22px;
    }

    .recipe-card__image-box {
        border-radius: 22px 22px 0 0;
    }

    .recipe-card__image {
        height: 214px;
    }

    .recipe-card__title {
        min-height: auto;
        font-size: 14px;
        line-height: 1.75;
    }

    .recipe-card__body {
        padding: 14px 15px 16px;
    }
}

@media (max-width: 420px) {
    .recipe-card__image {
        height: 198px;
    }

    .recipe-card__reactions {
        right: 12px;
        bottom: 10px;
        gap: 5px;
        padding: 5px 10px;
    }

    .recipe-card__reaction {
        font-size: 14px;
    }
}

/*********** About Us ***********/
.about-us-section {
    z-index: 2;
}

.about-us-section::before {
    content: '';
    background-image: url(../images/about-before.png);
    height: 65px;
    width: 100%;
    position: absolute;
    top: -65px;
    z-index: 1;
}

.about-us-title {
    color: var(--bs-color5);
}

.about-us-section::after {
    content: '';
    background-image: url(../images/about-before.png);
    height: 65px;
    width: 100%;
    position: absolute;
    bottom: -65px;
    transform: rotate(180deg);
}

.btn-link-primery-2 {
    color: var(--bs-black);
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50px;
    padding: 14px 20px;
}

.about-img-1 {
    transform: translateY(-110px);
    max-height: 630px !important;
    z-index: 3;
    position: relative;
}

.about-img-2 {
    top: -23%;
    right: 12%;
    z-index: 2;
}

.about-img-3 {
    left: 0;
    z-index: 9;
    top: 54px;
}

.about-img-4 {
    left: 0;
    top: -44%;
    z-index: 0;
}

.about-img-5 {
    right: 50px;
    bottom: -22%;
    z-index: 3;
}

.about-img-6 {
    left: 0;
    bottom: -28%;
    z-index: 5;
}

.about-img-7 {
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .about-img-4 {
        top: -35%;
        max-width: 18%;
    }

    .about-img-2 {
        top: -23%;
        right: 0;
        max-width: 25%;
    }

    .about-img-3 {
        left: -10px;
        top: -56px;
        max-width: 25%;
    }

    .about-img-5 {
        display: none;
    }

    .about-img-6 {
        left: 0;
        bottom: -22%;
        max-width: 26%;
    }
    .about-img-7 {
    position: absolute;
    left: -53px;
    z-index: 9;
    width: 172px;
    top: 6%;
}
}

@media (max-width: 425px) {
    .about-img-4 {
        top: -20%;
        max-width: 18%;
    }

    .about-img-2 {
        top: -18%;
        max-width: 48%;
    }

    .about-img-3 {
        top: -35px;
        max-width: 30%;
    }

    .about-img-6 {

        max-width: 45%;
    }
    .about-img-7 {
    position: absolute;
    left: -23%;
    z-index: 5;
    width: 172px;
    top: 31%;
}
}

.bg-red-overly {
    background-color: var(--bs-primary-red);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

/*********** Blog ***********/

.blog-section {
    background: linear-gradient(254deg, #FAA13A 0%, #FADD3A 100%);
}

.blog-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-title {
    color: var(--bs-color2);
}

.blog-card {
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 4px 8px 12px #00000029;
}

.blog-card::before {
    content: '';
    background: #26205261;
    background: linear-gradient(0deg, rgba(38, 32, 82, 0.6) 0%, rgba(38, 32, 82, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80%;
    z-index: 1;
}

.blog-card::after {
    content: '';
    background-image: url(../images/Logo-blog.png);
    width: 75px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-card__img {
    border-radius: 30px;
    transition: 0.3s all;
    max-height: 480px;
    height: 480px;
    position: relative;
    width: 100%;
}

.blog-card__title a {
    color: #F7F7F7;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 55px;
    padding: 16px;
    line-height: 1.8;
    z-index: 2;
}

.blog-card__meta {
    position: absolute;
    bottom: 10px;
    padding: 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 2;
}

.blog-card__meta-date {
    color: #F7F7F7;
    font-size: 14px;
}

.blog-card__meta-cat {
    color: var(--bs-yellow);
    font-size: 14px;
}

.blog-card__link {

    background-image: url(../images/blog-hover.png);
    position: absolute;
    left: -200px;
    bottom: -26px;
    width: 300px;
    height: 124px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    color: var(--bs-color2);
    text-align: left;
    padding: 0 0 0 10px;
    align-content: space-around;
    font-size: 14px;
    transition: 0.3s all;
    opacity: 0;
}

.blog-card:hover .blog-card__link {
    left: 0;
    opacity: 1;
}

.blog-section__slider-area .swiper {
    padding: 18px;
}

@media (max-width: 768px) {
    .blog-section__slider-area .swiper {
        overflow: visible;
    }
}

.blog-prev,
.blog-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #666;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    color: var(--bs-color2);
}

.blog-prev::after,
.blog-next::after {
    font-size: 16px;
    font-weight: 700;
}

.swiper-button-blog {
    position: relative;
    width: 120px;
    margin: 30px auto 0;
}


/*********** Footer ***********/

.footer::before {
    content: '';
    background-image: url(../images/about-before.png);
    height: 65px;
    width: 100%;
    position: absolute;
    top: -65px;
    z-index: 1;
}

.footer::after {
    content: '';
    background: #26205261;
    background: linear-gradient(0deg, rgb(38 32 82 / 40%) 0%, rgb(38 32 82 / 0%) 100%);
    width: 100%;
    height: 106px;
    position: absolute;
    top: -110px;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
}

.footer-menu ul a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-menu ul li {
    margin-bottom: 18px;
}

.footer-icon {
    display: block;
    margin-bottom: 26px;
    line-height: 1.8;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .footer-icon {
        margin-bottom: 14px;
        line-height: 2;
    }
}

.footer-icon::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.footer-location::before {
    background-image: url(../images/location-white.png);
}

.footer-phone::before {
    background-image: url(../images/phone-white.png);
}

.footer-mail::before {
    background-image: url(../images/envelop-white.png);
}

.footer-social a {
    margin-left: 6px;
}

.cp-right {
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #ffffff30
}

.cp-right span {
    color: var(--bs-color4);
}


/*********** Archive Products Page ***********/

.with-noise {
    position: relative;
}

.with-noise::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.shop-link-products {
    background-color: var(--bs-primary-red);
    border-radius: 80px;
    color: #fff;
    padding: 14px 20px;
}

.shop-link-products::before {
    content: '';
    background-image: url(../images/shop-icon.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.select {
    width: 260px;
    position: relative;
    font-weight: bold;
}

.sort-products button {
    border: 0;
    background: white;
    color: var(--bs-color2);
    font: inherit;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
}

.sort-products button::before {
    content: '';
    background-image: url(../images/sort-products.svg);
    width: 12px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.sort-products ul {
    display: none;
    list-style: none;
    padding: 25px 35px;
    margin: 14px 0 0;
    border: 1px solid #eee;
    border-radius: 28px;
    box-shadow: 0 0 12px #eee;
    text-align: center;
    background: white;
    position: absolute;
    z-index: 3;
}

.sort-products .select.open ul {
    display: block;
}

.sort-products li {
    padding: 8px;
    text-align: right;
}

.sort-products li a {
    font-size: 15px;
    color: var(--bs-color6);
}

.sort-products li a:hover {
    color: var(--bs-color2);
}

.sort-products .active {
    color: var(--bs-primary-red);
}

.blog-section-inner::after {
    content: '';
    background-image: url(../images/blog-inner-before.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.blog-section-inner .blog-title {
    z-index: 3;
}

.blog-section-inner .blog-link {
    font-size: 14px;
    font-weight: 300;
    color: var(--bs-color2);
    z-index: 3;
}

.breadcrumb {
    background-color: #26205221;
    padding: 12px 0;
    background: linear-gradient(180deg, rgb(38 32 82 / 20%) 0%, rgb(38 32 82 / 6%) 100%);
}

.breadcrumb a {
    font-size: 14px;
    color: #E9797D;
    font-weight: bold;
}

.breadcrumb a::after {
    content: '';
    background-image: url(../images/breadcrumb-icon.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 4px 0 12px;

}

.breadcrumb span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.bg-red-with-noise,
.bg-red-with-noise::before {
    min-height: 420px;
}

.bg-red-with-noise::before {
    content: '';
    background-image: url(../images/back-red-with-noise.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg-red-with-noise .curve-arrow {
    top: auto;
    bottom: 66px;
}

/*********** Product Page ***********/

.product-section {
    background-color: var(--bs-color5);
}

.product-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-section::after {
    content: '';
    position: absolute;
    background-color: #fef4d5;
    bottom: 0;
    width: 100%;
    height: 130px;
    z-index: 0;
    box-shadow: -20px 0 190px #00000033;
}



.product-page .product-card {
    border-radius: 30px;
    padding: 10px 16px 0px;
}

.product-page .product-image-wrap {
    height: 100%;
}

.product-description {
    background-color: #FEF4D5;
}

.product-description-title {
    color: var(--bs-green);
}

.product-gallery {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow-x: auto;
    padding: 24px 0;
    scrollbar-width: none;
}

.product-gallery::-webkit-scrollbar {
    display: none;
}

.gallery-icon {
    width: 150px;
    height: 150px;
    min-width: 140px;
    border-radius: 30px;
    background: linear-gradient(254deg, #FAA13A 0%, #FADD3A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c70000;
    font-size: 46px;
    position: relative;
    box-shadow: 0 0 20px 0 #26205229;
}

.gallery-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
    border-radius: 30px;
}


.gallery-dots {
    color: var(--bs-primary-red);
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

.gallery-item {
    width: 150px;
    height: 150px;
    min-width: 140px;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.25s ease;
}

.gallery-item:hover {
    transform: translateY(-4px) scale(1.03);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    background: #fffaf0;
}

.carousel-item img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    background: #fff7dc;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.thumbs-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 14px;
    background: #fff1c8;
}

.modal-thumb {
    width: 76px;
    height: 76px;
    min-width: 76px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    opacity: 0.65;
    transition: 0.2s ease;
}

.modal-thumb.active,
.modal-thumb:hover {
    opacity: 1;
    border-color: #ff5a1f;
}

.modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {

    .gallery-icon,
    .gallery-item {
        width: 105px;
        height: 105px;
        min-width: 105px;
        border-radius: 20px;
    }

    .gallery-icon {
        font-size: 36px;
    }
}


.product-description-box {
    color: var(--bs-color6);
    font-size: 16px;
    line-height: 38px;
}

.product-description-box li::marker {
    color: var(--bs-primary-red);
}

.recipe-short-link {
    color: var(--bs-color2);
}

.product-page .recipes-section__slider-area {
    padding-inline: 0;
    background-image: none;
    width: 100%;
    height: auto;
    margin: auto;
}

.product-page .recipes-swiper {
    overflow: visible;
}

.product-page .recipe-card {
    transition: 0.3s all;
    box-shadow: 4px 8px 12px rgb(0 0 0 / 16%);
}

.product-page .recipe-card:hover {
    box-shadow: 20px 16px 40px rgb(0 0 0 / 24%);
}

.product-info {
    background: #FFFAEB;
    border-radius: 24px;
    padding: 14px 24px;
}

.row-info {
    border-bottom: 1px solid rgba(38, 32, 82, 0.07);
    display: flex;
    padding: 7px 0;
}


.info-title {
    color: var(--bs-color2);
    font-size: 14px;
    margin-bottom: 0;
    min-width: 114px;
}

.info-text {
    color: var(--bs-color6);
    font-size: 15px;
    margin-bottom: 0;
}

.products-header .row-info {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.products-header .info-text {
    color: var(--bs-color4);
}

.products-header .info-title {
    color: #fff;
}

.products-header .product-info {
    background: transparent;
    backdrop-filter: blur(4px);
    border: 1px solid rgb(255 255 255 / 10%);
}

.row-info:last-child {
    border-bottom: 0;
}

.product-page .product-en-title {
    color: var(--bs-color4);
    font-size: 20px;
    opacity: 1;
}

.product-link-icon a {
    display: inline-block;
}

.product-link-icon a img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: 0.3s all;
}

.product-link-icon a:hover img {
    background-color: var(--bs-color4);
}

.tags a {
    background-color: #FAA93B52;
    border-radius: 24px;
    font-size: 14px;
    color: var(--bs-color2);
    display: inline-block;
    margin-left: 4px;
    padding: 6px 10px;
}

.tags a:hover {
    background-color: var(--bs-color4);
}

.comment-header h2 {
    background-color: var(--bs-primary-red);
    padding: 112px 0 46px;
}

.comment-header {
    margin-top: -88px;
}

.comment-wrapper {
    background-color: #FEF4D5;
}

.product-page .blog-section-inner::after {
    background-color: #fef4d5;
}

/****************contactUs*******************/
.contactUs-title::before,
.contactUs-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: var(--bs-color4);
    border-radius: 2px;
}

.contactUs-title::before {
    bottom: 7px;
    width: 120px;
}

.contactUs-title::after {
    bottom: -2px;
    width: 70px;
}

.contact-header {
    background: var(--bs-backiner-top);
    min-height: 410px;
    position: relative;
    padding-bottom: 150px;
}

.contact-header .container {
    position: relative;
}

.contact-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 180px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 2px 8px 0 #00000014;

    backdrop-filter: blur(40px);

    z-index: 100;
}

.contactUs-section-inner {
    background: var(--bs-backiner);
    padding: 150px 0;
}

.info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bs-primary-red2);
    padding: 15px 20px;
    box-shadow: 0px 0px 12px 0px #2A364800;
    border-radius: 12px;
}

.info-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bs-black-2);
}

.info-label span {
    color: var(--bs-black-2);
}


.icon-img {
    width: 22px;
    height: 22px;
}

.title-text .contact-title {
    color: var(--bs-color2);
}

.title-text .contact-subtitle {
    color: var(--bs-color6);
}

/*******************about us*******************/
.aboutUs-btn {
    border-radius: 35px;
    background-color: var(--bs-color5);
    padding: 10px;
}

.about-us-bc {
    background-color: var(--bs-backiner);
}

.aboutUs-btn a {
    color: #fff;
    padding: 10px;
}

.bg-about {
    min-height: 320px !important;
    ;
}


.about-slider-section {
    width: 100%;
    padding: 100px 0 10px 0;
    overflow: hidden;
}

.about-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.about-slider-viewport {
    max-width: 1120px;
    width: 100%;
    overflow: visible;
    margin: 0 auto;
}

.aboutSwiper {
    width: 100%;
    overflow: visible;
}

.aboutSwiper .swiper-slide {
    width: 400px !important;
    height: 300px !important;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: -24px 0 40px 0 #26205266;

}

.aboutSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-us-card {
    background-color: var(--bs-primary-red2);
    border-radius: 30px;
    box-shadow: 0 0 12px 0 #2A364800;
    padding: 1em 5em !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.about-us-card h3 {
    color: var(--bs-primary-red);
}

.colori {
    color: var(--bs-color2);
}

.colorh {
    color: var(--bs-black-2);
}

.colorp {
    color: var(--bs-color6);
}


.text-justify {
    text-align: justify;
    text-align-last: right;
}


/* تنظیمات مشترک دکمه‌ها */
.about-nav {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--bs-green);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-nav::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-top: 0;
    border-left: 0;
    transition: transform 0.3s;
}

.about-nav.about-prev::after {
    transform: rotate(-45deg);
}

.about-nav.about-next::after {
    transform: rotate(135deg);
}

/* ریسپانسیو */
@media (min-width: 1200px) {
    .aboutSwiper .swiper-slide {
        width: 483px;
        height: 340px;
    }
}

.why-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.family-box {
    min-height: 180px;
    background: linear-gradient(355.93deg, #FAA13A 3.95%, #FADD3A 109.08%);
}

/* بهتر شدن فاصله‌ها در موبایل */
@media (max-width: 767.98px) {
    .family-box {
        min-height: 150px;
    }
}

/*******************about us*******************/
.single-blog-hero {
    background-color: var(--bs-primary-red);
}

.single-blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.7;
    mix-blend-mode: multiply;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-blog-hero::after {
    content: '';
    position: absolute;
    background-color: #fef4d5;
    bottom: 0;
    width: 100%;
    height: 130px;
    z-index: 0;
    box-shadow: -20px 0 190px #00000033;
}

.single-blog-header {
    z-index: 3;
    position: relative;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.single-blog-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.single-blog-header .post-info span {
    color: #202020;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.single-blog-header .post-info span::before {
    content: '';
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-left: 14px;
}

.single-blog-header .post-info .auther::before {
    background-image: url(../images/auther.svg);
}

.single-blog-header .post-info .time::before {
    background-image: url(../images/time.svg);

}

.single-blog-header .post-info .date::before {
    background-image: url(../images/date.svg);

}

.single-blog-header h1 {
    color: var(--bs-black-2);
    font-size: 24px;
    font-weight: bold;
}

.post-content-wrapper {
    background-color: #FEF4D5;
}

.single-blog-header .share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    margin-left: 8px;
}

.single-blog-header .share-links a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.single-blog-header .share-links .whats-app-share::before {
    background-image: url(../images/whats-app-share.svg);
}

.single-blog-header .share-links .instagram-share::before {
    background-image: url(../images/instagram-share.svg);
}

.single-blog-header .share-links .telegram-share::before {
    background-image: url(../images/telegram-share.svg);
}

.post-tags {
    background-color: #FFFAEB;
    border-radius: 24px;
    overflow: hidden;
}

.post-tags .tags {
    font-size: 20px;
    font-weight: bold;
    color: #566171;
    margin-left: 36px;
}

.post-tags .tags::before {
    background-image: url(../images/tags-red.svg);
    content: '';
    display: inline-block;
    width: 24px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.post-tags .tags a:first-child {
    margin-right: 20px;
}

.blog-section-inner {
    background-color: #FEF4D5;
}


.custom-comments-section {
    background: #fff4cf;
    padding: 40px 20px;
    direction: rtl;
}

.custom-comments-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 700px 1fr;
    gap: 40px;
    align-items: start;
}

.custom-comment-form-box {
    background: #f9edcf;
    border-radius: 28px;
    padding: 30px 24px;
}

.custom-comment-title {
    font-size: 18px;
    margin: 0 0 20px;
    color: #b58b36;
    font-weight: 700;
}

.custom-form-group {
    margin-bottom: 18px;
}

.custom-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #5a4632;
    font-size: 14px;
    font-weight: 600;
}

.custom-form-group input,
.custom-form-group textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 14px 18px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.custom-form-group textarea {
    min-height: 180px;
    resize: vertical;
    border-radius: 24px;
}

.custom-submit-btn {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #d91f26;
    color: #fff;
    font-size: 16px;
    padding: 14px 20px;
    cursor: pointer;
    transition: .2s;
}

.custom-submit-btn:hover {
    background: #bb1820;
}

.custom-comments-list-box {
    min-width: 0;
}

.custom-comments-head {
    margin-bottom: 20px;
    color: #b58b36;
    font-weight: 700;
    font-size: 18px;
}

.custom-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-comment-item {
    list-style: none;
    margin-bottom: 24px;
}

.custom-comment-card {
    background: #fde8af;
    border-radius: 28px;
    padding: 24px 26px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .03);
}

.custom-comment-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding-bottom: 12px;
}

.custom-comment-author {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
}

.custom-comment-recommend {
    color: #c71f25;
    font-size: 14px;
    font-weight: 500;
}

.custom-comment-text {
    color: #7c7c7c;
    line-height: 2;
    font-size: 14px;
}

.custom-comment-bottom {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    font-size: 13px;
    color: #8b8b8b;
}

.custom-comment-reply a {
    color: #8b8b8b;
    text-decoration: none;
}

.custom-comment-reply a:hover {
    color: #d91f26;
}

.custom-comment-list .children {
    list-style: none;
    margin: 20px 0 0;
    padding-right: 40px;
}

.custom-comment-list .children .custom-comment-card {
    background: #f9dd95;
}

.comment-respond {
    margin: 0;
}

.comment-form-cookies-consent {
    display: none;
}

.comment-form-url {
    display: none;
}

@media (max-width: 992px) {
    .custom-comments-grid {
        grid-template-columns: 1fr;
    }
}

/*********************contact us Form************************/
.contact-us-form {
    direction: rtl;
    text-align: right;
}

.contact-us-form .form-label {
    font-weight: bold;
    color: var(--bs-color2);
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-us-form .cf-round {
    border-radius: 50px !important;
    padding: 10px;
}

.contact-us-form .cf-textarea {
    border-radius: 20px !important;
    height: 165px !important;
}

.contact-us-form .cf-submit-btn {
    border-radius: 35px !important;
    padding: 10px 45px !important;
    background-color: var(--bs-primary-red) !important;
    display: block;
    margin-right: auto;
}

.contact-us-form .form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

/*****footer*/
.btn-link-primery-footer {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--bs-primary-red);
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 14px 20px;
}

.btn-iconfoter1,
.btn-iconfoter2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
}


.btn-iconfoter1::after {
    content: "";
    width: 20px;
    height: 11px;
    background-image: url('../images/icon/footer1.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}


.btn-iconfoter2::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/icon/footer2.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/*form footer*/

.newsletter-form-container {
    position: relative;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.newsletter-form-container input[type="email"] {
    border: none !important;
    background: transparent !important;
    padding: 10px 20px !important;
    width: 100% !important;
    outline: none !important;
    color: #333;
    font-size: 14px;
    text-align: right;
}


.newsletter-form-container input[type="submit"] {
    background-color: var(--bs-yellow) !important;
    color: var(--bs-color2) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 5px 30px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.newsletter-form-container input[type="submit"]:hover {
    background-color: #e67e22 !important;
}

.wpcf7-response-output {
    border: none !important;
    color: #fff !important;
    font-size: 13px;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

footer .wpcf7-spinner {

    position: absolute;
    left: 98px;
    bottom: 13px;
}

footer form {
    position: relative;
}

footer .wpcf7-response-output {

    position: absolute;
    bottom: -30px;
}

/************************recepe***********/

.tag-box {
    background: #262052;
    border-radius: 32px;
    padding: 8px 14px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

.card-top {
    background: #FFFAEB;
    border-radius: 24px;
    padding: 40px 18px;
    backdrop-filter: blur(4px)
}

.small-tag {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.user-info {
    font-size: 15px;
    color: #333;
}

.user-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-left: 10px;
}

.time-info {
    color: #8a5a44;
    font-size: 14px;
}

.clock-icon {
    color: #4ea8de;
    font-size: 18px;
    margin-left: 5px;
}

.post-content {
    color: #777;
    line-height: 2.2;
    font-size: 15px;
    text-align: justify;
}

.post-content h2,
.post-content h3 {
    font-weight: 700;
    font-size: 28px;
    color: #222;
    margin-bottom: 18px;
    margin-top: 30px;
}

.post-content p {
    margin-bottom: 12px;
}

.post-content strong {
    color: #6b2d1f;
    font-weight: 700;
}

/**************************/
.recipe-info-box {
    width: 100%;
    min-height: 72px;
    background: #fff9e8;
    border-radius: 18px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
}

.recipe-info-right {
    display: flex;
    align-items: center;
    gap: 42px;
}

.recipe-author-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recipe-author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #ec1f3a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-author-avatar img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    display: block;
}

.recipe-author-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

.recipe-cooking-time {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
}

.recipe-clock-icon {
    width: 20px;
    height: 20px;
    color: #6f6f6f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-text {
    color: #808C9E;
}

.recipe-tag {
    background-color: var(--bs-primary-red) !important;
    color: #fff;
}

.recipe-time-label {
    color: #555;
    font-weight: 400;
}

.recipe-time-value {
    color: #c92036;
    font-weight: 600;
}

.recipe-fire-level {
    min-width: 88px;
    height: 34px;
    padding: 0 12px;
    border-radius: 35px;
    background: #262052;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    direction: ltr;
}

.recipe-fire-level span {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 768px) {
    .recipe-info-box {
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .recipe-info-right {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }

    .recipe-fire-level {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .recipe-info-right {
        flex-direction: column;
        align-items: flex-start;
    }
}

/********* archive recipe **********/
.reading-banner {
    direction: rtl;
    margin: 30px 0;
}

.reading-banner__content {
    text-align: right;
}

.reading-banner__title {
    margin: 0 0 8px;
    font-size: 24px;
    color: var(--bs-primary-red);
    line-height: 1.4;
}

.reading-banner__desc {
    margin: 0;
    font-size: 18px;
    color: #808C9E;
    line-height: 1.8;
}

.reading-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary-red);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 18px 30px;
    border-radius: 18px;
    min-width: 290px;
    box-shadow: 0 6px 12px rgba(216, 31, 38, 0.2);
    transition: all 0.3s ease;
}

.reading-banner__btn:hover {
    background: #bf1820;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .reading-banner__inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 24px 20px;
    }

    .reading-banner__content {
        text-align: center;
    }

    .reading-banner__title {
        font-size: 26px;
    }

    .reading-banner__desc {
        font-size: 16px;
    }

    .reading-banner__btn {
        min-width: auto;
        width: 100%;
        font-size: 18px;
        padding: 14px 20px;
    }
}

.single-recipe-hero {
    background-color: var(--bs-primary-red);
}

.single-recipe-page .single-blog-header {
    background-color: transparent;
}

.video-section {
    width: 100%;
}

.video-box {
    position: relative;
    margin: 0 auto;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 16 / 7.8;
}

.custom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(210, 0, 15, 0.25);
    transition: 0.3s;
    pointer-events: none;
}

.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 78px;
    height: 78px;
    transform: translate(-50%, -50%);
    border: 4px solid #d71920;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}

.video-play-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #d71920;
}

.video-play-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translate(-50%, -50%) scale(1.06);
}

.video-box.is-playing::after {
    opacity: 0;
}

.video-box.is-playing .video-play-btn {
    opacity: 0;
    visibility: hidden;
}
/**************************************************/
.recipe-single-fire{
    bottom: 28px !important;
}
/*****************profile*******************/
.profile-header {
    background: var(--bs-backiner-top);
    min-height: 310px;
    position: relative;
    padding-bottom: 150px;
}
.profile-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 148px;
    width: 100%;
    max-width: 1200px;
    padding: 35px;
    z-index: 100;
}
.page-profile-bc {
    background-color: var(--bs-backiner);
}
.card-profile{
    border-radius: 25px;
    box-shadow: 0 2px 8px 0 #00000014;
    backdrop-filter: blur(40px);
    width: 360px;
    height: 537px;
}
.card-profile .profile-div {
    background: linear-gradient(180deg, rgba(216, 32, 39, 0.08) 0%, rgba(176, 0, 4, 0.08) 100%);
    padding: 25px 15px;
}
.profile-div h6{
    color: var(--bs-black-2);
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
}
.profile-div .a{
    color: #B00004;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    vertical-align: middle;
}
.list-profile-item.active{
    background: var(--bs-primary-red);
    color: #fff;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 70px;
    padding: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
}
.list-profile-item{
    display: block;
    width: 100%;
    height: 70px;
    padding: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
    color: #808C9E;
}
.list-profile-item span {
    padding:0 10px;
}
.left-profile{
    color: #fff;
    padding: 1rem 3rem 3rem 3rem;
}
.left-profile-form label{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
    color: #566171;
}
.left-profile-form input{
    width: 100%;
    height: 55px;
    border-radius: 80px;
    border: 2px solid #D7D3EF80;
    backdrop-filter: blur(14px)
}
.left-profile-form input::placeholder{
    color: #A3AFC1;
    font-size: 14px;
}
.left-profile-btn{
    border-radius: 35px;
    border: 2px solid var(--bs-primary-red);
    background-color: var(--bs-primary-red);
    color: #fff;
}

/********************* main blog *******/
.readings-section {
    position: relative;
    overflow: hidden;
    background: var(--bs-primary-red);
}
.readings-section .container {
    position: relative;
    z-index: 2;
}
.readings-title {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-align: right;
    vertical-align: middle;
}
.readings-slider {
    position: relative;
    width: 100%;
    overflow: hidden !important;
    border-radius: 24px;
}
.readings-slider .swiper-wrapper {
    align-items: stretch;
}
.readings-slider .swiper-slide {
    width: 100% !important;
    height: auto;
    overflow: hidden !important;
}
.reading-card {
    direction: ltr;
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
}
.reading-card__content {
    direction: rtl;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 24px;
    z-index: 2;
    box-shadow: 0px 2px 8px 0px #00000014;
    backdrop-filter: blur(40px);
}
.reading-card__body {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.reading-card__title {
    margin: 0 0 20px;
    color: #566171;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 20px;
    text-align: justify;
}

.reading-card__text {
    margin: 0;
    color: #808C9E;
    font-weight: 500;
    text-align: right;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 2;
}
.reading-card__meta {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.reading-card__date {
    color: #808C9E;
    font-weight: 500;
    white-space: nowrap;
    font-size: 13px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: justify;
}
.reading-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.reading-card__author-name {
    color: var(--bs-black-2);
    white-space: nowrap;
    font-weight: 700;
    font-size: 15px;
    line-height: 200%;
    text-align: justify;
}
.reading-card__author-dot {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #008304;
}
.reading-card__media {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden !important;
    background: transparent !important;
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.reading-card__image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block;
    object-fit: cover !important;
    object-position: center center;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.reading-card__badge {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 3;
    padding: 8px 18px;
    border-radius: 40px;
    color: var(--bs-primary-red);
    background: rgba(255, 255, 255, 0.52);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.4;
    box-shadow: 4px 0 50px 0 #0000001F;
}
.reading-slider-nav {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 10;
    display: flex;
    direction: ltr;
    overflow: hidden;
    box-shadow: 4px 0 50px 0 #0000001F;
}
.reading-slider-btn {
    width: 51px;
    height: 50px;
    padding: 0;
    border: 0;
    color: #f0000a;
    background: rgba(255, 255, 255, 0.93);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}
.reading-slider-next {
    border-radius: 0 64px 64px 0;
}
.reading-slider-prev {
    border-radius: 64px 0 0 64px;
    margin-right: 5px;
}
.reading-slider-btn + .reading-slider-btn {
    border-left: 1px solid #e7e7e7;
}
.reading-slider-btn:hover {
    color: #fff;
    background: var(--bs-primary-red);
}
.reading-slider-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.7);
    outline-offset: -3px;
}

@media (max-width: 991.98px) {
    .reading-card {
        grid-template-columns: minmax(0, 44%) minmax(0, 56%);
        height: 320px;
    }
    .reading-card__body {
        padding: 26px 24px;
    }
    .reading-card__title {
        font-size: 1rem;
    }
    .reading-card__text {
        font-size: 0.8rem;
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 767.98px) {
    .readings-title {
        font-size: 1.6rem;
    }
    .reading-card {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }
    .reading-card__content,
    .reading-card__media {
        width: 100%;
        max-width: 100%;
    }
    .reading-card__media {
        height: 235px;
        flex: 0 0 235px;
    }
    .reading-card__body {
        min-height: 260px;
        padding: 24px 20px;
    }
    .reading-card__title,
    .reading-card__text {
        text-align: right;
    }
    .reading-slider-nav {
        right: 18px;
        bottom: auto;
        top: 178px;
    }
    .reading-card__badge {
        top: 18px;
        right: 18px;
    }
}

@media (max-width: 575.98px) {
    .reading-card__media {
        height: 210px;
        flex-basis: 210px;
    }
    .reading-slider-nav {
        top: 154px;
    }
    .reading-card__meta {
        gap: 10px;
    }
}

.post-categories-section {
    background: #f7eed0;
    position: relative;
}
.post-filter-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin-top: -88px;
    position: relative;
    z-index: 3;
}
.post-filter-btn {
    height: 80px;
    border: 0;
    border-radius: 24px;
    background: #fff;
    color: #566171;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    transition: all 0.25s ease;
    box-shadow: 0px 2px 8px 0px #00000014;
    backdrop-filter: blur(40px);
}
.post-filter-btn:hover {
    transform: translateY(-2px);
    color: var(--bs-primary-red);
}
.post-filter-btn.active {
    background: var(--bs-primary-red);
    color: #fff;
    box-shadow: 0px 8px 17px 0px #5C15C552;
}
.post-card {
    height: 100%;
}
.post-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 560px;
    background: #ddd;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
.post-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.post-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(44, 17, 32, 0.72) 0%, rgba(44, 17, 32, 0.28) 35%, rgba(44, 17, 32, 0.04) 60%, rgba(44, 17, 32, 0) 100%);
    display: flex;
    align-items: flex-end;
}
.post-card__content {
    width: 100%;
    padding: 22px 24px 20px;
}
.post-card__title {
    padding: 0 0 16px;
    color: #F7F7F7;
    line-height: 1.5;
    text-align: right;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
}
.post-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.post-card__category {
    color: #FCA311;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
.post-card__date {
    color: #F7F7F7;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}
.post-item {
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.post-item.is-hidden {
    display: none !important;
}
.posts-empty-state {
    margin-top: 24px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    color: #5f6879;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
    .post-filter-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
    .post-card__media {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .post-filter-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: -28px;
    }
    .post-filter-btn {
        height: 56px;
        font-size: 0.95rem;
        border-radius: 14px;
    }
    .post-card__media {
        min-height: 320px;
        border-radius: 22px;
    }
    .post-card__title {
        font-size: 1rem;
    }
}

/********************* FAQ page *********************/
.faq-section {
    --faq-red: var(--bs-primary-red, #e0101b);
    --faq-cream: #fff3cf;
    --faq-gold-light: #ffe5ad;
    --faq-gold-dark: #ffd78d;
    --faq-text: #28344d;
    --faq-muted: #7e879a;
    min-height: 720px;
    padding: 38px 0 72px;
    direction: rtl;
    background:
        linear-gradient(
            to bottom,
            var(--faq-red) 0,
            var(--faq-red) 165px,
            var(--faq-cream) 165px,
            var(--faq-cream) 100%
        );
}

.faq-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.faq-section__title {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
}

.faq-section__title-line {
    width: 52px;
    height: 4px;
    margin-top: 10px;
    border-radius: 50px;
    background: #f8ad25;
}

.faq-accordion {
    max-width: 1180px;
    margin: 38px auto 0;
}

.faq-accordion .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: transparent;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header {
    margin: 0;
}

.faq-accordion .accordion-button {
    min-height: 72px;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 14px;
    direction: rtl;
    color: var(--faq-text);
    background: linear-gradient(90deg, var(--faq-gold-light), var(--faq-gold-dark));
    border: 0;
    border-radius: 18px !important;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    text-align: right;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--faq-text);
    background: #f3f4f6;
    border-bottom: 1px solid #d9dde5;
    border-radius: 18px 18px 0 0 !important;
}

.faq-accordion .accordion-button:focus-visible {
    position: relative;
    z-index: 2;
    outline: 3px solid rgba(13, 110, 253, 0.65);
    outline-offset: -3px;
    box-shadow: none;
}

.faq-accordion__icon {
    position: relative;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.faq-accordion__icon::before,
.faq-accordion__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.faq-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion .accordion-button:not(.collapsed) .faq-accordion__icon::before {
    background: var(--faq-red);
}

.faq-accordion .accordion-button:not(.collapsed) .faq-accordion__icon::after {
    opacity: 0;
    background: var(--faq-red);
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-accordion__question {
    flex: 1 1 auto;
}

.faq-accordion .accordion-collapse {
    background: #fff;
}

.faq-accordion .accordion-body {
    padding: 22px 28px 26px;
    color: var(--faq-muted);
    background: #fff;
    border-radius: 0 0 18px 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2;
    text-align: right;
}

.faq-accordion .accordion-body > :last-child {
    margin-bottom: 0;
}

.faq-empty-state {
    max-width: 1180px;
    margin: 38px auto 0;
    padding: 28px;
    color: var(--faq-muted);
    background: #fff;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(42, 49, 66, 0.06);
}

@media (max-width: 991.98px) {
    .faq-section {
        padding-bottom: 56px;
    }

    .faq-section__title {
        font-size: 28px;
    }

    .faq-accordion .accordion-button {
        min-height: 66px;
        padding: 16px 22px;
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .faq-section {
        min-height: 640px;
        padding: 28px 0 42px;
        background:
            linear-gradient(
                to bottom,
                var(--faq-red) 0,
                var(--faq-red) 138px,
                var(--faq-cream) 138px,
                var(--faq-cream) 100%
            );
    }

    .faq-section__title {
        font-size: 24px;
    }

    .faq-section__title-line {
        width: 44px;
        height: 3px;
        margin-top: 7px;
    }

    .faq-accordion {
        margin-top: 30px;
    }

    .faq-accordion .accordion-item {
        margin-bottom: 11px;
        border-radius: 15px;
    }

    .faq-accordion .accordion-button {
        min-height: 60px;
        padding: 14px 16px;
        gap: 10px;
        border-radius: 15px !important;
        font-size: 14px;
        line-height: 1.8;
    }

    .faq-accordion .accordion-button:not(.collapsed) {
        border-radius: 15px 15px 0 0 !important;
    }

    .faq-accordion .accordion-body {
        padding: 18px 18px 22px;
        border-radius: 0 0 15px 15px;
        font-size: 13px;
        line-height: 2.1;
    }
}


