*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
font-family: "Noto Sans Bengali", sans-serif;
}

/* HERO */


/* ==========================================
   PREMIUM HERO SECTION (FIXED)
========================================== */

.hero{
    position: relative;
    width: 100%;
    min-height: 150vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

/* Slider */

.hero-slider{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    opacity: 0;
    transition: opacity 1.2s ease-in-out;

    animation: heroZoom 10s linear infinite;
}

.slide.active{
    opacity: 1;
    z-index: 2;
}

/* Dark Overlay */

.slide::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

/* Content */

.hero-content{
    position: relative;
    z-index: 5;
    max-width: 850px;
    padding: 0 20px;
}

.hero h1{
    font-size: 65px;
    font-weight: 800;
    text-shadow: 0 5px 20px rgba(0,0,0,.4);
}

.hero p{
    font-size: 22px;
    margin-top: 20px;
    text-shadow: 0 3px 10px rgba(0,0,0,.3);
}

/* Buttons */

.hero-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.hero-btn .btn{
    border-radius: 50px;
    transition: .35s;
}

.hero-btn .btn:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.30);
}



/* ===============================
   Laptop
================================ */

@media (max-width:1200px){

    .hero h1{
        font-size:55px;
    }

    .hero p{
        font-size:20px;
    }

}

/* ===============================
   Tablet
================================ */

@media (max-width:992px){

    .hero{
        min-height:80vh;
    }

    .hero h1{
        font-size:45px;
    }

    .hero p{
        font-size:18px;
    }

}

/* ===============================
   Mobile
================================ */

@media (max-width:768px){

    .hero{
        min-height:70vh;
    }

    .slide{
        background-size: cover;
        background-position: center center;
    }

    .hero h1{
        font-size:34px;
    }

    .hero p{
        font-size:16px;
    }

    .hero-btn{
        gap:10px;
    }

    .hero-btn .btn{
        padding:12px 25px;
        font-size:15px;
    }

}

/* ===============================
   Small Mobile
================================ */

@media (max-width:576px){

    .hero{
        min-height:60vh;
    }

    .hero h1{
        font-size:28px;
    }

    .hero p{
        font-size:15px;
    }

    .hero-btn .btn{
        width:100%;
        max-width:250px;
    }

}
/* =========================
   Navbar
========================= */

.navbar .container{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar-brand{
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 15px;
}

.navbar-brand img{
    width: 55px;
    border-radius: 50%;
}

.navbar-brand span{
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-left: 8px;
}

.navbar-nav{
    display: flex;
    flex-direction: row !important;
    align-items: center;
    margin-left: auto;
}

.nav-link{
    font-size: 17px;
    color: #fff !important;
    padding: 0 10px !important;
    white-space: nowrap;
}

/* =========================
   Mobile
========================= */

@media (max-width:576px){

    .navbar-brand img{
        width: 42px;
    }

    .navbar-brand span{
        font-size: .85rem;
    }

    .nav-link{
        font-size: 14px;
        padding: 0 6px !important;
    }

    #cartCount{
        font-size: 10px;
    }
}

#cartCount{

font-size:12px;

padding:4px 7px;

}
.feature-card i{

font-size:40px;

color:#198754;

margin-bottom:15px;

}


.category-card{

background:white;

border-radius:15px;

overflow:hidden;

text-align:center;

padding-bottom:15px;

}


.category-card img{

width:100%;

height:180px;

object-fit:cover;

}


.product-card img{

height:250px;

object-fit:cover;

}


.product-card{

border:none;

transition:.3s;

}


.product-card:hover{

transform:translateY(-8px);

}
.offer-section{

background:#f8f9fa;

}



.offer-img{

max-height:350px;

border-radius:20px;

}



.review-card{

    background:rgba(20,20,20,.45);
    border:1px solid rgba(255,255,255,.18);
}



.gallery img{

height:250px;

width:100%;

object-fit:cover;

transition:.3s;

}


.gallery img:hover{

transform:scale(1.05);

}
.contact-card{

border-radius:15px;

background:white;

}



.contact-card i{

font-size:35px;

color:#198754;

}



.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:60px;

height:60px;

background:#25d366;

color:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:35px;

z-index:999;

text-decoration:none;

}


.footer-section{
    background:#198754;
    color:#fff;
    padding:60px 0 20px;
}

