@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a3546;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.navbar {
  padding-top: 24px;
}

.navbar-brand img {
  height: 66px;
  width: auto;
}

.navbar-nav {
  gap: 32px;
}

.navbar .nav-link {
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  transition: opacity 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #fff;
  opacity: 0.7;
}

.site-header {
  background: #fff;
}

.navbar-secondary {
  padding-bottom: 24px;
}

.navbar-secondary .nav-link {
  color: #1a3546;
}

.navbar-secondary .nav-link:hover,
.navbar-secondary .nav-link.active {
  color: #1a3546;
  opacity: 0.7;
}

.btn {
  box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.show {
  box-shadow: none !important;
}

.btn.btn-nav {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #ff6b6b;
  background: #ff6b6b;
  color: #1a3546;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.25s ease;
}

.btn.btn-nav:hover,
.btn.btn-nav:focus,
.btn.btn-nav:active {
  color: #1a3546;
  background: #ff6b6b;
  border-color: #ff6b6b;
}

.btn.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #ff6b6b;
  background: #ff6b6b;
  color: #1a3546;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  appearance: none;
  text-decoration: none;
  cursor: pointer;
  transition: padding-right 0.25s ease, background 0.25s ease;
}

.btn.btn-main::after {
  content: "→";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active {
  padding-right: 28px;
  color: #1a3546;
  background: #ff6b6b;
  border-color: #ff6b6b;
}

.btn.btn-main:hover::after,
.btn.btn-main:focus::after,
.btn.btn-main:active::after {
  transform: translateX(6px);
}

.btn-gradient {
  border: none !important;
  background: linear-gradient(111deg, #1a3546 0%, #4f9fd2 100%), #000 !important;
  color: #fff !important;
}

.btn.btn-main.btn-gradient:hover,
.btn.btn-main.btn-gradient:focus,
.btn.btn-main.btn-gradient:active {
  color: #fff;
  background: linear-gradient(111deg, #1a3546 0%, #4f9fd2 100%), #000 !important;
  border-color: transparent;
}

.py-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-section {
  padding-top: 100px;
}

.pb-section {
  padding-bottom: 100px;
}

.title {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #1a3546;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}

.title-alt {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}

.title::after,
.title-alt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 4px;
  background: #99aab8;
  transform: translateX(-50%);
}

#hero-home {
  background: linear-gradient(111deg, rgba(26, 53, 70, 0.80) 0%, rgba(79, 159, 210, 0.80) 100%), url('../img/hero-home-bg.jpg') lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
}

#hero-home .hero-content {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}

.animation {
  max-width: 350px;
}

#page-hero {
  background-size: cover;
  background-position: center;
}

.page-hero-content {
  min-height: 410px;
  align-items: center;
  color: #fff;
}

.page-hero-content h1 {
  margin-bottom: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

.page-hero-content p {
  margin-bottom: 0;
  color: #fff;
}

#capabilities,
#capabilities-grid {
  background: #f8f9fa;
}

.capability-card {
  padding: 36px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.capability-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(26, 53, 70, 0.05);
}

.capability-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 16px;
  background: #ff6b6b;
  transition: background-color 0.4s ease;
}

.capability-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  background: #1a3546;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.4s ease;
}

.capability-card:hover .capability-icon {
  background: #1a3546;
}

.capability-card:hover .capability-icon::before {
  background: #ff6b6b;
}

.icon-1::before {
  mask-image: url("../img/icon-1.svg");
}

.icon-2::before {
  mask-image: url("../img/icon-2.svg");
}

.icon-3::before {
  mask-image: url("../img/icon-3.svg");
}

.icon-4::before {
  mask-image: url("../img/icon-4.svg");
}

.icon-5::before {
  mask-image: url("../img/icon-5.svg");
}

.capability-card h3 {
  margin-bottom: 14px;
  color: #1a3546;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.capability-card p {
  margin-bottom: 0;
  color: #1a3546;
  font-size: 15px;
  line-height: 1.7;
}

#testimonials {
  color: #fff;
}

.testimonial-slide {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}

.testimonial-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 53, 70, 0.4);
}

.testimonial-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.testimonial-quote {
  margin-bottom: 12px;
  color: #99aab8;
  line-height: 1;
}

.testimonial-quote::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 90px;
  font-weight: 700;
}

.testimonial-content p {
  margin-bottom: 28px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.testimonial-line {
  width: 110px;
  height: 4px;
  margin: 0 auto 28px;
  background: #99aab8;
}

.testimonial-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

#testimonials .carousel-indicators {
  bottom: 28px;
  margin-bottom: 0;
}

