/* Global Styles */
body { 
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif; 
  background: #f6fff8;
  line-height: 1.6;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Consistent Typography Hierarchy */
h1, h2, h3, h4, h5, h6,
.hero-compact-title,
.hero-title,
.section-title,
.service-title,
.promo-title,
.client-title,
.course-card h5,
.residential-card h5,
.industry-card h5 {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-dark);
}

/* Body Text Consistency */
p, 
.service-description,
.testimonial p,
.about-content p,
.benefit-card-compact p,
.residential-card p,
.industry-card p,
.course-features li {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

/* Button Text Consistency */
.btn,
.btn-green,
.btn-compact-primary,
.btn-compact-secondary,
.btn-primary-custom,
.btn-outline-custom,
.badge-compact-premium,
.badge-premium {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Navigation Text */
.navbar-nav .nav-link,
.navbar-brand {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 500;
}

/* Form Labels and Inputs */
.form-label,
.form-control,
.form-select {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 400;
}

/* Small Text Elements */
.small,
.text-muted,
.offer-compact-text,
.benefit-compact-item span,
.course-badge {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 400;
}

/* Pastel color palette */
:root {
  --pastel-green: #e9f9ef;
  --pastel-blue: #e3f0ff;
  --pastel-peach: #ffe9e3;
  --pastel-lavender: #f3e9ff;
  --primary-green: #81c784;
  --primary-dark: #22543d;
  --primary-accent: #388e3c;
}

/* Mobile-first responsive typography */
.section-title {
  font-weight: 800;
  margin-bottom: 2rem;
  color: var(--primary-dark);
  letter-spacing: 1px;
  font-size: 2rem;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
  border-radius: 2px;
}

/* Hero Section */
.hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

.hero-premium-overlay {
  display: none !important;
}

/* Hero Background with Image */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    rgba(232, 245, 232, 0.95) 0%,     /* Pastel green with opacity */
    rgba(240, 248, 240, 0.9) 25%,    /* Very light pastel green */
    rgba(230, 243, 255, 0.85) 50%,   /* Pastel blue */
    rgba(255, 240, 245, 0.9) 75%,    /* Pastel lavender */
    rgba(254, 247, 224, 0.95) 100%   /* Pastel peach */
  );
  z-index: 2;
}

/* Remove old background styles */
.bg-gradient,
.bg-pattern {
  display: none;
}

/* Main Content */
.hero-content {
  position: relative;
  z-index: 10;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.hero-text-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Typography */
.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #2d5a3d;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.text-accent {
  color: #28a745;
  position: relative;
}

.text-accent::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #28a745, #ffc107);
  border-radius: 2px;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  color: #2d5a3d;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto 2rem auto;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.hero-subtitle strong {
  color: #28a745;
  font-weight: 600;
}

/* Premium Badge */
.badge-premium {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #28a745, #20c997);
  border: none;
  color: white;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(40, 167, 69, 0.5);
  color: white;
}

.btn-outline-custom {
  border: 2px solid #28a745;
  color: #28a745;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  backdrop-filter: blur(10px);
}

.btn-outline-custom:hover {
  background: #28a745;
  color: white;
  transform: translateY(-3px);
}

