@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/* ===== GLOBAL FONT SETUP ===== */


body, html {
    font-family: Roboto, Proxima Nova, Proxima Nova Fallback, "sans-serif" !important;
  font-size: 16px;
  color: #222;
 font-weight:400;
}



.topbar {
  background-color: #b80f0f;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0;
}

.topbar a {
  color: #ffeb3b;
  text-decoration: underline;
}

/* blinking "NEW" */
.blink {
  font-weight: bold;
  color: #ffeb3b;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}





/* Default desktop view */
.bluebar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    flex-wrap: nowrap;
}

.blue-left {
    white-space: nowrap;
}

.blue-right {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

/* ---------- Mobile Fix ---------- */
@media (max-width: 768px) {

  .bluebar-wrap {
      display: block !important;
      text-align: center;
  }

  .blue-left {
      margin-bottom: 6px;
      display: block;
      white-space: normal !important;
  }

  .blue-right {
      flex-wrap: wrap !important;
      justify-content: center !important;
      white-space: normal !important;
      gap: 8px;
  }


}





/* 🔵 BLUE INFO BAR */
.bluebar {
  background-color: #0b4a85;

  font-size: 13px; padding:5px;
}

/* ⚪ NAVBAR STYLE */
.navbar-nav .nav-link {
  color: #222 !important;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0b4a85 !important;
  border-bottom: 2px solid #0b4a85;
}

/* 🔽 DROPDOWN MENU */
.dropdown-menu {
  min-width: 230px;
  border-radius: 6px;
}
.dropdown-item {
  font-size: 16px;
  padding: 10px 12px;
  border: 1px solid #e9ecef;
  margin-bottom: 4px;
  border-radius: 6px;
  transition: 0.3s ease;
}
.dropdown-item:hover {
  background-color: #0b4a85;
  color: #fff;
  border-color: #0b4a85;
}

/* 🔵 CTA BUTTON */
.btn-primary {
  background-color: #0b4a85 !important;
  border-color: #0b4a85 !important;
  border-radius: 8px;
  font-size: 15px;
  transition: 0.3s ease;
}
.btn-primary:hover {
  background-color: #083664 !important;
}
.nav-item {padding:0px 7px; border:1px solid #0b4a85; margin:10px; font-size:17px}
/* 🔹 Responsive Adjustments */
@media (max-width: 991px) {
  .bluebar .container {
    flex-direction: column;
    gap: 5px;
  }
  .navbar-nav {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
  }
  .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

.font-size{font-size:16px;}
.navbar-brand img{width:200px;}











/* ===== HERO SLIDER ===== */
/* ===== SIMPLE IMAGE SLIDER ===== */
.slider-img {

  width: 100%;
  transition: transform 0.8s ease;
}


/* Optional overlay for subtle dark tint */
.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

/* Control Buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) grayscale(100%);
}















/* ===== ABOUT DELHI CENTER ===== */
.about-delhi {
  background: #f8fafc;
  color: #222;
}

.about-title {
  font-weight: 800;
  font-size: 32px;
  color: #0b4a85;
  margin-bottom: 10px;
}

.about-title span {
  color: #bf1d29;
}

.about-tagline {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  margin-bottom: 20px;
  border-left: 4px solid #ffcc33;
  padding-left: 10px;
}

.about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.about-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.about-list li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: start;
  gap: 10px;
}

.about-list i {
  color: #0b4a85;
  font-size: 18px;
  margin-top: 3px;
}

.about-img img {
  border-radius: 12px;
}

.about-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #0b4a85;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.25);
}

/* Contact info */
.about-contact i {
  font-size: 18px;
}

.about-contact p {
  font-size: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-title {
    font-size: 26px;
  }
  .about-tagline {
    font-size: 16px;
  }
  .about-text {
    font-size: 15px;
  }
  .about-badge {
    font-size: 12px;
  }
}








/* ===== FREE GUIDANCE SECTION ===== */
.free-guidance-section {
  background: linear-gradient(90deg, #b80f0f 0%, #0b4a85 100%);
  color: #fff;
}

.free-guidance-section h2 {
  font-size: 34px;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.free-guidance-section p {
  font-size: 18px;
  font-weight: 400;
  color: #ffeb3b; /* Yellow subtext */
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.free-guidance-section .btn-danger {
  background-color: #e63946;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.free-guidance-section .btn-danger:hover {
  background-color: #ff4757;
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .free-guidance-section h2 {
    font-size: 26px;
  }
  .free-guidance-section p {
    font-size: 16px;
  }
}






/* ===== CHANAKYA COURSES ===== */
.chanakya-courses {
  background: linear-gradient(135deg, rgba(11, 74, 133, 0.95), rgba(6, 42, 84, 0.95)), 
              url('../images/banner2.avif') no-repeat center center/cover;
}



.section-title span {
  color: #ffcc33;
}

.course-points li {
  font-size: 16px;
  margin-bottom: 6px;
}

.btn-warning {
  background-color: #ffcc33;
  border: none;
  color: #000;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-warning:hover {
  background-color: #ffd84f;
  transform: translateY(-2px);
}

.btn-light {
  background-color: #fff;
  color: #0b4a85 !important;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-light:hover {
  background-color: #e9f1ff;
}

/* Right side white box */
.right-box {
  border-left: 5px solid #ffcc33;
}

.sub-course-card {
  background: #f8f9fb;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  transition: 0.3s ease;
}

.sub-course-card:hover {
  background: #eef4ff;
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.sub-course-card i {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}

.sub-course-card h6 {
  font-weight: 600;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .section-title {
    font-size: 28px;
  }
  .chanakya-courses {
    background: linear-gradient(160deg, #0b4a85, #062a54);
  }
}









/* ===== SIMPLE TEST SERIES SECTION ===== */
.test-series-simple {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 32px;
}


.test-box {
  transition: all 0.3s ease;
}

.test-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.test-points li {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: start;
}

.test-points i {
  font-size: 16px;
  margin-top: 2px;
}

.btn-primary {
  background-color: #0b4a85;
  border: none;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background-color: #083664;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .section-title {
    font-size: 26px;
  }
}


/* ===== TEST SERIES CLEAN ===== */
.test-series-clean {
  background-color: #fff;
}



.test-card {
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  border-top: 4px solid #0b4a85;
  background-color: #fff;
}

.test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon-box {
  background-color: #0b4a85;
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
}

.test-points li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
  display: flex;
  align-items: start;
}

.test-points i {
  color: #0b4a85;
  margin-top: 3px;
  font-size: 16px;
}

.btn-primary {
  background-color: #0b4a85;
  border: none;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background-color: #083664;
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .section-title {
    font-size: 26px;
  }
  .lead {
    font-size: 15px;
  }
}










/* ===== EYE-CATCHY DCA SECTION ===== */
.dca-eye {
  background: radial-gradient(circle at right, #0b4a85 0%, #041b39 80%);
  font-family: "Open Sans", Arial, sans-serif;
  overflow: hidden;
  position: relative;
}

.dca-title {
  font-size: 34px;
  line-height: 1.3;
  color: #fff;
}

.dca-title span {
  color: #ffcc33;
}

.dca-text {
  font-size: 16px;
  color: #e2e8f0;
  line-height: 1.7;
}

.dca-feature {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.dca-feature i {
  color: #ffcc33;
  font-size: 22px;
}

.dca-feature p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.dca-feature:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.dca-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ffcc33, #ffd84f);
  color: #000;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(255, 204, 51, 0.4);
  transition: 0.3s ease;
}

.dca-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(255, 204, 51, 0.6);
}

/* Image & Video Mockup */
.dca-visual {
  position: relative;
  display: inline-block;
}

.dca-img {
  border-radius: 12px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.dca-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  color: #0b4a85;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.dca-play-btn:hover {
  background: #ffcc33;
  color: #000;
  transform: translate(-50%, -50%) scale(1.1);
}

.dca-overlay-glow {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: radial-gradient(circle at center, rgba(255, 204, 51, 0.2), transparent 70%);
  border-radius: 50%;
  z-index: 1;
  filter: blur(25px);
}

/* Responsive */
@media (max-width: 992px) {
  .dca-title { font-size: 26px; text-align: center; }
  .dca-text, .dca-feature p { text-align: center; }
  .dca-btn { display: block; margin: 0 auto; }
  .dca-visual { margin-top: 30px; }
}






/* ===== BLOG SECTION ===== */
.blog-section {
  background-color: #f8f9fb;
  font-family: "Open Sans", Arial, sans-serif;
}

.blog-title {
  font-size: 32px;
  color: #0b4a85;
}

.blog-line {
  width: 80px;
  height: 4px;
  background-color: #ffcc33;
  border-radius: 2px;
}

.blog-categories a {
  color: #0b4a85;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease;
}

.blog-categories a:hover {
  color: #ffcc33;
}

.blog-card {
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(11, 74, 133, 0.15);
}

.blog-card img {

  width: 100%;
  object-fit: cover;
}

.blog-tag {
  display: inline-block;
  background-color: #0b4a85;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
}

.blog-link {
  text-decoration: none;
  color: #0b4a85;
  font-weight: 600;
  transition: 0.3s ease;
}

.blog-link:hover {
  color: #ffcc33;
}

.blog-btn {
  background-color: #0b4a85;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 22px;
  transition: 0.3s ease;
}

.blog-btn:hover {
  background-color: #083664;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .blog-title { font-size: 26px; }
  .blog-categories a { font-size: 16px; }
  .blog-card img { height: 180px; }
}




/* ===== FOOTER SECTION ===== */
.chanakya-footer {
  background-color: #0b4a85;
  font-family: "Open Sans", Arial, sans-serif;
}

.footer-newsletter input {
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
}

.footer-newsletter .btn {
  border-radius: 8px;
  background-color: #ffcc33;
  color: #000;
  transition: 0.3s ease;
}

.footer-newsletter .btn:hover {
  background-color: #ffd84f;
  transform: translateY(-2px);
}

.footer-line {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.footer-links a {
  color: #e2e8f0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #ffcc33;
  transform: translateX(3px);
}

.footer-contact li {
  font-size: 16px;
  color: #e2e8f0;
  margin-bottom: 8px;
  display: flex;
  align-items: start;
}

.footer-social .social-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  transition: 0.3s ease;
}

.footer-social .social-icon:hover {
  background: #ffcc33;
  color: #000;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .footer-newsletter {
    flex-direction: column;
    gap: 10px;
  }
  .footer-newsletter input {
    width: 100%;
  }
  .footer-newsletter .btn {
    width: 100%;
  }
}









/* ===== Floating Counsellor Card ===== */
.counsellor-box {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 270px;
  background-color: #0b4a85;
  border: 1px solid #ffcc33;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  z-index: 999;
  transition: all 0.4s ease;
}

.counsellor-header {
  background-color: #0b4a85;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.counsellor-header:hover {
  background-color: #083664;
}

.counsellor-header i {
  color: #ffcc33;
  font-size: 18px;
}

.counsellor-content {
  background-color: #fff;
  color: #0b4a85;
  padding: 15px;
  display: none;
  animation: slideUp 0.4s ease forwards;
}

.counsellor-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.counsellor-phone {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.phone a{color:#fff; text-decoration: none;}
.counsellor-phone a {
  color: #0b4a85;
  text-decoration: none;
}

.counsellor-phone a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .counsellor-box {
    width: 220px;
    right: 15px;
    bottom: 20px;
  }
  .counsellor-header {
    font-size: 13px;
  }
}




/* ===== LEFT FLOATING DOCK ===== */
.left-dock {
  position: fixed;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1000;
}

/* Icon Container */
.dock-item {
  position: relative;
  text-decoration: none;
}

.dock-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0b4a85;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 2px solid #ffcc33;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Unique Glow Effects */
.dock-icon.call {
  background: radial-gradient(circle at top left, #0b4a85, #062d5f);
}

.dock-icon.whatsapp {
  background: radial-gradient(circle at bottom right, #25d366, #128c7e);
  border: 2px solid #fff;
}

/* Hover Shine Animation */
.dock-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.dock-item:hover .dock-icon::before {
  opacity: 1;
}

/* Tooltip Style */
.dock-tooltip {
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
  background: #0b4a85;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid #ffcc33;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.dock-item:hover .dock-tooltip {
  opacity: 1;
  left: 70px;
}

/* Hover Effects */
.dock-item:hover .dock-icon {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 204, 51, 0.5);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .left-dock {
    top: auto;
    bottom: 80px;
    left: 15px;
    flex-direction: row;
    gap: 10px;
    transform: none;
  }
  .dock-tooltip {
    display: none;
  }
  .dock-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}





/* ===== GLOBAL RESPONSIVE FIXES ===== */

/* Small laptops and tablets */
@media (max-width: 1200px) {
  body, html {
    font-size: 15px;
  }
  .navbar-nav .nav-link {
    padding: 6px 10px;
  }
  .carousel-caption h1 {
    font-size: 38px;
  }
  .carousel-caption p {
    font-size: 17px;
  }
  .about-title {
    font-size: 28px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .topbar {
    font-size: 14px;
    text-align: center;
  }
  .bluebar {
    text-align: center;
  }
  .navbar-nav {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .navbar-brand img {
    width: 85px;
  }
  .carousel-caption {
    bottom: 12%;
    left: 5%;
  }
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .carousel-caption p {
    font-size: 15px;
  }
  .btn-warning, .btn-primary {
    font-size: 14px;
    padding: 8px 18px;
  }
  .section-title {
    font-size: 26px;
    text-align: center;
  }
  .about-title, .dca-title, .blog-title {
    text-align: center;
  }
  .about-img img {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-newsletter input, .footer-newsletter .btn {
    width: 100%;
  }
}

/* Tablets - landscape */
@media (max-width: 860px) {
  .carousel-caption {
    bottom: 10%;
  }
  .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .dca-text {
    font-size: 15px;
  }
}

/* Mobile Devices */
@media (max-width: 768px) {
  body, html {
    font-size: 14px;
    line-height: 1.7;
  }

  /* Navbar */
  .navbar-toggler {
    border: none;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .nav-item {
    margin: 8px 0;
    border: none;
  }


  .carousel-caption {
    bottom: 8%;
    left: 5%;
    right: 5%;
  }
  .carousel-caption h1 {
    font-size: 22px;
  }
  .carousel-caption p {
    font-size: 14px;
  }

  /* About */
  .about-title {
    font-size: 24px;
  }
  .about-tagline {
    font-size: 14px;
  }
  .about-list li {
    font-size: 14px;
  }

  /* Courses / DCA / Test Series */
  .course-points li, .test-points li {
    font-size: 14px;
  }
  .dca-title {
    font-size: 24px;
  }
  .dca-feature p {
    font-size: 13px;
  }
  .blog-card img {
    height: 160px;
  }
  .blog-card h5 {
    font-size: 15px;
  }

  /* Footer */
  .footer-newsletter {
    flex-direction: column;
    gap: 10px;
  }
  .footer-links a, .footer-contact li {
    font-size: 14px;
  }

  /* Floating Dock + Counsellor */
  .left-dock {
    bottom: 85px;
    left: 15px;
    flex-direction: row;
    gap: 12px;
    transform: none;
  }
  .dock-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .dock-tooltip {
    display: none;
  }

  .counsellor-box {
    width: 210px;
    right: 15px;
    bottom: 15px;
    font-size: 13px;
  }
  .counsellor-header {
    font-size: 13px;
    padding: 10px;
  }
  .counsellor-content {
    padding: 10px;
  }
  .scl{display: none;}
}

/* Small Phones */
@media (max-width: 480px) {
  .topbar {
    font-size: 13px;
  }
  .carousel-caption h1 {
    font-size: 18px;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  .about-title {
    font-size: 20px;
  }
  .about-text {
    font-size: 13.5px;
  }
  .btn-warning, .btn-primary {
    font-size: 13px;
    padding: 7px 14px;
  }
  .counsellor-box {
    width: 180px;
  }
}










.breadcrumb-banner {
  background: linear-gradient(90deg, #eaeaea, #f4f4f4);
  padding: 35px 0;
  color: #000;
}

.breadcrumb-banner h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 5px;
}

.breadcrumb-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-banner .breadcrumb a {
  color:#0b4a85;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-banner .breadcrumb-item.active {
  color: #222;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #0b4a85;
}








/* ===== ABOUT ACADEMY SECTION ===== */
.about-academy {
  background: #f8fafc;
}

.about-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
  margin-bottom: 12px;
}

.about-title span {
  color: #bf1d29;
}

.about-lead {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.7;
}

.about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

.about-points {
  list-style: none;
  padding-left: 0;
}

.about-points li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-points i {
  color: #0b4a85;
  font-size: 18px;
}

.about-img-box img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .about-title {
    font-size: 28px;
    text-align: center;
  }
  .about-lead,
  .about-text,
  .about-points {
    text-align: center;
  }
}










/* ===== DIRECTOR MESSAGE SECTION ===== */
.director-section {
  background: #ffffff;
}

.director-title {
  font-size: 30px;
  font-weight: 800;
  color: #0b4a85;
  margin-bottom: 15px;
}

.director-title span {
  color: #bf1d29;
}

.director-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}

.director-name {
  font-size: 18px;
  font-weight: 700;
  color: #0b4a85;
}

.director-img-box img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .director-title {
    text-align: center;
    font-size: 26px;
  }
  .director-name {
    text-align: center;
  }
  .director-text {
    text-align: center;
  }
}







/* ===== WHY CHOOSE US SECTION ===== */
.why-choose-us {
  background: #f8fafc;
}

.why-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.why-title span {
  color: #bf1d29;
}

.why-subtext {
  font-size: 16px;
  color: #555;
  margin-top: 6px;
}

.why-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 18px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(11, 74, 133, 0.15);
}

.why-icon {
  font-size: 34px;
  color: #0b4a85;
  margin-bottom: 10px;
}

.why-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0b4a85;
}

.why-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .why-title {
    font-size: 28px;
  }
}








/* ===== FACULTY PREMIUM SECTION ===== */
.faculty-pro {
  background: #f7f9fc;
}

.faculty-pro-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.faculty-pro-title span {
  color: #bf1d29;
}

.faculty-pro-sub {
  font-size: 16px;
  color: #555;
}

/* Card Style */
.faculty-pro-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  border: 1px solid #e4e7eb;
  text-align: center;
  position: relative;
  transition: all 0.35s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.faculty-pro-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(11, 74, 133, 0.15);
}

/* Image Style */
.faculty-img-wrap {
  position: relative;
  display: inline-block;
}

.faculty-pro-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* Experience Badge */
.faculty-badge {
  position: absolute;
  bottom: -8px;
  right: -10px;
  background: #0b4a85;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
  border: 2px solid #fff;
  font-weight: 600;
}

/* Text */
.faculty-pro-card h4 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #0b4a85;
}

.faculty-role {
  font-size: 15px;
  font-weight: 600;
  color: #bf1d29;
  margin-bottom: 8px;
}

.faculty-bio {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
  .faculty-pro-title {
    font-size: 28px;
  }
  .faculty-pro-img {
    width: 110px;
    height: 110px;
  }
}







/* ===== UFC SECTION ===== */
.ufc-section {
  background: #f8fafc;
}

.ufc-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.ufc-title span {
  color: #bf1d29;
}

.ufc-sub {
  font-size: 16px;
  color: #555;
}

/* Left Content */
.ufc-heading {
  font-size: 20px;
  font-weight: 700;
  color: #0b4a85;
  margin-bottom: 12px;
}

.ufc-text {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

.ufc-points {
  list-style: none;
  padding: 0;
  margin-top: 18px;
}

.ufc-points li {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ufc-points i {
  color: #0b4a85;
  font-size: 18px;
}

/* Right Box */
.ufc-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e3e7ec;
}

.ufc-box-title {
  color: #0b4a85;
  font-weight: 700;
  font-size: 20px;
}

.ufc-box-list p {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ufc-box-list i {
  color: #bf1d29;
  font-size: 18px;
}

/* Batch Details */
.batch-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b4a85;
}

.batch-time {
  font-size: 14px;
  color: #444;
}

/* Buttons */
.btn-warning {
  background: #ffcc33 !important;
  color: #000 !important;
}

.btn-primary {
  background: #0b4a85 !important;
  border: none;
}

/* Responsive */
@media (max-width: 992px) {
  .ufc-title { font-size: 28px; }
  .ufc-box { margin-top: 20px; }
}








/* ===== PRELIMS MODERN SPLIT DESIGN ===== */
.prelims-modern {
  background: #f8fafc;
}

/* Title */
.pm-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.pm-title span {
  color: #bf1d29;
}

.pm-sub {
  font-size: 16px;
  color: #555;
}

/* Wrapper */
.pm-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

/* LEFT COLUMN */
.pm-left {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pm-feature {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border-left: 6px solid #0b4a85;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.pm-feature:hover {
  transform: translateX(6px);
  box-shadow: 0 6px 18px rgba(11,74,133,0.15);
}

.pm-feature i {
  font-size: 32px;
  color: #0b4a85;
  margin-bottom: 8px;
}

.pm-feature h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b4a85;
}

.pm-feature p {
  font-size: 14px;
  color: #444;
}

/* RIGHT COLUMN */
.pm-right {
  width: 68%;
  background: #ffffff;
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #e3e7ec;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.pm-right-title {
  font-size: 24px;
  font-weight: 800;
  color: #0b4a85;
  margin-bottom: 12px;
}

.pm-right-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* List */
.pm-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.pm-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.pm-list i {
  color: #0b4a85;
  font-size: 18px;
  margin-right: 10px;
}

/* Buttons */
.btn-primary {
  background: #0b4a85 !important;
  border: none;
  border-radius: 6px;
}

.btn-warning {
  background: #ffcc33 !important;
  color: #000 !important;
  border-radius: 6px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pm-wrapper {
    flex-direction: column;
  }
  .pm-left, .pm-right {
    width: 100%;
  }
}










/* ===== MAINS PREMIUM SECTION ===== */
.mains-premium {
  background: #f8fafc;
}

.mains-head {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.mains-head span {
  color: #bf1d29;
}

.mains-para {
  color: #444;
  font-size: 16px;
}

/* CARDS */
.mains-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 20px;
  position: relative;
  text-align: center;
  border: 1px solid #dde2ea;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.mains-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(11, 74, 133, 0.15);
}

/* Ribbon */
.mains-ribbon {
  position: absolute;
  top: -12px;
  left: 18px;
  background: #bf1d29;
  color: #fff;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
}

.mains-ribbon.blue { background: #0b4a85; }
.mains-ribbon.green { background: #2b9e59; }
.mains-ribbon.yellow { background: #ffcc33; color: #000; }

/* Icon */
.mains-icon {
  font-size: 38px;
  margin-bottom: 12px;
  color: #0b4a85;
}

.mains-card h5 {
  color: #0b4a85;
  font-size: 18px;
  font-weight: 700;
}

.mains-card p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  line-height: 1.7;
}

/* Buttons */
.btn-primary {
  background: #0b4a85 !important;
  border: none;
  border-radius: 7px;
}

.btn-warning {
  background: #ffcc33 !important;
  border-radius: 7px;
  color: #000 !important;
}

/* Responsive */
@media (max-width: 991px) {
  .mains-head { font-size: 28px; }
}




/* ===== CLEAN DCA DESIGN ===== */
.dca-clean {
  background: #f5f7fb;
}

.dca-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.dca-sub {
  font-size: 16px;
  color: #555;
}

/* Cards */
.dca-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e6e9f1;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.dca-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(11, 74, 133, 0.12);
}

/* Icons */
.dca-card i {
  font-size: 38px;
  color: #0b4a85;
  margin-bottom: 12px;
}

/* Titles */
.dca-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b4a85;
}

.dca-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

/* Buttons */
.btn-primary {
  background: #0b4a85 !important;
  border-radius: 7px;
  padding: 10px 22px;
}

.btn-outline-primary {
  border-color: #0b4a85;
  color: #0b4a85;
  border-radius: 7px;
}
.btn-outline-primary:hover {
  background: #0b4a85;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .dca-heading { font-size: 26px; }
}







/* ===== CONTACT SECTION ===== */
.contact-section {
  background: #f8fafc;
}

.contact-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.contact-title span {
  color: #bf1d29;
}

.contact-sub {
  font-size: 16px;
  color: #555;
  margin-top: 8px;
}

/* Cards */
.contact-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e4e7ec;
  transition: 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(11, 74, 133, 0.15);
}

.contact-card i {
  font-size: 40px;
  color: #0b4a85;
  margin-bottom: 12px;
}

.contact-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b4a85;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-title { font-size: 26px; }
}



