body {
    font-family: Arial, sans-serif;
}

/* Top Bar */
.top-bar {
    background-color: #0d6efd;
    color: white;
    font-size: 14px;
    padding: 6px 0;
}

/* Navbar */
.navbar-brand {
    font-weight: bold;
    font-size: 22px;
}

.nav-link {
    font-weight: 500;
    transition: 0.3s;
}

.nav-link:hover {
    color: #0d6efd !important;
}

/* Enroll Button */
.btn-primary {
    border-radius: 25px;
    padding: 6px 18px;
}

/* Logo Styling */
.logo {
    height: 50px;
    width: auto;
}
/* Hero Section */
#hero {
    position: relative;
}

.hero-img {
    height: 90vh;
    object-fit: cover;
}

.hero-content {
    bottom: 30%;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: bold;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Dark overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
/* Modern About Section */
.about-modern {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transition: 0.4s ease;
}

.image-wrapper img {
    width: 100%;
    border-radius: 20px;
}

.image-wrapper:hover {
    transform: translateY(-10px);
}

/* Glass Content Box */
.content-box {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.small-title {
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
}

.content-box h2 {
    font-weight: bold;
    margin: 15px 0;
}

.content-box p {
    opacity: 0.9;
}

/* Stats */
.stat-box h3 {
    font-weight: bold;
    font-size: 28px;
}

.stat-box p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}

/* Button */
.content-box .btn-dark {
    border-radius: 30px;
    padding: 10px 25px;
}

/* Courses Section */
.courses-section {
    background: #f8f9fa;
}

.section-title {
    font-weight: bold;
    font-size: 36px;
}

.section-subtitle {
    color: #666;
    margin-top: 10px;
}

/* 3D Card */
.course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.course-card:hover {
    transform: rotateY(8deg) rotateX(8deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Image */
.course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content */
.course-content {
    padding: 20px;
}

.course-info h5 {
    font-weight: bold;
    font-size: 14px;   /* Change this value */
}

.course-content p {
    font-size: 14px;
    color: #555;
}

.read-more {
    text-decoration: none;
    font-weight: 600;
    color: #0d6efd;
    transition: 0.3s;
}

.read-more:hover {
    letter-spacing: 1px;
}

/* 3D Courses Section */
.courses-3d {
    background: #f8f9fa;
}

.courses-3d .section-title {
    font-size: 36px;
    font-weight: bold;
}

.courses-3d .carousel-container {
    position: relative;
    width: 100%;
    height: 420px;
    perspective: 1200px;
    margin-top: 40px;
}

#courseCarousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.course-item {
    position: absolute;
    width: 280px;
    height: 360px;
    left: 50%;
    top: 50%;
    margin: -180px 0 0 -140px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    transition: transform 1s;
}

.course-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.course-info {
    padding: 15px;
    text-align: center;
}

.course-info h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.course-info p {
    font-size: 14px;
    color: #555;
}

.course-info a {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 600;
}

/* Controls */
.courses-3d .carousel-controls {
    position: absolute;
    width: 100%;
    bottom: -70px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Premium Section - Blue Theme */
.why-premium {
    padding: 100px 0;
    background: linear-gradient(135deg, #0d47a1, #1565c0, #1e88e5);
    color: white;
    position: relative;
    overflow: hidden;
}

/* Glass Content */
.premium-content {
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    animation: fadeInLeft 1.2s ease;
}

.premium-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.premium-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #e3f2fd;
}

/* Buttons */
.premium-buttons {
    margin-top: 25px;
}

.btn-glow, .btn-outline-glow, .btn-call {
    display: inline-block;
    padding: 10px 22px;
    margin-right: 10px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease;
}

/* Primary Blue Button */
.btn-glow {
    background: #ffffff;
    color: #1565c0;
    box-shadow: 0 0 15px rgba(255,255,255,0.6);
}

.btn-glow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255,255,255,0.9);
}

/* Outline Button */
.btn-outline-glow {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-outline-glow:hover {
    background: #ffffff;
    color: #1565c0;
}

/* Call Button */
.btn-call {
    background: #42a5f5;
    color: white;
    box-shadow: 0 0 15px rgba(66,165,245,0.8);
}

.btn-call:hover {
    transform: scale(1.08);
}

/* Floating Cards */
.floating-cards {
    position: relative;
    height: 350px;
}

.card-box {
    position: absolute;
    background: rgba(255,255,255,0.15);
    padding: 20px 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    animation: float 4s infinite ease-in-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.card-box:nth-child(1) {
    top: 30px;
    left: 50px;
}

.card-box:nth-child(2) {
    top: 150px;
    right: 60px;
}

.card-box:nth-child(3) {
    bottom: 20px;
    left: 120px;
}

/* Animations */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}
// Duplicate logos for smooth infinite scroll
document.querySelectorAll(".logo-track").forEach(track => {
    const clone = track.innerHTML;
    track.innerHTML += clone;
});//

/* ============================= */
/* STUDENTS WORK SECTION - WHITE */
/* ============================= */

.students-work {
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

.students-work h2 {
    color: #0d47a1;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.students-work h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #1565c0;
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* Logo Row */
.logo-row {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

/* Logo Track */
.logo-track {
    display: flex;
    width: max-content;
    gap: 40px;
}

/* Logo Card */
.logo-card {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 12px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.logo-card img {
    max-height: 60px;
    max-width: 140px;
    object-fit: contain;
    transition: 0.4s ease;
}

/* Hover Effect */
.logo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(21, 101, 192, 0.2);
}

/* Scroll Animations */
.scroll-left {
    animation: scrollLeft 25s linear infinite;
}

.scroll-right {
    animation: scrollRight 25s linear infinite;
}

/* Pause on hover */
.logo-row:hover .logo-track {
    animation-play-state: paused;
}

/* Keyframes */
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
/* ============================= */
/* WHY MODERN SECTION */
/* ============================= */

.why-modern {
    padding: 100px 0;
    background: #f8f8f8;
}

.why-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0d47a1;
}

.why-header p {
    color: #666;
    margin-top: 10px;
}

/* Grid Layout */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
}

/* Left Image */
.why-left img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: 0.4s;
}

.why-left img:hover {
    transform: scale(1.05);
}

/* Right Cards */
.why-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.why-right1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.why-card {
    background: #f8fbff;
    padding: 25px;
    border-radius: 15px;
    transition: 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    /*opacity: 10;*/
    transform: translateY(30px);
}

.why-card h4 {
    color: #1565c0;
    margin-bottom: 10px;
    font-size: 18px;
}

.why-card p {
    font-size: 14px;
    color: #555;
}

/* Hover Effect */
.why-card:hover {
    background: #1565c0;
    color: white;
    transform: translateY(-10px);
}

.why-card:hover h4,
.why-card:hover p {
    color: white;
}

/* Animation Active */
.why-modern.show .why-card {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 480px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-right {
        grid-template-columns: 1fr;
    }
}
/* ============================= */
/* FAQ + CONTACT SECTION */
/* ============================= */

.faq-contact {
    padding: 100px 0;
    background: #f8fbff;
}

.faq-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* LEFT FAQ SIDE */
.faq-side h2,
.contact-side h2 {
    font-size: 28px;
    color: #1565c0;
    margin-bottom: 30px;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 18px;
    transition: 0.3s;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 20px 20px;
}

/* RIGHT CONTACT FORM */
.contact-side {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #1565c0;
    box-shadow: 0 0 8px rgba(21,101,192,0.3);
    outline: none;
}

.contact-btn {
    width: 100%;
    padding: 12px;
    background: #1565c0;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #0d47a1;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 480px) {
    .faq-contact-wrapper {
        grid-template-columns: 1fr;
    }
    .contact-side {
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

}

/* ============================= */
/* BLOG SECTION */
/* ============================= */

.blog-section {
    padding: 100px 0;
    background: #ffffff;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1565c0;
}

.blog-header p {
    color: #666;
    margin-top: 10px;
}

/* Grid Layout */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Blog Card */
.blog-card {
    background: #f8fbff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(21,101,192,0.15);
}

/* Image */
.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

/* Content */
.blog-content {
    padding: 25px;
}

.blog-date {
    font-size: 13px;
    color: #1565c0;
    font-weight: 600;
}

.blog-content h4 {
    font-size: 18px;
    margin: 12px 0;
    color: #222;
}

.blog-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Button */
.blog-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 25px;
    background: #1565c0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s ease;
}

.blog-btn:hover {
    background: #0d47a1;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
.footer {
  background: linear-gradient(135deg, #001f4d, #003d99);
  color: #fff;
  padding: 60px 20px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.qr-box img,
.msme-box img {
  width: 150px;
  margin-top: 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.qr-box img:hover,
.msme-box img:hover {
  transform: scale(1.05);
}

.footer-col h3 {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.footer-col h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #00c6ff;
  display: block;
  margin-top: 8px;
  border-radius: 5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ddd;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #00c6ff;
  padding-left: 5px;
}

/* Review Card */
.review-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}

.review-card:hover {
  transform: translateY(-8px);
}

.review-card img {
  width: 140px;
  margin: 15px 0;
}

.review-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #00c6ff;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.review-btn:hover {
  background: #fff;
}

/* Bottom Bar */
.footer-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
}

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #25D366;
  color: #fff;
  font-size: 22px;
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
.enroll-btn {
  background: #0066ff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.enroll-btn:hover {
  background: #0044cc;
}

/* POPUP */
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 5% auto;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  animation: fadeIn 0.4s ease;
}

.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
}

.popup-content input,
.popup-content select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #0066ff;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn:hover {
  background: #0044cc;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {transform: translateY(-20px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
.enroll-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0066ff, #00c6ff);
}