/* WhatsApp Button Styling */
.btn-success {
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: none;
  color: white;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.btn-success:hover {
  background: linear-gradient(135deg, #128c7e, #075e54);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
  color: white;
}

.btn-success:focus {
  background: linear-gradient(135deg, #128c7e, #075e54);
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.25);
  color: white;
}

.btn-success:disabled {
  background: #128c7e;
  opacity: 0.7;
  transform: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

/* Special Offer */
.special-offer-simple {
  background: linear-gradient(135deg, rgba(255, 243, 205, 0.95), rgba(255, 234, 167, 0.95));
  border: 2px solid #ffc107;
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: 1.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.offer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.offer-icon {
  font-size: 1.5rem;
}

.offer-text {
  color: #856404;
  font-size: 1rem;
  font-weight: 600;
}

/* Remove visual section styles */
.hero-visual,
.hero-visual-bg,
.hero-visual-image,
.hero-visual-content,
.visual-icon,
.visual-title,
.visual-tagline,
.visual-stats,
.visual-stat,
.visual-stat-number,
.visual-stat-label,
.floating-elements-simple,
.float-icon {
  display: none;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #2d5a3d;
  z-index: 10;
  animation: bounce 2s infinite;
}

.scroll-indicator span {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.scroll-indicator i {
  font-size: 1.4rem;
}

/* Navigation */
.navbar {
  padding: 0.5rem 0;
}

.navbar-brand img {
  height: 94px; /* Increased by 20% from 78px to 94px for desktop */
  width: auto;
}

/* Mobile Logo Size Increase - 20% larger than desktop for phones */
@media (max-width: 767px) {
  .navbar-brand img {
    height: 113px; /* 94px * 1.2 = 112.8px, rounded to 113px */
  }
}

.navbar-nav .nav-link {
  font-size: 0.95rem;
  padding: 0.5rem 0.8rem;
}

/* Cards and Services */
.card-service {
  border: none;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(129,199,132,0.10);
  background: #fff;
  transition: box-shadow 0.2s;
}

.card-service:hover {
  box-shadow: 0 6px 24px rgba(129,199,132,0.18);
}

.service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

/* Enhanced About Section */
.about-img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 20px 45px rgba(129,199,132,0.4);
  border: 5px solid var(--primary-green);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 55px rgba(129,199,132,0.5);
}

.about-content {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(129, 199, 132, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-highlight {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--pastel-green), #fff);
  padding: 1rem;
  border-radius: 15px;
  border-left: 4px solid var(--primary-green);
  transition: transform 0.3s ease;
}

.about-highlight:hover {
  transform: translateX(5px);
}

.about-highlight i {
  font-size: 1.5rem;
  color: var(--primary-green);
  margin-right: 1rem;
}

/* Enhanced Benefits Section */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-card {
  width: 100%;
  max-width: 350px;
  background: linear-gradient(135deg, #fff 0%, #f8fff9 100%);
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
}

.benefit-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-green);
  box-shadow: 0 20px 40px rgba(129, 199, 132, 0.2);
}

.benefit-icon {
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Enhanced Benefits Section - Compact Cards with Large Icons */
.benefit-card-compact {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.benefit-card-compact:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  border-color: var(--primary-green);
}

.benefit-icon-large {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card-compact:hover .benefit-icon-large {
  transform: scale(1.1);
  box-shadow: 0 12px 25px rgba(76, 175, 80, 0.4);
}

/* Enhanced Services Section */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-img {
  transform: scale(1.05);
}

.service-content {
  padding: 2rem;
  position: relative;
}

.service-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
  border-radius: 2px;
}

.service-title {
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.service-description {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* Enhanced Promotional Cards */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.promo-card {
  background: linear-gradient(135deg, #fff 0%, var(--pastel-blue) 100%);
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid var(--primary-green);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.promo-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.promo-card:hover::before {
  opacity: 1;
  top: -100%;
  left: -100%;
}

.promo-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(129, 199, 132, 0.2);
}

.promo-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.promo-title {
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 1.1rem;
  line-height: 1.4;
}

/* Enhanced Residential Section */
.residential-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.residential-card {
  background: linear-gradient(135deg, #fff 0%, var(--pastel-lavender) 100%);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(129, 199, 132, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.residential-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.residential-card:hover::after {
  transform: scaleX(1);
}

.residential-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(129, 199, 132, 0.15);
}

/* Enhanced Industries Section */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.industry-card {
  background: #fff;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(129, 199, 132, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(129, 199, 132, 0.1), transparent);
  transition: left 0.6s ease;
}

.industry-card:hover::before {
  left: 100%;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(129, 199, 132, 0.2);
  border-color: var(--primary-green);
}

/* Clean Industries Section Background - Simple and Clean */
.bg-industries-clean {
  background: linear-gradient(135deg, 
    #ffffff 0%, 
    rgba(246, 255, 248, 0.8) 100%
  );
  position: relative;
}

/* Remove messy background patterns */
.bg-industries-clean::before {
  display: none;
}

.bg-industries-clean .container {
  position: relative;
  z-index: 1;
}

/* Redesigned Industries Grid - Compact 3x2 Layout */
.industries-grid-redesigned {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Compact Industry Cards */
.industry-card-new {
  background: #ffffff;
  border-radius: 15px;
  padding: 1.5rem 1.2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(129, 199, 132, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industry-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-green), #20c997);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.industry-card-new:hover::before {
  transform: scaleX(1);
}

.industry-card-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(129, 199, 132, 0.15);
  border-color: var(--primary-green);
}

/* Compact Industry Icons */
.industry-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(129, 199, 132, 0.3);
  transition: transform 0.3s ease;
}

.industry-card-new:hover .industry-icon {
  transform: scale(1.1);
}

.industry-card-new h5 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.industry-card-new p {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Benefits Section - Keep as requested */
.benefits-industrial-redesigned {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-industrial-new {
  background: linear-gradient(135deg, #ffffff, rgba(233, 249, 239, 0.5));
  border-radius: 15px;
  padding: 1.5rem 1rem;
  text-align: center;
  border: 2px solid rgba(129, 199, 132, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.benefit-industrial-new:hover {
  transform: translateY(-5px);
  border-color: var(--primary-green);
  box-shadow: 0 8px 25px rgba(129, 199, 132, 0.15);
}

.benefit-icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 6px 15px rgba(129, 199, 132, 0.3);
  transition: transform 0.3s ease;
}

.benefit-industrial-new:hover .benefit-icon-circle {
  transform: scale(1.1);
}

.benefit-text {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary-dark);
  line-height: 1.3;
}

/* Fix Button Visibility Issue */
.btn-green {
  background: linear-gradient(135deg, var(--primary-green), #20c997) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  box-shadow: 0 8px 20px rgba(129, 199, 132, 0.3);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  z-index: 10;
}

.btn-green:hover {
  background: linear-gradient(135deg, #20c997, var(--primary-accent)) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(129, 199, 132, 0.4);
  text-decoration: none;
}

/* Responsive Design for Industries */
@media (max-width: 1024px) {
  .industries-grid-redesigned {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    max-width: 700px;
  }
  
  .benefits-industrial-redesigned {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .industries-grid-redesigned {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 350px;
  }
  
  .benefits-industrial-redesigned {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 400px;
  }
  
  .industry-card-new {
    padding: 1.2rem 1rem;
    min-height: 180px;
  }
  
  .industry-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .benefits-industrial-redesigned {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  
  .benefit-icon-circle {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  
  .benefit-text {
    font-size: 0.85rem;
  }
  
  .industry-card-new {
    min-height: 160px;
  }
}

/* Compact Hero Section - Single Screen Design */
.hero-compact {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.hero-compact-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Compact Background System */
.hero-compact-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-compact-bg-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

.hero-compact-overlay-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%,
    rgba(45, 90, 61, 0.8) 30%,
    rgba(0, 0, 0, 0.6) 70%,
    rgba(34, 84, 61, 0.9) 100%
  );
  z-index: 2;
}

.hero-compact-overlay-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, 
    rgba(40, 167, 69, 0.15) 0%,
    transparent 30%,
    transparent 70%,
    rgba(255, 193, 7, 0.1) 100%
  );
  z-index: 3;
}

/* Compact Content */
.hero-compact-content {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero-compact-text-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Compact Premium Badge */
.badge-compact-premium {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Compact Typography */
.hero-compact-title {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin-bottom: 2rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* Compact Key Benefits */
.hero-compact-benefits {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.benefit-compact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: white;
  text-align: center;
}

.benefit-compact-item i {
  font-size: 1.8rem;
  color: #ffc107;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 193, 7, 0.3);
}

.benefit-compact-item span {
  font-weight: 600;
  font-size: 0.85rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Compact Buttons */
.hero-compact-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.btn-compact-primary,
.btn-compact-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-compact-primary {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.btn-compact-primary:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: white;
}

.btn-compact-secondary {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}

.btn-compact-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(40, 167, 69, 0.6);
  color: white;
}

/* Compact Special Offer */
.special-offer-compact {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  padding: 12px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
  max-width: 500px;
  margin: 0 auto;
}

.offer-compact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.offer-compact-icon {
  font-size: 1.2rem;
}

.offer-compact-text {
  font-size: 0.9rem;
  font-weight: 600;
}

/* Hide old hero styles when compact is used */
.hero {
  display: none;
}

/* Fix viewport overflow issues */
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Fixed Benefits Grid - Force Single Row */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1400px;
}

/* Override previous benefits grid for mobile to maintain single row */
@media (max-width: 1200px) {
  .benefits-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
  }
  
  .benefit-card {
    max-width: 220px;
    padding: 1.2rem;
  }
  
  .benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
  }
  
  .benefit-card {
    max-width: 180px;
    padding: 1rem;
  }
  
  .benefit-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    max-width: 600px;
  }
  
  .benefit-card {
    max-width: 180px;
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    max-width: 400px;
  }
  
  .benefit-card {
    max-width: 180px;
    padding: 0.8rem;
  }
  
  .benefit-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 480px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    max-width: 250px;
  }
  
  .benefit-card {
    max-width: 220px;
  }
}

/* Responsive Design for Compact Hero */
@media (max-width: 992px) {
  .hero-compact-benefits {
    gap: 2rem;
  }
  
  .hero-compact-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-compact-primary,
  .btn-compact-secondary {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .hero-compact-benefits {
    gap: 1.5rem;
  }
  
  .benefit-compact-item i {
    font-size: 1.5rem;
    padding: 10px;
  }
  
  .special-offer-compact {
    padding: 10px 15px;
  }
  
  .offer-compact-content {
    flex-direction: column;
    gap: 5px;
  }
  
  .badge-compact-premium {
    padding: 6px 16px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-compact-title {
    margin-bottom: 1.5rem;
  }
  
  .hero-compact-benefits {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .btn-compact-primary,
  .btn-compact-secondary {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .offer-compact-text {
    font-size: 0.85rem;
  }
}

/* Ensure no scroll on hero */
@media (max-height: 600px) {
  .hero-compact-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 1rem;
  }
  
  .hero-compact-benefits {
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }
  
  .hero-compact-buttons {
    margin-bottom: 1rem;
  }
  
  .badge-compact-premium {
    margin-bottom: 1rem;
  }
}

/* Distinct Section Backgrounds */
#about {
  background: linear-gradient(135deg, 
    var(--pastel-blue) 0%, 
    rgba(227, 240, 255, 0.8) 50%, 
    #fff 100%
  );
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23e3f0ff" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  z-index: 0;
}

#about .container {
  position: relative;
  z-index: 1;
}

#benefits {
  background: linear-gradient(135deg, 
    var(--pastel-green) 0%, 
    rgba(233, 249, 239, 0.9) 50%, 
    #f0fff4 100%
  );
  position: relative;
}

#benefits::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(129, 199, 132, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(40, 167, 69, 0.1) 0%, transparent 50%);
  z-index: 0;
}

#benefits .container {
  position: relative;
  z-index: 1;
}

#services {
  background: linear-gradient(135deg, 
    var(--pastel-peach) 0%, 
    rgba(255, 233, 227, 0.9) 50%, 
    #fff5f0 100%
  );
  position: relative;
}

#services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="2" fill="%23ffe9e3" opacity="0.5"/></svg>');
  z-index: 0;
}

#services .container {
  position: relative;
  z-index: 1;
}

.py-5.bg-pastel-blue {
  background: linear-gradient(135deg, 
    rgba(227, 240, 255, 0.8) 0%, 
    var(--pastel-blue) 50%, 
    rgba(230, 243, 255, 0.6) 100%
  ) !important;
  position: relative;
}

.py-5.bg-pastel-blue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 40%, rgba(129, 199, 132, 0.05) 50%, transparent 60%);
  z-index: 0;
}

.py-5.bg-pastel-blue .container {
  position: relative;
  z-index: 1;
}

#residential {
  background: linear-gradient(135deg, 
    var(--pastel-lavender) 0%, 
    rgba(243, 233, 255, 0.8) 50%, 
    #faf5ff 100%
  );
  position: relative;
}

#residential::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><polygon points="20,5 35,15 35,35 5,35 5,15" fill="none" stroke="%23f3e9ff" stroke-width="0.8" opacity="0.3"/></svg>');
  z-index: 0;
}

#residential .container {
  position: relative;
  z-index: 1;
}

