/* ==========================================================================
   2026 Modern 3D & SEO-Optimized Design System for Digital Web Track
   ========================================================================== */

:root {
  /* Official Digital Web Track Logo Brand Colors */
  --logo-blue: #3A5EAC;                /* Royal Indigo Blue from 'DIGITAL' */
  --logo-blue-dark: #1E2E5D;           /* Deep Navy Indigo for headers & footer */
  --logo-blue-light: #EEF3FD;          /* Soft Ice Blue background tint */
  --logo-magenta: #C11490;             /* Vibrant Magenta Pink from 'WEB TRACK' */
  --logo-magenta-dark: #9E0E75;        /* Deep Magenta for hover */
  --logo-magenta-light: #FDF2FA;       /* Soft Blush Pink background tint */
  
  /* Brand Gradients */
  --logo-gradient: linear-gradient(135deg, #3A5EAC 0%, #7B35A0 50%, #C11490 100%);
  --gradient-3d-primary: linear-gradient(135deg, #3A5EAC 0%, #C11490 100%);
  --gradient-3d-glow: linear-gradient(135deg, #3A5EAC 0%, #7B35A0 50%, #C11490 100%);
  --gradient-dark-banner: linear-gradient(135deg, #162347 0%, #1E2E5D 50%, #2A478C 100%);
  
  /* System Theme Variables */
  --primary-navy: #1E2E5D;
  --primary-blue: #3A5EAC;
  --accent-orange: #C11490;             /* Upgraded from orange to Logo Magenta */
  --accent-cyan: #7B35A0;
  
  /* 3D Shadows with Brand Tinting */
  --shadow-3d-card: 0 14px 28px rgba(30, 46, 93, 0.08), 0 10px 10px rgba(30, 46, 93, 0.04);
  --shadow-3d-hover: 0 22px 45px rgba(58, 94, 172, 0.2), 0 12px 18px rgba(193, 20, 144, 0.12);
  --shadow-btn-glow: 0 8px 20px rgba(193, 20, 144, 0.35);
  --glass-bg: rgba(255, 255, 255, 0.98);
  --glass-border: 1px solid rgba(58, 94, 172, 0.14);
}

/* ==========================================================================
   Global Website Font Family: Times New Roman (Consistent across entire site)
   ========================================================================== */
html,
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p,
span:not(.fa):not([class*="fa-"]):not([class*="icon"]):not([class*="pe-7s"]):not([class*="flaticon"]):not([class*="glyphicon"]),
a,
li,
input,
button,
select,
textarea,
table,
td,
th,
label,
.menuzord,
.menuzord *,
.products-main-title,
.product-title,
.product-desc,
.product-link {
  font-family: 'Times New Roman', Times, serif !important;
}

/* Strictly preserve all icon font libraries */
.fa, [class^="fa-"], [class*=" fa-"],
i.fa, span.fa {
  font-family: FontAwesome !important;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke' !important;
}
[class^="flaticon-"], [class*=" flaticon-"] {
  font-family: 'flaticon-set-charity' !important;
}
[class^="icon_"], [class*=" icon_"] {
  font-family: 'ElegantIcons' !important;
}
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

/* Inner Header Banner Centering */
.inner-header .text-center {
  text-align: center !important;
}
.inner-header .text-center h1 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.breadcrumb.text-center {
  text-align: center !important;
  display: block !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.breadcrumb.text-center > li {
  display: inline-block !important;
  float: none !important;
}

/* ==========================================================================
   Modern Attractive Service Hero Banner
   ========================================================================== */
.service-modern-hero {
  position: relative !important;
  background: 
    radial-gradient(circle at 50% -10%, rgba(58, 94, 172, 0.5) 0%, transparent 60%),
    radial-gradient(circle at 85% 90%, rgba(193, 20, 144, 0.28) 0%, transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(18, 107, 251, 0.28) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(135deg, #070e1f 0%, #0d1a38 50%, #081026 100%) !important;
  background-size: 100% 100%, 100% 100%, 100% 100%, 36px 36px, 36px 36px, 100% 100% !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(58, 94, 172, 0.3) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
  color: #ffffff !important;
}

.service-modern-hero > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.service-modern-hero .hero-ambient-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.35;
  z-index: 1;
}

.service-modern-hero .glow-1 {
  width: 380px;
  height: 380px;
  background: #3a5eac;
  top: -120px;
  left: 20%;
}

.service-modern-hero .glow-2 {
  width: 320px;
  height: 320px;
  background: #c11490;
  bottom: -100px;
  right: 15%;
}

.service-hero-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 900px;
  margin: 0 auto;
}

.service-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #38bdf8;
  backdrop-filter: blur(8px);
  margin-bottom: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8;
  display: inline-block;
  animation: pulseGlow 2s infinite ease-in-out;
}

.service-hero-title {
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 14px 0 !important;
  letter-spacing: -0.5px !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-title-gradient {
  color: #38bdf8 !important;
  background: linear-gradient(135deg, #38bdf8 0%, #818cf8 50%, #f472b6 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

.service-hero-subtitle {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #cbd5e1 !important;
  max-width: 720px;
  margin: 0 auto 22px auto !important;
  font-weight: 400 !important;
}

.service-breadcrumb-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.service-glass-breadcrumb {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(12px) !important;
  padding: 8px 24px !important;
  border-radius: 50px !important;
  list-style: none !important;
  margin: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.service-glass-breadcrumb li {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
}

.service-glass-breadcrumb li a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
}

.service-glass-breadcrumb li a:hover {
  color: #38bdf8 !important;
}

.service-glass-breadcrumb li.breadcrumb-arrow {
  color: #64748b !important;
  font-size: 12px !important;
}

.service-glass-breadcrumb li.active {
  color: #38bdf8 !important;
  font-weight: 700 !important;
}

.service-hero-features-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #cbd5e1;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.hero-feat-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.hero-feat-sep {
  color: #475569;
}

@media (max-width: 767px) {
  .service-modern-hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .service-hero-title {
    font-size: 26px !important;
  }
  .service-hero-subtitle {
    font-size: 14px !important;
    margin-bottom: 18px !important;
  }
  .service-glass-breadcrumb {
    padding: 6px 16px !important;
    font-size: 12px !important;
    gap: 6px !important;
  }
  .service-hero-features-row {
    font-size: 12px;
    gap: 10px;
  }
  .hero-feat-sep {
    display: none;
  }
}

/* 3D Floating Animations */
@keyframes floatY {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-7px); }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 15px rgba(16, 110, 234, 0.2); }
  50% { box-shadow: 0 0 25px rgba(16, 110, 234, 0.45); }
}

/* 3D Badge & Header Highlights */
.badge-3d-seo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--glass-bg);
  color: var(--primary-blue);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 50px;
  border: var(--glass-border);
  box-shadow: 0 8px 20px rgba(16, 110, 234, 0.12);
  margin-bottom: 14px;
  animation: floatY 4s ease-in-out infinite;
}

.badge-3d-seo i {
  color: var(--accent-orange);
  font-size: 15px;
}

/* 3D Heading Hierarchy Styling */
.h1-seo-title {
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: var(--primary-navy) !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  letter-spacing: -0.5px;
}

@media (min-width: 768px) {
  .h1-seo-title {
    font-size: 34px !important;
  }
}

.badge-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin-bottom: 12px !important;
  width: 100% !important;
}

.badge-wrapper.text-left {
  justify-content: flex-start !important;
  text-align: left !important;
}

.badge-3d-seo,
.badge-wrapper .badge-3d-seo,
.section-title .badge-3d-seo,
.section-title.text-center .badge-3d-seo,
.section-title.text-center .badge-wrapper .badge-3d-seo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: fit-content !important;
  min-width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
  line-height: normal !important;
}

.badge-wrapper.text-left .badge-3d-seo {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.badge-3d-seo i,
.badge-wrapper .badge-3d-seo i,
.section-title .badge-3d-seo i {
  display: inline-block !important;
  margin-right: 7px !important;
  margin-left: 0 !important;
  vertical-align: middle !important;
  line-height: 1 !important;
}

.h2-seo-subtitle {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--primary-navy) !important;
  line-height: 1.3 !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.h2-seo-subtitle::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-orange);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Section Title Central Subtitle Paragraph & Utilities */
