/* Inner page hero banner */
.page-hero {
  background: linear-gradient(135deg, #013795 0%, #012d72 100%);
  padding: 56px 0 48px;
  text-align: center;
  color: #fff;
}

.page-hero h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

.page-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.page-breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  font-size: 14px;
}

.page-breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.page-breadcrumb a:hover {
  color: #fff;
}

.page-breadcrumb .active {
  color: #fff;
}

.page-main > section:first-of-type {
  padding-top: 50px;
}

/* Inner pages — prevent horizontal overflow */
.page-main,
.footer-section,
.hero-carousel,
.carousel {
  overflow-x: clip;
  max-width: 100%;
}

@media (min-width: 992px) {
  .site-header {
    overflow-x: clip;
    max-width: 100%;
  }
}

.contact-info li,
.footer-widget ul li a {
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}

.contact-info li i {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .page-hero {
    padding: 40px 0 36px;
  }

  .page-hero h1 {
    font-size: 28px;
  }
}

/* Contact page – office locations */
.contact-offices-section {
  background: #f5f5f5;
}

.contact-offices-section .section-title {
  margin-bottom: 40px;
}

.contact-offices-section .section-title h5 {
  color: #cc1137;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-offices-section .section-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #230074;
  margin-bottom: 12px;
}

.contact-offices-section .title-line {
  width: 90px;
  height: 4px;
  background: #013795;
  border-radius: 30px;
}

.office-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}

.office-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(1, 55, 149, 0.1);
}

.office-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0eef8;
}

.office-card-header i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #013795;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.office-card-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #013795;
  margin: 0;
  line-height: 1.35;
}

.office-card address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.85;
  color: #5f6475;
  margin: 0;
}

.contact-direct-box {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 28px 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.contact-direct-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-direct-item > i {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #013795;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-direct-item span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #013795;
  margin-bottom: 6px;
}

.contact-direct-item a {
  font-size: 15px;
  font-weight: 600;
  color: #013795;
  text-decoration: none;
  line-height: 1.7;
}

.contact-direct-item a:hover {
  color: #013795;
}

@media (max-width: 768px) {
  .contact-offices-section .section-title h2 {
    font-size: 28px;
  }
}

/* Contact page – form section */
.contact-form-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  padding-bottom: 80px !important;
}

.contact-form-heading {
  margin-bottom: 48px;
}

.contact-form-heading h5 {
  color: #b819a2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.contact-form-heading h2 {
  font-size: 36px;
  font-weight: 800;
  color: #230074;
  margin-bottom: 14px;
}

.contact-form-heading .title-line {
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, #b819a2, #fc7228);
  border-radius: 30px;
}

.contact-form-intro {
  max-width: 560px;
  margin: 18px auto 0;
  font-size: 16px;
  color: #5f6475;
  line-height: 1.75;
}

/* Shared VAURA form card & fields */
.vaura-form-card,
.contact-form-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(1, 55, 149, 0.08);
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
  box-shadow: 0 16px 48px rgba(1, 55, 149, 0.07);
  overflow: hidden;
}

.vaura-form-card::before,
.contact-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b819a2, #fc7228, #013795);
}

.vaura-form-header h2,
.careers-form-box > h2 {
  font-size: 28px;
  font-weight: 800;
  color: #230074;
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: none;
}

.vaura-form-intro {
  font-size: 15px;
  color: #5f6475;
  line-height: 1.7;
  margin-bottom: 28px;
}

.form-status {
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.form-status--success {
  background: #e8f7ee;
  color: #0f6b32;
  border: 1px solid #b7e4c7;
}

.form-status--error {
  background: #fdecea;
  color: #b42318;
  border: 1px solid #f5c2c0;
}

.vaura-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vaura-label,
.contact-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #230074;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.vaura-label span,
.contact-label span {
  color: #ef1f42;
}

.vaura-input-wrap {
  position: relative;
}

.vaura-input-wrap > i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #013795;
  font-size: 14px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 2;
}

.vaura-input-wrap .vaura-field,
.vaura-input-wrap .careers-input,
.vaura-input-wrap .contact-field {
  padding-left: 42px;
}

.vaura-input-wrap--textarea > i {
  top: 16px;
  transform: none;
}

.vaura-input-wrap--textarea .vaura-field,
.vaura-input-wrap--textarea .contact-field {
  padding-left: 42px;
}

