:root {
  --theme: #012049;
  --title: #012049;
  --title2: #17385c;
  --gray1: #f5f8fb;
  --gray2: #eef3f8;
  --text: #526173;
  --border: #dce6f0;
}

.bg-dark-1,
.bg-theme,
.bg-theme2 {
  background-color: #012049 !important;
}

.header-logo img,
.mobile-logo img,
.footer1-wrapper-logoInfo__logo img {
  width: 58px;
  max-width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 4px;
}

.header-logo a,
.mobile-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.footer1-wrapper-logoInfo__logo img {
  width: 88px;
  max-width: 88px;
  height: 88px;
}

.header-layout .menu-area .header-logo {
  padding-top: 9px;
  padding-bottom: 9px;
}

.header-layout.header-bg-1 {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.header-layout.header-bg-1::before {
  display: none;
}

.header-layout.header-bg-1 .container {
  position: relative;
  z-index: 1;
}

.header-layout .menu-area,
.header-layout.header-bg-1 .menu-area {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

.header-layout .menu-area > .row {
  flex-wrap: nowrap;
}

.header-layout .menu-area > .row > .col-auto:nth-child(2) {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.header-layout .menu-area > .row > .col-auto:nth-child(3) {
  margin-left: 28px;
}

.header-layout .header-button {
  display: flex;
  align-items: center;
  height: 100%;
}

.sticky-wrapper2.sticky {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transform: translateY(0);
  transition: transform 0.28s ease, background-color 0.2s ease;
}

.sticky-wrapper2.sticky.nav-hidden {
  transform: translateY(-100%);
}

.sticky-wrapper2.sticky .menu-area {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

.sticky-wrapper2.sticky .main-menu2 a,
.sticky-wrapper2.sticky .main-menu2 > ul > li > a,
.sticky-wrapper2.sticky .main-menu2 a:hover {
  color: #012049 !important;
}

.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
  padding: 8px 10px;
}

.sticky-wrapper2.sticky .theme-btn.style2 {
  background-color: #012049;
  color: #fff;
  border: 1px solid #012049;
}

.sticky-wrapper2.sticky .header-logo .svg path,
.sticky-wrapper2.sticky .header-logo .svg text {
  fill: #012049 !important;
}

.main-menu2 > ul > li > a,
.main-menu > ul > li > a {
  font-weight: 600;
}

.main-menu2 > ul > li > a {
  color: #fff !important;
  padding: 8px 10px;
  border-radius: 4px;
}

.main-menu2 > ul > li > a.active {
  color: #012049 !important;
  background: rgba(255, 255, 255, 0.94);
}

.main-menu2 > ul > li > a.active::before,
.sticky-wrapper2.sticky .main-menu2 > ul > li > a.active::before {
  display: none !important;
  content: none !important;
}

.sticky-wrapper2.sticky .main-menu2 > ul > li > a.active {
  color: #012049 !important;
  background: rgba(1, 32, 73, 0.1);
}

.theme-btn.style1,
.theme-btn.style2,
.footer1-wrapper-subscribe-form__button {
  background-color: #012049 !important;
  color: #fff !important;
}

.hero1 .theme-btn.style1:hover,
.header-layout .theme-btn.style2:hover {
  background-color: #fff !important;
  color: #012049 !important;
  border-color: #fff !important;
}

.hero1 .theme-btn.style1:before,
.header-layout .theme-btn.style2:before {
  background-color: #fff !important;
}

.header-layout .theme-btn.style2 {
  padding: 14px 26px;
  background-color: #fff !important;
  color: #012049 !important;
  border: 1px solid #fff;
}

.sticky-wrapper2.sticky .header-layout .theme-btn.style2,
.sticky-wrapper2.sticky .theme-btn.style2 {
  background-color: #012049 !important;
  color: #fff !important;
  border: 1px solid #012049;
}

.sticky-wrapper2.sticky .header-layout .theme-btn.style2:hover,
.sticky-wrapper2.sticky .theme-btn.style2:hover {
  background-color: #fff !important;
  color: #012049 !important;
  border-color: #012049 !important;
}

.theme-btn.style1:before,
.theme-btn.style2:before {
  background-color: #000 !important;
}

.hero1 .theme-btn.style1:before,
.header-layout .theme-btn.style2:before {
  background-color: #fff !important;
}

.hero1-background-image {
  z-index: 0;
  transition: background-image 0.35s ease;
}

.hero1-background-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.92) 0%, rgba(23, 23, 23, 0.68) 44%, rgba(23, 23, 23, 0.12) 100%),
    linear-gradient(180deg, rgba(23, 23, 23, 0.38) 0%, rgba(23, 23, 23, 0.12) 42%, rgba(23, 23, 23, 0.32) 100%);
  z-index: 1;
}

