*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: var(--primary-color) !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #df214c;
  --secondary-color: #43121d;
  --third-color: #f98169;
  --white-color: #fff;
  --text-color: #555;
  --text-gray: #999;
  --black-color: #000;
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Quicksand", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  font-size: 100%;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background: var(--white-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3rem;
  color: var(--secondary-color);
}

h2 {
  font-weight: 700;
  font-size: 2.25rem;
  text-transform: capitalize;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  line-height: 3rem;
}

h4 {
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

h5 {
  color: var(--primary-color);
  text-transform: var(--secondary-font);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 1px;
}

.main-btn {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  line-height: 1.5625rem;
  background-color: var(--primary-color);
  border: 0.1875rem solid var(--primary-color);
  color: var(--white-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19);
  --webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transiiton: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn {
  padding: 0.625rem 1.875rem;
  line-height: 25px;
  background-color: var(--white-color);
  border: 0.1875rem solid var(--white-color);
  color: var(--text-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 15%);
  --webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.main-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.btn-outline-danger:hover{
  color: white !important;
}
.white-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.wrapper {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.text-content {
  width: 70%;
  margin: auto;
}

.counter-section h2,
.testimomial-section h2,
.book-order-text h2 {
  color: var(--white-color);
}

/* navbar section */
.navbar-brand {
  font-size: 21px;
  font-family: cursive;
  font-weight: bold;
  color: var(--white-color);
}
.navbar-brand img {
  background-color: white;
  border-radius: 54px;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  --webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap .nav-item {
  padding: 0 0.625rem;
  transition: all 200ms linear;
}

.navbar-toggler:focus {
  outline: unset;
  border: unset;
  box-shadow: none;
}
.navbar-nav .nav-link.active {
  color: white;
}
.nav-link {
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  letter-spacing: 1px;
}

.navigation-wrap .main-btn {
  padding: 0.3125rem 1.4375rem;
  box-shadow: none;
  margin-left: 0.625rem;
}

.navigation-wrap.scroll-on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.09);
  transition: all 0.15s ease-in-out 0s;
  color: var(--primary-color);
}
.navigation-wrap.scroll-on .nav-link {
  color: var(--primary-color);
}
.navigation-wrap.scroll-on .navbar-brand {
  color: var(--primary-color) !important;
}

.CartBanner{
   width: 100%;
  background: url("../images/CartBanner.png") no-repeat center;
  background-size: cover;
  padding: 10.875rem 0 9.375rem;
}
/* Top banner section */
.top-banner {
  width: 100%;
  background: url("../images/n1.png") no-repeat center;
  background-size: cover;
  padding: 10.875rem 0 9.375rem;
}
.top-banner p {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
}
.Banner-text {
  color: var(--white-color);
  font-family: cursive;
}
.textBold {
  color: var(--primary-color);
}
/* counter section */

.counter-section {
  background-color: var(--primary-color);
  padding: 2.5rem 0;
}

.counter-section p {
  color: var(--white-color);
  text-transform: uppercase;
}

/* About section */
/* Top banner section */
.aboutUs {
  width: 100%;
  background: url("../images/AboutUsBanner.png") no-repeat center;
  background-size: cover;
  padding: 10.875rem 0 9.375rem;
}
.MyAccount {
  width: 100%;
  background: url("../images/MyAccountBanner.png") no-repeat center;
  background-size: cover;
  padding: 10.875rem 0 9.375rem;
}
.bi-cart{
  padding: 6px;
  font-weight: bold;
}
.cart-position{
      background-color: var(--primary-color);
    color: white;
    border: 1px solid white;
    border-radius: 43px;
    padding: 7px;
    font-weight: bold;
}
#userMenu{
 background-color: var(--primary-color);
    color: white;
    border: 1px solid white;
    border-radius: 43px;
    padding: 10px 22px;
    font-weight: bold;
}
#userMenu:hover{
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 43px;
    padding: 10px 22px;
    font-weight: bold;
}
.login-btn{
    background-color: var(--primary-color);
    color: white;
    border: 1px solid white;
    border-radius: 43px;
    padding: 10px 22px;
    font-weight: bold;
}
.login-btn:hover{
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 43px;
    padding: 10px 22px;
    font-weight: bold;
}
.cart-position:hover{
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-weight: bold;
}
.FAQ{
    width: 100%;
  background: url("../images/FAQ.png") no-repeat center;
  background-size: cover;
  padding: 10.875rem 0 9.375rem;
}
.ExploreDesign{
   width: 100%;
  background: url("../images/EDBanner.png") no-repeat center;
  background-size: cover;
  padding: 10.875rem 0 9.375rem;
}
.about-section {
  background: var(--white-color);
}

.about-section .card,
.about-section .card-img {
  border-radius: 0.625rem;
}

.about-section .text-sec {
  padding-left: 2rem;
}

.design-type {
  padding-top: 3.25rem;
}
.design-type ul li {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 32px;
  position: relative;
  margin-left: 30px;
}

.design-type ul li::before {
  position: absolute;
  left: -2.1875rem;
  color: var(--primary-color);
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

/* Story section */

.story-section {
  width: 100%;
  height: 26.125rem;
  background: url("../images/BOBanner.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
 
  text-align: center;
}

.story-section p {
  color: var(--white-color);
}
.story-section h2 {

     color: #ffffff;
    font-weight: 800;
    letter-spacing: 1px;
}

/* Explore Section*/
.explore-design .card {
  border: none;
  background-color: transparent;
  border-radius: 0.9375rem;
}

.explore-design .card img {
  border-radius: 0.9375rem;
  object-fit: cover;
}

.explore-design .card span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #eee;
}

.explore-design .card span del {
  color: var(--text-gray);
  margin-left: 0.5rem;
}

/* Testimonial Section */
.testimonial-section {
  background-color: var(--primary-color);
}
.testimonial-section h2 {
  color: var(--white-color) !important;
}

.testimonial-section .carousel-item {
  margin-top: 3rem;
  padding: 10rem 3.125rem;
  background-color: var(--white-color);
  border-radius: 0.9375rem;
  text-align: center;
}
.testimonial-section .carousel-caption img {
  max-width: 5rem;
  border-radius: 50%;
  padding: 0.3125rem;
}

.testimonial-section .carousel-item .carousel-caption p {
  font-size: 1.3125rem;
  line-height: 2.6025rem;
  padding: 0 11% 0.625rem;
}
.testimonial-section .carousel-indicators {
  bottom: -2.8125rem;
}
.testimonial-section .carousel-indicators button {
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 50%;
  border: none;
  margin-right: 1rem;
  opacity: 0.2;
}
.testimonial-section .carousel-indicators button.active {
  opacity: 1;
}

/* FAQ Section */
.faq h4 span {
  color: var(--primary-color);
  font-size: 1.875rem;
  margin-right: 0.3125rem;
}

/* Book order section*/
.book-order {
  width: 100%;
  background: url("../images/BO1Banner.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 71.9125px;
  padding: 6.375rem 0;
}

/* Newsletter section */
/* ===============================
   FemNayra Response Modal
================================ */
.modal-header.fem-modal-header {
  background: linear-gradient(135deg, #e91e63, #f48fb1) !important;
}


.modal-content {
  border-radius: 18px;
  border: none;
  box-shadow: 0 15px 40px rgba(233, 30, 99, 0.35);
}

/* Close button white */
.btn-close-white {
  filter: invert(1);
}

.newsletter {
  width: 55%;
  margin: 0 auto;
}
.newsletter .form-control {
  height: 3.225rem;
  padding: 0 1.225rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  border: 0.1875rem solid var(--text-color);
  color: var(--black-color);
  font-weight: 700;
}
.newsletter .form-control:hover,
.newsletter .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

/* Footer Section */
.footer {
  background: var(--primary-color);
}
.footer .footer-link {
  font-size: 1rem;
  color: var(--white-color);
  padding: 0 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.footer .footer-link:hover {
  color: var(--white-color) !important;
}
.footer a i {
  font-size: 1.5rem;
  color: var(--white-color);
  padding: 0 1rem;
}
.footer-copy h5 {
  color: var(--white-color);
}

/* __________Scroll-up */
#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  width: 50px;
  height: 50px;
  z-index: 9999;
  box-shadow: 0 4px 10px #0000004d;
  background-color: var(--primary-color);
  color: white;
}

.nav-link.active-link {
  color: var(
    --primary-color
  ) !important; /* use !important to override other styles */
}



/*Login Page Css*/
 .login-card {
    max-width: 450px;
    margin: 80px auto;    /* TOP + BOTTOM spacing */
    padding: 45px;
        margin-top: 177px;
    border-radius: 18px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 35px #df214c;
    border: 2px solid #df214c;
    animation: fadeIn .7s ease-in-out;
    position: relative;
}


    /* Golden glow */
    .login-card:before {
        content: "";
        position: absolute;
        inset: -4px;
        border-radius: 20px;
        background: linear-gradient(45deg, #ffd668, #ffedbe, #fff3d0);
        filter: blur(15px);
        z-index: -1;
        opacity: 0.35;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    h2 {
        font-weight: 700;
        color: #df214c;
        text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

    .form-control {
        border-radius: 10px;
        padding-left: 40px;
        height: 48px;
        border: 1.8px solid #df214c;
    }

    .form-control:focus {
        border-color: #df214c;
        box-shadow: 0 0 6px #df214c;
    }

    .input-icon {
        position: absolute;
        top: 12px;
        left: 12px;
        font-size: 20px;
        color: #df214c;
    }

    .btn-login {
        height: 48px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        background: #df214c;
        border: none;
        color: white;
        box-shadow: 0 4px 10px #df214c;
        transition: 0.3s;
    }

    .btn-login:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px #df214c;
    }

    .bottom-text a {
        font-weight: 600;
        color: #df214c;
    }

    .bottom-text a:hover {
        color: #df214c;
    }
  
.login-title {
    font-weight: 700;
    font-size: 28px;
    color: #df214c;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    letter-spacing: 1px;
    background: #df214c;
    -webkit-background-clip: text;
    padding-bottom: 10px;
    -webkit-text-fill-color: transparent;
}
.login-body{
    width: 100%;
          background: url("../images/CartBanner.png") no-repeat center !important;
          background-size: cover !important;
          display: flex !important;
          flex-direction: column !important; 
          font-family: "Poppins", sans-serif !important;
}

/*Register Section*/
.register_body {
      width: 100%;
      background: url("../images/CartBanner.png") no-repeat center;
      background-size: cover;
      display: flex;
      flex-direction: column;
      font-family: "Poppins", sans-serif;
    }

    /* MOBILE VIEW */
    @media (max-width: 576px) {
      .register-card {
        max-width: 90% !important;
        padding: 25px !important;
        margin: 20px auto !important;
      }

      .register-title {
        font-size: 22px !important;
        margin-bottom: 25px !important;
      }

      .password-wrapper i {
        right: 18px !important;
        top: 65% !important;
      }
    }

    /* TABLET VIEW */
    @media (max-width: 768px) {
      .register-card {
        max-width: 80% !important;
        padding: 35px !important;
      }
    }

    .register-card {
      max-width: 650px;
      margin: 60px auto;
      margin-top: 177px;
      padding: 45px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 35px #df214c;
      border: 2px solid #df214c;
    }

    .register-title {
      text-align: center;
      font-weight: 800;
      font-size: 30px;
      margin-bottom: 40px;
      color: #df214c;
      display: flex;
      justify-content: center;
    }

    .password-wrapper {
      position: relative;
    }

    .password-wrapper i {
      position: absolute;
      right: 23px;
      top: 71%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #df214c;
    }

    .btn-register {
      height: 48px;
      border-radius: 10px;
      font-size: 18px;
      font-weight: 600;
      background: #df214c;
      border: none;
      color: white;
      box-shadow: 0 4px 10px #df214c;
      transition: 0.3s;
    }

    .btn-register:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 16px #df214c;
      background-color: white;
    }

    .bottom-text a {
      font-weight: 600;
      color: #df214c;
      text-decoration: none !important;
    }

    .bottom-text a:hover {
      color: #df214c;

    }

    /* My Order page */
    .account-card{
    border-radius:20px;
    box-shadow:0 10px 30px rgba(223,33,76,.35);
    border:2px solid #df214c;
    background:#fff;
}
.account-title{
    color:#df214c;
    font-weight:700;
}
.profile-icon{
    width:90px;
    height:90px;
    background:#df214c;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin:auto;
}

/* Payment Sucess Section */

.payment_success {
       background: linear-gradient(176deg, #bd1547, #f5194c);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.success-card {
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 420px; /* smaller card */
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    text-align: center;
    animation: pop 0.45s ease-out;
}
@keyframes pop {
    0% { transform: scale(0.85); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.success-icon {
    font-size: 56px;
    color: #28a745;
}
.btn-shop {
    background: #ff9900;
    border: none;
    font-size: 15px;
    padding: 9px 20px;
    border-radius: 8px;
    color: white;
    margin-top: 10px;
    transition: 0.25s;
}
.btn-shop:hover {
    background: #e28500;
    transform: scale(1.03);
}
.payment-info {
    font-size: 15px;
    margin-top: 6px;
    font-weight: 500;
}
.small-muted { color: #6c757d; font-size: 13px; }
hr { margin: 12px 0; }
.status-ok { color: #198754; font-weight: 600; }
.status-fail { color: #dc3545; font-weight: 600; }



/* ============================
   Product Page / Carousel CSS
============================ */

/* Body */
body { 
    background-color: #f3f3f3; 
    margin: 0; 
    font-family: Arial, sans-serif;
}

/* Carousel wrapper */
.carousel-wrapper { 
    width: 100%; 
    position: relative; 
}

/* Horizontal scroll row */
.scroll-row {
    display: flex;
    gap: 15px;
    overflow-x: auto; /* horizontal scroll */
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* smooth scroll for iOS */
}
.scroll-row::-webkit-scrollbar { display: none; } /* hide scrollbar */

/* Product Card */
.product-card {
    flex: 0 0 auto; /* do not shrink */
    width: 200px; /* desktop width */
    border-radius: 8px;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    scroll-snap-align: start;
}

/* Product image */
.product-card img { 
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Hover effect on desktop */
.product-card:hover { 
    transform: translateY(-1px); 
    box-shadow: 0 8px 20px rgba(0,0,0,0.2); 
}

/* Card body */
.card-body { padding: 10px; }
.card-body h6 { font-size: 16px; margin-bottom: 5px; }
.price { font-size: 14px; font-weight: bold; color: #388e3c; }
.old-price { text-decoration: line-through; color: #888; margin-left: 5px; font-weight: normal; }

/* Buttons */
.btn-primary { 
    background-color: #ff4d4f; 
    border: none; 
}
.btn-primary:hover { 
    background-color: #ff2428ff; 
}

/* Section title */
.section-title { 
    font-weight: bold; 
    font-size: 24px; 
    margin-bottom: 10px; 
    color: #111; 
    border-left: 4px solid #ff9900; 
    padding-left: 8px; 
}

/* Scroll buttons container */
.btn-container { 
    display: flex; 
    gap: 10px; 
    margin-top: 10px; 
    justify-content: center; 
}

/* Sale badge */
.badge-sale { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    background: #ff4d4f; 
    color: #fff; 
    font-size: 12px; 
    padding: 3px 6px; 
    border-radius: 4px; 
}

/* Quick buttons */
.quick-buttons { 
    position: absolute; 
    top: 10px; 
    right: 10px; 
    display: flex; 
    flex-direction: column; 
    gap: 5px; 
}
.quick-buttons button { 
    font-size: 17px; 
    padding: 2px 5px; 
    border-radius: 4px; 
    border: 1px solid black; 
    color: gray; 
}

/* Rating */
.rating { 
    color: #ffce00; 
    font-size: 12px; 
    margin-bottom: 5px; 
}

/* Typography / other styles */
.lead {
    font-size: 1.1rem;
    color: #4a3d1a;
    text-align: center;
}
.divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, #c79a36, #f7e27a, #c79a36);
    margin: 10px auto 20px auto;
    border-radius: 5px;
}
.support_heading {
    font-weight: bold;
    color: #b37a12;
    text-align: center;
    font-size: 2.2rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin-top: 34px;
}
.cart-icon {
        position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    border-radius: 18px;
}
.cart-icon:hover {
     color: var(--primary-color);
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
}

.cart-icon i {
    font-size: 22px;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;   /* 🔥 THIS IS THE KEY FIX */
    background: #ff4061;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


/* ============================
   Responsive adjustments
============================ */

/* Desktop / large screens */
@media (max-width: 1200px) { 
    .product-card { width: 180px; } 
}

/* Tablets */
@media (max-width: 992px) { 
    .product-card { width: 160px; } 
}

/* Small tablets / large mobiles */
@media (max-width: 768px) { 
    .product-card { width: 140px; } 
}

/* Mobile phones */
@media (max-width: 480px) { 
    .product-card { width: 120px; } 
}


/* Thank You Section */
body { background: linear-gradient(to bottom, #fff8f0, #f7e9d5); font-family: 'Segoe UI', sans-serif; overflow-x: hidden; }
.thank-card { max-width: 600px; margin: 10px auto; background: #fffaf0; padding: 50px; border-radius: 25px; text-align: center; box-shadow: 0 10px 35px rgba(0,0,0,0.1); position: relative; z-index: 1; overflow: hidden; }
.emoji { font-size: 70px; animation: bounce 1s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.btn-home { background: linear-gradient(45deg, #b37a12, #f7e27a); color: #fff; padding: 12px 35px; border-radius: 50px; font-weight: bold; text-decoration: none; transition: all 0.3s ease; }
.btn-home:hover { background: linear-gradient(45deg, #f7e27a, #b37a12); color: #000; transform: scale(1.05); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
/* Confetti */
.confetti { position: fixed; width: 10px; height: 10px; background: #f7e27a; top: -10px; z-index: 9999; opacity: 0.9; pointer-events: none; border-radius: 50%; animation: fall linear forwards; }
@keyframes fall { 0% { transform: translateY(0) rotate(0deg); } 100% { transform: translateY(100vh) rotate(360deg); opacity: 0; } }


/* Cart Section */

body { background: #f8f9fa; font-family: 'Segoe UI', sans-serif; }
.cart-items-wrapper { max-height: 450px; overflow-y:auto; padding-right:5px; overflow-x:hidden; }
.cart-items-wrapper::-webkit-scrollbar { width:6px; }
.cart-items-wrapper::-webkit-scrollbar-thumb { background-color:#bbb; border-radius:3px; }
.cart-items-wrapper::-webkit-scrollbar-thumb:hover { background-color:#999; }
.cart-card { padding:15px; margin-bottom:15px; border-radius:12px; background:#fff; box-shadow:0 8px 20px rgba(0,0,0,0.08); transition: transform 0.2s; }
.cart-card:hover { transform: translateY(-3px); }
.cart-img { height:120px; object-fit:cover; border-radius:10px; border:1px solid #eee; }
.quantity-input { width:60px; text-align:center; border-radius:5px; }
.remove-btn { margin-left:10px; transition: transform 0.2s; }
.remove-btn:hover { transform: scale(1.05); }
.order-summary { background: #fff; border-radius:12px; padding:25px 20px; box-shadow:0 8px 20px rgba(0,0,0,0.08); position: sticky; top:20px; }
.order-summary h5 { border-bottom:2px solid #ff9900; padding-bottom:5px; margin-bottom:15px; font-weight:600; }
.btn-checkout {  display: inline-block;
  padding: 0.625rem 1.875rem;
  line-height: 1.5625rem;
  background-color: var(--primary-color);
  border: 0.1875rem solid var(--primary-color);
  color: var(--white-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19);
  --webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transiiton: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
.btn-checkout:hover {  background-color: transparent;
  color: var(--primary-color);
border: 0.1875rem solid var(--primary-color) }
#emptyAnimation { display:none; text-align:center; margin-top:50px; animation: fadeIn 1s ease forwards; }
#emptyAnimation i { font-size:80px; color: gold; animation: pop 0.5s ease forwards; }
@keyframes pop { 0% {transform:scale(0);} 100% {transform:scale(1);} }
@keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} }
.coupon-input { max-width:140px; display:inline-block; }
@media(max-width:768px){
    .cart-card .col-md-4, .cart-card .col-md-5, .cart-card .col-md-3 { flex:0 0 100%; max-width:100%; text-align:center; }
    .cart-card .quantity-form { justify-content:center !important; align-item:center; margin-top:10px; }
    .cart-card .d-flex.justify-content-between { justify-content:center !important; gap:10px; margin-top:10px; }
}
.lead {
      font-size: 1.1rem;
      color: #4a3d1a;
      text-align: center;
    }
   .divider {
      width: 120px;
      height: 4px;
      background: linear-gradient(to right, #c79a36, #f7e27a, #c79a36);
      margin: 10px auto 20px auto;
      border-radius: 5px;
    }
   .support_heading {
              font-weight: bold;
      color: #b37a12;
      text-align: center;
      font-size: 2.2rem;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
      margin-top: 10px;
    }
    .quantity-input{
    width: 65px !important;
    min-width: 65px !important;
    padding: 6px 8px;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
}
