* {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* font faces */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Inter", sans-serif;
  color: #232f36;
  background-color: #ffffff;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}

::selection {
  background: #f4942c;
  color: #ffffff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f4942c;
  outline-offset: 2px;
  border-radius: 4px;
}


h1, h2, h3, h4, h5, h6,
.font-display {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0b3954;
  line-height: 1.2;
}

h1, .h1 {
  font-weight: 700;
}

.display-hero {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f4942c;
}
.section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #f4942c;
  display: inline-block;
}
.section-eyebrow {
  margin-bottom: 1rem;
}

.section-lead {
  color: #5c6b75;
  font-size: 1.05rem;
  max-width: 640px;
}

.text-ocean {
  color: #1f6f9c;
}

.text-orange {
  color: #f4942c;
}

.text-navy {
  color: #0b3954;
}

.text-muted-soft {
  color: #5c6b75;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

p {
  line-height: 1.75;
  color: #5c6b75;
}

body.lang-ar {
  font-family: "Cairo", sans-serif;
}
body.lang-ar h1, body.lang-ar h2, body.lang-ar h3, body.lang-ar h4, body.lang-ar h5, body.lang-ar h6,
body.lang-ar .font-display,
body.lang-ar .brand-name,
body.lang-ar .section-eyebrow,
body.lang-ar .nav-link,
body.lang-ar .btn {
  font-family: "Cairo", sans-serif;
}
body.lang-ar .display-hero,
body.lang-ar .section-title {
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.1rem 0;
  transition: background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-header.home-page {
  background: #193b4dd1;
}
.site-header.home-page .nav-link {
  color: #232f36;
}
.site-header.home-page .nav-link.active {
  color: #1f6f9c;
}
.site-header.home-page .brand-name {
  color: #0b3954;
}
.site-header.home-page .lang-toggle-btn {
  border-color: rgba(11, 57, 84, 0.15);
  color: #0b3954;
  background: rgba(255, 255, 255, 0.92);
}
.site-header.home-page .lang-toggle-btn:hover {
  background: rgba(11, 57, 84, 0.05);
}
.site-header.is-solid {
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  padding: 0.65rem 0;
}
.site-header.is-solid .nav-link {
  color: #232f36;
}
.site-header.is-solid .nav-link.active {
  color: #1f6f9c;
}
.site-header.is-solid .brand-name {
  color: #0b3954;
}
.site-header.is-solid .navbar-toggler-icon-custom span {
  background: #0b3954;
}
.site-header:not(.is-solid) .nav-link {
  color: #ffffff;
}
.site-header:not(.is-solid) .nav-link.active {
  color: #f4942c;
}
.site-header:not(.is-solid) .brand-name {
  color: #ffffff;
}
.site-header:not(.is-solid) .navbar-toggler-icon-custom span {
  background: #ffffff;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.brand-logo {
    width: 60px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgb(62 64 65 / 59%);
}

.brand-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.1;
  transition: color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.brand-name small {
  display: block;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  opacity: 0.75;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-link {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.5rem 0.9rem !important;
  transition: color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.2rem;
  height: 2px;
  background: #f4942c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}

.nav-cta {
  margin-inline-start: 0.75rem;
}

.lang-toggle-btn {
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  background: transparent;
  transition: background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.site-header:not(.is-solid) .lang-toggle-btn {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #333232;
}
.site-header:not(.is-solid) .lang-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

.site-header.is-solid .lang-toggle-btn {
  border: 1.5px solid #e2e8ee;
  color: #0b3954;
}
.site-header.is-solid .lang-toggle-btn:hover {
  background: #0b3954;
  color: #ffffff;
  border-color: #0b3954;
}

.navbar-toggler-custom {
  border: none;
  background: transparent;
  padding: 0.4rem;
}

.navbar-toggler-icon-custom {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}
.navbar-toggler-icon-custom span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-toggler-icon-custom span:nth-child(1) {
  top: 0;
}
.navbar-toggler-icon-custom span:nth-child(2) {
  top: 8px;
}
.navbar-toggler-icon-custom span:nth-child(3) {
  top: 16px;
}

.offcanvas-nav .offcanvas-header {
  border-bottom: 1px solid #e2e8ee;
}
.offcanvas-nav .nav-link {
  color: #232f36 !important;
  font-size: 1.05rem;
  padding: 0.85rem 0 !important;
  border-bottom: 1px solid #e2e8ee;
}
.offcanvas-nav .nav-link::after {
  display: none;
}

.site-footer {
  background: #082636;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 4.5rem;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 0%, rgba(31, 111, 156, 0.35), transparent 55%);
  pointer-events: none;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer a:hover {
  color: #f4942c;
}
.site-footer h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
.site-footer .footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.site-footer .footer-brand img {
  width: 100px;
  height: 100px;
  border-radius: .9375rem;
}
.site-footer .footer-brand span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.2rem;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.65rem;
}
.site-footer .footer-contact-item {
  display: flex;
  align-items: start;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}
.site-footer .footer-contact-item i {
  color: #f4942c;
  margin-top: 0.2rem;
}
.site-footer .footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
.site-footer .footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer .footer-social a:hover {
  background: #f4942c;
  border-color: #f4942c;
  color: #ffffff;
  transform: translateY(-3px);
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  padding: 1.5rem 0;
  font-size: 0.85rem;
  position: relative;
}
#main-content{
  overflow: hidden;
}
.back-to-top {
  position: fixed;
  bottom: 1.75rem;
  inset-inline-end: 1.75rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4942c 0%, #d97a14 100%);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  filter: brightness(1.08);
}

.container-xl-custom {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.section {
  padding-block: 6rem;
}
@media (max-width: 767.98px) {
  .section {
    padding-block: 3.5rem;
  }
}

.section-alt {
  background: #f7f9fb;
}

.section-header {
  margin-bottom: 3rem;
}

.page-header {
  position: relative;
  padding-block: 9.5rem 4.5rem;
  background: linear-gradient(135deg, #0b3954 0%, #1f6f9c 100%);
  color: #ffffff;
  overflow: hidden;
}
.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(244, 148, 44, 0.25), transparent 45%), radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}
.page-header .breadcrumb-trail {
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}
.page-header .breadcrumb-trail a:hover {
  color: #f4942c;
}
.page-header .breadcrumb-trail .sep {
  margin-inline: 0.5rem;
  opacity: 0.6;
}
.page-header h1 {
  color: #ffffff;
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
.page-header p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}

.divider-accent {
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4942c 0%, #d97a14 100%);
  margin-block: 1rem 1.5rem;
}

[dir=rtl] .service-link i,
[dir=rtl] .btn i.bi-arrow-right {
  transform: scaleX(-1);
}
[dir=rtl] .scroll-indicator-track span {
  left: 50%;
}
[dir=rtl] .breadcrumb-trail .sep {
  display: inline-block;
  transform: scaleX(-1);
}
[dir=rtl] .timeline {
  border-inline-start: 2px solid #e2e8ee;
}
[dir=rtl] .timeline .timeline-item::before {
  right: -2.45rem;
  left: auto;
}
[dir=rtl] .footer-contact-item i {
  margin-top: 0.2rem;
}
[dir=rtl] input[dir=ltr],
[dir=rtl] a[dir=ltr] {
  text-align: start;
}
[dir=rtl] .divider-accent {
  margin-inline: 0;
}

.lang-toggle-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

[dir=rtl] .lang-toggle-btn {
  font-family: "Cairo", sans-serif;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.75rem 1.65rem;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
}
.btn:active {
  transform: translateY(1px);
}

.btn-accent {
  background: linear-gradient(135deg, #f4942c 0%, #d97a14 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(244, 148, 44, 0.32);
}
.btn-accent:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(244, 148, 44, 0.4);
}

.btn-outline-light-custom {
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  background: transparent;
}
.btn-outline-light-custom:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-navy {
  background: #0b3954;
  color: #ffffff;
}
.btn-navy:hover {
  background: #1f6f9c;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-outline-navy {
  border: 1.5px solid #0b3954;
  color: #0b3954;
  background: transparent;
}
.btn-outline-navy:hover {
  background: #0b3954;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-sm-pill {
  padding: 0.5rem 1.1rem;
  font-size: 0.82rem;
}

.btn-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4942c 0%, #d97a14 100%);
  color: #ffffff;
  flex-shrink: 0;
}

.icon-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.icon-card {
  padding: 2rem 1.75rem;
  height: 100%;
}
.icon-card .icon-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b3954 0%, #1f6f9c 100%);
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.icon-card h3, .icon-card h5 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}
.icon-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.service-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.service-card {
  padding: 2.25rem 1.85rem;
  height: 100%;
  position: relative;
}
.service-card .service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 111, 156, 0.1);
  color: #1f6f9c;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  transition: background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}
.service-card .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #0b3954;
  margin-top: 1rem;
  transition: gap 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-card .service-link i {
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-card:hover .service-icon {
  background: linear-gradient(135deg, #f4942c 0%, #d97a14 100%);
  color: #ffffff;
}
.service-card:hover .service-link {
  color: #f4942c;
  gap: 0.6rem;
}
.service-card:hover .service-link i {
  transform: translateX(3px);
}

.fleet-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.fleet-card {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fleet-card .fleet-card-visual {
  background: linear-gradient(135deg, #0b3954 0%, #1f6f9c 100%);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fleet-card .fleet-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.fleet-card .fleet-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), transparent 60%);
}
.fleet-card .fleet-card-body {
  padding: 1.6rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fleet-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}
.fleet-card .fleet-usage {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px dashed #e2e8ee;
  font-size: 0.85rem;
}
.fleet-card .fleet-usage strong {
  color: #0b3954;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.country-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.country-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.country-card {
  padding: 1.5rem 1.25rem;
  text-align: center;
  height: 100%;
}
.country-card i {
  font-size: 1.8rem;
  color: #1f6f9c;
  margin-bottom: 0.75rem;
}
.country-card h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.country-card small {
  color: #5c6b75;
  font-size: 0.78rem;
}

.client-card {
  background: #ffffff;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(11, 57, 84, 0.08);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.client-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(11, 57, 84, 0.12);
}
.client-card {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 120px;
  text-align: left;
}
.client-card__logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  background: #f7f9fb;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e9eff5;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
}
.client-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.client-card__logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #0b3954;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.client-card__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0b3954;
  font-size: 0.95rem;
  line-height: 1.3;
}
.client-card.client-card--logo-only {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 180px;
  padding: 1rem;
}
.client-card.client-card--logo-only .client-card__logo {
  width: 120px;
  height: 120px;
}
.client-card__logo {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #f7f9fb;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e9eff5;
}
.client-card__logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.client-card__logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  border-radius: 24px;
  background: #0b3954;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .client-card {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
  }
  .client-card__name {
    margin-top: 0.5rem;
  }
}

.team-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  overflow: hidden;
  text-align: center;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}

