body {
  --heading-font: "Marcellus", Roboto, sans-serif;
  --heading-font-weight: 400;
  --heading-color: #111;
  --heading-line-height: 1.24;

  --swiper-theme-color: #8C907E;


  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: clamp(16px, 2.5vw, 18px);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
 

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: #000;
  line-height: var(--heading-line-height);
  margin: clamp(15px, 3vw, 25px) 0;
}

h1,
.h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
}

h2,
.h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

h3,
.h3 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

h4,
.h4 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

h5,
.h5 {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
}

h6,
.h6 {
  font-size: clamp(0.9rem, 2vw, 1rem);
}

h5,
h6 {
  letter-spacing: 0.05rem;
}

a {
  color:#000;
  text-decoration: none !important;
}




/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  font-size: clamp(14px, 2vw, 16px);
}

.custom-dropdown-item {
  padding: 0.25rem 1rem;
  color: var(--bs-black);
}

.custom-dropdown-item.active,
.custom-dropdown-item:active {
  color: var(--bs-light);
  background-color: var(--bs-black);
}


.btn-link {

  color: #5d4247;
  text-decoration: underline;
  font-weight: 500;
}



/* List group */
.list-group-item {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

/* Buttons */
.btn {
  border-radius: 0;
  font-size: clamp(14px, 2vw, 16px);
}

.btn-primary {
  color: #fff;
  background-color: #8C907E;
  border-color: #8C907E;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #5e624e;
  border-color: #5e624e;
}

/* Pagination */
.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}


.modal-backdrop {
  --bs-backdrop-zindex: 000 !important;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* Breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
  font-size: clamp(14px, 2vw, 16px);
}

/* Text white */
.text-white {
  --heading-color: var(--bs-light);
/*  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);*/
}

.text-white .nav-link {
  color: var(--bs-light);
}

.text-white .nav-link:hover,
.text-white .nav-link.active {
  color: var(--bs-light);
}

/* Accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0.1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.1rem;
}

/* Form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

.btn-link:hover {
    color: #694e55;
}

/* Dark theme */
[data-bs-theme=dark] body {
  color-scheme: dark;
  --heading-color: #fff;
  --bs-link-color: #fff;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
}

[data-bs-theme=dark] .dropdown-item {
  color: var(--bs-light);
}

[data-bs-theme=dark] .dropdown-item:hover {
  color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}



/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Top Bar */
.topbar {
  padding: 10px 0;
}

.topbar .list-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar .list-inline-item a {
  color: #333;
  text-decoration: none;
  font-size: clamp(13px, 2vw, 14px);
  display: flex;
  align-items: center;
  gap: 5px;
}

.topbar .list-inline-item a:hover {
  color: #785961;
}

a:hover {
  color: #bc95a3;
}

.logo {
  width: 100px;
}


/* From Uiverse.io by jawad_8494 */
.super-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  /* background: linear-gradient(236deg, #93737e, #9b7a85); */
  /* border: 2px solid rgb(113 82 90); */
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.super-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, #00ffff, #ff00ff, #00ffff);
  animation: rotate 4s linear infinite;
  z-index: -2;
}

.super-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #0a0a0a;
  border-radius: inherit;
  z-index: -1;
}

.super-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.super-button:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.topbar .list-inline-item button {
  font-size: clamp(13px, 2vw, 14px);
}

/* Country Code Input */


/*   .country-select-group .form-control {
    border-left: none;
    font-size: clamp(12px, 1.8vw, 14px);
    max-width: 150px;
  }

  .country-select-group .custom-dropdown-toggle {
    font-size: clamp(12px, 1.8vw, 14px);
    padding: 0.25rem 0.5rem;
  }

  .country-select-group .custom-dropdown-menu {
    min-width: 180px;
    max-height: 200px;
    overflow-y: auto;
    font-size: clamp(12px, 1.8vw, 14px);
  }

  .country-select-group .fi {
    margin-right: 0.5rem;
  }*/

  /* Trigger container */
    .location-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
        background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
        box-shadow: 0px 0px 6px #cb638b;
        border-radius: 8px;
        cursor: pointer;
        max-width: 320px;
        color: #fff;
    }

     .location-trigger:hover {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
       /* background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
       */
       background:#ffff;
        transition: 0.5s;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 8px;
        cursor: pointer;
        max-width: 320px;
        color: #000;
    }

/* Flag section */
.location-flag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.locationtext{
  font-size: 20px;
}
.location-flag img {
  width: 36px;
  height: 22px;
  border-radius: 4px;
}

/* Details section */
.location-detail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-detail img {
  width: 16px;
  height: auto;
}

/* Modal styling */
.location-modal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.location-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.location-modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  z-index: 9999;
}

.location-modal-close:hover {
  color: #000;
}

