@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


:root {
   --maincolor: #6c1041;;
   --title_clr: #a62179;
   --light_pink: #ae4f96;
   --blue_clr: #1a7ba1;
   --grey_color: #f8f9fa;
    --text_black: #1e242d;   
   --gradient: linear-gradient(to bottom right, #3D89AB, #A6A670);   /*linear-gradient(83deg, rgba(61,137,171,1) 0%, rgba(61,137,171,1) 21%, rgba(166,166,112,1) 66%);*/
}

/* travel theme setsail wordpress theme  */

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: var(--maincolor);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
     font-size: 100%;
     width: 100%;
     overflow-x: hidden;
     /* font-family: "Satisfy", cursive; */
     font-family: "Poppins", serif!important;
}

/* common css */


/*end common css */


/* Top Bar Styles */
.top-bar {
    background: white;
    padding: 10px 0;
}

.logo_div img{
width: 223px;
}

.search-box {
    background: #f2f2f2;
    border: 0;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--text_black);
    width: 100%;
    border-radius: 5px;
}


.search-box:focus {
   outline: none!important;
   box-shadow: none!important;
}
.search-btn {
    background: var(--light_pink);
    color: #fff;
    border-radius: 5px;
    width: 40px;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn img{
    width: 18px;
}

.search-btn:hover {
    background: #a02e7a;
}
.account-section {
    display: flex;
    align-items: center;
}
.user_img img {
    width: 36px;
    margin-right: 12px;
}
.account-section a {
    color: black;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.account-section small {
    color: #ababab;
    display: block;
    font-size: 13px;
    font-weight: 500;
}


.cart-icon {
    position: relative;
    font-size: 22px;
    color: black;
}
.cart-icon img{
    width: 39px;
}
.cart-badge {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #b23b89;
    color: white;
    font-size: 12px;
    /* padding: 1px 6px; */
    border-radius: 50%;
    width: 19px;
    height: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

/* Navbar Styles */
.custom-navbar {
    background: #f4f4f4;
    border-bottom: 2px solid #ffffff;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--text_black);
    padding: 12px 15px;
    /*margin-right: 25px;*/
    font-size: 14.5px;
}

.navbar-nav .nav-link:hover {
    color: #b23b89;
}
.nav-item.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.nav-item.dropdown .dropdown-menu .dropdown-item{
    padding: 9px 14px 9px;
    background: #fff9fe;
    font-size: 14px;
    transition: 0.3s;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover{
    background-color: var(--light_pink);
    color: #fff;
    transition: 0.3s;
}
.mobile_menu{
    padding: 12px 0 12px;
    background: #f8f8f8;
}

.mobile_div img{
   width: 25px;
   margin: 0;
}
.mobile_div{
    display: flex;
    align-items: center;
}
.mobile_menu_icon img{
    width: 30px;
}
.offcanvas-title img{
    width: 140px;
}
.offcanvas-body ul li a.nav-link{
    background: aliceblue;
    margin: 0 0 5px;
    padding: 5px 11px;
    font-size: 14px;
}

/* end navbar */



/*banner */
.banners {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

/* By default hide buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    opacity: 0;  /* Hide initially */
    transition: opacity 0.3s ease-in-out;
}

/* Jab image pe hover karein, tab dikhaye */
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1; /* Show on hover */
}


.swiper-slide {
    position: relative;
    text-align: left;
}

.swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.banner-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.banner-content h1 {
    font-size: 35px;
    font-weight: bold;
    margin: 10px 0;
}

.shop-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff5733;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}


.swiper-button-next{
    right: 0!important;
}
.swiper-button-prev{
    left : 0!important;
}
.swiper-button-next, .swiper-button-prev {
    background: var(--blue_clr);
    border-radius: 0%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 12px!important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff!important;
    font-weight: 800!important;
}

/* end banner */

/* top categories */
 .category_cards {
    width: 11%;
    text-align: center;
}

.top_categories{
    display: flex;
    justify-content: space-around;
}

.cat_circle {
    width: 90%;
    border-radius: 50%;
    padding: 7px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 17px;
    transition: transform 0.2s ease; /* Optional: smooth transform on hover */
}

.cat_circle::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 3px;
    right: 3px;
    bottom: -3px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(60deg, rgba(255, 245, 250, 0.7) 0%, rgb(0 104 158) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    transition: transform 0.5s linear;
}

/* 💫 Hover par circle ghume */
.cat_circle:hover::before {
    transform: rotate(180deg);
      background: linear-gradient(60deg, rgba(255, 245, 250, 0.7) 0%, rgb(0 104 158) 100%);
}
.category_cards p{
    font-weight: 500;
    background: #ffffff;
    /* background: linear-gradient(60deg, rgb(255 245 250) 0%, rgb(250 254 255 / 74%) 100%); */
    margin-bottom: 0;
    color: #2b2b2b;
}
.cat_circle img{
    width: 90%;
    border-radius: 50%;
}
/*end top categories*/

/* sub banner section */
.subbannercard {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.subbannercard img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.subbannercard:hover img {
    transform: scale(1.02);
}

.subbannercard .content {
position: absolute;
bottom: 26%;
left: 10%;
}
.subbannercard .content h5{
    font-weight: 600;
}
.shop-now {
    color: var(--title_clr);
    font-weight: 500;
    text-decoration: underline;
}
.shop-now:hover {
    color: var(--title_clr);
    text-decoration: underline;
}
/* sub banner section */

/* main category css*/

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.section-title h2 {
    font-size: 27px;
    color: var(--title_clr);
    font-weight: 400;
    margin-bottom: 11px;
}
.section-title.white h2{
    color: #fff;
}
.section-title.white p {
    font-size: 15px;
    color: #dedede;
    margin-bottom: 10px;
}
.section-title p {
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 10px;
}
.hr_line{
    width: 8%;
    height: 1.5px;
    background: var(--title_clr);
    margin: 22px auto;
}

/* Card Styling */
.category-card-new {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.category-card-new.text-left{
   text-align: left; 
}
.category-card-new.text-left h5 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
}
.category-card-new.text-left ul{
    padding-left: 0;
    list-style-type: none;
    margin: 12px 0 5px;
    font-size: 12px;
    color: #ccaf10;
}
.category-card-new img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.category-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.category-card-new:hover img {
    transform: scale(1.01);
}

.category-card-new h5 {
    margin-top: 16px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.category-card-new h5 a{
    text-decoration: none;
    color: aliceblue;
    color: #333;
}
/* maoncategory css end */


/*desinger cake section*/
.designer_cake_card{
    border: 1px solid #404040;
    border-radius: 8px;
    overflow: hidden;
}
.designer_cake_card img{
    width: 100%;
}
.designer_cake_card h5{
    background: linear-gradient(60deg, rgb(111 0 55) 0%, rgb(213 109 178) 100%);
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px;
}

/*desinger cake section*/

/* experiance flavours*/


.black_heading{
    font-size: 27px;
    font-weight: 400;
}
.experiance .black_heading{
    color: #fff;
    font-weight: 500;
}
.experiance {
    background-image: url(../img/flavour_bg.jpg);
    /* background: linear-gradient(60deg, rgb(203 203 203) 0%, rgb(255 255 255) 100%); */
    /* text-align: left; */
    padding: 45px;
    background-position: bottom;
    background-attachment: fixed;
}
.flavour-link{
min-height: 50px;
    height: 50px;
    padding: 2px 16px;
    border: 1px solid #9b9b9b;
    border-radius: 10px;
    box-shadow: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #251d34;
    font-weight: 600;
    line-height: 1.14;
    /*margin-top: 12px;*/
    margin-bottom: 15px;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
}
.flavour-link:hover{
    color: var(--light_pink);
    border: 1px solid var(--light_pink);
    transition: 0.4s;
}
/* experiance flavours*/


/*products*/
.products{
    background: var(--light_pink);
    padding: 40px;
}

.cake_card{
    
    background: white;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.cake_img{
    overflow: hidden;
    transition: 0.4s;
}
.cake_img img {
    width: 100%;
    transition: 0.4s;
    border-radius: 4px;
}
.cake_img:hover img{
    transform: scale(1.05);
}
.cake_content {
    padding: 17px 2px 9px;
}

.cake_content h4{
    font-size: 16px;
    text-transform: capitalize;
    color: var(--text_black);
    font-weight: 600;
}
.card2-price{
    font-weight: 700;
    margin-right: 11px;
}
.card2-oldprice {
    margin-right: 20px;
    font-size: 12px;
    text-decoration: line-through;
}
.discount-percentage{
    color: green;
    font-weight: 600;
}

.delivery_img img{
    width: 100%;
}


/*products*/


/* choco card */
.choko_card{
    position: relative;
}
.choko_card img{
    width: 100%;

}
.choko_btn {
    background: white;
    position: absolute;
    color: #000;
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    width: fit-content;
    padding: 6px 19px 5px;
    left: 50%;
    bottom: 27%;
    height: fit-content;
    transform: translateX(-50%);
    border-radius: 5px;
}

.choko_btn:hover{
    color: #000;
}
/* choco card */

/* icon card */
.icon_card_main{
    background: #f7f7f7;
    padding: 37px;
}
.icon_card{
    text-align: center;
}
.icon_card a{
    color: var(--text_black);
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.icon_card a:hover{
    color: var(--light_pink);
    transition: 0.3s;
}

.icon_card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    margin-bottom: 13px;
}
.fruit img {
    animation: vibrate 0.3s infinite alternate;
}

@keyframes vibrate {
    0% { transform: translateX(-2px); }
    100% { transform: translateX(2px); }
}

/* 2. Kitkat - Top to Bottom */
.kitkat img {
    animation: upDown 1s infinite alternate;
}

@keyframes upDown {
    0% { transform: translateY(-5px); }
    100% { transform: translateY(5px); }
}

/* 3. Red Velvet - Scale Effect */
.redvelvet img {
    animation: scaleUpDown 1.5s infinite alternate;
}

@keyframes scaleUpDown {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* 4. Pineapple - Rotate Effect */
.pineapple img {
     animation: vibrate 0.3s infinite alternate;
}


/* 5. Strawberry - Shake Left & Right */
.strawberry img {
    animation: shake 0.5s infinite alternate;
}

@keyframes shake {
    0% { transform: translateX(-4px); }
    100% { transform: translateX(4px); }
}

/* 6. Chocolate - Bounce Effect */
.chocolate img {
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

/* icon card */


/* blogs css*/
.blog_img{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.blog-date{
    margin-bottom: 4px;
    color: #ff9dae;
}
.blog_img img{
    width: 100%;
}

/* blogs css */

/*why choose css*/


.choose-bake-container{
    margin-top: 20px;
    padding: 20px;
   
    width: 100%;
    height: 60%;
    background-color: #ffefff;
    
}
.mainsss{
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 27px;
    
}
.main-bake-log{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
     text-align-last: center;
    gap: 100px;
    
}

.head-bake {
    margin: 5px;
    font-size: 18px;
    text-align: center;
    min-height: 47px;
}
.para-bake{
   
   text-align: center;
    font-size: 15px;
  
}
.why-image-parent{
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.why-images {
    width: 100px;
    margin: 20px;
    height: 80px;
    object-fit: contain;
}

/*every celebration*/
/*.details{*/
/*    margin: 10px;*/
/*    padding: 20px;*/
    
/*}*/
.Every-para  {
   text-align: justify;
    font-size: 14px;
}


/* footer */

.top_footer {
    background: #fff8ed;
    border-top: 1px solid #ffedd1;
}
.features_card{
    display: flex;
    align-items: center;
}
.feature-content p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #8b8b8b;
}

.feature_img{
    margin-right: 32px;
}
.feature_img img{
    width: 55px;
}
.feature-content h6{
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.footer_card ul{
    list-style-type: none;
    padding-left: 0;
}
.main_footer{
    padding: 61px 0;
}
.footer_card h4{
    font-size: 17px;
    color: var(--text_black);
    margin-bottom: 22px;
}
.footer_card.first ul li span i{
    color: #ff9dae;
    font-size: 20px;
}
.footer_card.first ul li span{
    display: inline-block;
    width: 31px;
}
.footer_card ul li {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    color: #5b5b5b;
    transition: 0.3s;
}
.footer_card ul li a{
    color: #5b5b5b;
    text-decoration: none;
    transition: 0.3s;
}
.footer_card ul li a:hover{
    color: var(--blue_clr);
    text-decoration: none;
    transition: 0.3s;
    padding-left: 2px;
}

/* newsletter */
.newsletter-box {
    background: var(--blue_clr);
    padding: 25px 80px;
    border-radius: 120px;
    border: 1px solid #383838;
}
.news_letter_content{
    display: flex;
    align-items: center;
}
.news_letter_content i{
    font-size: 43px;
    color: #fff;
    margin-right: 21px;
}
.news_letter_content h4{
    font-size: 20px;
    color: #fff;
}
.news_letter_content p{
    margin-bottom: 0;
    font-size: 13px;
    color: #f5f5f5;
}
.newletter_form{
    display: flex;
    align-items: center;
}
.newletter_form input{
    background: #ffffff;
    border: 0;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--text_black);
    border-radius: 5px 0 0 5px;
}
.newletter_form button{
    padding: 8px 20px 7px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    background: var(--light_pink);
}
.social-icons{
    display: flex;
}
.social-icons a{
    background: var(--text_black);
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
}
.payment-icons img{
    width: 40px;
    margin-left: 15px;
}

.footer_bottom{
    background: var(--text_black);
    padding: 3px;
}
.footer_bottom p{
    color: #fff;
    margin-bottom: 0;
    padding: 9px;
    font-size: 15px;
    color: #e1e1e1;
}
.footer_bottom p span{
    color: var(--light_pink);
}

/* end footer */



/*cake details*/
.product-details{
    margin-left: 30px;
}
.product-image {
    width: 100%;
    /*max-width: 400px;*/
    border-radius: 10px;
}

.head-details {
    background: #efefef;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
    margin-bottom: 0px;
}

.head-details h5{
    width: 75%;
}
.head-details h5, .head-details h6 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.head-details h6 i{
    font-size: 22px;
    margin-right: 8px;
}
.view-product {
    text-decoration: none;
    margin: 5px 0 20px;
    display: inline-block;
    color: var(--light_pink);
    text-decoration: underline;
}

.price_rating .rating {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.price_rating .price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 13px;
}
.price_rating .price h4 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
}
.price_rating .price p {
    margin-bottom: 0;
    color: #c9c9c9;
    font-size: 30px;
    font-style: italic;
}

.price_rating .price h6 {
    margin-bottom: 0;
    font-size: 29px;
}

.select_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--light_pink);
    border-radius: 9px;
    background: white;
    padding: 1px 6px 1px 9px;
    height: 55px;
}

.select_box span{
    width: 10%;
}
.select_box span i{
    font-size: 23px;
    color: violet;
    color: var(--light_pink);
}
.select_box .choices{
    width: 90%;
}
.select_box .choices .choices__inner{
    background: white!important;
    border: none!important;
}

.flavour-options button {
    border: 1px solid var(--light_pink);
    background: none;
    color: var(--light_pink);
    border-radius: 10px;
    padding: 8px 15px;
    margin-right: 9px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.flavour-options button.active {
    background: var(--light_pink);
    color: white;
}
.weight-options button {
    border: 1px solid var(--light_pink);
    background: none;
    color: var(--light_pink);
    border-radius: 10px;
    padding: 8px 15px;
    margin-right: 9px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* Hover Effect (Same as Active) */
.weight-options button:hover {
    background: var(--light_pink);
    color: white;
}

/* Click/Active Effect */
.weight-options button.active {
    background: var(--light_pink);
    color: white;
}

.time-options button {
    border: 1px solid var(--light_pink);
    background: none;
    color: var(--light_pink);
    border-radius: 10px;
    padding: 8px 15px;
    margin-right: 9px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* Hover Effect (Same as Active) */
.time-options button:hover {
    background: var(--light_pink);
    color: white;
}

/* Click/Active Effect */
.time-options button.active {
    background: var(--light_pink);
    color: white;
}

.date-btn {
    border: 1px solid var(--light_pink);
    background: none;
    color: var(--light_pink);
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.date-btn.active, .date-btn:hover {
    background: var(--light_pink);
    color: white;
}

.cake_buy_btns_big {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .cake_buy_btns_big a{
    width: 100%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
} 
 .cake_buy_btns_big a:hover{
     opacity: 0.8;
     transition: 0.3s;
 }
 .cake_buy_btns_big a.add_cart_btn{
    background: var(--blue_clr);
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    border-radius: 8px;
}
 .cake_buy_btns_big a.buy_btn{
    background: green;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    width: 45%;
    border-radius: 8px;
}
.product-description p{
    font-size: 14px;
}

.sub-heading {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.attributes-list,
.specifications-list {
    list-style: none;
    padding: 0;
}

.attributes-list li,
.specifications-list li {
    font-size: 14px;
    margin-bottom: 5px;
}

.attributes-list li strong,
.specifications-list li strong {
    font-weight: bold;
    color: #333;
}

.select_box .form-control{
    border: 0;
}
.select_box .form-control:focus{
    border: 0;
    box-shadow: none;
}
.Instruction_area{
    margin: 13px 0;
    padding: 14px!important;
    max-height: 70px;
    box-shadow: rgb(255 225 247) 0px 1px 7px 0px;
    /* box-shadow: rgb(178 75 149 / 20%) 0px 8px 24px; */
    border: 1px solid #ae4f9636;
}
.Instruction_area:focus{
    box-shadow:none!important; 
    border: 1px solid #ae4f9636!important;
}       
        /*cake categories*/
        
                .card {
            border: none;
             padding: 5px;
            transition: transform 0.3s;
        }
        .card:hover {
            transform: scale(1.05);
        }
      
       .text-danger{
         
           font-size: 20px;
       }
        .wishlist {
            position: absolute;
            top: 10px;
            right: 10px;
            background: white;
            border-radius: 50%;
            padding: 5px;
            cursor: pointer;
        }



/* breadcrum css */

.breadcrumb{margin:0 0 20px 0;padding:8px 0;}
.breadcrumb i{font-size:15px;}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    color: #ca1a73;
}
.breadcrumb > li:first-of-type {
    padding-left: 0!important;
}
.breadcrumb > li a{ color: #ca1a73; text-decoration: none!important; font-weight:bold; }
.breadcrumb > li + li:before{content:'';padding:0;}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8.5px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ca1a73;
    border-bottom: 1px solid #ca1a73;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ✅ Hide arrow for the last breadcrumb item */
.breadcrumb > li:last-child:after {
    content: none;
}

.pagination{margin:0;}

.search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff3fc;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    margin: 20px auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.search-title {
    
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
        /*.dropdown-container {*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    gap: 15px;*/
        /*}*/
        /*.dropdown-label {*/
        /*    font-size: 14px;*/
        /*    color: #333;*/
        /*}*/
        /*.dropdown {*/
        /*    padding: 8px 15px;*/
        /*    border: 1px solid #ccc;*/
        /*    border-radius: 20px;*/
        /*    background: white;*/
        /*    font-size: 14px;*/
        /*    cursor: pointer;*/
        /*    outline: none;*/
        /*}*/

/* end breadcrum css */


/*cake card main*/

.cake_card_main {
    padding: 4px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 24px;
    background: #fff;
}

.cake_main_img {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 19px;
    height: 296px;
    display: flex;
    justify-content: center;
    align-items: center;
        position: relative;
}
.cake_main_img h6{
    position: absolute;
    right: 13px;
    top: 13px;
}
.cake_main_img h6 i{
    font-size: 20px;
}


.cake_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image ko div ke andar fit karega */
    object-position: center; /* Image ko center me adjust karega */
    border-radius: 18px;
}

.title_quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.quantity_selector {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.qty_btn {
    background-color: var(--light_pink);
    color: white;
    border: none;
    padding: 3px 8px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}

.qty_btn:hover {
    background-color: var(--maincolor);
}

#quantity {
    width: 25px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}
.cake_main_content{
    padding: 0px 10px 10px;
}
.title_quantity h5{
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}
.title_quantity h5 a {
    text-decoration: none;
    color: #000;
}

.cake_details ul {
    display: flex
;
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
    justify-content: space-between;
    color: #8b8b8b;
    margin: 3px 0 3px;
    padding: 2px 0px 2px 0px;
    border-radius: 4px;
}
.cake_details ul li {
    margin-right: 0px !important;
    display: flex;
    align-items: center;
}
.cake_details ul li i {
    color: goldenrod;
    font-size: 12px;
    margin-right: 6px;
}
.cake_buy_btns a.buy_btn,
.cake_buy_btns a.add_cart_btn {
    display: inline-block;
    border: 2px solid var(--light_pink);
    padding: 7px 13px;
    border-radius: 21px;
    text-decoration: none;
    font-size: 15px;
    width: 120px;
    text-align: center;
    transition: 0.3s ease-in-out; /* Smooth hover effect */
}

.cake_buy_btns a.buy_btn {
    background: #fff;
    color: var(--light_pink);
}

.cake_buy_btns a.add_cart_btn {
    background: var(--light_pink);
    color: #fff;
}

/* Common hover effect for both buttons */
.cake_buy_btns a.buy_btn:hover,
.cake_buy_btns a.add_cart_btn:hover {
    background: var(--light_pink);
    color: #fff;
    border-color: var(--light_pink);
}

/* Extra: Reverse effect for add_cart_btn */
.cake_buy_btns a.add_cart_btn:hover {
    background: #fff;
    color: var(--light_pink);
}
.cake_buy_btns{
    display: flex;
    justify-content: space-between;
}

/*cake card main*/

/*recently Viewd section*/

.recently_viewd{
    background: #eaeaea;
    padding: 30px;
}
.recently_viewd .black_heading{
    line-height: 47px;
}

/* blog grids */

.masonry {
    column-count: 3;
    column-gap: 30px;
}
.masonry-item {
    background-image: url(../img/blog_bg.jpg);
    margin-bottom: 30px;
    break-inside: avoid;
    padding: 0px;
    border-radius: 0px;
}
.masonry-item img {
    width: 100%;
}
.blog-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
.blog-content {
    font-size: 14px;
    color: #555;
    margin: 9px 0 15px;
}
.masnory_img{
    position: relative;
}
.blog_date {
    position: absolute;
    bottom: -10px;
    width: 40%;
    background: white;
    left: 30%;
    text-align: center;
    background: var(--maincolor);
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    padding: 3px;
}

.masonary-content{
    padding: 20px;
    text-align: center;
}
.btn_white{
    display: inline-block;
    border: 2px solid var(--light_pink);
    padding: 7px 13px;
    border-radius: 21px;
    text-decoration: none;
    font-size: 15px;
    width: 120px;
    text-align: center;
    transition: 0.3s ease-in-out;
    color: var(--light_pink);
    transition: 0.4s;
}
.btn_white:hover {
    background: var(--light_pink);
    color: #fff;
    transition: 0.4s;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .masonry {
        column-count: 2;
    }
}
@media (max-width: 768px) {
    .masonry {
        column-count: 1;
    }
}
.blog-detail .blog-date {
    background: white;
    text-align: center;
    background: var(--maincolor);
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    padding: 4px 16px;
}
.blog-detail .blog_title{
    font-size: 35px;
    font-weight: 500;
}

/* end blog grids */


/* about section */

.bg-title {
    font-size: 2.5rem;
    font-weight: bold;
    color:  #ae4f96;
}

.us{
    text-align: center; 
    color: black;
    padding: 60px 0px 20px 0px;
    font-size: 40px;
    font-weight: 600;
}
.subtitle {
    font-style: italic;
    color: #7a5c53;
    max-width: 800px;
    margin: 0 auto;
}
.description {
    max-width: 900px;
    margin: 20px auto;
    line-height: 1.8;
}

.hero-section {
    margin-top: 50px;
    position: relative;
    background: url(../img/rty.jpg) no-repeat center center / cover;
    height: 50vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-content h3 {
    font-size: 58px;
    font-family: sans-serif;
    font-weight: 500;
}
.hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    color: white;
    font-family: Arial ;
    margin: 0 auto;
}
.mission-section {
    text-align: justify;
    padding: 60px 10%;
    background: #f9f9f9;
}
.mission-title {
    font-size: 2rem;
    font-weight: bold;
    color:  #ae4f96;
    border-bottom: 2px solid  #ae4f96;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.mission-highlight {
    font-style: italic;
    color: #512D1E;
    font-size: 1.2rem;
}
.mission-text {
    font-size: 1rem;
    color: #333;
    margin-top: 10px;
}
.mission-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    font-style: italic;
    font-size: 1.2rem;
    color: #512D1E;
}
.backg{
     background: url('assets/img/bgs.jpg') no-repeat center center/cover;
}
        .chef-section {
              
    background: rgba(158, 111, 133, 0.8); /* Light form of #ae4f96 */
    padding: 60px 10%;
    color: white;
}

.social-icons a {
    margin: 10px 5px;
    color: white;
    font-size: 1.2rem;
}

.chef_card{
    text-align: center;
}
.chef_img {
    width: 80%;
    border-radius: 50%;
    padding: 7px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 17px;
}
.chef_img img {
    width: 96%;
    border-radius: 50%;
}
.chef_img::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    right: 2px;
    bottom: -2px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(60deg, rgb(255 245 250) 0%, rgb(32 126 163 / 74%) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.chef-details h5{
    color: var(--blue_clr);
    font-size: 22px;
}
.chef-details p{
    margin-bottom: 0;
    font-size: 14px;
    color: #838383;
}

/* about section */

/* contact us page  */
.contact-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 5%);
    height: 100%;
    border: 1px solid #ffd7f99e;
    background: linear-gradient(50deg, rgba(255, 255, 255, 1) 0%, rgb(234 45 253 / 6%) 100%);
}
.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.icon-box i {
    font-size: 30px;
    color: var(--maincolor);
    width: 60px;
    height: 60px;
    border: 2px dashed var(--maincolor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-content {
    flex: 1;
}
.contact-content p{
    margin-bottom: 0;
    font-size: 15px;
    color: #636363;
}
/* contact us page */


/*register css*/

 .register{
    width: 60%;
    margin: auto;
    padding: 50px 80px 50px 80px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
}
.toggle-buttons span {
    font-size: 18px;
    font-weight: 500;
    margin: 8px;
    color: #cfcfcf;
    display: inline-block;
}


.toggle-buttons span.active{
    color: #000;
}

.regsiter_form_content h5{
    font-size: 30px;
    /* font-style: italic; */
    margin: 20px 0 12px;
}
.regsiter_form_content p{
    color: #a7a7a7;
    font-size: 14px;
}
.regsiter_form_content .form-group input{
    background: #f0fbff;
    margin: 0 0 15px;
    padding: 10px 24px 11px;
    width: 80%;
    border: none;
    border-radius: 30px;
    font-size: 15px;
}
.regsiter_form_content .form-group input:focus-visible{
    border: none;
    outline: none;
}
.regsiter_form_content button{
    background: var(--light_pink);
    width: 80%;
    border-radius: 40px;
    padding: 11px;
    font-size: 17px;
    border: 0;
    margin-bottom: 19px;
    color: #fff;
}
.hidden { display: none; }
.active { font-weight: bold; color: blue; }

.toggle-buttons span{
    cursor: pointer;
}


/*register css*/


/*cart and checkout page css*/
.right_cart{
    padding: 20px;
    background: #f4f4f4;
}
.right_cart h4{
    font-size: 20px;
    margin-bottom: 20px;
}
#orderSummary p {
    background: white;
    padding: 3px 9px;
    font-size: 15px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}
#orderSummary_ p span{
    background: var(--light_pink);
    display: inline-block;
    width: 150px;
    padding: 2px 6px 0;
    text-align: center;
    margin: 0 9px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}


#orderSummary{
    margin-bottom: 20px;
}


.right_cart h5{
    margin-bottom: 28px;
}
.cake_cart_cards{
    background: #fff8fd85;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border: 1px solid #ae4f9640;
    border-radius: 9px;
}

.cart_cake_image img{
    width: 84%;
}
.cart_cake_image{
    position: relative;
}
.cart_cake_image h6{
    position: absolute;
    left: 5px;
    top: 3px;
}
.cake_cart_cards .card-title{
    margin-bottom: 10px;
}
.cake_cart_cards span.dis_price{
    color: green;
    font-size: 19px;
    font-weight: 600;
}
.delivery_details {
    margin: 10px 0;
}

.delivery_details p{
    font-size: 13px;
    margin-bottom: 2px;
}
.delivery_details p strong{
    font-weight: 500;
    color: #a27979;
    /* margin-left: 10px; */
    margin-right: 1px;
}
.cake_cart_price{
    display: flex;
    align-items: center;
}
.cake_cart_price p{
    margin-bottom: 0;
    /*margin-right: 10px;*/
    margin-left: 0;
}
.cart_subtotal{
    margin-bottom: 0;
    font-weight: 500;
}
.checkout_cakes{
    padding: 20px;
    background: #f4f4f4;
}
.checkout_cakes h4, .checkout_form h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.checkout_form{
    background: #fff8fd85;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    border: 1px solid #ae4f9640;
    border-radius: 9px;
}
.checkout_form input, .checkout_form textarea{
    margin: 0px 0;
    padding: 10px 14px !important;
    max-height: 70px;
    box-shadow: rgb(255 225 247) 0px 1px 7px 0px;
    font-size: 15px;
}

.checkout_form .form-check-input:focus{
    box-shadow: rgb(255 225 247) 0px 1px 7px 0px;
    border: 0;
}
.checkout_form label{
    font-size: 14px;
    margin-bottom: 5px;
}
.checkout_form input:focus{
    box-shadow: none;
}
.hidden-h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/*cart and checkout page css*/


/*category page filter*/
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.filter-dropdown, .filter-category {
    position: relative;
}

.filter-options {
    display: none;
    position: absolute;
    background: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 100;
    width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.filter-toggle:hover + .filter-options, 
.filter-options:hover {
    display: block;
}

.filter-options label {
    display: flex;
    margin: 5px 0;
    cursor: pointer;
    font-size: 13px;
}
.filter-options label input{
    margin-right: 4px;
}
.clear-all, .apply-filters {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.clear-all {
    background: #f5f5f5;
      font-size: 14px;
}

.apply-filters {
    background: var(--light_pink);
    color: white;
    font-size: 14px;
}

.filter-dropdown select{
    width: 142px;
    padding: 7px 2px;
    font-size: 14px;
    border: 2px solid var(--light_pink);
    border-radius: 9px;
    background: white;
}
.filter-dropdown select:focus-visible{
     outline: none;
}
.filter-category button{
    background: white;
    border: 0;
    padding: 9px;
    font-size: 14px;
}
/*category page filter*/

/*  home page text editor styling */
.details .content h4{
    opacity: .8;
    /* font-family: Poppins, sans-serif; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 18px;
}
.details .content p {
    opacity: .8;
    /* font-family: Poppins, sans-serif; */
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    margin-bottom: 12px;
    word-break: break-all;
}

.details .content h5{
    opacity: .8;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 17px;
}
.details .content div{
    opacity: 1;
    /* font-weight: 500; */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 15px;
}

/*  home page text editor styling */

@media only screen and (max-width: 1399px) and (min-width: 1200px)  {
   .cake_buy_btns a.buy_btn, .cake_buy_btns a.add_cart_btn {
    font-size: 13px;
    width: 110px;
}
.cake_main_img {
    height: 250px;
}
.title_quantity h5 a {
    font-size: 15px;
}

}

@media (max-width:992px){
       .top_categories {
        display: flex;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 0px;
        scrollbar-width: none;
    }

    .top_categories::-webkit-scrollbar {
        display: none; /* Chrome, Safari ke liye scrollbar hide */
    }

    .category_cards {
        flex: 0 0 auto;
        width: 60px;
        text-align: center;
    }
    .cat_circle::before {
    top: 0;
    left: 3px;
    right: 3px;
    bottom: 0;
    border-radius: 50%;
    padding: 2px;
}
    .cat_circle {
        width: 100%;
        margin-bottom: 0px;
    }

    .category_cards p {
        font-size: 11px;
        font-weight: 400;
    }
}

/*responsive page*/
@media (max-width:768px){
.search_title {
    font-size: 0.8rem !important;
}
.swiper-button-next{
    display: none!important;
}
.swiper-button-prev{
    display: none!important;
}
.details .content h5 {
    font-size: 14px;
} 

.details .content div {
    font-size: 13px;
}
   
.details .content h4 {
    font-weight: 500;
    font-size: 15px;
}    
    .details .content p {
    font-size: 13px;
}
    .ads_banner{
        overflow: hidden;
    }
.blog-title {
    font-size: 18px;
}
 .blog_date {
    font-size: 12px;
}  
.blog-detail .blog-date {
    font-size: 11px;
}
#cartSuccessModal .modal-title{
        font-size: 15px;
}
  
#cartSuccessModal .btn-close {
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center / 0.7em auto no-repeat;
}  
#cartSuccessModal .success-animation {
    margin: 13px auto;
    width: 60px;
    height: 60px;
}  

#cartSuccessModal .modal-body h4{
    font-size: 17px;
}
#cartSuccessModal .modal-body p{
    font-size: 13px;
}
#cartSuccessModal .modal-body .product-info h5{
    font-size: 15px;
}
#cartSuccessModal .modal-body .delivery-details div{
    font-size: 13px;
}
.date_select_box span{
    width: 50px!important;
}    
    
    #mobileFilterBox{
    margin-top: 12px;
}
    .logo_div img {
        width: 100%;
    }
   /* .search-box{*/
   /*     display: none;*/
   /* }*/
   /* .search-btn{*/
   /*     display: none;*/
   /* }*/
   
   /*.account-section a{*/
   /*    display: none;*/
   /*}*/
   /*.account-section small{*/
   /*    display: none;*/
   /*}*/


.cat_circle{
    width: 100%;
    margin-bottom: 10px;
}
    .category_cards p {
        /*display: none;*/
            word-wrap: break-word;       /* lambe words ko tod kar wrap kare */
    overflow-wrap: break-word;   /* modern browsers ke liye */
    white-space: normal; 
        font-size: 11px;
        font-weight: 500;
    }
   .category-card-new img{
       height: 100%;
     
   }
   .category-card-new h5{
       font-size: 13px;
   }
   .category-card-new.text-left h5 {
     font-size: 13px;   
   }
   .main-bake-log{
       gap: 0px;
           padding: 0;
           align-items: self-start;
   }
   .choko_btn{
       text-align: center;
   }
   .cokkies{
       gap: 10px;
   }
   .my-auto{
       display: none;
   }
    .newsletter-box {
        border-radius: 0;
        padding: 10px 20px;
    }
   .section-title h2 {
    font-size: 20px;
}
.flavour-link {
min-width: 48%;
        max-width: 48%;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
    /* padding: 4px; */
}
.bg-title {
    font-size: 1.2rem;
}
.subtitle {
    font-size: 15px;
}
.description {
    font-size: 14px;
}
.hero-section {
    height: 100%;
    padding: 20px;
}

.hero-content h3 {
    font-size: 29px;
}
.hero-content p {
    font-size: 1rem;
}
.mission-section {
    padding: 26px 2%;
}
.mission-title {
    font-size: 1.2rem;
}
.mission-highlight {
    font-size: 15px;
}
.mission-text {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.mission-links {
    font-size: 1rem;
}
.chef-details h5 {
    font-size: 15px;
}
.chef_card {
    margin-bottom: 19px;
}
.features_card {
    margin-bottom: 10px;
}
.search-container {
    flex-wrap: wrap;
}

.search-title {
    display: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.filter-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.filter-category{
    width: 47%;
}
.filter-category button {
    width: 100%;
    padding: 7px 8px;
    font-size: 12px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.black_heading {
    font-size: 20px;
}
.cake_card_main {
    padding: 2px;
}
.cake_main_img {
    margin-bottom: 11px;
            height: 100% !important;
}
.title_quantity h5 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
}
.cake_card_main .cake_details span:last-of-type{
    display: none;
}
.card2-price {
    font-weight: 600;
    margin-right: 11px;
    font-size: 14px;
    margin: 5px 0;
}
.product_note p{
    font-size: 14px;
}
.cake_buy_btns span{
    display: none;
}
.cake_details ul {
    font-size: 11px;
    margin: 6px 0 6px;
}


.cake_details ul li i {
    font-size: 10px;
    margin-right: 5px;
}
.cake_buy_btns a.buy_btn, .cake_buy_btns a.add_cart_btn {
    padding: 7px 9px;
    border-radius: 10px;
    font-size: 13px;
    width: 55px;
}
.recently_viewd .black_heading br{
    display: none;
}
.head-details h5 {
    font-size: 14px;
    margin-bottom: 8px;
}
.head-details h6{
    font-size: 11px;
}
.head-details h6 i {
    font-size: 13px;
}
.head-details {
    padding: 10px 11px;
    flex-wrap: wrap;
    margin-bottom: 7px;
}
.product-details {
    margin-left: 0;
    margin-top: 14px;
}
.view-product {
    margin: 5px 0 13px;
    font-size: 14px;
}
.price_rating .price {
    gap: 15px;
}
.price_rating .rating {
    margin-bottom: 9px;
    font-size: 13px;
}
.price_rating .price h4 {
    font-size: 22px;
}
.price_rating .price p {
    font-size: 18px;
}
.price_rating .price h6 {
    font-size: 19px;
}
.select_box span i {
    font-size: 14px;
}
.choices__inner {
    padding: 4.5px 4.5px 2.75px!important;
    font-size: 11px!important;
    min-height: 30px!important;
}
.select_box {
    border: 1.5px solid var(--light_pink);
    padding: 1px 6px 1px 9px;
}
.detail_h6{
    font-size: 13px;
}

.weight-options button {
    border-radius: 8px;
    padding: 7px 5px;
    margin-right: 4px;
    font-size: 12px;
}
.date-btn {
    padding: 6px 9px;
    font-size: 13px;
}
.select_box .form-control {
    border: 0;
    font-size: 13px;
}
.time-options button {
    border-radius: 6px;
    padding: 6px 9px;
    margin-right: 3px;
    font-size: 13px;
}
.Instruction_area {
    min-height: calc(1.5em + .75rem + 2px);
    margin: 0;
    font-size: 13px;
}
.cake_buy_btns_big a {
    width: 100%;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}
.cake_buy_btns_big a.add_cart_btn {
    font-size: 14px;
}
.product-description .section-title {
    margin-bottom: 13px;
}
.product-description p{
    font-size: 12px;
}
.product-description .sub-heading {
    font-size: 14px;
    font-weight: 600;
}
.attributes-list li, .specifications-list li {
    font-size: 12px;
    margin-bottom: 5px;
}
.feature_img img {
    width: 35px;
}
.feature-content h6 {
    font-size: 12px;
}
.feature-content p {
    font-size: 10px;
}
.blog-date {
    font-size: 13px;
    padding: 4px 12px 4px 0;
}
.blog-detail .blog_title {
    font-size: 18px;
}
.blog-detail .blog-author{
    font-size: 13px;
    color: #818181;
}
.cart_cake_image {
    margin-bottom: 10px;
}
.cake_cart_cards .card-title {
    margin-bottom: 8px;
    font-size: 16px;
}
.delivery_details p {
    font-size: 11px;
}
.cart_subtotal {
    font-size: 14px;
    margin-bottom: 0px;
}
.right_cart h4 {
    font-size: 17px;
    margin-bottom: 13px;
}
#orderSummary p {
    font-size: 13px;
}
#orderSummary p span {
    width: 28px;
    padding: 2px 3px 0;
    font-size: 12px;
}
.right_cart h5 {
    margin-bottom: 14px;
    font-size: 16px;
}
.checkout_cakes h4, .checkout_form h4 {
    font-size: 18px;
    margin-bottom: 16px;
}
.checkout_form label {
    font-size: 12px;
    margin-bottom: 5px;
}
.checkout_form label.form-check-label {
    font-size: 10px;
}
.checkout_form input, .checkout_form textarea {
    font-size: 13px;
}
.checkout_form{
    margin-bottom: 10px;
}
#productSummary p{
    font-size: 13px;
}
.register {
    width: 100%;
    margin: auto;
    padding: 28px 20px 28px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
}
.regsiter_form_content h5 {
    font-size: 19px;
}
.regsiter_form_content p {
    font-size: 12px;
}
.regsiter_form_content .form-group input {
    width: 100%;
}
.regsiter_form_content button {
    width: 100%;
}
    .top_categories {
        display: flex;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 0px;
        scrollbar-width: none;
    }

    .top_categories::-webkit-scrollbar {
        display: none; /* Chrome, Safari ke liye scrollbar hide */
    }

    .category_cards {
        flex: 0 0 auto;
        width: 65px;
        text-align: center;
    }
    .cat_circle::before {
    top: 0;
    left: 3px;
    right: 3px;
    bottom: 0;
    border-radius: 50%;
    padding: 2px;
}
.experiance {
    padding: 18px;
}
.designer_cake_card h5{
    padding: 10px;
    font-size: 14px;

}
.footer_bottom p {
    font-size: 13px;
}
.payment-icons img {
    width: 26px;
    margin-left: 0;
}
.social-icons a {
    margin: 0px 4px;
    font-size: 12px;
    width: 25px;
    height: 25px;
}
.news_letter_content i {
    font-size: 32px;
    margin-right: 18px;
}
.news_letter_content h4 {
    font-size: 16px;
}
.main_footer {
    padding: 26px 0;
}
.footer_card ul li {
    font-size: 13px;
    font-weight: 400;
       margin: 5px 0;
}
#footerAccordion .accordion-button {
    background: var(--blue_clr);
    border: 0;
    border-radius: 0;
    padding: 8px 19px;
    color: #fff;
    font-size: 15px;
}
#footerAccordion .accordion-button:focus{
    box-shadow: none;
}

