:root {
  --oc-mid: #1565c0;
  --oc-bright: #1e88e5;
  --oc-sky: #29b6f6;
  --oc-foam: #b3e5fc;
  --oc-white: #ffffff;
  --oc-glass-bg: rgba(255, 255, 255, 0.08);
  --oc-glass-bg2: rgba(255, 255, 255, 0.13);
  --oc-glass-border: rgba(255, 255, 255, 0.22);
  --oc-glow: rgba(41, 182, 246, 0.35);
  --oc-glow-soft: rgba(30, 136, 229, 0.18);
  --oc-shadow:
    0 8px 32px rgba(3, 24, 58, 0.38), 0 1.5px 6px rgba(3, 24, 58, 0.18);
  --oc-shadow-hover:
    0 18px 52px rgba(3, 24, 58, 0.52), 0 4px 16px rgba(41, 182, 246, 0.22);
  --oc-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* ─── HERO SECTION — INDEX ───────────────────────────────── */

/* Industries hero — Grid dots pattern */
.hero-industries {
  background: linear-gradient(180deg, rgb(1 71 152) 0%, rgb(74 129 192) 100%);
  overflow: hidden;
}

.hero-industries::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
      rgba(255, 255, 255, 0.06) 1.5px,
      transparent 1.5px);
  background-size: 42px 42px;
  pointer-events: none;
  z-index: 1;
}

.it-step-area {
  z-index: 11;
  overflow: hidden;
}

/* ─── CONTACT FORM GLASS ─────────────────────────────────── */
/* .contact-form-wrap,
.wpcf7-form,
.tp-contact-form,
form.contact {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(18px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
  border: 1px solid rgba(30, 136, 229, 0.18) !important;
  border-radius: 24px !important;
  box-shadow:
    0 12px 48px rgba(3, 24, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  padding: 48px !important;
} */

.tp-service-thumb img {
  border-radius: 16px !important;
  box-shadow: 0 10px 40px rgba(3, 24, 58, 0.14) !important;
  transition:
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.55s ease !important;
}

.tp-service-thumb:hover img {
  transform: scale(1.04) rotate(-1deg) !important;
  box-shadow: 0 18px 60px rgba(3, 24, 58, 0.2) !important;
}

/* ─── ABOUT THUMB ────────────────────────────────────────── */
.tp-about-thumb img,
.it-about-thumb img,
.st-about-area img {
  box-shadow: 0 12px 50px rgba(3, 24, 58, 0.18) !important;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.tp-about-thumb:hover img,
.it-about-thumb:hover img {
  transform: scale(1.03) !important;
}

/* info badges on about thumb */
.it-about-info-item {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 8px 32px rgba(3, 24, 58, 0.2) !important;
  border-radius: 14px !important;
  transition: var(--oc-transition) !important;
}

.it-about-info-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 48px rgba(3, 24, 58, 0.28) !important;
}

.tp-hero-2-title.about-us,
.tp-hero-2-title {
  text-shadow:
    0 0 40px rgba(41, 182, 246, 0.3),
    0 2px 8px rgba(3, 24, 58, 0.4) !important;
}

