.elementor-30 .elementor-element.elementor-element-b2e26dd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-b990bbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-fd00163{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-2a0c7eb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-b8bf2c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-e00281c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-1c6fa5a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-b2e26dd *//* =====================================================
   SECTION 1: ABOUT HERO - CSS
===================================================== */

.svtl-about-hero {
  width: 100%;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #061f48 0%, #082c61 52%, #04142f 100%);
  padding: 120px 20px 95px;
  display: flex;
  align-items: center;
}

.svtl-about-hero * {
  box-sizing: border-box;
}

.svtl-about-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.svtl-about-hero-bg::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.28) 0%, rgba(30, 166, 255, 0.08) 38%, rgba(30, 166, 255, 0) 70%);
  top: -180px;
  right: -120px;
}

.svtl-about-hero-bg::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 72%);
  bottom: -180px;
  left: -130px;
}

.svtl-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.22;
  z-index: 1;
}

.svtl-about-hero::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  right: -260px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.svtl-about-hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.svtl-about-hero-content {
  max-width: 720px;
}

.svtl-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #80caff;
  background: rgba(128, 202, 255, 0.12);
  border: 1px solid rgba(128, 202, 255, 0.22);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.svtl-about-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1ea6ff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(30, 166, 255, 0.14);
}

.svtl-about-hero h1 {
  color: #ffffff;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.4px;
  margin: 0 0 24px;
  max-width: 760px;
}

.svtl-about-hero-content p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
  margin: 0;
  max-width: 680px;
}

.svtl-about-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.svtl-about-btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s ease;
}

.svtl-about-btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1ea6ff 0%, #0875c9 100%);
  box-shadow: 0 16px 34px rgba(30, 166, 255, 0.24);
}

.svtl-about-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(30, 166, 255, 0.34);
  color: #ffffff !important;
}

.svtl-about-btn-outline {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.svtl-about-btn-outline:hover {
  background: #ffffff;
  color: #082c61 !important;
  transform: translateY(-3px);
}

.svtl-about-hero-card {
  position: relative;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 34px;
  backdrop-filter: blur(14px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.svtl-about-hero-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.26) 0%, rgba(30, 166, 255, 0) 70%);
  top: -80px;
  right: -70px;
  pointer-events: none;
}

.svtl-about-hero-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.09);
  pointer-events: none;
}

.svtl-about-card-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.svtl-about-card-top span {
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.svtl-about-card-top strong {
  color: #ffffff;
  font-size: 62px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -2px;
}

.svtl-about-hero-card h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}

.svtl-about-hero-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  position: relative;
  z-index: 2;
}

.svtl-about-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.svtl-about-stats div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.svtl-about-stats strong {
  color: #80caff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.svtl-about-stats span {
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  text-align: right;
}

.svtl-about-hero-content,
.svtl-about-hero-card {
  animation: svtlAboutHeroFadeUp 0.75s ease both;
}

.svtl-about-hero-card {
  animation-delay: 0.12s;
}

@keyframes svtlAboutHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet Responsive */

@media (max-width: 1024px) {
  .svtl-about-hero {
    min-height: auto;
    padding: 105px 22px 80px;
  }

  .svtl-about-hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .svtl-about-hero-content {
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
  }

  .svtl-about-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-about-hero h1 {
    font-size: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-about-hero-content p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-about-hero-actions {
    justify-content: center;
  }

  .svtl-about-hero-card {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile Responsive */

@media (max-width: 767px) {
  .svtl-about-hero {
    padding: 82px 16px 58px;
  }

  .svtl-about-hero::before {
    background-size: 38px 38px;
  }

  .svtl-about-hero-inner {
    gap: 34px;
  }

  .svtl-about-eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 8px 12px;
    margin-bottom: 18px;
  }

  .svtl-about-hero h1 {
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.6px;
    margin-bottom: 18px;
  }

  .svtl-about-hero-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .svtl-about-hero-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .svtl-about-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    font-size: 13px;
  }

  .svtl-about-hero-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .svtl-about-card-top {
    margin-bottom: 22px;
  }

  .svtl-about-card-top strong {
    font-size: 48px;
  }

  .svtl-about-hero-card h3 {
    font-size: 23px;
  }

  .svtl-about-hero-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .svtl-about-stats {
    margin-top: 22px;
  }

  .svtl-about-stats div {
    padding: 14px 15px;
    border-radius: 15px;
  }

  .svtl-about-stats strong {
    font-size: 18px;
  }

  .svtl-about-stats span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b990bbe *//* =====================================================
   SECTION 2: COMPANY STORY - CSS
===================================================== */

.svtl-company-story {
  width: 100%;
  background: #ffffff;
  padding: 95px 20px;
  position: relative;
  overflow: hidden;
}

.svtl-company-story * {
  box-sizing: border-box;
}

.svtl-company-story::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.08) 0%, rgba(30, 166, 255, 0) 70%);
  right: -180px;
  top: -170px;
  pointer-events: none;
}

.svtl-company-story::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 44, 97, 0.06) 0%, rgba(8, 44, 97, 0) 70%);
  left: -160px;
  bottom: -150px;
  pointer-events: none;
}

.svtl-story-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: center;
}

/* Left Image Area */

.svtl-story-media {
  position: relative;
}