.footer-title{
    color:#ffd54f;
    margin-bottom:18px;
}

.footer-text,
.footer-copy{
    color:#f8f9fa;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ffd54f;
    padding-left:6px;
}

.footer-line{
    border-color:rgba(255,255,255,.2);
}

.social-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.social-icon:hover{
    background:#ffc107;
    color:#000;
}
/*==================================
        RESPONSIVE
==================================*/

@media (max-width:992px){

    .hero{
        min-height:420px;
    }

    .hero h1{
        font-size:38px;
    }

    .hero p{
        font-size:17px;
    }

    .product-card img{
        height:180px;
    }

}

@media (max-width:768px){
.hero{
        min-height:65vh !important;
    }

    .slide{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.slide:nth-child(2){
    background-position: top center;
}
    .navbar-brand{
        font-size:20px;
    }

    .product-card img{
        height:170px;
    }

    .product-name{
        font-size:16px;
        min-height:42px;
    }

    .product-price{
        font-size:22px;
    }

    .size-btn{
        padding:4px 8px;
        font-size:12px;
    }

    .quantity-box button{
        width:30px;
        height:30px;
    }

    .quantity-box input{
        width:40px;
        height:30px;
        font-size:14px;
    }

    .category-title{
        font-size:20px;
    }

    .cart-toast{
        width:280px;
    }

}

@media (max-width:576px){

    .hero{
        min-height:320px;
    }

    .hero h1{
        font-size:28px;
    }

    .hero p{
        font-size:15px;
    }

    .product-card img{
        height:150px;
    }

    .product-card .card-body{
        padding:10px;
    }

    .product-name{
        font-size:15px;
    }

    .product-price{
        font-size:20px;
    }

    .btn{
        font-size:13px;
    }

}
/* ==========================
 Premium Cart Toast
========================== */
.premium-toast{

position:fixed;
top:90px;
right:20px;
width:330px;
background:white;
border-radius:15px;
padding:15px;
display:flex;
align-items:center;
gap:12px;
box-shadow:0 10px 30px rgba(0,0,0,.2);
z-index:9999;

transform:translateX(120%);
transition:.4s;

}


.premium-toast.show{

transform:translateX(0);

}


.toast-icon{

width:50px;
height:50px;
background:#198754;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;

}


.toast-content h6{

margin:0;
color:#198754;
font-weight:700;

}


.toast-content p{

margin:5px 0 0;
font-size:14px;

}

.toast-close{

border:none;
background:none;

}
/* Toast Text Color */

.toast-content p,
#toastText{
    color:#000 !important;
    font-weight:600;
}

.toast-content h6{
    color:#198754;
}
.btn-more-products{
    background: #198754;
    color: #fff;
    border-radius: 50px;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-more-products:hover{
    background: #157347;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
/* ==========================
   Premium Buttons
========================== */

.product-btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:13px 20px;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;

    transition:all .35s ease;
}

/* ==========================
   See Details
========================== */

.details-btn{
    background:#ffffff;
    color:#222;
    border:1.5px solid #e5e5e5;
    margin-bottom:12px;

    box-shadow:
        0 4px 12px rgba(0,0,0,.05);
}

.details-btn:hover{

    background:#111827;
    color:#fff;
    border-color:#111827;

    transform:translateY(-4px);

    box-shadow:
        0 15px 35px rgba(17,24,39,.25);
}

/* ==========================
   Add To Cart
========================== */

.cart-btn{

    border:none;

    background:linear-gradient(
        135deg,
        #198754,
        #0d6b42
    );

    color:#fff;

    box-shadow:
        0 10px 25px rgba(25,135,84,.30);
}

.cart-btn:hover{

    color:#fff;

    transform:translateY(-4px);

    background:linear-gradient(
        135deg,
        #157347,
        #0b5d38
    );

    box-shadow:
        0 18px 40px rgba(25,135,84,.40);
}

.product-btn:active{
    transform:scale(.97);
}

.product-btn i{
    font-size:17px;
}

/* /////// our vedio ////// */
/* =====================================================
PREMIUM VIDEO REVIEW SECTION V2
Khati Shad by Takia
Part-2 (Premium CSS)
===================================================== */

.premium-review-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:
    radial-gradient(circle at top left,#19875418,transparent 35%),
    radial-gradient(circle at bottom right,#ffc10718,transparent 35%),
    linear-gradient(to bottom,#ffffff,#f8faf8);
}

/* Decorative */

.premium-review-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#19875415;
    border-radius:50%;
    filter:blur(100px);
    top:-120px;
    left:-120px;
}

.premium-review-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:#ffc10715;
    border-radius:50%;
    filter:blur(90px);
    right:-100px;
    bottom:-100px;
}

/* ==========================
Heading
========================== */

.review-heading{
    margin-bottom:60px;
}

.review-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 25px;

    border-radius:50px;

    background:#1d6f42;

    color:#fff;

    font-size:15px;

    font-weight:700;

    letter-spacing:.5px;

    box-shadow:0 12px 30px rgba(25,135,84,.25);

}

