@charset "UTF-8";
/* ==========================================================================
   Reset and Base Styles
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #241E20;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
  color: #241E20;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 28px;
  font-weight: 500;
  color: #1B1762;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #1A6CB6;
  padding-left: 20px;
  margin: 40px 0;
  font-style: italic;
  color: #444242;
}

cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 0.875rem;
  color: #444242;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #1B1762;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #4AC1E0;
  text-decoration: none;
}
a:focus {
  outline: 0px solid #4AC1E0;
  outline-offset: 0px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 24px;
  text-align: center;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  transform: translateY(-2px);
}
.btn:focus {
  outline: 0px solid #4AC1E0;
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  background-color: #4AC1E0;
  color: #1B1762;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #F5F4F4;
  color: #241E20;
}

.btn-secondary {
  color: #1B1762;
  padding: 0px;
  font-size: 14px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #4AC1E0;
  text-decoration: underline;
}

.btn-outline {
  background-color: transparent;
  color: #1A6CB6;
  border: 2px solid #1A6CB6;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: #1A6CB6;
  color: white;
}

/* ==========================================================================
   Forms
   ========================================================================== */
.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #241E20;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #DEDADA;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #1A6CB6;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=search].error,
textarea.error,
select.error {
  border-color: #E93B3B;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23241E20' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
  padding-right: 60px;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-bottom: 20px;
  padding-left: 40px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 10px;
}

/* ==========================================================================
   Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 40px 0;
}
figure img {
  margin-bottom: 10px;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-primary {
  color: #241E20;
}

.text-secondary {
  color: #1A6CB6;
}

.text-tertiary {
  color: #4AC1E0;
}

.text-quartary {
  color: #F05431;
}

.text-quintary {
  color: #1B1762;
}

.text-gray {
  color: #CDC7C7;
}

.text-dark-gray {
  color: #444242;
}

.text-light-gray {
  color: #DEDADA;
}

.text-white {
  color: white;
}

.text-error {
  color: #E93B3B;
}

.text-success {
  color: #65DC5B;
}

.bg-primary {
  background-color: #241E20;
}

.bg-secondary {
  background-color: #1A6CB6;
}

.bg-tertiary {
  background-color: #4AC1E0;
}

.bg-quartary {
  background-color: #F05431;
}

.bg-quintary {
  background-color: #1B1762;
}

.bg-gray {
  background-color: #CDC7C7;
}

.bg-dark-gray {
  background-color: #444242;
}

.bg-light-gray {
  background-color: #DEDADA;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 40px;
}

.mt-4 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 40px;
}

.mb-4 {
  margin-bottom: 60px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 40px;
}

.pt-4 {
  padding-top: 60px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 40px;
}

.pb-4 {
  padding-bottom: 60px;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
@media (min-width: 1024px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-none {
    display: none;
  }
}
/* ==========================================================================
   WordPress Specific Classes
   ========================================================================== */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb-home {
  color: #DEDADA;
  text-decoration: underline;
}

.dynamic-filters__controls {
  display: none;
}

.wp-video {
  width: auto !important;
}
.wp-video .mejs-video {
  width: auto !important;
}

#top-padding {
  padding-top: 80px !important;
}

.hide {
  display: none;
}

