/*---------------------------------------------------------------

        Template Name: Bakery Bucket | Delicious Breads, Cakes, and Pastries Freshly Baked Daily
        Description: Bakery Multi Page Website Template
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 1.0.0
    -----------------------------------------------------------------

        CSS INDEX
        ==================

        01.   Basic Style
        02.   Preloader Style
        03.   Theme Switcher
        04.   Header Style 
        05.   Banner & Nav Style
        06,   About Page Style
        07.   Shop Page Style
        08.   Product Details Page Style
        09.   Gallery Page Style
        10.   Blog Page Style
        11.   Blog Details Page Style
        12.   FAQ Page Style
        13.   Pricing Page Style
        14.   404 Error Page Style
        15.   Coming Soon Page Style
        16.   Contact Page Style
        17.   Back to top Style
     
  
----------------------------------------------------------------*/

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

/* ==================
   Basic Style 
================== */

[data-bakerytheme="lightmode"] {
  --body-color: #FFFFFF;
  --primary-color: #ce9a45;
  --primary-color-overlay: 233, 152, 21;
  --primary-hover-color: #b9770c;
  --secondary-color: #422e0d;
  --secondary-overlay: 51, 33, 0;
  --alt-color: #fffaf2;
  --white-color: #ffffff;
  --light-color: #fff1db;
  --form-color: #FFEDCD;
  --card-color: #ffffff;
  --danger-color: #ff5555;
  --warning-color: #FF9F01;
  --bg-light-peach: #fff2de;
  --gray-light: #fff5e6;
  --card-shadow: rgb(234, 166, 54, 0.5) 1px 8px 9px 0px;
  --box-size: 300px;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --dark-rgb: 0, 0, 0;

  /* text-colors */
  --primary-text: #ce9a45;
  --heading-text: #332104;
  --para-text: #646161;
  --white-text: #ffffff;
  --form-text: #332104;
  --danger-text: #ff5555;

  /* font family */
  --primaryfont: "Montserrat", sans-serif;
  --secondaryfont: "Lobster", sans-serif;
}

[data-bakerytheme="darkmode-one"] {
  --body-color: #0A0D11;
  --primary-color: #ce9a45;
  --primary-color-overlay: 233, 152, 21;
  --primary-hover-color: #b9770c;
  --secondary-color: #050505;
  --secondary-overlay: 5, 5, 5;
  --alt-color: #171B1E;
  --white-color: #ffffff;
  --light-color: #46494a;
  --form-color: #252A2F;
  --card-color: #272E32;
  --danger-color: #ff5555;
  --warning-color: #FF9F01;
  --bg-light-peach: #32393e;
  --gray-light: #1f2834;
  --card-shadow: rgb(7, 9, 11, 0.5) 1px 8px 9px 0px;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #0A0D11;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;

  /* text-colors */
  --primary-text: #ce9a45;
  --heading-text: #ffffff;
  --para-text: #eeeeee;
  --white-text: #ffffff;
  --form-text: #E1E1E1;
  --danger-text: #ff5555;

  /* font family */
  --primaryfont: "Montserrat", sans-serif;
  --secondaryfont: "Lobster", sans-serif;
}

[data-bakerytheme="darkmode-two"] {
  --body-color: #281903;
  --primary-color: #ce9a45;
  --primary-color-overlay: 233, 152, 21;
  --primary-hover-color: #b9770c;
  --secondary-color: #422e0d;
  --secondary-overlay: 66, 46, 13;
  --alt-color: #3b2709;
  --white-color: #ffffff;
  --light-color: #5c411c;
  --form-color: #58390C;
  --card-color: #50330a;
  --danger-color: #ff5555;
  --warning-color: #FF9F01;
  --bg-light-peach: #5e4012;
  --gray-light: #543912;
  --card-shadow: rgb(74, 45, 9, 0.5) 1px 8px 9px 0px;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #281903;
  --wave-color: #281903;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;

  /* text-colors */
  --primary-text: #ce9a45;
  --heading-text: #ffffff;
  --para-text: #eeeeee;
  --white-text: #ffffff;
  --form-text: #E1E1E1;
  --danger-text: #ff5555;

  /* font family */
  --primaryfont: "Montserrat", sans-serif;
  --secondaryfont: "Lobster", sans-serif;
}

