.vl-header-area6 .vl-main-menu .sub-menu li > .sub-link {
  font-size: 14px;
}
.vl-header-area6 .vl-main-menu .sub-menu li > .sub-link:hover,
.vl-header-area6 .vl-main-menu .sub-menu li > .sub-link:focus {
  color: #fff !important;
  background: #802920 !important;
}

@media (min-width: 992px) {
  .vl-header-area6 .vl-main-menu .sub-menu .has-dropdown > a .fa-angle-down {
    transform: rotate(-90deg);
  }
}

.hero6 {
  border-radius: 0 !important;
}

.hero6 .breadcrumb-nav {
  margin-top: 15px;
}

.hero6 .breadcrumb-nav .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.hero6 .breadcrumb-nav .breadcrumb-item a,
.hero6 .breadcrumb-nav .breadcrumb-item.active {
  color: #fff;
}

.hero6 .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.7);
  content: ">";
}

.company-hero .hero6-gradient {
  border-radius: 0;
}

.company-hero .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

 
 


.company-hero   {
  position: relative;
    min-height: 260px; 
      padding: 100px 0 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
}

.company-hero .container{
      position: relative;
    padding-top: 130px;
    padding-bottom: 50px;
}

.heifknd {
  margin-left: 139px;
}

.campdsfgrs  { background: linear-gradient(224deg, rgba(15, 16, 17, 1) 0%, rgb(132 58 53) 50%, rgb(7 7 7) 100%);
      opacity: 0.9;
} 

.loff img{
  margin-left: 0px;
}

.rightdl h2 {
  font-size: 58px;
}
.healtcass {
  white-space: nowrap;
}

.rightdl {
  padding-left: 0px;
}
.fingd {
  max-width: 100%;
}


/* Heading */
.find-product-title{
    position: relative;
    padding-bottom: 20px;
}

.find-product-title h2{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    color: #802920;;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.find-product-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 204%;
    height: 1px;
    background: #802920;;
}

/* Filter Bar */
.product-filter-bar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

/* Search Box */
.search-box{
    position: relative;
}

.search-box input{
    width: 250px;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 15px 0 42px;
    outline: none;
}

