/* Etthnovistta Custom Styles */

/* Color Palette */
:root {
    --terracotta: #D2691E;
    --burnt-sienna: #E97451;
    --deep-indigo: #af8069; /*#c8a82b */
    --peacock-blue: #006B7F;
    --mustard-yellow: #E1AD01;
    --olive-green: #6B8E23;
    --cream: #FAF5EE;
    --off-white: #F5F5DC;
    --earthy-bg :#af8069;
}

/* Global Styles */
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    margin-top: 70px;
}

.serif-font {
    font-family: Georgia, serif;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Background Colors */
.bg-cream {
    background-color: var(--cream) !important;
}

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

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

.bg-indigo {
    background-color: var(--deep-indigo) !important;
}

.bg-mustard {
    background-color: var(--mustard-yellow) !important;
}

.bg-olive {
    background-color: var(--olive-green) !important;
}

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

/* Text Colors */
.text-terracotta {
    color: var(--terracotta) !important;
}

.text-indigo {
    color: var(--deep-indigo) !important;
}

.text-indigo-light {
    color: rgba(75, 0, 130, 0.7) !important;
}

.text-mustard {
    color: var(--mustard-yellow) !important;
}

.text-olive {
    color: var(--olive-green) !important;
}

.text-cream {
    color: var(--cream) !important;
}

.text-earthy {
    color: var(--earthy-bg) !important;
}

/* Border Colors */
.border-terracotta {
    border-color: var(--terracotta) !important;
}

.border-terracotta-light {
    border-color: rgba(210, 105, 30, 0.3) !important;
}

.border-mustard {
    border-color: var(--mustard-yellow) !important;
}

.border-earthy {
  border-color: var(--earthy-bg) !important
}

.border-gradient {
    /*border-image: linear-gradient(to right, var(--terracotta), var(--mustard-yellow), var(--peacock-blue)) 1;*/
    border-color: var(--mustard-yellow) !important;
}

/* Buttons */
.btn-terracotta {
    background-color: var(--terracotta);
    border-color: var(--terracotta);
    color: white;
}

.btn-terracotta:hover {
    background-color: var(--burnt-sienna);
    border-color: var(--burnt-sienna);
    color: white;
}

.btn-outline-terracotta {
    border-color: var(--terracotta);
    color: var(--terracotta);
}

.btn-outline-terracotta:hover {
    background-color: var(--terracotta);
    border-color: var(--terracotta);
    color: white;
}

.btn-mustard {
    background-color: var(--mustard-yellow);
    border-color: var(--mustard-yellow);
    color: var(--deep-indigo);
    font-weight: 600;
}

.btn-mustard:hover {
    background-color: #c99801;
    border-color: #c99801;
    color: var(--deep-indigo);
}

.btn-olive {
    background-color: var(--olive-green);
    border-color: var(--olive-green);
    color: white;
}

.btn-olive:hover {
    background-color: #5a7a1f;
    border-color: #5a7a1f;
    color: white;
}

.btn-earthy {
  background-color: var(--earthy-bg);
  border-color: var(--earthy-bg);
  color: #ffffff;
}

.btn-earthy:hover {
  background-color: #926a55;
  border: 1px solid #926a55;
  color: #ffffff;
}

/* Navigation */
.navbar {
    transition: all 0.3s ease;
}

.navbar-brand {
    letter-spacing: 0.05em;
}

.nav-link {
    transition: color 0.3s ease;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--terracotta) !important;
}

/* Hero Section – responsive for heroCarousel */
.hero-section {
  width: 100%;
  height: 75vh;                 /* main desktop height */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* fixed causes issues on mobile */
  padding-top: 0;                /* your section already has padding-top:0 inline */
  position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(75, 0, 130, 0.8), rgba(210, 105, 30, 0.7));
}

.hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: linear-gradient(to top, var(--cream), transparent);
}