.vaura-form .form-control,
.vaura-form .form-select {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: none;
}

.vaura-form .form-control:focus,
.vaura-form .form-select:focus {
  border-color: #013795;
  box-shadow: 0 0 0 4px rgba(1, 55, 149, 0.1);
}

.vaura-field,
.contact-field,
.careers-input {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 15px;
  color: #1e293b;
  background: #f8fafc;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.vaura-field::placeholder,
.contact-field::placeholder,
.careers-input::placeholder {
  color: #94a3b8;
}

.vaura-field:hover,
.contact-field:hover,
.careers-input:hover {
  border-color: #cbd5e1;
  background: #fff;
}

.vaura-field:focus,
.contact-field:focus,
.careers-input:focus {
  border-color: #013795;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(1, 55, 149, 0.1);
  outline: none;
}

select.vaura-field,
select.contact-field,
select.careers-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23013795' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  cursor: pointer;
}

select.vaura-field:focus,
select.contact-field:focus,
select.careers-input:focus {
  background-color: #fff;
}

.contact-textarea,
.vaura-field.contact-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.65;
}

/* Submit buttons */
.vaura-submit-btn,
.contact-submit-btn,
.careers-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #013795 0%, #012d72 100%);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 8px 24px rgba(1, 55, 149, 0.22);
  min-width: 180px;
}

.vaura-submit-btn:hover,
.contact-submit-btn:hover,
.careers-submit-btn:hover {
  background: linear-gradient(135deg, #b819a2 0%, #9a1488 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(184, 25, 162, 0.28);
}

.vaura-submit-btn:active,
.contact-submit-btn:active,
.careers-submit-btn:active {
  transform: translateY(-1px);
}

.vaura-submit-btn:focus-visible,
.contact-submit-btn:focus-visible,
.careers-submit-btn:focus-visible {
  outline: 3px solid rgba(1, 55, 149, 0.35);
  outline-offset: 2px;
}

.vaura-submit-btn--full {
  width: 100%;
}

/* File upload */
.vaura-file-upload,
.careers-file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px dashed rgba(1, 55, 149, 0.22);
  border-radius: 12px;
  background: #f8fafc;
  padding: 28px 20px;
  cursor: pointer;
  margin: 0;
  text-align: center;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.vaura-file-upload:hover,
.careers-file-label:hover,
.vaura-file-upload.has-file,
.careers-file-label.has-file {
  border-color: #013795;
  background: rgba(1, 55, 149, 0.04);
  box-shadow: 0 0 0 4px rgba(1, 55, 149, 0.06);
}

.vaura-file-upload-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(1, 55, 149, 0.1);
  color: #013795;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.careers-file-text,
.vaura-file-text {
  font-size: 14px;
  color: #64748b;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.vaura-file-hint {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

.careers-file-input,
.vaura-file-input {
  display: none;
}

.careers-browse-btn,
.vaura-browse-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #013795;
  color: #fff;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.25s ease;
}

.careers-file-label:hover .careers-browse-btn,
.vaura-file-upload:hover .vaura-browse-btn {
  background: #b819a2;
}

.contact-sidebar {
  background: linear-gradient(165deg, #013795 0%, #012560 55%, #011a47 100%);
  color: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 16px 48px rgba(1, 55, 149, 0.22);
  position: relative;
  overflow: hidden;
}

.contact-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b819a2, #fc7228, #013795);
}

.contact-sidebar h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
}

.contact-sidebar-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 28px;
}

.contact-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-sidebar-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-sidebar-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-sidebar-list li > i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fc7228;
}

.contact-sidebar-list strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-sidebar-list a,
.contact-sidebar-list span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  word-break: break-word;
}

.contact-sidebar-list a:hover {
  color: #fc7228;
}

@media (max-width: 991px) {
  .contact-sidebar {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .contact-form-heading h2 {
    font-size: 28px;
  }

  .contact-form-card,
  .vaura-form-card {
    padding: 24px 18px;
  }

  .contact-sidebar {
    padding: 28px 22px;
  }

  .vaura-submit-btn,
  .contact-submit-btn,
  .careers-submit-btn {
    width: 100%;
    min-width: 0;
  }
}

/* Careers page */
.careers-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  padding-bottom: 80px !important;
}