/* Background-Color*/

.body-color {
  background-color: var(--body-color) !important;
}

.primary-color {
  background-color: var(--primary-color) !important;
}

.primary-hover-color {
  background-color: var(--primary-hover-color) !important;
}

.secondary-color {
  background-color: var(--secondary-color) !important;
}

.secondary-overlay {
  background-color: var(--secondary-overlay) !important;
}

.alt-color {
  background-color: var(--alt-color) !important;
}

.white-color {
  background-color: var(--white-color) !important;
}

.form-color {
  background-color: var(--form-color) !important;
}

.card-color {
  background-color: var(--card-color) !important;
}

.gray-light {
  background-color: var(--gray-light) !important;
}

.danger-color {
  background-color: var(--danger-color) !important;
}

.warning-color {
  background-color: var(--warning-color) !important;
}

.card-shadow {
  box-shadow: var(--card-shadow)
}

/* Text-Color*/

.primary-font {
  font-family: var(--primaryfont) !important;
}

.secondary-font {
  font-family: var(--secondaryfont) !important;
}

.primary-text {
  color: var(--primary-text);
}

.heading-text {
  color: var(--heading-text);
}

.primary-fill {
  color: var(--primary-color);
}

.rating-fill {
  color: var(--warning-color);
}

.para-text {
  color: var(--para-text);
}

.white-text {
  color: var(--white-text);
}

.form-text {
  color: var(--form-text);
}

.danger-text {
  color: var(--danger-text);
}

/* Button Style */

.primary-btn {
  background-color: var(--primary-color) !important;
  color: var(--white-text) !important;
  padding: 10px 20px;
  border: 1px solid var(--primary-color) !important;
  font-size: 18px;
}

.primary-btn:hover {
  background-color: var(--primary-hover-color) !important;
  color: var(--white-text) !important;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

/* ===============
  Basic Styles
====================*/
* {
  box-sizing: border-box;
  font-family: var(--primaryfont) !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn-close:not([data-bs-dismiss="alert"]) {
  background: unset;
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

/* ==================
  Preloader Style
================== */

 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--alt-color) !important;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#preloader img {
  width: 80px;
  height: 80px;
}
body.loading {
  overflow: hidden;
}

@media (min-width: 992px) {
  .remove-w-75 {
    width: 65% !important;
  }
}

/* ==================
  Theme Switcher
================== */

.theme-switcher {
  top: 40px;
  left: 20px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  background-color: var(--secondary-color);
  padding: 10px;
}

.theme-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: var(--white-text);
}

.pallete-box-main {
  position: fixed;
  background-color: #ffff;
  top: 50%;
  left: -205px;
  z-index: 2;
  transition: left 0.6s ease-in-out;
}

.pallete-box-main.active {
  left: 0px !important;
}

.theme-btn:hover {
  transform: scale(1.15);
  background-color: var(--primary-color);
  color: var(--white-text) !important;
}

.right {
  content: 'f105';
}

.left {
  content: 'f104';
}

.error {
  color: var(--danger-text) !important;
  font-weight: 500;
  padding: 8px;
}

::placeholder,
.form-select {
  color: var(--form-text) !important;
}

.form-control:focus,
.form-select:focus {
  color: var(--form-text) !important;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none;
}

.form-control {
  color: var(--form-text) !important;
  background-color: var(--form-color);
  outline: 0;
  box-shadow: none;
}

/* ============
  Header Style
===============*/

.social-top-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-text) !important;
}

/* ==============================
  Banner & Nav Style
=================================*/

.header-main {
  width: 100%;
  z-index: 0;
  background-color: var(--card-color);
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus {
  color: var(--primary-text) !important;
  box-shadow: none;
}

.nav-link.white-text.active {
  color: var(--primary-text) !important;
}

.navbar .navbar-nav .nav-link {
  color: var(--heading-text);
  outline: none;
}

.dropdown-menu {
  background-color: var(--alt-color);
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .nav-item {
  padding: 6px;
}

@media (max-width: 1199px) {
  .navbar .nav-item {
    padding: 0 !important;
  }
}

.navbar .dropdown-menu {
  padding: 12px 0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  border: none;
  background-color: #fff;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding-left: 25px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--white-color) !important;
  text-decoration: none;
  background-color: var(--primary-color);
}

.sticky-navbar {
  top: 0;
  width: 100%;
  background-color: var(--card-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes glow {

  0%,
  100% {
    text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00;
  }

  50% {
    text-shadow: 0 0 15px #ffcc00, 0 0 30px #ff9900;
  }
}

.ringing-icon {
  display: inline-block;
  animation: ring 1s infinite ease-in-out, glow 1.5s infinite alternate;
}

.main-slides-content {
  margin: auto;
}

.banner_bg_1 {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.5)),
    url(../../assets/backround_img/Counter-Section.webp);
}

.banner_bg_2 {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.5)),
    url(../../assets/backround_img/Best-Seller-Section.webp);
}