.location-modal input {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.location-modal-btn {
/*  margin-top: 15px;*/
margin-top: 0px !important;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
  box-shadow: 0px 0px 6px #cb638b;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; /* add transition here */
}


.location-modal-btn:hover {
  background: white;
  color: #000;
  transition: 0.5s;
 
}





.btn-primary{
margin-top: 2px;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
  box-shadow: 0px 0px 6px #cb638b;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;}
.btn-primary:hover{ background: white;
  color: #000;
  transition: 0.5s;}


@media(max-width: 767px){
  .locationtext{
  font-size: 9px;
}
}

/* Navbar */

.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.navbar {
  padding: 0.5rem 1rem;
  z-index: 999;
}

.navbar-nav {
  gap: clamp(10px, 2vw, 20px);
}

.navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: clamp(14px, 2vw, 16px);
  color: #333;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #dc354561;
}

.navbar-nav .dropdown-menu {
  min-width: 200px;
  font-size: clamp(14px, 2vw, 16px);
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-nav .custom-dropdown-item {
  padding: 0.5rem 1rem;
}

.navbar-nav .custom-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #dc354561;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding: 1rem;
    text-align: center;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
    width: 100%;
    position: static;
    box-shadow: none;
  }

  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 97%;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  .navbar-brand h5 {
    font-size: 1.1rem;
  }
}

.navbar.fixed-top {
  transition: background-color 0.6s ease-out;
}

.catEventHome {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.catItem {
  flex: 0 1 calc(12.5% - 24px);
  /* 8 items per row with gap adjustment */
  text-align: center;
}

.catItem img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 0px 6px #cb638b;
}

.catItem img:hover {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.5s;
}

.catTitle {
  padding-top: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Marcellus", Roboto, sans-serif;
}

/* Responsive for tablets */
@media (max-width: 992px) {
  .catItem {
    flex: 0 1 calc(33.33% - 24px);
    /* 3 per row */
  }
}

/* Responsive for mobile */
@media (max-width: 576px) {
  .catItem {
    flex: 0 1 calc(50% - 24px);
    /* 2 per row */
  }
}


.modal {
  z-index: 9999999;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

.cakenook-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  border-radius: 20px;
  padding: 0px  0px; /* Add side padding to avoid edge clipping */
}

.cakenook-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.cakenook-slide {
  flex: 0 0 40%; /* Show 2.5 items = 40% * 2.5 = 100% */
  margin-right: 20px;
  box-sizing: border-box;
}

.cakenook-slide img {
  width: 100%;
 height: 320px; /* Increase this for taller images */
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  display: block;
}

/* Tablet: show 1.5 slides */
@media (max-width: 768px) {
  .cakenook-slide {
    flex: 0 0 60%;
  }
}

/* Mobile: 1 slide full width */
@media (max-width: 480px) {
  .cakenook-slide {
    flex: 0 0 100%;
  }
      .cakenook-slide img {
        width: 100%;
        height: 163px;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
        display: block;
    }
}
}



.btn-outline-success {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #830454;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #570b2a;
  --bs-gradient: none;
}


/*...............................login form...........................*/
#loginModal .modal-dialog {
  max-width: 400px;
}

#loginModal .modal-content {
  border-radius: 10px;
  padding: 20px;
}

#loginModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*..................................end...................................*/

/*..........................pin location..............................*/

 
/*...................................testimornial slider..................*/
/* CSS */
.testimonial-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;

}

.section-title {
  font-size: 2em;
  margin-bottom: 40px;
  color: #000;

  
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.testimonial {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  max-width: 300px;
  transition: transform 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial h3 {
  margin: 10px 0 5px;
  color: #333;
}

.testimonial .role {
  font-size: 0.9em;
  color: #999;
}

.testimonial .message {
  font-size: 1em;
  color: #555;
  margin-top: 15px;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }
}


.star-rating {
  direction: rtl;
  font-size: 2rem;
  unicode-bidi: bidi-override;
  display: inline-flex;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #ffc107;
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
  color: #ffc107;
}

/*.....................................chat.........................*/

.chat-icon {
  position: fixed;
  bottom: 25px;
  left: 10px;
  background: #006b8d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 16px 20px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 999;
}

.chat-icon:hover{
      background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
    box-shadow: 0px 0px 6px #cb638b;
    transition: 0.5s;
}

.chat-box {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 300px;
  max-height: 400px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1000;
}

.chat-header {
  background: #725259;
  color: white;
  padding: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-body {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background: #f5f5f5;
}

.chat-input {
  display: flex;
  border-top: 1px solid #ccc;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.chat-input button {
  padding: 10px;
  background: #006b8d;
  border: none;
  color: white;
  cursor: pointer;
}

.bot-message,
.user-message {
  margin: 5px 0;
  padding: 8px 12px;
  border-radius: 15px;
  max-width: 80%;
  clear: both;
}

.bot-message {
  background: #e0e0e0;
  float: left;
}

.user-message {
  background: #007bff;
  color: white;
  float: right;
}

.close-btn {
  cursor: pointer;
}

/*....................................................................*/


/*.................................wp chat.................*/


.wp {
  position: fixed;
  bottom: 98px;
  left: 10px;
  background: #22ab13;
  color: white;
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 999;
}

.wp img {
  width: 50px;
}


/*..............................end.......................*/

/* Slideshow */
.slideshow .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 1s ease-in-out;
}



/* Animations */
.swipe-up {
  clip-path: inset(0 0 100% 0);
}

.aos-animate .swipe-up {
  animation: 1s swipe-up forwards;
}

@keyframes swipe-up {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0);
  }
}