/* ===== ENQUIRY FORM ===== */
.enquiry-section {
  background: #f8fafc;
}

.enquiry-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.enquiry-title span {
  color: #bf1d29;
}

.enquiry-sub {
  font-size: 16px;
  color: #555;
}

/* Form Box */
.enquiry-form {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.form-label {
  font-weight: 600;
  color: #0b4a85;
}

.form-control, .form-select {
  border-radius: 8px;
  border: 1px solid #cfd6df;
  padding: 10px 12px;
}

.form-control:focus, .form-select:focus {
  border-color: #0b4a85;
  box-shadow: 0 0 5px rgba(11, 74, 133, 0.3);
}

/* Button */
.btn-primary {
  background: #0b4a85 !important;
  border-radius: 7px;
  padding: 10px 26px;
}

.btn-primary:hover {
  background: #083664 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .enquiry-title { font-size: 26px; }
}









/* ===== OPTIONAL SUBJECTS MODERN GRID ===== */
.optional-modern {
  background: #f8fafc;
}

.optional-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.optional-heading span {
  color: #bf1d29;
}

.optional-tagline {
  color: #555;
  font-size: 16px;
}

/* Cards */
.optional-card {
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #e4e7ec;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.optional-card:hover {
  transform: translateY(-6px);
  border-color: #0b4a85;
  box-shadow: 0 8px 22px rgba(11, 74, 133, 0.15);
}

/* Icons */
.optional-icon {
  font-size: 40px;
  color: #0b4a85;
  margin-bottom: 12px;
}

.optional-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0b4a85;
}