#industries {
  background: linear-gradient(135deg, 
    rgba(233, 249, 239, 0.9) 0%, 
    var(--pastel-green) 50%, 
    rgba(129, 199, 132, 0.1) 100%
  );
  position: relative;
}

#industries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="10" width="30" height="30" fill="none" stroke="%23e9f9ef" stroke-width="1" opacity="0.4"/><rect x="15" y="15" width="20" height="20" fill="none" stroke="%2381c784" stroke-width="0.5" opacity="0.2"/></svg>');
  z-index: 0;
}

#industries .container {
  position: relative;
  z-index: 1;
}

#clients {
  background: linear-gradient(135deg, 
    #fff 0%, 
    rgba(246, 255, 248, 0.8) 50%, 
    rgba(233, 249, 239, 0.3) 100%
  );
  position: relative;
}

#clients::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(129, 199, 132, 0.05) 0%, transparent 70%);
  z-index: 0;
}

#clients .container {
  position: relative;
  z-index: 1;
}

#testimonials {
  background: linear-gradient(135deg, 
    rgba(243, 233, 255, 0.7) 0%, 
    var(--pastel-lavender) 50%, 
    rgba(227, 240, 255, 0.6) 100%
  );
  position: relative;
}

#testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="20" y="50" font-family="serif" font-size="40" fill="%23f3e9ff" opacity="0.2">"</text><text x="60" y="50" font-family="serif" font-size="40" fill="%23e3f0ff" opacity="0.2">"</text></svg>');
  z-index: 0;
}