.banner_bg_3 {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.5)),
    url(../../assets/backround_img/Contact-Section.webp);
}

.splide__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  min-height: 850px;

}

@media (max-width: 991px) {
  .splide__banner {
    min-height: 600px;
  }

  .splide__banner h1 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .splide__banner {
    min-height: 600px;
  }

  .splide__banner h1 {
    font-size: 30px;
  }
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0.9;
}

.splide .splide__arrow svg {
  filter: invert(1);
  width: 24px;
  height: 24px;
}

.splide__arrow {
  background: unset;
  box-shadow: unset !important;
}

.border-waves {
  height: 58px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 15, 50% 100%, 100, from(var(--wave-color)), color-stop(0.49, var(--wave-color)), color-stop(0.51, transparent), to(transparent));
  -webkit-background-size: 100px 100%;
  position: absolute;
  bottom: -28px;
  z-index: 1;
}

.bakery-item-img:hover {
  animation: bounceHover 0.7s ease-in-out;
}

@keyframes bounceHover {
  0%   { transform: scale(1) translateY(0); }
  50%  { transform: scale(1.06) translateY(-6px); }
  100% { transform: scale(1) translateY(0); }
}

.bakery-item-img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
  .bakery-item-img {
    max-width: 280px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .bakery-item-img {
    max-width: 220px;
  }
}

/* ==================
  About Page Style
================== */
#about {
  position: relative;
}

.abt-gridwrapper {
  max-width: 550px;
}

.abt-gridwrapper div {
  width: 100%;
  height: 100%;
  position: relative;
}

.abt-gridwrapper>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.abt-gridwrapper .first_img {
  border-top: 12px solid var(--primary-color);
}

.abt-gridwrapper .second_img {
  border-top: 12px solid var(--primary-color);
}

.abt-gridwrapper .third_img {
  border-bottom: 12px solid var(--primary-color);
}

.abt-gridwrapper .fourth_img {
  border-bottom: 12px solid var(--primary-color);
}

.abt-gridwrapper {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 120px;
  grid-auto-flow: dense;
}

.abt-gridwrapper .wide {
  grid-column: span 2;
}

.abt-gridwrapper .tall {
  grid-row: span 2;
}

.abt-gridwrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.first-img {
  position: absolute;
  top: 0%;
  left: calc(50% - 200px);
  width: 400px;
}

.second-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}

@media(max-width:1199px) {
  .abtimg-outer {
    min-height: 400px;
    margin-bottom: 100px;
  }

  .first-img {
    left: calc(50% - 175px);
    max-width: 350px;
  }

  .second-img {
    max-width: 250px;
    top: 60%;
    left: calc(70% - 150px);
  }
}

.certi_img img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.breadcrumb-bg {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.5)), url(../../assets/backround_img/banner.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  padding: 120px 0;
  display: flex;
  align-items: center;
  min-height: 400px;
  height: 100%;
}

/* ✅ Mobile devices: reduce padding */
@media (max-width: 768px) {
  .breadcrumb-bg {
    padding: 40px 0; 
      min-height: 200px;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--white-color);
}

.mission-card {
  border: none;
  background: var(--card-color);
  box-shadow: 0 0 10px rgba(160, 82, 45, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 12px;
}

.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(160, 82, 45, 0.2);
}

