/* ================================
   Revoical Dari RTL Website
   Base Style
================================ */

@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary-color: #2e3192;
  --secondary-color: #1bffff;
  --dark-color: #1c2855;
  --text-color: #5f6b7a;
  --muted-color: #8a94a6;
  --light-bg: #f7f9fc;
  --white-color: #ffffff;
  --border-color: #e8edf5;
  --gradient-main: linear-gradient(241deg, #2e3192, #1bffff);
  --footer-bg: #1c2855;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  text-align: right;
  color: var(--text-color);
  background: var(--white-color);
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

/* ================================
   Buttons
================================ */

.site-btn {
  padding: 13px 28px;
  border-radius: 8px;
  border: 0;
  font-weight: 600;
  background: var(--gradient-main);
  color: var(--white-color) !important;
  box-shadow: 0 12px 28px rgba(46, 49, 146, 0.18);
}

.site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(46, 49, 146, 0.25);
}

.site-btn-outline {
  padding: 12px 28px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: var(--white-color) !important;
  font-weight: 600;
}

.site-btn-outline:hover {
  background: var(--white-color);
  color: var(--primary-color) !important;
}

.stb-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 999;
}

.stb-topbar {
  background: linear-gradient(90deg, #1c2855 0%, #2e3192 55%, #1267c9 100%);
  color: var(--white-color);
  font-size: 13px;
}

.stb-topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.stb-topbar-news {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.topbar-label {
  color: var(--secondary-color);
  font-weight: 900;
  white-space: nowrap;
}

.stb-topbar-news a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stb-topbar-news a:hover {
  color: var(--white-color);
}

.stb-topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.topbar-link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.topbar-link:hover {
  color: var(--secondary-color);
}

.stb-social-mini {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stb-social-mini a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  transition: all 0.3s ease;
}

.stb-social-mini a:hover {
  background: var(--secondary-color);
  color: var(--dark-color);
  transform: translateY(-2px);
}

/* Main Navbar */

.stb-navbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(232, 237, 245, 0.92);
  box-shadow: 0 14px 40px rgba(28, 40, 85, 0.06);
  transition: all 0.3s ease;
}

.stb-header.is-scrolled .stb-navbar {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(28, 40, 85, 0.1);
}

.stb-navbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */

.stb-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.stb-logo img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.stb-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stb-logo-text strong {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.stb-logo-text span {
  color: var(--muted-color);
  font-size: 12px;
  font-weight: 700;
  direction: ltr;
}

/* Menu */

.stb-menu-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex: 1;
}

.stb-main-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stb-main-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 13px;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.stb-main-menu a:hover,
.stb-main-menu a.active {
  color: var(--primary-color);
  background: rgba(46, 49, 146, 0.075);
}

/* Controls */

.stb-header-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

/* Language Toggle */

.stb-lang-toggle {
  position: relative;
  border: 1px solid var(--border-color);
  background: var(--light-bg);
  border-radius: 999px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: inherit;
  min-height: 44px;
  box-shadow: 0 10px 26px rgba(28, 40, 85, 0.055);
}
.stb-lang-toggle-flags {
  min-height: 46px;
  padding: 5px;
  gap: 6px;
}

.stb-lang-toggle-flags .lang-option {
  min-width: 48px;
  width: 48px;
  height: 36px;
  padding: 0;
  border-radius: 999px;
  overflow: hidden;
  background: transparent;
}

.stb-lang-toggle-flags .lang-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 12px rgba(28, 40, 85, 0.15);
  transition: all 0.3s ease;
}

.stb-lang-toggle-flags .lang-option.is-active {
  background: var(--gradient-main);
  box-shadow: 0 10px 24px rgba(46, 49, 146, 0.18);
}

.stb-lang-toggle-flags .lang-option.is-active img {
  width: 32px;
  height: 32px;
  border: 2px solid var(--white-color);
}

.stb-lang-toggle-flags .lang-option:not(.is-active) img {
  opacity: 0.55;
  filter: grayscale(35%);
}

.stb-lang-toggle-flags .lang-option:not(.is-active):hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Dark mode */
body.dark-mode .stb-lang-toggle-flags .lang-option:not(.is-active) img {
  opacity: 0.7;
}
body.dark-mode {
  --footer-bg: #07112b;
}

.lang-option {
  position: relative;
  z-index: 2;
  min-width: 62px;
  height: 34px;
  padding: 0 9px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted-color);
  font-size: 12px;
  font-weight: 900;
  transition: all 0.3s ease;
}

.lang-option .flag {
  font-size: 16px;
  line-height: 1;
}

.lang-option.is-active {
  color: var(--white-color);
  background: var(--gradient-main);
  box-shadow: 0 10px 24px rgba(46, 49, 146, 0.18);
}

.lang-switch-dot {
  display: none;
}

/* Theme Toggle */

.stb-theme-toggle {
  width: 88px;
  min-height: 44px;
  border: 1px solid var(--border-color);
  background: var(--light-bg);
  border-radius: 999px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  box-shadow: 0 10px 26px rgba(28, 40, 85, 0.055);
}

.theme-icon {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle-dot {
  position: absolute;
  z-index: 1;
  right: 5px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gradient-main);
  box-shadow: 0 10px 24px rgba(46, 49, 146, 0.18);
  transition: all 0.3s ease;
}

body.dark-mode .theme-toggle-dot {
  right: 47px;
}

.stb-header-btn {
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
}

/* Mobile Menu Button */

.stb-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  background: var(--white-color);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.stb-menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--dark-color);
  border-radius: 999px;
  transition: all 0.3s ease;
}

.stb-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.stb-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.stb-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Dark Mode */

body.dark-mode {
  background: #07112b;
  color: rgba(255, 255, 255, 0.76);
}

body.dark-mode .stb-main-menu a,
body.dark-mode .stb-logo-text strong {
  color: var(--white-color);
}

body.dark-mode .stb-logo-text span {
  color: rgba(255, 255, 255, 0.58);
}

body.dark-mode .stb-main-menu a:hover,
body.dark-mode .stb-main-menu a.active {
  color: var(--secondary-color);
  background: rgba(255, 255, 255, 0.1);
}

body.dark-mode .stb-lang-toggle,
body.dark-mode .stb-theme-toggle,
body.dark-mode .stb-menu-toggle {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
}

body.dark-mode .stb-menu-toggle span {
  background: var(--white-color);
}

/* Header spacing fix */
body {
  padding-top: 124px;
}

@media (max-width: 767px) {
  .stb-logo {
    gap: 8px;
  }

  .stb-logo-text strong {
    font-size: 18px;
    line-height: 1;
  }

  .stb-logo-text span {
    display: none;
  }

  .stb-logo img {
    width: 62px;
    height: 62px;
  }
}

/* ======================================================
   COMPONENT: SITE HEADER END
====================================================== */
/* ================================
   Hero
================================ */

.hero-section {
  position: relative;
  background: linear-gradient(135deg, #2e3192 0%, #1b75bb 55%, #1bffff 120%);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.18),
      transparent 26%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(255, 255, 255, 0.12),
      transparent 30%
    );
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.section-kicker {
  display: inline-block;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 14px;
}

.hero-content h1 {
  color: var(--white-color);
  font-size: 52px;
  line-height: 1.45;
  margin-bottom: 22px;
}

.hero-content p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 590px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image {
  text-align: center;
}

.hero-image img {
  max-width: 92%;
  filter: drop-shadow(0 24px 45px rgba(0, 0, 0, 0.18));
}
/* ======================================================
   COMPONENT: HERO SLIDER SECTION START
   Purpose: Stable carousel controls + smooth fade animation
====================================================== */

.hero-slider-section {
  padding: 0;
  min-height: calc(100vh - 124px);
}

.stb-hero-carousel {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 124px);
  z-index: 2;
}

.stb-hero-carousel .carousel-inner {
  min-height: calc(100vh - 124px);
}

