/*--------------------------------------------------------------
# Fixed Backgrounds
--------------------------------------------------------------*/
.products-divider-1,
.products-divider-2,
.services-parallax-divider,
#services,
#global-reach,
#export-countries,
#newsletter-subscribe,
#sourcing-processing,
#organic-textiles,
#fixed-divider-1,
#premium-quality,
#by-the-numbers,
#why-premium,
#our-products,
#testimonials,
#certificates,
#mission-vision,
#call-to-action {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

/* Index Page Sections */
#services {
  /* Existing background image with linear gradient */
  background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url("../../img/indexpage.jpg");
}

#global-reach {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../../img/indexpage.jpg");
}

#export-countries {
  background-image: linear-gradient(rgba(245, 243, 232, 0.94), rgba(245, 243, 232, 0.94)), url("../../img/homeh5.jpg"); /* Light overlay for World Map */
  padding: 50px 0 !important;
}

#organic-textiles {
  background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url("../../img/banner.jpg");
}

#premium-quality {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../../img/homeh.jpg");
}

#why-premium {
  background-image: linear-gradient(rgba(245, 243, 232, 0.94), rgba(245, 243, 232, 0.94)), url("../../img/head2.jpg");
}

#our-products {
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../../img/indexpage.jpg");
}

#by-the-numbers {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../../img/banner.jpg");
}

#newsletter-subscribe {
  background-image: linear-gradient(rgba(245, 243, 232, 0.96), rgba(245, 243, 232, 0.96)), url("../../img/homeh3.jpg");
}

#testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../../img/banner5.png");
}

#fixed-divider-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5)), url("../../img/banner2.jpg");
}

/* Services Page Divider */
.services-parallax-divider {
  background-image: url('https://placehold.co/1920x1080?text=Services+Parallax+Background');
}

/* Products Page Dividers */
.products-divider-1 {
  background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url("../../img/about2.jpg");
}

.products-divider-2 {
  background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url("../../img/about4.jpg");
}

#sourcing-processing {
  background-image: linear-gradient(rgba(245, 245, 220, 0.322), rgba(245, 245, 220, 0.308)), url("../../img/about4.jpg");
}

#certificates {
  background-image: linear-gradient(rgba(245, 245, 220, 0.92), rgba(245, 245, 220, 0.92)), url("../../img/indexpage.jpg");
}

#mission-vision {
  background-image: linear-gradient(rgba(14, 14, 13, 0.575), rgba(24, 24, 24, 0.432)), url("../../img/indexpage.jpg");
}

#fixed-divider-1,
#call-to-action {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../../img/banner2.jpg");
}

#fixed-divider-1::before,
#call-to-action::before {
  content: none !important; /* Disabling default overlay to use the gradient defined in background-image */
}

/**
* Template Name: Sol Exporters
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Updated: Oct 08 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --heading-font: "Playfair Display", serif;
  --nav-font: "Playfair Display", serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #F5F5DC; /* Updated to Cream #F5F5DC */
  --default-color: #4E342E; /* Dark Brown for earthy body text */
  --heading-color: #6BAF45; /* Primary Green #6BAF45 */
  --accent-color: #D4AF37; /* Gold for premium feel */
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --easing-premium: cubic-bezier(0.165, 0.84, 0.44, 1);
  --section-border: #D7D3C2; /* Subtle earthy border color */
  --icon-size: 32px; /* Global icon size for consistency */
}

/* --- Advanced Motion Animations --- */

/* Aurora Background */
.aurora-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  opacity: 0.6;
}
.aurora-blur { filter: blur(100px); }
.aurora-item {
  position: absolute;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  mix-blend-mode: overlay;
  animation: aurora-move 15s infinite alternate ease-in-out;
}
.aurora-1 { background: radial-gradient(circle, var(--heading-color) 0%, transparent 70%); top: -10%; left: -10%; }
.aurora-2 { background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%); bottom: -10%; right: -10%; animation-delay: -5s; }
.aurora-3 { background: radial-gradient(circle, #4e342e 0%, transparent 70%); top: 40%; left: 30%; animation-delay: -10s; }

@keyframes aurora-move {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  100% { transform: translate(20%, 15%) rotate(120deg) scale(1.2); }
}

/* Floating Leaves & Spice Dust */
.particle-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
@keyframes particle-float {
  0% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(-100vh) translateX(50px) rotate(360deg); opacity: 0; }
}
.leaf-particle, .dust-particle {
  position: absolute;
  bottom: -50px;
  animation: particle-float linear infinite;
}

/* Liquid Animation for Buttons */
.btn-liquid {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-liquid::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  width: 150%;
  height: 300%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 40%;
  transform: translateX(-50%);
  transition: top 0.4s var(--easing-premium);
  z-index: -1;
}
.btn-liquid:hover::after {
  top: -50%;
  animation: liquid-rot 6s infinite linear;
}
@keyframes liquid-rot {
  from { transform: translateX(-50%) rotate(0deg); }
  to { transform: translateX(-50%) rotate(360deg); }
}

/* Smoke Effect */
.smoke-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
@keyframes smoke-rise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  50% { opacity: 0.3; }
  100% { transform: translateY(-150px) scale(2.5); opacity: 0; }
}
.smoke-item {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(20px);
  border-radius: 50%;
  animation: smoke-rise 5s infinite ease-out;
}

/* Gradient Animation for Text */
.text-gradient-animate {
  background: linear-gradient(90deg, var(--heading-color), var(--accent-color), var(--heading-color));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 4s linear infinite;
}
@keyframes gradient-shift {
  to { background-position: 200% center; }
}

/* Glassmorphism Dynamic Motion */
.glass-motion { transition: transform 0.4s var(--easing-premium), backdrop-filter 0.4s ease; }
.glass-motion:hover { backdrop-filter: blur(25px) brightness(1.1) !important; }

/* Particle Background for Why Premium section */
.advantage-particle-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; /* Behind content */
}

@keyframes advantage-float {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  10% { opacity: 0.2; }
  50% { transform: translateY(-20px) translateX(10px) scale(1.1); opacity: 0.4; }
  90% { opacity: 0.2; }
  100% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
}

.advantage-particle {
  position: absolute;
  background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(5px);
  animation: advantage-float 8s infinite ease-in-out alternate;
  opacity: 0; /* Start hidden, fade in */
}

/* --- Custom Reveal Classes for JS --- */
.premium-reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: all 1s var(--easing-premium);
}
.premium-reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* --- Floating Particles --- */
.floating-particle {
  position: absolute;
  background: rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  animation: float-particle linear infinite;
  filter: blur(1px);
}

@keyframes float-particle {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-80vh) translateX(40px);
    opacity: 0;
  }
}

/* --- Scroll Progress Bar --- */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), #FFF2AC, var(--accent-color));
  z-index: 10000;
  box-shadow: 0 0 15px var(--accent-color);
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #D4AF37; /* Gold hover */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #000000; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #6BAF45; 
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #F5F5DC; /* Updated to Cream */
  --surface-color: #ffffff; /* Keeping surfaces white for card readability */
}

.dark-background {
  --background-color: #2F6B2F; /* Updated to Secondary Dark Green #2F6B2F */
  --default-color: #F8F5E9; /* Light Cream text for readability */
  --heading-color: #ffffff; /* White for headings on dark green backgrounds to ensure visibility */
  --surface-color: #D4AF37; /* Gold surface in dark mode */
  --contrast-color: #ffffff;
}

.stats-item {
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--section-border);
  border-radius: 12px;
}

/* --- New Utility Effects --- */
.glass-card {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(212, 175, 55, 0.15) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- Background Depth Effects --- */
.bg-glow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.bg-glow-circle {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.12;
  animation: move-glow 25s infinite alternate ease-in-out;
}
.bg-glow-circle-1 { background: var(--heading-color); top: -15%; left: -10%; }
.bg-glow-circle-2 { background: var(--accent-color); bottom: -15%; right: -10%; animation-delay: -7s; }

@keyframes move-glow {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(15%, 15%) scale(1.15); }
}