/* Hero Carousel Styling */
#heroCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--mustard-yellow);
    opacity: 0.5;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-indicators button.active {
    opacity: 1;
    width: 40px;
    border-radius: 6px;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 60px;
    opacity: 0.8;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    opacity: 1;
}

/* Carousel Controls for Content Sections */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

#categoriesCarousel .carousel-control-prev,
#categoriesCarousel .carousel-control-next,
#artisansCarousel .carousel-control-prev,
#artisansCarousel .carousel-control-next,
#productsCarousel .carousel-control-prev,
#productsCarousel .carousel-control-next,
#productsCarousel-brand1 .carousel-control-prev,
#productsCarousel-brand1 .carousel-control-next,
#productsCarousel-brand2 .carousel-control-prev,
#productsCarousel-brand2 .carousel-control-next,
#productsCarousel-brand3 .carousel-control-prev,
#productsCarousel-brand3 .carousel-control-next,
#productsCarousel-brand4 .carousel-control-prev,
#productsCarousel-brand4 .carousel-control-next  {
    width: 50px;
    opacity: 0.7;
}

#categoriesCarousel .carousel-control-prev:hover,
#categoriesCarousel .carousel-control-next:hover,
#artisansCarousel .carousel-control-prev:hover,
#artisansCarousel .carousel-control-next:hover,
#productsCarousel .carousel-control-prev:hover,
#productsCarousel .carousel-control-next:hover ,
#productsCarousel-brand1 .carousel-control-prev,
#productsCarousel-brand1 .carousel-control-next, 
#productsCarousel-brand2 .carousel-control-prev,
#productsCarousel-brand2 .carousel-control-next,
#productsCarousel-brand3 .carousel-control-prev,
#productsCarousel-brand3 .carousel-control-next, 
#productsCarousel-brand4 .carousel-control-prev,
#productsCarousel-brand4 .carousel-control-next  {
    opacity: 1;
}

/* Shop by Category – Mobile Fix */
.shop-category-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 12px;
  padding: 10px 0;
}

.shop-category-container::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}

.shop-category-item {
  min-width: 75%; /* shows 1 item at a time */
  scroll-snap-align: start;
  background: #fff;
  border-radius: 10px;
}

.shop-category-item {
  min-width: 100%;
}

/* homepage category CSS */
/* Swiper Area Styling */
.categorySwiper {
  padding: 20px 0 40px;
}

/* Card Styling */
.category-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: center;
  padding-bottom: 15px;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Image Styling */
.category-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 3px solid #f3f3f3;
}

/* Title */
.category-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-top: 12px;
  margin-bottom: 0;
}

/* Shop Now Button Overlay (Modern) */
.category-overlay {
  margin-top: 10px;
}

.category-overlay span {
  border-radius: 8px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #b04a24;
  border-color: #b04a24;
}

/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: #b04a24;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}

/* Pagination Dots */
.swiper-pagination-bullet {
  background: #d8d8d8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #b04a24 !important;
}



/* about section */
#about p {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

/* Decorative Circles */
.decorative-circle {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.decorative-circle-1 {
    bottom: -16px;
    right: -16px;
    width: 128px;
    height: 128px;
    background-color: rgba(225, 173, 1, 0.2);
}

.decorative-circle-2 {
    top: -16px;
    left: -16px;
    width: 96px;
    height: 96px;
    background-color: rgba(0, 107, 127, 0.2);
}

/* Category Cards */
.category-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: var(--off-white);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.category-card img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    color: white;
    display: flex;
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.category-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(210, 105, 30, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

/* Artisan Cards */
.artisan-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(210, 105, 30, 0.2);
}

.artisan-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.artisan-img {
    height: 256px;
    object-fit: cover;
}

#artisans .card iframe {
    height: 250px;
    width: 100%;
    border-radius: 4px;
  }
  
  #artisans .card-title {
    color: #333;
    font-weight: 600;
  }
  
  #artisans .card-text {
    font-size: 0.95rem;
  }
  
  #artisans .btn-outline-primary {
    padding: 4px 10px;
    font-size: 0.8rem;
  }