.stb-hero-carousel .carousel-item {
  min-height: calc(100vh - 124px);
  padding: 48px 0 96px;
}

.stb-hero-carousel .carousel-item .container {
  min-height: calc(100vh - 124px - 144px);
  display: flex;
  align-items: center;
}

.hero-slide-row {
  width: 100%;
}

/* Better fade behavior */
.stb-hero-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.stb-hero-carousel.carousel-fade .carousel-item.active {
  opacity: 1;
}

/* Content animation */
.stb-hero-carousel .carousel-item .hero-content {
  opacity: 0;
  transform: translateX(34px);
  transition: all 0.75s ease;
}

.stb-hero-carousel .carousel-item .hero-image {
  opacity: 0;
  transform: translateX(-34px) scale(0.96);
  transition: all 0.8s ease;
}

.stb-hero-carousel .carousel-item.active .hero-content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.18s;
}

.stb-hero-carousel .carousel-item.active .hero-image {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.28s;
}

/* Fixed indicators */
.stb-hero-indicators {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 36px;
  transform: translateX(-50%);
  margin: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stb-hero-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
  transition: all 0.3s ease;
}

.stb-hero-indicators .active {
  width: 32px;
  background: var(--secondary-color);
}

/* ======================================================
   COMPONENT: HERO SLIDER SECTION END
====================================================== */
/* ================================
   Common Sections
================================ */

.section-padding {
  padding: 100px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 55px;
}

.section-title h2 {
  font-size: 38px;
  margin-bottom: 14px;
}

.section-title p {
  color: var(--muted-color);
}

/* ================================
   Services
================================ */

.services-section {
  background: var(--white-color);
}

.service-card {
  height: 100%;
  padding: 38px 30px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(28, 40, 85, 0.06);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 65px rgba(28, 40, 85, 0.12);
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--gradient-main);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 24px;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

/* ================================
   Placeholder Sections
================================ */

.placeholder-section h2,
.contact-section h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.bg-light {
  background: var(--light-bg) !important;
}

/* ================================
   Footer
================================ */

.site-footer {
  padding: 28px 0;
  background: var(--footer-bg);
  text-align: center;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

/* ======================================================
   COMPONENT: SERVICES SECTION START
   Purpose: Main and secondary services/products cards
====================================================== */

.services-section {
  position: relative;
  background: var(--white-color);
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.055);
  z-index: 0;
}

.services-section::after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.085);
  z-index: 0;
}

.services-section .container {
  position: relative;
  z-index: 2;
}

.services-title {
  margin-bottom: 58px;
}

.services-title .section-kicker {
  color: var(--primary-color);
}

.services-title h2 {
  font-size: 38px;
  margin-bottom: 14px;
}

.services-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted-color);
}

/* Main Services */

.services-main-grid {
  margin-bottom: 72px;
}

.main-service-card {
  position: relative;
  height: 100%;
  min-height: 465px;
  padding: 38px 32px 34px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(28, 40, 85, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
}

.main-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(46, 49, 146, 0.05),
    rgba(27, 255, 255, 0.02)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.main-service-card::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.055);
  transition: all 0.35s ease;
}

.main-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(46, 49, 146, 0.2);
  box-shadow: 0 32px 85px rgba(28, 40, 85, 0.14);
}

.main-service-card:hover::before {
  opacity: 1;
}

.main-service-card:hover::after {
  width: 185px;
  height: 185px;
  background: rgba(46, 49, 146, 0.08);
}

.main-service-card.featured {
  border-color: rgba(46, 49, 146, 0.26);
  box-shadow: 0 28px 80px rgba(46, 49, 146, 0.14);
}

.main-service-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(46, 49, 146, 0.08);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  z-index: 2;
}

.main-service-card.featured .main-service-badge {
  background: var(--gradient-main);
  color: var(--white-color);
}

.main-service-icon {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 23px;
  background: var(--gradient-main);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  box-shadow: 0 18px 36px rgba(46, 49, 146, 0.23);
  z-index: 2;
}

.main-service-icon span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.main-service-card h3 {
  position: relative;
  font-size: 25px;
  margin-bottom: 15px;
  color: var(--dark-color);
  z-index: 2;
}

.main-service-card p {
  position: relative;
  color: var(--text-color);
  line-height: 1.95;
  margin-bottom: 22px;
  z-index: 2;
}

.main-service-list {
  position: relative;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  z-index: 2;
}

.main-service-list li {
  position: relative;
  padding-right: 24px;
  margin-bottom: 10px;
  color: var(--text-color);
  font-size: 15px;
}

.main-service-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 900;
}

.main-service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: 800;
  z-index: 2;
  transition: all 0.3s ease;
}

.main-service-link span {
  transition: transform 0.3s ease;
}

.main-service-link:hover {
  color: var(--dark-color);
}

.main-service-link:hover span {
  transform: translateX(-5px);
}

/* Secondary Services */

.secondary-services-area {
  position: relative;
  padding: 38px;
  border-radius: 28px;
  background: var(--light-bg);
  border: 1px solid var(--border-color);
}

.secondary-services-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.secondary-services-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary-color);
  font-weight: 800;
}

.secondary-services-heading h3 {
  font-size: 28px;
  color: var(--dark-color);
}

.secondary-service-card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px;
  background: var(--white-color);
  border: 1px solid rgba(232, 237, 245, 0.95);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(28, 40, 85, 0.045);
  transition: all 0.3s ease;
}

.secondary-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(28, 40, 85, 0.09);
  border-color: rgba(46, 49, 146, 0.16);
}

.secondary-service-number {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(46, 49, 146, 0.08);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
}

.secondary-service-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--dark-color);
}

.secondary-service-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted-color);
}

/* ======================================================
   COMPONENT: SERVICES SECTION END
====================================================== */

/* ======================================================
   COMPONENT: WHY CHOOSE STB SECTION START
   Purpose: Modern trust and advantages section for STB
====================================================== */

.why-stb-modern {
  position: relative;
  background: var(--white-color);
  overflow: hidden;
}

.why-stb-modern::before {
  content: "";
  position: absolute;
  top: 80px;
  right: -150px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.045);
}

.why-stb-modern::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: -170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.12);
}

.why-stb-modern-shell {
  position: relative;
  z-index: 2;
}

.why-stb-modern-header {
  max-width: 850px;
  margin: 0 auto 62px;
  text-align: center;
}

.why-stb-modern-header .section-kicker {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.why-stb-modern-header h2 {
  font-size: 38px;
  line-height: 1.6;
  color: var(--dark-color);
  margin-bottom: 14px;
}

.why-stb-modern-header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted-color);
  line-height: 2;
}

/* Visual Panel */

.why-visual-panel {
  position: relative;
  min-height: 520px;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(27, 255, 255, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 75% 80%,
      rgba(46, 49, 146, 0.18),
      transparent 30%
    ),
    linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid var(--border-color);
  box-shadow: 0 30px 90px rgba(28, 40, 85, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-visual-panel::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px dashed rgba(46, 49, 146, 0.13);
  border-radius: 30px;
}

.why-visual-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.7;
}

.why-visual-glow-one {
  width: 130px;
  height: 130px;
  top: 54px;
  left: 48px;
  background: rgba(27, 255, 255, 0.22);
}

.why-visual-glow-two {
  width: 150px;
  height: 150px;
  bottom: 54px;
  right: 40px;
  background: rgba(46, 49, 146, 0.12);
}

.why-cloud-core {
  position: relative;
  z-index: 5;
  width: 230px;
  height: 230px;
  border-radius: 42px;
  background: var(--white-color);
  border: 1px solid rgba(46, 49, 146, 0.1);
  box-shadow: 0 28px 70px rgba(28, 40, 85, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
}

.why-cloud-core::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 48px;
  background: var(--gradient-main);
  opacity: 0.08;
  z-index: -1;
}

