@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:focus,
:active {
  box-shadow: none !important;
}

a{
	text-decoration:none;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color:#ed0002;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #ed0002, transparent 20%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #b01405;
  font-size: 14px;
  height:30px;
  transition: all 0.5s;
  z-index: 996;
  overflow:hidden;
  /*border-top:2px solid #b01405;*/
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-infoo a {
  line-height: 1;
  color: #fff;
  font-weight:600;
  transition: 0.3s;
}

#topbar .contact-infoo a:hover {
  color: #f0c000;
}

#topbar .contact-infoo i {
  color: #f0c000;
  padding-right: 5px;
  padding-left: 10px;
  line-height: 0;
}

#topbar .contact-infoo i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #eb0808;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.tg-addnav {
    float: right;
    position: relative;
	height:30px;
    padding: 1px 0 2px 30px;
    background: #57585e;
}
.tg-addnav:before {
    top: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    content: '';
    position: absolute;
    background: #57585e;
}
.tg-addnav:after {
    color: #57585e;
}
.tg-addnav:after {
    top: 0;
    width: 0;
    height: 0;
    right: 100%;
    content: '';
    position: absolute;
    border-top: 52px solid;
    border-left: 30px solid transparent !important;
}
/*==MAIN NAVBAR==*/

.main-navbar {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 8px 0;
  transition: .5s;
  font-family: "Roboto", sans-serif;
  margin-top:30px;
}

/* Nav link wrapper */
.main-navbar .nav-link.link-effect {
  position: relative;
  padding: 10px 13px;
  overflow: visible;
  display: inline-block;
}
.navbar .navbar-brand{
	height: 70px;
}
.navbar .icon{
	padding: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius:50%;
}
/*  */
.main-navbar .nav-link.link-effect span {
  position: relative;
  z-index: 2;
  color: #000 !important;
  font-weight: 500;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Line behind */
.main-navbar .nav-link.link-effect::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0%;
  background-color: #e20708;
  transform: translateX(-50%);
  transition: height 0.4s ease;
  z-index: 1;
}

/* Hover effects */
.main-navbar .nav-link.link-effect:hover span {
  transform: translateY(-2px);
  color: #fff !important;
}

.main-navbar .nav-link.link-effect:hover::before {
  height: 100%;
}

/* Dropdown hover on desktop */
@media (min-width: 1200px) {

  .main-navbar .nav-link.link-effect {
	  padding: 10px 10px;	
	}

}
@media (max-width: 1200px) {

  .main-navbar .nav-link.link-effect {	
	  padding: 10px 13px;	
	}

}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }


}
@media (max-width: 768px) {
  .navbar .navbar-brand{
	height:auto;

  }	
  .navbar .icon{
	padding: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius:50%;
	width:60px;
  }
  .main-navbar{
    padding:0px;
  }

}
.navbar-login{
	font-size: 28px;
	padding: 5px 12px;
	color:#ec0002;
}
.navbar-login a:hover{
	color:#000;}
.dropdown-menu .dropdown-item {
  position: relative;
  padding: 8px 16px;
  color: #333;
  font-weight: 500;
  background-color: transparent;
  overflow: hidden;
}
.dropdown-menu .dropdown-item:hover {
	background:#e20708;
	color:#fff;
}

.navbar-toggler {
  background-color: #ec1012;
  color: #ffffff !important;
}


.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

.carousel-indicators .active {
  background-color: #f50002;
  transform: scale(1.3);
}

/* Custom Navigation Arrows */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background-color:rgb(0 0 0 / 55%);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgb(237 0 2 / 73%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  
  .carousel-indicators {
    bottom: -15px;
   }
   .carousel-control-prev-icon,
   .carousel-control-next-icon {
		width: 16px;
		height: 16px;
	}
	.sec-slide img{
		height:200px;
	}

}
.header-bottom{
	background: #57585e;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #fff;

}
.header-bottom .head-bot-title img{
	height: 26px;
	margin-right:10px;
}
.header-bottom .head-bot-title p{
	font-size:14px;}


.info-sec{
	margin-bottom:20px;
	margin-top:8px;
	padding-bottom:5px;
	position:relative;
}
.info-sec:before{
	border-radius:8px;
	bottom:-1px;
	content:"";
	height:6px;
	left:20px;
	position:absolute;
	width:30px;
	background:#ec0002;
  }
.info-sec:after{
	border-radius:8px;
	bottom:1px;
	content:"";
	height:2px;
	left:10px;
	position:absolute;
	width:74px;
	background:#ec0002;
}
.info-sec2{
	margin-bottom:20px;
	margin-top:8px;
	padding-bottom:5px;
	position:relative;
}
.info-sec2:before{
	border-radius:8px;
	bottom:-1px;
	content:"";
	height:6px;
	left:20px;
	position:absolute;
	width:24px;
	background:#ec0002;
  }
.info-sec2:after{
	border-radius:8px;
	bottom:1px;
	content:"";
	height:2px;
	left:10px;
	position:absolute;
	width:64px;
	background:#ec0002;
}
.info-sec-text h4{
    color: #113065;
    font-size: 36px;
    padding: 10px 10px 0px;
    font-weight: 600;
	font-family: "Roboto", sans-serif;

}
.info-sec-text h5{
    color: #113065;
    font-size: 18px;
    padding: 10px 10px 0px;
    font-weight: 600;
	font-family: "Roboto", sans-serif;

}
.info-sec-text h4 p{
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
	color: #113065;
	font-family: "Roboto", sans-serif;
}

/*=====About Section=======*/
.ab_sec{
	background :#e7e2e2d9;
	font-family: "Roboto", sans-serif;
}
.ab_sec img{
    margin-top: -90px;}
.ab_sec h1{
    font-size: 46px;
    color: #da0203;
	font-weight:700;
}
.ab_sec p{
	font-size:16px;
	margin:2px;
	color:#4e4d4c;
}
.ab_sec .read-button{
    background: #e90002;
    color: #ffffff;
    padding: 8px 12px;
	font-size:15px;
}
.ab_sec .read-button:hover{
	box-shadow: 0 8px 24px rgb(233 0 2 / 31%);
	font-size: 16px;
}
@media (max-width: 768px) {
	.ab_sec h1{
		font-size: 28px;
	}
	.ab_sec p{
		font-size:14px;
		margin:2px;
		color:#4e4d4c;
	}
	.ab_sec .read-button{
		font-size:14px;
	}
	.ab_sec .read-button:hover{
		font-size: 15px;
	}
}

/*=====================GALLERY STYLING=======================*/
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

/* Overlay */
.gallery-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}

