/* =============================================
   NAVBAR
   ============================================= */
/* .cta-subtitle {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: linear-gradient(-45deg, rgba(15, 19, 66, 0.7), rgba(9, 40, 124, 0.8), rgb(4, 145, 223), rgb(9, 40, 124));
  background-size: 400% 400%;
  animation: gradientMove 10s ease infinite;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
} */
.s3-navbar {
  background: rgba(11, 17, 32, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.85rem 0;
  transition: background 0.3s;
}

.s3-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--itzone-font-two, 'DM Sans', sans-serif);
  font-size: 24px; /* Matched title/brand size standard */
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
}

.s3-logo-icon { 
  color: var(--blue); 
  font-size: 1.35rem; 
}

.s3-nav-link {
  display: block;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px; /* Aligned with sub-heading metrics */
  font-weight: 600;
  padding: 0.45rem 0.9rem !important;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.s3-nav-link:hover,
.s3-nav-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0.6rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* =============================================
   BUTTONS
   ============================================= */
.s3-btn-primary {
  background: var(--blue);
  color: #fff !important;
  border: none;
  border-radius: 5px; /* Matching standard .thm-btn radius from services.css */
  padding: 16px 34px; /* Standard structural primary button layout */
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}

.s3-btn-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(74, 108, 247, 0.4);
  color: #fff !important;
}

.s3-btn-outline-light-custom {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 16px 34px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s;
}

.s3-btn-outline-light-custom:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

.s3-btn-outline-primary-custom {
  background: transparent;
  color: var(--blue) !important;
  border: 2px solid var(--blue);
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  transition: background 0.25s, color 0.25s;
}

.s3-btn-outline-primary-custom:hover {
  background: var(--blue);
  color: #fff !important;
}