.text-orange {color: #E97451;}

/* For aspect ratio support */
.aspect-w-1 {
    position: relative;
    padding-bottom: 100%;
  }
  .aspect-h-1 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

/* Product Cards */
.product-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(210, 105, 30, 0.2);
}

.product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    background-color: var(--off-white);
}

.product-img {
    height: 256px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.wishlist-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.wishlist-btn:hover {
    background-color: var(--terracotta) !important;
    color: white !important;
}

/* Form Steps */
.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.step-number.active {
    background-color: var(--terracotta);
    color: white;
}

/* Upload Area */
.upload-area {
    border-color: rgba(210, 105, 30, 0.3) !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-area:hover {
    border-color: var(--terracotta) !important;
    background-color: rgba(210, 105, 30, 0.05);
}

#artist-area {margin: 100px auto;}
.video-story { flex: 1; min-width: 300px; }
    .gallery { flex: 1; min-width: 300px; display: flex; flex-wrap: wrap; gap: 15px; }
    .card { cursor: pointer; border: 1px solid #ddd; padding: 10px; border-radius: 8px; width: auto; text-align: center; }
    iframe { width: 100%; height: 250px; border-radius: 8px; }

    .artist-thumb {
        cursor: pointer;
        transition: transform 0.3s;
      }
      .artist-thumb:hover {
        transform: scale(1.05);
      }
      .video-story iframe {
        width: 100%;
        height: 360px;
        border-radius: 8px;
      }

      .contact-container {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
      }
      .contact-info {
        flex: 1;
        min-width: 250px;
      }
      .contact-info h3 {
        margin-bottom: 10px;
        font-size: 18px;
      }
      .contact-info p {
        margin-bottom: 20px;
      }
      .form-container {
        flex: 2;
        min-width: 300px;
      }
      .form-container h2 {
        margin-bottom: 20px;
      }
      form {
        display: flex;
        flex-wrap: wrap;
      }
      .contactinfo {gap: 5px;}
      .contactinfo input,
      .contactinfo select,
      .contactinfo textarea {
        width: 48%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
      }
      .contactinfo textarea {
        width: calc(100% - 20px);
        min-height: 120px;
      }
      .full-width {
        width: 100%;
      }
      .contactinfo button {
        padding: 12px 24px;
        background-color: #f4a42f;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
      }
      @media (max-width: 768px) {
        input,
        select {
          width: 100%;
        }
      }

#contactus {margin: 100px auto;}      

/* Footer */
.hover-mustard:hover {
    color: var(--mustard-yellow) !important;
}


/* category Page  */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    padding: 30px 20px;
  }
  
  .category-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
  }
  
  .category-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .category-product-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
  }
  
  .category-card h4 {
    margin: 15px 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
  }
  
  .price {
    color: #e67e22;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .view-btn {
    background-color: #f4a42f;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  
  .view-btn:hover {
    background-color: #e08e13;
  }




/* Product Detail */
.product-detail .breadcrumb a {
    text-decoration: none;
    color: #5a3e2b;
  }
  .product-detail .breadcrumb span {
    color: #777;
  }
  .product-main-img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #eee;
    height: 500px;
  }
  .price {
    color: #e67e22;
  }
  .btn-mustard {
    background-color: #f4a42f;
    color: #fff;
    font-size: 16px;
  }
  .btn-mustard:hover {
    background-color: #d88b12;
  }
  .full-description ul {
    list-style: disc;
    margin-left: 20px;
  }
  .related-products .card {
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.3s;
  }
  .related-products .card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
  }
  @media (max-width:768px) {
    .product-detail .buy-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .buy-actions input {
      width: 100%;
    }
    .buy-actions button {
      width: 100%;
    }
  }


/* Responsive Typography + Hero heights */
@media (max-width: 992px) {
  .hero-section {
      height: 55vh;        /* tablets / small laptops */
  }
}

