:root {
  --primary: #f59e0b;
  --dark: #111827;
  --text: #4b5563;
  --white: #ffffff;
}

/* SEO Friendly Font */
body {
  font-family: "Inter", sans-serif;
  padding-top: 90px;
  overflow-x: hidden;
}

/* Navbar */
.custom-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 14px 0;
  transition: 0.4s;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.logo {
  height: 60px;
  width: auto;
}

/* Nav Links */
.navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  padding: 12px 18px !important;
  position: relative;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: var(--primary);
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
  width: 50%;
}

/* Mega Menu */
.mega-menu {
  width: 850px;
  padding: 30px;
  border-radius: 24px;
  margin-top: 18px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.menu-heading {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 18px;
}

/* Links */
.mega-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-radius: 16px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
  color: var(--dark);
}

.mega-link:hover {
  background: #fff7ed;
  transform: translateX(6px);
}

.mega-link h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.mega-link p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

/* Banner */
.menu-banner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  min-height: 320px;
}

.menu-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.menu-banner:hover img {
  transform: scale(1.08);
}

.banner-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: white;
}

.banner-content span {
  background: var(--primary);
  padding: 6px 12px;
  border-radius: 50px;
  width: max-content;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* CTA */
.contact-btn {
  background: linear-gradient(135deg, #f59e0b, #ff7b00);

  color: white;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
  transition: 0.3s;
}

.contact-btn:hover {
  transform: translateY(-3px);
  color: white;
}

.dropdown-menu {
  border: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  display: block;
  transition: 0.3s;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 991px) {
  .logo {
    height: 50px;
  }

  .mega-menu {
    width: 100%;
    padding: 15px;
    box-shadow: none;
    margin-top: 10px;
  }

  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    transform: none;
  }

  .dropdown-menu.show {
    display: block;
  }

  .menu-banner {
    display: none;
  }

  .contact-btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
/* =========================
   HERO SECTION
========================= */

.hero {
  padding: 100px 0;
  background: linear-gradient(135deg, #fff8e8 0%, #ffffff 100%);
  overflow: hidden;
}

/* Badge */

.hero-badge {
  background: #ffc107;
  color: #222;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1rem;
  display: inline-block;
}

/* Heading */

.hero-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #212529;
  margin-bottom: 1.25rem;
}

/* Description */

.hero-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #6c757d;
  max-width: 550px;
}

/* Buttons */

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-buttons .btn {
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero-buttons .btn-warning:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(247, 166, 28, 0.35);
}

.hero-buttons .btn-outline-dark:hover {
  transform: translateY(-3px);
}

/* Image */

.hero-image-wrapper {
  position: relative;
  display: inline-block;
}

.hero-image-wrapper::before {
  content: "";
  position: absolute;
  inset: -15px;
  background: linear-gradient(135deg, #f6e2b3, #f7a61c);
  border-radius: 32px;
  z-index: 0;
  /* opacity: 0.15; */
}

.hero-image {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  margin-bottom: -15px;
  /* transition: all 0.4s ease; */
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

.hero-image:hover {
  /* transform: translateY(-10px); */
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .hero {
    padding: 80px 0;
    text-align: center;
  }

  .hero-description {
    margin: 0 auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    max-width: 90%;
    margin-top: 10px;
  }
  .hero-image-wrapper {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .hero {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 1rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
  }
}

/* DOTS */
.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.carousel-indicators .active {
  background-color: var(--primary);
}

/* ARROWS */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: #111;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* MOBILE */

/* Carousel Controls - Visible */
.carousel-control-prev,
.carousel-control-next {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 18px 18px;
  filter: invert(1);
}

/* Hover */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--primary);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 44px;
    height: 44px;
  }
}

/* PROGRAM CARDS */

/* FEATURES */
.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* FOOTER */
.footer {
  background: #111;
  color: #fff;
  padding: 20px 0;
}

/* SECTION */
.academy-why-section {
  background: radial-gradient(circle at top left, #fff6df, #ffffff);
  padding: 80px 0;
}

/* HEADER */
.why-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
}

.why-header p {
  font-size: 16px;
  color: #6b7280;
  margin-top: 6px;
}

/* CARD */
.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.why-card h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.why-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

/* ICON */
.why-icon {
  width: 48px;
  height: 48px;
  background: #ffb703;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 22px;
  color: #fff;
}

/* IMAGE PANEL */
.image-panel {
  background: #ffffff;
  padding: 20px;
  border-radius: 24px 0 0 24px;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  align-items: center;
}

.image-panel img {
  width: 100%;
  border-radius: 16px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .image-panel {
    border-radius: 24px;
    margin-top: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }

  .why-header {
    text-align: center;
  }
}

.card-custom {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.card-custom:hover {
  transform: translateY(-6px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #000;
}
:root {
  --primary: #ff9800;
  --dark: #111827;
  --text: #6b7280;
}

/* ===========================
   WHY CHOOSE SECTION
=========================== */

.academy-why-section {
  padding: 100px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 152, 0, 0.15),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255, 152, 0, 0.08),
      transparent 30%
    ),
    #fff;
  overflow: hidden;
}