.optional-card p {
  font-size: 15px;
  color: #444;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .optional-heading { font-size: 26px; }
  .optional-card { padding: 24px 18px; }
  .optional-icon { font-size: 34px; }
}






/* ===== INTERVIEW GUIDANCE SECTION ===== */

.interview-section {
  background: #f8fafc;
}

.interview-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.interview-title span {
  color: #bf1d29;
}

.interview-tagline {
  font-size: 16px;
  color: #555;
}

.interview-text {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

.interview-list {
  list-style: none;
  padding-left: 0;
}

.interview-list li {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.interview-list i {
  color: #0b4a85;
  font-size: 18px;
}

/* Right Cards */
.interview-card {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 25px 10px;
  border: 1px solid #e2e6ea;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.interview-card:hover {
  transform: translateY(-5px);
  border-color: #0b4a85;
  box-shadow: 0 6px 20px rgba(11, 74, 133, 0.15);
}

.interview-card i {
  font-size: 32px;
  color: #0b4a85;
  margin-bottom: 8px;
}

.interview-card h6 {
  font-size: 15px;
  font-weight: 600;
  color: #0b4a85;
}

/* Responsive */
@media (max-width: 768px) {
  .interview-title { font-size: 26px; }
  .interview-card { padding: 20px; }
}









/* ===== TEST SERIES MODERN STYLE ===== */

.testseries-modern {
  background: #f8fafc;
}

.test-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.test-title span {
  color: #bf1d29;
}

.test-sub {
  font-size: 16px;
  color: #555;
}

/* Cards */
.test-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e4e7ec;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  height: 100%;
}

.test-card:hover {
  transform: translateY(-6px);
  border-color: #0b4a85;
  box-shadow: 0 8px 22px rgba(11,74,133,0.15);
}

/* Icons */
.test-icon {
  font-size: 40px;
  color: #0b4a85;
  margin-bottom: 12px;
}

/* Features */
.test-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.test-card ul li {
  font-size: 15px;
  margin-bottom: 6px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
}

.test-card ul i {
  font-size: 18px;
  color: #0b4a85;
}

.test-card p {
  color: #555;
  font-size: 15px;
}

.btn-primary {
  background-color: #0b4a85 !important;
}

.btn-primary:hover {
  background-color: #083664 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .test-title { font-size: 26px; }
  .test-card { padding: 20px; }
}





/* ===== BLOG MODERN SECTION ===== */

.blog-modern {
  background: #f8fafc;
}

.blog-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.blog-title span {
  color: #bf1d29;
}

.blog-sub {
  font-size: 16px;
  color: #555;
}

/* Blog Cards */
.blog-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(11,74,133,0.15);
}