.app-feature-item.feature-card-premium {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(14px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
  border: 1px solid rgba(30, 136, 229, 0.15) !important;
  border-radius: 20px !important;
  box-shadow:
    0 8px 32px rgba(3, 24, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transition: var(--oc-transition) !important;
  overflow: hidden;
  position: relative;
}

.app-feature-item.feature-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
      var(--oc-mid) 0%,
      var(--oc-sky) 50%,
      var(--oc-mid) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.app-feature-item.feature-card-premium:hover::before {
  opacity: 1;
}

.app-feature-item.feature-card-premium:hover {
  transform: translateY(-8px) !important;
  box-shadow:
    0 20px 60px rgba(3, 24, 58, 0.15),
    0 4px 16px rgba(41, 182, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(30, 136, 229, 0.35) !important;
}

/* ─── CRP BLOG SERVICE SECTIONS ──────────────────────────── */
.service-section .crp-blog-item {
  border-radius: 20px !important;
  overflow: hidden;
}

.crp-blog-thumb img {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
  border-radius: 14px !important;
}

.crp-blog-item:hover .crp-blog-thumb img {
  transform: scale(1.05) !important;
}

/* ─── INDUSTRIES PAGE ENHANCEMENTS ───────────────────────── */
.tp-project-item.mb-95 {
  transition: var(--oc-transition);
}

.tp-project-item.mb-95:hover .tp-project-content h4 a {
  color: var(--oc-mid) !important;
}

/* ─── COMPLIANCE PAGE ────────────────────────────────────── */
.tp-service-4-solution-wrap .tp-service-4-solution-item {
  background: var(--oc-glass-bg2) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid var(--oc-glass-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--oc-shadow) !important;
  transition: var(--oc-transition) !important;
}

.tp-service-4-solution-wrap .tp-service-4-solution-item:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--oc-shadow-hover) !important;
  border-color: rgba(41, 182, 246, 0.4) !important;
}

/* ─── COMPLIANCE APPROACH CARDS ─────────────────────────── */
.approach-card-2 {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  border: 1px solid rgba(30, 136, 229, 0.14) !important;
  border-radius: 18px !important;
  box-shadow:
    0 6px 24px rgba(3, 24, 58, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transition: var(--oc-transition) !important;
  position: relative;
  overflow: hidden;
}

.approach-card-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--oc-mid), var(--oc-sky));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.approach-card-2:hover::after {
  transform: scaleX(1);
}

.approach-card-2:hover {
  transform: translateY(-7px) !important;
  box-shadow:
    0 18px 52px rgba(3, 24, 58, 0.14),
    0 4px 16px rgba(41, 182, 246, 0.15) !important;
  border-color: rgba(30, 136, 229, 0.32) !important;
}

/* ─── GENERIC WHITE SECTION TEXTURE ─────────────────────── */
.oc-white-texture {
  position: relative;
  overflow: hidden;
}

.home-service-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.row-outer {
  position: absolute;
  top: 0;
}

.row-outer .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100vh; */
}

.row-outer .wrapper .shape {
  width: 300px;
  height: 300px;
  background: linear-gradient(64deg, #d0efff 23%, #d0efff 23%, #d0efff 80%);
  animation: moving-shape 8s ease-in-out infinite;
}

.row-outer2 {
  position: absolute;
  top: 0;

  right: 0;
}

.row-outer2 .wrapper2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100vh; */
}

.row-outer2 .wrapper2 .shape2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(64deg, #d0efff 23%, #d0efff 23%, #d0efff 80%);
  /* animation: moving-shape 8s ease-in-out infinite; */
  border-radius: 66% 34% 37% 63% / 57% 31% 69% 43%;
  z-index: -1;
}

@keyframes moving-shape {

  0%,
  100% {
    border-radius: 66% 34% 37% 63% / 57% 31% 69% 43%;
  }

  50% {
    border-radius: 26% 74% 51% 49% / 22% 53% 47% 78%;
  }
}

.pp-service-details-solution-ptb {
  position: relative !important;
  z-index: 11;
}

/* ─── CORE VALUES CARDS ─────────────────────────────────── */
.core-values-card {
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 24px !important;
  padding: 35px 25px !important;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;

  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 30px 70px rgba(1, 114, 245, 0.15),
    0 0 40px rgba(67, 96, 233, 0.1) !important;
  border-color: rgba(67, 96, 233, 0.3) !important;
  transform: translateY(-15px) !important;
}

.core-values-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 30px 70px rgba(1, 114, 245, 0.15),
    0 0 40px rgba(67, 96, 233, 0.1) !important;
  border-color: rgba(67, 96, 233, 0.3) !important;
  transform: translateY(-15px) !important;
}

/* ─── DECORATIVE BLOBS ──────────────────────────────────── */
.floating-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(1, 114, 245, 0.1) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
  animation: blob-float 20s infinite alternate;
}

.blob-1 {
  top: 10%;
  left: -5%;
}

.blob-2 {
  bottom: 20%;
  right: -5%;
  background: radial-gradient(circle, rgba(245, 161, 51, 0.1) 0%, transparent 70%);
}

@keyframes blob-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

.industries-subtitle {
  max-width: 700px;
  margin: 15px auto 0;
  color: var(--tp-text-body);
  font-size: 18px;
  line-height: 1.6;
}

