@import url(font.css);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: iransans;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
    margin: 0 !important;
}

html, body {
    width: 100%;
    height: 100%;
    background: #FBFBF8;
}

main,
.hero-section {
    padding-top: 8rem;
}

/*header start*/
header {
    box-shadow: inset -5px -5px 100px #0F0F0F80,
    inset 5px 5px 100px #000000;
    background: #0F0F0F80;
    border: 1px solid #0F0F0F80;
    margin-bottom: 1rem;
    position: fixed;
    z-index: 1200;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    padding: 20px;
}

.header_main {
    background: #FBFBF8;
}

.header-style ul {
    list-style: none;
    gap: 2rem;
    margin-right: 8px;
    font-weight: 300;
    font-size: 20px;
}

.header-style a {
    text-decoration: none;
    color: #ffffff;
}

.header-style a.login-btn {
    background: transparent;
    border-radius: 12px;
    gap: 14px;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    border: 0;
    margin-left: 2rem;
}

.header-style a.cart-btn {
    background: #ffffff;
    color: #ffffff;
    border: 1px solid #572D01;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    border-radius: 50%;
    width: 54px;
    height: 54px;
}

.header-style a.login-btn svg {
    fill: white;
    stroke: white;
}

.header-style a.login-btn path {
    fill: white;
}

.header-style a.cart-btn svg {
    fill: #000000;
    stroke: #000000;
}

.header-style a.cart-btn path {
    fill: #000000;
}


span.cart-count {
    background: red;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    width: 24px;
    height: 24px;
    top: -4px;
}

.lang-btn {
    background: #ffffff;
    border: 0;
    /*display: flex;*/
    border-radius: 0.5rem;
    padding: 0.25rem;
    display: none;
}


.main-menu > li {
    position: relative;
}

/* فلش */
.arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* dropdown */
.dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

.dropdown li {
    list-style: none;
}

.dropdown a {
    padding: 10px 16px;
    display: block;
    color: #333;
    white-space: nowrap;
}

.dropdown a:hover {
    background: #f5f5f5;
}

/* hover action */
.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.has-dropdown:hover .arrow {
    transform: rotate(180deg);
}

/*header end*/
.hero-slider {
    padding-top: 7rem;
}
.pos-relative {
    position: relative;
}

.category-section {
    gap: 1rem;
    margin-top: 36px;
}

.cat-cards {
    background: white;
    width: 397px;
    height: 237px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;

}