/* --- Premium Product Grid & Filter Styles --- */
.filter-btns {
  text-align: center;
  margin-bottom: 50px;
}
.filter-btns button {
  border: 1px solid var(--accent-color);
  background: transparent;
  color: #fff;
  padding: 10px 25px;
  margin: 5px;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.filter-btns button.active,
.filter-btns button:hover {
  background: var(--accent-color);
  color: var(--default-color);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}
.product-card-premium {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.6s var(--easing-premium);
  position: relative;
  transform-style: preserve-3d;
}
.product-card-premium .product-img {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.product-card-premium .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-card-premium:hover .product-img img {
  transform: scale(1.1);
}
.product-card-premium .product-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hover-lift {
  transition: transform 0.6s var(--easing-premium), box-shadow 0.6s var(--easing-premium) !important;
}

.showcase-card {
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
}

.hover-lift:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* --- Unified Card Hover Effects --- */
.why-card, 
.showcase-card, 
.mission-card.premium, 
.certificate-item, 
.premium-card, 
.team-member, 
.gallery-item {
  transition: all 0.6s var(--easing-premium) !important;
  will-change: transform, box-shadow;
}

.why-card:hover, 
.showcase-card:hover, 
.mission-card.premium:hover, 
.certificate-item:hover, 
.premium-card:hover, 
.team-member:hover, 
.gallery-item:hover {
  transform: translateY(-15px) scale(1.03) !important;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15), 0 0 30px rgba(212, 175, 55, 0.08) !important;
  z-index: 10;
}

/* --- Spotlight Interaction --- */
.showcase-card::before {
  content: "";
  position: absolute !important;
  inset: 0;
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(212, 175, 55, 0.15), transparent 40%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--easing-premium);
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}

.showcase-card:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), 0 0 40px rgba(212, 175, 55, 0.15) !important;
}

/* --- Moving Gradient Border for Packaging --- */
.packaging-glass-card {
  position: relative;
}
.packaging-glass-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.showcase-card:hover::before {
  opacity: 1;
}

.glow-icon {
  transition: all 0.3s ease;
}
.glow-icon:hover {
  filter: drop-shadow(0 0 8px var(--accent-color));
}

/* --- Product Image Enhancements --- */
.showcase-card .img-zoom img {
  transition: transform 1.2s var(--easing-premium), filter 0.8s ease;
}

.showcase-card:hover .img-zoom img {
  transform: scale(1.12);
  filter: brightness(1.05) contrast(1.05);
}

/* --- Reusable Premium Card Styles & Hover Animations --- */
.stat-item-premium, .product-grade-card, .why-card {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 1;
}

.stat-item-premium {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
}

.stat-item-premium i {
  /* font-size: 2.5rem; -- Removed for global icon size */
  color: var(--accent-color);
  margin-bottom: 15px;
  display: block;
  transition: transform 0.4s ease;
}

.stat-item-premium h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 5px;
  color: #fff;
}

.stat-item-premium:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: var(--accent-color);
}

.stat-item-premium:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* Responsive Backgrounds Fix */
@media (max-width: 992px) {
  .products-divider-1,
  .products-divider-2,
  .services-parallax-divider,
  #why-premium,
  #about,
  #fixed-divider-2,
  #services,
  #global-reach,
  #export-countries,
  #newsletter-subscribe,
  #organic-textiles,
  #premium-quality,
  #our-products,
    #by-the-numbers,
  #testimonials,
  #mission-vision,
  #call-to-action {
    background-attachment: scroll !important;
  }
}

/* --- Global CTA Button Hover Effect --- */
.cta-btn, .btn-premium, .read-more {
  transition: all 0.5s var(--easing-premium) !important;
  position: relative;
  overflow: hidden;
}

.cta-btn:hover, .btn-premium:hover, .read-more:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3) !important;
}

/* Shine Sweep Effect */
.cta-btn::before, .btn-premium::before, .read-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  transition: none;
}

.cta-btn:hover::before, .btn-premium:hover::before, .read-more:hover::before {
  left: 150%;
  transition: all 0.8s var(--easing-premium);
}

/* Arrow Slide Animation */
.read-more i {
  transition: transform 0.4s var(--easing-premium);
}

.read-more:hover i {
  transform: translateX(8px);
}

/* --- Icon Animations --- */
.stat-item-premium i {
  transition: all 0.5s var(--easing-premium);
}

.stat-item-premium:hover i {
  animation: premium-pulse 2s infinite ease-in-out;
  color: #fff !important;
  filter: drop-shadow(0 0 15px var(--accent-color));
}

@keyframes premium-pulse {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.15) translateY(-8px); }
}

/* --- Divider Styling --- */
#fixed-divider-2, #fixed-divider-3 {
  background: linear-gradient(45deg, #B8860B, #D4AF37, #B8860B);
  color: #000;
  border: none;
}

#fixed-divider-1 h3, #fixed-divider-1 p,
#fixed-divider-2 h3, #fixed-divider-2 p,
#fixed-divider-3 h3, #fixed-divider-3 p {
  color: #fff !important;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

/* --- New Global Animations --- */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.floating-icon {
  animation: float 3s ease-in-out infinite;
}

/* Cinematic Hero Zoom */
@keyframes cinematic-zoom {
  from { transform: scale(1); }
  to { transform: scale(1.15); }
}

.hero-bg-animate {
  animation: cinematic-zoom 20s infinite alternate ease-in-out;
  filter: brightness(0.8);
}

/* Hero Background Zoom Animation */
@keyframes hero-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}

.hero .swiper-slide-active .hero-bg {
  animation: hero-zoom 8s ease-out forwards;
}

/* Text Reveal Animation */
.luxury-reveal {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.luxury-reveal > span {
  display: block;
  transform: translateY(110%);
  animation: revealText 1.2s var(--easing-premium) forwards;
}

/* Staggered Delays for Hero Reveals - Targeting immediate child span */
.reveal-delay-1 > span { animation-delay: 0.2s; }
.reveal-delay-2 > span { animation-delay: 0.4s; }
.reveal-delay-3 > span { animation-delay: 0.6s; }

/* Ensure standard paragraph reveals maintain block structure while sliding */
.hero p.luxury-reveal > span {
  display: block;
}

/* Enhanced styling for the dynamic typed text */
.hero .typed {
  color: var(--accent-color);
  font-weight: 600;
  padding: 0 4px;
}

@keyframes revealText {
  from { transform: translateY(110%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Premium Badge Pulse */
@keyframes badge-pulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

.animated-badge {
  background: linear-gradient(45deg, var(--accent-color), #FFF2AC);
  color: #000 !important;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 15px;
  animation: badge-pulse 2s infinite;
}

/* Smooth Card Hovers */
.feature-box, .service-item, .team-member, .stats-item, .info-item {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.feature-box:hover, .service-item:hover, .team-member:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* --- Premium Reach Card Styling --- */
.premium-card {
  background: rgba(0, 0, 0, 0.3); /* Elegant dark translucent background */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.3); /* Subtle gold border */
  padding: 50px 30px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.premium-card:hover {
  border-color: var(--accent-color); /* Bright gold highlight */
  background: rgba(0, 0, 0, 0.45); /* Deepen glass on hover */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.1);
}

.premium-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: 0.7s;
  z-index: 1;
  pointer-events: none;
}

.premium-card:hover::after {
  left: 100%;
}

.premium-card .icon i {
  color: var(--accent-color);
  font-size: 3.2rem !important;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.4));
  transform: translateZ(40px);
  margin-bottom: 15px;
}

.premium-card h3 {
  color: #ffffff; /* Brilliant white for numbers */
  font-size: 3.5rem;
  font-weight: 800;
  transform: translateZ(30px);
  margin-bottom: 5px;
}

.premium-card p {
  color: var(--accent-color); /* Gold text label */
  transform: translateZ(20px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* --- Reach Section Refinements --- */
.stats-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.stats-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent-color);
}

.stats-item:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* --- Button Pulse Animation --- */
@keyframes pulse-yellow {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

.btn-pulse {
  animation: pulse-yellow 2s infinite;
}

/* Image Zoom Effect */
.img-zoom {
  overflow: hidden;
  border-radius: 20px;
}
.img-zoom img {
  transition: transform 0.6s ease;
}
.img-zoom:hover img {
  transform: scale(1.08);
}

/* --- Breadcrumbs Animation --- */
.breadcrumbs ol li {
  animation: revealText 0.8s var(--easing-premium) forwards;
  opacity: 0;
}
.breadcrumbs ol li:nth-child(1) { animation-delay: 0.1s; }
.breadcrumbs ol li:nth-child(2) { animation-delay: 0.2s; }

/* --- Packaging Glass Cards --- */
.packaging-glass-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.1);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.5s var(--easing-premium);
}
.packaging-glass-card:hover {
  background: rgba(212, 175, 55, 0.05);
  border-color: var(--accent-color);
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;

}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  letter-spacing: 0.02em;
  font-weight: 600;
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #6BAF45;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff; /* Keep text white for premium contrast */
  background: rgba(4, 63, 4, 0.9); /* Dark green, slightly translucent */
  text-align: center;
  padding: 20px; /* Slightly more padding for a richer feel */
  margin-bottom: 24px;
  font-weight: 600;
  border: 1px solid var(--accent-color); /* Subtle gold border */
  border-radius: 10px; /* Soft rounded corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Elegant shadow */
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  background-color: transparent; /* Initially transparent */
  color: #ffffff;
  padding: 15px 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 32px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);

  transition: 0.3s;
}

