@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans", "Segoe UI", Arial, sans-serif;
  background-color: #d6e5f7 !important;
  color: #1d1d35 !important;
}

body {
  position: relative;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 98;
  background-color: rgba(5, 12, 22, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
body.mobile-nav-open:before {
  opacity: 1;
  pointer-events: auto;
}

.logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.1rem;
  height: 3.1rem;
  padding: 0 0.65rem;
  border-radius: 0.7rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d6e5f7 !important;
  border: 1px solid rgba(191, 213, 239, 0.45);
  background: linear-gradient(150deg, rgba(15, 39, 64, 0.98), rgba(29, 61, 92, 0.95));
  box-shadow: inset 0 0 0 1px rgba(214, 229, 247, 0.1), 0 8px 20px rgba(8, 16, 28, 0.2);
}

header {
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
}
header .header-top.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  animation: 0.95s ease-in-out 0s normal none 1 running headerSlideDown;
  z-index: 999;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #d6e5f7 !important;
}
header .header-top .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0.6rem;
  text-decoration: none;
}
header .header-top .logo img {
  max-height: 3.15rem !important;
  width: auto;
  object-fit: contain;
}
header .header-top .logo .logo-title {
  display: -webkit-box;
  margin: 0;
  font-size: clamp(0.72rem, 1.2vw, 0.9rem);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1d3d5c !important;
  max-width: 11.2rem;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
  transition: color 0.28s ease;
}
header .header-top .logo:hover .logo-title {
  color: #0f2740 !important;
}
@media (min-width: 768px) {
  header .header-top .logo {
    gap: 0.72rem;
  }
  header .header-top .logo img {
    max-height: 3.45rem !important;
  }
  header .header-top .logo .logo-title {
    display: inline-block;
    font-size: clamp(0.78rem, 0.9vw, 0.96rem);
    max-width: 18rem;
    overflow: visible;
    line-clamp: unset;
    -webkit-line-clamp: unset;
  }
}
@media (min-width: 992px) {
  header .header-top .logo {
    gap: 0.45rem;
  }
  header .header-top .logo img {
    max-height: 3.05rem !important;
  }
  header .header-top .logo .logo-title {
    display: -webkit-box;
    font-size: 0.74rem;
    line-height: 1.2;
    max-width: 10.2rem;
    overflow: hidden;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.non-scroll {
  overflow: hidden;
  height: 100vh;
}

button,
.btn,
input[type=submit] {
  background-color: #0f2740 !important;
  color: #d6e5f7 !important;
  border-color: #0f2740 !important;
  transition: all 0.3s ease;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #1d3d5c !important;
  border-color: #1d3d5c !important;
  color: #d6e5f7 !important;
}

.nav_container .navbar {
  position: static;
}
.nav_container .navbar .navbar-toggler {
  border: none;
  position: relative;
  height: 1.625rem;
  width: 2rem;
}
.nav_container .navbar .navbar-toggler .hamburger-lines {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.625rem;
  width: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav_container .navbar .navbar-toggler .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background-color: #1d1d35 !important;
}
.nav_container .navbar .navbar-toggler .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.nav_container .navbar .navbar-toggler .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.nav_container .navbar .navbar-toggler .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.nav_container .navbar .navbar-toggler:not(.collapsed) .line1 {
  transform: rotate(45deg);
}
.nav_container .navbar .navbar-toggler:not(.collapsed) .line2 {
  transform: scaleY(0);
}
.nav_container .navbar .navbar-toggler:not(.collapsed) .line3 {
  transform: rotate(-45deg);
}
.nav_container .navbar a {
  color: #1d1d35 !important;
  transition: 0.3s;
}
.nav_container .navbar a:hover {
  color: #0f2740 !important;
}
.nav_container .navbar .navbar-collapse {
  background-color: #bfd5ef !important;
  transition: all 0.3s cubic-bezier(0, 0, 0.39, 1.13);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 75vw;
  left: -100%;
  overflow-y: auto;
}
.nav_container .navbar .navbar-collapse .navbar-nav {
  list-style: none;
  margin: 1rem 0 0 1rem;
}
.nav_container .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0.2rem 0;
}
.nav_container .navbar .navbar-collapse .navbar-nav a {
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-size: 1.02rem;
  font-weight: 600;
  display: inline-block;
  transform: scale(1);
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
.nav_container .navbar .navbar-collapse .navbar-nav a:hover {
  color: #3f6f94 !important;
  background-color: rgba(63, 111, 148, 0.14);
  transform: scale(1.04);
}
.nav_container .navbar .navbar-collapse .navbar-nav a.current {
  color: #1d3d5c !important;
  background-color: rgba(29, 61, 92, 0.12);
}
.nav_container .navbar .navbar-collapse .collapse-footer .collapse-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(159, 184, 214, 0.42);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(214, 229, 247, 0.58));
}
.nav_container .navbar .navbar-collapse .collapse-footer .collapse-brand .collapse-brand-logo {
  width: 2.3rem;
  height: 2.3rem;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(8, 16, 28, 0.18));
}
.nav_container .navbar .navbar-collapse .collapse-footer .collapse-brand .collapse-brand-title {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1d3d5c !important;
  letter-spacing: 0.01em;
}
.nav_container .navbar .navbar-collapse .collapse-footer .social-icons {
  padding-top: 0.2rem;
}
.nav_container .navbar .navbar-collapse.collapsing {
  height: 100% !important;
  overflow: visible !important;
}
.nav_container .navbar .navbar-collapse.show {
  left: 0;
}
.nav_container .navbar .navbar-collapse .dropdown-menu {
  position: static;
  transform: none !important;
  float: none;
  width: 100%;
  margin: 0.25rem 0 0.45rem;
  padding: 0.35rem 0.2rem;
  background-color: #d6e5f7 !important;
  border-radius: 0.55rem;
  border: 0;
  top: auto;
}
.nav_container .navbar .navbar-collapse .dropdown-menu li:hover a {
  position: relative;
  transform: scale(1.03);
}
@media (min-width: 992px) {
  .nav_container .navbar .navbar-collapse {
    position: static;
    overflow-y: visible;
    background-color: unset !important;
    height: unset !important;
    width: unset !important;
  }
  .nav_container .navbar .navbar-collapse .dropdown-menu {
    position: absolute;
    transform: none;
    float: left;
    width: auto;
    margin: 0;
    padding: 0.5rem 0;
    border-radius: 0.375rem;
    top: 100%;
  }
  .nav_container .navbar .navbar-collapse .navbar-nav {
    list-style: none;
    margin: 0;
  }
  .nav_container .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 0.15rem;
  }
  .nav_container .navbar .navbar-collapse .navbar-nav a {
    position: relative;
    white-space: nowrap;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 0.26rem 0.5rem;
  }
  .nav_container .navbar .navbar-collapse .navbar-nav a:after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #3f6f94 !important;
    transition: transform 0.25s ease;
  }
  .nav_container .navbar .navbar-collapse .navbar-nav a:hover:after {
    transform: scaleX(1);
  }
}