.svtl-story-image-wrap {
  position: relative;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #f4f7fb;
  border: 1px solid rgba(8, 44, 97, 0.10);
  box-shadow: 0 28px 65px rgba(8, 44, 97, 0.13);
}

.svtl-story-image-wrap::before {
  content: "";
  display: block;
  padding-top: 112%;
}

.svtl-story-image-wrap img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.svtl-story-media:hover .svtl-story-image-wrap img {
  transform: scale(1.04);
}

.svtl-story-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 44, 97, 0) 45%, rgba(8, 44, 97, 0.22) 100%);
  pointer-events: none;
}

.svtl-story-badge {
  position: absolute;
  left: -28px;
  bottom: 34px;
  max-width: 250px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(30, 166, 255, 0.20);
  box-shadow: 0 20px 45px rgba(8, 44, 97, 0.16);
  display: flex;
  align-items: center;
  gap: 16px;
}

.svtl-story-badge strong {
  color: #0a6ec6;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.svtl-story-badge span {
  color: #30415e;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

/* Right Content Area */

.svtl-story-content {
  max-width: 660px;
}

.svtl-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0a84d8;
  background: rgba(30, 166, 255, 0.09);
  border: 1px solid rgba(30, 166, 255, 0.16);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svtl-story-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1ea6ff;
  box-shadow: 0 0 0 6px rgba(30, 166, 255, 0.12);
}

.svtl-story-content h2 {
  color: #102b57;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin: 0 0 22px;
}

.svtl-story-content > p {
  color: #5e6777;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  margin: 0 0 16px;
}

.svtl-story-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 34px;
}

.svtl-story-point {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 22px;
  border-radius: 20px;
  background: #f7faff;
  border: 1px solid rgba(8, 44, 97, 0.08);
  transition: all 0.3s ease;
}

.svtl-story-point:hover {
  background: #ffffff;
  transform: translateX(8px);
  box-shadow: 0 18px 45px rgba(8, 44, 97, 0.10);
  border-color: rgba(30, 166, 255, 0.22);
}

.svtl-story-point span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1ea6ff 0%, #0875c9 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(30, 166, 255, 0.22);
}

.svtl-story-point h3 {
  color: #102b57;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 7px;
}

.svtl-story-point p {
  color: #667080;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* Entrance animation */

.svtl-story-media,
.svtl-story-content {
  animation: svtlStoryFadeUp 0.75s ease both;
}

.svtl-story-content {
  animation-delay: 0.12s;
}

@keyframes svtlStoryFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet Responsive */

@media (max-width: 1024px) {
  .svtl-company-story {
    padding: 80px 22px;
  }

  .svtl-story-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .svtl-story-media {
    max-width: 620px;
    margin: 0 auto;
  }

  .svtl-story-image-wrap::before {
    padding-top: 76%;
  }

  .svtl-story-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

  .svtl-story-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-story-content h2 {
    font-size: 36px;
  }

  .svtl-story-point {
    text-align: left;
  }
}

/* Mobile Responsive */

@media (max-width: 767px) {
  .svtl-company-story {
    padding: 62px 16px;
  }

  .svtl-story-inner {
    gap: 38px;
  }

  .svtl-story-image-wrap {
    border-radius: 22px;
  }

  .svtl-story-image-wrap::before {
    padding-top: 82%;
  }

  .svtl-story-badge {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    margin: -34px 16px 0;
    padding: 17px 18px;
    border-radius: 18px;
    z-index: 3;
  }

  .svtl-story-badge strong {
    font-size: 36px;
  }

  .svtl-story-badge span {
    font-size: 12px;
  }

  .svtl-story-content {
    text-align: left;
  }

  .svtl-story-kicker {
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
    letter-spacing: 1.3px;
    padding: 8px 12px;
  }

  .svtl-story-content h2 {
    font-size: 29px;
    line-height: 1.22;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
  }

  .svtl-story-content > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .svtl-story-points {
    margin-top: 26px;
    gap: 14px;
  }

  .svtl-story-point {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 17px 16px;
    border-radius: 18px;
  }

  .svtl-story-point:hover {
    transform: none;
  }

  .svtl-story-point span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 13px;
  }

  .svtl-story-point h3 {
    font-size: 16px;
  }

  .svtl-story-point p {
    font-size: 13px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fd00163 *//* =====================================================
   SIDDHIVINAYAK TRADELINK ABOUT PAGE SECTIONS
   Sections: Core Values, Our Direction, Our Journey
   Prefix: svtla-
   Icons: Inline SVG, no Font Awesome dependency
===================================================== */

.svtla-core-values,
.svtla-direction,
.svtla-journey {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.svtla-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =====================================================
   COMMON SECTION HEADING
===================================================== */

.svtla-section-head {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.svtla-section-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00a3e0;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.svtla-section-head h2 {
  color: #004aad;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.9px;
  margin: 0;
}

.svtla-section-head h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #004aad, #00a3e0);
}

.svtla-section-head p {
  color: #5b7aa7;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin: 20px 0 0;
}

/* =====================================================
   1. CORE VALUES
===================================================== */

.svtla-core-values {
  padding: 90px 20px 95px;
  background:
    radial-gradient(circle at 10% 8%, rgba(0, 163, 224, 0.13), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(0, 74, 173, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f3f9fd 100%);
}

.svtla-core-values::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  left: 50%;
  top: 180px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 74, 173, 0.045), transparent 70%);
  pointer-events: none;
}

.svtla-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.svtla-value-card {
  position: relative;
  min-height: 255px;
  padding: 34px 30px 32px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0, 46, 110, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.svtla-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 50px;
  height: 4px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #00a3e0, #004aad);
}

.svtla-value-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(0, 163, 224, 0.07);
  transition: all 0.35s ease;
}

