body, .content, .form-control {
  color: #3a4348 !important;
}

.horizontalDropdownDots::after {
  display: none !important;
}


.doughnut-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  /* Adjust font size as needed */
  color: #9fcc2e;
}

.doughnut-inner {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.link-hover-effect {
  transition: color 0.3s ease-in-out;
}

.link-hover-effect:hover {
  color: white;
}


.landingpageSection h2 {
  color: var(--Text-color-black, #000);
  font-family: Ubuntu;
  font-size: 2.325rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  /* 119.048% */
}

.landingpageSection h5 {
  color: #254769;
  font-family: Poppins;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  /* 133.333% */
}

.landingpageSection .text {
  color: var(--Text-color-Gray-1, #545454);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}

.landingpageSection h1 {
  color: var(--Text-color-black, #000);
  font-family: Ubuntu;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.625rem;
}

.landingpageSection .boost {
  color: #292D49;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}

.CTAtext {
  color: #EAEAEA;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}

.cta-section {
  background-color: #90EE90;
  /* Light green */
  padding: 40px 0;
  border-radius: 20px;
}

.cta-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

.cta-subheading {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 20px;
}

.cta-button {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 0.625rem;
  color: var(--Dark, #1F2326);
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  width: 14.875rem;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  /* 150% */
}

.cta-small-text {
  font-size: 0.9rem;
  color: white;
  margin-top: 15px;
}

.cta-section .row {
  position: relative;
}

.cta-section .row::before,
.cta-section .row::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  /* Faint circle effect */
  border-radius: 50%;
  width: 10.429rem;
  height: 14.179rem;
  transform: rotate(-14.905deg);
  flex-shrink: 0;

}

.cta-section .row::before {
  background-color: #A3D22C;
  left: 10%;
}

.cta-section .row::after {
  background-color: #9BC435;
  right: 10%;
  transform: rotate(+48.283deg);
}

.blog-section {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 30px;
}

.blog-card {
  background-color: white;
  border: none;
  margin-bottom: 30px;
}

.author-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-info h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.author-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #888;
}

.blog-card .learn-more-btn {
  color: #007bff;
  font-weight: bold;
  text-decoration: underline;
  padding: 0;
}

.blog-card .learn-more-btn:hover {
  text-decoration: none;
}

.blog-card img {
  height: 200px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .tl-time, .tl-point {
    display: none;
    /* This will make .tl-time elements invisible on mobile */
  }

  .cta-section .row::before,
  .cta-section .row::after {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.nav-open { transform: translateX(0) !important; }


@media only screen and (max-width: 768px) {
  .hd--expanded .content__header.overlapping+.content__boxed {
    margin-top: calc(-16.5vw - 2rem);
  }

  .CTA {
    color: #9fcc2e !important;
  }
  .CTAText:first-of-type{
    color: whitesmoke !important;
  }
}