.careers-form-box,
.careers-jobs-box {
  background: #fff;
  border: 1px solid rgba(1, 55, 149, 0.08);
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
  box-shadow: 0 16px 48px rgba(1, 55, 149, 0.07);
  position: relative;
  overflow: hidden;
}

.careers-form-box::before,
.careers-jobs-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b819a2, #fc7228, #013795);
}

.careers-jobs-box h2 {
  font-size: 28px;
  font-weight: 800;
  color: #230074;
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: none;
}

.careers-email-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  color: #5f6475;
  margin-bottom: 0;
  text-align: center;
}

.careers-or {
  display: inline-block;
  background: rgba(252, 114, 40, 0.12);
  color: #fc7228;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-right: 6px;
}

.careers-email-note a {
  color: #013795;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.careers-email-note a:hover {
  color: #b819a2;
}

.careers-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.careers-accordion .accordion-item:hover {
  border-color: rgba(1, 55, 149, 0.2);
  box-shadow: 0 6px 20px rgba(1, 55, 149, 0.06);
}

.careers-accordion .accordion-button {
  background: #f8fafc;
  color: #013795;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: none;
  padding: 16px 20px;
  border-radius: 0;
}

.careers-accordion .accordion-button:not(.collapsed) {
  background: rgba(1, 55, 149, 0.06);
  color: #230074;
  box-shadow: none;
}

.careers-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23013795' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
}

.careers-accordion .accordion-button:focus {
  box-shadow: 0 0 0 4px rgba(1, 55, 149, 0.1);
  border-color: transparent;
}

.careers-accordion .accordion-body {
  padding: 20px;
  background: #fff;
}

.job-qualification {
  font-size: 14px;
  color: #334155;
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 3px solid #013795;
}

.job-subtitle {
  font-size: 14px;
  color: #230074;
  font-weight: 700;
  margin-bottom: 12px;
}

.job-skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.job-skills-list li {
  padding: 13px 16px;
  font-size: 14px;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.job-skills-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fc7228;
  font-size: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

.job-skills-list li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .careers-form-box,
  .careers-jobs-box {
    padding: 24px 18px;
  }

  .vaura-form-header h2,
  .careers-jobs-box h2,
  .careers-form-box > h2 {
    font-size: 24px;
  }
}

/* Clients page */
.clients-intro-section {
  padding: 56px 0 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

.clients-section-header h5 {
  color: #cc1137;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.clients-section-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #013795;
  margin-bottom: 16px;
}

.clients-intro {
  max-width: 680px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.75;
  color: #5f6475;
}

.clients-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.clients-stat {
  min-width: 150px;
  padding: 18px 28px;
  background: #fff;
  border: 1px solid rgba(1, 55, 149, 0.1);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(1, 55, 149, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clients-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(1, 55, 149, 0.1);
}

.clients-stat strong {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #013795;
  line-height: 1.1;
  margin-bottom: 4px;
}

.clients-stat span {
  font-size: 13px;
  font-weight: 600;
  color: #7a8194;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* Marquee strip */
.clients-marquee-section {
  padding: 8px 0 32px;
  background: #f8faff;
  overflow: hidden;
}

.clients-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.clients-marquee:hover .clients-marquee-track {
  animation-play-state: paused;
}

.clients-marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: clientsMarqueeScroll 45s linear infinite;
  will-change: transform;
}

.clients-marquee--static .clients-marquee-track {
  animation: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.clients-marquee .client-logo-card {
  flex: 0 0 auto;
  width: 180px;
  min-height: 110px;
  padding: 18px 16px;
}

.clients-marquee .client-logo-card img {
  max-height: 56px;
}

@keyframes clientsMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Logo grid */
.clients-grid-section {
  padding: 24px 0 72px;
  background: #fff;
}

.clients-grid-heading {
  margin-bottom: 40px;
}

.clients-grid-heading h3 {
  font-size: 28px;
  font-weight: 800;
  color: #230074;
  margin-bottom: 10px;
}

.clients-grid-heading p {
  font-size: 15px;
  color: #5f6475;
  margin: 0;
}

.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.client-logo-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid rgba(1, 55, 149, 0.08);
  border-radius: 14px;
  min-height: 130px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(1, 55, 149, 0.05);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.client-logo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #013795, #b819a2);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.client-logo-card:hover {
  transform: translateY(-8px);
  border-color: rgba(1, 55, 149, 0.18);
  box-shadow: 0 16px 40px rgba(1, 55, 149, 0.12);
}

.client-logo-card:hover::before {
  transform: scaleX(1);
}

.client-logo-card img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(15%);
  opacity: 0.92;
  transition: filter 0.3s ease, transform 0.35s ease, opacity 0.3s ease;
}

.client-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}