/* Image */
.blog-img {
  position: relative;
}

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

.blog-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #0b4a85;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 6px;
}

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

.blog-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0b4a85;
  margin-bottom: 8px;
}

.blog-content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 14px;
}

.blog-read {
  color: #bf1d29;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.blog-read:hover {
  color: #0b4a85;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-title { font-size: 26px; }
  .blog-img img { height: 180px; }
  .blog-heading { font-size: 16px; }
}








/* ====================== HERO ====================== */
.trial-hero {
  background: linear-gradient(90deg, #0b4a85aa, #0b4a85aa),
              url('images/trial-banner.jpg') center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
}

.trial-title {
  font-size: 40px;
  font-weight: 800;
}

.trial-title span {
  color: #ffcc33;
}

.trial-sub {
  font-size: 18px;
  margin-top: 8px;
}

/* ====================== BENEFITS ====================== */
.trial-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0b4a85;
}

.trial-heading span {
  color: #bf1d29;
}

.trial-tagline {
  font-size: 16px;
  color: #555;
}

.trial-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  text-align: center;
  padding: 28px;
  transition: 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.trial-card:hover {
  transform: translateY(-6px);
  border-color: #0b4a85;
  box-shadow: 0 8px 22px rgba(11,74,133,0.15);
}

.trial-card i {
  font-size: 40px;
  color: #0b4a85;
  margin-bottom: 10px;
}