.page-breadcrumb {
  margin-top: 0.5rem;
}
.page-breadcrumb .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin: 0;
  padding: 0.5rem 0.78rem;
  border-radius: 0.82rem;
  border: 1px solid rgba(159, 184, 214, 0.58);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(214, 229, 247, 0.48) 100%);
}
.page-breadcrumb .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.72rem;
  color: rgba(29, 61, 92, 0.84);
}
.page-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #1d3d5c !important;
  font-weight: 600;
  text-decoration: none;
}
.page-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #0f2740 !important;
}
.page-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #0f2740 !important;
  font-weight: 700;
}
.page-breadcrumb .breadcrumb .breadcrumb-item::before {
  color: rgba(29, 61, 92, 0.58);
}
@media (min-width: 992px) {
  .page-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
  }
}

footer {
  padding: 3rem 0 1rem 0;
  margin-top: 3rem;
  color: #1d1d35 !important;
  background-color: #bfd5ef !important;
}
footer h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 1rem;
}
footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 0;
}
footer ul a {
  color: inherit;
  text-decoration: none;
}
footer ul a:hover {
  color: #0f2740 !important;
}
footer .footer-list li {
  margin: 0.2rem 0;
}
footer .footer-list li a {
  font-size: 0.9rem;
}
footer .item.text {
  margin-bottom: 2rem;
}
footer .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
footer .item.social {
  text-align: center;
}
footer .item.social > a {
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  text-align: center;
  border-color: #1d1d35 !important;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #1d1d35 !important;
  margin: 0 0.5rem;
  color: #1d1d35 !important;
  opacity: 0.75;
}
footer .item.social > a:hover {
  opacity: 0.9;
}
footer .copyright {
  text-align: center;
  padding-top: 1.5rem;
  opacity: 0.3;
  font-size: 0.75rem;
  margin-bottom: 0;
}
footer .scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 229, 247, 0.35);
  box-shadow: 0 14px 32px rgba(6, 12, 22, 0.26), inset 0 0 0 1px rgba(214, 229, 247, 0.08);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.85rem) scale(0.94);
  background: linear-gradient(160deg, rgba(15, 39, 64, 0.94), rgba(29, 61, 92, 0.92));
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}
@media (min-width: 768px) {
  footer .scroll-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1rem;
  }
}
footer .scroll-top svg {
  width: 48%;
  height: 48%;
  fill: rgba(214, 229, 247, 0.96);
  transition: transform 0.28s ease;
}
footer .scroll-top:hover {
  box-shadow: 0 18px 36px rgba(6, 12, 22, 0.34), inset 0 0 0 1px rgba(214, 229, 247, 0.12);
}
footer .scroll-top:hover svg {
  transform: translateY(-2px);
}
footer .scroll-top:focus-visible {
  outline: 3px solid rgba(63, 111, 148, 0.54);
  outline-offset: 3px;
}
footer .scroll-top.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.loader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: radial-gradient(circle at 50% 38%, rgba(63, 111, 148, 0.18), transparent 55%), linear-gradient(140deg, rgba(5, 10, 18, 0.96), rgba(15, 39, 64, 0.94));
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.loader-wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-shell {
  position: relative;
  width: clamp(7.5rem, 18vw, 9.5rem);
  height: clamp(7.5rem, 18vw, 9.5rem);
  display: grid;
  place-items: center;
}

