/* Amorexim — Bootstrap + Indianspices.com inspired theme */

:root {
  --spice-green: #392D83;
  --spice-green-dark: #2a215e;
  --spice-green-light: #4a3aa3;
  --spice-gold: #ED9E12;
  --spice-gold-dark: #ED9E12;
  --spice-orange: #ED9E12;
  --spice-maroon: #ED9E12;
  --spice-cream: #f5f0e8;
  --spice-text: #333333;
  --spice-border: #d9d0c3;
}

* { box-sizing: border-box; }

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--spice-text);
  background: #fff;
  line-height: 1.6;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--spice-gold);
  color: #000;
  padding: 8px 16px;
  z-index: 9999;
  font-weight: 600;
}
.skip-link:focus { top: 0; }

/* News kerker */
.news-ticker {
  background: #373285;
  color: #fff;
  font-size: 0.85rem;
  padding: 3px 0px;
}
.news-ticker-content {
  justify-content: space-between;
  width: 100%;
}
/* Header */
.site-header {
  background: #fff;
  border-bottom: 3px solid var(--spice-green);
}

/* Header social icons */
.header-social .social-icon {
  color: var(--spice-green);
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--spice-cream);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header-social .social-icon:hover {
  color: #fff;
  background: var(--spice-gold);
  transform: translateY(-2px);
}

.header-contact i {
  color: var(--spice-green);
  font-size: 24px;
}

/* Navbar */
.nav-item.dropdown:hover .dropdown-menu {
      display: inline-block;
    }
.main-navbar {
  /* background: var(--spice-green); */
  padding: 0;
}
.main-navbar .navbar-toggler {
  border-color: rgba(255,255,255,0.5);
  margin: 8px;
}
.main-navbar .navbar-toggler-icon {
  filter: invert(1);
}
.main-navbar .nav-link {
  color: black;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 18px !important;
  border-right: 1px solid rgba(255,255,255,0.15);
  transition: background 0.2s;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  background: var(--spice-green-dark);
  color: var(--spice-gold) !important;
  border-radius: 3px;
}
.main-navbar .dropdown-menu {
  width: 200px;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  background-color: var(--spice-cream);
}
.main-navbar .dropdown-item:hover {
  background: var(--spice-cream);
  color: var(--spice-gold-dark);
  background: var(--spice-green-dark);

}
.bg-spice { background: var(--spice-green) !important; }
.btn-gold {
  background: var(--spice-gold);
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 20px;
  border: none;
}
.btn-gold:hover {
  background: var(--spice-gold-dark);
  color: #000;
}

/* Hero Banner Carousel */
.hero-banner {
  color: #fff;
  padding: 0;
}
.hero-banner .carousel {
  position: relative;
}
.hero-banner .carousel-item {
  height: 500px;
  min-height: 300px;
}
.hero-banner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.hero-banner .carousel-control-prev:hover,
.hero-banner .carousel-control-next:hover {
  background: rgba(255,255,255,0.5);
  opacity: 1;
}
.hero-banner .carousel-control-prev {
  left: 20px;
}
.hero-banner .carousel-control-next {
  right: 20px;
}

/* Quick Links (like indianspices.com boxes) */
.quick-links {
  background: var(--spice-cream);
  padding: 50px 0;
  border-bottom: 1px solid var(--spice-border);
}
.quick-link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(11,92,58,0.15);
}
.quick-link-box:hover {
 transform: scale(1.05);
}
.quick-link-box i {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 5px;
  color: var(--spice-green);
  transition: transform 0.3s ease;
}