#testimonials .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(153, 170, 184, 0.7);
  opacity: 1;
}

#testimonials .carousel-indicators .active {
  background-color: #99aab8;
}

#industries {
  background-color: #1a3546;
  overflow: hidden;
}

.logo-carousel,
.slick-list {
  overflow: hidden;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 70%;
  margin: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url('../img/arrow.svg') center no-repeat;
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -18px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: 0px;
}

.slick-arrow.slick-prev {
  left: 0px;
  transform: rotate(180deg);
}

#cta-section {
  background: #fff;
  overflow: hidden;
}

#cta-section.cta-alt-bg {
  background: #f8f9fa;
}

.cta-wrapper {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.cta-box {
  width: 60%;
  padding: 64px 56px;
  position: relative;
  z-index: 2;
  margin-top: -200px;
  margin-right: -28%;
  background: #ff6b6b;
  color: #1a3546;
}

.cta-img {
  width: 72%;
  height: 350px;
  margin-left: 0;
  object-fit: cover;
}

.cta-box h3 {
  margin-bottom: 24px;
  color: #1a3546;
  font-weight: 700;
}

.cta-box p {
  margin-bottom: 0;
  color: #1a3546;
}

#contact {
  background: #f8f9fa;
}

.contact-form,
.thank-you-card {
  padding: 40px 32px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.contact-form .form-label {
  margin-bottom: 10px;
  color: #1a3546;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid #99aab8;
  background-color: rgba(153, 170, 184, 0.15);
  color: #1a3546;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: none;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #1a3546;
  background-color: rgba(153, 170, 184, 0.15);
  box-shadow: none;
}

#capabilities-grid {
  background: #f8f9fa;
}

.capability-grid-card {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.capability-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(26, 53, 70, 0.05);
}

.capability-grid-img {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  object-fit: cover;
}

.capability-grid-content {
  padding: 0 12px;
}

.capability-grid-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: #ff6b6b;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.4s ease;
}

.grid-icon-1 {
  mask-image: url("../img/capabilities-icon-1.svg");
}

.grid-icon-2 {
  mask-image: url("../img/capabilities-icon-2.svg");
}

.grid-icon-3 {
  mask-image: url("../img/capabilities-icon-3.svg");
}

.grid-icon-4 {
  mask-image: url("../img/capabilities-icon-4.svg");
}

.grid-icon-5 {
  mask-image: url("../img/capabilities-icon-5.svg");
}

.capability-grid-card:hover .capability-grid-icon {
  background: #1a3546;
}

.capability-grid-card h3 {
  margin-bottom: 22px;
  color: #1a3546;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.capability-grid-card p {
  margin-bottom: 0;
  color: #1a3546;
  font-size: 15px;
  line-height: 1.7;
}

#industries-grid {
  background: #f8f9fa;
}

.industry-grid-card {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.industry-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(26, 53, 70, 0.05);
}

.industry-grid-img {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  object-fit: cover;
}

.industry-grid-content {
  padding: 0 12px;
}

.industry-grid-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: #ff6b6b;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.4s ease;
}

.industry-icon-1 {
  mask-image: url("../img/industries-icon-1.svg");
}

.industry-icon-2 {
  mask-image: url("../img/industries-icon-2.svg");
}

.industry-icon-3 {
  mask-image: url("../img/industries-icon-3.svg");
}

.industry-icon-4 {
  mask-image: url("../img/industries-icon-4.svg");
}

.industry-icon-5 {
  mask-image: url("../img/industries-icon-5.svg");
}

.industry-icon-6 {
  mask-image: url("../img/industries-icon-6.svg");
}

.industry-icon-7 {
  mask-image: url("../img/industries-icon-7.svg");
}

.industry-grid-card:hover .industry-grid-icon {
  background: #1a3546;
}

.industry-grid-card h3 {
  margin-bottom: 22px;
  color: #1a3546;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.industry-grid-card p {
  margin-bottom: 0;
  color: #1a3546;
  font-size: 15px;
  line-height: 1.7;
}

#contact-page {
  background: #f8f9fa;
}

.contact-info h3 {
  margin-bottom: 28px;
  color: #1a3546;
  font-size: 24px;
  font-weight: 700;
}

.contact-info-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  color: #1a3546;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.contact-info-link:hover {
  color: #1a3546;
  opacity: 0.7;
}