.review-title{

    margin-top:25px;

    font-size:46px;

    font-weight:800;

    color:#1b1b1b;

    line-height:1.3;

}

/* ==========================
Main Video Card
========================== */

.video-box{

    position:relative;

    background:#fff;

    padding:20px;

    border-radius:35px;

    overflow:hidden;

    box-shadow:

    0 25px 70px rgba(0,0,0,.10);

}

.video-box:hover{

    transform:translateY(-6px);

    transition:.4s;

}

.video-circle{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#19875415;

    top:-80px;

    right:-70px;

    filter:blur(10px);

}

/* ==========================
Standard Video Size
========================== */

.main-video{
    width:100%;
    aspect-ratio:16/9;
    object-fit:contain;
    display:block;
    border-radius:22px;
    background:#000;
}
/* ==========================
Bottom Floating Button
========================== */

.video-label{

    position:absolute;

    left:50%;

    bottom:-22px;

    transform:translateX(-50%);

    background:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-size:17px;

    font-weight:700;

    color:#1d6f42;

    box-shadow:

    0 15px 35px rgba(0,0,0,.15);

}

.video-label i{

    margin-right:10px;

}

/* ==========================
Playlist Area
========================== */

.playlist-wrapper{

    margin-top:80px;

    background:#fff;

    padding:35px;

    border-radius:30px;

    box-shadow:

    0 20px 60px rgba(0,0,0,.08);

}

.playlist-title{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:30px;

    font-size:30px;

    font-weight:800;

    color:#1b1b1b;

}

.playlist-title i{

    color:#198754;

}

/* ==========================
Horizontal Slider
========================== */

.playlist-slider{

    display:flex;

    gap:22px;

    overflow-x:auto;

    padding-bottom:12px;

    scroll-behavior:smooth;

}

.playlist-slider::-webkit-scrollbar{

    height:8px;

}

.playlist-slider::-webkit-scrollbar-thumb{

    background:#198754;

    border-radius:50px;

}

/* ==========================
Card
========================== */

.playlist-card{

    min-width:220px;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    cursor:pointer;

    border:2px solid transparent;

    transition:.35s;

    box-shadow:

    0 10px 30px rgba(0,0,0,.08);

}

.playlist-card:hover{

    transform:translateY(-8px);

    border-color:#198754;

}

.playlist-card.active{

    border:2px solid #198754;

}

/* ==========================
Thumbnail
========================== */

.thumb{

    position:relative;

}

.thumb img{

    width:100%;

    height:150px;

    object-fit:cover;

    display:block;

}

/* Play Button */

.play-icon{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:center;

}

.play-icon i{

    width:60px;

    height:60px;

    background:rgba(0,0,0,.55);

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    transition:.35s;

}

.playlist-card:hover .play-icon i{

    transform:scale(1.12);

    background:#198754;

}

/* ==========================
Text
========================== */

.playlist-content{

    padding:18px;

}

.playlist-content h6{

    font-size:18px;

    font-weight:700;

    margin-bottom:8px;

}

.playlist-content small{

    color:#888;

    font-size:14px;

}

/* ==========================
Responsive
========================== */

@media(max-width:992px){

.review-title{

font-size:36px;

}

.playlist-title{

font-size:24px;

}

}

@media(max-width:768px){

.premium-review-section{

padding:70px 0;

}

.review-title{

font-size:28px;

}

.video-box{

padding:12px;

border-radius:22px;

}

.video-label{

font-size:14px;

padding:12px 22px;

}

.playlist-wrapper{

padding:20px;

}

.playlist-card{

min-width:180px;

}

.thumb img{

height:120px;

}

}

