    body {
      font-family: 'Segoe UI', sans-serif;
    }

    .top-header {
      padding: 20px 0;
    }

    .top-header .email i,
    .top-header .call i {
      color: orange;
      font-size: 1.2rem;
      margin-right: 8px;
    }

    .nav-section {
      background-color: #0f172b;
      padding: 15px 0;
    }

    .nav-section a.nav-link {
      color: white;
      margin: 0 15px;
      font-weight: 500;
    }

    .nav-section a.nav-link.active {
      color: orange;
    }

    .search-box input {
      border: none;
      border-radius: 30px;
      padding: 6px 20px;
      outline: none;
    }

    .search-box {
      position: relative;
    }

    .search-box i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #555;
    }

    .btn-apply {
      background-color: orange;
      border: none;
      padding: 10px 20px;
      color: white;
      font-weight: bold;
      border-radius: 3px;
    }

    .hero-section .item {
      height: 500px;
      color: white;
      position: relative;
      background-size: cover;
      background-position: center;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .hero-content {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      color: white;
    }

    .service-box {
      padding: 2rem;
      color: white;
      text-align: center;
    }

    .bg-orange {
      background-color: #ff6f00;
    }

    .bg-darkblue {
      background-color: #0f172b;
    }

    .icon {
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .offer-box {
      padding: 2rem;
    }
    
    .bg-orange {
      background-color: #fd7e14;
    }

    .stats-section {
      position: relative;
      color: white;
    }

    .stats-overlay {
      background-color: rgba(253, 126, 20, 0.9);
      padding: 60px 0;
    }
    
    .icon-box {
      color: #fd7e14;
      font-size: 1.5rem;
    }

    .stats-section {
      position: relative;
      color: white;
    }
    
    .stats-overlay {
      background-color: rgba(253, 126, 20, 0.9);
      padding: 60px 0;
    }
    
    .icon-box {
      color: #fd7e14;
      font-size: 1.5rem;
    }
    
    .teacher-card img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }

    .teacher-card img:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    }

    .teacher-card {
      text-align: center;
      padding: 10px;
    }

    .quote-section {
      background: url(University-dought.jpg) center center/cover no-repeat;
      color: white;
    }

    .quote-overlay {
      background-color: rgba(253, 126, 20, 0.85);
      padding: 60px 0;
    }

    .card:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    }

    .stats-section {
      background: url('background.jpg') center center/cover no-repeat;
      position: relative;
      color: white;
    }
    .stats-overlay {
      background-color: rgba(253, 126, 20, 0.9);
      padding: 60px 0;
    }
    .icon-box { color: #fd7e14; font-size: 1.5rem; }
    .testimonial { max-width: 600px; margin: auto; text-align: center; }
    .footer { background: #222; color: #aaa; padding: 60px 0; }
    .footer a { color: #fff; text-decoration: none; }
    .footer a:hover { text-decoration: underline; }
    .subscribe input[type="email"] {
      border: none;
      padding: 10px;
      width: 100%;
      margin-bottom: 10px;
    }
    .subscribe button {
      background-color: #6c5ce7;
      border: none;
      color: white;
      padding: 10px;
      width: 100%;
    }
    .testimonial-carousel .carousel-inner img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
    }