@import url("../font/poppins.css");
@import url("../font/nunitosans.css");
@import url("../font/baloo.css");

/* home page */
/* hero */
.home-bg-hero {
  background: #e42426;
  position: relative;
  padding-bottom: 80px;
}
.white-shape-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-head-h1 {
  color: #fff;
  font-family: "baloo";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0;
}
.main-para {
  color: #fff;
  font-family: "nunitosans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
}
.explore-flavors-btn {
  color: #e42426;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  padding: 6px 19px 6px 35px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 28px;
  border: 2px solid #d2691e;
  background: #fffdf8;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
}
.explore-flavors-btn:hover {
  background: #e42426;
  color: #fff;
  border-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 127, 80, 0.3);
}

/* end */

/* our products section */
.main-common-head {
  color: #e42426;
  text-align: center;
  font-family: "baloo";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.product-name {
  color: #6c360f;
  font-family: "baloo";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
}
.product-img {
  max-width: 196px;
  max-height: 352px;
  width: 100%;
  height: 100%;
}
/* This ensures the scaling doesn’t overflow visually */
.swiper {
  overflow: hidden; /* was visible — this caused the issue */
  padding: 20px 0; /* vertical padding for breathing room */
}

.swiper-wrapper {
  overflow: visible; /* allow active slide to grow within Swiper */
}

.swiper-slide {
  transition: transform 0.3s ease-in-out;
  text-align: center;
  padding: 10px;
}

/* Active slide effect */
.swiper-slide-active {
  transform: scale(1.2);
  z-index: 10 !important;
}

/* Custom arrow styles */
.carousel-div {
  position: relative;
}
.item {
  min-height: 100%;
  height: 100%;
}
.carousel-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -9;
  transform: translate(-50%, -50%);
  max-width: 335px;
  max-height: 298px;
}
.carousel-div-img {
  max-width: 196px;
  max-height: 352px;
}
/* end */