.svtla-value-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 163, 224, 0.35);
  box-shadow: 0 28px 65px rgba(0, 46, 110, 0.14);
}

.svtla-value-card:hover::after {
  right: -35px;
  bottom: -35px;
  background: rgba(0, 163, 224, 0.12);
}

.svtla-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #00a3e0 0%, #004aad 100%);
  box-shadow: 0 15px 30px rgba(0, 163, 224, 0.25);
  position: relative;
  z-index: 2;
}

.svtla-icon svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: #ffffff;
}

.svtla-icon svg path {
  fill: #ffffff;
}

.svtla-value-card h3 {
  color: #003f8f;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

.svtla-value-card p {
  color: #5b7aa7;
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* =====================================================
   2. OUR DIRECTION
===================================================== */

.svtla-direction {
  padding: 95px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 163, 224, 0.16), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(0, 163, 224, 0.10), transparent 32%),
    linear-gradient(135deg, #052b64 0%, #003f8f 45%, #07224e 100%);
}

.svtla-direction::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.55;
  pointer-events: none;
}

.svtla-direction-wrap {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 52px;
  align-items: center;
}

.svtla-direction-left span {
  display: inline-flex;
  color: #7bdcff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.svtla-direction-left h2 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
}

.svtla-direction-left h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 24px 0 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #00a3e0, #ffffff);
}

.svtla-direction-left p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin: 24px 0 0;
}

.svtla-direction-right {
  display: grid;
  gap: 20px;
}

.svtla-direction-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: flex-start;
  padding: 28px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.svtla-direction-card:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(123, 220, 255, 0.45);
}

.svtla-direction-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #00a3e0 0%, #004aad 100%);
  box-shadow: 0 16px 34px rgba(0, 163, 224, 0.25);
}

.svtla-direction-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.svtla-direction-icon svg path {
  fill: #ffffff;
}

.svtla-direction-card h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 10px;
}

.svtla-direction-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
}

/* =====================================================
   3. OUR JOURNEY
===================================================== */

.svtla-journey {
  padding: 95px 20px 105px;
  background:
    radial-gradient(circle at 9% 12%, rgba(0, 163, 224, 0.11), transparent 30%),
    linear-gradient(180deg, #f3f9fd 0%, #ffffff 100%);
}

.svtla-timeline {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.svtla-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(0, 74, 173, 0.28), transparent);
}

.svtla-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 82px 1fr;
  align-items: center;
  margin-bottom: 34px;
}

.svtla-timeline-item:last-child {
  margin-bottom: 0;
}

.svtla-timeline-dot {
  grid-column: 2;
  justify-self: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #00a3e0 0%, #004aad 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(0, 163, 224, 0.25);
  position: relative;
  z-index: 3;
}

.svtla-timeline-dot svg {
  width: 31px;
  height: 31px;
  fill: #ffffff;
}

.svtla-timeline-dot svg path {
  fill: #ffffff;
}

.svtla-timeline-content {
  width: 100%;
  padding: 30px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 74, 173, 0.12);
  box-shadow: 0 20px 55px rgba(0, 46, 110, 0.08);
  transition: all 0.3s ease;
}

.svtla-timeline-content:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 163, 224, 0.35);
  box-shadow: 0 28px 65px rgba(0, 46, 110, 0.14);
}

.svtla-timeline-item:nth-child(odd) .svtla-timeline-content {
  grid-column: 1;
  text-align: right;
}

.svtla-timeline-item:nth-child(even) .svtla-timeline-content {
  grid-column: 3;
  text-align: left;
}

.svtla-timeline-content span {
  display: inline-flex;
  color: #00a3e0;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.svtla-timeline-content h3 {
  color: #003f8f;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 800;
  margin: 0 0 12px;
}

.svtla-timeline-content p {
  color: #5b7aa7;
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
}

/* =====================================================
   ICON PUBLISHED SITE FIX
===================================================== */