.industry-stat-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.industry-stat-card:hover {
  transform: translateY(-5px);
  border-color: var(--oc-mid);
  box-shadow: 0 20px 45px rgba(67, 96, 233, 0.15);
}

.stat-value {
  font-size: 42px;
  font-weight: 800;
  color: var(--oc-mid);
  line-height: 1;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-black2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ─── INDUSTRY STANDARDS ITEMS ────────────────────────── */
.tp-work-item {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  padding: 30px 35px !important;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
  margin-bottom: 25px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.tp-work-item:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  transform: translateX(15px);
  border-color: var(--oc-mid) !important;
  box-shadow: 0 15px 35px rgba(67, 96, 233, 0.1);
}

.tp-work-number span {
  background: linear-gradient(135deg, var(--oc-mid), var(--oc-sky)) !important;
  box-shadow: 0 10px 20px rgba(67, 96, 233, 0.2);
}

.tp-work-title {
  font-size: 24px !important;
  color: var(--tp-common-black2) !important;
  margin-bottom: 8px !important;
}

.tp-work-content p {
  color: var(--tp-text-body) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Icon Animation */
.tp-service-4-solution-item-icon {
  margin-bottom: 25px !important;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  /* justify-content: center; */
}

.tp-service-4-solution-item-icon span {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.tp-service-4-solution-item-icon span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--oc-mid), var(--oc-sky));
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.core-values-card:hover .tp-service-4-solution-item-icon span {
  border-color: transparent;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 96, 233, 0.3);
}

.core-values-card:hover .tp-service-4-solution-item-icon span::after {
  opacity: 1;
}

.tp-service-4-solution-item-icon span svg {
  transition: all 0.5s ease;
  filter: drop-shadow(0 0 10px rgba(67, 96, 233, 0.2));
  z-index: 2;
  width: 40px !important;
  height: 40px !important;
}

.core-values-card:hover .tp-service-4-solution-item-icon span svg {
  transform: scale(1.1);
}

.core-values-card:hover .tp-service-4-solution-item-icon span svg path {
  fill: white !important;
}

.tp-service-4-solution-item-icon span svg path {
  fill: white !important;
}

/* .core-values-card:hover .tp-service-4-solution-item-icon span svg path {
  fill: var(--oc-white) !important;
  transition: fill 0.3s ease;
} */

/* List Styling Enhancement */
.core-values-card ul {
  margin-top: 25px !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.core-values-card ul li {
  font-size: 15px !important;
  color: var(--tp-common-gray) !important;
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  transition: transform 0.3s ease;
}

.core-values-card ul li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--oc-mid), var(--oc-sky));
  border-radius: 50%;
  font-size: 12px;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(41, 182, 246, 0.3);
}

.core-values-card:hover ul li {
  transform: translateX(8px);
  /* color: white !important; */
}

/* ─── PREMIUM ACCORDION (EXECUTION FRAMEWORK) ───────────── */
.premium-accordion-wrap .accordion-items {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-bottom: 20px !important;
  border-radius: 18px !important;
  transition: all 0.4s ease !important;
}

.premium-accordion-wrap .accordion-items:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(41, 182, 246, 0.3) !important;
  transform: translateX(5px);
}

.premium-accordion-wrap .accordion-items.faq-active {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: var(--oc-sky) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
}

.premium-accordion-wrap .accordion-buttons {
  padding: 30px !important;
  font-size: 19px !important;
  letter-spacing: 0.5px;
}

.premium-accordion-wrap .accordion-buttons i {
  background: linear-gradient(135deg, var(--oc-mid), var(--oc-sky)) !important;
  color: white !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 6px 15px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  margin-right: 20px !important;
  box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3) !important;
}

.premium-accordion-wrap .accordion-body {
  padding: 0 30px 30px 30px !important;
  line-height: 1.8 !important;
  font-size: 16px !important;
}

/* Floating Image Animation */
.it-step-thumb-img {
  border-radius: 30px !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3) !important;
  animation: float-slow 6s ease-in-out infinite;
}

@keyframes float-slow {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}

/* Glassy background for the section image container */
.it-step-thumb-wrap::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
  border-radius: 40px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ─── INFINITE ADVANTAGE REDESIGN ────────────────────────── */
.ia-arch-wrapper {
  position: relative;
  padding: 10px;
  z-index: 1;
  max-width: 350px;
  margin: 0 auto;
}

