/* ============================================
   GLOBAL DESIGN SYSTEM & TYPOGRAPHY
   ============================================ */

:root {
  --primary-green: #8b4513;
  --primary-green-light: #c77c36;
  --primary-green-dark: #5e0000;
  --accent-brown: #5e0000;
  --accent-brown-light: #8b0000;
  --text-dark: #1a1a1a;
  --text-medium: #333333;
  --text-light: #666666;
  --bg-light: #f8fdf9;
  --bg-white: #ffffff;
  --border-light: #e8f5e8;
  --shadow-sm: 0 2px 8px rgba(139, 69, 19, 0.08);
  --shadow-md: 0 4px 16px rgba(139, 69, 19, 0.12);
  --shadow-lg: 0 8px 32px rgba(139, 69, 19, 0.16);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* General Reset */
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
  color: var(--text-dark);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography Scale */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }

p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: var(--primary-green);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-green-dark);
  text-decoration: none;
}

/* Buttons Global */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
  color: white;
  padding: 12px 32px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  cursor: pointer;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Container Improvements */
.cta-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(94, 0, 0, 0.18);
}
.cta-icon i {
  font-size: 2.2rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.main-header {
  background: #fef9f4;
  border-bottom: 2px solid #e8f5e8;
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.08);
  padding: 12px 0;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.main-header:hover {
  box-shadow: 0 6px 18px rgba(139, 69, 19, 0.12);
}

/* Brand name styling */
.main-header h5,
.main-header .navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #5e0000, #8b0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  transition: transform 0.3s ease;
}

.main-header .navbar-brand sup,
.main-header h5 sup {
  font-size: 0.6em;
  font-weight: 800;
  vertical-align: super;
  margin-left: 4px;
  color: #5e0000;
  -webkit-text-fill-color: #5e0000;
}

.main-header .navbar-brand:hover {
  transform: scale(1.02);
}

/* Navigation links */
.main-header .nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: #333 !important;
  transition: all 0.3s ease;
  padding: 10px 16px;
  border-radius: 8px;
  position: relative;
  margin: 0 4px;
}

.main-header .nav-link::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, #5e0000, #c77c36);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.main-header .nav-link:hover {
  color: #8b4513 !important;
  background: rgba(199, 124, 54, 0.08);
  text-decoration: none;
}

.main-header .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Active link styling */
.main-header .nav-link.active {
  color: #8b4513 !important;
  background: rgba(199, 124, 54, 0.12);
}

/* Hamburger button */
.navbar-toggler {
  padding: 8px 12px;
  border: 2px solid #8b4513;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.navbar-toggler:hover {
  background: rgba(199, 124, 54, 0.15);
  border-color: #c77c36;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%238b4513' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-brand {
  font-size: 1.5rem;
  white-space: normal;
  line-height: 1.2;
  max-width: 70%;
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1.1rem;
    max-width: 65%;
  }
  
  .main-header h5,
  .main-header .navbar-brand {
    font-size: 1.1rem;
  }
}

/* Mobile and tablet */
@media (max-width: 991.98px) {
  .main-header .navbar-collapse {
    background: #fff;
    padding: 15px 0;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .main-header .nav {
    flex-direction: column;
    width: 100%;
  }
  
  .main-header .nav-item {
    width: 100%;
    margin: 4px 0;
  }
  
  .main-header .nav-link {
    display: block;
    width: 100%;
    padding: 12px 16px;
    text-align: left;
  }
  
  .main-header .nav-link::after {
    display: none;
  }
}

/* Desktop only */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}



/* footer */

/* ============================================
   AYURVEDIC FOOTER - MODERN & CLEAN LAYOUT
   ============================================ */

.footer-modern {
  background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
  color: #5d4037;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(139, 69, 19, 0.1);
}

/* Main Content */
.footer-content {
  position: relative;
  z-index: 1;
}

/* Main Footer Grid */
.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 50px 0;
  align-items: flex-start;
}

/* Brand Column */
.footer-brand-col {
  padding-right: 20px;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.footer-brand-name {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
  color: #5e0000;
  line-height: 1.2;
}

.footer-brand-name sup {
  font-size: 0.5em;
  font-weight: 800;
  vertical-align: super;
  margin-left: 3px;
  color: #5e0000;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #777;
  margin: 15px 0;
}

.sun-consultation-link {
  color: #8b4513;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.sun-consultation-link:hover {
  color: #c77c36;
  text-decoration: none;
}

.sun-consultation-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(90deg, #8b4513, #c77c36);
  transition: width 0.3s ease;
}

.sun-consultation-link:hover::after {
  width: 100%;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #5e0000;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.social-icon:hover {
  background: #5e0000;
  color: white;
  transform: translateY(-4px);
}

/* Links Columns */
.footer-links-col {
  text-align: left;
}

.footer-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #5e0000;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: 10px;
}