/* about us */
.about-us-bg {
  background: #e42426;
  position: relative;
}
.red-shape-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.custom-shape-gap {
  margin-top: 150px;
}
.about-us-main-head-h2 {
  color: #fff;
  text-align: center;
  font-family: "baloo";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.about-us-para-home {
  color: #fff;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 0;
}
.about-us-subtext {
  color: #fff;
  text-align: center;
  font-family: "nunitosans";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.about-us-group-ice-cream-img {
  width: 100%;
}
.about-us-happiness-text-icon-position {
  position: absolute;
  right: -30px;
  bottom: -13px;
}
/* end */

/* Our Flavours Section */
.flavours-card-1 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #4eb4a6 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-head {
  color: #fff;
  text-align: center;
  font-family: "nunitosans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
}
.flavours-card-2 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #3c1cf3 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-3 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #bc5990 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-4 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #83f187 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-5 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #a76bfa 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-6 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #50d1dd 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-7 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #6746f8 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-8 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #d85d20 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-9 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #8d7d3c 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-10 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #817bf8 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-11 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #77a1f0 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavours-card-12 {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #fffdd0 0%, #3c7a97 100%);
  padding: 20px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.view-more-btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #e42527;
  color: #fff;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* end */

/* feedback */
.main-common-white-head {
  color: #fff;
  text-align: center;
  font-family: "nunitosans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 150% */
}
.feedback-text {
  color: #fff;
  text-align: right;
  font-family: "baloo";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 125% */
}
.input-style {
  padding: 10px 5px 20px 5px;
  max-width: 483px;
  width: 100%;
  background: transparent !important;
  border-bottom: 2px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.input-style::placeholder {
  color: #fff;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.textarea-style {
  padding: 10px 5px 20px 5px;
  max-width: 483px;
  width: 100%;
  background: transparent !important;
  border-bottom: 2px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.send-btn {
  display: flex;
  padding: 4px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #ffc0cb;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset,
    0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: #e42426;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 30px;
}
/* end */

/*  */
.main-common-para {
  color: #6c360f;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button {
  padding: 16px 24px 16px 28px;
  border-radius: 12px !important;
  border: 2px solid #e42426;
  background: #ffeded;
  box-shadow: 0px 4px 4px 0px rgba(251, 210, 112, 0.25),
    -4px -4px 10px 0px rgba(251, 210, 112, 0.25);
  color: #6c360f;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.accordion-button:not(.collapsed) {
  color: #6c360f;
  background-color: #ffeded !important;
}
.accordion-body {
  padding: 16px 24px 16px 28px;
  border-radius: 12px !important;
  border: none !important;
  background: #ffeded;
  box-shadow: 0px 4px 4px 0px rgba(251, 210, 112, 0.25),
    -4px -4px 10px 0px rgba(251, 210, 112, 0.25);
  color: #6c360f;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.accordion-collapse {
  transition: height 0.4s ease-in-out;
}
.accordion-header {
  border: none !important;
  border-radius: 12px !important;
}
.accordion-item {
  border: none !important;
  border-radius: 12px !important;
  background: #ffeded;
}
/* end */

/* end */

/* products page */

/* hero */
.products-hero-bg {
  background: #e42426;
  position: relative;
  padding: 70px 0 170px 0;
}
.product-hero-bg-img {
  max-width: 478px;
  max-height: 295px;
  width: 100%;
  height: 100%;
}
.product-title-head {
  color: #6c360f;
  text-align: center;
  font-family: "baloo";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 125% */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  z-index: 2;
}
.product-item-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  min-height: 100%;
}
.product-item-card-title {
  color: #434343;
  text-align: center;
  font-family: "baloo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.product-item-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}
.product-item-details-para {
  color: #434343;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  max-width: 213px;
  width: 100%;
}
.product-item-details-img {
  width: 149px;
  height: 164px;
}
.product-item-details-img-2 {
  width: 156px;
  height: 195px;
}
.product-item-details-img-3 {
  width: 228.701px;
  height: 185.427px;
}
.product-item-details-img-4 {
  width: 200px;
  height: 146px;
}
.product-item-details-img-5 {
  width: 210.901px;
  height: 182.062px;
}
.product-item-details-img-6 {
  width: 187px;
  height: 145px;
}
.product-item-details-img-7 {
  width: 213.813px;
  height: 197.746px;
}
.product-item-details-img-8 {
  width: 214.682px;
  height: 151.85px;
}
.product-item-details-img-9 {
  width: 212px;
  height: 192.564px;
}
.product-item-details-img-10 {
  width: 222px;
  height: 188.021px;
}
.product-item-details-img-11 {
  width: 231.514px;
  height: 185.626px;
}
.product-item-details-img-12 {
  width: 224px;
  height: 137px;
}
.product-item-details-img-13 {
  width: 233.667px;
  height: 191.346px;
}
.product-item-details-img-14 {
  width: 254px;
  height: 158px;
}
.product-item-details-view-btn {
  display: flex;
  padding: 6px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #e42426;
  background: #fff;
  color: #e42426;
  font-family: "baloo";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-category-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -9;
  width: 241px;
  height: 212px;
}
/* end */

/* product category */
.products-category-hero-bg {
  background: #e42426;
  position: relative;
  padding: 70px 0 150px 0;
}
.breadcrums {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: #606060;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 350px;
}
.breadcrums a {
  color: #606060;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-category-item-card {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 233px;
}
.product-category-item-card-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
  width: 232px;
  height: 157px;
}
.product-category-4ltr-card-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
  width: 223px;
  height: 126px;
}
.category-chocochips-img {
  width: 279px;
  height: 209px;
}
.category-chocochips-plain-pista-img {
  width: 222px;
  height: 209px;
}
.category-anjeer-badam-img {
  width: 259px;
  height: 160px;
}
.category-family-pack-img {
  width: 187px;
  height: 185px;
}
.category-novelties-strawberry-img {
  width: 190px;
  height: 113px;
}
.category-novelties-gadbad-img {
  width: 150px;
  height: 170px;
}
.category-novelties-fruit-ninja-img {
  width: 147px;
  height: 166px;
}
.category-novelties-black-forest-img {
  width: 187px;
  height: 114px;
}
.category-small-cup-strawberry-img {
  width: 258px;
  height: 183px;
}
.product-category-item-card-name {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 213px;
  width: 100%;
}

/*  */
.products-category-matka-kulfi-hero-section-img {
  max-width: 396px;
  width: 100%;
  max-height: 266px;
  height: 100%;
}
.category-matka-kulfi-kashmiri-img {
  width: 151px;
  height: 157px;
}
/*  */

/*  */
.products-category-duet-bars-hero-section-img {
  width: 222px;
  height: 305px;
}
.category-duet-bars-strawberry-img {
  width: 77px;
  height: 183px;
}
/*  */

/*  */
.products-category-kulfi-stick-hero-section-img {
  width: 317px;
  height: 345px;
}
/*  */

/*  */
.products-category-big-bars-hero-section-img {
  width: 445px;
  height: 339px;
}
/*  */
/*  */
.products-category-mega-cones-hero-section-img {
  width: 537px;
  height: 453px;
}
/* .products-category-4ltr-hero-section-img {
  width: 254px;
  height: 216px;
} */
/*  */
/*  */
.products-category-mini-cones-hero-section-img {
  width: 505px;
  height: 414px;
}
.category-mini-cones-chocolate-img {
  width: 120px;
  height: 237px;
}
.product-category-mini-cones-card-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
  width: 170px;
  height: 160px;
}
.category-mega-cones-chocolate-img {
  width: 149px;
  height: 238px;
}
/*  */