.why-header h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}

.why-header p {
  font-size: 1.1rem;
  color: var(--text);
}

/* CARD */

.why-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  position: relative;

  border: 1px solid rgba(255, 152, 0, 0.08);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);

  transition: 0.4s;
}

.why-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 60px rgba(255, 152, 0, 0.18);
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, #ff9800, #ffc107);
}

/* ICON */

.why-icon {
  width: 65px;
  height: 65px;

  border-radius: 18px;

  background: linear-gradient(135deg, #ff9800, #ffc107);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 26px;

  margin-bottom: 18px;

  box-shadow: 0 15px 30px rgba(255, 152, 0, 0.25);
}

.why-card h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
}

.why-card p {
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 0;
}

/* IMAGE */

.image-panel {
  background: #fff;
  padding: 20px;
  border-radius: 40px 0 0 40px;

  box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.08);

  position: relative;
}

.image-panel img {
  width: 100%;
  border-radius: 28px;
  transition: 0.6s;
}

.image-panel:hover img {
  transform: scale(1.03);
}

/* ===========================
   MENTORS
=========================== */

.mentors-visual {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff, #fffaf2);
}

.mentor-glass {
  background: #fff;

  border-radius: 28px;
  padding: 30px;

  height: 100%;

  text-align: center;

  border: 1px solid rgba(255, 152, 0, 0.08);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);

  transition: 0.4s;
}

.mentor-glass:hover {
  transform: translateY(-12px);

  box-shadow: 0 25px 70px rgba(255, 152, 0, 0.18);
}

/* IMAGE */

.mentor-img-wrap {
  width: 140px;
  height: 140px;
  margin: auto;
  position: relative;
}

.mentor-img-wrap::before {
  content: "";
  position: absolute;
  inset: -6px;

  background: linear-gradient(135deg, #ff9800, #ffc107);

  border-radius: 50%;
  z-index: 0;
}

.mentor-img-wrap img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;

  object-fit: cover;

  border-radius: 50%;
  border: 5px solid #fff;
}

/* NAME */

.mentor-glass h5 {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.mentor-tag {
  display: inline-block;
  background: #fff4df;
  color: #ff9800;

  padding: 8px 15px;
  border-radius: 50px;

  font-size: 0.85rem;
  font-weight: 600;

  margin-bottom: 15px;
}

.mentor-glass p {
  color: #6b7280;
  line-height: 1.7;
}

/* SOCIAL */

.mentor-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.mentor-icons a {
  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: #fff7eb;
  color: #ff9800;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  transition: 0.3s;
}

.mentor-icons a:hover {
  background: #ff9800;
  color: #fff;
  transform: translateY(-4px);
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 992px) {
  .academy-why-section,
  .mentors-visual {
    padding: 70px 0;
  }

  .why-header {
    text-align: center;
  }

  .image-panel {
    margin-top: 40px;
    border-radius: 30px;
  }

  .mentor-img-wrap {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .why-card {
    padding: 24px;
  }

  .mentor-glass {
    padding: 24px;
  }

  .why-header h2 {
    font-size: 2rem;
  }
}
.success-section {
  padding: 100px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 152, 0, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255, 152, 0, 0.08),
      transparent 30%
    ),
    #faf8f5;

  overflow: hidden;
}