.gallery-card:hover .overlay {
  opacity: 1;
}

/* Swiper Controls Same As Teachers */
.gallerySwiper {
  padding-bottom: 60px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #ed0001;
  border-radius: 50%;
  color: #fff;
  bottom: 5px;
  top: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff568;
    color: #ed0001;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}
.swiper-pagination-bullet {
  background: #bbb;
}
.swiper-pagination-bullet-active {
  background: #ed0001;
}




/* DESKTOP Arrows Position */
@media (min-width: 768px) {
  .swiper-button-next {
    right: 42%;
  }
  .swiper-button-prev {
    left: 42%;
  }
}

/* MOBILE View: Keep Arrows more visible */
@media (max-width: 767px) {
  .swiper-button-next {
    right: 95px;
  }
  .swiper-button-prev {
    left: 95px;
  }
}

/*===============JOIN US VIDEO STYLING======================*/
.sec-contant {
  background: #ffffff;
}

.contact-info {
  padding: 25px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.contact-info p{
font-size: 15px;}

.enquiry-form-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.enquiry-form-box input,
.enquiry-form-box textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.3s;
}

.enquiry-form-box input:focus,
.enquiry-form-box textarea:focus {
  border-color: #28a745;
  outline: none;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

.contact-info,
.enquiry-form-box {
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.icon-cont-info {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #11306514;
  display: grid;
  color:#113065;
  place-items: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.icon-cont-info:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 6px 12px rgb(252 0 0 / 28%);
}

.info-icon-box {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.hoverable-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.info-icon-box h6 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.info-icon-box p {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}

/*=========================TESTIMONIALS STYLING========================*/
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: #444;
  line-height: 1.7;
}

.author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ef0002;
}

/*=======================FOOTER STYLING=====================*/
.footer {
  background: #29292a;
  color: #fff;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  padding: 2px 12px;
  font-size: 14px;
  border: 1px dashed;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #ed0002;
  padding-left: 6px;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #eee;
}

.footer .social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #ed00023b;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.4s ease;
}

.footer .social-icons a:hover {
  background: #ed0002;
  color: #fff;
  transform: rotate(360deg);
}
.footer .news{
	margin-bottom:20px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.footer .news .news-date{
    padding: 6px;
    box-shadow: 0px 2px 5px rgb(217 217 217 / 49%);
	color:#000;
    background: #fff;
}
.footer .news .news-date .event-date {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
.footer .news .news-date .event-month {
  font-weight: 400;
}

.footer .news .news-title h2 {
    font-size: 18px;
    color: #e8abac;
    text-align: left;
    font-weight: 700;
}
.footer .news .news-title p{
    margin-bottom: 0px;
    text-align: left;
    font-size: 15px;
}
.footer .news .news-title a{
	color:#fff;
}
.footer .read-button a{
 border:1px solid #fff; 
 color:#FFF; 
 font-size:14px;
}
.footer .read-button a:hover{
	background:#ed0002;
	color:#fff;
}
.sec-contant{
background :#eae6e6;}
.course-card {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
	border:1px solid;
    padding: 20px;
    color: #003366;
	text-align:center;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(255, 87, 34, 0.3); /* Red-orange glow */
}

.course-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, rgba(255,0,0,0.05), rgba(255,140,0,0.05));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.course-card:hover::after {
  opacity: 1;
}

.course-card-body {
  position: relative;
  z-index: 2;
  padding: 20px;
  height: 200px;
}

.course-card h5 {
    font-weight: 700;
    color: #002456;
    text-transform: uppercase;
}

.course-card p {
  color: #444;
}

.course-btn {
    background: #e20708;
    color: white;
    border: none;
    padding: 8px 9px;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
    font-size: 15px;
}

.course-btn:hover {
  background: #fff568;
  color:#e20708;
}

/*** Page Header ***/
.page-header {
    background: linear-gradient(rgb(0 0 0 / 44%), rgb(87 84 84 / 70%)), url(../img/ze.png) center center no-repeat;
    background-size: cover;

}

.page-header-sec{
	background:#f6f6f6e8;
}
.page-header-sec h1{
	font-weight:700;
	color:#002456;
}
.page-header-sec nav a{
	color:#113065;
}
.page-header-sec nav{
	color:#666666;
}
.about img{
	border: 10px solid #002456;
    border-radius: 50%;
}
.about h4{
    font-size: 38px;
    font-weight: 700;
    color: #d12324;
}
.about p{
	text-align:justify;
	color:#3c3c3b;
	font-size:15px;}
	
	
.news-sec .section-title {
  color: #d90429; /* Red */
  font-weight: bold;
}
.news-sec .news-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.news-sec .news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.news-sec .news-img {
  width: 250px;
  object-fit: cover;
}
.news-sec .news-content {
  padding: 20px 20px 20px 40px;
  flex: 1;
}
.news-sec .news-date {
  font-size: 20px;
  background: #002456;
  color: #ffffff;
  font-weight: 700;
  padding: 20px 40px;
}
.news-sec .news-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #d90429; /* Red */
  margin-bottom: 10px;
}
.news-sec .btn-custom {
  background-color: #d90429; /* Red */
  color: white;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
}
.news-sec .btn-custom:hover {
  background-color: #023e8a; /* Blue */
  color: white;
}
@media (max-width: 768px) {
  .news-sec .news-card {
	flex-direction: column;
  }
  .news-sec .news-img {
	width: 100%;
	height: 200px;
  }
}
.download th{
	color: #fff; 
	background: #023e8a;
}
.download .btn-download {
  background-color: #0859c3;
  color: white;
  font-weight: bold;
  border: none;
  padding: 4px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}
.download .btn-download:hover {
  background-color: #d90429;
}
 @media (max-width: 576px) {
  .download table thead {
	font-size: 0.85rem;
  }
  .download table tbody {
	font-size: 0.85rem;
  }
  .download .btn-download {
	padding: 3px 8px;
	font-size: 0.75rem;
  }
}

.branch th{
	color: #fff; 
	background: #023e8a;
}
.branch td{
	font-size:15px;
	padding: 20px 14px;
}


/* Student section */
.stud-sec .verification{
  background: white;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* Left Side - Form */
.stud-sec .verification-form {
  flex: 2;
  padding: 40px;
  background: #fff;
  color: #002456;
}
.stud-sec .verification-form h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.stud-sec .verification-form h2 span {
  color: #f50003;
}
.stud-sec .verification-form .form-control {
  border-radius: 50px;
  padding: 12px 20px;
  margin-bottom: 15px;
  border: 1px solid #002353;
}
.stud-sec .verification-form .btn-submit {
  border-radius: 50px;
  padding: 12px;
  background-color: #f50003;
  color: white;
  font-weight: bold;
  width: 100%;
  border: none;
  transition: 0.3s;
}
.stud-sec .verification-form .btn-submit:hover {
  background-color: #cc0000;
}
.stud-sec ::placeholder {
  color: #002353;
}

/* Hover effect */
.stud-sec input[type="text"]:hover {
	border-color: #007BFF;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
	background-color: #f0f8ff;
}

/* Focus effect */
.stud-sec input[type="text"]:focus {
	border-color: #ff0000;
	box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}
/* Right Side - Quick Links */
.stud-sec .quick-links {
  flex: 1;
  background-color:#002353cc;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.stud-sec .quick-links h5 {
  color: white;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}
.stud-sec .quick-links .btn {
  border-radius: 50px;
  padding: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: white;
  color: #ff4d4d;
  border: none;
  margin-bottom: 10px;
  transition: 0.3s;
}
.stud-sec .quick-links .btn:hover {
  background-color: #ffe5e5;
}
/* Responsive */
@media (max-width: 768px) {
  .stud-sec .verification{
	flex-direction: column;
  }
}


.aff-sec .affiliate{
	border:3px solid #000;
	padding:10px;
}

.message-sec .mess-card{
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 26%);
}
.message-sec .mess-card h4{
    color: #ec0002;
    font-size: 28px;
    font-weight: 700;
}
.message-sec .mess-card h5{
    color: #002456;
}
.message-sec .mess-card h6{
    color: #ec0002;
    font-size: 18px;
    font-weight: 700;
}
.message-sec .mess-card p{
	text-align:justify;
	color:#333;
}
.message-sec .mess-img{
	border: 6px solid #002456;
	border-radius: 50%;
	padding: 12px;
}