.team-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top center;
}
.team-card .team-card-body {
  padding: 1.5rem;
}
.team-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}
.team-card .team-role {
  color: #f4942c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
}
.team-card .team-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.88rem;
}
.team-card .team-contact a {
  transition: color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.team-card .team-contact a:hover {
  color: #1f6f9c;
}

.stat-item {
  text-align: center;
}
.stat-item .stat-value {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #ffffff;
  line-height: 1;
}
.stat-item .stat-value span {
  color: #f4942c;
}
.stat-item .stat-label {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.stat-item-light .stat-value {
  color: #0b3954;
}
.stat-item-light .stat-value span {
  color: #f4942c;
}
.stat-item-light .stat-label {
  color: #5c6b75;
}

.timeline {
  position: relative;
  padding-inline-start: 2.25rem;
  border-inline-start: 2px solid #e2e8ee;
}
.timeline .timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
}
.timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: -2.45rem;
  top: 0.2rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4942c 0%, #d97a14 100%);
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #f4942c;
}
.timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline .timeline-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #082636;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 38, 54, 0.92) 0%, rgba(11, 57, 84, 0.88) 45%, rgba(8, 38, 54, 0.96) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  color: #ffffff;
}

.hero-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.hero-eyebrow i {
  color: #f4942c;
}