.section-title.text-center > p,
.section-title.text-center p.font-14,
.section-title.text-center p.text-gray,
.section-title p.mx-auto,
.section-title p.font-14,
p.text-center,
p.max-w-700,
.max-w-700.mx-auto,
.max-w-700 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.max-w-700 {
  max-width: 700px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.h3-seo-card-title {
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}

.h4-seo-subheading {
  font-size: 17px !important;
  font-weight: 600 !important;
}

.h5-seo-meta {
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* 3D Card Depth for Services & Features - STRICT EQUAL HEIGHT SYSTEM */
.rs-services.style2 .flip-box-inner {
  perspective: 1200px;
  margin-bottom: 30px;
  height: 255px !important;
}

.rs-services.style2 .flip-box-wrap {
  height: 100% !important;
  position: relative !important;
}

.rs-services.style2 .flip-box-inner .front-part {
  height: 100% !important;
}

.rs-services.style2 .flip-box-inner .front-content-part {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(11, 51, 76, 0.08) !important;
  box-shadow: var(--shadow-3d-card) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  padding: 18px 20px !important;
  position: relative;
  overflow: hidden;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.rs-services.style2 .flip-box-inner .front-content-part::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-3d-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rs-services.style2 .flip-box-inner:hover .front-content-part {
  box-shadow: var(--shadow-3d-hover) !important;
  transform: translateY(-8px);
}

.rs-services.style2 .flip-box-inner:hover .front-content-part::before {
  opacity: 1;
}

/* 3D Circular Floating Icon container */
.rs-services.style2 .front-icon-part {
  margin-bottom: 10px !important;
}

.rs-services.style2 .front-icon-part .icon-part {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f0f6ff, #e2edff);
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(16, 110, 234, 0.12), inset 0 2px 4px rgba(255, 255, 255, 0.8);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rs-services.style2 .front-icon-part .icon-part img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.rs-services.style2 .flip-box-inner:hover .front-icon-part .icon-part {
  transform: scale(1.1) rotate(5deg);
}

.rs-services.style2 .front-title-part {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.rs-services.style2 .front-title-part .title {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.rs-services.style2 .front-desc-part {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-services.style2 .front-desc-part p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #555555 !important;
}

/* 3D Back Face of Flip Box - MATCHING EQUAL HEIGHT */
.rs-services.style2 .flip-box-inner .back-front {
  border-radius: 16px !important;
  background: var(--gradient-3d-primary) !important;
  box-shadow: var(--shadow-3d-hover) !important;
  padding: 18px 18px !important;
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.rs-services.style2 .back-front-content {
  width: 100%;
}

.rs-services.style2 .back-title-part {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.rs-services.style2 .back-title-part .back-title {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.rs-services.style2 .back-title-part .back-title a {
  color: #ffffff !important;
}

.rs-services.style2 .back-desc-part {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.rs-services.style2 .back-desc-part .back-desc {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.45 !important;
}

.rs-services.style2 .flip-box-inner .back-btn-part .readon.view-more {
  background: #ffffff !important;
  color: var(--primary-navy) !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px !important;
}

.rs-services.style2 .flip-box-inner .back-btn-part .readon.view-more:hover {
  background: var(--accent-orange) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(253, 102, 10, 0.35) !important;
}

/* 3D Why Choose Us Cards */
.card-feature-3d {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 8px 20px rgba(11, 51, 76, 0.05);
  transition: all 0.35s ease;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.card-feature-3d:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-3d-hover);
  border-color: rgba(16, 110, 234, 0.25);
}

.card-feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  background: var(--gradient-3d-primary);
  box-shadow: 0 6px 14px rgba(16, 110, 234, 0.25);
}

/* 3D Stats Counter Box */
.funfact-3d-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.funfact-3d-box:hover {
  transform: translateY(-6px) scale(1.02);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
}

/* 2026 Interactive FAQ Accordion (3D Design) */
.faq-section-3d {
  background: #f8fafc;
  padding: 50px 0 !important;
  position: relative;
}

.seo-faq-card {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(16, 110, 234, 0.09);
  box-shadow: 0 6px 18px rgba(11, 51, 76, 0.04);
  overflow: hidden;
  transition: all 0.3s ease;
}

.seo-faq-card:hover {
  border-color: rgba(16, 110, 234, 0.25);
  box-shadow: 0 10px 25px rgba(16, 110, 234, 0.1);
}

.seo-faq-header {
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.seo-faq-header h3, .seo-faq-header h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--primary-navy) !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.seo-faq-header .faq-q-badge {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(16, 110, 234, 0.1);
  color: var(--primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.seo-faq-icon {
  font-size: 18px;
  color: var(--primary-blue);
  transition: transform 0.3s ease;
}

.seo-faq-header:not(.collapsed) .seo-faq-icon {
  transform: rotate(180deg);
  color: var(--accent-orange);
}

.seo-faq-card .list-check {
  list-style: none;
  padding-left: 0 !important;
}

.seo-faq-card .list-check li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}

.seo-faq-card .list-check li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: var(--primary-blue);
  font-weight: 700;
}

.seo-faq-body {
  padding: 0 24px 20px 64px;
  color: #555555;
  font-size: 14px;
  line-height: 1.65;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
  .rs-services.style2 .flip-box-inner {
    height: 250px !important;
    margin-bottom: 20px !important;
  }
  .rs-services.style2 .flip-box-inner .front-content-part {
    padding: 16px 14px !important;
  }
  .rs-services.style2 .front-icon-part {
    margin-bottom: 8px !important;
  }
  .rs-services.style2 .front-icon-part .icon-part {
    width: 56px !important;
    height: 56px !important;
  }
  .rs-services.style2 .front-icon-part .icon-part img {
    width: 34px !important;
    height: 34px !important;
  }
  .rs-services.style2 .front-title-part {
    min-height: 26px !important;
    margin-bottom: 4px !important;
  }
  .rs-services.style2 .front-title-part .title {
    font-size: 17px !important;
  }
  .rs-services.style2 .front-desc-part {
    min-height: 42px !important;
  }
  .rs-services.style2 .front-desc-part p {
    font-size: 12.5px !important;
  }
  .rs-services.style2 .flip-box-inner .back-front {
    padding: 16px 14px !important;
  }
  .rs-services.style2 .back-title-part {
    min-height: 26px !important;
    margin-bottom: 6px !important;
  }
  .rs-services.style2 .back-title-part .back-title {
    font-size: 17px !important;
  }
  .rs-services.style2 .back-desc-part {
    min-height: 52px !important;
    margin-bottom: 10px !important;
  }
  .rs-services.style2 .back-desc-part .back-desc {
    font-size: 12px !important;
  }
  .h2-seo-subtitle {
    font-size: 20px !important;
  }
  .card-feature-3d {
    padding: 18px 14px;
  }
  .seo-faq-header {
    padding: 14px 16px;
  }
  .seo-faq-body {
    padding: 0 16px 16px 16px;
  }
  .partner-brand-card {
    height: 90px !important;
    padding: 10px 18px !important;
    margin: 5px 2px 12px 2px !important;
  }
  .partner-brand-card img {
    max-height: 46px !important;
  }
  .client-trust-strip {
    flex-direction: column;
    gap: 8px;
    border-radius: 16px;
    padding: 14px 18px;
    width: 100%;
  }
  .trust-strip-divider {
    display: none;
  }
  .clients-carousel-wrapper {
    padding: 0 34px !important;
  }
  .clients-carousel-3d .owl-nav .owl-prev,
  .clients-carousel-3d .owl-nav .owl-next {
    top: 50px !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 15px !important;
  }
  .clients-carousel-3d .owl-nav .owl-prev {
    left: -32px !important;
  }
  .clients-carousel-3d .owl-nav .owl-next {
    right: -32px !important;
  }
  .clients-carousel-3d .owl-nav .owl-prev:hover,
  .clients-carousel-3d .owl-nav .owl-next:hover {
    transform: translateY(-50%) scale(1.08) !important;
  }
}

/* ==========================================================================
   Corporate-Level 2026 Global Partnerships & Client Brands Section
   ========================================================================== */
.section-corporate-clients {
  background: linear-gradient(135deg, #edf4fd 0%, #f7effb 50%, #edf3fe 100%) !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(58, 94, 172, 0.12) !important;
  border-bottom: 1px solid rgba(193, 20, 144, 0.12) !important;
  box-shadow: inset 0 2px 10px rgba(58, 94, 172, 0.05), inset 0 -2px 10px rgba(193, 20, 144, 0.05) !important;
}

.section-corporate-clients::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 20, 144, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.section-corporate-clients::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 94, 172, 0.09) 0%, transparent 70%);
  pointer-events: none;
}

.partner-brand-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(58, 94, 172, 0.12) !important;
  box-shadow: 0 8px 24px -4px rgba(11, 51, 76, 0.08), 0 2px 6px rgba(0, 0, 0, 0.02) !important;
  height: 105px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 22px !important;
  margin: 8px 4px 15px 4px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.partner-brand-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-3d-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.partner-brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px -6px rgba(58, 94, 172, 0.2), 0 0 0 1px rgba(193, 20, 144, 0.3) !important;
  border-color: rgba(193, 20, 144, 0.35) !important;
}

.partner-brand-card:hover::before {
  opacity: 1;
}

.partner-brand-card img {
  max-height: 58px !important;
  max-width: 88% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
  filter: grayscale(15%) contrast(102%);
}

.partner-brand-card:hover img {
  transform: scale(1.08);
  filter: grayscale(0%) contrast(105%);
}

/* Custom 3D Owl Carousel Nav & Dots for Clients Section */
.clients-carousel-3d .owl-dots {
  text-align: center;
  margin-top: 15px !important;
}

.clients-carousel-3d .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.clients-carousel-3d .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(58, 94, 172, 0.25);
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.clients-carousel-3d .owl-dots .owl-dot.active span {
  width: 26px;
  border-radius: 12px;
  background: var(--gradient-3d-primary);
  box-shadow: 0 2px 8px rgba(193, 20, 144, 0.35);
}

.clients-carousel-wrapper {
  position: relative;
  padding: 0 46px;
}

.clients-carousel-3d .owl-nav .owl-prev,
.clients-carousel-3d .owl-nav .owl-next {
  position: absolute !important;
  top: 60px !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(11, 51, 76, 0.12) !important;
  border: 1px solid rgba(58, 94, 172, 0.18) !important;
  color: var(--logo-blue-dark) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
  line-height: 40px !important;
  text-align: center !important;
  font-size: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10 !important;
  cursor: pointer !important;
}

.clients-carousel-3d .owl-nav .owl-prev {
  left: -44px !important;
}

.clients-carousel-3d .owl-nav .owl-next {
  right: -44px !important;
}

.clients-carousel-3d .owl-nav .owl-prev:hover,
.clients-carousel-3d .owl-nav .owl-next:hover {
  background: var(--gradient-3d-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(193, 20, 144, 0.35) !important;
  transform: translateY(-50%) scale(1.1) !important;
}

/* Trust Strip */
.client-trust-strip {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 1px solid rgba(58, 94, 172, 0.15);
  box-shadow: 0 4px 14px rgba(11, 51, 76, 0.05);
  font-size: 13px;
  font-weight: 600;
  color: #2d3748;
}

.trust-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.trust-strip-item i {
  color: var(--logo-magenta);
  font-size: 14px;
}

.trust-strip-divider {
  color: rgba(58, 94, 172, 0.3);
  font-weight: 700;
}

/* ==========================================================================
   Corporate-Level 2026 Testimonial Section & Card Styles
   ========================================================================== */
.section-dark-testimonials {
  background: 
    radial-gradient(circle at 12% 20%, rgba(58, 94, 172, 0.28) 0%, transparent 45%),
    radial-gradient(circle at 88% 75%, rgba(193, 20, 144, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(30, 46, 93, 0.35) 0%, transparent 60%),
    linear-gradient(180deg, #090e1a 0%, #0d1527 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 55px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.badge-dark-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.2), rgba(193, 20, 144, 0.2));
  color: #f472b6;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 16px;
  border-radius: 50px;
  border: 1px solid rgba(193, 20, 144, 0.35);
  margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(193, 20, 144, 0.15);
}

.h2-dark-title {
  color: #ffffff !important;
  font-size: 28px !important;
  letter-spacing: -0.3px;
  margin-bottom: 10px !important;
  line-height: 1.3;
}

.text-logo-gradient {
  background: linear-gradient(135deg, #60a5fa 0%, #f472b6 50%, #c11490 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

.trust-rating-pill-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(15, 23, 42, 0.85);
  border-radius: 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(193, 20, 144, 0.28);
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
  margin-top: 8px;
}

.trust-rating-pill-dark .stars {
  color: #fbbf24;
  font-size: 13.5px;
  letter-spacing: 1.5px;
}

/* Dark Tech Testimonial Card in Digital Web Track Logo Colors */
.dark-tech-testimonial-card {
  background: #0f172a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 26px 24px 22px !important;
  position: relative !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
  transition: all 0.35s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin: 10px 4px 22px 4px !important;
  min-height: auto !important;
  text-align: left !important;
  overflow: hidden;
}

.section-dark-testimonials .owl-stage {
  display: flex !important;
}

.section-dark-testimonials .owl-item {
  display: flex !important;
  flex: 1 0 auto !important;
  height: auto !important;
}

.section-dark-testimonials .owl-item .item {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.section-dark-testimonials .dark-tech-testimonial-card {
  flex: 1 !important;
  height: 100% !important;
}

.dark-tech-testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #3a5eac, #c11490);
  border-radius: 0 0 3px 3px;
  transition: width 0.35s ease;
}

.dark-tech-testimonial-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(193, 20, 144, 0.45) !important;
  box-shadow: 0 20px 45px -6px rgba(193, 20, 144, 0.28), 0 8px 20px rgba(58, 94, 172, 0.2) !important;
  background: #111a33 !important;
}

.dark-tech-testimonial-card:hover::before {
  width: 100px;
}

.dark-card-stars {
  color: #fbbf24 !important;
  font-size: 14.5px !important;
  letter-spacing: 3px !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.dark-card-quote {
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  color: #cbd5e1 !important;
  font-style: italic !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
  flex-grow: 0 !important;
}

.dark-card-author {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 15px !important;
}

.dark-avatar-circle {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 16px rgba(193, 20, 144, 0.45) !important;
  flex-shrink: 0 !important;
}

.dark-author-info {
  flex: 1;
}

.dark-author-info h4 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.25 !important;
}

.dark-author-info p {
  font-size: 12px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}

.dark-card-tag {
  display: inline-block !important;
  padding: 5px 14px !important;
  background: rgba(193, 20, 144, 0.12) !important;
  border: 1px solid rgba(193, 20, 144, 0.3) !important;
  border-radius: 50px !important;
  color: #f472b6 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  align-self: flex-start !important;
  transition: all 0.25s ease !important;
}

.dark-tech-testimonial-card:hover .dark-card-tag {
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.28), rgba(193, 20, 144, 0.28)) !important;
  border-color: rgba(193, 20, 144, 0.6) !important;
  color: #ffffff !important;
}

/* Dark Owl Carousel Dots in Logo Colors */
.section-dark-testimonials .owl-theme .owl-dots,
.section-dark-testimonials .owl-dots {
  margin-top: 20px !important;
  text-align: center !important;
}

.section-dark-testimonials .owl-theme .owl-dots .owl-dot span,
.section-dark-testimonials .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 4px 6px !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border-radius: 50% !important;
  display: inline-block;
  transition: all 0.3s ease !important;
}

.section-dark-testimonials .owl-theme .owl-dots .owl-dot.active span,
.section-dark-testimonials .owl-dots .owl-dot.active span {
  width: 28px !important;
  border-radius: 12px !important;
  background: linear-gradient(90deg, #3a5eac, #c11490) !important;
  box-shadow: 0 0 14px rgba(193, 20, 144, 0.6) !important;
}

@media (max-width: 767px) {
  .section-dark-testimonials {
    padding: 40px 0 !important;
  }
  .dark-tech-testimonial-card {
    padding: 24px 18px 20px !important;
    min-height: auto !important;
    margin: 8px 4px 16px 4px !important;
  }
  .h2-dark-title {
    font-size: 22px !important;
  }
}

/* ==========================================================================
   Universal 50px Top & Bottom Section Padding System (STRICT EQUAL SPACING)
   ========================================================================== */
section.section-pad-50,
div.section-pad-50,
.rs-services.section-pad-50,
.section-about-agency,
.section-corporate-clients,
.section-corporate-testimonials,
.section-dark-testimonials,
.section-modern-process,
.faq-section-3d {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}

/* Prevent double padding from nested containers */
section.section-pad-50 > .container,
section.section-pad-50 > .container-fluid,
div.section-pad-50 > .container,
div.section-pad-50 > .container-fluid,
.rs-services.section-pad-50 > .container,
.section-about-agency > .container,
.section-corporate-clients > .container,
.section-corporate-testimonials > .container,
.section-dark-testimonials > .container,
.section-exclusive-services > .container,
.section-modern-process > .container,
.faq-section-3d > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Ensure clean title spacing at top of sections */
.section-pad-50 .section-title,
.section-corporate-clients .section-title,
.section-corporate-testimonials .section-title,
.section-dark-testimonials .section-title,
.section-exclusive-services .section-title,
.section-modern-process .section-title,
.faq-section-3d .section-title {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* STRICT ZERO BOTTOM MARGIN ON LAST CHILDREN TO ENSURE EQUAL TOP & BOTTOM VISUAL PADDING */
section.section-pad-50 > .container > .row:last-child,
div.section-pad-50 > .container > .row:last-child,
.section-about-agency > .container > .row:last-child,
.section-corporate-clients > .container > .row:last-child,
.section-corporate-testimonials > .container > .row:last-child,
.section-dark-testimonials > .container > .row:last-child,
.section-exclusive-services > .container > .row:last-child,
.section-modern-process > .container > .row:last-child,
.faq-section-3d > .container > .row:last-child {
  margin-bottom: 0 !important;
}

/* Eliminate bottom margin from last row items across all sections */
.rs-services.style2 .row:last-child {
  margin-bottom: 0 !important;
}
.rs-services.style2 .row:last-child > [class*="col-"]:nth-last-child(-n+3),
.rs-services.style2 .row:last-child > [class*="col-"]:nth-last-child(-n+3) .flip-box-inner {
  margin-bottom: 0 !important;
}

/* Eliminate bottom margin from last row showcase cards & pillars */
@media (min-width: 992px) {
  .showcase-grid-row > [class*="col-"]:nth-child(-n+3) {
    margin-bottom: 30px !important;
  }
  .showcase-grid-row > [class*="col-"]:nth-last-child(-n+3),
  .showcase-grid-row > [class*="col-"]:nth-last-child(-n+3) .showcase-card-3d {
    margin-bottom: 0 !important;
  }
  .service-pillars-row > [class*="col-"],
  .service-pillars-row > [class*="col-"] .service-pillar-card-3d {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase-grid-row > [class*="col-"]:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px !important;
  }
  .showcase-grid-row > [class*="col-"]:nth-last-child(-n+2),
  .showcase-grid-row > [class*="col-"]:nth-last-child(-n+2) .showcase-card-3d {
    margin-bottom: 0 !important;
  }
  .service-pillars-row > [class*="col-"]:nth-last-child(-n+2),
  .service-pillars-row > [class*="col-"]:nth-last-child(-n+2) .service-pillar-card-3d {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .showcase-grid-row > [class*="col-"]:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .showcase-grid-row > [class*="col-"]:last-child,
  .showcase-grid-row > [class*="col-"]:last-child .showcase-card-3d {
    margin-bottom: 0 !important;
  }
  .service-pillars-row > [class*="col-"]:last-child,
  .service-pillars-row > [class*="col-"]:last-child .service-pillar-card-3d {
    margin-bottom: 0 !important;
  }
}

/* Fix Process section image bottom margin */
#process .about-thumb,
#process .about-thumb img,
#process .about-thumb-3d {
  margin-bottom: 0 !important;
}

/* Fix Why Choose Us section cards & form bottom margin */
#why-choose-us .card-feature-3d:last-child {
  margin-bottom: 0 !important;
}
#why-choose-us .corp-quote-card {
  margin-bottom: 0 !important;
}

/* Fix Counters funfact boxes bottom margin */
#counters .funfact-3d-box,
#counters .funfact,
#counters [class*="col-"]:last-child,
#counters .row:last-child {
  margin-bottom: 0 !important;
}

/* Fix FAQ accordion bottom margin (removes Bootstrap panel-group 20px bottom margin) */
#accordion2026,
#faq .panel-group,
#faq .seo-faq-card:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  section.section-pad-50,
  div.section-pad-50,
  .rs-services.section-pad-50,
  .section-about-agency,
  .section-corporate-clients,
  .section-corporate-testimonials,
  .faq-section-3d {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media (max-width: 767px) {
  section.section-pad-50,
  div.section-pad-50,
  .rs-services.section-pad-50,
  .section-about-agency,
  .section-corporate-clients,
  .section-corporate-testimonials,
  .faq-section-3d {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .section-pad-50 .section-title,
  .section-corporate-clients .section-title,
  .section-corporate-testimonials .section-title,
  .faq-section-3d .section-title {
    margin-bottom: 20px !important;
  }
}

/* ==========================================================================
   About Us Section (2026 Executive Brand Redesign)
   ========================================================================== */
.section-about-agency {
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
}

.about-row-flex {
  position: relative;
}

@media (min-width: 992px) {
  .about-row-flex {
    display: flex;
    align-items: stretch;
  }
  .about-row-flex:before,
  .about-row-flex:after {
    display: none !important;
  }
  .about-visual-col {
    display: flex;
    flex-direction: column;
  }
  .about-visual-container-3d {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .about-img-frame {
    flex: 1;
    height: 100%;
    min-height: 500px;
    display: flex;
  }
}

.about-visual-container-3d {
  position: relative;
  border-radius: 24px;
}

.about-img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px -8px rgba(11, 51, 76, 0.16), 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(58, 94, 172, 0.15);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  background: #f8fafc;
  position: relative;
  width: 100%;
}

.about-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-img-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -10px rgba(58, 94, 172, 0.25);
}

.about-img-frame:hover img {
  transform: scale(1.03);
}

@media (max-width: 991px) {
  .about-img-frame {
    min-height: 380px;
    margin-bottom: 25px;
  }
}

.about-floating-exp-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 28px rgba(11, 51, 76, 0.16);
  border: 1px solid rgba(58, 94, 172, 0.18);
  transition: transform 0.3s ease;
  z-index: 5;
}

.about-floating-exp-badge:hover {
  transform: scale(1.04);
}

.about-floating-exp-badge .exp-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gradient-3d-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(193, 20, 144, 0.3);
}

.about-floating-exp-badge .exp-number {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--logo-blue-dark);
  display: block;
}

.about-floating-exp-badge .exp-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.about-lead-text {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin-bottom: 18px !important;
}

/* 4 Core Agency Pillars Grid */
.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.about-pillar-item {
  background: #f8fafc;
  border: 1px solid rgba(58, 94, 172, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.3s ease;
}

.about-pillar-item:hover {
  background: #ffffff;
  border-color: rgba(193, 20, 144, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(58, 94, 172, 0.08);
}

.about-pillar-item .pillar-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.12), rgba(193, 20, 144, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logo-blue);
  font-size: 15px;
  transition: all 0.3s ease;
}

.about-pillar-item:hover .pillar-icon {
  background: var(--gradient-3d-primary);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(193, 20, 144, 0.3);
}

.about-pillar-item h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--logo-blue-dark);
  margin: 0 0 2px 0;
  line-height: 1.3;
}

.about-pillar-item p {
  font-size: 11.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.35;
}

/* Action Row */
.about-action-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}

.btn-about-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: var(--gradient-3d-primary);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13.5px;
  border-radius: 50px;
  box-shadow: 0 6px 16px rgba(193, 20, 144, 0.28);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.btn-about-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(193, 20, 144, 0.42);
  color: #ffffff !important;
}

.btn-about-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: var(--logo-blue-dark) !important;
  transition: all 0.3s ease;
}

.btn-about-call .call-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid rgba(58, 94, 172, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logo-magenta);
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-about-call:hover .call-icon {
  background: var(--logo-magenta);
  color: #ffffff;
  transform: scale(1.08);
}

.btn-about-call .call-text small {
  display: block;
  font-size: 10.5px;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-about-call .call-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--logo-blue-dark);
}

@media (max-width: 767px) {
  .about-pillars-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-floating-exp-badge {
    bottom: 15px;
    left: 15px;
    padding: 10px 14px;
  }
  .about-floating-exp-badge .exp-number {
    font-size: 20px;
  }
  .about-action-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* ==========================================================================
   2026 Interactive 3D Showcase & Service Page Enhancements
   ========================================================================== */

/* 3D Browser Mockup Frame for Service Hero & Overview */
.browser-mockup-frame-3d {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: var(--shadow-3d-card);
  border: 1px solid rgba(16, 110, 234, 0.12);
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 20px;
}

.browser-mockup-frame-3d:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--shadow-3d-hover);
  border-color: rgba(16, 110, 234, 0.28);
}

.browser-mockup-header {
  display: none !important;
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.browser-dot.red { background: #ff5f56; }
.browser-dot.yellow { background: #ffbd2e; }
.browser-dot.green { background: #27c93f; }

.browser-mockup-body img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.browser-mockup-frame-3d:hover .browser-mockup-body img {
  transform: scale(1.02);
}

/* ==========================================================================
   Showcase Grid Flexbox & Float Clearing (Fixes Float Snagging & Guarantees Equal Heights)
   ========================================================================== */
.showcase-grid-row,
.section-pad-50 .row:has(.showcase-card-3d) {
  display: flex !important;
  flex-wrap: wrap !important;
}

.showcase-grid-row::before,
.showcase-grid-row::after,
.section-pad-50 .row:has(.showcase-card-3d)::before,
.section-pad-50 .row:has(.showcase-card-3d)::after {
  display: none !important;
}

.showcase-grid-row > [class*="col-"],
.section-pad-50 .row:has(.showcase-card-3d) > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
}

/* Fallback float clearing if flexbox is not active */
@media (min-width: 992px) {
  .showcase-grid-row > [class*="col-md-4"]:nth-child(3n+1),
  .section-pad-50 .row:has(.showcase-card-3d) > [class*="col-md-4"]:nth-child(3n+1) {
    clear: left !important;
  }
  .showcase-grid-row > [class*="col-md-4"],
  .section-pad-50 .row:has(.showcase-card-3d) > [class*="col-md-4"] {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase-grid-row > [class*="col-sm-6"]:nth-child(2n+1),
  .section-pad-50 .row:has(.showcase-card-3d) > [class*="col-sm-6"]:nth-child(2n+1) {
    clear: left !important;
  }
  .showcase-grid-row > [class*="col-sm-6"],
  .section-pad-50 .row:has(.showcase-card-3d) > [class*="col-sm-6"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .showcase-grid-row > [class*="col-"],
  .section-pad-50 .row:has(.showcase-card-3d) > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* 3D Showcase Cards for Industry & Vertical Websites */
.showcase-card-3d {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(16, 110, 234, 0.1);
  box-shadow: 0 10px 25px -4px rgba(11, 51, 76, 0.08), 0 4px 10px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
}

.showcase-card-3d:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px -6px rgba(16, 110, 234, 0.18), 0 8px 16px -2px rgba(11, 51, 76, 0.06);
  border-color: rgba(16, 110, 234, 0.3);
}

.showcase-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #f1f5f9;
}

.showcase-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.showcase-card-3d:hover .showcase-img-wrap img {
  transform: scale(1.06);
}

.showcase-badge-pill {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(11, 51, 76, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.showcase-meta {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.showcase-category {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-orange);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.showcase-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-navy);
  line-height: 1.35;
  margin: 0 0 10px 0;
}

.showcase-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #555555;
  margin-bottom: 15px;
}

.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.showcase-tag {
  font-size: 11px;
  font-weight: 600;
  background: #f1f5f9;
  color: #334155;
  padding: 3px 9px;
  border-radius: 6px;
  border: 1px solid rgba(16, 110, 234, 0.08);
}

.showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--gradient-3d-primary);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(16, 110, 234, 0.2);
  transition: all 0.3s ease;
  margin-top: auto;
}

.showcase-btn:hover {
  background: var(--accent-orange);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 102, 10, 0.35);
}

/* ==========================================================================
   2026 Strict Equal Height & 3D Corporate Service Pillar Card System
   ========================================================================== */
.row.service-pillars-row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 0 !important;
}

.row.service-pillars-row > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 25px !important;
}

@media (min-width: 992px) {
  .row.service-pillars-row > [class*="col-"] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row.service-pillars-row > [class*="col-"]:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .row.service-pillars-row > [class*="col-"]:last-child {
    margin-bottom: 0 !important;
  }
}

.row.service-pillars-row > [class*="col-"] > .service-pillar-card-3d {
  flex: 1 1 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}

.service-pillar-card-3d {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 34px 22px 30px !important;
  border: 1px solid rgba(58, 94, 172, 0.12) !important;
  box-shadow: 0 10px 25px -4px rgba(30, 46, 93, 0.07), 0 4px 10px rgba(0, 0, 0, 0.02) !important;
  text-align: center !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 290px !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

/* 3D Top Accent Micro Gradient Bar */
.service-pillar-card-3d::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 20px !important;
  right: 20px !important;
  height: 3.5px !important;
  background: linear-gradient(90deg, #3A5EAC 0%, #C11490 100%) !important;
  border-radius: 0 0 4px 4px !important;
  opacity: 0.85 !important;
  transition: all 0.35s ease !important;
}

.service-pillar-card-3d:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 22px 42px -6px rgba(58, 94, 172, 0.2), 0 8px 16px -2px rgba(193, 20, 144, 0.14) !important;
  border-color: rgba(193, 20, 144, 0.35) !important;
}