.header .logo:hover h1 {
  color: #ffffff;
}

.header .logo img {
  max-height: 40px; /* Adjust as needed */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* Show background and add glass effect on scroll */
.scrolled .header {
  background-color: #043f04;
  backdrop-filter: blur(15px);
  padding: 12px 0;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

/* Premium Underline Animation for Nav */
@media (min-width: 1200px) {
  .navmenu a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 12px;
    left: 15px;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover::before,
  .navmenu li:hover > a::before,
  .navmenu .active::before {
    visibility: visible;
    width: calc(100% - 30px);
  }

  .navmenu .dropdown ul a::before {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 15px 5px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 15px;
    border-top: 4px solid var(--accent-color);
    z-index: 99;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
    /* Initial state for JS stagger animation */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .navmenu .dropdown ul a {
    padding: 10px 15px;
    margin: 2px 10px;
    border-radius: 8px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
    background: rgba(107, 175, 69, 0.08);
    padding-left: 24px;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #ffffff; /* Changed to White to ensure visibility on dark hero and header backgrounds */
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    z-index: 10000; /* Ensure it's always on top */
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: rgba(0, 0, 0, 0.02);
    border-left: 3px solid var(--accent-color);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #f1f4e6; /* Slightly brighter soft cream for better readability */
  font-size: 14px;
  padding: 80px 0 30px 0;
  position: relative;
  border-top: 5px solid var(--accent-color);
  background: linear-gradient(rgba(20, 43, 20, 0.97), rgba(20, 43, 20, 0.99)), url("../../img/indexpage.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20S-10 18.954-10 30s8.954 20 20 20 20-8.954 20-20zm30 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z' fill='%23D4AF37' fill-opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

.footer .footer-top {
  padding-bottom: 50px;
}

.footer .footer-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-color); /* Yellow for footer headings */
  margin-bottom: 20px;
  font-family: var(--heading-font);
  position: relative;
  display: inline-block;
}

.footer .footer-info h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--accent-color);
}

.footer .footer-links h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
  padding-left: 8px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #fff;
  margin-right: 10px;
  transition: all 0.4s ease;
}

.footer .social-links a i {
  font-size: 18px;
}

.footer .social-links a:hover {
  background: var(--accent-color);
  color: #000;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer .credits {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Certificates Page Specific Styling
--------------------------------------------------------------*/
.certificates .certificate-item {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-radius: 10px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid var(--section-border);
}

.certificates .certificate-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 40px rgba(107, 175, 69, 0.15);
  border-color: var(--accent-color);
}

.certificates .certificate-item .icon {
  margin-bottom: 20px;
}

.certificates .certificate-item .icon i {
  color: var(--accent-color);
  line-height: 1;
}

.certificates .certificate-item h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Premium Certificate Animations
--------------------------------------------------------------*/
/* Floating Icon Animation */
@keyframes icon-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes icon-float-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(107, 175, 69, 0.4), 0 0 40px rgba(107, 175, 69, 0.2);
  }
  50% {
    box-shadow: 0 0 30px rgba(107, 175, 69, 0.6), 0 0 60px rgba(107, 175, 69, 0.3);
  }
}

@keyframes badge-pulse {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes cert-border-glow {
  0% {
    border-color: var(--section-border);
  }
  50% {
    border-color: var(--accent-color);
    box-shadow: inset 0 0 10px rgba(212, 175, 55, 0.2);
  }
  100% {
    border-color: var(--section-border);
  }
}

/* Premium Certificate Card */
.certificate-card-premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--surface-color) 0%, rgba(245, 243, 232, 0.5) 100%);
  border: 2px solid var(--section-border);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: cert-border-glow 4s ease-in-out infinite;
}

.certificate-card-premium:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(107, 175, 69, 0.2),
    0 0 40px rgba(212, 175, 55, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  border-color: var(--accent-color);
  background: linear-gradient(135deg, var(--surface-color) 0%, rgba(107, 175, 69, 0.05) 100%);
}

.certificate-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(212, 175, 55, 0.1) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.certificate-card-premium:hover::before {
  opacity: 1;
}

/* Floating Icon Container */
.icon-float {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(107, 175, 69, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
  border-radius: 50%;
  margin: 0 auto 25px;
  animation: icon-float 3s ease-in-out infinite;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.icon-float i {
  font-size: 32px;
  color: var(--accent-color);
  line-height: 1;
}

/* Glow Icon Effect */
.glow-icon {
  box-shadow: 0 0 20px rgba(107, 175, 69, 0.4), 0 0 40px rgba(107, 175, 69, 0.2);
  animation: icon-float-glow 3s ease-in-out infinite;
}

.certificate-card-premium:hover .glow-icon {
  box-shadow: 
    0 0 30px rgba(107, 175, 69, 0.6),
    0 0 60px rgba(107, 175, 69, 0.3),
    0 0 80px rgba(212, 175, 55, 0.2);
  animation: icon-float-glow 2s ease-in-out infinite;
}

/* Certificate Badge */
.certificate-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.badge-pulse {
  display: block;
  width: 12px;
  height: 12px;
  background: var(--accent-color);
  border-radius: 50%;
  animation: badge-pulse 2.5s ease-out infinite;
  box-shadow: 0 0 15px var(--accent-color);
}

/* Certificate Border Animation */
.cert-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), var(--heading-color));
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.certificate-card-premium:hover .cert-border {
  width: 100%;
}

/* Certificate Title Animation */
.cert-title {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.certificate-card-premium:hover .cert-title {
  color: var(--accent-color);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

/* Certificate Description */
.cert-description {
  transition: all 0.3s ease;
  color: var(--default-color);
}

.certificate-card-premium:hover .cert-description {
  color: var(--heading-color);
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay for optimal text contrast */
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page-title .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cinematic-zoom 25s infinite alternate ease-in-out;
  z-index: -2;
}

.page-title .container {
  position: relative;
  z-index: 2;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--contrast-color); /* Set to white for visibility on dark backgrounds */
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 100px 0;
  scroll-margin-top: 90px;
  overflow: clip;
  position: relative;
  z-index: 1;
}

section > .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  color: var(--heading-color);
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.5s ease;
}

.section-title span {
  font-size: 0.85rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-color);
}

.section-title.text-start h2:after {
  margin: 0;
}

.section:hover .section-title h2:after {
  width: 100px;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .swiper {
  position: absolute;
  inset: 0;
  z-index: 1; /* Ensure it's behind the overlay and text */
}

.hero:before {
  content: "";
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(22, 51, 22, 0.45) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero-premium-content {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 60px 50px;
  border-radius: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  max-width: 750px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font);
}

.hero p {
  margin: 5px 0 50px 0;
  font-size: 18px;
}

.hero p span {
  letter-spacing: 1px;
}

.hero .cta-btn {
  margin: 10px 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 40px;
  transition: 0.5s ease-in-out;
  background: linear-gradient(90deg, #D4AF37 0%, #FFF2AC 50%, #D4AF37 100%);
  background-size: 200% auto;
  border: none;
  color: #1a1a1a !important;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  position: relative;
  overflow: hidden;
  animation: premium-shine 4s linear infinite;
}

.hero .cta-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(45deg);
  transition: 0.6s;
}

.hero h2, .hero p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6); /* Subtle shadow for readability */
}

.hero h2 .hero-heading-accent {
  color: var(--accent-color); /* Gold */
}

.hero p .hero-text-highlight {
  color: var(--heading-color); /* Primary Green */
  font-weight: 600;
}

.hero-premium-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align content to the left */
  text-align: left;
}

.hero-text-content {
  width: 100%; /* Ensure text content takes full width */
}

.hero-enquiry-form {
  background: rgba(255, 255, 255, 0.08); /* Slightly lighter glassmorphism for the form */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3); /* Gold border */
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px; /* Space from the text above */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  width: 100%; /* Ensure form takes full width of its container */
}

.hero-enquiry-form .form-header h3,
.hero-enquiry-form .form-header p {
  color: #fff; /* White text for headings and paragraphs */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.hero-enquiry-form .input-group-text {
  background-color: rgba(255, 255, 255, 0.1); /* Transparent background for icon */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  color: var(--accent-color); /* Gold icon color */
  border-radius: 10px 0 0 10px;
}

.hero-enquiry-form .form-control,
.hero-enquiry-form .form-select {
  background-color: rgba(255, 255, 255, 0.05); /* Very transparent input background */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  color: #fff; /* White text for input */
  border-radius: 0 10px 10px 0;
  padding: 12px 15px;
}

.hero-enquiry-form .form-control::placeholder,
.hero-enquiry-form .form-select option {
  color: rgba(255, 255, 255, 0.6); /* Lighter placeholder text */
}