.loader-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(214, 229, 247, 0.94);
  border-right-color: rgba(63, 111, 148, 0.92);
  box-shadow: 0 0 28px rgba(63, 111, 148, 0.28);
  animation: loader-orbit-spin 1.2s linear infinite;
}
.loader-orbit.loader-orbit-delay {
  inset: 0.8rem;
  border-top-color: rgba(191, 213, 239, 0.82);
  border-right-color: rgba(29, 61, 92, 0.88);
  animation-direction: reverse;
  animation-duration: 1.8s;
}

.loader-center {
  width: clamp(4.6rem, 10vw, 5.4rem);
  height: clamp(4.6rem, 10vw, 5.4rem);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(29, 61, 92, 0.95), rgba(5, 10, 18, 0.96));
  border: 1px solid rgba(191, 213, 239, 0.35);
  box-shadow: inset 0 0 0 1px rgba(214, 229, 247, 0.12), 0 10px 24px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  animation: loader-center-pulse 1.6s ease-in-out infinite;
}
.loader-center .loader-logo {
  width: clamp(2.8rem, 6vw, 3.35rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
}
.loader-center .loader-text {
  font-size: 0.52rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(214, 229, 247, 0.86);
  line-height: 1;
}

@keyframes loader-orbit-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-center-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loader-orbit,
  .loader-center {
    animation: none;
  }
}
@media (max-width: 767px) {
  footer .item:not(.social) {
    text-align: center;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  footer .item.text {
    margin-bottom: 0;
  }
}
/* TEMP (remove later): hide Netlify free-plan promo widget. */
/* Remove these rules when deployment no longer injects Netlify badge UI. */
.nl-wrap {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

iframe[src*=netlify][src*=badge],
iframe[src*=netlify_badge],
iframe[srcdoc*=nl-wrap],
iframe[title*=Netlify],
iframe[aria-label*=Netlify] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 991px) {
  footer .item.social {
    text-align: center;
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    top: -100px;
  }
  to {
    top: 0;
  }
}
header .header-bottom {
  padding: 1rem 0 0;
}
header .header-bottom .swiper-main {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 39, 64, 0.22);
}
header .header-bottom .swiper-main .swiper-button-next,
header .header-bottom .swiper-main .swiper-button-prev {
  color: #d6e5f7 !important;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.35rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(15, 39, 64, 0.55);
  backdrop-filter: blur(4px);
}
header .header-bottom .swiper-main .swiper-button-next:before, header .header-bottom .swiper-main .swiper-button-next:after,
header .header-bottom .swiper-main .swiper-button-prev:before,
header .header-bottom .swiper-main .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 0.95rem;
  font-weight: 700;
}
header .header-bottom .swiper-main .swiper-button-next:focus-visible,
header .header-bottom .swiper-main .swiper-button-prev:focus-visible {
  outline: 3px solid rgba(242, 246, 251, 0.95);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(63, 111, 148, 0.45);
}
header .header-bottom .swiper-main .swiper-pagination-main {
  position: absolute;
  z-index: 12;
  bottom: 1rem !important;
}
header .header-bottom .swiper-main .swiper-pagination-main .swiper-pagination-bullet {
  background-color: #d6e5f7 !important;
  opacity: 0.55;
}
header .header-bottom .swiper-main .swiper-pagination-main .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #3f6f94 !important;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide {
  position: relative;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, rgba(5, 10, 18, 0.84) 0%, rgba(5, 10, 18, 0.5) 55%, rgba(5, 10, 18, 0.22) 100%);
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide img {
  max-height: none;
  min-height: 360px;
  height: clamp(360px, 62vh, 620px);
  width: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform: scale(1.07);
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text {
  position: absolute;
  z-index: 10;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.85rem;
  border-radius: 0.75rem;
  color: #d6e5f7 !important;
  width: auto;
  max-width: 40rem;
  padding: 0.85rem;
  border: 1px solid rgba(191, 213, 239, 0.4);
  background-color: rgba(5, 10, 18, 0.66);
  backdrop-filter: blur(7px);
  box-shadow: 0 10px 26px rgba(10, 24, 40, 0.22);
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.36s ease, transform 0.36s ease;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-kicker,
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text h3,
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text p,
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-cta {
  transition-delay: 0s;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-kicker {
  display: inline-block;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bfd5ef !important;
  margin-bottom: 0.25rem;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text p {
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  min-height: 2.4rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  background-color: #0f2740 !important;
  color: #d6e5f7 !important;
  transition: all 0.25s ease;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-cta:hover {
  background-color: #1d3d5c !important;
  color: #d6e5f7 !important;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-cta:focus-visible {
  outline: 3px solid rgba(15, 39, 64, 0.35);
  outline-offset: 2px;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text .slider-kicker {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
header .header-bottom .swiper-main .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text .slider-cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.26s;
}
@media (min-width: 768px) {
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text {
    left: 2rem;
    right: auto;
    bottom: 2rem;
    padding: 1.2rem 1.3rem;
    border-radius: 0.9rem;
  }
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-kicker {
    font-size: 0.72rem;
  }
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text h3 {
    font-size: 1.55rem;
  }
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text p {
    font-size: 0.95rem;
  }
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text .slider-cta {
    font-size: 0.88rem;
  }
}
@media (min-width: 992px) {
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text {
    max-width: 35rem;
  }
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text h3 {
    font-size: 1.85rem;
  }
  header .header-bottom .swiper-main .swiper-wrapper .swiper-slide .slider-text p {
    font-size: 1rem;
  }
}

section {
  padding: 3rem 0 1rem 0;
}
section .section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), transform 0.68s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
section.about-us {
  background-image: url("../img/sections/section-about-us.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5058823529) !important;
  background-blend-mode: multiply;
}
section.about-us .section-title {
  color: #d6e5f7 !important;
}
section.about-us .about-us-cards {
  display: grid;
  grid-template-rows: repeat(3, 12rem);
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  section.about-us .about-us-cards {
    grid-template-rows: repeat(2, 12rem);
    grid-template-columns: 1.5fr 1fr;
  }
  section.about-us .about-us-cards .about-us-first-card {
    grid-row: 1/3;
  }
}
@media (min-width: 992px) {
  section.about-us .about-us-cards {
    grid-template-rows: repeat(2, 15rem);
    grid-template-columns: 2fr 1fr;
  }
}
section.about-us .about-us-cards .about-us-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.9rem;
  border: 1px solid rgba(191, 213, 239, 0.34);
  box-shadow: 0 10px 22px rgba(8, 16, 28, 0.2);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
section.about-us .about-us-cards .about-us-card:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 111, 148, 0.68);
  box-shadow: 0 16px 30px rgba(8, 16, 28, 0.28);
}
section.about-us .about-us-cards .about-us-card:hover img {
  transform: scale(1.07);
}
section.about-us .about-us-cards .about-us-card:hover .about-us-card-overlay {
  opacity: 0.68;
}
section.about-us .about-us-cards .about-us-card:hover .about-us-card-arrow {
  opacity: 1;
  transform: translateX(0);
}
section.about-us .about-us-cards .about-us-card:hover .about-us-card-title {
  color: #0f2740 !important;
}
section.about-us .about-us-cards .about-us-card:focus-visible {
  outline: 2px solid rgba(191, 213, 239, 0.95);
  outline-offset: 2px;
}
section.about-us .about-us-cards .about-us-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
section.about-us .about-us-cards .about-us-card .about-us-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.08) 0%, rgba(5, 10, 18, 0.72) 100%);
  opacity: 0.52;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
section.about-us .about-us-cards .about-us-card .about-us-card-chip {
  position: absolute;
  top: 0.78rem;
  left: 0.78rem;
  z-index: 2;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 213, 239, 0.45);
  background-color: rgba(5, 10, 18, 0.56);
  color: #d6e5f7 !important;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
section.about-us .about-us-cards .about-us-card .about-us-card-title {
  position: absolute;
  z-index: 2;
  font-weight: bold;
  left: 0.9rem;
  bottom: 0.85rem;
  right: 3.3rem;
  margin: 0;
  line-height: 1.28;
  color: #d6e5f7 !important;
  transition: color 0.3s ease;
}
section.about-us .about-us-cards .about-us-card .about-us-card-arrow {
  position: absolute;
  z-index: 2;
  right: 0.86rem;
  bottom: 0.86rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(191, 213, 239, 0.93);
  color: #1d3d5c !important;
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  section.about-us .about-us-cards .about-us-card,
  section.about-us .about-us-cards .about-us-card img,
  section.about-us .about-us-cards .about-us-card .about-us-card-overlay,
  section.about-us .about-us-cards .about-us-card .about-us-card-title,
  section.about-us .about-us-cards .about-us-card .about-us-card-arrow {
    transition: none !important;
  }
  section.about-us .about-us-cards .about-us-card:hover {
    transform: none !important;
  }
}
section.future-way iframe {
  height: 20rem;
  width: 100%;
}
@media (min-width: 768px) {
  section.future-way iframe {
    height: 25rem;
  }
}
@media (min-width: 992px) {
  section.future-way iframe {
    height: 30rem;
  }
}

section.quick-links {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
section.quick-links:before, section.quick-links:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  filter: blur(8px);
}
section.quick-links:before {
  width: 17rem;
  height: 17rem;
  left: -4rem;
  top: 0.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 111, 148, 0.22), transparent 70%);
}
section.quick-links:after {
  width: 19rem;
  height: 19rem;
  right: -7rem;
  bottom: -7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 213, 239, 0.25), transparent 70%);
}
section.quick-links .quick-links-grid {
  margin-top: -0.2rem;
}
section.quick-links .quick-link-card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 13rem;
  text-decoration: none;
  padding: 1.1rem 1rem 1rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(191, 213, 239, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), linear-gradient(160deg, rgba(15, 39, 64, 0.92), rgba(22, 50, 79, 0.94));
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(8, 16, 28, 0.24);
  color: #d6e5f7 !important;
  transition: transform 0.33s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.33s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.33s ease, background-position 0.33s ease;
}
section.quick-links .quick-link-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, rgba(142, 181, 220, 0.95), rgba(255, 255, 255, 0.75));
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
section.quick-links .quick-link-card:before {
  content: "→";
  position: absolute;
  right: 0.86rem;
  bottom: 0.86rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 229, 247, 0.4);
  background-color: rgba(214, 229, 247, 0.1);
  color: #d6e5f7 !important;
  font-size: 0.9rem;
  opacity: 0.9;
  transform: translateX(0);
  transition: all 0.28s ease;
}
section.quick-links .quick-link-card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 229, 247, 0.58);
  box-shadow: 0 22px 38px rgba(8, 16, 28, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)), linear-gradient(160deg, rgba(15, 39, 64, 0.98), rgba(33, 68, 101, 0.98));
}
section.quick-links .quick-link-card:hover:after {
  opacity: 1;
}
section.quick-links .quick-link-card:hover:before {
  transform: translateX(3px);
  background-color: rgba(214, 229, 247, 0.2);
}
section.quick-links .quick-link-card:focus-visible {
  outline: 2px solid rgba(214, 229, 247, 0.75);
  outline-offset: 2px;
}
@media (min-width: 768px) {
  section.quick-links .quick-link-card {
    min-height: 13.8rem;
    padding: 1.28rem 1.15rem 1.1rem;
  }
}
@media (min-width: 992px) {
  section.quick-links .quick-link-card {
    min-height: 14.4rem;
    padding: 1.35rem 1.2rem 1.12rem;
  }
}
section.quick-links .quick-link-card .quick-link-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.62rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(214, 229, 247, 0.92);
}
section.quick-links .quick-link-card .quick-link-kicker:before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: rgba(214, 229, 247, 0.9);
}
section.quick-links .quick-link-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.16rem;
  line-height: 1.24;
  color: #d6e5f7 !important;
}
section.quick-links .quick-link-card p {
  margin: 0;
  max-width: 25ch;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(214, 229, 247, 0.88);
}
section.quick-links .quick-links-grid > div:nth-child(1) .quick-link-kicker:after,
section.quick-links .quick-links-grid > div:nth-child(2) .quick-link-kicker:after,
section.quick-links .quick-links-grid > div:nth-child(3) .quick-link-kicker:after {
  margin-left: 0.25rem;
  font-weight: 700;
  color: rgba(214, 229, 247, 0.86);
}
section.quick-links .quick-links-grid > div:nth-child(1) .quick-link-kicker:after {
  content: "01";
}
section.quick-links .quick-links-grid > div:nth-child(2) .quick-link-kicker:after {
  content: "02";
}
section.quick-links .quick-links-grid > div:nth-child(3) .quick-link-kicker:after {
  content: "03";
}
section.quick-links .quick-link-order {
  margin-left: 0.25rem;
  font-weight: 700;
  color: rgba(214, 229, 247, 0.86);
}