.trial-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b4a85;
}

/* ====================== FORM ====================== */
.trial-form-section {
  background: #f8fafc;
}

.trial-form {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.form-label {
  font-weight: 600;
  color: #0b4a85;
}

.form-control, .form-select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cfd6df;
}

.form-control:focus,
.form-select:focus {
  border-color: #0b4a85;
  box-shadow: 0 0 6px rgba(11,74,133,0.3);
}

.btn-primary {
  background: #0b4a85 !important;
  border-radius: 6px;
}

.btn-primary:hover {
  background: #083664 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .trial-title { font-size: 28px; }
  .trial-heading { font-size: 26px; }
}






/* ===== BANNER ===== */
.enroll3-banner {
  background: url('../images/banner.png') center/cover no-repeat;
  height: 55vh;
  position: relative;
}

.enroll3-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.banner-content h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.banner-content p {
  color: #e9edf3;
  font-size: 18px;
}

/* ===== MAIN SECTION ===== */
.enroll3-section {
  background: #f9fafc;
}

/* LEFT CONTENT */
.title {
  font-size: 30px;
  font-weight: 800;
  color: #0b4a85;
}

.desc {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.benefit-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  border-left: 4px solid #ffcc33;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-4px);
}

.benefit-box i {
  font-size: 28px;
  color: #0b4a85;
}