/* Header */

.success-header {
  text-align: center;
  margin-bottom: 60px;
}

.success-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #fff;
  color: #ff9800;
  font-weight: 600;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.success-header h2 {
  margin-top: 20px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 800;
  color: #111;
}

.success-header p {
  color: #666;
  font-size: 1.2rem;
}

/* Slider */

.success-slider {
  overflow: hidden;
  position: relative;
}

.success-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scroll 160s linear infinite;
}

.success-track:hover {
  animation-play-state: paused;
}

/* Card */

.student-card {
  width: 280px;

  background: #fff;

  border-radius: 30px;

  padding: 30px 20px;

  text-align: center;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

  transition: 0.4s;
}

.student-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 60px rgba(255, 152, 0, 0.25);
}

/* Image */

.student-image {
  width: 170px;
  height: 170px;

  margin: auto;

  border-radius: 50%;

  overflow: hidden;

  margin-bottom: 20px;

  border: 6px solid #f5f5f5;
}

.student-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name */

.student-card h4 {
  font-size: 1.5rem;
  font-weight: 700;

  margin-bottom: 10px;

  color: #111;
}

/* Company */

.company-name {
  color: #ff9800;

  font-size: 1.2rem;
  font-weight: 700;

  margin-bottom: 20px;
}

/* Rating */

.rating {
  color: #ffb400;

  font-size: 24px;

  letter-spacing: 5px;
}

/* Footer */

.success-footer {
  margin-top: 70px;

  background: #fff;

  border-radius: 30px;

  padding: 35px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.stat-item {
  text-align: center;
}

.stat-item h3 {
  font-size: 2rem;
  font-weight: 800;
}

.stat-item span {
  color: #666;
}

.auto-scroll-text {
  margin-top: 25px;

  text-align: center;

  color: #ff9800;

  font-weight: 600;
}

/* Infinite Scroll */

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Mobile */

@media (max-width: 768px) {
  .student-card {
    width: 240px;
  }

  .student-image {
    width: 130px;
    height: 130px;
  }

  .success-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-header h2 {
    font-size: 2.5rem;
  }
}

.success-footer {
  margin-top: 70px;

  background: #fff;

  border-radius: 32px;

  padding: 35px 25px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

  position: relative;
}

/* Divider */

.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 18px;

  position: relative;
}

.stat-item:not(:last-child)::after {
  content: "";

  position: absolute;

  right: -15px;
  top: 50%;

  transform: translateY(-50%);

  width: 1px;
  height: 55px;

  background: #ececec;
}

/* Icon */

.stat-icon {
  width: 60px;
  height: 60px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #fff4df, #fff9ee);

  color: #ff9800;

  font-size: 28px;

  box-shadow: 0 10px 25px rgba(255, 152, 0, 0.15);
}

/* Numbers */

.stat-item h3 {
  margin: 0;

  font-size: 2rem;
  font-weight: 800;

  color: #111;
}

.stat-item span {
  display: block;

  color: #666;

  font-size: 0.95rem;

  margin-top: 2px;
}

/* Hover */

.stat-item:hover .stat-icon {
  transform: translateY(-4px);

  transition: 0.3s;
}

/* Mobile */

@media (max-width: 768px) {
  .success-footer {
    grid-template-columns: 1fr 1fr;

    gap: 25px;
  }

  .stat-item::after {
    display: none;
  }

  .stat-icon {
    width: 50px;
    height: 50px;

    font-size: 22px;
  }

  .stat-item h3 {
    font-size: 1.5rem;
  }
}
.stat-icon {
  position: relative;
}

.stat-icon::before {
  content: "";
  position: absolute;

  width: 70px;
  height: 70px;

  background: #ff9800;

  opacity: 0.12;

  border-radius: 50%;

  filter: blur(18px);

  z-index: -1;
}

