/**
* Template Name: BizLand - v3.9.1
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# DESIGN SYSTEM FRAMEWORK - Dhruva Softech
# Centralized design tokens for consistency across all pages
--------------------------------------------------------------*/

:root {
  /* ========== COLOR PALETTE ========== */
  /* Primary Colors */
  --color-primary: #106eea;
  --color-primary-dark: #0d5ccc;
  --color-primary-light: #3b8af2;
  --color-primary-lighter: #e3f2fd;
  
  --color-secondary: #28a745;
  --color-secondary-dark: #22a639;
  --color-secondary-light: #20c997;
  --color-secondary-lighter: #e8f5e9;
  
  /* Contextual Colors */
  --color-success: #28a745;
  --color-info: #106eea;
  --color-warning: #f59e0b;
  --color-danger: #dc2626;
  
  /* Service Category Colors */
  --color-staffing: #106eea;
  --color-training: #28a745;
  --color-software: #6f42c1;
  --color-healthcare: #7c3aed;
  --color-cloud: #0dcaf0;
  --color-ai: #dc2626;
  --color-data: #f59e0b;
  
  /* Text Colors */
  --color-text-primary: #2d3748;
  --color-text-secondary: #555;
  --color-text-muted: #6b7280;
  --color-text-light: #999;
  --color-heading: #222;
  
  /* Background Colors */
  --color-bg-white: #ffffff;
  --color-bg-light: #f6f9fe;
  --color-bg-primary-light: #f0f9ff;
  --color-bg-success-light: #f0fdf4;
  
  /* Border Colors */
  --color-border-light: #e5e7eb;
  --color-border-medium: #d1d5db;
  
  /* ========== TYPOGRAPHY ========== */
  /* Font Families */
  --font-primary: "Inter", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-headings: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-buttons: "Roboto", sans-serif;
  
  /* Font Sizes */
  --font-size-xs: 0.75rem;      /* 12px */
  --font-size-sm: 0.875rem;     /* 14px */
  --font-size-base: 0.95rem;    /* 15.2px */
  --font-size-md: 1rem;         /* 16px */
  --font-size-lg: 1.1rem;       /* 17.6px */
  --font-size-xl: 1.25rem;      /* 20px */
  --font-size-2xl: 1.5rem;      /* 24px */
  --font-size-3xl: 2rem;        /* 32px */
  --font-size-4xl: 2.5rem;      /* 40px */
  --font-size-5xl: 3.5rem;      /* 56px - Hero */
  
  /* Font Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  
  /* Line Heights */
  --line-height-tight: 1.2;
  --line-height-snug: 1.4;
  --line-height-normal: 1.6;
  --line-height-relaxed: 1.8;
  
  /* Letter Spacing */
  --letter-spacing-tight: -1px;
  --letter-spacing-normal: -0.5px;
  --letter-spacing-wide: 0.5px;
  
  /* ========== SPACING ========== */
  --spacing-xs: 0.5rem;      /* 8px */
  --spacing-sm: 0.75rem;     /* 12px */
  --spacing-md: 1rem;        /* 16px */
  --spacing-lg: 1.5rem;      /* 24px */
  --spacing-xl: 2rem;        /* 32px */
  --spacing-2xl: 2.5rem;     /* 40px */
  --spacing-3xl: 3rem;       /* 48px */
  --spacing-4xl: 4rem;       /* 64px */
  
  /* Section Padding */
  --section-padding-y: 60px;
  --section-padding-compact: 40px;
  --section-title-margin-bottom: 35px;
  
  /* Card Padding */
  --card-padding-sm: 1rem;
  --card-padding-md: 1.5rem;
  --card-padding-lg: 2rem;
  
  /* ========== BORDERS & RADIUS ========== */
  --border-width-thin: 1px;
  --border-width-medium: 2px;
  --border-width-thick: 3px;
  --border-width-accent: 4px;
  --border-width-feature: 5px;
  
  --border-radius-sm: 4px;
  --border-radius-md: 6px;
  --border-radius-lg: 8px;
  --border-radius-xl: 12px;
  --border-radius-full: 9999px;
  
  /* ========== SHADOWS ========== */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 6px 20px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 10px 40px rgba(0, 0, 0, 0.2);
  
  /* Contextual Shadows */
  --shadow-primary: 0 8px 30px rgba(16, 110, 234, 0.3);
  --shadow-success: 0 8px 30px rgba(40, 167, 69, 0.3);
  --shadow-purple: 0 8px 30px rgba(124, 58, 237, 0.3);
  
  /* ========== TRANSITIONS ========== */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-spring: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  
  /* ========== Z-INDEX ========== */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  
  /* ========== BUTTONS ========== */
  --btn-padding-sm: 8px 16px;
  --btn-padding-md: 10px 20px;
  --btn-padding-lg: 12px 24px;
  --btn-padding-xl: 14px 28px;
  --btn-font-size: var(--font-size-base);
  --btn-border-radius: var(--border-radius-md);
  
  /* ========== ICONS ========== */
  --icon-size-sm: 1.5rem;
  --icon-size-md: 2rem;
  --icon-size-lg: 2.5rem;
  --icon-size-xl: 3rem;
  
  /* ========== BREAKPOINTS (for reference) ========== */
  /* Mobile: 576px */
  /* Tablet: 768px */
  /* Desktop: 992px */
  /* Large: 1200px */
  /* XLarge: 1400px */
}

/*--------------------------------------------------------------
# UTILITY CLASSES - Reusable Components
--------------------------------------------------------------*/

/* Gradient Backgrounds */
.bg-gradient-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
}

.bg-gradient-success {
  background: linear-gradient(135deg, var(--color-secondary), var(--color-secondary-light));
}

.bg-gradient-purple {
  background: linear-gradient(135deg, var(--color-healthcare), #6d28d9);
}

.bg-gradient-light-primary {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.bg-gradient-light-success {
  background: linear-gradient(135deg, #f0f9ff 0%, #e8f5e9 100%);
}

/* Glassy Morphism */
.glass-effect {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-effect-dark {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Card Borders - Left Accent */
.card-border-primary {
  border-left: var(--border-width-feature) solid var(--color-primary);
}

.card-border-success {
  border-left: var(--border-width-feature) solid var(--color-secondary);
}

.card-border-purple {
  border-left: var(--border-width-feature) solid var(--color-software);
}

.card-border-healthcare {
  border-left: var(--border-width-feature) solid var(--color-healthcare);
}

/* Card Borders - Top Accent */
.card-border-top-primary {
  border-top: var(--border-width-accent) solid var(--color-primary);
}

.card-border-top-success {
  border-top: var(--border-width-accent) solid var(--color-secondary);
}

/* Text Colors */
.text-primary-custom {
  color: var(--color-primary);
}

.text-success-custom {
  color: var(--color-secondary);
}

.text-muted-custom {
  color: var(--color-text-muted);
}

/* Standard Card Component */
.card-standard {
  padding: var(--card-padding-md);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  background: var(--color-bg-white);
  transition: var(--transition-spring);
}

.card-standard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

/* Featured Card Component */
.card-featured {
  padding: var(--card-padding-lg);
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-lg);
  background: var(--color-bg-white);
  transition: var(--transition-spring);
}

/* Compact Card Component */
.card-compact {
  padding: var(--card-padding-sm);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  background: var(--color-bg-white);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inter", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2d3748;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #106eea;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -1px;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.8px;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 1.15rem;
  font-weight: 700;
}

h5, h6 {
  font-size: 0.95rem;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Homepage custom
--------------------------------------------------------------*/
.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #1a1a1a;
}

.hero-subtitle {
  max-width: 850px;
  margin: 0 auto 2.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #444;
  font-weight: 400;
}

.hero-accent {
  color: #106eea;
  font-weight: 900;
}

.hero-highlight {
  color: #106eea;
  font-weight: 700;
  font-size: 1.15rem;
  display: block;
  margin-top: 1rem;
}

.btn-hero {
  padding: 16px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  border: none;
}

.btn-hero-primary {
  background: linear-gradient(270deg, #FA5674 0%, #6065D4 100%);
  box-shadow: 0 4px 15px rgba(96, 101, 212, 0.3);
  color: #fff;
  border-radius: 12px;
}

.btn-hero-secondary {
  background: transparent;
  color: #FFD25D;
  border: 2px solid #FFD25D;
  border-radius: 12px;
}
.btn-hero-secondary:hover {
  background: #FFD25D;
  color: #121212;
}

.btn-hero-light {
  background: #fff;
  border: 1px solid #d0d7de;
  color: #106eea;
}

.quick-paths {
  padding: 30px 0 10px;
}

.quick-path-card {
  --accent: #28a745;
  background: #fff;
  border-left: 4px solid var(--accent);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
  padding: 1rem;
  width: 100%;
}

.quick-path-card .icon {
  color: var(--accent);
}

.quick-path-staffing {
  --accent: #28a745;
}

.quick-path-software {
  --accent: #6c757d;
}

.quick-path-training {
  --accent: #106eea;
}

.quick-path-healthcare {
  --accent: #6f42c1;
}

.quick-path-card h5 {
  margin: 0 0 12px 0;
}

.quick-path-card h5 a {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
}

.quick-path-card h5 a:hover {
  color: var(--accent);
  text-decoration: none;
}

.service-card {
  --accent: #28a745;
  background: #fff;
  border-left: 5px solid var(--accent);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-card .icon {
  color: var(--accent);
}

.service-staffing {
  --accent: #28a745;
}

.service-software {
  --accent: #6c757d;
}

.service-training {
  --accent: #106eea;
}

.service-healthcare {
  --accent: #6f42c1;
}

.staffing-process .process-card {
  --accent: #28a745;
  --accent-bg: #e8f5e9;
  border-top: 5px solid var(--accent);
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.process-icon-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.process-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-bg);
}

.process-icon i {
  font-size: 2rem;
  color: var(--accent);
}

.process-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.process-step-text {
  font-size: 0.9rem;
  color: #666;
}

.process-green {
  --accent: #28a745;
  --accent-bg: #e8f5e9;
}

.process-blue {
  --accent: #106eea;
  --accent-bg: #e3f2fd;
}

.process-amber {
  --accent: #f59e0b;
  --accent-bg: #fef3c7;
}

.process-purple {
  --accent: #8b5cf6;
  --accent-bg: #f3e8ff;
}

.process-summary {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-left: 5px solid #106eea;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.summary-icon {
  font-size: 2.5rem;
  color: #28a745;
}

.staffing-cta .btn {
  padding: 14px 40px;
  font-size: 1.1rem;
  font-weight: 600;
}

.trust-card {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  text-align: center;
}

.trust-card h4 {
  font-size: 1.3rem;
  margin-bottom: 0.35rem;
}

.trust-logos {
  background: #fff;
  border: 1px dashed #cbd5e1;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #64748b;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.trust-logos i {
  font-size: 1.4rem;
  color: #106eea;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .hero-highlight {
    font-size: 1.05rem;
  }

  .btn-hero {
    padding: 14px 24px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 110px;
  z-index: 996;
  background: #106eea;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(135deg, #106eea 0%, #0d5bc1 50%, #3b8af2 100%);
  background-size: 300% 300%;
  animation: gradientFlow 10s ease infinite;
  height: 42px;
  font-size: 13px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 15px rgba(16, 110, 234, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 999;
}

#topbar.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#topbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 5s infinite;
}

#topbar .contact-info i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.95);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 6px;
  color: #fff;
  font-weight: 600;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateX(2px);
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.9);
  line-height: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-left: 18px;
  font-size: 15px;
  position: relative;
  display: inline-block;
}

#topbar .social-links a:before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}

#topbar .social-links a:hover {
  color: #fff;
  transform: scale(1.2) translateY(-3px);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

#topbar .social-links a:hover:before {
  transform: scale(1);
}

#topbar .social-links a.whatsapp:hover {
  color: #25D366;
}

#topbar .social-links a.whatsapp:hover:before {
  background: rgba(37, 211, 102, 0.2);
}

#topbar .social-links a.facebook:hover {
  color: #1877F2;
}

#topbar .social-links a.facebook:hover:before {
  background: rgba(24, 119, 242, 0.2);
}

#topbar .social-links a.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#topbar .social-links a.instagram:hover:before {
  background: linear-gradient(45deg, rgba(240, 148, 51, 0.2) 0%, rgba(188, 24, 136, 0.2) 100%);
}

#topbar .social-links a.linkedin:hover {
  color: #0A66C2;
}

#topbar .social-links a.linkedin:hover:before {
  background: rgba(10, 102, 194, 0.2);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 997;
  height: 70px;
  box-shadow: none;
  border-bottom: none;
  position: relative;
  position: relative;
}