@media(max-width:576px){

.review-tag{

font-size:13px;

padding:8px 18px;

}

.review-title{

font-size:24px;

}

.playlist-title{

font-size:20px;

}

.video-label{

display:none;

}

}
/* ////// our catagory/////////// */
/* ==================================================
PREMIUM CATEGORY SECTION
Khati Shad by Takia
================================================== */

.premium-category{
    padding:80px 0;
    background:#f7fbf8;
}


/* Heading */

.category-title{
    font-size:42px;
    font-weight:800;
    color:#173d2b;
    margin-bottom:12px;
}

.title-line{
    width:90px;
    height:4px;
    background:#198754;
    border-radius:50px;
    margin:auto;
}


/* Category Container */

.category-slider-wrapper{
    display:flex;
    justify-content:center;
}


/* Remove slider behavior */

.category-slider{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;

    flex-wrap:wrap;

    overflow:hidden;

}


/* Hide Arrow Button */

.slider-btn{
    display:none;
}


/* Category Card */

.category-item{

    width:140px;

    background:#fff;

    border-radius:20px;

    padding:18px 12px;

    text-align:center;

    text-decoration:none;

    color:#222;

    border:1px solid #e8e8e8;

    transition:.35s;

    box-shadow:
    0 10px 25px rgba(0,0,0,.06);

}


/* Hover */

.category-item:hover{

    transform:translateY(-8px);

    border-color:#198754;

    color:#198754;

    box-shadow:
    0 18px 40px rgba(25,135,84,.20);

}


/* Image Circle */

.category-icon{

    width:74px;

    height:74px;

    margin:auto;

    border-radius:50%;

    background:#eef9f1;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

}


.category-icon img{

    width:48px;

    height:48px;

    object-fit:contain;

    transition:.35s;

}


/* Hover Image */

.category-item:hover .category-icon{

    background:#198754;

}


.category-item:hover .category-icon img{

    transform:scale(1.1);

}


/* Text */

.category-item span{

    display:block;

    margin-top:14px;

    font-size:16px;

    font-weight:700;

}


/* Mobile */

@media(max-width:768px){

.category-title{
    font-size:28px;
}


.category-slider{

    gap:15px;

}


.category-item{

    width:110px;

}


.category-icon{

    width:60px;

    height:60px;

}


.category-icon img{

    width:38px;

    height:38px;

}

}


@media(max-width:576px){

.category-item{

    width:95px;

}


.category-icon{

    width:54px;

    height:54px;

}


.category-icon img{

    width:34px;

    height:34px;

}


.category-item span{

    font-size:13px;

}

}
/* ================= SUPPORT FLOAT BUTTON ================= */

.support-chat{

    position: fixed;

    bottom: 90px;

    right: 25px;

    width: 60px;

    height: 60px;

    background: #198754;

    color: white;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

    text-decoration: none;

    box-shadow: 0 5px 15px rgba(0,0,0,.3);

    z-index: 9999;

    transition: .3s;

}


.support-chat:hover{

    transform: scale(1.1);

    background:#146c43;

    color:white;

}


/* WhatsApp Button */

.whatsapp{

    position: fixed;

    bottom:25px;

    right:25px;

    width:60px;

    height:60px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    z-index:9999;

    box-shadow:0 5px 15px rgba(0,0,0,.3);

}


.whatsapp:hover{

    transform:scale(1.1);

    color:white;

}
.live-stats{
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 6px;
    max-width: 250px;
    margin-top: 10px;
}

.stat-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(#ffd42a,#f2b400);
    border: 1px solid #8f6b00;
    border-radius: 4px;
    padding: 3px 6px;
    min-height: 22px;
    overflow: hidden;
}

.stat-title{
    font-size: 12px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
}

.stat-value{
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-left: 6px;
    white-space: nowrap;
}

@media (max-width:576px){
    .live-stats{
        max-width:100%;
        grid-template-columns:repeat(2,1fr);
    }

    .stat-title{
        font-size:11px;
    }

    .stat-value{
        font-size:12px;
    }
}
/*=========================
   TOP NOTICE
=========================*/

.top-notice{
    display:flex;
    align-items:center;
    width:100%;
    height:40px;
    background:#10a43a;
    overflow:hidden;
}

.notice-label{
    flex-shrink:0;
    background:#d60000;
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:0 18px;
    height:100%;
    display:flex;
    align-items:center;
    clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);
    z-index:2;
}