.hero1 {
  padding: 0 !important;
}

.hero1 .swiper-slide {
  position: relative;
  min-height: 640px;
  padding: 150px 0 120px;
}

.hero1-content {
  position: relative;
  z-index: 2;
}

.hero1-content__title h1,
.hero1-content__desc h4 {
  color: #fff;
}

.hero1 .swiper-pagination-bullet {
  border-color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.hero1 .swiper-pagination-bullet:not(:first-child):not(:last-child)::before,
.hero1 .swiper-pagination-bullet:not(:first-child):not(:last-child)::after {
  background: linear-gradient(180deg, rgba(1, 32, 73, 0.95) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.hero1 .swiper-pagination-bullet-active {
  background-color: #012049 !important;
  border-color: #012049 !important;
  color: #fff !important;
}

.section-top__subtitle {
  color: #012049;
}

.haldoor-img,
.haldoor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.haldoor-card {
  height: 100%;
  padding: 34px;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(1, 32, 73, 0.07);
}

.haldoor-card h3,
.haldoor-card h4,
.haldoor-card h5 {
  color: #012049;
}

.haldoor-kpi {
  padding: 30px 22px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(1, 32, 73, 0.08);
}

.haldoor-kpi strong {
  display: block;
  color: #012049;
  font-size: 42px;
  line-height: 1;
}

.haldoor-kpi span {
  display: block;
  margin-top: 10px;
  color: #526173;
}

.haldoor-process {
  counter-reset: step;
}

.haldoor-process .haldoor-card {
  position: relative;
  padding-top: 58px;
}

.haldoor-process .haldoor-card::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: 24px;
  left: 34px;
  color: #012049;
  font-weight: 800;
  opacity: 0.22;
  font-size: 32px;
}

.clients1 {
  background: #fff;
}

.clients1 .section-top {
  max-width: 720px;
  margin: 0 auto;
}

.clients1 .row.gy-4 {
  justify-content: center;
}

.haldoor-client-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(1, 32, 73, 0.06);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.haldoor-client-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.haldoor-client-card:hover {
  transform: translateY(-4px);
  border-color: rgba(1, 32, 73, 0.24);
  box-shadow: 0 18px 45px rgba(1, 32, 73, 0.1);
}

.haldoor-client-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 6px;
  background: #f5f8fb;
}

.haldoor-client-card__logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 92px;
  object-fit: contain;
}

.haldoor-client-card h4 {
  margin-bottom: 0;
  color: #012049;
  font-size: 18px;
  line-height: 1.35;
}

.haldoor-cta {
  padding: 82px 0 !important;
  position: relative;
  overflow: hidden;
  background-color: #eef3f8 !important;
}

.haldoor-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 248, 251, 0.94) 0%, rgba(245, 248, 251, 0.82) 42%, rgba(245, 248, 251, 0.36) 100%),
    url("../images/haldoor/implementation-team.png") center/cover no-repeat;
  opacity: 1;
}

.haldoor-cta .container {
  position: relative;
  z-index: 1;
}

.haldoor-cta .section-top__subtitle {
  margin-bottom: 12px;
  color: #012049 !important;
  opacity: 0.85;
}

.haldoor-cta .section-top__title {
  max-width: 720px;
  margin-bottom: 0;
  color: #012049 !important;
}

.haldoor-cta__text {
  max-width: 650px;
  margin: 0;
  color: #526173;
  font-size: 18px;
  line-height: 1.7;
}

.haldoor-cta .theme-btn.style2 {
  background-color: #012049 !important;
  color: #fff !important;
  border-color: #012049 !important;
}

.haldoor-cta .theme-btn.style2:before {
  background-color: #fff !important;
}

.haldoor-cta .theme-btn.style2:hover {
  color: #012049 !important;
  border-color: #012049 !important;
}

.haldoor-footer {
  padding: 76px 0 26px !important;
  background-color: #012049 !important;
  border-top: 8px solid #f5f8fb;
}

.haldoor-footer .footer1-wrapper {
  padding: 0 !important;
}

.haldoor-footer .footer1__verticalLine {
  display: none;
}

.haldoor-footer .footer1-wrapper-logoInfo__logo {
  margin-bottom: 18px;
}

.haldoor-footer .footer1-wrapper-logoInfo__logo img {
  width: 118px;
  max-width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 6px;
  opacity: 0.96;
}