#header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #106eea 0%, #20c997 50%, #f59e0b 100%);
  background-size: 200% 100%;
  animation: gradientFlow 5s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#header:hover:before {
  opacity: 1;
}

#header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(248, 250, 252, 0.98);
  box-shadow: 0px 8px 40px rgba(15, 23, 42, 0.12);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9998;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #0f1419;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
}

#header .logo a:hover {
  color: #106eea;
  transform: translateX(2px);
}

#header .logo a span {
  background: linear-gradient(135deg, #106eea, #3b8af2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

#header .logo img {
  max-height: 54px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.05));
}

#header .logo img:hover {
  transform: scale(1.03) translateY(-2px);
  filter: drop-shadow(0 8px 16px rgba(16, 110, 234, 0.15));
}

.scrolled-offset {
  margin-top: 112px;
}

/* Fix breadcrumbs visibility when header is fixed */
.scrolled-offset .breadcrumbs {
  margin-top: 0;
  padding-top: 20px;
}

/* Ensure page content stays below fixed header */
#main {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-wrap: wrap;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 6px 0;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  color: #0f1419;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  border-radius: 8px;
  letter-spacing: 0.2px;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 14px;
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0.85;
}

.navbar a:hover i,
.navbar .active i,
.navbar li:hover>a i {
  opacity: 1;
  transform: scale(1.15);
  color: #106eea;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: linear-gradient(90deg, #106eea 0%, #3b8af2 100%);
  display: none;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 2px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #106eea;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.08) 0%, rgba(59, 138, 242, 0.04) 100%);
  box-shadow: 0 6px 20px rgba(16, 110, 234, 0.15);
  border-radius: 10px;
}

/* Color shading for Software Services menu item */
.navbar li:nth-child(3)>a:hover,
.navbar li:nth-child(3).active>a,
.navbar li:nth-child(3).active:focus>a,
.navbar li:nth-child(3):hover>a {
  color: #0d5bc1;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.1) 0%, rgba(59, 138, 242, 0.05) 100%);
  box-shadow: 0 6px 20px rgba(16, 110, 234, 0.15);
}

/* Color shading for Training & Internships menu item (Green) */
.navbar li:nth-child(4)>a:hover,
.navbar li:nth-child(4).active>a,
.navbar li:nth-child(4).active:focus>a,
.navbar li:nth-child(4):hover>a {
  color: #15803d;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(86, 180, 137, 0.05) 100%);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.15);
}

/* Color shading for Careers menu item */
.navbar li:nth-child(5)>a:hover,
.navbar li:nth-child(5).active>a,
.navbar li:nth-child(5).active:focus>a,
.navbar li:nth-child(5):hover>a {
  color: #d97706;
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.15);
}

/* Color shading for About menu item (Corporate Blue) */
.navbar li:nth-child(6)>a:hover,
.navbar li:nth-child(6).active>a,
.navbar li:nth-child(6).active:focus>a,
.navbar li:nth-child(6):hover>a {
  color: #1e40af;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.15);
}

/* Contact Button Style */
.nav-item-contact {
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  margin-left: 2px;
}

.nav-link-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px !important;
  background: transparent;
  color: #106eea;
  border: 1px solid #106eea;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: none !important;
  letter-spacing: 0.2px !important;
  font-family: "Poppins", sans-serif !important;
}

.nav-link-button:hover {
  background: linear-gradient(135deg, #106eea 0%, #247cf0 100%);
  border-color: transparent;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(16, 110, 234, 0.3) !important;
  color: #fff !important;
}

.nav-link-button i {
  font-size: 14px;
  line-height: 0;
  opacity: 1;
  color: currentColor;
}

/* Color shading for Contact menu item (Red) */
.navbar li:nth-child(7)>a:hover,
.navbar li:nth-child(7).active>a,
.navbar li:nth-child(7).active:focus>a,
.navbar li:nth-child(7):hover>a {
  color: #dc2626;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(248, 113, 113, 0.05) 100%);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.15);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  margin: 0;
  padding: 12px 10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  min-width: 270px;
  backdrop-filter: blur(12px);
  transform: translateY(-10px);
}

.navbar .dropdown ul li {
  min-width: 250px;
  padding: 0;
}

.navbar .dropdown ul a {
  padding: 12px 16px;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 4px 0;
  transition: all 0.2s ease;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  gap: 12px;
  position: relative;
  letter-spacing: 0.1px;
}

.navbar .dropdown ul a:before {
  display: none;
}

.navbar .dropdown ul a i {
  font-size: 16px;
  color: #175191;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.navbar .dropdown ul a:hover i,
.navbar .dropdown ul .active i {
  opacity: 1;
  transform: scale(1.15) rotate(5deg);
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #175191;
  background: rgba(23, 81, 145, 0.05);
  padding-left: 20px;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: calc(100% + 12px);
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown .dropdown ul {
  top: 4px;
  left: calc(100% + 10px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 4px;
  left: calc(100% + 10px);
  visibility: visible;
  transform: translateY(0);
}

/* Enhanced Dropdown Styling - Professional Polish */
.navbar .dropdown ul a {
  position: relative;
  overflow: hidden;
}

.navbar .dropdown ul a::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.5s ease;
  pointer-events: none;
}

.navbar .dropdown ul a:hover::before {
  left: 100%;
}

/* Enhanced Icon Animations */
.navbar .dropdown ul a i {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Smooth Font Weight Transition */
.navbar .dropdown ul a:hover {
  font-weight: 500;
  letter-spacing: 0.1px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Staggered animation for dropdown items */
.navbar .dropdown ul li:nth-child(1) a {
  transition-delay: 0ms;
}

.navbar .dropdown ul li:nth-child(2) a {
  transition-delay: 30ms;
}

.navbar .dropdown ul li:nth-child(3) a {
  transition-delay: 60ms;
}

.navbar .dropdown ul li:nth-child(n+4) a {
  transition-delay: 90ms;
}

/* Dropdown divider styling */
.navbar .dropdown ul .dropdown-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.1), transparent);
  margin: 8px 0;
  border: none;
}

/* Additional Focus States for Accessibility */
.navbar .dropdown ul a:focus-visible {
  outline: 2px solid #106eea;
  outline-offset: 2px;
  border-radius: 12px;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1a202c;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-weight: 700;
  z-index: 1000;
}

.mobile-nav-toggle:hover {
  color: #106eea;
  transform: scale(1.1);
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    z-index: 1000;
  }

  .navbar {
    padding: 0;
  }

  .navbar ul {
    display: none;
  }

  .navbar a {
    padding: 10px 14px;
    font-size: 13px;
  }

  .navbar a i {
    font-size: 13px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.95) 100%);
  transition: 0.3s;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 12px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 16px;
  max-height: calc(100vh - 100px);
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 14px 20px;
  font-size: 15px;
  color: #1a202c;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.12) 0%, rgba(59, 138, 242, 0.06) 100%);
  padding-left: 28px;
  box-shadow: 0 4px 12px rgba(16, 110, 234, 0.15);
  font-weight: 600;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0;
  padding: 8px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.navbar-mobile .dropdown ul li {
  min-width: auto;
  padding: 4px 0;
}

.navbar-mobile .dropdown ul a {
  padding: 12px 30px 12px 50px;
  color: #2d3748;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  gap: 8px;
  display: flex;
  align-items: center;
  border-left: 3px solid transparent;
  margin: 2px 0;
}

.navbar-mobile .dropdown ul a i {
  font-size: 14px;
  color: #106eea;
  opacity: 0.8;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.12) 0%, rgba(59, 138, 242, 0.06) 100%);
  padding-left: 38px;
  box-shadow: none;
  border-left-color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
  .navbar-mobile ul {
    top: 55px;
    right: 10px;
    left: 10px;
    padding: 12px 0;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 12px 16px;
    font-size: 14px;
  }

  .navbar-mobile .dropdown ul {
    margin: 10px 16px;
    padding: 8px 0;
  }

  .navbar-mobile .dropdown ul a {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .navbar-mobile ul {
    top: 52px;
    right: 8px;
    left: 8px;
    padding: 10px 0;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 14px;
    font-size: 13px;
  }

  .navbar-mobile .dropdown ul {
    margin: 8px 14px;
    padding: 6px 0;
  }

  .navbar-mobile .dropdown ul a {
    padding: 8px 14px;
    font-size: 12px;
  }

  .navbar-mobile .dropdown ul li {
    min-width: auto;
  }
}

/* Contact Button Mobile Responsive */
@media (max-width: 991px) {
  .nav-item-contact {
    margin-left: 0;
    padding: 4px 20px;
  }

  .nav-link-button {
    padding: 10px 16px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  .nav-item-contact {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* 
#hero {
  width: 100%;
  height: 75vh;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.25) 0%, rgba(40, 167, 69, 0.2) 50%, rgba(255, 255, 255, 0.12) 100%),
              url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
*/

@keyframes slideDown {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Remove white overlay for animated hero sections */
#hero.hero-animated:before {
  display: none;
}

#hero .container {
  position: relative;
  z-index: 10;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

/*
#hero h1 span {
  color: #106eea;
}
*/

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #fff;
  background: linear-gradient(135deg, #106eea, #28a745);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started:hover {
  background: linear-gradient(135deg, #0d5ccc, #22a639);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

/* ======= Hero Animations ======= */
.hero-animated {
  animation: hero-pulse 6s ease-in-out 1s infinite;
}

.hero-overlay-animated {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(16, 110, 234, 0.1) 0%, rgba(16, 110, 234, 0.3) 100%);
  animation: overlay-shimmer 4s ease-in-out infinite;
  z-index: 1;
}

.hero-overlay-animated-purple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0.3) 100%);
  animation: overlay-shimmer-purple 4s ease-in-out infinite;
  z-index: 1;
}

.hero-overlay-animated-cyan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.3) 100%);
  animation: overlay-shimmer-cyan 4s ease-in-out infinite;
  z-index: 1;
}

.hero-title-animated {
  animation: hero-title-slide-up 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}

.hero-subtitle-animated {
  animation: hero-subtitle-fade-in 1.2s ease-out 0.6s both;
}

@keyframes hero-pulse {
  0%, 100% { background-position: center; }
  50% { filter: brightness(1.05); }
}

@keyframes overlay-shimmer {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}

@keyframes overlay-shimmer-purple {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}

@keyframes overlay-shimmer-cyan {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}

@keyframes hero-title-slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-subtitle-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 35px;
}

.section-title h2 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 6px 16px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 12px 0 0 0;
  font-size: 26px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 12px auto 0 auto;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: none;
  padding: 50px 25px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}

.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
}

.services .icon-box h4 a {
  color: #222222;
  transition: all 0.3s ease-in-out;
}

.services .icon-box p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}

.services .icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(16, 110, 234, 0.15);
}

.services .icon-box:hover h4 a {
  color: #106eea;
}

.services .icon-box:hover .icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

/* Trending course badge styling */
.services .trending-course {
  position: relative;
  border: 2px solid #667eea;
}

.services .badge-trending {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(245, 87, 108, 0.3);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .section-title h2,
.testimonials .section-title h3,
.testimonials .section-title p {
  color: #2d3748 !important;
}

.testimonials .section-title h3 span {
  color: #106eea !important;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #2d3748;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(16, 110, 234, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #2d3748;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(16, 110, 234, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #4a5568;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(135deg, rgba(8, 35, 92, 0.9) 0%, rgba(16, 110, 234, 0.82) 60%, rgba(29, 173, 255, 0.7) 100%), url("../img/hero/hero-corporate.jpg");
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 0;
  color: #e2e8f0;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: rgba(8, 35, 92, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #f8fafc;
}

#footer .footer-top .footer-contact h3 span {
  color: #22d3ee;
  text-shadow: 0 2px 8px rgba(6, 20, 56, 0.35);
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #e2e8f0;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #f8fafc;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #c7f9ff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #e2e8f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #c7f9ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(199, 249, 255, 0.5);
  color: #f8fafc;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1fa2ff;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #e2e8f0;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #e2e8f0;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
/*--------------------------------------------------------------
# Custom Enhancements for Training, Staffing, Development Focus
--------------------------------------------------------------*/

/* Hero Section Enhancements */
#hero .d-flex {
  gap: 12px;
}

@media (max-width: 576px) {
  #hero .d-flex {
    flex-direction: column;
    align-items: stretch;
  }
  
  #hero .btn-get-started {
    width: 100%;
    text-align: center;
  }
}

/* Mission Section Styling */
.mission-section h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}

.mission-section h5 i {
  margin-right: 8px;
  font-size: 22px;
}

.mission-section p {
  font-size: 15px;
  line-height: 1.7;
  color: #555555;
  text-align: justify;
}

