.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  background-color: #555962;
}
.accordion-button {
  background-color: #555962;
  color: #fff;
  border: none;
}
.accordion-button:not(.collapsed) {
  background-color: #28a5a8;
  color: #fbefef;
}
.accordion-body {
  background-color: #f8f9fa;
  color: #333;
  padding: 1rem;
}
.faq-image {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.3);
}
@media (max-width: 768px) {
  .faq-image {
    width: 90%;
    max-width: 250px;
  }
}
#contact-us .btn-primary {
  transition: all 0.3s ease;
  background-color: #0056b3;
  border-color: #0056b3;
}
#contact-us .btn-primary:hover {
  background-color: #003f8c;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
}
#contact-us .shadow {
  transition: box-shadow 0.3s ease;
}
#contact-us .shadow:hover {
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
.card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: none;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.2);
}
.card-img-top {
  border-radius: 10px;
}
.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 56.25%;
  height: 0;
  background: #000;
  overflow: hidden;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.icon {
  font-size: 2.2em;
  color: #e67e22;
}
.form-container {
  background: #d6dbdf;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}
.map-container {
  margin-top: 30px;
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
.transition-effect {
  transition:
    transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}
.transition-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.15);
}
.opportunity-card {
  transition: all 0.3s ease-in-out;
  background-color: #f8f9fa;
}
.opportunity-card:hover {
  transform: scale(1.05);
  background-color: #e9ecef;
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
.book-demo-btn {
  position: fixed;
  right: -52px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #f39c12;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  z-index: 999;
}
.book-demo-btn:hover {
  background-color: #e67e22;
  box-shadow: 0 6px 8px rgb(0 0 0 / 0.2);
}
@media (max-width: 768px) {
  .book-demo-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .social-icons a {
    font-size: 24px;
  }
  .ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
  }
  .profile {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    display: block;
    margin: 0 auto;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  .text-light {
    color: #f8f9fa !important;
  }
  .bg-dark {
    background-color: #343a40 !important;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.accordion-button::after {
  filter: invert(1) brightness(2);
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.icon {
  font-size: 2.2em;
  color: #e67e22;
}
.form-container {
  background: #d6dbdf;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}
.map-container {
  margin-top: 30px;
}

/* ================= HERO FINAL RESPONSIVE ================= */

/* Desktop */

#myCarousel .carousel-item {
  aspect-ratio: 16 / 6;
  height: 65vh;
  min-height: 420px;
  background: #000; /* adds side padding color if needed */
}

#myCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 🔥 THIS FIXES CROPPING */
  object-position: center;
}

/* Tablet */
@media (max-width: 992px) {
  #myCarousel .carousel-item {
    height: 60vh;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #myCarousel .carousel-item {
    height: 50vh;
  }
}

/* ⭐ MOBILE FIX (important) */
@media (max-width: 768px) {
  #myCarousel .carousel-item {
    height: auto; /* let image decide height */
    min-height: unset;
  }

  #myCarousel .carousel-item img {
    height: auto;
    object-fit: cover; /* ⭐ show FULL banner */
    background: #000; /* nice cinematic bars */
  }

  .carousel-caption {
    bottom: 15px;
  }

  .carousel-caption .btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .carousel-caption .btn {
    width: 85%;
  }
}

/* ============================
   MOBILE CTA BUTTON OPTIMIZATION
   ============================ */

/* Desktop → keep current size */
.carousel-caption .btn {
  font-size: 18px;
  padding: 12px 28px;
  border-radius: 8px;
}

/* Tablet */
@media (max-width: 992px) {
  .carousel-caption .btn {
    font-size: 16px;
    padding: 11px 24px;
  }
}

/* ⭐ Mobile */
@media (max-width: 768px) {
  .carousel-caption .btn {
    font-size: 14px; /* smaller text */
    padding: 10px 20px; /* smaller button */
    width: 80%; /* nice centered bar */
    max-width: 260px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
}

/* Small phones */
@media (max-width: 480px) {
  .carousel-caption .btn {
    font-size: 13px;
    padding: 9px 18px;
    width: 85%;
  }
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.footer-link:hover {
  color: #28a5a8;
}

.footer-contact li {
  margin-bottom: 8px;
}

.footer-contact i {
  margin-right: 8px;
  color: #28a5a8;
}

/* ===== WHY JOIN AOL SECTION ===== */

#benefits-section {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  padding: 80px 0;
}

#benefits-section .title {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Card */
.benefit-card {
  background: #fff;
  padding: 35px 28px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Icon circle */
.benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e8f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.benefit-icon i {
  font-size: 28px;
  color: #28a5a8;
}

/* Text */
.benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.benefit-card p {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* CTA */
.benefits-cta {
  margin-top: 50px;
}

.benefits-cta .btn {
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(40, 165, 168, 0.35);
}

.stats-section {
  background: #28a5a8;
  color: #fff;
}

.social-card {
  transition: 0.3s ease;
}

.social-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.social-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: #f5f7f8;

  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.social-icon:hover {
  transform: translateY(-4px);
}

/* ===== Stats Section ===== */

.stats-section {
  background: linear-gradient(135deg, #28a5a8, #1d8f92);
  padding: 90px 0;
  color: #fff;
}

.stats-title {
  font-size: 38px;
  font-weight: 700;
}

.stats-subtitle {
  opacity: 0.85;
  max-width: 600px;
  margin: auto;
}

/* cards */
.stat-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 35px 20px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.18);
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #ffffff;
}

.stat-card p {
  margin: 0;
  opacity: 0.9;
  font-weight: 500;
}

/* mobile */
@media (max-width: 768px) {
  .stats-title {
    font-size: 30px;
  }
  .stat-number {
    font-size: 32px;
  }
}

.stat-number sup {
  font-size: 18px;
  top: -0.6em;
  position: relative;
  margin-left: 2px;
}

.course-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}
.course-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.course-img {
  height: 260px;
  object-fit: cover;
}

.course-badge {
  background: #28a5a8;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.course-feature i {
  color: #28a5a8;
  margin-right: 6px;
}

.course-btn {
  background: #28a5a8;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
}
.course-btn:hover {
  background: #239295;
}

.level-intermediate {
  background: #0f766e; /* darker teal */
}

.level-advanced {
  background: linear-gradient(45deg, #c9a227, #e6c75a);
  color: #000;
}

.section-wave {
  position: relative;
  line-height: 0;
  margin-top: -1px;
}

.section-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

.wave-light {
  fill: #239295;
}

.wave-white {
  fill: goldenrod;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #28a5a8;
}

.stars i {
  color: #ffc107;
  margin: 0 2px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}


.testimonial-card{
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  position:relative;
  transition:0.3s;
}
.testimonial-card:hover{
  transform:translateY(-6px);
}

.quote-icon{
  font-size:32px;
  color:#28a5a8;
}

.testimonial-text{
  font-size:15px;
  margin:15px 0 20px;
  color:#444;
}

.testimonial-user{
  display:flex;
  align-items:center;
  gap:12px;
}

.testimonial-user img{
  width:55px;
  height:55px;
  border-radius:50%;
  object-fit:cover;
}

.carousel-indicators [data-bs-target]{
  background:#28a5a8;
  width:10px;
  height:10px;
  border-radius:50%;
}
.card:hover {
    transform: translateY(-6px);
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}