#footerAccordion .accordion-button::after {
    background-size: 1rem;
    filter: invert(1);
}  
#footerAccordion .accordion-body ul{
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 0;
    /* text-decoration: none; */
}
#footerAccordion .accordion-item{
    border: 0;
}
#footerAccordion .accordion-body{
    padding: 13px 0;
    /* border: 0; */
}
#footerAccordion  .accordion-body ul li a{
    text-decoration: none;
    display: block;
    margin: 7px 0;
    color: #484848;
}
.details {
    margin: 10px;
    padding: 0;
}
.details h5{
    font-size: 15px;
    line-height: 25px;
}
.Every-para {
    font-size: 13px;
    font-weight: 300;
    color: #717171;
    line-height: 24px;
}
.details h5{
    font-size: 15px;
    line-height: 25px;
}
.details p{
    font-size: 13px;
    line-height: 26px;
}

.choose-bake-container {
    margin-top: 0px;
    padding: 20px;
    width: 100%;
    height: 60%;
    margin-bottom: 30px;
}
.mainsss {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
}
.why-images {
    width: 43px;
    margin: 15px 10px 5px;
}
.head-bake {
    margin: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.para-bake {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 400;
}
.icon_card img {
    width: 70%;
    display: block;
    margin: 0 auto 12px;
}

.icon_card {
    text-align: center;
    margin-bottom: 24px;
}
.icon_card a {
    font-weight: 400;
}

.breadcrumb > li {
    padding: 0 14px;
    font-size: 12px;
}
.breadcrumb > li:after {
    top: 6.5px;
    right: 0;
    width: 6px;
    height: 6px;
}
.category-title {
    font-size: 0.8rem!important;
}
.category-image {
    height: 135px;
}
.product-count {
    font-size: 0.7rem;
}


}

    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: inline;
    }

    @media (max-width: 767px) {
        .mobile-only {
            display: inline;
        }

        .desktop-only {
            display: none;
        }
            .desktop_filter_box{
         display: none !important; 
    }

    }


