@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================================
   1. Typography & Global Overrides
   ========================================================================== */
body {
  font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif !important;
  background-color: #030712 !important; /* Premium Slate 950 background */
  color: #f3f4f6 !important;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   2. Sticky/Overlay Navbar Overrides
   ========================================================================== */
nav {
  background: #030712 !important; /* Solid premium dark slate for subpages to prevent grey/white bleeding */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

nav a {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 500 !important;
  color: #cbd5e1 !important; /* Lighter silver/slate */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 9999px !important;
}

nav a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

/* Active Nav link override */
nav a.text-blue-900.bg-blue-50 {
  color: #06b6d4 !important; /* Cyan active */
  background: rgba(6, 182, 212, 0.1) !important;
  border: 1px solid rgba(6, 182, 212, 0.2) !important;
}

/* Transparent navbar for home page (overlaying the hero section) */
nav.transparent-nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  z-index: 50 !important;
}

/* Remove active state background and border on transparent nav */
nav.transparent-nav a.text-blue-900.bg-blue-50 {
  color: #06b6d4 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

nav.transparent-nav a {
  color: #cbd5e1 !important; /* Lighter silver/slate */
}

nav.transparent-nav a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Navbar CTA button */
nav a.bg-blue-900 {
  background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  padding: 10px 24px !important;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.25) !important;
  border: none !important;
}

nav a.bg-blue-900:hover {
  background: linear-gradient(135deg, #1d4ed8, #0891b2) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(6, 182, 212, 0.35) !important;
}

/* Mobile Navbar toggle */
nav button {
  color: #94a3b8 !important;
}

/* ==========================================================================
   3. Custom Logo Styles (PI Icon & Split Color Text)
   ========================================================================== */
.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-pi-icon {
  width: 42px;
  height: 42px;
  background: #0084ff !important;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 132, 255, 0.4);
  flex-shrink: 0;
}

.logo-pi-text-wrapper {
  display: flex;
  flex-direction: column;
}

.logo-brand-main {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  color: #ffffff !important;
  letter-spacing: -0.02em;
}

.logo-brand-main span.cyan-text {
  color: #06b6d4 !important; /* "Infoways" in Cyan */
  background: linear-gradient(135deg, #38bdf8, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-brand-sub {
  font-size: 9px !important;
  color: #64748b !important;
  letter-spacing: 0.15em !important;
  font-weight: 600 !important;
}

/* ==========================================================================
   4. Hero Section - Premium Design & Grid Background
   ========================================================================== */
/* Hide default hero background images & colored overlays */
section.relative.h-\[90vh\] img,
section.relative.h-\[90vh\] .bg-blue-900\/70,
section.relative.h-\[90vh\] .bg-gradient-to-t {
  display: none !important;
}

/* Container hero styles */
section.relative.h-\[90vh\] {
  height: 100vh !important;
  min-height: 800px;
  background-color: #030712 !important; /* Deep dark slate */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
  background-size: 45px 45px !important;
  background-position: center center !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-top: 160px !important; /* Add space to prevent overlap with transparent absolute nav */
}

section.relative.h-\[60vh\] {
  height: 60vh !important;
  min-height: 450px;
  background-color: #030712 !important; /* Deep dark slate */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
  background-size: 45px 45px !important;
  background-position: center center !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Glow Orbs in Background */
section.relative.h-\[90vh\]::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, rgba(6, 182, 212, 0) 70%);
  bottom: 10%;
  left: 5%;
  z-index: 1;
  pointer-events: none;
  filter: blur(40px);
}

section.relative.h-\[90vh\]::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0) 70%);
  top: 10%;
  right: 5%;
  z-index: 1;
  pointer-events: none;
  filter: blur(40px);
}

/* Hero Badge Pill */
.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(6, 182, 212, 0.25) !important;
  padding: 8px 18px !important;
  border-radius: 9999px !important;
  margin-bottom: 24px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #e2e8f0 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.05);
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #06b6d4;
  border-radius: 50%;
  box-shadow: 0 0 10px #06b6d4;
  display: inline-block;
}

/* Headline Overrides */
section.relative.h-\[90vh\] h1 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  color: #ffffff !important;
  max-w: 1100px !important;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight specific terms in the heading with Cyan */
