body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #fdf8f5;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}

.navbar {
  background-color: #ffffff;
  z-index: 1050;
  border-radius: 0 0 20px 20px;
  max-width: 1350px;
  box-shadow: 0px 2px 12px rgba(255, 241, 202, .5);
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 2000;
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.mobile-menu-overlay.show {
  right: 0;
}

.mobile-menu-overlay a {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #510163;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mobile-menu-overlay.show a {
  opacity: 1;
  transform: translateY(0);
}

.menu-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 3rem;
  background: none;
  border: none;
  color: #510163;
}

@media (max-width: 992px) {
  .navbar-nav {
    display: none !important;
  }

  /* .hamburger {
    display: block;
  } */
}

@media (max-width: 1399.98px) {
  .hamburger {
    display: block !important;
  }
}

/* Fancy fade-in for each link */
.mobile-menu-overlay.show a:nth-child(1) {
  transition-delay: 0.1s;
}

.mobile-menu-overlay.show a:nth-child(2) {
  transition-delay: 0.2s;
}

.mobile-menu-overlay.show a:nth-child(3) {
  transition-delay: 0.3s;
}

.mobile-menu-overlay.show a:nth-child(4) {
  transition-delay: 0.4s;
}

.mobile-menu-overlay.show a:nth-child(5) {
  transition-delay: 0.5s;
}

.mobile-menu-overlay.show a:nth-child(6) {
  transition-delay: 0.6s;
}

.mobile-menu-overlay.show a:nth-child(7) {
  transition-delay: 0.7s;
}

.mobile-menu-overlay.show a:nth-child(8) {
  transition-delay: 0.7s;
}

.mobile-menu-overlay.show a:nth-child(9) {
  transition-delay: 0.7s;
}



.nav-link {
  color: #510163;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #510163;
  font-weight: bold;
}

.nav-link:focus,
.nav-link:hover {
  color: #510163;
}

a:hover {
  --bs-link-color-rgb: #510163;
}

.navbar-nav li a {
  font-size: 21px;
  font-family: Montserrat;
  font-weight: 500;
}

.section-padding {
  padding: 60px 0;
}


/* Footer */
.footer-link {
  color: #560063;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.footer-link:hover {
  text-decoration: underline;
  color: #650268;
}

.social-icon {
  background-color: #560063;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  transition: 0.3s ease;
}

.social-icon:hover {
  background-color: #650268;
  color: white;
}

.footer-head {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 700;
}

.sub-footer li {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
  padding-bottom: 25px;
}

.footer-text {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
}



.custom-bg-color {
  background-color: #fff;
}

.wave-top {
  position: relative;
  top: 0px;
  width: 100%;
  line-height: 0;
}

.wave-top img {
  width: 100%;
}

.wave-top-2 {
  position: relative;
  top: 30px;
  width: 100%;
  line-height: 0;
}

.wave-top-2 img {
  width: 100%;
}

.wave-bottom {
  position: relative;
  transform: rotate(180deg);
  bottom: 0px;
  width: 100%;
  line-height: 0;
}

.wave-bottom img {
  width: 100%;
}

.title {
  font-size: 45px;
  font-family: Montserrat;
  font-weight: 600;
  color: #510163;
}

.details p {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: justify;
  color: #7f7b7a !important;
}

.sub-title {
  font-size: 36px;
  font-family: Montserrat;
  font-weight: 600;
  color: #6A0081;
}

.progress-wrap {
  right: 25px;
  bottom: 25px;
  color: white;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap input {
  z-index: 10001;
}

.progress-wrap input:checked+html {
  -ms-scroll-snap-type: unset;
  scroll-snap-type: unset;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: gray;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: #510163;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #510163;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.gx-33 {
  --bs-gutter-x: 33px !important;
}

.gap-33 {
  gap: 33px;
}

.accordion {
  --bs-accordion-body-padding-x: 44px;
}

.accordion-button.custom-head {
  padding-left: 40px;
  padding-right: 40px;
}

.mb-34 {
  margin-bottom: 34px;
}

.accordion-item {
  border-color: #CACACA !important;
}

.sub-footer img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.follow-icons img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}

.stars img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.accordion-button::after {
  width: 30px;
  background-size: 30px;
}

.cus-shadow {
  box-shadow: 0px 2px 16px rgba(255, 241, 202, .5);
}

.cus-shadow-2 {
  box-shadow: 0px 2px 12px rgba(255, 241, 202, .65);
}

.option-box {
  height: 50px;
}


@media (max-width: 991.98px) {
  .banner h1 {
    font-size: 32px !important;
    padding-bottom: 15px !important;
  }

  .option-box {
    height: 45px !important;
  }

  .navbar {
    margin: 0 !important;
    padding: 0;
  }

  .navbar .navbar-brand img {
    width: 100px;
  }

  .banner p {
    font-size: 22px !important;
    padding-bottom: 15px !important;
  }

  .btn.btn-order {
    padding: 15px 50px !important;
  }

  .section-padding {
    padding: 30px 0;
  }

  .title {
    font-size: 35px !important;
  }

  /* .testimonial-patten::after,
  .product-bottom::after,
  .banner-bottom::after,
  .testimonial-patten::before {
    height: 50px !important;
    background-size: auto 50px;
  } */

  .sub-title {
    font-size: 28px !important;
  }

  .testimonial-card {
    height: auto !important;
  }

  .banner-padding {
    padding-bottom: 48px !important;
    padding-top: 40px;
  }

  .section-padding.testimonial-patten {
    padding: 50px 0px !important;
  }

  .accordion-button.custom-head {
    padding-left: 25px;
    padding-right: 25px;
  }

  .accordion-button::after {
    width: 20px;
    background-size: 20px;
  }

  .details p {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-card p {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .testimonial-patten::after,
  .testimonial-patten::before,
  .product-bottom::after,
  .banner-bottom::after {
    height: 50px !important;
    background-size: auto 50px !important;
  }

  .product-padding {
    padding: 50px 0 !important;
  }

  .accordion {
    --bs-accordion-body-padding-x: 30px;
  }

  .btn-order {
    font-size: 20px !important;
  }

  .policy-card ol li {
    margin-bottom: 10px !important;
  }

  .category-image {
    height: auto !important;
  }
}


@media (min-width: 991px) and (max-width: 1399px) {
  .form-control {
    line-height: 1.8 !important;
  }

  .custom-dropdown {
    height: 39.7px !important;
    padding: 8px 16px !important;
  }

  .form-label {
    font-size: 16px !important;
  }

  .option-box {
    height: 39.7px !important;
  }

  .dropdown-icon {
  position: absolute;
  top: 8px !important;
  }

  .dropdown-icon img {
  width: 18px !important;
  height: 18px !important;
}

.cake-description {
  font-size: 18px !important;
}
}