.hero-logo img {
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
.hero .cta-btn:hover::after {
  left: 100%;
}

.hero .cta-btn:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5);
  color: #000 !important;
}

.hero-enquiry-form .cta-btn {
  background: var(--accent-color); /* Gold button */
  color: #000; /* Black text on button */
  border: none;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.hero-enquiry-form .cta-btn:hover {
  background: var(--heading-color); /* Green on hover */
  color: #fff;
  box-shadow: 0 12px 25px rgba(107, 175, 69, 0.4);
}

.hero .cta-btn2 {
  margin: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0;
  transition: 0.3s;
  color: var(--contrast-color);
  border: 2px solid var(--accent-color);
}

.hero .cta-btn2:hover {
  background: var(--accent-color);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content {
  text-align: center;
}

.about .content h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
}

.about .content ul li {
  padding-bottom: 18px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about .content ul li:hover {
  transform: translateX(10px);
}

.about .content ul i {
  font-size: 1.5rem;
  margin-right: 12px;
  color: var(--accent-color);
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.read-more { /* Generalized the selector */
  background: var(--accent-color);
  color: #000;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 35px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.read-more i { /* Generalized the selector */
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.read-more:hover { /* Generalized the selector */
  background: #000;
  color: var(--accent-color);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.read-more:hover i { /* Generalized the selector */
  margin-left: 10px;
}

/* --- Premium Button Global --- */
.btn-premium {
  background: linear-gradient(90deg, #D4AF37 0%, #FFF2AC 50%, #D4AF37 100%);
  background-size: 200% auto;
  color: #1a1a1a !important;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 35px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  animation: premium-shine 4s linear infinite;
}

.btn-premium i {
  font-size: 18px;
  margin-left: 8px;
  transition: 0.3s;
}

.btn-premium:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5);
  color: #000 !important;
}

.btn-premium:hover i {
  margin-left: 13px;
}

/* About Stats Layout for additional content */
.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--section-border);
}

.about-stats .stat-badge {
  padding: 15px;
}

.about-stats .stat-badge h4 {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0;
  color: var(--heading-color);
}

.about-stats .stat-badge p {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: var(--default-color);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  position: relative;
}

.services .service-item .icon {
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid var(--accent-color);
  margin-right: 20px;
}

.services .service-item .icon i {
  line-height: 0;
}

.services .service-item:hover .icon {
  background: var(--surface-color);
}

.services .service-item:hover .icon i {
  color: var(--accent-color);
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .service-item .title a {
  color: var(--heading-color);
}

.services .service-item .title a:hover {
  color: var(--accent-color);
}

.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  --default-color: #6BAF45;
  --heading-color: #6BAF45;
}

.features .feature-box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 10px;
}

.features .feature-box i {
  display: inline-block;
  line-height: 0;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.features .feature-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.features .feature-box p {
  font-size: 15px;
  margin-bottom: 0;
}

.features .feature-box.orange {
  background-color: #ccac00;
  color: #ffffff;
}

.features .feature-box.orange i {
  color: #ffffff;
}

.features .feature-box.blue {
  background-color: #7A9A3A;
  color: #ffffff;
}

.features .feature-box.blue i {
  color: #ccac00;
}

.features .feature-box.green {
  background-color: #ffffff;
  border: 1px solid #7A9A3A;
}

.features .feature-box.green i {
  color: #ccac00;
}

.features .feature-box.red {
  background-color: #ffffff;
  border: 1px solid #ccac00;
}

.features .feature-box.red i {
  color: #7A9A3A;
}

.features .feature-box.premium {
  background: var(--surface-color);
  border: 1px solid var(--section-border);
  border-top: 4px solid var(--accent-color);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s;
}

.features .feature-box.premium:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px rgba(47, 107, 47, 0.15);
  border-color: var(--accent-color);
}

.features .feature-box.premium h4 {
  color: var(--heading-color);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  margin: 10px;
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: #ffffff;
}

.call-to-action .cta-btn:hover {
  background: #000000;
  color: var(--accent-color);
  border-color: #000000;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Testimonials Section - Premium Animations
--------------------------------------------------------------*/

/* Testimonials Container */
.testimonials-swiper {
  position: relative;
}

/* Testimonial Card Premium */
.premium-card-testimonial {
  background: linear-gradient(135deg, rgba(107, 175, 69, 0.05) 0%, rgba(212, 175, 55, 0.03) 100%);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  padding: 50px 40px 40px 40px;
  min-height: 450px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 60px rgba(107, 175, 69, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.premium-card-testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%, rgba(107, 175, 69, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  border-radius: 20px;
}

.testimonial-slide:hover .premium-card-testimonial::before {
  opacity: 1;
}

.premium-card-testimonial:hover {
  transform: translateY(-20px) scale(1.03);
  border-color: var(--accent-color);
  box-shadow: 
    0 25px 60px rgba(107, 175, 69, 0.2),
    0 0 80px rgba(212, 175, 55, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, rgba(107, 175, 69, 0.1) 0%, rgba(212, 175, 55, 0.08) 100%);
}

/* Stars Container Animation */
.stars-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.stars-animated {
  display: flex;
  gap: 8px;
}

@keyframes star-pop {
  0% {
    transform: scale(0) rotate(-180deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes star-glow {
  0%, 100% {
    color: var(--accent-color);
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
  }
  50% {
    color: #FFD700;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.9);
  }
}

.star-item {
  font-size: 18px;
  animation: star-pop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards, 
             star-glow 2s ease-in-out infinite;
  color: var(--accent-color);
}

/* Quote Wrapper */
.quote-wrapper {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.quote-icon-left,
.quote-icon-right {
  color: rgba(212, 175, 55, 0.4);
  font-size: 32px;
  line-height: 1;
  transition: all 0.3s ease;
}

@keyframes quote-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.quote-icon-left {
  display: inline-block;
  margin-right: 10px;
  animation: quote-fade-in 0.6s ease 0.1s both;
}

.quote-icon-right {
  display: inline-block;
  margin-left: 10px;
  transform: scaleX(-1);
  animation: quote-fade-in 0.6s ease 0.2s both;
}

.premium-card-testimonial:hover .quote-icon-left,
.premium-card-testimonial:hover .quote-icon-right {
  color: var(--accent-color);
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
  transform: scale(1.1);
}

/* Testimonial Content Premium */
.testimonial-content-premium {
  position: relative;
  z-index: 2;
  flex: 1;
}

.testimonial-message {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  margin: 15px 0;
  transition: all 0.3s ease;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.premium-card-testimonial:hover .testimonial-message {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

/* Testimonial Profile */
.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

/* Profile Image Wrapper */
.profile-image-wrapper {
  flex-shrink: 0;
}

.profile-circle {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-color), var(--heading-color));
  padding: 3px;
  box-shadow: 0 10px 30px rgba(107, 175, 69, 0.3);
  animation: profile-pulse 3s ease-in-out infinite;
}

@keyframes profile-pulse {
  0%, 100% {
    box-shadow: 0 10px 30px rgba(107, 175, 69, 0.3);
  }
  50% {
    box-shadow: 0 10px 40px rgba(107, 175, 69, 0.5);
  }
}

.profile-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.premium-card-testimonial:hover .profile-circle img {
  transform: scale(1.15);
}

.profile-ring {
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  animation: ring-rotate 6s linear infinite;
}

@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Profile Info */
.profile-info {
  flex: 1;
  overflow: hidden;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0 0 5px 0;
  transition: all 0.3s ease;
  font-family: var(--heading-font);
}

.premium-card-testimonial:hover .testimonial-name {
  color: #FFD700;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.testimonial-role {
  font-size: 13px;
  color: rgba(107, 175, 69, 0.8);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.premium-card-testimonial:hover .testimonial-role {
  color: var(--accent-color);
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
}

.decoration-line {
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
  width: 0;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-card-testimonial:hover .decoration-line {
  width: 100%;
}

/* Testimonials Swiper Pagination */
.testimonials-pagination {
  margin-top: 40px !important;
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(212, 175, 55, 0.3);
  opacity: 1;
  transition: all 0.4s ease;
  border: 2px solid rgba(212, 175, 55, 0.5);
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  width: 18px;
  border-color: var(--accent-color);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

/* Navigation Buttons */
.testimonials-button-prev,
.testimonials-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(212, 175, 55, 0.15) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(212, 175, 55, 0.4) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--accent-color) !important;
  font-size: 20px !important;
}

.testimonials-button-prev::after,
.testimonials-button-next::after {
  content: '' !important;
}

.testimonials-button-prev:hover,
.testimonials-button-next:hover {
  background: rgba(212, 175, 55, 0.3) !important;
  border-color: var(--accent-color) !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.5) !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.testimonials-button-prev {
  left: -20px !important;
}

.testimonials-button-next {
  right: -20px !important;
}

/* Testimonial Heading */
.testimonial-heading {
  background: linear-gradient(135deg, var(--accent-color), var(--heading-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

/*--------------------------------------------------------------
# Compact Testimonials - Desktop Optimized
--------------------------------------------------------------*/

.testimonials-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.premium-card-testimonial-compact {
  background: linear-gradient(135deg, rgba(107, 175, 69, 0.05) 0%, rgba(212, 175, 55, 0.03) 100%);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 30px 25px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.1),
    0 0 50px rgba(107, 175, 69, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
}

.premium-card-testimonial-compact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%, rgba(107, 175, 69, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  border-radius: 16px;
}

.testimonial-slide:hover .premium-card-testimonial-compact::before {
  opacity: 1;
}

.premium-card-testimonial-compact:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--accent-color);
  box-shadow: 
    0 18px 50px rgba(107, 175, 69, 0.18),
    0 0 70px rgba(212, 175, 55, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, rgba(107, 175, 69, 0.08) 0%, rgba(212, 175, 55, 0.06) 100%);
}

/* Stars Container Compact */
.stars-container-compact {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

/* Quote Wrapper Compact */
.quote-wrapper-compact {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  flex: 1;
}

.quote-icon-left-compact,
.quote-icon-right-compact {
  color: rgba(212, 175, 55, 0.35);
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s ease;
}

.quote-icon-left-compact {
  display: inline-block;
  margin-right: 8px;
  animation: quote-fade-in 0.6s ease 0.1s both;
}

.quote-icon-right-compact {
  display: inline-block;
  margin-left: 8px;
  transform: scaleX(-1);
  animation: quote-fade-in 0.6s ease 0.2s both;
}

.premium-card-testimonial-compact:hover .quote-icon-left-compact,
.premium-card-testimonial-compact:hover .quote-icon-right-compact {
  color: var(--accent-color);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}

/* Testimonial Content Compact */
.testimonial-content-compact {
  position: relative;
  z-index: 2;
  flex: 1;
}

.testimonial-message-compact {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0;
  transition: all 0.3s ease;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.premium-card-testimonial-compact:hover .testimonial-message-compact {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.15);
}

/* Testimonial Profile Compact */
.testimonial-profile-compact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

/* Profile Image Wrapper Compact */
.profile-image-wrapper-compact {
  flex-shrink: 0;
}

.profile-circle-compact {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-color), var(--heading-color));
  padding: 2px;
  box-shadow: 0 8px 20px rgba(107, 175, 69, 0.25);
  animation: profile-pulse 3s ease-in-out infinite;
}

.profile-circle-compact img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.premium-card-testimonial-compact:hover .profile-circle-compact img {
  transform: scale(1.12);
}

.profile-ring-compact {
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  animation: ring-rotate 6s linear infinite;
}

/* Profile Info Compact */
.profile-info-compact {
  flex: 1;
  overflow: hidden;
}

.testimonial-name-compact {
  font-size: 15px;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0 0 3px 0;
  transition: all 0.3s ease;
  font-family: var(--heading-font);
}

.premium-card-testimonial-compact:hover .testimonial-name-compact {
  color: #FFD700;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
}

.testimonial-role-compact {
  font-size: 11px;
  color: rgba(107, 175, 69, 0.75);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
}

.premium-card-testimonial-compact:hover .testimonial-role-compact {
  color: var(--accent-color);
}

/* Card Decoration Compact */
.card-decoration-compact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
}

.decoration-line-compact {
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
  width: 0;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-card-testimonial-compact:hover .decoration-line-compact {
  width: 100%;
}

/* Testimonials Pagination Compact */
.testimonials-pagination-compact {
  margin-top: 30px !important;
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.testimonials-pagination-compact .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(212, 175, 55, 0.25);
  opacity: 1;
  transition: all 0.4s ease;
  border: 2px solid rgba(212, 175, 55, 0.4);
}

.testimonials-pagination-compact .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  width: 16px;
  border-color: var(--accent-color);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.5);
}

/* Navigation Buttons Compact */
.testimonials-button-prev-compact,
.testimonials-button-next-compact {
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(212, 175, 55, 0.12) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(212, 175, 55, 0.35) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--accent-color) !important;
  font-size: 16px !important;
}

.testimonials-button-prev-compact::after,
.testimonials-button-next-compact::after {
  content: '' !important;
}

.testimonials-button-prev-compact:hover,
.testimonials-button-next-compact:hover {
  background: rgba(212, 175, 55, 0.25) !important;
  border-color: var(--accent-color) !important;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.45) !important;
  transform: translateY(-50%) scale(1.08) !important;
}

.testimonials-button-prev-compact {
  left: 0 !important;
}

.testimonials-button-next-compact {
  right: 0 !important;
}

/* Responsive Adjustments for Compact Testimonials */
@media (max-width: 992px) {
  .testimonials-wrapper {
    max-width: 100%;
  }

  .premium-card-testimonial-compact {
    padding: 25px 20px;
    min-height: 300px;
  }

  .testimonial-message-compact {
    font-size: 13px;
    line-height: 20px;
  }

  .profile-circle-compact {
    width: 50px;
    height: 50px;
  }

  .testimonial-name-compact {
    font-size: 14px;
  }

  .testimonial-role-compact {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .premium-card-testimonial-compact {
    padding: 20px 18px;
    min-height: auto;
  }

  .testimonials-button-prev-compact,
  .testimonials-button-next-compact {
    display: none !important;
  }

  .profile-circle-compact {
    width: 48px;
    height: 48px;
  }

  .testimonial-name-compact {
    font-size: 13px;
  }

  .testimonial-role-compact {
    font-size: 10px;
  }

  .testimonial-message-compact {
    font-size: 13px;
    line-height: 19px;
  }

  .premium-card-testimonial-compact {
    min-height: auto;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .premium-card-testimonial {
    padding: 40px 30px 30px 30px;
    min-height: auto;
  }

  .testimonials-button-prev,
  .testimonials-button-next {
    width: 40px !important;
    height: 40px !important;
    display: none !important;
  }

  .profile-circle {
    width: 60px;
    height: 60px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-message {
    font-size: 15px;
    line-height: 24px;
  }
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
  width: 100%; /* Ensure the container takes full width */
  height: auto; /* Allow height to adjust based on aspect ratio */
  aspect-ratio: 4 / 5.3; /* Increased height for a professional portrait look */
  }

  .team .team-member .member-img a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .team .team-member .member-img img {
    width: 100%;
    height: 100%; /* Fill the fixed height of the container */
    object-fit: cover; /* Ensure images cover the area without distortion */
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--heading-color);
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--heading-color);
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact-map .container-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border: 1px solid var(--section-border);
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 16px;
  padding: 14px 0;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  color: var(--default-color);
  background-color: transparent;
  transition: 0.3s;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-bottom-color: var(--heading-color);
  background-color: transparent;
  box-shadow: none;
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: #000;
  background: var(--accent-color);
  border: 0;
  padding: 14px 45px;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--heading-color);
  color: #fff;
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .swiper-wrapper {
  height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-deswhcription .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article,
.recent-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-posts .post-img,
.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
.blog-posts .post-category,
.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}
.blog-posts .title,
.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a,
.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover,
.recent-posts .title a:hover {
  color: var(--accent-color);
}
.blog-posts .post-author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid var(--accent-color);
}
.blog-posts .post-author,
.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-posts .post-date,
.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-content p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.content {
    width: 100%;
}

.content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    overflow-wrap: anywhere;
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 60px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Page Specific Styling
--------------------------------------------------------------*/
.about-page {
  --default-color: var(--default-color); /* Use consistent brand text color */
}

.about-page .about .content ul i,
.about-page #why-choose-us h4,
.about-page #why-choose-us i,
.about-page .text-primary {
  color: var(--accent-color) !important; /* Set accents and icons to Yellow */
}

.about-page .about-img {
  border-radius: 30px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--section-border);
  overflow: hidden;
}

.premium-cta-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 80px 60px;
  border-radius: 40px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 0 30px rgba(255, 255, 255, 0.03);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-bg-icon {
  position: absolute;
  right: -30px;
  bottom: -50px;
  font-size: 300px;
  color: rgba(212, 175, 55, 0.04);
  transform: rotate(-15deg);
  pointer-events: none;
  z-index: -1;
  transition: all 0.8s ease;
}

.premium-cta-box:hover {
  border-color: var(--accent-color);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 50px 100px rgba(212, 175, 55, 0.15);
}

.premium-cta-box:hover .cta-bg-icon {
  transform: rotate(-5deg) scale(1.1);
  color: rgba(212, 175, 55, 0.08);
}

/*--------------------------------------------------------------
# Contact Page Specific Styling
--------------------------------------------------------------*/
.contact-page {
  --default-color: var(--default-color);
}
.contact-page h1{
  color: var(--nav-color);
}

.contact-page h2,
.contact-page h3,
.contact-page h4 {
  color: #6BAF45;
}
.contact-page .contact .info-item i {
  color: var(--accent-color) !important;
}

/*--------------------------------------------------------------
# Floating Contact & Chatbot
--------------------------------------------------------------*/
.floating-contact-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 22px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.floating-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.btn-whatsapp {
  background-color: #25d366;
}

@keyframes chat-pulse {
  0% { box-shadow: 0 0 0 0 rgba(122, 154, 58, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(122, 154, 58, 0); }
  100% { box-shadow: 0 0 0 0 rgba(122, 154, 58, 0); }
}

@keyframes chat-wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  75% { transform: rotate(-10deg); }
}

.btn-chat {
  width: 50px;
  height: 50px;
  background: var(--heading-color);
  box-shadow: 0 5px 20px rgba(122, 154, 58, 0.3);
  border: none;
  animation: chat-pulse 2s infinite;
}

.btn-chat i {
  font-size: 24px;
  display: inline-block;
}

.btn-chat:hover i {
  animation: chat-wiggle 0.5s infinite;
}

/* Chatbot Widget */
.chatbot-window {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 330px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  z-index: 1000;
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

.chatbot-window.active {
  display: flex;
  animation: chatFadeIn 0.3s ease;
}

@media (max-width: 400px) {
  .chatbot-window {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
  }
}

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

.chatbot-header {
  background: var(--heading-color);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 15px 20px;
  font-family: var(--heading-font);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-window i.bi {
  font-size: 14px;
}

.chatbot-header h6 {
  /* margin: 0; -- Removed for global icon size */
  color: #fff;
  font-size: 16px;
}

.chatbot-header .chatbot-socials a {
  font-size: 14px;
  transition: 0.3s;
}

.chatbot-header .chatbot-socials a:hover {
  color: var(--accent-color) !important;
}

.chatbot-header .close-chat {
  cursor: pointer;
}

.chatbot-body {
  padding: 15px;
  height: 320px;
  overflow-y: auto;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-bubble {
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 14px;
  max-width: 85%;
  line-height: 1.4;
}

.chat-bubble.bot {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-left: 3px solid var(--heading-color);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  color: #333;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.chat-bubble.user {
  background: var(--heading-color);
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 15px rgba(122, 154, 58, 0.1);
}

.chatbot-footer {
  padding: 15px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  gap: 8px;
}

.chatbot-footer input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 8px 16px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.chatbot-footer input:focus {
  outline: none;
  border-color: var(--heading-color);
}

.chatbot-footer button {
  background: var(--heading-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.chatbot-footer button:hover {
  background: #6BAF45;
  transform: scale(1.05);
}

.chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
  width: 100%;
}

.chat-option-btn {
  background: #fff;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.chat-option-btn:hover {
  background: var(--heading-color);
  color: #fff;
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
#clients {
  position: relative;
  padding: 80px 0;
}

#clients::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236BAF45' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.client-logo {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 25px;
  max-width: 220px; /* Further increased size */
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.client-logo:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-10px) scale(1.05);
  border-color: var(--accent-color);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.12);
}

.clients .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--heading-color);
  width: 25px;
  border-radius: 5px;
}

/* --- Gallery Page Enhancements --- */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .gallery-links {
  position: absolute;
  inset: 0;
  background: rgba(107, 175, 69, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}

.gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery-item .gallery-links i {
  margin-bottom: 5px;
}

.gallery-item .gallery-links span {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Premium Faded Split Section --- */
.premium-faded-section {
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-top: 1px solid var(--section-border);
  border-bottom: 1px solid var(--section-border);
}

.premium-faded-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Fade from transparent on the left to white on the right */
  background: linear-gradient(to right, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) 30%, 
    rgba(255, 255, 255, 0.9) 55%, 
    rgba(255, 255, 255, 1) 75%,
    #ffffff 100%);
  z-index: 1;
}

/* Flipped version: Content Left, Image Right */
.premium-faded-section.content-left {
  background-position: right center;
}

.premium-faded-section.content-left::before {
  background: linear-gradient(to left, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) 30%, 
    rgba(255, 255, 255, 0.9) 55%, 
    rgba(255, 255, 255, 1) 75%,
    #ffffff 100%);
}

@media (max-width: 991px) {
  .premium-faded-section::before {
    background: rgba(255, 255, 255, 0.9);
  }
}

.premium-faded-section .container {
  position: relative;
  z-index: 2;
}

.packaging-item i {
  /* font-size: 1.5rem; -- Removed for global icon size */
  color: var(--heading-color);
  margin-bottom: 8px;
  display: block;
}

.packaging .img-zoom {
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

/* Adjust section title padding for split-screen layouts */
.packaging .section-title {
  padding-bottom: 20px;
}

@media (min-width: 1400px) {
  .packaging .ps-xl-5 {
    padding-left: 8% !important;
  }
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--heading-color);
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: none;
  padding-top: 10px;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
}

.faq .faq-container .faq-active {
  border-left: 3px solid var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  display: block;
}

/*--------------------------------------------------------------
# Mission & Vision Section
--------------------------------------------------------------*/
.mission-vision {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  border-top: 4px solid var(--accent-color);
}

.mission-vision .section-title h2 {
  color: #f7f5f5;
}

.mission-vision .section-title p {
  color: #f8f5f5;
}

.mission-vision .mission-card.premium {
  background: #ffffff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 50px;
  height: 100%;
  border-radius: 24px;
  border: 1px solid var(--section-border);
  border-bottom: 5px solid var(--accent-color);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.04);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mission-vision .mission-card.premium:hover {
  box-shadow: 0px 30px 60px rgba(107, 175, 69, 0.15);
  border-color: var(--accent-color);
  background: #ffffff;
}

.mission-vision .mission-card.premium i {
  color: var(--accent-color);
  font-size: 58px !important;
  margin-bottom: 25px;
  display: block;
  transition: transform 0.4s ease;
}

.mission-vision .mission-card.premium h3 {
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mission-vision .mission-card.premium p {
  color: #000000;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}

.premium-section .premium-card h3 {
  color: #fff;
  margin-bottom: 20px;
}

.premium-section .feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  text-align: left;
}

.premium-section .feature-item i {
  color: var(--heading-color);
  font-size: 24px;
}

.premium-section .feature-item h6 {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.premium-section .feature-item p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
  color: rgba(255,255,255,0.8);
}

/* --- Premium Enquiry Form --- */
.premium-form-card {
  background: #ffffff;
  padding: 60px;
  border-radius: 40px;
  box-shadow: 0 30px 70px rgba(47, 107, 47, 0.1);
  border: none;
  position: relative;
  overflow: hidden;
}

.premium-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--heading-color), var(--accent-color), var(--heading-color));
}

.premium-form-card .input-group-text {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #eee;
  color: var(--heading-color);
  border-radius: 0;
  font-size: 1.2rem;
  padding-left: 0;
}

.premium-form-card .form-control, 
.premium-form-card .form-select {
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  padding: 18px 0;
  background-color: transparent;
  transition: all 0.3s ease;
  font-weight: 500;
}

.premium-form-card .form-control:focus, 
.premium-form-card .form-select:focus {
  background-color: transparent;
  border-bottom-color: var(--heading-color);
  box-shadow: none;
}

.premium-form-card .input-group:focus-within .input-group-text {
  border-bottom-color: var(--heading-color);
  background-color: transparent;
}

/* Styling for CTA buttons in premium forms */
.premium-form-card .cta-btn {
  background: var(--accent-color);
  color: #000;
  font-weight: 800;
  border-radius: 100px !important;
  margin-top: 40px;
  padding: 18px 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
}

.premium-form-card .cta-btn:hover {
  background: var(--heading-color);
  color: #fff;
  box-shadow: 0 15px 35px rgba(47, 107, 47, 0.3);
  /* Scaling effect inherited from global .cta-btn:hover */
}

.mission-vision .mission-card.premium.vision {
  border-top-color: #2F6B2F;
}

.mission-vision .mission-card.premium.vision i {
  color: var(--heading-color);
}

/*--------------------------------------------------------------
# Our Products Section
--------------------------------------------------------------*/
#our-products .product-info-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--section-border);
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

#our-products .product-info-box h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

#our-products .product-info-box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
}

#our-products .sourcing-list {
  list-style: none;
  padding: 0;
}