/* ===== FORM ===== */
.enroll3-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  border-top: 4px solid #0b4a85;
}

.form-title {
  font-size: 22px;
  font-weight: 700;
  color: #0b4a85;
  margin-bottom: 15px;
}

.form-control {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #cfd6df;
}

.form-control:focus {
  border-color: #0b4a85;
  box-shadow: 0 0 5px rgba(11,74,133,0.3);
}

/* BUTTON */
.btn-enroll {
  background: #0b4a85;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-enroll:hover {
  background: #083664;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .banner-content h1 { font-size: 28px; }
  .banner-content p { font-size: 15px; }
  .title { text-align: center; }
  .benefit-box { padding: 14px; }
}










/* Timeline Section */
.dca-timeline-section {
    background: #f5f8ff;
}

.month-title {
    font-size: 26px;
    font-weight: 700;
    color: #0b4a85;
    margin-bottom: 20px;
}

/* Timeline list */
.dca-timeline {
    position: relative;
    margin-left: 20px;
    border-left: 3px solid #0b4a85;
    padding-left: 25px;
}

.dca-timeline li {
    list-style: none;
    padding: 12px 15px;
    margin-bottom: 14px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    border: 1px solid #e6ecf7;
}

.dca-timeline li:hover {
    background: #eaf2ff;
    transform: translateX(6px);
}