section.relative.h-\[90vh\] h1 span.highlight-cyan {
  color: #06b6d4 !important;
  background: linear-gradient(135deg, #38bdf8 20%, #06b6d4 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Subheadline text */
section.relative.h-\[90vh\] p.font-light {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(1rem, 1.25vw, 1.35rem) !important;
  color: #94a3b8 !important; /* Cool Slate gray */
  line-height: 1.6 !important;
  max-w: 750px !important;
  margin-top: 1.5rem !important;
  font-weight: 400 !important;
}

/* Hero Action Buttons */
section.relative.h-\[90vh\] .flex-col.sm\:flex-row {
  margin-top: 2.5rem !important;
  gap: 16px !important;
}

/* Primary CTA Button (Request Consultation) */
section.relative.h-\[90vh\] a[href="/landing"] {
  background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 16px 36px !important;
  border-radius: 9999px !important;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: none !important;
}

section.relative.h-\[90vh\] a[href="/landing"]:hover {
  background: linear-gradient(135deg, #1d4ed8, #0891b2) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(6, 182, 212, 0.45) !important;
}

/* Secondary CTA Button (View Our Services) */
section.relative.h-\[90vh\] a[href="/services"] {
  background: rgba(15, 23, 42, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 16px 36px !important;
  border-radius: 9999px !important;
  backdrop-filter: blur(8px) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

section.relative.h-\[90vh\] a[href="/services"]:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   5. Trusted Section / Footer of Hero
   ========================================================================== */
.hero-trusted-section {
  width: 100%;
  max-w: 1200px;
  margin: 5rem auto 0 auto !important;
  padding-top: 2rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  text-align: center;
  position: relative;
  z-index: 10;
}

.hero-trusted-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #475569 !important; /* Cool dark silver */
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.hero-trusted-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.hero-trusted-pill {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  background: rgba(15, 23, 42, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 8px 18px !important;
  border-radius: 9999px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-trusted-pill:hover {
  color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, 0.3) !important;
  background: rgba(6, 182, 212, 0.05) !important;
  transform: translateY(-1px);
}

/* Particles/Dots decoration */
.hero-dot-decor {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: rgba(6, 182, 212, 0.4);
  border-radius: 50%;
  pointer-events: none;
}

.hero-dot-1 { top: 25%; left: 10%; box-shadow: 0 0 8px rgba(6, 182, 212, 0.8); }
.hero-dot-2 { top: 40%; right: 12%; box-shadow: 0 0 8px rgba(6, 182, 212, 0.8); }
.hero-dot-3 { bottom: 35%; left: 18%; }
.hero-dot-4 { bottom: 20%; right: 22%; }

/* ==========================================================================
   6. Custom About Us Section - Premium Design (Screenshot Match)
   ========================================================================== */
/* The parent section should have a clean white background, dark text */
.customized-about {
  background-color: #ffffff !important;
  color: #0f172a !important; /* Slate 900 for high readability */
  padding: 6rem 0 !important;
}

.about-grid-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 1024px) {
  .about-grid-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Left Column: Content */
.about-left-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.about-subheading-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-subheading-line {
  width: 16px;
  height: 2px;
  background-color: #2563eb; /* Primary blue color */
  display: inline-block;
}

.about-subheading-text {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-heading-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
  margin-bottom: 8px !important;
}

.about-heading-highlight {
  color: #0ea5e9 !important; /* Bright blue highlight Since 2004 */
}

.about-paragraph {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  color: #475569 !important; /* Slate 600 */
  line-height: 1.7 !important;
  margin: 0 !important;
}

.about-company-pill {
  background-color: #eff6ff; /* Very soft blue container */
  color: #1e40af;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
}

/* Button Learn More About Us */
.about-cta-button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  border: 1.5px solid #2563eb !important;
  color: #2563eb !important;
  background-color: transparent !important;
  padding: 12px 28px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  margin-top: 10px !important;
  cursor: pointer;
}

.about-cta-button:hover {
  background-color: #2563eb !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.about-cta-arrow {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.about-cta-button:hover .about-cta-arrow {
  transform: translateX(3px);
}

/* Right Column: Stats + Mission/Vision Grid */
.about-right-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 480px) {
  .about-stats-grid {
    grid-template-columns: 1fr;
  }
}

.about-stat-card {
  background: #f8fafc !important; /* Very light slate */
  border: 1.5px solid #f1f5f9 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.3s ease;
}

.about-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.05);
  border-color: #e2e8f0 !important;
}

.about-stat-number {
  font-family: 'Outfit', sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #0ea5e9 !important; /* Sky/Cyan-blue number */
  line-height: 1 !important;
}

.about-stat-label {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #64748b !important; /* Slate 500 label */
  line-height: 1.3 !important;
}

/* Mission & Vision stack */
.about-mission-vision-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 640px) {
  .about-mission-vision-container {
    grid-template-columns: 1fr;
  }
}

.about-mv-card {
  background: #f8fafc !important;
  border: 1.5px solid #f1f5f9 !important;
  border-radius: 20px !important;
  padding: 28px !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}

.about-mv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.05);
  border-color: #e2e8f0 !important;
}