#our-products .sourcing-list li {
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-weight: 500;
}

#our-products .sourcing-list li i {
  background: rgba(107, 175, 69, 0.15);
  padding: 5px;
  border-radius: 6px;
}

.product-grade-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  border: 1px solid var(--section-border);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-grade-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--accent-color);
  box-shadow: 0 20px 40px rgba(107, 175, 69, 0.12);
  background: #ffffff;
}

.product-grade-card i {
}

/*--------------------------------------------------------------
# Premium Animations - Advanced JavaScript Animations
--------------------------------------------------------------*/

/* Shimmer Effect */
@keyframes shimmer {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
  }
}

.text-shimmer {
  font-weight: 600;
}

/* Cursor Trail Particles */
@keyframes fadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}

.cursor-trail-particle {
  backdrop-filter: blur(2px);
}

/* Ripple Effect */
@keyframes ripple {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

.ripple-effect {
  position: relative;
}

/* Floating Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.floating-element {
  animation: float 3s ease-in-out infinite;
}

/* Gradient Shift Animation */
@keyframes gradientShift {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

.gradient-text {
  background-size: 200% auto;
}

/* Letter Spread Animation */
@keyframes letterSpread {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

.letter-spread span {
  display: inline-block;
}

/* Slide In Left */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.stagger-list li,
.stagger-list .list-item {
  animation: slideInLeft 0.6s ease-out;
}

/* Blob Movement Animation */
@keyframes blobMove {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(20px, -30px) scale(1.05);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.95);
  }
  75% {
    transform: translate(30px, 10px) scale(1.02);
  }
}

.blob-bg {
  animation: blobMove 8s ease-in-out infinite;
}

/* Scroll Triggered Fade In */
.scroll-trigger,
.scroll-trigger[data-scroll-trigger="true"] {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-trigger.triggered,
.scroll-trigger[data-scroll-trigger="true"].triggered {
  opacity: 1;
}

.scroll-trigger.fade-in.triggered,
.scroll-trigger[data-scroll-trigger="true"].fade-in.triggered {
  transform: translateY(0);
}

.scroll-trigger.fade-in,
.scroll-trigger[data-scroll-trigger="true"].fade-in {
  transform: translateY(30px);
}

/* Parallax Depth */
[data-parallax="true"],
.parallax-layer {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

/* Image Zoom Parallax */
[data-zoom-parallax="true"],
.zoom-parallax-img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

/* Advanced Counter */
.premium-counter,
[data-counter="true"] {
  font-weight: 700;
  font-size: 2rem;
  color: var(--heading-color);
  transition: color 0.3s ease;
}

/* Text Shimmer with Premium Glow */
[data-shimmer="true"] span {
  display: inline-block;
  transition: all 0.3s ease;
}

[data-shimmer="true"] span:hover {
  transform: scale(1.1);
  text-shadow: 0 0 15px rgba(212, 175, 55, 1);
}

/* Premium Button Ripple */
.btn-ripple {
  position: relative;
  overflow: hidden;
}

/* Scroll Velocity Based Dynamic Effects */
:root {
  --scroll-velocity: 0;
}

/* Interactive Gradient Animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

[data-gradient="true"] {
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
}

/* Staggered Animation for Multiple Elements */
.stagger-item:nth-child(1) {
  animation-delay: 0.1s;
}

.stagger-item:nth-child(2) {
  animation-delay: 0.2s;
}

.stagger-item:nth-child(3) {
  animation-delay: 0.3s;
}

.stagger-item:nth-child(4) {
  animation-delay: 0.4s;
}

.stagger-item:nth-child(5) {
  animation-delay: 0.5s;
}

/* Premium Text Effects */
.text-shimmer,
[data-shimmer="true"] {
  display: inline-block;
}

/* Smooth Page Transition */
.page-transition {
  animation: pageTransition 0.5s ease-out;
}

@keyframes pageTransition {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Hover Effects for Premium Elements */
[data-hover-effect="true"] {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-hover-effect="true"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}


.product-grade-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: var(--heading-color);
}

/*--------------------------------------------------------------
# Responsive Adjustments for Sections
--------------------------------------------------------------*/
@media (max-width: 768px) {
  section, .section {
    padding: 40px 0;
  }

  .section-title {
    padding-bottom: 30px;
  }

  .premium-form-card {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .mission-vision .mission-card.premium {
    padding: 30px;
  }

  #our-products .product-info-box {
    padding: 25px;
    margin-bottom: 20px;
  }

  .premium-faded-section {
    padding: 60px 0;
    background-position: center !important;
  }

  .portfolio-details .portfolio-info h3 {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Why Premium Section
--------------------------------------------------------------*/
.why-premium {
  padding: 80px 40px;
  background-color: #f5f3e8; /* same soft color like your image */
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--section-border);
  overflow: hidden;
}

.why-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236BAF45' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

/* TITLES */
.sub-title {
  color: #c59d2a;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 10px;
}

.main-title {
  font-size: 32px;
  margin-bottom: 50px;
  color: #333;
  font-weight: 700;
}

/* GRID */
.why-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  position: relative;
}

/* CARD */
.why-card {
  background: var(--surface-color);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid var(--section-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.why-card .icon i {
  transition: transform 0.4s ease;
  transform: translateZ(20px);
}

/* ICON */
.why-card .icon i {
  font-size: 3.5rem !important; /* Restore prominent size for advantage section */
  margin-bottom: 15px;
  display: block;
}

/* TEXT */
.why-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.why-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--default-color);
  margin-bottom: 0;
}

/* --- Global Export Expertise Section Styles --- */
.premium-expertise {
  position: relative;
  background: linear-gradient(135deg, #163316 0%, #2F6B2F 50%, #163316 100%) !important;
  overflow: hidden;
}

.premium-expertise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20S-10 18.954-10 30s8.954 20 20 20 20-8.954 20-20zm30 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z' fill='%23D4AF37' fill-opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.expertise-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-43c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm58 33c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM30 6c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm50 2c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-10 12c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM21 34c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm5 54c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm65-43c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-30-23c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM44 55c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-2 20c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm40-34c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm16 35c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM6 46c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm33 31c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm50-42c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-4-15c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM45 80c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-31-31c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm46-13c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-44 2c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm16 18c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm13 31c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm52-32c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM28 26c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm19 19c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm40 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-1 39c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM33 49c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM20 75c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm66 15c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-7-25c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-41-4c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM45 4c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-40 20c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10-6c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm82 28c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-10 14c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-25 25c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-46 5c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-17-47c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm30-14c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM42 42c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm33 15c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-16 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm5 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm6 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-40-70c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM20 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm10 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1z' fill='%236BAF45' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.premium-expertise .container {
  position: relative;
  z-index: 1;
}

/* Mouse Hover Animation for Category Rows */
.premium-expertise .row[id] {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 24px;
  padding: 40px 20px;
  margin-top: 20px;
}

.premium-expertise .row[id]:hover {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}

.premium-expertise .badge {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: default;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.premium-expertise .badge:hover {
  background-color: var(--accent-color) !important;
  color: var(--contrast-color) !important;
  transform: scale(1.1) rotate(2deg);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.premium-expertise .list-unstyled li {
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 8px;
}

.premium-expertise .list-unstyled li:hover {
  background: rgba(107, 175, 69, 0.05);
  transform: translateX(10px);
}

.premium-expertise .list-unstyled li i {
  color: var(--accent-color);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.expertise-section h2.display-6 {
  background: linear-gradient(to right, var(--heading-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.expertise-section .row.border-bottom {
  border-bottom-color: rgba(107, 175, 69, 0.1) !important;
}

/* Global Bootstrap Icon Sizing */
/* Targeted sizing to avoid breaking small UI icons like dropdown arrows */
.section .bi, .stat-item .bi, .info-item .bi, .why-card .bi, .mission-card .bi {
  font-size: var(--icon-size);
}

/* Product Showcase Image Standardization */
.showcase-card .img-zoom {
  height: 380px; /* Fixed height for consistency across the grid */
  overflow: hidden;
}

.showcase-card .img-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures images fill the area without stretching */
}

.glass-panel {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 24px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
  .display-5 { font-size: 2.5rem; }
  .display-6 { font-size: 2rem; }
  .premium-card h3, .stat-item-premium h3 { font-size: 2.5rem; }
  
  .premium-cta-box, .premium-form-card {
    padding: 40px 25px;
  }
  
  .services-parallax-divider {
    padding: 60px 0 !important;
  }
}

@media (max-width: 768px) {
  body, p { font-size: 15px; }
  
  /* Reduced Heading sizes for internal pages on Tablet */
  body:not(.index-page) .page-title h1 { font-size: 32px; }
  body:not(.index-page) .section-title h2 { font-size: 26px; }
  body:not(.index-page) h3 { font-size: 22px; }
  body:not(.index-page) h4 { font-size: 19px; }

  /* Standard sizes for index page */
  .index-page .page-title h1 { font-size: 32px; }
  .index-page .section-title h2 { font-size: 28px; }
  .index-page h3 { font-size: 22px; }
  .index-page h4 { font-size: 18px; }

  /* Keep indexpage hero head prominent */
  .hero h2 { font-size: 42px; }

  .display-5 { font-size: 2.2rem; }
  .display-6 { font-size: 1.8rem; }
  .premium-card h3, .stat-item-premium h3 { font-size: 2rem; }
  
  .glass-panel {
    padding: 25px;
  }

  .premium-card, .why-card, .mission-card.premium {
    padding: 30px 20px;
  }

  .hero {
    min-height: 80vh;
    padding: 120px 0 60px 0;
  }

  .showcase-card .img-zoom {
    height: 280px;
  }

  .premium-form-card .cta-btn {
    padding: 14px 25px;
    font-size: 0.9rem;
  }

    .cta-btn, .btn-premium, .read-more, .btn-primary, .btn-visit, .php-email-form button[type="submit"] {
      padding: 10px 24px !important;
      font-size: 14px !important;
    }
}

@media (max-width: 575px) {
  body, p { font-size: 14px; }

  /* Reduced Heading sizes for internal pages on Mobile */
  body:not(.index-page) .page-title h1 { font-size: 24px; }
  body:not(.index-page) .section-title h2 { font-size: 21px; }
  body:not(.index-page) h3 { font-size: 19px; }
  body:not(.index-page) h4 { font-size: 17px; }

  /* Standard sizes for index page */
  .index-page .page-title h1 { font-size: 28px; }
  .index-page .section-title h2 { font-size: 24px; }
  .index-page h3 { font-size: 22px; }
  .index-page h4 { font-size: 19px; }

  /* indexpage head (hero) remains larger than standard titles */
  .hero h2 { font-size: 34px; }

  .display-5 { font-size: 1.8rem; }
  .display-6 { font-size: 1.5rem; }
  
  .premium-form-card {
    padding: 25px 15px;
  }

  .modal-content.premium-form-card {
    padding: 1rem !important;
  }

  .cta-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .stat-item-premium h3, .premium-card h3 {
    font-size: 2.2rem;
  }

  .testimonials .testimonial-item .testimonial-img {
    max-width: 90px;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Global Reach / Sourcing & Distribution
--------------------------------------------------------------*/
#global-reach {
  padding: 80px 40px;
  background-color: transparent;
  border-top: 4px solid var(--accent-color); /* Premium border top */
  border-bottom: 4px solid var(--accent-color); /* Premium border bottom */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); /* Added subtle shadow */
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); /* Added smooth transition */
  color: #fff; /* Set text color to white */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08); /* Lighter background for cards */
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.3); /* Gold border for cards */
  box-shadow: 0 15px 35px rgba(0,0,0,0.15); /* Stronger shadow */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px); /* Add blur for glass effect */
}

.stat-card i {
  font-size: 54px;
  color: var(--accent-color);
  margin-bottom: 20px;
  display: inline-block;
  transition: 0.4s ease;
}

.stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--heading-color), var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(107, 175, 69, 0.25); /* Enhanced hover shadow */
  border-color: var(--accent-color);
  background: rgba(255, 255, 255, 0.15); /* Slightly brighter on hover */
}

.stat-card:hover i {
  transform: scale(1.15) rotate(8deg);
}

.stat-card:hover::after {
  transform: scaleX(1);
}

.stat-card h2 {
  color: #fff; /* White numbers for stats */
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-card p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7); /* Lighter text for stat descriptions */
}

.export-box {
  border: 1px solid rgba(212, 175, 55, 0.3); /* Gold border for export box */
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08); /* Lighter background for export box */
  backdrop-filter: blur(10px); /* Add blur for glass effect */
}

.export-box h3 {
  color: #fff; /* White heading for export box */
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 25px;
}

.regions span {
  display: inline-block;
  margin: 10px;
  padding: 10px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15); /* Lighter background for region tags */
  color: #fff; /* White text for region tags */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: 0.3s;
  border: 1px solid rgba(212, 175, 55, 0.4); /* Gold border for region tags */
}

.regions span:hover {
  background: var(--accent-color); /* Gold background on hover */
  color: #000; /* Black text on hover */
  transform: scale(1.05);
}

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

/*--------------------------------------------------------------
# Marquee Section
--------------------------------------------------------------*/
.marquee-section {
  height: 40px !important;
  padding: 0 !important;
  background-color: rgb(7, 124, 17); /* Green background */
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;

}

.marquee-container {
  width: 100%;
  overflow: hidden;
} 

.marquee-content {
  display: inline-block; /* Allows content to be on a single line */
  white-space: nowrap; /* Prevents text from wrapping */
  animation: marquee 90s linear infinite; /* Adjust duration for speed */
  font-family: var(--heading-font);
  font-size: 0.9rem; /* Adjusted for smaller height */
  font-weight: 400;
  color: white; /* White text for contrast */
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 100%; /* Start off-screen */
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); } /* Scrolls left */
}

