/* Navbar */
/* ================= NAVBAR ================= */

.custom-navbar {
  background: #ffffff;
  padding: 18px 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.logo-img {
  height: 80px;
  margin-right: 10px;
  width: 100%;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #0f172a;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #2563eb;
}
/* Body 2  */
 body {
            background-color: #f8f9fa;
        }
        .hero {
            background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55));
             color: #fff;
            padding: 110px 20px;
            /* url("https://images.unsplash.com/photo-1551288049-bebda4e38f71") center/cover no-repeat; */
           
        }
        .hero h1 {
            font-weight: 700;
        }
        .section-title {
            font-weight: 700;
            margin-bottom: 20px;
        }
        .card-custom {
            border: none;
            border-radius: 16px;
            box-shadow: 0 6px 24px rgba(0,0,0,0.08);
            /* height: 100%; */
        }
  
        .card-custom:hover{
          background-color: #0d6efd;
          color:white;
          text-decoration: none;
        
        }
        .icon {
            font-size: 28px;
            color: #0d6efd;
            margin-bottom: 10px;
        }
        .image-box img {
            border-radius: 16px;
            width: 70%;
        }
        .cta {
            background: #0d6efd;
            color: #fff;
            border-radius: 16px;
            padding: 50px 30px;
            text-align: center;
        }
     

/* Body  */
body {
  font-family: 'Inter', sans-serif;
  color: #0f172a;
}

.hero-section {
  background: #f1f5f9;
  padding: 90px 0;
}

.badge-offer {
  color: #16a34a;
  font-weight: 600;
}

.hero-title {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0;
}

.hero-subtitle {
  font-size: 18px;
  color: #475569;
  margin-bottom: 30px;
  text-align: justify;
}

.search-box {
  position: relative;
  max-width: 420px;
}

.search-box input {
  width: 100%;
  padding: 16px 55px 16px 20px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.search-box button {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.hero-features {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  font-weight: 500;
}

.hero-img {
  max-width: 100%;
}

.trusted-section {
  padding: 60px 0;
}

.trusted-logos img {
  height: 40px;
  margin: 0 15px;
}

.courses-section {
  padding: 90px 0;
  background: #f8fafc;
}

.course-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.course-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-body {
  padding: 20px;
}

.course-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.course-footer a {
  text-decoration: none;
  font-weight: 600;
  color: #2563eb;
}

.why-section {
  padding: 80px 0;
}

.why-card i {
  font-size: 32px;
  color: #2563eb;
  margin-bottom: 15px;
}

.footer {
  background: #020617;
  color: #fff;
  padding: 25px 0;
}



/* Course Page  */
.page-header {
  background: #f1f5f9;
  padding: 80px 0;
}

.page-header h1 {
  font-size: 40px;
  font-weight: 700;
}

.filter-section {
  padding: 30px 0;
  background: #fff;
}

.filter-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
/* Pricing */
  .pricing-header {
            text-align: center;
            padding: 60px 20px;
        }
        .pricing-header h1 {
            font-weight: 700;
        }
        .pricing-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            height: 100%;
        }
        .pricing-card h4 {
            font-weight: 600;
        }
        .pricing-card ul {
            padding-left: 18px;
        }
        .pricing-card ul li {
            margin-bottom: 10px;
        }
        .note-box {
            background: #ffffff;
            border-left: 5px solid #0d6efd;
            padding: 20px;
            border-radius: 8px;
            margin-top: 40px;
        }

        /* About  */
        .about-header {
            text-align: center;
            padding: 70px 20px;
            background-color: #ffffff;
        }
        .about-header h1 {
            font-weight: 700;
        }
        .about-header p {
            color: #6c757d;
            margin-top: 15px;
            font-size: 1.1rem;
        }
        .about-section {
            padding: 60px 20px;
        }
        .about-card {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 6px 24px rgba(0,0,0,0.08);
            padding: 25px;
            margin-bottom: 10px;
        }
        .about-card h4 {
            font-weight: 600;
            margin-bottom: 15px;
        }
        .about-card ul li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        .keywords-box {
            margin-top: 30px;
            background: #e9f1ff;
            padding: 20px;
            border-radius: 12px;
            color: #0d6efd;
            font-weight: 500;
        }
      /* Contact Us  */

      .contact-header {
            background: linear-gradient(135deg, #0d6efd, #0a58ca);
            color: #fff;
            padding: 60px 0;
            text-align: center;
        }
        .contact-card {
            background: #fff;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            height: 100%;
        }
        .form-control, .form-select {
            border-radius: 6px;
        }
        .contact-info i {
            color: #0d6efd;
            font-size: 20px;
            margin-right: 10px;
        }
        .map-frame {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        /* Testimonial CSS */

        .testimonial-header {
            background: linear-gradient(135deg, #0d6efd, #0a58ca);
            color: #fff;
            padding: 60px 0;
            text-align: center;
        }
        .testimonial-card {
            background: #fff;
            border-radius: 14px;
            padding: 25px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.08);
            height: 100%;
        }
        .testimonial-card p {
            font-style: bold;
            color: #555;
            text-align: justify;
        }
        .stars i {
            color: #ffc107;
        }
        .student-name {
            font-weight: 600;
            margin-top: 15px;
        }
        .student-role {
            font-size: 14px;
            color: #6c757d;
        }

        /* Read More  */
  
  

/* Testimonial */

.testimonial-card {
    max-width: 900px;
    background: #ffffff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
}

.testimonial-card h6 {
    font-weight: 600;
    color: #0d6efd;
}
.carousel-indicators [data-bs-target] {
    background-color: #0d6efd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #084298;
}

/* SOCIAL  MEDIA */

.contact-social {
    margin-top: 20px;
}

.contact-social h5 {
    margin-bottom: 12px;
    font-weight: 600;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Platform Colors */
.social-link.linkedin { background: #0A66C2; }
.social-link.facebook { background: #1877F2; }
.social-link.instagram { 
    background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, #fd5949 45%, 
    #d6249f 60%, #285AEB 90%);
}

/* Hover Effect */
.social-link:hover {
    transform: translateY(-4px);
    opacity: 0.9;
}