section.projects .swiper-projects {
  padding: 0.35rem 0 2.8rem;
}
section.projects .swiper-projects .swiper-projects-next,
section.projects .swiper-projects .swiper-projects-prev {
  color: #d6e5f7 !important;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid rgba(191, 213, 239, 0.46);
  background-color: rgba(5, 10, 18, 0.68);
  backdrop-filter: blur(4px);
  transition: all 0.25s ease;
}
section.projects .swiper-projects .swiper-projects-next:after,
section.projects .swiper-projects .swiper-projects-prev:after {
  font-size: 0.84rem;
  font-weight: 700;
}
section.projects .swiper-projects .swiper-projects-next:hover,
section.projects .swiper-projects .swiper-projects-prev:hover {
  background-color: rgba(15, 39, 64, 0.88);
  border-color: rgba(63, 111, 148, 0.85);
}
section.projects .swiper-projects .swiper-projects-next:focus-visible,
section.projects .swiper-projects .swiper-projects-prev:focus-visible {
  outline: 3px solid rgba(214, 229, 247, 0.95);
  outline-offset: 2px;
}
section.projects .swiper-projects .swiper-pagination-projects {
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0 !important;
}
section.projects .swiper-projects .swiper-pagination-projects .swiper-pagination-bullet {
  background-color: #bfd5ef !important;
  opacity: 0.55;
}
section.projects .swiper-projects .swiper-pagination-projects .swiper-pagination-bullet-active {
  background-color: #3f6f94 !important;
  opacity: 1;
}
section.projects .swiper-projects .swiper-slide {
  height: auto;
}
section.projects .swiper-projects .swiper-slide .holder {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #d6e5f7 !important;
  font-weight: bold;
  background-color: rgba(5, 10, 18, 0.58);
  border-radius: 1rem;
  border: 1px solid rgba(191, 213, 239, 0.32);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(8, 16, 28, 0.2);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}