.icon-box {
  background-color: var(--alt-color);
  color: var(--primary-color);
  font-size: 2.2rem;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mission-card:hover .icon-box {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.service-icon {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 38px;
  height: 38px;
  background-color: var(--primary-color);
}

.services .services-item {
  box-shadow: 0 0 60px rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}

.services-section {
  padding: 60px 20px;
  text-align: center;
}

.service-card {
  background: var(--card-color);
  padding: 40px 20px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 0;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  color: var(--white-color)!important;
}

.service-card h4,
.service-card p {
  z-index: 2;
  position: relative;
  transition: color 0.3s;
}

.service-card:hover h4,
.service-card:hover p {
  color: #fff!important;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--white-color);
  transition: transform 0.5s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-card:hover .icon-circle {
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  background-color: var(--secondary-color);
}

/* ==================
  Shop Page Style
================== */
.bakery {
  transition: background 0.4s ease-in-out;
}

.bakery:hover {
  background: var(--primary-color) !important;
  transition: background 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.product-content {
  transition: background 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.bakery:hover .product-content {
  background: var(--light-color) !important;
  transform: scale(1.05);
}

.bakery-product {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}

.bakery-product:hover {
  background: var(--primary-color) !important;
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.bakery_img img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.bakery-product:hover .bakery_img img {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.bakery-product:hover .heading-text,
.bakery-product:hover .para-text {
  color: var(--white-color) !important;
}

.bakery_img {
  width: 100px;
  height: 100px;
}

/*================================================
  Gallery Page Style
=================================================*/

#demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.thumb {
  margin-bottom: 30px;
}

.page-top {
  margin-top: 85px;
}

img.zoom {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.05);
}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.859);
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: unset;
}

.fancybox-next span::after {
  content: '\f061';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: var(--white-color);
  background-color: rgba(var(--dark-rgb), 0.7);
  border: 1px solid var(--white-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-prev span::after {
  content: '\f060';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: var(--white-color);
  background-color: rgba(var(--dark-rgb), 0.7);
  border: 1px solid var(--white-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-close::after {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: var(--white-color);
  background-color: rgba(var(--dark-rgb), 1);
  border: 1px solid var(--white-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header {
  border-bottom: none;
}

@media (max-width: 420px) {
  .thumb {
    width: 50%;
    margin-bottom: 15px;
  }

  img.zoom {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
  }
}

@media (max-width: 576px) {
  .thumb {
    margin-bottom: 20px;
  }

  img.zoom {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 5px;
  }
}

@media (max-width: 360px) {
  .thumb {
    margin-bottom: 15px;
  }

  img.zoom {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 5px;
  }
}

/*================================================
 Blog Page Style
=================================================*/

.blog-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-post:hover {
  transform: translateY(-5px);
}

.blog-post .blog-main-img a.blog-img {
  display: block;
  position: relative;
}

.blog-post .blog-post-content .date-time {
  background-color: var(--primary-color);
  padding: 15px 30px;
  position: absolute;
  top: -22px;
}

.blog-post .blog-post-content {
  width: 90%;
  padding: 50px 30px 30px;
  margin: -60px auto 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--card-color);
  border: 1px solid var(--primary-color);
}

/*================================================
Blog Details Page Style
=================================================*/

.blog-details-desc .article-footer {
  padding: 15px 20px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: var(--primary-color);
}

.block-quote {
  overflow: hidden;
  padding: 20px !important;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--primary-color);
  display: inline-block;
  padding: 6px 20px 3px;
}

.comments-area .comment-body .reply a:hover {
  color: var(--white-text);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.comments-area .comment-author {
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
}

.comments-area .comment-metadata a:hover {
  color: var(--primary-color);
}

/*================================================
  Widget Sidebar CSS
=================================================*/
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  font-weight: 600;
}

.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: var(--primary-color);
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
  height: 50px;
  color: #000;
  background-color: var(--form-color);
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: 1px solid #f2f4f5;
  box-shadow: none;
  transition: all 0.7s;
}

.widget-area .widget_search form .search-field:focus {
  outline: 0;
}

.widget-area .widget_search form button {
  border: none;
  background-color: var(--card-color);
  color: var(--primary-color);
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: all 0.7s;
  top: 5px;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white-color);
}

.blog-img-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.widget-area .widget_posts_thumb .item .info .title a:hover {
  color: var(--primary-color) !important;
}

.widget-area .tagcloud a {
  display: inline-block;
  background: var(--alt-color);
  color: var(--heading-text);
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-size: 14px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: var(--white-color);
  background-color: var(--primary-color);
}

/* ==================
  FAQ Style
================== */

.faq-image {
  max-height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .faq-image {
    max-height: 250px;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.faq-image {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.faq-image:hover {
  transform: scale(1.04);
  opacity: 0.9;
}

.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .accordion-button:not(.collapsed) {
  background-color: var(--alt-color);
  color: var(--heading-text);
}

.faq-content .accordion-body {
  background: var(--alt-color);
  color: var(--heading-text);
  padding: 20px;
  border-radius: 8px;
}

.faq-content .accordion-button {
  background-color: var(--card-color);
  color: var(--white-color);
  transition: color 0.3s ease-in-out;
}

.faq-content .accordion-button:hover {
  color: var(--primary-color);
}

.faq-content .accordion-button:not(.collapsed)::after {
  content: '\f078';
  font-family: 'FontAwesome';
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq-content .accordion-button::after {
  content: '\f077';
  font-family: 'FontAwesome';
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq-content .accordion-button {
  background-color: var(--card-color);
  color: var(--heading-text);
}

.faq-content .accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: none;
}

.faq-content .accordion-button:focus {
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.faq-content .accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}

.faq-content .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: var(--alt-color);
  border: 1px solid var(--primary-color);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .accordion-body {
  background: var(--alt-color);
  color: var(--heading-text);
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
}

.faq-content .accordion-button {
  background-color: var(--card-color);
  color: var(--heading-text);
  font-weight: bold;
  border: none;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.faq-content .accordion-button:hover {
  color: var(--primary-color);
}

.faq-content .accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: none;
}

.faq-content .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.faq-content .accordion-button::after {
  content: '\f077';
  font-family: 'FontAwesome';
  transition: transform 0.3s ease-in-out;
  background-image: unset;
  color: var(--heading-text);
}

.faq-content .accordion-button:not(.collapsed)::after {
  content: '\f078';
  transform: rotate(180deg);
  color: var(--white-color);
  background-image: unset;
}

/* ==================
  Pricing Page Style
================== */

.pricing-card {
  background: var(--card-color);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: left;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.price {
  font-size: 36px;
  font-weight: bold;
  color: var(--primary-color)
}

.price small {
  font-size: 20px;
  color: var(--para-text);
}

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

.features-list li {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--para-text);
}

.features-list li::before {
  content: "✔";
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 8px;
}

.btn-primary {
  background: var(--primary-color);
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.btn-primary:hover {
  background-color: var(--primary-hover-color) !important;
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: var(--white-color);
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: bold;
}

.pricing-card h3 {
  font-size: 22px;
  font-weight: bold;
}

.pricing-card hr {
  margin: 15px 0;
  border: 0;
  height: 1px;
  background: #ddd;
}

/*================================================
   404 Error Page CSS
=================================================*/
.error-page__pattern {
  min-height: 100vh;
}

.error-404 {
  font-size: 160px;
}

.error-404 span.rotating {
  display: inline-block;
  animation: rotateAnimation 3s infinite linear;
  color: var(--heading-text)
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.floating {
  animation: floatAnimation 4s ease-in-out infinite;
  filter: drop-shadow(149, 152, 200, .2) !important;
}

/* ========================
   Coming Soon Page Style
========================== */

.countdown-section {
  min-height: 100vh;
}

.countdown-frame {
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  margin: auto; 
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.countdown span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}

.email-form button{
  min-width: 140px;
}
@media(min-width:576px) {
  .email-form {
    max-width: 500px;
  }
}

@media(max-width:575px) {
  .email-form input {
    margin-bottom: 20px;
  }

  .email-form button {
    width: 100%;
  }
}

.countdown-item span {
  display: block;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .countdown-item span {
    font-size: 0.9rem;
  }

  .email-form input {
    width: 100%;
  }
}

#comingSoon .error:not(.form-control) {
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.error:not(.form-control):not(.form-select) {
  padding: 2px 5px;
  margin-top: 5px;
  font-size: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  padding: 10px 15px;
}

.nav-tabs .nav-link.active {
  color: var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color);
  background-color: transparent;
}

/*================================================
  Best Seller Section Background Style
=================================================*/

.best_seller_bg {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.4)),
    url(../../assets/backround_img/Best-Seller-Section.webp) no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/*================================================
  Counter Section Background Style
=================================================*/

.counter_bg {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.4)),
    url(../../assets/backround_img/Counter-Section.webp) no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/*================================================
  Testimonials Section Style
=================================================*/

.testi_img img {
  width: 60px;
  height: 60px;
}

#testimonial-main .owl-nav {
  display: flex !important;
  justify-content: center !important;
}

#testimonial-main .owl-theme .owl-prev,
#testimonial-main .owl-theme .owl-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 19px !important;
  background: var(--primary-color) !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
}

#testimonial-main .owl-theme .owl-prev:hover,
#testimonial-main .owl-theme .owl-next:hover {
  background: var(--primary-hover-color);
  color: var(--white-color);
  text-decoration: none;
}

#testimonial-main .owl-item.center .test_content {
  background-color: var(--primary-color) !important;
}

#testimonial-main .owl-item.center .test_content p,
#testimonial-main .owl-item.center .test_content h5 {
  color: var(--white-text) !important;
}

/*================================================
  Team Section Style
=================================================*/

.team .team-item {
  position: relative;
  overflow: hidden;
  background: var(--card-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

.team .team-item .team-inner {
  transition: 0.5s;
}

.team .team-item:hover .team-inner {
  box-shadow: var(--card-shadow)
}

.team .team-item .team-inner .team-img {
  position: relative;
  z-index: 2;
}

.team .team-item .team-inner .team-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(0deg, rgba(var(--primary-color-overlay), 0.2), rgba(var(--primary-color-overlay), 0.3));
  transition: 0.5s;
  z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
  height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
  opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
  position: absolute;
  bottom: 0;
  left: -100%;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  display: inline-flex;
  background: var(--secondary-color);
  transition: 0.5s;
  z-index: 4;
  gap: 4px;
}

.team .team-item:hover .team-inner .team-img .team-icon {
  left: -25px;
}

/*================================================
  Contact Page Style
=================================================*/

.bg-light-peach {
  background-color: var(--bg-light-peach);
}

.info-card {
  padding: 2rem 1rem 1rem;
  border-radius: 10px;
  position: relative;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background-color: var(--primary-color);
}

.info-card:hover h5,
.info-card:hover p,
.info-card:hover a {
  color: var(--white-color) !important;
  text-decoration: none;
}

.info-box {
  background-color: var(--bg-light-peach);
  border-radius: 12px;
  padding: 30px 20px 20px;
  position: relative;
  text-align: left;
  min-height: 160px;
}

.info-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -25px;
  left: 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 12px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--card-color);
}

.info-icon i {
  color: var(--white-color);
  font-size: 50px;
}

.contact_map {
  height: 500px;
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

.contact_bg {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.4)),
    url(../../assets/backround_img/Contact-Section.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.newsletter_bg {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.7), rgba(var(--secondary-overlay), 0.4)),
    url(../../assets/backround_img/Newsletter.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer_bg {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 1), rgba(var(--secondary-overlay), 0.4)),
              url(../../assets/backround_img/Footer-Section.webp) center center / cover no-repeat fixed;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer-gallery img {
  height: 70px;
}

/*================================================
  Instagram Feed Section Style
=================================================*/

.img-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.img-overlay img {
  width: 500px;
  height: 400px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.img-overlay:hover img {
  transform: scale(1.1);
}

.img-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--secondary-overlay), 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.img-overlay:hover .overlay {
  opacity: 1;
}

.img-overlay .overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ==================
  Newsletter Section Style
================== */

#newsletter .error:not(.form-control) {
  position: absolute;
  top: 100%;
}

/* ==================
  Back to top Style
================== */

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  border: 2px dotted var(--white-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backtotop:hover {
  cursor: pointer;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .offcanvas-body {
    background-color: var(--body-color) !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-body {
    background-color: transparent !important;
  }
}

@media (max-width: 1199px) {

  .phone-text,
  .phone-text a {
    color: var(--heading-text) !important;
  }
}

@media (min-width: 1200px) {

  .phone-text,
  .phone-text a {
    color: var(--white-text) !important;
  }
}

.faq-contact-area .faq-contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  padding: 0;
  display: block;
  margin: 20px 0 0;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  margin: 0 3px;
}

.pagination .page-item .page-link {
  color: var(--primary-color);
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--alt-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  border-radius: 50%;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: var(--card-shadow);
}

.pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: var(--card-shadow);
}

/*================================================
   Product Details Page Style
=================================================*/

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: var(--danger-color);
}