/* Training Details Section */
.service-item {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  border-color: #106eea;
}

.service-item .icon {
  margin-bottom: 10px;
}

.service-item .icon i {
  font-size: 36px;
  color: #106eea;
}

.service-item h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-item h4 a {
  color: #222222;
  transition: 0.3s;
}

.service-item h4 a:hover {
  color: #106eea;
}

.service-item p {
  font-size: 13px;
  margin-bottom: 6px;
  color: #555555;
  line-height: 1.5;
}

.service-item ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.service-item ul li {
  padding: 4px 0;
  font-size: 13px;
  color: #666666;
}

.service-item ul li i {
  margin-right: 6px;
}

/* Responsive Grid for Training Programs */
@media (max-width: 991px) {
  .service-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #training-details .col-lg-6 {
    margin-bottom: 20px;
  }
}

/* Button Enhancements */
.btn-primary {
  background: #106eea;
  border-color: #106eea;
  color: #fff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #247cf0;
  border-color: #247cf0;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(16, 110, 234, 0.4);
}

/* About Section Vision & Mission */
#about h3 {
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
}

#about h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

#about .fst-italic {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  border-left: 4px solid #106eea;
  padding-left: 20px;
  margin-bottom: 25px;
  background: #f6f9fe;
  padding: 15px 20px;
  border-radius: 4px;
}

/* Services Section Icon Box */
.services .icon-box {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  height: 100%;
}

.services .icon-box:hover {
  border-color: #106eea;
  transform: translateY(-5px);
}

/* Responsive Typography */
@media (max-width: 768px) {
  .service-item h4 {
    font-size: 18px;
  }
  
  .service-item p {
    font-size: 13px;
  }
  
  .mission-section h5 {
    font-size: 16px;
  }
  
  .mission-section p {
    font-size: 14px;
  }
}

/* Utility class for responsive gap */
.gap-2 {
  gap: 0.5rem !important;
}

@media (max-width: 576px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}

/* Enhanced CTA Section */
.cta {
  background: linear-gradient(135deg, #106eea 0%, #247cf0 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .cta-title {
    justify-content: flex-start;
  }
}

.cta-title i {
  font-size: 38px;
  animation: shake 2s infinite;
}

@keyframes shake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
}

.cta-description {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-description strong {
  color: #fff;
  font-weight: 600;
}

.cta-features .badge {
  font-size: 14px;
  padding: 8px 15px;
  font-weight: 500;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-btn-primary {
  display: inline-block;
  background: #fff;
  color: #106eea;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}

.cta-btn-primary:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.cta-btn-primary i {
  font-size: 20px;
}

@media (max-width: 991px) {
  .cta-title {
    font-size: 26px;
  }
  
  .cta-description {
    font-size: 16px;
  }
  
  .cta-btn-primary {
    padding: 12px 30px;
    font-size: 16px;
  }
}

/* Featured/Trending Course Badges */
.featured-course {
  position: relative;
}

.badge-featured,
.badge-trending {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.trending-course {
  position: relative;
  border: 2px solid #ff6b6b !important;
}

.trending-course .badge-trending {
  top: 10px;
  right: 10px;
}

/* Course Detail Pages Styling */
.course-header {
  border-left: 5px solid #106eea;
  padding-left: 20px;
}

.course-header h1 {
  color: #222;
  font-weight: 700;
}

.course-content h3 {
  color: #222;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.accordion-button:not(.collapsed) {
  background-color: #106eea;
  color: #fff;
}

.accordion-button:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 0.25rem rgba(16, 110, 234, 0.25);
}

.career-card, .application-card {
  padding: 20px;
  background: #f6f9fe;
  border-radius: 8px;
  border-left: 4px solid #106eea;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.career-card:hover, .application-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.career-card h5, .application-card h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
}

.career-card p, .application-card p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}

/* Course Content Section */
.content-section {
  margin-bottom: 40px;
}

.content-section .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #106eea;
  display: inline-block;
}

/* Custom List Item */
.custom-list-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.custom-list-item i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.custom-list-item span {
  margin-left: 0;
}

/* Feature Box */
.feature-box {
  padding: 25px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid #106eea;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.feature-box h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Sidebar Sticky */
.sidebar-sticky {
  position: sticky;
  top: 100px;
}

@media (max-width: 991px) {
  .sidebar-sticky {
    position: relative;
    top: 0;
  }
}

.course-sidebar .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: none;
}

.course-sidebar .sticky-top {
  top: 90px;
}

@media (max-width: 991px) {
  .course-sidebar .sticky-top {
    position: relative !important;
    top: 0 !important;
  }
}

/* Service Pages Enhancements */
.service-hero {
  background: linear-gradient(135deg, rgba(15, 75, 216, 0.82) 0%, rgba(26, 163, 255, 0.82) 100%),
              url("../img/hero/hero-service.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.service-hero {
  height: calc(100vh - 112px);
  display: flex;
  align-items: center;
}

.service-hero > .container {
  width: 100%;
}

@media (max-width: 991px) {
  .service-hero {
    height: calc(100vh - 96px);
  }
}

.service-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.service-hero .hero-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
  padding: 8px 14px;
}

.service-hero .hero-highlight {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 14px;
  border-radius: 10px;
  color: #ffffff;
}

.service-hero .hero-highlight strong {
  color: #ffffff;
}

.service-hero .hero-highlight .small {
  color: rgba(255, 255, 255, 0.88);
}

.service-hero .hero-highlight i {
  font-size: 1.2rem;
  margin-right: 10px;
}

.service-hero .stat-card {
  background: #fff;
  color: #222;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-hero .stat-card h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
}

.service-hero .stat-card p {
  margin: 4px 0 0;
  font-size: 0.95rem;
  color: #555;
}

/* Staffing Hero Section with Professional Background */
.staffing-hero {
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.55) 0%, rgba(36, 124, 240, 0.6) 100%),
              url("../img/hero/hero-staffing.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 112px);
  display: flex;
  align-items: center;
}

.staffing-hero > .container {
  width: 100%;
}

@media (max-width: 991px) {
  .staffing-hero {
    min-height: calc(100vh - 96px);
  }
}

/* Careers Hero Section with Professional Background */
.careers-hero {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.86) 0%, rgba(32, 201, 151, 0.86) 100%),
              url("../img/hero/hero-careers.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Internship Hero Section with Professional Background */
.internship-hero {
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.86) 0%, rgba(36, 124, 240, 0.86) 100%),
              url("../img/hero/hero-internship.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Corporate Training Hero Section with Professional Background */
.corporate-hero {
  background: linear-gradient(135deg, rgba(13, 86, 211, 0.86) 0%, rgba(22, 139, 210, 0.86) 100%),
              url("../img/hero/hero-corporate.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.corporate-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 45%),
              radial-gradient(circle at 88% 15%, rgba(255, 255, 255, 0.12), transparent 40%);
  pointer-events: none;
}

.corporate-hero > .container {
  position: relative;
  z-index: 1;
}

.corporate-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
}

.corporate-hero .hero-badge-alt {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.corporate-hero .hero-metrics {
  gap: 12px;
}

.corporate-hero .metric {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 25px rgba(10, 26, 73, 0.2);
}

.corporate-hero .metric i {
  font-size: 1.2rem;
  color: #e2f5ff;
}

.corporate-hero .metric-title {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.corporate-hero .metric-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

.corporate-hero .hero-cards {
  display: grid;
  gap: 14px;
}

.corporate-hero .hero-mini-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 12px 25px rgba(10, 26, 73, 0.25);
  backdrop-filter: blur(6px);
}

.corporate-hero .hero-mini-card h6 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.corporate-hero .hero-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  line-height: 1.5;
}

/* Healthcare Product Hero Section with Professional Background */
.healthcare-hero {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.82) 0%, rgba(248, 113, 113, 0.82) 100%),
              url("../img/hero/hero-healthcare.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Module Cards for Healthcare Product */
.module-card {
  background: #fff;
  border: 2px solid #f0f4ff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(16, 110, 234, 0.08);
  height: 100%;
}

.module-card:hover {
  border-color: #106eea;
  box-shadow: 0 8px 24px rgba(16, 110, 234, 0.2);
  transform: translateY(-6px);
}

.module-card .module-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e3f2fd 100%);
  border-radius: 10px;
}

.module-card h5 {
  color: #1a202c;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Accordion Styling for FAQ */
.accordion-item {
  border: 1px solid #e6f0ff;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(16, 110, 234, 0.05);
}

.accordion-button {
  background-color: #fff;
  color: #1a202c;
  font-weight: 600;
  padding: 16px 20px;
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #f0f9ff;
  color: #106eea;
  box-shadow: none !important;
}

.accordion-button:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 0.25rem rgba(16, 110, 234, 0.25) !important;
}

.accordion-body {
  padding: 16px 20px;
  color: #555;
  line-height: 1.6;
}

/* Testimonial Hero Section with Professional Background */
.testimonial-hero {
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.86) 0%, rgba(36, 124, 240, 0.86) 100%),
              url("../img/hero/hero-testimonial.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* AI Tools Hero Section with Professional Background */
.ai-tools-hero {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.86) 0%, rgba(153, 27, 27, 0.86) 100%),
              url("../img/hero/hero-ai-tools.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eef1f7;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-card .service-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e7f1fd;
  color: #106eea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service-list li {
  margin-bottom: 8px;
  color: #555;
}

.ai-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.ai-service-list li i {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #106eea;
  background: rgba(16, 110, 234, 0.12);
  border: 1px solid rgba(16, 110, 234, 0.25);
  font-size: 12px;
  margin-top: 2px;
}

.service-strip {
  background: #f6f9fe;
  border: 1px solid #e6f0ff;
  border-radius: 14px;
  padding: 24px;
}