.why-cloud-icon {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 18px 38px rgba(46, 49, 146, 0.23);
}

.why-cloud-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--white-color);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-cloud-core h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 900;
  margin-bottom: 8px;
}

.why-cloud-core p {
  font-size: 13px;
  color: var(--muted-color);
  line-height: 1.8;
}

/* Signal Rings */

.why-signal-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(46, 49, 146, 0.12);
  z-index: 2;
}

.ring-a {
  width: 300px;
  height: 300px;
  animation: whyPulseRing 3.8s ease-in-out infinite;
}

.ring-b {
  width: 390px;
  height: 390px;
  animation: whyPulseRing 4.8s ease-in-out infinite;
}

.ring-c {
  width: 480px;
  height: 480px;
  animation: whyPulseRing 5.8s ease-in-out infinite;
}

/* Floating Nodes */

.why-floating-node {
  position: absolute;
  z-index: 6;
  min-width: 112px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--white-color);
  border: 1px solid rgba(46, 49, 146, 0.1);
  box-shadow: 0 16px 42px rgba(28, 40, 85, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 800;
}

.node-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.08);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.node-phone {
  top: 72px;
  right: 44px;
  animation: whyFloatOne 5s ease-in-out infinite;
}

.node-network {
  top: 142px;
  left: 30px;
  animation: whyFloatTwo 5.6s ease-in-out infinite;
}

.node-support {
  bottom: 92px;
  right: 38px;
  animation: whyFloatTwo 5.3s ease-in-out infinite;
}

.node-pbx {
  bottom: 68px;
  left: 52px;
  animation: whyFloatOne 5.8s ease-in-out infinite;
}

.why-visual-status {
  position: absolute;
  z-index: 8;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(46, 49, 146, 0.1);
  box-shadow: 0 16px 42px rgba(28, 40, 85, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
body.dark-mode .why-visual-status {
  background:
    radial-gradient(
      circle at top left,
      rgba(27, 255, 255, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom center,
      rgba(46, 49, 146, 0.35),
      transparent 45%
    ),
    linear-gradient(
      145deg,
      rgba(9, 18, 40, 0.96) 0%,
      rgba(11, 22, 48, 0.98) 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.06);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #12c78f;
  box-shadow: 0 0 0 6px rgba(18, 199, 143, 0.12);
}

/* Advantage List */

.why-advantage-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-advantage-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border-color);
  box-shadow: 0 18px 48px rgba(28, 40, 85, 0.055);
  overflow: hidden;
  transition: all 0.35s ease;
}

.why-advantage-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--gradient-main);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-advantage-item::after {
  content: "";
  position: absolute;
  top: -65px;
  left: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.1);
  opacity: 0;
  transition: all 0.35s ease;
}

.why-advantage-item:hover,
.why-advantage-item.active {
  transform: translateX(-8px);
  border-color: rgba(46, 49, 146, 0.16);
  box-shadow: 0 28px 75px rgba(28, 40, 85, 0.11);
}

.why-advantage-item:hover::before,
.why-advantage-item.active::before,
.why-advantage-item:hover::after,
.why-advantage-item.active::after {
  opacity: 1;
}

.why-advantage-number {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(46, 49, 146, 0.075);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
}

.why-advantage-item.active .why-advantage-number,
.why-advantage-item:hover .why-advantage-number {
  background: var(--gradient-main);
  color: var(--white-color);
  box-shadow: 0 16px 36px rgba(46, 49, 146, 0.22);
}

.why-advantage-content {
  position: relative;
  z-index: 2;
}

.why-advantage-content h3 {
  font-size: 20px;
  line-height: 1.7;
  color: var(--dark-color);
  margin-bottom: 8px;
  font-weight: 900;
}

.why-advantage-content p {
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--text-color);
  margin-bottom: 0;
}

/* Animations */

@keyframes whyPulseRing {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.85;
  }
}

@keyframes whyFloatOne {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes whyFloatTwo {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

/* ======================================================
   COMPONENT: WHY CHOOSE STB SECTION END
====================================================== */

/* COMPONENT: PARTNERS MARQUEE SECTION START
   Purpose: Moving banner slider for partner / collaborator logos
====================================================== */

.partners-marquee-section {
  position: relative;
  padding: 78px 0 82px;
  background: var(--white-color);
  overflow: hidden;
}

.partners-marquee-title {
  margin-bottom: 36px;
}

.partners-marquee-title .section-kicker {
  color: var(--primary-color);
  margin-bottom: 8px;
}

.partners-marquee-title h2 {
  font-size: 32px;
  color: var(--dark-color);
  font-weight: 700;
}

.partners-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 28px 0;
  background: var(--white-color);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.partners-marquee-track {
  display: flex;
  flex-direction: row-reverse;
  width: max-content;
  animation: partnersMarqueeRtl 26s linear infinite;
  will-change: transform;
}

html[dir="ltr"] .partners-marquee-track {
  flex-direction: row;
  animation: partnersMarqueeLtr 26s linear infinite;
}

.partners-marquee-group {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 0 0 auto;
  padding-inline: 0;
}

html[dir="rtl"] .partners-marquee-group + .partners-marquee-group {
  margin-inline-end: 34px;
}

html[dir="ltr"] .partners-marquee-group + .partners-marquee-group {
  margin-inline-start: 34px;
}

.partner-marquee-item {
  flex: 0 0 auto;
  width: 260px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, #eef5ff 0%, #ffffff 100%);
  border: 1px solid rgba(232, 237, 245, 0.95);
  transition: all 0.3s ease;
}

.partner-marquee-item img {
  max-width: 100%;
  max-height: 105px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.partner-marquee-item:hover {
  transform: translateY(-5px) scale(1.03);
  background: var(--white-color);
  box-shadow: 0 18px 44px rgba(28, 40, 85, 0.12);
}

.partner-marquee-item:hover img {
  transform: scale(1.04);
}

@keyframes partnersMarqueeRtl {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}
@keyframes partnersMarqueeLtr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Dark Mode */
body.dark-mode .partners-marquee-section,
body.dark-mode .partners-marquee-wrapper {
  background: #07112b;
}

body.dark-mode .partners-marquee-title h2 {
  color: #ffffff;
}

body.dark-mode .partner-marquee-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .partner-marquee-item:hover {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

body:not(.dark-mode) .partner-marquee-item {
  background: linear-gradient(145deg, #dfe9ff 0%, #f8fbff 100%);
}

/* Responsive */
@media (max-width: 767px) {
  .partner-marquee-item {
    width: 210px;
    height: 110px;
    padding: 8px 14px;
  }

  .partner-marquee-item img {
    max-height: 88px;
  }

  .partners-marquee-group {
    gap: 22px;
    padding-inline: 11px;
  }
}
/* ======================================================
   COMPONENT: ABOUT SECTION START
   Purpose: About STB section with orbit animation + 4 counters
====================================================== */

.about-stb-section {
  position: relative;
  background: var(--white-color);
}

.about-stb-box {
  position: relative;
  padding: 42px 38px;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(27, 255, 255, 0.16),
      transparent 28%
    ),
    radial-gradient(circle at 84% 78%, rgba(46, 49, 146, 0.1), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(28, 40, 85, 0.09);
}

.about-stb-box::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.055);
}

.about-stb-box::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.11);
}

/* Content */

.about-stb-content {
  position: relative;
  z-index: 3;
  padding-inline-start: 10px;
}

.about-stb-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-weight: 800;
  font-size: 15px;
}

.about-stb-content h2 {
  color: var(--dark-color);
  font-size: 31px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.about-stb-content p {
  color: var(--text-color);
  font-size: 15.5px;
  line-height: 2;
  margin-bottom: 14px;
}

.about-stb-actions {
  margin-top: 22px;
}

/* Center Visual */

.about-stb-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.about-visual-rings {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-visual-rings .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(46, 49, 146, 0.22);
}

.about-visual-rings .ring-1 {
  width: 170px;
  height: 170px;
}

.about-visual-rings .ring-2 {
  width: 250px;
  height: 250px;
}

.about-visual-rings .ring-3 {
  width: 330px;
  height: 330px;
}

/* Orbit Animation */

.about-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 4;
}