.about-mv-icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: #eff6ff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb !important;
}

.about-mv-icon {
  width: 22px;
  height: 22px;
}

.about-mv-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.about-mv-text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ==========================================================================
   7. Custom Core Services Section - Premium Design
   ========================================================================== */
.customized-services {
  background-color: #ffffff !important;
  color: #0f172a !important;
  padding: 7rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Background soft decorative glows */
.customized-services::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, rgba(37, 99, 235, 0) 70%);
  top: -50px;
  left: -50px;
  pointer-events: none;
}

.customized-services::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.05) 0%, rgba(6, 182, 212, 0) 70%);
  bottom: -100px;
  right: -50px;
  pointer-events: none;
}

/* Services Badge Pill */
.services-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff !important;
  border: 1px solid rgba(37, 99, 235, 0.15) !important;
  color: #2563eb !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 16px !important;
}

/* Title Header customization */
.customized-services h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.25rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

.customized-services .w-20.h-1.bg-blue-600.mx-auto {
  width: 45px !important;
  height: 4px !important;
  border-radius: 9999px !important;
  background: linear-gradient(90deg, #2563eb, #06b6d4) !important;
  margin-bottom: 48px !important;
}

/* Grid Container */
.customized-services .grid {
  gap: 32px !important;
  position: relative;
  z-index: 10;
}

/* Individual Cards */
.customized-services .grid > div {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  box-shadow: 0 10px 30px rgba(148, 163, 184, 0.06) !important;
  border-radius: 24px !important;
  padding: 40px 36px !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Subtle top border highlights for cards to make them feel premium */
.customized-services .grid > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.customized-services .grid > div:nth-child(2)::before {
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
}

.customized-services .grid > div:nth-child(3)::before {
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

/* Card Hover States */
.customized-services .grid > div:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.08) !important;
  border-color: #e2e8f0 !important;
}

.customized-services .grid > div:hover::before {
  opacity: 1;
}

/* Icon Container */
.customized-services .grid > div .w-14.h-14 {
  width: 56px !important;
  height: 56px !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  border-radius: 16px !important;
  transition: all 0.3s ease !important;
  margin-bottom: 28px !important;
  position: relative !important;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.05) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Icon hover glow */
.customized-services .grid > div:hover .w-14.h-14 {
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
  transform: scale(1.05) rotate(2deg);
}

.customized-services .grid > div h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
  transition: color 0.3s ease;
  text-align: left !important;
}

.customized-services .grid > div:hover h3 {
  color: #2563eb !important;
}

/* Card description */
.customized-services .grid > div .text-gray-600 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 15px !important;
  color: #475569 !important;
  line-height: 1.65 !important;
  margin-bottom: 28px !important;
  flex: 1;
  text-align: left !important;
}

/* Read more Link button */
.customized-services .grid > div a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2563eb !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  padding: 6px 0 !important;
  position: relative !important;
  align-self: flex-start;
}

.customized-services .grid > div a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2563eb;
  transition: width 0.3s ease;
}

.customized-services .grid > div a:hover::after {
  width: 100%;
}

.customized-services .grid > div a svg {
  width: 15px !important;
  height: 15px !important;
  transition: transform 0.2s ease !important;
}