.cardx h4 {
  text-align: center;
}

.cardx {
  transition: all 0.3s ease;
}

.cardx:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta {
  background: var(--light);
}

.section {
  padding: 80px 0;
}

.card-custom {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: none;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(0 0 0 / 9%), #00000000);
  color: #fff;
  padding: 30px;
}

.badge-brand {
  background: var(--primary);
  color: #000;
}

.compare-table {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.check {
  width: 26px;
  height: 26px;
  background: #2ecc71;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.campus-card img {
  border-radius: 16px;
}

.contact-box {
  background: linear-gradient(135deg, #ffe082, #ffecb3);
  border-radius: 22px;
  padding: 50px;
}

/* CAMPUS CARDS */
.campus-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: none;
  transition: 0.4s ease;
}

.campus-card:hover {
  transform: translateY(-8px);
}

.img-wrap {
  overflow: hidden;
}

.campus-card img {
  transition: transform 0.6s ease;
}

.campus-card:hover img {
  transform: scale(1.08);
}

/* Scroll animation */
.animate {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* EDU BANNER */
.edu-banner {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.55)),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  padding: 60px 40px;
  color: #fff;
}

/* Title */
.banner-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}

.banner-title span {
  color: var(--primary);
}

/* List */
.banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #f3f4f6;
}

.banner-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 700;
}

/* Icon */
.banner-icon {
  width: 180px;
  height: 180px;
  background: rgba(248, 248, 248, 0.08);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  color: var(--primary);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .edu-banner {
    padding: 40px 25px;
  }

  .banner-title {
    font-size: 26px;
  }
}

