.na-header .nav-link {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.na-header .nav-link.active {
  color: #0d6efd;
}

@media (max-width: 991px) {
  .na-header .navbar-brand img {
    height: 32px;
  }

  .profile-dot {
    width: 32px;
    height: 32px;
  }
}

.na-header .btn-light {
  background: #eaf2ff;
}

.profile-dot {
  width: 36px;
  height: 36px;
  background: #0d6efd;
  border-radius: 50%;
  display: inline-block;
}

.container-v1 {
  max-width: 1080px;
  margin: auto;
  padding: 30px 0;
}



@media (max-width: 600px) {
  .container-v1 {
    padding: 1.5rem 1rem;
  }

  .box {
    padding: 20px;
  }
}








.na-slider {
  background: #0b3a8f;
}

.slider-card {
  background: linear-gradient(135deg, #1f3c88, #204fa1);
  border-radius: 20px;
  padding: 40px;
  min-height: 360px;
}

.slider-card h1 {
  font-weight: 800;
  font-size: 44px;
}

.slider-card h1 span {
  color: #ffd600;
}

.small-text {
  opacity: 0.9;
  font-size: 18px;
}

.jee-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  padding: 18px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jee-box h3 span {
  color: #ffd600;
}

.student-img {
  max-height: 340px;
}

/* MOBILE */
@media (max-width: 768px) {
  .slider-card {
    padding: 25px;
    text-align: center;
  }

  .slider-card h1 {
    font-size: 30px;
  }

  .jee-box {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .student-img {
    max-height: 260px;
  }
}







/* FORCE PERFECT CIRCLE DOTS */
.carousel-indicators button,
.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  margin: 0 6px !important;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: none !important;
}

/* Active dot */
.carousel-indicators .active {
  background-color: #ffffff !important;
}

.stats-section {
  padding: 10px 0;
}

.stats-box {

  margin: auto;
  background: #ffffff;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.stat-item h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.stat-item p {
  font-size: 14px;
  font-weight: 600;
  color: #1a5cff;
  /* blue text */
  letter-spacing: 1px;
}



.slider {
  margin: 20px auto;

  padding: 25px;
  border-radius: 20px;
}





body {
  font-family: Inter, sans-serif;
  background: #f5f5f5;
}

.courses-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  margin: auto;
  box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;

}

.section-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #111;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.course-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #eef0f4;
  transition: all 0.3s ease;
}

.course-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.course-card h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 12px 0 4px;
  color: #111;
}

.course-card p {
  font-size: 13px;
  color: #7a7a7a;
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 20px;
}

.icon.blue {
  background: #eef4ff;
  color: #2563eb;
}

.icon.purple {
  background: #f3f0ff;
  color: #6d28d9;
}

.icon.yellow {
  background: #fff6e5;
  color: #f59e0b;
}

.icon.green {
  background: #e9fbf3;
  color: #10b981;
}

.icon.orange {
  background: #fff1e6;
  color: #f97316;
}







.testimonial-section {
  padding: 40px 0%;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.25);
}

.testimonial-container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.student-name {
  font-size: 36px;
  font-weight: 600;
  color: #1e5eff;
}

.student-rank {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  margin-bottom: 18px;
}

.testimonial-message {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  width: 90%;
}

.testimonial-image {

  padding: 0px;
  border-radius: 20px;
  /*  background: linear-gradient(135deg, #6bb6ff, #1e5eff);*/
  position: relative;
}


.testimonial-image img {
  width: 100%;
  border-radius: 14px;
}


.slider-buttons {
  position: absolute;
  bottom: 12px;
  right: 12px;
}


.slider-buttons button {
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
}



.testimonial-text {
  margin-top: 100px;
}

.why-choose-us {
  background: #ffffff;
  padding: 70px 0;
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
  /* bottom shadow */
}

.section-title {
  /*  text-align: center;*/
  font-weight: 600;
  margin-bottom: 24px;
}

.why-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
}

.why-card .icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 14px;
  color: #6b7280;
}


/* FULL BACKGROUND */
.success-bg {
  background: #f4f6fb;
  /* same soft grey */
  padding: 80px 0 100px;
}