@media (min-width: 768px) {

    #mobileFilterToggle {
        display: none !important;
    }
    .filter-title{
        display: none;
    }

}

.cake_img img {min-height:250px!important; max-height:250px!important;}
.filter-tag { text-decoration: none;; background: #ae4f96;border-radius: 25px;padding: 5px 8px 5px 12px;font-size: 12px;color: #fff; margin-right: 8px;;}
.filter-tag i { color: #fff;
    background: #000;
    padding: 0px 8px;
    border-radius: 19px;
    text-decoration: none;
    font-size: 15px;
    margin-right: -6px; }


.dropdown-mega.left{
    left: 0;
}
.dropdown-mega.right{
    right: 0;
}
 
.dropdown-mega {
    position: absolute;
    top: 112%;
    background: #fff;
    /* padding: 20px; */
     display: block; /* keep it block to allow height transition */
    z-index: 9999;
    border-top: 1px solid #eee;
      transition: all 0.4s ease;
    width: max-content!important;
    border-radius: 0 0 10px 10px;
    overflow: hidden!important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    max-height: 0;
    overflow: hidden!important;
    opacity: 0;
}
.dropdown-mega .mega-col {
    padding: 27px 23px 9px;
}
.dropdown-mega .mega-col:nth-child(odd) {
    background-color: #fff;
    
}

.dropdown-mega .mega-col:nth-child(even){
    background-color: #fff3f9;
    
}

.nav-item.dropdown:hover .dropdown-mega {
    max-height: 600px; /* adjust based on content height */
    opacity: 1;
  }
  
  
  .dropdown-mega {
  transform: translateY(20px);
}

.nav-item.dropdown:hover .dropdown-mega {
  transform: translateY(0);
}

.mega-col h6 {
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    width: 180px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin: -2px 9px!important;
}

.mega-col a {
    display: block;
    color: #1d1d1d;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 25px;
    transition: 0.3s;
}

  .mega-col a:hover {
    color: #000;
        font-weight: 600;
        transition: 0.3s;
  }

  .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
  }

  .navbar-nav .nav-link:hover {
    color: #ae4f96;
  }

  .custom-navbar {
    background-color: #f2f2f2;
    border-bottom: 1px solid #eee;
  }

