.home-hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 200px 20px 80px;
}

.home-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.home-video-ellipse {
  position: absolute;
  bottom: -520px;
  left: -232px;
  border-radius: 1327px;
  background: #061f3e;
  filter: blur(311.79998779296875px);
  width: 1327px;
  height: 840px;
  z-index: 1;
}

.home-text-content {
  position: relative;
  z-index: 3;
  max-width: 806px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-text-content h1 {
  color: rgba(255, 255, 255, 0.9);
  font-family: "BDO Grotesk";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 104%;
  letter-spacing: -2.116px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.home-text-content p {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.18px;
  margin-bottom: 48px;
}

.home-btn-container {
  display: flex;
  gap: 18px;
  align-items: center;
}

.home-btn {
  padding: 20px 28px;
  border-radius: 7px;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.btn-first {
  background-color: #fff;
  color: #0a1c3e;
  border: none;
}
.btn-second {
  background-color: #0a1c3e00;
  color: #fff;
  border: 1px solid #fff;
}
.btn-first:hover {
  color: #0a1c3e;
  transform: scale(1.05);
}
.btn-second:hover {
  background-color: #fff;
  color: #0a1c3e;
  border: 1px solid #fff;
  transform: scale(1.05);
}

.home-content-section {
  padding: 50px 0px;
  background-color: #f4fcf7;
}
.home-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.home-content-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.home-content-left p {
  color: #425f88;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}
.home-content-right {
  max-width: 502px;
  width: 100%;
  height: auto;
}
.home-content-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.industries-section {
  padding: 90px 20px;
  background: #134523;
}

.industries-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 60px;
}

.industries-header h2 {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.industries-container {
  display: flex;
  gap: 11px;
  flex-wrap: nowrap;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.industry-card {
  background-color: #fff;
  padding: 32px 55px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  transition: transform 0.2s;
  flex-shrink: 0;
}

/* .industry-card:hover {
  transform: translateY(-5px);
} */

.industry-card img {
  height: 42px;
  margin-bottom: 10px;
}

.industry-card p {
  color: rgba(14, 42, 84, 0.77);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: -0.36px;
  text-align: center;
  margin: 0;
  height: 55px;
}

.carousel-arrows {
  display: flex;
  gap: 11px;
  align-items: center;
}

.carousel-arrows span {
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

.home-section {
  background: #0e2a54;
  padding: 80px 0;
}

.home-change-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
.home-change-infinity{
  position: absolute;
  top: 35%;
  left: 0;
}
.home-change-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.home-left {
  width: 100%;
}
.home-heading {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: -1.38px;
  margin-bottom: 36px;
}

.home-change-btn {
  display: inline-flex;
  padding: 20px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    #01549f 0.02%,
    #036e6b 44.33%,
    #058f2a 88.64%
  );
  text-decoration: none;
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.home-change-btn:hover {
  background: #058f2a;
  color: #fff;
  transform: scale(1.05);
}
.home-right {
  width: 100%;
  height: auto;
}
.home-right video {
  width: 100%;
  height: auto;
}

.home-features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.home-feature-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.home-feature-icon {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 57px;
  background: linear-gradient(90deg, #45a367 0%, #427ad2 100%), #d9d9d9;
}
.home-feature-icon img {
  width: 32px;
  height: 32px;
}

.home-feature-title {
  color: rgba(255, 255, 255, 0.9);
  font-family: "BDO Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.44px;
  margin: 0;
}

.home-feature-text {
  color: rgba(255, 255, 255, 0.77);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
  margin: 0;
}

.home-services-section {
  background: #f4fcf7;
  padding: 80px 0;
}

.home-services-header {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 50px;
}
.home-services-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 612px;
}
.home-sub-title {
  color: #45a367;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0;
}

.home-main-title {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -1.92px;
  margin: 0;
}

.home-sub-text {
  color: #425f88;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  width: 100%;
  margin-block: 10px 0;
}
.home-services-carousel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.home-service-card {
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  min-height: 440px;
}
.home-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.home-card-number {
  border-radius: 57px;
  background: #ebf4ee;
  padding: 12px 26px;
  color: #45a367;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.home-card-title {
  color: #08366d;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.44px;
  flex-grow: 1;
  margin: 0;
}

.home-card-icon {
  width: 130px;
  height: 130px;
}

.home-card-desc {
  color: rgba(15, 51, 106, 0.77);
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.36px;
  flex-grow: 1;
  margin: 0;
}

.home-custom-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-radius: 57px;
  background: #ebf4ee;
  padding: 5px 9px;
  width: max-content;
}

.home-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(14, 42, 84, 0.12);
}

.home-nav-btn:hover {
  background: #f2f2f2;
}
.home-nav-btn svg {
  pointer-events: none;
}

.home-benefits-section {
  background: #0e2a54;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.home-benefits-left {
  width: 70%;
  position: relative;
  z-index: 10;
}

.home-benefits-title {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%;
  letter-spacing: -1.38px;
}

.home-benefits-subtitle {
  color: rgba(255, 255, 255, 0.77);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
  margin-bottom: 48px;
}

.home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 17px;
}

.home-benefit-card {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.66);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.home-benefit-icon {
  width: 35px;
  height: 35px;
}


.home-benefits-globe {
  position: absolute;
  right: -700px;
  top: -20px;
  width: 1586px;
  height: 892px;
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: luminosity;
  background-color: #0e2a54;
}

.home-benefits-globe video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
}

.home-hr-section {
  background: #f4fcf7;
  padding: 90px 0;
  text-align: center;
  position: relative;
}

.home-infinity {
  position: absolute;
  top: 140px;
  left: 58%;
  z-index: 6;
}
.home-hr-subtitle {
  color: #45a367;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.home-hr-title {
  color: #08366d;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -1.92px;
  margin-bottom: 44px;
}

.home-hr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 24px;
  justify-items: center;
}

.home-hr-card {
  width: 100%;
  height: 120px;
  perspective: 1000px;
}

.home-hr-card-inner {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  text-align: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.home-hr-card:hover .home-hr-card-inner {
  transform: rotateY(180deg);
}

.home-hr-card-front,
.home-hr-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-hr-card-front {
  background: white;
  color: #0e2a54;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.5px;
  padding: 20px;
}

.home-hr-card-back {
  transform: rotateY(180deg);
  background-size: cover;
  background-position: center;
  position: relative;
  flex-direction: column;
  color: white;
  padding: 20px;
}

.home-hr-card-back::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(5, 15, 30, 0.7) 100%
  );
  border-radius: 12px;
}