@media (max-width: 768px) {
  .display-1 {
      font-size: 2.5rem;
  }
  
  .display-4 {
      font-size: 2rem;
  }
  
  .hero-section {
      height: 45vh;        /* mobiles */
      background-position: center top;
  }
}

/* Utility Classes */
.z-2 {
    z-index: 2;
}

.lh-lg {
    line-height: 1.8 !important;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}
footer .bi-facebook, footer .bi-instagram, footer .bi-twitter, footer .bi-youtube {font-size: 20px;} 
.card-body form {width: 100%;}
.card-body form div {width: 100%;}
.category-left h3 {font-size: 16px;}
.category-left label {font-size: 14px; color: #878787;}
.category-right h4 {font-size: 16px;}
.category-right .category-product-img {width: 100%; min-width: 200px; height: 200px; object-fit: cover;}

/* Card / Product Box Styling */
.category-card {
  border: 1px solid #e3d5c0;
  border-radius: 10px;
  padding: 16px;
  background: #faf6f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.ccategory-card:hover {
  transform: translateY(-5px);
}

.category-product-img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.category-product-box h4 {
  margin: 12px 0 4px;
  font-size: 1.1rem;
  color: #5a3921; /* earthy brown */
}

.category-product-box p {
  color: #b46915; /* warm rust/orange */
  font-weight: bold;
  margin-bottom: 10px;
}

.category-product-box button {
  background: #d49a52;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.category-product-box button:hover {
  background: #b97b2e;
}

/* Responsive Grid for Category Page */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .category-product-box {
    padding: 14px;
  }

  .category-product-box h4 {
    font-size: 1rem;
  }

  .category-product-box button {
    padding: 7px 14px;
    font-size: 0.9rem;
  }
}