/* dots */
.dca-timeline .dot {
    width: 14px;
    height: 14px;
    background: #ffcc33;
    border-radius: 50%;
    position: absolute;
    left: -33px;
    top: 18px;
    border: 3px solid #0b4a85;
}

.dca-timeline p {
    margin: 0;
    font-weight: 600;
    color: #222;
}

/* FULLSCREEN MODAL */
.pdf-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    z-index: 9999999;
}

.pdf-modal embed {
    width: 95%;
    height: 90vh;
    border-radius: 6px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 999999999;
    background: rgba(0,0,0,0.4);
    padding: 5px 12px;
    border-radius: 6px;
    transition: 0.3s;
}

.close-btn:hover {
    background: #ff3b3b;
}


/* Top bar */
.pdf-header {
    background: #0b4a85;
    padding: 12px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    flex-shrink: 0;
}



/* PDF container scrollable only */
.pdf-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
}

/* PDF iframe */
#pdfViewer {
    width: 100%;
    height: 100%;
    border: none;
}








/* ===== Batch Details Section ===== */

.batch-details {
    font-family: "Roboto", sans-serif;
    color: #0b4a85;
}

.batch-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b4a85;
}

.batch-block {
    background: #f8f9fb;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 15px;
    margin: 12px auto;
    max-width: 420px;
    transition: all 0.3s ease;
}