/* EARN SECTION */
.earn-section {
  background: linear-gradient(180deg, #fffaf0, #ffffff);
}

/* Points */
.earn-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.earn-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.earn-icon {
  width: 54px;
  height: 54px;
  background: var(--light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.earn-item h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.earn-item p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
}

/* Visual Card */
.earn-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.earn-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Overlay */
.earn-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.earn-overlay h5 {
  font-weight: 800;
  margin-bottom: 4px;
}

.earn-overlay p {
  font-size: 14px;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .earn-card img {
    height: 320px;
  }
}

/* LIFE SHOWCASE */
.life-showcase {
  background: radial-gradient(circle at top left, #fff6df, #ffffff);
}

/* IMAGE STACK */
.image-stack {
  position: relative;
}

.img-main {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

/* Floating Images */
.img-float {
  position: absolute;
  width: 260px;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.img-float.one {
  bottom: -40px;
  left: -40px;
}

.img-float.two {
  top: -40px;
  right: -40px;
}

.image-stack:hover .img-float {
  transform: translateY(-12px) scale(1.05);
}

/* INFO */
.life-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.life-box {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.life-box:hover {
  transform: translateX(6px);
}

.life-box span {
  font-size: 30px;
}

.life-box h6 {
  font-weight: 800;
  margin-bottom: 4px;
}

.life-box p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
}

/* MOBILE */
@media (max-width: 991px) {
  .img-float {
    display: none;
  }
}

.admission-section {
  background: radial-gradient(circle at top, #fff7e6, #ffffff);
}

/* Eligibility Card */
.admission-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.admission-card.highlight {
  border-left: 6px solid var(--primary);
}

.eligibility-item {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 15px;
}

.eligibility-item span {
  font-size: 26px;
}

/* Parent Note */
.note-box {
  background: var(--light);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14px;
  margin-top: 20px;
}

/* Steps */
.admission-flow {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.step {
  display: flex;
  gap: 18px;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
  transition: 0.35s ease;
}

.step:hover {
  transform: translateX(8px);
}

.step-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #000;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content h6 {
  font-weight: 800;
  margin-bottom: 4px;
}

.step-content p {
  font-size: 14px;
  color: #6b7280;
}

/* Mobile */
@media (max-width: 768px) {
  .admission-card {
    padding: 28px;
  }
}

.academy-footer {
  position: relative;
  padding: 80px 0 60px;
  background: radial-gradient(circle at top left, #2a2a35, #0f0f14);
  color: #e5e5e5;
  overflow: hidden;
}

.form-colors {
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #f9a825;
}

/* Yellow wave */
.academy-footer::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #ff9900;
  border-radius: 100% 100% 0 0;
}

/* Titles */
.footer-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-subtitle {
  color: #bfbfbf;
  margin-bottom: 25px;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Career list */
.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-list i {
  color: #ff9900;
  font-size: 22px;
  margin-top: 5px;
}

.footer-list h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-list p {
  font-size: 14px;
  color: #cfcfcf;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-links li a {
  color: #cfcfcf;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links i {
  color: #ff9900;
  margin-right: 6px;
}

/* Contact */
.footer-contact {
  margin-top: 20px;
  line-height: 33px;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-contact i {
  color: #ff9900;
  margin-right: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  font-size: 14px;
}

.footer-bottom p {
  color: #9ca3af;
}

/* Policy Links */
.footer-policy {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 18px;
}

.footer-policy li a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-policy li a:hover {
  color: #ffb703;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-policy {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Button */
.contact-btn {
  margin-top: 15px;
  background: #ff9900;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
}

.contact-btn:hover {
  background: #ffcc4d;
  color: #000;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 180, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9900;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background: #ff9900;
  color: #000;
  transform: translateY(-4px);
}

.faq-section {
  background: #ffffff;
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.faq-subtitle {
  color: #666;
  font-size: 16px;
}

.faq-accordion .accordion-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid #eee;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: #111;
  padding: 18px 20px;
  background: #fff;
}

.btn-warning {
  background-color: #ff9900;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #ff9900;
  background: #fff;
}

.faq-accordion .accordion-button::after {
  background-size: 18px;
}

.faq-accordion .accordion-body {
  color: #555;
  line-height: 1.7;
  padding: 20px;
}

/* ALUMNI SECTION */
.alumni-section {
  background: linear-gradient(180deg, #ffffff, #f9fafb);
}

/* Slider Container */
.alumni-slider {
  overflow: hidden;
  position: relative;
}

/* Track */
.alumni-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

/* Pause on hover */
.alumni-slider:hover .alumni-track {
  animation-play-state: paused;
}
.alumni-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Heading */

.alumni-section h2 {
  font-weight: 800;
  line-height: 1.2;
}

/* Stats */

.stats-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  border: 1px solid #f2f2f2;
}

.stats-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 153, 0, 0.15);
}

.stats-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.stats-card h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff9900;
  margin-bottom: 5px;
}

.stats-card p {
  margin: 0;
  color: #666;
  font-weight: 500;
}

/* Slider */

.alumni-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.alumni-slider::before,
.alumni-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.alumni-slider::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.alumni-slider::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.alumni-track {
  display: flex;
  gap: 25px;
  animation: scroll 25s linear infinite;
}

.alumni-logo {
  flex-shrink: 0;
  width: 180px;
  height: 100px;
  background: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.alumni-logo:hover {
  transform: translateY(-6px);
}

.alumni-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .stats-card h3 {
    font-size: 1.8rem;
  }

  .alumni-logo {
    width: 140px;
    height: 80px;
  }
}
/* Logo Card */
.alumni-logo {
  background: #fff;
  border-radius: 16px;
  padding: 20px 30px;
  min-width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px #ff9800;
  transition: 0.3s ease;
}

.alumni-logo img {
  max-height: 66px;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: 0.3s ease;
}

.alumni-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .alumni-logo {
    min-width: 10px;
    height: 25px;
  }
}

.mentors-visual {
  background: radial-gradient(circle at top, #fef3c7, #ffffff 55%);
}

/* Glass Card */
.mentor-glass {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 28px 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  transition: 0.45s ease;
  position: relative;
  overflow: hidden;
}
.navbar-collapse {
  transform: translateY(-10px);
  /* opacity: 0; */
}
navbar-nav {
  margin-left: 593px !important;
  margin-bottom: -26px;
}
.navbar-collapse.show {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 82px;
    left: 0;
    z-index: 999;
  }
}
.mentor-glass::before {
  content: "";
  position: absolute;
  /* inset: 0; */
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 193, 7, 0.25),
    transparent
  );
  opacity: 0;
  transition: 0.4s;
}

.mentor-glass:hover::before {
  opacity: 1;
}

.mentor-glass:hover {
  transform: translateY(-14px) scale(1.02);
}

/* Image */
.mentor-img-wrap {
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #facc15, #f97316);
}

.mentor-img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Tag */
.mentor-tag {
  text-align: center;
  margin-bottom: 16px;
  display: inline-block;
  margin-top: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #111827;
  border-radius: 50px;
}

/* Icons */
.mentor-icons {
  margin-top: 16px;
}

.mentor-icons i {
  font-size: 18px;
  margin: 0 6px;
  cursor: pointer;
  color: #374151;
  transition: 0.3s;
}

.mentor-icons i:hover {
  color: var(--primary);
  transform: translateY(-3px);
}

/* SECTION BACKGROUND */
.success-cream-section {
  background: #fff7e6;
  padding: 80px 0;
}

/* Heading */
.success-title {
  font-size: 42px;
}

.success-subtitle {
  color: #6b7280;
  font-size: 18px;
  margin-top: 10px;
  max-width: 520px;
}

/* Image */
.success-img {
  width: 140px;
  height: 140px;
  border-radius: 18px;
  object-fit: cover;
  border: 4px solid #fbbf24;
}

/* Text */
.success-text {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 18px;
}

.success-course {
  font-size: 14px;
  color: #6b7280;
}

/* Badge */
.success-badge {
  display: inline-block;
  margin-top: 12px;
  background: #fbbf24;
  color: #111;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
}

/* Dots */
.success-dots {
  bottom: -40px;
}

.success-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
  opacity: 0.25;
}

.success-dots .active {
  background: #fbbf24;
  opacity: 1;
}

/* Arrows */
#successStoryCarousel .carousel-control-prev,
#successStoryCarousel .carousel-control-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#successStoryCarousel .carousel-control-prev-icon,
#successStoryCarousel .carousel-control-next-icon {
  filter: invert(1);
}

/* Mobile */
@media (max-width: 768px) {
  .success-img {
    width: 110px;
    height: 110px;
  }

  #successStoryCarousel .carousel-control-prev,
  #successStoryCarousel .carousel-control-next {
    display: none;
  }
}