.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/* Text Effects */
.txt-fx .letter {
  display: inline-block;
  transition: transform 0.9s cubic-bezier(.5, 0, .53, 1);
}

.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
}

.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* Search Popup */
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.search-popup-container {
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.search-popup input[type="search"] {
  font-size: clamp(18px, 4vw, 24px);
  height: auto;
  padding: 1rem;
}

.search-popup .cat-list-item {
  font-size: clamp(16px, 3vw, 20px);
}

@media (max-width: 575px) {

  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1rem;
  }
}

/*..............................scroll down................................*/

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #006686;
  color: white;
  cursor: pointer;
  padding: 15px 23px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 1.5s ease;
  transition-delay: 0.5s;
}

#scrollTopBtn:hover {
     background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
    box-shadow: 0px 0px 6px #cb638b;
    transition: 0.5s;
}


/*..................................slider..........................*/

.hero-slide {
  position: relative;
  height: 100vh;
  /* Full viewport height for the banner */
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center both horizontally and vertically */
  text-align: center;
  width: 100%;
  padding: 0 20px;
  /* Add some padding for responsiveness */
}

.hero-content h1,
.hero-content p,
.hero-content a {
  margin-bottom: 1.5rem;
  /* Consistent spacing */
}

.hero-content a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.hero-content a.btn:hover {
  background-color: #333;
}

/* Swiper Arrows */
.icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(60px, 10vw, 90px);
  height: clamp(60px, 10vw, 90px);
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
  z-index: 8;
}

.icon-arrow:hover {
  opacity: 1;
}

.icon-arrow.icon-arrow-left {
  left: clamp(10px, 2vw, 20px);
}

.icon-arrow.icon-arrow-right {
  right: clamp(10px, 2vw, 20px);
}

@media (max-width: 991px) {
  .icon-arrow {
    display: none;
  }

  .swiper-pagination {
    position: relative;
    margin-top: 1rem;
  }


}


.image-holder {
  height: 300px;
  /* or any height you prefer */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.image-holder img {
  height: 100%;
  width: auto;
  object-fit: cover;
   border-radius: 20px;
  /* maintain aspect ratio and fill */
}


/* Image Hover Effects */
.image-zoom-effect .image-holder {
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.image-zoom-effect:hover .image-holder {
  transform: scale(0.95);
}

.image-zoom-effect img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-zoom-effect:hover img {
  transform: scale(1.1);
}

/* Border Hover Effects */
.border-animation a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bs-primary);
  content: '';
  transition: width 0.5s;
}

.border-animation a:hover:after {
  width: 100%;
}

.border-animation-left .item-anchor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--bs-dark);
  transition: width 0.5s ease;
}

.border-animation-left .item-anchor:hover:after {
  width: 100%;
}

/* Background */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(400px, 50vw, 600px);
  background-size: cover;
}


/*Timer*/


/* Countdown container */
#countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Time box styling */
.time-box {
  background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px;
  color: white;
  font-size: 1.2em;
  min-width: 60px;
  text-align: center;
  margin: 5px;
  flex: 1 1 60px;
  max-width: 80px;
}

.label {
  display: block;
  font-size: 0.6em;
  margin-top: 5px;
  color: #fdd;
}

/* Offer section */
.offer-section {
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px #cb638b;
  border-radius: 10px;
  background-color: #7c5d6563;
}

/* Responsive image container */
.section-finder-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/* Responsive image itself */
.section-finder-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Responsive layout for small devices */
@media (max-width: 767.98px) {
  .offer-section .row > div {
    margin-bottom: 20px;
  }

  .section-finder-img {
    top: 0;
    margin-top: 10px;
  }

  .section-finder-img img {
    width: 100%;
    height: auto;
    margin: auto;
            position: relative;
        top: 37px !important;
  }



  .time-box {
    font-size: 1em;
    max-width: 70px;
  }
}