/* SLIDER */
.reviewSwiper {
  margin-bottom: 60px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* REVIEW CARD */
.review-card {

  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.review-head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.blue {
  background: #3b82f6;
}

.avatar.green {
  background: #10b981;
}

.review-head h6 {
  margin: 0;
  font-size: 14px;
}

.review-head span {
  font-size: 12px;
  color: #6b7280;
}

.stars {
  color: #facc15;
  margin: 8px 0;
}

.stars.disabled {
  color: #d1d5db;
}

/* BOTTOM MINI SECTION */
.success-mini-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.plus-btn {
  position: absolute;
  left: calc(50% - 150px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-mini {
  width: 260px;
  height: 90px;
  background: #eef2f7;
  border-radius: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.latest-updates {
  padding: 60px 0;
  background: #ffffff;

  margin: auto;
}

.latest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.latest-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0a3d91;
}

.read-blog {
  font-size: 14px;
  color: #0a3d91;
  text-decoration: none;
  font-weight: 500;
}



.blog-search-wrapper {
  position: relative;
  width: 420px;
}

.blog-search {
  width: 100%;
  padding: 12px 20px 12px 44px;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  outline: none;
}


.blog-search::placeholder {
  color: #aaa;
}

/* Search Icon */
.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


.blog-thumb {
  width: 90px;
  height: 70px;
  border-radius: 10px;
  background: #f1f1f1;
  flex-shrink: 0;
}

.blog-category {
  font-size: 12px;
  color: #2f80ed;
  font-weight: 500;
}

.blog-content h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0 8px;
  color: #111;
}

.blog-meta {
  font-size: 12px;
  color: #7a7a7a;
}




/* Contact card title */
.contact-card h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 18px;
}

/* Labels */
.contact-card label {
  font-size: 11px;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 6px;
  display: block;
}

/* Inputs */
.contact-card input {
  height: 38px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-bottom: 14px;
  outline: none;
}

/* Placeholder */
.contact-card input::placeholder {
  color: #9ca3af;
  font-size: 12px;
}




.logofoot img {
  width: 135px;
}


.borbtm {
  border-bottom: 1px solid #979797;
  padding-bottom: 80px;
}

.tttoop {
  margin-top: 25px;
}


.copyright {
  margin: 35px 0px 25px 0px;
  text-align: center;
}


.copyright p {
  color: #fff;
  opacity: 60%;
  font-size: 14px;

}

.p-bottom {
  padding-bottom: 25px;
}

.p-top {
  padding-top: 47px;
}


.alignnn {
  display: inline-flex;
  align-items: center;
}

.sociall px {
  font-size: 16px;
}

.alignnn p {
  font-size: 20px;
}

.rounded-pill {
  border-radius: 10px !important;
  border: 1px solid #000;
}

.logofoot {
  padding-right: 20px;
}




.text-white label {

  color: #D1D5DC;
}

input.form-control {
  height: 50px;
}

.bbttmmm {
  margin-bottom: 35px;
}

.rihht i {
  padding-right: 20px;
}



nav.navbar.navbar-expand-lg.bg-white.shadow-sm {
  padding: 25px;
}


.na-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

div#demo {
  margin-top: 10px;
}

.carousel-inner {
  border-radius: 10px;
}


.section-titless {
  font-size: 36px;
  text-align: center;
}


.courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Tablet */
@media (max-width: 992px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
}



/* Tablet */
@media (max-width: 992px) {
  .stats-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .stats-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 16px;
  }

  .stat-item h2 {
    font-size: 22px;
  }

  .stat-item p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}





@media (max-width: 767px) {
  .d-flex {
    display: block !important;
  }

  .text-left.tttoop.small {
    text-align: center;
  }

  .testimonial-text {
    margin-top: 30px;
  }
}
















.class12 {
  background: #f5f7fb;
  padding: 20px 0;
}

.class12-banner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
}

.class12-title {
  margin: 25px 0 15px;
  font-weight: 700;
}

.box {
  background: #fff;
  border-radius: 14px;
  padding: 41px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  height: 100%;
}

.info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.small-box span {
  font-size: 18px;
  color: #3b82f6;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.small-box strong {
  font-size: 16px;
}

.program-box h6 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 22px;
  color: #155DFC;
}

.highlights ul {
  padding-left: 18px;
}

.highlights li {
  margin-bottom: 8px;
}


.class12-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 25px;
}

.class12-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 45px;
  /* line length */
  height: 3px;
  /* line thickness */
  background: #3b82f6;
  /* blue line */
  border-radius: 10px;
}


.box.about-box h5 {
  font-size: 30px;
  color: #0032A2;
}

.box.highlights h6 {
  color: #155DFC;
  font-size: 24px;
  font-weight: 600;
}


p.right {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;

}

p.right::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #eef4ff;
  color: #3b82f6;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}










.about-hero-section {

  margin: 20px auto;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Top Image Section */
.about-hero-bg {
  position: relative;
  height: 320px;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blue Overlay */
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      #0b3c8a 0%,
      rgba(11, 60, 138, 0.95) 40%,
      rgba(11, 60, 138, 0.6) 60%,
      rgba(11, 60, 138, 0.2) 75%,
      rgba(11, 60, 138, 0) 100%);
  z-index: 1;
}

/* Content */
.about-content {
  padding: 35px 40px;
}