.customized-services .grid > div a:hover svg {
  transform: translateX(4px) !important;
}

/* ==========================================================================
   8. Custom Proven Project Execution Model - Premium Timeline Flow
   ========================================================================== */
.customized-execution {
  background-color: #f8fafc !important; /* Soft premium slate-50 background */
  color: #0f172a !important;
  padding: 7rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Badge Pill */
.execution-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff !important;
  border: 1px solid rgba(37, 99, 235, 0.15) !important;
  color: #2563eb !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

.customized-execution h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.25rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

.customized-execution .w-20.h-1.bg-blue-600.mx-auto {
  width: 45px !important;
  height: 4px !important;
  border-radius: 9999px !important;
  background: linear-gradient(90deg, #2563eb, #06b6d4) !important;
  margin-bottom: 24px !important;
}

.customized-execution p.max-w-3xl {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin-bottom: 56px !important;
  text-align: center !important;
}

/* Timeline grid connection */
@media (min-width: 1025px) {
  .customized-execution .grid {
    position: relative !important;
  }
  
  .customized-execution .grid::before {
    content: "";
    position: absolute;
    top: 60px; /* Aligned with the center of the number badges */
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #cbd5e1, #cbd5e1 8px, transparent 8px, transparent 16px) !important;
    z-index: 1;
    pointer-events: none;
  }
}

/* Individual Cards */
.customized-execution .grid > div {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.03) !important;
  border-radius: 20px !important;
  padding: 36px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  position: relative !important;
  z-index: 5 !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Hover effect on cards */
.customized-execution .grid > div:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 35px rgba(37, 99, 235, 0.06) !important;
  border-color: #cbd5e1 !important;
}

/* Step Number badges */
.customized-execution .grid > div > div:first-child {
  font-family: 'Outfit', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #2563eb !important;
  width: 50px !important;
  height: 50px !important;
  background: #eff6ff !important;
  border: 1.5px solid #dbeafe !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.05) !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Step hover effect */
.customized-execution .grid > div:hover > div:first-child {
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  color: #ffffff !important;
  border-color: #2563eb !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
  transform: scale(1.1);
}

/* Card titles */
.customized-execution .grid > div h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
  text-align: left !important;
  transition: color 0.3s ease;
}

.customized-execution .grid > div:hover h3 {
  color: #2563eb !important;
}

/* Card description texts */
.customized-execution .grid > div p {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* ==========================================================================
   9. Custom Testimonials Section - Premium Design
   ========================================================================== */
.customized-testimonials {
  background-color: #030712 !important; /* Deep premium slate background */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px) !important;
  background-size: 50px 50px !important;
  background-position: center center !important;
  color: #ffffff !important;
  padding: 7rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Background soft decorative glow */
.customized-testimonials::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, rgba(6, 182, 212, 0) 70%);
  top: -10%;
  right: 5%;
  z-index: 1;
  pointer-events: none;
  filter: blur(30px);
}

.testimonials-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.testimonials-header {
  text-align: center !important;
  margin-bottom: 56px !important;
}

.testimonials-subheading {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0ea5e9 !important; /* cyan/sky blue */
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

.testimonials-heading {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.25rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 16px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.testimonials-highlight {
  color: #0084ff !important;
  background: linear-gradient(135deg, #0ea5e9, #0084ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.testimonials-intro {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  color: #94a3b8 !important; /* slate-400 */
  max-w: 600px !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 1.6 !important;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.testimonial-card {
  background: rgba(15, 23, 42, 0.45) !important; /* glassmorphism card */
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 24px !important;
  padding: 36px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-align: left !important;
}

.testimonial-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(6, 182, 212, 0.25) !important;
  background: rgba(15, 23, 42, 0.6) !important;
  box-shadow: 0 20px 40px rgba(6, 182, 212, 0.05) !important;
}

.testimonial-stars {
  color: #eab308 !important; /* yellow stars */
  font-size: 18px !important;
  letter-spacing: 2px !important;
}

.testimonial-text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 15px !important;
  color: #cbd5e1 !important; /* slate-300 */
  line-height: 1.7 !important;
  margin: 0 !important;
  font-style: italic !important;
  flex: 1 !important;
}

.testimonial-author {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 10px !important;
}

.testimonial-avatar {
  width: 46px !important;
  height: 46px !important;
  background: #0084ff !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  box-shadow: 0 4px 10px rgba(0, 132, 255, 0.3) !important;
  flex-shrink: 0 !important;
}

.testimonial-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.testimonial-name {
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.testimonial-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 12px !important;
  color: #64748b !important; /* slate-500 */
  font-weight: 500 !important;
}

/* ==========================================================================
   10. Custom Premium CTA Section - Gradient & Circle Overlays
   ========================================================================== */
.customized-cta-section {
  background: linear-gradient(135deg, #051630 0%, #0d3880 50%, #0084ff 100%) !important;
  color: #ffffff !important;
  padding: 6.5rem 24px !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Decorative Circle 1 */
.customized-cta-section::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.22) 0%, rgba(6, 182, 212, 0) 70%);
  bottom: -15%;
  right: 12%;
  pointer-events: none;
  z-index: 1;
  filter: blur(15px);
}

/* Decorative Circle 2 */
.customized-cta-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(37, 99, 235, 0) 70%);
  top: -25%;
  left: 8%;
  pointer-events: none;
  z-index: 1;
  filter: blur(15px);
}

