@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto:wght@400;500;700&family=DM+Sans:wght@400;500;700&family=Inter:wght@400;600;700&family=Outfit:wght@400;600;700&family=Space+Grotesk:wght@400;600;700&family=Merriweather:wght@400;700&display=swap');

/* --- SWITCHABLE BODY FONT --- */
body {
	/*
  font-family: 'Poppins', sans-serif; 
  font-family: 'DM Sans', sans-serif;
  font-family: 'Space Grotesk', sans-serif;
  font-family: 'Inter', sans-serif; 
  */
  font-family: 'Roboto', sans-serif; 
  line-height: 140%;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif;
  font-family: 'Inter', sans-serif; 
  font-weight: 700;
}

.navbar-custom {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
.nav-link { padding: 0.5rem 1rem; color: #333; }
.nav-link:hover { color: #0d6efd; }
.navbar-brand img {
      height: 50px;
}

.director-image{
  border-radius: 20px;
}

    .btn-orange {
      background-color: #f38020;
      color: white;
      font-weight: 500;
      border-radius: 25px;
      padding: 6px 20px;
    }
    .btn-orange:hover {
      background-color: #e56e00;
    }
	
	section {
	 height:auto; 
	 overflow:hidden; 
	 padding:4% 0px;
	}

	.bg-info-light {
	  background-color: #d3e9fb;
	}
	.bg-warning-light {
	  background-color: #ffe0a3;
	}
	.bg-success-light {
	  background-color: #c3f8d2;
	}
	.bg-light-green {
	  background-color: #ecfbbf;
	}
	.bg-light-purple {
	  background-color: #e9d3fc;
	}
	.bg-light-cyan {
	  background-color: #c4f1fa;
	}

    /* Hero / Banner */
    .hero-section {
      background-color: #f9f9fb;
      background-color: #FFFFFF;
      padding: 7.5% 0;
      padding-bottom: 0;
    }
	

  
/*	
.hero-banner {
  position: relative;
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
  background: linear-gradient(135deg, #1f3b87, #2b2d42);
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  background: linear-gradient(135deg, #1a1a2e, #16213e), url('../images/banner (5).jpg') no-repeat center center/cover;
  padding: 7.5% 0;
  padding-bottom: 2.5%;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-banner > .container {
  position: relative;
  z-index: 2;
}

*/

.page-banner {
  position: relative;
  background-image: url("../images/subheding.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8% 0;
  color:#FFFFFF;
  z-index: 1;
  overflow: hidden;
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(167, 151, 201, 0.4);
  z-index: -1;
}


.hero-banner {
  position: relative;
  height: auto; 
  padding: 5% 0;
  padding-bottom: 2.5%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.7;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5); /* optional overlay */
  z-index: 1;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
  color: #fff;
}


.hero-banner h1 {
  font-size: 3.0rem;
  font-weight: 800;
  color: #0d2b6b;
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 1px 1px 3px #101010;
}



.badge-circle {
  background-color: #ffffff;
  color: #0d6efd;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  animation: floatBadge 2s ease-in-out infinite;
}


@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.counter {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d6efd;
  color: #FFFFFF;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.counter:hover {
  transform: scale(1.05);
  color: #084298;
}

.stats-box { padding: 10px 10px; }
.stats-box .counter {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.stats-box p {
  font-size: 1rem;
  color: #566373;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
	

/*courses*/
.course-button {
  background-color: #F38020;
  color: white;
  border-radius: 50px;
}
.course-button:hover {
  background-color: #F38020;
  color: white;
}

.courses-section {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border-radius:10px;
  transition: all 0.3s ease-in-out;
}
.courses-section:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}

.courses-section img{
  border-radius:10px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

.courses-section h5{
  font-weight:600;
}

.Program-Highlights {
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.Program-Highlights:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}


.value-card {
  background: #faf8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.value-icon {
  font-size: 34px;
  color: #F38020;
  margin-right: 25px;
}
.value-text p{
  font-size: 17px;
}

/*testimonial*/
.testimonoial-card {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border: 1px solid;
  width: 300px;
  margin-left: 50px;
}
.testimonoial-card img{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.star {
  color: goldenrod;
  font-size: 30px;
}

/* ---marquee section---- */
.marquee-small {
    position: relative;
    overflow: hidden;
	  padding:20px 10px;
}

.marquee-small .marquee-text {
    display: inline-flex;
    white-space: nowrap;
	animation: marquee 40s linear infinite;
}

.marquee-small img{
  margin: 0 1em; 
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
@keyframes marquee {
    0% {
        transform: translateX(5%);
    }
    100% {
        transform: translateX(-250%);
    }
}

.page-header {
  background: #01275B;	
  color: #F0F0F0;
  text-align:center;
} 

/*footer section*/
.footer {
  background: #01275B;
  padding-top: 40px;
  color: #F0F0F0;
}
.footer a{
  text-decoration: none;
  color: #F0F0F0;
}
.footer a:hover{
  color: #FFFFFF;
}
.footer-icon {
  display: flex;
}

.social-icon {
  padding: 7px;
  background-color: #F38020;
  border-radius: 50px;
  margin-left: 5px;
  height:30px;
  width:30px;
}	


.course-banner {
  position: relative;
  background: linear-gradient(180deg, #F0F0F0, #FFFFFF);
  background: #01275B;
  
  background: url('../images/banner.jpg') no-repeat center center;
  background-size: cover;
  
  padding: 5% 0;
  color:#FFFFFF;

  overflow: hidden;
  z-index: 1;
  
}

.course-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(1, 39, 91, 1.0), rgba(1, 39, 91, 0.5)), url('../images/banner.jpg') no-repeat center center fixed;
  background-size: cover;
  z-index: -1;
}

.course-banner .category {
	display:inline-block;
	padding:10px 20px;
    background: #F5F5FF;
    background: #FFFFFF;
	color:#0099FF;
	color:#336699;
	border:1px solid #00CCFF;
	border-radius:25px;
	margin-bottom:30px;
} 
	
.course-banner .title {
	font-size:3.0em;
	font-weight:bold;
	margin-bottom:20px;
}	

/*
.course-banner img {
  margin-top: 25px;
  border: 5px solid #F0F0F0;
  box-shadow: 2px 3px 20px #101010;
  transition: transform 0.3s ease;
}
*/

.course-banner img {
  position: relative;
  padding: 5px; /* Acts as border thickness */
  background: linear-gradient(45deg, #00c6ff, #0072ff); /* Gradient border */
  border-radius: 5px; /* Optional: for rounded corners */
  transition: transform 0.3s ease;
}

.course-banner img:hover {
  transform: translateY(-10px);
}
	
/*contact Us Page*/
.contact-subhedding {
  background-image: url("../images/Contact-us-Main-Banner.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0;
  color: white;
}
.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
}
.contact-box i{
 background-color: #0d0d83;
 color: white;
 font-size: 25px;
 padding: 15px;
 border-radius: 50%;
}
.border-left {
 border-left: 1px solid rgb(160, 147, 147);
}
.contact-text h5 {
  font-weight: bold;
  color: #0d0d83;
}

.branch-section {
  background: #f5faff;
}
.card i {
  transition: transform 0.3s ease;
}
.card:hover i {
  transform: scale(1.3);
}

.contact-form-section {
  background-image: url("../images/contact.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*gallery page*/
.gallery-image {
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.gallery-image:hover { 
  transform: scale(1.07);
}


.accordion h5 {font-weight:bold;}

.rounded-100 {border-radius:100%;}




/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-banner h1 {
    font-size: 2.2rem;
  }
  .hero-banner h2 {
    font-size: 1.6rem;
  }
  .counter {
    font-size: 2rem;
  }
}
	