@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lobster&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@font-face {
    font-family: "inter";
    src: url(../fonts/Fontspring-DEMO-mersin-regular_1.woff);
} 

@font-face {
    font-family: "Gagalin"; 
    src: url(../fonts/Gagalin-Regular.woff);
}

@font-face {
    font-family: "Aima Display"; 
    src: url(../fonts/AimaDisplayRegular-EalYn.woff);
}

  /* font-family: "Lobster", sans-serif; */

 
body {
    margin: 0; 
    font-family: "inter";
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

input,
textarea, 
button {
     font-family: "inter";
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #49555F;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}
 
a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    display: inline-block;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.container { 
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0px 30px;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-pages ul {
    display: flex;
    gap: 30px;
}

.header-pages ul li a {
    color: var(--Color-2, #49555F);
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 2px solid transparent;
}
.header-pages ul li a:hover {
    color: #61CCF0;
    border-color: #61CCF0;
}

.current_page_item a {
     color: #61CCF0 !important;
    border-color: #61CCF0 !important;
}

.hedaer-order a {
    padding: 10px 20px;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
    color: var(--Color-8, #FFF);
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-stripe {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
    color: var(--Color-8, #FFF);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 400;
    overflow: hidden; /* stripe bahar na nikle */
    z-index: 1;
    transition: background 0.3s ease;
}

/* Pink stripe effect */
.btn-stripe::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* stripe start me hidden */
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 30%, pink 50%, transparent 70%);
    z-index: 0;
    transition: left 0.6s ease;
}

/* Hover state */
.btn-stripe:hover {
    background: #0000007a;
    color: #fff;
}

.btn-stripe:hover::before {
    left: 100%; /* stripe left → right smoothly */
}


.header-main {
    padding: 20px 25px;
    border-radius: 10px;
    background: #FFF;
    backdrop-filter: blur(17px);
} 
.home-banner {
    width: 100%;
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}

.order-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.order-btn a {
    padding: 10px 20px;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
    color: var(--Color-8, #FFF);
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-content {
    position: relative;
    top: 65px;
}
header#header {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 99;
    left: 0;
}
.home-banenr-main {
    padding-bottom: 120px;
    background: var(--Color-7, #FFFBEC);
}
.home-about-content h3 {
    color: var(--Color-1, #161616);
    text-align: center;
    font-family: Gagalin;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 225% */
}

.home-about-content h2 {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 128.571% */
    margin-top: -10px;
    margin-bottom: 20px;
}

.home-about-text {
    color: #000;
    text-align: center;
    font-family: "inter";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 1086px;
    margin: auto;
}

section.home-about {
    padding-bottom: 150px;
    background: var(--Color-7, #FFFBEC);
}
.home-about-main {
    position: relative;
}

.h-about-img-1 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
}

.h-about-img-2 {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 9;
}
section.home-visit {
    height: 576px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.home-visit-content {
    padding: 30px;
    border-radius: 20px;
    background: var(--Color-1, #161616);
    backdrop-filter: blur(17px);
    max-width: 470px;
    margin-left: auto;
    margin-top: 50px;
}

section.home-visit .container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.home-visit-content h3 {
    color: var(--Color-4, #EF97C0);
    text-align: center;
    font-family: "Aima Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 300% */
}

.home-visit-content p {
    color: var(--Color-8, #FFF);
    text-align: center;
    font-family: 'inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 75px;
}

.home-visit-content h5 {
    color: var(--Color-8, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: inter;
    margin-bottom: 40px;
}

.home-visit-content a {
    padding: 10px;
    border-radius: 30px;
    background: var(--Color-5, #61CCF0);
    width: 100%;
    text-align: center;
    color: var(--Color-8, #FFF);
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.who-we-flex {
    display: flex;
    justify-content: space-between;
}

.who-we-sub1 {
      border-radius: 20px;
    width: 48%;
    height: 405px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 100% 36%;
    background-repeat: no-repeat;
    background-size: cover;
}

.who-we-sub1 a {
    padding: 10px;
    color: var(--Color-1, #161616);
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    background: var(--Color-8, #FFF);
    width: 230px;
    display: flex;
    justify-content: center;
}

section.who-we {
    margin: 50px 0px;
}
.swiper-slide {
    width: auto !important;
}
.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.partners-icon {
    display: flex;
    gap: 40px;
    color: var(--Color-8, #FFF);
    font-family: 'Aima Display';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 450% */
    margin-right: 40px;
}

section.home-marquee {
    background: var(--Color-6, #CCEBFB);
}
.footer-main {
    border-radius: 100px 0px 0px 0px;
    padding: 60px 90px;
    width: 80%;
    background-color: #CCEBFB;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 20%;
}

.footer-sub1-content {
    padding: 10px 20px;
    border-radius: 30px;
    background: var(--Color-8, #FFF);
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer-sub1-content span {color: var(--Color-1, #161616);text-align: right;font-family: Inter;font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;}

.footer-sub1 {
    width: 35%;
}

.footer-sub2 {
    width: max-content;
}

.footer-sub3 {
    width: 39%;
}

.footer-sub2 h3 {
    color: var(--Color-1, #161616);
    font-family: "Aima Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-sub2 li a {
    color: var(--Color-1, #161616);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
}

.footer-sub3 p {
    color: var(--Color-1, #161616);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}


.footer-form input.search-1 {
    padding: 10px 110px 10px 20px;
    width: 100%;
    height: 43px;
    border-radius: 40px;
    border: 1px solid var(--Color-3, #2F60A9);
    background: var(--Color-6, #CCEBFB);
}

.footer-form input.search-1::placeholder {
    color: var(--Color-2, #49555F);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-form input.submit-1 {
    display: flex;
    width: 108px;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--Color-3, #2F60A9);
    color: var(--Color-8, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 1px;
    right: 0;
    border: 1px solid var(--Color-3, #2F60A9);
}

.footer-form {
    position: relative;
}
.footer-main::after {
    position: absolute;
    content: "";
    background: #CCEBFB;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
p.copt-text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
section.menu-banner {
    width: 100%;
    height: 192px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
h2.site-bu-headline {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 35px;
}

.soft-serve-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.soft-serve-sub1 {
    width: 18%;
}

.soft-serve-image img {
    width: 100%;
}

.soft-serve-image {
    margin-bottom: 20px;
}

.soft-serve-content h3 {
    color: var(--Color-5, #61CCF0);
    text-align: center;
    font-family: Gagalin;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.soft-serve-content p {
    color: var(--Color-2, #49555F);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.soft-serve {
    padding: 40px 0px 80px 0px;
    background: #FFFBEC;
}
.menu-product-flex {
    display: flex;
    justify-content: space-between;
}

.menu-product-sub2 {
    width: 39%;
}

.menu-product-sub1 {
    width: 59.5%;
}

.product-sub1-content-flex {
    padding: 70px 20px 50px 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 28px;
    border: 2px solid var(--Color-5, #61CCF0);
}

.product-sub1-content-1 {
    width: 49%;
}

.product-sub2-content {
    padding: 70px 70px 30px 70px;
    border-radius: 28px;
    border: 2px solid var(--Color-5, #61CCF0);
}

.product-sub1-content-1-text h4 {
    color: var(--Color-5, #61CCF0);
    text-align: center;
    font-family: Gagalin;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px 10px 0px;
}

.product-sub1-content-1-text p {
    color: var(--Color-2, #49555F);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-product-flex img {
    width: 100%;
    border-radius: 10px;
}

section.menu-product {
    padding-bottom: 80px;
    background: #FFFBEC;
}

.menu-product-flex h2 {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 180% */
    background: #FFFBEC;
    position: relative;
    z-index: 9;
    max-width: max-content;
    margin: auto;
    margin-bottom: -40px;
    padding: 0px 30px;
}
.topping-flex {
    display: flex;
    justify-content: space-between;
}

.topping-sub1 {
    width: 18%;
}

.topping-sub1 h3 {
    color: var(--Color-5, #61CCF0);
    font-family: Gagalin;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

.topping-sub1 ul li {
    color: var(--Color-2, #49555F);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
    margin-left: 15px;
}

section.topping-main {
    padding-bottom: 80px;
    background: #FFFBEC;
}
 .soft-popup {
    padding: 35px;
    max-width: 798px;
    margin: auto;
    border-radius: 20px;
    background: #FFF;
}

.soft-popup-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.soft-popup-contnet {
    width: 80%;
    margin: auto;
    text-align: center;
}

.soft-popup-image {
    width: 45%;
}

.soft-popup-contnet h3 {
    padding-bottom: 14px;
    color: var(--Color-5, #61CCF0);
    font-family: Gagalin;
    font-size: 28.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.soft-popup-contnet p {
    color: var(--Color-2, #49555F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.soft-popup-contnet span {
    display: block;
    color: var(--Color-1, #161616);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.soft-popup-contnet ul li {
    color: var(--Color-2, #49555F);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    list-style: disc;
    max-width: max-content;
    margin: auto;
}
.popup-back {
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.soft-popup i {
    display: flex;
    justify-content: end;
    font-size: 20px;
    cursor: pointer;
}
.back1.active, .back2.active, .back3.active {
    display: flex;
}
section.about-banenr {
    padding-bottom: 50px;
    padding-top: 170px;
    background: #FFFBEC;
}

.about-banenr-content {
    text-align: center;
    padding: 90px;
    border-radius: 30px;
    background: var(--Color-6, #CCEBFB);
}

.about-banenr-content h3 {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}

.about-banenr-content p {
    color: #000;
    text-align: center;
    font-family: "inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 74%;
    margin: auto;
}
.about-story-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}

.about-story-content {
    width: 45%;
}

.about-story-img {
    width: 49%;
}

.about-story-content h2 {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}

.about-story-content p {
    color: #000;
    text-align: center;
    font-family: "inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.about-story-flex:nth-child(even) {
    flex-direction: row-reverse;
}

section.about-story {
    padding-bottom: 40px;
    background: #FFFBEC;
}
section.rewards-banner {
    margin-bottom: 80px;
    padding-bottom: 100px;
    padding-top: 170px;
    background: var(--Color-6, #CCEBFB);
}

.rewards-banner-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rewards-banner-image {
    width: 49%;
}

.rewards-banner-content {
    width: 46%;
}

.rewards-banner-content h3 {
    color: var(--Color-3, #2F60A9);
    font-family: Lobster;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.rewards-banner-content p {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 35.2px */
    padding-bottom: 20px;
}

.rewards-banner-content a {
    padding: 10px 28px;
    color: var(--Color-8, #FFF);
    text-align: center;
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
}
section.contact-banner {
    padding: 170px 0px 50px 0px;
    background: #FFFBEC;
    margin-bottom: 70px;
}

.contact-banner-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-banner-form {
    width: 49%;
    border-radius: 30px;
    background: #FFF;
    padding: 45px;
}

.contact-banner-content {
    width: 45%;
}

.contact-banner-content h2 {
    color: var(--Color-3, #2F60A9);
    font-family: Lobster;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 16px;
}

.contact-banner-content p {
    color: #000;
    font-family: "inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 30px;
}

.contact-banner-content h4 {
    color: var(--Color-3, #2F60A9);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.contact-banner-content a {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.contact-banner-form h3 {
    color: var(--Color-3, #2F60A9);
    font-family: Lobster;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
    text-align: center;
}

.contact-field1 label {
    display: block;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 12px;
}

.contact-field1 input {
    display: block;
    border-radius: 23px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.contact-field1 textarea {
    border-radius: 23px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    width: 100%;
    height: 92px;
    resize: none;
    margin-bottom: 30px;
    padding: 20px 20px;
}

.contact-submit input {
    display: block;
    color: var(--Color-8, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
    width: 100%;
    height: 42px;
}
/* faqs */

.faq-container {
      max-width: 1000px;
      margin: auto;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 25px 0;
    }

    .faq-question {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      color: var(--Color-5, #61CCF0);
      font-family: 'Gagalin';
      font-size: 28.5px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .faq-question:hover {
        color: var(--Color-3, #2F60A9);

    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 5px;
      color: var(--Color-2, #49555F);
      font-family: 'inter';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .faq-item.active .faq-answer {
      max-height: max-content; /* enough to expand */
      padding: 10px 5px;
    }

    .faq-item i {
      transition: transform 0.3s;
    }

    .faq-item.active i {
      transform: rotate(180deg);
    }
    section.contact-faqs {
    margin-bottom: 80px;
}   
.faq-item.active .faq-question {
    color: var(--Color-3, #2F60A9);
}
.shop-banner-image {
    width: 100%;
    height: 703px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-banner-content {
    background: var(--Color-9, #FCEDF4);
}

.shop-banner-content-text {
    padding: 50px 100px;
    margin: 0px 60px;
    border-radius: 46px;
    background: #FFF;
    position: relative;
    top: -120px;
}

.shop-banner-content-text h3 {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

.shop-banner-content-text p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 41.6px */
    padding-bottom: 30px;
}

.shop-banner-content-text a {
    padding: 10px 70px;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
    display: flex;
    justify-content: center;
    max-width: max-content;
    margin: auto;
    gap: 10px;
}
section.shop-main {
    padding-bottom: 50px;
    margin-bottom: 50px;  
    background: var(--Color-9, #FCEDF4);
}

.shop-main-header h3 {
    color: var(--Color-3, #2F60A9);
    text-align: center;
    font-family: Lobster;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 16px;
}

.shop-main-header p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 41.6px */
    max-width: 70%;
    margin: auto;
    padding-bottom: 50px;
}

.shop-main-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.shop-sub1 {
    width: 32%;
}

.shop-sub1 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.shop-sub1 a {
    display: block;
    width: 100%;
}

.shop-sub1-img {
    margin-bottom: 15px;
}

.shop-sub1-content {
    text-align: center;
}

.shop-sub1-content h3 {
    color: var(--Color-5, #61CCF0);
    text-align: center;
    font-family: Gagalin;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 6px;
}

.shop-sub1-content h5 {
    color: var(--Color-2, #49555F);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.shop-sub1-content h6 {
    color: var(--Color-2, #49555F);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shop-main-flex.oncap .shop-sub1 {
    width: 48%;
}
span.headline-span-1 {
    position: relative;
}

span.headline-span-1 img {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 0;
}

span.headline-span-1.sp1 img {
    bottom: -6px;
}

span.headline-span-1.sp2 img {
    bottom: -8px;
    left: -5px;
}

span.headline-span-1.sp3 img {
    bottom: -8px;
    left: -6px;
}

span.headline-span-1.sp4 img {
    bottom: -17px;
}
.home-about-text b {
    position: relative;
    z-index: 9;
}
span.headline-span-1.sp5 img {
    bottom: -20px;
}
.button-b a {
    padding: 10px 28px;
    color: var(--Color-8, #FFF);
    text-align: center;
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
}

.button-b {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
div#menu-toggle {
    display: none;
}
.header-logo img {
    max-width: 172px !important;
    max-height: 64px !important;
}
.contact-form-main br {
    display: none;
}

.soft-popup-image img {
    width: 100%;
}
.soft-popup-contnet a {
    padding: 10px 20px;
    border-radius: 21px;
    background: var(--Color-5, #61CCF0);
    color: var(--Color-8, #FFF);
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.p-order {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
 .popup-back.active {
    display: flex;
}
.mym-p {
    display: flex;
    justify-content: end;
}

.mym-p button {
    background: transparent;
    border: none;
}

/* new */

/* Container Styles */

/* Main Content Wrapper */

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 00px 0;
	align-items: center;
}
 
/* Product Images */
.woocommerce div.product div.images {
    flex: 0 0 50%;
    max-width: 50%;
}

.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Product Summary */
.woocommerce div.product div.summary {
    flex: 0 0 45%;
    max-width: 45%;
}

/* Product Title */
.woocommerce div.product .product_title {
    color: #2f60a9;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Product Price */
.woocommerce div.product p.price {
    color: #000000;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Product Description */
.woocommerce div.product .woocommerce-product-details__short-description {
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Add to Cart Button */
.woocommerce div.product form.cart .button {
    background-color: #61CCF0;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #4ba8d0;
}

/* Quantity Input */
.woocommerce div.product form.cart .quantity {
    margin-right: 15px;
}

.woocommerce div.product form.cart .quantity input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 80px;
    text-align: center;
    height: 41px;
    display: flex;
    align-items: center;
} 

/* Product Meta */
.woocommerce div.product .product_meta {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

.woocommerce div.product .product_meta span {
    display: block;
    margin-bottom: 5px;
}

/* Tabs (Description, Reviews, etc.) */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 40px;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #2f60a9;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background-color: #2f60a9;
    color: #ffffff;
}

/* Tab Content */
.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    color: #000000;
    line-height: 1.6;
}

/* Related Products */
.woocommerce .related.products {
    margin-top: 40px;
}

.woocommerce .related.products h2 {
    color: #2f60a9;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.woocommerce .related.products .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce .related.products .products li.product {
    flex: 0 0 calc(25% - 15px);
    text-align: center;
}

/* Sidebar */
.woocommerce .widget-area {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
}

.woocommerce .widget-area .widget {
    margin-bottom: 20px;
}

.woocommerce .widget-area .widget-title {
    color: #2f60a9;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
nav.woocommerce-breadcrumb {
    margin-top: 100px !important;
}
section.related.products {
    width: 100%;
}
li#tab-title-reviews {
    padding: 0px !important;
}
li#tab-title-description {
     padding: 0px !important;
}
/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 20px;
    color: #666;
    font-size: 0.9rem;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #2f60a9;
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}
section.related.products {
    display: none;
}
.woocommerce-notices-wrapper {
    width: 100%;
}

.banner-icon {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.bacl-img1 {
    position: absolute;
    z-index: 1;
}

.banner-icon {
    position: relative;
}

.banner-icon a img {
    position: relative;
    z-index: 9 !important;
}
 .bacl-img1 {
  display: inline-block;
}

.bacl-img1.hover-1 {
  animation: rotate360 6s linear infinite;
  animation-play-state: running;
} 

.bacl-img1:not(.hover-1) {
  animation: none; /* hover hatne ke sath hi band ho jaye */
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

html {
  scroll-behavior: smooth;
}
.product-sub1-content-1-img-im1 img {
    max-width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 50px;
    border-radius: 20px;
}
.social-icons a {
    font-size: 30px;
}

.social-icons {
    margin-top: 30px;
    display: flex
;
    gap: 20px;
    margin-left: 20px;
}

 
 

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce div.product {
        flex-direction: column;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .woocommerce .related.products .products li.product {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .woocommerce div.product .product_title {
        font-size: 1.8rem;
    }

    .woocommerce div.product p.price {
        font-size: 1.4rem;
    }

    .woocommerce .related.products .products li.product {
        flex: 0 0 100%;
    }
}



/* new for shop */



.single-product-page {
    padding: 60px 0;
}

.single-product-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* Product images + summary sections adjust */
.single-product .woocommerce-product-gallery {
    flex: 1 1 50%;
    max-width: 50%;
}

.single-product .summary {
    flex: 1 1 50%;
    max-width: 50%;
}




/* new for shop */



@media screen and (max-width: 1301px) {
.footer-sub1-content span {
    font-size: 18px;
}
.footer-sub1-content {
    padding: 10px 10px;
}
.footer-main {
    padding: 60px 60px;
    width: 76%;
}
.footer-main::after {
    right: 0;
    width: 80%;
}
.topping-sub1 ul li {
    font-size: 18px;
}





}



@media screen and (max-width: 1101px) {
    div#menu-toggle {
    display: block;
}
.menu-toggle {
        display: flex;
        position: relative;
        z-index: 99;
        width: 100%;
        justify-content: end;
        font-size: 30px;
    }

    .menu {
        position: fixed;
        background: #fff;
        height: 100vh;
        width: 100%;
        display: block !important;
        top: 0;
        right: 0;
        padding: 40px 40px;
        transform: translateX(-110%);
        transition: 0.6s;
        z-index: 9;
        border-radius: 10px;
    }


    .menu.active {
        transform: translateX(0px);
    }

    .header-pages ul li a {
        font-size: 20px;
        margin-bottom: 20px;
        display: block;
    }

.hedaer-order {
    display: none;
}
.home-banner {
    width: 100%;
    height: 50vh;
}
.h-about-img-1 {
    display: none;
}

.h-about-img-2 {
    display: none;
}
.home-about-content h3 {
    font-size: 30px;
}
.home-about-content h2 {
    font-size: 50px;
}
section.home-about {
    padding-bottom: 100px;
}
.home-visit-content p {
    font-size: 18px;
    padding-bottom: 55px;
}
section.home-visit {
    height: 426px;
}
.footer-flex {
    flex-wrap: wrap;
}
.footer-logo {
    width: 40%;
}
    .footer-main {
        padding: 60px 60px;
        width: 100%;
        border-radius: 20px;
    }
.footer-main::after {
        opacity: 0;
}
.footer-main {
        padding: 30px;
}
.footer-sub1-content span {
        font-size: 16px;
    }
    p.copt-text {
    text-align: start;
    margin-bottom: 20px;
}
.soft-serve-sub1 {
    width: 22%;
}
.soft-serve-flex {
    gap: 30px 20px;
}
.soft-serve-content h3 {
    font-size: 20px;
}
.menu-product-flex {
    flex-wrap: wrap;
}
.menu-product-sub1 {
    width: 100%;
}
.menu-product-sub2 {
    width: 70%;
    margin: auto;
}
.topping-flex {
    flex-wrap: wrap;
    justify-content: start;
    gap: 0px 30px;
}
.topping-sub1 {
    width: 30%;
}
.rewards-banner-flex {
    flex-wrap: wrap;
}
.rewards-banner-content {
    width: 100%;
    margin-bottom: 40px;
}
.rewards-banner-image {
    width: 100%;
}
.shop-banner-image {
    width: 100%;
    height: 483px;
}
.shop-banner-content-text {
    padding: 50px 50px;
    margin: 0px 20px;
}
.shop-banner-content-text p {
    font-size: 22px;
}
.shop-main-header p {
    font-size: 24px;
    line-height: 160%;
    max-width: 90%;
}
.shop-sub1-content h3 {
    font-size: 22px;
}
.about-banenr-content {
    text-align: center;
    padding: 20px;
}
.about-story-flex {
    flex-wrap: wrap;
    gap: 20px;
}

.about-story-img {
    width: 100%;
}

.about-story-content {
    width: 100%;
}



}


@media screen and (max-width: 701px) {
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.home-banenr-main {
    padding-bottom: 100px;
}
    .home-about-content h3 {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 20px;
    }.home-about-content h2 {
        font-size: 30px;
        line-height: 140%;
    }
    .home-about-text {
    font-size: 18px;
    }
section.home-about {
        padding-bottom: 60px;
    }
    .home-visit-content h3 {
    font-size: 24px;
    }
    .home-visit-content p {
        font-size: 16px;
        padding-bottom: 45px;
    }
    .home-visit-content h5 {
    font-size: 16px;
    }
    .who-we-flex {
    flex-wrap: wrap;
}
.who-we-sub1 {
    width: 100%;
    margin-bottom: 20px;
}
.who-we-sub1 {
        width: 100%;
        margin-bottom: 20px;
        height: 160px;
    }
    .footer-main {
    flex-wrap: wrap;
    gap: 20px;
}
.footer-sub1 {
    width: 100%;
}
.footer-sub2 {
    width: 100%;
}
.footer-sub3 {
    width: 100%;
}
.footer-logo {
        width: 60%;
    }
    .footer-sub2 {
    order: -1;
}
.soft-serve-sub1 {
        width: 48%;
    }
    .soft-serve-flex {
        gap: 30px 20px;
        justify-content: space-between;
    }
        .soft-serve-flex {
        gap: 30px 0px;
        }
        h2.site-bu-headline {
    font-size: 40px;
        }
        section.soft-serve {
    padding: 40px 0px 50px 0px;
        }
        .product-sub1-content-flex {
    flex-wrap: wrap;
    gap: 20px;
} 
.product-sub1-content-1 {
    width: 100%;
}
.menu-product-sub2 {
        width: 100%;
        margin: auto;
    }
    .product-sub2-content {
    padding: 40px 30px;
    }
    .menu-product-flex h2 {
    font-size: 40px;
    }
    .topping-sub1 {
        width: 48%;
    }
    .topping-flex {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0px 10px;
    }
    .topping-sub1 h3 {
    font-size: 26px;
    }
    .topping-sub1 ul li {
        font-size: 16px;
    }
    .rewards-banner-content h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.rewards-banner-content p {
    font-size: 18px;
}
section.rewards-banner {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
section.rewards-banner {
    padding-top: 150px;
}
.shop-banner-image {
        width: 100%;
        height: 383px;
    }
    .shop-banner-content-text {
        padding: 20px 20px;
        margin: 0px 0px;
    }
    .shop-banner-content-text p {
        font-size: 18px;
    }
    .shop-banner-content-text {
    top: -60px;
}
.shop-main-header h3 {
    font-size: 40px;
}
.shop-main-header p {
        font-size: 20px;
}
.shop-main-flex {
    flex-wrap: wrap;
    gap: 20px;
} 
.shop-sub1 {
    width: 100%;
}
.shop-main-flex.oncap .shop-sub1 {
    width: 100%;
}
section.shop-main {
    padding-bottom: 20px;
}
.about-banenr-content h3 {
    font-size: 40px;
}
.about-banenr-content p {
    font-size: 18px;
    max-width: 100%;
}
.about-story-content h2 {
    font-size: 40px;
    padding-bottom: 12px;
}
.about-story-content p {
    font-size: 18px;
}
.about-story-flex {
    padding-bottom: 40px;
}
.contact-banner-flex {
    flex-wrap: wrap;
}
.contact-banner-content {
    width: 100%;
}
.contact-banner-form {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}
.faq-question {
    font-size: 20px;
    line-height: normal;
}
h2.site-bu-headline {
    padding-bottom: 15px;
}
.contact-banner-content h2 {
    font-size: 40px;
}
.soft-popup-flex {
    flex-wrap: wrap;
}

.soft-popup-image {
    width: 100%;
}

.soft-popup-contnet {
    width: 100%;
}


.soft-popup {
    padding: 10px;
    margin: 20px;
    overflow: scroll;
}
















}










/* cart */

/* Container Styles */
.cart-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Cart Form */
.woocommerce-cart-form {
    margin-bottom: 40px;
}

/* Cart Table */
.woocommerce .shop_table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.woocommerce .shop_table th {
    background-color: #2f60a9;
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    font-size: 1.1rem;
}

.woocommerce .shop_table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #000000;
    vertical-align: middle;
}

/* Product Remove */
.woocommerce .shop_table .product-remove a {
    color: #ff4444;
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.woocommerce .shop_table .product-remove a:hover {
    background-color: #ff4444;
    color: #ffffff;
}

/* Product Thumbnail */
.woocommerce .shop_table .product-thumbnail img {
    max-width: 80px;
    height: auto;
    border-radius: 5px;
}

/* Product Name */
.woocommerce .shop_table .product-name a {
    color: #2f60a9;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce .shop_table .product-name a:hover {
    text-decoration: underline;
}

/* Product Price and Subtotal */
.woocommerce .shop_table .product-price,
.woocommerce .shop_table .product-subtotal {
    font-weight: 600;
    color: #000000;
}

/* Quantity Input */
.woocommerce .shop_table .product-quantity .quantity {
    display: inline-flex;
    align-items: center;
}

.woocommerce .shop_table .product-quantity input {
    width: 80px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    color: #000000;
}

/* Coupon and Update Cart Actions */
.woocommerce .shop_table .actions {
    padding: 20px;
    background-color: #f9f9f9;
}

.woocommerce .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.woocommerce .coupon input.input-text {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    color: #000000;
}

.woocommerce .coupon .button,
.woocommerce .actions .button {
    background-color: #61CCF0;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce .coupon .button:hover,
.woocommerce .actions .button:hover {
    background-color: #4ba8d0;
}

/* Cart Collaterals */
.woocommerce .cart-collaterals {
    max-width: 500px;
    margin-left: auto;
}

.woocommerce .cart-collaterals .cart_totals {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.woocommerce .cart-collaterals h2 {
    color: #2f60a9;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals .shop_table {
    box-shadow: none;
}

.woocommerce .cart-collaterals .shop_table th,
.woocommerce .cart-collaterals .shop_table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button {
    display: block;
    text-align: center;
    background-color: #61CCF0;
    color: #ffffff;
    padding: 12px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button:hover {
    background-color: #4ba8d0;
}

/* Cross Sells */
.woocommerce .cart-collaterals .cross-sells {
    margin-bottom: 40px;
}

.woocommerce .cart-collaterals .cross-sells h2 {
    color: #2f60a9;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cross-sells .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce .cart-collaterals .cross-sells .products li.product {
    flex: 0 0 calc(50% - 10px);
    text-align: center;
}

/* Responsive Design */

.hentry {
    padding: 150px 120px 0px 120px;
}

@media (max-width: 768px) {
    .woocommerce .shop_table_responsive tr {
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .woocommerce .shop_table_responsive td {
        display: block;
        text-align: right;
        position: relative;
        padding-left: 30%;
    }

    .woocommerce .shop_table_responsive td:before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-weight: 600;
        color: #2f60a9;
    }

    .woocommerce .shop_table_responsive .product-thumbnail img {
        max-width: 60px;
    }

    .woocommerce .coupon {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce .coupon input.input-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce .cart-collaterals .cross-sells .products li.product {
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .woocommerce .shop_table th,
    .woocommerce .shop_table td {
        padding: 10px;
    }

    .woocommerce .shop_table .product-quantity input {
        width: 60px;
    }

    .woocommerce .cart-collaterals h2 {
        font-size: 1.5rem;
    }
    .hentry {
    padding: 00px 20px 0px 20px;
}
	
}  
  



/* cart */