.container {
  max-width: 1200px;
  margin: auto;
}

.enroll-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

/* LEFT CONTENT */
.enroll-content {
  flex: 1;
  color: #fff;
}

.enroll-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.enroll-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.enroll-content ul {
  list-style: none;
  padding: 0;
}

.enroll-content ul li {
  margin-bottom: 10px;
}

/* FORM */
.enroll-form {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.enroll-form input,
.enroll-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.enroll-form input:focus,
.enroll-form select:focus {
  border-color: #0066ff;
  outline: none;
}

.enroll-form button {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #0066ff, #00c6ff);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.enroll-form button:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .enroll-wrapper {
    flex-direction: column;
  }

  .enroll-content h2 {
    font-size: 28px;
  }

  .enroll-form {
    flex: 100%;
    width: 100%;
    padding: 20px; /* fixed */
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    margin-top: 15px;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
  .enroll-form {
    padding: 15px;
    border-radius: 12px;
    box-shadow: none;
  }
}

/*About us */
.ether-modern-section {
  background: #ffffff;
  padding: 120px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.ether-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT SIDE */
.ether-left {
  flex: 1;
  position: sticky;
  top: 120px;
}

.ether-left h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.ether-left span {
  color: #0066ff;
}

.vertical-line {
  width: 4px;
  height: 80px;
  background: #0066ff;
  margin-top: 30px;
  border-radius: 4px;
}

/* RIGHT SIDE */
.ether-right {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ether-right p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  position: relative;
  padding-left: 25px;
}

/* Blue accent dot */
.ether-right p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #0066ff;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 480px) {
  .ether-container {
    flex-direction: column;
    gap: 50px;
  }

  .ether-left {
    position: relative;
    top: 0;
  }

  .ether-left h2 {
    font-size: 34px;
  }
}
.course-overview-section {
  padding: 100px 8%;
  background: #ffffff;
}

.overview-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.overview-content {
  flex: 1.2;
  min-width: 320px;
}

.overview-content h2 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #0d47a1;
  position: relative;
}