.cat-cards img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cat-cards a {
    background: #572D01;
    background: linear-gradient(0deg, rgba(87, 45, 1, 0.76) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    justify-content: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    padding-bottom: 8px;
    text-decoration: none;
}

.cat-cards a p {
    font-weight: 700;
    font-size: 20px;
}

.cat-cards a span {
    font-weight: 300;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cat-cards a span:before,
.cat-cards a span:after {
    content: '';
    width: 58px;
    height: 2px;
    background: white;
    display: flex;
}

.main-btn {
    border-radius: 8px;
    padding: 12px;
    background: #572D01;
    color: white;
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
    cursor: pointer;
    align-items: center;
}

.titles-home-page {
    font-weight: 900;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #572D01;
    gap: 1.5rem;
}

.titles-home-page span {
    display: flex;
    width: 100%;
    max-width: 290px;
    background: #572D01;
    height: 2px;
}

.subtitles-home-page {
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A6A6A;
}

.main-btn-div {
    justify-content: center;
    display: flex;
}

/*footer start*/
footer {
    background: #F5EFE6;
    padding: 2rem;
    margin-top: 3rem;
}

footer ul {
    list-style: none;
}

.logos-footer {
    gap: 1.5rem;
}

.logos-footer svg ,
.logos-footer svg path {
    fill: white;
    stroke: white;
}
.footer-list {
    gap: 2rem;
}

.footer-list a {
    color: #ffffff;
    text-decoration: none;
}

/*footer end*/
/*why-us-card*/
.why-us-section {
    margin-top: 4rem;
}

.why-us-cards {
    gap: 2rem;
    padding: 0 1rem;
    margin-bottom: 3rem;
}

.why-us-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 8px 24px rgb(0 0 0 / 17%);
}

.why-us-icon-tag {
    position: absolute;
    top: -15px;
    left: 0;
}

.why-us-icon {
    width: 48px;
}

.why-us-card h6 {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color: #6A6A6A;
    margin: 24px 0 4px;
}

.why-us-card p {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #6A6A6A;

}

.why-us-cards .why-us-card:nth-child(1),
.why-us-cards .why-us-card:nth-child(5) {
    transform: translateY(-6rem);
}

.why-us-cards .why-us-card:nth-child(2),
.why-us-cards .why-us-card:nth-child(4) {
    transform: translateY(-3rem);
}

.why-us-cards li:nth-child(6) {
    display: none;
}

.a-product-container {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
}

.a-product-container p {
    font-weight: 300;
    font-size: 16px;
    color: #828282;
    margin-bottom: 10px;

}

.a-product-container p span {
    font-weight: 500;
    font-size: 16px;
    color: #161616;
}

.a-product-container:hover img {
    transform: scale(1.1);
}

.a-product-container h6 {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
}

.a-product-container img {
    transition: all 0.75s;
    border-radius: 1rem;
    width: 100%;
    height: 149px;
    object-fit: cover;
}

.back-coffee {
    background-size: cover;
    padding: 4rem 2.5rem !important;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    position: relative;
}

.title-back-coffee {
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.shape-1 {
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.shape-1 img {
    width: 35%;
}

.shape-2 {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    z-index: 1;

}

.btn-back-coffee {
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.shape-2 img {
    width: 25%;
}

.page-title {
    background-size: cover;
    border-radius: 3rem;
    border: 1px solid #b4b4b4;
    position: relative;
    background-position: center;
}

.page-title h4 {
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9rem;
    width: 100%;

}

.page-title h4 span {
    border: 1px solid #b4b4b4;
    padding: 2rem 8.5rem;
    border-radius: 56px;
    backdrop-filter: blur(16px);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(84.91deg, rgba(255, 255, 255, 0) 37.19%, #FFFFFF 103.32%);
}


.main-btn-margin {
    margin: 0.5rem 0 1.25rem;
}

.slider-section {
    margin-top: 8rem;
    margin-bottom: 6rem;
}

b.main-btn {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
}

.a-product-container {
    border: 1px solid #BABABA;
    border-radius: 1rem;
}


.about-us-pic-1 {
    position: absolute;
    right: 0;
    width: 300px;
    bottom: -40px;
}

.about-us-pic-2 {
    position: absolute;
    left: 0;
    width: 300px;
    bottom: -126px;
}


.login-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.login-popup {
    background: #ffffff;
    border: 1px solid #572D01;
    color: #572D01;
    width: 90%;
    max-width: 380px;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.login-popup .close-popup {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 22px;
    cursor: pointer;
}

.login-popup .icon {
    width: 50px;
    height: 50px;
    border: 2px solid #572D01;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.login-popup h3 {
    margin-bottom: 8px;
}

.login-popup p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.login-popup input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    background: #f2f2f2;
}

.login-popup .actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.login-popup .actions a {
    flex: 1;
    padding: 10px 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}


.login-popup .login-btn {
    background: #572D01;
    color: #fff;
}


.login-popup .form {
    display: none;
}

.form.active {
    display: block;
}

.switch {
    margin-top: 15px;
    font-size: 14px;
}

.switch a {
    color: #000;
    margin-right: 5px;
    font-weight: bold;
    text-decoration: none;
}

.fade-section {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease,
    transform 0.8s ease;
    will-change: opacity, transform;
}

.fade-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/*comment*/
.comment-modal-box input#submit {
    border-radius: 8px;
    padding: 12px;
    background: #572D01;
    color: white;
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
    cursor: pointer;
    align-items: center;
}

.comment-form .comment-form-cookies-consent input {
    width: fit-content;
}

p.comment-form-cookies-consent {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

h3#reply-title {
    display: none;
}

p.logged-in-as a {
    color: #572D01;
}

.woocommerce-Price-amount.amount bdi,
.woocommerce-variation.single_variation p .woocommerce-Price-amount bdi {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
}

.atc-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.atc-modal.active {
    display: flex;
}

.atc-box {
    background: #fff;
    padding: 30px;
    max-width: 420px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
}

.atc-box .actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.atc-box .btn {
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.atc-box .outline {
    background: transparent;
    border: 1px solid #ccc;
}


/*//*/

.section-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #572D01;
    margin: 5rem 0 41px;
}

.swiper-container-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-wrapper-bg {
    background: linear-gradient(135deg, #f9f6f0 0%, #f5f0e8 100%);
    border-radius: 24px;
    padding: 30px 20px;
    margin: 0 60px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.coffee-card {
    width: 100%;
    max-width: 366px;
    background: #E2D9C833;
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid #E2D9C8;
    padding: 1rem;
}

.card-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.coffee-card .card-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
    color: #572D01;
}

.card-description {
    font-size: 14px;
    line-height: 1.6;
    color: #6b6b6b;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;

}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.card-price {
    font-size: 16px;
    color: #8b7355;
    width: 50%;
}

.card-price span {
    font-size: 20px;
    font-weight: 700;
    color: #572D01;
}

.order-btn {
    background-color: #572D01;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-btn:hover {
    background-color: #572D01;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(93, 64, 55, 0.3);
}

.swiper-pagination-home {
    position: relative !important;
    margin-top: 30px;
}

.swiper-pagination-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c4b5a6;
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-home .swiper-pagination-bullet-active {
    background: #572D01;
    width: 32px;
    border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #572D01;
    border-radius: 50%;
    color: white;
    box-shadow: 0 4px 15px rgba(93, 64, 55, 0.3);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #4e342e;
    transform: scale(1.05);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.view-all-wrapper {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #572D01;
    color: #ffffff;
    border: none;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(93, 64, 55, 0.3);
}

.view-all-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.view-all-btn:hover svg {
    transform: translateX(4px);
}

.why-choose-section .section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    color: #572D01;
    margin-bottom: 48px;
}

.feature-card {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #ffffff 0%, #F2F2F2 10%);
    border-radius: 20px;
    padding: 0;
    margin-bottom: 32px;
    min-height: 220px;
    position: relative;
}

.feature-card .feature-text {
    flex: 1;
    padding: 40px 48px;
    z-index: 1;
}

.feature-card .feature-text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 16px;
}

.feature-card .feature-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.feature-card .feature-image {
    width: 280px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.feature-card .feature-image img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    display: block;
    transform: scale(1.5);
}

.feature-card.image-right {
    flex-direction: row;
}

.feature-card.image-left {
    flex-direction: row-reverse;
    background: linear-gradient(-90deg, #ffffff 0%, #F2F2F2 10%);

}

.articles-section__title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #3b1a07;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.articles-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.articles-grid a {
    text-decoration: none;
}

.article-card--featured {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 380px;
    background-color: #572d01;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.article-card--featured:hover {
    transform: scale(1.01);
}

.article-card--featured::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.5) 40%,
            rgba(0, 0, 0, 0.1) 70%,
            transparent 100%
    );
    z-index: 1;
}

.article-card--featured__content {
    position: relative;
    z-index: 2;
    padding: 28px 24px;
}

.article-card--featured__heading {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 12px;
}

.article-card--featured__desc {
    font-size: 12px;
    font-weight: 400;
    color: #d4d4d4;
    line-height: 1.7;
    max-width: 460px;
}

.article-card--top-right {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 170px;
    background-color: #572d01;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 24px 28px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.article-card--top-right:hover {
    transform: scale(1.02);
}

.article-card--top-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.2) 60%,
            transparent 100%
    );
    z-index: 1;
}