.tech-badge {
  background: linear-gradient(135deg, #f0f9ff 0%, #e3f2fd 100%);
  color: #106eea;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  border: 2px solid #e3f2fd;
  box-shadow: 0 2px 8px rgba(16, 110, 234, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  min-height: 48px;
}

.tech-badge:hover {
  background: linear-gradient(135deg, #106eea, #0d5ccc);
  color: white;
  border-color: #106eea;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(16, 110, 234, 0.3);
}

/* Compact Technology Stack Cards */
.tech-stack-card {
  background: #fff;
  border: 2px solid #e6f0ff;
  border-radius: 14px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(16, 110, 234, 0.05);
}

.tech-stack-card:hover {
  border-color: #106eea;
  box-shadow: 0 8px 24px rgba(16, 110, 234, 0.15);
  transform: translateY(-4px);
}

.tech-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f4ff;
}

.tech-card-header i {
  font-size: 24px;
  color: #106eea;
}

.tech-card-header h5 {
  margin: 0;
  font-weight: 700;
  color: #1a202c;
  font-size: 1.1rem;
}

.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tech-item {
  background: linear-gradient(135deg, #f0f9ff 0%, #e3f2fd 100%);
  color: #106eea;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e3f2fd;
  transition: all 0.3s ease;
  cursor: default;
}

.tech-item:hover {
  background: linear-gradient(135deg, #106eea, #0d5ccc);
  color: white;
  border-color: #106eea;
  transform: scale(1.05);
}

.service-cta {
  background: linear-gradient(135deg, #13213c 0%, #0f5bdd 100%);
  color: #fff;
  border-radius: 16px;
  padding: 40px;
}

.service-cta .btn-light {
  color: #0f5bdd;
  font-weight: 600;
}

/* Internships Page Enhancements */
.section-highlight {
  background: linear-gradient(135deg, #f6f9fe 0%, #e9f2ff 100%);
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #106eea20;
}

.benefit-card {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.benefit-card h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.benefit-card h5 i {
  margin-right: 10px;
  font-size: 24px;
}

.project-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border-left: 5px solid #106eea;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.project-card:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  transform: translateX(5px);
}

.project-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}

.project-card h4 i {
  margin-right: 10px;
}

.tech-tags {
  margin-top: 15px;
}

.tech-tags .badge {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.tech-domain-card {
  background: #f6f9fe;
  padding: 20px;
  border-radius: 8px;
  border-top: 3px solid #106eea;
  height: 100%;
}

.tech-domain-card h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.tech-domain-card ul li {
  padding: 4px 0;
  color: #555;
  font-size: 14px;
}

/* Timeline Styles */
.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #106eea;
}

.timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.timeline-marker {
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  background: #106eea;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #106eea40;
}

.timeline-content {
  background: #f6f9fe;
  padding: 20px;
  border-radius: 8px;
  border-left: 3px solid #106eea;
}

.timeline-content h5 {
  color: #106eea;
  font-size: 18px;
  margin-bottom: 10px;
}

.timeline-content p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.eligibility-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.eligibility-card h5 {
  fontsize: 18px;
  margin-bottom: 15px;
}

.eligibility-card h5 i {
  margin-right: 10px;
  font-size: 24px;
}

.application-form-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border-top: 5px solid #106eea;
}

.form-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}

.application-form-card .form-label {
  font-weight: 600;
  margin-bottom: 8px;
}

.application-form-card .form-control {
  border-radius: 6px;
  border: 2px solid #e0e0e0;
  padding: 10px 15px;
}

.application-form-card .form-control:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 0.25rem rgba(16, 110, 234, 0.15);
}

@media (max-width: 991px) {
  .timeline::before {
    left: 15px;
  }
  
  .timeline-item {
    padding-left: 50px;
  }
  
  .timeline-marker {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

/* Chat Widget Styles */
.chat-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9998;
  font-family: 'Open Sans', sans-serif;
}

.chat-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #106eea, #247cf0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(16, 110, 234, 0.4);
  transition: all 0.3s ease;
  position: relative;
}

.chat-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(16, 110, 234, 0.6);
}

.chat-button i {
  font-size: 28px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.chat-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff6b6b;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  animation: pulse-badge 1.5s infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

.chat-window {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 380px;
  max-width: calc(100vw - 40px);
  height: 550px;
  max-height: calc(100vh - 120px);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-header {
  background: linear-gradient(135deg, #106eea, #247cf0);
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.chat-header h6 {
  font-weight: 700;
  font-size: 16px;
}

.chat-header small {
  font-size: 12px;
}

.pulse {
  font-size: 8px;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.chat-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s;
}

.chat-close-btn:hover {
  transform: rotate(90deg);
}

.chat-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
}

.chat-body::-webkit-scrollbar {
  width: 6px;
}

.chat-body::-webkit-scrollbar-thumb {
  background: #106eea40;
  border-radius: 10px;
}

.chat-message {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bot-message {
  justify-content: flex-start;
}

.user-message {
  justify-content: flex-end;
}

.message-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, #106eea, #247cf0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.message-avatar i {
  font-size: 18px;
}

.message-content {
  max-width: 75%;
  padding: 12px 16px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.bot-message .message-content {
  background: #fff;
  color: #333;
  border-bottom-left-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.user-message .message-content {
  background: linear-gradient(135deg, #106eea, #247cf0);
  color: #fff;
  border-bottom-right-radius: 5px;
}

.message-content p {
  margin-bottom: 8px;
}

.message-content p:last-child {
  margin-bottom: 0;
}

.chat-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
  font-size: 13px;
}

.chat-list li {
  padding: 5px 0;
  color: #555;
}

.chat-link {
  display: inline-block;
  margin-top: 10px;
  color: #106eea;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #106eea40;
  padding-bottom: 2px;
  transition: all 0.2s;
}

.chat-link:hover {
  color: #247cf0;
  border-bottom-color: #247cf0;
}

.chat-quick-replies {
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 150px;
  overflow-y: auto;
}

.quick-reply-btn {
  background: #f0f7ff;
  border: 1px solid #106eea40;
  color: #106eea;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.quick-reply-btn:hover {
  background: #106eea;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(16, 110, 234, 0.3);
}

.chat-footer {
  padding: 15px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 10px;
}

.chat-input {
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.chat-input:focus {
  border-color: #106eea;
}

.chat-send-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #106eea, #247cf0);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.chat-send-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(16, 110, 234, 0.4);
}

.chat-send-btn i {
  font-size: 16px;
}

@media (max-width: 576px) {
  .chat-window {
    width: calc(100vw - 40px);
    height: calc(100vh - 140px);
    bottom: 80px;
  }
  
  .chat-quick-replies {
    max-height: 100px;
  }
}

/* Enhanced Internships Page Styles */
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.internship-hero {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.internship-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  transform: skewX(-10deg);
  transform-origin: top;
}

/* Internship hero mini cards */
.internship-hero .hero-mini-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 12px 25px rgba(10, 26, 73, 0.3);
  backdrop-filter: blur(6px);
  animation: float-soft 6s ease-in-out infinite;
  margin-bottom: 14px;
}

.internship-hero .hero-mini-card:nth-child(2) {
  animation-delay: 1s;
}

.internship-hero .hero-mini-card:nth-child(3) {
  animation-delay: 2s;
}

.internship-hero .hero-mini-card h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.internship-hero .hero-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  line-height: 1.5;
}

.hero-stats .stat-card {
  transition: transform 0.3s ease;
}

.hero-stats .stat-card:hover {
  transform: scale(1.05);
}

.benefit-card {
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(16, 110, 234, 0.1);
  border-color: #106eea;
}

.eligibility-card {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #28a745;
  transition: all 0.3s ease;
}

.eligibility-card:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.card-header {
  font-weight: 600;
  border-bottom: none;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  padding: 5px 0;
  padding-left: 25px;
  position: relative;
}

.custom-list li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.btn-check:checked + .btn-outline-primary {
  background-color: #106eea;
  border-color: #106eea;
  color: white;
}

.application-form-card {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.application-form-card .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.application-form-card .form-control,
.application-form-card .form-select {
  border: 2px solid #e0e0e0;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.application-form-card .form-control:focus,
.application-form-card .form-select:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 0.2rem rgba(16, 110, 234, 0.1);
}

@media (max-width: 768px) {
  .internship-hero h1 {
    font-size: 2rem;
  }
  
  .application-form-card {
    padding: 25px;
  }
  
  .btn-group {
    flex-direction: column;
  }
  
  .btn-group .btn {
    border-radius: 0.375rem !important;
    margin-bottom: 10px;
  }
}

/* Track selection enhancement */
.btn-group .btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
  padding: 12px 24px;
}

.btn-group .btn-outline-primary:hover {
  background-color: #106eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 110, 234, 0.3);
}

/* Card animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  animation: fadeInUp 0.6s ease-out;
}

/* Price highlight */
.border.rounded.p-2 {
  cursor: pointer;
  transition: all 0.3s ease;
}

.border.rounded.p-2:hover {
  background-color: #f0f7ff;
  border-color: #106eea !important;
  transform: scale(1.05);
}


/* =========================================
   STAFFING PAGE STYLES
   ========================================= */

/* Staffing highlight for homepage service box */
.staffing-highlight {
  position: relative;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.05) 0%, rgba(36, 124, 240, 0.05) 100%);
  border: 2px solid #106eea;
  box-shadow: 0 5px 20px rgba(16, 110, 234, 0.2);
  transform: scale(1.02);
  transition: all 0.3s ease;
}

.staffing-highlight:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(16, 110, 234, 0.3);
}

.staffing-highlight .badge {
  animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Stats showcase on hero */
.stats-showcase .stat-box {
  transition: all 0.3s ease;
}

.stats-showcase .stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

/* Advantage cards */
.advantage-card {
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
  border-color: #106eea;
}

.number-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: linear-gradient(135deg, #106eea, #247cf0);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(16, 110, 234, 0.4);
}

/* Staffing option cards */
.staffing-option-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  background: white;
}

.staffing-option-card .card-header {
  padding: 1.5rem;
  border-bottom: none;
}

.staffing-option-card .card-body {
  padding: 2rem;
}

.staffing-option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.staffing-option-card.border-primary {
  border: 2px solid #0d6efd;
}

.staffing-option-card.border-success {
  border: 2px solid #198754;
}

.staffing-option-card.border-warning {
  border: 2px solid #ffc107;
}

.duration-option {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.duration-option:last-child {
  border-bottom: none;
}

/* Tech expertise cards */
.tech-expertise-card {
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.tech-expertise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
  border-color: #106eea;
}

/* Timeline for process */
.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #106eea 0%, #247cf0 100%);
}

.timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 3rem;
}

.timeline-marker {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #106eea, #247cf0);
  border: 5px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  box-shadow: 0 5px 15px rgba(16, 110, 234, 0.4);
  z-index: 2;
}

.timeline-content {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.timeline-content h5 {
  color: #106eea;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Benefit boxes */
.benefit-box {
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-color: #106eea;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .stats-showcase .stat-box {
    margin-bottom: 1rem;
  }
  
  .timeline::before {
    left: 15px;
  }
  
  .timeline-marker {
    left: -15px;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .timeline-item {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  .staffing-hero h1 {
    font-size: 2rem !important;
  }
  
  .staffing-hero .lead {
    font-size: 1rem;
  }
  
  .number-badge {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}


/* =========================================
   TESTIMONIALS SECTION STYLES
   ========================================= */

.testimonials {
  padding: 80px 0;
  background: #f8f9fa;
}

.testimonials .section-title h2,
.testimonials .section-title h3,
.testimonials .section-title p {
  color: #2d3748 !important;
}

.testimonials .section-title h3 span {
  color: #106eea !important;
}

.testimonials h3,
.testimonials h4 {
  color: #2d3748 !important;
}

.testimonials .lead,
.testimonials p {
  color: #4a5568 !important;
}

.testimonials .text-muted {
  color: #64748b !important;
}

.testimonials .btn-group {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 50px;
  overflow: hidden;
}

.testimonials .btn-group .btn {
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
}

.testimonials .btn-group .btn:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.testimonials .btn-group .btn:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.testimonials .btn-group .btn.active {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(16, 110, 234, 0.3);
}

.testimonials .btn-outline-primary {
  color: #106eea;
  border-color: #106eea;
}

.testimonials .btn-outline-primary:hover,
.testimonials .btn-outline-primary.active {
  background-color: #106eea;
  color: white;
}

.testimonials .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.testimonials .btn-outline-success:hover,
.testimonials .btn-outline-success.active {
  background-color: #28a745;
  color: white;
}

.testimonials .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.testimonials .btn-outline-warning:hover,
.testimonials .btn-outline-warning.active {
  background-color: #ffc107;
  color: #000;
}

.testimonial-card {
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
  border-color: #106eea;
}

.testimonial-card .badge {
  font-size: 0.85rem;
  padding: 8px 12px;
  font-weight: 600;
}

.testimonial-card .stars i {
  font-size: 1.1rem;
  margin-right: 3px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  min-height: 100px;
}

.testimonial-img {
  border: 3px solid #106eea;
  box-shadow: 0 5px 15px rgba(16, 110, 234, 0.2);
}

.testimonial-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
}

.testimonial-stat {
  transition: all 0.3s ease;
}

.testimonial-stat:hover {
  transform: scale(1.1);
}

.testimonial-stat i {
  transition: all 0.3s ease;
}

.testimonial-stat:hover i {
  transform: rotateY(180deg);
}

.testimonial-item {
  transition: all 0.4s ease;
}

/* Animation for filtered items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-item.aos-animate {
  animation: fadeInUp 0.5s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonials .btn-group {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
  }
  
  .testimonials .btn-group .btn {
    border-radius: 0 !important;
    border-bottom: 1px solid #dee2e6;
  }
  
  .testimonials .btn-group .btn:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  
  .testimonials .btn-group .btn:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom: none;
  }
  
  .testimonial-text {
    min-height: auto;
  }
}


/* Make all sections more compact */
section {
  padding: 50px 0;
}

section.section-bg {
  padding: 50px 0;
}

/* Compact About section cards */
.about .content p {
  font-size: 14px;
  line-height: 1.6;
}

/* Compact Why Choose Us section */
.why-us .icon-box {
  padding: 20px 15px !important;
}

.why-us .icon-box i {
  font-size: 32px !important;
}

.why-us .icon-box h4 {
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

.why-us .icon-box p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Compact Ecosystem section */
#ecosystem .icon-box {
  padding: 20px 15px !important;
}

#ecosystem .icon-box h4 {
  font-size: 16px !important;
}

#ecosystem .icon-box p {
  font-size: 13px !important;
}

#ecosystem .icon-box .icon i {
  font-size: 36px !important;
}

/* Trainings Page Hero */
.trainings-hero {
  background: linear-gradient(125deg, rgba(8, 35, 92, 0.9) 0%, rgba(16, 110, 234, 0.78) 55%, rgba(29, 173, 255, 0.7) 100%),
              url("../img/hero/hero-service.jpg");
  background-size: cover, cover;
  background-position: center, center;
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

.trainings-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.15), transparent 55%),
              radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.1), transparent 45%);
  pointer-events: none;
}

.trainings-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.trainings-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.trainings-hero .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}

.trainings-hero .hero-chips span {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.trainings-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trainings-hero .hero-cards {
  display: grid;
  gap: 16px;
}

.trainings-hero .hero-mini-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 12px 25px rgba(10, 26, 73, 0.3);
  backdrop-filter: blur(6px);
  animation: float-soft 6s ease-in-out infinite;
}