.home-hr-card-back-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.home-hr-learn-more {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #49bd73;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-hr-learn-more span {
  border-radius: 42.429px;
  background: #49bd73;
  box-shadow: 0 1.571px 3.143px 0 rgba(14, 42, 84, 0.12);
  display: flex;
  width: 33px;
  height: 33px;
  padding: 9.429px 10.214px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .home-benefits-left {
    width: 80%;
  }
  .home-benefits-globe {
    right: -810px;
  }
  .home-hr-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .home-content {
    flex-direction: column;
  }
  .home-services-header {
    flex-direction: column;
  }
  .home-benefits-left {
    width: 80%;
  }
  .home-benefits-globe {
    right: -900px;
    top: 100px;
  }
  .home-hr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-change-top {
    flex-direction: column;
}
.home-features {
  flex-direction: column;
}
}
@media screen and (max-width: 768px) {
  .home-hero-section {
    padding: 170px 0px 50px;
  }
  .home-text-content h1 {
    font-size: 32px;
  }
  .home-btn-container {
    flex-direction: column;
    align-items: start;
  }
  .home-content {
    gap: 10px;
  }
  .industries-section {
    padding: 70px 20px;
  }
  .industries-header h2 {
    font-size: 32px;
  }
  .home-services-section {
    padding: 50px 0;
  }
  .home-main-title {
    font-size: 32px;
  }
  .home-services-title {
    gap: 10px;
  }
  .home-services-header {
    gap: 10px;
    margin-bottom: 40px;
  }
  .home-benefits-section {
    padding: 50px 0;
  }
  .home-benefits-grid {
    grid-template-columns: 1fr;
  }
  .home-benefits-left {
    width: 100%;
  }
  .home-benefits-title {
    font-size: 32px;
  }
  .home-benefits-globe {
    display: none;
  }
  .home-hr-section {
    padding: 50px 0;
  }
  .home-hr-card-inner {
    transform: none !important;
  }
  .home-hr-card:hover .home-hr-card-inner {
    transform: none !important;
  }
  .home-hr-card-front {
    display: none !important;
  }
  .home-hr-card-back {
    transform: none !important;
    backface-visibility: visible !important;
    position: relative;
  }
  .home-hr-title {
    font-size: 32px;
  }
  .home-section {
  padding: 50px 0;
}
.home-heading {
  font-size: 32px;
  line-height: 117%;
  margin-bottom: 36px;
}
}

@media screen and (max-width: 600px) {
  .home-hr-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