.banner {
  position: relative;
  min-height: 500px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: left;
  align-items: end;
  overflow: hidden;
  padding: 80px 0 0;
}
@media (min-width: 768px) {
  .banner {
    min-height: 600px;
    height: 90vh;
    max-height: 900px;
  }
}
@media (min-width: 1024px) {
  .banner {
    min-height: 700px;
    max-height: 1000px;
  }
}
.banner.sub-banner {
  max-height: 600px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 400px;
}
@media (min-width: 768px) {
  .banner.sub-banner {
    min-height: 500px;
  }
}
.banner__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .youtube-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .youtube-bg-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .banner .youtube-bg-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(36, 30, 32, 0.6) 0%, rgba(26, 108, 182, 0.4) 100%);
  z-index: 2;
}
.banner .content-wrapper {
  width: 1440px;
}
@media (max-width: 1024px) {
  .banner .content-wrapper {
    width: 100%;
  }
}
.banner__content {
  position: relative;
  z-index: 3;
  max-width: 1050px;
  padding: 0 0 60px;
}
.banner__title {
  font-size: 90px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(36, 30, 32, 0.5);
}
@media (max-width: 1024px) {
  .banner__title {
    font-size: 62px;
  }
}
@media (max-width: 768px) {
  .banner__title {
    font-size: 52px;
  }
}
.banner__description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 60px;
  text-shadow: 1px 1px 2px rgba(36, 30, 32, 0.5);
}
@media (min-width: 768px) {
  .banner__description {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.banner__description p {
  margin-bottom: 20px;
}
.banner__description p:last-child {
  margin-bottom: 0;
}
.banner__description strong,
.banner__description b {
  font-weight: 700;
}
.banner__description em,
.banner__description i {
  font-style: italic;
}
@media (max-width: 768px) {
  .banner__title {
    font-size: 52px;
    margin-bottom: 20px;
  }
  .banner__description {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner .youtube-bg-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}
.banner:not(:has(.banner__video-wrapper)):not(:has(.banner__image-wrapper)) {
  background: linear-gradient(45deg, #1A6CB6, #1B1762);
}
.banner:not(:has(.banner__video-wrapper)):not(:has(.banner__image-wrapper)) .banner__overlay {
  display: none;
}

.youtube-bg-wrapper iframe {
  pointer-events: none;
}
@media (max-width: 576px) {
  .youtube-bg-wrapper iframe {
    width: 300%;
    height: 100%;
    left: -100%;
  }
}

.banner--loading .youtube-bg-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.banner--loading.banner--loaded .youtube-bg-wrapper {
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 576px) {
  .header.container {
    padding: 0;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 0 40px;
  height: 87px;
}
@media (max-width: 576px) {
  .nav {
    height: 60px;
    padding: 0 20px;
  }
}
.nav__logo .logo-link {
  display: block;
}
.nav__logo .logo-link .logo-img {
  height: 30px;
  width: auto;
}
@media (min-width: 1024px) {
  .nav__logo .logo-link .logo-img {
    height: 40px;
  }
}
.nav__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .nav__desktop {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }
}
.nav__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1024px) {
  .nav__hamburger {
    display: none;
  }
}
.nav__hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.nav__hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.nav__hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.nav__hamburger .hamburger-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #241E20;
  transition: all 0.3s ease;
}
.nav__hamburger:focus {
  outline: 0px solid #4AC1E0;
  outline-offset: 0px;
}

.desktop-menu__list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-menu__list li {
  font-size: 18px;
  position: relative;
  margin: 0;
}
.desktop-menu__list li.menu-item-has-children > a {
  padding-right: 20px;
}
.desktop-menu__list li.menu-item-has-children > a .menu-caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: transform 0.3s ease;
}
.desktop-menu__list li.menu-item-has-children:hover > a .menu-caret {
  transform: translateY(-50%) rotate(180deg);
}
.desktop-menu__list li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.desktop-menu__list a {
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}
.desktop-menu__list .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  background: white;
  min-width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-menu__list .sub-menu li {
  margin: 0;
}
.desktop-menu__list .sub-menu li a {
  display: block;
  padding: 12px 16px;
  font-weight: 400;
}
.desktop-menu__list .sub-menu li a:hover {
  background-color: #F5F4F4;
}

.current-menu-item > a {
  color: #4AC1E0;
}

.desktop-social {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-left: 1px solid #4AC1E0;
  padding-left: 40px;
}
.desktop-social .social-link {
  display: block;
  transition: transform 0.3s ease;
}
.desktop-social .social-link:hover {
  transform: translateY(-2px);
}
.desktop-social .social-link .social-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 16px;
  right: 16px;
  height: auto;
  background: white;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  padding: 0;
  overflow-y: auto;
}
.mobile-drawer.active {
  transform: translateY(76px);
}
@media (min-width: 1024px) {
  .mobile-drawer {
    display: none;
  }
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__list li {
  margin: 0;
}
.mobile-menu__list li:last-child {
  border-bottom: none;
}
.mobile-menu__list li.menu-item-has-children > a {
  position: relative;
  padding-right: 60px;
}
.mobile-menu__list li.menu-item-has-children > a .mobile-menu-caret {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.mobile-menu__list li.menu-item-has-children > a.active .mobile-menu-caret {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-menu__list li.menu-item-has-children > a.active + .sub-menu {
  display: block;
}
.mobile-menu__list a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
}
.mobile-menu__list .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #F5F4F4;
}
.mobile-menu__list .sub-menu li a {
  padding: 10px 20px;
  font-weight: 400;
}

.social-icon:hover {
  filter: invert(50%) sepia(88%) saturate(800%) hue-rotate(352deg);
}

.mobile-social {
  display: flex;
  justify-content: start;
  gap: 40px;
  padding: 20px;
  border-top: 1px solid #4AC1E0;
}
.mobile-social .social-link {
  display: block;
}
.mobile-social .social-link .social-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-social .social-link .social-iconimg:hover {
  filter: invert(50%) sepia(88%) saturate(800%) hue-rotate(352deg);
}

.ready-section {
  padding: 40px 0;
  background-color: #241E20;
}
@media (min-width: 768px) {
  .ready-section {
    padding: 80px 0;
  }
}

.ready-section__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .ready-section__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ready-section__image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .ready-section__image-col img {
    min-height: 400px;
    max-height: 432px;
  }
}

.ready-section__content-col {
  background: linear-gradient(105.41deg, #1a6cb6 0%, #1b1762 100%);
}

.ready-section__content {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .ready-section__content {
    padding: 48px;
  }
}

.ready-section__textbox {
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #F5F4F4;
}
.ready-section__textbox h4 {
  color: #fff;
}
@media (max-width: 576px) {
  .ready-section__textbox {
    font-size: 20px;
  }
}

.footer {
  background: #241E20;
  color: white;
}

.footer__main {
  padding: 20px 0 40px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 60px;
  }
}

.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .footer__logo img {
    height: 50px;
  }
}

.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__contact-item {
  display: flex;
  align-items: start;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
}
.footer__contact-item:hover {
  color: #F05431;
}
.footer__contact-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__menu {
  margin-bottom: 40px;
}
.footer__menu:last-child {
  margin-bottom: 0;
}

.footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu-list li {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
}
.footer__menu-list li:first-child {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__menu-list li.bold {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__menu-list li:last-child {
  margin-bottom: 0;
}
.footer__menu-list li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__menu-list li a:hover {
  color: #F05431;
}

.footer__bottom {
  border-top: 1px solid #444242;
  padding: 20px 0;
}

.footer__bottom-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__copyright {
  color: #DEDADA;
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .footer__copyright {
    text-align: left;
  }
}

.footer__bottom-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: start;
}
.footer__bottom-menu-list li {
  margin: 0px;
}
.footer__bottom-menu-list li a {
  color: #DEDADA;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__bottom-menu-list li a:hover {
  color: #F05431;
}

.footer__social-icons {
  display: flex;
  gap: 20px;
}

.footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease;
}
.footer__social-icon:hover {
  filter: invert(50%) sepia(88%) saturate(800%) hue-rotate(332deg);
}
.footer__social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.integrated-marine-solutions {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(98.83deg, #1a6cb6 0%, #1b1762 105.04%);
}
@media (min-width: 768px) {
  .integrated-marine-solutions {
    padding: 80px 0 60px;
  }
}
.integrated-marine-solutions .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.integrated-marine-solutions > * {
  position: relative;
  z-index: 2;
}

.ims__title {
  margin-bottom: 40px;
}

.ims__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .ims__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ims__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ims__card {
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.ims__card:hover .ims__card-content {
  margin-top: -20px;
  height: 120px;
  transition: all 0.25s ease;
}
.ims__card:hover .ims__card-title {
  color: #4AC1E0;
}
.ims__card:hover .ims__card-icon {
  opacity: 1;
  transition: all 0.25s ease;
}
.ims__card:hover .ims__card-image {
  transform: scale(1.2);
}

.ims__card-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.ims__card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ims__card-content {
  padding: 1rem;
  position: relative;
  background-color: #fff;
  height: 100px;
}

.ims__card-title {
  font-size: 1.5rem;
  color: #241E20;
  margin-bottom: 20px;
  font-weight: 500;
}

.ims__card-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  opacity: 0.1;
}
.ims__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ims__card-link {
  display: inline-block;
  color: #1A6CB6;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
}
.ims__card-link:hover {
  color: #F05431;
  text-decoration: underline;
}

.ims__projects-section {
  margin-top: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ims__projects-section {
    margin-top: 80px;
  }
}

.ims__projects-title {
  margin: 0;
}

.ims__projects-slider-wrapper {
  position: relative;
  padding: 20px 0;
}

@media (max-width: 576px) {
  .ims__projects-slider-wrapper {
    padding: 20px;
  }
}

.ims-projects-slider {
  max-width: 1410px;
  width: 100%;
}
@media (min-width: 1440px) {
  .ims-projects-slider {
    overflow: visible !important;
  }
}

.ims__project-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.ims__project-slide.swiper-slide-active {
  opacity: 1;
}

.ims__project-content {
  display: grid;
  max-width: 100%;
  grid-template-columns: 1fr;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .ims__project-content {
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
    gap: 60px;
  }
}

.ims__project-info {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .ims__project-info {
    order: 2;
  }
}

.ims__project-client {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.ims__project-client p {
  font-size: 18px;
  line-height: 1.5rem;
  color: #4AC1E0;
  text-transform: capitalize;
}

.ims__project-name {
  margin-bottom: 40px;
}

.ims__project-image {
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  .ims__project-image {
    min-height: auto;
  }
}
.ims__project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ims__slider-nav {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.ims-projects-slider .swiper-slide {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.ims-projects-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

@media (max-width: 768px) {
  .ims__cards {
    gap: 20px;
  }
  .ims__card-content {
    padding: 20px;
  }
  .ims__project-info {
    padding: 20px;
  }
  .ims-projects-slider {
    padding: 0 40px;
  }
}
.built-long-haul {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 60px;
}
@media (min-width: 768px) {
  .built-long-haul {
    padding: 80px 0;
  }
}
.built-long-haul__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 23, 98, 0.9);
}

.built-long-haul__top-grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .built-long-haul__top-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.built-long-haul__top-grid h2 {
  color: #fff;
}
.built-long-haul__top-grid h2 strong {
  font-weight: 600;
  color: #4AC1E0;
}

.built-long-haul__text-box p {
  font-size: 24px;
  font-weight: 400;
}

.built-long-haul__sub-text p {
  font-size: 18px;
  font-weight: 400;
}

.built-long-haul__bottom {
  background: white;
  position: relative;
  padding: 40px;
}
@media (max-width: 576px) {
  .built-long-haul__bottom {
    padding: 20px;
  }
}

.built-long-haul__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1A6CB6;
}
@media (max-width: 576px) {
  .built-long-haul__header {
    flex-direction: column;
    gap: 20px;
  }
}
.built-long-haul__header .built-long-haul__subtitle {
  margin: 0px;
}

.built-long-haul__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 32px;
}
@media (min-width: 576px) {
  .built-long-haul__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .built-long-haul__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.built-long-haul__card {
  overflow: hidden;
}
@media (max-width: 576px) {
  .built-long-haul__card {
    justify-content: center;
  }
}
.built-long-haul__card h5 {
  margin: 0.5rem 0;
}
.built-long-haul__card p {
  font-size: 18px;
}
@media (max-width: 576px) {
  .built-long-haul__card-text {
    text-align: center;
  }
  .built-long-haul__card-image img {
    margin: auto;
  }
}

.textbox-image {
  padding: 80px 0 80px;
  position: relative;
}
.textbox-image--Dark {
  background: #241E20;
  color: white;
}
.textbox-image--Dark .page-links {
  position: relative;
}
.textbox-image--Dark .page-links ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  padding: 0;
}
@media (max-width: 768px) {
  .textbox-image--Dark .page-links ul {
    gap: 10px;
  }
}
.textbox-image--Dark .page-links ul .page-link-title {
  color: white;
  opacity: 0.5;
}
.textbox-image--Dark .page-links ul li a {
  color: white;
}
.textbox-image--Dark .textbox-image__textbox {
  color: white;
}
.textbox-image--Dark .textbox-image__textbox p,
.textbox-image--Dark .textbox-image__textbox strong {
  color: white;
}
.textbox-image--Dark .textbox-image__textbox h1,
.textbox-image--Dark .textbox-image__textbox h2,
.textbox-image--Dark .textbox-image__textbox h3,
.textbox-image--Dark .textbox-image__textbox h4,
.textbox-image--Dark .textbox-image__textbox h5,
.textbox-image--Dark .textbox-image__textbox h6 {
  color: #4AC1E0;
  font-weight: 500;
}
.textbox-image--Light {
  background: white;
}
.textbox-image--Light h1,
.textbox-image--Light h2,
.textbox-image--Light h3,
.textbox-image--Light h4,
.textbox-image--Light h5,
.textbox-image--Light h6 {
  color: #1B1762;
  font-weight: 500;
}

.textbox-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 23, 98, 0.8);
}

.textbox-image__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .textbox-image__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.textbox-image__grid--image-right .textbox-image__image-col {
  order: 2;
}

.textbox-image__grid--image-left .textbox-image__image-col {
  order: start;
}