.service-pillar-card-3d:hover::before {
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  height: 4.5px !important;
}

/* Strict Equal Height & Position for Circular 3D Icon Container */
.service-pillar-icon {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #F0F4FC 0%, #E2ECFD 100%) !important;
  border: 1px solid rgba(58, 94, 172, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  color: var(--logo-blue) !important;
  font-size: 26px !important;
  box-shadow: 0 8px 18px rgba(58, 94, 172, 0.12), inset 0 2px 4px rgba(255, 255, 255, 0.9) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  flex-shrink: 0 !important;
}

.service-pillar-card-3d:hover .service-pillar-icon {
  transform: scale(1.12) rotate(6deg) !important;
  background: var(--gradient-3d-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(193, 20, 144, 0.35) !important;
  border-color: transparent !important;
}

/* Strict Equal Height & Baseline for Card Titles */
.service-pillar-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--primary-navy) !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.35 !important;
  min-height: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}

/* Strict Equal Height & Baseline for Card Descriptions */
.service-pillar-desc {
  font-size: 13.5px !important;
  line-height: 1.65 !important;
  color: #64748b !important;
  margin: 0 !important;
  min-height: 72px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}

@media (max-width: 991px) {
  .service-pillar-card-3d {
    min-height: 270px !important;
    padding: 26px 18px 24px !important;
  }
  .service-pillar-title {
    font-size: 17px !important;
    min-height: 44px !important;
    height: auto !important;
  }
  .service-pillar-desc {
    font-size: 13px !important;
    min-height: 64px !important;
    height: auto !important;
  }
}

/* Contact Detail Pillar Cards - Compact & Snug Spacing */
.contact-pillar-card {
  padding: 28px 20px 24px !important;
  min-height: 245px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.contact-pillar-card .service-pillar-icon {
  margin: 0 auto 12px auto !important;
}

.contact-pillar-card .service-pillar-title {
  height: auto !important;
  min-height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  line-height: 1.25 !important;
}

.contact-pillar-card .service-pillar-desc {
  height: auto !important;
  min-height: 44px !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.contact-pillar-card .btn {
  margin-top: auto !important;
}

/* 3D Alternating Solution Row Feature Box */
@media (min-width: 992px) {
  .row.align-items-center {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .row.align-items-center > [class*="col-"] {
    float: none !important;
  }
}

.feature-solution-box-3d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 12px 0;
}

.feature-solution-box-3d h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-navy);
  margin-top: 6px;
  margin-bottom: 14px;
  line-height: 1.3;
}

.feature-solution-box-3d p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 16px;
}

.feature-solution-box-3d .feature-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.feature-solution-box-3d .feature-checklist li {
  font-size: 14px;
  color: #334155;
  font-weight: 600;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-solution-box-3d .feature-checklist li i {
  color: #10b981;
  font-size: 16px;
  flex-shrink: 0;
}

.solution-btn-wrap {
  margin-top: 4px;
}

/* ==========================================================================
   Official Logo Brand Color System Harmonization (Digital Web Track)
   Primary Colors:
     - Royal Indigo Blue (#3A5EAC) from "DIGITAL"
     - Deep Navy Indigo (#1E2E5D) for Top Bar, Headers, and Footer
     - Vibrant Magenta / Fuchsia (#C11490) from "WEB TRACK"
     - Signature Gradient (Royal Blue to Magenta)
   ========================================================================== */

/* 1. Top Bar Header & Contact Info (Exact Clone of Image 2 Background) */
.header-top,
.header-top.bg-theme-color-blue {
  position: relative !important;
  background: 
    radial-gradient(circle at 12% 50%, rgba(58, 94, 172, 0.38) 0%, transparent 45%),
    radial-gradient(circle at 88% 50%, rgba(193, 20, 144, 0.28) 0%, transparent 40%),
    linear-gradient(180deg, #0d1527 0%, #080d19 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
  overflow: hidden !important;
}

.header-top::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(58, 94, 172, 0.6) 25%, rgba(193, 20, 144, 0.6) 75%, transparent 100%) !important;
  z-index: 2 !important;
}

.header-top .list-inline > li > a {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}
.header-top .list-inline > li > a:hover {
  color: #60a5fa !important;
  text-decoration: none;
}
.header-top i.fa {
  color: #ffffff !important;
  margin-right: 6px;
  font-size: 13px;
  opacity: 0.95;
}

/* Header Top Responsive - Left Phone & Right Email in single row on Mobile */
@media (max-width: 767px) {
  .header-top .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header-top .header-top-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .header-top .header-top-left {
    flex: 1 1 auto !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .header-top .header-top-right {
    flex: 1 1 auto !important;
    text-align: right !important;
    padding-left: 4px !important;
    padding-right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
  .header-top .header-top-left .widget,
  .header-top .header-top-right .widget {
    width: 100% !important;
  }
  .header-top .header-top-left .list-inline {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .header-top .header-top-right .list-inline {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .header-top .header-top-left .list-inline > li,
  .header-top .header-top-right .list-inline > li {
    padding: 0 !important;
    margin: 0 !important;
  }
  .header-top .list-inline > li > a {
    font-size: 11.5px !important;
    white-space: nowrap !important;
    letter-spacing: -0.2px;
  }
  .header-top i.fa {
    font-size: 11px !important;
    margin-right: 4px !important;
  }
}
@media (max-width: 360px) {
  .header-top .list-inline > li > a {
    font-size: 10.5px !important;
    letter-spacing: -0.3px;
  }
  .header-top i.fa {
    font-size: 10px !important;
    margin-right: 2px !important;
  }
}

/* 2. Menuzord Navigation Menu (Desktop: min-width: 901px) */
@media (min-width: 901px) {
  .menuzord .menuzord-brand {
    margin-top: 14px;
  }
  .menuzord .menuzord-menu > li {
    padding: 16px 0;
  }
  .menuzord .menuzord-menu > li > a {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }
  .menuzord .menuzord-menu > li.active > a {
    background: var(--gradient-3d-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(193, 20, 144, 0.3) !important;
  }
  .menuzord .menuzord-menu > li:hover > a {
    background: var(--gradient-3d-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(58, 94, 172, 0.25) !important;
  }
  .menuzord .menuzord-menu ul.dropdown {
    border-top: 3px solid var(--logo-magenta) !important;
    box-shadow: 0 12px 30px rgba(30, 46, 93, 0.12) !important;
    border-radius: 0 0 10px 10px !important;
    padding: 8px 0 !important;
  }
  .menuzord .menuzord-menu ul.dropdown li > a {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
    padding: 9px 20px !important;
  }
  .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: var(--logo-magenta-light) !important;
    color: var(--logo-magenta) !important;
    padding-left: 25px !important;
    font-weight: 600 !important;
  }
}

/* 2.1 Modern Professional Mobile Navigation (max-width: 900px) */
@media (max-width: 900px) {
  /* Modern Hamburger Toggle Button */
  .menuzord .showhide {
    width: 44px !important;
    height: 42px !important;
    padding: 11px 0 0 0 !important;
    margin: 12px 15px 12px 0 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
  }
  .menuzord .showhide:hover,
  .menuzord .showhide:focus {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    transform: scale(1.02);
  }
  .menuzord .showhide em {
    width: 22px !important;
    height: 2.5px !important;
    margin: 3.5px auto !important;
    float: none !important;
    display: block !important;
    background: #1e2e5d !important;
    border-radius: 3px !important;
    transition: all 0.25s ease !important;
  }

  /* Responsive Brand Logo Alignment */
  .menuzord-responsive .menuzord-brand {
    margin: 10px 0 10px 15px !important;
    line-height: 1 !important;
  }
  .menuzord-responsive .menuzord-brand img {
    max-height: 46px !important;
    width: auto !important;
  }

  /* Mobile Drawer Container */
  .menuzord-responsive .menuzord-menu {
    background: #ffffff !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
    border-top: 2px solid #3a5eac !important;
    padding: 10px 10px 16px 10px !important;
    max-height: 75vh !important;
    margin-top: 4px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .menuzord-responsive .menuzord-menu::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .menuzord-responsive .menuzord-menu > .scrollable-fix {
    display: none !important;
  }

  /* Mobile Nav Items */
  .menuzord-responsive .menuzord-menu > li {
    padding: 0 !important;
    margin: 3px 0 !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
  }

  /* Mobile Nav Links */
  .menuzord-responsive .menuzord-menu > li > a {
    display: block !important;
    padding: 12px 18px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    border-radius: 8px !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative !important;
    transition: all 0.2s ease !important;
  }
  .menuzord-responsive .menuzord-menu > li:last-child > a {
    border-bottom: none !important;
  }
  .menuzord-responsive .menuzord-menu > li > a:hover {
    background: #f8fafc !important;
    color: #3a5eac !important;
    padding-left: 22px !important;
  }

  /* Active Menu Item on Mobile */
  .menuzord-responsive .menuzord-menu > li.active > a {
    background: linear-gradient(90deg, rgba(58, 94, 172, 0.08) 0%, rgba(193, 20, 144, 0.05) 100%) !important;
    color: #1e2e5d !important;
    font-weight: 700 !important;
    border-left: 4px solid #3a5eac !important;
    border-radius: 4px 8px 8px 4px !important;
    border-bottom: 1px solid rgba(58, 94, 172, 0.12) !important;
    box-shadow: none !important;
    padding-left: 16px !important;
  }

  /* Dropdown Indicator Icon (Accordion Arrow) */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 48px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 15px !important;
    color: #64748b !important;
    border: none !important;
    border-left: none !important;
    top: 0 !important;
    right: 0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    z-index: 2 !important;
  }
  .menuzord-responsive .menuzord-menu li:hover > .indicator,
  .menuzord-responsive .menuzord-menu li.active > .indicator {
    color: #3a5eac !important;
  }

  /* Mobile Submenu Dropdowns */
  .menuzord-responsive .menuzord-menu ul.dropdown {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 4px 0 8px 0 !important;
    padding: 6px 6px 6px 12px !important;
    background: #f8fafc !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 8px !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02) !important;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative !important;
    border: none !important;
    margin: 2px 0 !important;
    padding: 0 !important;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px 10px 14px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-radius: 6px !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
    line-height: 1.4 !important;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li:last-child a {
    border-bottom: none !important;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a::before {
    content: "•";
    display: inline-block;
    color: #94a3b8;
    font-size: 14px;
    margin-right: 8px;
    line-height: 1;
    transition: color 0.2s ease;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li:hover > a,
  .menuzord-responsive .menuzord-menu ul.dropdown li.active > a {
    background: #ffffff !important;
    color: #c11490 !important;
    font-weight: 600 !important;
    padding-left: 18px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li:hover > a::before,
  .menuzord-responsive .menuzord-menu ul.dropdown li.active > a::before {
    color: #c11490 !important;
  }
}

.badge-3d-seo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: fit-content !important;
  min-width: auto !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  background: #ffffff !important;
  color: var(--logo-blue) !important;
  border: 1px solid rgba(58, 94, 172, 0.22) !important;
  box-shadow: 0 4px 14px rgba(58, 94, 172, 0.12) !important;
  white-space: nowrap !important;
  line-height: normal !important;
}
.badge-3d-seo i {
  display: inline-block !important;
  color: var(--logo-magenta) !important;
  margin-right: 7px !important;
  margin-left: 0 !important;
  vertical-align: middle !important;
}
.h1-seo-title {
  color: var(--logo-blue-dark) !important;
}
.h2-seo-subtitle {
  color: var(--logo-blue-dark) !important;
}
.h2-seo-subtitle::after {
  background: var(--gradient-3d-primary) !important;
  height: 3px !important;
  border-radius: 2px !important;
}
.line-bottom:after,
.heading-line-bottom:after {
  background: var(--gradient-3d-primary) !important;
}
.line-bottom-center:after {
  background: var(--gradient-3d-primary) !important;
}
.text-theme-color-sky {
  color: var(--logo-blue) !important;
}
.about-subheading-black {
  color: #000000 !important;
}
.text-theme-colored {
  color: var(--logo-blue-dark) !important;
}

/* 4. Service Flip Cards: Refined Brand Styling */
.rs-services.style2 .flip-box-inner .front-content-part::before {
  background: var(--gradient-3d-primary) !important;
  opacity: 1 !important;
}
.rs-services.style2 .front-icon-part .icon-part {
  background: linear-gradient(145deg, #f0f4fd, #e2ebfc) !important;
  box-shadow: 0 8px 18px rgba(58, 94, 172, 0.14), inset 0 2px 4px rgba(255, 255, 255, 0.9) !important;
}
.rs-services.style2 .flip-box-inner:hover .front-icon-part .icon-part {
  box-shadow: 0 10px 22px rgba(193, 20, 144, 0.25) !important;
}
.rs-services.style2 .front-title-part .title a:hover {
  color: var(--logo-magenta) !important;
}
.rs-services.style2 .flip-box-inner .back-front {
  background: linear-gradient(135deg, #1E2E5D 0%, #3A5EAC 45%, #C11490 100%) !important;
}
.rs-services.style2 .flip-box-inner .back-btn-part .readon.view-more {
  background: #ffffff !important;
  color: var(--logo-blue-dark) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}
.rs-services.style2 .flip-box-inner .back-btn-part .readon.view-more:hover {
  background: var(--logo-magenta) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(193, 20, 144, 0.45) !important;
}

/* 5. Feature Cards & Trust Section */
.card-feature-3d {
  border: 1px solid rgba(58, 94, 172, 0.1) !important;
}
.card-feature-3d:hover {
  border-color: rgba(193, 20, 144, 0.3) !important;
  box-shadow: 0 18px 35px rgba(58, 94, 172, 0.15) !important;
}
.card-feature-icon {
  background: var(--gradient-3d-primary) !important;
  box-shadow: 0 6px 16px rgba(58, 94, 172, 0.25) !important;
}

/* 6. Call To Action & Inquiry Form Buttons */
.btn-theme-color-sky,
.btn-theme-color-orange,
.btn-theme-color-blue,
.btn-colored.btn-theme-colored,
.btn.btn-theme-colored {
  background: var(--gradient-3d-primary) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(193, 20, 144, 0.25) !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  border-radius: 8px !important;
  padding: 11px 26px !important;
  transition: all 0.35s ease !important;
}
.btn-theme-color-sky:hover,
.btn-theme-color-orange:hover,
.btn-theme-color-blue:hover,
.btn-colored.btn-theme-colored:hover,
.btn.btn-theme-colored:hover {
  background: linear-gradient(135deg, #C11490 0%, #3A5EAC 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(193, 20, 144, 0.4) !important;
}

/* 7. Counter / Stats Parallax Overlay */
#counters.layer-overlay.overlay-gradient {
  background: linear-gradient(135deg, rgba(22, 35, 71, 0.94) 0%, rgba(58, 94, 172, 0.88) 50%, rgba(193, 20, 144, 0.88) 100%) !important;
}
.funfact-3d-box {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

/* 8. Corporate Testimonials & Trust Rating */
.corp-testimonial-card::before {
  background: var(--logo-gradient) !important;
}
.corp-testimonial-card:hover {
  border-color: rgba(193, 20, 144, 0.32) !important;
  box-shadow: 0 20px 42px rgba(58, 94, 172, 0.16) !important;
}
.corp-author-project {
  color: var(--logo-blue) !important;
}
.corp-quote-icon {
  color: rgba(58, 94, 172, 0.08) !important;
}
.owl-carousel-2col.testimonial .owl-dot.active span {
  background: var(--gradient-3d-primary) !important;
}

/* 9. FAQ Accordion */
.seo-faq-card:hover {
  border-color: rgba(58, 94, 172, 0.28) !important;
}
.seo-faq-header .faq-q-badge {
  background: var(--logo-blue-light) !important;
  color: var(--logo-blue) !important;
}
.seo-faq-icon {
  color: var(--logo-blue) !important;
}
.seo-faq-header:not(.collapsed) .seo-faq-icon {
  color: var(--logo-magenta) !important;
}
.seo-faq-card .list-check li::before {
  color: var(--logo-blue) !important;
}

/* 10. Showcase Cards & Service Pillars */
.showcase-card-3d:hover {
  border-color: rgba(193, 20, 144, 0.32) !important;
}
.showcase-category {
  color: var(--logo-magenta) !important;
}
.showcase-btn {
  background: var(--gradient-3d-primary) !important;
  box-shadow: 0 4px 14px rgba(193, 20, 144, 0.25) !important;
}
.showcase-btn:hover {
  background: linear-gradient(135deg, #C11490 0%, #3A5EAC 100%) !important;
  box-shadow: 0 6px 20px rgba(193, 20, 144, 0.4) !important;
}

/* ==========================================================================
   11. Executive 2026 Corporate Footer System
   - Ambient Illuminated Tech Midnight Canvas (#080D19 to #0D1527)
   - Dual-Tone Micro Light Ray Header Line
   - Glassmorphic Social Badges & Micro-Interactions
   - Sleek Executive Typography with Micro-Chevrons
   - Seamless Integrated Copyright Glass Bar
   ========================================================================== */

footer#footer.footer {
  position: relative !important;
  margin-top: 0 !important;
  background: 
    radial-gradient(circle at 15% 10%, rgba(58, 94, 172, 0.25) 0%, transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(193, 20, 144, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(30, 46, 93, 0.35) 0%, transparent 60%),
    linear-gradient(180deg, #0d1527 0%, #080d19 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #94a3b8 !important;
  overflow: hidden !important;
}

.main-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.main-content > section:last-of-type {
  margin-bottom: 0 !important;
}

/* Subtle Top Glowing Light Ray */
footer#footer.footer::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 8% !important;
  right: 8% !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent 0%, #3A5EAC 30%, #C11490 70%, transparent 100%) !important;
  opacity: 0.9 !important;
  z-index: 2 !important;
}

/* Footer Section Padding & Spacing */
footer#footer.footer .container.pt-40.pb-20 {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Footer Widget Titles */
footer#footer.footer .widget.dark .widget-title,
footer#footer.footer .widget .widget-title {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  position: relative !important;
}

footer#footer.footer .widget.dark .widget-title::after,
footer#footer.footer .widget .widget-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: -1px !important;
  left: 0 !important;
  width: 40px !important;
  height: 2.5px !important;
  border-radius: 3px !important;
  background: linear-gradient(90deg, #3A5EAC 0%, #C11490 100%) !important;
  display: block !important;
}

/* About Us Body Text */
footer#footer.footer .widget p {
  color: #ffffff !important;
  font-size: 13.5px !important;
  line-height: 1.75 !important;
  margin-bottom: 20px !important;
}

/* Modern Glassmorphic Social Media Icons */
footer#footer.footer .styled-icons {
  display: flex !important;
  gap: 10px !important;
  padding: 0 !important;
  margin-top: 20px !important;
  list-style: none !important;
}

footer#footer.footer .styled-icons li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

footer#footer.footer .styled-icons li a {
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(8px) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

footer#footer.footer .styled-icons li a:hover {
  background: linear-gradient(135deg, #3A5EAC 0%, #C11490 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.08) !important;
  box-shadow: 0 8px 20px rgba(193, 20, 144, 0.4) !important;
}

/* Footer Link Columns */
footer#footer.footer .widget ul.list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

footer#footer.footer .widget ul.list li {
  padding: 8px 0 !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  transition: all 0.25s ease !important;
}

footer#footer.footer .widget ul.list li:last-child {
  border-bottom: none !important;
}

footer#footer.footer .widget ul.list li a {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

footer#footer.footer .widget ul.list li a::before {
  content: "\f105" !important;
  font-family: FontAwesome !important;
  font-size: 13px !important;
  color: #ffffff !important;
  opacity: 0.8 !important;
  transition: all 0.25s ease !important;
}

footer#footer.footer .widget ul.list li a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5) !important;
  padding-left: 6px !important;
}

footer#footer.footer .widget ul.list li a:hover::before {
  color: #ff8be0 !important;
  opacity: 1 !important;
  transform: translateX(3px) !important;
}

/* Footer Bottom Copyright Glass Bar */
footer#footer.footer .footer-bottom {
  background: rgba(4, 7, 14, 0.92) !important;
  backdrop-filter: blur(10px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 18px 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

footer#footer.footer .footer-bottom p {
  color: #ffffff !important;
  font-size: 13.5px !important;
  margin: 0 !important;
  letter-spacing: 0.3px !important;
}

footer#footer.footer .footer-bottom p strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Scroll To Top Button (Professional 3D Floating Circle with Brand Gradient & Centered Icon) */
a.scrollToTop,
.scrollToTop {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #3A5EAC 0%, #C11490 100%) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 22px rgba(58, 94, 172, 0.45), 0 4px 12px rgba(193, 20, 144, 0.35) !important;
  border: 2px solid rgba(255, 255, 255, 0.65) !important;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  z-index: 99999 !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  outline: none !important;
}

a.scrollToTop i,
.scrollToTop i {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  text-align: center !important;
  transition: transform 0.25s ease !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
  -webkit-font-smoothing: antialiased !important;
}

a.scrollToTop:hover,
.scrollToTop:hover {
  background: linear-gradient(135deg, #C11490 0%, #3A5EAC 100%) !important;
  transform: translateY(-5px) scale(1.1) !important;
  box-shadow: 0 12px 28px rgba(58, 94, 172, 0.6), 0 6px 18px rgba(193, 20, 144, 0.5) !important;
  border-color: #ffffff !important;
  text-decoration: none !important;
}

a.scrollToTop:hover i,
.scrollToTop:hover i {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}

a.scrollToTop:active,
.scrollToTop:active {
  transform: translateY(-2px) scale(0.98) !important;
}

/* 12. Legacy Theme Class Overrides for 100% Brand Consistency */
.text-theme-color-orange,
.text-theme-color-red {
  color: var(--logo-magenta) !important;
}
.bg-theme-color-orange {
  background-color: var(--logo-magenta) !important;
}
.border-theme-color-orange {
  border-color: var(--logo-magenta) !important;
}

/* ==========================================================================
   13. Corporate Quality Benchmark Cards & Instant Quote Section (2026 Standard)
   ========================================================================== */

/* Quality Standards Feature Benchmark Cards */
.quality-benchmark-card {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(58, 94, 172, 0.12);
  box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.05);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.quality-benchmark-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--logo-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.quality-benchmark-card:hover {
  transform: translateY(-4px);
  border-color: rgba(58, 94, 172, 0.28);
  box-shadow: 0 16px 32px -6px rgba(58, 94, 172, 0.14), 0 4px 12px rgba(193, 20, 144, 0.08);
}

.quality-benchmark-card:hover::before {
  opacity: 1;
}

.benchmark-icon-emblem {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.1) 0%, rgba(193, 20, 144, 0.08) 100%);
  border: 1px solid rgba(58, 94, 172, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--logo-blue);
  margin-right: 18px;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quality-benchmark-card:hover .benchmark-icon-emblem {
  transform: scale(1.08) rotate(3deg);
  background: var(--logo-gradient);
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(193, 20, 144, 0.3);
  border-color: transparent;
}

.benchmark-content {
  flex: 1;
}

.benchmark-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 8px;
}

.benchmark-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  letter-spacing: -0.2px;
  transition: color 0.3s ease;
}

.quality-benchmark-card:hover .benchmark-title {
  color: var(--logo-blue) !important;
}

.benchmark-pill {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(58, 94, 172, 0.08);
  color: var(--logo-blue);
  border: 1px solid rgba(58, 94, 172, 0.16);
}

.benchmark-pill.pill-green {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  border-color: rgba(16, 185, 129, 0.2);
}

.benchmark-pill.pill-magenta {
  background: rgba(193, 20, 144, 0.08);
  color: var(--logo-magenta);
  border-color: rgba(193, 20, 144, 0.2);
}

.benchmark-pill.pill-orange {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  border-color: rgba(245, 158, 11, 0.2);
}

.benchmark-desc {
  font-size: 13.5px !important;
  color: #475569 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

/* ==========================================================================
   Corporate Instant Quote Card (.corp-quote-card)
   ========================================================================== */
.corp-quote-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 30px 28px;
  border: 1px solid rgba(58, 94, 172, 0.16);
  box-shadow: 0 20px 45px -10px rgba(58, 94, 172, 0.14), 0 4px 16px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.corp-quote-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--logo-gradient);
}

.corp-quote-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start !important;
  width: fit-content !important;
  max-width: fit-content !important;
  gap: 6px;
  background: rgba(193, 20, 144, 0.08);
  color: var(--logo-magenta);
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(193, 20, 144, 0.18);
  margin-bottom: 12px;
}