#searchResult {
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
        border-radius: 0;
}

#searchResult h4{
    background: #91919926;
    font-size: 13px;
    padding: 5px 10px;
    text-align: end;
    color: #6c757d;
    margin-bottom: 0;
}
#searchResult a{
    border: 0;
}

.search_title{
    font-size: 0.875rem !important;
}
.search_price{
    color: #be005f;
    font-weight: 600;
    font-size: 16px;
}
#searchResult ul{
    display: flex;
    padding: 0;
    list-style-type: none;
}

#searchResult ul li {
    font-size: 12px;
    background: #ae4f96;
    display: flex;
    color: #fff;
    padding: 3px 7px;
    border-radius: 2px;
    margin-right: 5px;
}

.nav-link.dropdown-toggle:after{
    display: none;
}


/* Cart Cards */
.cake_cart_cards {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Price highlight */
.dis_price {
    font-weight: bold;
    color: #d63384;
    font-size: 1.1rem;
}
.card2-oldprice {
    text-decoration: line-through;
    color: #999;
}
.discount-percentage {
    background: #dc3545;
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

/* Cart Summary Box */
.card-summary-enhanced {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Final Amount */
#finalAmount {
    color: #198754;
    font-weight: bold;
    font-size: 1.25rem;
}

/* Buttons */
.apply-direct, #applyCoupon {
    transition: all 0.3s ease;
}
.apply-direct:hover, #applyCoupon:hover {
    background-color: #198754;
    color: #fff;
}