.search-box i{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

/* Sort Dropdown */
.sort-select{
    height: 48px;
    min-width: 160px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 15px;
    outline: none;
}

/* Grid & List Buttons */
.view-btn{
    width: 48px;
    height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-btn.active{
    background: #8B2A1D;
    border-color: #8B2A1D;
    color: #fff;
}
.prducts {
  padding-top: 0px;
  padding-bottom: 100px;
}
.prductss {
  padding-top: 0px;
  padding-bottom: 50px;
}
 



.usp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 1.5rem;
}

.usp-grid > :nth-child(1) { width: calc(45% - 12px); }
.usp-grid > :nth-child(2) { width: calc(55% - 12px); }
.usp-grid > :nth-child(3) { width: calc(55% - 12px); }
.usp-grid > :nth-child(4) { width: calc(45% - 12px); }
.usp-grid > :nth-child(5) { width: calc(45% - 12px); }
.usp-grid > :nth-child(6) { width: calc(55% - 12px); }
.usp-grid > :nth-child(7) { width: calc(55% - 12px); }
.usp-grid > :nth-child(8) { width: calc(45% - 12px); }

.usp-grid > :nth-child(3),
.usp-grid > :nth-child(4),
.usp-grid > :nth-child(7),
.usp-grid > :nth-child(8) {
    background: #f4eae9;
}

.advantage-box{
    display:flex;
    align-items:center;
    gap:25px;
    padding:50px 30px;
    border:1px solid #802920;
    border-left-width:5px;
    border-radius:12px;
    background:#fff;
    transition:all .3s ease;
}

.advantage-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.advantage-icon{
    min-width:90px;
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.advantage-icon i{
    font-size:60px;
    color:#8B2A1D;
}

.advantage-content h4{
    margin:0;
    color:#8B2A1D;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; 
    font-family: 'Gruppo', sans-serif;
}
.kg-feature-box{
    display:flex;
    align-items:center;
    gap:25px;
    padding:50px 30px;
    background: #fff;
    border:1px solid #802920;
    border-left-width:5px;
    border-radius:12px;
    transition:all .3s ease;
}

.kg-feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.kg-feature-icon{
    flex-shrink:0;
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.kg-feature-icon img{
    width: 100px;
    height: 100px;
    object-fit:contain;
}

.kg-feature-content h4{
    margin:0;
    color:#8B2A1D; 
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; 
    font-family: 'Gruppo', sans-serif;
}

.support-banner-mobile-img {
  display: none;
}








/* ===== PRODUCT DETAIL PAGE ===== */
.product-detail-wrapper {
  padding: 0px 0 80px;
}

.product-gallery {
  position: relative;
}

.main-image-wrap {
  position: relative;
  width: 100%;
}

/* .main-image-inner {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  cursor: crosshair;
} */

.main-image-inner img {
  width: 95%;
  display: block;
}

.zoom-lens {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(128, 41, 32, 0.4);
  background: rgba(255,255,255,0.2);
  pointer-events: none;
  display: none;
  z-index: 5;
}

.zoom-result {
  position: absolute;
  top: 0;
  left: 105%;
  width: 400px;
  height: 400px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  z-index: 10;
  display: none;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .zoom-result {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .zoom-result {
    display: none !important;
  }
  .zoom-lens {
    display: none !important;
  }
}

.thumb-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.thumb-item {
  width: 80px;
  height: 80px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s;
  flex-shrink: 0;
}

.thumb-item:hover,
.thumb-item.active {
  border-color: #802920;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info-area {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .product-info-area {
    padding-left: 0;
    margin-top: 30px;
  }
}

.product-info-area .product-category {
  font-size: 14px;
  color: #802920;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.product-info-area h2 {
  font-size: 50px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 4px;
  font-family: 'Gruppo', sans-serif;
}

.product-info-area .product-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 16px;
}

.product-info-area .rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-info-area .rating-row .stars {
  font-size: 20px;
}

.product-info-area .rating-row .review-count {
  font-size: 14px;
      color: #802920;
      font-weight: 500;
}

.product-info-area .price-row {
  margin-bottom: 20px;
}
.save-badge {
  background: #fde8e8;
  color: #8b1a1a;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 9px 18px; 
  border-radius: 20px;
  margin-left: 10px;
}
.product-info-area .price-row .current-price {
  font-size: 40px;
  font-weight: 500;
  color: #802920;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.product-info-area .price-row .old-price {
  font-size: 26px; 
  color: #aaa;
  text-decoration: line-through;
  margin-left: 10px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.product-info-area .short-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.product-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.product-highlights li {
  position: relative;
  padding-left: 36px;
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  min-height: 28px;
}

.product-highlights li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ecdede;
  color: #802920;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #802920;
}

.product-info-area .bulk-row {
  margin-bottom: 15px;
}
.product-info-area .bulk-price {
  color: #666;
  display: inline;
  font-size: 16px;
}
.product-info-area .bulk-highlight {
  color: #802920;
}
.blog-first-btn {
  font-size: 14px;
  color: #802920;
  font-weight: 600;
}
.blog-first-btn:hover {
  color: #000;
}

.product-info-area .btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.product-info-area .btn-row .cart-btn,
.product-info-area .btn-row .buy-btn {
  height: 48px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-info-area .qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
  flex: 1;
}

.product-info-area .qty-selector button {
  width: 48px;
  height: 100%;
  border: none;
  background: #f8f8f8;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
}

.product-info-area .qty-selector button:hover {
  background: #eee;
}

.product-info-area .qty-selector input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 16px;
  outline: none;
}

.product-meta {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.product-meta p {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}

.product-meta p strong {
  color: #333;
  min-width: 100px;
  display: inline-block;
}

/* Product Description Tabs */
.product-desc-section {
  padding: 0 0 80px;
}

.desc-tabs {
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  gap: 0;
  margin-bottom: 30px;
}

.desc-tab-btn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.3s;
}

.desc-tab-btn:hover {
  color: #802920;
}

.desc-tab-btn.active {
  color: #802920;
  border-bottom-color: #802920;
}

.desc-tab-content {
  display: none;
}

.desc-tab-content.active {
  display: block;
}

.desc-tab-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-table tr {
  border-bottom: 1px solid #f0f0f0;
}

.specs-table td {
  padding: 14px 20px;
  font-size: 15px;
  color: #444;
}

.specs-table td:first-child {
  font-weight: 600;
  color: #333;
  width: 200px;
  background: #fafafa;
}

#tab-safety .specs-table td:nth-child(2) {
  background: #fafafa;
}

.safety-badge {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  letter-spacing: 0.3px;
  font-family: 'Mona Sans', sans-serif;
}