.orbit-one {
  width: 220px;
  height: 220px;
  animation: aboutOrbitRotate 18s linear infinite;
}

.orbit-two {
  width: 320px;
  height: 320px;
  animation: aboutOrbitRotateReverse 28s linear infinite;
}

.about-orbit:hover {
  animation-play-state: paused;
}

.about-visual-node {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--primary-color);
  border: 1px solid rgba(46, 49, 146, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(28, 40, 85, 0.14);
}

.about-visual-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.orbit-one .about-visual-node span {
  animation: aboutNodeCounterRotate 18s linear infinite;
}

.orbit-two .about-visual-node span {
  animation: aboutNodeCounterRotateReverse 28s linear infinite;
}

.node-1 {
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.node-2 {
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.node-3 {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.node-4 {
  bottom: 54px;
  right: 4px;
}

.node-5 {
  bottom: 54px;
  left: 4px;
}

.about-visual-center {
  position: relative;
  z-index: 5;
}

.about-visual-logo {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: var(--white-color);
  border: 8px solid rgba(27, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 22px 54px rgba(46, 49, 146, 0.18);
  text-align: center;
  padding: 18px;
}

.about-visual-logo span {
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.about-visual-logo small {
  display: block;
  color: var(--text-color);
  font-size: 11px;
  line-height: 1.7;
  font-weight: 700;
}

.about-visual-badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white-color);
  color: var(--dark-color);
  border: 1px solid var(--border-color);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(28, 40, 85, 0.11);
  z-index: 6;
}

/* Stats */

.about-stb-stats {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-stat-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 18px 18px;
  box-shadow: 0 18px 45px rgba(28, 40, 85, 0.075);
  transition: all 0.3s ease;
}

.about-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(28, 40, 85, 0.12);
  border-color: rgba(46, 49, 146, 0.16);
}

.about-stat-text {
  flex: 1;
}

.about-stat-text h3 {
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--dark-color);
  font-weight: 800;
}

.about-stat-text p {
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--muted-color);
}

.about-stat-number {
  flex: 0 0 68px;
  min-width: 68px;
  height: 60px;
  border-radius: 16px;
  background: var(--gradient-main);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 900;
  padding: 0 10px;
  box-shadow: 0 14px 32px rgba(46, 49, 146, 0.22);
}

/* Animations */

@keyframes aboutOrbitRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes aboutOrbitRotateReverse {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes aboutNodeCounterRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes aboutNodeCounterRotateReverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ======================================================
   COMPONENT: ABOUT SECTION END
====================================================== */
/* ======================================================
   COMPONENT: TESTIMONIALS VIDEO MARQUEE SECTION START
   Purpose: Moving testimonial cards over optional video background
====================================================== */

.testimonials-video-section {
  position: relative;
  overflow: hidden;
  background: var(--white-color);
}

/* Lightweight CSS-only Background */

.testimonials-video-bg {
  display: none !important;
}

.testimonials-video-bg video {
  display: none !important;
}

.testimonials-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

/* Video Mode */

.testimonials-video-section.has-video-bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(27, 255, 255, 0.18), transparent 32%),
    radial-gradient(circle at 84% 78%, rgba(46, 49, 146, 0.28), transparent 34%),
    linear-gradient(135deg, #07112b 0%, #111f48 52%, #07112b 100%);
}

.testimonials-video-section.has-video-bg .testimonials-video-overlay {
  opacity: 1;
  visibility: visible;
}

.testimonials-video-section.has-video-bg .testimonials-video-overlay {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.25),
      transparent 32%
    ),
    radial-gradient(
      circle at 84% 78%,
      rgba(46, 49, 146, 0.35),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(7, 17, 43, 0.88), rgba(28, 40, 85, 0.84));
}

/* Fallback / Normal Mode */

.testimonials-video-section.no-video-bg {
  background: var(--white-color);
}

.testimonials-video-section.no-video-bg::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -150px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.045);
  z-index: 0;
}

.testimonials-video-section.no-video-bg::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: -180px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.11);
  z-index: 0;
}

/* Header */

.testimonials-video-section .container {
  position: relative;
  z-index: 3;
}

.testimonials-video-header {
  max-width: 820px;
  margin: 0 auto 54px;
}

.testimonials-video-header .section-kicker {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.testimonials-video-header h2 {
  font-size: 38px;
  line-height: 1.6;
  color: var(--dark-color);
  margin-bottom: 14px;
}

.testimonials-video-header p {
  color: var(--muted-color);
  line-height: 2;
  max-width: 760px;
  margin: 0 auto;
}

/* Header colors in video mode */

.testimonials-video-section.has-video-bg
  .testimonials-video-header
  .section-kicker {
  color: var(--secondary-color);
}

.testimonials-video-section.has-video-bg .testimonials-video-header h2 {
  color: var(--white-color);
}

.testimonials-video-section.has-video-bg .testimonials-video-header p {
  color: rgba(255, 255, 255, 0.78);
}

/* Marquee */

.testimonials-video-marquee-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  padding: 12px 0 34px;
}

.testimonials-video-marquee-wrapper::before,
.testimonials-video-marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 170px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

/* Fade edges in normal mode */

.testimonials-video-section.no-video-bg
  .testimonials-video-marquee-wrapper::before {
  right: 0;
  background: linear-gradient(
    to left,
    var(--white-color),
    rgba(255, 255, 255, 0)
  );
}

.testimonials-video-section.no-video-bg
  .testimonials-video-marquee-wrapper::after {
  left: 0;
  background: linear-gradient(
    to right,
    var(--white-color),
    rgba(255, 255, 255, 0)
  );
}

/* Fade edges in video mode */

.testimonials-video-section.has-video-bg
  .testimonials-video-marquee-wrapper::before {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(7, 17, 43, 0.96),
    rgba(7, 17, 43, 0)
  );
}

.testimonials-video-section.has-video-bg
  .testimonials-video-marquee-wrapper::after {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(7, 17, 43, 0.96),
    rgba(7, 17, 43, 0)
  );
}

.testimonials-video-marquee-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
  animation: testimonialsVideoMarqueeRtl 38s linear infinite;
  padding-inline: 24px;
}

.testimonials-video-marquee-wrapper:hover .testimonials-video-marquee-track {
  animation-play-state: paused;
}

/* Cards */

.testimonial-video-card {
  position: relative;
  flex: 0 0 390px;
  min-height: 310px;
  padding: 28px 26px;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Normal card mode */

.testimonials-video-section.no-video-bg .testimonial-video-card {
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(27, 255, 255, 0.1),
      transparent 32%
    ),
    linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid var(--border-color);
  box-shadow: 0 24px 70px rgba(28, 40, 85, 0.085);
}

/* Glass card mode over video */

.testimonials-video-section.has-video-bg .testimonial-video-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.testimonial-video-card::before {
  content: "“";
  position: absolute;
  left: 24px;
  top: 10px;
  font-size: 96px;
  line-height: 1;
  font-family: Georgia, serif;
  z-index: 0;
}

.testimonials-video-section.no-video-bg .testimonial-video-card::before {
  color: rgba(46, 49, 146, 0.07);
}

.testimonials-video-section.has-video-bg .testimonial-video-card::before {
  color: rgba(255, 255, 255, 0.14);
}

.testimonial-video-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--gradient-main);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.testimonial-video-card:hover {
  transform: translateY(-8px);
}

.testimonials-video-section.no-video-bg .testimonial-video-card:hover {
  border-color: rgba(46, 49, 146, 0.16);
  box-shadow: 0 32px 85px rgba(28, 40, 85, 0.13);
}