.svtla-icon svg,
.svtla-direction-icon svg,
.svtla-timeline-dot svg {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

.svtla-icon svg path,
.svtla-direction-icon svg path,
.svtla-timeline-dot svg path {
  fill: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* =====================================================
   TABLET RESPONSIVE
===================================================== */

@media (max-width: 1024px) {
  .svtla-core-values,
  .svtla-direction,
  .svtla-journey {
    padding-left: 18px;
    padding-right: 18px;
  }

  .svtla-section-head h2,
  .svtla-direction-left h2 {
    font-size: 38px;
  }

  .svtla-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .svtla-direction-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .svtla-direction-left {
    max-width: 760px;
  }

  .svtla-direction-left h2::after {
    margin-left: 0;
  }

  .svtla-timeline {
    max-width: 860px;
  }

  .svtla-timeline-item {
    grid-template-columns: 1fr 76px 1fr;
  }

  .svtla-timeline-content {
    padding: 28px 26px;
  }

  .svtla-timeline-content h3 {
    font-size: 21px;
  }
}

/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media (max-width: 767px) {
  .svtla-core-values {
    padding: 60px 15px 65px;
  }

  .svtla-direction {
    padding: 65px 15px;
  }

  .svtla-journey {
    padding: 65px 15px 70px;
  }

  .svtla-section-head {
    margin-bottom: 34px;
  }

  .svtla-section-head span,
  .svtla-direction-left span {
    font-size: 13px;
  }

  .svtla-section-head h2,
  .svtla-direction-left h2 {
    font-size: 31px;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }

  .svtla-section-head h2::after {
    width: 60px;
    height: 3px;
    margin-top: 16px;
  }

  .svtla-section-head p,
  .svtla-direction-left p {
    font-size: 14px;
    line-height: 1.65;
  }

  .svtla-values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .svtla-value-card {
    min-height: auto;
    padding: 32px 24px 30px;
    border-radius: 20px;
  }

  .svtla-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
  }

  .svtla-icon svg {
    width: 25px;
    height: 25px;
  }

  .svtla-value-card h3 {
    font-size: 19px;
  }

  .svtla-direction-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .svtla-direction-card:hover {
    transform: translateY(-5px);
  }

  .svtla-direction-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .svtla-direction-icon svg {
    width: 27px;
    height: 27px;
  }

  .svtla-direction-card h3 {
    font-size: 20px;
  }

  .svtla-direction-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .svtla-timeline {
    max-width: 100%;
  }

  .svtla-timeline::before {
    left: 30px;
    transform: none;
  }

  .svtla-timeline-item {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .svtla-timeline-dot {
    grid-column: 1;
    justify-self: start;
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .svtla-timeline-dot svg {
    width: 27px;
    height: 27px;
  }

  .svtla-timeline-item:nth-child(odd) .svtla-timeline-content,
  .svtla-timeline-item:nth-child(even) .svtla-timeline-content {
    grid-column: 2;
    text-align: left;
  }

  .svtla-timeline-content {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .svtla-timeline-content h3 {
    font-size: 20px;
  }

  .svtla-timeline-content p {
    font-size: 14px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2a0c7eb *//* =====================================================
   SVTL ABOUT PAGE - MISSION VISION VALUES SECTION
   Premium dark blue section
   Fully scoped - no header/footer conflict
   Updated icons: Inline SVG, no Font Awesome dependency
===================================================== */

.svtl-mvv-section {
  width: 100%;
  background:
    radial-gradient(circle at 12% 18%, rgba(30, 166, 255, 0.22), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(128, 202, 255, 0.12), transparent 32%),
    linear-gradient(145deg, #061f48 0%, #082c61 56%, #04142f 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.svtl-mvv-section * {
  box-sizing: border-box;
}

.svtl-mvv-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.24;
  pointer-events: none;
}

.svtl-mvv-section::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 50%;
  right: -280px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.svtl-mvv-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.svtl-mvv-head {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.svtl-mvv-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #80caff;
  background: rgba(128, 202, 255, 0.12);
  border: 1px solid rgba(128, 202, 255, 0.22);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svtl-mvv-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1ea6ff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(30, 166, 255, 0.16);
}

.svtl-mvv-head h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.svtl-mvv-head p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 710px;
}

/* Cards */
.svtl-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.svtl-mvv-card {
  position: relative;
  min-height: 430px;
  padding: 34px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.095);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: all 0.35s ease;
}

.svtl-mvv-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.22), transparent 70%);
  top: -90px;
  right: -90px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.svtl-mvv-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 4px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, #1ea6ff, #80caff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.svtl-mvv-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(128, 202, 255, 0.32);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.24);
}

.svtl-mvv-card:hover::before {
  opacity: 1;
}

.svtl-mvv-card:hover::after {
  transform: scaleX(1);
}

.svtl-mvv-featured {
  background: rgba(255, 255, 255, 0.135);
  border-color: rgba(128, 202, 255, 0.30);
  transform: translateY(-18px);
}

.svtl-mvv-featured:hover {
  transform: translateY(-26px);
}

.svtl-mvv-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.svtl-mvv-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1ea6ff 0%, #0875c9 100%);
  box-shadow: 0 18px 38px rgba(30, 166, 255, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
}

.svtl-mvv-icon svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.svtl-mvv-icon svg path {
  fill: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.svtl-mvv-top span {
  color: rgba(255, 255, 255, 0.14);
  font-size: 54px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -2px;
}

.svtl-mvv-card h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
  margin: 0 0 18px;
}

.svtl-mvv-card p {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}

/* Bottom Promise */
.svtl-mvv-bottom {
  margin-top: 42px;
  padding: 28px 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.145);
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.svtl-mvv-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30,166,255,0.14), transparent 50%, rgba(128,202,255,0.10));
  pointer-events: none;
}

.svtl-mvv-bottom div,
.svtl-mvv-bottom a {
  position: relative;
  z-index: 2;
}

.svtl-mvv-bottom strong {
  display: block;
  color: #80caff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.svtl-mvv-bottom p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 820px;
}