.about-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f1e36;
  position: relative;
  margin-bottom: 18px;
}

.about-content h2 span {
  display: block;
  width: 60px;
  height: 4px;
  background: #0b3c8a;
  margin-top: 8px;
  border-radius: 2px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5b78;
  max-width: 950px;
}





.vm-icon {
  width: 44px;
  height: 44px;
  /*  border: 2px solid #0d6efd;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  font-size: 20px;
}






/* ===== WHY CHOOSE US SECTION ===== */
.why-choose-wrap {
  background: linear-gradient(180deg,
      #F8FAFC 0%,
      #FFFFFF 100%);
  border-radius: 16px;
  padding: 32px;

  box-shadow: 0px 6px 24px rgba(15, 23, 42, 0.08);

}

/* ===== HEADING ===== */
.why-choose-title {
  font-size: 22px;
  font-weight: 700;
  color: #0B3C8A;
  margin-bottom: 28px;
}

/* ===== CARD ===== */
.why-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  height: 100%;

  box-shadow: 0px 4px 12px rgba(15, 23, 42, 0.06);
}

/* ===== ICON ===== */
.why-icon {
  font-size: 22px;
  color: #0B3C8A;
  margin-bottom: 8px;
  display: inline-block;
}

/* ===== CARD TITLE ===== */
.why-card h6 {
  font-size: 20px;
  font-weight: 600;
  color: #003281;
  margin-bottom: 6px;
}

/* ===== CARD TEXT ===== */
.why-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

h4.text-primary {
  color: #003281 !important;
  font-size: 30px;
  font-weight: 500;
}




.hhh {
  margin-top: 20px;
}

.why-card {
  text-align: left;

}

.cta-strip {
  background: #155DFC;
  padding: 32px;
  border-radius: 16px;
}

.cta-strip h6 {
  font-size: 28px;
}

.cta-strip small {
  font-size: 16px;
  color: #fff !important;
}


.cta-strip a {
  padding: 16px 16px;
  color: #003281;
  font-size: 16px;
}








.champions-section {}

.section-title {
  color: #003281;
  font-weight: 600;
  font-size: 26px;
}

.champion-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.champion-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.champion-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.champion-header h5 {
  margin: 0;
  font-weight: 600;
  color: #003281;
}

.champion-header span {
  font-size: 14px;
  color: #45556C;
  font-weight: 600;
}

.champion-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #495057;
  margin: 0;
}




h2.jj {
  margin-bottom: 30px;
  color: #003281;
  margin-top: 30px;
}

.champions-section {
  margin-bottom: 48px;
}



.search-box {
  max-width: 520px;
  margin: 0 auto 40px;
}

.search-box input {
  height: 52px;
  border-radius: 30px;
  padding-left: 50px;
}

.search-box .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.filter-btn {
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 14px;
  background: #fff;
}

.subject-card {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: .3s;
  height: 100%;
}

.subject-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 22px;
}

.icon-blue {
  background: #eef3ff;
  color: #2563eb;
}

.icon-purple {
  background: #f3f0ff;
  color: #7c3aed;
}

.icon-yellow {
  background: #fff7ed;
  color: #f97316;
}

.icon-green {
  background: #ecfdf5;
  color: #10b981;
}

.subject-card h6 {
  margin-bottom: 4px;
  font-weight: 600;
}

.subject-card p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}



.bggg {
  background: #fff;
}



/* Search */
.search-wrap {
  max-width: 520px;
  margin: 0 auto 40px;
  position: relative;
}

.search-wrap input {
  height: 52px;
  border-radius: 30px;
  padding-left: 50px;
}

.search-wrap i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

/* Filters */
.filter-btn {
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 14px;
}

/* Card */
.paper-card {
  border: 1px solid #eef0f3;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: .3s;
}

.paper-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.paper-top {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pdf-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff2d2d;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.pdf-icon {
  font-size: 54px;
  color: #ff5a5a;
}

.paper-body {
  padding: 16px;
  border-top: 1px solid #f1f1f1;
}

.paper-body h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.paper-meta {
  font-size: 12px;
  color: #9ca3af;
}

.topp {
  margin-top: 32px;
}













/* Badge */
.blog-badge {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}

/* Title */
.blog-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}



.blog-meta {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 30px;
}



.blog-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.blog-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}



.study-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  margin: 25px 0;
}



.study-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}



.study-item {
  border-left: 2px solid #e5e7eb;
  padding-left: 14px;
  margin-bottom: 14px;
}



.study-time {
  font-size: 13px;
  color: #6b7280;
}


.study-title {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0;
}

.study-item ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.study-item li {
  font-size: 13px;
  color: #374151;
}

/* Lists */
.blog-content ul {
  padding-left: 18px;
}