.corp-quote-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 6px !important;
  display: flex;
  align-items: center;
}

.corp-quote-title i {
  color: var(--logo-magenta);
  font-size: 19px;
  margin-right: 10px;
}

.corp-quote-subtitle {
  font-size: 13.5px !important;
  color: #64748b !important;
  margin: 0 0 20px !important;
  line-height: 1.55;
}

/* Form Controls */
.corp-form-group {
  margin-bottom: 18px;
  position: relative;
}

.corp-form-label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.corp-form-label .req {
  color: var(--logo-magenta);
  margin-left: 2px;
}

.corp-form-input,
select.corp-form-select,
textarea.corp-form-input {
  width: 100%;
  height: 46px;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 10px 15px !important;
  font-size: 13.5px !important;
  color: #0f172a !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

select.corp-form-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A5EAC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  padding-right: 38px !important;
}

textarea.corp-form-input {
  height: auto !important;
  min-height: 90px !important;
  resize: vertical;
}

.corp-form-input:focus,
select.corp-form-select:focus,
textarea.corp-form-input:focus {
  background: #ffffff !important;
  border-color: var(--logo-blue) !important;
  box-shadow: 0 0 0 4px rgba(58, 94, 172, 0.12) !important;
  outline: none !important;
}

.corp-form-input::placeholder,
textarea.corp-form-input::placeholder {
  color: #94a3b8 !important;
  font-size: 13px !important;
}

/* Submit Button */
.btn-corp-quote-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff !important;
  border: none !important;
  background: var(--logo-gradient) !important;
  box-shadow: 0 10px 22px -3px rgba(193, 20, 144, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  cursor: pointer;
  margin-top: 5px;
}

.btn-corp-quote-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -2px rgba(193, 20, 144, 0.5) !important;
  filter: brightness(1.06);
}

.btn-corp-quote-submit i {
  transition: transform 0.25s ease;
}

.btn-corp-quote-submit:hover i {
  transform: translateX(4px);
}

/* Trust footnote */
.corp-quote-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 12px;
  color: #64748b;
  text-align: center;
}

.corp-quote-guarantee i {
  color: #10b981;
}

/* Replacement for inline styles in index.php */
.about-thumb-3d {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-3d-card) !important;
}

.counters-parallax-overlay {
  background-color: var(--logo-magenta) !important;
}

@media (max-width: 767px) {
  .corp-quote-card {
    padding: 24px 18px 20px;
  }
  .quality-benchmark-card {
    padding: 14px 16px;
  }
  .benchmark-icon-emblem {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 14px;
  }
  .benchmark-title {
    font-size: 15px !important;
  }
  .btn-corp-quote-submit {
    font-size: 12px !important;
    letter-spacing: 0.2px !important;
    padding: 12px 10px !important;
    height: auto !important;
    min-height: 48px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    white-space: normal !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
  }
}

/* ==========================================================================
   Why Choose Us vs Instant Quote Symmetrical Layout
   ========================================================================== */
.why-choose-row-flex {
  position: relative;
}

@media (min-width: 992px) {
  .why-choose-row-flex {
    display: flex;
    align-items: stretch;
  }
  .why-choose-row-flex:before,
  .why-choose-row-flex:after {
    display: none !important;
  }
  .why-choose-row-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .why-choose-card,
  #why-choose-us .corp-quote-card {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.why-choose-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 30px 28px;
  border: 1px solid rgba(58, 94, 172, 0.16);
  box-shadow: 0 20px 45px -10px rgba(58, 94, 172, 0.14), 0 4px 16px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-choose-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--logo-gradient);
}

.why-choose-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(193, 20, 144, 0.08);
  color: var(--logo-magenta);
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(193, 20, 144, 0.18);
  margin-bottom: 12px;
  align-self: flex-start;
}

.why-choose-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 6px !important;
  line-height: 1.3 !important;
}

.why-choose-subtitle {
  font-size: 13.5px !important;
  color: #64748b !important;
  margin: 0 0 20px !important;
  line-height: 1.55;
}

.why-choose-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 16px;
}

.why-choose-item {
  background: #f8fafc;
  border: 1px solid rgba(58, 94, 172, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: all 0.3s ease;
  flex: 1;
}

.why-choose-item:hover {
  background: #ffffff;
  border-color: rgba(193, 20, 144, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(58, 94, 172, 0.1);
}

.why-choose-item-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: var(--gradient-3d-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(193, 20, 144, 0.3);
  margin-top: 2px;
  transition: transform 0.3s ease;
}

.why-choose-item:hover .why-choose-item-icon {
  transform: scale(1.08);
}

.why-choose-item-body {
  flex: 1;
}

.why-choose-item-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--logo-blue-dark) !important;
  margin: 0 0 3px !important;
  line-height: 1.35 !important;
}

.why-choose-item-desc {
  font-size: 11.5px !important;
  color: #64748b !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

.why-choose-trust-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
  text-align: center;
  padding-top: 12px;
  border-top: 1px dashed rgba(58, 94, 172, 0.15);
}

.why-choose-trust-footer i {
  color: #f59e0b;
}

@media (max-width: 767px) {
  .why-choose-card {
    padding: 24px 18px 20px;
  }
}

/* ==========================================================================
   Exclusive Services Slider (Logo Color Theme)
   ========================================================================== */
.section-exclusive-services {
  background: linear-gradient(135deg, #091e36 0%, #151842 50%, #3a0e36 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 75px 0 65px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-exclusive-services::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(58, 94, 172, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.section-exclusive-services::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(193, 20, 144, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.exclusive-badge-overline {
  color: #38bdf8;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.exclusive-main-title {
  font-size: 38px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.5px;
  margin: 0 0 14px !important;
  line-height: 1.25 !important;
}

.title-highlight-blue {
  color: #f472b6 !important;
  background: linear-gradient(135deg, #38bdf8 0%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exclusive-sub-desc {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #cbd5e1 !important;
  max-width: 620px;
  margin: 0 auto !important;
}

/* Exclusive Service Card */
.exclusive-service-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px 24px;
  position: relative;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.07), 0 4px 6px -2px rgba(15, 23, 42, 0.03);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 10px 4px 22px 4px;
  min-height: auto;
  text-align: left;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.service-card-spark {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 16px;
  opacity: 0.8;
  pointer-events: none;
  transition: all 0.3s ease;
}

.exclusive-service-card:hover .service-card-spark {
  opacity: 1;
  transform: rotate(45deg) scale(1.2);
}

.service-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.service-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.service-card-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.service-card-desc {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
  margin: 0 0 18px 0 !important;
  min-height: 44px;
}

.service-card-divider {
  height: 1px;
  background: #e2e8f0;
  margin-bottom: 18px;
}

.service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-features-list li {
  font-size: 13px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.service-features-list .check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.service-card-footer {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-tech-pill {
  align-self: flex-start;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.btn-service-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff !important;
}

.btn-service-action:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

/* ==========================================================================
   Color Themes for Cards (Light Design)
   ========================================================================== */
/* 1. Orange Theme (SaaS) */
.card-theme-orange {
  border-color: rgba(249, 115, 22, 0.28) !important;
}
.card-theme-orange:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.5) !important;
  box-shadow: 0 20px 35px -4px rgba(249, 115, 22, 0.18);
  background: #fffdfa;
}
.card-theme-orange .service-card-spark {
  color: #ea580c;
}
.card-theme-orange .service-icon-box {
  background: linear-gradient(135deg, #ea580c, #f97316);
}
.card-theme-orange .service-highlight {
  color: #ea580c;
}
.card-theme-orange .check-icon {
  background: #ffedd5;
  color: #ea580c;
  border: 1px solid #fed7aa;
}
.card-theme-orange .service-tech-pill {
  background: #fff7ed;
  color: #c2410c;
  border-color: #ffedd5;
}
.card-theme-orange .btn-service-action {
  background: #f97316;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.3);
}
.card-theme-orange .btn-service-action:hover {
  background: #ea580c;
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.45);
}

/* 2. Teal Theme (Cloud & DevOps) */
.card-theme-teal {
  border-color: rgba(20, 184, 166, 0.28) !important;
}
.card-theme-teal:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.5) !important;
  box-shadow: 0 20px 35px -4px rgba(20, 184, 166, 0.18);
  background: #f7fdfc;
}
.card-theme-teal .service-card-spark {
  color: #0d9488;
}
.card-theme-teal .service-icon-box {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}
.card-theme-teal .service-highlight {
  color: #0d9488;
}
.card-theme-teal .check-icon {
  background: #ccfbf1;
  color: #0d9488;
  border: 1px solid #99f6e4;
}
.card-theme-teal .service-tech-pill {
  background: #f0fdfa;
  color: #0f766e;
  border-color: #ccfbf1;
}
.card-theme-teal .btn-service-action {
  background: #14b8a6;
  box-shadow: 0 6px 18px rgba(20, 184, 166, 0.3);
}
.card-theme-teal .btn-service-action:hover {
  background: #0d9488;
  box-shadow: 0 8px 22px rgba(20, 184, 166, 0.45);
}

/* 3. Magenta Theme (UI/UX Design) */
.card-theme-magenta {
  border-color: rgba(217, 70, 239, 0.28) !important;
}
.card-theme-magenta:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 70, 239, 0.5) !important;
  box-shadow: 0 20px 35px -4px rgba(217, 70, 239, 0.18);
  background: #fdf8fc;
}
.card-theme-magenta .service-card-spark {
  color: #c026d3;
}
.card-theme-magenta .service-icon-box {
  background: linear-gradient(135deg, #a21caf, #d946ef);
}
.card-theme-magenta .service-highlight {
  color: #c026d3;
}
.card-theme-magenta .check-icon {
  background: #fce7f3;
  color: #c026d3;
  border: 1px solid #fbcfe8;
}
.card-theme-magenta .service-tech-pill {
  background: #fdf2f8;
  color: #a21caf;
  border-color: #fce7f3;
}
.card-theme-magenta .btn-service-action {
  background: #d946ef;
  box-shadow: 0 6px 18px rgba(217, 70, 239, 0.3);
}
.card-theme-magenta .btn-service-action:hover {
  background: #c026d3;
  box-shadow: 0 8px 22px rgba(217, 70, 239, 0.45);
}

/* 4. Blue Theme (Custom Web Development) */
.card-theme-blue {
  border-color: rgba(37, 99, 235, 0.28) !important;
}
.card-theme-blue:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.5) !important;
  box-shadow: 0 20px 35px -4px rgba(37, 99, 235, 0.18);
  background: #f8fbff;
}
.card-theme-blue .service-card-spark {
  color: #2563eb;
}
.card-theme-blue .service-icon-box {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}
.card-theme-blue .service-highlight {
  color: #2563eb;
}
.card-theme-blue .check-icon {
  background: #dbeafe;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}
.card-theme-blue .service-tech-pill {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #dbeafe;
}
.card-theme-blue .btn-service-action {
  background: #2563eb;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
}
.card-theme-blue .btn-service-action:hover {
  background: #1d4ed8;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.45);
}

/* 5. Green Theme (Mobile App Development) */
.card-theme-green {
  border-color: rgba(34, 197, 94, 0.28) !important;
}
.card-theme-green:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 197, 94, 0.5) !important;
  box-shadow: 0 20px 35px -4px rgba(34, 197, 94, 0.18);
  background: #f7fdf9;
}
.card-theme-green .service-card-spark {
  color: #16a34a;
}
.card-theme-green .service-icon-box {
  background: linear-gradient(135deg, #15803d, #22c55e);
}
.card-theme-green .service-highlight {
  color: #16a34a;
}
.card-theme-green .check-icon {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}
.card-theme-green .service-tech-pill {
  background: #f0fdf4;
  color: #15803d;
  border-color: #dcfce7;
}
.card-theme-green .btn-service-action {
  background: #22c55e;
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.3);
}
.card-theme-green .btn-service-action:hover {
  background: #16a34a;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.45);
}

/* 6. Purple Theme (AI Integration) */
.card-theme-purple {
  border-color: rgba(139, 92, 246, 0.28) !important;
}
.card-theme-purple:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 92, 246, 0.5) !important;
  box-shadow: 0 20px 35px -4px rgba(139, 92, 246, 0.18);
  background: #faf8ff;
}
.card-theme-purple .service-card-spark {
  color: #7c3aed;
}
.card-theme-purple .service-icon-box {
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
}
.card-theme-purple .service-highlight {
  color: #7c3aed;
}
.card-theme-purple .check-icon {
  background: #ede9fe;
  color: #7c3aed;
  border: 1px solid #ddd6fe;
}
.card-theme-purple .service-tech-pill {
  background: #f5f3ff;
  color: #6d28d9;
  border-color: #ede9fe;
}
.card-theme-purple .btn-service-action {
  background: #8b5cf6;
  box-shadow: 0 6px 18px rgba(139, 92, 246, 0.3);
}
.card-theme-purple .btn-service-action:hover {
  background: #7c3aed;
  box-shadow: 0 8px 22px rgba(139, 92, 246, 0.45);
}

