   body{
         font-family:"Inter", sans-serif;
         color:#6C767C;
         font-size: 16px;
         font-weight: 400;
         line-height: 1.875;
         }
         h1, h2, h3, h4, h5, h6 {
         font-family:"Gordita";
         color:black;
         }
         .header .navbar-nav .nav-item{
         padding:0px;
         }
         .header .navbar-nav .nav-item .nav-link{
         color:white;
         text-transform: uppercase;
         font-size: 15px;
         padding:10px 25px;
         }
         .header .navbar{
         background: #161616;
         padding: 0px;
         }
         .footer-info-box .icon-box {
         position: absolute;
         top: 2px;
         left: 0;
         color: #ffe9a6;
         }
         .header .top-header{
         }
         .footer .foot-address h6{
         color:#ffe9a5;
         margin-bottom:15px;
         }
         .footer .foot-address p i{
         position:absolute;
         }
         .footer .foot-address p{
         }
         .footer .foot-link ul li i{
         font-size: 12px;
         color: #ffe9a6;
         margin-right: 10px;
         }
         .footer .foot-link h6{
         color:#ffe9a5;
         margin-bottom:15px;
         }
         .footer .foot-link ul li{
         line-height: 40px;
         }
         .footer .foot-link ul li a{
         text-decoration:none;
         color:white;
         }
         .footer .foot-map h6{
         color: #ffe9a5;
         margin-bottom:15px;
         }
         .footer-info-box{
         position: relative;
         padding-left: 30px;
         margin-bottom: 15px;
         }
         .footer-info-box .icon-box {
         position: absolute;
         top: 2px;
         left: 0;
         }
         .about-section  h2{
         margin-bottom:25px;
         }
         .about-section p{
         text-indent:10px;
         text-align:justify;
         }
         .courses-section p{
         margin-bottom:15px;
         }
         .courses-section .card-body h6{
         color: #302d97;
         font-size: 19px;
         margin-bottom: 20px;
         }
         .courses-section .card-body h6 a{
           color: #302d97; 
           text-decoration: none;
         }
          .courses-section .card-body h6 a:hover{
               color: #c70301; 
         }
         .cta-section{
         background:#302d97;
         }
         .cta-section .cta-box h2{
         color:white;
         }
         .cta-section .cta-box p{
         color:#efefef;
         }
         .announce {
         height: 60px;
         }
         .announce h5{
         background: #2d2d91;
         padding: 18px;
         color: white;
         text-align:center;
         }
         .announce marquee{
         font-size:20px;
         color:black;
             padding: 12px 0px;
         }
         .admision {
         text-align:center;
         }
         .admision h6{
         font-size:20px;  
         }
         .admision h5{
         font-size:18px; 
         /*text-transform:uppercase;*/
         padding-bottom:5px;
         }
         .admision h6 i{
         background:#ff6000;
         font-size:18px;
         padding:7px;
         color:white;
         border-radius:50px;
         }
         .top-head{
         background: #302d97;
         padding:6px 0px;
         }
         .top-head .adm{
         color:white;
         float: left;
         }
         .top-head .adm ul{
         margin-bottom:0px;
         list-style-type: none;
         }
         .top-head .adm  li i{
         color:#fbffc2; 
         padding:0px 5px;
         }
         .top-head .social-icon ul{
         margin-bottom:0px;
         list-style-type: none;
         }
         .top-head .social-icon{
         float: right;
         margin-right: 34px;
         }
         .top-head .social-icon ul li{
         color:white;
         }
         .top-head .social-icon ul li a i{
         color:#fbffc2;
         }
         .top-head .social-icon ul li a{
         color:white;
         }
         .header .navbar-nav .nav-item .nav-link:hover{
         background-color: rgb(8, 192, 252);
         color: black;
         font-weight: 500;
         }
         #mainSlider{
         width:100%;
         overflow:hidden;
         }
         #mainSlider img{
         width:100%;
         height:auto;
         object-fit:cover;
         }
         #stats{
         background:#302d97;
         }
         .stat-box{
         margin: 10px 20px;
         }
         .stat-box{
         color:#fff;
         }
         .stat-icon-right{
         font-size: 36px;
         color: #f9bb00;
         background: #fff;
         width: 80px;
         height: 80px;
         border-radius: 50%;
         display:flex;
         align-items:center;
         justify-content:center;
         box-shadow:0 4px 10px rgba(0,0,0,0.2);
         }
         .counter{
         font-size:40px;
         font-weight:700;
         color:#ffdb6e;
         line-height:1;
         }
         #stats p{
         font-weight:600;
         color:#fff;
         margin:0;
         font-size:15px;
         }
         .text-left{
         text-align:left;
         }
         .plus-sign{
         font-size:40px;
         font-weight:700;
         color:#ffdb6e;
         margin-left:2px;
         }
         .why-section {
         background: #b2b0bd36;
         }
         .why-box{
         background:#fff;
         border-radius:10px;
         transition:0.3s;
         }
         .why-box:hover{
         transform:translateY(-6px);
         box-shadow:0 8px 25px rgba(0,0,0,0.15);
         }
         .why-icon{
         font-size:45px;
         color:#302d97;
         margin-bottom:15px;
         }
         .banner-section{
  position:relative;
  width:100%;
  overflow:hidden;
}