.hero-content p.lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  font-size: 1.1rem;
  margin-top: 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.hero-stats-bar {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.scroll-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.scroll-indicator .scroll-indicator-track {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  position: relative;
}
.scroll-indicator .scroll-indicator-track span {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: #f4942c;
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-indicator .scroll-indicator-track span {
    animation: scrollDot 1.8s ease-in-out infinite;
  }
}

@keyframes scrollDot {
  0% {
    top: 6px;
    opacity: 1;
  }
  70% {
    top: 22px;
    opacity: 0;
  }
  100% {
    top: 6px;
    opacity: 0;
  }
}
.form-control-custom {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border: 1.5px solid #e2e8ee;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  background: #ffffff;
  transition: border-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.form-control-custom:focus {
  outline: none;
  border-color: #1f6f9c;
  box-shadow: 0 0 0 4px rgba(31, 111, 156, 0.12);
}
.form-control-custom::placeholder {
  color: #9aa6ae;
}

textarea.form-control-custom {
  resize: vertical;
  min-height: 140px;
}

.form-label-custom {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  color: #0b3954;
  margin-bottom: 0.45rem;
  display: block;
}
.form-control-custom{
  color: #9aa6ae;

}

.contact-form-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact-form-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.contact-form-card {
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
  .contact-form-card {
    padding: 1.75rem;
  }
}

.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}
.form-status.is-success {
  display: block;
  background: rgba(46, 158, 99, 0.1);
  color: #2e9e63;
  border: 1px solid rgba(46, 158, 99, 0.25);
}
.form-status.is-error {
  display: block;
  background: rgba(220, 53, 69, 0.08);
  color: #c0293a;
  border: 1px solid rgba(220, 53, 69, 0.25);
}

.contact-info-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.contact-info-card {
  padding: 2rem;
  height: 100%;
}
.contact-info-card .contact-info-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info-card .contact-info-row:last-child {
  margin-bottom: 0;
}

.map-frame-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
  border: 1px solid #e2e8ee;
}
.map-frame-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}
.clients-swiper .swiper-slide {
  transition: all .4s ease;
  transform: scale(.88);
  opacity: .55;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.clients-swiper .swiper-slide .client-card__logo {
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 24px;
  box-sizing: border-box;
}

.clients-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}