.contact-info-link img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.contact-info-link span {
  color: #1a3546;
  font-size: 16px;
  line-height: 1.5;
}

#careers-grid {
  background: #f8f9fa;
}

.job-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(26, 53, 70, 0.05);
}

.job-card-img {
  width: 100%;
  height: 310px;
  margin-bottom: 28px;
  border-radius: 10px;
  object-fit: cover;
}

.job-card h3 {
  margin-bottom: 22px;
  color: #1a3546;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.job-card p {
  margin-bottom: 28px;
  color: #1a3546;
  font-size: 16px;
  line-height: 1.7;
}

.job-card .btn {
  width: fit-content;
  margin-top: auto;
}

#privacy-policy,
#thank-you,
#not-found {
  background: #f8f9fa;
}

#privacy-policy a,
#privacy-policy a:hover, 
#privacy-policy a:focus {
  color: #1a3546;
}


.thank-you-card {
   min-height: 60vh;
}

.thank-you-animation {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
}

.thank-you-animation svg {
  width: 100%;
  height: 100%;
}

.thank-you-circle {
  fill: none;
  stroke: #1a3546;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
  animation: drawCircle 0.8s ease forwards;
}

.thank-you-check {
  fill: none;
  stroke: #ff6b6b;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  animation: drawCheck 0.45s ease forwards 0.65s;
}

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

.not-found-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 24px;
}

.not-found-animation > span {
  color: #1a3546;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
}

.not-found-zero {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #ff6b6b;
  border-radius: 50%;
  animation: pulse404 1.8s ease-in-out infinite;
}

.not-found-zero span {
  width: 34px;
  height: 7px;
  display: block;
  border-radius: 999px;
  background: #99aab8;
}

@keyframes pulse404 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

#footer {
  background: #1a3546;
  color: #fff;
}

#footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

#footer p {
  margin-bottom: 0;
  color: #fff;
}

.footer-links,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  opacity: 0.7;
}

.footer-contact img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(153, 170, 184, 0.8);
  text-align: center;
}

.footer-bottom p {
  color: #99aab8 !important;
}

@media (max-width: 575px) {
  .contact-form,
  .thank-you-card {
      padding: 32px 24px;
  }
}

@media (min-width: 768px) {
  .slick-arrow {
      width: 1rem;
      height: 1rem;
  }
}

@media (max-width: 991px) {
  .navbar {
      padding-top: 16px;
      position: relative;
      z-index: 10;
  }

  .navbar-toggler {
      padding: 0;
      border: none;
      box-shadow: none !important;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .menu-icon {
      width: 42px;
      height: 42px;
  }

  .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 12px;
      right: 12px;
      margin-top: 20px;
      padding: 28px 24px;
      border-radius: 20px;
      background: #ffffff;
      z-index: 20;
  }

   .navbar-collapse.collapsing {
      height: auto !important;
      transition: none !important;
   }

   .navbar-collapse.collapse:not(.show) {
      display: none !important;
   }

  .navbar-nav {
      gap: 18px;
  }

  .navbar .nav-link {
      color: #1a3546;
      font-size: 20px;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active {
      color: #1a3546;
      opacity: 0.7;
  }

   .btn.btn-nav {
      display: inline-block;
      width: fit-content;
      margin-top: 18px;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      color: #1a3546;
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      text-align: left;
   }

   .btn.btn-nav:hover,
   .btn.btn-nav:focus,
   .btn.btn-nav:active {
      border: none;
      background: transparent;
      color: #1a3546;
      opacity: 0.7;
   }

  .page-hero-content {
      padding-top: 100px;
      padding-bottom: 100px;
  }

  .page-hero-content p {
      font-size: 16px;
  }

  .cta-wrapper {
      display: flex;
      flex-direction: column;
      min-height: auto;
  }

  .cta-box {
      width: 100%;
      margin-top: 0;
      margin-right: 0;
      padding: 48px 32px;
  }

  .cta-img {
      width: 100%;
      height: 300px;
      margin-left: 0;
  }

  .capability-grid-card {
    padding: 24px;
  }

  .capability-grid-img {
    height: 240px;
  }

  .capability-grid-content {
    padding: 0;
  }

  .industry-grid-card {
    padding: 24px;
  }

  .industry-grid-img {
    height: 240px;
  }

  .industry-grid-content {
    padding: 0;
  }

  .contact-info {
    margin-bottom: 24px;
  }

  .job-card {
    padding: 24px;
  }

  .job-card-img {
    height: 260px;
  }
}