.old-price {
  font-size: 20px;
  color: #aaa;
}

.thumbnail {
  width: 80px;
  height: 80px;
  padding: 10px;
  background: var(--white-color);
  border-radius: 12px;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
  transform: scale(1.05);
  border-color: var(--primary-color);
}

.quantity-box {
  width: 70px;
  height: 40px;
  font-size: 16px;
  border-radius: 8px;
}

.product-image {
  background: repeating-radial-gradient(circle, #fff 0px, #fff 8px, #fffaf0 8px, #fffaf0 16px);
}

.product-image {
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eee;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .product-image {
    justify-content: flex-start !important;
    text-align: left;
  }
}

.magnifier {
  position: absolute;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  border: 2px solid #ddd;
  border-radius: 50%;
  pointer-events: none;
  display: none;
  z-index: 5;
}

.magnifier{ 
  
    background-image: url(../../assets/shop-items/01.webp);

   }

.magnify {
  margin: 20px auto;
  display: inline-block;
  position: relative;
}

.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  border: 5px solid #fff;
}

.middle-bar {
  padding: 10px 0;
}

.search-box {
  background-color: var(--alt-color);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--primary-color);
}

.search-box input {
  border: none;
  background-color: transparent;
  padding: 10px;
  width: 100%;
}

.search-box input:focus {
  outline: none;
}