.haldoor-footer-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.haldoor-footer .footer1-wrapper-logoInfo__desc {
  max-width: 500px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.haldoor-footer .footer1-wrapper-logoInfo-social {
  gap: 12px;
}

.haldoor-footer .footer1-wrapper-logoInfo-social__item a {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.haldoor-footer .footer1-wrapper-logoInfo-social__item img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease;
}

.haldoor-footer .footer1-wrapper-logoInfo-social__item i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s ease;
}

.haldoor-footer .footer1-wrapper-logoInfo-social__item a:hover {
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.haldoor-footer .footer1-wrapper-logoInfo-social__item a:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(67%) saturate(2177%) hue-rotate(189deg) brightness(88%) contrast(104%);
}

.haldoor-footer .footer1-wrapper-logoInfo-social__item a:hover i {
  color: var(--haldoor-brand);
}

.haldoor-footer .footer1-wrapper-link,
.haldoor-footer .footer1-wrapper-service,
.haldoor-footer .footer1-wrapper-subscribe {
  margin-left: 0 !important;
}

.haldoor-footer .footer1-wrapper-link__title,
.haldoor-footer .footer1-wrapper-service__title,
.haldoor-footer .footer1-wrapper-subscribe__title {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.2;
}

.contact2-content .form__group {
  position: relative;
}

.contact2-content .form__group input,
.contact2-content .form__group textarea,
.contact2-content .form__group select {
  min-height: 54px;
  border: 1px solid #dbe4ee;
  border-radius: 6px;
  background-color: #fff;
  color: var(--haldoor-brand);
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact2-content .form__group input:focus,
.contact2-content .form__group textarea:focus,
.contact2-content .form__group select:focus {
  border-color: var(--haldoor-brand);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(1, 32, 73, 0.08);
}

.contact2-content .form__group select {
  width: 100%;
  padding: 15px 48px 15px 20px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.contact2-content .form__group--select::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--haldoor-brand);
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 900;
  pointer-events: none;
}

.haldoor-footer .footer1-wrapper-link-list__item,
.haldoor-footer .footer1-wrapper-service-list__item {
  margin-bottom: 13px !important;
}

.haldoor-footer .footer1-wrapper-link-list__item a,
.haldoor-footer .footer1-wrapper-service-list__item a {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
  white-space: nowrap;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.haldoor-footer .footer1-wrapper-link-list__item a:hover,
.haldoor-footer .footer1-wrapper-service-list__item a:hover {
  color: #fff;
  padding-left: 4px;
}

.haldoor-footer-contact {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.haldoor-footer-contact__list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.haldoor-footer-contact__list li,
.haldoor-footer-contact__list a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.haldoor-footer-contact__list li {
  white-space: nowrap;
}

.haldoor-footer-contact__list span {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.haldoor-footer-contact__list a:hover {
  color: #fff;
}

.haldoor-footer .footer1-bottom {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.haldoor-footer .footer1-bottom p,
.haldoor-footer .footer1-bottom__links a {
  font-size: 14px;
}

.haldoor-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 88px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.haldoor-whatsapp i {
  font-size: 28px;
  line-height: 1;
}

.haldoor-whatsapp:hover {
  transform: translateY(-3px);
  background: #1fb85a;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.footer1-wrapper-logoInfo__desc,
.footer1-bottom p,
.footer1-bottom__links a {
  color: rgba(255,255,255,0.78);
}

.footer1-wrapper-link__title,
.footer1-wrapper-service__title,
.footer1-wrapper-subscribe__title {
  color: #fff;
}

.footer1 a {
  color: rgba(255,255,255,0.78);
}

.footer1 a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .haldoor-cta {
    padding: 64px 0 !important;
  }

  .haldoor-cta .section-top__title {
    font-size: 34px;
  }

  .haldoor-footer {
    padding: 56px 0 22px !important;
  }

  .haldoor-footer .footer1-bottom {
    margin-top: 38px;
    gap: 14px;
  }

  .haldoor-footer .footer1-bottom,
  .haldoor-footer .footer1-bottom__links {
    flex-wrap: wrap;
  }

  .haldoor-whatsapp {
    right: 18px;
    bottom: 82px;
    width: 50px;
    height: 50px;
  }

  .haldoor-whatsapp i {
    font-size: 26px;
  }

  .haldoor-footer .footer1-wrapper-link-list__item a,
  .haldoor-footer .footer1-wrapper-service-list__item a,
  .haldoor-footer-contact__list li {
    white-space: normal;
  }

  .header-logo img,
  .mobile-logo img {
    width: 190px;
  }

  .hero1-content__title h1 {
    font-size: 42px;
  }

  .hero1 .swiper-slide {
    min-height: 560px;
    padding: 110px 0 80px;
  }
}