.client-logo-card[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
}

.client-logo-card[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

@media (min-width: 576px) {
  .clients-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .client-logo-card {
    min-height: 140px;
    padding: 24px 20px;
  }

  .client-logo-card img {
    max-height: 72px;
  }
}

@media (min-width: 768px) {
  .clients-section-header h2 {
    font-size: 42px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .client-logo-card {
    min-height: 150px;
  }

  .client-logo-card img {
    max-height: 76px;
  }
}

@media (min-width: 1200px) {
  .clients-logo-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .clients-intro-section {
    padding: 40px 0 16px;
  }

  .clients-section-header h2 {
    font-size: 30px;
  }

  .clients-stat {
    min-width: calc(50% - 12px);
    padding: 14px 16px;
  }

  .clients-stat strong {
    font-size: 26px;
  }

  .clients-grid-heading h3 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-marquee-track {
    animation: none;
  }

  .client-logo-card,
  .client-logo-card[data-reveal],
  .client-logo-card[data-reveal].is-revealed,
  .clients-stat {
    transition: none;
    animation: none;
  }

  .client-logo-card:hover {
    transform: none;
  }

  .client-logo-card:hover img {
    transform: none;
  }
}

/* About page */
.about-section .about-images {
  overflow: hidden;
  max-width: 100%;
}

.about-page .experience-box p {
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

.about-page p {
  font-size: 15px;
  line-height: 1.8;
  color: #5f6475;
}

.about-page .about-strengths-list li {
  font-size: 15px;
  line-height: 1.8;
  color: #5f6475;
}

.about-page .about-content {
  padding-left: 0;
}

.about-who-content {
  text-align: center;
}

.about-whatwedo-intro {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.about-whatwedo-intro p {
  margin-bottom: 14px;
}

.about-whatwedo-intro p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-page .about-content {
    padding-left: 30px;
  }
}

.about-section-heading {
  margin-bottom: 48px;
}

.about-section-heading h5 {
  color: #cc1137;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about-section-heading h2 {
  font-size: 34px;
  font-weight: 800;
  color: #013795;
  margin-bottom: 12px;
}

.about-section-heading .title-line {
  width: 90px;
  height: 4px;
  background: #013795;
  border-radius: 30px;
}

.about-vmg-section {
  background: #fff;
}

.about-who-section {
  background: #f5f5f5;
}

.about-who-content p {
  margin-bottom: 16px;
}

.about-who-content p:last-child {
  margin-bottom: 0;
}

.about-vmg-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}

.about-vmg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(1, 55, 149, 0.1);
  border-color: rgba(1, 55, 149, 0.15);
}

.about-vmg-icon {
  width: 56px;
  height: 56px;
  background: #013795;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.about-vmg-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #013795;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-vmg-card p {
  margin: 0;
}

.about-strengths-section {
  background: #f5f5f5;
}

.about-whatwedo-section {
  background: #fff;
  border-top: 1px solid #ececec;
}

.about-whatwedo-services {
  background: #f8f9fc;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 28px 28px 24px;
}

.about-whatwedo-subtitle {
  font-size: 18px;
  font-weight: 800;
  color: #013795;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(1, 55, 149, 0.12);
}

.about-service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 8px;
  padding: 14px 16px;
  height: 100%;
  transition: 0.25s ease;
}

.about-service-item:hover {
  border-color: rgba(1, 55, 149, 0.25);
  box-shadow: 0 6px 18px rgba(1, 55, 149, 0.08);
  transform: translateY(-2px);
}

.about-service-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #013795;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.about-service-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.45;
}

.about-why-section {
  background: #f5f5f5;
}

.about-why-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}

.about-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(1, 55, 149, 0.1);
  border-color: rgba(1, 55, 149, 0.15);
}