/* View All Coupons Button */
#viewAllCoupons {
    font-size: 0.9rem;
    color: #0d6efd;
}

/* Empty cart styling */
.empty-cart-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 420px;
}

.my-text-primary {
    color: var(--blue_clr) !important;
}
.delivery_details p i {
    background: #f06a3f;
    color: #fff !important;
    padding: 1.5px 3.6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 2px;
}
#orderSummary div{
    background: #fff1fc8f;
    padding: 1px 4px;
}

.success-animation {
    margin: 20px auto;
    width: 80px;
    height: 80px;
}

.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: 0 0 10px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #4bb71b;
    }
}
.flavour-btn.active {
    background-color: #007bff;
    color: #fff;
}
#removeCoupon{
    font-size: 12px;
    padding: 3px 6px 1px;
}
.filter-btn {
    font-size: 13px;
    background: #217892;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.filter-title{
    margin-bottom: 0;
}


.filter-toggle:disabled {
    opacity: 1;              /* Remove dim effect */
    color: inherit;          /* Keep same text color */
    cursor: not-allowed;     /* Optional: show 'not allowed' cursor */
    pointer-events: none;    /* Prevent any interaction */
}

.testimonial-section {
  background: #fff5f5;
}

.testimonial-card {
  background: linear-gradient(135deg, #ff6b6b, #ff8787);
  border-radius: 2rem;
  color: white;
  box-shadow: 0 0.5rem 1.5rem rgba(255, 107, 107, 0.3);
  position: relative;
}

.quote-icon {
  font-size: 3rem;
  opacity: 0.4;
}

.rating-list .badge {
  font-size: 0.9rem;
  padding: 0.5em 0.7em;
  border-radius: 0.5rem;
}

.rating-list img {
  vertical-align: middle;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.inner_banner{
    padding: 30px;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-image: linear-gradient(90deg, #187b9f, #4bafd3, #52aed0 65%, #1e81a5);
}

.inner_banner_title h1{
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 32px;
}


.policy_page_content{
    padding: 36px 0;
}
.policy_page_content h3 {
    opacity: .8;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    font-size: 24px;
}
.policy_page_content h4{
    opacity: .8;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    font-size: 20px;
    line-height: 1.5;
}

.policy_page_content p{
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .34px;
    text-align: left;
    color: #251d34;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.policy_page_content hr{
    border-bottom: 3px solid #d3d3d3;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-top: none;
}
.ul_without_point{
    list-style-type: none;
    padding-left: 0;
}
.policy_page_content .ul_without_point li{
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .34px;
    text-align: left;
    color: #251d34;
}

.policy_page_faq .accordion-button {
    font-weight: bold;
    font-size: 1.2rem;
    color: #1d1d1d;
    background-color: transparent;
    box-shadow: none;
    padding: 1rem 1.25rem;
}

.policy_page_faq .accordion-button:not(.collapsed) {
    color: #ca1a71;
    background-color: transparent;
}

.policy_page_faq .accordion-body {
    color: #7a7a7a;
    font-size: 14px;
    padding: 0 1.25rem 1rem 0;
}

.policy_page_faq .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.policy_page_faq .accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='purple' class='bi bi-plus' viewBox='0 0 16 16'><path d='M8 1a.5.5 0 0 1 .5.5v6.5h6.5a.5.5 0 0 1 0 1H8.5v6.5a.5.5 0 0 1-1 0V9.5H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
    transform: rotate(0deg);
    background-size: 1rem;
}

.policy_page_faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='purple' class='bi bi-dash' viewBox='0 0 16 16'><path d='M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5z'/></svg>");
    transform: rotate(0deg);
    background-size: 1rem;
}
.policy_page_faq .accordion-button:not(.collapsed){
    box-shadow: none;
}
.policy_page_faq .accordion-button:focus{
      box-shadow: none; 
}
.policy_page_faq .accordion-button{
    box-shadow: none;
    padding: 16px 0;
    font-weight: 500;
    font-size: 18px;
}

/* mobile search */
#productSearchMobile{
    border-radius: 0;
    font-size: 14px;
}
#productSearchMobile:focus{
    box-shadow: none;
}
#searchResultMobile {
    width: 91%;
    background: #ffffff;
    border-radius: 0;
}
#searchResultMobile h4 {
    background: #91919926;
    font-size: 12px;
    padding: 4px 10px 4px!important;
    text-align: end;
    color: #6c757d;
    margin-bottom: 0;
}
.search_div div{
    line-height: 12px;
    margin-bottom: 9px;
}