.clients-swiper .swiper-slide-next {
  transform: translateX(-45px) scale(.94);
  opacity: .8;
  z-index: 4;
}

.clients-swiper .swiper-slide-prev {
  transform: translateX(45px) scale(.94);
  opacity: .8;
  z-index: 4;
}

.clients-swiper .swiper-wrapper {
  align-items: center;
}

.clients-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.clients-swiper .swiper-pagination-bullet {
  background: #0b3954;
  opacity: 0.25;
  width: 10px;
  height: 10px;
  margin: 0;
}

.clients-swiper .swiper-pagination-bullet-active {
  background: #f4942c;
  opacity: 1;
  width: 22px;
  border-radius: 999px;
}

.testimonial-swiper,
.services-swiper {
  padding-bottom: 3.5rem;
}
.testimonial-swiper .swiper-pagination-bullet,
.services-swiper .swiper-pagination-bullet {
  background: #0b3954;
  opacity: 0.25;
}
.testimonial-swiper .swiper-pagination-bullet-active,
.services-swiper .swiper-pagination-bullet-active {
  background: #f4942c;
  opacity: 1;
  width: 22px;
  border-radius: 999px;
}

.swiper-nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid #e2e8ee;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b3954;
  transition: background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.swiper-nav-btn:hover {
  background: #0b3954;
  color: #ffffff;
  border-color: #0b3954;
}

.industry-pill {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(11, 57, 84, 0.06);
  border: 1px solid #e2e8ee;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.industry-pill:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
}
.industry-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.4rem;
  height: 100%;
}
.industry-pill i {
  color: #f4942c;
  font-size: 1.2rem;
}
.industry-pill span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}

.cta-band {
  background: linear-gradient(135deg, #0b3954 0%, #1f6f9c 100%);
  border-radius: 24px;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 10%, rgba(244, 148, 44, 0.3), transparent 50%);
}
.cta-band > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .cta-band {
    padding: 2.25rem 1.5rem;
    text-align: center;
  }
}

.coverage-visual {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(11, 57, 84, 0.1);
  position: relative;
}
.coverage-visual img {
  width: 100%;
}

.lazy-fade {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.lazy-fade.is-loaded {
  opacity: 1;
}

.logo-bw {
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.logo-bw:hover {
  filter: grayscale(0);
  opacity: 1;
}

.state-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 6rem;
}

@media print {
  .site-header, .site-footer, .back-to-top, .scroll-indicator {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
