.main-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.dropdown-menu{ 
    border-radius:0px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
}
.navbar-brand img {
  max-height:75px;
}

.nav-link {
  font-weight: 500;
  color: #333;
}

.nav-link:hover {
  color: #0d6efd;
}

/* Desktop submenu */
.dropdown-submenu { padding: 0; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* Mobile collapse arrow */
.nav-link[data-bs-toggle="collapse"] {
  position: relative;
  padding-right: 30px;
}
.fisrUl{ width:285px; padding: 0;}
.dropdown-item-arow::after{display:none;}

.dropdown-item::after{content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  border: 0;
  transition: transform 0.3s ease;
 }
  
  
.nav-link[data-bs-toggle="collapse"]::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}


.faculty-section {
  padding: 60px 0;
  background: #f8f9fc;
}

.faculty-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faculty-nav {
  gap: 10px; margin: 25px 0;
}

.faculty-nav button {
  width: 40px;
  height: 40px;
  border: none;
  background: #1e2a5a;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.faculty-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}

.faculty-card:hover {
  transform: translateY(-8px);
}

.faculty-card img {
  width: 220px;
  height: 220px;

  margin-bottom: 15px;
}

.faculty-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.faculty-card p {
  margin: 0;
  color: #555;
}

.faculty-card span {
  font-size: 14px;
  color: #777;
}

/* Mobile */
@media (max-width: 768px) {
  .faculty-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .faculty-nav {
    justify-content: center;
  }
}


.form-container h2{ font-size:26px;}
		.program-banner {
		 background: rgba(255, 255, 255, 0.95);
  position: relative;
  height: 77vh;
  display: flex;
  overflow: hidden;
}

.banner-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

/* PAGINATION */
.slider-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-pagination span {
  width: 7px;
  height:7px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.slider-pagination span.active {
  background: #fff;
  transform: scale(1.3);
}
.slide.active {
  opacity: 1;  pointer-events: auto; cursor: pointer;
}

/* FORM */
.banner-form {
	border-radius: 12px;
  position: absolute;
  right: 35px;
  width: 450px;
  background: rgba(255,255,255,0.95);
  padding: 30px;
  z-index: 1;top: 10%;
  box-shadow: -10px 0 30px rgba(0,0,0,0.2);
}

.banner-form h3 {
  margin-bottom: 20px;
}

.banner-form input,
.banner-form select {
 
  padding: 5px 8px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.banner-form button {
  width: 100%;
  padding: 12px;
  background: #0066ff;
  color: #fff;
  border: none;
  cursor: pointer;
}
.form-row {
    display: flex;
    gap: 10px;
}
.form-group {
    width: 49%;
}
/* RESPONSIVE */
@media(max-width: 768px) {
.slide{background-size: cover !important;}
  .program-banner {
    flex-direction: column;
    height: auto;
  }

  .banner-form {
    width: 100%;
    position: static;
  }

  .banner-slider {
    height: 240px;
    position: relative;
  }
}
	   .course-card{
	margin: 0 auto;
	box-shadow: 0 8px 30px rgba(15,23,42,0.08);
	overflow: hidden;
	}
	.left-hero{
	background: linear-gradient(180deg, rgb(160 177 194), rgb(0 0 0));
	color: white;
	padding: 28px;
	min-height: 220px;
	}
	.price-badge{
	background: rgba(255,255,255,0.12);
	padding: 8px 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	}
	.feature-row .fw-medium{font-weight:600}
	@media (max-width: 576px){
	.form-container {
    width: 100%;
	margin-top:10px;
    max-width: 400px;
  }
	.left-hero{min-height:160px}
	}
	
.ul-points-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.ul-points-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.ul-points-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}


.video-section {padding-bottom:40px; padding-top: 40px;
background: #f8f9fa;
}


.video-container {
max-width: 1200px;
margin: auto;
display: flex;
gap: 40px;
align-items: center;
}


.video-content {
flex: 1;
}


.video-content h2 {
font-size: 36px;
font-weight: 700;
margin-bottom: 15px;
color: #1a1a1a;
}


.video-content p {
font-size: 16px;
line-height: 1.6;
color: #555;
margin-bottom: 25px;
}


.video-btn {
display: inline-block;
padding: 12px 30px;
background: #0d6efd;
color: #fff;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: 0.3s;
}


.video-btn:hover {
background: #084298;
}


.video-box {
flex: 1;
}


.video-box video {
width: 100%;
border-radius: 16px;
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* Responsive */
@media (max-width: 768px) {
.video-container {
flex-direction: column;
text-align: center;
}


.video-content h2 {
font-size: 28px;
}
}




@media (min-width: 992px) {
  
 .navbar-expand-lg .navbar-nav {flex-direction: row; gap: clamp(15px, 2vw, 48px);}
}


@media screen and (max-width: 479px) {
 .nav-link {border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
  .navbar-brand img { max-height:45px;}
      .banner-slider {height: 199px;}
}

@media screen and (max-width: 320px) {
 .nav-link {border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
  .navbar-brand img { max-height:45px;}
  .banner-slider {height: 199px !important;}
  .form-container h2 {    font-size: 20px !important;}
}