.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 0;
    z-index: 9;
    color: #fff;
    transition: .5s
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    transition: .5s
}

.btn-floating span {
    font-size: 1em;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none
}

.btn-floating:hover span {
    display: inline-block
}

.btn-floating.phone {
    bottom: 95px;
    font-size: 1em;
    justify-content: center;
    border: 7px solid #ffefce
}

.btn-floating.phone,.btn-floating.phone:hover {
    background-color: #ffcb5c
}

.btn-floating.whatsapp {
    border: 7px solid #caffc9;
    bottom: 25px;
    font-size: 1em
}

.btn-floating.whatsapp,.btn-floating.whatsapp:hover {
    background-color: #41bf2f
}

@media(min-width:1399px){
.top-bar .input-group{
    width: 94%;
}
}

.add-to-wishlist.added {
    background-color: #f8f9fa;
    color: #dc3545;
    border-color: #dc3545;
}

.bi-heart-fill {
    color: #dc3545;
}
.inner-banner{
    background: linear-gradient(90deg, rgb(26 123 161) 0%, rgb(56 159 204) 50%, rgb(55 165 209) 100%);
    padding: 39px;
}
.inner_banner_text  h1{
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
}

.cart_left_box{
    height: 100%;
    text-align: end;
    position: relative;
}
.cart_left_box p{
    position: absolute;
    bottom: 0;
    right: 0;
}
.kids_cake_card{
    padding: 11px;
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: 0.3s;
}