/* Founder Section */
.founder-section {
  background: #fff7e6;
  /* same cream theme */
}

/* Tag */
.section-tag {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
}

/* Title */
.section-title {
  font-size: 38px;
  font-weight: 800;
  color: #111;
}

.section-title span {
  color: #ffb703;
}

/* =========================
   MOBILE HERO DESIGN
========================= */

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}

/* course page  */
/* for program page aage chalakardelete krna parega */
.our-program-title {
  color: #ff9900;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

.program-card {
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 2px dotted #ff9900;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 3px;
  margin: auto;
  display: inline-block;
}

.image-containers {
  position: relative;
}

.program-image {
  border-radius: 12px;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.program-overlay {
  padding: 30px;
}
.price-tag {
  position: absolute;
  bottom: 00px;
  right: 0px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  /* border-radius: 5px; */
  font-weight: bold;
  text-align: right;
}

.program-content {
  padding: 15px;
}

.program-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.program-duration {
  color: #666;
  margin-bottom: 20px;
}

/* bca all  page */
.card1 {
  border: 1px solid transparent;
  /* border-image: linear-gradient(to right, #000000, #c89116) 1; */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding-left: 25px;
}

.job_percentage {
  background-color: #ff9900;
  float: right;
  margin-top: -5%;
  width: 230px;
  border-radius: 0px;
}

.job_percentage {
  width: 270px;
}

.star-text {
  color: #ff9900;
}

.time {
  color: #565a5f;
}

.timo2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 5%;
}

.Eligibility {
  flex: 1;
  padding: 10px;
}

.bca-program-card {
  background: white;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #ff9900;
  transition: all 0.4s ease-out;
  cursor: pointer;
  height: 100%;
}

.bca-program-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.bca-program-card ul {
  padding-left: 0;
  list-style: none;
}

.bca-program-card ul li {
  padding: 8px 0;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
}

/* Icon Before List */
.bca-program-card ul li::before {
  content: "✔";
  color: #ff9900;
  font-weight: bold;
  margin-right: 10px;
}

/* Hover Animation */
.bca-program-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  background: linear-gradient(to bottom, #fffaf2, #ffffff);
}

.mission-title {
  color: #ff9900;
}

.bca-feature-card {
  background: white;
  padding: 28px 20px;
  border-radius: 18px;
  border-top: 5px solid #ff9900;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-out;
  cursor: pointer;
  height: 100%;
}

.bca-feature-card h5 {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  color: #222;
}

.bca-feature-card p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  line-height: 1.5;
}

