body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.navbar {
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 0 50px;
  height: 70px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.navbar-logo {
  margin-right: 70px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.navbar-logo img {
  height: 40px;
  margin-right: 10px;
}

.company-nav-link,
.resource-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #223762;
  width: 100%;
}

/* Resources dropdown — ensure labels are always visible */
.custom-resources-dropdown .resources-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.custom-resources-dropdown .resources-list li {
  display: block;
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.custom-resources-dropdown .resource-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 14px !important;
  width: 100% !important;
  color: #223762 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.custom-resources-dropdown .resource-nav-link:hover {
  color: #409cff !important;
  background: #f0f7ff;
  border-radius: 10px;
}

.custom-resources-dropdown .h-icon {
  flex: 0 0 40px;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  margin-right: 0 !important;
  padding: 8px !important;
  flex-wrap: nowrap !important;
}

.custom-resources-dropdown .h-icon img {
  width: 24px !important;
  height: 24px !important;
  display: block;
  object-fit: contain;
}

.custom-resources-dropdown .resource-nav-text {
  flex: 1 1 auto;
  display: block;
  color: #223762 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: normal;
}

.custom-resources-dropdown .resource-nav-link:hover .resource-nav-text {
  color: #409cff !important;
}

.footer-column ul li a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-column ul li a:hover {
  color: #00a6a6;
}

.footer-logo-section a {
  text-decoration: none;
  display: inline-block;
}

.consultation {
  color: #007b7f;
  text-decoration: none;
  font-weight: 600;
}

.consultation:hover {
  color: #00a6a6;
}

.navbar-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-menu li {
  margin: 0 16px;
  position: relative;
}

.navbar-menu a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.2s;
  padding: 8px 6px;
}

.navbar-menu a:hover {
  color: #409cff;
}

.demo-btn {
  background: #0077ff;
  color: #fff;
  border: none;
  padding: 9px 23px;
  border-radius: 11px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
  text-decoration: none;
  box-sizing: border-box;
}

a.demo-btn {
  display: inline-block;
  line-height: 1.25;
}

.demo-btn:hover {
  background: #2179c4;
  color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 150px;
  z-index: 1;
  border-radius: 7px;
  top: 38px;
  left: 0;
  padding: 0;
}

.dropdown-content li {
  margin: 0;
}

.dropdown-content a {
  color: #fff;
  padding: 11px 18px;
  display: block;
  font-size: 16px;
  border-radius: 6px;
}

.dropdown-content a:hover {
  background: #2179c4;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.custom-solutions-dropdown {
  display: none;
  flex-direction: row;
  width: 1040px;
  height: 520px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(51, 78, 123, 0.14);
  border: none;
  left: -150px;
  top: 40px;
  align-items: stretch;
  padding: 0;
}

.dropdown.solutions-dropdown:hover .custom-solutions-dropdown {
  display: flex !important;
}

.dropdown-panels {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 44px;
}

.solutions-list {
  list-style: none;
  margin: 0;
  padding: 24px 0 24px 30px;
  width: 400px;
  background: #fff;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-right: 1px solid #e4e9f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
}

.solutions-list li {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  font-size: 17px;
  border-radius: 10px;
  cursor: pointer;
  color: #223762;
  font-weight: 500;
  margin-bottom: 2px;
  margin-right: 30px;
  border: 1.5px solid transparent;
  box-sizing: border-box;
  line-height: 1.3;
  background: #fff;
  white-space: normal;
}

.solutions-list li.active,
.solutions-list li:hover {
  background: #eaf4fc;
  border: 1.5px solid #409cff;
}

.solutions-list .icon img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.solutions-list .option-chevron {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
}

.solutions-list li {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.solutions-list .option-chevron svg {
  width: 18px;
  height: 18px;
  stroke: #7b869a; 
}

.solutions-detail {
  flex: 1;
  padding: 22px 36px 22px 8px;
  background: #fff;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  box-sizing: border-box;
}

.solutions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  height: 32px;
}

.solutions-header h3 {
  font-size: 21px;
  color: #0d2242;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
}