.textbox-image__image-col img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .textbox-image__image-col img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.additional-cont .textbox-image__image-col {
  height: 100%;
}
@media (max-width: 768px) {
  .additional-cont .textbox-image__image-col {
    order: 2;
  }
}
.additional-cont .textbox-image__image-col img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.textbox-image__content-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.textbox-image__content-col .textbox-image__additional-cont {
  background-color: #1B1762;
  width: 100%;
  margin-top: 20px;
  padding: 1.5rem;
}
.textbox-image__content-col .textbox-image__additional-cont h1,
.textbox-image__content-col .textbox-image__additional-cont h2,
.textbox-image__content-col .textbox-image__additional-cont h3,
.textbox-image__content-col .textbox-image__additional-cont h4,
.textbox-image__content-col .textbox-image__additional-cont h5,
.textbox-image__content-col .textbox-image__additional-cont h6 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.textbox-image__content-col .textbox-image__additional-cont ul {
  list-style-type: square;
  font-size: 18px;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .textbox-image__content-col .textbox-image__additional-cont ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.textbox-image__content-col .textbox-image__additional-cont ul li::marker {
  color: #4AC1E0;
}

.textbox-image__textbox {
  width: 100%;
}
.textbox-image__textbox strong {
  color: #1B1762;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .textbox-image__textbox strong {
    font-size: 1.4rem;
  }
}

.our-culture {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .our-culture {
    padding: 80px 0;
  }
}
.our-culture a {
  color: #4AC1E0;
}

.our-culture__top-textbox {
  margin-bottom: 20px;
}
.our-culture__top-textbox h4 {
  color: #4AC1E0;
  font-size: 36px;
  margin-bottom: 10px;
}
.our-culture__top-textbox p {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .our-culture__top-textbox p {
    font-size: 1.5rem;
  }
}

.our-culture__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .our-culture__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.our-culture__cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .our-culture__cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.our-culture__card {
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.our-culture__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 30, 32, 0.5);
  transition: background 0.3s ease;
}

.our-culture__card:hover .our-culture__card-description {
  display: block;
  opacity: 1;
}
.our-culture__card:hover .our-culture__card-overlay {
  background: rgba(36, 30, 32, 0);
}

.our-culture__card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.our-culture__card-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.our-culture__card-description {
  color: white;
  font-size: 18px;
  display: none;
  opacity: 0;
  transition: all 1s ease-out;
}

.our-culture__textbox-col {
  display: flex;
  align-items: center;
}

.our-culture__textbox-2 {
  width: 100%;
}
.our-culture__textbox-2 p {
  margin-bottom: 10px;
}
.our-culture__textbox-2 p:last-child {
  margin-bottom: 0;
}
.our-culture__textbox-2 h1,
.our-culture__textbox-2 h2,
.our-culture__textbox-2 h3,
.our-culture__textbox-2 h4,
.our-culture__textbox-2 h5,
.our-culture__textbox-2 h6 {
  color: #4AC1E0;
}

.textbox-slider-cards {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .textbox-slider-cards {
    padding: 100px 0;
  }
}
.textbox-slider-cards h1, .textbox-slider-cards h2, .textbox-slider-cards h3, .textbox-slider-cards h4, .textbox-slider-cards h5, .textbox-slider-cards h6 {
  color: #1B1762;
  font-weight: 500;
}

.textbox-slider-cards__textbox {
  margin-bottom: 20px;
}

.textbox-slider-cards__slider-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .textbox-slider-cards__slider-wrapper {
    margin: 0 20px;
  }
}

.textbox-slider-cards-slider {
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
@media (min-width: 1024px) {
  .textbox-slider-cards-slider {
    padding: 0 80px;
  }
}

@media (min-width: 1280px) {
  .textbox-slider-cards-slider {
    width: 1410px;
    overflow: visible !important;
  }
}
.textbox-slider-cards-slider .swiper-wrapper {
  align-items: stretch;
}
.textbox-slider-cards-slider .swiper-slide {
  height: auto;
}
.textbox-slider-cards-slider .textbox-slider-cards__card {
  height: 100%;
}

.textbox-slider-cards__card {
  background: #F5F4F4;
  overflow: hidden;
  padding: 20px;
}

.textbox-slider-cards__card-image {
  margin-bottom: 20px;
}
.textbox-slider-cards__card-image img {
  width: 100px;
  height: 100px;
}

.textbox-slider-cards__card-title {
  margin-bottom: 20px;
}

.textbox-slider-cards__slider-nav {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.textbox-image-gallery {
  padding: 0 0 60px;
}
.textbox-image-gallery h1, .textbox-image-gallery h2, .textbox-image-gallery h3, .textbox-image-gallery h4, .textbox-image-gallery h5, .textbox-image-gallery h6 {
  color: #1B1762;
  font-weight: 500;
}

.textbox-image-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 1024px) {
  .textbox-image-gallery__grid {
    grid-template-columns: 3fr 2fr;
  }
}

.textbox-image-gallery__content-col {
  display: flex;
  align-items: center;
  min-width: 0;
}

.textbox-image-gallery__textbox {
  width: 100%;
}
.textbox-image-gallery__textbox strong {
  color: #1B1762;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .textbox-image-gallery__textbox strong {
    font-size: 1.5rem;
  }
}

.textbox-image-gallery__slider-col {
  min-width: 0;
}

.textbox-image-gallery__slider-wrapper {
  position: relative;
  width: 100%;
}

.textbox-image-gallery-main {
  margin-bottom: 0;
  width: 100% !important;
}
.textbox-image-gallery-main .swiper-wrapper {
  width: 100% !important;
}
.textbox-image-gallery-main .swiper-slide {
  width: 100% !important;
}

.textbox-image-gallery__main-slide {
  position: relative;
  width: 100% !important;
}
.textbox-image-gallery__main-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .textbox-image-gallery__main-slide img {
    height: 500px;
  }
}