/*  */
.products-category-125ml-hero-section-img {
  max-width: 472px;
  max-height: 246px;
  width: 100%;
  height: 100%;
}
.category-125ml-img {
  width: 189px;
  height: 212px;
}
.product-category-125-item-card-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
  width: 203px;
  height: 157px;
}
/* end */

/* about us page */
.about-us-hero-bg {
  background: #e42426;
  position: relative;
}
.ice-girl {
  position: absolute;
  bottom: 40px;
  right: 20%;
  max-width: 333px;
}
.about-us-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 25px;
  min-height: 100%;
}
.about-us-para {
  color: #434343;
  text-align: center;
  font-family: "baloo";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.about-us-card-img {
  width: 100%;
  border-radius: 50%;
  max-width: 230px;
  max-height: 221px;
}
.about-us-card-name {
  color: #434343;
  text-align: center;
  font-family: "baloo";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
/* end */

/* contact us page */
.contact-us-bg {
  background: url("../img/bg/contact-us-hero-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.contact-breadcrums {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: #606060;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-breadcrums a {
  color: #606060;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.breadcrums-line {
  display: flex;
  width: 78%;
  border: 1px solid #a4a4a4;
}
.contact-details-div {
  max-width: 320px;
  width: 100%;
}
.contact-head {
  color: #434343;
  font-family: "nunitosans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.location-link-text {
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact-details-div h6 {
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
}
.distributor-card {
  border-radius: 40px 0px;
  background: #e42426;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 30px 50px;
  gap: 30px;
}
.distributor-card-head {
  color: #fff;
  font-family: "baloo";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.distributor-card-subhead {
  color: #fff;
  font-family: "nunitosans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.distributor-click-here-btn {
  color: #fff;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 1.5px solid #fff;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.get-in-touch-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: start;
}
.get-in-touch-card h3 {
  color: #434343;
  font-family: "nunitosans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.get-in-touch-input {
  width: 100%;
  color: #606060;
  font-family: "nunitosans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d7d7d7;
  outline: none;
  padding: 20px 10px;
}
.get-in-touch-input::placeholder {
  color: #606060;
  font-family: "nunitosans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.get-in-touch-submit-btn {
  color: #fff;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #e42426;
  border: none;
}
/* end */

/* Franchise */
.franchise-bg {
  background: url("../img/bg/franchise-hero-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.franchise-head {
  color: #434343;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.franchise-para {
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.franchise-card {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  background: #f6f6f6;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25),
    2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.franchise-card h4 {
  color: #e42426;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 0;
}
/* Scoped Styles */

.franchise-form-group {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.franchise-form-group-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.franchise-form-label {
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.franchise-toggle-group {
  display: flex;
  gap: 10px;
}
.franchise-toggle-btn {
  width: 111px;
  height: 40px;
  padding: 15px 0;
  border-radius: 12px;
  background: #ececec;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}
.franchise-toggle-btn.active {
  color: #fff;
  border-radius: 12px;
  background: #686868;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.franchise-input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 12px;
  background: #ececec;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none !important;
}
.franchise-input::placeholder {
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.franchise-checkbox-wrapper {
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 20px;
}

.franchise-checkbox-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.franchise-checkbox-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.franchise-checkbox-label {
  color: #434343;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.reset-btn {
  display: flex;
  width: 156px;
  height: 48px;
  padding: 0px 52px 0px 53px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e42426;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #e42426;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
}
.submit-btn {
  display: flex;
  height: 48px;
  padding: 0px 46px 0px 47px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #e42426;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  font-family: "nunitosans";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
}
/* end */

/* /responcive/ */
@media only screen and (max-width: 1400px) {
  /* .about-us-group-ice-cream-img {
    bottom: -100px;
  } */
}
@media only screen and (max-width: 1180px) {
  .breadcrums-line {
    width: 70%;
  }
  /* .about-us-group-ice-cream-img {
    width: 320px;
  } */
}
@media only screen and (max-width: 1080px) {
  .about-us-subtext {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .about-us-happiness-text-icon-position {
    right: 0px;
    bottom: 0px;
  }
  .about-us-happiness-text-icon-position {
    right: -40px;
    bottom: -16px;
  }
  .about-us-subtext {
    font-size: 48px;
  }
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 880px) {
}
@media only screen and (max-width: 768px) {
  .swiper-slide-active {
    transform: scale(1.05);
  }
  .product-hero-bg-img {
    left: 50%;
  }
  .breadcrums-line {
    width: 60%;
  }
  .get-in-touch-card {
    padding: 20px 25px;
    gap: 30px;
  }
  .distributor-card {
    padding: 20px 25px;
    gap: 25px;
  }
  .custom-shape-gap {
    margin-top: 100px;
  }
}
/* /mobile/ */
@media only screen and (max-width: 767px) {
  /* .about-us-group-ice-cream-img {
    display: none;
  } */
}
@media only screen and (max-width: 575px) {
  .franchise-toggle-btn {
    width: 90px;
    height: 35px;
    padding: 10px 0;
  }
  .product-title-head {
    font-size: 40px;
  }
  .main-common-head {
    font-size: 40px;
  }
  .main-common-para {
    text-align: center;
  }
  .feedback-text {
    text-align: left;
    font-size: 40px;
  }
  .accordion-button {
    padding: 10px;
    font-size: 16px;
  }
  .accordion-body {
    padding: 10px;
    font-size: 16px;
  }
  .about-us-happiness-text-icon-position {
    right: 0px;
    bottom: 0px;
  }
  .breadcrums-line {
    width: 50%;
  }
  .custom-shape-gap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 485px) {
  .swiper-slide-active {
    transform: none;
  }
  .franchise-form-group {
    flex-wrap: wrap;
  }
  .breadcrums-line {
    width: 40%;
  }
  .main-head-h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .main-para {
    font-size: 24px;
    line-height: 28px;
  }
  /* .about-us-group-ice-cream-img {
    width: 70%;
    bottom: -70px;
  } */
  .get-in-touch-card {
    padding: 15px 20px;
    gap: 35px;
  }
  .distributor-card {
    padding: 15px 20px;
    gap: 35px;
  }
  .custom-shape-gap {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 420px) {
  /* .about-us-group-ice-cream-img {
    width: 80%;
    bottom: -70px;
  } */
  .reset-btn {
    width: 120px;
    height: 40px;
    padding: 0px 30px 0px 30px;
  }
  .submit-btn {
    height: 40px;
    padding: 0px 30px 0px 30px;
  }
  .breadcrums-line {
    width: 35%;
  }
}
@media only screen and (max-width: 400px) {
  .product-title-head {
    font-size: 36px;
    line-height: 38px;
  }
  .main-common-head {
    font-size: 36px;
    line-height: 38px;
  }
  .breadcrums-line {
    width: 38%;
  }
  .main-head-h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .main-para {
    font-size: 20px;
  }
  .get-in-touch-card {
    padding: 10px 15px;
    gap: 30px;
  }
  .distributor-card {
    padding: 10px 15px;
    gap: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .product-title-head {
    font-size: 28px;
  }
  .main-common-head {
    font-size: 28px;
  }
  .breadcrums-line {
    width: 30%;
  }
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 280px) {
}