#testimonials .container {
  position: relative;
  z-index: 1;
}

#booking {
  background: linear-gradient(135deg, 
    rgba(246, 255, 248, 0.9) 0%, 
    #fff 50%, 
    rgba(233, 249, 239, 0.4) 100%
  );
  position: relative;
}

#booking::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="15" cy="15" r="1" fill="%2381c784" opacity="0.3"/><circle cx="45" cy="15" r="1" fill="%2381c784" opacity="0.3"/><circle cx="15" cy="45" r="1" fill="%2381c784" opacity="0.3"/><circle cx="45" cy="45" r="1" fill="%2381c784" opacity="0.3"/></svg>');
  z-index: 0;
}

#booking .container {
  position: relative;
  z-index: 1;
}

#courses {
  background: linear-gradient(135deg, 
    #ffffff 0%, 
    rgba(246, 255, 248, 0.5) 100%
  );
  position: relative;
}

/* Remove background patterns for courses */
#courses::before {
  display: none;
}

#courses .container {
  position: relative;
  z-index: 1;
}

/* Fix Centered Grid Layouts */
.residential-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.benefits-industrial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Ensure cards take full width within their grid cells */
.residential-card,
.industry-card,
.benefit-industrial-card,
.promo-card,
.service-card,
.course-card {
  width: 100%;
  max-width: 400px;
}