.textbox-image-gallery__lightbox-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.textbox-image-gallery__lightbox-btn:hover {
  transform: scale(1.1);
}
.textbox-image-gallery__lightbox-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.textbox-image-gallery-thumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #1B1762;
  padding: 12px;
}

.textbox-image-gallery-thumbs {
  flex: 1;
  width: 100% !important;
}
.textbox-image-gallery-thumbs .swiper-wrapper {
  align-items: center;
  width: 100% !important;
}
.textbox-image-gallery-thumbs .swiper-slide {
  width: auto !important;
}

.textbox-image-gallery__thumb-slide {
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.textbox-image-gallery__thumb-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.textbox-image-gallery__thumb-slide img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}

.textbox-image-gallery-thumbs-prev,
.textbox-image-gallery-thumbs-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.textbox-image-gallery-thumbs-prev:hover,
.textbox-image-gallery-thumbs-next:hover {
  opacity: 0.95;
}
.textbox-image-gallery-thumbs-prev img,
.textbox-image-gallery-thumbs-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 60px;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
}
.lightbox-close:hover {
  opacity: 0.7;
}
.lightbox-close img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.textbox-3d-graphic {
  position: relative;
  padding: 60px 0;
  background-color: #F5F4F4;
}
@media (min-width: 768px) {
  .textbox-3d-graphic {
    padding: 150px 0 100px;
  }
}
.textbox-3d-graphic h1, .textbox-3d-graphic h2, .textbox-3d-graphic h3, .textbox-3d-graphic h4, .textbox-3d-graphic h5, .textbox-3d-graphic h6 {
  color: #1B1762;
}
.textbox-3d-graphic p {
  font-size: 20px;
  line-height: 1.75rem;
  color: #1B1762;
}
@media (min-width: 768px) {
  .textbox-3d-graphic p {
    font-size: 24px;
    line-height: 2rem;
    padding-right: 40px;
  }
}

.textbox-3d-graphic__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.textbox-3d-graphic__bg-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textbox-3d-graphic__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.textbox-3d-graphic__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (min-width: 1024px) {
  .textbox-3d-graphic__grid {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
}

.textbox-3d-graphic__content-col,
.textbox-3d-graphic__graphic-col,
.graphic-point,
.graphic-popup {
  position: relative;
  z-index: 3;
}

.textbox-3d-graphic__content-col {
  display: flex;
  align-items: center;
}

.textbox-3d-graphic__textbox {
  width: 100%;
}

.textbox-3d-graphic__graphic-col {
  position: relative;
}

.textbox-3d-graphic__image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.textbox-3d-graphic__main-image {
  width: 100%;
  height: auto;
  display: block;
}

.graphic-point {
  position: absolute;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.graphic-point__dot {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.3019607843);
  border: 1px solid #1A6CB6;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    background: rgba(255, 255, 255, 0.3019607843);
  }
  to {
    background: rgba(255, 255, 255, 0.0941176471);
  }
}
.graphic-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 530px;
  width: 100%;
  z-index: 10;
}
.graphic-popup.active {
  display: block;
}

.graphic-popup__card {
  background: white;
  padding: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.graphic-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #241E20;
  cursor: pointer;
  z-index: 3;
  padding: 4px;
}
.graphic-popup__close:hover {
  color: #1A6CB6;
}

.graphic-popup__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .graphic-popup__content {
    grid-template-columns: 140px 2fr;
  }
}

.graphic-popup__image-col {
  max-width: 140px;
}
.graphic-popup__image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.graphic-popup__text-col {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.graphic-popup__title {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .graphic-popup {
    max-width: 300px;
  }
  .graphic-popup__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .graphic-popup__image-col {
    max-width: 100%;
  }
  .graphic-popup__image-col img {
    height: 150px;
  }
  .graphic-point {
    width: 44px;
    height: 44px;
  }
  .graphic-point__dot {
    width: 44px;
    height: 44px;
  }
}
.project-section {
  padding: 40px 0 0;
}
.project-section h1,
.project-section h2,
.project-section h3,
.project-section h4,
.project-section h5,
.project-section h6 {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .project-section {
    padding: 80px 0 0;
  }
}

.project-content {
  background-color: #F5F4F4;
  padding: 30px;
}
@media (max-width: 576px) {
  .project-content {
    padding: 10px;
  }
}

.project-section__heading,
.project-section__subheading {
  color: #1B1762;
  margin-bottom: 1.25rem;
}

@media (max-width: 576px) {
  .project-section__subheading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.project-section__image {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -7px;
}
.project-section__image img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 420px;
}
.project-section__image .project-section__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.project-section-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .project-section-content__grid {
    grid-template-columns: 1fr 342px;
  }
}

.project-section-content__main {
  font-size: 18px;
}
.project-section-content__main h2, .project-section-content__main h3, .project-section-content__main h4, .project-section-content__main h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1B1762;
  margin: 32px 0 8px;
}
.project-section-content__main p {
  font-size: 18px;
}
.project-section-content__main p iframe {
  width: 100%;
  height: 530px;
}
.project-section-content__main li {
  font-size: 18px;
}
.project-section-content__main .project-content__text {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .project-section-content__main {
    order: 2;
  }
}

.project-section-content__sidebar .project-section-details {
  background: #f5f4f4;
  padding: 40px;
}
@media (max-width: 576px) {
  .project-section-content__sidebar .project-section-details {
    padding: 0;
  }
}

.project-detail__item {
  margin-bottom: 20px;
}
.project-detail__item:last-child {
  margin-bottom: 0;
}

.project-detail__label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #4AC1E0;
}

