@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
}

.clip-path-angle {
  background-image: url(images/nav-bg.png);
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
}
body {
  font-family: "Poppins", sans-serif;
}

.hover-section:hover .svg-container {
  background-color: #ffa600;
}

.hover-section:hover .svg-container svg path {
  fill: white;
}

.hover-section:hover .heading {
  color: #ffa600;
}

/* Ensure the image transitions smoothly */
#hoverImage {
  transition: opacity 0.5s ease-in-out;
}

/* Initially, set the opacity to 1 */
#hoverImage {
  opacity: 1;
}

/* When the image changes, briefly set opacity to 0 to allow for a smooth transition */
#hoverImage.changing {
  opacity: 0;
}

@media (max-width: 998px) {
  .maincontent {
    flex-direction: column !important;
    gap: 26px !important; /* 16px */
  }
  .contentSection {
    position: static !important;
  }
}
@media (max-width: 500px) {
  .testocards {
    width: 100% !important;
  }
  .gradientOverlay {
    display: none;
  }
  .arrow {
    width: 100% !important;
  }
}

.truncate-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-toggle:hover {
  text-decoration: underline;
}
@media (max-width: 650px) {
  .cardsalignment {
    width: 48% !important;
  }
}
@media (max-width: 450px) {
  .cardsalignment {
    width: 98% !important;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: fit-content;
  border-radius: 16px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffa600;
  height: fit-content;
  border-radius: 16px;
}