.testimonials-video-section.has-video-bg .testimonial-video-card:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(27, 255, 255, 0.32);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.3);
}

.testimonial-video-card:hover::after {
  opacity: 1;
}

/* User */

.testimonial-video-user {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.testimonial-video-user img {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  object-fit: cover;
  border: 3px solid var(--white-color);
  box-shadow: 0 12px 30px rgba(28, 40, 85, 0.14);
}

.testimonial-video-user h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 4px;
}

.testimonials-video-section.no-video-bg .testimonial-video-user h3 {
  color: var(--dark-color);
}

.testimonials-video-section.has-video-bg .testimonial-video-user h3 {
  color: var(--white-color);
}

.testimonial-video-user span {
  font-size: 13px;
  font-weight: 600;
}

.testimonials-video-section.no-video-bg .testimonial-video-user span {
  color: var(--muted-color);
}

.testimonials-video-section.has-video-bg .testimonial-video-user span {
  color: rgba(255, 255, 255, 0.7);
}

/* Stars */

.testimonial-video-stars {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
  color: #ffb703;
  font-size: 18px;
  letter-spacing: 1px;
}

.testimonial-video-stars .star-muted {
  color: rgba(255, 183, 3, 0.35);
}

/* Review */

.testimonial-video-card p {
  position: relative;
  z-index: 2;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials-video-section.no-video-bg .testimonial-video-card p {
  color: var(--text-color);
}

.testimonials-video-section.has-video-bg .testimonial-video-card p {
  color: rgba(255, 255, 255, 0.82);
}

/* Animation */

@keyframes testimonialsVideoMarqueeRtl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50%);
  }
}

/* ======================================================
   COMPONENT: TESTIMONIALS VIDEO MARQUEE SECTION END
====================================================== */
/* ======================================================
   COMPONENT: FAQ + CONTACT SECTION START
   Purpose: Combined FAQ accordion and contact form
====================================================== */

.faq-contact-section {
  position: relative;
  background: var(--white-color);
  overflow: hidden;
}

.faq-contact-section::before {
  content: "";
  position: absolute;
  top: 120px;
  right: -160px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.05);
  z-index: 0;
}

.faq-contact-section::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: -180px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.11);
  z-index: 0;
}

.faq-contact-section .container {
  position: relative;
  z-index: 2;
}

.faq-contact-header {
  max-width: 820px;
  margin: 0 auto 54px;
}

.faq-contact-header .section-kicker {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.faq-contact-header h2 {
  font-size: 38px;
  line-height: 1.6;
  color: var(--dark-color);
  margin-bottom: 14px;
}

.faq-contact-header p {
  max-width: 740px;
  margin: 0 auto;
  color: var(--muted-color);
  line-height: 2;
}

.faq-contact-wrapper {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(27, 255, 255, 0.13),
      transparent 32%
    ),
    radial-gradient(circle at 86% 82%, rgba(46, 49, 146, 0.1), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid var(--border-color);
  box-shadow: 0 30px 90px rgba(28, 40, 85, 0.085);
}

/* FAQ Panel */

.faq-panel {
  height: 100%;
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.22),
      transparent 35%
    ),
    linear-gradient(135deg, #2e3192 0%, #1464c8 58%, #1bffff 135%);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(46, 49, 146, 0.2);
}

.faq-panel::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.faq-panel::after {
  content: "";
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 34px solid rgba(255, 255, 255, 0.08);
}

.faq-panel-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.faq-panel-heading span {
  display: inline-block;
  color: var(--secondary-color);
  font-weight: 800;
  margin-bottom: 8px;
}

.faq-panel-heading h3 {
  color: var(--white-color);
  font-size: 27px;
  line-height: 1.7;
  font-weight: 900;
}

.faq-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--white-color);
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: right;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.7;
}

.faq-question strong {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 18px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 2;
}

.faq-item.is-open {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(27, 255, 255, 0.32);
}

/* Contact Form */

.contact-form-card {
  height: 100%;
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 24px 70px rgba(28, 40, 85, 0.1);
}

.contact-form-card::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 32px;
  width: 94px;
  height: 94px;
  border-radius: 28px;
  background: var(--gradient-main);
  opacity: 0.08;
  transform: rotate(16deg);
}

.contact-form-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.contact-form-heading span {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-form-heading h3 {
  font-size: 27px;
  line-height: 1.7;
  color: var(--dark-color);
  font-weight: 900;
  margin-bottom: 8px;
}

.contact-form-heading p {
  color: var(--muted-color);
  line-height: 1.9;
  font-size: 14px;
}

.stb-contact-form {
  position: relative;
  z-index: 2;
}

.stb-contact-form label {
  display: block;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.stb-contact-form label span {
  color: #e63946;
}

.stb-contact-form input,
.stb-contact-form select,
.stb-contact-form textarea {
  width: 100%;
  border: 1px solid var(--border-color);
  background: #f9fbff;
  border-radius: 14px;
  padding: 13px 15px;
  color: var(--dark-color);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: all 0.25s ease;
}

.stb-contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.stb-contact-form input:focus,
.stb-contact-form select:focus,
.stb-contact-form textarea:focus {
  background: var(--white-color);
  border-color: rgba(46, 49, 146, 0.35);
  box-shadow: 0 0 0 4px rgba(46, 49, 146, 0.08);
}

.ltr-input {
  direction: ltr;
  text-align: left;
}

.contact-submit-btn {
  width: 100%;
  margin-top: 4px;
  border-radius: 14px;
}

/* ======================================================
   COMPONENT: FAQ + CONTACT SECTION END
====================================================== */
/* ======================================================
   COMPONENT: FINAL CONTACT SECTION START
   Purpose: Premium glass contact section with map and social channels
====================================================== */

.final-contact-section {
  position: relative;
  background: var(--white-color);
  overflow: hidden;
}

.final-contact-section::before {
  content: "";
  position: absolute;
  top: 120px;
  right: -160px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.05);
  z-index: 0;
}

.final-contact-section::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: -180px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.12);
  z-index: 0;
}

.final-contact-section .container {
  position: relative;
  z-index: 2;
}

.final-contact-shell {
  position: relative;
  padding: 54px 46px 34px;
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at 86% 76%,
      rgba(46, 49, 146, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, #1c2855 0%, #2e3192 55%, #1267c9 118%);
  overflow: hidden;
  box-shadow: 0 36px 105px rgba(28, 40, 85, 0.22);
}

.final-contact-shell::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 32px;
  pointer-events: none;
}

.final-contact-shape {
  position: absolute;
  pointer-events: none;
}

.final-contact-shape.shape-one {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: -90px;
  left: 13%;
  background: rgba(27, 255, 255, 0.18);
  filter: blur(5px);
}

.final-contact-shape.shape-two {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  right: -130px;
  bottom: -140px;
  border: 46px solid rgba(255, 255, 255, 0.06);
}

/* Content */

.final-contact-content {
  position: relative;
  z-index: 3;
}

.final-contact-content .section-kicker {
  color: var(--secondary-color);
  margin-bottom: 12px;
}

.final-contact-content h2 {
  color: var(--white-color);
  font-size: 37px;
  line-height: 1.7;
  font-weight: 900;
  margin-bottom: 18px;
}

.final-contact-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 2;
  font-size: 15.5px;
}

.final-contact-main-card {
  margin-top: 26px;
  padding: 22px;
  border-radius: 26px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.final-contact-main-icon {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 44px rgba(27, 255, 255, 0.22);
}

.final-contact-main-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--white-color);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-contact-main-card span {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.final-contact-main-card h3 {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 8px;
}

.final-contact-main-card p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 0;
}

.final-contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.final-outline-btn {
  min-height: 49px;
  padding: 12px 22px;
  border-radius: 15px;
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.final-outline-btn:hover {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-3px);
}

/* Map */