.quick-link-box span {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

/* Welcome Section */
.welcome-section {
  padding: 40px 0;
}
.welcome-section h2 {
  color: var(--spice-green-dark);
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: 3px solid var(--spice-gold);
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.welcome-section p {
  text-align: justify;
  line-height: 1.8;
}

/* Section heading */
.section-heading {
  color: var(--spice-green-dark);
  font-weight: 700;
  font-size: 1.4rem;
  border-left: 5px solid var(--spice-gold);
  padding-left: 15px;
  margin-bottom: 25px;
}

/* News & Events panel */
.news-panel {
  background: #fff;
  border: 1px solid var(--spice-border);
  border-radius: 4px;
  overflow: hidden;
}
.news-panel-header {
  background: var(--spice-maroon);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 1rem;
}
.news-panel-body {
  padding: 0;
  max-height: 320px;
  overflow-y: auto;
}
.news-item {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  color: var(--spice-text);
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.news-item:hover {
  background: var(--spice-cream);
  color: var(--spice-green);
}
.news-item i {
  color: var(--spice-orange);
  margin-right: 8px;
}

/* Category cards */
.category-card {
  border: 1px solid var(--spice-border);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.category-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transform: translateY(-5px);
  border-color: var(--spice-green);
}
.category-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.category-card:hover img {
  transform: scale(1.05);
}
.category-card-body {
  padding: 20px;
}
.category-card-body h5 {
  color: var(--spice-green-dark);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.category-card-body p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}
.category-card .badge-count {
  background: linear-gradient(135deg, var(--spice-gold), var(--spice-gold-dark));
  color: white;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
}
.view-link {
  color: var(--spice-green);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.view-link:hover { color: var(--spice-maroon); }

/* Page banner */
.page-banner {
  background-image: url('../image/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 0;
  position: relative;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.breadcrumb-nav {
  font-size: 1rem;
  opacity: 0.95;
  font-weight: 600;
}
.breadcrumb-nav a {
  color: var(--spice-gold);
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb-nav a:hover {
  text-decoration: underline;
}

/* Content box */
.content-box {
  background: #fff;
  border: 1px solid var(--spice-border);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.content-box h3 {
  color: var(--spice-green-dark);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--spice-gold);
  padding-bottom: 12px;
}
.content-box p {
  font-size: 1rem;
  line-height: 1.8;
  
}

/* Product cards */
.product-card {
  border: 1px solid var(--spice-border);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.product-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transform: translateY(-5px);
  border-color: var(--spice-green);
}
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card:hover img {
  transform: scale(1.05);
}
.product-card-body { padding: 20px; }
.product-type {
  display: inline-block;
  background: linear-gradient(135deg, var(--spice-green), var(--spice-green-light));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.product-card-body h5 {
  color: var(--spice-green-dark);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.product-card-body p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}
.product-specs {
  font-size: 0.85rem;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.product-specs dt {
  color: #888;
  font-weight: 500;
  margin-bottom: 2px;
}
.product-specs dd {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--spice-text);
}

/* Sidebar */
.category-sidebar {
  background: #fff;
  border: 1px solid var(--spice-border);
  border-radius: 4px;
  overflow: hidden;
}
.category-sidebar-header {
  background: var(--spice-green);
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
}
.category-sidebar a {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  color: var(--spice-text);
  text-decoration: none;
  font-size: 0.9rem;
}
.category-sidebar a:hover,
.category-sidebar a.active {
  background: var(--spice-cream);
  color: var(--spice-green);
  font-weight: 600;
}

/* License cards */
.license-card {
  border: 1px solid var(--spice-border);
  border-left: 4px solid var(--spice-gold);
  border-radius: 4px;
  padding: 20px;
  height: 100%;
  background: #fff;
}
.license-card h5 {
  color: var(--spice-green-dark);
  font-weight: 700;
}
.license-number {
  display: inline-block;
  background: var(--spice-cream);
  padding: 6px 14px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.85rem;
  margin-top: 10px;
  color: var(--spice-green-dark);
}

/* Contact form */
.contact-info-box {
  background: var(--spice-green);
  color: #fff;
  border-radius: 4px;
  padding: 30px;
  height: 100%;
}
.contact-info-box h4 {
  color: var(--spice-gold);
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.contact-info-item i {
  color: var(--spice-gold);
  font-size: 1.2rem;
  margin-top: 3px;
}
.form-control:focus, .form-select:focus {
  border-color: var(--spice-green);
  box-shadow: 0 0 0 0.2rem rgba(11,92,58,0.2);
}
.btn-spice {
  background: var(--spice-green);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 30px;
  margin-left: 20px;
}
.btn-spice:hover {
  background: var(--spice-green-dark);
  color: #fff;
}

/* Stats row
.stats-row {
  background: var(--spice-cream);
  padding: 30px 0;
  border-top: 1px solid var(--spice-border);
  border-bottom: 1px solid var(--spice-border);
}
.stat-box {
  text-align: center;
  padding: 15px;
}
.stat-box .number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--spice-green);
}
.stat-box .label {
  font-size: 0.85rem;
  color: #666;
} */

/* Footer */
.site-footer {
  margin-top: 40px;
}
.footer-top {
  background: var(--spice-green-dark);
  color: #ccc;
}
.footer-heading {
  color: var(--spice-gold);
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 0.95rem;
}
.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
  padding: 4px 0;
}
.footer-links a:hover { color: var(--spice-gold); }
.footer-contact li {
  font-size: 0.85rem;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.footer-contact a { color: #ccc; }
.footer-contact a:hover { color: var(--spice-gold); }
.footer-contact i { color: var(--spice-gold); margin-top: 3px; }
.footer-about { font-size: 0.85rem; line-height: 1.7; }


/* Alert messages */
.alert-success-custom {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .main-navbar .nav-link { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .brand-title { font-size: 1.3rem; }
  
  .brand-logo { width: 55px; height: 55px; font-size: 1.5rem; }
}

@media (max-width: 767px) {
  .hero-banner { padding: 40px 0; }
  .quick-link-box { margin-bottom: 10px; }
  .hero-banner .carousel-item {
  height: 300px;
  }
  .contact-item-location {display: none;}
}