.kids_cake_card:hover{
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
     transition: 0.3s;
}

.kids_card_img img {
    width: 100%;
    border-radius: 21px;
}
.kids_card_content{
    padding: 16px;
    text-align: center;
}
.kids_card_content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}
.my_btn{
    display: inline-block;
    border: 2px solid var(--light_pink);
    padding: 7px 13px;
    border-radius: 21px;
    text-decoration: none;
    font-size: 15px;
    width: 120px;
    text-align: center;
    transition: 0.3s ease-in-out;
    color: var(--light_pink);
}
.my_btn.view_all_cartoon{
    width: fit-content;
    /* margin: 0 auto; */
}
.my_btn:hover{

background: var(--light_pink);
color: #fff;
border-color: var(--light_pink);
 transition: 0.3s ease-in-out;
}

.cartoon_card_content{
    text-align: center;
}
.cartoon_card{
    transition: 0.3s;
}
.cartoon_card a{
    text-decoration: none;
    /* color: #000; */
    color: #333;
       transition: 0.3s;
}
.cartoon_card a:hover{
    color: var(--light_pink);
}
.cartoon_card_content h4{
    font-size: 16px;
}
.cartoon_card_content img {
    width: 90%;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.cartoon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr); /* Default: mobile 2 per row */
}

.cartoon-list li {
  display: flex;
  flex-direction: column;
}