.batch-block:hover {
    background: #eef3ff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.batch-block h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0b4a85;
}

.batch-block p {
    font-size: 15px;
    margin: 0;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .batch-title {
        font-size: 18px;
    }
    .batch-block {
        padding: 12px;
    }
    .batch-block h6 {
        font-size: 15px;
    }
    .batch-block p {
        font-size: 14px;
    }
}








/* Prelims Special Batch (exact text) */
.prelims-special-section {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  padding: 40px 0;
  background: #f7fbff;
  color: #0b4a85;
}



.prelims-card {
  background: #ffffff;
  border: 1px solid #e6eef9;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 8px 28px rgba(11,74,133,0.04);
}

.ps-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  text-transform: none;
  color: #0b4a85;
}

.ps-sub {
  margin: 0 0 18px;
  color: #374151;
  font-size: 15px;
  text-transform: none;
}

/* Meta row */
.ps-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ps-item {
  background: #f1f8ff;
  border: 1px solid #e6eef9;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  color: #0b4a85;
}

.ps-item .label {
  opacity: 0.9;
  font-weight: 700;
}

.ps-item .value {
  font-weight: 600;
  color: #0b4a85;
}

/* Coverage list */
.ps-coverage-heading {
  font-size: 17px;
  margin: 6px 0 10px;
  color: #0b4a85;
  font-weight: 700;
}

.ps-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ps-list li {
  background: #fff;
  border-left: 4px solid #ffcc33;
  padding: 10px 12px;
  border-radius: 8px;
  color: #333;
  font-size: 15px; border: 1px solid #f2f2f2;
}

/* Responsive */
@media (max-width: 780px) {
  .ps-list {
    grid-template-columns: 1fr;
  }
  .ps-meta {
    gap: 12px;
  }
  .prelims-card { padding: 18px; }
  .ps-title { font-size: 20px; }
}




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

/* Popup Box */
.popup-box {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 520px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  animation: popupZoom 0.4s ease;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 28px;
  cursor: pointer;
  color: #444;
}

/* Button */
.popup-btn {
  display: inline-block;
  background: #0b4a85;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 12px;
}

.popup-btn:hover {
  background: #083664;
}

/* Animation */
@keyframes popupZoom {
  from { transform: scale(0.6); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}









.director-modern {
  background: #f8f9fc;
}

.director-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* Left accent strip */
.director-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(180deg, #0a508e, #0d6efd);
}

.director-header {
  margin-bottom: 25px;
}

.director-title {
  font-size: 32px;
  font-weight: 700;
  color: #0a508e;
}

.director-title span {
  color: #111;
}

.director-line {
  width: 80px;
  height: 4px;
  background: #0a508e;
  margin-top: 10px;
  border-radius: 10px;
}

.director-content p {

  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.highlight-quote {
  font-size: 17px;
  font-style: italic;
  color: #0a508e;
  background: #f1f5fb;
  padding: 18px 22px;
  border-left: 4px solid #0a508e;
  border-radius: 8px;
}

.director-footer {
  margin-top: 30px;
  text-align: right;
}

.director-footer h5 {
  margin: 0;
  font-weight: 700;
  color: #111;
}

.director-footer span {
  font-size: 14px;
  color: #666;
}
