 :root {
     --primary-red: #B22222;
     --primary-white: #FFFFFF;
     --himalayan-blue: #1E3A8A;
     --himalayan-green: #065F46;
     --earth-brown: #92400E;
     --text-dark: #1F2937;
     --light-beige: #FEF3C7;
     --border-color: #D1D5DB;
     --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
 }
 a:hover {
    color: #B22222;
    text-decoration: none;
}

 body {
     font-family: 'Poppins', sans-serif;
     color: var(--text-dark);
     background: linear-gradient(to bottom, #F8FAFC, #F1F5F9);
     line-height: 1.7;
     overflow-x: hidden;
 }

 .himalayan-header {
     background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)),
         url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="80" viewBox="0 0 120 80"><path d="M0,60 L30,30 L60,50 L90,20 L120,40 L120,80 L0,80 Z" fill="%23B22222" opacity="0.05"/></svg>');
     background-size: cover;
     border-bottom: 3px solid var(--primary-red);
     position: sticky;
     top: 0;
     z-index: 1000;
     box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
     animation: slideDown 0.5s ease-out;
 }

 @keyframes slideDown {
     from {
         transform: translateY(-100%);
     }

     to {
         transform: translateY(0);
     }
 }

 .nav-brand {
     color: var(--primary-red) !important;
     font-weight: 800;
     font-size: 2rem;
     font-family: 'Noto Serif', serif;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
 }

 .hero-section {
     background: linear-gradient(rgb(109 0 0 / 70%), rgb(0 0 0)), url(/img/banner/banner-2.jpg), url(/img/banner/banner-2.jpg);
         
     background-size: contain;
     background-position: center;
     padding: 100px 0;
     color: white;
     position: relative;
     animation: fadeIn 1s ease-out;
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 .hero-title {
     font-family: 'Noto Serif', serif;
     font-weight: 700;
     margin-bottom: 25px;
     font-size: 3.2rem;
     text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
 }

 .hero-subtitle {
     font-size: 1.3rem;
     margin-bottom: 35px;
     opacity: 0.95;
 }


 .cta-btn {
     background-color: #b22222;
     color: #fff !important;
     border-radius: 11px;
     border: solid transparent;
     font-size: 15px;
     padding: 10px 15px;
     border-bottom: 4px solid #680e0e;
 }



/* CSS */
.cta--btn-2 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #2c0000;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.cta--btn-2:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.cta--btn-2:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.cta--btn-2:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}



 .cta-btn:hover {
    text-decoration: none;
 }

 .seller-index-header-nav {}

 .seller-index-header-nav ul {
    align-items: center;
 }

 .seller-index-header-nav ul li {}

 .seller-index-header-nav ul li .nav-link {
     font-size: 15px;
     font-weight: 600;
     color: rgb(36, 0, 0) !important;
 }

 @keyframes pulse {
     0% {
         box-shadow: 0 4px 15px rgba(178, 34, 34, 0.3);
     }

     50% {
         box-shadow: 0 4px 20px rgba(178, 34, 34, 0.5);
     }

     100% {
         box-shadow: 0 4px 15px rgba(178, 34, 34, 0.3);
     }
 }

 .cta-button:hover {
     background: linear-gradient(135deg, #9B1C1C, var(--primary-red));
     color: white;
     transform: translateY(-3px);
     box-shadow: 0 6px 20px rgba(178, 34, 34, 0.4);
     text-decoration: none;
     animation: none;
 }

 .section-title {
     font-family: 'Noto Serif', serif;
     font-weight: 700;
     margin-bottom: 10px;
     position: relative;
     padding-bottom: 15px;
     color: var(--himalayan-blue);
 }

 .section-title::after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 50%;
     width: 80px;
     height: 4px;
     background: linear-gradient(90deg, var(--primary-red), #1e3a8a);
    border-radius: 2px;
    animation: expandWidth 1s ease-out;
    transform: translateX(-50%);
 }

 @keyframes expandWidth {
     from {
         width: 0;
     }

     to {
         width: 80px;
     }
 }

 .himalayan-card {
     background: white;
     border-radius: 12px;
     border: 1px solid var(--border-color);
     transition: all 0.4s ease;
     overflow: hidden;
     height: 100%;
     animation: fadeInUp 0.6s ease-out;
 }
 .heritage-category-carousel .item{
    height: 100%;
 }
 .heritage-category-carousel .owl-stage{
    display: flex;
 }

 @keyframes fadeInUp {
     from {
         opacity: 0;
         transform: translateY(20px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .himalayan-card:hover {
     transform: translateY(-8px);
     box-shadow: var(--shadow);
     border-color: var(--primary-red);
 }
 .step-box-bg{
    display: flex;
    background: #fff;
    padding: 25px 20px;
    border-radius: 18px;
    border: 2px dashed #b22222;
 }

 .step-circle {
     width: 50px;
     height: 50px;
     background: linear-gradient(135deg, var(--primary-red), var(--himalayan-blue));
     color: white;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
     font-size: 1.3rem;
     margin-bottom: 20px;
     box-shadow: 0 4px 10px rgba(178, 34, 34, 0.2);
     animation: bounceIn 0.6s ease-out;
     margin-right: 15px;
 }

 @keyframes bounceIn {
     0% {
         transform: scale(0.3);
         opacity: 0;
     }

     50% {
         transform: scale(1.05);
     }

     70% {
         transform: scale(0.9);
     }

     100% {
         transform: scale(1);
         opacity: 1;
     }
 }

 .feature-icon {
     width: 70px;
     height: 70px;
     background: linear-gradient(135deg, rgba(178, 34, 34, 0.1), rgba(30, 58, 138, 0.1));
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 25px;
     color: var(--primary-red);
     font-size: 1.8rem;
     animation: rotateIn 0.8s ease-out;
 }

 @keyframes rotateIn {
     from {
         transform: rotate(-90deg);
         opacity: 0;
     }

     to {
         transform: rotate(0);
         opacity: 1;
     }
 }

 .payout-box {
     padding: 25px;
     border-radius: 8px;
     animation: slideInLeft 0.6s ease-out;
 }

 @keyframes slideInLeft {
     from {
         transform: translateX(-30px);
         opacity: 0;
     }

     to {
         transform: translateX(0);
         opacity: 1;
     }
 }

 .himalayan-badge {
     background: linear-gradient(135deg, var(--primary-red), var(--himalayan-blue));
     color: white;
     padding: 6px 15px;
     border-radius: 20px;
     font-size: 0.85rem;
     font-weight: 600;
 }

 .category-tag {
     background: var(--light-beige);
     color: var(--earth-brown);
     padding: 8px 15px;
     border-radius: 6px;
     font-size: 0.9rem;
     margin: 5px;
     display: inline-block;
     border: 1px solid #F59E0B;
 }

 .testimonial-card {
     background: white;
     border-radius: 12px;
     padding: 30px;
     border-top: 5px solid var(--himalayan-green);
     box-shadow: var(--shadow);
     animation: flipInX 0.8s ease-out;
 }

 @keyframes flipInX {
     from {
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         opacity: 0;
     }

     to {
         transform: perspective(400px);
         opacity: 1;
     }
 }

 .mountain-pattern {
     height: 40px;
     background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23B22222"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23B22222"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23B22222"/></svg>');
     background-size: cover;
     margin: -2px 0;
     animation: wave 2s ease-in-out infinite alternate;
 }

 @keyframes wave {
     from {
         transform: translateY(0);
     }

     to {
         transform: translateY(-10px);
     }
 }

 .registration-steps {
     background: linear-gradient(135deg, #FFFBEB, #FEF3C7);
     border-radius: 15px;
     padding: 30px;
     border: 2px solid #F59E0B;
     animation: fadeIn 0.8s ease-out;
 }

 .why-choose-us {
     background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
         url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"><path d="M20,80 L50,20 L80,80 Z" fill="none" stroke="%23065F46" stroke-width="0.5" opacity="0.05"/></svg>');
 }

 .footer {
     background: #290000;
     color: white;
     padding: 60px 0 30px;
 }

 .artisan-stats {
     font-size: 2.5rem;
     font-weight: 700;
     color: var(--primary-red);
 }

 .benefit-card {
     border-left: 4px solid var(--himalayan-green);
     padding-left: 20px;
 }
.calculate-box-bg{
        background: #fffef8;
    padding: 20px;
    border-radius: 20px;
    border: 2px dashed #ffeca5;
}
.calculate-box-bg td{
 font-size: 13px;
    padding: 5px 10px;
    line-height: 20px;
}
 .calculator-box {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 40px;
    animation: zoomIn 0.6s ease-out;
 }

 @keyframes zoomIn {
     from {
         transform: scale(0.9);
         opacity: 0;
     }

     to {
         transform: scale(1);
         opacity: 1;
     }
 }

 .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #b22222;
    background-color: #b22222;
}

 .form-control-custom {
     border: 2px solid var(--border-color);
     border-radius: 8px;
     padding: 12px;
     font-size: 1rem;
     transition: all 0.3s ease;
 }

 .form-control-custom:focus {
     border-color: var(--primary-red);
     box-shadow: 0 0 0 3px rgba(178, 34, 34, 0.1);
 }

 .calculator-result {
     background: linear-gradient(135deg, var(--himalayan-blue), #1E40AF);
     color: white;
     border-radius: 10px;
     padding: 25px;
 }

 .result-value {
     font-size: 2.2rem;
     font-weight: 700;
     color: white;
 }

 .himalayan-image {
     border-radius: 12px;
     box-shadow: var(--shadow);
     transition: transform 0.5s ease;
     max-height: 300px;
     object-fit: cover;
 }

 .himalayan-image:hover {
     transform: scale(1.02);
 }

 .delivery-note {
     background: linear-gradient(135deg, #FFFBEB, #FEF3C7);
     border-left: 4px solid var(--himalayan-green);
     padding: 20px;
     border-radius: 8px;
     margin-top: 20px;
     animation: slideInRight 0.6s ease-out;
 }

 @keyframes slideInRight {
     from {
         transform: translateX(30px);
         opacity: 0;
     }

     to {
         transform: translateX(0);
         opacity: 1;
     }
 }

 .payout-value {
     font-weight: 700;
     color: var(--primary-red);
     font-size: 1.1rem;
     animation: fadeIn 0.5s ease-out;
 }

 .table-dynamic td {
     transition: all 0.3s ease;
 }

 .table-dynamic tr:hover td {
     background-color: rgba(178, 34, 34, 0.05);
 }

 .benefits-box {
     border-radius: 10px;
     padding: 20px;
     margin-top: 20px;
     transition: all 0.3s ease;
 }

 .benefits-registered {
     background: linear-gradient(135deg, #E3F2FD, #BBDEFB);
     border-left: 5px solid #2196F3;
 }

 .benefits-unregistered {
     background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
     border-left: 5px solid #4CAF50;
 }

 .seller-type-indicator {
     padding: 8px 20px;
     border-radius: 20px;
     font-weight: 600;
     display: inline-block;
     margin-bottom: 15px;
 }

 .indicator-registered {
     background: linear-gradient(135deg, #2196F3, #1976D2);
     color: white;
 }

 .indicator-unregistered {
     background: linear-gradient(135deg, #4CAF50, #388E3C);
     color: white;
 }

 @media (max-width: 768px) {
     .hero-title {
         font-size: 2.2rem;
     }

     .hero-subtitle {
         font-size: 1.1rem;
     }
 }
