
	    .custom-title {
              font-size: 2.8rem;
              font-weight: 200 !important;
              margin: 0;
              letter-spacing: -1.5px;
              line-height: 1.15;
              font-family: 'Inter', sans-serif !important;
              text-rendering: optimizeLegibility;
            }

/* ===== ULTRA-PREMIUM MOBILE SERVICES SECTION ===== */
.ventura-mobile-premium {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 25%, #1a1a1a 75%, #000000 100%);
  color: #ffffff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ventura-mobile-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.015) 0%, transparent 40%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.005) 50%, transparent 100%);
  z-index: 1;
}

.ventura-premium-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Ultra-Premium Header */
.ventura-premium-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.ventura-premium-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #000000;
  padding: 6px 24px;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
  font-family: 'Inter', sans-serif;
}

.ventura-premium-title {
  font-size: 2.8rem;
  font-weight: 200;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -1.5px;
  line-height: 1.1;
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility;
}

.ventura-premium-subtitle {
  font-size: 1.4rem;
  font-weight: 300;
  color: #e0e0e0;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
}

.ventura-premium-description {
  font-size: 1rem;
  color: #b0b0b0;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  max-width: 700px;
  letter-spacing: 0.2px;
}

/* Ultra-Premium Content */
.ventura-premium-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Premium Sections */
.ventura-premium-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}

.ventura-premium-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding: 48px 40px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.ventura-premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
  transition: height 0.4s ease;
}

.ventura-premium-card:hover::before {
  height: 100%;
}

.ventura-premium-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ventura-premium-card-number {
  font-size: 2.2rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Inter', sans-serif;
  letter-spacing: -1px;
  flex-shrink: 0;
  line-height: 1;
}

.ventura-premium-card-content {
  flex: 1;
}

.ventura-premium-card-label {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
}

.ventura-premium-card-text {
  font-size: 0.9rem;
  color: #c0c0c0;
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.1px;
}

/* Premium Benefits */
.ventura-premium-benefits {
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  padding: 56px 48px;
  text-align: center;
  position: relative;
}

.ventura-premium-benefits::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}

.ventura-premium-benefits-header {
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 40px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ventura-premium-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.ventura-premium-benefit {
  font-size: 0.9rem;
  color: #d0d0d0;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  transition: all 0.3s ease;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
}

.ventura-premium-benefit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.ventura-premium-benefit:hover::before {
  width: 100%;
}

.ventura-premium-benefit:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Ultra-Premium Responsive Design */
@media (max-width: 768px) {
  .ventura-mobile-premium {
    padding: 100px 0;
  }
  
  .ventura-premium-title {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  
  .ventura-premium-subtitle {
    font-size: 1.2rem;
  }
  
  .ventura-premium-sections {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .ventura-premium-card {
    padding: 40px 32px;
    gap: 24px;
  }
  
  .ventura-premium-benefits {
    padding: 48px 32px;
  }
  
  .ventura-premium-benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .ventura-mobile-premium {
    padding: 80px 0;
  }
  
  .ventura-premium-title {
    font-size: 1.8rem;
  }
  
  .ventura-premium-card {
    padding: 32px 24px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .ventura-premium-card-number {
    font-size: 1.8rem;
  }
  
  .ventura-premium-benefits {
    padding: 40px 24px;
  }
  
  .ventura-premium-benefit {
    padding: 16px 20px;
  }
}

    /* === ECO PREMIUM SECTION (isolation via .eco-premium prefix) === */
.eco-premium {
  --eco-green-1: #059669;
  --eco-green-2: #10b981;
  --eco-bg: #f0fdf4;
  --eco-border: #d1fae5;
  font-family: 'Inter', sans-serif;
  background: var(--eco-bg);
  padding: 90px 0;
  position: relative;
}

.eco-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 25%, rgba(16,185,129,.15) 0%, transparent 60%);
  pointer-events: none;
}

/* ---------- header ---------- */
.eco-premium__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.eco-premium__badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--eco-green-1), var(--eco-green-2));
  color: #fff;
  padding: 8px 22px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(5,150,105,.3);
}

.eco-premium__title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #065f46;
  margin: 22px 0 18px;
  line-height: 1.25;
}

.eco-premium__subtitle {
  font-size: 1.1rem;
  color: #475569;
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---------- grid ---------- */
.eco-premium__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
}

/* ---------- card ---------- */
.eco-premium__card {
  position: relative;
  padding: 38px 30px;
  background: #fff;
  border: 2px solid var(--eco-border);
  border-radius: 18px;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  overflow: hidden;
}

.eco-premium__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--eco-green-1), var(--eco-green-2));
  opacity: 0;
  transition: opacity .35s ease;
}

.eco-premium__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0,0,0,.12);
  border-color: transparent;
}

.eco-premium__card:hover::before { opacity: .08; }

.eco-premium__card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 12px;
}

.eco-premium__card-text {
  font-size: .95rem;
  color: #475569;
  line-height: 1.6;
}