/* Hover Effect */
.bca-feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  background: linear-gradient(to bottom, #fffaf2, #ffffff);
}

/* Icon Hover Animation */
.bca-feature-card:hover .icon-box {
  background: #ff9900;
  color: white;
  transform: rotate(8deg) scale(1.05);
}

.career-card {
  background: white;
  padding: 35px 25px;
  border-radius: 18px;
  border-top: 5px solid #ff9900;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-out;
  cursor: pointer;
  height: 100%;
}

.career-card h5 {
  font-weight: 700;
  margin-top: 18px;
  font-size: 20px;
  color: #222;
}

.career-card p {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
}

/* Icon Circle */
.career-icon {
  width: 70px;
  height: 70px;
  background: #fff3e0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  font-size: 32px;
  color: #ff9900;
  transition: all 0.4s ease-out;
}

/* Hover Effect */
.career-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  background: linear-gradient(to bottom, #fffaf2, #ffffff);
}

/* pdsc page csss */
.tech-stack-item {
  height: 200px;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.tech-stack-item img {
  max-width: 50px;
  margin-bottom: 10px;
}

.tech-stack-item h6 {
  font-size: 16px;
  margin: 0;
}

.tech-stack-item p {
  margin-top: 2%;
  font-size: 13px;
  color: #716b6b;
}

.popup {
  position: fixed;
  top: 20px;
  /* right: 20px; */
  padding: 15px 25px;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  display: none;
  z-index: 9999;
  animation: slideIn 0.4s ease;
}

.success {
  background-color: #28a745;
}

.error {
  background-color: #dc3545;
}

/* for sccoll and read more logic */
.founder-img {
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s;
}

.founder-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.section-title span {
  color: #f4a000;
  font-weight: 700;
}

.badge-brand {
  background: #ff9900;
  color: #000;
}

.readBtn {
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.why-section {
  background: #f8f9fa;
}

.mission-title {
  font-size: 14px;
  font-weight: 600;
  color: #f4a000;
  letter-spacing: 2px;
}

.future-control-title {
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
}

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  transition: all 0.35s ease;

  height: 100%;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Hover Animation */

.feature-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* subtle border highlight */

.feature-card::before {
  content: "";

  position: absolute;

  width: 0%;

  height: 4px;

  background: #f4a000;

  left: 0;

  top: 0;

  transition: 0.4s;
}

.feature-card:hover::before {
  width: 100%;
}

.main-box {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.left-section {
  padding: 10px 15px 0;
}
.right-section {
  position: relative;
  min-height: 700px;
  /* background: linear-gradient(
          120deg,
          #fff 0%,
          #fff 48%,
          #ff6a00 48%,
          #ff6a00 100%
        ); */
  border-radius: 0 18px 18px 0;
  overflow: hidden;
}
.top-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 2px solid #ff7a00;
  border-radius: 40px;
  font-weight: 700;
  font-size: 12px;
}
.bcaHeading {
  font-size: 41px;
  font-weight: 800;
  line-height: 1.08;
  margin: 25px 0 0;
}
.orange {
  color: #ff6a00;
}
.line {
  width: 95px;
  height: 6px;
  background: #ff6a00;
  border-radius: 8px;
  margin: 12px 0 22px;
}
.feature-text {
  display: flex;
  gap: 20px;
  margin-bottom: 26px;
}
.icon-box {
  width: 77px;
  height: 65px;
  background: #f9f0e8;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #ff6a00;
  flex-shrink: 0;
}
.feature-text p {
  font-size: 18px;
  line-height: 1.5;
}
.text-muted {
  font-size: 14px !important;
}
.stats-card,
.bottom-features {
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 10px;
  background: #fff;
}
.stats-card .item {
  border-right: 1px solid #ddd;
}
.stats-card .item:last-child,
.bottom-features .item:last-child {
  border: none;
}
.circle {
  width: 50px;
  height: 50px;
  background: #fcf4ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7a00;
  font-size: 30px;
  margin: auto auto 10px;
}
.bcaYears {
  font-size: 16px;
}
.enquire {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 25px 0;
}
.btn-custom {
  background: linear-gradient(90deg, #ff6a00, #ff8a00);
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 18px;
}
.btn-custom span {
  background: #111;
  padding: 14px 18px;
  border-radius: 0 12px 12px 0;
  margin-left: 20px;
  display: inline-block;
}
.future {
  font-size: 26px;
  font-family: cursive;
  color: #111;
}
.future b {
  color: #ff6a00;
}
.student {
  position: absolute;
  top: 0;
  left: -75px;
  height: 760px;
  z-index: 2;
}
.orange-circle {
  position: absolute;
  left: 20px;
  top: 90px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 122, 0, 0.5);
}
.orange-circle::after {
  content: "";
  position: absolute;
  inset: 90px;
  background: #ff9800;
  border-radius: 50%;
}
.bottom-features {
  margin-top: 2px;
}
.bottom-features .item {
  border-right: 1px solid #ddd;
  padding: 0 20px;
}
.bottom-features h5 {
  font-weight: 700;
  font-size: 14px;
}
.bottom-features p {
  font-size: 14px;
  color: #444;
  margin: 0;
}
@media (max-width: 991px) {
  .main-box {
    padding: 20px 15px;
    border-radius: 16px;
  }
  .left-section {
    padding: 10px;
  }
  .bcaHeading {
    font-size: 36px;
    line-height: 1.15;
  }
  .feature-text {
    gap: 12px;
    margin-bottom: 18px;
  }
  .feature-text p {
    font-size: 16px;
    line-height: 1.4;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 12px;
  }
  .right-section {
    min-height: auto;
    margin-top: 20px;
    border-radius: 18px;
    /* background: #ff6a00; */
    padding: 20px 10px;
    text-align: center;
  }
  .orange-circle {
    display: none;
  }
  .student {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .enquire {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .future {
    font-size: 22px;
  }
  .stats-card {
    padding: 15px 10px;
  }
  .stats-card .item,
  .bottom-features .item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
  }
  .stats-card .item:last-child,
  .bottom-features .item:last-child {
    border-bottom: none;
  }
  .bottom-features {
    margin-top: 20px;
    padding: 15px 10px;
  }
}
@media (max-width: 576px) {
  .main-box {
    padding: 15px 10px;
    border-radius: 12px;
  }
  .top-tag {
    font-size: 11px;
    padding: 8px 12px;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .bcaHeading {
    font-size: 28px;
    margin-top: 18px;
  }
  .line {
    width: 70px;
    height: 4px;
    margin: 8px 0 18px;
  }
  .feature-text {
    gap: 10px;
    margin-bottom: 16px;
  }
  .feature-text p {
    font-size: 14px;
    margin: 0;
  }
  .icon-box {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
  .circle {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .text-muted {
    font-size: 11px !important;
  }
  .bcaYears {
    font-size: 14px;
  }
  .btn-custom {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
  .btn-custom span {
    padding: 10px 14px;
    margin-left: 10px;
  }
  .future {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .student {
    width: 100%;
    max-width: 260px;
  }
  .bottom-features h5 {
    font-size: 13px;
  }
  .bottom-features p {
    font-size: 12px;
  }
}