.project-detail__values {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-detail__value {
  font-size: 18px;
}

.project-section-gallery-section .inner {
  background-color: #F5F4F4;
  padding: 0 2rem 2rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .project-section-gallery-section .inner {
    padding: 10px;
  }
}
.project-section-gallery-section h3 {
  color: #1B1762;
  font-weight: 500;
}

.project-section-gallery__slider-wrapper {
  position: relative;
}

@media (min-width: 1280px) {
  .project-section-gallery-slider {
    width: 1410px;
    overflow: visible !important;
  }
}
.project-section-gallery-slider .swiper-wrapper {
  align-items: center;
}
.project-section-gallery-slider .swiper-slide {
  height: auto;
}

.project-section-gallery__slide {
  position: relative;
}
.project-section-gallery__slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .project-section-gallery__slide img {
    height: 300px;
  }
}

.project-gallery__caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 0.9rem;
  max-width: 80%;
  text-align: right;
}
@media (max-width: 768px) {
  .project-gallery__caption {
    font-size: 0.8rem;
    padding: 6px 12px;
    bottom: 10px;
    right: 10px;
    max-width: 100%;
  }
}

.project-section-gallery__nav {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.special-vessels-section .inner {
  background-color: #F5F4F4;
  padding: 2rem;
}
@media (max-width: 576px) {
  .special-vessels-section .inner {
    padding: 2rem 10px;
    margin-bottom: 40px;
  }
}
.special-vessels-section h3 {
  color: #1B1762;
  font-weight: 500;
}

.special-vessels__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .special-vessels__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.special-vessel__image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.special-vessel__content {
  padding-top: 10px;
}

.special-vessel__name {
  margin: 0;
  font-size: 2rem;
}
@media (max-width: 576px) {
  .special-vessel__name {
    font-size: 1.75rem;
  }
}

.special-vessel__subtitle {
  font-size: 1.4rem;
  color: #241E20;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 576px) {
  .special-vessel__subtitle {
    font-size: 1.2rem;
  }
}

.special-vessel__description {
  font-size: 18px;
  line-height: 1.5;
}

.contact-info {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 0;
  background-color: #F5F4F4;
}
@media (min-width: 768px) {
  .contact-info {
    padding: 50px 0;
  }
}
.contact-info__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .contact-info__grid {
    grid-template-columns: 342px 2fr 3fr;
    gap: 24px;
  }
}
.contact-info__col--details .contact-details {
  background: #1B1762;
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
}

.contact-details__title {
  font-size: 32px;
}
.contact-details__list {
  margin-bottom: 12px;
}
.contact-details__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.contact-details__item:last-child {
  margin-bottom: 24px;
}
.contact-details__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.contact-details__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-details__content {
  flex: 1;
}
.contact-details__label {
  font-size: 14px;
  color: white;
  line-height: 1rem;
}
.contact-details__label a:hover {
  color: #1A6CB6;
}
.contact-details__subtitle {
  color: white;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
}
.contact-details__description {
  color: white;
  font-size: 14px;
  line-height: 1rem;
}
.contact-details__description p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-size: 14px;
}
.contact-details__description p:last-child {
  margin-bottom: 0;
}
.contact-details__description a {
  color: #4AC1E0;
  text-decoration: underline;
}

.contact-map {
  height: 100%;
}
.contact-map iframe {
  height: 100%;
  margin-bottom: 20px;
}

.contact-form__title {
  margin-bottom: 16px;
}
.contact-form__wrapper input, .contact-form__wrapper textarea, .contact-form__wrapper select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #122535;
  font-family: "Hanken Grotesk", sans-serif;
}
.contact-form__wrapper input:focus, .contact-form__wrapper textarea:focus, .contact-form__wrapper select:focus {
  outline: none;
  border-color: #1A6CB6;
}
.contact-form__wrapper input::-moz-placeholder, .contact-form__wrapper textarea::-moz-placeholder {
  color: #89929A;
}
.contact-form__wrapper input::placeholder, .contact-form__wrapper textarea::placeholder {
  color: #89929A;
}
.contact-form__wrapper .forminator-label, .contact-form__wrapper .forminator-description {
  display: none;
}
.contact-form__wrapper button, .contact-form__wrapper input[type=submit] {
  background: #4AC1E0;
  color: white;
  border: none;
  padding: 16px 32px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}
.contact-form__wrapper button:hover, .contact-form__wrapper input[type=submit]:hover {
  background: #F5F4F4;
  color: black;
}
.contact-form__wrapper label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #241E20;
}
.contact-form__wrapper .wpcf7-form-control-wrap {
  margin-bottom: 40px;
  display: block;
}

@media (max-width: 1024px) {
  .contact-info__col--map {
    order: 3;
  }
  .contact-info__col--map iframe {
    height: 600px;
  }
}
.dynamic-project-filters {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .dynamic-project-filters {
    padding: 100px 0;
  }
}

.dynamic-filters__controls {
  margin-bottom: 40px;
}

.dynamic-filters__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .dynamic-filters__form {
    gap: 40px;
  }
}

.filter-title {
  font-size: 18px;
  color: #CDC7C7;
  margin: 0px;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 576px) {
  .filter-title {
    width: unset;
  }
}

.dynamic-filter__dropdown {
  position: relative;
  display: inline-block;
}

.dynamic-filter__trigger {
  display: flex;
  align-items: center;
  background-color: white;
  border-width: 0px;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 18px;
  color: #1B1762;
  transition: all 0.3s ease;
}

.dynamic-filter__count {
  background: #1A6CB6;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
}

.dynamic-filter__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #DEDADA;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 100;
  margin-top: 4px;
}

.dynamic-filter__dropdown.active .dynamic-filter__trigger {
  border-color: #1A6CB6;
}
.dynamic-filter__dropdown.active .dynamic-filter__arrow {
  transform: rotate(180deg);
}
.dynamic-filter__dropdown.active .dynamic-filter__options {
  display: block;
}