/* Product Item */
.product-item .btn-wishlist {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  background: var(--bs-white);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.product-item:hover .btn-wishlist {
  opacity: 1;
}

/* Single Product */
.product-thumbnail-slider {
  height: auto;
}

@media (min-width: 992px) {
  .product-thumbnail-slider {
    height: 590px;
  }
}

@media (min-width: 1200px) {
  .product-thumbnail-slider {
    height: 790px;
  }
}

/* Quantity */
.product-quantity .input-group .btn {
  height: 48px;
  font-size: clamp(16px, 2vw, 18px);
}

.qty-number .quntity-button {
  min-width: 40px;
  height: 40px;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}

.qty-number input {
  width: 50px;
  height: 40px;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

/* Footer */
.footer-menu {
  margin-bottom: 2rem;
}

.social-links ul {
  gap: clamp(10px, 2vw, 15px);
}

@media (max-width: 767px) {
  .footer .col-md-6.text-end {
    text-align: left !important;

  }
}

/* Additional Media Queries */
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .categories .col-md-4 {
    margin-bottom: 1rem;
  }

  .collection-item .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .collection-content {
    padding: 2rem !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .navbar-brand h5 {
    font-size: 1.2rem;
  }

  .blog .col-md-4 {
    margin-bottom: 1.5rem;
  }

  .logo-bar .logo-image {
    width: 80px;
  }

  .newsletter .col-md-8 {
    padding: 2rem 1rem !important;
  }
}

@media (max-width: 575px) {
  .hero-content {
    padding: 1rem;
  }

  .features .col-md-3 {
    margin-bottom: 1rem;
  }

  .product-item .product-content h5 {
    font-size: 1rem;
  }

  .product-item .product-content a span {
    font-size: 0.9rem;
  }
}


/*........................video player....................*/


/*footer*/

section {
  padding: 0px 0 !important;
  /* min-height: 100vh;*/
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-area {
  border-bottom: 1px solid #353C46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

.contact-content p::after {
  background: #353C46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social>ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #7d5e66;
  color: #fff3cd;
}

.contact-content img {
  max-width: 210px;
}

section,
footer {
  /*   background: #1A1E25;*/
  color: #868c96;
}

.contact-area {
  background-color: #000;
}

footer p {
  padding: 40px 0;
  text-align: center;
}

footer img {
  width: 44px;
}


@media(max-width: 767px) {
  section {
    padding: 0px 0 !important;

  }

}


.modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

/*.......................cakenook............................*/

.cakenook-parallax {
  background-image: url('images/parallx.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.cakenook-parallax .overlay {
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  max-width: 800px;
  text-align: center;
  padding: 40px;
}

.content-wrapper h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #785961;
}

.content-wrapper .brand {
  color: #006b8d;
}

.content-wrapper p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #f8f8f8;
}

.child-note {
  font-style: italic;
  color: #ffeaea;
}

.quircart {
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
}

.brand {
  width: 200px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .content-wrapper h2 {
    font-size: 2.2rem;
  }

  .content-wrapper p {
    font-size: 1rem;
  }
}


.underline {
  width: 10%;
  height: 1px;
  background-color:grey;
  margin: 0 auto;
 
}






/*...........................Shop page..................................*/

.shopCategoryGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0 10px;
}

.shopCategoryItem {
  flex: 0 1 calc(12.5% - 24px); 
  max-width: calc(12.5% - 24px);
  text-align: center;
}

.shopCategoryItem img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: box-shadow 0.3s ease;
}

.shopCategoryItem img:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shopCategoryTitle {
  padding-top: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
 
}


@media (max-width: 992px) {
  .shopCategoryItem {
    flex: 0 1 calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
  }
}


@media (max-width: 576px) {
  .shopCategoryItem {
    flex: 0 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}


/*store product*/
 .filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 12px;
  border-radius: 6px;
  background: #fff; /* White background */
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.filter-col {
  position: relative;
  padding: 10px;
  color: #000;
}

.filter-title {
  flex: 0 0 40%;
}

.filter-date,
.filter-price,
.filter-sort {
  flex: 0 0 30%;
  cursor: pointer;
}

.filter-title span:first-child {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.filter-title span:last-child {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 300;
  color: #000;
}

.filter-col span.label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 40px;
  display: block;
  color: #000;
}

.filter-col img.icon {
  width: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

select,
input[type="text"] {
  width: 100%;
  padding: 10px 10px 10px 35px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff; /* White input */
  color: #000; /* Black text */
  outline: none;
  appearance: none;
  border-radius: 4px;
}

select:focus,
input[type="text"]:focus {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .filter-row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .filter-col {
    flex: 1 1 100%;
  }

  .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
  }
}


.filter-col select,
.filter-col input[type="text"] {
  width: 100%;
  padding: 10px 10px 10px 40px; /* Extra left padding for icon */
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}



.product-list {
    padding: 20px 10px 20px;
 
}
.product-list>ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
}
.product-list>ul>li {
    width: 25%;
    padding: 10px;
}
.white-box {
    border-radius: 5px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #ffffff;
    padding: 35px 20px;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.wishlist-icon {
    position: absolute;
    right: 12px;
    top: 10px;
}
.wishlist-icon img {
    width: 20px;
    height: 20px;
}
.product-img {
    min-height: 135px;
}
.product-img img {
    max-width: 100%;
    max-height: 130px;
    display: block;
    margin: 0 auto;
}
.product-bottom {
    text-align: center;
}
.product-name {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 10px 0 10px;
    font-weight: 600;
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
}
.price {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}

.price .line-through {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    vertical-align: 1px;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 4px;
}

  .white-box {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
  }

  .offer-tag {
    position: absolute;
    top: 10px;
    left: 10px;
   background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
    color: white;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
  }

  .wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
  }

  .product-img {
    width: 100%;
    height: 200px; /* fixed height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* important */
    border-radius: 4px;
  }

  .rating-stars {
    margin: 10px 0 5px;
    color: #FFD700; /* gold */
    font-size: 14px;
  }

  .blue-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    text-decoration: none;
  }

  .product-name {
    font-weight: 600;
    margin-top: 10px;
  }

  .discription{
    color: #000;
    font-size: 15px;
  }