.cta-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.cta-heading-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  max-width: 700px;
}

.cta-paragraph-desc {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(14px, 1.1vw, 17px) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 680px;
}

.cta-buttons-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Primary button: Start Your Project */
.cta-btn-primary {
  background-color: #ffffff !important;
  color: #0b2247 !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 34px !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.25s ease !important;
  cursor: pointer;
}

.cta-btn-primary:hover {
  background-color: #f1f5f9 !important;
  transform: translateY(-1.5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.cta-arrow-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.2s ease;
}

.cta-btn-primary:hover .cta-arrow-icon {
  transform: translateX(3px);
}

/* Secondary button: Email Us Directly */
.cta-btn-secondary {
  background-color: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 14px 34px !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.25s ease !important;
  cursor: pointer;
}

.cta-btn-secondary:hover {
  border-color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-1.5px);
}

/* ==========================================================================
   11. Custom Premium Footer - Grid Background & Glowing Icons
   ========================================================================== */
.customized-footer {
  background-color: #030712 !important; /* Premium Slate 950 */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px) !important;
  background-size: 60px 60px !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Subtle glow on the left */
.customized-footer::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, rgba(37, 99, 235, 0) 70%);
  bottom: -20%;
  left: -5%;
  pointer-events: none;
  filter: blur(25px);
  z-index: 1;
}

/* Column Headings (h3) */
.customized-footer h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 24px !important;
  border-bottom: none !important; /* Remove grey line */
  padding-bottom: 0 !important;
  position: relative !important;
}

/* Premium cyan gradient accent line under headers */
.customized-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 35px;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb, #0ea5e9) !important;
}

/* Links (a) */
.customized-footer ul li a, 
.customized-footer div.grid a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: #94a3b8 !important; /* Slate-400 */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
  text-decoration: none !important;
}

.customized-footer ul li a:hover,
.customized-footer div.grid a:hover {
  color: #0ea5e9 !important; /* Premium cyan hover */
  transform: translateX(4px) !important;
}

.customized-footer ul li {
  margin-bottom: 12px !important;
}

/* Column 1 Details & Social Links */
.customized-footer p.text-gray-400 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}