.final-map-card {
  position: relative;
  z-index: 3;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.final-map-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 4px 4px 0;
}

.final-map-topbar span {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.final-map-topbar h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}

.final-map-topbar a {
  flex: 0 0 auto;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s ease;
}

.final-map-topbar a:hover {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.18);
}

.final-map-frame {
  position: relative;
  height: 390px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.final-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.95) contrast(1.02);
}

/* Contact Channels */

.final-contact-channels {
  position: relative;
  z-index: 3;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.final-channel-card {
  min-height: 136px;
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
}

.final-channel-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.17);
  border-color: rgba(27, 255, 255, 0.32);
}

.final-channel-icon {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-channel-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--white-color);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-channel-card span {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}

.final-channel-card strong {
  display: block;
  color: var(--white-color);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 900;
}

/* Social Row */

.final-social-row {
  position: relative;
  z-index: 3;
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.final-social-text span {
  display: block;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 4px;
}

.final-social-text p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.8;
  margin-bottom: 0;
}

.final-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.final-social-links a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  transition: all 0.3s ease;
}

.final-social-links a:hover {
  background: var(--gradient-main);
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(27, 255, 255, 0.18);
}

.final-social-links a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-social-links a svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-social-links a[aria-label="Facebook"] svg,
.final-social-links a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}

/* ======================================================
   COMPONENT: FINAL CONTACT SECTION END
====================================================== */
/* ======================================================
   GLOBAL DARK MODE START
   Purpose: Apply dark mode to the whole website through CSS variables
====================================================== */

body.dark-mode {
  --dark-color: #ffffff;
  --text-color: rgba(255, 255, 255, 0.76);
  --muted-color: rgba(255, 255, 255, 0.56);
  --light-bg: #0d1835;
  --white-color: #111d3a;
  --border-color: rgba(255, 255, 255, 0.12);

  background: #07112b;
  color: var(--text-color);
}

/* General sections */
body.dark-mode section,
body.dark-mode .services-section,
body.dark-mode .partners-marquee-section,
body.dark-mode .about-stb-section,
body.dark-mode .why-stb-modern,
body.dark-mode .faq-contact-section,
body.dark-mode .final-contact-section {
  background: #07112b;
}

/* General text */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: var(--dark-color);
}

body.dark-mode p {
  color: var(--text-color);
}

/* Common white/light cards */
body.dark-mode .service-card-v1,
body.dark-mode .main-service-card,
body.dark-mode .secondary-service-card,
body.dark-mode .partner-marquee-item,
body.dark-mode .about-stb-box,
body.dark-mode .about-stat-card,
body.dark-mode .why-visual-panel,
body.dark-mode .why-cloud-core,
body.dark-mode .why-advantage-item,
body.dark-mode .testimonial-video-card,
body.dark-mode .contact-form-card,
body.dark-mode .faq-contact-wrapper {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

/* Cards with inner light gradients */
body.dark-mode .main-service-card,
body.dark-mode .why-feature-card,
body.dark-mode .testimonial-video-card,
body.dark-mode .about-stb-box,
body.dark-mode .faq-contact-wrapper {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.1),
      transparent 32%
    ),
    radial-gradient(circle at 86% 80%, rgba(46, 49, 146, 0.2), transparent 34%),
    linear-gradient(135deg, #0d1835 0%, #111d3a 100%);
}

/* Secondary light areas */
body.dark-mode .secondary-services-area,
body.dark-mode .bg-light {
  background: #0d1835 !important;
  border-color: rgba(255, 255, 255, 0.12);
}

/* Links */
body.dark-mode main a {
  color: inherit;
}

body.dark-mode .service-card-link,
body.dark-mode .main-service-link,
body.dark-mode .section-kicker,
body.dark-mode .services-title .section-kicker,
body.dark-mode .partners-marquee-title .section-kicker,
body.dark-mode .testimonials-video-header .section-kicker,
body.dark-mode .faq-contact-header .section-kicker {
  color: var(--secondary-color);
}