.svtl-mvv-btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #082c61 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.svtl-mvv-btn:hover {
  background: #1ea6ff;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(30, 166, 255, 0.28);
}

/* Animation */
.svtl-mvv-head,
.svtl-mvv-card,
.svtl-mvv-bottom {
  animation: svtlMvvFadeUp 0.75s ease both;
}

.svtl-mvv-card:nth-child(1) {
  animation-delay: 0.06s;
}

.svtl-mvv-card:nth-child(2) {
  animation-delay: 0.12s;
}

.svtl-mvv-card:nth-child(3) {
  animation-delay: 0.18s;
}

.svtl-mvv-bottom {
  animation-delay: 0.24s;
}

@keyframes svtlMvvFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fix animation for featured card */
.svtl-mvv-featured {
  animation-name: svtlMvvFeaturedFade;
}

@keyframes svtlMvvFeaturedFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(-18px);
  }
}

/* =====================================================
   Tablet Responsive
===================================================== */

@media (max-width: 1024px) {
  .svtl-mvv-section {
    padding: 82px 22px;
  }

  .svtl-mvv-head {
    margin-bottom: 46px;
  }

  .svtl-mvv-head h2 {
    font-size: 36px;
  }

  .svtl-mvv-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
  }

  .svtl-mvv-card {
    min-height: auto;
  }

  .svtl-mvv-featured {
    transform: none;
  }

  .svtl-mvv-featured:hover {
    transform: translateY(-8px);
  }

  @keyframes svtlMvvFeaturedFade {
    from {
      opacity: 0;
      transform: translateY(26px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .svtl-mvv-bottom {
    max-width: 760px;
    margin: 34px auto 0;
    grid-template-columns: 1fr;
  }

  .svtl-mvv-btn {
    width: fit-content;
  }
}

/* =====================================================
   Mobile Responsive
===================================================== */

@media (max-width: 767px) {
  .svtl-mvv-section {
    padding: 62px 16px;
  }

  .svtl-mvv-section::before {
    background-size: 38px 38px;
  }

  .svtl-mvv-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .svtl-mvv-head span {
    font-size: 10px;
    letter-spacing: 1.3px;
    padding: 8px 12px;
  }

  .svtl-mvv-head h2 {
    font-size: 29px;
    line-height: 1.22;
    letter-spacing: -0.4px;
  }

  .svtl-mvv-head p {
    font-size: 15px;
    line-height: 1.75;
  }

  .svtl-mvv-grid {
    gap: 18px;
  }

  .svtl-mvv-card {
    border-radius: 22px;
    padding: 26px 22px;
  }

  .svtl-mvv-card:hover,
  .svtl-mvv-featured:hover {
    transform: none;
  }

  .svtl-mvv-top {
    margin-bottom: 26px;
  }

  .svtl-mvv-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .svtl-mvv-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .svtl-mvv-top span {
    font-size: 42px;
  }

  .svtl-mvv-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .svtl-mvv-card p {
    font-size: 14px;
    line-height: 1.75;
  }

  .svtl-mvv-bottom {
    margin-top: 24px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .svtl-mvv-bottom p {
    font-size: 14px;
    line-height: 1.7;
  }

  .svtl-mvv-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8bf2c4 */.svtl-leadership-section {
  width: 100%;
  background:
    linear-gradient(135deg, rgba(8, 44, 97, 0.035) 25%, transparent 25%) -18px 0/36px 36px,
    linear-gradient(225deg, rgba(8, 44, 97, 0.035) 25%, transparent 25%) -18px 0/36px 36px,
    linear-gradient(315deg, rgba(8, 44, 97, 0.035) 25%, transparent 25%) 0 0/36px 36px,
    linear-gradient(45deg, rgba(8, 44, 97, 0.035) 25%, #ffffff 25%) 0 0/36px 36px;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.svtl-leadership-section * {
  box-sizing: border-box;
}

.svtl-leadership-section::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.10), transparent 70%);
  top: -180px;
  right: -160px;
  pointer-events: none;
}

.svtl-leadership-section::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 44, 97, 0.07), transparent 70%);
  bottom: -170px;
  left: -150px;
  pointer-events: none;
}

.svtl-leadership-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.svtl-leadership-head {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.svtl-leadership-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0a84d8;
  background: rgba(30, 166, 255, 0.09);
  border: 1px solid rgba(30, 166, 255, 0.17);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svtl-leadership-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1ea6ff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(30, 166, 255, 0.12);
}

.svtl-leadership-head h2 {
  color: #102b57;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.svtl-leadership-head p {
  color: #5e6777;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 700px;
}

/* Main leader card */
.svtl-leader-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 64px;
  align-items: center;
  padding: 46px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 44, 97, 0.08);
  box-shadow: 0 30px 80px rgba(8, 44, 97, 0.12);
  position: relative;
  overflow: hidden;
}

.svtl-leader-card::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.10), transparent 70%);
  right: -170px;
  top: -150px;
  pointer-events: none;
}

.svtl-leader-content {
  position: relative;
  z-index: 2;
}