.ia-arch-inner {
  position: relative;
  width: 100%;
  padding-bottom: 164%;
  /* Tall arch aspect ratio */
  overflow: hidden;
  border-radius: 160px 160px 160px 160px;
  /* Precise arch shape */
  box-shadow: 0 25px 70px rgba(1, 1, 96, 0.2);
  border: 4px solid white;
}

.ia-arch-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.ia-arch-wrapper:hover .ia-arch-inner img {
  transform: scale(1.12);
}

.ia-benefit-item {
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.4s ease;
}

.ia-benefit-item.right-align {
  flex-direction: row-reverse;
}

.ia-benefit-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  background: linear-gradient(135deg, var(--oc-mid), var(--oc-sky));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  box-shadow: 0 10px 25px rgba(1, 114, 245, 0.2);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ia-benefit-item:hover .ia-benefit-icon {
  transform: scale(1.15) translateY(-5px) rotate(15deg);
  box-shadow: 0 15px 35px rgba(1, 114, 245, 0.4);
}

.ia-benefit-content h4 {
  font-family: var(--ff-heading);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--tp-common-black2);
  transition: color 0.3s ease;
}

.ia-benefit-item:hover .ia-benefit-content h4 {
  color: var(--oc-mid);
}

.ia-benefit-content p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--tp-text-body);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ia-benefit-item.right-align {
    /* flex-direction: row;
    text-align: left !important; */
  }

  .ia-benefit-content {
    text-align: left !important;
  }
}

/* ─── WHY IT MATTERS INFOGRAPHIC ────────────────────────── */
.stats-infographic-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: none;
  border-radius: 30px;
  padding: 40px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  overflow: hidden;
}

.stats-infographic-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.2px;
  background: linear-gradient(135deg, var(--oc-mid), var(--oc-sky));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease;
}

/* .stats-blue::after {
  background: linear-gradient(135deg, #01bbf5, #0088cc);
}

.stats-dark::after {
  background: linear-gradient(135deg, #21212d, #444455);
} */

.stats-gradient::after {
  background: linear-gradient(135deg, #00106d, #0387ca);
}

.stats-infographic-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent);
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.stats-infographic-card:hover::before {
  opacity: 1;
}

.stats-infographic-card.has-image {
  padding: 0;
}

.stats-infographic-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.stats-infographic-card:hover::after {
  padding: 2px;
}

.stats-infographic-card.stats-blue:hover {
  box-shadow: 0 30px 70px rgba(1, 187, 245, 0.15);
}

.stats-infographic-card.stats-dark:hover {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.stats-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.stats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stats-infographic-card:hover .stats-image img {
  transform: scale(1.1);
}

.stats-icon-wrap {
  position: relative;
  margin-top: -30px;
  padding-left: 40px;
  z-index: 2;
}

.stats-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00106d, #0387ca);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 16, 109, 0.3);
  border: 3px solid white;
}

.stats-content {
  /* padding: 20px 40px 40px 40px; */
}

/* ─── HORIZONTAL VARIANT ────────────────────────── */
.stats-infographic-card.horizontal-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.horizontal-card .stats-image {
  width: 45%;
  /* height: auto; */
  min-height: 100%;
}

.horizontal-card .stats-content {
  width: 55%;
  padding: 34px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.stats-infographic-card p {
  font-size: 15px !important;
  margin-bottom: 12px;
}

.stats-infographic-card .service-card-link {
  margin-top: 10px;
  padding-top: 0;
}

.industry-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(67, 96, 233, 0.1);
  color: var(--oc-mid);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: fit-content;
  border: 1px solid rgba(67, 96, 233, 0.1);
}

.stats-blue .industry-tag {
  background: rgba(1, 187, 245, 0.1);
  color: #01bbf5;
  border-color: rgba(1, 187, 245, 0.1);
}

.stats-dark .industry-tag {
  background: rgba(33, 33, 45, 0.1);
  color: #21212d;
  border-color: rgba(33, 33, 45, 0.1);
}

.stats-gradient .industry-tag {
  background: linear-gradient(135deg, rgba(245, 161, 51, 0.1), rgba(1, 187, 245, 0.1));
  color: #01bbf5;
  border-color: rgba(1, 187, 245, 0.1);
}