/* Social link icons */
.customized-footer .flex.space-x-4 a {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* LinkedIn Hover */
.customized-footer .flex.space-x-4 a[aria-label="LinkedIn"] {
  color: #0A66C2 !important;
}
.customized-footer .flex.space-x-4 a[aria-label="LinkedIn"]:hover {
  background: #0A66C2 !important;
  color: #ffffff !important;
  border-color: #0A66C2 !important;
  box-shadow: 0 4px 15px rgba(10, 102, 194, 0.45) !important;
  transform: translateY(-3px) !important;
}

/* Facebook Hover */
.customized-footer .flex.space-x-4 a[aria-label="Facebook"] {
  color: #1877F2 !important;
}
.customized-footer .flex.space-x-4 a[aria-label="Facebook"]:hover {
  background: #1877F2 !important;
  color: #ffffff !important;
  border-color: #1877F2 !important;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.45) !important;
  transform: translateY(-3px) !important;
}

/* YouTube Hover */
.customized-footer .flex.space-x-4 a[aria-label="YouTube"] {
  color: #FF0000 !important;
}
.customized-footer .flex.space-x-4 a[aria-label="YouTube"]:hover {
  background: #FF0000 !important;
  color: #ffffff !important;
  border-color: #FF0000 !important;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.45) !important;
  transform: translateY(-3px) !important;
}

/* Contact Column Details (Contact Us) */
.customized-footer ul.space-y-4 li strong {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.customized-footer ul.space-y-4 li span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13.5px !important;
  color: #94a3b8 !important;
  line-height: 1.5 !important;
  display: block !important;
}

.customized-footer ul.space-y-4 li svg {
  color: #0ea5e9 !important; /* Bright cyan/blue icons */
  filter: drop-shadow(0 2px 8px rgba(14, 165, 233, 0.35)) !important;
}

.customized-footer ul.space-y-4 li.border-t {
  border-top-color: rgba(255, 255, 255, 0.05) !important;
  padding-top: 16px !important;
}

/* Bottom Bar & Copyright */
.customized-footer .border-t.mt-12 {
  border-top-color: rgba(255, 255, 255, 0.05) !important;
  margin-top: 4rem !important;
  padding-top: 2rem !important;
}

.customized-footer .border-t.mt-12 p {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  color: #64748b !important;
}

.customized-footer .border-t.mt-12 a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  color: #64748b !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.customized-footer .border-t.mt-12 a:hover {
  color: #0ea5e9 !important;
}

/* ==========================================================================
   12. Custom Expertise Section - Premium Card Grids
   ========================================================================== */
.customized-expertise {
  background-color: #f8fafc !important; /* Soft slate-50 background */
  color: #0f172a !important;
  padding: 7rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* Badge Pill */
.expertise-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff !important;
  border: 1px solid rgba(37, 99, 235, 0.15) !important;
  color: #2563eb !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

.customized-expertise h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.25rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

.customized-expertise p.max-w-3xl {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin-bottom: 56px !important;
  text-align: center !important;
}

/* Card layout inside expertise grid */
.customized-expertise .grid > a {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.04) !important;
  border-radius: 24px !important;
  padding: 36px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}

/* Card hover effect */
.customized-expertise .grid > a:hover {
  transform: translateY(-6px) !important;
  border-color: #dbeafe !important;
  box-shadow: 0 20px 35px rgba(37, 99, 235, 0.06) !important;
}

/* Gradient accent borders for dynamic premium aesthetics */
.customized-expertise .grid > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.customized-expertise .grid > a:hover::before {
  opacity: 1;
}

/* Icon container styling */
.customized-expertise .grid > a > div:first-child {
  width: 48px !important;
  height: 48px !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Icon container hover */
.customized-expertise .grid > a:hover > div:first-child {
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  color: #ffffff !important;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2) !important;
}

/* Card Title (h3) */
.customized-expertise .grid > a h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 10px !important;
  line-height: 1.35 !important;
  transition: color 0.3s ease !important;
  text-align: left !important;
}

.customized-expertise .grid > a:hover h3 {
  color: #2563eb !important;
}

/* Card description */
.customized-expertise .grid > a p {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
  flex-grow: 1 !important;
  text-align: left !important;
}

/* View Details text */
.customized-expertise .grid > a div:last-child {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-top: auto !important;
}

/* View details arrow icon */
.customized-expertise .grid > a div:last-child svg {
  transition: transform 0.2s ease !important;
}

.customized-expertise .grid > a:hover div:last-child svg {
  transform: translateX(4px) !important;
}

/* ==========================================================================
   13. Custom Services Page - Premium Layout & Styles
   ========================================================================== */

/* Services Page Header */
.customized-services-header {
  background: linear-gradient(135deg, #051630 0%, #0d3880 50%, #0084ff 100%) !important;
  color: #ffffff !important;
  padding: 8.5rem 24px 7.5rem 24px !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Glowing decorative background elements */
.customized-services-header::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0) 70%);
  top: -10%;
  right: 8%;
  pointer-events: none;
  filter: blur(25px);
  z-index: 1;
}