.dynamic-filter__option {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dynamic-filter__option:hover {
  background: #F5F4F4;
}
.dynamic-filter__option input[type=checkbox] {
  display: none;
}

.dynamic-filter__checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #DEDADA;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.dynamic-filter__option input:checked + .dynamic-filter__checkmark {
  background: #1A6CB6;
  border-color: #1A6CB6;
}
.dynamic-filter__option input:checked + .dynamic-filter__checkmark::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.dynamic-filter__reset {
  padding: 20px 40px;
}

.dynamic-filters__grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .dynamic-filters__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 40px;
  }
}

.dynamic-filter__item {
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dynamic-filter__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.project-filters__grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .project-filters__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 40px;
  }
}

.dynamic-filter__item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dynamic-filter__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.dynamic-filter__link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.dynamic-filter__image-wrapper {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  min-height: 360px;
}

.dynamic-filter__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.dynamic-filter__item:hover .dynamic-filter__image {
  transform: scale(1.05);
}

.dynamic-filter__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
  max-width: calc(100% - 60px);
}

.dynamic-filter__badge {
  background: rgba(255, 255, 255, 0.6980392157);
  color: #4AC1E0;
  border: 1px solid #4AC1E0;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic-filter__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 0%, rgba(36, 30, 32, 0.9) 100%);
  padding: 20px;
  z-index: 2;
}

.dynamic-filter__title {
  font-size: 2rem;
  margin: 0;
  color: white;
  font-weight: 500;
  line-height: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .dynamic-filter__badge {
    font-size: 0.7rem;
    padding: 6px 12px;
    max-width: calc(100% - 40px);
  }
  .dynamic-filter__content {
    padding: 40px 20px 20px;
  }
  .dynamic-filters__controls {
    margin-bottom: 20px;
  }
}
.project-filter__title {
  font-size: 1.25rem;
  margin: 0;
  color: #241E20;
}
.project-filter__link:hover .project-filter__title {
  color: #1A6CB6;
}

.project-filters__empty {
  text-align: center;
  padding: 80px;
  background: #DEDADA;
  border-radius: 8px;
}
.project-filters__empty p {
  margin: 0;
  color: #444242;
  font-size: 18px;
}

.certifications {
  padding: 80px 0 0;
  background-color: #241E20;
}
@media (min-width: 768px) {
  .certifications {
    padding: 100px 0 30px;
  }
}

.certifications__title {
  text-align: center;
  color: #4AC1E0;
  font-weight: 500;
  margin-bottom: 20px;
}

.certifications__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.certifications__item {
  flex-shrink: 0;
}

.certifications__image {
  width: 120px;
  height: 85px;
  background-color: white;
  padding: 3px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .certifications__image {
    width: 100px;
    height: 70px;
  }
}

.certifications__item {
  transition: transform 0.3s ease;
}
.certifications__item:hover {
  transform: scale(1.05);
}

.card-tabs-section {
  padding: 60px 0 100px;
}

.card-tabs__title {
  margin-bottom: 20px;
  color: #1B1762;
}

.card-tabs__nav {
  display: flex;
  justify-content: left;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.card-tab__trigger {
  padding: 8px 16px;
  border: 1px solid #4AC1E0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  background-color: white;
}
.card-tab__trigger.active, .card-tab__trigger:hover {
  background: #4AC1E0;
}

.card-tabs__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 576px) {
  .card-tabs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .card-tabs__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-tab__card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 236px;
  transition: transform 0.3s ease;
}
.card-tab__card:hover {
  transform: translateY(-4px);
}

.card-tab__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-tab__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 0%, rgba(36, 30, 32, 0.9) 100%);
  padding: 10px 20px;
  color: white;
}

.card-tab__card-title {
  margin: 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}

.card-tabs-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 30, 32, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
.card-tabs-popup-overlay.active {
  display: flex;
}

.card-tabs-popup {
  position: relative;
  background: #1B1762;
  max-width: 1240px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  padding: 24px;
}

.card-tabs-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #1B1762;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.card-tabs-popup__content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  height: 100%;
  gap: 40px;
}
@media (max-width: 768px) {
  .card-tabs-popup__content {
    grid-template-columns: 1fr;
  }
}

.card-tabs-popup__gallery {
  min-width: 0;
}

.card-tabs-popup-main {
  max-height: 350px;
}

.card-tabs-popup-thumbs-wrapper {
  display: flex;
  align-items: center;
  padding: 10px;
}
.card-tabs-popup-thumbs-wrapper .card-tabs-slider-nav img {
  width: 40px;
}

.card-tabs-popup-thumbs {
  flex: 1;
  width: 100% !important;
}
.card-tabs-popup-thumbs .swiper-wrapper {
  align-items: center;
  width: 100% !important;
}
.card-tabs-popup-thumbs .swiper-slide {
  width: auto !important;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.card-tabs-popup-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.card-tabs-popup-thumbs .swiper-slide img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-tabs-popup__details {
  overflow-y: auto;
  padding: 20px 0;
}

.card-tabs-popup__title {
  margin-bottom: 10px;
  color: #4AC1E0;
}

.card-tabs-popup__description {
  margin-bottom: 20px;
  line-height: 1.6;
  color: white;
}

.card-tabs-popup__properties-title {
  margin-bottom: 10px;
  color: #4AC1E0;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .card-tabs-popup__properties-title {
    font-size: 20px;
  }
}

.card-tabs-popup__properties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 40px;
}

.card-tabs-popup__property {
  color: white;
  padding-bottom: 0;
}

.card-tabs-popup__property-name {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
}

.card-tabs-popup__property-value {
  font-size: 24px;
  font-weight: 500;
}

.card-tabs-popup__link {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .card-tabs-popup-overlay {
    padding: 60px 20px;
  }
  .card-tabs-popup {
    padding: 10px;
  }
  .card-tabs-popup__title {
    font-size: 28px;
  }
  .card-tabs-popup__property-name {
    font-size: 16px;
  }
  .card-tabs-popup__property-value {
    font-size: 20px;
  }
  .card-tabs-popup__link a {
    font-size: 16px;
  }
}
.popup-cards-section {
  padding: 60px 0;
}