.notice-marquee{
    flex:1;
    overflow:hidden;
    white-space:nowrap;
}

.notice-track{
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
    animation:marquee 20s linear infinite;
}

.notice-track span{
    color:#fff;
    font-size:13px;
    font-weight:600;
    padding-right:80px;
}

@keyframes marquee{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

    .top-notice{
        height:34px;
    }

    .notice-label{
        font-size:11px;
        padding:0 12px;
    }

    .notice-track span{
        font-size:11px;
        padding-right:60px;
    }

}
/* ////test/// */
.customer-gallery{

    background:linear-gradient(180deg,#f8fbf8,#ffffff);

    overflow:hidden;

}

.customer-tag{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:10px 24px;

    border-radius:40px;

    font-weight:700;

    letter-spacing:.5px;

}

.customer-title{

    font-size:48px;
    font-weight:800;
    letter-spacing:.8px;
    line-height:1.2;

    color:#1f2937; /* Premium Black */

    text-align:center;

    margin-top:18px;
    margin-bottom:12px;

    text-shadow:
        0 2px 4px rgba(255,255,255,.6),
        0 8px 20px rgba(0,0,0,.08);

    position:relative;

}

.customer-title::after{

    content:"";

    display:block;

    width:90px;

    height:4px;

    margin:18px auto 0;

    border-radius:50px;

    background:linear-gradient(90deg,#FFD700,#FFC107,#FFD700);

    box-shadow:0 4px 15px rgba(255,193,7,.4);

}
.customer-subtitle{

    color:#777;

}

.customer-box{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    box-shadow:0 18px 40px rgba(0,0,0,.12);

    cursor:pointer;

}

.customer-box img{

    width:100%;

    height:360px;

    object-fit:cover;

    transition:.7s;

}

.customer-box:hover img{

    transform:scale(1.12);

}

.overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.15));

    display:flex;

    align-items:flex-end;

    opacity:0;

    transition:.45s;

}

.customer-box:hover .overlay{

    opacity:1;

}

.review-card{

    width:100%;

    padding:25px;

    color:#fff;

    transform:translateY(60px);

    transition:.45s;

    backdrop-filter:blur(12px);

}

.customer-box:hover .review-card{

    transform:translateY(0);

}

.stars{

    color:#FFD700;

    font-size:22px;

    margin-bottom:10px;

}

.review-card p{

    font-size:15px;

    line-height:1.7;

}

.review-card h5{

    margin-top:15px;

    font-weight:700;

}

.product{

    display:inline-block;

    margin-top:15px;

    background:#198754;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

}

.verified{

    position:absolute;

    top:18px;

    right:18px;

    background:#198754;

    color:#fff;

    padding:7px 15px;

    border-radius:40px;

    font-size:13px;

    z-index:5;

    font-weight:600;

    box-shadow:0 5px 15px rgba(0,0,0,.25);

}

@media(max-width:768px){

.customer-title{

font-size:30px;

}

.customer-box img{

height:300px;

}

}
.recipe-section{

    background:#fff;

}

.recipe-tag{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:10px 26px;

    border-radius:40px;

    font-weight:700;

}

.recipe-title{

    margin-top:20px;

    font-size:42px;

    font-weight:800;

    color:#111;

}

.recipe-subtitle{

    color:#666;

    max-width:700px;

    margin:auto;

}

.recipe-card{

    overflow:hidden;

    border-radius:22px;

    background:#fff;

    transition:.4s;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.recipe-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.recipe-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:.6s;

}

.recipe-card:hover img{

    transform:scale(1.08);

}

.recipe-content{

    padding:22px;

}

.recipe-badge{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:6px 15px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:12px;

}

.recipe-content h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

}

.recipe-content p{

    color:#666;

    line-height:1.7;

}

.recipe-content a{

    text-decoration:none;

    color:#198754;

    font-weight:700;

}

.recipe-content a:hover{

    color:#146c43;

}

@media(max-width:768px){

.recipe-title{

font-size:30px;

}

.recipe-card img{

height:200px;

}

}

/* recipies */
.payment-icons{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:20px;
}

.payment-icon{
    width:55px;
    height:35px;
    object-fit:contain;
    background:#fff;
    padding:5px;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.15);
    transition:.3s;
}

.payment-icon:hover{
    transform:translateY(-3px);
}
