    /* back-side */
    
    @media (min-width: 991px) {
        .first-banner {
            display: flex;
            align-items: start;
            justify-content: space-between;
            margin-top: 0px;
            width: 100%;
            overflow: hidden;
        }
        /* main */
        .first-banner .main-img {
            width: 50%;
            height: 100vh;
            position: relative;
            display: flex;
        }
        .first-banner .main-img .extra-div {
            width: 50%;
            height: 100vh;
            position: relative;
        }
        .first-banner .main-img .extra-img-1 {
            width: 300px;
            position: absolute;
            top: 13%;
            left: -20%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 1
        }
        .first-banner .main-img .extra-img-1-disable {
            width: 300px;
            position: absolute;
            top: 30%;
            left: -90%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 0;
        }
        .first-banner .main-img .extra-img-2 {
            width: 500px;
            position: absolute;
            top: 280px;
            left: -70%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 1
        }
        .first-banner .main-img .extra-img-2-disable {
            width: 500px;
            position: absolute;
            top: 250px;
            left: -150%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 0;
        }
        .first-banner .main-img .extra-img-3 {
            width: 500px;
            position: absolute;
            top: 70%;
            left: -25%;
            rotate: -15deg;
            transition: all 500ms;
            opacity: 1
        }
        .first-banner .main-img .extra-img-3-disable {
            width: 500px;
            position: absolute;
            top: 50%;
            left: -75%;
            rotate: -15deg;
            transition: all 500ms;
            opacity: 0;
        }
        .first-banner .main-img .content-div {
            padding-top: 200px;
            z-index: 100000;
            position: relative;
            width: 50%;
            /* margin-right: 50%; */
            height: 100vh;
        }
        .first-banner .main-img .content-div .product-img {
            position: relative;
        }
        .first-banner .main-img .content-div .product-img .product-item {
            width: 300px;
            /* display: block; */
            position: absolute;
            left: -300px;
            transition: all 600ms;
            top: 400px;
        }
        .first-banner .main-img .content-div .product-img .product-item h6 {
            width: 100%;
            text-align: center;
            font-family: "Yekan1" !important;
            font-size: 25px;
            margin-top: -200px;
            z-index: -1;
            position: relative;
        }
        .first-banner .main-img .content-div .product-img .product-item a {
            width: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 35px;
            text-decoration: none;
            color: #fff;
            height: 40px;
            font-size: 14px;
            z-index: -1;
            position: relative;
        }
        .first-banner .main-img .content-div .product-img .product-item img {
            width: 100%;
        }
        .first-banner .main-img .content-div .product-img .prev {
            width: 300px;
            /* display: block; */
            position: absolute;
            left: -300px;
            transition: all 600ms;
            top: -400px;
        }
        .first-banner .main-img .content-div .product-img .active-product {
            width: 300px;
            /* display: block; */
            position: absolute;
            left: 50px;
            transition: all 600ms;
            top: 0px;
        }
        .first-banner .main-img .content-div .product-img .active-product h6 {
            width: 100%;
            text-align: center;
            font-family: "Yekan1" !important;
            font-size: 25px;
            margin-top: 10px;
            z-index: -1;
            position: relative;
            transition: all 1500ms;
        }
        .first-banner .main-img .content-div .product-img .active-product a {
            width: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 35px;
            text-decoration: none;
            color: #fff;
            height: 40px;
            font-size: 14px;
            z-index: 1;
            position: relative;
            transition: all 1500ms;
        }
        .first-banner .main-img svg {
            width: 40%;
            position: absolute;
            left: 0px;
            top: 0px;
            opacity: .5;
            rotate: 180deg;
        }
        /* carve-div */
        .first-banner .carve-div {
            position: relative;
            width: 50%;
            margin-top: 0px;
            height: 100vh;
        }
        .first-banner .carve-div svg {
            height: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
            color: #00563f79;
            opacity: .8;
            transform: scaleX(-1);
        }
        .first-banner .carve-div .content-div {
            padding-top: 100px;
            z-index: 100000;
            position: relative;
            padding-right: 30px;
            background-color: transparent;
        }
        .first-banner .carve-div .content-div h1 {
            font-family: "Yekan1" !important;
            color: #fff;
            font-size: 40px;
        }
        .first-banner .carve-div .content-div p {
            color: #fff;
            text-align: justify;
            font-size: 16px;
            line-height: 35px;
            margin-top: 30px;
            width: 70%;
        }
        .slider-position {
            width: 100%;
            padding-right: 30px;
            margin-top: 50px;
            /* background-color: red; */
        }
        .slider-position .title {
            color: #fff;
            font-size: 22px;
            text-align: right;
            z-index: 10000;
            position: relative;
            padding-bottom: 10px;
        }
        .first-banner .carve-div .slider-items {
            display: flex;
            align-items: center;
            z-index: 1000;
            position: relative;
        }
        .first-banner .carve-div .slider-items .item {
            width: 80px;
            padding: 10px;
            background-color: rgba(255, 255, 255, 0.253);
            margin-left: 20px;
            border-radius: 10px;
            cursor: pointer;
            position: relative;
        }
        .first-banner .carve-div .slider-items .item h6 {
            display: none;
        }
        .first-banner .carve-div .slider-items .active-item::before {
            width: 100%;
            height: 5px;
            position: absolute;
            border-bottom: 4px solid #fff;
            content: "";
            bottom: -10px;
            right: 0px;
        }
        .first-banner .carve-div .slider-items .item img {
            width: 100%;
        }
        .first-banner .carve-div .slider-items .active-item {
            /* width: 100%;
            height: 5px;
            position: absolute; */
            border-bottom: 4px solid #fff;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            /* content: "";
            bottom: -10px;
            right: 0px;
            z-index: 10000; */
        }
        .first-banner .carve-div .slider-items .swiper-slide-active::before {
            width: 100%;
            height: 5px;
            position: absolute;
            border-bottom: 4px solid #fff;
            content: "";
            bottom: -10px;
            right: 0px;
        }
        .star-1-div {
            position: absolute;
            top: 350px;
            left: 70px;
            z-index: 9999999;
        }
        .first-banner .carve-div .star-1 {
            width: 100px;
            height: 100px;
        }
        .star-2-div {
            position: absolute;
            bottom: 200px;
            left: 50px;
            z-index: 9999999;
        }
        .first-banner .carve-div .star-2 {
            width: 80px;
            height: 100px;
            rotate: 35deg;
        }
        .star-3-div {
            position: absolute;
            top: 140px;
            left: 0px;
            z-index: 9999999;
            ;
        }
        .first-banner .carve-div .star-3 {
            width: 100px;
            height: 100px;
        }
        .first-banner .carve-div .star {
            fill: #000 !important;
        }
    }
    
    @media (max-width: 991px) {
        .first-banner {
            /* display: flex;
            align-items: start;
            justify-content: space-between; */
            margin-top: 0px;
            width: 100%;
            overflow: hidden;
            /* height: 860px; */
            padding-bottom: 100px;
        }
        /* main */
        .first-banner .main-img {
            width: 100%;
            position: relative;
        }
        .first-banner .main-img .extra-div {
            width: 100%;
            position: absolute;
            top: 100px;
            /* display: none; */
            display: none;
        }
        .first-banner .main-img .extra-div svg {
            display: block !important;
            z-index: 1000001;
        }
        .first-banner .main-img .extra-img-1 {
            width: 30%;
            position: absolute;
            top: 65%;
            left: 0%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 1;
        }
        .first-banner .main-img .extra-img-1-disable {
            width: 30%;
            position: absolute;
            top: -120px;
            left: 30%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 0
        }
        .first-banner .main-img .extra-img-2 {
            width: 60%;
            position: absolute;
            top: -169px;
            right: 10%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 1;
        }
        .first-banner .main-img .extra-img-2-disable {
            width: 60%;
            position: absolute;
            top: -169px;
            right: 35%;
            rotate: 15deg;
            transition: all 500ms;
            opacity: 0;
        }
        .first-banner .main-img .extra-img-3 {
            width: 80%;
            position: absolute;
            top: 65%;
            right: -30%;
            rotate: -15deg;
            transition: all 500ms;
            opacity: 1;
        }
        .first-banner .main-img .extra-img-3-disable {
            width: 500px;
            position: absolute;
            top: 50%;
            left: -75%;
            rotate: -15deg;
            transition: all 500ms;
            opacity: 0;
        }
        .first-banner .main-img .content-div {
            z-index: 100000;
            position: relative;
            width: 100%;
            height: 40vh;
        }
        .first-banner .main-img .content-div .product-img {
            position: relative;
            display: none;
        }
        .first-banner .main-img .content-div .product-img img {
            width: 300px;
            /* display: block; */
            position: absolute;
            left: -300px;
            transition: all 600ms;
            top: 400px;
            display: none;
        }
        .first-banner .main-img .content-div .product-img .prev {
            width: 300px;
            /* display: block; */
            position: absolute;
            left: -300px;
            transition: all 600ms;
            top: -400px;
            display: none;
        }
        /* .first-banner .main-img .content-div .product-img .active-product {
            width: 200px;
            position: absolute;
            left: 50px;
            transition: all 600ms;
            top: 0px;
        } */
        .first-banner .main-img .content-div .product-img .active-product {
            width: 40%;
            position: absolute;
            transition: all 600ms;
            top: -70px;
            left: calc(50% - 20%);
            display: none;
        }
        .first-banner .main-img svg {
            width: 40%;
            position: absolute;
            left: 0px;
            top: -200px;
            opacity: .5;
            rotate: 180deg;
            display: none;
        }
        /* carve-div */
        .first-banner .carve-div {
            position: relative;
            width: 100%;
            margin-top: 0px;
            padding: 20px;
            background-color: #dc96bf;
            height: fit-content;
            padding-top: 140px;
        }
        .first-banner .carve-div .circle-sm {
            width: 100%;
            height: 300px;
            /* background-color: rgb(100, 19, 19); */
            background-color: #dc96bf;
            position: absolute;
            left: 0px;
            border-radius: 50%;
            bottom: -150px;
            /* z-index: 10000; */
        }
        .first-banner .carve-div svg {
            width: 140%;
            position: absolute;
            right: 0px;
            top: 0px;
            color: #00563f79;
            opacity: .8;
            /* transform: scaleX(-1); */
            rotate: 90deg;
        }
        .first-banner .carve-div .curve {
            width: 100%;
            position: absolute;
            right: 0px;
            bottom: 100px !important;
            top: auto;
            color: #00563f79;
            opacity: 1;
            /* transform: scaleX(-1); */
            rotate: 0deg !important;
            z-index: 100001;
        }
        .first-banner .carve-div .content-div {
            z-index: 100000;
            position: relative;
        }
        .first-banner .carve-div .content-div h1 {
            font-family: "Yekan1" !important;
            color: #fff;
            font-size: 25px;
            text-align: center;
            line-height: 40px;
        }
        .first-banner .carve-div .content-div p {
            color: #fff;
            text-align: justify;
            font-size: 16px;
            line-height: 35px;
            margin-top: 10px;
            width: 100%;
        }
        .first-banner .carve-div .slider-position {
            /* background-color: red; */
            position: absolute;
            width: 100%;
            z-index: 1000000;
            right: 0px;
        }
        .first-banner .carve-div .slider-position .title {
            color: #fff;
            font-size: 22px;
            text-align: center;
            margin-top: 20px;
        }
        .first-banner .carve-div .slider-items {
            display: flex;
            align-items: center;
            position: relative;
            margin-top: 10px;
        }
        .swiper {
            padding-bottom: 1000px !important;
        }
        .first-banner .carve-div .slider-items .item {
            width: 60px;
            padding: 10px;
            /* background-color: rgba(255, 255, 255, 0.253); */
            border-radius: 10px;
            cursor: pointer;
            position: relative;
        }
        .first-banner .carve-div .slider-items .item h6 {
            font-family: "Yekan1" !important;
            text-align: center;
            display: none;
        }
        .first-banner .carve-div .slider-items .item .d-flex {
            display: none !important;
        }
        .first-banner .carve-div .slider-items .swiper-slide-active h6 {
            display: block;
            margin-top: 20px;
        }
        .first-banner .carve-div .slider-items .swiper-slide-active .d-flex {
            display: flex !important;
        }
        .first-banner .carve-div .slider-items .swiper-slide-active .d-flex a {
            width: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 35px;
            text-decoration: none;
            color: #fff;
            height: 35px;
            font-size: 12px;
            z-index: 1;
            position: relative;
            transition: all 1500ms;
        }
        .first-banner .carve-div .slider-items .active-item::before {
            content: "";
        }
        .first-banner .carve-div .slider-items .item img {
            width: 100%;
            /* transition: all 1000ms; */
        }
        .first-banner .carve-div .slider-items .swiper-slide {
            transform: scale(.7);
            transition: transform 500ms ease;
            width: 130px !important;
        }
        .first-banner .carve-div .slider-items .swiper-slide-active {
            transition: transform 1000ms ease;
            /* transform: 1 !important; */
            transform: scale(1.1);
        }
        .star-1-div {
            display: none;
        }
        .star-2-div {
            display: none;
        }
        .star-3-div {
            display: none;
        }
    }
    /*---about us--*/
    /* .about-container {
        max-width: 1000px;
        margin: 0 auto;
    } */
    
    .header-top {
        background: var(--green-dark);
        padding: 5px;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        font-size: 0.95rem;
        border-radius: 35px;
    }
    
    .border-head {
        border: 2px solid #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 45px;
        position: relative;
        overflow-x: hidden;
        border-radius: 35px;
    }
    
    .border-head::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 3px solid #fff;
        border-radius: 4px;
        clip-path: polygon( 0 0, 40% 0, 40% 5%, 60% 5%, 60% 0, 100% 0, 100% 100%, 60% 100%, 60% 95%, 40% 95%, 40% 100%, 0 100%);
        border-radius: 35px;
    }
    
    .border-head::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent, #ffffff8c, transparent);
        animation: border-glow 3s linear infinite;
        clip-path: polygon( 0 0, 40% 0, 40% 5%, 60% 5%, 60% 0, 100% 0, 100% 100%, 60% 100%, 60% 95%, 40% 95%, 40% 100%, 0 100%);
    }
    
    @keyframes border-glow {
        0% {
            transform: translateX(-80%);
            opacity: 0.4;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform: translateX(80%);
            opacity: 0.4;
        }
    }
    
    .header-top::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 2px, transparent 4px);
        pointer-events: none;
    }
    
    .left-text,
    .right-text {
        position: relative;
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: 0.5px;
    }
    
    .about-content {
        margin-top: 20px;
    }
    
    .side-icons {
        display: flex;
        flex-direction: column;
        justify-content: end;
        /* width: 30%; */
    }
    
    .icon-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .hex {
        width: 60px;
        height: 60px;
        background: var(--green-dark);
        color: #fff;
        clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        transition: 0.3s ease;
        margin-left: 10px;
    }
    
    .hex:hover {
        background: var(--green-light);
        transform: scale(1.08);
    }
    
    .hex img {
        width: 32px;
        filter: brightness(0) invert(1);
    }
    
    .icon-item .text h6,
    .icon-item .text-2 h6 {
        font-size: 0.95rem;
        font-weight: 700;
        color: var(--coffee-brown);
        margin-bottom: 3px;
    }
    
    .icon-item .text p,
    .icon-item .text-2 p {
        font-size: 0.8rem;
        color: #777;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .icon-item .text-2 {
        text-align: left;
        width: 150px;
    }
    
    .center-coffee {
        position: relative;
        width: 260px;
    }
    
    .nozzle-img {
        width: 100%;
        position: relative;
        z-index: 2;
        top: -75px;
    }
    
    #nazel-2 {
        top: -37px;
        z-index: 1;
        position: absolute;
        left: 20px;
    }
    
    @media (max-width: 700px) and (min-width: 600px) {
        #nazel-2 {
            top: -8px;
            left: -0px;
        }
        .nozzle-img {
            top: -75px;
            left: -0px;
        }
    }
    
    @media (max-width: 600px) {
        .about-content {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px 20px;
            align-items: start;
            justify-items: center;
        }
        .center-coffee {
            grid-column: 1 / -1;
            order: -1;
            width: 220px;
            margin-bottom: 25px;
            justify-self: center;
        }
        .side-icons {
            display: flex !important;
            flex-direction: column;
            gap: 20px;
            align-items: center;
            margin-top: 40px;
        }
        .icon-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .hex {
            margin-left: 0;
            margin-bottom: 10px;
        }
        .text {
            margin-left: 0 !important;
        }
        .icon-item .text h6,
        .icon-item .text p {
            text-align: center;
        }
        .left-text,
        .right-text {
            font-size: 12px;
        }
        .nozzle-img {
            top: -70px;
        }
        #nazel-2 {
            top: -37px;
            left: 20px;
        }
    }
    
    @media (max-width: 435px) {
        .border-head {
            padding: 10px 20px;
        }
    }
    /*---end about us--*/
    /*--card-caffe--*/
    
    .menu-section {
        display: flex;
        align-items: center;
    }
    
    .lottie-player {
        width: 200px;
    }
    /* .menu-section .container {
        max-width: 1100px;
    } */
    
    .section-title {
        font-size: 1.8rem;
        font-family: "Yekan1" !important;
        letter-spacing: 0.5px;
        margin-top: 60px;
        position: relative;
    }
    
    .section-title::before {
        content: "";
        width: 114%;
        height: 2px;
        border-bottom: 1px solid rgb(219, 219, 219);
        position: absolute;
        bottom: -11px;
        right: -35px;
    }
    
    @media (max-width: 500px) {
        .lottie-player {
            width: 150px;
        }
        .section-title {
            font-size: 20px;
            font-family: "Yekan1" !important;
            letter-spacing: 0.5px;
            margin-top: 50px;
            position: relative;
        }
        .section-title::before {
            content: "";
            width: 114%;
            height: 2px;
            border-bottom: 1px solid rgb(219, 219, 219);
            position: absolute;
            bottom: -9px;
            right: -35px;
        }
    }
    
    .productswiper {
        padding-bottom: 0px !important;
    }
    
    .coffee-card {
        position: relative;
        background: var(--green-dark);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 18px;
        transition: all 0.4s ease;
        padding-top: 70px;
        height: 100%;
        width: 280px;
        margin-top: 130px;
    }
    
    @media (max-width: 992px) {
        .swiper-slide-active .coffee-img {
            top: -115px;
        }
        .swiper-slide-active .coffee-img .img1 {
            display: none;
            transform: scale(1.05) translateY(-6px);
        }
        .swiper-slide-active .coffee-img .img2 {
            display: block !important;
        }
    }
    /* .coffee-card:hover .coffee-img {
        top: -115px;
    }
    
    .coffee-card:hover .coffee-img .img1 {
        display: none;
        transform: scale(1.05) translateY(-6px);
    } */
    
    .coffee-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
    
    .rating-card {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 75px;
        background: var(--green-light);
        backdrop-filter: blur(12px);
        color: #fff;
        font-weight: 600;
        font-size: 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.25);
        z-index: 3;
    }
    
    .rating-card span {
        background-color: #fff;
        color: #000;
        padding: 3px;
        font-size: 11px;
        border-radius: 7px;
        position: relative;
        left: 60%;
        top: 26%;
    }
    
    .coffee-img {
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
    }
    
    .coffee-img img {
        filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
        transition: transform 0.4s ease;
        width: 70px;
    }
    
    .coffee-card:hover .coffee-img img {
        transform: translateY(-6px) scale(1.05);
    }
    
    .coffee-img .img2 {
        display: none;
        width: 110px;
    }
    
    .coffee-card:hover .coffee-img {
        top: -115px;
    }
    
    .coffee-card:hover .coffee-img .img1 {
        display: none;
        transform: scale(1.05) translateY(-6px);
    }
    
    .coffee-card:hover .coffee-img .img2 {
        display: block;
    }
    
    .coffee-info h5 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 700;
    }
    
    .coffee-info p {
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.5;
        font-size: 0.9rem;
    }
    
    .coffee-info span {
        color: #fff;
    }
    
    .coffee-info .btn {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        transition: all 0.3s ease;
        padding: 0px;
    }
    
    .coffee-info button img {
        width: 60%;
    }
    
    .coffee-info .btn:hover {
        background: rgba(255, 255, 255, 0.35);
        transform: scale(1.1);
    }
    /*--end card-caffe--*/
    /* --caffe-latte--*/
    
    .coffee-line-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .coffee-line {
        width: 100%;
        /* max-width: 900px; */
        height: 55px;
        background: linear-gradient(90deg, #6b3e2e, #c49a6c, #6b3e2e);
        border-radius: 30px;
    }
    
    .coffee-text {
        font-size: 1.1rem;
        color: #fff;
        text-transform: uppercase;
        user-select: none;
    }
    
    .coffee-cup-center {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 135px;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    
    @media (max-width: 768px) {
        .coffee-line {
            height: 40px;
        }
        .coffee-cup-center {
            width: 115px;
        }
    }
    
    @media (max-width: 500px) {
        .coffee-line {
            max-width: 430px;
            height: 35px;
        }
        .coffee-cup-center {
            width: 100px;
        }
        .coffee-text {
            font-size: 10px;
            margin-left: -20px;
            margin-right: -20px;
        }
    }
    /*---article---*/
    
    .articles-section {
        padding: 60px 0;
    }
    
    .articles-section .container {
        padding: 22px 14px;
    }
    
    .articles-section h2 {
        font-size: 25px;
        font-family: "Yekan1" !important;
    }
    
    .btn.btn-view-all {
        position: relative;
        padding: 8px 30px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background: linear-gradient(135deg, var(--green-dark), var(--green-light));
        border: none;
        border-radius: 20px;
        cursor: pointer;
        letter-spacing: 0.8px;
        overflow: hidden;
        transition: color 0.3s ease, background 0.3s ease;
    }
    
    .btn.btn-view-all::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.25);
        transform: skewX(-25deg);
        transition: left 0.6s ease;
    }
    
    .btn.btn-view-all:hover::before {
        left: 125%;
    }
    
    .btn.btn-view-all:hover {
        background: linear-gradient(135deg, var(--green-light), var(--green-dark));
        color: #eafff3;
    }
    
    .btn.btn-view-all:active {
        transform: scale(0.98);
    }
    
    .article-card {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(34, 42, 69, 0.06);
        padding: 20px 16px 18px;
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: column;
        transition: transform 0.14s ease, box-shadow 0.14s ease;
        margin-top: 30px;
    }
    
    .article-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 26px 60px rgba(34, 42, 69, 0.09);
    }
    
    .article-img {
        position: absolute !important;
        top: -28px !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: 244px;
        height: 170px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 22px rgba(34, 42, 69, 0.08);
        background: #f0f4fb;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    
    .article-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: 0px;
    }
    
    .article-body {
        margin-top: 130px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
    }
    
    .article-body h5 {
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        color: #26313b;
        text-align: center;
        line-height: 1.25;
        padding-top: 15px;
    }
    
    .article-excerpt {
        margin: 0;
        font-size: 13px;
        color: #8c9aa6;
        text-align: right;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0 6px;
    }
    
    .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: auto;
        border: 1px solid rgba(103, 255, 126, 0.12);
        border-radius: 12px !important;
        background: #edf4f1;
        width: 255px;
        height: 36px;
        margin-inline: auto;
    }
    
    .article-date {
        font-size: 12px;
        color: #9ea0aa;
        padding: 10px;
    }
    
    .btn-read {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--green-light);
        text-decoration: none;
        font-weight: 700;
        font-size: 13px;
        padding: 0 10px;
        transition: all 0.2s ease;
    }
    
    .btn-read:hover {
        color: var(--green-dark);
    }
    
    .btn-read img {
        width: 12px;
        height: 12px;
        transform: rotate(180deg);
    }
    
    @media (max-width: 1270px) {
        .articles-section h2 {
            justify-content: center;
            text-align: center;
            width: 100%;
        }
        .article-card {
            width: min(92%, 292px);
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .article-body {
            margin-top: 100px;
        }
        .btn-read {
            width: 100%;
            max-width: 247px;
            box-sizing: border-box;
        }
        .article-img {
            height: 140px;
        }
        /* .articles-section h2 {
            width: 40%;
        } */
        .article-body h5 {
            padding-top: 0px;
        }
    }
    /*---end article---*/
    /*---end article---*/
    /* faq-index */
    
    @media (min-width: 991px) {
        .faq-index {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 50px;
        }
        /* .faq-index .banner-div {
            width: 400px;
        }
        .faq-index .banner-div img {
            width: 100%;
            border-radius: 20px;
        } */
        .faq-index .img {
            position: relative;
            width: 464px;
            position: relative;
        }
        .faq-index .img img {
            width: 464px;
            height: 476px;
            border-radius: 16px;
            object-fit: cover;
            object-position: bottom;
        }
        .faq-index .text {
            position: absolute;
            width: 304px;
            height: 205px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.527);
            /* رنگ سفید شفاف */
            backdrop-filter: blur(10px);
            /* مات کردن پشت */
            -webkit-backdrop-filter: blur(10px);
            /* برای مرورگرهای Webkit */
            padding: 16px;
            bottom: 40px;
            left: -65px;
        }
        .faq-index .text img {
            width: 133px;
            height: 49px;
        }
        .faq-index .text h3 {
            font-family: "Yekan1"!important;
            font-size: 20px;
            border-bottom: 1px solid #24242433;
            padding-bottom: 15px;
        }
        .faq-index .text h3 span {
            color: var(--green-light);
        }
        .faq-index .text p {
            font-size: 14px;
            color: #242424;
            line-height: 30px;
        }
        .faq-index .text p:last-child {
            font-size: 16px;
            color: #242424;
            margin-top: -10px;
        }
        .faq-index .text h6 {
            font-family: "Yekan1"!important;
            font-size: 24px;
            color: var(--green-light);
        }
        .faq-index .text-div {
            /* padding-right: 20px; */
            width: calc(100% - 650px);
        }
        .faq-index .faq-item .head {
            border: 1px dashed var(--green-light);
            padding: 10px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--green-light);
            font-size: 16px;
            cursor: pointer;
            margin-top: 20px;
        }
        .faq-index .faq-item .head h6 {
            color: var(--green-light);
            font-size: 16px;
            padding-top: 5px;
            font-weight: 900;
        }
        .faq-index .faq-item p {
            font-size: 14px;
            line-height: 30px;
            margin-top: 10px;
            display: none;
        }
        .faq-index .faq-item-active .head {
            border: 2px dashed var(--green-light);
            padding: 10px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--green-light);
            font-size: 16px;
            cursor: pointer;
            margin-top: 20px;
        }
        .faq-index .faq-item-active p {
            font-size: 14px;
            line-height: 30px;
            margin-top: 10px;
            display: block;
        }
        .faq-index .title {
            font-family: "Yekan1" !important;
            position: relative;
            margin-bottom: 20px;
            width: 180px;
        }
        .faq-index .title::before {
            width: 100%;
            content: "";
            height: 30px;
            background-color: #00806073;
            position: absolute;
            top: 0px;
            z-index: -1;
            top: 20px;
        }
    }
    
    @media (max-width: 991px) {
        .faq-index {
            display: block;
            align-items: center;
            justify-content: space-between;
            margin-top: 50px;
        }
        .faq-index .img {
            position: relative;
            /* width: 318px; */
            width: 100%;
        }
        .faq-index .img img {
            width: 80%;
            height: 327px;
            border-radius: 16px;
            object-fit: cover;
            object-position: bottom;
        }
        .faq-index .text {
            position: absolute;
            width: 209px;
            height: 137px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.527);
            /* رنگ سفید شفاف */
            backdrop-filter: blur(10px);
            /* مات کردن پشت */
            -webkit-backdrop-filter: blur(10px);
            /* برای مرورگرهای Webkit */
            padding: 11px;
            bottom: 40px;
            /* left: -30px; */
            left: -5px;
        }
        .faq-index .text img {
            width: 91.5px;
            height: 33.5px;
        }
        .faq-index .text h3 {
            font-family: "Yekan1"!important;
            font-size: 13.7px;
            border-bottom: 1px solid #24242433;
            padding-bottom: 8px;
        }
        .faq-index .text h3 span {
            color: #07617D;
        }
        .faq-index .text p {
            font-size: 9.6px;
            color: #242424;
            line-height: 15px;
        }
        .faq-index .text p:last-child {
            font-size: 11px;
            color: #242424;
            margin-top: -10px;
        }
        .faq-index .text h6 {
            font-family: "Yekan1"!important;
            font-size: 16.5px;
            color: #07617D;
        }
        .faq-index .text-div {
            /* padding-right: 20px; */
            width: 100%;
        }
        .faq-index .faq-item .head {
            border: 1px dashed var(--green-light);
            padding: 10px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--green-light);
            font-size: 16px;
            cursor: pointer;
            margin-top: 20px;
        }
        .faq-index .faq-item .head h6 {
            color: var(--green-light);
            font-size: 16px;
            padding-top: 5px;
        }
        .faq-index .faq-item p {
            font-size: 14px;
            line-height: 30px;
            margin-top: 10px;
            display: none;
        }
        .faq-index .faq-item-active .head {
            border: 2px dashed var(--green-light);
            padding: 10px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--green-light);
            font-size: 16px;
            cursor: pointer;
            margin-top: 20px;
        }
        .faq-index .faq-item-active p {
            font-size: 14px;
            line-height: 30px;
            margin-top: 10px;
            display: block;
        }
        .faq-index .title {
            font-family: "Yekan1" !important;
            position: relative;
            margin-bottom: 20px;
            margin-top: 40px;
            width: 170px;
        }
        .faq-index .title::before {
            width: 100%;
            content: "";
            height: 30px;
            background-color: #00806073;
            position: absolute;
            top: 0px;
            z-index: -1;
            top: 10px;
        }
    }