.cartbtn

 {
    background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
    color: #fff;
    padding: 8px 33px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cartbtn:hover

 {
   background-color: #fff!important;
    color: #000;
    padding: 8px 33px;
    border-radius: 8px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.5s;
}
.cakenames{
  font-size: 24px;
}
.price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; /* adds space below price */
}

.discription {
    color: #958989;
    font-size: 14px;
}


.original-price{
  text-decoration: line-through; color: #888;
  font-size: 15px;
}

.offer-price{
  color: #d32f2f; font-weight: bold; margin-left: 8px;
  font-size: 15px;
}

@media(max-width: 765px){
  .cartbtn {
    background-color: #000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cakenames {
    font-size: 16px;
}
.discription {
    color: #958989;
    font-size: 13px;
}
}



/*================================ product detils page======================*/

   .tax{
      font-size: 10px;
      color: #000;
      font-weight: normal;
    }

.listed-offer li {
    color: #000;
    font-size: 11px;
    padding: 0px 0px;
    list-style: disc;
}
 .details {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: white;
  border-radius: 20px;
  /* Remove overflow: hidden to allow sticky positioning */
  /* overflow: hidden; */
}

.image-area {
    flex: 1 1 45%;
    width: 50%
    background: #fff;
    padding: 2rem;
    position: sticky;
    top: 5rem;
    align-self: flex-start;
    z-index: 10;
    background-color: #fff;
}

@media(max-width: 765px){
  .image-area {
    flex: 1 1 45%;
   width: 50%
    background: #fff;
    padding: 2rem;
    position: sticky;
    top: 5rem !important;
    align-self: flex-start;
    z-index: 10;
}
}

.main-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.thumbs {
  display: flex;
  margin-top: 1rem;
  gap: 10px;
  justify-content: center; /* Center thumbnails for better mobile appearance */
}

.thumbs img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

.thumbs img.active,
.thumbs img:hover {
  border-color: #cb638b;
  transform: scale(1.05);
}

.details-area {
  flex: 1 1 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .details {
    flex-direction: column;
    padding: 1rem;
  }

  .image-area, .details-area {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 1rem;
  }

  .image-area {
    position: sticky; /* Keep sticky on mobile */
    top: 4rem; /* Adjust top to account for header height on mobile */
    z-index: 10;
  }

  .main-img {
    max-height: 400px; /* Slightly smaller image height for mobile */
  }

  .thumbs {
    justify-content: center; /* Ensure thumbnails are centered */
  }
}
    .thumbs img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 10px;
      border: 2px solid transparent;
      cursor: pointer;
      transition: 0.3s;
      z-index: 9999;
    }

    .thumbs img.active,
    .thumbs img:hover {
      border-color: #cb638b;
      transform: scale(1.05);
    }

    .details-area {
      flex: 1 1 50%;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .product-title {
      font-size: 2.2rem;
      color: #cb638b;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .rating {
      margin-bottom: 1rem;
      color: #fcbf49;
      font-size: 1.2rem;
    }

    .price {
      font-size: 1.6rem;
      margin-bottom: 1rem;
    }

    .price .original {
      text-decoration: line-through;
      color: #999;
      margin-right: 10px;
    }

    .price .offer {
      color: #cb638b;
      font-weight: bold;
    }

    .selectors label {
      font-weight: 500;
      margin-top: 15px;
      margin-bottom: 5px;
    }

    select {
      padding: 0.6rem;
      border-radius: 10px;
      border: 1px solid #ccc;
      width: 100%;
      max-width: 250px;
    }

    .actions {
      margin-top: 2rem;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .btn {
      padding: 0.8rem 2rem;
      border: none;
      border-radius: 50px;
      font-weight: 600;
      cursor: pointer;
      font-size: 1rem;
      transition: 0.3s;
    }

    .btn-cart {
      background-color: #cb638b;
      color: white;
      box-shadow: 0 4px 12px rgba(203, 99, 139, 0.3);
    }

    .btn-cart:hover {
      background-color: #a44f6c;
    }

    .btn-wishlist {
      background-color: white;
      color: #cb638b;
      border: 2px solid #cb638b;
    }

    .btn-wishlist:hover {
      background-color: #cb638b;
      color: white;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        padding: 1rem;
      }

      .image-area, .details-area {
        max-width: 100%;
        flex: 1 1 100%;
        padding: 1rem;
      }

      .main-img {
        position: relative;
      }
    }



.veg-nonveg-selector {
  margin-top: 1.5rem;
}

.checkbox-group {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  color: #333;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 4px;
  border: 2px solid #cb638b;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #cb638b;
  border-color: #cb638b;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-Description li{
  
    font-size: 11px;
    padding: 0px 0px;
    list-style: disc;
      color: grey;
      font-weight: normal;
}


.customer-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  gap: 1rem;
}