.trainings-hero .hero-mini-card:nth-child(2) {
  animation-delay: 1s;
}

.trainings-hero .hero-mini-card:nth-child(3) {
  animation-delay: 2s;
}

.trainings-hero .hero-mini-card h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.trainings-hero .hero-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Trainings Cards */
#trainings .training-card {
  border: 1px solid #eef1f7;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 26px 24px;
  box-shadow: 0 8px 24px rgba(12, 32, 82, 0.08);
}

#trainings .training-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #32b7ff 55%, #76e4b6 100%);
}

#trainings .row {
  row-gap: 1.5rem;
}

@media (max-width: 991px) {
  .trainings-hero {
    padding: 70px 0 60px;
  }

  .trainings-hero h1 {
    font-size: 2.1rem;
  }
}

/* Training Page Hero Sections */
.training-page-hero {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

.training-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 35, 92, 0.88) 0%, rgba(16, 110, 234, 0.82) 58%, rgba(29, 173, 255, 0.75) 100%);
  z-index: 1;
}

.training-page-hero > * {
  position: relative;
  z-index: 2;
}

.training-page-hero .page-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.training-page-hero .page-subtitle {
  font-size: 1.05rem;
  opacity: 0.92;
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.training-page-hero .hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.training-page-hero .stat-item {
  text-align: center;
}

.training-page-hero .stat-value {
  font-size: 1.8rem;
  font-weight: 700;
}

.training-page-hero .stat-label {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-top: 4px;
}

/* Card-based hero layout for training pages */
.training-page-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
  font-size: 0.85rem;
}

.training-page-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.training-page-hero .lead {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.95;
}

.training-page-hero .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 24px;
}

.training-page-hero .hero-chips span {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 500;
}

.training-page-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.training-page-hero .hero-cards {
  display: grid;
  gap: 14px;
}

.training-page-hero .hero-mini-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 12px 25px rgba(10, 26, 73, 0.3);
  backdrop-filter: blur(6px);
  animation: float-soft 6s ease-in-out infinite;
}

.training-page-hero .hero-mini-card:nth-child(2) {
  animation-delay: 1s;
}

.training-page-hero .hero-mini-card:nth-child(3) {
  animation-delay: 2s;
}

.training-page-hero .hero-mini-card h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.training-page-hero .hero-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Specific training page hero backgrounds */
.generative-ai-hero {
  background-image: url("../img/hero/hero-service.jpg");
}

.advanced-ai-hero {
  background-image: url("../img/hero/hero-corporate.jpg");
}

.agentic-ai-hero {
  background-image: url("../img/hero/hero-staffing.jpg");
}

.java-cloud-hero {
  background-image: url("../img/hero/hero-internship.jpg");
}

.python-cloud-hero {
  background-image: url("../img/hero/hero-careers.jpg");
}

.data-science-hero {
  background-image: url("../img/hero/hero-healthcare.jpg");
}

.data-engineering-hero {
  background-image: url("../img/hero/hero-testimonial.jpg");
}

.cloud-devops-hero {
  background-image: url("../img/hero/hero-corporate.jpg");
}

.quantum-computing-hero {
  background-image: url("../img/hero/hero-ai-tools.jpg");
}

/* About Section Hero Backgrounds */
.about-company-hero {
  background-image: url("../img/hero/hero-corporate.jpg");
}

.core-values-hero {
  background-image: url("../img/hero/hero-service.jpg");
}

.ecosystem-hero {
  background-image: url("../img/hero/hero-staffing.jpg");
}

@media (max-width: 991px) {
  .training-page-hero {
    padding: 60px 0;
  }

  .training-page-hero .page-title {
    font-size: 2rem;
  }

  .training-page-hero .page-subtitle {
    font-size: 1rem;
  }

  .training-page-hero .hero-stats {
    gap: 20px;
  }
}

/* Professional Programs - Modern Card Design */
.services .program-card {
  background: white;
  border-radius: 12px;
  padding: 35px 28px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: none;
  border-left: 4px solid #106eea;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.services .program-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  border-radius: 0 0 0 100%;
}

.services .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(16, 110, 234, 0.15);
  border-left-width: 6px;
}

.services .program-card .icon-wrapper {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.services .program-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 18px;
  line-height: 1.4;
}

.services .program-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a6c7d;
  margin-bottom: 10px;
}

.services .program-card p strong {
  color: #2c3e50;
  font-weight: 600;
}

.services .program-card .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  padding: 8px 24px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.services .program-card .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.services .program-card .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 2;
}


/* Why Choose Us Section - Horizontal Cards with Colored Borders */
.features .why-choose-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  border-left: 4px solid var(--card-color);
  border-top: 1px solid #e8ecf4;
  border-right: 1px solid #e8ecf4;
  border-bottom: 1px solid #e8ecf4;
  transition: all 0.3s ease;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.features .why-choose-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  border-left-width: 6px;
}

.features .why-choose-card .flex-shrink-0 {
  width: 60px;
}

.features .why-choose-card i {
  transition: all 0.3s ease;
  display: block;
}

.features .why-choose-card:hover i {
  transform: scale(1.15);
}

.features .why-choose-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
  line-height: 1.3;
}

.features .why-choose-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 0;
}

.features .why-choose-card p strong {
  color: var(--card-color);
  font-weight: 600;
}

/* Color variations */
.features .card-green {
  --card-color: #10b981;
}

.features .card-blue {
  --card-color: #3b82f6;
}

.features .card-amber {
  --card-color: #f59e0b;
}

.features .card-purple {
  --card-color: #8b5cf6;
}


/*--------------------------------------------------------------
# Premium Animations & Gradients
--------------------------------------------------------------*/

/* Keyframe Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(16, 110, 234, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(16, 110, 234, 0.6);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Premium Hero Section Enhancements */
#hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background-size: 400% 400%;
  animation: gradientFlow 15s ease infinite;
  position: relative;
  overflow: hidden;
}

#hero:before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 249, 255, 0.92) 100%);
}

#hero:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 110, 234, 0.05) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
  pointer-events: none;
}

#hero h1 {
  animation: fadeInDown 1s ease-out;
}

#hero h2 {
  animation: fadeInUp 1s ease-out 0.2s backwards;
}

#hero .btn-get-started {
  background: linear-gradient(135deg, #28a745, #20c997, #17a2b8);
  background-size: 200% 200%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

#hero .btn-get-started:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

#hero .btn-get-started:hover {
  background-position: 100% 0;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(40, 167, 69, 0.5);
}

#hero .btn-get-started:hover:before {
  left: 100%;
}

/* Premium Button Styles */
.btn-primary,
.btn-success,
.btn-info {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: linear-gradient(135deg, #106eea, #3b8af2);
  background-size: 200% 200%;
  border: none;
}

.btn-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  background-size: 200% 200%;
  border: none;
}