.blog-content li {
  font-size: 14px;
  margin-bottom: 8px;
}

/* CTA */
.cta-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
}

.cta-box h4 {
  font-size: 18px;
  font-weight: 600;
}

.cta-box p {
  font-size: 14px;
  color: #6b7280;
}


.cta-box .btn {
  background: #ef4444;
  border: none;
  padding: 10px 24px;
  border-radius: 30px;
}



.blog-search {
  max-width: 420px;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 14px;
}


.blog-search {
  padding-left: 45px !important;
}

.card-blog {
  padding: 20px;
  display: flex;
  align-items: center;
}

.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* Image */
.blog-img {
  position: relative;
  height: 192px;
  background: #eee;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Green bg card */
.bg-green {
  background: #d9ffcb;
}

/* Tag */
.blog-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #2f6bff;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
}

/* Content */
.blog-content {
  padding: 14px;
}

.blog-content h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.blog-content p {
  font-size: 12px;
  color: #888;
  margin: 0;
}

/* Empty cards */
.blog-card.empty {
  min-height: 230px;
}


.kkk {
  margin-bottom: 22px;
}

.search-box input {

  padding-left: 65px;
}


.courses-grid a {
  color: #000;
  text-decoration: none;
}

section.why-choose-us a {
  text-decoration: none;
}

.aallsec a {
  text-decoration: none;
}










.copyright a {
  color: #fff;
  text-decoration: none;
}

.mobile {
  display: none;
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }


  .testimonial-section {
    padding: 0px 0%;

  }

  .testimonial-message {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    width: 100%;
  }

  .stats-section {
    padding: 0px 0;
  }

  .course-card h4 {
    font-size: 20px;
  }

  .section-title {

    margin-bottom: 25px;
  }





  .logofoot {

    margin-top: 50px;
  }



  nav.navbar.navbar-expand-lg.bg-white.shadow-sm {
    padding: 15px 0px;
  }

  div#demo {
    margin-top: 0px;
  }

  .mob-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .carousel-inner {
    border-radius: 0;
  }

  .stats-box {
    display: none;
  }

  .section-title {
    color: #003281;
    font-weight: 600;
    font-size: 25px;
  }

}


.stats-mob {
  display: none;
}



.phase-slider-section {
  background: #ffffff;
}

.phase-card {
  background: #eaf3ff;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.phase-left {
  max-width: 65%;
}

.phase-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.phase-left h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.phase-left h5 a {
  color: #2563eb;
  text-decoration: none;
}

.phase-left p {
  font-size: 14px;
  color: #475569;
}

.phase-right {
  display: flex;
  gap: 16px;
}

.mentor {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 12px;
  /*  display: flex;*/
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mentor img {

  border-radius: 8px;
}

.mentor strong {
  font-size: 13px;
  display: block;
}

.mentor small {
  font-size: 11px;
  color: #64748b;
}

/* Mobile */
@media (max-width: 768px) {
  .phase-card {
    flex-direction: column;
    text-align: left;
    align-items: initial;
  }

  .phase-left {
    max-width: 100%;
  }
}


body {
  background: #fff;
}

.testimonial-section {

  background: #f8fafc;
}

a.logincss {
  background: none !important;
  border-radius: 25px !important;

}

.gap-23 {
  gap: 23px;
}

.borderpill {

  border: 1px solid #0163FD;
}


a.mtttbtn {
  background:
    #FFFFFF !important;
}

a.mtttbtn {
  background: #FFFFFF !important;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}



.na-header .nav-link {
  text-transform: capitalize;
}

.nav-link {
  text-transform: capitalize !important;
}




.tttoop {

  text-transform: capitalize;
}
























.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  width: 700px;
  max-width: 95%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.popup-content {
  display: flex;
  background: linear-gradient(120deg, #b7d4df, #9fc3cc);
  padding: 40px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
  background: #6b7b85;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}




.popup-bottom {
  background: #eee;
  padding: 25px;
  text-align: center;
}

.popup-bottom a {
  background: #244ad8;
  color: #fff;
  padding: 15px 60px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
}

.popup-bottom a:hover {
  background: #1734a5;
}


.popup-content {
  display: flex;
  position: relative;

  background-image: url("../img/webpop.png");
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 100%;

  min-height: 340px;

  background-size: contain;

}

.popup-contentmobile {
  display: flex;
  position: relative;

  background-image: url("../img/mobpopup.png");
  background-repeat: no-repeat;

  background-size: 100%;

  min-height: 446px;



}


.popup-boxxx {

  max-width: 95%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


@media (max-width: 600px) {
  .box {
    padding: 20px;
  }

  .about-content {
    padding: 20px;
  }

  .why-choose-wrap {
    padding: 0;
  }
}