.s3-btn-white {
  background: #fff;
  color: var(--blue) !important;
  border: none;
  border-radius: 5px;
  padding: 16px 34px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.s3-btn-white:hover { 
  background: #f0f4ff; 
  transform: translateY(-1px); 
}

.s3-btn-outline-white {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 16px 34px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s;
}

.s3-btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

/* =============================================
   HERO / BANNER STYLES
   ============================================= */
.s3-hero {
  background: var(--navy);
  background-image:
    radial-gradient(ellipse 60% 70% at 15% 50%, var(--blue-alpha) 0%, transparent 65%),
    radial-gradient(ellipse 50% 55% at 85% 15%, rgba(124, 58, 237, 0.10) 0%, transparent 55%);
  min-height: 85vh;
  position: relative;
  overflow: hidden;
  display:flex;
  align-items: center
}

.s3-code-img{
  width: 92%;
  object-fit: contain;
  margin-left: 8%;
}

.s3-hero-row {
  min-height: 85vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.s3-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.s3-glow-1 {
  width: 600px; 
  height: 600px;
  background: var(--blue-alpha);
  top: -150px; 
  right: 50px;
}

.s3-glow-2 {
  width: 400px; 
  height: 400px;
  background: rgba(124, 58, 237, 0.08);
  bottom: 80px; 
  left: -80px;
}

.s3-hero .col-lg-6:first-child { 
  position: relative; 
  z-index: 1; 
}

/* Subtitle Pill / Badges */
.s3-badge {
  display: inline-block;
  background: var(--blue-alpha);
  border: 1px solid rgba(74, 108, 247, 0.3);
  color: var(--blue);
  font-size: 14px; /* Standard template subtitle system */
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 50px;
}

/* Component Main Banner Headers */
.s3-hero-title {
  font-size: 56px; /* Explicit match to modern hero text container setup */
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.s3-gradient-text {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.s3-hero-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px; /* Matches custom page component description text sizes */
  line-height: 1.8;
  max-width: 650px;
  margin-bottom: 40px;
}

/* Stacked avatars */
.s3-avatars { 
  display: flex; 
}

.s3-avatars img {
  width: 38px; 
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid var(--navy);
  margin-right: -10px;
  object-fit: cover;
}

.s3-trust-text { 
  color: rgba(255, 255, 255, 0.75); 
  font-size: 15px; 
}

.s3-trust-text strong { 
  color: #fff; 
  font-size: 16px; 
  display: block; 
}

/* ---------- Hero Visual ---------- */
.s3-hero-visual {
  position: relative;
  width: 460px;
  height: 400px;
  z-index: 1;
}

.s3-visual-orb {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--blue-alpha) 0%, transparent 70%);
  pointer-events: none;
}

/* Mockups layout options */
.s3-laptop {
  position: absolute;
  top: 50px; left: 50%;
  transform: translateX(-50%);
  width: 300px;
}

.s3-laptop-screen {
  background: var(--navy-mid);
  border: 2px solid rgba(74, 108, 247, 0.45);
  border-radius: 10px 10px 0 0;
  height: 185px;
  padding: 0;
  overflow: hidden;
}

.s3-screen-top-bar {
  background: var(--navy-mid);
  height: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(74, 108, 247, 0.2);
}

.s3-dot-r { width:9px; height:9px; border-radius:50%; background:#EF4444; }
.s3-dot-y { width:9px; height:9px; border-radius:50%; background:#F59E0B; }
.s3-dot-g { width:9px; height:9px; border-radius:50%; background:#10B981; }

.s3-code-block {
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.s3-code-block div{
  width: 100%;
  height: 135px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
}

.s3-code-line {
  height: 7px;
  border-radius: 4px;
  display: block;
}

.w-45 { width: 45%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }

.s3-laptop-hinge {
  background: var(--navy-mid);
  height: 4px;
  width: 100%;
  border-left: 2px solid rgba(74, 108, 247, 0.35);
  border-right: 2px solid rgba(74, 108, 247, 0.35);
}

.s3-laptop-base {
  background: var(--navy-card);
  border: 2px solid rgba(74, 108, 247, 0.3);
  border-top: none;
  border-radius: 0 0 5px 5px;
  height: 14px;
  width: 110%;
  margin-left: -5%;
}

.s3-phone {
  position: absolute;
  bottom: 30px; right: 30px;
  width: 68px; height: 115px;
  background: var(--navy-mid);
  border: 2px solid rgba(74, 108, 247, 0.4);
  border-radius: 14px;
  padding: 14px 10px 10px;
  animation: s3float 4s ease-in-out infinite;
  animation-delay: 1.5s;
}

.s3-phone-notch {
  width: 24px; height: 5px;
  background: rgba(74, 108, 247, 0.5);
  border-radius: 3px;
  margin: 0 auto 10px;
}

.s3-phone-line {
  height: 5px;
  border-radius: 3px;
  background: rgba(74, 108, 247, 0.4);
  margin-bottom: 7px;
}

.s3-phone-line-short { width: 65%; }

.s3-phone-btn-row {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.s3-phone-dot-btn {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(74, 108, 247, 0.25);
}

.s3-chip {
  position: absolute;
  background: rgba(11, 17, 32, 0.9);
  border: 1px solid rgba(74, 108, 247, 0.35);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.s3-chip-ai {
  top: 20px; right: 10px;
  background: linear-gradient(135deg, rgba(74, 108, 247, 0.3), rgba(124, 58, 237, 0.3));
  font-size: 16px;
  animation: s3float 3.5s ease-in-out infinite;
}

.s3-chip-ai i { color: var(--blue); font-size: 1.1rem; }
.s3-chip-code { bottom: 90px; left: 5px; animation: s3float 3.5s ease-in-out infinite; animation-delay: .8s; }
.s3-chip-code i { color: var(--teal); font-size: 1.1rem; }
.s3-chip-cloud { top: 80px; left: 20px; animation: s3float 3.5s ease-in-out infinite; animation-delay: 1.8s; }
.s3-chip-cloud i { color: var(--blue); font-size: 1.1rem; }

@keyframes s3float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

/* =============================================
   LOGOS / PARTNERS
   ============================================= */
.s3-logos-section {
  background: #fff;
  border-bottom: 1px solid #f0f1f5;
  padding: 60px 0;
}

.s3-logos-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--txt-3);
  text-transform: uppercase;
}

.s3-logo-brand {
  color: #bbbec4;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3px;
  transition: color .2s;
  user-select: none;
}

.s3-logo-brand:hover { 
  color: #888; 
}

/* =============================================
   SECTION TYPOGRAPHY (Global Header Alignment)
   ============================================= */
.s3-label-tag {
  display: inline-block;
  font-size: 15px; /* Unified configuration with .sub-title */
  font-weight: 700;
  color: #5b5bf7;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.s3-label-tag-light {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: rgba(147, 176, 255, 0.9);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.s3-section-title {
  font-size: 52px;
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.s3-section-title-light {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
}

.s3-section-sub {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto 30px;
}

/* =============================================
   SERVICES DISPLAY BOXES
   ============================================= */
.s3-services-section { 
  background: #f8f9fa; 
  padding: 60px 0;
}

.s3-svc-card {
  background: var(--bg-card) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-card) !important;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.s3-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 102, 255, 0.2);
}

.s3-svc-icon {
  width: 64px; 
  height: 64px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 1rem;
}

.s3-icon-blue   { background: rgba(74,108,247,.12);  color: var(--blue);   }
.s3-icon-teal   { background: rgba(6,182,212,.12);   color: var(--teal);   }
.s3-icon-red    { background: rgba(239,68,68,.12);   color: var(--red);    }
.s3-icon-orange { background: rgba(245,158,11,.12);  color: var(--orange); }
.s3-icon-indigo { background: rgba(99,102,241,.12);  color: var(--indigo); }
.s3-icon-pink   { background: rgba(236,72,153,.12);  color: var(--pink);   }

.s3-svc-name {
  font-family: var(--itzone-font-two, 'DM Sans', sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--itzone-black, #111827);
  margin: 20px 0 15px;
}

.s3-svc-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 1.1rem;
}

.s3-link-arrow {
  color: var(--accent-blue, #0066ff);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.s3-link-arrow:hover { 
  color: var(--blue-dark); 
}

/* =============================================
   WHY CHOOSE US / TIMELINE LAYOUT ALTERNATIVES
   ============================================= */
.s3-why-section {
  padding: 60px 0;
  background: var(--navy);
background: radial-gradient(
              circle at 18% 8%,
              rgba(99, 102, 241, 0.22),
              transparent 30%
            ),
            radial-gradient(
              circle at 86% 18%,
              rgba(14, 165, 233, 0.18),
              transparent 28%
            ),
            #0B1120;
}

.s3-why-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.75;
  max-width: 650px;
  margin-bottom: 0;
}

.s3-why-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.s3-why-card:hover {
  background: var(--blue-alpha);
  border-color: rgba(74, 108, 247, 0.25);
  transform: translateY(-5px);
}

.s3-why-icon-wrap {
  width: 64px; 
  height: 64px;
  background: var(--blue-alpha);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 22px;
  margin-bottom: 1rem;
}

.s3-why-card h6 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 15px;
  line-height: 34px;
}

.s3-why-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 15px;
  line-height: 1.75;
}

/* =============================================
   STATS METRICS
   ============================================= */
.s3-stats-section {
  background: #fff;
  border-top: 1px solid #f0f1f5;
  border-bottom: 1px solid #f0f1f5;
}

.s3-stat { 
  padding: 1.25rem .5rem; 
}

.s3-stat-icon {
  color: var(--txt-3);
  font-size: 1.7rem;
  margin-bottom: .65rem;
}

.s3-stat-num {
  font-size: 52px; /* Set to core heavy metric numerical formats */
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: .3rem;
}

.s3-stat-lbl {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

/* =============================================
   PROCESS WORKFLOWS
   ============================================= */
.s3-process-section { 
  background: var(--bg-1); 
  padding: 60px 0;
}

.s3-process-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.s3-process-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.s3-step-num {
  position: absolute;
  top: 1.1rem; left: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent-blue);
  text-transform: uppercase;
}

.s3-proc-icon {
  width: 64px; 
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 1rem auto 1.25rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.s3-proc-blue   { background: #fff; color: #4f8df7; }
.s3-proc-teal   { background: #fff; color: #22c7b8; }
.s3-proc-orange { background: #fff; color: #ff9d2f; }
.s3-proc-purple { background: #fff; color: #8b5cf6; }

.s3-proc-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #111827;
  margin: 20px 0 15px;
}

.s3-proc-desc {
  font-size: 15px;
  color: #6b7280;
  margin: 0 auto 15px;
  line-height: 1.75;
  max-width: 220px;
}

/* =============================================
   INDUSTRIES
   ============================================= */
.s3-industries-section { 
  background: var(--bg-2); 
}

.s3-industry {
  padding: 48px 24px 48px 24px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: background .2s, transform .2s;
}

.s3-industry:hover {
  background: rgba(74, 108, 247, 0.07);
  transform: translateY(-3px);
}

.s3-industry i {
  font-size: 1.75rem;
  color: var(--txt-2);
  display: block;
  margin-bottom: .55rem;
  transition: color .2s;
}

.s3-industry:hover i { 
  color: var(--blue); 
}

.s3-industry p {
  font-size: 13px; /* Consistent baseline styling metrics */
  font-weight: 600;
  color: #718096;
  margin: 0;
  line-height: 1.6;
}

/* =============================================
   CTA BANNER CONFIGURATION
   ============================================= */
.s3-cta-section { 
  background: #fff;
  padding: 60px 0;
}

.cta-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 1.7;
}

.s3-cta-box {
  background: linear-gradient(135deg, #2e2a34 0%, #2563eb 100%);
  border-radius: 20px;
  padding: 70px 50px;
}

.s3-cta-title {
  font-size: 56px; /* Explicit structural standardization */
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.s3-cta-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto 40px;
}

/* =============================================
   TESTIMONIALS MODULES
   ============================================= */
.s3-testi-section { 
  background: #fff;
  padding: 0px 0 150px;
}

.s3-testi-card {
  background: var(--bg-1);
  border: 1px solid #edf0f6;
  border-radius: 15px;
  padding: 1.75rem;
  height: 100%;
  transition: box-shadow .3s, border-color .3s;
}

.s3-testi-card:hover {
  box-shadow: var(--shadow-h);
  border-color: rgba(74, 108, 247, 0.15);
}

.s3-stars i { color: #F59E0B; font-size: .85rem; }

.s3-testi-card > p {
  font-size: 16px;
  color: #4a4f58;
  line-height: 1.75;
  font-style: italic;
  margin: 0;
}

.s3-testi-av {
  width: 48px; 
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.s3-testi-author strong { 
  font-size: 18px; 
  color: var(--txt); 
}

/* Carousel controls */
.s3-carousel-dots { display: flex; justify-content: center; gap: 7px; }

.s3-dot {
  width: 10px; height: 10px;
  border-radius: 5px;
  background: #d1d5db;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width .3s, background .3s;
}

.s3-dot.active {
  background: var(--blue);
  width: 26px;
}

/* =============================================
   CONTACT INFRASTRUCTURE COMPONENTS
   ============================================= */
.s3-contact-section { 
  background: var(--bg-2); 
}

.s3-contact-title {
  font-family: var(--itzone-font-two, 'DM Sans', sans-serif);
  font-size: 30px; /* Aligned structurally to template sidebar and page layout metrics */
  font-weight: 700;
  line-height: 40px;
  color: var(--txt);
  margin-bottom: .65rem;
}

.s3-contact-sub {
  color: var(--txt-2);
  font-size: 16px;
  margin: 0;
}

.s3-contact-icon {
  width: 45px; 
  height: 45px;
  background: rgba(74, 108, 247, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.s3-contact-section span { 
  font-size: 16px; 
  color: var(--txt-2); 
}

.s3-input {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  padding: .72rem 1rem;
  font-size: 16px;
  color: var(--txt);
  transition: border-color .2s, box-shadow .2s;
}

.s3-input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
  outline: none;
}

.s3-input::placeholder { color: #b0b7c3; }

textarea.s3-input { resize: vertical; min-height: 120px; }

/* =============================================
   FOOTER SYSTEMS
   ============================================= */
.s3-footer {
  background: #08101e;
  color: rgba(255, 255, 255, 0.6);
}

.s3-footer-brand {
  font-family: var(--itzone-font-two, 'DM Sans', sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.s3-footer-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
}

.s3-footer-heading {
  font-family: var(--itzone-font-two, 'DM Sans', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.15rem;
}

.s3-footer-list { list-style: none; padding: 0; margin: 0; }
.s3-footer-list li { margin-bottom: .55rem; }

.s3-footer-list a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
}

.s3-footer-list a:hover { 
  color: #fff; 
}

.s3-social {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: .82rem;
  text-decoration: none;
  transition: background .25s, border-color .25s, color .25s, transform .2s;
}

.s3-social:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}

.s3-newsletter-wrap .s3-newsletter-input {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-right: none;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 15px;
  padding: 0.55rem 0.9rem;
}

.s3-newsletter-input::placeholder { color: rgba(255, 255, 255, 0.3); }
.s3-newsletter-input:focus { background: rgba(255, 255, 255, 0.1); border-color: var(--blue); box-shadow: none; outline: none; }

.s3-newsletter-btn {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0.55rem 0.95rem;
  font-size: 15px;
  transition: background .2s;
}

.s3-newsletter-btn:hover { background: var(--blue-dark); }
.s3-footer-divider { border-color: rgba(255, 255, 255, 0.07); margin: 0 0 1.4rem; }

.s3-footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

/* Added for new service card design*/

  .s3-services-section {
      background:
          radial-gradient(circle at 18% 8%, rgba(99, 102, 241, .22), transparent 30%),
          radial-gradient(circle at 86% 18%, rgba(14, 165, 233, .18), transparent 28%),
          #ffffff;
      padding: 82px 0;
  }


  .s3-services-section .row.g-4 > [class*="col-"] {
      display: flex;
  }

  .s3-services-section .expertise-card {
      width: 100%;
      min-height: 230px;
      position: relative;
      overflow: hidden;
      isolation: isolate;
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      padding: 26px 135px 24px 26px !important;
      border: 1px solid rgba(148, 163, 184, .28) !important;
      border-radius: 10px !important;
      background:
          linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .03)),
          rgba(15, 23, 42, .92) !important;
      box-shadow: 0 18px 44px rgba(0, 0, 0, .26) !important;
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }

  .s3-services-section .expertise-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(120deg, var(--svc-accent, #6366f1), transparent 58%);
      opacity: .20;
  }

  .s3-services-section .expertise-card::after {
      content: "";
      position: absolute;
      right: -34px;
      top: 50%;
      z-index: -1;
      width: 172px;
      height: 172px;
      border-radius: 50%;
      background:
          radial-gradient(circle at 34% 34%, rgba(255, 255, 255, .30), transparent 26%),
          linear-gradient(135deg, var(--svc-accent, #6366f1), rgba(255, 255, 255, .08));
      box-shadow: 0 0 44px color-mix(in srgb, var(--svc-accent, #6366f1) 52%, transparent);
      transform: translateY(-50%);
      opacity: .82;
  }

  .s3-services-section .expertise-card:hover {
      transform: translateY(-6px);
      border-color: var(--svc-accent, #6366f1) !important;
      box-shadow: 0 24px 58px rgba(0, 0, 0, .38) !important;
  }

  .s3-services-section .s3-svc-icon {
      position: absolute;
      right: 34px;
      top: 50%;
      z-index: 1;
      width: 86px;
      height: 86px;
      margin: 0;
      border: 1px solid rgba(255, 255, 255, .28);
      border-radius: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background:
          linear-gradient(145deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .07)),
          var(--svc-accent, #6366f1);
      color: #fff !important;
      box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, .34),
          0 18px 34px rgba(0, 0, 0, .26);
      transform: translateY(-50%) rotate(-5deg);
  }

  .s3-services-section .s3-svc-icon i {
      font-size: 38px;
      line-height: 1;
  }

  .s3-services-section .s3-svc-name {
      color: #fff;
      font-size: 20px;
      line-height: 1.25;
      font-weight: 800;
      margin: 0 0 10px;
  }

  .s3-services-section .s3-svc-desc {
      color: rgba(226, 232, 240, .78);
      display: -webkit-box;
      font-size: 13px;
      line-height: 1.6;
      margin-bottom: 16px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
  }

  .s3-services-section .s3-link-arrow {
      color: var(--svc-accent, #60a5fa);
      font-size: 13px;
      font-weight: 800;
  }

  .s3-services-section .s3-link-arrow:hover {
      color: #fff;
  }

  .s3-services-section .s3-icon-blue { --svc-accent: #60a5fa; }
  .s3-services-section .s3-icon-teal { --svc-accent: #2dd4bf; }
  .s3-services-section .s3-icon-red { --svc-accent: #fb7185; }
  .s3-services-section .s3-icon-orange { --svc-accent: #55534e; }
  .s3-services-section .s3-icon-indigo { --svc-accent: #a78bfa; }
  .s3-services-section .s3-icon-pink { --svc-accent: #f472b6; }
  .s3-cta-section{
    background: linear-gradient(135deg, #1a2e8a 0%, #2d40d0 45%, #4361ee 100%);
    padding: 0px 0 0px;
    position: relative;
    overflow: hidden;
  }
  .s3-cta-box {
    position: initial;
    overflow: hidden;
    border-radius: 20px;
    padding: 70px 0px;
    background: none;
    color: #fff;
    box-shadow: none;
  }
  @media (max-width: 767px) {
      .s3-services-section {
          padding: 56px 0;
      }

      .s3-services-section .expertise-card {
          min-height: 166px;
          padding: 22px 118px 22px 20px !important;
          text-align: left;
      }

      .s3-services-section .s3-svc-icon {
          right: 22px;
          width: 72px;
          height: 72px;
          border-radius: 20px;
      }

      .s3-services-section .s3-svc-icon i {
          font-size: 31px;
      }

      .s3-services-section .s3-svc-name {
          font-size: 17px;
      }
  }
  /* End */

/* =============================================
   RESPONSIVE LAYOUT SYSTEMS
   ============================================= */
@media (max-width: 1199px) {
  .s3-hero-title  { font-size: 42px; }
  .s3-hero-visual { width: 400px; height: 360px; }
  .s3-laptop      { width: 260px; }
}

@media (max-width: 991px) {
  .s3-hero-row   { padding-top: 90px; min-height: auto; padding-bottom: 60px; }
  .s3-hero-title { font-size: 34px; }
  .s3-cta-box    { padding: 60px 30px; text-align: center; }
  .s3-cta-box .justify-content-lg-end { justify-content: center !important; }
  .s3-section-title      { font-size: 28px !important; line-height: 36px !important; }
  .s3-section-title-light { font-size: 28px !important; line-height: 36px !important; }
  .s3-why-desc   { max-width: 100%; }
}

@media (max-width: 767px) {
  .s3-hero-title   { font-size: 26px !important; }
  .s3-section-title { font-size: 26px !important; line-height: 30px !important; }
  .s3-stat-num     { font-size: 2rem; }
  .s3-cta-title    { font-size: 32px; }
  .s3-contact-title { font-size: 20px; }
  .s3-cta-box      { padding: 50px 24px; }
}

@media (max-width: 575px) {
  .s3-hero-title  { font-size: 26px !important; }
  .s3-hero-btns   { flex-direction: column; }
  .s3-hero-btns .btn { width: 100%; text-align: center; }
  .s3-industry p  { font-size: 13px; }
  .s3-footer-heading { font-size: 16px; }
}