.svtl-leader-label {
  display: inline-flex;
  align-items: center;
  color: #0a84d8;
  background: rgba(30, 166, 255, 0.09);
  border: 1px solid rgba(30, 166, 255, 0.16);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.svtl-leader-content h3 {
  color: #102b57;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.4px;
  margin: 0 0 24px;
  max-width: 520px;
}

.svtl-leader-content p {
  color: #5f6878;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 16px;
  max-width: 640px;
}

.svtl-leader-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.svtl-leader-highlights div {
  padding: 18px 16px;
  border-radius: 20px;
  background: #f4f8fc;
  border: 1px solid rgba(8, 44, 97, 0.08);
  transition: all 0.3s ease;
}

.svtl-leader-highlights div:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(8, 44, 97, 0.10);
  border-color: rgba(30, 166, 255, 0.22);
}

/* Updated inline SVG icons */
.svtl-leader-highlight-icon {
  width: 22px !important;
  height: 22px !important;
  margin-bottom: 14px !important;
  display: block !important;
  fill: #0a84d8 !important;
  color: #0a84d8 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.svtl-leader-highlight-icon path {
  fill: #0a84d8 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.svtl-leader-highlights strong {
  display: block;
  color: #102b57;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 6px;
}

.svtl-leader-highlights span {
  display: block;
  color: #687386;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.svtl-leader-btn {
  min-height: 48px;
  padding: 0 24px;
  margin-top: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1ea6ff 0%, #0875c9 100%);
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(30, 166, 255, 0.24);
  transition: all 0.3s ease;
}

.svtl-leader-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(30, 166, 255, 0.34);
  color: #ffffff !important;
}

/* Image area */
.svtl-leader-image-area {
  position: relative;
  z-index: 2;
}

.svtl-leader-image-frame {
  width: 100%;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #eaf2f9;
  border: 1px solid rgba(8, 44, 97, 0.10);
  box-shadow: 0 28px 70px rgba(8, 44, 97, 0.16);
}

.svtl-leader-image-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  z-index: 2;
  pointer-events: none;
}

.svtl-leader-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 44, 97, 0) 48%, rgba(8, 44, 97, 0.25) 100%);
  z-index: 1;
  pointer-events: none;
}

.svtl-leader-image-frame img {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.svtl-leader-image-area:hover .svtl-leader-image-frame img {
  transform: scale(1.04);
}

.svtl-leader-floating-box {
  position: absolute;
  left: -34px;
  bottom: 36px;
  width: 245px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(30, 166, 255, 0.20);
  box-shadow: 0 22px 54px rgba(8, 44, 97, 0.18);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 4;
}

.svtl-leader-floating-box strong {
  color: #0a6ec6;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.svtl-leader-floating-box span {
  color: #30415e;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

/* Animation */
.svtl-leadership-head,
.svtl-leader-content,
.svtl-leader-image-area {
  animation: svtlLeaderFadeUp 0.75s ease both;
}

.svtl-leader-content {
  animation-delay: 0.08s;
}

.svtl-leader-image-area {
  animation-delay: 0.16s;
}

@keyframes svtlLeaderFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================================
   Tablet Responsive
===================================================== */

@media (max-width: 1024px) {
  .svtl-leadership-section {
    padding: 82px 22px;
  }

  .svtl-leadership-head {
    margin-bottom: 46px;
  }

  .svtl-leadership-head h2 {
    font-size: 36px;
  }

  .svtl-leader-card {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 38px;
  }

  .svtl-leader-content {
    text-align: center;
  }

  .svtl-leader-content h3,
  .svtl-leader-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-leader-highlights {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-leader-image-area {
    max-width: 620px;
    margin: 0 auto;
  }

  .svtl-leader-image-frame,
  .svtl-leader-image-frame img {
    min-height: 520px;
  }
}

/* =====================================================
   Mobile Responsive
===================================================== */

@media (max-width: 767px) {
  .svtl-leadership-section {
    padding: 62px 16px;
  }

  .svtl-leadership-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .svtl-leadership-head span {
    font-size: 10px;
    letter-spacing: 1.3px;
    padding: 8px 12px;
  }

  .svtl-leadership-head h2 {
    font-size: 29px;
    line-height: 1.22;
    letter-spacing: -0.4px;
  }

  .svtl-leadership-head p {
    font-size: 15px;
    line-height: 1.75;
  }

  .svtl-leader-card {
    padding: 24px 20px;
    border-radius: 26px;
    gap: 34px;
  }

  .svtl-leader-content {
    text-align: left;
  }

  .svtl-leader-label {
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 8px 12px;
    margin-bottom: 16px;
  }

  .svtl-leader-content h3 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.7px;
    margin-bottom: 18px;
  }

  .svtl-leader-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .svtl-leader-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .svtl-leader-highlights div {
    padding: 16px 15px;
    border-radius: 18px;
  }

  .svtl-leader-highlight-icon {
    width: 22px !important;
    height: 22px !important;
  }

  .svtl-leader-btn {
    width: 100%;
    margin-top: 28px;
  }

  .svtl-leader-image-frame {
    border-radius: 22px;
  }

  .svtl-leader-image-frame::before {
    inset: 10px;
    border-radius: 17px;
  }

  .svtl-leader-image-frame,
  .svtl-leader-image-frame img {
    min-height: 380px;
  }

  .svtl-leader-floating-box {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -34px 16px 0;
    padding: 18px 20px;
    border-radius: 18px;
  }

  .svtl-leader-floating-box strong {
    font-size: 36px;
  }

  .svtl-leader-floating-box span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e00281c */.svtl-journey-section {
  width: 100%;
  background: #f4f8fc;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.svtl-journey-section * {
  box-sizing: border-box;
}

.svtl-journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(30, 166, 255, 0.10), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(8, 44, 97, 0.08), transparent 32%);
  pointer-events: none;
}

.svtl-journey-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 44, 97, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 44, 97, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.7;
  pointer-events: none;
}