.review-text {
  font-size: 1.1rem;
  color: #444;
  font-weight: 500;
  margin: 0;
  flex: 1 1 60%;
}

.button-wrap {
  text-align: right;
  flex: 1 1 30%;
}

/*.super-button {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #cb638b;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(203, 99, 139, 0.3);
  transition: background 0.3s;
}

.super-button:hover {
  background-color: #a44f6c;
}*/

.selectors-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.selectors-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.selectors {
  flex: 1 1 100%;
}

.selectors label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: #333; /* optional, for better visibility */
}

.selectors select,
.selectors input[type="date"] {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Optional: Add consistent spacing between elements */
.selectors + .selectors {
  margin-top: 10px;
}

@media (min-width: 766px) {
  .selectors {
    flex: 1;
    min-width: 200px;
  }

  .selectors + .selectors {
    margin-top: 0;
  }
}


/* Style the checkbox */
.form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #cb638b;
  background-color: white;

}

/* When checkbox is checked */
.form-check-input[type="checkbox"]:checked {
  background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
  border-color: #cb638b;
}

.form-check-input:checked {
  
}
/* Optional: focus effect */
.form-check-input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 99, 139, 0.25);
}
.form-check-input:focus

 {
    border-color: #cb638b!important;
    outline: 0;
    box-shadow: 0px 0px 6px #cb638b;
}



/*===========================AddProduct=====================================*/





/*=======================login=page==============================*/


.login-section {
  padding: 40px 20px;
  max-width: 400px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.login-title {
  text-align: center;
  color: #cb638b;
}

.super-button {
  background-color: #cb638b;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50px;
}
.login-container{
  padding: 10px 20px;
}



/*==================================profile==============================*/


 .profile-container {
      background-color: #fff;
      border: 2px solid #cb638b;
      padding: 30px 20px;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-align: center;
      width: 300px;
    }

  .profile-pic {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;      /* ensures image fills the circle */
  border-radius: 50%;     /* makes it circular */
  border: 3px solid #cb638b;
}


    .change-pic {
      margin-top: 10px;
    }

    .change-pic input {
      display: none;
    }


    .custom-btn:hover {
      background-color: #b34d76;
    }

    .profile-info {
      margin-top: 15px;
    }





input#uploadInput {
  display: none;
}

.profile-info input[type="text"] {
  max-width: 300px;
  margin: 0 auto;
}



