.banner-section {
  min-height: 86.4vh;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.image-container {
  position: relative;
}

.counselor-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.quote-card {
  position: absolute;
  top: 15%;
  left: 0;
  transform: translateX(-30%);
  background-color: transparent;
  max-width: 250px;
}

@media (max-width: 992px) {
  .quote-card {
    transform: translateX(0);
    top: 10%;
    left: 5%;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .quote-card {
    position: static;
    transform: none;
    margin: 1rem auto;
    max-width: 200px;
  }
}
#hero-section {
  padding-top: 100px;
  background-color: #000 !important;
  z-index: 5;
}

.cta-button {
  background-color: #2c6e64;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  /* margin-bottom: 2rem; */
}

.cta-button:hover {
  background-color: #1d4e47;
  transform: translateY(-3px);
}

.contact-number {
  font-size: 1.5rem;
  margin-top: 2rem;
  font-weight: 700;
}

.badge-container {
  position: absolute;
  bottom: 15%;
  left: 0;
  background-color: #38b6e3;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.2rem;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(56, 182, 227, 0.5);
}

@media (max-width: 768px) {
  .banner-section {
    text-align: center;
  }

  .badge-container {
    position: static;
    display: inline-block;
    margin: 1rem auto;
  }

  .title-text {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }

  .subtitle-text {
    font-size: 1.2rem;
  }

  .content-section {
    padding: 1rem;
  }

  .image-container {
    margin-bottom: 2rem;
  }
}

.torn-paper-bg {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background-color: #d5c0ad;
  z-index: -1;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
#ads-banner {
  margin-bottom: 50px;
}
.ad-banner {
  width: 100%;
  height: auto;
}
.card:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 49px 10px #2c6e64;
  -webkit-box-shadow: 0px 0px 49px 10px #2c6e64;
  -moz-box-shadow: 0px 0px 49px 10px #2c6e64;
  transform: scale(1.02);
  transition: all 0.5s ease;
}