.popup-cards__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .popup-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .popup-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.popup-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 460px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.popup-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.popup-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.popup-card:hover .popup-card__bg {
  transform: scale(1.05);
}

.popup-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 0%, rgba(36, 30, 32, 0.9) 100%);
  padding: 20px 20px;
  color: white;
}

.popup-card__title {
  margin: 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.popup-cards-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.popup-cards-modal {
  position: relative;
  background: #1B1762;
  max-width: 1240px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  padding: 32px;
}

.popup-cards-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
}
.popup-cards-close svg {
  width: 20px;
  height: 20px;
}

.popup-cards-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  min-height: 500px;
  gap: 40px;
}
@media (max-width: 768px) {
  .popup-cards-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.popup-cards-image {
  display: flex;
  align-items: start;
  justify-content: center;
}

.popup-cards-main-image {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-cards-details {
  display: flex;
  flex-direction: column;
}

.popup-cards-details-title {
  margin: 0 0 10px 0;
  color: #4AC1E0;
}

.popup-cards-icon-list {
  margin-bottom: 20px;
}

.popup-cards-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.popup-cards-icon-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.popup-cards-icon-wrapper {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-cards-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-cards-icon-placeholder {
  width: 24px;
  height: 24px;
}

.popup-cards-icon-content {
  flex: 1;
  color: white;
  font-size: 14px;
}

.popup-cards-no-icons {
  grid-column: 1/-1;
  text-align: center;
  color: white;
  font-style: italic;
  padding: 20px 0;
}

.popup-cards-description {
  margin-bottom: 10px;
  color: white;
}
.popup-cards-description strong {
  font-size: 24px;
  font-weight: 400;
}
.popup-cards-description p, .popup-cards-description li {
  font-size: 18px;
}
.popup-cards-description li::marker {
  color: #4AC1E0;
}
.popup-cards-description ul {
  padding: 0 18px;
}

.popup-cards-button {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .popup-cards-modal {
    max-height: 95vh;
    padding: 20px;
  }
  .popup-cards-content {
    min-height: auto;
  }
  .popup-cards-details-title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .popup-cards-description strong {
    font-size: 18px;
  }
  .popup-cards-description p, .popup-cards-description li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .popup-cards-details-title {
    font-size: 1.5rem;
  }
  .popup-cards-icon-grid {
    gap: 15px;
  }
}
.project-banner {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.project-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(36, 30, 32, 0.6) 0%, rgba(26, 108, 182, 0.4) 100%);
}
.project-banner__content {
  position: relative;
  z-index: 2;
  color: white;
  width: 100%;
}

.project-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.project-breadcrumb a {
  color: white;
  text-decoration: none;
}
.project-breadcrumb a:hover {
  text-decoration: underline;
}
.project-breadcrumb .post-title {
  color: white;
  font-weight: 500;
}

.project-banner__title {
  max-width: 1070px;
  margin: 0;
}

.project-content-section {
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .project-content-section {
    padding: 80px 0 0;
  }
}

.project-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .project-content__grid {
    grid-template-columns: 1fr 342px;
    gap: 40px;
  }
}

.project-content__main {
  font-size: 18px;
}
.project-content__main h2,
.project-content__main h3,
.project-content__main h4,
.project-content__main h5,
.project-content__main h6 {
  color: #1B1762;
  margin: 32px 0 8px;
}
.project-content__main h2 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .project-content__main h2 {
    font-size: 1.5rem;
  }
}
.project-content__main p {
  font-size: 18px;
}
.project-content__main p iframe {
  width: 100%;
  height: 530px;
}
.project-content__main li {
  font-size: 18px;
}
.project-content__main .project-content__text {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .project-content__main {
    order: 2;
  }
}

.project-content__sidebar .project-details {
  background: #F5F4F4;
  padding: 40px;
}

.project-detail__item {
  margin-bottom: 20px;
}
.project-detail__item:last-child {
  margin-bottom: 0;
}

.project-detail__label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #4AC1E0;
}

.project-detail__values {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-detail__value {
  font-size: 18px;
}

.project-gallery-section h1, .project-gallery-section h2, .project-gallery-section h3, .project-gallery-section h4, .project-gallery-section h5, .project-gallery-section h6 {
  color: #1B1762;
  font-weight: 500;
}

.project-gallery__slider-wrapper {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .project-gallery__slider-wrapper {
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .project-gallery-slider {
    margin-left: calc((100vw - 1420px) / 2) !important;
    width: auto;
  }
}
.project-gallery-slider .swiper-wrapper {
  align-items: stretch;
}
.project-gallery-slider .swiper-slide {
  height: auto;
}
.project-gallery-slider .swiper-wrapper {
  align-items: center;
}

.project-section-gallery__slide {
  position: relative;
}
.project-section-gallery__slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .project-section-gallery__slide img {
    height: 300px;
  }
}

.project-gallery__caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 0.9rem;
  max-width: 80%;
  text-align: right;
}
@media (max-width: 768px) {
  .project-gallery__caption {
    font-size: 0.8rem;
    padding: 6px 12px;
    bottom: 10px;
    right: 10px;
    max-width: 100%;
  }
}

.project-gallery__nav {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.specialist-vessels-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .specialist-vessels-section {
    padding: 40px 0 80px;
  }
}

.specialist-vessels__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .specialist-vessels__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .specialist-vessels__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.specialist-vessel__image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialist-vessel__content {
  padding: 10px 0 0;
}

.specialist-vessel__name {
  margin: 0 0 10px;
}

.specialist-vessel__subtitle {
  font-size: 1.25rem;
  color: #241E20;
  margin: 0px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .specialist-vessel__subtitle {
    font-size: 1.4rem;
  }
}

.specialist-vessel__description {
  font-size: 18px;
  line-height: 1.5;
}/*# sourceMappingURL=main.css.map */