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

.od-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.od-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #134523;
  mix-blend-mode: multiply;
  z-index: 1;
}

.od-text-content {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 765px;
  height: 356px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 0 40px 0;
  background: #ffffff21;
}

.od-text-content h1 {
  color: #ffffff;
  font-family: "BDO Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: -1.38px;
  margin-bottom: 18px;
}

.od-text-content p {
  color: rgba(255, 255, 255, 0.76);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 30px;
}

.od-consult-btn {
  display: inline-block;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    #01549f 0.02%,
    #036e6b 44.33%,
    #058f2a 88.64%
  );
  color: #fff;
  padding: 20px 28px;
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.od-consult-btn:hover {
  color: #fff;
  transform: scale(1.05);
  background: #058f2a;
}

.od-intro-section {
  background: #ebf4ee;
  padding: 120px 20px;
}

.od-intro-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 110px;
  flex-wrap: wrap;
}

.od-intro-video-wrapper {
  position: relative;
  max-width: 440px;
  width: 100%;
  height: 436px;
  margin-left: 24px;
}

.od-intro-video-wrapper-1 {
  position: relative;
  max-width: 470px;
  width: 100%;
  height: 320px;
  margin-left: 24px;
}

.od-intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
}

.od-intro-bg-block {
  position: absolute;
  background-color: #45a367;
  z-index: 1;
}

.od-intro-bg-block.top-left {
  top: -24px;
  left: -24px;
  width: 180px;
  height: 170px;
}

.od-intro-bg-block.bottom-right {
  bottom: -26px;
  right: -26px;
  width: 60px;
  height: 60px;
}

.od-intro-text-content {
  flex: 1;
  max-width: 630px;
}

.od-intro-heading {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: -1.38px;
  margin-bottom: 45px;
}

.od-intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.od-intro-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.icon {
  margin: 4px 12px 0 0;
}

.od-services {
  padding: 80px 20px;
  background: #fff;
}

.od-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 100px;
}

.od-text {
  flex: 1 1 45%;
}

.section-subtitle {
  color: #45a367;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 2px;
}

.section-title {
  color: #1f497a;
  font-family: "BDO Grotesk";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: -1.38px;
  margin-bottom: 15px;
}

.section-desc {
  color: #425f88;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}

.od-image {
  position: relative;
  flex: 1 1 40%;
  max-width: 586px;
  margin-right: 16px;
}

.od-image video {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
}

.corner {
  position: absolute;
  background: #45a367;
  z-index: 1;
}

.corner.top-right {
  top: -16px;
  right: -16px;
  width: 150px;
  height: 150px;
}

.corner.bottom-left {
  bottom: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
}

.od-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 25px;
}

.od-card {
  border-radius: 0 0 39px 0;
  background: #ebf4ee;
  padding: 22px 24px;
  transition: all 0.3s ease;
}
/* .od-cards .od-card:nth-child(-n+4) {
  display: block !important;
}
.od-load-more-btn {
  display: inline-block;
  border: none;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    #01549f 0.02%,
    #036e6b 44.33%,
    #058f2a 88.64%
  );
  color: #fff;
  padding: 14px 20px;
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.od-load-more-btn:hover {
  color: #fff;
  transform: scale(1.05);
  background: #058f2a;
} */

.od-card:hover {
  background: #eaf5ef;
  transform: translateY(-4px);
}

.card-subtitle {
  color: rgba(15, 51, 106, 0.77);
  font-family: "BDO Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.card-title {
  color: rgba(8, 54, 109, 0.9);
  font-family: "BDO Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.44px;
  margin-bottom: 14px;
}

.od-card p {
  color: rgba(15, 51, 106, 0.77);
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
}

.faq-section {
  background: url("../img/hr-policy-bg.jpeg") no-repeat center center/cover;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.faq-container {
  max-width: 934px;
  min-height: 910px;
}
.faq-container-ca {
  min-height: 700px;
}

.faq-section h2 {
  color: #0e2a54;
  font-family: "BDO Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin-bottom: 30px;
}

.faq-section hr {
  border: none;
  background: linear-gradient(
    90deg,
    rgba(1, 82, 166, 1) 0%,
    rgba(6, 148, 33, 1) 100%
  );
  height: 2px;
  margin-bottom: 40px;
  width: 100%;
}

.faq-item {
  border: 1px solid #49bd73;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
}

.faq-item input {
  display: none;
}

.faq-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  font-weight: bold;
  cursor: pointer;
  color: #0e2a54;
  font-family: "BDO Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}
.faq-item label::after {
  content: "+";
  font-size: 20px;
  color: #49bd73;
  transition: transform 0.3s;
}

.faq-item input:checked + label::after {
  content: "–";
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0px 32px 0px;
}

.faq-content p,
.faq-content ul {
  color: rgba(14, 42, 84, 0.77);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
  margin: 0;
}

.faq-item input:checked ~ .faq-content {
  padding: 0px 32px 24px;
  max-height: 620px;
}

@media (max-width: 991px) {
  .od-hero-section {
    padding: 200px 15px 80px;
  }
  .od-header {
    flex-direction: column;
  }
  .od-text-content {
  max-width: 1000px;
  height: auto;
}
}

@media (max-width: 768px) {
  .od-hero-section {
    padding: 170px 15px 50px;
  }
  .od-text-content {
    padding: 24px;
  }
  .od-text-content h1 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.96px;
    margin-bottom: 17px;
  }
  .od-text-content p {
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-bottom: 31px;
  }

  .od-intro-section {
    padding: 70px 15px 50px;
  }
  .od-intro-container {
    gap: 70px;
  }
  .od-intro-video-wrapper {
    margin-inline: 10px;
  }
  .od-intro-heading {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .icon {
    margin: 2px 12px 0 0;
  }
  .od-intro-list li {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .od-services {
    padding: 50px 20px;
  }

  .od-header {
    margin-bottom: 70px;
    gap: 70px;
  }
  .section-title {
    font-size: 32px;
    line-height: 40px;
  }
  .od-image {
    margin-right: 0;
  }
  .od-cards {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .faq-section {
    padding: 50px 20px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .faq-item label {
    padding: 24px;
  }
  .faq-content {
    padding: 0px 24px 0px;
  }
  .faq-item input:checked ~ .faq-content {
    padding: 0px 24px 24px;
  }
}
