.sponsors-section .section-title > span,
.sponsors-section .section-title h2 {
  color: var(--white);
}
.sponsors-section .sponsor-content {
  height: 100%;
  padding: 32px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.sponsors-section .sponsor-content h4 {
  color: var(--header);
}
.sponsors-section .sponsor-content p {
  color: var(--text);
  margin-bottom: 0;
}
.portfolio-section .project-image {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.portfolio-section .project-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(0, 22, 89, 0.92) 100%);
}
.portfolio-section .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-section .project-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 25px;
  z-index: 2;
}
.portfolio-section .project-content p,
.portfolio-section .project-content h3 {
  color: var(--white);
}
.testimonial-section {
  background: var(--bg);
}
.testimonial-section .testimonial-card-items {
  height: 100%;
  padding: 28px;
  background: var(--white);
  border-top: 4px solid var(--theme2);
  box-shadow: 0 8px 25px rgba(0, 22, 89, 0.08);
}
.testimonial-section .testimonial-content > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--white) !important;
  background: var(--theme2);
  border-radius: 50%;
  font-weight: 700;
}
.testimonial-section .testimonial-content h4 {
  color: var(--header);
}
.cta-section {
  padding: 70px 0;
  background: var(--theme);
}
.cta-wrapper-ck .cta-content {
  max-width: 760px;
}
.cta-wrapper-ck h2,
.cta-wrapper-ck p {
  color: var(--white);
}
.cta-wrapper-ck p {
  margin-bottom: 0;
}
.contact-info-wrapper .contact-info-items .content p {
  margin-bottom: 0;
}
.news-section .single-news-style-2 h4 {
  color: var(--header);
}
@media (max-width: 575px) {
  .about-process-section + .news-section .section-title h2 {
    font-size: 29px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
}
.contact-info-items-2 a,
.footer-section a {
  overflow-wrap: anywhere;
}

.case-study-section .case-study-items-2 .case-study-content {
  opacity: 1 !important;
  visibility: visible !important;
  margin-bottom: 35px;
}
.case-study-section .case-study-content h4,
.case-study-section .case-study-content h6,
.case-study-section .case-study-content h4 a,
.case-study-section .case-study-content h6 a {
  color: var(--header) !important;
}
.case-study-section .case-study-content ul li {
  color: var(--theme) !important;
}

.case-study-section .wow,
.contact-info-area .wow,
.footer-section .wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
.footer-section .footer-widgets-wrapper .widget-head h4,
.footer-section .footer-widgets-wrapper .list a {
  color: var(--white) !important;
}
.footer-section .footer-contact-items {
  background: var(--white) !important;
  opacity: 1 !important;
}
.footer-section .footer-contact-items h4 {
  color: var(--header) !important;
}
.footer-section .footer-contact-items p,
.footer-section .footer-contact-items a {
  color: var(--text) !important;
}

.project-grid-section {
  background: var(--white);
}
.project-grid-section .section-title h2 {
  color: var(--header);
}
.project-grid-ck {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.project-grid-section .wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
.project-card-ck {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border2);
  box-shadow: 0 12px 35px rgba(0, 22, 89, 0.09);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.project-card-ck:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 22, 89, 0.16);
}
.project-card-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: var(--bg);
}
.project-card-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(0, 22, 89, 0.4));
  pointer-events: none;
}
.project-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card-ck:hover .project-card-image img {
  transform: scale(1.04);
}
.project-status {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 13px;
  color: var(--white);
  background: var(--theme2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.project-card-content {
  padding: 28px;
}
.project-category {
  display: block;
  margin-bottom: 9px;
  color: var(--theme2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.project-card-content h2 {
  margin-bottom: 12px;
  color: var(--header);
  font-size: 24px;
  overflow-wrap: anywhere;
}
.project-card-content p {
  margin-bottom: 18px;
  color: var(--text);
}
.project-card-link {
  color: var(--theme);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.project-card-link i {
  margin-left: 6px;
  color: var(--theme2);
}
.project-card-link:hover {
  color: var(--theme2);
}
.project-grid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
  padding: 45px 50px;
  background: var(--theme);
}
.project-grid-cta span {
  color: var(--theme2);
  font-weight: 700;
  text-transform: uppercase;
}
.project-grid-cta h2 {
  margin: 5px 0 0;
  color: var(--white);
}
.project-grid-cta .theme-btn {
  min-width: 235px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .project-grid-ck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-grid-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .project-grid-ck {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .project-card-image,
  .project-card-image {
    height: 280px;
  }
  .project-card-content {
    padding: 23px;
  }
  .project-card-content h2 {
    font-size: 20px;
  }
  .project-grid-section .section-title h2 {
    font-size: 27px;
  }
  .project-grid-cta h2 {
    font-size: 25px;
  }
  .project-grid-cta {
    margin-top: 45px;
    padding: 30px 24px;
  }
}
@media (max-width: 767px) {
  .portfolio-section .project-image {
    height: 360px;
  }
  .cta-wrapper-ck {
    align-items: flex-start !important;
  }
}

.ck-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 20, 18, 0.9) 0%, rgba(12, 20, 18, 0.62) 52%, rgba(12, 20, 18, 0.28) 100%);
}

.ck-hero-image {
  background-position: center;
}

.ck-hero-video {
  background-color: #0c1412;
}

.ck-hero-video__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.ck-hero-video::before,
.ck-hero-video::after {
  z-index: 1;
  pointer-events: none;
}

.breadcrumb-wrapper {
  background-color: #0c1412;
  isolation: isolate;
}

.breadcrumb-wrapper .ck-breadcrumb-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.breadcrumb-wrapper::before {
  z-index: 1;
  pointer-events: none;
}

.breadcrumb-wrapper > .container {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .hero-section.hero-4 .hero-image,
  .hero-section.hero-4 .swiper-slide-active .hero-image {
    transform: none;
    transition: none;
  }
}

.project-image img,
.project-card-image img,
.contact-image img {
  width: 100%;
  object-fit: cover;
}

.project-image img {
  height: 430px;
}

.project-card-image img {
  height: 310px;
}

.contact-image img {
  height: 100%;
  min-height: 520px;
}

@media (max-width: 767px) {
  .project-image img,
  .project-card-image img {
    height: 280px;
  }

  .contact-image img {
    min-height: 360px;
  }
}

.mobile-menu-toggle {
  position: relative;
  z-index: 10002;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: var(--theme2);
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.mobile-menu-toggle span + span {
  margin-top: 6px;
}

.mobile-menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-navigation {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10001;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  background: var(--theme);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

.mobile-navigation.is-open {
  max-height: 420px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-navigation ul {
  margin: 0;
  padding: 12px 24px 20px;
}

.mobile-navigation li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-navigation a {
  display: block;
  padding: 15px 4px;
  color: var(--white);
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.mobile-navigation a:hover,
.mobile-navigation a:focus {
  color: var(--theme2);
}

.contact-info-wrapper .contact-info-items .icon {
  display: grid;
  flex: 0 0 76px;
  place-items: center;
  width: 76px;
  height: 76px;
  color: var(--white);
  background: var(--theme2);
  border-radius: 50%;
}

.contact-info-wrapper .contact-info-items .icon i {
  font-size: 38px;
  line-height: 1;
}

.hero-section.hero-4 {
  height: calc(100dvh - 96px);
  min-height: 620px;
}

.hero-section.hero-4 .hero-slider-4,
.hero-section.hero-4 .swiper-wrapper,
.hero-section.hero-4 .swiper-slide {
  height: 100%;
}

.hero-section.hero-4 .swiper-slide > .container,
.hero-section.hero-4 .swiper-slide > .container > .row,
.hero-section.hero-4 .swiper-slide > .container > .row > .col-xl-12 {
  height: 100%;
}

.hero-section.hero-4 .hero-content {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 55px 0;
}

.hero-section.hero-4 .hero-content h6 {
  margin-bottom: 18px;
}

.hero-section.hero-4 .hero-content h1,
.hero-section.hero-4 .hero-content .hero-slide-title {
  max-width: 980px;
  margin-top: 0;
  font-size: 56px;
  line-height: 1.25;
}

.hero-section.hero-4 .hero-content p {
  max-width: 800px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-section.hero-4 .hero-content .hero-button {
  margin-top: 34px;
}

.hero-section.hero-4 .hero-image {
  transition: transform 10s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.hero-section.hero-4 .swiper-slide-active .hero-image {
  transform: scale(1.06);
}

@media (max-width: 1199px) {
  .hero-section.hero-4 .hero-content h1,
  .hero-section.hero-4 .hero-content .hero-slide-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .header-1 .header-main {
    justify-content: flex-end;
  }

  .header-1 .header-left {
    display: none;
  }

  .header-1 .header-right {
    position: relative;
    z-index: 10002;
  }

  .hero-section.hero-4 {
    height: calc(100dvh - 88px);
    min-height: 560px;
  }

  .hero-section.hero-4 .hero-content {
    padding: 45px 0;
  }

  .hero-section.hero-4 .hero-content h1,
  .hero-section.hero-4 .hero-content .hero-slide-title {
    font-size: 40px;
  }

  .contact-info-wrapper .contact-info-items {
    width: 100%;
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  .header-1 .header-logo {
    width: 245px;
  }

  .header-1 .header-main {
    padding-right: 16px;
  }

  .hero-section.hero-4 {
    height: auto;
    min-height: calc(100dvh - 88px);
  }

  .hero-section.hero-4 .hero-content {
    min-height: calc(100dvh - 88px);
    padding: 55px 0;
  }

  .hero-section.hero-4 .hero-content h1,
  .hero-section.hero-4 .hero-content .hero-slide-title {
    font-size: 31px;
    line-height: 1.3;
  }

  .hero-section.hero-4 .hero-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-section.hero-4 .hero-content .hero-button {
    margin-top: 28px;
  }

  .hero-section.hero-4 .hero-content .hero-button .theme-btn {
    width: 100%;
    margin-left: 0 !important;
  }

  .contact-info-wrapper .contact-info-items {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 22px;
    text-align: left;
  }

  .contact-info-wrapper .contact-info-items .icon {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
  }

  .contact-info-wrapper .contact-info-items .icon i {
    font-size: 32px;
  }

  .contact-info-wrapper .contact-info-items .content {
    text-align: left;
  }
}

.header-1 {
  min-height: 96px;
  overflow: visible;
  background: var(--white);
}

.header-1 .header-logo {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 315px;
  height: 96px;
  margin: 0;
  padding: 18px 24px;
  background: var(--theme);
}

.header-1 .header-logo a,
.header-1 .header-logo img {
  display: block;
  width: 100%;
}

.header-1 .header-logo img {
  height: auto;
  max-height: 60px;
}

.header-1 .header-main {
  min-height: 96px;
  margin-left: 315px;
  padding-right: 35px;
  padding-left: 45px;
}

.header-1.sticky .header-logo {
  top: 0;
}

.footer-bottom .footer-logo {
  width: min(290px, 42vw);
}

.footer-bottom .footer-logo a,
.footer-bottom .footer-logo img {
  display: block;
  width: 100%;
}

.footer-bottom .footer-logo img {
  height: auto;
  max-height: 68px;
}

@media (max-width: 1199px) {
  .header-1 .header-logo {
    width: 285px;
  }

  .header-1 .header-main {
    margin-left: 285px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .header-top {
    display: none;
  }

  .header-1,
  .header-1 .header-main {
    min-height: 88px;
  }

  .header-1 .header-logo {
    width: 280px;
    height: 88px;
  }

  .header-1 .header-main {
    margin-left: 280px;
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .header-1 .header-logo {
    width: min(280px, calc(100% - 32px));
    padding: 17px 20px;
  }

  .header-1 .header-main {
    margin-left: 0;
  }

  .footer-bottom .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 22px;
    text-align: center;
  }

  .footer-bottom .footer-logo {
    width: min(280px, 80vw);
  }
}

.footer-bottom .footer-bottom-wrapper {
  justify-content: space-between;
}

.contact-section .contact-form {
  display: block;
  width: 100%;
}

.contact-section .contact-image {
  height: 500px;
  margin-left: 35px;
  overflow: hidden;
}

.contact-section .contact-image img {
  display: block;
  height: 100%;
  min-height: 0;
  object-position: center;
}

.news-section .row > [class*="col-"] {
  display: flex;
}

.news-section .single-news-style-2 {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 150px;
  margin-top: 0;
}

.news-section .single-news-style-2 .news-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 28px;
}

.news-section .single-news-style-2 .news-content h4 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.news-section .single-news-style-2 .news-content h4 i {
  flex: 0 0 auto;
  margin-top: 4px;
}

.about-content.about-inner {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--border2);
  border-top: 4px solid var(--theme2);
  box-shadow: 0 12px 35px rgba(0, 22, 89, 0.08);
}

.about-content.about-inner h3 {
  margin-bottom: 16px;
  color: var(--header);
  font-size: 23px;
  line-height: 1.4;
}

.about-content.about-inner p {
  color: var(--text);
  line-height: 1.75;
}

.about-content.about-inner .link-btn {
  margin-top: 24px;
}

.about-section .row.g-4 > [class*="col-"] {
  display: flex;
}

.section-title.text-center {
  width: 100%;
  max-width: 920px;
  margin: -10px auto 48px;
}

.section-title.text-center > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section-title.text-center > span img,
.section-title.text-center > span .title-img-2 {
  flex: 0 0 auto;
  margin: 0;
}

.section-title.text-center h2 {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.25;
  text-wrap: balance;
}

.section-title.text-center p {
  max-width: 720px;
  margin: 18px auto 0;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .contact-section .contact-image {
    height: 430px;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .contact-section .contact-image {
    height: 330px;
  }

  .news-section .single-news-style-2 {
    min-height: 125px;
  }

  .news-section .single-news-style-2 .news-content {
    padding: 24px 22px;
  }

  .about-content.about-inner {
    padding: 28px 24px;
  }

  .section-title.text-center {
    margin-top: 0;
    margin-bottom: 36px;
  }

  .section-title.text-center > span {
    gap: 7px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .section-title.text-center h2 {
    font-size: 27px;
    line-height: 1.3;
  }

  .header-1 .header-logo {
    width: 245px;
  }

  .header-1 .header-main {
    justify-content: flex-end;
    padding-right: 16px;
  }
}

.ck-topbar {
  position: relative;
  z-index: 10000;
  height: 42px;
  color: var(--white);
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ck-topbar .container-fluid {
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.ck-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}

.ck-topbar-inner p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.ck-topbar-inner ul {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ck-topbar-inner li,
.ck-topbar-inner a {
  color: var(--white);
  font-size: 13px;
}

.ck-topbar-inner li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ck-topbar-inner li i {
  color: var(--theme2);
}

.ck-topbar-inner a:hover {
  color: var(--theme2);
}

.ck-topbar-mobile-cta {
  display: none;
  color: var(--theme2) !important;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-section.hero-4 {
  height: calc(100dvh - 138px);
}

.hero-section.hero-4 .hero-content h1,
.hero-section.hero-4 .hero-content .hero-slide-title {
  max-width: 900px;
  font-size: 52px;
}

.hero-pagination {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.hero-pagination .dot-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: auto;
}

.hero-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.65);
  border: 0;
  border-radius: 50%;
  opacity: 1;
  transition:
    width 0.3s ease,
    background-color 0.3s ease,
    border-radius 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: var(--theme2);
  border-radius: 999px;
}

.section-title > span:empty {
  display: none;
}

@media (max-width: 991px) {
  .ck-topbar {
    height: 38px;
  }

  .ck-topbar .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ck-topbar-inner {
    gap: 18px;
  }

  .ck-topbar-inner p,
  .ck-topbar-email,
  .ck-topbar-hours {
    display: none !important;
  }

  .ck-topbar-inner ul {
    gap: 0;
  }

  .ck-topbar-mobile-cta {
    display: inline-block;
  }

  .hero-section.hero-4 {
    height: calc(100dvh - 126px);
    min-height: 540px;
  }

  .hero-section.hero-4 .hero-content h1,
  .hero-section.hero-4 .hero-content .hero-slide-title {
    font-size: 39px;
  }
}

@media (max-width: 575px) {
  .ck-topbar-inner li,
  .ck-topbar-inner a {
    font-size: 12px;
  }

  .hero-section.hero-4 {
    min-height: calc(100dvh - 126px);
  }

  .hero-section.hero-4 .hero-content {
    min-height: calc(100dvh - 126px);
    padding: 48px 0 70px;
  }

  .hero-section.hero-4 .hero-content h1,
  .hero-section.hero-4 .hero-content .hero-slide-title {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    line-height: 1.28;
    overflow-wrap: normal;
  }

  .hero-section.hero-4 .hero-content p {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-pagination {
    bottom: 22px;
  }
}

.hero-slider-4 [data-animation] {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.985);
  filter: blur(4px);
  will-change: opacity, transform, filter;
}

.hero-slider-4 [data-animation].ck-hero-animate {
  visibility: visible;
  animation-name: ckHeroReveal;
  animation-duration: var(--ck-hero-duration, 1.1s);
  animation-delay: var(--ck-hero-delay, 0s);
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: both;
}

@keyframes ckHeroReveal {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translate3d(0, 42px, 0) scale(0.985);
    filter: blur(4px);
  }

  100% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider-4 [data-animation],
  .hero-slider-4 [data-animation].ck-hero-animate {
    visibility: visible;
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }
}

.footer-section .footer-contact-items .footer-contact-intro {
  margin-bottom: 26px;
}

.footer-section .footer-contact-list {
  display: grid;
  gap: 14px;
}

.footer-section .footer-contact-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.footer-section .footer-contact-list li > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--theme2);
  border-radius: 50%;
  font-size: 16px;
}

.footer-section .footer-contact-list li > a,
.footer-section .footer-contact-list li > span {
  min-width: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.footer-section .footer-contact-list li > a:hover {
  color: var(--theme2) !important;
}

.contact-info-items-2 .contact-title h5 a {
  color: inherit;
}

.contact-info-items-2 .contact-title h5 a:hover {
  color: var(--theme2);
}

@media (max-width: 575px) {
  .footer-section .footer-contact-items {
    padding: 34px 24px;
  }
}

.contact-info-area {
  background: linear-gradient(180deg, #f5f8f8 0%, #ffffff 100%);
}

.contact-info-area .contact-info-wrapper-2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.contact-info-area .contact-info-items-2 {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 235px;
  flex-direction: column;
  padding: 30px 5px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border2);
  border-top: 4px solid var(--theme2);
  box-shadow: 0 12px 35px rgba(0, 22, 89, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.contact-info-area .contact-info-items-2:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(0, 22, 89, 0.14);
}
.contact-info-area .contact-info-items-2 .contact-title {
  text-align: center;
}
.contact-info-area .contact-info-items-2 .contact-title span {
  display: block;
  margin-bottom: 9px;
  color: var(--theme2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact-info-area .contact-info-items-2 .contact-title h5 {
  min-height: 60px;
  margin: 0;
  background: none;
  font-size: 17px;
  line-height: 1.45;
}

.contact-info-area .contact-info-items-2 .list-info {
  display: flex;
  flex: 1;
  align-items: flex-end;
  margin-top: 24px;
}

.contact-info-area .contact-info-items-2 .list-info li {
  display: flex;
  flex-direction: column;
  /* grid-template-columns: 48px minmax(0, 1fr); */
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  gap: 13px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.contact-info-area .contact-info-items-2 .list-info li > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--theme);
  border-radius: 50%;
  font-size: 18px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.contact-info-area .contact-info-items-2:hover .list-info li > i {
  background: var(--theme2);
  transform: scale(1.06);
}

.contact-info-area .contact-info-items-2 .list-info a,
.contact-info-area .contact-info-items-2 .list-info span {
  min-width: 0;
  color: var(--text);
  overflow-wrap: anywhere;
}

.contact-info-area .contact-info-items-2 .list-info a:hover {
  color: var(--theme2);
}

@media (max-width: 1199px) {
  .contact-info-area .contact-info-wrapper-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-info-area .contact-info-items-2 {
    min-height: 215px;
  }
}

@media (max-width: 575px) {
  .contact-info-area .contact-info-wrapper-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-info-area .contact-info-items-2 {
    min-height: 0;
    padding: 26px 22px;
  }

  .contact-info-area .contact-info-items-2 .contact-title h5 {
    min-height: 0;
  }
}

.contact-form-items .js-contact-form .form-clt {
  position: relative;
}

.contact-form-items .js-contact-form .form-clt > label {
  display: block;
  margin-bottom: 9px;
  color: var(--theme);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-form-items .js-contact-form .required-mark {
  display: inline;
  margin: 0 0 0 2px;
  color: #c62828;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

.contact-form-items .js-contact-form .field-control {
  position: relative;
}

.contact-form-items .js-contact-form .field-control > input,
.contact-form-items .js-contact-form .field-control > select,
.contact-form-items .js-contact-form .field-control > textarea,
.contact-form-items .js-contact-form .form-clt--phone .iti input {
  width: 100%;
  min-height: 58px;
  color: #222;
  background-color: #f7f8fa;
  border: 1px solid #d9dee7;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
  text-transform: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.contact-form-items .js-contact-form .field-control > input,
.contact-form-items .js-contact-form .field-control > select {
  padding: 15px 48px 15px 18px;
}

.contact-form-items .js-contact-form .field-control > select {
  appearance: none;
  cursor: pointer;
}

.contact-form-items .js-contact-form .field-control > textarea {
  min-height: 190px;
  padding: 16px 50px 16px 18px !important;
  resize: vertical;
}

.contact-form-items .js-contact-form .form-clt--phone .iti {
  display: block;
  width: 100%;
}

.contact-form-items .js-contact-form .form-clt--phone .iti input {
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 15px;
}

.contact-form-items .js-contact-form input::placeholder,
.contact-form-items .js-contact-form textarea::placeholder {
  color: #7b8494;
  opacity: 1;
}

.contact-form-items .js-contact-form .field-control > input:focus,
.contact-form-items .js-contact-form .field-control > select:focus,
.contact-form-items .js-contact-form .field-control > textarea:focus,
.contact-form-items .js-contact-form .form-clt--phone .iti input:focus {
  color: #222;
  background-color: var(--white);
  border-color: var(--theme2);
  box-shadow: 0 0 0 4px rgba(0, 204, 255, 0.13);
  outline: none;
}

.contact-form-items .js-contact-form .field-control > .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  left: auto;
  display: grid;
  width: 20px;
  height: 20px;
  margin: 0;
  color: var(--theme);
  pointer-events: none;
  place-items: center;
  transform: translateY(-50%);
}

.contact-form-items .js-contact-form .field-control--textarea > .icon {
  top: 20px;
  transform: none;
}

.contact-form-items .js-contact-form .field-control > .icon i {
  color: inherit;
  font-size: 14px;
}

.contact-form-items .js-contact-form .field-error-slot {
  min-height: 22px;
  padding-top: 5px;
}

.contact-form-items .js-contact-form .field-error {
  display: block;
  margin: 0;
  color: #b42318 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

.contact-form-items .js-contact-form .is-invalid {
  background-color: #fffafa !important;
  border-color: #d92d20 !important;
}

.contact-form-items .js-contact-form .is-invalid:focus {
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.12) !important;
}

.contact-form-items .js-contact-form .is-valid {
  border-color: #16803c;
}

.contact-form-items .js-contact-form .field-hint,
.contact-form-items .js-contact-form .message-count {
  display: block;
  margin: 7px 0 0;
  color: #697386;
  font-size: 12px;
  line-height: 1.5;
  text-transform: none;
}

.contact-form-items .js-contact-form .message-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.contact-form-items .js-contact-form .message-count {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.contact-form-items .js-contact-form .message-count.is-under-minimum {
  color: #a15c00;
}

.contact-form-items .js-contact-form .message-count.is-near-limit {
  color: #b42318;
}

.contact-form-items .js-contact-form .form-message {
  display: inline-block;
  margin: 12px 0 0 16px;
  color: #596273;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}

.contact-form-items .js-contact-form .contact-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-form-items .js-contact-form.is-submitting .theme-btn {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.contact-form-items .js-contact-form .iti__selected-country {
  color: #222;
}

.contact-form-items .js-contact-form .iti__country-selector {
  color: #222;
  background: var(--white);
  border: 1px solid #d9dee7;
  box-shadow: 0 16px 40px rgba(0, 22, 89, 0.16);
  font-size: 14px;
  text-transform: none;
}

.contact-form-items .js-contact-form .iti__search-input {
  min-height: 48px;
  padding-top: 10px !important;
  padding-right: 42px !important;
  padding-bottom: 10px !important;
  color: #222;
  background: var(--white);
  border: 0;
  border-bottom: 1px solid #d9dee7;
  border-radius: 0;
  font-size: 14px;
  text-transform: none;
}

.contact-form-items .js-contact-form .iti__country-name,
.contact-form-items .js-contact-form .iti__dial-code {
  color: #222;
  text-transform: none;
}

.swal2-popup {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 22, 89, 0.2);
}

.swal2-popup .swal2-title {
  color: var(--theme);
  font-size: 24px;
  line-height: 1.35;
  text-transform: none;
}

.swal2-popup .swal2-html-container {
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.swal2-popup .swal2-confirm {
  padding: 13px 28px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .contact-form-items .js-contact-form .field-control > input,
  .contact-form-items .js-contact-form .field-control > select,
  .contact-form-items .js-contact-form .form-clt--phone .iti input {
    min-height: 54px;
    font-size: 16px;
  }

  .contact-form-items .js-contact-form .field-control > textarea {
    min-height: 170px;
    font-size: 16px;
  }

  .contact-form-items .js-contact-form .message-meta {
    display: block;
  }

  .contact-form-items .js-contact-form .message-count {
    margin-top: 3px;
  }

  .contact-form-items .js-contact-form .theme-btn {
    width: 100%;
  }

  .contact-form-items .js-contact-form .form-message {
    display: block;
    margin-left: 0;
  }
}

.contact-form-items .js-contact-form .privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: #f7f8fa;
  border: 1px solid #d9dee7;
  border-left: 4px solid var(--theme2);
  border-radius: 4px;
}

.contact-form-items .js-contact-form .privacy-consent > input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: var(--theme2);
  cursor: pointer;
}

.contact-form-items .js-contact-form .privacy-consent > input.is-invalid {
  background: initial !important;
  border-color: initial !important;
  outline: 2px solid #d92d20;
  outline-offset: 2px;
}

.contact-form-items .js-contact-form .privacy-consent-content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 16px;
}

.contact-form-items .js-contact-form .privacy-consent-content label {
  flex: 1;
  margin: 0;
  color: #333b48;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.6;
}

.contact-form-items .js-contact-form .privacy-notice-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 13px;
  color: var(--theme);
  background: var(--white);
  border: 1px solid var(--theme);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
main {
  overflow-x: clip;
}
.contact-form-items .js-contact-form .privacy-notice-button:hover,
.contact-form-items .js-contact-form .privacy-notice-button:focus-visible {
  color: var(--white);
  background: var(--theme);
}

.contact-form-items .js-contact-form .privacy-notice-button i {
  font-size: 10px;
}

.contact-form-items .js-contact-form .iti .iti__selected-dial-code,
.contact-form-items .js-contact-form .iti .iti__country-name,
.contact-form-items .js-contact-form .iti .iti__dial-code {
  display: inline;
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

.contact-form-items .js-contact-form .iti .iti__country-name {
  color: #222;
}

.contact-form-items .js-contact-form .iti .iti__dial-code {
  color: #697386;
}

.contact-form-items .js-contact-form .iti .iti__a11y-text {
  display: block;
  margin: 0;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

.legal-section {
  background: linear-gradient(180deg, #f5f8f8 0%, #ffffff 100%);
}

.legal-intro {
  max-width: 900px;
  margin: 0 auto 55px;
  text-align: center;
}

.legal-intro > span,
.legal-card-label,
.legal-help > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--theme2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-intro h2 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: none;
}

.legal-intro p {
  color: #596273;
  font-size: 17px;
  line-height: 1.8;
}

.legal-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.legal-navigation {
  position: sticky;
  top: 125px;
  padding: 28px 24px;
  background: var(--theme);
  border-top: 4px solid var(--theme2);
  box-shadow: 0 16px 40px rgba(0, 22, 89, 0.14);
}

.legal-navigation h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 17px;
  line-height: 1.4;
  text-transform: none;
}

.legal-navigation a {
  display: block;
  padding: 11px 0;
  color: #d7dde8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 1.4;
}

.legal-navigation a:last-child {
  border-bottom: 0;
}

.legal-navigation a:hover,
.legal-navigation a:focus-visible {
  color: var(--theme2);
  padding-left: 7px;
}

.legal-content {
  display: grid;
  min-width: 0;
  gap: 24px;
}

.legal-card {
  padding: 42px 45px;
  background: var(--white);
  border: 1px solid var(--border2);
  border-top: 3px solid var(--theme2);
  box-shadow: 0 14px 38px rgba(0, 22, 89, 0.08);
  scroll-margin-top: 135px;
}

.legal-card h2 {
  margin-bottom: 20px;
  color: var(--theme);
  font-size: 26px;
  line-height: 1.4;
  text-transform: none;
}

.legal-card h3 {
  margin: 28px 0 10px;
  color: var(--theme);
  font-size: 17px;
  line-height: 1.5;
  text-transform: none;
}

.legal-card p,
.legal-card li {
  color: #596273;
  font-size: 15px;
  line-height: 1.85;
}

.legal-card p + p {
  margin-top: 14px;
}

.legal-card ul {
  margin: 16px 0 18px;
  padding-left: 22px;
  list-style: disc;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-card a {
  color: #007da0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card a:hover,
.legal-card a:focus-visible {
  color: var(--theme);
}

.legal-contact-box {
  display: grid;
  margin-top: 24px;
  padding: 22px 24px;
  background: #f5f8f8;
  border-left: 4px solid var(--theme2);
  gap: 7px;
}

.legal-contact-box p,
.legal-contact-box p + p {
  margin: 0;
}

.legal-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 34px 38px;
  background: var(--theme);
}

.legal-help h2 {
  color: var(--white);
  font-size: 25px;
  line-height: 1.4;
  text-transform: none;
}

@media (max-width: 991px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-navigation {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .legal-navigation h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .contact-form-items .js-contact-form .privacy-consent-content {
    display: block;
  }

  .contact-form-items .js-contact-form .privacy-notice-button {
    margin-top: 12px;
  }

  .legal-intro {
    margin-bottom: 38px;
  }

  .legal-intro h2 {
    font-size: 31px;
  }

  .legal-card {
    padding: 32px 28px;
  }

  .legal-help {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .contact-form-items .js-contact-form .privacy-consent {
    padding: 16px;
  }

  .contact-form-items .js-contact-form .privacy-notice-button {
    width: 100%;
  }

  .legal-navigation {
    grid-template-columns: 1fr;
    padding: 25px 22px;
  }

  .legal-card {
    padding: 27px 21px;
  }

  .legal-card h2 {
    font-size: 22px;
  }

  .legal-card p,
  .legal-card li {
    font-size: 14px;
  }

  .legal-contact-box {
    padding: 18px;
  }

  .legal-help {
    padding: 28px 23px;
  }

  .legal-help .theme-btn {
    width: 100%;
  }
}

/* 404 */
.ck-error-page {
  display: grid;
  min-height: 68vh;
  padding: clamp(90px, 11vw, 150px) 0;
  place-items: center;
  background: #f5f8f8;
}

.ck-error-page__content {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 76px);
  border-top: 5px solid var(--theme);
  background: var(--white);
  box-shadow: 0 20px 55px rgba(18, 32, 35, 0.1);
  text-align: center;
}

.ck-error-page__code {
  display: block;
  margin-bottom: 18px;
  color: var(--theme);
  font-size: clamp(76px, 13vw, 138px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.ck-error-page__content h1 {
  margin-bottom: 18px;
  color: var(--header);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.12;
  text-transform: none;
}

.ck-error-page__content > p {
  max-width: 540px;
  margin: 0 auto 30px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 575px) {
  .ck-error-page {
    min-height: 58vh;
    padding: 70px 0;
  }

  .ck-error-page__content {
    padding: 38px 22px 42px;
  }
}

.brand-logo-container img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.brand-logo-container img.filtered {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