/* Fixed Benefits Grid - Better Centering */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  justify-items: center;
  max-width: 1400px;
}

.benefit-card {
  width: 100%;
  max-width: 350px;
  /* ...existing code... */
}

/* Responsive Grid Adjustments */
@media (max-width: 1200px) {
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    max-width: 1000px;
  }
  
  .residential-grid,
  .industries-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 900px;
  }
  
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
  
  .residential-grid,
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .benefits-grid,
  .residential-grid,
  .industries-grid,
  .services-grid,
  .courses-grid,
  .promo-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  
  .benefits-industrial-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .benefits-industrial-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  
  /* Ensure no horizontal overflow on small screens */
  .hero-compact-bg-primary {
    background-attachment: scroll;
  }
}

/* Fix container overflow */
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* Client Showcase Section */
.bg-clients-showcase {
  background: linear-gradient(135deg, 
    #ffffff 0%, 
    rgba(233, 249, 239, 0.3) 50%, 
    #f8fff9 100%
  );
  position: relative;
}

.bg-clients-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(129, 199, 132, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 75% 75%, rgba(40, 167, 69, 0.03) 0%, transparent 50%);
  z-index: 0;
}

.bg-clients-showcase .container {
  position: relative;
  z-index: 1;
}

/* Client Stats Banner */
.client-stats-banner {
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  border-radius: 20px;
  padding: 2rem 1rem;
  color: white;
  box-shadow: 0 10px 30px rgba(129, 199, 132, 0.3);
}

.stat-item {
  padding: 1rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Client Showcase Cards */
.client-showcase-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(129, 199, 132, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.client-showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
}

.client-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(129, 199, 132, 0.15);
  border-color: var(--primary-green);
}