.features-btn {
  background: #409cff;
  color: #fff;
  border: none;
  font-size: 17px;
  border-radius: 9px;
  padding: 10px 28px;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(64, 156, 255, 0.07);
  white-space: nowrap;
  margin-left: 16px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.features-btn:hover {
  background: #246db9;
}

.details-panel {
  display: none;
  flex-direction: column;
  gap: 15px;
  margin-top: 6px;
}

.details-panel.active {
  display: block;
}

.details-panel .row {
  display: flex;
  gap: 38px;
  margin-bottom: 20px;
}

.feature-block {
  flex: 1;
  min-width: 0;
  padding: 18px 12px 20px 14px;
  background: #fff;
  border-radius: 7px;
  transition: background 0.18s;
  box-sizing: border-box;
}

.feature-block:hover {
  background: #f3f4f6;
}

.details-panel h4 {
  font-size: 17px;
  color: #163666;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 600;
}

.details-panel p {
  color: #3a4d6b;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.feature-block h4:hover {
  color: #409cff;
}

.h-icon {
  margin-right: 16px;
  padding: 9px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background-color: rgb(18 39 80 / 5%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.custom-resources-dropdown {
  display: none;
  flex-direction: row;
  width: 850px;
  min-height: 250px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(51, 78, 123, 0.14);
  border: none;
  left: auto;
  right: -400px;
  top: 42px;
  align-items: stretch;
  padding: 32px 32px 32px 32px;
}

.dropdown.resources-dropdown:hover .custom-resources-dropdown {
  display: flex !important;
}

.resources-left-panel {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.resources-label {
  font-size: 18px;
  font-weight: 650;
  color: #7b869a;
  margin-bottom: 22px;
  margin-left: 5px;
  letter-spacing: 0.02em;
}

.resources-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resources-list li {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #223762;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.15s, color 0.15s;
}

.resources-list li:hover {
  color: #409cff;
}

.resources-list .h-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.resources-detail {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.resources-detail .resource-item,
.resources-detail .resource-item:hover {
  background: #fff;
}

.resources-detail .resource-item img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 240px;
  border-radius: 12px;
  margin-bottom: 38px;
}

.resource-item {
  display: flex;
  text-decoration: none;
  color: #223762;
  width: 100%;
  align-items: center;
  font-weight: 600;
}

.resource-item img {
  height: 100px;
  width: 150px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.resource-text {
  flex: 1;
  min-width: 0;
  padding-top: 3px;
}

.resource-label {
  color: #409cff;
  font-weight: 649;
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
}

.resource-text p {
  color: #000000;
  font-size: 25px;
  font-weight: 530;
}

.resource-text p:hover {
  color: #409cff;
}

.custom-company-dropdown {
  display: none;
  flex-direction: row;
  width: 1200px;
  min-height: 220px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(51, 78, 123, 0.14);
  border: none;
  left: auto;
  right: -320px;
  top: 40px;
  align-items: stretch;
  padding: 32px 32px 32px 32px;
}

.dropdown.company-dropdown:hover .custom-company-dropdown {
  display: flex !important;
}

.dropdown-panels {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 44px;
}

.company-left-panel {
  width: 270px;
  display: flex;
  flex-direction: column;
  margin-right: 70px;
}

.company-title {
  font-size: 22px;
  font-weight: 700;
  color: #0d2242;
  margin-bottom: 18px;
}

.company-description {
  font-size: 15px;
  color: #223762;
  line-height: 1.6;
  margin: 0;
}

.company-right-panel {
  flex: 1;
  display: flex;
  font-size: 15px;
  margin-right: 200px;
}

.company-section {
  display: flex;
  flex-direction: column;
  margin-right: 70px;
}

.section-title {
  font-weight: 700;
  font-size: 15px;
  color: #7b869a;
  margin-bottom: 16px;
}

.company-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-links li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: nowrap;
}

.company-links li:last-child {
  margin-bottom: 0;
}

.company-links .icon {
  width: 36px;
  height: 36px;
  background-color: rgba(18, 39, 80, 0.05);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.company-links .icon img {
  width: 18px;
  height: 18px;
}

.company-links .link-text strong {
  color: #223762;
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

.company-links .link-text p {
  margin: 0;
  color: #223762;
  line-height: 1.5;
}

.link-text strong:hover {
  color: #409cff;
}

.navbar-menu .dropdown {
  z-index: 10;
}

/* Desktop mega-menu: stay open while moving mouse into panel */
@media (min-width: 993px) {
  .navbar {
    overflow: visible;
  }

  .navbar-menu > li.dropdown {
    position: relative;
  }

  .navbar-menu > li.dropdown.dropdown-active {
    z-index: 10050;
  }

  .navbar-menu > li.dropdown .dropdown-content,
  .navbar-menu > li.dropdown .custom-solutions-dropdown,
  .navbar-menu > li.dropdown .custom-resources-dropdown,
  .navbar-menu > li.dropdown .custom-company-dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  .navbar-menu > li.dropdown .custom-solutions-dropdown::before,
  .navbar-menu > li.dropdown .custom-resources-dropdown::before,
  .navbar-menu > li.dropdown .custom-company-dropdown::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
    background: transparent;
  }

  .navbar-menu > li.dropdown.dropdown-active .dropdown-content,
  .navbar-menu > li.dropdown.dropdown-active .custom-solutions-dropdown,
  .navbar-menu > li.dropdown.dropdown-active .custom-resources-dropdown,
  .navbar-menu > li.dropdown.dropdown-active .custom-company-dropdown,
  .navbar-menu > li.dropdown:hover .dropdown-content,
  .navbar-menu > li.dropdown:hover .custom-solutions-dropdown,
  .navbar-menu > li.dropdown:hover .custom-resources-dropdown,
  .navbar-menu > li.dropdown:hover .custom-company-dropdown {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .navbar-menu > li.dropdown.dropdown-active .custom-resources-dropdown .resource-nav-link,
  .navbar-menu > li.dropdown.dropdown-active .custom-resources-dropdown .resource-nav-text,
  .navbar-menu > li.dropdown:hover .custom-resources-dropdown .resource-nav-link,
  .navbar-menu > li.dropdown:hover .custom-resources-dropdown .resource-nav-text {
    opacity: 1 !important;
    visibility: visible !important;
    color: #223762 !important;
  }

  .custom-solutions-dropdown,
  .custom-resources-dropdown,
  .custom-company-dropdown {
    top: calc(100% + 2px);
    z-index: 10050;
  }

  .navbar-menu > li.dropdown > a.nav-dropdown-trigger {
    cursor: pointer;
  }
}

/*Below navbar — Hero / typing slider */

@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.hero-section {
  background: linear-gradient(135deg, #0f1248 0%, #151557 45%, #1a2d6e 100%);
  overflow: visible;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 156, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.side-by-side {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  align-items: center;
  gap: 32px;
  padding: 72px 40px 64px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.hero-section .side-by-side {
  align-items: start;
}

.left-panel,
.hero-content {
  margin-left: 0;
  max-width: 640px;
  min-width: 0;
}

.typing-container {
  margin-top: 0;
}

.hero-eyebrow,
.typing-container h2 {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(210, 208, 212, 0.9);
  margin: 0 0 12px;
}

.hero-headline,
.typing-container h1 {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: clamp(1.75rem, 3.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #fff;
  min-height: 7rem;
  overflow: hidden;
  box-sizing: border-box;
}

.hero-typed-wrap {
  display: block;
  height: 100%;
  min-height: inherit;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.hero-typed-text,
#typed-text {
  background: linear-gradient(90deg, #ffffff 0%, #e8f4ff 55%, #7ec8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cursor {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 2px;
  font-weight: 400;
  color: #409cff;
  -webkit-text-fill-color: #409cff;
  animation: blink 1s step-end infinite;
}

.hero-answer,
.sub {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.5;
  color: #b8ecff;
  max-width: 520px;
  margin: 0 0 10px;
}

.hero-answer strong,
.sub b {
  color: #ffffff;
  font-weight: 700;
}

.hero-tagline,
.tagline {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 520px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  flex-shrink: 0;
}

.hero-btn {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #409cff 0%, #2e6fd4 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(64, 156, 255, 0.35);
}

.hero-btn-primary:hover {
  box-shadow: 0 12px 28px rgba(64, 156, 255, 0.45);
}

.hero-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.gradient-btn {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 13px 28px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  cursor: pointer;
  background: transparent;
  color: #fff;
  transition: all 0.2s ease;
}

.gradient-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.ai-img,
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.ai-img img,
.hero-visual img {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  margin: 0;
}
/* Consultation form — fields (scoped) */
.consultation-form-container .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.consultation-form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.consultation-form-container .form-group label {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2e3788;
  letter-spacing: 0.02em;
}

.consultation-form-container .form-group input,
.consultation-form-container .form-group select,
.consultation-form-container .form-group textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d6deec;
  background: #f8faff;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: 0.95rem;
  color: #151557;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.consultation-form-container .form-group input:focus,
.consultation-form-container .form-group select:focus,
.consultation-form-container .form-group textarea:focus {
  outline: none;
  border-color: #409cff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(64, 156, 255, 0.18);
}

.consultation-form-container .phone-field-container {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.consultation-form-container .country-code-select {
  flex: 0 0 88px;
  min-width: 88px;
  padding-left: 8px;
  padding-right: 4px;
  font-size: 0.85rem;
}

.consultation-form-container .phone-field-container input {
  flex: 1;
  min-width: 0;
}

.consultation-form-container .form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.consultation-form-container .consultation-form-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e8edf5;
}

.consultation-form-container .g-recaptcha {
  margin: 0;
}

.consultation-form-container .consultation-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 0;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #409cff 0%, #2e6fd4 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(64, 156, 255, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.consultation-form-container .consultation-submit-btn:hover {
  background: linear-gradient(135deg, #2e6fd4 0%, #151557 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(21, 21, 87, 0.25);
}

.consultation-form-container .consultation-submit-btn i {
  font-size: 0.9rem;
}

/* Technologies */
.tech-solutions {
  /* max-width: 900px; */
  max-width: 1200px;
  margin: 80px auto;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 18px;
}

.tech-solutions h2 {
  font-family: "Poppins";
  font-size: 2.4rem;
  color: #23244a;
  margin-bottom: 10px;
  text-align: center;
}

.tech-solutions p {
  font-family: "Poppins";
  font-size: 1.3rem;
  color: #606070;
  margin-bottom: 45px;
  text-align: center;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  border-bottom: 3px solid #e0e3f6;
}

.tab-btn {
  background: none;
  border: none;
  outline: none;
  padding: 12px 60px;
  cursor: pointer;
  font-size: 1.18rem;
  color: #1a2047;
  border-bottom: 4px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.tab-btn.active {
  color: #31409f;
  border-bottom: 4px solid #31409f;
  font-weight: 600;
}

.tab-content {
  display: none;
  margin-top: 24px;
  transition: all 0.2s;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.tab-content img {
  width: 90px;
  height: 56px;
  object-fit: contain;
  display: block;
  transition: transform 0.15s;
}

.tab-content img:hover {
  transform: scale(1.12);
}

/* Range of Solutions */

.solution-section {
  max-width: 1180px;
  margin: 100px auto;
  padding: 0 32px;
}

.solution-section h2 {
  font-family: "Poppins";
  font-size: 2.4rem;
  font-weight: 700;
  color: #23244a;
  margin-bottom: 10px;
  text-align: center;
}

.solution-section p {
  font-family: "Poppins";
  font-size: 1.3rem;
  color: #606070;
  margin-bottom: 45px;
  text-align: center;
}

.solution-link {
  color: #2950da;
  text-decoration: underline;
  font-weight: 500;
}

.card-grid {
  display: flex;
  gap: 28px;
  margin-top: 6px;
  justify-content: center;
  flex-wrap: nowrap; 
}

.card {
  background: #23244a;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(36, 44, 110, 0.09);
  max-width: 300px;
  flex: 1 1 300px;
  transition: transform 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.card-img {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s cubic-bezier(0.28, 0.09, 0.24, 0.99);
}

.img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(41, 76, 229, 0.34);
  opacity: 0;
  transition: opacity 0.32s;
}

.card-info {
  padding: 24px 22px 18px 22px;
  transition: transform 0.23s cubic-bezier(0.28, 0.09, 0.24, 0.99);
  z-index: 2;
}

.card-info h3 {
  font-family: "Poppins";
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.card-info p {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 1.06rem;
  line-height: 1.45;
  margin: 0;
  text-align: left;
}

/* Hover Effects */
.card:hover .card-img img {
  transform: scale(1.07);
}
.card:hover .img-overlay {
  opacity: 1;
}
.card:hover .card-info {
  transform: scale(1.06);
}

/* About Us — homepage */

.home-about-section {
  padding: 80px 24px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
  box-sizing: border-box;
}

.home-about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.home-about-media {
  width: 100%;
}

.home-about-visual {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.home-about-visual-card {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #151557 0%, #2e3788 55%, #1a3a6e 100%);
  box-shadow: 0 24px 56px rgba(21, 21, 87, 0.22);
  border: 1px solid rgba(64, 156, 255, 0.25);
}

.home-about-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(64, 156, 255, 0.2) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.home-about-visual-img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 28px 24px 8px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.home-about-visual-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: clamp(72px, 18vw, 96px);
  height: auto;
  z-index: 3;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
}

.home-about-visual-brand {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 20px 20px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.home-about-visual-logo {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-about-visual-tagline {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2e3788;
  text-align: center;
}

.home-about-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-about-trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: #2e3788;
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 4px 14px rgba(21, 21, 87, 0.05);
}

.home-about-trust-list i {
  color: #409cff;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.home-about-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-about-eyebrow {
  display: inline-block;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #409cff;
}

.home-about-title,
.about-us-heading {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #151557;
  margin: 0;
  text-decoration: none;
}

.home-about-lead,
.home-about-content .description {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.home-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-about-stat {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 12px;
  padding: 16px 14px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(21, 21, 87, 0.05);
}

.home-about-stat strong {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #151557;
  line-height: 1.1;
}

.home-about-stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.home-about-quote,
.home-about-content .highlight-quote {
  margin: 0;
  padding: 18px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #151557 0%, #2e3788 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 10px 28px rgba(21, 21, 87, 0.15);
}

.home-about-quote i {
  color: #409cff;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.home-about-mv {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(21, 21, 87, 0.06);
}

.home-about-tabs,
.mv-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.mv-btn {
  padding: 10px 18px;
  border: 1px solid #d6deec;
  background: #f4f7fc;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #2e3788;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mv-btn:hover {
  border-color: #409cff;
  color: #151557;
}

.mv-btn.active {
  background: linear-gradient(135deg, #409cff 0%, #2e6fd4 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 18px rgba(64, 156, 255, 0.35);
}

.home-about-panel .mv-text {
  display: none;
  font-size: 0.98rem;
  line-height: 1.65;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  color: #4a5568;
  margin: 0;
}

.home-about-panel .mv-text.active,
.mv-text.active {
  display: block;
}

.home-about-cta,
.home-about-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 4px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #151557;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-about-cta:hover {
  background: #2e3788;
  color: #fff;
  transform: translateY(-1px);
}

.home-about-cta i {
  font-size: 0.85rem;
}

/* Consultation form section */
.consultation-form-container {
  padding: 88px 24px;
  background: linear-gradient(180deg, #f4f7fc 0%, #e8f0ff 50%, #f8faff 100%);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.consultation-form-container::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 156, 255, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.consultation-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.consultation-process {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.consultation-eyebrow,
.consultation-form-eyebrow {
  display: inline-block;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #409cff;
}

.consultation-process-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #151557;
}

.consultation-process-lead {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #5a6478;
  max-width: 42ch;
}

.consultation-process-visual {
  margin-top: 8px;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(21, 21, 87, 0.08);
}

.consultation-process-visual img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.consultation-form-wrap {
  width: 100%;
}

.consultation-form {
  width: 100%;
  padding: 32px 28px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e8f4;
  box-shadow: 0 24px 56px rgba(21, 21, 87, 0.1);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  box-sizing: border-box;
}

.consultation-form-header {
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf5;
}

.consultation-form-header h2 {
  margin: 8px 0 10px;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: #151557;
  line-height: 1.2;
}

.consultation-form-header p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a6478;
}

.consultation-form-container .left-section {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .consultation-form-container .form-row {
    grid-template-columns: 1fr;
  }

  .consultation-form-container .country-code-select {
    flex: 0 0 76px;
    min-width: 76px;
  }
}

.left-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.step-label {
  font-family: "Spartan", sans-serif !important;
  color: #2b817c;
  font-size: 15px;
  line-height: 25px;
  font-weight: 620;
  letter-spacing: 3px;
  margin: 0 0 7px 0;
}

.main-title {
  font-family: "Spartan", sans-serif !important;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #262a3b;
  margin-bottom: 12px;
  margin-top: 0;
}

.desc {
  font-family: "Inter", sans-serif !important;
  color: #61656d;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
  margin-bottom: 35px;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-list li {
  margin-bottom: 18px;
  line-height: 1.32;
}

.process-title {
  color: #000000;
  font-family: "Spartan", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.process-desc {
  font-family: "Inter", sans-serif !important;
  color: #61656d;
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  padding-bottom: 15px;
  transition: 0.5s ease-in-out;
  margin-bottom: 28px;
}

/* Form Card */

.form-card {
  background: #fff;
  padding: 42px;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
  min-width: 500px;
  height: auto;
  font-family: "Spartan", sans-serif !important;
}

.form-title {
  font-family: "Spartan", sans-serif !important;
  font-size: 1.35rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 800;
  color: #22243a;
  letter-spacing: 0.04em;
}
.form-title .highlight {
  font-weight: 500;
  color: #2b817c;
}

.form-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.input-wrapper label {
  margin-bottom: 6px;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 500;
}

.input-wrapper input,
.input-wrapper select,
.input-wrapper textarea {
  min-height: 27px;
  padding: 8px 10px;
  border: 1px solid #d4d3d3;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Spartan", sans-serif !important;
  color: #787777;
}

.input-wrapper textarea {
  min-height: 100px;
}

.message-input {
  width: 100%;
  height: 70px;
  border-radius: 6px;
  border: 1.5px solid #d4deec;
  background: #f8f9fb;
  padding: 12px 14px;
  font-size: 1rem;
  font-family: "Spartan", sans-serif !important;
  resize: vertical;
  margin-bottom: 18px;
  transition: border 0.2s;
  outline: none;
}
.message-input:focus {
  border-color: #2b817c;
}

.form-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  background: #078586;
  color: #fff;
  border: 1px solid;
  border-radius: 15px 0 15px 0;
  font-size: 12px;
  font-family: "Spartan", sans-serif !important;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 7px;
  transition: background 0.15s;
}
.form-btn:hover {
  background: #23a076;
}


/* Platform section — Our Solutions */
.platform-section {
  padding: 88px 24px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3fb 55%, #f4f7fc 100%);
  color: #151557;
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  overflow: hidden;
  position: relative;
}

.platform-section::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 156, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.platform-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.platform-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px 40px;
  align-items: end;
  margin-bottom: 48px;
  padding: 0;
  position: static;
  box-sizing: border-box;
}

.platform-header-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.platform-offer {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #409cff;
  margin: 0;
}

.platform-title {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #151557;
}

.platform-desc {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 500;
  color: #5a6478;
  max-width: 36ch;
  justify-self: end;
  text-align: right;
}

.platform-products {
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 0;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.solution-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 24px 22px 22px;
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(21, 21, 87, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-sizing: border-box;
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(64, 156, 255, 0.35);
  box-shadow: 0 16px 40px rgba(21, 21, 87, 0.12);
}

.solution-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 108px;
  margin-bottom: 18px;
  padding: 12px;
  background: linear-gradient(145deg, #f0f5ff 0%, #e8f0ff 100%);
  border-radius: 12px;
  border: 1px solid #e8edf5;
  box-sizing: border-box;
}

.solution-card .product-icon {
  height: 72px;
  width: auto;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
}

.solution-card .product-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #151557;
  min-height: auto;
}

.solution-card p {
  flex: 1;
  margin: 0 0 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
  color: #5a6478;
}

.solution-card .learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2e3788;
  background: #f4f7fc;
  border: 1px solid #d6deec;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.solution-card .learn-more-btn i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.solution-card .learn-more-btn:hover {
  background: linear-gradient(135deg, #409cff 0%, #2e6fd4 100%);
  color: #fff;
  border-color: transparent;
  gap: 10px;
}

.solution-card .learn-more-btn:hover i {
  transform: translateX(2px);
}

@media (max-width: 1100px) {
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}

/* Legacy product row / dividers (unused on homepage) */
.product-row {
  display: none;
}

.divider {
  display: none;
  width: 0.5px;
  height: 300px;
  background: #519aff;
  border-radius: 8px;
  margin: 0 10px;
  align-self: center;
  position: relative;
  transition: transform 0.45s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  z-index: 5;
  box-shadow: 0 2px 12px 0 #fff3;
}

/* Footer */

.footer {
  padding: 50px 0 20px;
  background: #fff;
  color: #333;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-logo-section {
  flex: 1 1 22%;
  min-width: 250px;
}

.footer-logo-section img {
  margin: 25px 0;
  height: 40px;
}

.footer-description {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 30px 0 0;
  color: #555;
}

.footer-help {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-help img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.help-text {
  font-family: "Spartan", sans-serif !important;
  color: #007b7f;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
}

.consultation {
  font-family: "Spartan", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  margin-top: 3px;
}

.footer-column {
  flex: 1 1 15%;
  min-width: 180px;
}

.footer-column h3 {
  font-family: "Spartan", sans-serif !important;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 3px solid #0045a6;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  color: #555;
  margin: 20px 0;
  cursor: pointer;
}

.footer-column ul li:hover {
  color: #00a6a6;
}

.footer-column p {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.footer-bottom {
  font-family: "Inter", sans-serif !important;
  text-align: center;
  padding-top: 25px;
  font-size: 14px;
  color: #777;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

/* Solutions */

.solutions-bg {
  background: #151b92;
  width: 100vw;
  position: relative;
}

.solutions-section {
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 40px 0;
  max-width: 1160px;
  margin: 0 auto;
  color: #fff;
}

.sols-header {
  width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.sols-offer {
  color: #f8f52e;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

.sols-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  color: #ffffff;
}

.sols-desc {
  position: absolute;
  right: 215px;
  height: 17px;
  top: 40px;
  width: 530px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.solutions-label {
  font-size: 13px;
  color: #ffe566;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 8px;
}

.solutions-tabs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.tabs-row {
  display: flex;
  gap: 20px;
}

.tab-panel {
  background: #3137d2;
  border-radius: 30px;
  border: 2px solid transparent;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  height: 370px;
  position: relative;
  flex: 1 1 0px;
  box-sizing: border-box;
  box-shadow: 0 -3px 0 #ffe566;
}

.tab-panel.open {
  min-width: 400px;
  align-items: flex-start;
  padding: 32px 20px 26px 30px;
  justify-content: flex-start;
}

.tab-small-num {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tab-big-num {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 14px;
}

.tab-vertical-title {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 18px;
  letter-spacing: 1px;
  color: #dde3ff;
  font-weight: 600;
}

.tab-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.tab-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #d2dafc;
  margin-top: 18px;
  letter-spacing: 0.01em;
  max-width: 280px;
}

.tab-panel:not(.open):hover {
  background: #61289e;
}

.tab-panel:active,
.tab-panel.open:active {
  background: #4a119f;
}

.tab-panel.open .tab-vertical-title,
.tab-panel.open .tab-small-num {
  display: none;
}
.tab-panel:not(.open) .tab-big-num,
.tab-panel:not(.open) .tab-title,
.tab-panel:not(.open) .tab-desc {
  display: none;
}

/* Testimonial */

.testimonial-section {
  width: 100%;
  font-family: "Montserrat", "Arial", sans-serif;
  background: #efefef;
  color: #333;
  text-align: center;
  padding: 70px 0 80px;
  box-sizing: border-box;
}

.testimonial-section h2 {
  font-size: 36px;
  color: #004b6f;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 18px;
}

.testimonial-section p {
  margin-bottom: 40px;
  color: #666;
  font-size: 16px;
}

.testimonial-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: min(1280px, 96%);
  margin: 48px auto 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.testimonial-container {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.55s ease-in-out;
  will-change: transform;
}

.testimonial {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  flex: 0 0 var(--testimonial-slide-width, 340px);
  margin: 0;
  padding: 40px 30px;
  text-align: left;
  position: relative;
  min-height: 320px;
  box-sizing: border-box;
  color: #333;
  font-family: "Inter", sans-serif;
}

.quote {
  font-size: 60px;
  color: #ff9f1c;
  margin-bottom: 10px;
}

.testimonial p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #444;
  margin-bottom: 20px;
}

.client-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 60px;
}

.client-info h4 {
  margin: 10px 0 5px 0;
  font-weight: 600;
}

.client-info span {
  font-size: 0.8rem;
  color: #777;
}

.client-divider {
  width: 2px;
  height: 60px;
  background: #cdcdcd;
  margin: 2px 10px;
  align-self: center;
  position: relative;
  box-shadow: 0 2px 12px 0 #fff3;
}

.client-info img {
  width: 80px;
  object-fit: contain;
}

.arrow-left,
.arrow-right {
  border: none;
  background: none;
  cursor: pointer;
}

.arrow-left,
.arrow-right {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(46, 55, 136, 0.12);
  margin: 0;
  z-index: 2;
}

.arrow-left:hover,
.arrow-right:hover {
  background: #f0f4ff;
}

.arrow-left i,
.arrow-right i {
  font-size: 22px;
  color: #2e3788;
}

/* Banner */

.business-banner {
  font-family: "Montserrat", "Arial", sans-serif;
  background-image: url("../image/businessbg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.business-banner-overlay {
  width: 100%;
  padding: 60px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(30, 54, 86, 0.55);
}

.business-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 18px 0;
  text-align: center;
  line-height: 120%;
  letter-spacing: -0.98px;
  margin-bottom: 24px;
}

.business-subtitle {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 35px 0;
  text-align: center;
}

.icon-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon {
  font-size: 42px;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp {
  color: #25d366;
}

.call {
  color: #9eabb7;
}

.business-btn {
  background: #fcc92f;
  color: #222;
  padding: 15px 36px;
  font-size: 1.25rem;
  border-radius: 32px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border: none;
  cursor: pointer;
}

.business-btn:hover {
  background: #ffb500;
}

/* ========================================= */
/* GLOBAL FIXES */
/* ========================================= */

* {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

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

/* Fix hard width containers */
.platform-header,
.platform-products,
.sols-header,
.testimonial-container {
  max-width: 95%;
  width: 1400px;
}

/* ========================================= */
/* LARGE LAPTOP (1400px and below) */
/* ========================================= */

@media (max-width: 1400px) {

  .platform-header,
  .platform-products,
  .sols-header {
    width: 95%;
  }

  .platform-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .platform-desc {
    justify-self: start;
    text-align: left;
    max-width: none;
  }

  .sols-desc {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .testimonial-container {
    width: 95%;
  }
}

/* ========================================= */
/* TABLET (1024px and below) */
/* ========================================= */

@media (max-width: 1024px) {

  /* NAVBAR */
  .navbar {
    padding: 0 20px;
  }

  .navbar-menu li {
    margin: 0 10px;
  }

  .custom-solutions-dropdown,
  .custom-resources-dropdown,
  .custom-company-dropdown {
    width: min(95vw, 900px) !important;
    max-width: 95vw;
    height: auto !important;
    min-height: 0;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }

  .dropdown-panels {
    flex-direction: column;
    gap: 20px;
  }

  .solutions-list {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e4e9f0;
  }

  /* HERO SECTION */
  .side-by-side {
    grid-template-columns: 1fr;
    height: auto;
    padding: 56px 24px 48px;
    text-align: center;
    gap: 24px;
  }

  .left-panel,
  .hero-content {
    margin-left: 0;
    max-width: 100%;
  }

  .hero-answer,
  .sub,
  .hero-tagline,
  .tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
    margin-top: 24px;
  }

  .typing-container {
    margin-top: 0;
  }

  .ai-img img,
  .hero-visual img {
    margin: 16px auto 0;
    max-height: 340px;
  }

  /* CONSULTATION SECTION */
  .consultation-form-container {
    padding: 56px 20px;
  }

  .consultation-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .consultation-process-lead {
    max-width: none;
  }

  .consultation-form {
    padding: 24px 20px 20px;
  }

  /* OUR SOLUTIONS */
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .platform-section {
    padding: 64px 20px;
  }

  /* SOLUTIONS TABS */
  .tabs-row {
    flex-wrap: wrap;
  }

  .tab-panel {
    height: auto;
    min-height: 260px;
  }

  .tab-panel.open {
    min-width: 100%;
  }

  /* ABOUT SECTION */
  .home-about-section {
    padding: 56px 20px;
  }

  .home-about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-about-stats {
    grid-template-columns: 1fr;
  }

  .home-about-tabs {
    flex-direction: column;
  }

  .home-about-tabs .mv-btn {
    width: 100%;
    text-align: center;
  }

  @media (min-width: 480px) {
    .home-about-stats {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  /* FOOTER */
  .footer-container {
    gap: 40px;
  }
}

/* ========================================= */
/* MOBILE (768px and below) */
/* ========================================= */

@media (max-width: 768px) {

  /* HERO TEXT RESIZE */
  .hero-headline,
  .typing-container h1 {
    font-size: clamp(1.5rem, 6.5vw, 2rem);
  }

  .hero-eyebrow,
  .typing-container h2 {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .hero-answer,
  .sub {
    font-size: 1rem;
  }

  .hero-tagline,
  .tagline {
    font-size: 0.92rem;
  }

  .hero-headline,
  .typing-container h1 {
    min-height: 9rem;
  }

  .hero-btn {
    width: 100%;
    max-width: 280px;
  }

  .ai-img img,
  .hero-visual img {
    max-height: 280px;
  }

  .consultation-form {
    padding: 22px 18px 18px;
  }

  /* TECH SECTION */
  .tabs {
    flex-wrap: wrap;
  }

  .tab-btn {
    padding: 10px 20px;
    font-size: 1rem;
  }

  /* TESTIMONIAL */
  .testimonial-main {
    position: relative;
    flex-direction: row;
    padding: 0 40px;
    gap: 8px;
  }

  .testimonial-container {
    width: 100%;
  }

  .arrow-left,
  .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .arrow-left {
    left: 0;
  }

  .arrow-right {
    right: 0;
  }

  /* SOLUTIONS */
  .sols-title,
  .platform-title {
    font-size: 2rem;
  }

  /* FOOTER */
  .footer-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .footer-column {
    width: 100%;
    min-width: 0;
  }

  .footer-logo-section {
    flex: 1 1 100%;
  }

  .arrow-left {
    margin-left: 0;
  }

  .arrow-right {
    margin-right: 0;
  }

  .platform-header,
  .platform-products,
  .sols-header {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .platform-section {
    padding: 56px 16px;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ========================================= */
/* SMALL MOBILE (480px and below) */
/* ========================================= */

@media (max-width: 480px) {

  .hero-headline,
  .typing-container h1 {
    font-size: 1.45rem;
    min-height: 10rem;
  }

  .side-by-side {
    padding: 48px 16px 40px;
  }

  .business-title {
    font-size: 24px;
  }

  .business-subtitle {
    font-size: 18px;
  }

  .product {
    width: 100%;
  }

  .consultation-process-visual img {
    max-width: 100%;
    height: auto;
  }

}
/* ========================================= */
/* MOBILE NAVBAR */
/* ========================================= */

.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
  color: #000;
}

@media (max-width: 992px) {
  .navbar {
    position: sticky;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 70px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
  }

  .navbar-header {
    display: flex;
    align-items: center;
  }

  .navbar-logo {
    margin-right: 0;
  }

  .menu-toggle {
    display: block;
    line-height: 1;
    margin-left: auto;
  }

  .navbar-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-top: 1px solid #eceff3;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 10px 16px 18px;
    display: none;
    z-index: 9999;
  }

  .navbar-menu.active {
    display: flex;
  }

  .navbar-menu > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f1f3f7;
  }

  .navbar-menu > li:last-child {
    border-bottom: 0;
  }

  .navbar-menu > li > a,
  .navbar-menu > li > button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 14px 2px;
  }

  .navbar-menu button.demo-btn,
  .navbar-menu a.demo-btn {
    margin: 10px 0;
  }

  .dropdown-content,
  .custom-solutions-dropdown,
  .custom-resources-dropdown,
  .custom-company-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid #eceff3;
    border-radius: 12px;
    margin: 0 0 12px;
    background: #fff;
    max-height: 60vh;
    overflow: auto;
  }

  .navbar-menu > li.dropdown.open > .dropdown-content,
  .navbar-menu > li.dropdown.open > .custom-solutions-dropdown,
  .navbar-menu > li.dropdown.open > .custom-resources-dropdown,
  .navbar-menu > li.dropdown.open > .custom-company-dropdown {
    display: block !important;
  }

  /* Disable desktop hover-open behavior on touch/mobile. */
  .dropdown:hover > .dropdown-content,
  .dropdown.solutions-dropdown:hover > .custom-solutions-dropdown,
  .dropdown.resources-dropdown:hover > .custom-resources-dropdown,
  .dropdown.company-dropdown:hover > .custom-company-dropdown {
    display: none !important;
  }

  .navbar-menu > li.dropdown.open:hover > .dropdown-content,
  .navbar-menu > li.dropdown.open:hover > .custom-solutions-dropdown,
  .navbar-menu > li.dropdown.open:hover > .custom-resources-dropdown,
  .navbar-menu > li.dropdown.open:hover > .custom-company-dropdown {
    display: block !important;
  }

  .dropdown-icon {
    margin-left: auto;
  }

  .navbar-menu > li.dropdown.open > a .dropdown-icon {
    transform: rotate(180deg);
  }

  body.menu-open {
    overflow: hidden;
  }

  /* Must win over page-specific CSS (products.css, about.css, etc.) */
  .navbar-menu:not(.active) {
    display: none !important;
  }

  .navbar-menu.active {
    display: flex !important;
  }

  .menu-toggle {
    border: none;
    background: transparent;
    padding: 8px;
    z-index: 10002;
  }

  .menu-toggle.active .fa-bars::before {
    content: "\f00d";
  }

  .navbar-menu button.demo-btn,
  .navbar-menu a.demo-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px 20px;
    margin: 8px 0;
  }

  /* Mobile submenu accordion layout */
  .custom-solutions-dropdown,
  .custom-resources-dropdown,
  .custom-company-dropdown {
    height: auto !important;
    max-height: min(70vh, 520px);
  }

  .custom-solutions-dropdown .dropdown-panels {
    flex-direction: column;
    gap: 12px;
  }

  .solutions-list {
    width: 100% !important;
    padding: 12px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #e4e9f0;
  }

  .solutions-list li {
    margin-right: 0 !important;
  }

  .solutions-detail {
    padding: 8px 4px 12px !important;
  }

  .solutions-detail .row {
    flex-direction: column;
    gap: 12px;
  }

  .custom-resources-dropdown,
  .custom-company-dropdown {
    padding: 16px !important;
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
  }

  .custom-resources-dropdown .dropdown-panels,
  .custom-company-dropdown .dropdown-panels {
    flex-direction: column;
    gap: 16px;
  }

  .resources-left-panel,
  .company-left-panel {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .company-right-panel {
    margin-right: 0 !important;
    flex-direction: column;
  }

  .resources-list li,
  .company-links li {
    padding: 0;
    border-radius: 8px;
  }

  .resources-list .resource-nav-link,
  .company-links .company-nav-link {
    padding: 12px 10px;
    width: 100%;
    gap: 12px;
    color: #223762 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .resources-list .resource-nav-text {
    color: #223762 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .resources-list .resource-nav-link:hover,
  .company-links .company-nav-link:hover {
    color: #409cff !important;
    background: #f3f7fb;
  }

  .resources-detail,
  .company-left-panel .company-description {
    display: none !important;
  }

  .resources-left-panel,
  .company-left-panel {
    width: 100% !important;
  }

  .resources-label,
  .company-left-panel .company-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .solutions-list li {
    cursor: pointer;
  }

  .solutions-header .features-btn {
    width: 100%;
    margin: 12px 0 0;
  }

  .navbar-menu > li.dropdown.open > a.nav-dropdown-trigger {
    color: #409cff;
    background: #f0f7ff;
    border-radius: 8px;
  }

  .resources-list li:active,
  .company-links li:active {
    background: #f3f7fb;
  }

  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 70px 0 0 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9998;
  }

  .nav-backdrop.active {
    display: block;
  }
}
