
    body{font-family:'Inter',sans-serif}
.header-menu{
  background:#ffffff;
  border-bottom:3px solid #0f2a44;
  padding:10px 0;
}

.header-menu .nav-link{
  font-weight:600;
  color:#0f2a44;
  padding:8px 14px;
}

.header-menu .nav-link:hover,
.header-menu .nav-link.active{
  color:#f4b400;
}

.dropdown-menu{
  border-radius:0;
  border:none;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.dropdown-item{
  font-weight:500;
  padding:10px 18px;
}

.dropdown-item:hover{
  background:#0f2a44;
  color:#fff;
}

/* MOBILE */
@media(max-width:991px){
  .header-menu{
    text-align:center;
  }
}

.msd-navbar{
  background:linear-gradient(135deg,#0f2a44,#122f52);
  box-shadow:0 6px 20px rgba(0,0,0,.2)
}
.msd-brand img{height:78px}
.msd-gov-logo{height:52px;margin-left:20px}

.nav-link{color:#fff!important;font-weight:500}
.nav-link:hover{color:#f4b400!important}

.hero-section{position:relative}
.hero-img{height:85vh;width:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}

.carousel-caption{
  bottom:40%;
}
.carousel-caption h1{
  font-size:42px;
  font-weight:700;
}

.register-box{
  position:absolute;
  right:40px;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  padding:30px;
  border-radius:18px;
  width:320px;
  box-shadow:0 10px 40px rgba(0,0,0,.2);
}

.section-padding{padding:80px 0}

.service-card{
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s
}
.service-card:hover{transform:translateY(-6px)}

.customer-logos img{max-height:70px;object-fit:contain}

@media(max-width:991px){
  .msd-gov-logo{display:none}
  .msd-brand img{height:60px}
}
/* ===== HEADER TOP ===== */
.header-top{
  background:#ffffff;
  border-bottom:1px solid #e5e5e5;
  padding:12px 0;
}

.header-logo{
  max-height:100px;
}

.header-right-logos img{
  height:85px;
  margin-left:12px;
}

/* CENTER TITLE */
.institute-name{
  font-size:28px;
  font-weight:800;
  color:#ff5a00;
  margin-bottom:4px;
  background: linear-gradient(56deg, #ff8b00, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.institute-subtitle{
  font-size:14px;
  color:#444;
  margin:0;
}

/* ===== MENU BAR ===== */
.header-menu{
  background:#ffffff;
  box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.header-menu .nav-link{
  font-weight:600;
  padding:14px 18px;
  color:#003366 !important;
}

.header-menu .nav-link:hover,
.header-menu .nav-link.active{
  color:#ff5a00 !important;
}

.dropdown-menu{
  border-radius:0;
  border:0;
  box-shadow:0 8px 25px rgba(0,0,0,.15);
}

/* MOBILE */
@media(max-width:991px){
  .institute-name{font-size:20px}
  .header-right-logos img{height:40px}
}
/* ================= FOOTER ================= */
/* ================= FOOTER ================= */

.main-footer{
  background:#0f2a44;
  color:#d1d5db;
  font-size:15px;
}

/* TOP */
.widgets-section{
  padding:70px 0 40px;
}

/* LOGO */
.about-widget .logo img{
  max-height:70px;
}

/* TITLES */
.main-footer h2{
  color:#fff;
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
}

.main-footer h2::after{
  content:'';
  width:40px;
  height:3px;
  background:#f4b400;
  display:block;
  margin-top:8px;
}

/* TEXT */
.main-footer p{
  line-height:1.7;
  color:#cbd5e1;
}

/* LISTS */
.footer-list,
.info-list,
.footer-nav{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-list li,
.info-list li{
  margin-bottom:10px;
}

/* LINKS */
.footer-list a,
.footer-nav a{
  color:#cbd5e1;
  text-decoration:none;
  transition:.3s;
}

.footer-list a:hover,
.footer-nav a:hover{
  color:#f4b400;
  padding-left:4px;
}

/* SOCIAL */
.social-links{
  display:flex;
  gap:12px;
  margin-top:15px;
}
.social-links li{
    display: inline;
}
.social-links a{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1e3a5f;
  color:#fff;
  border-radius:50%;
  transition:.3s;
  text-decoration: none;
}

.social-links a:hover{
  background:#f4b400;
  color:#000;
}

/* BOTTOM */
.footer-bottom{
  background:#0b1f33;
  border-top:1px solid rgba(255,255,255,.1);
  padding:18px 0;
}

.footer-nav{
  display:flex;
  justify-content:flex-end;
  gap:20px;
}

/* RESPONSIVE */
@media(max-width:991px){
  .footer-nav{
    justify-content:center;
    margin-top:10px;
  }
  .main-footer{
    text-align:center;
  }
  .social-links{
    justify-content:center;
  }
}
/* ===== FORCE CAPTION OVER CAROUSEL ALWAYS ===== */

.hero-caption{
  position:absolute !important;
  inset:0;
  display:flex;
  align-items:center;
  z-index:10;
  padding-bottom:0;
}

/* DARK OVERLAY SUPPORT */
.carousel-item{
  position:relative;
}
.carousel-item::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:1;
}
.carousel-caption{
  z-index:2;
}

/* TITLE */
.hero-title{
  font-size:38px;
  font-weight:700;
  color:#fff;
  line-height:1.3;
}

/* LOGIN CARD */
.login-card{
  border-radius:18px;
  background:#fff;
}

/* ===== TABLET ===== */
@media (max-width: 991px){
  .hero-title{
    font-size:28px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 576px){
  .hero-caption{
    align-items:flex-start;
    padding-top:60px;
  }

  .hero-title{
    font-size:22px;
  }

  .login-card{
    margin-top:20px;
  }
}


/* ===== ABOUT PAGE ===== */

.about-hero{
  background:linear-gradient(135deg,#0f2a44,#122f52);
  padding:90px 0 70px;
  color:#fff;
}

.about-title{
  font-size:42px;
  font-weight:800;
}

.about-subtitle{
  max-width:700px;
  margin:15px auto 0;
  font-size:18px;
  opacity:.9;
}

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

.section-heading{
  font-size:30px;
  font-weight:700;
  margin-bottom:25px;
  position:relative;
}

.section-heading::after{
  content:'';
  width:60px;
  height:4px;
  background:#f4b400;
  display:block;
  margin-top:10px;
}

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

.about-card h4{
  font-weight:700;
  margin-bottom:12px;
}

.about-cta{
  background:#f8fafc;
  padding:70px 0;
}

.about-cta h3{
  font-weight:800;
  margin-bottom:10px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .about-title{font-size:30px}
  .section-heading{font-size:24px}
}

/* ===== CONTACT PAGE ===== */
.contact-hero{
  background:linear-gradient(135deg,#0f2a44,#122f52);
  padding:80px 0;
  color:#fff;
}

.contact-hero h1{
  font-weight:800;
}

.contact-card{
  background:#fff;
  border-radius:16px;
  padding:35px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-info{
  background:#f8fafc;
  border-radius:16px;
  padding:35px;
  height:100%;
}

.contact-info h4{
  font-weight:700;
  margin-bottom:15px;
}

.contact-info p{
  color:#555;
}

.social-icons a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-right:8px;
  color:#fff; 
}

.fb_bg{background:#1877f2;}
.tw_bg{background:#1da1f2;}
.insta_bg{background:#e1306c;}
.ln_bg{background:#0a66c2;}

.form-control{
  border-radius:10px;
}

button, .btn{
  border-radius:30px;
}

/* intl tel input */
.intl-tel-input .country-list .country-name{color:#000;}

@media(max-width:768px){
  .contact-card,.contact-info{padding:25px;}
}
 
/* ===== STUDENT REGISTER ===== */
.register-hero{
  background:linear-gradient(135deg,#0f2a44,#122f52);
  padding:70px 0;
  color:#fff;
  text-align:center;
}

.register-card{
  background:#fff;
  border-radius:18px;
  padding:40px;
  box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.section-title{
  font-weight:700;
  font-size:18px;
  margin:30px 0 15px;
  border-left:4px solid #f4b400;
  padding-left:12px;
}

.form-control, .custom-file-label{
  border-radius:10px;
}

.student-image img{
  max-width:120px;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.sumbit-btn{
  border-radius:30px;
  font-weight:600;
}

@media(max-width:768px){
  .register-card{padding:25px;}
} 

/* ===== gallery page ===== */
/* HERO */
.gallery-hero{
  background:linear-gradient(135deg,#0f2a44,#122f52);
  padding:80px 0;
  color:#fff;
}

/* GALLERY CARD */
.gallery-card{
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,.12);
  transition:.4s;
  position:relative;
}

.gallery-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:.4s;
}

.gallery-card:hover img{
  transform:scale(1.08);
}

/* VIDEO THUMB */
.video-thumb{
  position:relative;
  cursor:pointer;
}

.play-icon{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:50px;
  color:#fff;
  background:rgba(0,0,0,.45);
}

/* VIDEO MODAL */
.video-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
}

.video-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.8);
}

.video-box{
  position:relative;
  max-width:900px;
  margin:5% auto;
  background:#000;
  border-radius:12px;
  overflow:hidden;
}

.video-box iframe{
  width:100%;
  height:480px;
}

.video-close{
  position:absolute;
  top:10px;
  right:15px;
  color:#fff;
  font-size:30px;
  cursor:pointer;
}

/* MOBILE */
@media(max-width:768px){
  .gallery-card img{height:220px;}
  .video-box iframe{height:260px;}
}
/* courses PAGE */
.courses-page{
  background:#f8fafc;
}

/* CARD */
.course-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
  overflow:hidden;
  border:1px solid #e5e7eb;
}

.course-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* HEADER */
.course-header{
  background:linear-gradient(135deg,#0f2a44,#123a64);
  padding:18px 20px;
}

.course-title{
  color:#fff;
  margin:0;
  font-weight:600;
}

/* BODY */
.course-body{
  padding:20px;
}

.course-desc{
  color:#444;
  font-size:14px;
  line-height:1.6;
  margin-bottom:18px;
}

/* META */
.course-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  border-top:1px dashed #ddd;
  padding-top:14px;
}

.meta-item span{
  display:block;
  font-size:12px;
  color:#6b7280;
}

.meta-item strong{
  font-size:14px;
  color:#111827;
}

/* RESPONSIVE */
@media(max-width:575px){
  .course-meta{
    flex-direction:column;
  }
}
/* PAGE BG */
.offices-page{
  background:#f8fafc;
}

/* CARD */
.office-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
  border:1px solid #e5e7eb;
  overflow:hidden;
}

.office-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* HEADER */
.office-header{
  background:linear-gradient(135deg,#0f2a44,#123a64);
  color:#fff;
  padding:16px 20px;
  font-weight:600;
  font-size:16px;
  text-align:center;
}

/* BODY */
.office-body{
  padding:20px;
  font-size:14px;
  color:#374151;
}

.office-body address{
  margin:0;
  line-height:1.6;
}

/* MOBILE */
@media(max-width:576px){
  .office-header{
    font-size:15px;
  }
}