.btn-info {
  background: linear-gradient(135deg, #17a2b8, #20c997);
  background-size: 200% 200%;
  border: none;
}

.btn-primary:before,
.btn-success:before,
.btn-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.btn-primary:hover,
.btn-success:hover,
.btn-info:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover:before,
.btn-success:hover:before,
.btn-info:hover:before {
  left: 100%;
}

/* Premium Card Animations */
.icon-box,
.service-item {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.icon-box:before,
.service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.05) 0%, rgba(59, 138, 242, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.icon-box:hover,
.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.icon-box:hover:before,
.service-item:hover:before {
  opacity: 1;
}

.icon-box .icon,
.service-item .icon {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.icon-box:hover .icon,
.service-item:hover .icon {
  transform: scale(1.2) rotate(5deg);
}

/* Premium Section Backgrounds */
.section-bg {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 50%, #fef3f0 100%);
  background-size: 400% 400%;
  animation: gradientFlow 20s ease infinite;
}

/* Why Choose Cards Premium Effects */
.features .why-choose-card {
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.features .why-choose-card:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--card-color, #106eea) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.features .why-choose-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.features .why-choose-card:hover:before {
  opacity: 0.05;
  animation: rotate 20s linear infinite;
}

/* Staffing Process Cards */
#staffing-process .icon-box {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#staffing-process .icon-box:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
  transform: translateY(-15px) scale(1.03);
}

#staffing-process .rounded-circle {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#staffing-process .icon-box:hover .rounded-circle {
  transform: scale(1.2) rotate(360deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Badge Animations */
.badge {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 3s infinite;
}

/* Section Title Enhancements */
.section-title h2 {
  background: linear-gradient(135deg, #e7f1fd 0%, #dbe7ff 100%);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(16, 110, 234, 0.1);
}

.section-title h2:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(16, 110, 234, 0.2);
}

.section-title h3 span {
  background: linear-gradient(135deg, #106eea, #3b8af2, #20c997);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientFlow 5s ease infinite;
}

/* Premium Back to Top Button */
.back-to-top {
  background: linear-gradient(135deg, #106eea, #3b8af2);
  background-size: 200% 200%;
  animation: gradientFlow 3s ease infinite;
  box-shadow: 0 4px 15px rgba(16, 110, 234, 0.3);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.back-to-top:hover {
  background-position: 100% 0;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 30px rgba(16, 110, 234, 0.5);
}

/* AOS Animation Enhancements */
[data-aos="zoom-in"],
[data-aos="fade-up"],
[data-aos="fade-down"] {
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Floating Animation for Special Elements */
.featured-course {
  animation: float 6s ease-in-out infinite;
}

/* Glassmorphism Effect */
.glass-effect {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

/* Gradient Borders */
.gradient-border {
  position: relative;
  background: white;
  border-radius: 16px;
}

.gradient-border:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #106eea, #20c997, #f59e0b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Smooth Scroll Behavior */
html {
  scroll-behavior: smooth;
}

/* Premium Focus States */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 110, 234, 0.2);
  transition: box-shadow 0.3s ease;
}

/* Loading Shimmer Effect */
@keyframes loading-shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.loading-shimmer {
  background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-size: 800px 104px;
  animation: loading-shimmer 1.5s infinite linear;
}

/*--------------------------------------------------------------
# Training Programs Icons
--------------------------------------------------------------*/
.training-icon {
  font-size: 3rem;
}

.training-icon-ai {
  color: #dc2626;
}

.training-icon-stack {
  color: #106eea;
}

.training-icon-data {
  color: #28a745;
}

.training-icon-cloud {
  color: #0dcaf0;
}

.training-summary-panel {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 2px solid #dee2e6;
}

/*--------------------------------------------------------------
# Partner CTA Section
--------------------------------------------------------------*/
.partner-cta {
  padding: 40px 0;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.partner-cta-card {
  border: 3px dashed #106eea;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 2rem !important;
  border-radius: 8px;
}

.partner-cta-orb {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.partner-cta-orb-top {
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #106eea15, #28a74515);
}

.partner-cta-orb-bottom {
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #28a74515, #106eea15);
}

.partner-cta-content {
  position: relative;
  z-index: 1;
}

.partner-cta-emoji {
  font-size: 3rem;
}

.partner-cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #106eea;
}

.partner-cta-lead {
  color: #495057;
}

.partner-cta .text-muted {
  color: #6b7280 !important;
}

.partner-highlight-staffing,
.partner-highlight-staffing strong {
  color: #28a745;
}

.partner-highlight-training,
.partner-highlight-training strong {
  color: #106eea;
}

.partner-highlight-software,
.partner-highlight-software strong {
  color: #6f42c1;
}

.partner-highlight-healthcare,
.partner-highlight-healthcare strong {
  color: #dc2626;
}

.partner-pill {
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}

.partner-pill-training {
  border-color: #28a745;
}

.partner-pill-staffing {
  border-color: #106eea;
}

.partner-pill-software {
  border-color: #6f42c1;
}

.partner-pill-healthcare {
  border-color: #dc2626;
}

.partner-pill-icon {
  font-size: 1.2rem;
}

.partner-pill-training .partner-pill-icon,
.partner-pill-training .partner-pill-text {
  color: #28a745;
}

.partner-pill-staffing .partner-pill-icon,
.partner-pill-staffing .partner-pill-text {
  color: #106eea;
}

.partner-pill-software .partner-pill-icon,
.partner-pill-software .partner-pill-text {
  color: #6f42c1;
}

.partner-pill-healthcare .partner-pill-icon,
.partner-pill-healthcare .partner-pill-text {
  color: #dc2626;
}

.partner-cta-button {
  background: linear-gradient(135deg, #106eea, #28a745);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.partner-cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(16, 110, 234, 0.4);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-title {
  font-size: 1.5rem;
}

.testimonials-subtitle {
  font-size: 1.3rem;
}

.testimonials-lead {
  font-size: 0.95rem;
}

.testimonials-intro-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  margin-bottom: 0;
}

.testimonials-intro-icon {
  font-size: 2rem;
  color: #f59e0b;
}

.testimonials-intro-title {
  color: #2d3748;
  font-size: 1.2rem;
}

.testimonials-intro-text {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.testimonials-cta-card {
  min-height: 180px;
}

.testimonials-cta-green {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
}

.testimonials-cta-blue {
  background: linear-gradient(135deg, #e3f2fd 0%, #f1f8fd 100%);
}

.testimonials-cta-amber {
  background: linear-gradient(135deg, #fef3e8 0%, #fef8f1 100%);
}

.testimonials-cta-icon {
  font-size: 2rem;
}

.testimonials-cta-green .testimonials-cta-icon {
  color: #28a745;
}

.testimonials-cta-blue .testimonials-cta-icon {
  color: #3b8af2;
}

.testimonials-cta-amber .testimonials-cta-icon {
  color: #f59e0b;
}

.testimonials-cta-title {
  color: #2d3748;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.testimonials-cta-text {
  color: #64748b;
  font-size: 0.85rem;
  flex-grow: 1;
}

.testimonial-stat-number {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.testimonial-stat-label {
  font-size: 0.8rem;
}

.testimonials-footer-note {
  font-size: 0.85rem;
}

/* ======= Additional Style Improvements ======= */

/* Enhanced Button Styling */
.btn {
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 10px 20px;
  font-size: 0.95rem;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: linear-gradient(135deg, #106eea, #0d5bc1);
  border-color: #106eea;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0d5bc1, #0a4a9d);
  border-color: #0d5bc1;
  box-shadow: 0 8px 24px rgba(16, 110, 234, 0.3);
}

.btn-success {
  background: linear-gradient(135deg, #28a745, #1f8a38);
  border-color: #28a745;
}

.btn-success:hover {
  background: linear-gradient(135deg, #1f8a38, #197430);
  border-color: #1f8a38;
  box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
}

/* Card Hover Effects */
.icon-box {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.icon-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-6px);
}

/* Section Padding Optimization */
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  
  #header {
    height: 64px;
  }
  
  #header .logo img {
    max-height: 48px;
  }
  
  .navbar a {
    padding: 6px 10px;
    font-size: 11px;
  }
  
  .navbar a i {
    font-size: 12px;
  }
  
  .btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  
  .hero-title {
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  .hero-highlight {
    font-size: 1.05rem;
  }
}

@media (max-width: 576px) {
  #header {
    height: 60px;
  }
  
  #header .logo img {
    max-height: 44px;
  }
  
  .navbar a {
    padding: 5px 8px;
    font-size: 10px;
  }
  
  .navbar a i {
    font-size: 11px;
  }
  
  .btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  
  .hero-title {
    font-size: 2rem;
    letter-spacing: -0.3px;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .hero-highlight {
    font-size: 0.95rem;
  }
  
  .section-title h3 {
    font-size: 22px;
  }

  /* Mobile hero background optimization */
  .service-hero,
  .staffing-hero,
  .careers-hero,
  .internship-hero,
  .corporate-hero,
  .healthcare-hero,
  .testimonial-hero,
  .ai-tools-hero {
    background-attachment: scroll !important;
  }
}

/* ============================================================
   DHRUVA SOFTECH â€” ENTERPRISE DESIGN SYSTEM v2.0
   Premium redesign inspired by GSPANN, Nexum, Accion Labs
   ============================================================ */

/* â”€â”€ Google Font: Playfair Display â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* (loaded via <head> link tag) */

/* â”€â”€ Design Tokens â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --ds-navy:       #0a0f1e;
  --ds-navy-mid:   #0f172a;
  --ds-navy-light: #1e293b;
  --ds-blue:       #175191;
  --ds-blue-bright:#2d8bff;
  --ds-blue-glow:  rgba(23, 81, 145, 0.15);
  --ds-green:      #28a745;
  --ds-purple:     #7c3aed;
  --ds-amber:      #c49000;
  --ds-cyan:       #0dcaf0;
  --ds-white:      #ffffff;
  --ds-off-white:  #f0f4ff;
  --ds-text-muted: rgba(0,0,0,0.65);
  --ds-border:     rgba(0,0,0,0.1);

  --ds-font-hero:  'Outfit', sans-serif;
  --ds-font-body:  'Inter', sans-serif;
  --ds-font-head:  'Outfit', sans-serif;

  --ds-radius-sm: 6px;
  --ds-radius-md: 12px;
  --ds-radius-lg: 20px;
  --ds-trans:     0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Nav badge pills */
.nav-badge {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 20px;
  background: #dc2626;
  color: #fff;
  vertical-align: middle;
}
.nav-badge-green { background: #28a745; }
.nav-badge-amber { background: #f59e0b; color: #222; }

/* CTA button in nav */
.nav-item-contact .nav-link-button {
  background: var(--ds-blue);
  border: 1px solid var(--ds-blue);
  color: #fff !important;
  padding: 8px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition-base);
  box-shadow: 0 4px 15px rgba(23,81,145,0.2);
}
.nav-item-contact .nav-link-button:hover {
  background: var(--ds-amber) !important;
  border-color: var(--ds-amber) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196,144,0,0.4) !important;
}
.nav-item-contact .nav-link-button:hover span {
  color: #fff !important;
}

/* â”€â”€ Hero Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #05143a 0%, #0d3885 55%, #1461cc 100%);
}

.ds-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/hero-enterprise-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.ds-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 35, 92, 0.88) 0%,
    rgba(16, 110, 234, 0.75) 50%,
    rgba(29, 173, 255, 0.6) 100%
  );
}

/* Animated mesh overlay */
.ds-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16,110,234,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(124,58,237,0.06) 0%, transparent 40%);
  z-index: 1;
}

.ds-hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 0 20px;
}

.min-vh-100-hero {
  min-height: 85vh;
}

/* Eyebrow */
.ds-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,110,234,0.15);
  border: 1px solid rgba(16,110,234,0.3);
  color: #7eb8ff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  backdrop-filter: blur(10px);
}
.ds-eyebrow-dot {
  width: 6px;
  height: 6px;
  background: #2d8bff;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

/* Hero Title */
.ds-hero-title {
  font-family: var(--ds-font-hero);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  position: relative;
  padding-bottom: 2rem;
}
.ds-hero-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.ds-hero-accent {
  background: linear-gradient(135deg, #2d8bff, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero Subtitle */
.ds-hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e2e8f0;
  max-width: 700px;
  margin-bottom: 1.5rem;
}

/* Trust signals */
.ds-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2rem;
}
.ds-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f8fafc;
  font-size: 0.85rem;
  font-weight: 500;
}
.ds-trust-item .bi-check-circle-fill {
  color: #0ea5e9;
  font-size: 1rem;
}

/* Hero CTAs */
.ds-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 1.5rem;
}

/* Hero WhatsApp nudge */
.ds-hero-whatsapp {
  margin-top: 0.5rem;
}
.ds-whatsapp-link {
  color: #25d366;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-base);
}
.ds-whatsapp-link:hover {
  color: #4adf80;
}

/* Hero visual â€” floating stat cards */
.ds-hero-visual {
  position: relative;
  width: 400px;
  height: 400px;
}

.ds-hero-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ds-orbit-ring {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(16,110,234,0.2);
  border-radius: 50%;
  animation: orbit-spin 20s linear infinite;
}
@keyframes orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.ds-orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #106eea, #7c3aed);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 0 40px rgba(16,110,234,0.4);
}

.ds-hero-stat-card {
  position: absolute;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--ds-radius-md);
  padding: 16px 20px;
  text-align: center;
  animation: float-card 4s ease-in-out infinite;
}
.ds-hero-stat-card:nth-child(2) { animation-delay: -1.3s; }
.ds-hero-stat-card:nth-child(3) { animation-delay: -2.6s; }

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.ds-hsc-1 { top: -5%; left: -5%; }
.ds-hsc-2 { top: 42%; right: -15%; }
.ds-hsc-3 { bottom: 5%; left: 10%; }

.ds-hsc-icon {
  font-size: 1.5rem;
  color: #2d8bff;
  margin-bottom: 4px;
}
.ds-hsc-number {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.ds-hsc-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Scroll hint */
.ds-hero-scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.ds-hero-scroll-hint a {
  color: rgba(255,255,255,0.5);
  font-size: 1.5rem;
  animation: bounce-down 2s ease-in-out infinite;
  display: block;
}
.ds-hero-scroll-hint a:hover { color: #fff; }
@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* â”€â”€ Achievement Ticker â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-ticker-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(135deg, rgba(15, 24, 53, 0.95), rgba(10, 15, 30, 0.95));
  padding: 14px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ds-ticker-inner {
  overflow: hidden;
  white-space: nowrap;
}
.ds-ticker-track {
  display: inline-block;
  animation: ticker-scroll 40s linear infinite;
}
.ds-ticker-track:hover {
  animation-play-state: paused;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ds-tick-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0 8px;
}
.ds-tick-item .bi {
  color: #2d8bff;
  font-size: 0.9rem;
}
.ds-tick-sep {
  color: rgba(16,110,234,0.5);
  margin: 0 16px;
  font-size: 0.7rem;
}

/* â”€â”€ Stats Strip â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-stats-section {
  background: linear-gradient(135deg, var(--ds-navy) 0%, var(--ds-navy-mid) 50%, var(--ds-navy) 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.ds-stats-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23,81,145,0.5), transparent);
}
.ds-stat-item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(0,0,0,0.08);
  position: relative;
}
.ds-stat-item:last-child { border-right: none; }

.ds-stat-number {
  font-family: var(--ds-font-hero);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #106eea;
  line-height: 1;
  display: inline;
}
.ds-stat-suffix {
  font-family: var(--ds-font-hero);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--ds-amber);
  display: inline;
  margin-left: 2px;
}
.ds-stat-label {
  font-size: 0.82rem;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  font-weight: 500;
}

/* â”€â”€ Section Headers â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-section-header {
  text-align: center;
  margin-bottom: 48px;
}
.ds-section-header.text-start { text-align: left; }

.ds-section-tag {
  display: inline-block;
  background: rgba(16,110,234,0.1);
  color: #106eea;
  border: 1px solid rgba(16,110,234,0.25);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ds-tag-light {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.15);
}

.ds-section-title {
  font-family: var(--ds-font-hero);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.ds-section-title span {
  color: var(--ds-amber);
}
.ds-accent-text {
  background: linear-gradient(135deg, #2d8bff, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ds-section-header-dark .ds-section-title { color: #0f172a; }

.ds-section-sub {
  font-size: 1.15rem;
  color: #334155;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: 0.3px;
}
.ds-section-header-dark .ds-section-sub {
  color: #475569;
}
.text-white-75 { color: rgba(255,255,255,0.75) !important; }

/* â”€â”€ DS Buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: var(--ds-radius-sm);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-base);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.ds-btn-primary {
  background: var(--ds-blue);
  color: #fff;
  box-shadow: 0 4px 20px rgba(23,81,145,0.3);
}
.ds-btn-primary:hover {
  background: #113d6e;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(23,81,145,0.4);
  color: #fff;
}
.ds-btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
}
.ds-btn-ghost:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-3px);
  color: #fff;
}
.ds-btn-glass {
  background: var(--ds-blue);
  border: 1px solid var(--ds-blue);
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(23, 81, 145, 0.2);
}
.ds-btn-glass:hover {
  background: #113d6e;
  border-color: #113d6e;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(23, 81, 145, 0.4);
  color: #fff !important;
}
.ds-btn-outline-primary {
  background: transparent;
  color: #106eea;
  border-color: #106eea;
}
.ds-btn-outline-primary:hover {
  background: #106eea;
  color: #fff;
  transform: translateY(-2px);
}
.ds-btn-large {
  padding: 15px 40px;
  font-size: 1rem;
}

/* â”€â”€ Services Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-services-section {
  padding: 80px 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle at top right, rgba(23, 81, 145, 0.05) 0%, transparent 40%);
}

.ds-service-card {
  background: #ffffff;
  border-radius: var(--ds-radius-lg);
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 8px 30px rgba(10, 15, 30, 0.04);
  border: 1px solid rgba(10, 15, 30, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.ds-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--svc-color, #106eea), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.ds-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(10, 15, 30, 0.08);
  border-color: rgba(16, 110, 234, 0.15);
}
.ds-service-card:hover::before {
  transform: scaleX(1);
}

.ds-svc-featured {
  border: 2px solid var(--ds-amber);
  background: linear-gradient(135deg, #faf5ff, #fff);
}
.ds-svc-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--ds-amber);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ds-svc-icon-wrap {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--svc-color, #106eea) 10%, transparent);
  border-radius: var(--ds-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--svc-color, #106eea);
  margin-bottom: 20px;
  transition: var(--transition-base);
}
.ds-service-card:hover .ds-svc-icon-wrap {
  background: var(--svc-color, #106eea);
  color: #fff;
  transform: scale(1.1);
}

.ds-svc-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.ds-svc-desc {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 16px;
}
.ds-svc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.ds-svc-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #444;
  margin-bottom: 6px;
}
.ds-svc-features li .bi-check2 {
  color: #28a745;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.ds-svc-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #106eea;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-base);
}
.ds-svc-link:hover {
  color: #0d5ccc;
  gap: 10px;
}

/* â”€â”€ Ecosystem Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-ecosystem-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--ds-navy), var(--ds-navy-mid), var(--ds-navy));
  position: relative;
  overflow: hidden;
}
.ds-ecosystem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 50%, rgba(23,81,145,0.06) 0%, transparent 60%),
                    radial-gradient(circle at 70% 30%, rgba(196,144,0,0.05) 0%, transparent 50%);
}

.ds-eco-card {
  background: #ffffff;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(10, 15, 30, 0.05);
  border-radius: var(--ds-radius-lg);
  padding: 40px 32px;
  height: 100%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  box-shadow: 0 8px 30px rgba(10, 15, 30, 0.03);
}
.ds-eco-card:hover {
  background: #ffffff;
  border-color: rgba(16, 110, 234, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(10, 15, 30, 0.08);
}
.ds-eco-card-center {
  border-color: rgba(23,81,145,0.3);
  background: rgba(23,81,145,0.08);
}

.ds-eco-step {
  font-family: var(--ds-font-hero);
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
}
.ds-eco-icon {
  font-size: 2rem;
  color: #2d8bff;
  margin-bottom: 16px;
  display: block;
}
.ds-eco-card h3 {
  color: #1a1a2e;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ds-eco-card p {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

/* â”€â”€ Training Carousel â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-training-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
  overflow: hidden;
}

.ds-training-swiper {
  padding: 20px 4px 50px !important;
  overflow: visible !important;
}

.ds-training-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--ds-radius-lg);
  padding: 32px 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  border: 1px solid rgba(255,255,255,0.4);
  height: 100%;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ds-training-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--tc, #106eea);
}
.ds-training-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.ds-tc-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 50px;
  background: rgba(220,38,38,0.1);
  color: #dc2626;
  margin-bottom: 14px;
  border: 1px solid rgba(220,38,38,0.2);
}
.ds-badge-purple { background: rgba(23,81,145,0.1); color: var(--ds-blue); border-color: rgba(23,81,145,0.2); }
.ds-badge-blue   { background: rgba(23,81,145,0.1); color: var(--ds-blue); border-color: rgba(23,81,145,0.2); }
.ds-badge-green  { background: rgba(196,144,0,0.1); color: var(--ds-amber); border-color: rgba(196,144,0,0.2); }
.ds-badge-amber  { background: rgba(196,144,0,0.1); color: var(--ds-amber); border-color: rgba(196,144,0,0.2); }
.ds-badge-cyan   { background: rgba(23,81,145,0.1); color: var(--ds-blue); border-color: rgba(23,81,145,0.2); }

.ds-tc-icon {
  font-size: 2rem;
  color: var(--tc, #106eea);
  margin-bottom: 12px;
  display: block;
}
.ds-training-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.ds-training-card p {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 14px;
}
.ds-tc-meta {
  font-size: 0.78rem;
  color: #94a3b8;
  margin-bottom: 16px;
  font-weight: 500;
}
.ds-tc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tc, #106eea);
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease;
}
.ds-tc-cta:hover { gap: 10px; color: var(--tc, #106eea); text-decoration: none; }

/* Swiper dots and arrows */
.ds-training-pagination .swiper-pagination-bullet {
  background: #cbd5e1;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.ds-training-pagination .swiper-pagination-bullet-active {
  background: #106eea;
  width: 24px;
  border-radius: 4px;
}
.ds-swiper-prev, .ds-swiper-next {
  color: #106eea !important;
  background: #fff;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  top: 45% !important;
}
.ds-swiper-prev::after, .ds-swiper-next::after {
  font-size: 16px !important;
  font-weight: 800;
}

/* â”€â”€ Why Choose Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-why-section {
  padding: 80px 0;
  background-color: #ffffff;
  background-image: radial-gradient(rgba(23, 81, 145, 0.08) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
.ds-why-lead {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.8;
}
.ds-why-card {
  background: #ffffff;
  border-radius: var(--ds-radius-lg);
  padding: 32px 28px;
  border-left: 4px solid var(--wc, #106eea);
  box-shadow: 0 4px 20px rgba(10, 15, 30, 0.04);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.ds-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(10, 15, 30, 0.08);
}
.ds-why-icon {
  font-size: 1.6rem;
  color: var(--wc, #106eea);
  margin-bottom: 10px;
}
.ds-why-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.ds-why-card p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

/* â”€â”€ Tech Stack Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-tech-section {
  padding: 70px 0 0;
  background: #f8faff;
}
.ds-tech-ticker-wrap {
  overflow: hidden;
  padding: 32px 0;
  background: #f8faff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-top: 40px;
}
.ds-tech-ticker { overflow: hidden; }
.ds-tech-track {
  display: inline-flex;
  gap: 0;
  animation: tech-scroll 30s linear infinite;
}
.ds-tech-track:hover { animation-play-state: paused; }
@keyframes tech-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ds-tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 36px;
  color: #475569;
  transition: var(--transition-base);
  cursor: default;
  min-width: 100px;
}
.ds-tech-item:hover { color: var(--ds-blue); }
.ds-tech-item .bx,
.ds-tech-item .bi {
  font-size: 3rem;
  transition: transform 0.3s ease;
}
.ds-tech-item:hover .bx,
.ds-tech-item:hover .bi {
  transform: scale(1.15);
}

/* Original Brand Colors for Tech Stack */
.ds-tech-item .bxl-java { color: #f89820; }
.ds-tech-item .bxl-python { color: #3776ab; }
.ds-tech-item .bxl-react { color: #61dafb; }
.ds-tech-item .bxl-aws { color: #ff9900; }
.ds-tech-item .bxl-microsoft { color: #00a4ef; }
.ds-tech-item .bxl-docker { color: #2496ed; }
.ds-tech-item .bxl-git { color: #f05032; }
.ds-tech-item .bi-lightning-charge-fill { color: #009688; } /* FastAPI */
.ds-tech-item .bxl-nodejs { color: #339933; }
.ds-tech-item .bi-diagram-3-fill { color: #000000; } /* LangChain */

.ds-tech-item span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* â”€â”€ Industries Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-industries-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}
.ds-industry-card {
  background: #fff;
  border-radius: var(--ds-radius-md);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition-base);
  height: 100%;
}
.ds-industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.ds-ind-icon {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--ic, #106eea) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--ic, #106eea);
  margin: 0 auto 18px;
  transition: var(--transition-base);
}
.ds-industry-card:hover .ds-ind-icon {
  background: var(--ic, #106eea);
  color: #fff;
  transform: scale(1.1);
}
.ds-industry-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.ds-industry-card p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

/* â”€â”€ Engagement/Partner Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-engage-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--ds-navy), var(--ds-navy-mid));
  position: relative;
  overflow: hidden;
}
.ds-engage-card {
  background: #ffffff;
  border: 1px solid rgba(10, 15, 30, 0.05);
  border-radius: var(--ds-radius-lg);
  padding: 46px 36px;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(10, 15, 30, 0.03);
}
.ds-engage-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: var(--eg, #106eea);
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.ds-engage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(10, 15, 30, 0.08);
  border-color: rgba(16, 110, 234, 0.15);
}
.ds-engage-card:hover::before { transform: scaleX(1); }
.ds-engage-featured {
  background: rgba(196,144,0,0.1);
  border-color: rgba(196,144,0,0.3);
}
.ds-engage-icon {
  font-size: 2.2rem;
  color: var(--eg, #106eea);
  margin-bottom: 16px;
  display: block;
}
.ds-engage-card h4 {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ds-engage-card p {
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.ds-engage-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--eg, #106eea);
  color: #fff;
  padding: 9px 20px;
  border-radius: var(--ds-radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-base);
}
.ds-engage-btn:hover {
  filter: brightness(1.15);
  transform: translateX(4px);
  color: #fff;
  text-decoration: none;
}

/* â”€â”€ Contact Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ds-contact-section {
  padding: 80px 0;
  background-color: #f4f7fb;
  background-image: radial-gradient(circle at bottom right, rgba(196, 144, 0, 0.06) 0%, transparent 50%);
}
.ds-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ds-ci-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.ds-ci-icon {
  width: 44px;
  height: 44px;
  background: color-mix(in srgb, var(--ci, #106eea) 10%, transparent);
  border-radius: var(--ds-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--ci, #106eea);
  flex-shrink: 0;
}
.ds-ci-body h5 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.ds-ci-body p,
.ds-ci-body a {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
  text-decoration: none;
}
.ds-ci-body a:hover { color: #106eea; }

.ds-contact-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.ds-cs-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: var(--ds-radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-base);
}
.ds-cs-wa {
  background: rgba(37,211,102,0.1);
  color: #25d366;
  border: 1px solid rgba(37,211,102,0.2);
}
.ds-cs-wa:hover { background: #25d366; color: #fff; }
.ds-cs-li {
  background: rgba(10,102,194,0.1);
  color: #0a66c2;
  border: 1px solid rgba(10,102,194,0.2);
}
.ds-cs-li:hover { background: #0a66c2; color: #fff; }

.ds-contact-form .form-control {
  border: 1px solid #e2e8f0;
  border-radius: var(--ds-radius-sm);
  padding: 12px 16px;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}
.ds-contact-form .form-control:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 3px rgba(16,110,234,0.1);
}

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#footer {
  background: linear-gradient(135deg, rgba(8, 35, 92, 0.9) 0%, rgba(16, 110, 234, 0.82) 60%, rgba(29, 173, 255, 0.7) 100%), url("../img/hero/hero-corporate.jpg");
  background-size: cover;
  background-position: center;
  color: rgba(255,255,255,0.8);
}

.footer-newsletter {
  background: transparent;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-newsletter h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer-newsletter p {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  margin-bottom: 20px;
}
.footer-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
  border-radius: var(--ds-radius-sm);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.footer-newsletter-form input {
  flex: 1;
  padding: 13px 18px;
  border: none;
  font-size: 0.9rem;
  background: rgba(255,255,255,0.06);
  color: #fff;
  outline: none;
}
.footer-newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.footer-newsletter-form button {
  background: #106eea;
  color: #fff;
  border: none;
  padding: 13px 22px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.footer-newsletter-form button:hover { background: #2d8bff; }

.footer-top {
  padding: 56px 0 30px;
}

.footer-info p {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 12px 0 16px;
}

.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}
.footer-contact-item .bi {
  color: #106eea;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact-item a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-item a:hover { color: #fff; }

.footer-social-links {
  display: flex;
  gap: 10px;
}
.footer-social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
  text-decoration: none;
  transition: var(--transition-base);
}
.footer-social:hover { transform: translateY(-4px); color: #fff; }
.footer-social-whatsapp:hover { background: #25d366; }
.footer-social-facebook:hover { background: #1877f2; }
.footer-social-instagram:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.footer-social-linkedin:hover { background: #0a66c2; }

.footer-links h4 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}
.footer-links h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: #106eea;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.footer-links ul li .bi {
  color: rgba(16,110,234,0.7);
  font-size: 0.7rem;
}
.footer-links ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.84rem;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links ul li a:hover { color: #fff; padding-left: 4px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 25px 40px;
}
.footer-bottom p {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  margin: 0;
}
.footer-tagline {
  color: var(--ds-amber) !important;
  font-size: 0.9rem !important;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* â”€â”€ Mobile Responsive Overrides â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 991px) {
  .ds-hero-content { padding: 100px 0 60px; }
  .ds-hero-title { font-size: clamp(1.8rem, 6vw, 2.8rem); }
  .ds-hero-cta { flex-direction: column; align-items: flex-start; }
  .ds-hero-cta .ds-btn { width: 100%; justify-content: center; }
  .ds-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .ds-stat-item:last-child { border-bottom: none; }
}

@media (max-width: 767px) {
  .ds-hero-title { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .ds-hero-subtitle { font-size: 0.95rem; }
  .ds-section-title { font-size: clamp(1.5rem, 5vw, 2rem); }
  .ds-hero-trust { gap: 8px; }
  .ds-trust-item { font-size: 0.78rem; }
  .footer-newsletter-form { flex-direction: column; border-radius: 8px; overflow: visible; gap: 8px; }
  .footer-newsletter-form input, .footer-newsletter-form button { border-radius: 6px; width: 100%; }
  .ds-contact-social { flex-direction: row; flex-wrap: wrap; }
}

/* ============================================================
   SECONDARY PAGES â€” Enterprise Design Upgrades
   Applies globally to all inner pages (non-homepage)
   ============================================================ */

/* â”€â”€ Universal Page Hero (replaces .staffing-hero, .careers-hero, etc.) â”€â”€ */
.staffing-hero,
.trainings-hero,
.careers-hero,
.service-hero,
.internship-hero,
.corporate-hero,
.healthcare-hero,
.testimonial-hero,
.ai-tools-hero,
.about-company-hero {
  background: linear-gradient(135deg, #0a0f1e 0%, #0f1835 55%, #152045 100%) !important;
  background-attachment: scroll !important;
  min-height: 75vh;
  display: flex;
  align-items: center;
  padding: 80px 0 40px !important;
  position: relative;
  overflow: hidden;
}
.staffing-hero::before,
.trainings-hero::before,
.careers-hero::before,
.service-hero::before,
.internship-hero::before,
.corporate-hero::before,
.healthcare-hero::before,
.testimonial-hero::before,
.ai-tools-hero::before,
.about-company-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(16,110,234,0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(124,58,237,0.06) 0%, transparent 50%);
  pointer-events: none;
}

/* Hero text inside all page heroes */
.staffing-hero h1,
.trainings-hero h1,
.careers-hero h1,
.service-hero h1,
.internship-hero h1,
.corporate-hero h1,
.healthcare-hero h1,
.testimonial-hero h1,
.ai-tools-hero h1,
.about-company-hero h1,
.staffing-hero .display-5,
.careers-hero .display-5,
.service-hero .display-6 {
  font-family: 'Poppins', sans-serif !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
  margin-bottom: 1.5rem !important;
}

.staffing-hero p,
.trainings-hero p,
.careers-hero p,
.service-hero p,
.internship-hero p,
.corporate-hero p,
.healthcare-hero p,
.testimonial-hero p,
.ai-tools-hero p,
.staffing-hero .lead,
.careers-hero .lead,
.service-hero .lead {
  color: rgba(255,255,255,0.85) !important;
  font-size: 1.05rem !important;
  margin-bottom: 1.5rem !important;
}

/* Standardized Hero Badge (Eyebrow) */
.hero-badge, 
.staffing-hero .badge.bg-warning,
.careers-hero .badge.bg-warning {
  background: rgba(56, 189, 248, 0.15) !important;
  color: #38bdf8 !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
  padding: 8px 16px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  display: inline-block !important;
  margin-bottom: 1.5rem !important;
}

/* Icon colors in dark heroes */
.staffing-hero .bi,
.careers-hero .bi,
.service-hero .bi,
.internship-hero .bi {
  color: #38bdf8 !important;
}
.staffing-hero .bi-check-circle-fill,
.internship-hero .bi-check-circle-fill {
  color: #28a745 !important;
}

/* Stat/mini cards inside heroes */
.stat-box,
.stats-showcase .stat-box,
.hero-mini-card,
.hero-cards .hero-mini-card {
  background: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
  color: #fff !important;
}
.stat-box h2 { color: #fff !important; }
.stat-box h2.text-primary { color: #2d8bff !important; }
.stat-box h2.text-success { color: #34d399 !important; }
.stat-box h2.text-warning { color: #fbbf24 !important; }

.hero-mini-card h6 { color: #fff !important; }
.hero-mini-card p { color: rgba(255,255,255,0.65) !important; }

/* Stat cards in software dev hero */
.stat-card {
  background: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  color: #fff !important;
}
.stat-card h3 { color: #fff !important; font-size: 1rem !important; font-weight: 700 !important; }
.stat-card p  { color: rgba(255,255,255,0.65) !important; font-size: 0.85rem !important; margin: 0; }

/* Hero action buttons: override to match enterprise palette */
.staffing-hero .btn-light,
.trainings-hero .btn-light,
.careers-hero .btn-light,
.service-hero .btn-light,
.internship-hero .btn-light,
.corporate-hero .btn-light,
.ai-tools-hero .btn-light {
  background: linear-gradient(135deg, #106eea, #0d5ccc) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(16,110,234,0.3) !important;
}
.staffing-hero .btn-light:hover,
.trainings-hero .btn-light:hover,
.service-hero .btn-light:hover {
  background: linear-gradient(135deg, #2d8bff, #106eea) !important;
  transform: translateY(-2px);
}
.staffing-hero .btn-outline-light,
.trainings-hero .btn-outline-light,
.service-hero .btn-outline-light,
.careers-hero .btn-outline-light {
  color: #fff !important;
  border-color: rgba(255,255,255,0.4) !important;
  background: rgba(255,255,255,0.06) !important;
}
.staffing-hero .btn-outline-light:hover,
.service-hero .btn-outline-light:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.7) !important;
}

/* Hero chip tags */
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 24px;
}
.hero-chips span {
  display: inline-block;
  background: rgba(16,110,234,0.15);
  border: 1px solid rgba(16,110,234,0.3);
  color: #7eb8ff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Hero badge pill */
.hero-badge {
  display: inline-block;
  background: rgba(16,110,234,0.15) !important;
  border: 1px solid rgba(16,110,234,0.3) !important;
  color: #7eb8ff !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

/* Hero highlight items (software dev page) */
.hero-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 12px;
}
.hero-highlight .bi {
  font-size: 1.3rem;
  color: #2d8bff !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.hero-highlight strong { color: #fff !important; }
.hero-highlight .small { color: rgba(255,255,255,0.6) !important; }

/* â”€â”€ section-title upgrade â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-title h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem) !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.3px !important;
  text-transform: none !important;
}
.section-title h3 {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: #475569 !important;
}
.section-title h3 span { color: #106eea !important; }
.section-title p {
  font-size: 0.95rem !important;
  color: #64748b !important;
}

/* â”€â”€ Advantage/advantage-card upgrade â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.advantage-card,
.tech-expertise-card,
.program-card,
.icon-box {
  border-radius: 12px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.advantage-card:hover,
.tech-expertise-card:hover,
.program-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1) !important;
}

/* Number badge in advantage cards */
.number-badge {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #106eea, #0d5ccc);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

/* Staffing option cards */
.staffing-option-card {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  background: #fff !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.staffing-option-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12) !important;
}
.staffing-option-card .card-header {
  padding: 20px 24px !important;
  border: none !important;
}
.staffing-option-card .card-body {
  padding: 24px !important;
}
.duration-option {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  color: #374151;
}

/* â”€â”€ Timeline (How It Works) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #106eea, #7c3aed);
}
.timeline-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  position: relative;
}
.timeline-marker {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #106eea, #0d5ccc);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(16,110,234,0.3);
}
.timeline-content {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  flex: 1;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  border-left: 3px solid #106eea;
}
.timeline-content h5 {
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.timeline-content p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

/* â”€â”€ Benefit boxes (Why Choose section) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.benefit-box {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}
.benefit-box h5 { font-weight: 700; color: #1a1a2e; margin: 12px 0 8px; }
.benefit-box p.text-muted { font-size: 0.88rem; }

/* â”€â”€ Application / Career form card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.application-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

/* â”€â”€ Dark CTA / service-cta â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.service-cta,
.service-strip {
  background: linear-gradient(135deg, #0a0f1e, #0f1835) !important;
  border-radius: 16px !important;
  padding: 48px 40px !important;
  color: #fff !important;
}
.service-cta h4, .service-strip h5 { color: #fff !important; font-family: 'Playfair Display', serif; }
.service-cta p, .service-strip p   { color: rgba(255,255,255,0.7) !important; }
.service-cta .btn-light {
  background: linear-gradient(135deg, #106eea, #0d5ccc) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 32px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(16,110,234,0.3) !important;
  transition: all 0.3s ease !important;
}
.service-cta .btn-light:hover {
  background: linear-gradient(135deg, #2d8bff, #106eea) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(16,110,234,0.4) !important;
}

/* â”€â”€ Generic section alternation â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-bg, .py-5.bg-light { background: #f8faff !important; }

/* â”€â”€ Career job cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.card.border-0.shadow-sm {
  border-radius: 12px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.card.border-0.shadow-sm:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1) !important;
}

/* WhatsApp CTA in contact sections */
a[href*="wa.me"].btn,
a[href*="whatsapp"].btn {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}
a[href*="wa.me"].btn:hover {
  background: #1da851 !important;
  border-color: #1da851 !important;
  transform: translateY(-2px);
}

/* â”€â”€ Training program detailed cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.program-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border: 1px solid rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.icon-wrapper {
  text-align: center;
  padding: 16px 0 12px;
}
.btn-primary.btn-sm, .btn-success.btn-sm, .btn-danger.btn-sm, .btn-warning.btn-sm {
  border-radius: 6px !important;
  font-weight: 600 !important;
  padding: 8px 20px !important;
}

/* â”€â”€ Internship page hero fix â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.internship-hero {
  padding-top: 120px !important;
}

/* â”€â”€ Training detail page hero â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.course-hero,
.training-detail-hero {
  background: linear-gradient(135deg, #0a0f1e 0%, #0f1835 55%, #152045 100%) !important;
  padding: 120px 0 70px !important;
  position: relative;
  overflow: hidden;
}
.course-hero h1,
.training-detail-hero h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: #fff !important;
  font-weight: 800 !important;
}
.course-hero p,
.training-detail-hero p {
  color: rgba(255,255,255,0.78) !important;
}

/* â”€â”€ About page hero (if class .about-hero) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.about-hero {
  background: linear-gradient(135deg, #0a0f1e 0%, #0f1835 55%, #152045 100%) !important;
  padding: 110px 0 70px !important;
}
.about-hero h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: #fff !important;
  font-weight: 800 !important;
}
.about-hero p { color: rgba(255,255,255,0.78) !important; }


/* â”€â”€ Ensure Poppins used for all h1/h2 headings â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
h1, h2.section-title-h2 {
  font-family: 'Poppins', sans-serif;
}

/* â”€â”€ Inner page hero title/subtitle white text â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.page-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}
.page-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .page-title { font-size: 2rem; }
  .page-subtitle { font-size: 1rem; }
}

/* â”€â”€ Mobile fixes for secondary pages â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 991px) {
  .staffing-hero,
  .trainings-hero,
  .careers-hero,
  .service-hero,
  .internship-hero,
  .corporate-hero,
  .healthcare-hero,
  .about-company-hero {
    padding: 90px 0 50px !important;
  }
  .timeline::before { left: 20px; }
  .timeline-marker { width: 40px; height: 40px; font-size: 0.9rem; }
  .application-form-card { padding: 24px 20px; }
  .service-cta { padding: 36px 24px !important; }
}
@media (max-width: 767px) {
  .timeline::before { display: none; }
  .staffing-hero .row,
  .careers-hero .row { flex-direction: column; }
}


/*--------------------------------------------------------------
# Hero Slider Redesign
--------------------------------------------------------------*/
#hero.ds-hero-slider {
  padding: 0;
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  margin-top: 0;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.ds-hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.ds-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}



.overlay-overview { background: linear-gradient(90deg, rgba(10, 15, 30, 0.95) 0%, rgba(15, 24, 53, 0.85) 50%, rgba(21, 32, 69, 0.4) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.overlay-software { background: linear-gradient(90deg, rgba(10, 15, 30, 0.95) 0%, rgba(15, 24, 53, 0.85) 50%, rgba(21, 32, 69, 0.4) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.overlay-training { background: linear-gradient(90deg, rgba(10, 15, 30, 0.95) 0%, rgba(15, 24, 53, 0.85) 50%, rgba(21, 32, 69, 0.4) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.overlay-staffing { background: linear-gradient(90deg, rgba(10, 15, 30, 0.95) 0%, rgba(15, 24, 53, 0.85) 50%, rgba(21, 32, 69, 0.4) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

/* Swiper Navigation Arrows */
.hero-swiper-button-next,
.hero-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}
.hero-swiper-button-next:hover,
.hero-swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.4);
}
.hero-swiper-button-next { right: 30px; }
.hero-swiper-button-prev { left: 30px; }
.hero-swiper-button-next i,
.hero-swiper-button-prev i {
  font-size: 24px;
}

/* Swiper Pagination Dots (Pill style) */
.hero-swiper-pagination {
  position: absolute;
  bottom: 60px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.hero-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-bullet-active {
  width: 30px;
  border-radius: 10px;
  background: #f59e0b; /* Default accent color, can be dynamic if needed */
}

.hero-swiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Override template topbar gap */
#header {
  top: 0 !important;
}