section.projects .swiper-projects .swiper-slide .holder:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(8, 16, 28, 0.34);
  border-color: rgba(63, 111, 148, 0.65);
}
section.projects .swiper-projects .swiper-slide .holder:hover img {
  transform: scale(1.08);
}
section.projects .swiper-projects .swiper-slide .holder .slider-img {
  position: relative;
  height: 15rem;
  overflow: hidden;
}
section.projects .swiper-projects .swiper-slide .holder .slider-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.02) 0%, rgba(5, 10, 18, 0.52) 100%);
}
@media (min-width: 768px) {
  section.projects .swiper-projects .swiper-slide .holder .slider-img {
    height: 17rem;
  }
}
@media (min-width: 992px) {
  section.projects .swiper-projects .swiper-slide .holder .slider-img {
    height: 19rem;
  }
}
section.projects .swiper-projects .swiper-slide .holder .slider-img img {
  transition: transform 0.45s ease;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.projects .swiper-projects .swiper-slide .holder .slider-text {
  position: relative;
  padding: 1rem 1.1rem 1.15rem;
  min-height: 8.5rem;
}
section.projects .swiper-projects .swiper-slide .holder .slider-text:before {
  content: "LAYIHƏ";
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d6e5f7 !important;
  background-color: rgba(63, 111, 148, 0.42);
}
section.projects .swiper-projects .swiper-slide .holder .slider-text span {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: #d6e5f7 !important;
}

section.offers {
  background-image: url("../img/sections/section-offers.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5058823529) !important;
  background-blend-mode: multiply;
}
@media (min-width: 992px) {
  section.offers {
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
  }
}
section.offers .section-title {
  color: #d6e5f7 !important;
}
section.offers .offers-variant {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 1.2rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(191, 213, 239, 0.36);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(214, 229, 247, 0.75)), radial-gradient(circle at 100% 0%, rgba(63, 111, 148, 0.22), transparent 48%);
  box-shadow: 0 16px 30px rgba(8, 16, 28, 0.14);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
  color: #1d1d35 !important;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s ease, background-color 0.28s ease;
  height: 100%;
  min-height: 14.8rem;
  text-decoration: none;
}
section.offers .offers-variant:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(160deg, rgba(15, 39, 64, 0.95), rgba(29, 61, 92, 0.93));
  opacity: 0;
  transition: opacity 0.28s ease;
}
section.offers .offers-variant:after {
  content: "→";
  position: absolute;
  right: 0.82rem;
  bottom: 0.82rem;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
  border: 1px solid rgba(214, 229, 247, 0.36);
  background-color: rgba(5, 10, 18, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6e5f7 !important;
  font-size: 0.88rem;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.28s ease;
}
@media (min-width: 768px) {
  section.offers .offers-variant {
    padding: 1.5rem 1.25rem;
    gap: 0.82rem;
    min-height: 15.8rem;
  }
}
@media (min-width: 992px) {
  section.offers .offers-variant {
    min-height: 17rem;
    padding: 1.65rem 1.35rem;
    gap: 0.95rem;
  }
}
section.offers .offers-variant:hover {
  transform: translateY(-6px);
  color: #d6e5f7 !important;
  border-color: rgba(191, 213, 239, 0.62);
  box-shadow: 0 20px 38px rgba(8, 16, 28, 0.28);
}
section.offers .offers-variant:hover:before {
  opacity: 1;
}
section.offers .offers-variant:hover:after {
  opacity: 1;
  transform: translateX(0);
}
section.offers .offers-variant:hover svg {
  transform: scale(1.08);
  fill: #d6e5f7 !important;
}
section.offers .offers-variant:hover h5 {
  color: #d6e5f7 !important;
}
section.offers .offers-variant:focus-visible {
  outline: 2px solid rgba(214, 229, 247, 0.95);
  outline-offset: 2px;
}
section.offers .offers-variant h5 {
  text-align: center;
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #1d3d5c !important;
  transition: color 0.28s ease;
}
@media (min-width: 768px) {
  section.offers .offers-variant h5 {
    font-size: 1rem;
  }
}
section.offers .offers-variant svg {
  height: 5.4rem;
  width: auto;
  margin-bottom: 0.2rem;
  padding: 0.6rem;
  border-radius: 0.75rem;
  background-color: rgba(191, 213, 239, 0.48);
  border: 1px solid rgba(159, 184, 214, 0.56);
  fill: #1d1d35 !important;
  transition: transform 0.28s ease, fill 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}
@media (min-width: 768px) {
  section.offers .offers-variant svg {
    height: 6.1rem;
  }
}
@media (min-width: 992px) {
  section.offers .offers-variant svg {
    height: 6.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  section.offers .offers-variant,
  section.offers .offers-variant:before,
  section.offers .offers-variant:after,
  section.offers .offers-variant svg,
  section.offers .offers-variant h5 {
    transition: none !important;
  }
  section.offers .offers-variant:hover {
    transform: none !important;
  }
}

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