/* Common banner style */
.banner-section .banner-img{
  width:100%;
  height:auto;
  display:block;
}
@media screen and (max-width: 2560px) and (min-width: 426px){
/* Desktop only */
.banner-section.desktop-banner{
  display:block;
}

/* Mobile only */
.banner-section .mobile-banner{
  display:none;
}
}
/* Overlay */
/*.banner-section .banner-overlay{*/
/*  position:absolute;*/
/*  top:0;*/
/*  left:0;*/
/*  width:100%;*/
/*  height:100%;*/
/*  background:rgba(48,45,151,0.55);  */
/*  pointer-events:none;*/
/*}*/

/* Mobile View */
  @media screen and (max-width: 425px) and (min-width: 320px){
  .desktop-banner{
      display:none !important;
      
  }
  .mobile-banner{display:block;}
}

.contact-page{
  background:#f8f9fa;
}

.contact-box{
  background:#fff;
  padding:25px;
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  height:100%;
}

.contact-title,
.branch-heading,
.contact-subtitle{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  color:#302d97;
  margin-bottom:15px;
}

.contact-title i,
.branch-heading i{
  background:#302d97;
  color:#fff;
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}

.contact-subtitle i{
  color:#f9bb00;
}

.contact-box p{
  font-size:15px;
  color:#333;
  margin-bottom:10px;
}

.contact-box i{
  color:#f9bb00;
  margin-right:6px;
}
.contact-info-box{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.contact-box .icon-box {
    position: absolute;
    top: 2px;
    left: 0;
}
.contact-info-box p a{
    color:black;
    text-decoration:none;
}
.enquiry-box{
  background:#fff;
  padding:30px;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,0.1);
}

.enquiry-box h3{
  color:#302d97;
  font-weight:700;
}

.enquiry-box label{
  font-weight:600;
  margin-bottom:5px;
}

.enquiry-box .form-control{
  height:45px;
  border-radius:6px;
}

.enquiry-box textarea.form-control{
  height:auto;
}

.enquiry-box .btn-warning{
  font-weight:600;
  border-radius:30px;
}
.about-page{
  background:#fff;
}

.about-tagline{
  color:#302d97;
  font-weight:600;
}
.about-page .about-tagline{
      text-align:center;
}
.about-page p{
  text-align:justify;
  color:#333;
  text-indent:10px;

}
.about-feature p{
    text-align:center;
}
.about-feature h6{
        font-size: 19px;
    padding: 5px 0px;
}
.about-quote{
  background:#f8f9fa;
  padding:30px;
  border-left:5px solid #302d97;
  border-radius:8px;
}

.about-quote h4{
  color:#302d97;
  margin-bottom:10px;
}