.safety-badge.safe {
  color: #1a8a3f;
}

.safety-badge.caution {
  color: #444;
}

.safety-badge.consult {
  color: #444;
}

/* Related Products */
.related-section {
  padding: 0 0 80px;
}

.related-section .section-title {
  margin-bottom: 40px;
}

.related-section .section-title h2 {
  font-size: 60px;
  font-weight: 700;
  color: #802920;
  border-bottom: 1px solid #802920;
}


.highlight-icos{
   display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
    background: #f6f6f6;
}
.highlight-icos .highlight-item {
  flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 32px 18px;
    position: relative;
}
.highlight-icos .highlight-item:not(:last-child) {
    border-right: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.highlight-icos .highlight-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.highlight-icos .highlight-item span {
      font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}




@media(max-width:991px){

    .advantage-content h4{
        font-size:22px;
    }

    .advantage-icon i{
        font-size:50px;
    }
}

@media(max-width:767px){

    .usp-grid > :nth-child(n) {
        width: 100%;
    }

    .advantage-box{
        padding:20px;
        gap:15px;
        height:auto;
    }

    .kg-feature-box{
        padding:20px;
        gap:15px;
        height:auto;
    }

    .advantage-icon{
        min-width:70px;
        width:70px;
        height:70px;
    }

    .advantage-icon i{
        font-size:40px;
    }

    .advantage-content h4,
    .kg-feature-content h4{
        font-size: 18px;
        line-height:1.3;
    }

    .highlight-icos .highlight-item span {
      font-size: 17px; 
}
}









@media (max-width: 768px) {
  .support-banner {
    display: none;
  }
  .support-banner-mobile-img {
    display: block;
    width: 100%;
  }
  .healtcass {
    white-space: normal;
  }
  .rightdl h2 {
    font-size: 28px;
  }
  .vl-logo img {
    margin-left: 28px;
  }
  .heifknd {
    margin-left: 17px;
  }
  .company-hero {
    padding: 100px 0 63px;
  }
  .find-product-title h2 {
    font-size: 36px;
  }
  .product-filter-bar {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  .search-box {
    width: 100%;
  }
  .search-box input {
    width: 100%;
    min-width: auto;
  }
  .sort-select {
    flex: 1;
    min-width: auto;
  }
  .view-btn {
    width: 42px;
    height: 42px;
  }
  .vl-footer1-logo-area {
    text-align: center;
  }
  .vl-footer-logo img {
    margin: 0 auto;
    display: block;
  }
  .mr-50 {
    margin-right: 0;
  }
  .vl-copyright6 .copyright-text {
    text-align: center !important;
  }
  .vl-copyright6 .copyright-text.right-side a {
    display: inline-block;
    margin: 0 6px;
  }
  .product-info-area h2 {
    font-size: 28px;
  }
}

/* FAQ Accordion (red theme) */
#tab-faqs .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
#tab-faqs .accordion-button {
  background: #fff;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  box-shadow: none !important;
}
#tab-faqs .accordion-button:not(.collapsed) {
  background: #802920;
  color: #fff;
}
#tab-faqs .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#tab-faqs .accordion-button::after {
  transition: transform 0.2s;
}
#tab-faqs .accordion-body {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