/* Client Header */
.client-showcase-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

.client-icon-large {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 8px 20px rgba(129, 199, 132, 0.3);
  flex-shrink: 0;
}

.client-category-info h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.client-category-subtitle {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
  font-style: italic;
}

/* Featured Clients */
.featured-clients {
  background: linear-gradient(135deg, rgba(233, 249, 239, 0.5), rgba(255, 255, 255, 0.8));
  border-radius: 15px;
  padding: 1.5rem;
  border: 1px solid rgba(129, 199, 132, 0.2);
}

.featured-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.featured-client-grid {
  display: grid;
  gap: 1rem;
}

.featured-client-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(129, 199, 132, 0.1);
  transition: all 0.3s ease;
}

.featured-client-item:hover {
  border-color: var(--primary-green);
  transform: translateX(5px);
}

.featured-client-item i {
  color: #ffc107;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.featured-client-item span {
  font-weight: 600;
  color: var(--primary-dark);
  flex: 1;
}

.featured-client-item small {
  color: #666;
  font-size: 0.8rem;
  background: rgba(129, 199, 132, 0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
}

/* Show More Toggle */
.show-more-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(129, 199, 132, 0.1), rgba(255, 255, 255, 0.5));
  border: 2px dashed rgba(129, 199, 132, 0.3);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--primary-dark);
}

.show-more-toggle:hover {
  background: linear-gradient(135deg, rgba(129, 199, 132, 0.2), rgba(255, 255, 255, 0.8));
  border-color: var(--primary-green);
  transform: translateY(-2px);
}

.show-more-toggle i {
  transition: transform 0.3s ease;
}

.show-more-toggle.expanded i {
  transform: rotate(180deg);
}

/* Expanded Client List */
.client-list-expanded {
  margin-top: 1rem;
  animation: slideDown 0.3s ease;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.client-item {
  padding: 0.8rem 1rem;
  background: white;
  border: 1px solid rgba(129, 199, 132, 0.1);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-dark);
  transition: all 0.3s ease;
  position: relative;
}

.client-item:hover {
  border-color: var(--primary-green);
  background: rgba(233, 249, 239, 0.3);
  transform: translateY(-2px);
}

.client-item span {
  color: #666;
  font-size: 0.8rem;
  font-weight: 400;
}

/* Trust Indicators */
.trust-indicators {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(233, 249, 239, 0.5));
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(129, 199, 132, 0.2);
}

.trust-item {
  padding: 1rem;
}

.trust-icon {
  font-size: 2rem;
  color: var(--primary-green);
  margin-bottom: 1rem;
  display: block;
}

.trust-item h6 {
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

/* Slide Down Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .client-showcase-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .client-icon-large {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .client-grid {
    grid-template-columns: 1fr;
  }
  
  .featured-client-grid {
    gap: 0.8rem;
  }
}

@media (max-width: 576px) {
  .client-showcase-card {
    padding: 1.5rem;
  }
  
  .client-stats-banner {
    padding: 1.5rem 1rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
}

/* Premium Courses Section - Single Row Layout */
.courses-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Premium Course Cards */
.course-premium-card {
  background: linear-gradient(135deg, #ffffff 0%, rgba(233, 249, 239, 0.3) 100%);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(129, 199, 132, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
}

.course-premium-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-green);
  box-shadow: 0 20px 40px rgba(129, 199, 132, 0.2);
}

/* Premium Course Icons */
.course-premium-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 8px 20px rgba(129, 199, 132, 0.3);
  transition: transform 0.3s ease;
}

.course-premium-card:hover .course-premium-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Premium Course Content */
.course-premium-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.course-premium-desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex: 1;
}

/* Premium Course Badges */
.course-premium-badge {
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(129, 199, 132, 0.3);
}

/* Responsive Design for Premium Courses */
@media (max-width: 1024px) {
  .courses-premium-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .courses-premium-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 500px;
  }
  
  .course-premium-card {
    padding: 1.5rem 1rem;
  }
  
  .course-premium-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .course-premium-title {
    font-size: 1rem;
  }
  
  .course-premium-desc {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .courses-premium-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  
  .course-premium-card {
    padding: 1.5rem;
  }
}

