

/* ================= TOP BAR ================= */
.topbar{
background:#050543;
padding:6px 0;
font-size:14px;
cursor: pointer;
color: #fbf6f6;
text-decoration: none;
}

.noline
{
  text-decoration: none;
  color: white;
}

/* ================= NAVBAR ================= */
.navbar{
background:#fff;
box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

.nav-link{
color:#000 !important;
font-weight:500;
cursor: pointer;
}

.nav-link:hover{
color:#0d6efd !important;
}

.btn-login{
background:#ee8906;
color:#f7f7f7;
padding:6px 16px;
border-radius:6px;
}
/* ================= HERO SWIPER ================= */
.swiper{
height:40vh;
}

.swiper-slide{
display:flex;
align-items:center;
position:relative;
color:#fff;
}

.slide1{background:linear-gradient(135deg,#050a95,#010d25);}
.slide2{background:linear-gradient(135deg,#790383,#011730);}
.slide3{background:linear-gradient(135deg,#05ae54,#023817);}
.slide4{background:linear-gradient(135deg,#950505,#010d25);}
.slide5{background:linear-gradient(135deg,#07cccc,#011730);}
.slide6{background:linear-gradient(135deg,#95ae05,#023817);}


.title{
font-size:50px;
font-weight:500;
 font-family:'Poppins',sans-serif;
}

.subtitle{
font-size:22px;
 font-family:'Poppins',sans-serif;
}

.slide-img{
max-height:420px;
}

/* ================= COURSES ================= */
.courses-top{
margin-top:-60px;
position:relative;
z-index:10;
}
.card i
{
  margin-right: 8px;
  color: #000;
}

.course-card{
border-radius: 10px;
box-shadow:0 4px 12px rgba(13, 13, 13, 0.966);
overflow:hidden;
transition:.3s;
width: 300px;
}

.course-card:hover{
transform:translateY(-5px);
}

.g1{background:linear-gradient(135deg,#667eea,#21033f);}
.g2{background:linear-gradient(135deg,#ff512f,#2f0116);}
.g3{background:linear-gradient(135deg,#36d1dc,#04163d);}
.g4{background:linear-gradient(135deg,#8ba40c,#1e033a);}
.g5{background:linear-gradient(135deg,#ef7b64,#491d02);}
.g6{background:linear-gradient(135deg,#6877f9,#021338);}
.g7{background:linear-gradient(135deg,#667eea,#764ba2);}
.g8{background:linear-gradient(135deg,#05a54a,#017426);}
.g9{background:linear-gradient(135deg,#9547f3,#230271);}
.g10{background:linear-gradient(135deg,#f01313,#5c0101);}
.g11{background:linear-gradient(135deg,#e625b6,#560128);}
.g12{background:linear-gradient(135deg,#f85d6a,#3c010c);}
.g13{background:linear-gradient(135deg,#f9ff55,#4e4e01);}
.g14{background:linear-gradient(135deg,#04d566,#02472d);}
.g15{background:linear-gradient(135deg,#be3f4a,#420d17);}
.g16{background:linear-gradient(135deg,#5dd1f8,#01363c);}
.g150{background:linear-gradient(135deg, #6e96d5, #0d47a1);}
.g151{background:linear-gradient(135deg, #e6bd83, #f57c00);}

.course-card .g1,
.course-card .g2,
.course-card .g3,
.course-card .g4,
.course-card .g5,
.course-card .g6,
.course-card .g7,
.course-card .g8,
.course-card .g9,
.course-card .g10,
.course-card .g11,
.course-card .g12,
.course-card .g13,
.course-card .g14,
.course-card .g15,
.course-card .g16,
.course-card .g150,
.course-card .g151
{
   
height:150px;
display:flex;
align-items:center;
justify-content:center;

}
.a
{
  margin-left: 20px;
  font-size: medium;
  color: white;
   font-family:'Poppins',sans-serif;
}
.btn-primary
{
  color: white !important;
  text-decoration: none;
}
.course-card img{
height:130px;


}
.card{
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover{
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* ================= FIX: COURSE CARD RESPONSIVE ================= */

/* Remove fixed width issue */
.course-card{
  width: 100% !important;
  max-width: 100% !important;
}

/* Tablet fix (2 cards per row) */
@media (max-width: 991px) {

  .courses-top .col-md-3,
  .courses-top .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

}

/* Mobile fix (1 card per row) */
@media (max-width: 576px) {

  .courses-top .col-md-3,
  .courses-top .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

}

/* Row spacing fix */
.courses-top .row{
  row-gap: 20px;
}

/* Better shadow (avoid overlap look) */
.course-card{
  box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

/* Fix image scaling */
.course-card img{
  max-width: 100%;
  object-fit: contain;
}

/* Button responsive (mobile stack) */
@media (max-width: 576px){
  .d-flex.gap-2{
    flex-direction: column;
  }

  .d-flex.gap-2 .btn{
    width: 100% !important;
  }
}
/* ---------- Tablet slide img (768px – 991px) ---------- */
@media (max-width:991px){

  .slide-img{
  max-height:300px;
  margin:20px auto 0 auto;
  display:block;
}
}

/* Responsive */
@media(max-width:768px){
.title{font-size:32px;
margin-top: 50px;}
.subtitle{font-size:16px;}
.swiper{height:65vh;}
}
/* ================= RESPONSIVE BREAKPOINTS ================= */

/* ---------- Large Desktop (1400px+) ---------- */
@media (min-width:1400px){
  .swiper{
    height:60vh;
  }
  .title{
    font-size:60px;
  }
  .subtitle{
    font-size:24px;
  }
  .slide-img{
    max-height:480px;
  }
}

/* ---------- Laptop (992px – 1399px) ---------- */
@media (max-width:1399px) and (min-width:992px){
  .swiper{
    height:80vh;
  }
  .title{
    font-size:48px;
  }
  .slide-img{
    max-height:400px;
  }
}

/* ---------- Tablet (768px – 991px) ---------- */
@media (max-width:991px){

  .swiper{
    height:auto;
    padding:0;
  }

  .swiper-slide{
    flex-direction:column;
    text-align:center;
  }

  .title{
    font-size:36px;
    margin-top: 50px;
  }

  .subtitle{
    font-size:18px;
  }
  .courses-top{
    margin-top:0;
  }

}

/* ---------- Mobile (Below 768px) ---------- */
@media (max-width:767px){

  .topbar{
    font-size:10px;
    text-align:center;
  }

  .navbar{
    padding:10px;
  }

  .title{
    font-size:28px;
    margin-top: 50px;
  }

  .subtitle{
    font-size:15px;
  }

  .swiper{
    height:auto;
    padding:0;
  }
.slide.d-flex{
    flex-direction:column;
    gap:12px;
  }

  .slide-img{
    max-height:220px;
    align-items: center;
  }

  .course-card{
    margin-bottom:20px;
  }

  .course-card img{
    height:125px;
  }
  

}
.advantages-section {
  padding: 80px 20px;
  background: #0b0f1a;
  text-align: center;
  color: white;
}

.sub-title {
  color: #00c6ff;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 14px;
}

.main-title {
  font-size: 36px;
  margin-bottom: 50px;
}

.main-title span {
  color: #00c6ff;
}

/* 🔥 GRID LAYOUT (Better than flex for responsive) */
.advantages-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 🔥 5 equal columns */
  gap: 20px;
  max-width: 1400px;
  margin: auto;
}


.adv-card {
  padding: 30px 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, #111827, #1f2937);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
  transition: 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(0,198,255,0.3);
}

.adv-card h3 {
  font-size: 28px;
  color: #00c6ff;
  margin-bottom: 10px;
}

.adv-card p {
  font-size: 14px;
  color: #ccc;
}

/* 📱 Mobile Adjustments */
@media (max-width: 768px) {
  .main-title {
    font-size: 26px;
  }

  .adv-card {
    padding: 25px 15px;
  }
}
.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 15px;
  background: rgba(0,198,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #00c6ff;
  transition: 0.3s;
}

.adv-card:hover .icon-box {
  background: #00c6ff;
  color: white;
}
/* Tablet */
@media (max-width: 1024px) {
  .advantages-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .advantages-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ===============================
   PREMIUM CTA SECTION
================================= */

.premium-cta {
  padding: 100px 0px;
  background: radial-gradient(circle at 20% 30%, #1e3c72, #0f2027 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.premium-container {
  max-width: 900px;
  text-align: center;
  padding: 60px 40px;
  border-radius: 25px;
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 0 60px rgba(0,198,255,0.25);
  color: white;
}

.premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(0,198,255,0.15);
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 25px;
}

.premium-container h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.premium-container h2 span {
  background: linear-gradient(90deg,#00c6ff,#00ffcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium-container p {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 35px;
}

.premium-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Glow Button */
.btn-glow {
  padding: 14px 35px;
  background: linear-gradient(90deg,#00c6ff,#0072ff);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
  box-shadow: 0 0 20px rgba(0,198,255,0.6);
}

.btn-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 35px rgba(0,198,255,0.9);
}

/* Glass Button */
.btn-glass {
  padding: 14px 35px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.4);
  text-decoration: none;
  color: white;
  backdrop-filter: blur(10px);
  transition: 0.4s;
}

.btn-glass:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
  .premium-container {
    padding: 40px 25px;
  }

  .premium-container h2 {
    font-size: 28px;
  }

  .premium-container p {
    font-size: 16px;
  }

  .premium-buttons {
    flex-direction: column;
  }

  .btn-glow,
  .btn-glass {
    width: 100%;
    text-align: center;
  }
}
.premium-testimonials{
  padding:100px 20px;
  background:linear-gradient(135deg,#0f172a,#111827);
  position:relative;
  overflow:hidden;
}

.testimonial-container{
  max-width:1200px;
  margin:auto;
}

.testimonial-heading{
  text-align:center;
  margin-bottom:60px;
}

.testimonial-heading h2{
  font-size:clamp(28px,4vw,42px);
  font-weight:800;
  background:linear-gradient(90deg,#7c3aed,#06b6d4);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.testimonial-heading p{
  color:#94a3b8;
  margin-top:10px;
}

.testimonial-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  backdrop-filter:blur(18px);
  border-radius:24px;
  padding:35px 25px;
  text-align:center;
  transition:all .4s ease;
  box-shadow:0 25px 60px rgba(0,0,0,.5);
}

.testimonial-card:hover{
  transform:translateY(-12px) scale(1.03);
  border-color:#7c3aed;
}

.testimonial-img{
  width:95px;
  height:95px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:18px;
  border:3px solid #7c3aed;
}

.testimonial-card h4{
  font-weight:700;
  margin-bottom:4px;
}

.testimonial-card span{
  font-size:13px;
  color:#94a3b8;
}

.stars{
  color:#facc15;
  margin:12px 0;
}

.testimonial-card p{
  font-size:15px;
  color:#cbd5e1;
  line-height:1.6;
}

.swiper-pagination-bullet{
  background:#64748b;
  opacity:1;
}

.swiper-pagination-bullet-active{
  background:linear-gradient(90deg,#7c3aed,#06b6d4);
}
/* ===============================
   PREMIUM FOOTER
================================= */

.premium-footer {
  background: radial-gradient(circle at 20% 30%, #1e3c72, #0f2027 60%);
  color: white;
  padding-top: 80px;
  margin-top: 0px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
}

/* Logo */
.logo {
  font-size: 28px;
  background: linear-gradient(90deg,#00c6ff,#00ffcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-col h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-col h4 {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-col ul li a {
  text-decoration: none;
  color: rgba(255,255,255,0.8);
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #00c6ff;
  padding-left: 5px;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #00c6ff;
  transform: translateY(-4px);
}

/* Contact */
.contact-info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-info i {
  color: #00c6ff;
  margin-top: 3px;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  opacity: 0.7;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-info li {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
  }
}