.checkout-steps {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #c4a484;
  padding: 1rem 0;
}
.step {
  text-align: center;
  flex: 1;
}
.step .icon {
  font-size: 24px;
  margin-bottom: 0.3rem;
  color: #c4a484;
}
.step.active .icon,
.step.active span {
  color: #d97442;
  font-weight: bold;
}
.btn-outline-earth {
  border: 1px solid #d97442;
  color: #d97442;
}
.btn-outline-earth:hover {
  background-color: #d97442;
  color: #fff;
}
.bill-card {
  background-color: #fff8f0;
  border: 1px solid #eee3d8;
  padding: 1rem;
  border-radius: 8px;
}
.btn-earth {
  background: linear-gradient(to right, #d97442, #c96433);
  border: none;
  color: #fff;
}
.btn-earth:hover {
  background: #b85220;
}

.qty-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.qty-label {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-right: 4px;
}

.qty-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.qty-btn {
  background-color: #f3f3f3;
  border: none;
  width: 28px;
  height: 28px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.qty-btn:hover {
  background-color: #ddd;
}

.qty-input {
  width: 36px;
  height: 28px;
  border: none;
  text-align: center;
  font-size: 14px;
  pointer-events: none;
  background-color: #fff;
  color: #000;
}

/* Auth Pages */
.auth-container {
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin: 100px auto;
}

h2 {
  font-size: 28px;
  margin-bottom: 0.5rem;
  color: #333;
}

.toggle-link {
  margin-bottom: 1.5rem;
  color: #f89c1e;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group input {
  width: 100%;
  padding: 0.9rem 1rem 0.9rem 2.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-size: 14px;
  background: #f6f6f6;
  color: #333;
}

.form-group i {
  position: absolute;
  padding: 1rem;
  color: #999;
}

.form-group-wrapper {
  position: relative;
}
.form-group-wrapper i {
  position: absolute;
  top: 15px;
  left: 13px;
}

.continue-btn {
  background: linear-gradient(90deg, #f89c1e, #f26322);
  border: none;
  padding: 1rem;
  color: white;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 1rem;
  cursor: pointer;
}

.terms-text {
  margin-top: 1rem;
  font-size: 12px;
  color: #444;
  line-height: 1.4;
}

.terms-text a {
  font-weight: bold;
  color: #444;
  text-decoration: none;
}

/* adress page */
.address-box {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}
.address-box .edit-btn {
  font-size: 12px;
  float: right;
  color: #fb8c00;
  background: #fff7ec;
  padding: 2px 8px;
  border-radius: 5px;
  border: 1px solid #ffdab9;
}
.btn-orange {
  background: linear-gradient(to right, #fba33c, #f76d45);
  border: none;
  color: white;
}
.btn-orange-outline {
  color: #fb8c00;
  border: 1px solid #fb8c00;
  background-color: #fff7ec;
}

.modal-content {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* .modal-header, .modal-footer {
  border: none;
} */

.modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.form-label {
  font-weight: 500;
}
/* Payment */
.payment-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 700px;
  margin: 40px auto;
}
.payment-option {
  border: 2px solid #dee2e6;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.payment-option:hover,
.payment-option.active {
  border-color: #0d6efd;
  background-color: #e7f1ff;
}

/* Confirm order*/
.confirmation-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.check-icon {
  width: 100px;
  height: 100px;
  background-color: #4caf50;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.check-icon i {
  font-size: 50px;
  color: white;
}
.order-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
.order-subtext {
  color: #777;
  margin-top: 10px;
  font-size: 1rem;
}
.track-btn {
  margin-top: 25px;
  background: linear-gradient(to right, #f9a825, #ef5350);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
}
.track-btn:hover {
  background: linear-gradient(to right, #ef5350, #f9a825);
}


/* Order Tracking */
.tab-btn {
  padding: 12px 20px;
  cursor: pointer;
  border: none;
  background: none;
  font-weight: 600;
}
.tab-btn.active {
  border-bottom: 3px solid #ff7f50;
  color: #ff7f50;
}
.card-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.icon-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.bg-orange { background-color: #ffa15f; }
.bg-blue { background-color: #5aa9e6; }
.bg-green { background-color: #70c16c; }

.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
}

.custom_card {
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}

.custom_card img {width: 100%; height: 160px; object-fit: contain; margin-bottom: 15px !important;}

/* Change -password */
.change-box {
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  border-radius: 20px;
}
.change-box h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c2c2c;
}
.change-box p {
  font-size: 14px;
  color: #ff7f27;
  margin-bottom: 30px;
}
.input-box {
  position: relative;
  margin-bottom: 20px;
}
.input-box input {
  width: 100%;
  padding: 14px 18px 14px 45px;
  border-radius: 12px;
  border: none;
  background: #f1f1f1;
  font-size: 15px;
}
.input-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
}
/* .btn {
  width: 100%;
  background: linear-gradient(to right, #ff7f27, #f76b1c);
  padding: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 10px;
} */
.footer-text {
  margin-top: 20px;
  font-size: 13px;
  color: #555;
  text-align: center;
}
.footer-text a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.profile-header {
  background: linear-gradient(135deg, #ffdac1, #ffd3b6);
  color: #000; /* soft pastel gradient */
}
.profile-header h5 {color: #000;}
.profile-header small {color: #000;}
.list-group-item {border: 0;}
.list-group-item.active {
  background-color: #fff !important;
  border-bottom-color: #dee2e6;
  border-right:3px solid #305d62;
  color: #000;
  }


  /* Brand Css for homepage section, Brand page and Detail brand page */
  .brand-hover-shadow {
    transition: all 0.3s ease-in-out;
    border-radius: 8px; /* Optional: slight rounding */
  }
  
  .brand-hover-shadow:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
  }

  .product-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out;
  }

  .branding-section {
    box-sizing: border-box;
    padding: 40px 50px;
    border-radius: 25px;
  }
  .branding-section .carousel{
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
  }  
  .bg-Mrignayani {background: #f6c82b;}
  .bg-Kabira {background: #d4d4d4;}
  .bg-vv {background: #fdd805;}
  .bg-Prakrit {background: #fdd5c7;}

  .hero-img {
    width: 100%;
    height: auto;
    max-height: 85vh;       /* control banner height */
    object-fit: cover;      /* avoid weird stretching */
}

@media (max-width: 768px) {
    .hero-img {
        max-height: 50vh;
        object-position: center top;
    }
}

/**/

.productSwiper {
  padding-bottom: 50px;
}

.product-arrow {
  background: #b04a24;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.product-arrow::after {
  font-size: 16px;
}

/* Product swiper general */
.productSwiper {
  padding: 10px 0 40px;
}

.productSwiper .swiper-slide {
  height: auto; /* let cards decide height */
}

/* Arrows style (desktop / tablet) */
.product-arrow {
  background: #b04a24;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.product-arrow::after {
  font-size: 16px;
}

/* Mobile Arrow Position */
@media (max-width: 576px) {
  .product-arrow {
    width: 32px;
    height: 32px;
    top: 45%;
    transform: translateY(-50%);
    background: #b04a24 !important;
    opacity: 0.9;
  }

  .swiper-button-prev.product-arrow {
    left: -10px;
  }

  .swiper-button-next.product-arrow {
    right: -10px;
  }

  /* give space left/right so arrows + card breathe */
  .productSwiper {
    padding: 0 20px 40px;     /* 20px left/right */
  }

  .productSwiper .swiper-slide {
    height: auto;
  }

  /* arrows fully visible inside viewport */
  .product-arrow {
    width: 32px;
    height: 32px;
    top: 45%;
    transform: translateY(-50%);
  }

  .swiper-button-prev.product-arrow {
    left: 4px;      /* was negative, pulling it OUT of the screen */
  }

  .swiper-button-next.product-arrow {
    right: 4px;     /* was negative, same issue */
  }
}


/* For Brand listing */
/* Generic styling for brand Swipers */
#all-brands .branding-section .brand-swiper {
  position: relative;
}

/* Hide default Swiper arrow icons (we use our own) */
.brand-swiper .swiper-button-prev::after,
.brand-swiper .swiper-button-next::after {
  display: none;
}

/* Arrow containers */
.brand-swiper .swiper-button-prev,
.brand-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

/* Make sure our inner span fills and is clickable */
.brand-swiper .brand-swiper-btn span {
  width: 100%;
  height: 100%;
}

/* Mobile: pull arrows slightly inside so they don't get cut */
@media (max-width: 576px) {
  #all-brands .branding-section .brand-swiper {
    padding: 0;
    margin: auto;
  }

  .brand-swiper .swiper-button-prev {
    left: 0;
  }
  .brand-swiper .swiper-button-next {
    right: 0;
  }

  .brand-swiper .swiper-button-prev,
  .brand-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.brand-swiper .swiper-slide {
  height: auto;
}

.brand-swiper .product-card-wrapper {
  height: 100%;
}

@media (max-width: 575px) {
  .brand-swiper {
    padding-right: 16px;
  }
}

/* Brand slider – better arrows on mobile */
@media (max-width: 576px) {

  /* Give space inside the swiper so arrows are not on the edge */
  .branding-section .brand-swiper {
    padding-inline: 2.5rem;  /* left & right padding for arrows */
  }

  /* Center the card inside each slide */
  .branding-section .brand-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  /* Optional: keep card slightly narrower than full width */
  .branding-section .brand-swiper .product-card {
    width: 100%;
    max-width: 360px;  /* tweak this number if needed */
  }

  /* Keep arrows just inside the padded area */
  .branding-section .brand-swiper .swiper-button-prev {
    left: 0.5rem;
  }

  .branding-section .brand-swiper .swiper-button-next {
    right: 0.5rem;
  }
}

.brand-logo {
  height: 120px;
  width: 120px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .brand-logo {
    height: 80px;
    width: 80px;
  }
}