/* Testimonial Expert Intro Section */
.testimonial-expert-intro {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(243, 233, 255, 0.6));
  border-radius: 25px;
  padding: 3rem 2rem;
  border: 2px solid rgba(129, 199, 132, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.testimonial-expert-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), #ffc107);
}

.expert-testimonial-image {
  position: relative;
  display: inline-block;
}

.testimonial-expert-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--primary-green);
  box-shadow: 0 20px 40px rgba(129, 199, 132, 0.3);
  transition: transform 0.3s ease;
}

.testimonial-expert-img:hover {
  transform: scale(1.05);
}

.testimonial-quote-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-green), #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(129, 199, 132, 0.4);
  border: 3px solid white;
}

.expert-testimonial-content {
  padding-left: 2rem;
}

.expert-testimonial-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 0.8rem;
}

.expert-testimonial-subtitle {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.testimonial-stat {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, rgba(129, 199, 132, 0.1), rgba(255, 255, 255, 0.8));
  padding: 0.8rem 1.2rem;
  border-radius: 25px;
  border: 1px solid rgba(129, 199, 132, 0.2);
  transition: transform 0.3s ease;
}

.testimonial-stat:hover {
  transform: translateY(-3px);
}

.stat-icon {
  font-size: 1.2rem;
}

.stat-text {
  font-weight: 600;
  color: var(--primary-dark);
  font-size: 0.9rem;
}

/* Enhanced Testimonial Cards */
.testimonial {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(243, 233, 255, 0.5));
  border-radius: 20px;
  padding: 2rem;
  border: 2px solid rgba(129, 199, 132, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 2rem;
}

.testimonial::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: var(--primary-green);
  font-family: serif;
  opacity: 0.3;
}

.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(129, 199, 132, 0.15);
  border-color: var(--primary-green);
}

/* Footer */
footer .container .row .col-md-3 img {
  height: 78px !important;
  width: auto;
  object-fit: cover;
  border-radius: 0.7rem;
  box-shadow: 0 2px 8px rgba(34,84,61,0.13);
  background: #fff;
  padding: 6px;
}

/* Enhanced Footer Social Media Icons */
.footer-social-icons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-green), #4CAF50);
  border-radius: 50%;
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(129, 199, 132, 0.4);
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.footer-social-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.footer-social-icon:hover::before {
  transform: scale(1);
}

.footer-social-icon:hover {
  transform: translateY(-5px) scale(1.15);
  box-shadow: 0 12px 35px rgba(129, 199, 132, 0.6);
  background: linear-gradient(135deg, #2E7D32, var(--primary-green));
  color: white;
  border-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

/* Specific Social Media Icon Colors with Enhanced Gradients */
.footer-social-icon.facebook {
  background: linear-gradient(135deg, var(--primary-green), #66BB6A);
}

.footer-social-icon.facebook:hover {
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  box-shadow: 0 12px 35px rgba(76, 175, 80, 0.6);
}

.footer-social-icon.instagram {
  background: linear-gradient(135deg, var(--primary-green), #4CAF50);
}

.footer-social-icon.instagram:hover {
  background: linear-gradient(135deg, #388E3C, #2E7D32);
  box-shadow: 0 12px 35px rgba(56, 142, 60, 0.6);
}

.footer-social-icon.linkedin {
  background: linear-gradient(135deg, var(--primary-green), #43A047);
}

.footer-social-icon.linkedin:hover {
  background: linear-gradient(135deg, #2E7D32, #1B5E20);
  box-shadow: 0 12px 35px rgba(46, 125, 50, 0.6);
}

.footer-social-icon.whatsapp {
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

.footer-social-icon.whatsapp:hover {
  background: linear-gradient(135deg, #66BB6A, #388E3C);
  box-shadow: 0 12px 35px rgba(76, 175, 80, 0.7);
}

/* Mobile Responsive Social Icons */
@media (max-width: 768px) {
  .footer-social-icons {
    gap: 1.2rem;
    margin-top: 1rem;
  }
  
  .footer-social-icon {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
  }
  
  .footer-social-icon:hover {
    transform: translateY(-3px) scale(1.1);
  }
}

@media (max-width: 576px) {
  .footer-social-icons {
    gap: 1rem;
    justify-content: center;
  }
  
  .footer-social-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .footer-social-icon:hover {
    transform: translateY(-2px) scale(1.08);
  }
}