.customized-services-header::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(37, 99, 235, 0) 70%);
  bottom: -20%;
  left: 5%;
  pointer-events: none;
  filter: blur(25px);
  z-index: 1;
}

.customized-services-header h1 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  position: relative;
  z-index: 5;
  margin-bottom: 20px !important;
}

.customized-services-header p {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(16px, 1.2vw, 19px) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 400 !important;
  position: relative;
  z-index: 5;
  max-width: 650px !important;
  margin: 0 auto !important;
}

/* Services Lists Grid Section */
.customized-services-list {
  background-color: #ffffff !important;
  padding: 7.5rem 0 !important;
}

/* Alternating service items gaps */
.customized-services-list .max-w-7xl > div {
  margin-bottom: 7rem !important;
}
.customized-services-list .max-w-7xl > div:last-child {
  margin-bottom: 0 !important;
}

/* Image container */
.customized-services-list img {
  border-radius: 20px !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.customized-services-list .aspect-\[4\\/3\] {
  border-radius: 20px !important;
  border: 1px solid rgba(226, 232, 240, 0.7) !important;
  overflow: hidden !important;
}
.customized-services-list .aspect-\[4\\/3\]:hover img {
  transform: scale(1.04) !important;
}

/* Content block styling */
.customized-services-list h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
}

.customized-services-list .w-16.h-1.bg-blue-600 {
  width: 45px !important;
  height: 4px !important;
  border-radius: 9999px !important;
  background: linear-gradient(90deg, #2563eb, #0ea5e9) !important;
  margin-bottom: 24px !important;
}

.customized-services-list .text-lg.text-gray-600 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 15px !important;
  color: #475569 !important;
  line-height: 1.7 !important;
}

/* Bullet item list */
.customized-services-list ul.space-y-3 li {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14.5px !important;
  color: #334155 !important;
  display: flex !important;
  align-items: center !important;
}

.customized-services-list ul.space-y-3 li span.bg-blue-600 {
  background-color: #0ea5e9 !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 12px !important;
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.45) !important;
}

/* Footer Quote Block */
.customized-services-list p.italic {
  border-left: 3px solid #2563eb !important;
  padding-left: 18px !important;
  color: #1e293b !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Sub-links tag elements (for ELV and Solar) */
.customized-services-list .grid a {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  color: #0f172a !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 10px rgba(148, 163, 184, 0.02) !important;
}

.customized-services-list .grid a:hover {
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2) !important;
  transform: translateY(-2px) !important;
}

.customized-services-list .grid a div.bg-blue-600 {
  background-color: #2563eb !important;
  transition: all 0.3s ease !important;
}

.customized-services-list .grid a:hover div.bg-blue-600 {
  background-color: #ffffff !important;
}

/* Bottom Request consultation text link */
.customized-services-list a.text-blue-600.font-bold {
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.customized-services-list a.text-blue-600.font-bold:hover {
  color: #0d47a1 !important;
}

.customized-services-list a.text-blue-600.font-bold svg {
  transition: transform 0.2s ease !important;
}

.customized-services-list a.text-blue-600.font-bold:hover svg {
  transform: translateX(4px) !important;
}

/* Services Inquiry Form Section */
.customized-services-inquiry {
  background-color: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  padding: 7rem 24px !important;
}

.customized-services-inquiry h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
}

.customized-services-inquiry p {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  color: #64748b !important;
  margin-bottom: 32px !important;
}

/* Form inputs styling */
.customized-services-inquiry form input,
.customized-services-inquiry form textarea,
.customized-services-inquiry form select {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  color: #0f172a !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
}

.customized-services-inquiry form input:focus,
.customized-services-inquiry form textarea:focus,
.customized-services-inquiry form select:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1) !important;
  outline: none !important;
}

/* Submit Button */
.customized-services-inquiry form button[type="submit"] {
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  border: none !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 28px !important;
  border-radius: 9999px !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2) !important;
  transition: all 0.25s ease !important;
}

.customized-services-inquiry form button[type="submit"]:hover {
  transform: translateY(-1.5px) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3) !important;
}