@media (min-width: 991px) and (max-width: 1199px) {
  .horizontal-card .stats-content {
    padding: 40px 28px;
  }
}

.horizontal-card .stats-icon-wrap {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  padding-left: 0;
  z-index: 5;
}

.horizontal-card.horizontal-reverse {
  flex-direction: row-reverse;
}

.horizontal-card.horizontal-reverse .stats-icon-wrap {
  left: auto;
  right: 40%;
  transform: translate(50%, -50%);
}

.horizontal-card .stats-number {
  bottom: 20px;
  right: 30px;
  font-size: 80px;
}

.horizontal-card.horizontal-reverse .stats-number {
  right: auto;
  left: 30px;
}

@media (max-width: 991px) {
  .stats-infographic-card.horizontal-card {
    flex-direction: column !important;
  }

  .horizontal-card .stats-image {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .horizontal-card .stats-content {
    width: 100%;
    padding: 40px;
  }

  .horizontal-card .stats-icon-wrap {
    position: relative;
    top: auto;
    left: 40px !important;
    right: auto !important;
    transform: translateY(0) !important;
    margin-top: -30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .horizontal-card .stats-content {
    width: 100%;
    padding: 28px;
  }
}

.stats-blue .stats-icon {
  background: linear-gradient(135deg, #01bbf5, #0088cc);
  box-shadow: 0 8px 20px rgba(1, 187, 245, 0.3);
}

.stats-dark .stats-icon {
  background: linear-gradient(135deg, #21212d, #444455);
  box-shadow: 0 8px 20px rgba(33, 33, 45, 0.3);
}

.stats-gradient .stats-icon {
  background: linear-gradient(135deg, #00106d, #0387ca);
  box-shadow: 0 8px 20px rgba(0, 16, 109, 0.2);
}

.stats-yellow .stats-icon {
  background: linear-gradient(135deg, #d7bf9f, #42a8d6);
  box-shadow: 0 8px 20px rgba(1, 187, 245, 0.2);
}

.stats-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #21212d;
}

.stats-number {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 100px;
  font-weight: 900;
  opacity: 0.05;
  pointer-events: none;
  transition: all 0.5s ease;
}

.stats-infographic-card:hover .stats-number {
  transform: scale(1.1) rotate(-5deg);
  opacity: 0.1;
}

/* ─── COMPLIANCE GRID ───────────────────────────────────── */
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}

.compliance-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

.compliance-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: var(--oc-sky);
}

.c-icon {
  font-size: 30px;
  color: var(--oc-sky);
  margin-bottom: 10px;
}

.compliance-item span {
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

/* Compliance Visual */
.shield-orb {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg,
      rgba(0, 16, 109, 0.2),
      rgba(3, 135, 202, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: white;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 50px rgba(1, 187, 245, 0.3);
}

.orbital-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.ring-1 {
  width: 250px;
  height: 250px;
  animation: rotate 10s linear infinite;
}

.ring-2 {
  width: 350px;
  height: 350px;
  border-style: dashed;
  animation: rotate 20s linear infinite reverse;
}

.ring-3 {
  width: 450px;
  height: 450px;
  border-width: 2px;
  opacity: 0.05;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hero SVG Illustration */
.hero-svg-illustration {
  opacity: 0.8;
  filter: drop-shadow(0 0 20px rgba(1, 187, 245, 0.3));
}

/* ─── CHALLENGE CARDS ───────────────────────────────────── */
.challenge-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.challenge-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(1, 187, 245, 0.1);
  border-color: var(--oc-sky);
}

.challenge-icon {
  width: 50px;
  height: 50px;
  background: rgba(245, 161, 51, 0.1);
  color: #f5a133;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.card-blue .challenge-icon {
  background: rgba(1, 187, 245, 0.1);
  color: #01bbf5;
}

.card-dark .challenge-icon {
  background: rgba(33, 33, 45, 0.1);
  color: #21212d;
}

.card-gradient .challenge-icon {
  background: linear-gradient(135deg,
      rgba(0, 16, 109, 0.1),
      rgba(3, 135, 202, 0.1));
  color: #0387ca;
}

.challenge-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #21212d;
}

.challenge-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.challenge-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenge-list li {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.challenge-list li i {
  font-size: 10px;
  color: var(--oc-sky);
}