/*====================wallets=================================*/

   .wallet-container {
      max-width: 600px;
      margin: 50px auto;
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .wallet-header {
      font-size: 24px;
      font-weight: 600;
      color: #cb638b;
      margin-bottom: 20px;
      text-align: center;
    }
    .wallet-balance {
      font-size: 36px;
      color: #222;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;
    }
    .balance-label {
      text-align: center;
      color: #888;
      margin-bottom: 30px;
    }
    .btn-pink {
      background-color: #cb638b;
      color: white;
    }
    .btn-pink:hover {
      background-color: #a94b6e;
    }
    .transaction-list {
      max-height: 250px;
      overflow-y: auto;
      margin-top: 20px;
    }
    .transaction-item {
      padding: 10px 0;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      font-size: 16px;
    }
    .credit {
      color: #cb638b;
          font-weight: 500;
    }
  .debit {
    color: rgb(100 71 76);
    font-weight: 600;
}

    /*==========================0rder history===================*/


      .order-container {
      max-width: 900px;
      margin: 50px auto;
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .order-header {
      font-size: 24px;
      font-weight: 600;
      color: #cb638b;
      margin-bottom: 20px;
      text-align: center;
    }
    .order-card {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 15px 20px;
      margin-bottom: 20px;
      background-color: #fafafa;
    }
    .order-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px;
    }
    .order-label {
      color: #888;
    }
    .order-status {
      font-weight: 600;
    }
    .status-delivered {
      color: green;
    }
    .status-pending {
      color: orange;
    }
    .status-cancelled {
      color: red;
    }


    /*======================return ==========================*/

      .policy-container {
      max-width: 800px;
      margin: auto;
      background: #ffffff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .policy-header {
      font-size: 28px;
      font-weight: 700;
      color: #cb638b;
      margin-bottom: 25px;
      text-align: center;
    }
    .policy-section {
      margin-bottom: 25px;
    }
    .policy-section h5 {
      color: #cb638b;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .policy-section p {
      color: #333;
      line-height: 1.6;
    }


    /*=======================Shipping info=====================*/


        .shipping-container {
      max-width: 800px;
      margin: auto;
      background: #ffffff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .shipping-header {
      font-size: 28px;
      font-weight: 700;
      color: #cb638b;
      margin-bottom: 25px;
      text-align: center;
    }
    .shipping-section {
      margin-bottom: 25px;
    }
    .shipping-section h5 {
      color: #cb638b;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .shipping-section p {
      color: #333;
      line-height: 1.6;
    }



    /*============================faq====================*/


      .faq-container {
      max-width: 800px;
      margin: auto;
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .faq-header {
      text-align: center;
      font-size: 28px;
      color: #cb638b;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .accordion-button {
      background-color: #fff0f6;
      color: #cb638b;
      font-weight: 600;
    }
    .accordion-button:not(.collapsed) {
      background-color: #cb638b;
      color: white;
    }




    /*=====================wish list==============================*/


        .wishlist-container {
      max-width: 1000px;
      margin: auto;
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .wishlist-header {
      font-size: 28px;
      font-weight: 700;
      color: #cb638b;
      margin-bottom: 30px;
      text-align: center;
    }
    .wishlist-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #eee;
    }
    .wishlist-details {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .wishlist-details img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 10px;
    }
    .cake-info h5 {
      margin: 0;
      font-weight: 600;
    }
    .cake-info p {
      margin: 0;
      color: #666;
    }
    .wishlist-actions button {
      margin: 0 5px;
    }
    .btn-pink {
      background-color: #cb638b;
      color: white;
    }
    .btn-pink:hover {
      background-color: #a44f6e;
    }


    /*======================contact us=======================*/



.contact {
    padding-bottom: 100px;
}
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
.contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}
.contact .heading p {
    font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}
.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}
.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: linear-gradient(to right, rgba(114,96,206,1) 0%, rgba(70,96,241,1) 100%);
    color: #ffffff;
}

.contact .main .left {
    padding: 40px 60px;
}
.contact .main .right {
    background: #cb638b;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}
.contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact .main .right .info {
    margin-bottom: 35px;
}
.contact .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
.contact .main .right .info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
}
.contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}


/*===========================cartpage=======================*/



.cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px;
}

.item-details {
  flex: 1;
}

.item-details h4 {
  margin: 0;
  color: #333;
}

.item-details p {
  margin: 5px 0;
}

.item-qty {
  width: 50px;
  padding: 5px;
  margin-left: 10px;
}



.cart-summary {
  text-align: right;
  margin-top: 20px;
}

.cart-summary h3 {
  color: #222;
}

.cart-actions {
  margin-top: 10px;
}

.btn {
  padding: 10px 15px;
  background-color: #cb638b;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 10px;
}

.checkout {
  background-color: #5cb85c;
}

.cart-sections{
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
   box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}


@media(max-width: 765px){
  .item-qty {
    width: 47px;
    padding: 5px;
    margin-left: 10px;
}
}



/*====================custom cake======================*/
.chatbot-container {
  border: 2px solid #cb638b;
  border-radius: 10px;
  max-width: 500px;
  margin: 30px auto;
  padding: 15px;
  background-color: #fff0f5;
}

.chatbot-header {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  color: #cb638b;
}

.chat-message-box {
  height: 100px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.chat-message {
  margin-bottom: 10px;
}

.chat-input-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.chat-text-input {
  flex: 1;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #bbb;
}

#send-message-btn,
#voice-input-btn {
  padding: 8px 10px;
  background-color: #cb638b;
  color: white;
  border: none;
  border-radius: 5px;
}

.image-upload-label {
  cursor: pointer;
  font-size: 18px;
}

.uploaded-image {
  max-width: 100px;
  border-radius: 5px;
  margin-top: 5px;
}

.hidden-upload {
  display: none;
}


/*========================Track Order====================================*/


  .track-container {
      max-width: 500px;
      margin: 60px auto;
      padding: 30px;
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .track-container h2 {
      text-align: center;
      color: #cb638b;
      margin-bottom: 20px;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      font-weight: 600;
      display: block;
      margin-bottom: 8px;
    }

    .form-group input {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
    }

    .track-btn {
      width: 100%;
      padding: 12px;
      background-color: #cb638b;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .track-btn:hover {
      background-color: #b4527c;
    }

    .status-message {
      text-align: center;
      margin-top: 20px;
      color: green;
      font-weight: 500;
    }

    @media (max-width: 600px) {
      .track-container {
        margin: 20px;
        padding: 20px;
      }
    }





/*.......................total-price.....................*/

/* Wrapper Styles */
.cart-summary-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  z-index: 1050;
  border-top: 1px solid #ddd;
}