.about-box{
  background:#fff;
  padding:25px;
  border-radius:10px;
  text-align:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.about-box i{
  font-size:40px;
  color:#f9bb00;
  margin-bottom:10px;
}

.about-feature{
  background:#f8f9fa;
  padding:20px;
  border-radius:10px;
  text-align:center;
  height:100%;
}

.about-feature i{
  font-size:40px;
  color:#302d97;
  margin-bottom:8px;
  margin-top:8px;
}
.director{
        text-align: center;
    background: beige;
    padding: 15px;
}
.director img{
    margin-bottom:10px;
    width:100%;
}
.director h5{
    color:brown;
    font-weight:600;
}
.director p{
    text-align: center; 
    margin-bottom:0px;
    font-size:15px;
}
.courses {
  background: #f6f9ff;
}

.courses .course-intro{
    text-align:center;
}



/* Course Boxes */
.course-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
.course-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

/* Shipping */
.course-title.shipping {
  background: linear-gradient(45deg, #0047ab, #00a2ff);
}

/* Aviation */
.course-title.aviation {
  background: linear-gradient(45deg, #5e17eb, #ff4d4d);
}
/* Hotel Management */
.course-title.hotel {
  background: linear-gradient(45deg, #ff9800, #ff5722);
}
/* Undergraduate Programmes */
.course-title.ug {
  background: linear-gradient(45deg, #2e7d32, #00c853);
}

.course-title i {
  font-size: 22px;
}

/* Badge */
.course-title .badge {
  margin-left: auto;
  background: #fff;
  color: #000;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
}

.course-box h4 {
  background: linear-gradient(45deg, #0d6efd, #00a2ff);
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Tables */
.course-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.course-box thead {
  background: #525252;
  color: #fff;
}

.course-box th,
.course-box td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.course-box tbody tr:nth-child(even) {
  background: #f8fbff;
}

.course-box tbody tr:hover {
  background: #eef5ff;
  transition: 0.3s ease;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .course-intro {
    font-size: 14px;
  }

  .course-box h4 {
    font-size: 16px;
    text-align: center;
  }

  .course-box th,
  .course-box td {
    font-size: 13px;
    padding: 8px 6px;
  }
}
.features-section {
  background: #f6f9ff;
}

.features-section h2 {
  /*color: #000099;*/
  /*font-weight: 700;*/
}

.features-intro {
 
  margin: 0 auto 30px;
  
  color: #333;
}

.feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-card i {
  font-size: 38px;
  color: #0d6efd;
  margin-bottom: 20px;
}

.feature-card h6 {
  font-size: 18px;
  
  color: #222;
  /*line-height: 1.4;*/
}
.placement-section {
  background: #f6f9ff;
}

.placement-section h2 {
  color: #000099;
  font-weight: 700;
}

.placement-intro {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 15px;
  color: #333;
}

.placement-card {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.placement-card:hover {
  transform: translateY(-6px);
}

.placement-card img {
  width: 100%;
  /*height: 230px;*/
  /*object-fit: cover;*/
  border-radius: 10px;
}


.placement-card p {
      font-size: 16px;
    color: #424344;
    margin-bottom: 5px;
    line-height: 24px;
}
.placement-info {
  padding-top: 10px;
}

.placement-info h6 {
    font-weight: 700;
    margin-bottom: 9px;
    color: #222;
    font-size: 20px;
}

.placement-place {
  display: block;
  font-size: 17px;
    color: #3834b7;
  margin-bottom: 3px;
  font-weight:700;
}
.placement-place i{
  color: #f34d25;
}
.placement-card p i{
    font-size: 15px;
    color: #f34d25;
}
.placement-airport {
  font-size: 13px;
  color: #0d6efd;
  margin-bottom: 0;
}

.placement-info i {
  margin-right: 4px;
}

         /* Desktop banner height */
         @media (min-width: 768px){
         #mainSlider img{
         max-height:520px;
         }
         }
         /* Mobile banner height */
         @media (max-width: 767px){
         #mainSlider img{
         max-height:380px;
         }
         }
         @media screen and (max-width: 425px) and (min-width: 320px){
         .header .top-header  .admision{
         display:none;
         }
         .header .top-header .avi{
         display:none; 
         }
         .header .social-icon{
         display:none;
         }
         .header .top-head .adm{
         text-align:center;
         }
         .header .top-head .adm ul{
         margin-left:40px;
         }
         .header .top-head .adm ul li span{
         text-align:center;
         display: block;
         }
         .announce {
         height: 124px;
         }
         .announce h5 {
         background: #2d2d91;
         padding: 15px;
         font-size: 15px;
         }
         .stat-box{
         margin: 20px;
         }
         .justify-content-center {
         justify-content: none !important;
         }
         }
         