.article-card--top-right__heading {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.45;
    max-width: 240px;
}

.articles-grid__bottom-right {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.article-card--bottom-left {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 190px;
    background-color: #572d01;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.article-card--bottom-left:hover {
    transform: scale(1.03);
}

.article-card--bottom-left::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.25) 50%,
            transparent 100%
    );
    z-index: 1;
}

.article-card--bottom-left__heading {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
}

.article-card--all {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 190px;
    background-color: #572d01;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.article-card--all:hover {
    transform: scale(1.03);
}

.article-card--all::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.article-card--all__heading {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
}

.coffee-section {
    position: relative;
    width: 100%;
    margin: 5rem auto 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 508px;
    background-size: cover;
}

.coffee-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(128deg, transparent 60%, #572d01 60%);
    z-index: 0;
    opacity: 0.6;
}

.coffee-section-category::before {
    background: linear-gradient(128deg, transparent 50%, #572d01 50%);
}

.bg-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(ellipse 8px 5px at 10% 20%, #3d2b1f 0%, transparent 100%),
    radial-gradient(ellipse 7px 4px at 25% 60%, #4a3228 0%, transparent 100%),
    radial-gradient(ellipse 9px 5px at 15% 80%, #3d2b1f 0%, transparent 100%),
    radial-gradient(ellipse 6px 4px at 5% 45%, #4a3228 0%, transparent 100%),
    radial-gradient(ellipse 8px 5px at 30% 30%, #3d2b1f 0%, transparent 100%),
    radial-gradient(ellipse 7px 4px at 75% 25%, #5a3a20 0%, transparent 100%),
    radial-gradient(ellipse 9px 5px at 80% 55%, #6b4226 0%, transparent 100%),
    radial-gradient(ellipse 6px 4px at 90% 75%, #5a3a20 0%, transparent 100%),
    radial-gradient(ellipse 8px 5px at 70% 80%, #6b4226 0%, transparent 100%),
    radial-gradient(ellipse 7px 4px at 85% 15%, #5a3a20 0%, transparent 100%),
    radial-gradient(ellipse 8px 5px at 65% 45%, #6b4226 0%, transparent 100%),
    radial-gradient(ellipse 6px 4px at 95% 40%, #5a3a20 0%, transparent 100%);
    opacity: 0.3;
    z-index: 1;
}

.content-left {
    position: relative;
    padding: 40px 50px;
}

.content-left .glass-card {
    padding: 28px 3rem;
    max-width: 440px;
}

.glass-card h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 32px;
    text-align: right;
}

.glass-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    text-align: right;

}

.btn-commitment {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #572D01;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 24px;
}

.btn-commitment:hover {
    background: #f0e6d3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-commitment .arrow {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.btn-commitment:hover .arrow {
    transform: translateX(-4px);
}


.logo-right {
    position: relative;
    z-index: 3;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coffee-logo {
    width: 180px;
    height: 180px;
    position: relative;
}

/* حلقه بیرونی لوگو */
.logo-outer-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* حلقه داخلی لوگو */
.logo-inner-ring {
    width: 82%;
    height: 82%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

/* متن‌های دایره‌ای لوگو */
.logo-text-top {
    position: absolute;
    top: -2px;
    width: 100%;
    text-align: center;
}

.logo-text-top span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.logo-text-bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.logo-text-bottom span {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.logo-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.logo-estd {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-year {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* آیکون دانه قهوه */
.coffee-bean-icon {
    font-size: 45px;
    color: #ffffff;
    line-height: 1;
}

/* SVG لوگو */
.logo-svg-wrapper {
    width: 180px;
    height: 180px;
}


/*//*/


/* ═══════════════════════════════════════════
   SWIPER CORE
═══════════════════════════════════════════ */
.coffee-slider {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    position: relative;
}

.swiper-slide {
    overflow: hidden;
}

/* ═══════════════════════════════════════════
   SLIDE LAYOUT - SPLIT (for slide 3)
═══════════════════════════════════════════ */
.slide-split {
    display: flex;
    width: 100%;
    height: 100%;
}

.slide-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px 60px 70px;
    position: relative;
    z-index: 2;
}

.slide-right {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ═══════════════════════════════════════════
   SLIDE 1 - Choose Your Perfect Match
   (FULLWIDTH centered layout)
═══════════════════════════════════════════ */
.slide-1 {
    position: relative;
}

.slide-1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
}

.slide-1-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.slide-1-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px 80px;
}

.slide-1-content .slide-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.slide-1-content .slide-desc {
    font-size: clamp(0.85rem, 1.3vw, 1.05rem);
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 500px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* Glassmorphism CTA for slide 1 */
.slide-1-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.slide-1-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    transition: left 0.4s ease;
    z-index: 0;
}

.slide-1-cta:hover::before {
    left: 0;
}

.slide-1-cta:hover {
    color: #2c1a06;
    border-color: rgba(255, 255, 255, 0.8);
}

.slide-1-cta span {
    position: relative;
    z-index: 1;
}

.slide-1-cta .arrow {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.slide-1-cta:hover .arrow {
    transform: translateX(5px);
}

/* Slide 1 animations */
.swiper-slide-active .slide-1-content .slide-title {
    animation: fadeUp 0.7s 0.15s both;
}

.swiper-slide-active .slide-1-content .slide-desc {
    animation: fadeUp 0.7s 0.35s both;
}

.swiper-slide-active .slide-1-cta {
    animation: fadeUp 0.7s 0.55s both;
}

.swiper-slide-active .slide-1-bg {
    animation: bgZoom 6s ease-out both;
}

@keyframes bgZoom {
    from {
        transform: scale(1.08);
    }
    to {
        transform: scale(1);
    }
}

/* ═══════════════════════════════════════════
   SLIDE 2 - Real Coffee. Real Flavor.
   (FULLWIDTH + glassmorphism card bottom-left)
═══════════════════════════════════════════ */
.slide-2 {
    position: relative;
}

.slide-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?w=1400&q=80') center center / cover no-repeat;
    z-index: 0;
}

.slide-2-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.slide-1 .slide-2-overlay {
    justify-content: center;
}

.slide-1 .slide-2-overlay p {
    text-align: center;
}

.slide-1 .slide-2-card.glass-card {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 530px;
}
.slide-2-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
}

/* Glassmorphism card */
.slide-3-card {
    height: 100%;
    margin: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 42px;
    width: 100%;
}
.slide-2-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    padding: 40px 42px;
    max-width: 460px;
    width: 100%;
    margin: 0 5rem;
}

.slide-2-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.slide-2-desc {
    font-size: clamp(0.82rem, 1.1vw, 0.95rem);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin-bottom: 28px;
    font-style: italic;
}

.slide-2-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: transparent;
    border: 2px solid rgba(60, 40, 20, 0.7);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.slide-2-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    transition: left 0.4s ease;
    z-index: 0;
}

.slide-2-cta:hover::before {
    left: 0;
}

.slide-2-cta:hover {
    color: #2c1a06;
    border-color: rgba(255, 255, 255, 0.6);
}

.slide-2-cta span {
    position: relative;
    z-index: 1;
}

.slide-2-cta .arrow {
    position: relative;
    z-index: 1;
    font-size: 1.15rem;
    transition: transform 0.3s ease;
}

.slide-2-cta:hover .arrow {
    transform: translateX(5px);
}

/* Slide 2 animations */
.swiper-slide-active .slide-2-bg {
    animation: bgZoom 6s ease-out both;
}

.swiper-slide-active .slide-2-card {
    animation: cardSlideUp 0.7s 0.15s both;
}

.swiper-slide-active .slide-2-card .slide-2-title {
    animation: fadeUp 0.6s 0.3s both;
}

.swiper-slide-active .slide-2-card .slide-2-desc {
    animation: fadeUp 0.6s 0.45s both;
}

.swiper-slide-active .slide-2-cta {
    animation: fadeUp 0.6s 0.6s both;
}

@keyframes cardSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ═══════════════════════════════════════════
   SLIDE 3 - Brew Better, Every Day
═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════
   LOGO (Circle Badge)
═══════════════════════════════════════════ */
.slide-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    position: relative;
}

.logo-circle {
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-circle::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.logo-bean {
    width: 22px;
    height: 30px;
    background: #fff;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    position: relative;
    z-index: 2;
}

.logo-bean::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 60%;
    background: #1a1208;
    border-radius: 50%;
}

/* Logo SVG text */
.logo-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-svg text {
    fill: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.logo-svg .bottom-text {
    font-size: 9px;
    letter-spacing: 2px;
}


/* ═══════════════════════════════════════════
   CONTENT TYPOGRAPHY
═══════════════════════════════════════════ */
.slide-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.slide-desc {
    font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    color: #b5a898;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 420px;
}

/* ═══════════════════════════════════════════
   CTA BUTTON
═══════════════════════════════════════════ */
.slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    width: fit-content;
    overflow: hidden;
}

.slide-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.35s ease;
    z-index: 0;
}

.slide-cta:hover::before {
    left: 0;
}

.slide-cta:hover {
    color: #1a1208;
}

.slide-cta span,
.slide-cta .arrow {
    position: relative;
    z-index: 1;
}

.slide-cta .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.slide-cta:hover .arrow {
    transform: translateX(4px);
}

/* ═══════════════════════════════════════════
   SWIPER ANIMATION ON SLIDE CHANGE
═══════════════════════════════════════════ */
.swiper-slide-active .slide-logo {
    animation: fadeUp 0.6s 0.1s both;
}

.swiper-slide-active .slide-title {
    animation: fadeUp 0.6s 0.25s both;
}

.swiper-slide-active .slide-desc {
    animation: fadeUp 0.6s 0.4s both;
}

.swiper-slide-active .slide-cta {
    animation: fadeUp 0.6s 0.55s both;
}

.swiper-slide-active .slide-right img {
    animation: imgReveal 1s 0.2s both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes imgReveal {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ═══════════════════════════════════════════
   SWIPER CONTROLS
═══════════════════════════════════════════ */

/* Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, 0.6);
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #f4c27a;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Pagination Dots */
.swiper-pagination-hero {
    bottom: 35px !important;
}

.swiper-pagination-hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: all 0.35s ease;
    border-radius: 50%;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 12px;
    height: 12px;
}

/* ═══════════════════════════════════════════
   PROGRESS BAR (bottom)
═══════════════════════════════════════════ */
.slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 20;
}

.slide-progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #c89b5a, #f4c27a);
    transition: width 0.1s linear;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 900px) {
    .slide-split {
        flex-direction: column;
    }

    .slide-left {
        width: 100%;
        height: 55%;
        padding: 40px 30px;
        justify-content: flex-end;
    }

    .slide-right {
        width: 100%;
        height: 45%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .slide-left {
        z-index: 2;
        background: linear-gradient(to top, rgba(10, 8, 6, 0.97) 40%, transparent 100%) !important;
        height: 100%;
        justify-content: flex-end;
        padding-bottom: 80px;
    }

    .slide-right::after {
        display: none;
    }

    .slide-logo {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    /* Slide 1 responsive */
    .slide-1-content {
        padding: 40px 20px 90px;
    }

    /* Slide 2 responsive */
    .slide-2-overlay {
        padding: 0 20px 90px 20px;
        align-items: flex-end;
        justify-content: center;
    }

    .slide-1 .slide-2-overlay {
        align-items: center;
    }
    .slide-3 .slide-2-overlay {
        justify-content: flex-start;
    }

    .slide-2-card {
        padding: 28px 26px;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .slide-title,
    .slide-2-card .slide-2-title {
        font-size: 1.7rem;
    }

    .slide-desc,
    .slide-2-card .slide-2-desc {
        font-size: 0.85rem;
    }

    .slide-cta,
    .slide-1-cta,
    .slide-2-cta {
        padding: 12px 24px;
        font-size: 0.85rem;
    }

    .slide-2-card {
        padding: 24px 22px;
        border-radius: 14px;
    }
}


.glass-card {
    background: rgb(0 0 0 / 15%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 0 rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent
    );
}

.glass-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3)
    );
}


.cards-wrapper {
    position: relative;
    width: 550px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    position: absolute;
    width: 230px;
    height: 330px;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            transparent 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
}

.cards-wrapper .card-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* ===== کارت چپ (Tea) ===== */
.card--tea {
    z-index: 3;
    transform: rotate(-8deg) translateX(-160px) translateY(0px);
}

.card--tea:hover {
    transform: rotate(-8deg) translateX(-160px) translateY(-45px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}

/* ===== کارت وسط (Coffee) - جلوتر ===== */
.card--coffee {
    z-index: 2;
    transform: rotate(-8deg) translateX(0px) translateY(35px);

}

.card--coffee:hover {
    transform: rotate(-8deg) translateX(0px) translateY(0px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

/* ===== کارت راست (Powders) ===== */
.card--powders {
    z-index: 1;
    transform: rotate(-8deg) translateX(160px) translateY(70px);

}

.card--powders:hover {
    transform: rotate(-8deg) translateX(160px) translateY(35px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}

/* ===== ریسپانسیو ===== */
@media (max-width: 650px) {
    .cards-wrapper {
        width: 360px;
        height: 340px;
    }

    .card {
        width: 170px;
        height: 250px;
        border-radius: 14px;
    }

    .card--tea {
        transform: rotate(-8deg) translateX(-110px) translateY(10px);
    }

    .card--tea:hover {
        transform: rotate(-8deg) translateX(-110px) translateY(0px);
    }

    .card--coffee {
        transform: translateY(-10px);
    }

    .card--powders {
        transform: rotate(8deg) translateX(110px) translateY(10px);
    }

    .card--powders:hover {
        transform: rotate(8deg) translateX(110px) translateY(0px);
    }

    .cards-wrapper .card-title {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .cards-wrapper {
        width: 300px;
        height: 300px;
    }

    .card {
        width: 145px;
        height: 220px;
        border-radius: 12px;
    }

    .card--tea {
        transform: rotate(-8deg) translateX(-90px) translateY(10px);
    }

    .card--tea:hover {
        transform: rotate(-8deg) translateX(-90px) translateY(0px);
    }

    .card--powders {
        transform: rotate(8deg) translateX(90px) translateY(10px);
    }

    .card--powders:hover {
        transform: rotate(8deg) translateX(90px) translateY(0px);
    }

    .cards-wrapper .card-title {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

/*hamburger*/
/* hamburger */
.hamburger-btn {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 12px;
}

.hamburger-btn span {
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
}

/* استایل منوی موبایل */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 1401;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

/* هدر منو */
.mobile-menu-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: linear-gradient(135deg, #8B4513 0%, #5D3A1A 100%);
    color: #fff;
}

.brand-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.close-menu-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.close-menu-btn:hover {
    transform: translateX(3px);
}

/* لیست منو */
.mobile-menu-list {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    flex: 1;
}

.mobile-menu-list > li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-list > li > a,
.mobile-dropdown-toggle {
    display: block;
    padding: 18px 35px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
}

.mobile-menu-list > li > a:hover,
.mobile-dropdown-toggle:hover {
    color: #8B4513;
    background-color: #faf6f2;
}

.mobile-menu-list > li > a.active {
    color: #8B4513;
    font-weight: 600;
    border-right: 4px solid #8B4513;
    background-color: #faf6f2;
}

/* دراپ‌داون */
.mobile-has-dropdown {
    position: relative;
}

.mobile-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-dropdown-toggle .arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #8B4513;
}

.mobile-dropdown-toggle.open .arrow {
    transform: rotate(180deg);
}

.mobile-dropdown {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
}

.mobile-dropdown li a {
    display: block;
    padding: 14px 35px 14px 50px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #eee;
}

.mobile-dropdown li a:hover {
    color: #8B4513;
    background-color: #f0ebe5;
    padding-left: 55px;
}

.mobile-dropdown li:last-child a {
    border-bottom: none;
}

/* آیکون‌های شبکه اجتماعی */
.mobile-social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 30px 20px;
    border-top: 1px solid #eee;
    background-color: #fafafa;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1.5px solid #999;
    color: #666;
    transition: all 0.3s ease;
}

.social-icon:hover {
    border-color: #8B4513;
    color: #8B4513;
    transform: translateY(-3px);
}

.social-icon.whatsapp:hover {
    border-color: #25D366;
    color: #25D366;
}

.social-icon.telegram:hover {
    border-color: #0088cc;
    color: #0088cc;
}

.social-icon.instagram:hover {
    border-color: #E4405F;
    color: #E4405F;
}

/* اورلی پشت منو */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1400;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}