.footer-link-list a {
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-link-list a:hover {
  color: #5e0000;
  transform: translateX(4px);
}

/* Contact Column */
.footer-contact-col {
  text-align: left;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(4px);
}

.contact-item i {
  font-size: 1.1rem;
  color: #5e0000;
  width: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-item p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-item a {
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #5e0000;
}

/* Footer Divider */
.footer-divider {
  border: none;
  height: 1px;
  background: #f0f0f0;
  margin: 30px 0;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom-left {
  flex: 1;
}

.footer-copyright {
  font-size: 0.85rem;
  color: #999;
  margin: 0;
  line-height: 1.6;
}

.footer-copyright a {
  color: #5e0000;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-copyright a:hover {
  color: #8b4513;
  text-decoration: none;
}

.footer-bottom-center {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

.back-to-top-btn {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #8b4513, #c77c36);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.2);
}

.back-to-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(139, 69, 19, 0.3);
}

.back-to-top-btn:active {
  transform: translateY(-1px);
}

.footer-bottom-right {
  flex: 0 1 auto;
}

.footer-policy-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-policy-links li {
  display: inline;
}

.footer-policy-links a {
  font-size: 0.85rem;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-policy-links a:hover {
  color: #5e0000;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .footer-main {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 0;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-left {
    width: 100%;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .footer-policy-links {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 0;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
  }

  .footer-brand-name {
    font-size: 1.1rem;
  }

  .footer-description {
    font-size: 0.9rem;
    margin: 12px 0;
  }

  .footer-social-icons {
    gap: 10px;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .footer-section-title {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .footer-link-list a {
    font-size: 0.9rem;
  }

  .contact-item {
    gap: 10px;
  }

  .contact-item i {
    font-size: 1rem;
  }

  .footer-divider {
    margin: 25px 0;
  }

  .footer-copyright {
    font-size: 0.8rem;
  }

  .footer-policy-links {
    gap: 15px;
  }

  .footer-policy-links a {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 0;
  }

  .footer-logo {
    width: 45px;
    height: 45px;
  }

  .footer-logo-wrapper {
    gap: 10px;
    margin-bottom: 15px;
  }

  .footer-brand-name {
    font-size: 1rem;
  }

  .footer-description {
    font-size: 0.85rem;
    margin: 10px 0;
  }

  .footer-social-icons {
    gap: 8px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  .footer-section-title {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .footer-section-title::after {
    width: 25px;
  }

  .footer-link-list a {
    font-size: 0.85rem;
  }

  .contact-item {
    gap: 8px;
  }

  .contact-item i {
    font-size: 0.95rem;
  }

  .contact-item p {
    font-size: 0.85rem;
  }

  .contact-item a {
    font-size: 0.85rem;
  }

  .footer-divider {
    margin: 20px 0;
  }

  .footer-bottom {
    padding: 15px 0;
    gap: 10px;
  }

  .footer-copyright {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .footer-policy-links {
    gap: 10px;
    flex-direction: column;
  }

  .footer-policy-links li {
    display: block;
  }

  .footer-policy-links a {
    font-size: 0.75rem;
  }

  .footer-list li {
    margin-bottom: 8px;
  }

  .footer-link {
    font-size: 0.85rem;
    gap: 6px;
  }

  .contact-chip {
    padding: 7px;
    font-size: 0.85rem;
    gap: 8px;
  }

  .contact-chip i {
    font-size: 13px;
  }

  .social-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .social-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .venture-text {
    font-size: 0.8rem;
  }

  .footer-bottom-section {
    padding: 15px 0;
  }

  .footer-credit {
    font-size: 0.8rem;
    margin: 6px 0;
  }

  .footer-credit.developed-by {
    font-size: 0.75rem;
  }
}

.highlight {
  color: #d9531e;
  font-weight: bold;
}

/* home */
.bg-cream {
  background-color: #fef1e5; /* matches the design color */
}

.font-italic {
  font-style: italic;
}

.text-danger {
  color: #5e0000;
}

/* classical type category */
.category-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    justify-items: center;
}

.cat-card {
    width: 120px;
    height: 120px;
    background: #f8f9fa; /* optional background */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* .cat-card:hover img {
    transform: scale(1.05);
} */


/* Slider Container */
/* ============================================
   HERO SLIDER - PROFESSIONAL ADVANCED UI
   ============================================ */

.hero-slider {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
  margin-top: -15px;
  padding-top: 0;
  background: #ffffff;
  z-index: 1;
}

.hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}

.hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Ken Burns Effect - Zoom Animation */
.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  transform: scale(1);
  animation: kenBurns 8s ease-in-out infinite alternate;
  transition: transform 0.5s ease;
}

@keyframes kenBurns {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  50% {
    transform: scale(1.03) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1) translateX(0) translateY(0);
  }
}

/* Slide overlay for depth */
.hero-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

/* Active slide enhancement */
.hero-slider .swiper-slide-active img {
  animation: kenBurnsActive 10s ease-in-out infinite alternate;
}

@keyframes kenBurnsActive {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* Professional Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #000000;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

/* Modern Pagination Dots */
.swiper-pagination {
  display: none !important;
}

/* Slide transition effects */
.hero-slider .swiper-slide {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.hero-slider .swiper-slide-active {
  opacity: 1;
}

/* Parallax effect on scroll */
.hero-slider .swiper-slide img {
  will-change: transform;
}

/* 📱 RESPONSIVE DESIGN */
@media (max-width: 1400px) {
  .hero-slider {
    height: 70vh;
  }
}

@media (max-width: 1200px) {
  .hero-slider {
    height: 65vh;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .hero-slider {
    height: 55vh;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
  }
  
  .swiper-button-next {
    right: 20px;
  }
  
  .swiper-button-prev {
    left: 20px;
  }
  
  .swiper-pagination {
    bottom: 20px !important;
  }
  
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
  
  .swiper-pagination-bullet-active {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    height: 35vh;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
  
  .swiper-button-next {
    right: 15px;
  }
  
  .swiper-button-prev {
    left: 15px;
  }
}

@media (max-width: 576px) {
  .hero-slider {
    height: 30vh;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 12px;
  }
  
  .swiper-button-next {
    right: 10px;
  }
  
  .swiper-button-prev {
    left: 10px;
  }
  
  .swiper-pagination {
    bottom: 15px !important;
  }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
  }
  
  .swiper-pagination-bullet-active {
    width: 24px;
  }
}

@media (max-width: 400px) {
  .hero-slider {
    height: 25vh;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 10px;
  }
  
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  
  .swiper-pagination-bullet-active {
    width: 20px;
  }
}

/* Performance optimization */
.hero-slider .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* end */

/* ============================================
   FEATURES SECTION - PROFESSIONAL REDESIGN
   ============================================ */

.features-section {
  background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, #5e0000, #8b4513, #c77c36, transparent);
}

.features-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(199, 124, 54, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.features-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.features-heading-wrapper {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.features-heading {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 15px;
  letter-spacing: -1px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.feature-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 45px 35px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.05),
    0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #5e0000, #8b4513, #c77c36);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-box::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(199, 124, 54, 0.08));
  transition: bottom 0.4s ease;
  pointer-events: none;
}

.feature-box:hover::before {
  transform: scaleX(1);
}

.feature-box:hover::after {
  bottom: 0;
}

.feature-box:hover {
  transform: translateY(-12px);
  box-shadow: 
    0 20px 60px rgba(139, 69, 19, 0.18),
    0 5px 15px rgba(139, 69, 19, 0.1);
  border-color: rgba(94, 0, 0, 0.1);
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(94, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.feature-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  opacity: 0;
  filter: blur(15px);
  transition: opacity 0.4s ease;
}

.feature-box:hover .feature-icon::before {
  opacity: 0.4;
}

.feature-icon i {
  font-size: 1.5rem;
  color: #ffffff;
  z-index: 1;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-box:hover .feature-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(94, 0, 0, 0.3);
}

.feature-box:hover .feature-icon i {
  transform: rotate(0deg);
}

.feature-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8b4513;
  margin-bottom: 18px;
  line-height: 1.4;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
}

.feature-box:hover .feature-title {
  color: #5e0000;
  transform: translateY(-3px);
}

.feature-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
  transition: color 0.3s ease;
  text-align: center;
}

.feature-box:hover .feature-description {
  color: #444;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-row {
    gap: 35px;
  }
  
  .feature-box {
    padding: 40px 30px;
  }
}

@media (max-width: 992px) {
  .features-section {
    padding: 80px 0 70px;
  }
  
  .features-heading {
    font-size: 2rem;
    padding: 0 15px;
  }
  
  .features-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .features-section {
    padding: 50px 0 40px;
  }
  
  .features-heading {
    font-size: 1.4rem;
    padding: 0 10px;
    letter-spacing: -0.5px;
  }
  
  .features-heading-wrapper {
    margin-bottom: 40px;
  }
  
  .features-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-box {
    padding: 30px 20px;
  }
  
  .feature-title {
    font-size: 1.1rem;
  }
  
  .feature-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .features-section {
    padding: 40px 0 30px;
  }
  
  .features-heading {
    font-size: 1.15rem;
    padding: 0 10px;
    letter-spacing: -0.3px;
    line-height: 1.3;
  }
  
  .features-heading-wrapper {
    margin-bottom: 30px;
  }
  
  .features-container {
    padding: 0 15px;
  }
  
  .features-row {
    gap: 15px;
  }
  
  .feature-box {
    padding: 20px 15px;
    border-radius: 15px;
  }
  
  .feature-icon {
    margin-bottom: 12px;
  }
  
  .feature-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .feature-description {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .features-section {
    padding: 35px 0 25px;
  }
  
  .features-heading {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .features-heading-wrapper {
    margin-bottom: 25px;
  }
  
  .features-container {
    padding: 0 12px;
  }
  
  .feature-box {
    padding: 18px 12px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  
  .feature-icon i {
    font-size: 1.3rem;
  }
  
  .feature-title {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
  
  .feature-description {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

/* ============================================
   AYURVEDIC PRODUCTS SECTION - MODERN & THEMED
   ============================================ */

.ayurvedic-products-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
  position: relative;
  overflow: hidden;
}

.ayurvedic-products-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(139, 69, 19, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(94, 0, 0, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* Section Header */
.ayur-section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  animation: fadeInDown 0.8s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ayur-leaf-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(94, 0, 0, 0.2);
  animation: pulse 2s infinite;
}

.ayur-leaf-icon i {
  font-size: 1.8rem;
  color: #fff;
}

.ayur-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ayur-section-subtitle {
  font-size: 1.1rem;
  color: #8b4513;
  font-weight: 600;
  margin: 0 0 20px;
}

.ayur-decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #5e0000, #8b4513, #c77c36, #5e0000);
  margin: 0 auto;
  border-radius: 2px;
}

/* Search Container */
.ayur-search-container {
  margin-bottom: 50px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.ayur-search-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(139, 69, 19, 0.1);
}

.ayur-search-input-group {
  flex: 1;
  position: relative;
}

.ayur-input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B4513;
  font-size: 1.1rem;
  pointer-events: none;
  z-index: 1;
}

.ayur-search-input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 2px solid #e8dcc8;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b1e00;
  background: #fef9f4;
  transition: all 0.3s ease;
}

.ayur-search-input::placeholder {
  color: #b8956a;
}

.ayur-search-input:focus {
  outline: none;
  border-color: #8b4513;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(94, 0, 0, 0.1);
}

.ayur-search-btn {
  padding: 15px 30px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(94, 0, 0, 0.25);
  flex-shrink: 0;
}

.ayur-search-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(94, 0, 0, 0.35);
}

.ayur-search-btn i {
  font-size: 1.1rem;
}

/* Categories Grid */
.ayur-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.ayur-category-item {
  animation: fadeInUp 0.6s ease-out both;
}

.ayur-category-item:nth-child(1) { animation-delay: 0.3s; }
.ayur-category-item:nth-child(2) { animation-delay: 0.4s; }
.ayur-category-item:nth-child(3) { animation-delay: 0.5s; }

/* Category Card */
.ayur-category-card {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  border: 3px solid transparent;
  text-decoration: none;
}

.ayur-category-card:hover {
  transform: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

/* Card Overlay */
.ayur-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.ayur-category-card:hover .ayur-card-overlay {
  opacity: 1;
}

/* Card Content */
.ayur-card-content {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}

/* Card Icon */
.ayur-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(94, 0, 0, 0.15);
  transition: box-shadow 0.2s ease;
}

.ayur-card-icon i {
  font-size: 1.4rem;
  color: #fff;
}

.ayur-category-card:hover .ayur-card-icon {
  box-shadow: 0 4px 16px rgba(94, 0, 0, 0.2);
}

/* Card Image */
.ayur-card-image {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin: 20px 0;
  transition: none;
}

.ayur-category-card:hover .ayur-card-image {
  transform: none;
}

/* Card Label */
.ayur-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #5e0000 0%, #c77c36 100%);
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  transform: translateY(0);
  transition: background 0.2s ease;
}

.ayur-category-card:hover .ayur-card-label {
  background: linear-gradient(90deg, #5e0000 0%, #c77c36 100%);
}

.ayur-card-label span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
}

.ayur-card-label i {
  font-size: 1.1rem;
  color: #fff;
  transition: none;
}

.ayur-category-card:hover .ayur-card-label i {
  transform: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .ayurvedic-products-section {
    padding: 70px 20px;
  }

  .ayur-section-title {
    font-size: 2rem;
  }

  .ayur-categories-grid {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .ayurvedic-products-section {
    padding: 60px 15px;
  }

  .ayur-section-header {
    margin-bottom: 40px;
  }

  .ayur-section-title {
    font-size: 1.8rem;
  }

  .ayur-section-subtitle {
    font-size: 1rem;
  }

  .ayur-search-wrapper {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 15px;
  }

  .ayur-search-input-group {
    flex: 1 1 calc(33.33% - 10px);
  }

  .ayur-search-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .ayur-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .ayurvedic-products-section {
    padding: 50px 15px;
  }

  .ayur-section-title {
    font-size: 1.6rem;
  }

  .ayur-section-subtitle {
    font-size: 0.95rem;
  }

  .ayur-leaf-icon {
    width: 50px;
    height: 50px;
  }

  .ayur-leaf-icon i {
    font-size: 1.5rem;
  }

  .ayur-search-container {
    margin-bottom: 40px;
  }

  .ayur-search-wrapper {
    padding: 12px;
  }

  .ayur-search-input-group {
    flex: 1 1 100%;
  }

  .ayur-search-input {
    padding: 12px 12px 12px 45px;
    font-size: 0.9rem;
  }

  .ayur-input-icon {
    left: 15px;
    font-size: 1rem;
  }

  .ayur-search-btn {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  .ayur-card-content {
    min-height: 280px;
    padding: 25px;
  }

  .ayur-card-icon {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }

  .ayur-card-icon i {
    font-size: 1.2rem;
  }

  .ayur-card-image {
    height: 160px;
  }

  .ayur-card-label {
    padding: 15px 20px;
  }

  .ayur-card-label span {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .ayurvedic-products-section {
    padding: 40px 10px;
  }

  .ayur-section-header {
    margin-bottom: 30px;
  }

  .ayur-section-title {
    font-size: 1.4rem;
  }

  .ayur-section-subtitle {
    font-size: 0.88rem;
  }

  .ayur-leaf-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

  .ayur-leaf-icon i {
    font-size: 1.3rem;
  }

  .ayur-decorative-line {
    width: 60px;
    height: 3px;
  }

  .ayur-search-container {
    margin-bottom: 30px;
  }

  .ayur-search-wrapper {
    padding: 10px;
    gap: 10px;
  }

  .ayur-search-input {
    padding: 11px 11px 11px 42px;
    font-size: 0.85rem;
    border-radius: 25px;
  }

  .ayur-search-btn {
    padding: 11px 20px;
    font-size: 0.9rem;
    border-radius: 25px;
  }

  .ayur-categories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ayur-card-content {
    min-height: 260px;
    padding: 20px;
  }

  .ayur-card-icon {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }

  .ayur-card-icon i {
    font-size: 1.1rem;
  }

  .ayur-card-image {
    height: 150px;
    margin: 15px 0;
  }

  .ayur-card-label {
    padding: 14px 18px;
  }

  .ayur-card-label span {
    font-size: 0.95rem;
  }

  .ayur-card-label i {
    font-size: 1.1rem;
  }
}


  .section-heading-wrapper {
    background-color: #feefdd;
    padding: 30px 15px;
    font-weight: bold;
    color: #4b1e00;
    font-size: 20px;
}

.category-box {
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
    height: 180px; /* keep uniform height box */
}

.category-box:hover {
    transform: translateY(-5px);
}

.category-box img {
    height: 140px;       /* fixed height for uniformity */
    max-width: 106%;      /* same max width for all */
    object-fit: fill; /* keeps proper ratio without stretching */
    display: block;
    margin: 0 auto;      /* center image */
}



/* ============================================
   MODERN CTA SECTIONS - ADVANCED & RESPONSIVE
   ============================================ */

.cta-container {
  padding: 60px 0;
  background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
}

/* CTA Card */
.cta-card {
  position: relative;
  margin: 0 auto 30px;
  max-width: 1200px;
  border-radius: 20px;
  padding: 40px 30px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInUp 0.6s ease-out both;
}

.cta-card:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Gradient Backgrounds */
.cta-card-gradient-1 {
  background: linear-gradient(135deg, #66BB6A 0%, #43A047 50%, #2E7D32 100%);
}

.cta-card-gradient-2 {
  background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 50%, #4E342E 100%);
}

/* Animated Background Pattern */
.cta-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Hover Effect */
.cta-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Content Wrapper */
.cta-content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Icon Wrapper */
.cta-icon-wrapper {
  flex-shrink: 0;
}

.cta-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cta-icon i {
  font-size: 2.2rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.cta-card:hover .cta-icon {
  transform: scale(1.1) rotate(10deg);
  background: rgba(255, 255, 255, 0.3);
}

.cta-card:hover .cta-icon i {
  transform: scale(1.1);
}

/* Text Content */
.cta-text-content {
  flex: 1;
  color: #fff;
}

.cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.cta-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cta-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}

/* Button Wrapper */
.cta-button-wrapper {
  flex-shrink: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button-text {
  position: relative;
  z-index: 1;
}

.cta-button-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.cta-button:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cta-button:hover .cta-button-icon {
  transform: translateX(6px);
}

/* Color variations for different gradients */
.cta-card-gradient-1 .cta-button {
  background: #fff;
  color: #2E7D32;
}

.cta-card-gradient-1 .cta-button:hover {
  background: #f1f8f4;
  color: #1B5E20;
}

.cta-card-gradient-2 .cta-button {
  background: #fff;
  color: #4E342E;
}

.cta-card-gradient-2 .cta-button:hover {
  background: #faf7f5;
  color: #3E2723;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .cta-container {
    padding: 50px 20px;
  }

  .cta-card {
    padding: 35px 25px;
  }

  .cta-icon {
    width: 70px;
    height: 70px;
  }

  .cta-icon i {
    font-size: 2rem;
  }

  .cta-title {
    font-size: 1.6rem;
  }

  .cta-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 992px) {
  .cta-container {
    padding: 40px 15px;
  }

  .cta-card {
    padding: 30px 20px;
  }

  .cta-content-wrapper {
    gap: 20px;
  }

  .cta-icon {
    width: 65px;
    height: 65px;
  }

  .cta-icon i {
    font-size: 1.8rem;
  }

  .cta-title {
    font-size: 1.4rem;
  }

  .cta-description {
    font-size: 0.9rem;
  }

  .cta-button {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .cta-container {
    padding: 35px 10px;
  }

  .cta-card {
    padding: 25px 18px;
    margin-bottom: 25px;
  }

  .cta-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .cta-icon {
    width: 60px;
    height: 60px;
  }

  .cta-icon i {
    font-size: 1.6rem;
  }

  .cta-title {
    font-size: 1.3rem;
  }

  .cta-description {
    font-size: 0.88rem;
  }

  .cta-button {
    padding: 13px 26px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .cta-container {
    padding: 30px 10px;
  }

  .cta-card {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .cta-content-wrapper {
    gap: 15px;
  }

  .cta-icon {
    width: 55px;
    height: 55px;
  }

  .cta-icon i {
    font-size: 1.5rem;
  }

  .cta-badge {
    font-size: 0.7rem;
    padding: 5px 12px;
    margin-bottom: 10px;
  }

  .cta-title {
    font-size: 1.15rem;
  }

  .cta-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 0.88rem;
    gap: 10px;
  }

  .cta-button-icon {
    font-size: 0.9rem;
  }
}



/* ============================================
   ABOUT PAGE - PROFESSIONAL DESIGN
   ============================================ */

.about-3pm-section {
    background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
    color: var(--text-dark);
    margin-top: 0;
    padding: 0;
    min-height: 100vh;
}

/* Hero Banner with Overlay */
.about-hero-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.about-hero-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-hero-banner .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: linear-gradient(135deg, rgba(94, 0, 0, 0.75), rgba(139, 69, 19, 0.7), rgba(199, 124, 54, 0.75));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-banner .hero-title {
    color: white;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.about-hero-banner .hero-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}

/* Main Content Container */
.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Introduction Card */
.intro-card {
    background: white;
    border-radius: 20px;
    padding: 60px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.intro-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #8b4513, #c77c36);
}

.card-icon-wrapper {
    margin-bottom: 30px;
}

.card-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(94, 0, 0, 0.3);
}

.card-icon i {
    font-size: 40px;
    color: white;
}

.section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    line-height: 1.3;
}

.lead-text {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    color: var(--text-light);
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto;
}

/* Feature Highlight Card */
.feature-highlight-card {
  background: linear-gradient(135deg, #fff9f4, #fff2e6);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 60px;
  box-shadow: 0 8px 32px rgba(94, 0, 0, 0.1);
  border: 1px solid rgba(94, 0, 0, 0.1);
}

.highlight-icon-box {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 36px rgba(94, 0, 0, 0.3);
    margin: 0 auto;
}

.highlight-icon-box i {
    font-size: 80px;
    color: white;
}

.highlight-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    background: linear-gradient(135deg, #5e0000, #8b4513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.highlight-text {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: var(--text-light);
    line-height: 1.8;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(94, 0, 0, 0.15);
    border-color: #c77c36;
}

.feature-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 6px 18px rgba(94, 0, 0, 0.25);
}

.feature-card-icon i {
    font-size: 32px;
    color: white;
}

.feature-card-title {
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.feature-card-desc {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}

/* Partnership Section */
.partnership-section {
    background: linear-gradient(135deg, #fffbf5, #fff8ed);
    border-left: 5px solid #8b4513;
    border-radius: 12px;
    padding: 40px 50px;
    margin: 60px 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 25px;
    box-shadow: 0 4px 16px rgba(94, 0, 0, 0.3);
}

.partnership-badge i {
    font-size: 1.3rem;
}

.partnership-text {
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0;
}

/* Info Section */
.info-section {
    background: white;
    border-radius: 16px;
    padding: 50px;
    margin: 60px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.info-section-title {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.info-section-title i {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    background: linear-gradient(135deg, #8b4513, #c77c36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-section-text {
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    color: var(--text-light);
    line-height: 1.9;
    margin: 0;
}

/* Solutions Box */
.solutions-box {
  background: linear-gradient(135deg, #fff8f2, #fceee0);
  border-radius: 20px;
  padding: 50px;
  margin: 60px 0;
  border: 2px solid rgba(94, 0, 0, 0.15);
}

.solutions-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 40px;
}

.solution-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.solution-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.12);
}

.solution-item i {
  font-size: 24px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}

.solution-item span {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: var(--text-dark);
    font-weight: 500;
}

/* Vision Section */
.vision-section {
    background: white;
    border-radius: 20px;
    padding: 60px 50px;
    margin: 60px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.vision-header {
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.vision-header i {
  font-size: 50px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vision-header h3 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.vision-description {
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    color: var(--text-light);
    line-height: 1.9;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.offerings-subtitle {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 40px;
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.offering-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #fff9f4, #fff2e6);
  padding: 22px 25px;
  border-radius: 12px;
  border: 2px solid rgba(94, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.offering-item:hover {
  border-color: #c77c36;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(94, 0, 0, 0.15);
}

.offering-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.offering-icon i {
    font-size: 22px;
    color: white;
}

.offering-item span {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.5;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 24px;
  padding: 60px 50px;
  text-align: center;
  margin: 80px 0;
  box-shadow: 0 12px 48px rgba(94, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
}

.cta-text {
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  color: #5e0000;
  padding: 18px 45px;
  border-radius: 50px;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
    color: #5e0000;
    text-decoration: none;
}

.cta-button i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-button:hover i {
    transform: translateX(5px);
}

/* Closing Statement */
.closing-statement {
  background: linear-gradient(135deg, #fffbf5, #fff4e6);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  position: relative;
  border-top: 4px solid;
  border-image: linear-gradient(90deg, #5e0000, #8b4513, #c77c36) 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.statement-icon {
    margin-bottom: 25px;
}

.statement-icon i {
  font-size: 50px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
}

.statement-text {
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    color: var(--text-dark);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 25px;
    font-weight: 500;
}

.statement-tagline {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-hero-banner {
        height: 350px;
    }
    
    .about-content {
        padding: 60px 20px;
    }
    
    .intro-card,
    .feature-highlight-card,
    .partnership-section,
    .info-section,
    .solutions-box,
    .vision-section,
    .closing-statement {
        padding: 40px 30px;
    }
    
    .cta-section {
        padding: 50px 30px;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .about-hero-banner {
        height: 280px;
    }
    
    .about-content {
        padding: 40px 15px;
    }
    
    .intro-card,
    .feature-highlight-card,
    .partnership-section,
    .info-section,
    .solutions-box,
    .vision-section,
    .closing-statement {
        padding: 30px 20px;
    }
    
    .cta-section {
        padding: 40px 20px;
        margin: 50px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .offerings-grid {
        grid-template-columns: 1fr;
    }
    
    .highlight-icon-box {
        width: 140px;
        height: 140px;
        margin-bottom: 30px;
    }
    
    .highlight-icon-box i {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .about-hero-banner {
        height: 220px;
    }
    
    .about-content {
        padding: 30px 10px;
    }
    
    .intro-card,
    .feature-highlight-card,
    .partnership-section,
    .info-section,
    .solutions-box,
    .vision-section,
    .closing-statement {
        padding: 25px 15px;
    }
    
    .cta-section {
        padding: 35px 15px;
    }
    
    .card-icon {
        width: 70px;
        height: 70px;
    }
    
    .card-icon i {
        font-size: 32px;
    }
    
    .vision-header {
        flex-direction: column;
    }
    
    .info-section-title {
        flex-direction: column;
        text-align: center;
    }

    .about-3pm-section ul li {
        padding-left: 25px;
        font-size: 0.9rem;
    }
    
    .about-3pm-section ul li::before {
        font-size: 1.1rem;
    }

    }
    
    




.join-steps li {
  color: #8b4513; /* Brown tone to match theme */
  font-weight: bold;
  margin-bottom: 5px;
}

.offer-table th,
.offer-table td {
    vertical-align: middle;
    font-size: 14px;
}

.offer-table td del {
    color: #b30000;
}

.offer-table td strong {
    color: #000;
}

.offer-table .btn-warning {
    background-color: #f0ad4e;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
}

.offer-table .btn-warning:hover {
    background-color: #ec971f;
}

.offer-table {
    border: 1px solid #f0ad4e;
}

.offer-table th {
    border: 1px solid #f0ad4e;
}

.offer-table td {
    border: 1px solid #f0ad4e;
}
/* from */

/* ============================================
   ROLE SELECTION / REGISTER PAGE - ADVANCED PROFESSIONAL DESIGN
   ============================================ */

.role-selection {
  background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
  padding: 100px 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.role-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, #5e0000, #8b4513, #c77c36, transparent);
}

.role-selection::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(94, 0, 0, 0.05), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Enhanced Header Section */
.register-header {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInDown 0.8s ease-out;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(94, 0, 0, 0.2);
  animation: pulse 2s infinite;
}

.header-badge i {
  font-size: 1.1rem;
}

/* Section Heading */
.role-title {
  font-size: clamp(2.5rem, 4.5vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
}

.role-title sup {
  font-size: 0.55em;
  font-weight: 800;
  vertical-align: super;
  margin-left: 4px;
  color: #5e0000;
  -webkit-text-fill-color: #5e0000;
}

.role-title span {
  background: linear-gradient(135deg, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

.role-description {
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  color: var(--text-light);
  margin: 0 auto 50px;
  max-width: 700px;
  line-height: 1.6;
}

/* Step Indicator */
.steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 60px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e8dcc8, #f5f5f5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #999;
  border: 3px solid #e0e0e0;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.step-item.active .step-icon {
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-color: #c77c36;
  color: white;
  box-shadow: 0 8px 24px rgba(94, 0, 0, 0.3);
  animation: bounce 1s ease-out;
}

@keyframes bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.step-content {
  text-align: left;
}

.step-number {
  font-size: 0.85rem;
  font-weight: 700;
  color: #8b4513;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-item.active .step-number {
  color: #5e0000;
}

.step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-top: 3px;
}

.step-connector {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #e0e0e0, #e0e0e0);
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
}

.step-connector::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, #c77c36, transparent);
}

/* Info Box */
.info-box {
  background: white;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 0 auto 60px;
  max-width: 950px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #5e0000;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.2);
}

.info-icon i {
  font-size: 1.8rem;
  color: white;
}

.info-content {
  flex: 1;
}

.info-text {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  color: var(--text-light);
  margin-bottom: 15px;
  line-height: 1.7;
}

.info-text strong {
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.info-text sup {
  font-size: 0.6em;
  font-weight: 800;
  vertical-align: super;
  margin-left: 2px;
  color: #5e0000;
  -webkit-text-fill-color: #5e0000;
}

.info-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #fff8f0, #fef6eb);
  padding: 15px 20px;
  border-radius: 12px;
  border: 2px solid rgba(94, 0, 0, 0.1);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  color: var(--text-dark);
  margin: 0;
}

.info-highlight i {
  color: #5e0000;
  font-size: 1.3rem;
}

.info-highlight strong {
  color: #5e0000;
  font-weight: 700;
}

/* Section Divider */
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px auto 50px;
  max-width: 800px;
}

.divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c77c36, transparent);
}

.section-subtitle {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-subtitle i {
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: bounce 2s infinite;
}

/* Role Cards Wrapper */
.role-cards-wrapper {
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Role Card Link */
.role-card-link {
  text-decoration: none !important;
  display: block;
  height: 100%;
}

/* Enhanced Role Card */
.role-card {
  position: relative;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 3px solid transparent;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.role-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #5e0000, #8b4513, #c77c36);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 10;
}

/* Card Badge */
.card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-badge i {
  font-size: 1.5rem;
  color: white;
}

/* Card Image Wrapper */
.card-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.role-card .role-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Card Content */
.card-content {
  padding: 25px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.role-name {
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
  font-weight: 800;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  line-height: 1.3;
}

.role-desc {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--text-light);
  margin-bottom: 18px;
  line-height: 1.6;
  flex: 1;
}

/* Card Features */
.card-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(94, 0, 0, 0.1);
}

.card-features span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-medium);
}

.card-features i {
  color: #c77c36;
  font-size: 0.9rem;
}

/* Card Action */
.card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: linear-gradient(135deg, #f8f8f8, #ffffff);
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #5e0000;
  transition: all 0.3s ease;
  border: 2px solid rgba(94, 0, 0, 0.1);
}

.action-text {
  flex: 1;
}

.card-action i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* Hover Effects - Only on Button */
.card-action:hover {
  background: linear-gradient(135deg, #5e0000, #8b4513);
  color: white;
  border-color: #c77c36;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.25);
}

.card-action:hover i {
  transform: translateX(6px);
  color: white;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .role-selection {
    padding: 80px 0;
  }

  .steps-container {
    max-width: 750px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
    font-size: 1.7rem;
  }

  .step-connector {
    width: 60px;
  }
}

@media (max-width: 992px) {
  .role-selection {
    padding: 70px 0;
  }

  .register-header {
    margin-bottom: 50px;
  }

  .steps-container {
    margin-bottom: 50px;
  }

  .step-content {
    display: none;
  }

  .step-connector {
    width: 40px;
  }

  .info-box {
    padding: 25px 30px;
    margin-bottom: 50px;
  }

  .card-image-wrapper {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .role-selection {
    padding: 60px 0;
  }

  .register-header {
    margin-bottom: 40px;
  }

  .header-badge {
    font-size: 0.85rem;
    padding: 8px 20px;
  }

  .steps-container {
    gap: 15px;
    margin-bottom: 40px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .step-connector {
    width: 30px;
  }

  .info-box {
    flex-direction: column;
    padding: 20px 25px;
    margin-bottom: 40px;
    gap: 20px;
  }

  .info-icon {
    width: 50px;
    height: 50px;
  }

  .info-icon i {
    font-size: 1.5rem;
  }

  .section-divider {
    margin: 50px auto 40px;
  }

  .card-image-wrapper {
    height: 200px;
  }

  .card-badge {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
  }

  .card-badge i {
    font-size: 1.3rem;
  }

  .card-content {
    padding: 20px 18px;
  }
}

@media (max-width: 576px) {
  .role-selection {
    padding: 50px 0;
  }

  .header-badge {
    font-size: 0.8rem;
    padding: 7px 18px;
    gap: 8px;
  }

  .steps-container {
    gap: 10px;
  }

  .step-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .step-connector {
    width: 20px;
    height: 2px;
  }

  .info-box {
    padding: 18px 20px;
  }

  .info-highlight {
    flex-direction: column;
    gap: 8px;
    padding: 12px 15px;
    text-align: center;
  }

  .section-subtitle {
    flex-direction: column;
    gap: 8px;
  }

  .card-image-wrapper {
    height: 180px;
  }

  .card-badge {
    width: 45px;
    height: 45px;
    top: 12px;
    right: 12px;
  }

  .card-badge i {
    font-size: 1.1rem;
  }

  .card-content {
    padding: 18px 15px;
  }

  .card-features {
    margin-bottom: 15px;
    padding-bottom: 15px;
  
    padding: 18px 12px;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .role-selection {
    padding: 40px 0;
  }

  .role-note {
    padding: 15px 18px;
    margin-bottom: 30px;
  }

  .role-card .role-img {
    height: 160px;
  }

  .role-name {
    padding: 15px 10px;
  }

  .role-card:hover {
    transform: translateY(-8px) scale(1.01);
  }
}


.terms-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #333;
}

.terms-content ul {
    padding-left: 1.2rem;
    margin-bottom: 0.75rem;
}

.terms-content li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.terms-content p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.terms-meta p {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    color: #555;
}

.terms-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
}
.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite; /* adjust speed */
}

.marquee-content span {
    font-weight: 600;
}

@keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* ============================================
   FAQ PAGE - PROFESSIONAL DESIGN
   ============================================ */

.faq-section {
    background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
    padding: 80px 0;
    min-height: 100vh;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.faq-logo {
    height: 100px;
    filter: drop-shadow(0 4px 12px rgba(94, 0, 0, 0.2));
}

.faq-main-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  letter-spacing: -1px;
}

.faq-contact {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: var(--text-dark);
    margin: 0;
}

.faq-contact a {
  color: #5e0000;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-contact a:hover {
    color: #5e0000;
    text-decoration: underline;
}

/* Category Cards */
.faq-category-card {
    background: white;
    border-radius: 20px;
    padding: 50px 45px;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border-left: 5px solid;
}

.faq-category-card.user-faq {
  border-left-color: #8b4513;
}

.faq-category-card.practitioner-faq {
    border-left-color: #5e0000;
}

.faq-category-card.entrepreneur-faq {
    border-left-color: #8b0000;
}

.faq-category-card.manufacturer-faq {
  border-left-color: #8b4513;
}

.faq-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 20px;
}

.faq-category-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-category-title i {
    font-size: 1.8rem;
}

/* CTA Button */
.faq-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(94, 0, 0, 0.4);
    color: white;
    text-decoration: none;
}

.faq-cta-button i {
    transition: transform 0.3s ease;
}

.faq-cta-button:hover i {
    transform: translateX(4px);
}

/* FAQ Grid & Columns */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.faq-columns {
    columns: 2;
    column-gap: 40px;
}

.faq-item {
    break-inside: avoid;
    margin-bottom: 25px;
}

.faq-question {
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    color: var(--text-dark);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.faq-question i {
  color: #8b4513;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.faq-answer {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 15px;
}

.faq-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.faq-list li {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    color: var(--text-light);
    padding-left: 28px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.7;
}

.faq-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #5e0000;
  border-radius: 50%;
}

.faq-list li strong {
    color: var(--text-dark);
    font-weight: 600;
}

/* Responsive FAQ */
@media (max-width: 992px) {
    .faq-columns {
        columns: 1;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-category-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-logo {
        height: 70px;
    }
    
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-category-card {
        padding: 30px 20px;
    }
    
    .faq-category-header {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* ============================================
   STAKEHOLDERS PAGE - PROFESSIONAL DESIGN
   ============================================ */

.stakeholders-section {
    background: linear-gradient(180deg, #fef9f4 0%, #fff8f0 50%, #fef6eb 100%);
    padding: 80px 0;
    min-height: 100vh;
    position: relative;
}

.stakeholders-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.stakeholders-header {
    text-align: center;
    margin-bottom: 40px;
}

.stakeholders-main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.stakeholders-main-title sup {
  font-size: 0.55em;
  font-weight: 800;
  vertical-align: super;
  margin-left: 4px;
  color: #5e0000;
  -webkit-text-fill-color: #5e0000;
}

/* Consistent trademark superscript styling across stakeholders page */
.stakeholders-section sup {
  font-size: 0.55em;
  font-weight: 800;
  vertical-align: super;
  margin-left: 4px;
  color: #5e0000;
  -webkit-text-fill-color: #5e0000;
}

.stakeholders-subtitle {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    color: var(--text-light);
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

/* Section Intro */
.stakeholders-section-intro {
  background: white;
  border-radius: 20px;
  padding: 35px 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #5e0000;
}

.stakeholders-section-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.stakeholders-section-title i {
  font-size: 2rem;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stakeholders-intro-text {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: var(--text-light);
    line-height: 1.8;
    margin: 0;
}

/* Stakeholder Cards Grid */
.stakeholder-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.stakeholder-card {
  background: white;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  border-left: 5px solid #5e0000;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
}

.stakeholder-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(94, 0, 0, 0.15);
  border-color: #c77c36;
}

/* Card Image */
.stakeholder-image-wrapper {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
    flex: 0 0 300px;
    min-height: 240px;
}

.stakeholder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.stakeholder-card:hover .stakeholder-image {
    transform: scale(1.08);
}

.stakeholder-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.3);
  z-index: 10;
}

.stakeholder-icon i {
    font-size: 28px;
    color: white;
}

/* Card Content */
.stakeholder-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px 30px;
}

.stakeholder-title {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.2;
}

.stakeholder-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    flex: 1;
}

.stakeholder-features li {
    font-size: clamp(0.9rem, 1.3vw, 1rem);
    color: var(--text-light);
    padding-left: 28px;
    margin-bottom: 8px;
    position: relative;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.stakeholder-features li i {
  color: #c77c36;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Button */
.stakeholder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  color: white;
  padding: 11px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(94, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.stakeholder-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(94, 0, 0, 0.4);
    color: white;
    text-decoration: none;
}

.stakeholder-btn i {
    transition: transform 0.3s ease;
}

.stakeholder-btn:hover i {
    transform: translateX(4px);
}

/* Sellers Intro Section */
.stakeholders-sellers-intro {
    background: linear-gradient(135deg, #fffbf5, #fff4e6);
    border-radius: 20px;
    padding: 35px 40px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(94, 0, 0, 0.1);
    text-align: center;
}

.sellers-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 8px 24px rgba(94, 0, 0, 0.3);
}

.sellers-icon i {
    font-size: 32px;
    color: white;
}

.sellers-title {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.sellers-subtitle {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: #5e0000;
    font-weight: 600;
    margin-bottom: 12px;
}

.sellers-description {
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    color: var(--text-light);
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto;
}

/* CTA Section */
.stakeholders-cta {
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 24px;
  padding: 45px 40px;
  text-align: center;
  box-shadow: 0 12px 48px rgba(94, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.stakeholders-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    animation: rotate 20s linear infinite;
}

.stakeholders-cta .cta-inner {
    position: relative;
    z-index: 1;
}

.stakeholders-cta .cta-title {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.stakeholders-cta .cta-description {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
    line-height: 1.6;
}

.stakeholders-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #5e0000;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: clamp(0.9rem, 1.3vw, 1.05rem);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.stakeholders-cta-button:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  color: #5e0000;
  text-decoration: none;
}

.stakeholders-cta-button i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.stakeholders-cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive Stakeholders */
@media (max-width: 992px) {
    .stakeholders-section {
        padding: 60px 0;
    }
    
    .stakeholder-cards-grid {
        gap: 30px;
    }
    
    .stakeholder-card {
        flex-direction: row;
    }
    
    .stakeholder-image-wrapper {
        flex: 0 0 280px;
        min-height: 250px;
    }
    
    .stakeholder-content {
        padding: 30px;
    }
    
    .stakeholders-section-intro,
    .stakeholders-sellers-intro {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .stakeholders-section {
        padding: 40px 0;
    }
    
    .stakeholder-card {
        flex-direction: column;
    }
    
    .stakeholder-image-wrapper {
        flex: none;
        width: 100%;
        min-height: 250px;
        margin-bottom: 0;
    }
    
    .stakeholder-content {
        padding: 25px 20px;
    }
    
    .stakeholders-section-intro,
    .stakeholders-sellers-intro {
        padding: 30px 20px;
    }
    
    .stakeholders-section-title {
        flex-direction: column;
    }
    
    .stakeholder-card {
        padding: 0;
    }
    
    .stakeholder-image {
        height: 200px;
    }
    
    .stakeholders-cta {
        padding: 40px 20px;
    }
}

.buyers-intro {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #5e0000;
  margin-bottom: 60px;
  letter-spacing: -1px;
}

.buyers-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.buyers-title i {
    font-size: 2rem;
}

.buyers-subtitle {
    font-size: clamp(1.1rem, 1.7vw, 1.3rem);
    color: #5e0000;
    font-weight: 600;
    margin-bottom: 20px;
}

.buyers-description {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: var(--text-light);
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto;
}

/* Stakeholder Cards */
.stakeholder-card {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fffbf5, #fff4e6);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    gap: 40px;
    flex-wrap: wrap;
    border-left: 5px solid;
    transition: all 0.3s ease;
}

.stakeholder-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.stakeholder-card.practitioner-card {
  border-left-color: #8b4513;
}

.stakeholder-card.entrepreneur-card {
    border-left-color: #8b0000;
}

.stakeholder-card.manufacturer-card {
    border-left-color: #5e0000;
}

.stakeholder-card.marketer-card {
  border-left-color: #8b4513;
}

.stakeholder-image {
    flex: 0 0 280px;
    text-align: center;
}

.stakeholder-image img {
    width: 100%;
    max-width: 280px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.stakeholder-card:hover .stakeholder-image img {
    transform: scale(1.05);
}

.stakeholder-content {
    flex: 1;
    min-width: 300px;
}

.stakeholder-title {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.stakeholder-title i {
    font-size: 1.8rem;
}

.stakeholder-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stakeholder-list li {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    color: var(--text-light);
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.stakeholder-list li i {
  color: #c77c36;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 3px;
}

/* Sellers Intro Card */
.sellers-intro-card {
  background: white;
  border-radius: 20px;
  padding: 50px;
  margin: 60px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(94, 0, 0, 0.15);
  text-align: center;
}

.sellers-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.sellers-icon-wrapper i {
    font-size: 40px;
    color: white;
}

.sellers-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px;
}

.sellers-highlight {
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    color: #5e0000;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.sellers-description {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: var(--text-light);
    line-height: 1.9;
    max-width: 850px;
    margin: 0 auto;
}

/* CTA Section */
.stakeholders-cta {
  background: linear-gradient(135deg, #5e0000, #8b4513, #c77c36);
  border-radius: 24px;
  padding: 60px 50px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0 12px 48px rgba(94, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.stakeholders-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    animation: rotate 20s linear infinite;
}

.cta-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-title i {
    font-size: 2.5rem;
}

.cta-subtitle {
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.stakeholders-cta .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #5e0000;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 700;
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.stakeholders-cta .cta-button:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  color: #5e0000;
  text-decoration: none;
}

.stakeholders-cta .cta-button i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.stakeholders-cta .cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive Stakeholders */
@media (max-width: 992px) {
    .stakeholders-section {
        padding: 60px 0;
    }
    
    .buyers-intro {
        padding: 40px 30px;
    }
    
    .stakeholder-card {
        padding: 30px;
    }
    
    .stakeholder-image {
        flex: 0 0 220px;
    }
    
    .sellers-intro-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .stakeholders-section {
        padding: 40px 0;
    }
    
    .buyers-intro,
    .sellers-intro-card {
        padding: 30px 20px;
    }
    
    .buyers-title {
        flex-direction: column;
    }
    
    .stakeholder-card {
        flex-direction: column;
        padding: 25px 20px;
    }
    
    .stakeholder-image {
        flex: none;
        width: 100%;
    }
    
    .stakeholder-content {
        min-width: 100%;
    }
    
    .stakeholder-title {
        flex-direction: column;
        text-align: center;
    }
    
    .stakeholder-image.order-md-2 {
        order: -1;
    }
    
    .stakeholders-cta {
        padding: 40px 20px;
    }
    
    .cta-title {
        flex-direction: column;
    }
}