.search-box button {
  background-color: transparent;
  border: none;
  padding: 10px;
  color: var(--primary-color);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.custom-dropdown .dropdown-toggle::after {
  display: none;
  /* Remove default dropdown arrow */
}

.custom-dropdown .dropdown-menu {
  border-radius: 12px;
  min-width: 180px;
  padding: 0.5rem 0;
  background-color: var(--white-color);
}

.custom-dropdown .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  color: #333;
  transition: background 0.3s, color 0.3s;
}

.custom-dropdown .dropdown-menu {
  padding: 12px 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border: none;
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding-left: 25px;
}

.cart-dropdown .dropdown-toggle::after {
  display: none;
}

.cart-dropdown .dropdown-menu {
  width: 300px;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border: none;
  background-color: var(--card-color);
  right:0;
  left:unset;
}

.cart-dropdown .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;

}

.cart-dropdown .cart-item img {
  width: 50px;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 8px;
}


.cart-dropdown .cart-info {
  flex: 1;
  font-size: 14px;
}

.cart-dropdown .cart-info strong {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.cart-dropdown .cart-info span {
  color: var(--para-text);
}

.cart-dropdown .view-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-text);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  text-align: center;
}

.cart-dropdown .cart-summary {
  font-size: 14px;
  margin-top: 10px;
}