/* ---------- responsiveness ---------- */
@media (max-width: 768px){
  .eco-premium { padding: 70px 0; }
  .eco-premium__title { font-size: 2rem; }
}

@media (max-width: 480px){
  .eco-premium__title { font-size: 1.7rem; }
}


    /* ===== ULTRA-PREMIUM AUTO GLASS SERVICES SECTION ===== */
.ventura-services-premium {
  background: linear-gradient(135deg, #fafbfc 0%, #f8f9fa 50%, #f1f3f4 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ventura-services-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.01) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.008) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.005) 50%, transparent 100%);
  z-index: 1;
}

.ventura-services-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Ultra-Premium Header */
.ventura-services-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.ventura-services-header::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #000000, transparent);
}

.ventura-services-title {
  font-size: 2.6rem;
  font-weight: 200;
  color: #000000;
  margin: 0 0 32px 0;
  letter-spacing: -1.2px;
  line-height: 1.15;
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ventura-services-description {
  font-size: 1.1rem;
  color: #4a4a4a;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  max-width: 800px;
  letter-spacing: 0.1px;
}

/* Premium Services Grid */
.ventura-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

/* Ultra-Premium Service Cards */
.ventura-service-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 48px 40px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.ventura-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: height 0.4s ease;
}

.ventura-service-card:hover::before {
  height: 100%;
}

.ventura-service-card:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Service Number */
.ventura-service-number {
  font-size: 2rem;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.2);
  font-family: 'Inter', sans-serif;
  letter-spacing: -1px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 4px;
}

/* Service Content */
.ventura-service-content {
  flex: 1;
}

.ventura-service-title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

.ventura-service-description {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 28px 0;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.1px;
}

/* Service Includes */
.ventura-service-includes {
  position: relative;
}

.ventura-includes-header {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ventura-includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ventura-includes-list li {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 12px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.1px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.ventura-includes-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 1px;
  background: #000000;
}

.ventura-includes-list li:last-child {
  margin-bottom: 0;
}

/* Ultra-Premium Responsive Design */
@media (max-width: 1024px) {
  .ventura-services-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .ventura-services-premium {
    padding: 100px 0;
  }
  
  .ventura-services-title {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  
  .ventura-service-card {
    padding: 40px 32px;
    gap: 24px;
  }
  
  .ventura-service-number {
    font-size: 1.8rem;
  }
  
  .ventura-service-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .ventura-services-premium {
    padding: 80px 0;
  }
  
  .ventura-services-title {
    font-size: 1.8rem;
  }
  
  .ventura-service-card {
    padding: 32px 24px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .ventura-service-number {
    font-size: 1.6rem;
    margin-top: 0;
  }
  
  .ventura-service-title {
    font-size: 1.1rem;
  }
  
  .ventura-service-description {
    font-size: 0.9rem;
  }
  
  .ventura-includes-list li {
    font-size: 0.85rem;
  }
}

/* Premium Loading Animations */
.ventura-service-card {
  animation: ventura-slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.ventura-service-card:nth-child(1) { animation-delay: 0.1s; }
.ventura-service-card:nth-child(2) { animation-delay: 0.2s; }
.ventura-service-card:nth-child(3) { animation-delay: 0.3s; }
.ventura-service-card:nth-child(4) { animation-delay: 0.4s; }
.ventura-service-card:nth-child(5) { animation-delay: 0.5s; }

@keyframes ventura-slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ===== PREMIUM AREAS SECTION ===== */
.areas-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e6f0 100%);
  padding: 100px 0;
  position: relative;
  font-family: 'Inter', sans-serif;
}

.areas-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.areas-section .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.areas-section .section-header h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 20px;
}

.areas-section .section-header p {
  font-size: 1.25rem;
  color: #555555;
  margin: 0 auto;
  max-width: 700px;
}

.areas-section .areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.areas-section .area-card {
  position: relative;
  background: #111111;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  border: 1px solid #222222;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #f0f0f0;
}

.areas-section .area-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  transform: translateY(-6px);
  border-color: #444444;
}

.areas-section .area-card .area-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #000000, #222222);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #f0f0f0;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.areas-section .area-card:hover .area-icon {
  background: linear-gradient(135deg, #222222, #444444);
}

.areas-section .area-card .area-icon i {
  color: #f0f0f0;
}

.areas-section .area-card .area-info {
  color: #f0f0f0;
}

.areas-section .area-card .area-info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.areas-section .area-card .area-info p {
  font-size: 1rem;
  color: #bbbbbb;
  margin: 0;
}

@media (max-width: 768px) {
  .areas-section .areas-grid {
    grid-template-columns: 1fr;
  }
}



    /* ===== PREMIUM AREAS SECTION ===== */
.areas-section-premium {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.areas-section-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
  z-index: 1;
}

.areas-section-premium .container {
  position: relative;
  z-index: 2;
}

/* Enhanced Header */
.areas-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.areas-header::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 2px;
}