/* Pause animation on hover */
.marquee-content:hover {
  animation-play-state: paused;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .marquee-section {
    height: 40px !important;
    padding: 0 !important;
  }

  .marquee-content {
    font-size: 0.9rem; /* Balanced for 40px height */
    animation: marquee 50s linear infinite; /* Faster on mobile */
  }
}

/* --- Export Countries Styling --- */
.country-card {
  padding: 20px 15px;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  border: 1px solid var(--section-border);
  border-left: 4px solid var(--accent-color);
  background: var(--surface-color);
  border-radius: 12px;
}

.country-card:hover {
  background: var(--surface-color);
  transform: translateX(6px) translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
  border-color: var(--accent-color);
}

.flag-icon img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 0;
  border: 2px solid rgba(212, 175, 55, 0.3);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.country-card:hover .flag-icon img {
  transform: scale(1.08);
  border-color: var(--accent-color);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.35);
}

.country-card h3 {
  color: var(--heading-color);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.export-data .data-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}

.export-data .label { 
  color: var(--default-color); 
  opacity: 0.7;
}
.export-data .value { color: var(--accent-color); font-weight: 700; }

.data-progress { 
  height: 4px; 
  background: #f0f0f0; 
  border-radius: 8px; 
  overflow: hidden; 
  margin-top: 6px !important;
}
.data-progress .progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--heading-color), var(--accent-color));
  transition: width 1.8s var(--easing-premium) !important;
  will-change: width;
}
.market-status { 
  font-size: 0.75rem; 
  color: var(--default-color); 
  opacity: 0.75;
  font-weight: 500;
  margin-top: 6px !important;
}