/* ===== PRODUCT DETAIL RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-wrapper { padding: 40px 0 60px; }
  .product-info-area h2 { font-size: 28px; }
  .product-info-area .btn-row { flex-wrap: wrap; }
  .product-info-area .qty-selector { flex: 0 0 100%; }
  .product-info-area .cart-btn,
  .product-info-area .buy-btn { flex: 0 0 calc(50% - 6px); }
  .highlight-icos { flex-wrap: wrap; }
  .highlight-icos .highlight-item { flex: 1 1 33.33%; }
  .highlight-icos .highlight-item:not(:last-child) { margin-top: 0; margin-bottom: 0; }
  .product-desc-section { padding: 0 0 60px; }
  .desc-tabs { flex-wrap: wrap; border-bottom: none; gap: 0; }
  .desc-tab-btn { flex: 0 0 33.33%; text-align: center; padding: 11px 8px; border-bottom: 2px solid transparent; margin-bottom: 0; }
  .related-section { padding: 0 0 60px; }
  .related-section .section-title h2 { font-size: 28px; }
  .related-section .product-content h3 { font-size: 28px; }
  .related-section .product-content p { font-size: 14px; }
}
@media (max-width: 767px) {
  .product-detail-wrapper {
    padding: 30px 0 40px;
  }

  .product-info-area h2 {
    font-size: 30px;
  }

  .product-info-area .product-subtitle {
    font-size: 17px;
  }

  .product-info-area .rating-row .stars {
    font-size: 17px;
  }

  .product-info-area .price-row .current-price {
           font-size: 30px;
  }

  .product-info-area .price-row .old-price {
    font-size: 17px;
  }

  .product-info-area .btn-row {
    flex-wrap: wrap;
  }

  .product-info-area .qty-selector {
    flex: 0 0 100%;
  }

  .product-info-area .cart-btn,
  .product-info-area .buy-btn {
    flex: 0 0 calc(50% - 6px);
  }

  .highlight-icos {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .highlight-icos .highlight-item {
    border-right: none !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 15px;
    justify-content: flex-start;
  }

  .highlight-icos .highlight-item:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .highlight-icos .highlight-item:last-child {
    border-bottom: none;
  }

  .product-desc-section {
    padding: 0 0 40px;
  }

  .desc-tabs {
    flex-wrap: wrap;
    border-bottom: 1px solid #802920;
    gap: 0;
  }

  .desc-tab-btn {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 11px 8px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    margin-bottom: 0;
  }

  .specs-table {
    min-width: 500px;
  }

  .desc-tab-content {
    overflow-x: auto;
  }

  .related-section {
    padding: 0 0 40px;
  }

  .related-section .section-title h2 {
    font-size: 30px;
  }

  .related-section .product-content h3 {
    font-size: 30px;
  }

  .related-section .product-content p {
    font-size: 17px;
  }

  .product-box .btn-wrap {
    flex-direction: column;
  }

  .thumb-row {
    justify-content: center;
  }

  .thumb-item {
    width: 64px;
    height: 64px;
  }
}

.faq-page-sec {
  padding: 0 0 80px;
}
.blog6 .col-lg-4,
.blog6 .col-md-4 {
  margin-bottom: 30px;
}
.faq-page-sec #tab-faqs {
  display: block;
}
@media (max-width: 767px) {
  .faq-page-sec {
    padding: 40px 0;
  }
}

/* ===== CONTACT PAGE ===== */
.contact2 > .container > .row > [class*="col-"] {
  display: flex;
}
.contact2 > .container > .row > [class*="col-"] > .contact-page-box {
  width: 100%;
}
.contact-page-box .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-box .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.contact-page-box .content h3 {
  font-family: 'Gruppo', sans-serif;
  font-weight: 700;
  color: #802920;
}
.contact-page-box .content {
  overflow-wrap: break-word;
  word-break: break-word;
}
.contact-page-box .content a {
  color: #555;
}
.contact-page-box .content a:hover {
  color: #802920 !important;
}
.contact2-form .single-input input:focus,
.contact2-form .single-input textarea:focus {
  outline-color: #802920 !important;
}
.contact2-form .single-input input,
.contact2-form .single-input textarea,
.contact2-form .single-input .nice-select.wide {
  font-family: 'Mona Sans', sans-serif;
  color: #333;
}
.contact2-form .single-input input::placeholder,
.contact2-form .single-input textarea::placeholder {
  color: #888;
  font-family: 'Mona Sans', sans-serif;
}
.contact2 .heading2 .sub-title {
  color: #802920;
  font-family: 'Mona Sans', sans-serif;
  font-weight: 600;
}
.contact2 .heading2 h2 {
  color: #802920;
  font-family: 'Gruppo', sans-serif;   
  font-weight: 700;
}
.contact2 .heading2 p {
  color: #666;
  font-family: 'Mona Sans', sans-serif;
      font-size: 16px;
}

/* ===== POLICY PAGES ===== */
.kng-policy-content {
  background: #f9f5f4;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e8dcdb;
}
.kng-policy-content h2 {
  font-family: 'Gruppo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8dcdb;
}
.kng-policy-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.kng-policy-content p:last-child {
  margin-bottom: 0;
}

/* ===== MANUFACTURING REQUEST OVERLAY ===== */
.request-overlay {
  padding: 0cm 0 60px;
  background: #f9f5f461;;
  position: relative;
  z-index: 2;
}

.request-overlay-inner {
  margin-top: -120px;
  text-align: center;
  padding: 20px 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e8dcdb;
  box-shadow: 0 10px 40px rgba(128, 41, 32, 0.08);
}