.overview-content h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #1565c0;
  display: block;
  margin-top: 10px;
}

.content-scroll {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 15px;
}

.content-scroll p {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

/* Custom Scrollbar */
.content-scroll::-webkit-scrollbar {
  width: 6px;
}
.content-scroll::-webkit-scrollbar-thumb {
  background: #1565c0;
  border-radius: 10px;
}

/* RIGHT SIDE FORM */
.overview-form {
  flex: 0.8;
  min-width: 300px;
  background: #f8fbff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: sticky;
  top: 100px;
  animation: slideIn 1s ease forwards;
}

.overview-form h3 {
  margin-bottom: 20px;
  color: #0d47a1;
}

.overview-form input,
.overview-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.overview-form textarea {
  height: 100px;
  resize: none;
}

.overview-form button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(45deg, #1565c0, #0d47a1);
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.overview-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(21,101,192,0.3);
}

/* Animation */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media(max-width: 992px) {
  .overview-wrapper {
    flex-direction: column;
  }

  .overview-form {
    position: relative;
    top: 0;
  }

  .content-scroll {
    max-height: none;
  }
}
.why-choose-modern {
  padding: 100px 8%;
  background: #ffffff;
}

.container-modern {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.choose-left, .skills-right {
  flex: 1;
  min-width: 320px;
}

.choose-left h2,
.skills-right h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #0d47a1;
}

/* Feature Cards */
.feature-card {
  background: #f8fbff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border-left: 4px solid #1565c0;
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(21,101,192,0.2);
}

/* Skill Boxes */
.skill-box {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  transition: 0.3s;
}

.skill-box:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.skill-box h4 {
  margin-bottom: 8px;
}

/* Responsive */
@media(max-width: 992px){
  .container-modern {
    flex-direction: column;
  }
}
.intro-scope-modern {
  padding: 100px 8%;
  background: #f9fbff;
}

.modern-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.modern-card {
  flex: 1;
  min-width: 320px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.modern-card h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #0d47a1;
}

.modern-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.modern-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* Highlight gradient card */
.highlight-card {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
}

.highlight-card h2 {
  color: #fff;
}

.highlight-card p {
  color: rgba(255,255,255,0.9);
}

/* Responsive */
@media(max-width: 992px) {
  .modern-wrapper {
    flex-direction: column;
  }
}
.auto-batch-section {
  padding: 100px 8%;
  background: #f4f9ff;
}

.auto-title {
  text-align: center;
  font-size: 38px;
  color: #0d47a1;
  margin-bottom: 70px;
}

.auto-batch-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 20px 40px rgba(13, 71, 161, 0.08);
  transition: 0.4s ease;
  flex-wrap: wrap;
  border-left: 6px solid #1565c0;
}