.header-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1e293b, #334155);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(30, 41, 59, 0.3);
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
  line-height: 1.1;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  line-height: 1.7;
  /*margin: 0;*/
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

/* Premium Grid */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.area-card.wide {
  grid-column: span 2;
}

/* Premium Card Design */
.area-card {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.area-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(59, 130, 246, 0.05) 0%, 
    rgba(139, 92, 246, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.area-card:hover .area-background {
  opacity: 1;
}

.area-content {
  position: relative;
  z-index: 2;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.area-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(59, 130, 246, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: rgba(59, 130, 246, 0.2);
}

/* Featured Card */
.area-card.featured {
  background: linear-gradient(135deg, 
    rgba(59, 130, 246, 0.1) 0%, 
    rgba(139, 92, 246, 0.05) 100%);
  border: 2px solid rgba(59, 130, 246, 0.2);
}

.area-card.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  z-index: 3;
}

/* Premium Icons */
.area-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.area-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  transition: left 0.4s ease;
}

.area-icon i {
  font-size: 1.75rem;
  /*color: #64748b;*/
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.area-card:hover .area-icon::before {
  left: 0;
}

.area-card:hover .area-icon i {
  color: #ffffff;
  transform: scale(1.1);
}

/* Area Information */
.area-info {
  flex: 1;
}

.area-info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.area-info p {
  font-size: 1rem;
  color: #64748b;
  margin: 0 0 12px 0;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.3s ease;
}

.area-badge,
.area-time {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.area-badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #ffffff;
}

.area-time {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.area-card:hover .area-info h3 {
  color: #1e293b;
}

.area-card:hover .area-info p {
  color: #475569;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .area-card.wide {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .areas-section-premium {
    padding: 80px 0;
  }
  
  .section-title {
    font-size: 2.25rem;
  }
  
  .areas-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .area-content {
    padding: 28px 24px;
    gap: 20px;
  }
  
  .area-icon {
    width: 56px;
    height: 56px;
  }
  
  .area-icon i {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .area-content {
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .area-info h3 {
    font-size: 1.25rem;
  }
}

/* Loading Animations */
.area-card {
  animation: slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.area-card:nth-child(1) { animation-delay: 0.1s; }
.area-card:nth-child(2) { animation-delay: 0.2s; }
.area-card:nth-child(3) { animation-delay: 0.3s; }
.area-card:nth-child(4) { animation-delay: 0.4s; }
.area-card:nth-child(5) { animation-delay: 0.5s; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.areas-grid-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.area-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  color: #1e293b;
}

.area-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-6px);
  color: #2563eb;
}

.area-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: background 0.3s ease;
}

.area-card:hover .area-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.area-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  transition: color 0.3s ease;
}

.area-info p {
  font-size: 1rem;
  margin: 0;
  color: #475569;
  transition: color 0.3s ease;
}

.area-card:hover .area-info h3 {
  color: #2563eb;
}

.area-card:hover .area-info p {
  color: #1e293b;
}

@media (max-width: 768px) {
  .areas-grid-modern {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* ===== Fixed Service Categories Section - 5 Cards ===== */
.service-categories-section {
  background: #f9fafb;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.service-categories-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-bottom: 40px;
}

.category-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.category-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #4ade80, #16a34a);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: white;
  font-size: 2.5rem;
  transition: background 0.3s ease;
}

.category-card:hover .category-icon {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.category-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  line-height: 1.4;
}

.category-title a {
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}

.category-title a:hover {
  color: #16a34a;
  text-decoration: none;
}

.category-description {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  flex-grow: 1;
}

/* Highlight Card (ADAS) */
.category-highlight {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
}

.category-highlight .category-icon {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.category-highlight .category-title {
  color: white;
}

.category-highlight .category-title a {
  color: white;
}

.category-highlight .category-title a:hover {
  color: #dbeafe;
}

.category-highlight .category-description {
  color: #dbeafe;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .category-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .category-card {
    padding: 28px 24px;
  }
  
  .category-title {
    font-size: 1rem;
  }

  .category-description {
    font-size: 0.9rem;
  }
}

/* ===== ULTRA-PREMIUM BLACK THEME CTA SECTION ===== */
.ventura-cta-black {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #0a0a0a 100%);
  color: #ffffff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ventura-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.015) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.005) 50%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.ventura-cta-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Ultra-Premium Typography */
.ventura-cta-heading {
  font-size: 2.4rem;
  font-weight: 200;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -1.5px;
  line-height: 1.15;
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility;
}

.ventura-cta-subheading {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #e0e0e0;
  margin-top: 12px;
  letter-spacing: 0.5px;
}

.ventura-cta-text {
  font-size: 1.1rem;
  color: #b0b0b0;
  margin: 32px auto 48px auto;
  line-height: 1.7;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  max-width: 700px;
  letter-spacing: 0.2px;
}

.ventura-cta-text strong {
  color: #ffffff;
  font-weight: 500;
}

/* Premium Action Buttons */
.ventura-cta-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.ventura-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

.ventura-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.ventura-cta-btn:hover::before {
  left: 100%;
}

/* Primary Button */
.ventura-cta-btn--primary {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.ventura-cta-btn--primary:hover {
  background: #f0f0f0;
  color: #000000;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

/* Secondary Button */
.ventura-cta-btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.ventura-cta-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.ventura-cta-btn i {
  font-size: 1.1rem;
}

/* Premium Hashtags */
.ventura-cta-tags {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
  max-width: 600px;
  margin: 0 auto;
}

/* Ultra-Premium Responsive Design */
@media (max-width: 768px) {
  .ventura-cta-black {
    padding: 100px 0;
  }
  
  .ventura-cta-heading {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  
  .ventura-cta-subheading {
    font-size: 1.2rem;
  }
  
  .ventura-cta-text {
    font-size: 1rem;
  }
  
  .ventura-cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .ventura-cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .ventura-cta-black {
    padding: 80px 0;
  }
  
  .ventura-cta-heading {
    font-size: 1.8rem;
  }
  
  .ventura-cta-subheading {
    font-size: 1.1rem;
  }
  
  .ventura-cta-btn {
    padding: 16px 32px;
    font-size: 0.95rem;
  }
  
  .ventura-cta-tags {
    font-size: 0.8rem;
  }
}


    /* ===== ULTRA-PREMIUM WHITE THEME IMAGE GALLERY SECTION ===== */
.ventura-gallery-white {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  color: #000000;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ventura-gallery-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 15% 25%, rgba(0, 0, 0, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(0, 0, 0, 0.015) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

.ventura-gallery-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Ultra-Premium Header */
.ventura-gallery-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.ventura-gallery-header::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #000000, transparent);
}

.ventura-gallery-title {
  font-size: 2.8rem;
  font-weight: 200;
  color: #000000;
  margin: 0;
  letter-spacing: -1.5px;
  line-height: 1.15;
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility;
}

/* Premium Gallery Grid - 4 Images in 1 Row */
.ventura-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}

/* Gallery Items */
.ventura-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ventura-gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Image Container - Prevents Cropping */
.ventura-image-container {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #f1f5f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gallery Images - No Cropping */
.ventura-gallery-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.4s ease;
  filter: brightness(1) contrast(1.1);
}

.ventura-gallery-item:hover .ventura-gallery-image {
  transform: scale(1.05);
  filter: brightness(0.95) contrast(1.2);
}

/* Premium Image Overlay */
.ventura-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg, 
    transparent 0%, 
    rgba(0, 0, 0, 0.2) 60%, 
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  border-radius: 8px;
}

.ventura-overlay-content {
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.ventura-overlay-text {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

/* Ultra-Premium Responsive Design */
@media (max-width: 1200px) {
  .ventura-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .ventura-image-container {
    height: 240px;
  }
}

@media (max-width: 1024px) {
  .ventura-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .ventura-image-container {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .ventura-gallery-white {
    padding: 100px 0;
  }
  
  .ventura-gallery-title {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  
  .ventura-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .ventura-image-container {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .ventura-gallery-white {
    padding: 80px 0;
  }
  
  .ventura-gallery-title {
    font-size: 1.8rem;
  }
  
  .ventura-gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .ventura-image-container {
    height: 250px;
  }
  
  .ventura-overlay-text {
    font-size: 0.9rem;
  }
}

/* Premium Loading Animations */
.ventura-gallery-item {
  animation: ventura-fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.ventura-gallery-item:nth-child(1) { animation-delay: 0.1s; }
.ventura-gallery-item:nth-child(2) { animation-delay: 0.2s; }
.ventura-gallery-item:nth-child(3) { animation-delay: 0.3s; }
.ventura-gallery-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes ventura-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


      /* ===== GLOBAL STYLES ===== */
:root {
  --primary-color: #2a5298;
  --secondary-color: #1e3c72;
  --accent-color: #ffd700;
  --success-color: #28a745;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-bg: #f8f9fa;
  --white: #ffffff;
  --text-dark: #333333;
  --text-muted: #6c757d;
  --border-radius: 10px;
  --box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ===== HERO SECTION ===== */
/* ===== MINIMAL HERO SECTION ===== */
.hero-minimal {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-minimal::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

/* Hero Tag */
.hero-tag {
  display: inline-block;
  background: #1e293b;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
}

/* Hero Heading */
.hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1e293b;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.text-accent {
  color: #3b82f6;
}

/* Hero Description */
.hero-description {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 480px;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  padding: 24px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.875rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hero Actions */
.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn-primary {
  background: #1e293b;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border: 2px solid #1e293b;
}

.btn-primary:hover {
  background: #334155;
  border-color: #334155;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: #1e293b;
  padding: 14px 28px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #1e293b;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Hero Image */
.hero-image {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

.main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.image-badge {
  position: absolute;
  top: 60px;
  left: 20px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e293b;
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-minimal::before {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
  
  .hero-heading {
    font-size: 2.5rem;
  }
  
  .hero-stats {
    justify-content: space-around;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-primary,
  .btn-secondary {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding: 20px 0;
    text-align: center;
  }
  
  .hero-heading {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-stats {
    gap: 20px;
  }
  
  .stat-number {
    font-size: 1.25rem;
  }
  
  .main-image {
    height: 300px;
  }
  
  .image-badge {
    top: 40px;
    left: 15px;
  }
}

@media (max-width: 576px) {
  .hero-heading {
    font-size: 1.75rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .stat-item {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
}

/* ===== WHY CHOOSE US SECTION ===== */
/* ===== ENHANCED SLEEK FEATURES SECTION ===== */
.features-sleek {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Background Effects */
.features-sleek::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
  z-index: 1;
}

.features-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Enhanced Section Intro */
.section-intro {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.section-intro::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 2px;
}

.intro-badge {
  display: inline-block;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.3);
  position: relative;
  overflow: hidden;
}

.intro-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.intro-badge:hover::before {
  left: 100%;
}

.intro-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.8px;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}

/* Enhanced Features Container */
.features-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-row {
  display: flex;
  gap: 20px;
  border-bottom: none;
}

.feature-row:last-child {
  border-bottom: none;
}

/* Enhanced Feature Block with Depth */
.feature-block {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 32px 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 2px solid #f1f5f9;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Accent line on top */
.feature-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  border-radius: 16px 16px 0 0;
}

.feature-block:hover::before {
  transform: scaleX(1);
}

/* Subtle background glow */
.feature-block::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-block:hover::after {
  opacity: 1;
}

.feature-block:hover {
  background: #ffffff;
  border-color: #e2e8f0;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 8px 16px rgba(59, 130, 246, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Enhanced Feature Number */
.feature-number {
  font-size: 1.75rem;
  font-weight: 300;
  color: #cbd5e1;
  margin-right: 24px;
  min-width: 50px;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.feature-number::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #3b82f6;
  transition: width 0.3s ease;
}

.feature-block:hover .feature-number {
  color: #3b82f6;
  transform: scale(1.1);
}

.feature-block:hover .feature-number::after {
  width: 100%;
}

/* Enhanced Feature Info with Better Readability */
.feature-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
  transition: color 0.3s ease;
}

.feature-block:hover .feature-info h3 {
  color: #1e293b;
}

.feature-info p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  transition: color 0.3s ease;
}

.feature-block:hover .feature-info p {
  color: #475569;
}

/* Enhanced Responsive Design */
@media (max-width: 768px) {
  .features-sleek {
    padding: 80px 0;
  }
  
  .section-intro {
    margin-bottom: 60px;
  }
  
  .intro-title {
    font-size: 2rem;
  }
  
  .features-container {
    padding: 16px;
    gap: 16px;
  }
  
  .feature-row {
    flex-direction: column;
    gap: 16px;
  }
  
  .feature-block {
    padding: 28px 24px;
  }
  
  .feature-number {
    margin-right: 20px;
    min-width: 45px;
    font-size: 1.5rem;
  }
  
  .feature-info h3 {
    font-size: 1.125rem;
  }
  
  .feature-info p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .features-sleek {
    padding: 60px 0;
  }
  
  .intro-title {
    font-size: 1.75rem;
  }
  
  .features-container {
    padding: 12px;
  }
  
  .feature-block {
    padding: 24px 20px;
  }
  
  .feature-number {
    font-size: 1.25rem;
    margin-right: 16px;
  }
  
  .feature-info h3 {
    font-size: 1rem;
  }
  
  .feature-info p {
    font-size: 0.875rem;
  }
}

/* Animations */
.feature-block {
  animation: slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.feature-row:nth-child(1) .feature-block:nth-child(1) { animation-delay: 0.1s; }
.feature-row:nth-child(1) .feature-block:nth-child(2) { animation-delay: 0.2s; }
.feature-row:nth-child(2) .feature-block:nth-child(1) { animation-delay: 0.3s; }
.feature-row:nth-child(2) .feature-block:nth-child(2) { animation-delay: 0.4s; }
.feature-row:nth-child(3) .feature-block:nth-child(1) { animation-delay: 0.5s; }
.feature-row:nth-child(3) .feature-block:nth-child(2) { animation-delay: 0.6s; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ===== TESTIMONIALS SECTION ===== */
/* ===== MINIMAL TESTIMONIALS SECTION ===== */
.testimonial-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-content {
  padding: 48px 36px;
  border: 2px solid rgba(59, 130, 246, 0.1);
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(248, 250, 252, 0.8) 100%);
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.testimonial-content:hover {
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
    0 32px 64px rgba(59, 130, 246, 0.2),
    0 16px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.testimonial-item:hover {
  background: rgba(240, 249, 255, 0.9);
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 
    0 24px 48px rgba(59, 130, 246, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}


/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.header-badge {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #000000;
  margin: 0;
  letter-spacing: -0.5px;
}

/* Testimonials Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

/* Testimonial Item */
.testimonial-item {
  position: relative;
}

.testimonial-content {
  padding: 40px 32px;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-content:hover {
  border-color: #e0e0e0;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* Rating */
.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.rating-stars {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 1px;
}

.rating-score {
  font-size: 0.875rem;
  color: #666666;
  font-weight: 500;
}

/* Quote */
.testimonial-content blockquote {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 24px 0;
  flex-grow: 1;
  font-style: italic;
  position: relative;
}

.testimonial-content blockquote::before {
  content: '"';
  font-size: 3rem;
  color: #f0f0f0;
  position: absolute;
  top: -10px;
  left: -10px;
  font-family: serif;
  line-height: 1;
}

/* Author */
.author {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonials-minimal {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .testimonial-content {
    padding: 32px 24px;
  }
}

@media (max-width: 576px) {
  .testimonial-content {
    padding: 24px 20px;
  }
  
  .testimonial-content blockquote {
    font-size: 0.95rem;
  }
}


/* ===== MOBILE SERVICES SECTION ===== */
/*harsh*/

/* ===== MINIMAL ECO-FRIENDLY SECTION ===== */
.eco-section-minimal {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.eco-section-minimal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.eco-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.header-badge {
  display: inline-block;
  background: linear-gradient(135deg, #059669, #10b981);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.6;
  /*margin: 0;*/
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Eco Content */
.eco-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Eco Grid */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

/* Eco Item */
.eco-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 20px;
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
  position: relative;
}

.eco-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #059669, #10b981);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 12px 12px 0 0;
}

.eco-item:hover::before {
  transform: scaleX(1);
}

.eco-item:hover {
  border-color: #e2e8f0;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Eco Icon */
.eco-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.eco-icon i {
  font-size: 1.5rem;
  color: #059669;
  transition: all 0.3s ease;
}

.eco-item:hover .eco-icon {
  background: linear-gradient(135deg, #059669, #10b981);
  transform: scale(1.1);
}

.eco-item:hover .eco-icon i {
  color: #ffffff;
}

/* Eco Info */
.eco-info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.eco-info p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.eco-item:hover .eco-info h3 {
  color: #1e293b;
}

.eco-item:hover .eco-info p {
  color: #475569;
}

/* Eco Description */
.eco-description {
  text-align: center;
  padding: 32px 24px;
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border: 2px solid #d1fae5;
  border-radius: 16px;
  position: relative;
}

.eco-description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #059669, #10b981);
  border-radius: 16px 16px 0 0;
}

.eco-description p {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .eco-section-minimal {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .eco-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .eco-item {
    padding: 20px 16px;
  }
  
  .eco-content {
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .eco-item {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .eco-icon {
    width: 50px;
    height: 50px;
  }
  
  .eco-icon i {
    font-size: 1.25rem;
  }
  
  .eco-description {
    padding: 24px 20px;
  }
  
  .eco-description p {
    font-size: 1rem;
  }
}

/* Animations */
.eco-item {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.eco-item:nth-child(1) { animation-delay: 0.1s; }
.eco-item:nth-child(2) { animation-delay: 0.2s; }
.eco-item:nth-child(3) { animation-delay: 0.3s; }
.eco-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ===== ULTRA MODERN SERVICES SECTION ===== */
.services-minimal {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.8) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.header-badge {
  display: inline-block;
  background: linear-gradient(135deg, #000000, #1a1a1a);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: default;
}

.header-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.header-badge:hover::before {
  left: 100%;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px 0;
  letter-spacing: -0.8px;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #475569;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 36px;
  margin-top: 20px;
}

/* Service Item */
.service-item {
  padding: 40px 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8, #7c3aed);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  border-radius: 24px 24px 0 0;
  z-index: 2;
}

.service-item:hover::before {
  transform: scaleX(1);
}

.service-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 32px 64px rgba(59, 130, 246, 0.2), 0 16px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: translateY(-12px) scale(1.03);
  z-index: 10;
}

/* Service Header */
.service-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
}

.service-number {
  font-size: 1.75rem;
  font-weight: 300;
  color: #94a3b8;
  min-width: 50px;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.service-item:hover .service-number {
  color: #3b82f6;
  transform: scale(1.1);
}

.service-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.service-item:hover .service-title {
  color: #1e293b;
}

/* Service Description */
.service-description {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 28px;
  font-weight: 500;
  transition: color 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.service-item:hover .service-description {
  color: #334155;
}

/* Service Features - COMPLETELY FIXED */
.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  position: relative;
  z-index: 5;
}

.feature-tag {
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  color: #475569;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  position: relative;
  font-family: 'Inter', sans-serif;
  /* Removed overflow: hidden and pseudo-element approach */
}

/* Fixed: Simple direct background change on hover */
.service-item:hover .feature-tag {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
  border-color: #3b82f6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-minimal {
    padding: 80px 0;
  }
  
  .section-header {
    margin-bottom: 60px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  
  .service-item {
    padding: 36px 28px;
  }
  
  .service-header {
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .services-minimal {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .service-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .service-number {
    min-width: auto;
    font-size: 1.25rem;
  }
  
  .service-title {
    font-size: 1.125rem;
  }
  
  .service-description {
    font-size: 0.95rem;
  }
  
  .feature-tag {
    font-size: 0.85rem;
    padding: 8px 16px;
  }
}

/* Animations */
.feature-tag {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.feature-tag:nth-child(1) { animation-delay: 0.1s; }
.feature-tag:nth-child(2) { animation-delay: 0.2s; }
.feature-tag:nth-child(3) { animation-delay: 0.3s; }
.feature-tag:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-item {
  animation: slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.service-item:nth-child(1) { animation-delay: 0.1s; }
.service-item:nth-child(2) { animation-delay: 0.2s; }
.service-item:nth-child(3) { animation-delay: 0.3s; }
.service-item:nth-child(4) { animation-delay: 0.4s; }
.service-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ===== MINIMAL CTA SECTION ===== */
.cta-section-minimal {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cta-section-minimal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
  z-index: 1;
}

.cta-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Section Header */
.section-header {
  margin-bottom: 50px;
}

.cta-header-badge {
  display: inline-block;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: #ffffff;*/
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}

.section-subtitle {
  font-size: 1.2rem;
  /*color: rgba(255, 255, 255, 0.8);*/
  text-align: center !important;
  /*margin: 0;*/
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

/* CTA Actions */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.btn-primary-cta {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
  border: 2px solid transparent;
}

.btn-primary-cta:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.btn-secondary-cta {
  background: transparent;
  color: #ffffff;
  padding: 16px 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.btn-secondary-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* CTA Features */
.cta-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-item {
  position: relative;
  padding: 8px 0;
}

.feature-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
}

.feature-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3b82f6;
  transition: width 0.3s ease;
}

.feature-item:hover .feature-text {
  color: #ffffff;
}

.feature-item:hover .feature-text::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta-section-minimal {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-primary-cta,
  .btn-secondary-cta {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .cta-features {
    flex-direction: column;
    gap: 15px;
    align-items: center

/* ===== MINIMAL AREAS SECTION ===== */
.areas-section-minimal {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.areas-section-minimal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.areas-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.header-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1e293b, #334155);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(30, 41, 59, 0.3);
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.6;
  /*margin: 0;*/
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Areas Grid */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

/* Area Item */
.area-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  background: #ffffff;
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.area-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.area-item:hover::before {
  transform: scaleX(1);
}

.area-item:hover {
  border-color: #e2e8f0;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

/* Area Icon */
.area-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.area-icon i {
  font-size: 1.25rem;
  /*color: #64748b;*/
  transition: all 0.3s ease;
}

.area-item:hover .area-icon {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  transform: scale(1.1);
}

.area-item:hover .area-icon i {
  color: #ffffff;
}

/* Area Info */
.area-info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 4px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.area-info p {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.area-item:hover .area-info h3 {
  color: #1e293b;
}

.area-item:hover .area-info p {
  color: #475569;
}

/* Responsive Design */
@media (max-width: 768px) {
  .areas-section-minimal {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .areas-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .area-item {
    padding: 20px 16px;
  }
}

@media (max-width: 576px) {
  .area-item {
    gap: 12px;
  }
  
  .area-icon {
    width: 40px;
    height: 40px;
  }
  
  .area-icon i {
    font-size: 1rem;
  }
  
  .area-info h3 {
    font-size: 1rem;
  }
  
  .area-info p {
    font-size: 0.8rem;
  }
}

/* Animations */
.area-item {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.area-item:nth-child(1) { animation-delay: 0.1s; }
.area-item:nth-child(2) { animation-delay: 0.2s; }
.area-item:nth-child(3) { animation-delay: 0.3s; }
.area-item:nth-child(4) { animation-delay: 0.4s; }
.area-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== FAQ SECTION ===== */
/* ===== ULTRA-PREMIUM FAQ ENHANCEMENTS ===== */
/* These classes enhance Bootstrap without breaking functionality */

.ventura-faq-premium-overlay {
  background: linear-gradient(135deg, #fafbfc 0%, #f8f9fa 50%, #f1f3f4 100%) !important;
  position: relative;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ventura-faq-premium-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.01) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.008) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.ventura-faq-premium-overlay .container {
  position: relative;
  z-index: 2;
}

/* Enhanced Header */
.ventura-faq-header-enhanced {
  position: relative;
}

.ventura-faq-header-enhanced::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #000000, transparent);
}

.ventura-faq-title-premium {
  font-weight: 200 !important;
  letter-spacing: -1.5px;
  text-rendering: optimizeLegibility;
  color: #000000 !important;
}

.ventura-faq-subtitle-premium {
  font-size: 1.1rem;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-top: 20px;
}

/* Enhanced Accordion */
.ventura-accordion-premium {
  --bs-accordion-border-width: 0;
}

.ventura-accordion-item-premium {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  position: relative;
  overflow: hidden;
}

.ventura-accordion-item-premium:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
}

/* Enhanced Accordion Button */
.ventura-accordion-button-premium {
  background: transparent !important;
  border: none !important;
  padding: 32px 40px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.2px;
  line-height: 1.4;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.ventura-accordion-button-premium:not(.collapsed) {
  background: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}

.ventura-accordion-button-premium:focus {
  box-shadow: none !important;
  border: none !important;
}

.ventura-accordion-button-premium::after {
  display: none !important;
}

.ventura-accordion-button-premium::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 0.3s ease;
}

.ventura-accordion-button-premium:not(.collapsed)::before {
  width: 100%;
}

/* Question Text */
.ventura-question-text-premium {
  flex: 1;
  padding-right: 20px;
}

/* Custom Premium Icon */
.ventura-custom-icon-premium {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.ventura-icon-line-h,
.ventura-icon-line-v {
  position: absolute;
  background: #000000;
  transition: all 0.3s ease;
}

.ventura-icon-line-h {
  width: 16px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ventura-icon-line-v {
  width: 1px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ventura-accordion-button-premium:not(.collapsed) .ventura-icon-line-v {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* Enhanced Accordion Body */
.ventura-accordion-body-premium {
  padding: 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ventura-answer-content-premium {
  padding: 24px 40px 32px 40px;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.1px;
}

/* Enhanced Responsive Design */
@media (max-width: 768px) {
  .ventura-faq-title-premium {
    font-size: 2.2rem !important;
    letter-spacing: -1px;
  }
  
  .ventura-accordion-button-premium {
    padding: 28px 24px !important;
    font-size: 1.1rem !important;
  }
  
  .ventura-answer-content-premium {
    padding: 20px 24px 28px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .ventura-faq-title-premium {
    font-size: 1.8rem !important;
  }
  
  .ventura-accordion-button-premium {
    padding: 24px 20px !important;
    font-size: 1rem !important;
  }
  
  .ventura-answer-content-premium {
    padding: 16px 20px 24px 20px;
  }
}

/* Premium Loading Animations */
.ventura-accordion-item-premium {
  animation: ventura-fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.ventura-accordion-item-premium:nth-child(1) { animation-delay: 0.1s; }
.ventura-accordion-item-premium:nth-child(2) { animation-delay: 0.2s; }
.ventura-accordion-item-premium:nth-child(3) { animation-delay: 0.3s; }
.ventura-accordion-item-premium:nth-child(4) { animation-delay: 0.4s; }

@keyframes ventura-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ===== MAP SECTION ===== */
.map-section {
  background: var(--light-bg);
}

.map-container {
  position: relative;
  overflow: hidden;
}

.map-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 49%, rgba(42, 82, 152, 0.1) 50%, transparent 51%);
  z-index: 1;
  pointer-events: none;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  background: var(--white);
}

.contact-info {
  padding: 20px 0;
}

.contact-item {
  font-size: 1.1rem;
  line-height: 1.8;
}

.contact-item strong {
  color: var(--primary-color);
  min-width: 120px;
  display: inline-block;
}

.contact-item a {
  color: var(--primary-color);
  transition: var(--transition);
}

.contact-item a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.contact-form-container {
  background: var(--light-bg);
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 60px 0;
  }
  
  .display-4 {
    font-size: 2rem;
  }
  
  .display-5 {
    font-size: 1.8rem;
  }
  
  .cta-buttons .btn {
    padding: 12px 25px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  
  .feature-badge {
    margin-bottom: 15px;
  }
  
  .service-card {
    margin-bottom: 20px;
  }
  
  .testimonial-card {
    margin-bottom: 20px;
  }
  
  .number-one-icon i {
    font-size: 4rem !important;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 40px 0;
  }
  
  .display-4 {
    font-size: 1.5rem;
  }
  
  .display-5 {
    font-size: 1.4rem;
  }
  
  .lead {
    font-size: 1rem;
  }
  
  .feature-card,
  .service-card,
  .testimonial-card {
    padding: 20px !important;
  }
  
  .service-icon i {
    font-size: 2rem !important;
  }
  
  .contact-form-container {
    padding: 20px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* ===== UTILITY CLASSES ===== */
.text-gradient {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shadow-lg {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.border-radius-lg {
  border-radius: 15px !important;
}

/* ===== FORM STYLING ===== */
.form-control {
  border-radius: var(--border-radius);
  border: 2px solid #e9ecef;
  padding: 12px 15px;
  transition: var(--transition);
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(42, 82, 152, 0.25);
}

.btn-primary {
  background: var(--primary-color);
  border: none;
  padding: 12px 30px;
  border-radius: var(--border-radius);
  font-weight: 600;
  transition: var(--transition);
}

.btn-primary:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 82, 152, 0.3);
}

/* ===== CALLING BUTTON ===== */
.calling-btn {
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.calling-btn:hover {
  background: #e6c200;
  color: var(--text-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

/* ===== LOADING ANIMATIONS ===== */
.loading {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ===== SCROLL ANIMATIONS ===== */
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.scroll-animate.active {
  opacity: 1;
  transform: translateY(0);
}