/* Responsive adjustments for Trade Proposals Section */
@media (max-width: 1200px) {
  .country-card {
    padding: 18px 12px;
  }

  .flag-icon img {
    width: 36px;
    height: 36px;
  }

  .country-card h3 {
    font-size: 1rem;
  }

  .export-data .data-item {
    font-size: 0.75rem;
  }

  .market-status {
    font-size: 0.7rem;
  }

  #export-countries {
    padding: 40px 0 !important;
  }

  #export-countries .section-title {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .country-card {
    padding: 15px 12px;
  }

  .flag-icon img {
    width: 35px;
    height: 35px;
  }

  .country-card h3 {
    font-size: 0.95rem;
  }

  .export-data .data-item {
    font-size: 0.7rem;
  }

  .market-status {
    font-size: 0.65rem;
  }

  .data-progress {
    height: 3px;
  }

  #export-countries {
    padding: 30px 0 !important;
  }

  #export-countries .section-title {
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .country-card {
    padding: 12px 10px;
  }

  .flag-icon img {
    width: 32px;
    height: 32px;
  }

  .country-card h3 {
    font-size: 0.9rem;
  }

  .export-data .data-item {
    font-size: 0.65rem;
  }

  .market-status {
    font-size: 0.6rem;
  }

  #export-countries {
    padding: 25px 0 !important;
  }

  #export-countries .section-title {
    padding-bottom: 20px;
  }
}

/* --- Newsletter Subscription Section --- */
#newsletter-subscribe {
  padding: 80px 0;
  text-align: center;
}

.newsletter-form-card {
  background: rgba(255, 255, 255, 0.8); /* Light glassmorphism background */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.2); /* Subtle gold border */
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.newsletter-form-card:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.newsletter-input {
  border: 1px solid var(--section-border);
  border-radius: 10px;
  padding: 12px 18px;
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  border-color: var(--heading-color);
  box-shadow: 0 0 0 3px rgba(107, 175, 69, 0.2);
}

.newsletter-btn {
  background: var(--accent-color);
  color: #000;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.newsletter-btn:hover {
  background: var(--heading-color);
  color: #fff;
  box-shadow: 0 12px 25px rgba(107, 175, 69, 0.4);
  transform: translateY(-2px);
}