.request-overlay-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #802920;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:-60px auto 24px;
}

.request-overlay-icon i {
  font-size: 32px;
  color: #fff;
}

.request-overlay-inner h2 {
  font-family: 'Gruppo', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 16px;
}

.request-overlay-inner p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 32px;
}

.request-overlay-inner .theme-btn11 {
  display: inline-flex;
}

/* Hidden manufacturing details (revealed on request) */
.manufacturing-details {
  display: none;
  animation: fadeInUp 0.8s ease forwards;
}

.manufacturing-details.revealed {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Request modal styling */
#requestModal .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

#requestModal .modal-header {
  background: #802920;
  color: #fff;
  border: none;
  padding: 20px 24px;
}

#requestModal .modal-header .modal-title {
  font-family: 'Gruppo', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#requestModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
}

#requestModal .modal-body {
  padding: 28px 24px;
}

#requestModal .form-label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

#requestModal .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  color: #333;
}

#requestModal .form-control:focus {
  border-color: #802920;
  box-shadow: 0 0 0 3px rgba(128, 41, 32, 0.12);
  outline: none;
}

#requestModal .form-control::placeholder {
  color: #aaa;
}

@media (max-width: 768px) {
  .request-overlay {
    padding: 60px 0;
  }
  .request-overlay-inner {
    padding: 40px 20px;
  }
   .request-overlay-inner h2 {
     font-size: 28px;
   }
}

/* ===== HEADER ICONS ===== */
.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #802920;
  font-size: 18px;
  transition: all 0.3s;
  text-decoration: none;
  margin-right: 6px;
}
.header-icon:hover {
  color: #802920;
}
.cart-icon {
  position: relative;
}
.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  background: #802920;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}

.vl-header-area6 .vl-header4-btns .theme-btn11 {
  padding: 10px 24px;
  font-size: 13px;
}

.vl-header-area6.header-sticky .header-icon {
  color: #802920;
}

/* ===== MOBILE HEADER ICONS ===== */
.vl-header-action-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.vl-header-action-item .header-icon {
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #802920;
  border: 1px solid #802920;
  border-radius: 8px;
 margin-right: 10px;
}

/* ===== AUTH / LOGIN PAGE ===== */
.auth-section {
  background: #f8f8f8;
}
.auth-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.auth-header {
  text-align: center;
  margin-bottom: 28px;
}
.auth-header h2 {
  font-family: 'Gruppo', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 8px;
}
.auth-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.auth-form .form-group {
  margin-bottom: 18px;
}
.auth-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}
.auth-form .form-control {
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 15px;
  color: #333;
  background: #fff;
  width: 100%;
  outline: none;
  transition: border-color 0.3s;
}
.auth-form .form-control:focus {
  border-color: #802920;
  box-shadow: 0 0 0 3px rgba(128, 41, 32, 0.1);
}
.auth-form .form-control::placeholder {
  color: #aaa;
}
.auth-form .form-row {
  margin-bottom: 6px;
}
.auth-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.auth-form .form-check-input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #802920;
}
.auth-form .form-check-label {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  margin: 0;
}
.forgot-link {
  font-size: 14px;
  color: #802920;
  text-decoration: none;
}
.forgot-link:hover {
  text-decoration: underline;
}
.auth-form .theme-btn11 {
  width: 100%;
  padding: 14px 50px;
  font-size: 15px;
}
.auth-footer {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.auth-footer p {
  font-size: 15px;
  color: #666;
  margin: 0;
}
.auth-footer a {
  color: #802920;
  font-weight: 600;
  text-decoration: none;
}
.auth-footer a:hover {
  text-decoration: underline;
}

/* ===== CART PAGE ===== */
.cart-section {
  background: #f8f8f8;
}
.cart-empty {
  text-align: center;
  padding: 80px 20px;
}
.cart-empty i {
  font-size: 72px;
  color: #ccc;
  margin-bottom: 20px;
}
.cart-empty h3 {
  font-family: 'Gruppo', sans-serif;
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}
.cart-empty p {
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
}
.cart-table-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  overflow-x: auto;
}
.cart-table {
  width: 100%;
  border-collapse: collapse;
}
.cart-table th {
  text-align: left;
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #eee;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cart-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.cart-table .cart-product {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cart-table .cart-product img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #eee;
}
.cart-table .cart-product .cart-product-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.cart-table .cart-product .cart-product-variant {
  font-size: 13px;
  color: #888;
}
.cart-table .cart-price {
  font-size: 16px;
  font-weight: 600;
  color: #802920;
}
.cart-qty {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}
.cart-qty button {
  width: 36px;
  height: 36px;
  border: none;
  background: #f8f8f8;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  transition: background 0.2s;
}
.cart-qty button:hover {
  background: #eee;
}
.cart-qty input {
  width: 44px;
  height: 36px;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}