.auto-batch-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(13, 71, 161, 0.15);
}

/* Day Block */
.auto-day h3 {
  font-size: 22px;
  color: #1565c0;
  margin-bottom: 8px;
}

.auto-day span {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

/* Info */
.auto-info {
  flex: 1;
  padding: 0 30px;
}

.auto-info p {
  margin-bottom: 6px;
  color: #555;
}

/* Button */
.auto-btn {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.auto-btn:hover {
  background: #0d47a1;
}

/* Responsive */
@media(max-width: 992px) {
  .auto-batch-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .auto-info {
    padding: 20px 0;
  }
}
.fees-modern-section {
  padding: 100px 8%;
  background: linear-gradient(to bottom, #f8fbff, #ffffff);
}

.fees-header {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 70px;
}

.fees-header h2 {
  font-size: 34px;
  color: #0d47a1;
  margin-bottom: 20px;
}

.fees-header p {
  color: #555;
  line-height: 1.7;
}

.fees-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Card Style */
.fee-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.4s ease;
  position: relative;
  border-top: 4px solid #1565c0;
}

.fee-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

.fee-card h3 {
  color: #1565c0;
  margin-bottom: 15px;
}

.fee-card p {
  color: #666;
  margin-bottom: 20px;
}

.fee-card ul {
  padding-left: 18px;
  margin-bottom: 25px;
}

.fee-card ul li {
  margin-bottom: 8px;
  color: #444;
}

/* Button */
.fee-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.fee-btn:hover {
  background: #0d47a1;
}

/* Featured Card */
.featured {
  transform: scale(1.05);
  border-top: 4px solid #ffcc00;
}

.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #ffcc00;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

/* Responsive */
@media(max-width: 992px){
  .featured {
    transform: scale(1);
  }
}
.course-objectives-modern {
    padding: 100px 8%;
    background: #f8fbff;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 36px;
    color: #0d47a1;
    margin-bottom: 15px;
}

.section-header p {
    color: #555;
    font-size: 16px;
}

/* Grid Layout */
.objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card Style */
.objective-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    position: relative;
}

.objective-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Icon Number Circle */
.icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 16px;
}

.objective-card h3 {
    color: #1565c0;
    margin-bottom: 12px;
    font-size: 18px;
}

.objective-card p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

/* Responsive */
@media(max-width: 768px) {
    .course-objectives-modern {
        padding: 70px 5%;
    }
}

.career-section {
    padding: 100px 8%;
    background: #ffffff;
}

.career-header {
    text-align: center;
    margin-bottom: 70px;
}

.career-header h2 {
    font-size: 36px;
    color: #0d47a1;
    margin-bottom: 15px;
}

.career-header p {
    color: #555;
    font-size: 16px;
}

/* Grid Layout */
.career-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card Style */
.career-card {
    background: #f8fbff;
    padding: 35px;
    border-radius: 18px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.career-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    background: #ffffff;
}

.career-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.career-card h3 {
    color: #1565c0;
    margin-bottom: 12px;
    font-size: 18px;
}

.career-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