/* Forms */
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select,
body.dark-mode .stb-contact-form input,
body.dark-mode .stb-contact-form textarea,
body.dark-mode .stb-contact-form select {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.dark-mode input::placeholder,
body.dark-mode textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

body.dark-mode label,
body.dark-mode .stb-contact-form label {
  color: rgba(255, 255, 255, 0.86);
}

/* Partner/testimonial fade edges */
body.dark-mode .partners-marquee-wrapper::before,
body.dark-mode .testimonials-video-marquee-wrapper::before {
  background: linear-gradient(to left, #07112b, rgba(7, 17, 43, 0));
}

body.dark-mode .partners-marquee-wrapper::after,
body.dark-mode .testimonials-video-marquee-wrapper::after {
  background: linear-gradient(to right, #07112b, rgba(7, 17, 43, 0));
}

/* Icons and numbers */
body.dark-mode .secondary-service-number,
body.dark-mode .why-advantage-number,
body.dark-mode .about-visual-node {
  background: rgba(255, 255, 255, 0.1);
  color: var(--secondary-color);
  border-color: rgba(255, 255, 255, 0.12);
}

/* Logo cards / white center visual */
body.dark-mode .about-visual-logo {
  background: #111d3a;
  border-color: rgba(27, 255, 255, 0.22);
}

body.dark-mode .about-visual-logo span {
  color: var(--secondary-color);
}

body.dark-mode .about-visual-logo small {
  color: rgba(255, 255, 255, 0.7);
}

/* FAQ panel stays blue but better in dark mode */
body.dark-mode .faq-panel {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.2),
      transparent 35%
    ),
    linear-gradient(135deg, #111d3a 0%, #2e3192 70%, #1267c9 135%);
}

/* Final contact already dark/gradient, keep it strong */
body.dark-mode .final-contact-shell,
body.dark-mode .reach-us-shell {
  box-shadow: 0 36px 105px rgba(0, 0, 0, 0.36);
}

/* ======================================================
   GLOBAL DARK MODE END
====================================================== */
/* ======================================================
   GLOBAL DARK MODE TEXT FIX START
   Purpose: Fix dark text visibility in dark mode sections
====================================================== */

/* Force headings and common section titles to stay readable */
body.dark-mode .section-title h2,
body.dark-mode .section-title h3,
body.dark-mode .services-title h2,
body.dark-mode .partners-marquee-title h2,
body.dark-mode .about-stb-content h2,
body.dark-mode .why-stb-modern-header h2,
body.dark-mode .why-advantage-content h3,
body.dark-mode .faq-contact-header h2,
body.dark-mode .contact-form-heading h3,
body.dark-mode .final-contact-content h2,
body.dark-mode .final-map-topbar h3,
body.dark-mode .testimonials-video-header h2,
body.dark-mode .testimonials-header h2 {
  color: #ffffff !important;
}

/* General paragraphs inside dark mode */
body.dark-mode .section-title p,
body.dark-mode .services-title p,
body.dark-mode .about-stb-content p,
body.dark-mode .why-stb-modern-header p,
body.dark-mode .why-advantage-content p,
body.dark-mode .faq-contact-header p,
body.dark-mode .contact-form-heading p,
body.dark-mode .testimonials-video-header p,
body.dark-mode .testimonials-header p {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Fix testimonial video section specifically */
body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-header
  h2,
body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-header
  p,
body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-header
  .section-kicker {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-header
  h2 {
  color: #ffffff !important;
}

body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-header
  p {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-header
  .section-kicker {
  color: var(--secondary-color) !important;
}

/* Testimonial cards text */
body.dark-mode .testimonial-video-card,
body.dark-mode .testimonial-card {
  color: rgba(255, 255, 255, 0.82);
}

body.dark-mode .testimonial-video-user h3,
body.dark-mode .testimonial-user h3 {
  color: #ffffff !important;
}

body.dark-mode .testimonial-video-user span,
body.dark-mode .testimonial-user span {
  color: rgba(255, 255, 255, 0.66) !important;
}

body.dark-mode .testimonial-video-card p,
body.dark-mode .testimonial-card p {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Fix all card headings that may remain dark */
body.dark-mode .main-service-card h3,
body.dark-mode .secondary-service-card h4,
body.dark-mode .about-stat-text h3,
body.dark-mode .why-feature-card h3,
body.dark-mode .service-card-v1 h3,
body.dark-mode .faq-question,
body.dark-mode .reach-contact-info h3,
body.dark-mode .final-channel-card strong {
  color: #ffffff !important;
}

/* Fix all card descriptions */
body.dark-mode .main-service-card p,
body.dark-mode .secondary-service-card p,
body.dark-mode .about-stat-text p,
body.dark-mode .why-feature-card p,
body.dark-mode .service-card-v1 p,
body.dark-mode .reach-contact-info p,
body.dark-mode .final-channel-card span {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* If a section has video/image background, add readability overlay strength */
body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonials-video-overlay {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.2),
      transparent 32%
    ),
    radial-gradient(
      circle at 84% 78%,
      rgba(46, 49, 146, 0.38),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(7, 17, 43, 0.88), rgba(7, 17, 43, 0.78)) !important;
}

/* Stronger glass card contrast over video */
body.dark-mode
  .testimonials-video-section.has-video-bg
  .testimonial-video-card {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32) !important;
}

/* Prevent quote mark from making text look dirty */
body.dark-mode .testimonial-video-card::before,
body.dark-mode .testimonial-card::before {
  color: rgba(255, 255, 255, 0.12) !important;
}

/* ======================================================
   GLOBAL DARK MODE TEXT FIX END
====================================================== */
/* ======================================================
   DARK MODE PRIMARY TEXT CONTRAST FIX START
   Purpose: Replace hard-to-read #2e3192 text in dark mode
====================================================== */

/* Small section labels / kickers that use primary color */
body.dark-mode .about-stb-kicker,
body.dark-mode .section-kicker,
body.dark-mode .services-title .section-kicker,
body.dark-mode .partners-marquee-title .section-kicker,
body.dark-mode .why-stb-modern-header .section-kicker,
body.dark-mode .faq-contact-header .section-kicker,
body.dark-mode .contact-form-heading span,
body.dark-mode .secondary-services-heading span,
body.dark-mode .testimonials-video-header .section-kicker,
body.dark-mode .partners-title .section-kicker,
body.dark-mode .partners-marquee-title .section-kicker {
  color: var(--secondary-color) !important;
}

/* Badges that are too dark in dark mode */
body.dark-mode .main-service-badge,
body.dark-mode .main-service-card:not(.featured) .main-service-badge {
  color: var(--secondary-color) !important;
  background: rgba(27, 255, 255, 0.1) !important;
  border: 1px solid rgba(27, 255, 255, 0.18);
}

/* Links that use primary color */
body.dark-mode .service-card-link,
body.dark-mode .main-service-link,
body.dark-mode .why-advantage-content a,
body.dark-mode .contact-form-heading span {
  color: var(--secondary-color) !important;
}

/* Checkmarks and list markers */
body.dark-mode .main-service-list li::before {
  color: var(--secondary-color) !important;
}

/* Numbers / icons that use primary color */
body.dark-mode .secondary-service-number,
body.dark-mode .why-advantage-number,
body.dark-mode .about-visual-node,
body.dark-mode .node-icon {
  color: var(--secondary-color) !important;
  background: rgba(27, 255, 255, 0.1) !important;
  border-color: rgba(27, 255, 255, 0.18) !important;
}

/* About center logo */
body.dark-mode .about-visual-logo span {
  color: var(--secondary-color) !important;
}

/* Form labels and important label spans */
body.dark-mode .stb-contact-form label,
body.dark-mode .contact-form-heading h3 {
  color: #ffffff !important;
}

/* If any primary-colored text still remains */
body.dark-mode [style*="#2e3192"],
body.dark-mode [style*="rgb(46, 49, 146)"] {
  color: var(--secondary-color) !important;
}

/* ======================================================
   DARK MODE PRIMARY TEXT CONTRAST FIX END
====================================================== */
/* ======================================================
   DARK MODE HEADER CONTRAST FIX START
   Purpose: Make double header readable in dark mode at top scroll
====================================================== */

/* Main navbar background in dark mode */
body.dark-mode .stb-navbar {
  background: rgba(13, 24, 53, 0.94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22) !important;
}

/* When page is at the very top */
body.dark-mode .stb-header:not(.is-scrolled) .stb-navbar {
  background: rgba(13, 24, 53, 0.96) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Header menu text */
body.dark-mode .stb-main-menu a {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Header menu hover and active */
body.dark-mode .stb-main-menu a:hover,
body.dark-mode .stb-main-menu a.active {
  color: #ffffff !important;
  background: rgba(27, 255, 255, 0.13) !important;
}

/* Logo text */
body.dark-mode .stb-logo-text strong {
  color: #ffffff !important;
}

body.dark-mode .stb-logo-text span {
  color: rgba(255, 255, 255, 0.62) !important;
}

/* Header control buttons */
body.dark-mode .stb-lang-toggle,
body.dark-mode .stb-theme-toggle {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
}

/* Theme icons */
body.dark-mode .theme-icon {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* CTA button inside header */
body.dark-mode .stb-header-btn {
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(27, 255, 255, 0.14) !important;
}

/* Topbar social icons */
body.dark-mode .stb-social-mini a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

body.dark-mode .stb-social-mini a:hover {
  color: #07112b !important;
  background: var(--secondary-color) !important;
}

/* Mobile menu button */
body.dark-mode .stb-menu-toggle {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.dark-mode .stb-menu-toggle span {
  background: #ffffff !important;
}

/* ======================================================
   DARK MODE HEADER CONTRAST FIX END
====================================================== */
/* ======================================================
   DARK MODE TOPBAR CONTRAST FIX START
   Purpose: Make top header/topbar links readable in dark mode
====================================================== */

body.dark-mode .stb-topbar {
  background: linear-gradient(
    90deg,
    #1c2855 0%,
    #2e3192 55%,
    #1267c9 100%
  ) !important;
  color: #ffffff !important;
}

body.dark-mode .stb-topbar-news,
body.dark-mode .stb-topbar-actions {
  color: #ffffff !important;
}

body.dark-mode .topbar-label {
  color: var(--secondary-color) !important;
}

body.dark-mode .stb-topbar-news a {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.dark-mode .stb-topbar-news a:hover {
  color: var(--secondary-color) !important;
}

body.dark-mode .topbar-link {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.dark-mode .topbar-link:hover {
  color: var(--secondary-color) !important;
}

body.dark-mode .stb-social-mini a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

body.dark-mode .stb-social-mini a:hover {
  color: #07112b !important;
  background: var(--secondary-color) !important;
}

/* ======================================================
   DARK MODE TOPBAR CONTRAST FIX END
====================================================== */
/* ======================================================
   DARK MODE HERO CTA FIX START
   Purpose: Fix CTA button text colors in hero section
====================================================== */

body.dark-mode .hero-section .site-btn,
body.dark-mode .hero-section .site-btn:visited,
body.dark-mode .hero-section .site-btn:hover,
body.dark-mode .hero-section .site-btn:focus {
  color: #ffffff !important;
}

body.dark-mode .hero-section .site-btn-outline,
body.dark-mode .hero-section .site-btn-outline:visited {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: transparent !important;
}

body.dark-mode .hero-section .site-btn-outline:hover,
body.dark-mode .hero-section .site-btn-outline:focus {
  color: #07112b !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

/* Optional: make CTA area a bit more readable */
body.dark-mode .hero-actions .site-btn {
  box-shadow: 0 16px 38px rgba(27, 255, 255, 0.18) !important;
}

body.dark-mode .hero-actions .site-btn-outline {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16) !important;
}

/* ======================================================
   DARK MODE HERO CTA FIX END
====================================================== */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*index-en.html*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ======================================================
   LTR LANGUAGE SUPPORT START
   Purpose: Make English version use same UI in LTR direction
====================================================== */

html[dir="ltr"] {
  direction: ltr;
}

html[dir="ltr"] body {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] .stb-topbar-news,
html[dir="ltr"] .stb-topbar-actions,
html[dir="ltr"] .stb-main-menu,
html[dir="ltr"] .stb-header-controls {
  direction: ltr;
}

html[dir="ltr"] .stb-logo-text span,
html[dir="ltr"] .ltr {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] .hero-content,
html[dir="ltr"] .section-title,
html[dir="ltr"] .services-title,
html[dir="ltr"] .why-stb-modern-header,
html[dir="ltr"] .partners-marquee-title,
html[dir="ltr"] .about-stb-content,
html[dir="ltr"] .testimonials-video-header,
html[dir="ltr"] .faq-contact-header,
html[dir="ltr"] .final-contact-content {
  text-align: left;
}

html[dir="ltr"] .hero-actions,
html[dir="ltr"] .final-contact-actions {
  justify-content: flex-start;
}

/* ======================================================
   LTR LANGUAGE SUPPORT END
====================================================== */
/* ======================================================
   COMPONENT: GLOBAL PAGE LOADER START
   Purpose: Glass loading screen for first load and language switching
====================================================== */

.stb-page-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;

  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(27, 255, 255, 0.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(46, 49, 146, 0.28),
      transparent 36%
    ),
    rgba(7, 17, 43, 0.58);

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.stb-page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stb-page-loader.is-leaving {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.stb-loader-glass {
  position: relative;
  width: min(360px, 92vw);
  min-height: 320px;
  padding: 34px 28px 30px;
  border-radius: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.07)
    ),
    rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);

  overflow: hidden;
}

.stb-loader-glass::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -80px;
  right: -70px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.2);
  filter: blur(12px);
}

.stb-loader-glass::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  left: -70px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(46, 49, 146, 0.26);
  filter: blur(10px);
}

.stb-loader-logo {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  border-radius: 26px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 45px rgba(27, 255, 255, 0.15);
}

.stb-loader-logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.stb-loader-rings {
  position: absolute;
  z-index: 1;
  width: 160px;
  height: 160px;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.stb-loader-rings span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(27, 255, 255, 0.26);
  animation: stbLoaderPulse 1.9s ease-in-out infinite;
}

.stb-loader-rings span:nth-child(2) {
  inset: 18px;
  animation-delay: 0.22s;
}

.stb-loader-rings span:nth-child(3) {
  inset: 36px;
  animation-delay: 0.44s;
}

.stb-loader-glass h3 {
  position: relative;
  z-index: 2;
  margin: 24px 0 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.stb-loader-glass p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.stb-loader-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 8px;
  margin-top: 28px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.stb-loader-line span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: var(--gradient-main);
  animation: stbLoaderLine 1.25s ease-in-out infinite;
}

@keyframes stbLoaderPulse {
  0% {
    transform: scale(0.72);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.1);
    opacity: 0.15;
  }

  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@keyframes stbLoaderLine {
  0% {
    transform: translateX(-120%);
  }

  50% {
    transform: translateX(70%);
  }

  100% {
    transform: translateX(260%);
  }
}

/* Light mode version */
body:not(.dark-mode) .stb-page-loader {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(27, 255, 255, 0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(46, 49, 146, 0.18),
      transparent 36%
    ),
    rgba(247, 249, 252, 0.65);
}

body:not(.dark-mode) .stb-loader-glass {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 255, 255, 0.38)
    ),
    rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.68);
}

body:not(.dark-mode) .stb-loader-glass h3 {
  color: #1c2855;
}

body:not(.dark-mode) .stb-loader-glass p {
  color: rgba(28, 40, 85, 0.72);
}

@media (max-width: 575px) {
  .stb-loader-glass {
    min-height: 285px;
    padding: 28px 22px 24px;
    border-radius: 26px;
  }

  .stb-loader-logo {
    width: 76px;
    height: 76px;
    border-radius: 22px;
  }

  .stb-loader-logo img {
    width: 54px;
    height: 54px;
  }

  .stb-loader-glass h3 {
    font-size: 24px;
  }

  .stb-loader-glass p {
    font-size: 13px;
  }
}

/* ======================================================
   COMPONENT: GLOBAL PAGE LOADER END
====================================================== */
/* ======================================================
   FINAL SERVICES DROPDOWN
====================================================== */

.stb-services-item {
  position: relative;
}

/* trigger */

.stb-services-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 42px;

  padding: 9px 14px;

  border: 0;
  outline: 0;

  background: transparent;

  border-radius: 13px;

  color: var(--dark-color);

  font-size: 15px;
  font-weight: 800;

  font-family: inherit;

  cursor: pointer;

  transition: all 0.3s ease;
}

.stb-services-trigger:hover {
  color: var(--primary-color);

  background: rgba(46, 49, 146, 0.075);
}

/* arrow */

.stb-services-arrow {
  width: 8px;
  height: 8px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(45deg);

  transition: transform 0.3s ease;

  margin-top: -4px;
}

/* menu */

.stb-services-menu {
  position: absolute;

  top: calc(100% + 16px);
  right: 0;

  width: 270px;

  padding: 14px;

  border-radius: 24px;

  display: flex;
  flex-direction: column;
  gap: 8px;

  opacity: 0;
  visibility: hidden;

  transform: translateY(14px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;

  z-index: 999;

  /* CLEAN GLASS EFFECT */

  background: rgba(255, 255, 255, 0.96);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.65);

  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.12),
    0 4px 12px rgba(46, 49, 146, 0.06);
}