/* Navigation Arrows (Logo Color Gradient Circular Buttons with High-Visibility Arrow Icons) */
.exclusive-services-carousel .owl-nav {
  position: static;
}

.exclusive-services-carousel .owl-nav .owl-prev,
.exclusive-services-carousel .owl-nav .owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(58, 94, 172, 0.45), 0 3px 12px rgba(193, 20, 144, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 15 !important;
  cursor: pointer !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  padding: 0 !important;
  text-align: center !important;
}

.exclusive-services-carousel .owl-nav .owl-prev {
  left: -26px !important;
}

.exclusive-services-carousel .owl-nav .owl-next {
  right: -26px !important;
}

.exclusive-services-carousel .owl-nav .owl-prev:hover,
.exclusive-services-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(135deg, #2b498a 0%, #a00f77 100%) !important;
  box-shadow: 0 10px 28px rgba(58, 94, 172, 0.6), 0 5px 18px rgba(193, 20, 144, 0.5) !important;
  transform: translateY(-50%) scale(1.1) !important;
  border-color: #ffffff !important;
}

.exclusive-services-carousel .owl-nav .owl-prev i,
.exclusive-services-carousel .owl-nav .owl-next i,
.exclusive-services-carousel .owl-nav .owl-prev span,
.exclusive-services-carousel .owl-nav .owl-next span {
  font-size: 26px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35) !important;
  -webkit-font-smoothing: antialiased !important;
}

.exclusive-services-carousel .owl-nav .owl-prev i:before,
.exclusive-services-carousel .owl-nav .owl-next i:before,
.exclusive-services-carousel .owl-nav .owl-prev span:before,
.exclusive-services-carousel .owl-nav .owl-next span:before {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 26px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.exclusive-services-carousel .owl-nav .owl-prev .pe-7s-angle-left:before,
.exclusive-services-carousel .owl-nav .owl-prev i.pe-7s-angle-left:before {
  font-weight: 900 !important;
  color: #ffffff !important;
}

.exclusive-services-carousel .owl-nav .owl-next .pe-7s-angle-right:before,
.exclusive-services-carousel .owl-nav .owl-next i.pe-7s-angle-right:before {
  font-weight: 900 !important;
  color: #ffffff !important;
}

/* Carousel Dots */
.section-exclusive-services .owl-theme .owl-dots,
.section-exclusive-services .owl-dots {
  text-align: center;
  margin-top: 25px !important;
}

.section-exclusive-services .owl-theme .owl-dots .owl-dot span,
.section-exclusive-services .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 4px 6px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border-radius: 50% !important;
  display: inline-block;
  transition: all 0.3s ease !important;
}

.section-exclusive-services .owl-theme .owl-dots .owl-dot.active span,
.section-exclusive-services .owl-dots .owl-dot.active span {
  width: 28px !important;
  border-radius: 12px !important;
  background: linear-gradient(90deg, #3a5eac, #c11490) !important;
  box-shadow: 0 0 12px rgba(193, 20, 144, 0.6) !important;
}

@media (max-width: 991px) {
  .exclusive-services-carousel .owl-nav .owl-prev {
    left: 4px !important;
  }
  .exclusive-services-carousel .owl-nav .owl-next {
    right: 4px !important;
  }
}

@media (max-width: 767px) {
  .exclusive-main-title {
    font-size: 26px !important;
  }
  .exclusive-service-card {
    padding: 24px 18px 20px !important;
    min-height: auto !important;
    margin: 8px 4px 16px 4px !important;
  }
}

/* ==========================================================================
   Modern 4-Step Engineering Process Section (Logo Brand Colors)
   ========================================================================== */
.section-modern-process {
  background-color: #070b16 !important;
  background-image: 
    radial-gradient(circle at 12% 25%, rgba(58, 94, 172, 0.28) 0%, transparent 45%),
    radial-gradient(circle at 88% 75%, rgba(193, 20, 144, 0.24) 0%, transparent 45%),
    linear-gradient(to right, rgba(58, 94, 172, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(58, 94, 172, 0.08) 1px, transparent 1px) !important;
  background-size: 100% 100%, 100% 100%, 36px 36px, 36px 36px !important;
  position: relative;
  overflow: hidden;
}

.modern-process-main-title {
  color: #ffffff !important;
  letter-spacing: -0.3px;
}

.modern-process-sub-title {
  color: #e2e8f0 !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-size: 15px;
}

.gradient-text-logo {
  background: linear-gradient(135deg, #60a5fa 0%, #f472b6 50%, #c11490 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

/* Process Timeline Nodes (Desktop) */
.process-timeline-bar {
  margin-bottom: 26px;
}

.process-nodes-row {
  position: relative;
}

.process-node-wrapper {
  position: relative;
}

/* Connecting line between nodes with subtle chevron */
.process-node-wrapper:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 36px);
  width: calc(100% - 72px);
  height: 2px;
  background: linear-gradient(90deg, #3a5eac, #c11490);
  transform: translateY(-50%);
  z-index: 1;
}

.process-node-wrapper:not(:last-child)::after {
  content: '\f105'; /* fa-angle-right */
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  color: #f472b6;
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
  background: #070b16;
  padding: 0 8px;
  line-height: 1;
}

/* Circular Node Badge */
.process-node-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0c152a;
  border: 2px solid rgba(58, 94, 172, 0.5);
  box-shadow: 0 0 20px rgba(58, 94, 172, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-node-circle:hover {
  transform: translateY(-3px) scale(1.06);
  border-color: #c11490;
  box-shadow: 0 0 28px rgba(193, 20, 144, 0.5), 0 0 15px rgba(58, 94, 172, 0.4);
}

.process-node-circle i {
  font-size: 22px;
  line-height: 1;
}

/* Step 1 Node: Blue */
.step-node-1 {
  border-color: rgba(56, 189, 248, 0.7);
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.35);
}
.step-node-1 i {
  color: #38bdf8;
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.6);
}

/* Step 2 Node: Indigo */
.step-node-2 {
  border-color: rgba(129, 140, 248, 0.7);
  box-shadow: 0 0 22px rgba(129, 140, 248, 0.35);
}
.step-node-2 i {
  color: #818cf8;
  text-shadow: 0 0 12px rgba(129, 140, 248, 0.6);
}

/* Step 3 Node: Purple */
.step-node-3 {
  border-color: rgba(192, 132, 252, 0.7);
  box-shadow: 0 0 22px rgba(192, 132, 252, 0.35);
}
.step-node-3 i {
  color: #c084fc;
  text-shadow: 0 0 12px rgba(192, 132, 252, 0.6);
}

/* Step 4 Node: Pink/Magenta */
.step-node-4 {
  border-color: rgba(244, 114, 182, 0.7);
  box-shadow: 0 0 22px rgba(244, 114, 182, 0.35);
}
.step-node-4 i {
  color: #f472b6;
  text-shadow: 0 0 12px rgba(244, 114, 182, 0.6);
}

/* Number pill on top-right of circle */
.process-step-num {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #070b16;
  box-shadow: 0 2px 8px rgba(193, 20, 144, 0.5);
}

/* Process Cards Grid */
.process-cards-row {
  display: flex;
  flex-wrap: wrap;
}

.process-cards-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.process-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(16, 26, 52, 0.88) 0%, rgba(10, 16, 32, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  padding: 30px 24px 26px 24px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.process-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3a5eac 0%, #7b35a0 50%, #c11490 100%);
  opacity: 0.9;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.card-step-1::before {
  background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
}
.card-step-2::before {
  background: linear-gradient(90deg, #818cf8 0%, #6366f1 100%);
}
.card-step-3::before {
  background: linear-gradient(90deg, #c084fc 0%, #9333ea 100%);
}
.card-step-4::before {
  background: linear-gradient(90deg, #f472b6 0%, #db2777 100%);
}

.process-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(180deg, rgba(22, 36, 72, 0.95) 0%, rgba(13, 22, 44, 0.98) 100%);
}

.card-step-1:hover {
  border-color: rgba(56, 189, 248, 0.6) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6), 0 0 28px rgba(56, 189, 248, 0.35) !important;
}
.card-step-2:hover {
  border-color: rgba(129, 140, 248, 0.6) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6), 0 0 28px rgba(129, 140, 248, 0.35) !important;
}
.card-step-3:hover {
  border-color: rgba(192, 132, 252, 0.6) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6), 0 0 28px rgba(192, 132, 252, 0.35) !important;
}
.card-step-4:hover {
  border-color: rgba(244, 114, 182, 0.6) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6), 0 0 28px rgba(244, 114, 182, 0.35) !important;
}

.process-card:hover::before {
  height: 4px;
}

.process-card-title {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px 0;
  letter-spacing: -0.3px;
}

.process-card-desc {
  color: #e2e8f0 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  margin: 0 0 24px 0;
  flex-grow: 1;
  font-weight: 400;
}

/* Card Tags with Dedicated Step Styling */
.process-card-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  min-height: 72px;
  align-items: center;
}

.process-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.process-tag.tag-blue {
  background: rgba(56, 189, 248, 0.12) !important;
  border: 1px solid rgba(56, 189, 248, 0.35) !important;
  color: #bae6fd !important;
}
.process-tag.tag-blue:hover {
  background: rgba(56, 189, 248, 0.28) !important;
  border-color: #38bdf8 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.process-tag.tag-indigo {
  background: rgba(129, 140, 248, 0.12) !important;
  border: 1px solid rgba(129, 140, 248, 0.35) !important;
  color: #e0e7ff !important;
}
.process-tag.tag-indigo:hover {
  background: rgba(129, 140, 248, 0.28) !important;
  border-color: #818cf8 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.process-tag.tag-purple {
  background: rgba(192, 132, 252, 0.12) !important;
  border: 1px solid rgba(192, 132, 252, 0.35) !important;
  color: #f3e8ff !important;
}
.process-tag.tag-purple:hover {
  background: rgba(192, 132, 252, 0.28) !important;
  border-color: #c084fc !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.process-tag.tag-pink {
  background: rgba(244, 114, 182, 0.12) !important;
  border: 1px solid rgba(244, 114, 182, 0.35) !important;
  color: #fce7f3 !important;
}
.process-tag.tag-pink:hover {
  background: rgba(244, 114, 182, 0.28) !important;
  border-color: #f472b6 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Bottom CTA Banner */
.process-cta-banner {
  margin-top: 36px;
  background: linear-gradient(135deg, rgba(14, 23, 44, 0.95) 0%, rgba(19, 30, 60, 0.98) 100%);
  border: 1px solid rgba(193, 20, 144, 0.35);
  border-radius: 16px;
  padding: 26px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.process-cta-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #3a5eac, #c11490);
}

.process-cta-title {
  color: #ffffff !important;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.process-cta-sub {
  color: #e2e8f0 !important;
  font-size: 14.5px;
  margin: 0;
}

.btn-process-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #3a5eac 0%, #7b35a0 50%, #c11490 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(193, 20, 144, 0.45);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-process-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(193, 20, 144, 0.6), 0 0 15px rgba(58, 94, 172, 0.4);
  color: #ffffff !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  .process-cta-banner {
    padding: 22px 26px;
  }
  .process-card {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .process-cards-row {
    display: block;
  }
  .process-card {
    margin-bottom: 18px;
    padding: 24px 18px 20px;
  }
  .step-node-1-sm, .step-node-2-sm, .step-node-3-sm, .step-node-4-sm {
    width: 52px;
    height: 52px;
  }
  .step-node-1-sm i, .step-node-2-sm i, .step-node-3-sm i, .step-node-4-sm i {
    font-size: 18px;
  }
  .process-cta-banner {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 22px 18px;
  }
  .btn-process-cta {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Manetor CRM Showcase Section (Exact Match with Image 1)
   ========================================================================== */
.manetor-crm-hero-section {
  background-color: #060c18 !important;
  background-image: 
    radial-gradient(circle at 82% 35%, rgba(29, 104, 246, 0.22) 0%, transparent 55%),
    radial-gradient(circle at 10% 75%, rgba(56, 189, 248, 0.08) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) !important;
  background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px !important;
  padding: 0px 0 0px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
}

.manetor-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(29, 104, 246, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.38);
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 26px;
  box-shadow: 0 0 16px rgba(29, 104, 246, 0.15);
}

.manetor-badge-dot {
  width: 7px;
  height: 7px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 8px #38bdf8;
  display: inline-block;
}

.manetor-hero-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff !important;
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: 'Times New Roman', Times, serif;
}

.manetor-title-highlight {
  color: #2563eb;
  background: linear-gradient(90deg, #1d68f6 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.manetor-hero-desc {
  font-size: 15.5px;
  line-height: 1.7;
  color: #94a3b8 !important;
  max-width: 530px;
  margin-bottom: 34px;
  font-weight: 400;
}

.manetor-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.btn-manetor-primary {
  background: #1d68f6 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 8px;
  border: 1px solid #1d68f6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(29, 104, 246, 0.4);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.btn-manetor-primary:hover {
  background: #1555ca !important;
  border-color: #1555ca;
  box-shadow: 0 8px 26px rgba(29, 104, 246, 0.6);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.btn-manetor-secondary {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #f1f5f9 !important;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-manetor-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.manetor-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 42px;
}

.manetor-stat-block {
  display: flex;
  flex-direction: column;
}

.manetor-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.manetor-multiplier {
  color: #38bdf8;
  margin-left: 2px;
  font-weight: 800;
}

.manetor-stat-label {
  font-size: 10.5px;
  font-weight: 700;
  color: #94a3b8 !important;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 1.3;
}

/* Feature List (Right Column) */
.manetor-features-card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 15px;
}

.manetor-feature-box {
  background: #0d1527;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.manetor-feature-box:hover {
  background: #101a33;
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateX(4px);
}

.manetor-feature-box.active {
  background: #0d1833;
  border: 1px solid #1d68f6;
  box-shadow: 0 0 24px rgba(29, 104, 246, 0.3), inset 0 0 14px rgba(29, 104, 246, 0.15);
}

.manetor-feature-box-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.manetor-feature-box-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.manetor-feature-box:hover .manetor-feature-box-icon {
  transform: scale(1.1);
}

.manetor-feature-box-title {
  font-size: 15px;
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: 0.2px;
}

.manetor-feature-box-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8, 0 0 20px #2563eb;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .manetor-features-card-list {
    padding-left: 0;
    margin-top: 35px;
  }
  .manetor-hero-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .manetor-crm-hero-section {
    padding: 55px 0 65px 0 !important;
  }
  .manetor-hero-title {
    font-size: 28px;
    line-height: 1.25;
  }
  .manetor-hero-desc {
    font-size: 14.5px;
  }
  .manetor-btn-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 35px;
  }
  .btn-manetor-primary,
  .btn-manetor-secondary {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .manetor-stats-row {
    gap: 22px;
  }
  .manetor-stat-number {
    font-size: 26px;
  }
}

/* ==========================================================================
   Explore Other Products Section (Exact Match with Image 2)
   ========================================================================== */
.other-products-section {
  background: radial-gradient(circle at 50% 0%, #f0f7ff 0%, #f8fafc 100%) !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  /* padding: 85px 0 95px 0 !important; */
  position: relative !important;
  overflow: hidden !important;
  color: #0f172a !important;
}

.products-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0284c7 !important;
  margin-bottom: 12px;
}

.products-eyebrow-dash {
  width: 22px;
  height: 2px;
  background: #0284c7 !important;
  display: inline-block;
  border-radius: 2px;
}

.products-main-title {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a !important;
  letter-spacing: -0.5px;
  margin: 0 0 50px 0 !important;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}

.product-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 36px 30px 32px 30px !important;
  height: 100% !important;
  min-height: 270px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04) !important;
  position: relative !important;
  overflow: hidden !important;
}

.product-card:hover {
  transform: translateY(-7px) !important;
  background: #ffffff !important;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.1), 0 0 25px rgba(59, 130, 246, 0.12) !important;
  border-color: rgba(59, 130, 246, 0.4) !important;
}

.product-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.25s ease;
}

.product-card:hover .product-icon-wrap {
  transform: scale(1.1);
}

.product-icon-wrap.icon-purple {
  background: rgba(168, 85, 247, 0.1) !important;
  border: 1px solid rgba(168, 85, 247, 0.25) !important;
}

.product-icon-wrap.icon-cyan {
  background: rgba(13, 148, 136, 0.1) !important;
  border: 1px solid rgba(13, 148, 136, 0.25) !important;
}

.product-icon-wrap.icon-cyan svg {
  stroke: #0d9488 !important;
}

.product-icon-wrap.icon-orange {
  background: rgba(249, 115, 22, 0.1) !important;
  border: 1px solid rgba(249, 115, 22, 0.25) !important;
}

.product-title {
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.2px;
}

.product-desc {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #475569 !important;
  margin: 0 0 28px 0 !important;
}

.product-link {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.25s ease !important;
}

.product-link.link-purple {
  color: #7c3aed !important;
}
.product-card:hover .product-link.link-purple {
  color: #6d28d9 !important;
  gap: 10px !important;
}

.product-link.link-cyan {
  color: #0d9488 !important;
}
.product-card:hover .product-link.link-cyan {
  color: #0f766e !important;
  gap: 10px !important;
}

.product-link.link-orange {
  color: #ea580c !important;
}
.product-card:hover .product-link.link-orange {
  color: #c2410c !important;
  gap: 10px !important;
}

@media (max-width: 991px) {
  .product-card {
    margin-bottom: 25px;
  }
  .products-main-title {
    font-size: 30px;
    margin-bottom: 35px !important;
  }
}

@media (max-width: 767px) {
  .other-products-section {
    padding: 55px 0 65px 0 !important;
  }
  .products-main-title {
    font-size: 26px;
    margin-bottom: 30px !important;
  }
  .product-card {
    padding: 28px 22px 26px 22px !important;
  }
}

/* ==========================================================================
   Monetor CRM Integrations Section (Exact Clone of Image 2)
   ========================================================================== */
.monetor-integrations-section {
  background-color: #070b16 !important;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(29, 104, 246, 0.08) 0%, transparent 45%),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px) !important;
  background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px !important;
  padding: 80px 0 85px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.monetor-int-header {
  text-align: center;
  margin-bottom: 50px;
}

.monetor-int-eyebrow {
  color: #38bdf8;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.monetor-int-eyebrow::before {
  content: "—";
  color: #38bdf8;
  font-weight: 700;
}

.monetor-int-title {
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.6px;
  line-height: 1.2 !important;
  margin: 0 0 14px 0 !important;
  font-family: 'Times New Roman', Times, serif;
}

.monetor-int-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
  max-width: 620px;
  margin: 0 auto !important;
  font-weight: 400;
}

.monetor-int-grid {
  margin-top: 10px;
}

.monetor-int-card {
  background: #0d1322;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
  min-height: 84px;
}