.cart-table .cart-subtotal {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.cart-table .cart-remove {
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s;
  background: none;
  border: none;
  padding: 4px;
}
.cart-table .cart-remove:hover {
  color: #802920;
}
.cart-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.cart-coupon {
  display: flex;
  gap: 8px;
}
.cart-coupon input {
  height: 48px;
  width: 200px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  outline: none;
}
.cart-coupon input:focus {
  border-color: #802920;
}
.cart-coupon .apply-btn {
  height: 48px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background: #802920;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}
.cart-coupon .apply-btn:hover {
  background: #6a221a;
}
.cart-totals {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.cart-totals h3 {
  font-family: 'Gruppo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f0f0;
}
.cart-totals .total-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
}
.cart-totals .total-row.total {
  font-size: 18px;
  font-weight: 700;
  color: #802920;
  border-top: 2px solid #f0f0f0;
  padding-top: 16px;
  margin-top: 8px;
}
.cart-totals .checkout-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  text-align: center;
}

/* ===== CHECKOUT PAGE ===== */
.checkout-section {
  background: #f8f8f8;
}
.checkout-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.checkout-form-wrap h3 {
  font-family: 'Gruppo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f0f0;
}
.checkout-form .form-group {
  margin-bottom: 18px;
}
.checkout-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}
.checkout-form .form-control {
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 15px;
  color: #333;
  width: 100%;
  outline: none;
  transition: border-color 0.3s;
}
.checkout-form .form-control:focus {
  border-color: #802920;
  box-shadow: 0 0 0 3px rgba(128, 41, 32, 0.1);
}
.checkout-form .form-control::placeholder {
  color: #aaa;
}
.checkout-form textarea.form-control {
  height: auto;
  padding: 12px 15px;
  resize: vertical;
}
.checkout-summary {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  position: sticky;
  top: 100px;
}
.checkout-summary h3 {
  font-family: 'Gruppo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f0f0;
}
.checkout-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #f5f5f5;
}
.checkout-summary-item:last-child {
  border-bottom: none;
}
.checkout-summary-item .cs-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkout-summary-item .cs-name span {
  color: #999;
  font-size: 12px;
}
.checkout-summary-totals {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid #f0f0f0;
}
.checkout-summary-totals .total-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 15px;
  color: #555;
}
.checkout-summary-totals .total-row.grand-total {
  font-size: 18px;
  font-weight: 700;
  color: #802920;
  border-top: 2px solid #f0f0f0;
  padding-top: 12px;
  margin-top: 8px;
}

/* ===== ORDER CONFIRMATION ===== */
.order-confirm {
  text-align: center;
  padding: 60px 20px;
}
.order-confirm i {
  font-size: 72px;
  color: #28a745;
  margin-bottom: 20px;
}
.order-confirm h2 {
  font-family: 'Gruppo', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #802920;
  margin-bottom: 10px;
}
.order-confirm p {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

/* ===== PRESCRIPTION SECTION ===== */
.prescription-section {
  margin-top: 40px;
  padding: 25px; 
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 12px; 
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
.prescription-section .prescription-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a2e;
}
.prescription-section .prescription-heading i {
  margin-right: 8px;
}
.prescription-option {
  margin-bottom: 12px;
}
.prescription-option .prescription-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
}
.prescription-upload-area {
  margin-left: 30px;
  margin-top: 10px;
}
.prescription-upload-area .upload-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.prescription-upload-area .upload-btn-sm {
  padding: 8px 20px;
  font-size: 13px;
  cursor: pointer;
}
.prescription-upload-area .file-name {
  font-size: 13px;
  color: #28a745;
}
.prescription-upload-area .file-hint {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
  margin-bottom: 0;
}
.prescription-note {
  margin-left: 30px;
  margin-top: 10px;
  padding: 15px;
  background: #fff;
  border-left: 3px solid #802920;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
.prescription-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #802920;
}