.about-why-icon {
  width: 48px;
  height: 48px;
  background: #013795;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.about-why-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #013795;
  line-height: 1.4;
  margin-bottom: 10px;
}

.about-why-card p {
  margin: 0;
}

.about-why-footer {
  max-width: 720px;
  margin: 36px auto 0;
  text-align: center;
  font-weight: 600;
  color: #013795;
}

.about-section-heading--compact {
  margin-bottom: 20px;
}

.about-section-heading.section-title {
  margin-bottom: 20px;
}

.about-section-heading--compact h2 {
  margin-bottom: 8px;
}

.about-strengths-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 40px;
}

.about-strengths-list li {
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  color: #5f6475;
}

.about-strengths-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #013795;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .about-section .about-images {
    padding-top: 10px;
    padding-right: 2px;
  }

  .about-page .experience-box p {
    font-size: 9px;
  }

  .about-section .experience-box {
    right: 10px;
    top: 10px;
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  .about-page .about-content {
    margin-top: 8px;
  }

  .about-section-heading {
    margin-bottom: 32px;
  }

  .about-section-heading h2 {
    font-size: 28px;
  }

  .about-page .about-who-content,
  .about-page .about-whatwedo-intro,
  .about-page .about-content,
  .about-page .about-vmg-card,
  .about-page .about-why-card,
  .about-page .about-why-footer {
    text-align: left;
  }

  .about-vmg-card {
    padding: 24px 20px;
  }

  .about-why-card {
    padding: 22px 18px;
  }

  .about-why-card h3 {
    font-size: 16px;
  }

  .about-why-footer {
    margin-top: 28px;
  }

  .about-strengths-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-whatwedo-services {
    padding: 22px 18px 18px;
  }

  .about-whatwedo-subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .about-service-item {
    padding: 12px 14px;
  }

  .about-service-label {
    font-size: 13px;
  }
}

/* =========================
   SERVICES PAGE
========================= */

.services-page {
  overflow-x: clip;
}

.services-page .page-main,
.services-page .core-services-section,
.services-page .offshore-services-section,
.services-page .footer-section {
  overflow-x: clip;
  max-width: 100%;
}

.services-page .contact-info li,
.services-page .footer-widget ul li a {
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}

.services-page .contact-info li i {
  flex-shrink: 0;
}

.core-services-section {
  position: relative;
  background: #ffffff;
}

.core-services-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(90%, 960px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(1, 55, 149, 0.15), transparent);
}

.offshore-services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(1, 55, 149, 0.08), transparent 60%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 45%, #f4f7fc 100%);
}

.offshore-services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(1, 55, 149, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 55, 149, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 85%);
  pointer-events: none;
}

.offshore-section-heading {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 40px;
}

.offshore-section-heading h2 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: #013795;
  margin: 0;
  line-height: 1.2;
}

.service-cards-track {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.service-cards-grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.service-card-col {
  display: flex;
}

.offshore-card-scene {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.offshore-service-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 26px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.94));
  border: 1px solid rgba(1, 55, 149, 0.1);
  box-shadow:
    0 18px 40px rgba(1, 55, 149, 0.1),
    0 2px 0 rgba(255, 255, 255, 0.9) inset;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    opacity 0.55s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.offshore-service-card.is-visible {
  opacity: 1;
  transform:
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg))
    translateZ(var(--tilt-z, 0px))
    translateY(0);
}

.offshore-card-scene:hover .offshore-service-card {
  border-color: rgba(1, 55, 149, 0.22);
  box-shadow:
    0 28px 56px rgba(1, 55, 149, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.95) inset;
}

.offshore-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #013795, #1e6fd9, #ef1f42);
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.45s ease;
}

.offshore-card-scene:hover .offshore-card-accent {
  transform: scaleX(1);
}

.offshore-card-shine {
  position: absolute;
  inset: -40% auto auto -30%;
  width: 55%;
  height: 180%;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.55) 50%, transparent 65%);
  transform: translateX(-120%) rotate(12deg);
  transition: transform 0.8s ease;
  pointer-events: none;
  will-change: transform;
}

.offshore-card-scene:hover .offshore-card-shine {
  transform: translateX(120%) rotate(12deg);
}

.offshore-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.offshore-card-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(135deg, #013795 0%, #1a5ec4 100%);
  box-shadow: 0 10px 24px rgba(1, 55, 149, 0.28);
}