.monetor-int-card:hover {
  transform: translateY(-4px);
  background: #111a2e;
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(56, 189, 248, 0.1);
}

.monetor-int-icon-box {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background: #131c30;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.monetor-int-card:hover .monetor-int-icon-box {
  border-color: rgba(56, 189, 248, 0.3);
  transform: scale(1.06);
}

.monetor-int-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  overflow: hidden;
}

.monetor-int-card-title {
  font-size: 15.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 3px 0 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.2px;
}

.monetor-int-card-subtitle {
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  color: #8b97a8 !important;
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .monetor-integrations-section {
    padding: 60px 0 65px 0 !important;
  }
  .monetor-int-title {
    font-size: 32px !important;
  }
  .monetor-int-card {
    padding: 16px 16px;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .monetor-integrations-section {
    padding: 50px 0 55px 0 !important;
  }
  .monetor-int-title {
    font-size: 26px !important;
  }
  .monetor-int-desc {
    font-size: 14.5px !important;
  }
  .monetor-int-card {
    margin-bottom: 16px;
  }
}

/* ==========================================================================
   Monetor CRM WhatsApp Powerhouse Suite (Images 2, 3, 4)
   ========================================================================== */
.monetor-whatsapp-suite-section {
  background-color: #060b13 !important;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 85% 60%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 15% 85%, rgba(249, 115, 22, 0.06) 0%, transparent 45%),
    linear-gradient(rgba(34, 197, 94, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.04) 1px, transparent 1px) !important;
  background-size: 100% 100%, 100% 100%, 100% 100%, 42px 42px, 42px 42px !important;
  padding: 85px 0 70px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.monetor-wa-header {
  text-align: center;
  margin-bottom: 45px;
}

.monetor-wa-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #22c55e;
  margin-bottom: 20px;
}

.monetor-wa-pill-dot {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
  display: inline-block;
}

.monetor-wa-title {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.6px;
  line-height: 1.22 !important;
  margin: 0 0 16px 0 !important;
  font-family: 'Times New Roman', Times, serif;
}

.monetor-wa-highlight {
  color: #22c55e;
  background: linear-gradient(90deg, #22c55e 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.monetor-wa-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
  max-width: 680px;
  margin: 0 auto !important;
  font-weight: 400;
}

/* 4 WhatsApp Stat Cards */
.monetor-wa-stats-grid {
  margin-bottom: 50px;
}

.monetor-wa-stat-card {
  background: #0a111e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 18px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.monetor-wa-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  border-radius: 2px;
}

.monetor-wa-stat-card.stat-green::before {
  background: linear-gradient(90deg, transparent, #22c55e, transparent);
  box-shadow: 0 0 12px #22c55e;
}

.monetor-wa-stat-card.stat-blue::before {
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  box-shadow: 0 0 12px #3b82f6;
}

.monetor-wa-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.monetor-wa-stat-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.monetor-wa-stat-value {
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.5px;
}

.monetor-wa-stat-card.stat-green .monetor-wa-stat-value {
  color: #22c55e;
}

.monetor-wa-stat-card.stat-blue .monetor-wa-stat-value {
  color: #3b82f6;
}

.monetor-wa-stat-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8b97a8 !important;
  margin: 0 !important;
}

/* Feature Cards 2-Col Grid (Images 3 & 4) */
.monetor-feature-box-lg {
  border-radius: 20px;
  padding: 32px 28px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.monetor-feature-box-lg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 3px;
  border-top-left-radius: 20px;
}

/* 1. Broadcast Campaigns (Green) */
.card-broadcast {
  background: #071413;
  border: 1px solid rgba(34, 197, 94, 0.28);
}
.card-broadcast::before {
  background: linear-gradient(90deg, #22c55e 0%, transparent 100%);
  box-shadow: 0 0 15px #22c55e;
}
.card-broadcast:hover {
  border-color: rgba(34, 197, 94, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(34, 197, 94, 0.12);
}

/* 2. WhatsApp Lead Management (Blue) */
.card-leadmgmt {
  background: #081020;
  border: 1px solid rgba(59, 130, 246, 0.28);
}
.card-leadmgmt::before {
  background: linear-gradient(90deg, #3b82f6 0%, transparent 100%);
  box-shadow: 0 0 15px #3b82f6;
}
.card-leadmgmt:hover {
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(59, 130, 246, 0.12);
}

/* 3. Custom Chatbot Builder (Orange) */
.card-chatbot {
  background: #140d09;
  border: 1px solid rgba(249, 115, 22, 0.28);
}
.card-chatbot::before {
  background: linear-gradient(90deg, #f97316 0%, transparent 100%);
  box-shadow: 0 0 15px #f97316;
}
.card-chatbot:hover {
  border-color: rgba(249, 115, 22, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(249, 115, 22, 0.12);
}

/* 4. Live Chat Inbox (Teal) */
.card-livechat {
  background: #081418;
  border: 1px solid rgba(20, 184, 166, 0.28);
}
.card-livechat::before {
  background: linear-gradient(90deg, #14b8a6 0%, transparent 100%);
  box-shadow: 0 0 15px #14b8a6;
}
.card-livechat:hover {
  border-color: rgba(20, 184, 166, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(20, 184, 166, 0.12);
}

/* Card Header Components */
.monetor-box-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.monetor-box-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.card-broadcast .monetor-box-icon {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.card-leadmgmt .monetor-box-icon {
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #38bdf8;
}

.card-chatbot .monetor-box-icon {
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.3);
  color: #f97316;
}

.card-livechat .monetor-box-icon {
  background: rgba(20, 184, 166, 0.15);
  border: 1px solid rgba(20, 184, 166, 0.3);
  color: #2dd4bf;
}

.monetor-box-titles {
  display: flex;
  flex-direction: column;
}

.monetor-box-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 3px 0 !important;
  line-height: 1.25 !important;
}

.monetor-box-subtitle {
  font-size: 13px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.card-broadcast .monetor-box-subtitle { color: #22c55e; }
.card-leadmgmt .monetor-box-subtitle { color: #38bdf8; }
.card-chatbot .monetor-box-subtitle { color: #f97316; }
.card-livechat .monetor-box-subtitle { color: #2dd4bf; }

.monetor-box-desc {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
  margin: 0 0 22px 0 !important;
}

/* Feature Checklists */
.monetor-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.monetor-check-list li {
  font-size: 13.5px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.monetor-check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.card-broadcast .monetor-check-icon {
  background: rgba(34, 197, 94, 0.16);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.card-leadmgmt .monetor-check-icon {
  background: rgba(59, 130, 246, 0.16);
  color: #38bdf8;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.card-livechat .monetor-check-icon {
  background: rgba(20, 184, 166, 0.16);
  color: #2dd4bf;
  border: 1px solid rgba(20, 184, 166, 0.3);
}

/* Preview Widgets */
/* 1. Live Campaign Preview Box */
.preview-campaign-box {
  background: #040e0e;
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 14px;
  padding: 16px 18px;
}

.preview-box-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.card-broadcast .preview-box-label { color: #22c55e; }
.card-leadmgmt .preview-box-label { color: #38bdf8; }

.campaign-row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 10px;
}

.campaign-row-item:last-child {
  margin-bottom: 0;
}

.campaign-item-name {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.campaign-item-stats {
  font-size: 11.5px;
  color: #8b97a8;
}

.badge-pill-status {
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.badge-pill-status.status-sent {
  background: rgba(34, 197, 94, 0.18);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.badge-pill-status.status-scheduled {
  background: rgba(245, 158, 11, 0.18);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

/* 2. Lead Pipeline Box */
.preview-pipeline-box {
  background: #050d1a;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 14px;
  padding: 16px 18px;
}

.pipeline-item {
  margin-bottom: 12px;
}

.pipeline-item:last-child {
  margin-bottom: 0;
}

.pipeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.pipeline-name {
  color: #8b97a8;
  font-weight: 500;
}

.pipeline-val {
  font-weight: 700;
}

.pipeline-progress {
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.pipeline-bar {
  height: 100%;
  border-radius: 4px;
}

.bar-blue { background: #3b82f6; }
.bar-green { background: #22c55e; }
.bar-yellow { background: #f59e0b; }
.bar-teal { background: #14b8a6; }

/* 3. Chatbot 2x3 Mini Grid */
.chatbot-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.chatbot-mini-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 115, 22, 0.16);
  border-radius: 12px;
  padding: 14px 14px;
  transition: all 0.25s ease;
}

.chatbot-mini-card:hover {
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.35);
  transform: translateY(-2px);
}

.chatbot-mini-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 15px;
}

.chatbot-mini-title {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 3px 0 !important;
  line-height: 1.25 !important;
}

.chatbot-mini-desc {
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  color: #8b97a8 !important;
  margin: 0 !important;
}

/* 4. Live Chat Stats Boxes */
.livechat-stats-row {
  display: flex;
  gap: 14px;
  margin-top: 15px;
}

.livechat-stat-box {
  flex: 1;
  background: rgba(20, 184, 166, 0.08);
  border: 1px solid rgba(20, 184, 166, 0.2);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
}

.livechat-stat-val {
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin-bottom: 4px !important;
}

.val-cyan { color: #2dd4bf; }
.val-green { color: #22c55e; }

.livechat-stat-lbl {
  font-size: 11.5px !important;
  color: #8b97a8 !important;
  margin: 0 !important;
  font-weight: 500;
}

/* ==========================================================================
   Monetor CRM Why Choose Section (Image 5)
   ========================================================================== */
.monetor-why-choose-section {
  background-color: #070b14 !important;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 10% 80%, rgba(37, 99, 235, 0.06) 0%, transparent 45%),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px) !important;
  background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px !important;
  padding: 85px 0 85px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.monetor-why-header {
  text-align: center;
  margin-bottom: 50px;
}

.monetor-why-eyebrow {
  color: #38bdf8;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.monetor-why-eyebrow::before,
.monetor-why-eyebrow::after {
  content: "—";
  color: #38bdf8;
  font-weight: 700;
}

.monetor-why-title {
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.6px;
  line-height: 1.2 !important;
  margin: 0 0 14px 0 !important;
  font-family: 'Times New Roman', Times, serif;
}

.title-highlight-blue {
  color: #38bdf8 !important;
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.monetor-why-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
  max-width: 680px;
  margin: 0 auto 8px auto !important;
  font-weight: 400;
}

.monetor-why-subnote {
  font-size: 14.5px !important;
  color: #64748b !important;
  margin: 0 !important;
}

.monetor-why-card {
  background: #0c1220;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.monetor-why-card:hover {
  transform: translateY(-4px);
  background: #111a2f;
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45), 0 0 20px rgba(56, 189, 248, 0.12);
}

.monetor-why-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: #131c30;
  border: 1px solid rgba(59, 130, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #38bdf8;
  margin-bottom: 18px;
}

.monetor-why-card-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.3 !important;
}

.monetor-why-card-desc {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #8b97a8 !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .monetor-whatsapp-suite-section,
  .monetor-why-choose-section {
    padding: 60px 0 65px 0 !important;
  }
  .monetor-wa-title,
  .monetor-why-title {
    font-size: 32px !important;
  }
  .monetor-feature-box-lg {
    padding: 26px 22px;
  }
}

@media (max-width: 767px) {
  .monetor-whatsapp-suite-section,
  .monetor-why-choose-section {
    padding: 50px 0 55px 0 !important;
  }
  .monetor-wa-title,
  .monetor-why-title {
    font-size: 26px !important;
  }
  .chatbot-features-grid {
    grid-template-columns: 1fr;
  }
  .monetor-why-card {
    min-height: auto;
  }
}

/* ==========================================================================
   LMS Platform Styles (cutedgetechnology.com clone)
   ========================================================================== */
.lms-hero-section {
  padding: 85px 0 70px 0 !important;
  background-color: #050b14 !important;
  background-image: 
    radial-gradient(ellipse 900px 500px at 50% -100px, rgba(18, 107, 251, 0.18) 0%, transparent 70%),
    linear-gradient(rgba(18, 107, 251, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 107, 251, 0.04) 1px, transparent 1px) !important;
  background-size: 100% 100%, 48px 48px, 48px 48px !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lms-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(18, 107, 251, 0.10);
  border: 1px solid rgba(18, 107, 251, 0.28);
  color: #4D8EFF;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lms-hero-badge-dot {
  width: 7px;
  height: 7px;
  background: #126BFB;
  border-radius: 50%;
  box-shadow: 0 0 8px #126BFB;
}

.lms-hero-title {
  font-size: 44px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.12 !important;
  letter-spacing: -0.8px;
  margin: 0 0 18px 0 !important;
}

.lms-hero-highlight {
  color: #126BFB;
  background: linear-gradient(90deg, #126BFB 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.lms-hero-desc {
  font-size: 16px !important;
  color: #94a3b8 !important;
  line-height: 1.75 !important;
  margin-bottom: 30px !important;
  max-width: 520px;
}

.lms-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.btn-lms-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #126BFB;
  color: #ffffff !important;
  padding: 13px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none !important;
  box-shadow: 0 4px 24px rgba(18, 107, 251, 0.4);
  transition: all 0.25s ease;
}

.btn-lms-primary:hover {
  background: #0d5be0;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(18, 107, 251, 0.55);
}

.btn-lms-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff !important;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
}

.btn-lms-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.lms-hero-stats {
  display: flex;
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.lms-hero-stat-num {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.lms-hero-stat-lbl {
  font-size: 11px;
  color: #8b97a8;
  margin-top: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Feature Selectors in Hero Right */
.lms-hero-modules-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lms-module-item-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #0a111e;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;
  width: 100%;
}

.lms-module-item-btn:hover,
.lms-module-item-btn.active {
  background: rgba(18, 107, 251, 0.12);
  border-color: rgba(18, 107, 251, 0.45);
  transform: translateX(4px);
}

.lms-module-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.lms-module-name {
  font-weight: 700;
  font-size: 14.5px;
  color: #ffffff;
  flex: 1;
}

.lms-module-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #126BFB;
  box-shadow: 0 0 8px #126BFB;
}

/* Section 1: Detailed Interactive Module Viewer */
.lms-modules-showcase-section {
  padding: 70px 0 85px 0 !important;
  background: #070c16 !important;
  position: relative;
  overflow: hidden;
}

.lms-tab-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.lms-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #0a111e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  cursor: pointer;
  font-weight: 700;
  font-size: 13.5px;
  transition: all 0.25s ease;
}

.lms-tab-btn:hover {
  background: #111a2e;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.lms-tab-btn.active {
  background: rgba(18, 107, 251, 0.15);
  border-color: #126BFB;
  color: #38bdf8;
  box-shadow: 0 0 16px rgba(18, 107, 251, 0.25);
}

.lms-showcase-card {
  background: #0b111e;
  border: 1px solid rgba(18, 107, 251, 0.25);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.lms-showcase-topbar {
  padding: 18px 28px;
  border-bottom: 1px solid rgba(18, 107, 251, 0.2);
  background: rgba(18, 107, 251, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.lms-showcase-topbar-title {
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
}

.lms-showcase-metrics {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.lms-top-metric-num {
  font-size: 18px;
  font-weight: 800;
  color: #38bdf8;
}

.lms-top-metric-lbl {
  font-size: 10.5px;
  font-weight: 600;
  color: #8b97a8;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.lms-module-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lms-module-text-side {
  padding: 36px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.lms-module-heading {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
}

.lms-module-desc {
  font-size: 14.5px !important;
  color: #94a3b8 !important;
  line-height: 1.7 !important;
  margin-bottom: 22px !important;
}

.lms-check-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.lms-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.4;
}

.lms-check-badge {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(18, 107, 251, 0.15);
  border: 1px solid rgba(18, 107, 251, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #38bdf8;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 800;
}

.lms-real-example-box {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(18, 107, 251, 0.25);
  border-radius: 12px;
  padding: 14px 18px;
}

.lms-real-example-tag {
  font-size: 10.5px;
  font-weight: 800;
  color: #38bdf8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}

.lms-real-example-text {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.65;
}

.lms-module-visual-side {
  padding: 32px;
  background: #060a12;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lms-browser-frame {
  background: #0b111e;
  border: 1px solid rgba(18, 107, 251, 0.25);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lms-browser-header {
  background: #070d18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.browser-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.browser-bar {
  background: #050912;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 3px 12px;
  font-size: 11px;
  color: #8b97a8;
  margin: 0 auto;
  font-family: monospace;
}

.lms-browser-body {
  padding: 20px;
}

/* Section 2: Coder Inventa Success Story */
.lms-case-study-section {
  padding: 88px 0 !important;
  background: #082F54 !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
}

.lms-case-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(252, 193, 8, 0.12);
  border: 1px solid rgba(252, 193, 8, 0.3);
  color: #FCC108;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-lms-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FCC108;
  color: #082F54 !important;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(252, 193, 8, 0.35);
  transition: all 0.25s ease;
}

.btn-lms-gold:hover {
  background: #e5ad04;
  transform: translateY(-2px);
}

.lms-ci-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(252, 193, 8, 0.18);
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}

.lms-ci-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.lms-ci-quote-box {
  margin-top: 14px;
  background: rgba(252, 193, 8, 0.08);
  border: 1px solid rgba(252, 193, 8, 0.2);
  border-radius: 14px;
  padding: 20px 22px;
}

/* Section 3: Testimonials Grid */
.lms-testimonials-section {
  padding: 85px 0 !important;
  background: #050b14 !important;
  position: relative;
}

.lms-testi-card {
  background: #0a111e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.lms-testi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.lms-testi-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

/* Section 4: Accordion FAQs */
.lms-faq-section {
  padding: 85px 0 !important;
  background: #070d18 !important;
  position: relative;
}

.lms-faq-item {
  background: #0a111e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: border-color 0.2s;
}

.lms-faq-btn {
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.lms-faq-q {
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}

.lms-faq-plus {
  color: #126BFB;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.25s;
}

.lms-faq-item.active .lms-faq-plus {
  transform: rotate(45deg);
}

.lms-faq-answer {
  display: none;
  padding: 0 22px 18px 22px;
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.7;
}

.lms-faq-item.active .lms-faq-answer {
  display: block;
}

/* Section 5: CTA Box */
.lms-cta-section {
  padding: 70px 0 85px 0 !important;
  background: #050b14 !important;
}

.lms-cta-card {
  background: #0a111e;
  border: 1px solid rgba(18, 107, 251, 0.35);
  border-radius: 22px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(18, 107, 251, 0.12);
}

@media (max-width: 991px) {
  .lms-module-content-grid {
    grid-template-columns: 1fr;
  }
  .lms-module-text-side {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .lms-hero-title {
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  .lms-hero-section,
  .lms-modules-showcase-section,
  .lms-case-study-section,
  .lms-testimonials-section,
  .lms-faq-section {
    padding: 50px 0 55px 0 !important;
  }
  .lms-hero-title {
    font-size: 26px !important;
  }
  .lms-module-text-side {
    padding: 24px 20px;
  }
  .lms-module-visual-side {
    padding: 20px;
  }
  .lms-cta-card {
    padding: 40px 20px;
  }
}

/* ==========================================================================
   Chat Inspector Page Styles (Exact Match with cutedgetechnology.com)
   ========================================================================== */
.ci-page-wrapper {
  background-color: #08090d !important;
  color: #e8ebf4 !important;
  overflow-x: hidden;
}

/* Hero Section */
.ci-hero-section {
  padding: 60px 0 80px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #08090d !important;
  background-image: 
    linear-gradient(rgba(31, 126, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 126, 255, 0.04) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
}

.ci-hero-glow {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 540px;
  background: radial-gradient(ellipse, rgba(0, 213, 200, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ci-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ci-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9aa0b8;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ci-breadcrumb a {
  color: #5EEAD4 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ci-breadcrumb a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.ci-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 213, 200, 0.25);
  color: #5EEAD4 !important;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 213, 200, 0.10);
  margin-bottom: 20px;
  box-shadow: 0 0 16px rgba(0, 213, 200, 0.15);
}

.ci-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00D5C8;
  box-shadow: 0 0 8px #00D5C8;
  display: inline-block;
  animation: pulse 2s infinite;
}

.ci-hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff !important;
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 18px;
}

.ci-teal-text {
  color: #00D5C8 !important;
  text-shadow: 0 0 32px rgba(0, 213, 200, 0.35);
}

.ci-hero-sub {
  color: #9aa0b8 !important;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 1.3;
}

.ci-hero-desc {
  font-size: 16px;
  color: #9aa0b8 !important;
  line-height: 1.75;
  margin-top: 18px;
  margin-bottom: 28px;
  max-width: 510px;
}

.ci-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  margin-bottom: 36px;
}

.ci-btn-blue {
  background: #1f7eff !important;
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1px solid #1f7eff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 18px rgba(31, 126, 255, 0.4);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.ci-btn-blue:hover {
  background: #2d8aff !important;
  box-shadow: 0 4px 26px rgba(31, 126, 255, 0.6);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ci-btn-ghost {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #e8ebf4 !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.ci-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ci-hero-stats {
  display: flex;
  gap: 34px;
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.ci-stat-num {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}

.ci-stat-num.teal { color: #00D5C8 !important; }
.ci-stat-num.blue { color: #4D9FFF !important; }
.ci-stat-num.green { color: #28C840 !important; }

.ci-stat-lbl {
  font-size: 11px;
  color: #5e6478;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Dashboard Mockup */
.ci-dashboard-frame {
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 213, 200, 0.22), 0 32px 80px rgba(0, 0, 0, 0.65);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ci-dashboard-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(0, 213, 200, 0.35), 0 36px 90px rgba(0, 0, 0, 0.75);
}

.ci-window-bar {
  background: #141720;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ci-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.ci-dot-red { background: #FF5F57; }
.ci-dot-yellow { background: #FEBC2E; }
.ci-dot-green { background: #28C840; }

.ci-window-title {
  font-size: 11px;
  color: #5e6478;
  font-family: monospace;
  margin: 0 auto;
  letter-spacing: 0.04em;
}

.ci-dashboard-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Sections Common */
.ci-section {
  padding: 85px 0 !important;
  position: relative;
}

.ci-bg-dark1 { background-color: #08090d !important; }
.ci-bg-dark2 { background-color: #0e1018 !important; }

.ci-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4d9fff;
  margin-bottom: 12px;
}

.ci-eyebrow:before {
  content: "";
  width: 24px;
  height: 2px;
  background: #1f7eff;
  border-radius: 2px;
  flex-shrink: 0;
}

.ci-sec-title {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 900;
  color: #ffffff !important;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 10px;
}

.ci-sec-sub {
  font-size: 15.5px;
  color: #9aa0b8 !important;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Features Grid */
.ci-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.ci-feat-card {
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ci-feat-card:hover {
  border-color: rgba(0, 213, 200, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

.ci-feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 16px;
  background: rgba(0, 213, 200, 0.10);
  border: 1px solid rgba(0, 213, 200, 0.22);
  color: #5EEAD4;
}

.ci-feat-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 8px;
}

.ci-feat-desc {
  font-size: 14px;
  color: #9aa0b8 !important;
  line-height: 1.65;
  margin: 0;
}

/* Use Cases */
.ci-uc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.ci-uc-card {
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ci-uc-card:hover {
  border-color: rgba(0, 213, 200, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.5);
}

.ci-uc-topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00D5C8, #0891B2);
}

.ci-uc-num {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.18;
  color: #00D5C8;
}

.ci-uc-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 8px;
}

.ci-uc-desc {
  font-size: 14px;
  color: #9aa0b8 !important;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.ci-uc-highlight {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 213, 200, 0.22);
  color: #5EEAD4;
}

/* Client Story Testimonial */
.ci-story-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ci-quote-card {
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.75;
  color: #e8ebf4;
  font-style: italic;
  margin-top: 32px;
  padding: 38px 36px;
  background: #12151f;
  border: 1px solid rgba(31, 126, 255, 0.3);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.ci-big-quote {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 4rem;
  line-height: 0;
  color: #1f7eff;
  opacity: 0.3;
  font-weight: 900;
}

.ci-stars {
  color: #4d9fff;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-style: normal;
}

.ci-author-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.ci-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0891B2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14.5px;
  color: #fff;
  border: 2px solid rgba(31, 126, 255, 0.3);
}

.ci-author-info {
  text-align: left;
}

.ci-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
}

.ci-author-role {
  font-size: 12.5px;
  color: #5e6478;
  margin-top: 2px;
  margin-bottom: 0;
}

/* CTA Box */
.ci-cta-card {
  background: #12151f;
  border: 1px solid rgba(31, 126, 255, 0.3);
  border-radius: 24px;
  padding: 72px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.ci-cta-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(31, 126, 255, 0.14), transparent 70%);
  pointer-events: none;
}

.ci-cta-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #ffffff !important;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.2;
}

.ci-cta-desc {
  font-size: 15.5px;
  color: #9aa0b8 !important;
  margin: 14px auto 0;
  max-width: 480px;
  line-height: 1.75;
  position: relative;
}

.ci-cta-btn-wrap {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
  position: relative;
}

.ci-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  font-size: 12.5px;
  color: #5e6478;
  position: relative;
  flex-wrap: wrap;
}

.ci-trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5e6478;
  display: inline-block;
}

/* Also Explore: Other Products */
.ci-op-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.ci-op-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 26px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.ci-op-card:hover {
  border-color: rgba(31, 126, 255, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  color: inherit !important;
}

.ci-op-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.ci-op-icon.blue {
  background: rgba(31, 126, 255, 0.12);
  color: #4D9FFF;
}

.ci-op-icon.purple {
  background: rgba(167, 139, 250, 0.12);
  color: #A78BFA;
}

.ci-op-icon.orange {
  background: rgba(255, 107, 74, 0.10);
  color: #FF6B4A;
}

.ci-op-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 4px;
}

.ci-op-desc {
  font-size: 13.5px;
  color: #9aa0b8 !important;
  line-height: 1.6;
  flex: 1;
  margin: 0;
}

.ci-op-link {
  font-size: 13.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.ci-op-link.blue { color: #4D9FFF !important; }
.ci-op-link.purple { color: #A78BFA !important; }
.ci-op-link.orange { color: #FF6B4A !important; }

/* Responsive adjustments */
@media (max-width: 991px) {
  .ci-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ci-feat-grid,
  .ci-uc-grid,
  .ci-op-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ci-section {
    padding: 55px 0 !important;
  }
  .ci-hero-section {
    padding: 40px 0 50px 0 !important;
  }
  .ci-feat-grid,
  .ci-uc-grid,
  .ci-op-grid {
    grid-template-columns: 1fr;
  }
  .ci-cta-card {
    padding: 44px 22px;
  }
  .ci-hero-title {
    font-size: 2.2rem;
  }
  .ci-quote-card {
    padding: 28px 20px;
  }
}

/* ==========================================================================
   AI Solutions Suite Page Styles (Exact Match with cutedgetechnology.com)
   Every section has 50px top & bottom padding as requested.
   ========================================================================== */
.ai-page-wrapper {
  background-color: #08090d !important;
  color: #e8ebf4 !important;
  overflow-x: hidden;
}

/* Hero Section (50px top and bottom padding) */
.ai-hero-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #08090d !important;
  background-image: 
    linear-gradient(rgba(31, 126, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 126, 255, 0.04) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
}

.ai-hero-glow {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 540px;
  background: radial-gradient(ellipse, rgba(255, 107, 74, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ai-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ai-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9aa0b8;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-breadcrumb a {
  color: #FB923C !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ai-breadcrumb a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 107, 74, 0.25);
  color: #FB923C !important;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 107, 74, 0.10);
  margin-bottom: 20px;
  box-shadow: 0 0 16px rgba(255, 107, 74, 0.15);
}

.ai-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF6B4A;
  box-shadow: 0 0 8px #FF6B4A;
  display: inline-block;
  animation: pulse 2s infinite;
}

.ai-hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff !important;
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 18px;
}

.ai-orange-text {
  color: #FF6B4A !important;
  text-shadow: 0 0 32px rgba(255, 107, 74, 0.35);
}

.ai-hero-sub {
  color: #9aa0b8 !important;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 1.3;
}

.ai-hero-desc {
  font-size: 16px;
  color: #9aa0b8 !important;
  line-height: 1.75;
  margin-top: 18px;
  margin-bottom: 28px;
  max-width: 510px;
}

.ai-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  margin-bottom: 36px;
}

.ai-btn-blue {
  background: #1f7eff !important;
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1px solid #1f7eff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 18px rgba(31, 126, 255, 0.4);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.ai-btn-blue:hover {
  background: #2d8aff !important;
  box-shadow: 0 4px 26px rgba(31, 126, 255, 0.6);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ai-btn-ghost {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #e8ebf4 !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.ai-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ai-hero-stats {
  display: flex;
  gap: 34px;
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.ai-stat-num {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}

.ai-stat-num.orange { color: #FF6B4A !important; }
.ai-stat-num.green { color: #28C840 !important; }
.ai-stat-num.blue { color: #4D9FFF !important; }

.ai-stat-lbl {
  font-size: 11px;
  color: #5e6478;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Dashboard Mockup */
.ai-dashboard-frame {
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 107, 74, 0.22), 0 32px 80px rgba(0, 0, 0, 0.65);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-dashboard-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(255, 107, 74, 0.35), 0 36px 90px rgba(0, 0, 0, 0.75);
}

.ai-window-bar {
  background: #141720;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ai-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.ai-dot-red { background: #FF5F57; }
.ai-dot-yellow { background: #FEBC2E; }
.ai-dot-green { background: #28C840; }

.ai-window-title {
  font-size: 11px;
  color: #5e6478;
  font-family: monospace;
  margin: 0 auto;
  letter-spacing: 0.04em;
}

/* Sections Common (Every section top and bottom 50px padding) */
.ai-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  position: relative;
}

.ai-bg-dark1 { background-color: #08090d !important; }
.ai-bg-dark2 { background-color: #0e1018 !important; }

.ai-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FB923C;
  margin-bottom: 12px;
}

.ai-eyebrow:before {
  content: "";
  width: 24px;
  height: 2px;
  background: #FF6B4A;
  border-radius: 2px;
  flex-shrink: 0;
}

.ai-sec-title {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 900;
  color: #ffffff !important;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 10px;
}

.ai-sec-sub {
  font-size: 15.5px;
  color: #9aa0b8 !important;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Features Grid */
.ai-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.ai-feat-card {
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ai-feat-card:hover {
  border-color: rgba(255, 107, 74, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

.ai-feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 16px;
  background: rgba(255, 107, 74, 0.10);
  border: 1px solid rgba(255, 107, 74, 0.22);
  color: #FB923C;
}

.ai-feat-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 8px;
}

.ai-feat-desc {
  font-size: 14px;
  color: #9aa0b8 !important;
  line-height: 1.65;
  margin: 0;
}

/* Use Cases */
.ai-uc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.ai-uc-card {
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ai-uc-card:hover {
  border-color: rgba(255, 107, 74, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.5);
}

.ai-uc-topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF6B4A, #F59E0B);
}

.ai-uc-num {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.18;
  color: #FF6B4A;
}

.ai-uc-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 8px;
}

.ai-uc-desc {
  font-size: 14px;
  color: #9aa0b8 !important;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.ai-uc-highlight {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 107, 74, 0.22);
  color: #FB923C;
}

/* Client Story Testimonial */
.ai-story-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ai-quote-card {
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.75;
  color: #e8ebf4;
  font-style: italic;
  margin-top: 24px;
  padding: 36px 34px;
  background: #12151f;
  border: 1px solid rgba(31, 126, 255, 0.3);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.ai-big-quote {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 4rem;
  line-height: 0;
  color: #1f7eff;
  opacity: 0.3;
  font-weight: 900;
}

.ai-stars {
  color: #4d9fff;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-style: normal;
}

.ai-author-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.ai-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FF6B4A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14.5px;
  color: #fff;
  border: 2px solid rgba(31, 126, 255, 0.3);
}

.ai-author-info {
  text-align: left;
}

.ai-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
}

.ai-author-role {
  font-size: 12.5px;
  color: #5e6478;
  margin-top: 2px;
  margin-bottom: 0;
}

/* CTA Box */
.ai-cta-card {
  background: #12151f;
  border: 1px solid rgba(31, 126, 255, 0.3);
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.ai-cta-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(31, 126, 255, 0.14), transparent 70%);
  pointer-events: none;
}

.ai-cta-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #ffffff !important;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.2;
}

.ai-cta-desc {
  font-size: 15.5px;
  color: #9aa0b8 !important;
  margin: 14px auto 0;
  max-width: 480px;
  line-height: 1.75;
  position: relative;
}

.ai-cta-btn-wrap {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}

.ai-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 12.5px;
  color: #5e6478;
  position: relative;
  flex-wrap: wrap;
}

.ai-trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5e6478;
  display: inline-block;
}

/* Also Explore: Other Products */
.ai-op-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.ai-op-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 26px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.ai-op-card:hover {
  border-color: rgba(31, 126, 255, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  color: inherit !important;
}

.ai-op-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.ai-op-icon.blue {
  background: rgba(31, 126, 255, 0.12);
  color: #4D9FFF;
}

.ai-op-icon.purple {
  background: rgba(167, 139, 250, 0.12);
  color: #A78BFA;
}

.ai-op-icon.teal {
  background: rgba(0, 213, 200, 0.10);
  color: #00D5C8;
}

.ai-op-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 4px;
}

.ai-op-desc {
  font-size: 13.5px;
  color: #9aa0b8 !important;
  line-height: 1.6;
  flex: 1;
  margin: 0;
}

.ai-op-link {
  font-size: 13.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.ai-op-link.blue { color: #4D9FFF !important; }
.ai-op-link.purple { color: #A78BFA !important; }
.ai-op-link.teal { color: #00D5C8 !important; }

/* Responsive adjustments */
@media (max-width: 991px) {
  .ai-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ai-feat-grid,
  .ai-uc-grid,
  .ai-op-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ai-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ai-hero-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ai-feat-grid,
  .ai-uc-grid,
  .ai-op-grid {
    grid-template-columns: 1fr;
  }
  .ai-cta-card {
    padding: 36px 20px;
  }
  .ai-hero-title {
    font-size: 2.2rem;
  }
  .ai-quote-card {
    padding: 24px 18px;
  }
}

/* ==========================================================================
   Modern 3D Blog System (Blog List, Category & Article Details)
   ========================================================================== */

/* Blog Cards (Grid) */
.blog-card-3d {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(30, 46, 93, 0.07);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0 !important;
}

.blog-card-3d:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(58, 94, 172, 0.16), 0 8px 16px rgba(193, 20, 144, 0.08);
  border-color: rgba(58, 94, 172, 0.3);
}

.blog-card-thumb-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;
  background: #0f172a;
}

.blog-card-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card-3d:hover .blog-card-thumb-wrap img {
  transform: scale(1.08);
}

.blog-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 2;
}

.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-card-meta i {
  color: #3a5eac;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px 0;
}

.blog-card-title a {
  color: #1e2e5d;
  transition: color 0.25s ease;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title a:hover {
  color: #c11490;
}

.blog-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-action {
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-btn-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: #3a5eac;
  text-decoration: none;
  transition: all 0.25s ease;
}

.blog-btn-read:hover {
  color: #c11490;
  transform: translateX(4px);
}

/* Sidebar Widgets */
.blog-sidebar-widget {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(30, 46, 93, 0.05);
  padding: 24px;
  margin-bottom: 25px;
}

.blog-sidebar-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e2e5d;
  position: relative;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #f1f5f9;
}

.blog-sidebar-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
  height: 2px;
  background: linear-gradient(90deg, #3a5eac, #c11490);
  border-radius: 2px;
}

.blog-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-cat-list li {
  margin-bottom: 10px;
}

.blog-cat-list li:last-child {
  margin-bottom: 0;
}

.blog-cat-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  color: #1e2e5d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.blog-cat-list a:hover {
  background: #ffffff;
  color: #3a5eac;
  border-color: rgba(58, 94, 172, 0.3);
  box-shadow: 0 4px 12px rgba(58, 94, 172, 0.08);
  transform: translateX(4px);
}

.blog-cat-list a i {
  color: #c11490;
  font-size: 12px;
}

.blog-recent-post-item {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.blog-recent-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog-recent-thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #0f172a;
}

.blog-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-recent-post-item:hover .blog-recent-thumb img {
  transform: scale(1.1);
}

.blog-recent-info {
  flex-grow: 1;
}

.blog-recent-title {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 6px 0;
}

.blog-recent-title a {
  color: #1e2e5d;
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-recent-title a:hover {
  color: #c11490;
}

.blog-recent-date {
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Sidebar Free Consultation Banner */
.blog-sidebar-cta {
  background: linear-gradient(135deg, #0d1a38 0%, #1e2e5d 50%, #2a478c 100%);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(30, 46, 93, 0.2);
}

.blog-sidebar-cta::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(193, 20, 144, 0.25);
  filter: blur(30px);
}

.blog-sidebar-cta h4 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-sidebar-cta p {
  font-size: 13px;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 18px;
}

.blog-sidebar-cta .btn-cta-phone {
  display: inline-block;
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(193, 20, 144, 0.35);
  transition: all 0.3s ease;
}

.blog-sidebar-cta .btn-cta-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(193, 20, 144, 0.5);
  color: #ffffff !important;
}

/* Modern Pagination */
.blog-pagination-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-pagination li a,
.blog-pagination li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e2e5d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.blog-pagination li a:hover {
  background: #f8fafc;
  color: #3a5eac;
  border-color: #3a5eac;
  transform: translateY(-2px);
}

.blog-pagination li.active a,
.blog-pagination li.active span {
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 14px rgba(58, 94, 172, 0.35) !important;
}

/* Blog Single / Detail Page Styling */
.blog-detail-article {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(30, 46, 93, 0.06);
  padding: 35px;
  margin-bottom: 35px;
}

.blog-detail-featured-img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-height: 440px;
}

.blog-detail-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-detail-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-bottom: 25px;
  font-size: 13.5px;
  color: #475569;
}

.blog-detail-meta-bar .meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-detail-meta-bar .meta-pill i {
  color: #3a5eac;
}

.blog-detail-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e2e5d;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-detail-body {
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
}

.blog-detail-body p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
}

.blog-detail-body h2,
.blog-detail-body h3,
.blog-detail-body h4 {
  color: #1e2e5d;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.35;
}

.blog-detail-body h2 {
  font-size: 22px;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 10px;
}

.blog-detail-body h3 {
  font-size: 19px;
}

.blog-detail-body ul,
.blog-detail-body ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

.blog-detail-body li {
  margin-bottom: 8px;
  line-height: 1.75;
}

.blog-detail-body blockquote {
  border-left: 4px solid #3a5eac;
  background: #f8fafc;
  padding: 16px 22px;
  margin: 25px 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #475569;
}

.blog-detail-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.blog-share-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 18px 24px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-top: 35px;
}

.blog-share-box span {
  font-weight: 700;
  color: #1e2e5d;
  font-size: 14px;
}

.blog-share-socials {
  display: flex;
  gap: 8px;
}

.blog-share-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #1e2e5d;
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
  text-decoration: none;
}

.blog-share-socials a:hover {
  background: linear-gradient(135deg, #3a5eac, #c11490);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
}

/* Blog Advisory Callout */
.blog-advisory-callout {
  background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%);
  border-radius: 14px;
  border: 1px solid #bae6fd;
  padding: 24px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-advisory-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a5eac, #c11490);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
}

.blog-advisory-text {
  flex-grow: 1;
}

.blog-advisory-text h4 {
  color: #0369a1;
  margin: 0 0 6px 0;
  font-size: 17px;
  font-weight: 700;
}

.blog-advisory-text p {
  color: #334155;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.blog-advisory-btn .btn {
  border-radius: 50px;
  font-weight: 700;
  padding: 10px 22px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .blog-detail-article {
    padding: 20px;
  }
  .blog-detail-title {
    font-size: 22px;
  }
}

/* Precise 50px Top & Bottom Padding Section for Blog Pages */
.blog-main-section {
  background: #f8fafc !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog-main-section > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog-main-section .row {
  margin-top: 0 !important;
}

.blog-main-section .blog-posts,
.blog-main-section .blog-sidebar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Eliminate trailing margins so bottom spacing is exactly 50px */
.blog-main-section .blog-detail-article {
  margin-bottom: 0 !important;
}

.blog-main-section .blog-sidebar-widget:last-child,
.blog-main-section .blog-sidebar-cta {
  margin-bottom: 0 !important;
}

/* Ensure row has zero trailing margin */
.blog-main-section .blog-posts > .row {
  margin-bottom: 0 !important;
}

/* Eliminate bottom margin from the last row of blog cards (when no pagination is present) */
@media (min-width: 768px) {
  .blog-main-section .blog-posts:not(:has(.has-pagination)) .col-flex:last-child,
  .blog-main-section .blog-posts:not(:has(.has-pagination)) .col-flex:nth-child(2n+1):nth-last-child(2),
  .blog-main-section .blog-cards-grid-row.no-pagination > .col-flex:last-child,
  .blog-main-section .blog-cards-grid-row.no-pagination > .col-flex:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .blog-main-section .blog-posts:not(:has(.has-pagination)) .col-flex:last-child,
  .blog-main-section .blog-cards-grid-row.no-pagination > .col-flex:last-child {
    margin-bottom: 0 !important;
  }
}

/* Pagination Row Spacing */
.blog-main-section .blog-posts > .row.has-pagination {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.blog-main-section .blog-pagination-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog-main-section .blog-pagination {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   Centralized Service Feature Cards, Portfolio & Publishing System
   ========================================================================== */

/* 3D Feature Cards for Services, ISBN, App Dev & Hosting */
.isbn-feature-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(30, 46, 93, 0.06);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: calc(100% - 30px);
  position: relative;
  overflow: hidden;
}

.isbn-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(58, 94, 172, 0.15), 0 8px 16px rgba(193, 20, 144, 0.08);
  border-color: rgba(58, 94, 172, 0.3);
}

.isbn-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #3a5eac, #c11490);
  transition: height 0.35s ease;
}

.isbn-feature-card:hover::before {
  height: 100%;
}

.isbn-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.1) 0%, rgba(193, 20, 144, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #3a5eac;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease;
}

.isbn-feature-card:hover .isbn-card-icon {
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%);
  color: #ffffff;
  transform: scale(1.08);
}

.isbn-step-box {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 30px 22px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  height: 100%;
}

.isbn-step-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(58, 94, 172, 0.12);
  border-color: #3a5eac;
}

.isbn-step-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 12px rgba(193, 20, 144, 0.3);
}

.isbn-faq-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  padding: 22px 26px;
  margin-bottom: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: all 0.25s ease;
}

.isbn-faq-card:hover {
  border-color: #3a5eac;
  box-shadow: 0 8px 25px rgba(58, 94, 172, 0.08);
}

.isbn-faq-question {
  font-size: 17px;
  font-weight: 700;
  color: #1e2e5d;
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.isbn-faq-question i {
  color: #c11490;
  margin-top: 3px;
}

.isbn-faq-answer {
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
  padding-left: 26px;
}

.isbn-badge-highlight {
  display: inline-block;
  background: rgba(58, 94, 172, 0.1);
  color: #3a5eac;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
}

/* Portfolio Custom Styling */
.portfolio-filter-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.portfolio-filter-btn {
  background: #ffffff;
  color: #1e2e5d;
  border: 1px solid #e2e8f0;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(193, 20, 144, 0.28);
  transform: translateY(-2px);
}

.portfolio-item-card {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.portfolio-item-card.is-hidden {
  display: none !important;
}

/* 3D Browser Mockup & Balanced Image Styling */
.browser-mockup-frame-3d {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(30, 46, 93, 0.12);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.browser-mockup-frame-3d:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(58, 94, 172, 0.18);
}

.browser-mockup-header {
  background: #f8fafc;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #e2e8f0;
}

.browser-mockup-header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.browser-mockup-header .dot-red { background: #ef4444; }
.browser-mockup-header .dot-yellow { background: #f59e0b; }
.browser-mockup-header .dot-green { background: #22c55e; }

.browser-mockup-body {
  position: relative;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.browser-mockup-body img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.browser-mockup-frame-3d:hover .browser-mockup-body img {
  transform: scale(1.02);
}

/* Feature Solution Card & Balanced Content Boxes */
.feature-solution-box-3d {
  padding: 10px 15px;
}

.feature-solution-box-3d h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1e2e5d;
  margin-top: 6px;
  margin-bottom: 14px;
  line-height: 1.35;
}

.feature-solution-box-3d p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 16px;
}

.feature-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.feature-checklist li {
  font-size: 14px;
  color: #334155;
  margin-bottom: 9px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.feature-checklist li i {
  color: #22c55e;
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* 3D Showcase Cards Grid */
.showcase-card-3d {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.showcase-card-3d:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(58, 94, 172, 0.14);
  border-color: rgba(58, 94, 172, 0.35);
}

.showcase-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #0f172a;
}

.showcase-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.showcase-card-3d:hover .showcase-img-wrap img {
  transform: scale(1.06);
}

.showcase-badge-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.75);
  color: #38bdf8;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.showcase-meta {
  padding: 22px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.showcase-category {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c11490;
  margin-bottom: 6px;
  display: block;
}

.showcase-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e2e5d;
  margin: 0 0 10px 0;
  line-height: 1.35;
}

.showcase-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 14px;
  flex-grow: 1;
}

.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.showcase-tag {
  background: #f1f5f9;
  color: #475569;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 6px;
}

.showcase-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #3a5eac;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}

.showcase-btn:hover {
  color: #c11490;
  transform: translateX(4px);
}

/* 3D Modern Category Feature Tag Pill / Badge */
.category-tag-orange {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.08) 0%, rgba(193, 20, 144, 0.12) 100%) !important;
  color: #c11490 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  border: 1px solid rgba(193, 20, 144, 0.22) !important;
  box-shadow: 0 4px 12px rgba(193, 20, 144, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  margin-bottom: 12px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  line-height: normal !important;
  width: fit-content !important;
}

.category-tag-orange i {
  font-size: 13px !important;
  color: #3a5eac !important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}

.category-tag-orange:hover {
  background: linear-gradient(135deg, #3a5eac 0%, #c11490 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 18px rgba(193, 20, 144, 0.32) !important;
  transform: translateY(-2px) !important;
}

.category-tag-orange:hover i {
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

/* ==========================================================================
   2026 Modern Technology Stack & Frameworks Showcase Section
   ========================================================================== */
.tech-stack-section-3d {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 40%, #f7f9fd 100%);
  position: relative;
  overflow: hidden;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}
.tech-stack-section-3d > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tech-stack-section-3d .section-title {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tech-stack-section-3d .section-title .badge-wrapper {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.tech-stack-section-3d .section-title .h2-seo-subtitle {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.tech-stack-section-3d .section-title p {
  margin-bottom: 0 !important;
}
.tech-stack-section-3d::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 94, 172, 0.25), rgba(193, 20, 144, 0.25), transparent);
}
.tech-filter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}
.tech-filter-btn {
  background: #ffffff;
  border: 1px solid rgba(58, 94, 172, 0.18);
  color: #1e2e5d;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 10px rgba(30, 46, 93, 0.04);
  outline: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tech-filter-btn i {
  font-size: 13px;
  color: #3a5eac;
  transition: color 0.3s ease;
}
.tech-filter-btn:hover {
  border-color: #3a5eac;
  color: #3a5eac;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(58, 94, 172, 0.15);
}
.tech-filter-btn.active {
  background: linear-gradient(135deg, #3a5eac 0%, #7b35a0 50%, #c11490 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(193, 20, 144, 0.35);
  transform: translateY(-2px);
}
.tech-filter-btn.active i {
  color: #ffffff;
}

/* Category Block */
.tech-category-block {
  background: #ffffff;
  border: 1px solid rgba(58, 94, 172, 0.12);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(30, 46, 93, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.tech-category-block:hover {
  box-shadow: 0 14px 35px rgba(58, 94, 172, 0.08);
  border-color: rgba(58, 94, 172, 0.25);
}
.tech-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}
.tech-cat-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tech-cat-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.tech-cat-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e2e5d;
}
.tech-cat-subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 2px 0 0 0;
}
.tech-cat-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  background: #f1f5f9;
  color: #475569;
  letter-spacing: 0.5px;
}

/* Category Accents */
.tech-cat-cms .tech-cat-icon { background: #fdf2f8; color: #db2777; }
.tech-cat-cms { border-top: 3px solid #db2777; }

.tech-cat-backend .tech-cat-icon { background: #eff6ff; color: #2563eb; }
.tech-cat-backend { border-top: 3px solid #2563eb; }

.tech-cat-frontend .tech-cat-icon { background: #fff7ed; color: #ea580c; }
.tech-cat-frontend { border-top: 3px solid #ea580c; }

.tech-cat-frameworks .tech-cat-icon { background: #ecfeff; color: #0891b2; }
.tech-cat-frameworks { border-top: 3px solid #0891b2; }

.tech-cat-db .tech-cat-icon { background: #f0fdf4; color: #16a34a; }
.tech-cat-db { border-top: 3px solid #16a34a; }

/* Tech Items Grid */
.tech-grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}
.tech-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fbfdff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  text-decoration: none !important;
  color: inherit !important;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.tech-card-item:hover {
  background: #ffffff;
  border-color: #3a5eac;
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(58, 94, 172, 0.12);
}
.tech-card-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.tech-card-item:hover .tech-card-icon {
  transform: scale(1.1) rotate(2deg);
}
.tech-card-icon svg {
  width: 25px;
  height: 25px;
  display: block;
}
.tech-card-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tech-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #1e2e5d;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tech-card-desc {
  font-size: 11px;
  color: #64748b;
  line-height: 1.2;
  margin-top: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Call to Action Bar */
.tech-bottom-cta {
  background: linear-gradient(135deg, rgba(58, 94, 172, 0.05) 0%, rgba(193, 20, 144, 0.07) 100%);
  border: 1px dashed rgba(58, 94, 172, 0.25);
  border-radius: 16px;
  padding: 20px 24px;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.tech-cta-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2e5d;
  margin: 0 0 6px 0;
}
.tech-cta-text p {
  font-size: 13px;
  color: #475569;
  margin: 0;
}
.tech-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .tech-grid-row {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
  .tech-card-item {
    padding: 10px 10px;
    gap: 8px;
  }
  .tech-card-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
  .tech-card-icon svg {
    width: 20px;
    height: 20px;
  }
  .tech-card-name {
    font-size: 13px;
  }
  .tech-card-desc {
    font-size: 10px;
  }
  .tech-bottom-cta {
    padding: 18px;
    flex-direction: column;
    text-align: center;
  }
  .tech-cta-actions {
    justify-content: center;
    width: 100%;
  }
}

/* ==========================================================================
   ISBN Page - Strict 50px Top/Bottom Section Padding & Zero Extra Spacing
   ========================================================================== */
body.isbn-page section.section-pad-50,
body.isbn-page section.service-modern-hero,
body.isbn-page section.faq-section-3d {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}

body.isbn-page section.section-pad-50 > .container,
body.isbn-page section.service-modern-hero > .container,
body.isbn-page section.faq-section-3d > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.isbn-page .section-title {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.isbn-page .services-grid-row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 0 !important;
}

body.isbn-page .services-grid-row > div {
  display: flex !important;
  margin-bottom: 25px !important;
}

@media (min-width: 992px) {
  body.isbn-page .services-grid-row > div:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

body.isbn-page .isbn-feature-card {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 30px 25px !important;
  border-radius: 16px !important;
}

body.isbn-page .isbn-feature-card .isbn-card-icon {
  margin: 0 auto 18px auto !important;
  flex-shrink: 0 !important;
}

body.isbn-page .isbn-feature-card .isbn-card-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e2e5d !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.35 !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
}

body.isbn-page .isbn-feature-card .isbn-card-text {
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  color: #64748b !important;
  margin-bottom: 0 !important;
  flex-grow: 1 !important;
}

@media (min-width: 992px) {
  body.isbn-page .isbn-steps-row {
    margin-bottom: 0 !important;
  }
  body.isbn-page .isbn-steps-row > div .isbn-step-box {
    margin-bottom: 0 !important;
  }
}

body.isbn-page .isbn-faq-card:last-child {
  margin-bottom: 0 !important;
}

body.isbn-page .container > .row:last-child {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   CENTRALIZED UTILITY & COMPONENT CLASSES (EXTRACTED FROM INLINE STYLES)
   ========================================================================== */

/* Spacing & Flex Utilities */
.section-pad-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin: 0 !important;
}

.col-flex {
  display: flex !important;
}

.img-rounded-8 {
  border-radius: 8px !important;
}

.about-thumb-rounded {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 35px rgba(30, 46, 93, 0.12) !important;
  border: 1px solid #e2e8f0 !important;
}

/* Accent Colors */
.icon-green {
  color: #22c55e !important;
}

.icon-amber {
  color: #f59e0b !important;
}

.icon-sky {
  color: #38bdf8 !important;
}

.icon-pink {
  color: #ec4899 !important;
}

.text-primary-navy {
  color: #1e2e5d !important;
}

.text-primary-blue {
  color: #3a5eac !important;
}

.text-slate-muted {
  color: #64748b !important;
}

/* Feature Check Rows */
.feature-check-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.feature-check-icon {
  font-size: 16px !important;
  color: #22c55e !important;
  flex-shrink: 0 !important;
}

.feature-check-text {
  font-weight: 600 !important;
  color: #1e2e5d !important;
  font-size: 13.5px !important;
}

/* Empty State Cards */
.empty-state-box {
  padding: 60px 20px !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  text-align: center !important;
}

.empty-state-icon {
  font-size: 48px !important;
  color: #cbd5e1 !important;
  margin-bottom: 15px !important;
}

.empty-state-title {
  color: #1e2e5d !important;
  margin-top: 0 !important;
}

.empty-state-desc {
  color: #64748b !important;
  margin-bottom: 0 !important;
}

/* Technology Badges */
.badge-cat-count {
  background: rgba(58, 94, 172, 0.12) !important;
  color: #3a5eac !important;
  font-size: 11px !important;
}

.read-time-hint {
  font-size: 12px !important;
  color: #94a3b8 !important;
}

/* Contact Form Enhancements */
.contact-form-wrap {
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07) !important;
  border: 1px solid #e2e8f0 !important;
}

.input-rounded-44 {
  height: 44px !important;
  border-radius: 6px !important;
  border: 1px solid #cbd5e1 !important;
}

.input-rounded-textarea {
  border-radius: 6px !important;
  border: 1px solid #cbd5e1 !important;
}

.btn-contact-submit {
  padding: 12px !important;
  border-radius: 6px !important;
}

/* 404 Page Components */
.error-404-hero {
  background: #f8fafc !important;
  padding: 50px 0 !important;
}

.error-404-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 35px 30px !important;
  box-shadow: 0 10px 30px rgba(30, 46, 93, 0.06) !important;
}

.error-404-title {
  color: #1e2e5d !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.error-404-subtitle {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

.error-404-contact {
  font-size: 14px !important;
  color: #475569 !important;
}

.error-404-actions {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.btn-pill-primary {
  border-radius: 50px !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
}

.btn-pill-outline {
  border-radius: 50px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-color: #cbd5e1 !important;
}

/* ISBN Compare & Feature List Cards */
.isbn-compare-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 30px !important;
  box-shadow: 0 10px 30px rgba(30, 46, 93, 0.06) !important;
  height: 100% !important;
}

.isbn-compare-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

.isbn-compare-item {
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  color: #334155 !important;
}

.isbn-compare-item:last-child {
  margin-bottom: 0 !important;
}

.isbn-pricing-strip {
  background: linear-gradient(135deg, #0d1a38 0%, #1e2e5d 100%) !important;
  border-radius: 12px !important;
  padding: 18px 20px !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

.isbn-strip-label {
  font-size: 12px !important;
  color: #93c5fd !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.isbn-strip-val {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.isbn-strip-btn {
  border-radius: 50px !important;
  font-weight: 700 !important;
  padding: 7px 18px !important;
  font-size: 13px !important;
}

.sidebar-cta-link {
  color: #93c5fd !important;
  font-size: 12.5px !important;
  text-decoration: underline !important;
}

.h-100 {
  height: 100% !important;
}