/* menu items */

.stb-services-menu a {
  display: flex;
  align-items: center;

  min-height: 50px;

  padding: 0 16px;

  border-radius: 16px;

  color: var(--dark-color);

  font-size: 14px;
  font-weight: 700;

  transition: all 0.25s ease;
}

.stb-services-menu a:hover {
  background: rgba(46, 49, 146, 0.08);

  color: var(--primary-color);

  transform: translateX(-4px);
}

/* DESKTOP */

@media (min-width: 992px) {
  .stb-services-item:hover .stb-services-menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
  }

  .stb-services-item:hover .stb-services-arrow {
    transform: rotate(225deg);
  }
}

/* DARK MODE */

body.dark-mode .stb-services-trigger {
  color: rgba(255, 255, 255, 0.92);
}

body.dark-mode .stb-services-trigger:hover {
  background: rgba(255, 255, 255, 0.08);

  color: var(--secondary-color);
}

body.dark-mode .stb-services-menu {
  background: rgba(9, 18, 40, 0.97);

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.dark-mode .stb-services-menu a {
  color: rgba(255, 255, 255, 0.88);
}

body.dark-mode .stb-services-menu a:hover {
  background: rgba(255, 255, 255, 0.06);

  color: var(--secondary-color);
}

/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 991px) {
  .stb-services-item {
    width: 100%;
  }

  .stb-services-trigger {
    width: 100%;

    justify-content: space-between;
  }

  .stb-services-menu {
    position: static;

    width: 100%;

    margin-top: 12px;

    padding: 12px;

    border-radius: 20px;

    opacity: 1;
    visibility: visible;

    transform: none;

    display: none;

    gap: 10px;
  }

  .stb-services-item.is-open .stb-services-menu {
    display: flex;
  }

  .stb-services-item.is-open .stb-services-arrow {
    transform: rotate(225deg);
  }

  .stb-services-menu a {
    min-height: 52px;

    padding: 0 16px;

    border-radius: 14px;

    background: rgba(46, 49, 146, 0.04);
  }

  body.dark-mode .stb-services-menu a {
    background: rgba(255, 255, 255, 0.04);
  }
}