.cart-dropdown .cart-summary .d-flex {
  justify-content: space-between;
  margin: 4px 0;
}

.cart-dropdown .total {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
}

.cart-dropdown .btn-group {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.cart-dropdown .btn-group .btn {
  flex: 1;
  border-radius: 30px !important;
  font-size: 14px;
  font-weight: 600;
}

.btn-view-cart {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-checkout {
  background-color: var(--primary-color);
  border: none;
  color: #fff;
}

.btn-view-cart:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-checkout:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.cart-item {
  background: var(--gray-light);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cart-img-wrapper {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #f9f9f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cart-title {
  font-size: 14px;
  line-height: 1.2;
}

.cart-price {
  font-size: 13px;
}

.cart-qty .qty-input {
  width: 40px;
  height: 32px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}

.cart-img-wrapper {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #f9f9f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cart-title {
  font-size: 14px;
  line-height: 1.2;
}

.cart-price {
  font-size: 13px;
}

.cart-qty .qty-btn {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}

.delete-icon {
  font-size: 14px;
  cursor: pointer;
  color: var(--danger-color);
}

.cart-scroll-area::-webkit-scrollbar {
  width: 5px;
}

.cart-scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.cart-scroll-area::-webkit-scrollbar-track {
  background: transparent;
}

.cart-scroll-area {
  max-height: 200px;
  overflow: hidden;
}
.cart-scroll-area{
  max-height: 200px; 
  overflow-y: auto; 
  padding-right: 5px;
}

.cart-count {
  position: absolute;
  top: -9px;
  right: -10px;
  background-color: var(--danger-color);
  color: white;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

/*--------------------------------------------------------------
  # Login Register Section
--------------------------------------------------------------*/
.login-register .login-register-wraper {
  background-color: var(--body-color);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.login-register .nav-tabs {
  border: none;
  margin-bottom: 2rem;
  gap: 0.75rem;
}

.login-register .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0.875rem 1.75rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--heading-text);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-register .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.login-register .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  transform: translateY(-2px);
}

.login-register .nav-tabs .nav-item .nav-link i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

.login-register .form-label {
  font-weight: 500;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.login-register .form-control {
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 3.25rem;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-register .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 85%);
  background-color: var(--surface-color);
}

.login-register .form-control:hover {
  border-color: color-mix(in srgb, var(--primary-color), transparent 50%);
  background-color: var(--primary-color);
}

.login-register .form-check {
  margin-bottom: 1rem;
}

.login-register .form-check .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid color-mix(in srgb, var(--heading-text), transparent 70%);
  border-radius: 6px;
  margin-right: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.login-register .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.login-register .form-check .form-check-input:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-color), transparent 85%);
  border-color: var(--primary-color);
}