.cartoon_card:hover {
  transform: translateY(-5px);
}


/* Tablet - 4 columns */
@media (min-width: 576px) {
  .cartoon-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Desktop - 8 columns */
@media (min-width: 992px) {
  .cartoon-list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media(max-width: 768px){
.kids_cake_card{
    margin-bottom: 20px;
}
.cartoon_card_content h4 {
    font-size: 15px;
}

.kids_card_content h4 {
    font-size: 14px;
    margin-bottom: 14px;
}

.kids_card_content {
    padding: 12px 0 6px;
    text-align: center;
}
.my_btn {
    padding: 7px 17px;
    font-size: 13px;
    width: auto;
}


    .inner-banner {
    padding: 24px;
}
.inner_banner_text  h1{
    font-size: 20px;
}
.cart_left_box p {

    right: auto;
    left: 0;
}


}

#openDeliveryModal{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border: 2px solid var(--light_pink);
    border-radius: 9px;
    background: white;
    padding: 1px 6px 1px 9px;
    height: 55px;
    cursor: pointer;
}
#openDeliveryModal span {
    width: 10%;
}
#openDeliveryModal span i {
    font-size: 23px;
    color: violet;
    color: var(--light_pink);
}

#openDeliveryModal p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    margin-bottom: 0;
}

.deliveryModal{display: none; position: fixed; top: 10%; left: 50%; transform: translateX(-50%);
  background: white; padding: 20px; border: 1px solid #ccc; z-index: 9999; width: 500px;}
.deliveryModal h4 {
    font-size: 18px;
    margin-bottom: 16px;
}
.deliveryModal .flatpickr-calendar {
    width: 100%!important;
    padding: 20px!important;
}
.deliveryModal .flatpickr-rContainer{
    width: 100%!important;
    padding: 20px!important;
}
.flatpickr-days{
    width: 100%!important;
}
.deliveryModal .dayContainer{
    width: 100% !important;
    min-width: 100%!important;
    max-width: 100%!important;
}
.deliveryModal #step2 label{
width: 100%;
    padding: 0 0 0 10px;
    margin-bottom: 9px;
    color: #050505;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.4px solid #ccc;
    border-radius: 5px;
}
.deliveryModal #step2 label input{
    /* background: red; */
    margin: 0px 10px 0 7px;
}
.deliveryModal #step2 label span{
    width: 77px;
    background: var(--light_pink);
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 0 5px 5px 0;
    padding: 8px;
}
.backStep{
    margin-top: 10px;
    border: 0;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}
#timeSlots button {
    background: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 9px;
    color: var(--light_pink);
    font-size: 16px;
    font-weight: 600;
    border: 1.4px solid #ccc;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.summary-box {
    display: flex;
    align-items: center;
    border: 1px solid #ffddda;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: rgb(255 208 208) 0px 2px 8px 0px;
        gap: 20px;
}

.summary-date {
    color: #f44336;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.summary-type {
    font-weight: 500;
    color: #f44336;
    font-size: 14px;
}

.summary-slot {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.summary-edit {
  color: #f44336;
  font-size: 18px;
  margin-left: auto;
  cursor: pointer;
}


@media(min-width:1199px) and (max-width: 1399px){
    .summary-date {
    font-size: 13px;
}
.summary-type {
    font-size: 13px;
}
.summary-slot {
    font-size: 14px;
}

}

@media(max-width:768px){
   .deliveryModal{ width: 95%;} 
   .deliveryModal h4 {
    font-size: 14px;
}
.deliveryModal #step2 label {
    font-size: 14px;
}
.backStep {
    font-size: 13px;
}
#timeSlots button {
    font-size: 14px;
    font-weight: 500;
}
    #openDeliveryModal {
        border: 1.5px solid var(--light_pink);
        padding: 1px 6px 1px 9px;
    }
    #openDeliveryModal span i {
        font-size: 14px;
    }
       #openDeliveryModal p {
            font-size: 13px;
            padding-left: 0.5rem;
       }

}

.custom-banner {
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
}
.custom-banner h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 7px;
}
.custom-banner p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Custom Cake Section */
.custom-section {
    display: flex
;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: white;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.custom-image {
    flex: 1;
    min-width: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.custom-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}


.custom-content {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.custom-content h2 {
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 20px;
}

.custom-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #543729;
}

.whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
        color: white;
}

.whatsapp-btn i {
    margin-right: 10px;
    font-size: 1.4rem;
}

        /* Colorful Features Section */
        .features {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin-bottom: 60px;
            justify-content: center;
        }
        
        .feature-box {
            flex: 1;
            min-width: 250px;
            max-width: 350px;
            padding: 35px 25px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .feature-box:before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            transform: rotate(-15deg);
            z-index: 1;
        }
        
        .feature-box:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }
        
        .feature-box:nth-child(1) {
            background: linear-gradient(135deg, #FF9A9E 0%, #FAD0C4 100%);
        }
        
        .feature-box:nth-child(2) {
            background: linear-gradient(135deg, #A1C4FD 0%, #C2E9FB 100%);
        }
        
        .feature-box:nth-child(3) {
            background: linear-gradient(135deg, #FFECD2 0%, #FCB69F 100%);
            color: #543729;
        }
        
        .feature-box i {
            font-size: 3.2rem;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        }
        
        .feature-box:nth-child(3) i {
            color: #e67e22;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        }
        
        .feature-box h3 {
            font-size: 1.6rem;
            margin-bottom: 18px;
            position: relative;
            z-index: 2;
            font-weight: 700;
        }
        
        .feature-box p {
            position: relative;
            z-index: 2;
            font-size: 1.05rem;
            line-height: 1.6;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
.custom-banner h1 {
    font-size: 1.2rem;
}

.custom-banner p {
    font-size: 0.8rem;
}

.custom-content h2 {
    font-size: 1.5rem;
    color: #e67e22;
    margin-bottom: 13px;
}

.whatsapp-btn {
    color: white;
    padding: 7px 30px 10px;
    font-size: 1rem;
}
         .custom-section {
    margin-bottom: 0px;
}  
.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
}
.feature-box p {
    position: relative;
    z-index: 2;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}


            .features {
                gap: 20px;
            }
            
            .feature-box {
                min-width: 100%;
            }
        }
        
        .new-home-page-heading{
            text-decoration: none;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        