.why-description-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.custom-how-row {
  margin-left: -8px;
  margin-right: -8px;
}

.pxp-services-1-item-container {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; /* Reduce vertical gap */
}
.pxp-cke-description,
.pxp-cke-description * {
  color: #fff !important;
}

.pxp-hero-logos-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.pxp-hero-logos-carousel.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #808080;
  border-radius: 5px;
  margin: 0 5px;
  opacity: 0.5;
  transition: var(--pxpHoverTransition);
  transition-property: width, opacity, background-color;
}

.pxp-hero-logos-carousel.owl-carousel button.owl-dot.active {
  opacity: 1;
  width: 30px;
  background-color: #000000;
}
.pxp-text-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.pxp-text-carousel.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #808080;
  border-radius: 5px;
  margin: 0 5px;
  opacity: 0.5;
  transition: var(--pxpHoverTransition);
  transition-property: width, opacity, background-color;
}

.pxp-text-carousel.owl-carousel button.owl-dot.active {
  opacity: 1;
  width: 30px;
  background-color: #000000;
}

/* Center last row if < 3 items */
.custom-how-row::after {
  content: "";
  flex: auto;
}

/* Optional: reduce icon size or padding inside items */
.pxp-services-1-item {
  padding: 15px;
}

/* Optional: tweak image size inside icon */
.pxp-services-1-item-icon img {
  max-width: 60px;
}

.pxp-faqs-accordion .accordion-body {
  padding: 0 !important;
}

iframe {
  border-radius: 30px;
  width: 100%;
  height: 315px;
  border: 0 none;
}

.pxp-faqs-accordion .accordion-item {
  border: 1px solid var(--pxpLightGrayColor);
  margin-bottom: 10px;
  padding: 6px;
}

.accordion-button,
.accordion-item,
.pxp-faqs-accordion .accordion-button:not(.collapsed) {
  background-color: #fff8ec !important;
}

.pxp-hero-logos-carousel {
  margin-top: 20px !important;
}

.animate-scroll {
  animation: scrollNotifications linear infinite;
}

@keyframes scrollNotifications {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.single-item {
  position: relative;
  animation: none;
}

.fixed-banner {
  height: 600px;
  object-fit: contain;
  object-position: center;
}

.carousel-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* Sticky Note Look for Carousel Wrapper */
.vertical-carousel-wrapper {
  overflow: hidden;
  background-color: #ffffa2;
  border-radius: 12px !important;
  border-radius: 0;
  /* notes are square edges */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  padding: 20px 20px 20px 40px;
  min-width: 180px;
  height: 100px !important;
  position: relative;
}

/* List styling to mimic note */
.vertical-carousel {
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.vertical-carousel li {
  list-style: none;
  font-size: 26px;
  height: 80px;
  color: #01074a;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0;
}

.vertical-carousel li::before {
  content: "➤";
  margin-right: 0.75em;
}

.ribbon_3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon_3 span {
  /* font-size: 10px; */
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #e43;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 21px;
  left: -21px;
}

.ribbon_3.popular span {
  background: red;
  /* gold/orange for popular */
}

.notice-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between text and pin */
  font-size: 2rem;
  font-weight: 600;
  color: #01074a;
}

.pin-icon {
  width: 40px !important;
  height: 40px !important;
  color: #d42700;
}

.college-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.college-logo {
  max-width: 250px;
  max-height: 80px;
  object-fit: contain;
}

.college-logo {
  max-width: 250px;
  max-height: 80px;
  object-fit: contain;
}

.college-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-height: 40px;
}

.pxp-candiadates-card-1 {
  background-color: unset;
  /* padding: 0; */
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pxp-candiadates-card-1-avatar {
  display: inline-block;
  width: 100%;
  height: 390px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.testimonial-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #699bd1;
  border-radius: 50%;
  color: #ebf5fa;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
}

.testimonial-play-btn i {
  font-size: 20px;
  color: #ebf5fa;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .pxp-candiadates-card-1 {
    width: 250px;
  }

  .testimonial-play-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .testimonial-play-btn i {
    font-size: 18px;
  }
}

/* Small screens */
@media (max-width: 768px) {
  .pxp-candiadates-card-1 {
    width: 200px;
  }

  .pxp-candiadates-card-1-avatar {
    height: 435px;
  }

  .testimonial-play-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .testimonial-play-btn i {
    font-size: 16px;
  }

  .college-item {
    width: 150px;
    margin-right: 20px;
  }

  .college-logo-wrapper {
    height: 70px;
  }

  .college-logo {
    max-width: 150px;
    max-height: 60px;
  }

  .notice-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #01074a;
  }

  .vertical-carousel-wrapper {
    max-width: 90%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-right: auto;
    margin-left: auto;
  }

  .vertical-carousel li {
    font-size: 15px;
  }

  .fixed-banner {
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

/* Extra small screens - mobile */
@media (max-width: 480px) {
  .pxp-candiadates-card-1 {
    width: 90%;
  }

  .testimonial-play-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .testimonial-play-btn i {
    font-size: 14px;
  }
}