.svtl-journey-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.svtl-journey-head {
  max-width: 790px;
  margin: 0 auto 58px;
  text-align: center;
}

.svtl-journey-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0a84d8;
  background: rgba(30, 166, 255, 0.09);
  border: 1px solid rgba(30, 166, 255, 0.17);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svtl-journey-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1ea6ff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(30, 166, 255, 0.12);
}

.svtl-journey-head h2 {
  color: #102b57;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.svtl-journey-head p {
  color: #5e6777;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 720px;
}

/* Timeline Track */
.svtl-journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  min-height: 560px;
  padding: 20px 0;
}

.svtl-journey-line {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(30, 166, 255, 0),
    rgba(30, 166, 255, 0.75),
    rgba(30, 166, 255, 0)
  );
  border-radius: 999px;
  z-index: 1;
}

.svtl-journey-step {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: grid;
  grid-template-rows: 1fr 90px 1fr;
  align-items: center;
}

.svtl-journey-step.is-top .svtl-journey-card {
  grid-row: 1;
  align-self: end;
  margin-bottom: 34px;
}

.svtl-journey-step.is-bottom .svtl-journey-card {
  grid-row: 3;
  align-self: start;
  margin-top: 34px;
}

.svtl-journey-marker {
  grid-row: 2;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(30, 166, 255, 0.30);
  box-shadow: 0 20px 48px rgba(8, 44, 97, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  transition: all 0.35s ease;
}

.svtl-journey-marker::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1ea6ff 0%, #0875c9 100%);
  opacity: 0.12;
  transition: all 0.35s ease;
}

.svtl-journey-icon {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
  fill: #0a84d8 !important;
  color: #0a84d8 !important;
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.35s ease;
}

.svtl-journey-icon path {
  fill: #0a84d8 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.35s ease;
}

.svtl-journey-step::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 56px;
  background: linear-gradient(180deg, rgba(30,166,255,0.72), rgba(30,166,255,0));
  transform: translateX(-50%);
  z-index: 2;
}

.svtl-journey-step.is-top::before {
  top: calc(50% - 98px);
}

.svtl-journey-step.is-bottom::before {
  bottom: calc(50% - 98px);
  background: linear-gradient(0deg, rgba(30,166,255,0.72), rgba(30,166,255,0));
}

/* Timeline Card */
.svtl-journey-card {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 44, 97, 0.08);
  border-radius: 26px;
  padding: 28px 24px;
  box-shadow: 0 22px 56px rgba(8, 44, 97, 0.10);
  overflow: hidden;
  transition: all 0.35s ease;
}

.svtl-journey-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 166, 255, 0.15), transparent 70%);
  top: -86px;
  right: -76px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.svtl-journey-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, #1ea6ff, #0875c9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.svtl-journey-step:hover .svtl-journey-card {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(30, 166, 255, 0.25);
  box-shadow: 0 32px 72px rgba(8, 44, 97, 0.15);
}

.svtl-journey-step:hover .svtl-journey-card::before {
  opacity: 1;
}

.svtl-journey-step:hover .svtl-journey-card::after {
  transform: scaleX(1);
}

.svtl-journey-step:hover .svtl-journey-marker {
  transform: translateY(-5px);
  border-color: rgba(30, 166, 255, 0.55);
  box-shadow: 0 26px 62px rgba(8, 44, 97, 0.20);
}

.svtl-journey-step:hover .svtl-journey-marker::before {
  opacity: 1;
}

.svtl-journey-step:hover .svtl-journey-icon {
  fill: #ffffff !important;
  color: #ffffff !important;
  transform: scale(1.08);
}

.svtl-journey-step:hover .svtl-journey-icon path {
  fill: #ffffff !important;
}

.svtl-journey-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(30, 166, 255, 0.10);
  color: #0a84d8;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.svtl-journey-card h3 {
  color: #102b57;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

