/* ============ HERO SECTION SCOPED CSS ============ */
.sg-hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #f2f6fc 100%);
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.sg-hero-content {
  opacity: 0;
  animation: sgHeroFadeUp 0.8s ease forwards;
}
.sg-hero-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.sg-hero-heading {
  color: #0b0f19;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}
.sg-hero-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.sg-hero-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 32px;
}
.sg-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1457e0;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(20, 87, 224, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
}
.sg-hero-btn-primary:hover {
  background: #0f45b8;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(20, 87, 224, 0.36);
}
.sg-hero-btn-primary svg {
  transition: transform 0.25s ease;
}
.sg-hero-btn-primary:hover svg {
  transform: translateX(4px);
}
.sg-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #0b0f19;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1.5px solid #d7deea;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.sg-hero-btn-outline:hover {
  border-color: #1457e0;
  color: #1457e0;
  text-decoration: none;
  transform: translateY(-3px);
}
.sg-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #e3e8f0;
}
.sg-hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: #33394a;
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 20px;
  border: 1px solid #e3e8f0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.sg-hero-trust-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(20, 87, 224, 0.12);
  border-color: #1457e0;
}
.sg-hero-trust-icon {
  display: inline-flex;
  color: #1457e0;
}
/* ===== VISUAL SIDE ===== */
.sg-hero-visual-col {
  opacity: 0;
  animation: sgHeroFadeIn 1s ease 0.3s forwards;
}
.sg-hero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 500px;
  margin: 60px auto 0;
}

.sg-hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(20, 87, 224, 0.18) 0%, rgba(20, 87, 224, 0) 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: sgHeroGlowPulse 4s ease-in-out infinite;
}

.sg-hero-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  text-align: center;
  animation: sgHeroFloat 5s ease-in-out infinite;
}

/* 1=React, 2=.NET, 3=Node.js, 4=PHP, 5=Cloud, 6=AI/ML */
.sg-hero-bubble-1 {
  width: 120px; height: 120px;
  top: 10px; left: 0;
  background: #17c1e8;
  animation-delay: 0s;
}

.sg-hero-bubble-2 {
  width: 90px; height: 90px;
  top: -10px; right: 40px;
  background: #f5a623;
  animation-delay: 0.5s;
}
.sg-hero-bubble-7 {
  width: 86px; height: 86px;
  top: 40px; left: 175px;
  background: #f5c518;
  font-size: 13px;
  animation-delay: 0.7s;
  z-index: 2;
}

.sg-hero-bubble-3 {
  width: 96px; height: 96px;
  top: 130px; right: 0;
  background: #2f6fed;
  animation-delay: 1s;
}

.sg-hero-bubble-4 {
  width: 84px; height: 84px;
  top: 220px; left: -10px;
  background: #6f42c1;
  animation-delay: 0.3s;
}

.sg-hero-bubble-5 {
  width: 120px; height: 120px;
  bottom: 40px; right: -10px;
  background: #e0483e;
  animation-delay: 0.8s;
}

.sg-hero-bubble-6 {
  width: 80px; height: 80px;
  bottom: -10px; left: 20px;
  background: #21b573;
  animation-delay: 1.2s;
}

.sg-hero-dot {
  position: absolute;
  border-radius: 50%;
  background: #1457e0;
  animation: sgHeroFloat 4s ease-in-out infinite;
}

.sg-hero-dot-1 { width: 16px; height: 16px; top: 60px; right: 20px; animation-delay: 0.4s; }
.sg-hero-dot-2 { width: 12px; height: 12px; bottom: 20px; right: 60px; background: #e0483e; animation-delay: 1s; }

.sg-hero-browser {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 320px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 30px 50px rgba(11, 15, 25, 0.22);
  overflow: hidden;
  animation: sgHeroFloatSlow 6s ease-in-out infinite;
}

.sg-hero-browser-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #f4f6fa;
  border-bottom: 1px solid #eaeef4;
}

