.notification-body {
  background: #2dbe6b;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-family: "BDO Grotesk";
  font-weight: 400;
}
.notification-text {
  padding: 10px 16px;
}
.toast {
  width: 260px;
}
.test-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* margin-top: 95px; */
}
.test-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.test-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #134523;
  mix-blend-mode: multiply;
  z-index: 1;
}
.test-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 240px 0px 120px;
}
.test-hero-content h5 {
  font-family: BDO Grotesk;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #45a367;
}
.test-hero-content h1 {
  font-family: BDO Grotesk;
  font-weight: 600;
  font-size: 69px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #fff;
}

.testimonial-section {
  background: #ebf4ee;
  padding: 90px 0;
  display: flex;
  justify-content: center;
}

.testimonial-section-container {
  overflow: hidden;
  position: relative;
  max-width: 1440px;
}
.arc {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 120%;
  z-index: 100;
  background: #ebf4ee;
}

.arc-top {
  height: 100px;
  top: -30px;
}
.arc-bottom {
  height: 75px;
  bottom: 42px;
}

.testimonial-carousel .test-item {
  background: #fff;
  padding: 52px 44px 96px;
  max-width: 642px;
  margin: 0 auto;
}

.testimonial-carousel .test-item img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  margin-bottom: 35px;
}

.testimonial-carousel .test-item p {
  font-family: BDO Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -2%;
  color: #0f336ac4;
  min-height: 300px;
}

.testimonial-carousel .test-item h4 {
  font-family: BDO Grotesk;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #08366de5;
  margin-bottom: 8px;
}

.testimonial-carousel .test-item span {
  font-family: BDO Grotesk;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #0f336ac4;
}

/* Navigation Buttons */
.owl-theme .owl-nav {
  text-align: center;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  background: #fff !important;
  border: none !important;
  color: #08366de5 !important;
  font-size: 20px !important;
  margin: 0 8px !important;
  width: 71px;
  height: 42px;
  border-radius: 41px !important;
  transition: 0.3s;
  padding: 9px !important;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: #49bd73 !important;
  color: #fff !important;
}

.owl-dots,
.owl-dot {
  display: none !important;
}

/* Optional gradient fade on sides */
.testimonial-section-container::before,
.testimonial-section-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 400px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.testimonial-section-container::before {
  left: 0;
  background: linear-gradient(to right, #e9f3ec 20%, transparent 100%);
}

.testimonial-section-container::after {
  right: 0;
  background: linear-gradient(to left, #e9f3ec 20%, transparent 100%);
}

.test-benefits {
  padding: 85px 15px;
}
.test-benefits-container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.test-benefits-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.test-benefits-content h2 {
  font-family: BDO Grotesk;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -4%;
  color: #0e2a54;
}
.test-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.test-benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  color: #0e2a54c4;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: Regular;
  font-weight: 400;
  line-height: 23px;
}
.test-icon {
  margin: 2px 13px 0 0;
}
.test-benefits-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .testimonial-section {
    padding: 90px 20px;
  }
  .testimonial-section-container::before {
    left: 0;
    background: none;
  }

  .testimonial-section-container::after {
    right: 0;
    background: none;
  }
}
@media (max-width: 991px) {
  .test-hero {
    margin-top: 0px;
  }
  .test-benefits-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .test-hero-content {
    gap: 20px;
    padding: 180px 0px 70px;
  }
  .test-hero-content h1 {
    font-size: 40px;
  }
  .test-benefits {
    padding: 50px 15px;
  }
  .test-benefits-container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .test-benefits-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .test-benefits-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .testimonial-carousel .test-item p {
    min-height: 355px;
  }
}
