 
.top-bar {
    color: white;
    font-size: 14px;
  }
  .top-bar a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
  }
  .top-bar a:hover {
    text-decoration: underline;
  }
  .navbar .nav-link {
    color: #000; /* Black text for contrast */
  }
  .navbar .nav-link:hover {
    color: #d91a1a; /* Red text on hover */
  }
  .navbar-brand img {
    height: 40px; /* Adjust logo size */
  }
  /* Styling the main container */
  .edu-box {
    width: 100%;
    height: 500px;
    background: url('slide.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #dc3545;
  }

  .edu-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 2, 2, 0.133); /* Black overlay with 50% transparency */
    z-index: 1; /* Ensures the overlay is above the background */
  }

  /* Ensure content inside .edu-box appears above the overlay */
  .edu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 2; /* Ensures the content is above the overlay */
  }


  /* Bubble Animation */
  .bubble {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: float 6s infinite ease-in-out;
  }

  .bubble:nth-child(1) { width: 50px; height: 50px; left: 5%; animation-duration: 6s; }
  .bubble:nth-child(2) { width: 30px; height: 30px; left: 15%; animation-duration: 7s; animation-delay: 1s; }
  .bubble:nth-child(3) { width: 70px; height: 70px; left: 25%; animation-duration: 4s; animation-delay: 2s; }
  .bubble:nth-child(4) { width: 40px; height: 40px; left: 35%; animation-duration: 6s; animation-delay: 3s; }
  .bubble:nth-child(5) { width: 60px; height: 60px; left: 45%; animation-duration: 8s; animation-delay: 1s; }
  .bubble:nth-child(6) { width: 80px; height: 80px; left: 55%; animation-duration: 5s; animation-delay: 0.5s; }
  .bubble:nth-child(7) { width: 50px; height: 50px; left: 65%; animation-duration: 7s; animation-delay: 1.5s; }
  .bubble:nth-child(8) { width: 40px; height: 40px; left: 75%; animation-duration: 6s; animation-delay: 2s; }
  .bubble:nth-child(9) { width: 90px; height: 90px; left: 85%; animation-duration: 8s; animation-delay: 0.5s; }
  .bubble:nth-child(10) { width: 30px; height: 30px; left: 95%; animation-duration: 5s; animation-delay: 1s; }

  @keyframes float {
    0% { bottom: -100px; transform: translateX(0); }
    50% { transform: translateX(20px); }
    100% { bottom: 500px; transform: translateX(-20px); }
  }

  /* Centered Content */
  .edu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  }

  .edu-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid white;
  }

  .edu-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .edu-content .search-box {
    max-width: 600px;
    margin: 0 auto;
  }
  .custom-card {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .custom-card .icon {
    font-size: 40px;
    color: #5c5c5c;
    margin-bottom: 10px;
  }

  .custom-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
  }

  .custom-card p {
    font-size: 14px;
    color: #666666;
  }

  .custom-card:hover {
    background: #dc3545;
    color: #ffffff;
    transform: translateY(-5px);
  }

  .custom-card:hover .icon {
    color: #ffffff;
  }

  .custom-card:hover h3,
  .custom-card:hover p {
    color: #ffffff;
  }
  .expertise-section {
    background-color: #f9f9f9;
    padding: 60px 0;
  }
  .expertise-title {
    font-size: 2rem;
    font-weight: bold;
    color: #00274d;
  }
  .expertise-highlight {
    color: #ff4b5c;
  }
  .expertise-badge {
    background-color: #ffebec;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    color: #ff4b5c;
  }
  .language-icon {
    max-width: 80px;
    transition: transform 0.3s;
  }
  .language-icon:hover {
    transform: scale(1.1);
  }
  .divider {
    width: 50px;
    height: 4px;
    background-color: #ff4b5c;
    margin: 10px auto;
  }
  .features-section {
    background-color: #f8f9fa;
    padding: 60px 0;
  }
  .feature-icon {
    font-size: 2.5rem;
    color: #ff4b5c;
  }
  .feature-title {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .timeframe-section {
    background-color: #ff4b5c; /* Blue background */
    color: #fff; /* White text */
    padding: 60px 0;
  }
  .timeframe-box {
    background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent box */
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  .timeframe-box:hover {
    transform: translateY(-10px);
  }
  .timeframe-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .timeframe-description {
    font-size: 0.9rem;
  }
  .vision-mission-section {
    padding: 60px 0;
  }
  .vision-box, .mission-box {
    border-radius: 8px;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
  }
  .vision-box {
    background-color: #007bff; /* Blue background */
  }
  .mission-box {
    background-color: #ff4b5c; /* Red background */
  }
  .right-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .card , .card-header , .card-body {
    border-radius: 0px;
  }
  .navbar-nav .nav-link {
    font-family: 'Fira Sans', Arial, sans-serif; /* Use Fira Sans first, fall back to Arial */

  }
  .contact-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .contact-card i {
    font-size: 36px;
    color: #dc3545; /* Customize the icon color */
    margin-bottom: 10px;
    }
    .contact-card h5 {
    font-weight: bold;
    margin-bottom: 10px;
    }
    .contact-info {
  padding: 30px;
  text-align: left;
}
.contact-info h2 {
  font-weight: bold;
  color: #2c3e50;
}
.contact-info p {
  color: #7a7a7a;
  margin-bottom: 20px;
}
.contact-info .social-icons a {
  color: #333;
  margin-right: 15px;
  font-size: 20px;
}
.contact-form {
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-form .btn-submit {
  color: #fff;
  border: none;
}
.stats-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.stats-section {
  display: flex;
  justify-content: space-around;
}
.stats-text {
  max-width: 600px;
  margin: auto;
}
/* Center the content and add a subtle shadow */
.feature-card {
  border: none;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
/* Card hover effect */
.feature-card:hover {
  transform: translateY(-10px);
}
/* Rounded images at the top */
.feature-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}
/* Card container spacing */
.feature-section {
  margin-top: 40px;
}
.course-grid {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 15px; /* Reduced spacing between items */
}
.course-grid:hover {
  transform: scale(1.03);
}
/* Info box styling */
.info-box {
  position: absolute;
  top: 0;
  left: 105%; /* Position to the right of the course item */
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: none;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}
.course-grid:hover + .info-box {
  display: block;
}
.suggestions-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.suggestion-item:hover {
  background: #f8f9fa;
  color: #007bff;
}