/* Button Styles */
.location-modal-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
  box-shadow: 0px 0px 6px #cb638b;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}

.location-modal-btn:hover {
  background: linear-gradient(90deg, rgb(190, 90, 130) 0%, rgb(150, 80, 110) 100%);
  box-shadow: 0px 0px 10px #cb638b;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .cart-summary-container {
    text-align: center;
    padding: 15px;
  }

  .location-modal-btn {
    width: 100%;
    margin-top: 10px;
  }
}






/*.........................Check Out....................*/

  .checkout-container {
        background-color: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        margin-top: 50px;
      }
      .form-control:focus {
        box-shadow: none;
        border-color: #ff4d6d;
      }
      .btn-checkout {
        background-color: #ff4d6d;
        color: #fff;
        font-weight: 500;
      }
      .btn-checkout:hover {
        background-color: #e6435c;
      }




/*......................Confirm pyment...............*/

  .confirm-container {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
      }
      .confirm-icon {
        font-size: 80px;
        color: #28a745;
        margin-bottom: 20px;
      }
      .confirm-heading {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 10px;
      }
      .confirm-text {
        font-size: 1.1rem;
        color: #555;
        margin-bottom: 30px;
      }
      .btn-cakenook {
        background-color: #e83e8c;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-weight: 500;
        border-radius: 8px;
        transition: 0.3s;
      }
      .btn-cakenook:hover {
        background-color: #d63384;
      }
    /*..................Btn.............................*/


.btn-cakenook{
  padding: 10px 20px;
  background-color:#cb638b;
  color: #fff;
  box-shadow: 0px 0px 6px #cb638b;
  border-radius: 50px;
  border:none;
}


.btn-cakenook:hover{
  padding: 10px 20px;
  transition: 0.5s;
  background:#ffff;
  border:1px solid #000;
  color:#000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50px;
  border:none;
  transition: 0.5s;
}


.btn-cakenook{
width: 30px;
height: 30px;
 background: linear-gradient(90deg, rgba(207, 99, 146, 1) 0%, rgb(199 98 132) 35%, rgb(100 71 76) 100%);
 color: #fff;
 border:none;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*.........................popular gifting............................*/

 .scroll-section-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding:10px 20px;
}

/* Hide scrollbar for all browsers */
.scroll-section-container::-webkit-scrollbar {
  display: none;
}
.scroll-section-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-section {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.scroll-section li {
  flex: 0 0 auto;
  width: 160px;
  list-style: none;
  scroll-snap-align: start;
}

.scroll-section img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  box-shadow: 0px 0px 6px #cb638b;
         
}

.scroll-section img:hover {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
 transition: 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.item-title {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500 !important;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
font-family: "Marcellus", Roboto, sans-serif;
}

/* Desktop styles */
@media (min-width: 768px) {
  .scroll-section-container {
    padding: 0;
  }

  .scroll-section {
    justify-content: flex-start;
  }

  .scroll-section li {
    width: calc(20% - 16px); /* 5 items per row */
  }
}



/*.......................offer fest.................*/

.festivalOffer-banner{
  padding: 10px 20px;
}

    .festivalOffer-container {
      width: 100%;
      padding: 2rem 1rem;
    }

    .festivalOffer-heading {
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: capitalize;
      margin-bottom: 1.5rem;
      padding: 0 1rem;
    }

    @media (min-width: 768px) {
      .festivalOffer-heading {
        font-size: 2rem;
        padding: 0 2.5rem;
      }
    }

    .festivalOffer-flex-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    /*  gap: 1rem;*/
    }

    .festivalOffer-banner {
      width: 100%;
      padding-right: 1rem;
    }

    .festivalOffer-banner img {
      width: 100%;
      border-radius: 1rem;
      object-fit: cover;
    }

    @media (min-width: 768px) {
      .festivalOffer-banner {
        width: 35%;
        padding: 10px ;
      }
    }

    .festivalOffer-scroll {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0px 20px;
    }

    @media (min-width: 768px) {
      .festivalOffer-scroll {
        width: 60%;
        padding: 0;
      }
    }

    .festivalOffer-scroll-list {
      display: flex;
      gap: 1rem;
    }

    .festivalOffer-card-group {
      flex: 0 0 auto;
      width: calc(50% - 0rem);
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    @media (min-width: 768px) {
      .festivalOffer-card-group {
        width: calc(25% - 1rem);
      }
    }

    .festivalOffer-card-group img {
      width: 100%;
      border-radius: 1rem;
      object-fit: cover;
              box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .festivalOffer-card-title {
      text-align: center;
      font-size: 0.75rem;
      font-weight: 400 !important;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: "Marcellus", Roboto, sans-serif;
    }

    @media (min-width: 1024px) {
      .festivalOffer-card-title {
        font-size: 0.875rem;
      }
    }

    .festbox img{
             box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

     .festbox img:hover{
         box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
         transition: 0.5s;
    }