.svtl-journey-card p {
  color: #647084;
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Animation */
.svtl-journey-head,
.svtl-journey-step {
  animation: svtlJourneyFadeUp 0.75s ease both;
}

.svtl-journey-step:nth-child(2) {
  animation-delay: 0.06s;
}

.svtl-journey-step:nth-child(3) {
  animation-delay: 0.12s;
}

.svtl-journey-step:nth-child(4) {
  animation-delay: 0.18s;
}

.svtl-journey-step:nth-child(5) {
  animation-delay: 0.24s;
}

@keyframes svtlJourneyFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================================
   Tablet Responsive
===================================================== */

@media (max-width: 1024px) {
  .svtl-journey-section {
    padding: 82px 22px;
  }

  .svtl-journey-head {
    margin-bottom: 46px;
  }

  .svtl-journey-head h2 {
    font-size: 36px;
  }

  .svtl-journey-track {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    max-width: 780px;
    margin: 0 auto;
    padding: 0;
  }

  .svtl-journey-line {
    left: 40px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    transform: none;
    background: linear-gradient(
      180deg,
      rgba(30, 166, 255, 0),
      rgba(30, 166, 255, 0.75),
      rgba(30, 166, 255, 0)
    );
  }

  .svtl-journey-step,
  .svtl-journey-step.is-top,
  .svtl-journey-step.is-bottom {
    min-height: auto;
    display: grid;
    grid-template-columns: 82px 1fr;
    grid-template-rows: auto;
    gap: 22px;
    align-items: center;
  }

  .svtl-journey-marker {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .svtl-journey-step.is-top .svtl-journey-card,
  .svtl-journey-step.is-bottom .svtl-journey-card {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: auto;
  }

  .svtl-journey-step::before {
    display: none;
  }
}

/* =====================================================
   Mobile Responsive
===================================================== */

@media (max-width: 767px) {
  .svtl-journey-section {
    padding: 62px 16px;
  }

  .svtl-journey-section::after {
    background-size: 36px 36px;
  }

  .svtl-journey-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .svtl-journey-head span {
    font-size: 10px;
    letter-spacing: 1.3px;
    padding: 8px 12px;
  }

  .svtl-journey-head h2 {
    font-size: 29px;
    line-height: 1.22;
    letter-spacing: -0.4px;
  }

  .svtl-journey-head p {
    font-size: 15px;
    line-height: 1.75;
  }

  .svtl-journey-track {
    gap: 18px;
  }

  .svtl-journey-line {
    left: 30px;
  }

  .svtl-journey-step,
  .svtl-journey-step.is-top,
  .svtl-journey-step.is-bottom {
    grid-template-columns: 62px 1fr;
    gap: 16px;
  }

  .svtl-journey-marker {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .svtl-journey-marker::before {
    inset: 10px;
    border-radius: 14px;
  }

  .svtl-journey-icon {
    width: 21px !important;
    height: 21px !important;
  }

  .svtl-journey-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .svtl-journey-step:hover .svtl-journey-card,
  .svtl-journey-step:hover .svtl-journey-marker {
    transform: none;
  }

  .svtl-journey-year {
    min-width: 66px;
    height: 32px;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .svtl-journey-card h3 {
    font-size: 20px;
  }

  .svtl-journey-card p {
    font-size: 13.5px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1c6fa5a *//* =====================================================
   FINAL CTA SECTION - COMPANY OVERVIEW PAGE
===================================================== */

.svtl-overview-cta {
  width: 100%;
  padding: 90px 20px;
  background: #f2f3f4;
  position: relative;
  overflow: hidden;
}

.svtl-overview-cta,
.svtl-overview-cta * {
  box-sizing: border-box;
}

.svtl-overview-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 128, 237, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(7, 47, 107, 0.10) 0%, transparent 36%);
  pointer-events: none;
}

.svtl-overview-cta-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 260px;
  padding: 54px 58px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(7, 47, 107, 0.96) 0%, rgba(4, 24, 54, 0.98) 100%);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  box-shadow: 0 28px 70px rgba(7, 47, 107, 0.18);
}

.svtl-overview-cta-inner::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 128, 237, 0.28) 0%, rgba(47, 128, 237, 0) 70%);
  right: -160px;
  top: -170px;
  pointer-events: none;
}

.svtl-overview-cta-inner::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 26px;
  pointer-events: none;
}

.svtl-overview-cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.svtl-overview-cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9bd1ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(155, 209, 255, 0.22);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svtl-overview-cta-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f80ed;
  box-shadow: 0 0 0 6px rgba(47, 128, 237, 0.16);
}

.svtl-overview-cta h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin: 0 0 16px;
}

.svtl-overview-cta p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.78;
  font-weight: 400;
  margin: 0;
  max-width: 680px;
}

.svtl-overview-cta-action {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.svtl-overview-cta-btn {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #072f6b !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

.svtl-overview-cta-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.svtl-overview-cta-btn:hover {
  background: #2f80ed;
  color: #ffffff !important;
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(47, 128, 237, 0.30);
}

.svtl-overview-cta-btn:hover svg {
  transform: translateX(4px);
}

/* Tablet */

@media (max-width: 1024px) {
  .svtl-overview-cta {
    padding: 76px 22px;
  }

  .svtl-overview-cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 46px 40px;
    text-align: center;
  }

  .svtl-overview-cta-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .svtl-overview-cta-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-overview-cta h2 {
    font-size: 36px;
  }

  .svtl-overview-cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .svtl-overview-cta-action {
    justify-content: center;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .svtl-overview-cta {
    padding: 58px 16px;
  }

  .svtl-overview-cta-inner {
    min-height: auto;
    padding: 36px 22px;
    border-radius: 26px;
    gap: 26px;
  }

  .svtl-overview-cta-inner::after {
    inset: 12px;
    border-radius: 20px;
  }

  .svtl-overview-cta-kicker {
    font-size: 10px;
    letter-spacing: 1.3px;
    padding: 8px 12px;
    margin-bottom: 15px;
  }

  .svtl-overview-cta h2 {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    margin-bottom: 14px;
  }

  .svtl-overview-cta p {
    font-size: 15px;
    line-height: 1.7;
  }

  .svtl-overview-cta-btn {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
}/* End custom CSS */