/* Growth Banner */
.career-growth {
    margin-top: 70px;
    padding: 40px;
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

.career-growth h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.career-growth p {
    font-size: 15px;
    line-height: 1.7;
}

/* Responsive */
@media(max-width: 768px) {
    .career-section {
        padding: 70px 5%;
    }
}
.syllabus-section {
  padding: 100px 8%;
  background: #f8fbff;
}

.syllabus-header {
  text-align: center;
  margin-bottom: 50px;
}

.syllabus-header h2 {
  font-size: 36px;
  color: #0d47a1;
  margin-bottom: 10px;
}

.syllabus-header p {
  color: #555;
}

.syllabus-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: #e3f2fd;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
}

.tab-content {
  display: none;
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  padding-left: 20px;
}

.tab-content ul li {
  margin-bottom: 10px;
  color: #444;
}

.meta-ui-section{
  background:#f5f6f8;
  padding:60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.meta-ui-container{
  max-width:1150px;
  margin:auto;
  display:flex;
  gap:40px;
}

/* LEFT */
.meta-ui-left{
  flex:2;
}

.enroll-btn{
  display:inline-block;
  background:#f4b400;
  color:#000;
  font-weight:600;
  padding:10px 18px;
  border-radius:6px;
  text-decoration:none;
  margin-bottom:18px;
}

.section-title{
  font-size:22px;
  font-weight:700;
  color:#2b2b2b;
  margin-bottom:18px;
}

/* Skill Cards */
.skills-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.skill-item{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  padding:14px 16px;
  border-radius:8px;
  border:1px solid #e2e6ef;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
  font-size:14px;
  color:#333;
}

.skill-icon{
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e9f1ff;
  border-radius:6px;
  font-size:14px;
}

/* RIGHT */
.meta-ui-right{
  flex:1;
}

.enquiry-form{
  background:#ffffff;
  padding:22px;
  border-radius:14px;
  border:1px solid #e6e9f2;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  position:sticky;
  top:100px;
}

.enquiry-form h3{
  font-size:18px;
  margin-bottom:16px;
  color:#333;
}

.enquiry-form input,
.enquiry-form select{
  width:100%;
  padding:11px 12px;
  margin-bottom:12px;
  border-radius:6px;
  border:1px solid #d9deea;
  font-size:14px;
  background:#f9fafc;
}

.enquiry-form button{
  width:100%;
  padding:12px;
  border:none;
  border-radius:6px;
  background:#2f5dbf;
  color:#fff;
  font-weight:600;
  cursor:pointer;
}

.enquiry-form button:hover{
  background:#244aa0;
}

/* Responsive */
@media(max-width:992px){
  .meta-ui-container{
    flex-direction:column;
  }
  .enquiry-form{
    position:relative;
    top:auto;
  }
}
.contact-modern {
  font-family: 'Segoe UI', sans-serif;
  background: #f4f7fc;
}

/* LAYOUT */
.cm-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}

/* LEFT */
.cm-left h2,
.cm-right h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #1d2b4f;
}

.cm-sub {
  color: #6b7280;
  margin-bottom: 30px;
}

.cm-info-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cm-info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.cm-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg,#4f46e5,#3b82f6);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.cm-info-item h4 {
  margin: 0 0 5px;
  color: #111827;
}

.cm-info-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

/* RIGHT FORM */
.cm-right {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.cm-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.cm-form input,
.cm-form select,
.cm-form textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  width: 100%;
}

.cm-form textarea {
  resize: none;
}

.cm-form button {
  background: linear-gradient(135deg,#4f46e5,#3b82f6);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.cm-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(79,70,229,0.3);
}

/* MAP */
.cm-map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .cm-container {
    grid-template-columns: 1fr;
  }
  .cm-row {
    grid-template-columns: 1fr;
  }
}
.thankyou-section{
    background: linear-gradient(90deg,#eef2ff,#f6f7fb);
    padding:80px 0;
    font-family: 'Poppins', sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.thankyou-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.thankyou-text h1{
    font-size:48px;
    color:#2f5fa7;
    margin-bottom:20px;
    font-weight:700;
}

.thank-msg{
    font-size:22px;
    margin-bottom:15px;
}

.thankyou-text p{
    font-size:18px;
    color:#333;
    margin-bottom:10px;
}

.thanks{
    font-weight:600;
    margin-top:10px;
}

.home-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 28px;
    background:#2f5fa7;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    transition:0.3s;
}

.home-btn:hover{
    background:#1c3f75;
}

.thankyou-image img{
    width:420px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

@media(max-width:900px){

.thankyou-grid{
    flex-direction:column;
    text-align:center;
}

.thankyou-image img{
    width:100%;
}

.thankyou-text h1{
    font-size:36px;
}

}

.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #2866b8 !important;
}