.offshore-card-header h3 {
  margin: 0;
  padding-top: 4px;
  font-size: clamp(17px, 2.2vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  color: #013795;
}

.offshore-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  flex: 1;
}

.offshore-service-list li {
  position: relative;
  padding: 11px 0 11px 28px;
  font-size: 14px;
  font-weight: 500;
  color: #4a4f5e;
  line-height: 1.5;
  border-bottom: 1px solid rgba(1, 55, 149, 0.07);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.offshore-service-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.offshore-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #013795, #1e6fd9);
  box-shadow: 0 0 0 4px rgba(1, 55, 149, 0.1);
  transition: transform 0.25s ease;
}

.offshore-service-list li:hover {
  color: #013795;
  padding-left: 32px;
}

.offshore-service-list li:hover::before {
  transform: scale(1.15);
}

.offshore-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.offshore-nav-btn {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #013795, #1a5ec4);
  box-shadow: none;
  transition: transform 0.25s ease;
}

.offshore-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.offshore-nav-btn:active {
  transform: translateY(0);
}

.offshore-carousel-indicators {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offshore-carousel-indicators button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 999px;
  padding: 0;
  background: rgba(1, 55, 149, 0.2);
  transition: width 0.3s ease, background 0.3s ease;
}

.offshore-carousel-indicators button.active {
  width: 28px;
  background: linear-gradient(90deg, #013795, #1e6fd9);
}

/* Desktop: equal-height rows via grid stretch (offshore grid only) */
@media (min-width: 992px) {
  .offshore-services-section .service-cards-row {
    align-items: stretch;
  }

  .offshore-services-section .offshore-card-scene {
    height: 100%;
  }
}

/* Core "Our Services" — carousel scroller on all screen sizes */
.core-services-section .service-cards-track--carousel {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.core-services-section .service-cards-track--carousel .service-cards-grid {
  overflow: hidden;
}

.core-services-section .service-cards-track--carousel .service-cards-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 4px 16px 8px;
  gap: 20px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  align-items: stretch;
}

.core-services-section .service-cards-track--carousel .service-cards-row::-webkit-scrollbar {
  display: none;
}

.core-services-section .service-cards-track--carousel .service-card-col {
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  width: calc(100% - 32px);
  padding: 0;
  scroll-snap-align: center;
}

.core-services-section .service-cards-track--carousel .offshore-card-scene {
  height: 100%;
}

.core-services-section .service-cards-track--carousel .offshore-carousel-controls {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .core-services-section .service-cards-track--carousel {
    max-width: 720px;
  }

  .core-services-section .service-cards-track--carousel .service-card-col {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media (min-width: 992px) {
  .core-services-section .service-cards-track--carousel {
    max-width: 960px;
  }

  .core-services-section .service-cards-track--carousel .service-cards-row {
    padding: 8px 20px 12px;
    gap: 24px;
  }

  .core-services-section .service-cards-track--carousel .service-card-col {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: calc(50% - 12px);
  }
}

@media (min-width: 1200px) {
  .core-services-section .service-cards-track--carousel {
    max-width: 1100px;
  }
}

/* Mobile & tablet: horizontal scroll track (offshore section only) */
@media (max-width: 991.98px) {
  .offshore-services-section .service-cards-track {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .offshore-services-section .service-cards-grid {
    overflow: hidden;
  }

  .offshore-services-section .service-cards-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4px 16px 8px;
    gap: 16px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .offshore-services-section .service-cards-row::-webkit-scrollbar {
    display: none;
  }

  .offshore-services-section .service-card-col {
    flex: 0 0 calc(100% - 32px);
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
    padding: 0;
    scroll-snap-align: center;
  }

  .offshore-service-card {
    min-height: 100%;
  }

  .offshore-nav-btn {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 768px) {
  .offshore-section-heading {
    margin-bottom: 28px;
  }

  .offshore-service-card {
    padding: 24px 20px 22px;
  }

  .offshore-card-icon {
    width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .offshore-service-list li {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offshore-service-card,
  .offshore-card-shine,
  .offshore-card-accent,
  .offshore-service-list li {
    transition: none !important;
    transform: none !important;
  }

  .offshore-service-card {
    opacity: 1;
  }

  .service-cards-row {
    scroll-behavior: auto;
  }
}