.login-register .form-check .form-check-label {
  color: color-mix(in srgb, var(--heading-text), transparent 30%);
  font-size: 0.95rem;
  cursor: pointer;
}

.login-register .form-check .form-check-label a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.login-register .form-check .form-check-label a:hover:after {
  transform: scaleX(1);
}

.login-register .btn-primary {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-register .btn-primary:hover {
  transform: translateY(-2px);
}

.login-register .btn-primary:active {
  transform: translateY(0);
}

.login-register .forgot-password {
  color: color-mix(in srgb, var(--heading-text), transparent 15%);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.login-register .forgot-password:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.login-register .forgot-password:hover:after {
  transform: scaleX(1);
}

@media (max-width: 576px) {
  .login-register {
    padding: 2rem;
    border-radius: 16px;
  }

  .login-register .nav-tabs {
    gap: 0.5rem;
  }

  .login-register .nav-tabs .nav-item .nav-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }

  .login-register .form-control {
    font-size: 16px;
  }
}

.wishlist-item {
  background: var(--alt-color);
  margin-bottom: 10px;
  border: none;
  padding: 20px;
  border-radius: 8px;
}

.wishlist-img {
  width: 70px;
  height: auto;
  object-fit: cover;
}

.link {
  color: var(--heading-text);
  font-size: 14px;
  text-decoration: underline;
}

.link:hover {
  color: var(--primary-color);
}

.wishlist-price {
  font-size: 16px;
}

.wishlist-heart {
  background: none;
  border: none;
  font-size: 20px;
}

.fa-btn-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.fa-btn-close:hover {
  color: var(--primary-color);
}

/* -------- RESPONSIVE STYLES -------- */

@media (max-width: 768px) {
  .wishlist-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .wishlist-actions {
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
  }

  .wishlist-actions .me-4 {
    margin-right: 10px !important;
  }

  .wishlist-price {
    font-size: 14px;
  }

  .wishlist-heart {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .wishlist-img {
    width: 60px;
  }

  .link {
    font-size: 13px;
  }

  .wishlist-price {
    font-size: 13px;
  }

  .wishlist-section .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
}

.checkout-section {
  background-color: var(--card-color);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.product-img {
  width: 60px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.text-muted small {
  font-size: 0.75rem;
}

hr {
  border-color: var(--primary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.form-check-input:focus{
  box-shadow: none;
  border-color: var(--primary-color);
}

.form-control:focus{
  background-color: transparent;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select.form-select {
  padding-right: 2.5rem;
  background-image: none !important;
}

.custom-select-wrapper .fa {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
}

.qty-btn:focus,
.qty-btn:active {
  background-color: var(--primary-color)!important;
  color: #fff!important;
  outline: none;
}

@media (max-width: 500px) {
  .heading-title {
    font-size: 24px !important;
  }
}

@media (max-width: 576px) {
  .logo-light {
    max-width: 200px
  }
}

.toast-message {
  z-index: 9999;
}