.sg-hero-browser-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.sg-hero-dot-red { background: #e0483e; }
.sg-hero-dot-yellow { background: #f5a623; }
.sg-hero-dot-green { background: #21b573; }

.sg-hero-browser-body {
  padding: 18px;
}

.sg-hero-browser-banner {
  background: #0b0f19;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 10px 8px;
  border-radius: 8px;
  margin-bottom: 12px;
  background-image: linear-gradient(120deg, #0b0f19 0%, #1457e0 100%);
}

.sg-hero-browser-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.sg-hero-tag {
  font-size: 10.5px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 6px;
  color: #ffffff;
}

.sg-hero-tag-blue { background: #1457e0; }
.sg-hero-tag-dark { background: #0b0f19; }

.sg-hero-browser-line {
  height: 8px;
  border-radius: 5px;
  background: #e3e8f0;
  margin-bottom: 8px;
}

.sg-hero-line-1 { width: 100%; }
.sg-hero-line-2 { width: 85%; }
.sg-hero-line-3 { width: 60%; margin-bottom: 0; }

.sg-hero-browser-stand {
  width: 12px;
  height: 22px;
  background: #d7deea;
  margin: 0 auto;
}

.sg-hero-browser-base {
  width: 90px;
  height: 8px;
  background: #c3ccdb;
  border-radius: 4px;
  margin: 0 auto 12px;
}

/* ===== ANIMATIONS ===== */
@keyframes sgHeroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgHeroFadeIn {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes sgHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes sgHeroFloatSlow {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes sgHeroGlowPulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-hero-section { padding: 60px 0 50px; text-align: center; }
  .sg-hero-heading { font-size: 32px; }
  .sg-hero-btn-group { justify-content: center; }
  .sg-hero-trust { justify-content: center; }
  .sg-hero-visual { height: 440px; margin-top: 40px; }
  .sg-hero-browser { width: 280px; }
}

@media (max-width: 575px) {
  .sg-hero-heading { font-size: 26px; }
  .sg-hero-text { font-size: 14.5px; }
  .sg-hero-visual { height: 380px; max-width: 320px; }
  .sg-hero-browser { width: 240px; }
  .sg-hero-bubble-1 { width: 84px; height: 84px; font-size: 11px; top: 0; left: 0; }
  .sg-hero-bubble-2 { width: 68px; height: 68px; font-size: 10.5px; top: -8px; right: 10px; }
  .sg-hero-bubble-7 { width: 62px; height: 62px; font-size: 10px; top: 26px; left: 100px; }
  .sg-hero-bubble-3 { width: 74px; height: 74px; font-size: 10.5px; top: 100px; right: -6px; }
  .sg-hero-bubble-4 { width: 64px; height: 64px; font-size: 10px; top: 160px; left: -10px; }
  .sg-hero-bubble-5 { width: 84px; height: 84px; font-size: 11px; bottom: 30px; right: -10px; }
  .sg-hero-bubble-6 { width: 60px; height: 60px; font-size: 9.5px; bottom: -6px; left: 10px; }
}
/* ============ WHY CUSTOM WEB APPS SECTION SCOPED CSS ============ */
.sg-why-section {
  background: #f7f9fc;
  padding: 30px 0;
  overflow: hidden;
}

.sg-why-content {
  opacity: 0;
  transform: translateY(30px);
  animation: sgWhyFadeUp 0.8s ease forwards;
}

.sg-why-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-why-heading {
  color: #0b0f19;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
}

.sg-why-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.sg-why-text-solution {
  margin-top: 26px;
  margin-bottom: 0;
}

.sg-why-list {
  margin: 0 0 6px;
  padding: 0;
}

.sg-why-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #33394a;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid #e6eaf1;
  transition: transform 0.25s ease, color 0.25s ease;
}

.sg-why-list-item:hover {
  transform: translateX(6px);
  color: #0b0f19;
}

.sg-why-list-item:last-child {
  border-bottom: none;
}

.sg-why-list-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf1ff;
  color: #1457e0;
  border-radius: 50%;
  margin-top: 2px;
}

/* ===== RIGHT VISUAL CARD ===== */
.sg-why-visual-col {
  opacity: 0;
  animation: sgWhyFadeIn 1s ease 0.3s forwards;
}

.sg-why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 20px 50px rgba(11, 15, 25, 0.1);
  max-width: 480px;
  margin: 40px auto 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sg-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(11, 15, 25, 0.14);
}

.sg-why-card-title {
  color: #0b0f19;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sg-why-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-why-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.sg-why-row-num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-size: 12.5px;
  font-weight: 800;
}

.sg-why-row-1 { background: linear-gradient(90deg, #1457e0, #2f6fed); }
.sg-why-row-2 { background: linear-gradient(90deg, #0b0f19, #2a3040); }
.sg-why-row-3 { background: linear-gradient(90deg, #17c1e8, #1457e0); }
.sg-why-row-4 { background: linear-gradient(90deg, #6f42c1, #8a5fe0); }
.sg-why-row-5 { background: linear-gradient(90deg, #0b0f19, #1457e0); }
.sg-why-row-6 { background: linear-gradient(90deg, #6c6e7e, #4c5a7e); margin-bottom: 0; }

.sg-why-card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e6eaf1;
  color: #1457e0;
  font-size: 13.5px;
  font-weight: 700;
}

.sg-why-card-footer-icon {
  display: inline-flex;
  color: #1457e0;
  animation: sgWhyPulse 2.4s ease-in-out infinite;
}

/* ===== ANIMATIONS ===== */
@keyframes sgWhyFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgWhyFadeIn {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes sgWhyPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-why-section { padding: 30px 0; text-align: center; }
  .sg-why-heading { font-size: 28px; }
  .sg-why-list-item { text-align: left; }
  .sg-why-card { margin-top: 40px; }
}

@media (max-width: 575px) {
  .sg-why-heading { font-size: 24px; }
  .sg-why-text { font-size: 14.5px; }
  .sg-why-list-item { font-size: 14px; }
  .sg-why-card { padding: 24px 18px; }
  .sg-why-row { padding: 11px 12px; font-size: 13px; }
  .sg-why-row-num { width: 26px; height: 26px; font-size: 11px; }
}
/* ============ WHY SISGAIN SECTION SCOPED CSS (RADIAL DIAGRAM) ============ */
.sg-choose-section {
  background: linear-gradient(180deg, #ffffff 0%, #f2f6fc 100%);
  padding: 30px 0;
  overflow: hidden;
}

.sg-choose-header {
  max-width: 720px;
  margin: 0 auto 40px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgChooseFadeUp 0.8s ease forwards;
}

.sg-choose-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-choose-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-choose-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== RADIAL DIAGRAM ===== */
.sg-choose-diagram {
  position: relative;
  width: 100%;
  max-width: 780px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  opacity: 0;
  animation: sgChooseFadeIn 1s ease 0.3s forwards;
}

.sg-choose-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Equal 360/7 degree spacing around the circle, radius = 38% */
.sg-choose-node-1 { top: 12%;    left: 50%;    animation-delay: 0s;   }
.sg-choose-node-2 { top: 26.3%;  left: 79.7%;  animation-delay: 0.4s; }
.sg-choose-node-3 { top: 58.45%; left: 87.05%; animation-delay: 0.8s; }
.sg-choose-node-4 { top: 84.2%;  left: 66.5%;  animation-delay: 1.2s; }
.sg-choose-node-5 { top: 84.2%;  left: 33.5%;  animation-delay: 1.6s; }
.sg-choose-node-6 { top: 58.45%; left: 12.95%; animation-delay: 2s;   }
.sg-choose-node-7 { top: 26.3%;  left: 20.3%;  animation-delay: 2.4s; }
.sg-choose-line {
  stroke: #d7deea;
  stroke-width: 2;
  stroke-dasharray: 6 6;
}

.sg-choose-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b0f19 0%, #1457e0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(11, 15, 25, 0.28);
  z-index: 3;
  animation: sgChoosePulseHub 4s ease-in-out infinite;
}

.sg-choose-hub-icon {
  display: inline-flex;
  margin-bottom: 6px;
}

.sg-choose-hub-title {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.sg-choose-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 168px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: sgChooseFloat 5s ease-in-out infinite;
  cursor: pointer;
  outline: none;
}

.sg-choose-node-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-choose-node:hover .sg-choose-node-icon,
.sg-choose-node:focus-within .sg-choose-node-icon {
  transform: scale(1.12) translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.sg-choose-node-label {
  font-size: 13px;
  font-weight: 700;
  color: #0b0f19;
  line-height: 1.4;
}


.sg-choose-node-1 .sg-choose-node-icon { background: linear-gradient(135deg, #2e22b7, #656778); }
.sg-choose-node-2 .sg-choose-node-icon { background: linear-gradient(135deg, #5d6dc5, #3cb9b1) }
.sg-choose-node-3 .sg-choose-node-icon { background: linear-gradient(135deg, #2f6fed, #17c1e8); }
.sg-choose-node-4 .sg-choose-node-icon { background: linear-gradient(135deg, #21b573, #17c1e8); }
.sg-choose-node-5 .sg-choose-node-icon { background: linear-gradient(135deg, #6f42c1, #8a5fe0); }
.sg-choose-node-6 .sg-choose-node-icon { background: linear-gradient(135deg, #1457e0, #0b0f19); }
.sg-choose-node-7 .sg-choose-node-icon { background: linear-gradient(135deg, #17c1e8, #1457e0); }

/* ===== HOVER TOOLTIP DESCRIPTIONS ===== */
.sg-choose-node-desc {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%, 8px);
  width: 220px;
  background: #0b0f19;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding: 14px 16px;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(11, 15, 25, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  z-index: 5;
}

.sg-choose-node-desc::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #0b0f19;
}

.sg-choose-node:hover .sg-choose-node-desc,
.sg-choose-node:focus-within .sg-choose-node-desc {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* Flip tooltip below node for the bottom node so it doesn't overflow the section */
.sg-choose-node-5 .sg-choose-node-desc {
  bottom: auto;
  top: calc(100% + 12px);
  transform: translate(-50%, -8px);
}

.sg-choose-node-5:hover .sg-choose-node-desc,
.sg-choose-node-5:focus-within .sg-choose-node-desc {
  transform: translate(-50%, 0);
}

.sg-choose-node-5 .sg-choose-node-desc::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #0b0f19;
}

.sg-choose-footer-text {
  max-width: 780px;
  margin: 30px auto 0;
  color: #33394a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

/* ===== ANIMATIONS ===== */
@keyframes sgChooseFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgChooseFadeIn {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes sgChooseFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-10px); }
}

@keyframes sgChoosePulseHub {
  0%, 100% { box-shadow: 0 20px 46px rgba(11, 15, 25, 0.28); }
  50% { box-shadow: 0 26px 56px rgba(20, 87, 224, 0.36); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-choose-section { padding: 30px 0; }
  .sg-choose-heading { font-size: 27px; }
  .sg-choose-diagram { max-width: 560px; }
  .sg-choose-node { width: 130px; }
  .sg-choose-node-icon { width: 52px; height: 52px; }
  .sg-choose-node-label { font-size: 11.5px; }
  .sg-choose-hub { width: 130px; height: 130px; }
  .sg-choose-hub-title { font-size: 13px; }
  .sg-choose-node-desc { width: 190px; font-size: 12px; }
}

@media (max-width: 767px) {

  .sg-choose-diagram{
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: unset;
    margin-top: 20px;
  }

  .sg-choose-lines{
    display: none;
  }

  .sg-choose-hub{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
  }

  .sg-choose-node{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    animation: none;

    width: 100%;
    max-width: 360px;
    margin: 0 auto 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    background: #fff;
    border: 1px solid #e8edf6;
    border-radius: 16px;
    padding: 22px 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }

  .sg-choose-node-icon{
    width: 58px;
    height: 58px;
    margin: 0 0 14px;
  }

  .sg-choose-node-label{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .sg-choose-node-desc{
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    color: #5b6472;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    pointer-events: auto;
  }

  .sg-choose-node-desc::after{
    display: none;
  }

  .sg-choose-heading{
    font-size: 24px;
  }

  .sg-choose-text,
  .sg-choose-footer-text{
    font-size: 15px;
  }
}
@media (max-width: 767px) {

  .sg-choose-node,
  .sg-choose-node-icon,
  .sg-choose-hub{
    animation: none !important;
  }

  .sg-choose-node:hover,
  .sg-choose-node:focus,
  .sg-choose-node:active{
    transform: none !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }

  .sg-choose-node:hover .sg-choose-node-icon,
  .sg-choose-node:focus .sg-choose-node-icon,
  .sg-choose-node:active .sg-choose-node-icon{
    transform: none !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.16);
  }

  .sg-choose-node-desc{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  .sg-choose-node-desc::after{
    display: none;
  }

  .sg-choose-node,
  .sg-choose-node-icon{
    transition: none !important;
  }
}

@media (max-width: 575px) {
  .sg-choose-heading { font-size: 23px; }
  .sg-choose-text { font-size: 14.5px; }
  .sg-choose-footer-text { font-size: 14.5px; }
}
/* ============ SERVICES TABS SECTION SCOPED CSS ============ */
.sg-services-section {
  background: #ffffff;
  padding: 30px 0;
}

.sg-services-header {
  max-width: 760px;
  margin: 0 auto 50px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgServFadeUp 0.8s ease forwards;
}

.sg-services-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-services-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-services-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-services-body {
  align-items: stretch;
}

/* ===== LEFT VERTICAL TABS ===== */
.sg-services-tabcol {
  margin-bottom: 30px;
}

.sg-services-tabs {
  position: relative;
  background: #f7f9fc;
  border: 1px solid #e6eaf1;
  border-radius: 16px;
  padding: 10px;
  max-height: 620px;
  overflow-y: auto;
}

.sg-services-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 4px;
  height: 56px;
  background: #1457e0;
  border-radius: 4px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.sg-services-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 14px 14px 14px 20px;
  border-radius: 10px;
  color: #33394a;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  margin-bottom: 2px;
}

.sg-services-tab:hover {
  background: #eaf1ff;
  color: #1457e0;
  transform: translateX(4px);
}

.sg-services-tab.sg-active {
  background: #ffffff;
  color: #1457e0;
  box-shadow: 0 8px 20px rgba(11, 15, 25, 0.08);
}

.sg-services-tab-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #1457e0;
  transition: background 0.25s ease, color 0.25s ease, transform 0.3s ease;
}

.sg-services-tab.sg-active .sg-services-tab-icon {
  background: #1457e0;
  color: #ffffff;
  transform: scale(1.08);
}

.sg-services-tab-label {
  flex: 1 1 auto;
}

/* ===== RIGHT CONTENT PANEL ===== */
.sg-services-panelcol {
  margin-bottom: 30px;
}

.sg-services-panel {
  position: relative;
  background: #f7f9fc;
  border: 1px solid #e6eaf1;
  border-radius: 16px;
  padding: 26px;
  min-height: 560px;
}

.sg-services-content {
  display: none;
  opacity: 0;
}

.sg-services-content.sg-active {
  display: block;
  animation: sgServContentFade 0.5s ease forwards;
}

.sg-services-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(11, 15, 25, 0.12);
}

.sg-services-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.sg-services-img-wrap:hover .sg-services-img {
  transform: scale(1.05);
}

.sg-services-img-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0b0f19;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #0b0f19 0%, #1457e0 100%);
}

.sg-services-content-title {
  color: #0b0f19;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

.sg-services-content-text {
  color: #5b6472;
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== ANIMATIONS ===== */
@keyframes sgServFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgServContentFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-services-section { padding: 30px 0; }
  .sg-services-heading { font-size: 27px; }
  .sg-services-tabs { max-height: none; }
  .sg-services-panel { min-height: auto; }
  .sg-services-img { height: 240px; }
}

@media (max-width: 767px) {
  .sg-services-indicator { display: none; }

  .sg-services-tabs {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .sg-services-tab {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
    padding: 10px 16px;
    margin-bottom: 0;
  }

  .sg-services-tab:hover {
    transform: none;
  }

  .sg-services-tab-icon {
    width: 28px;
    height: 28px;
  }

  .sg-services-tab-label {
    font-size: 12.5px;
  }
  .sg-services-tabs::-webkit-scrollbar {
  width: auto;
  height: 6px;
}

.sg-services-tabs::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #2f6fed, #1457e0);
  background-size: 200% 100%;
}
}

@media (max-width: 575px) {
  .sg-services-heading { font-size: 23px; }
  .sg-services-text { font-size: 14.5px; }
  .sg-services-panel { padding: 18px; }
  .sg-services-content-title { font-size: 19px; }
  .sg-services-img { height: 200px; }
}
/* ===== CUSTOM ANIMATED SCROLLBAR FOR TABS ===== */
.sg-services-tabs {
  scrollbar-width: thin;
  scrollbar-color: #1457e0 #eaf1ff;
}

.sg-services-tabs::-webkit-scrollbar {
  width: 6px;
}

.sg-services-tabs::-webkit-scrollbar-track {
  background: #eaf1ff;
  border-radius: 10px;
  margin: 6px 0;
}

.sg-services-tabs::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2f6fed, #1457e0);
  border-radius: 10px;
  background-size: 100% 200%;
  animation: sgServScrollbarGlow 3s ease-in-out infinite;
  transition: background 0.3s ease;
}

.sg-services-tabs::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1457e0, #0f45b8);
}

@keyframes sgServScrollbarGlow {
  0%, 100% { background-position: 0 0%; }
  50% { background-position: 0 100%; }
}
/* ============ INDUSTRIES GRID SECTION SCOPED CSS ============ */
.sg-ind-section {
  background: #f7f9fc;
  padding: 30px 0;
}

.sg-ind-header {
  max-width: 800px;
  margin: 0 auto 46px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgIndFadeUp 0.8s ease forwards;
}

.sg-ind-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-ind-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-ind-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-ind-grid {
  margin: 0 -8px;
}

.sg-ind-col {
  padding: 0 8px;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
}

.sg-ind-col.sg-ind-in-view {
  animation: sgIndCardFadeUp 0.6s ease forwards;
}

.sg-ind-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  padding: 22px 10px;
  height: 100%;
  min-height: 130px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.sg-ind-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
  text-decoration: none;
}

.sg-ind-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #1457e0;
  margin-bottom: 12px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sg-ind-card:hover .sg-ind-icon {
  background: #1457e0;
  color: #ffffff;
  transform: scale(1.1) rotate(-4deg);
}

.sg-ind-name {
  color: #33394a;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.sg-ind-card:hover .sg-ind-name {
  color: #1457e0;
}

/* ===== ANIMATIONS ===== */
@keyframes sgIndFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgIndCardFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-ind-section { padding: 30px 0; }
  .sg-ind-heading { font-size: 27px; }
  .sg-ind-card { min-height: 120px; padding: 18px 8px; }
}

@media (max-width: 575px) {
  .sg-ind-heading { font-size: 23px; }
  .sg-ind-text { font-size: 14.5px; }
  .sg-ind-card { min-height: 110px; padding: 16px 6px; }
  .sg-ind-icon { width: 42px; height: 42px; margin-bottom: 8px; }
  .sg-ind-icon svg { width: 18px; height: 18px; }
  .sg-ind-name { font-size: 11.5px; }
}
/* ============ BUSINESS CHALLENGES SECTION SCOPED CSS ============ */
.sg-challenge-section {
  background: #ffffff;
  padding: 30px 0;
}

.sg-challenge-header {
  max-width: 780px;
  margin: 0 auto 50px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgChallengeFadeUp 0.8s ease forwards;
}

.sg-challenge-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-challenge-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-challenge-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-challenge-col {
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(24px);
}

.sg-challenge-col.sg-challenge-in-view {
  animation: sgChallengeCardFadeUp 0.7s ease forwards;
}

.sg-challenge-card {
  background: #f7f9fc;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.sg-challenge-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-challenge-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1b5ef7;
  color: #ffffff;
  margin-bottom: 18px;
  transition: background 0.35s ease, transform 0.35s ease;
}

.sg-challenge-card:hover .sg-challenge-check {
  background: #1457e0;
  transform: scale(1.1) rotate(-6deg);
}

.sg-challenge-card-title {
  color: #0b0f19;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sg-challenge-card-text {
  color: #5b6472;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ===== ANIMATIONS ===== */
@keyframes sgChallengeFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgChallengeCardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-challenge-section { padding: 30px 0; }
  .sg-challenge-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-challenge-heading { font-size: 23px; }
  .sg-challenge-text { font-size: 14.5px; }
  .sg-challenge-card { padding: 22px 18px; }
  .sg-challenge-card-title { font-size: 15.5px; }
  .sg-challenge-card-text { font-size: 13.5px; }
}
/* ============ SOLUTIONS TIMELINE SECTION SCOPED CSS ============ */
.sg-sol-section {
  background: #ffffff;
  padding: 30px 0;
  overflow: hidden;
}

.sg-sol-header {
  max-width: 780px;
  margin: 0 auto 60px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgSolFadeUp 0.8s ease forwards;
}

.sg-sol-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-sol-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-sol-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== TIMELINE ===== */
.sg-sol-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.sg-sol-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #eaf1ff 0%, #1457e0 50%, #eaf1ff 100%);
  transform: translateX(-50%);
}

.sg-sol-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 46px;
  opacity: 0;
  transform: translateY(30px);
}

.sg-sol-item.sg-sol-in-view {
  animation: sgSolItemFadeUp 0.7s ease forwards;
}

.sg-sol-left {
  justify-content: flex-start;
}

.sg-sol-right {
  justify-content: flex-end;
}

.sg-sol-card {
  position: relative;
  width: 46%;
  background: #f7f9fc;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  padding: 26px 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.sg-sol-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-sol-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #1b5ef7;
  color: #ffffff;
  margin-bottom: 16px;
  transition: background 0.35s ease, transform 0.35s ease;
}

.sg-sol-card:hover .sg-sol-icon {
  background: #1457e0;
  transform: scale(1.08) rotate(-4deg);
}

.sg-sol-title {
  color: #0b0f19;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sg-sol-desc {
  color: #5b6472;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.sg-sol-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1457e0;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px #eaf1ff;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.3s ease;
}

.sg-sol-item:hover .sg-sol-dot {
  transform: translate(-50%, -50%) scale(1.3);
}

/* ===== ANIMATIONS ===== */
@keyframes sgSolFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgSolItemFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-sol-section { padding: 30px 0; }
  .sg-sol-heading { font-size: 27px; }
}

@media (max-width: 767px) {
  .sg-sol-line {
    left: 22px;
  }

  .sg-sol-item,
  .sg-sol-left,
  .sg-sol-right {
    justify-content: flex-start;
  }

  .sg-sol-card {
    width: calc(100% - 56px);
    margin-left: 56px;
  }

  .sg-sol-dot {
    left: 22px;
    top: 30px;
    transform: translate(-50%, -50%);
  }

  .sg-sol-item:hover .sg-sol-dot {
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@media (max-width: 575px) {
  .sg-sol-heading { font-size: 23px; }
  .sg-sol-text { font-size: 14.5px; }
  .sg-sol-card { padding: 20px 18px; }
  .sg-sol-title { font-size: 15.5px; }
  .sg-sol-desc { font-size: 13.5px; }
}
/* ============ FEATURES SECTION SCOPED CSS ============ */
.sg-feat-section {
  background: #f7f9fc;
  padding: 30px 0;
}

.sg-feat-header {
  max-width: 780px;
  margin: 0 auto 44px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgFeatFadeUp 0.8s ease forwards;
}

.sg-feat-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-feat-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-feat-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-feat-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.sg-feat-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e6eaf1;
  color: #33394a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 6px 16px rgba(11, 15, 25, 0.05);
  opacity: 0;
  transform: translateY(16px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.sg-feat-chip.sg-feat-in-view {
  animation: sgFeatChipFadeIn 0.5s ease forwards;
}

.sg-feat-chip:hover {
  transform: translateY(-5px);
  background: #1457e0;
  border-color: #1457e0;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(20, 87, 224, 0.24);
}

.sg-feat-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #1457e0;
  flex: 0 0 auto;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sg-feat-chip:hover .sg-feat-chip-icon {
  background: #ffffff;
  color: #1457e0;
  transform: rotate(-8deg) scale(1.06);
}

/* ===== ANIMATIONS ===== */
@keyframes sgFeatFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgFeatChipFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-feat-section { padding: 30px 0; }
  .sg-feat-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-feat-heading { font-size: 23px; }
  .sg-feat-text { font-size: 14.5px; }
  .sg-feat-chip { font-size: 12.5px; padding: 10px 14px; gap: 8px; }
  .sg-feat-chip-icon { width: 24px; height: 24px; }
  .sg-feat-chip-icon svg { width: 14px; height: 14px; }
}
/* ============ AI-POWERED WEB APPLICATIONS SECTION SCOPED CSS ============ */
.sg-ai-section {
  background: #0b0f19;
  padding: 30px 0;
  overflow: hidden;
}

.sg-ai-header {
  max-width: 780px;
  margin: 0 auto 46px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgAiFadeUp 0.8s ease forwards;
}

.sg-ai-label {
  display: inline-block;
  background: rgba(20, 87, 224, 0.18);
  color: #6fa0ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-ai-heading {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-ai-text {
  color: #a7b0c0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-ai-col {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(24px);
}

.sg-ai-col.sg-ai-in-view {
  animation: sgAiCardFadeUp 0.7s ease forwards;
}

.sg-ai-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #131826;
  border: 1px solid #212838;
  border-radius: 14px;
  padding: 22px 22px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.sg-ai-glow {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(20, 87, 224, 0.35) 0%, rgba(20, 87, 224, 0) 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.sg-ai-card:hover {
  transform: translateY(-6px);
  border-color: #1457e0;
  background: #161c2e;
}

.sg-ai-card:hover .sg-ai-glow {
  opacity: 1;
}

.sg-ai-icon {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1457e0, #17c1e8);
  color: #ffffff;
  z-index: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sg-ai-card:hover .sg-ai-icon {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 10px 24px rgba(20, 87, 224, 0.4);
}

.sg-ai-title {
  position: relative;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  z-index: 1;
}

.sg-ai-footer-text {
  max-width: 780px;
  margin: 20px auto 0;
  color: #a7b0c0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* ===== ANIMATIONS ===== */
@keyframes sgAiFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgAiCardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-ai-section { padding: 30px 0; }
  .sg-ai-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-ai-heading { font-size: 23px; }
  .sg-ai-text { font-size: 14.5px; }
  .sg-ai-card { padding: 18px; gap: 12px; }
  .sg-ai-icon { width: 44px; height: 44px; }
  .sg-ai-title { font-size: 14px; }
  .sg-ai-footer-text { font-size: 14.5px; }
}
/* ============ TECHNOLOGY STACK SECTION SCOPED CSS ============ */
.sg-tech-section {
  background: #ffffff;
  padding: 30px 0;
}

.sg-tech-header {
  max-width: 780px;
  margin: 0 auto 46px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgTechFadeUp 0.8s ease forwards;
}

.sg-tech-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-tech-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-tech-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-tech-col {
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(24px);
}

.sg-tech-col.sg-tech-in-view {
  animation: sgTechCardFadeUp 0.7s ease forwards;
}

.sg-tech-panel {
  background: #f7f9fc;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  padding: 26px 24px;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.sg-tech-panel:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-tech-panel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.sg-tech-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #1b5ef7;
  color: #ffffff;
  flex: 0 0 auto;
  transition: background 0.35s ease, transform 0.35s ease;
}

.sg-tech-panel:hover .sg-tech-panel-icon {
  background: #1457e0;
  transform: scale(1.08) rotate(-4deg);
}

.sg-tech-panel-title {
  color: #0b0f19;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

/* ===== LOGO GRID ===== */
.sg-tech-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sg-tech-logo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e6eaf1;
  border-radius: 10px;
  padding: 10px 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.sg-tech-logo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-tech-logo-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}

.sg-tech-logo-item:hover .sg-tech-logo-img {
  transform: scale(1.12);
}

.sg-tech-logo-name {
  color: #33394a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* ===== ANIMATIONS ===== */
@keyframes sgTechFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgTechCardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-tech-section { padding: 30px 0; }
  .sg-tech-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-tech-heading { font-size: 23px; }
  .sg-tech-text { font-size: 14.5px; }
  .sg-tech-panel { padding: 22px 18px; }
  .sg-tech-panel-title { font-size: 15.5px; }
  .sg-tech-logo-item { padding: 8px 12px; }
  .sg-tech-logo-img { width: 22px; height: 22px; }
  .sg-tech-logo-name { font-size: 12px; }
}
/* ============ DEVELOPMENT APPROACH SECTION SCOPED CSS ============ */
.sg-approach-section {
  background: #f7f9fc;
  padding: 30px 0;
}

.sg-approach-header {
  max-width: 780px;
  margin: 0 auto 46px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgApproachFadeUp 0.8s ease forwards;
}

.sg-approach-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-approach-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-approach-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-approach-col {
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(24px);
}

.sg-approach-col.sg-approach-in-view {
  animation: sgApproachCardFadeUp 0.7s ease forwards;
}

.sg-approach-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  padding: 30px 22px 26px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sg-approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-approach-num {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 40px;
  font-weight: 800;
  color: #eaf1ff;
  line-height: 1;
  transition: color 0.35s ease;
}

.sg-approach-card:hover .sg-approach-num {
  color: #dbe7fc;
}

.sg-approach-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #1b5ef7;
  color: #ffffff;
  margin-bottom: 18px;
  z-index: 1;
  transition: background 0.35s ease, transform 0.35s ease;
}

.sg-approach-card:hover .sg-approach-icon {
  background: #1457e0;
  transform: scale(1.08) rotate(-4deg);
}

.sg-approach-title {
  position: relative;
  color: #0b0f19;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 1;
}

.sg-approach-desc {
  position: relative;
  color: #5b6472;
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 0;
  z-index: 1;
}

/* ===== ANIMATIONS ===== */
@keyframes sgApproachFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgApproachCardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-approach-section { padding: 30px 0; }
  .sg-approach-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-approach-heading { font-size: 23px; }
  .sg-approach-text { font-size: 14.5px; }
  .sg-approach-card { padding: 26px 18px 22px; }
  .sg-approach-num { font-size: 32px; }
  .sg-approach-title { font-size: 15.5px; }
  .sg-approach-desc { font-size: 12.5px; }
}
/* ============ INTEGRATIONS SECTION SCOPED CSS ============ */
.sg-integ-section {
  background: #ffffff;
  padding: 30px 0;
}

.sg-integ-header {
  max-width: 800px;
  margin: 0 auto 46px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgIntegFadeUp 0.8s ease forwards;
}

.sg-integ-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-integ-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-integ-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-integ-col {
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(24px);
}

.sg-integ-col.sg-integ-in-view {
  animation: sgIntegCardFadeUp 0.7s ease forwards;
}

.sg-integ-block {
  background: #f7f9fc;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.sg-integ-block:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-integ-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #1b5ef7;
  color: #ffffff;
  margin-bottom: 18px;
  transition: background 0.35s ease, transform 0.35s ease;
}

.sg-integ-block:hover .sg-integ-block-icon {
  background: #1457e0;
  transform: scale(1.08) rotate(-4deg);
}

.sg-integ-block-title {
  color: #0b0f19;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* ===== LOGO GRID ===== */
.sg-integ-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sg-integ-logo-item {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  border: 1px solid #e6eaf1;
  border-radius: 10px;
  padding: 9px 13px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.sg-integ-logo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(11, 15, 25, 0.1);
  border-color: #1457e0;
}

.sg-integ-logo-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.sg-integ-logo-item:hover .sg-integ-logo-img {
  transform: scale(1.12);
}

.sg-integ-logo-name {
  color: #33394a;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}

.sg-integ-footer-text {
  max-width: 780px;
  margin: 20px auto 0;
  color: #33394a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

/* ===== ANIMATIONS ===== */
@keyframes sgIntegFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgIntegCardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-integ-section { padding: 30px 0; }
  .sg-integ-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-integ-heading { font-size: 23px; }
  .sg-integ-text { font-size: 14.5px; }
  .sg-integ-block { padding: 24px 20px; }
  .sg-integ-block-title { font-size: 16.5px; }
  .sg-integ-logo-item { padding: 7px 10px; }
  .sg-integ-logo-img { width: 20px; height: 20px; }
  .sg-integ-logo-name { font-size: 11.5px; }
  .sg-integ-footer-text { font-size: 14.5px; }
}
/* ============ SECURITY & COMPLIANCE SECTION SCOPED CSS ============ */
.sg-sec-section {
  background: #0b0f19;
  padding: 30px 0;
}

.sg-sec-header {
  max-width: 720px;
  margin: 0 auto 40px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgSecFadeUp 0.8s ease forwards;
}

.sg-sec-label {
  display: inline-block;
  background: rgba(20, 87, 224, 0.18);
  color: #6fa0ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-sec-heading {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-sec-text {
  color: #a7b0c0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.sg-sec-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.sg-sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #131826;
  border: 1px solid #212838;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(16px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.sg-sec-badge.sg-sec-in-view {
  animation: sgSecBadgeFadeIn 0.5s ease forwards;
}

.sg-sec-badge:hover {
  transform: translateY(-5px);
  border-color: #1457e0;
  background: #161c2e;
  box-shadow: 0 14px 30px rgba(20, 87, 224, 0.28);
}

.sg-sec-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1457e0, #17c1e8);
  color: #ffffff;
  flex: 0 0 auto;
}

.sg-sec-footer-text {
  max-width: 780px;
  margin: 30px auto 0;
  color: #a7b0c0;
  font-size: 16px;
  line-height: 1.8;
}

/* ===== ANIMATIONS ===== */
@keyframes sgSecFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgSecBadgeFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-sec-section { padding: 30px 0; }
  .sg-sec-heading { font-size: 27px; }
}

@media (max-width: 575px) {
  .sg-sec-heading { font-size: 23px; }
  .sg-sec-text { font-size: 14.5px; }
  .sg-sec-badge { font-size: 12px; padding: 10px 14px; }
  .sg-sec-footer-text { font-size: 14.5px; }
}
/* ============ WHY DUBAI CHOOSES SISGAIN SECTION SCOPED CSS ============ */
.sg-why2-section {
  background: #ffffff;
  padding: 30px 0;
}

.sg-why2-content {
  opacity: 0;
  transform: translateY(24px);
  animation: sgWhy2FadeUp 0.8s ease forwards;
}

.sg-why2-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-why2-heading {
  color: #0b0f19;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sg-why2-text {
  color: #5b6472;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 26px;
}

.sg-why2-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sg-why2-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1457e0;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(20, 87, 224, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.sg-why2-btn-primary:hover {
  background: #0f45b8;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(20, 87, 224, 0.36);
}

.sg-why2-btn-primary svg {
  transition: transform 0.25s ease;
}

.sg-why2-btn-primary:hover svg {
  transform: translateX(4px);
}

.sg-why2-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #0b0f19;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 8px;
  border: 1.5px solid #d7deea;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.sg-why2-btn-outline:hover {
  border-color: #1457e0;
  color: #1457e0;
  text-decoration: none;
  transform: translateY(-3px);
}

.sg-why2-listcol {
  margin-top: 30px;
}

.sg-why2-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #33394a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 16px 0;
  border-bottom: 1px solid #e6eaf1;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.25s ease, color 0.25s ease;
}

.sg-why2-item.sg-why2-in-view {
  animation: sgWhy2ItemFadeUp 0.6s ease forwards;
}

.sg-why2-item:hover {
  transform: translateX(6px);
  color: #0b0f19;
}

.sg-why2-check {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf1ff;
  color: #1457e0;
  border-radius: 50%;
  margin-top: 2px;
  transition: background 0.3s ease, color 0.3s ease;
}

.sg-why2-item:hover .sg-why2-check {
  background: #1457e0;
  color: #ffffff;
}

/* ===== ANIMATIONS ===== */
@keyframes sgWhy2FadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgWhy2ItemFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-why2-section { padding: 30px 0; text-align: center; }
  .sg-why2-heading { font-size: 27px; }
  .sg-why2-cta-group { justify-content: center; }
  .sg-why2-item { text-align: left; }
}

@media (max-width: 575px) {
  .sg-why2-heading { font-size: 23px; }
  .sg-why2-text { font-size: 14.5px; }
  .sg-why2-item { font-size: 13.5px; }
}
/* ============ CTA BANNER SECTION SCOPED CSS ============ */
.sg-cta-section {
  background: #f7f9fc;
  padding: 70px 0;
}

.sg-cta-box {
  position: relative;
  background: linear-gradient(135deg, #0b0f19 0%, #1457e0 100%);
  border-radius: 24px;
  padding: 70px 40px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: sgCtaFadeUp 0.8s ease forwards;
}

.sg-cta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sg-cta-glow-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(23, 193, 232, 0.3) 0%, rgba(23, 193, 232, 0) 70%);
  top: -100px;
  left: -80px;
  animation: sgCtaGlowPulse 5s ease-in-out infinite;
}

.sg-cta-glow-2 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
  bottom: -100px;
  right: -60px;
  animation: sgCtaGlowPulse 6s ease-in-out infinite 1s;
}

.sg-cta-content {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 1;
}

.sg-cta-heading {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
}

.sg-cta-text {
  color: #d7e0f5;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.sg-cta-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.sg-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #1457e0;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.sg-cta-btn-primary:hover {
  color: #1457e0;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.sg-cta-btn-primary svg {
  transition: transform 0.25s ease;
}

.sg-cta-btn-primary:hover svg {
  transform: translateX(4px);
}

.sg-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.sg-cta-btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
}

/* ===== ANIMATIONS ===== */
@keyframes sgCtaFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgCtaGlowPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-cta-box { padding: 50px 26px; }
  .sg-cta-heading { font-size: 26px; }
}

@media (max-width: 575px) {
  .sg-cta-box { padding: 40px 20px; border-radius: 18px; }
  .sg-cta-heading { font-size: 21px; }
  .sg-cta-text { font-size: 14px; }
  .sg-cta-btn-primary, .sg-cta-btn-outline { font-size: 13.5px; padding: 12px 20px; }
}
/* ============ FAQ SECTION SCOPED CSS ============ */
.sg-faq-section {
  background: #f7f9fc;
  padding: 30px 0;
}

.sg-faq-header {
  max-width: 780px;
  margin: 0 auto 46px;
  opacity: 0;
  transform: translateY(24px);
  animation: sgFaqFadeUp 0.8s ease forwards;
}

.sg-faq-label {
  display: inline-block;
  background: #eaf1ff;
  color: #1457e0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sg-faq-heading {
  color: #0b0f19;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0;
}

.sg-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.sg-faq-item {
  background: #ffffff;
  border: 1px solid #e6eaf1;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sg-faq-item.sg-faq-in-view {
  animation: sgFaqItemFadeUp 0.6s ease forwards;
}

.sg-faq-item:hover {
  border-color: #1457e0;
  box-shadow: 0 10px 24px rgba(11, 15, 25, 0.06);
}

.sg-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 20px 22px;
  cursor: pointer;
}

.sg-faq-question-text {
  color: #0b0f19;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.sg-faq-toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #1457e0;
  transition: background 0.3s ease, color 0.3s ease, transform 0.35s ease;
}

.sg-faq-item.sg-faq-open .sg-faq-toggle {
  background: #1457e0;
  color: #ffffff;
  transform: rotate(180deg);
}

.sg-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 22px;
}

.sg-faq-item.sg-faq-open .sg-faq-answer {
  max-height: 400px;
  padding: 0 22px 22px;
}

.sg-faq-answer p {
  color: #5b6472;
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== ANIMATIONS ===== */
@keyframes sgFaqFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sgFaqItemFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sg-faq-section { padding: 30px 0; }
  .sg-faq-heading { font-size: 25px; }
}

@media (max-width: 575px) {
  .sg-faq-heading { font-size: 21px; }
  .sg-faq-question { padding: 16px 18px; }
  .sg-faq-question-text { font-size: 14px; }
  .sg-faq-answer p { font-size: 13.5px; }
  .sg-faq-item.sg-faq-open .sg-faq-answer { padding: 0 18px 18px; }
}
@media (max-width: 991.98px) {
    .sg-hero-visual-col {
        display: none;
    }
}