body {
margin: 0;
padding: 0;
font-family: 'DM Sans', sans-serif;
}
body  p{
font-size: 16px !important;
}


.text-warning{
color:#f37f06 !important;
}
.bg-warning{
background-color:#111 !important;
color:#fff;
}
.bg-warning .bi{
color:#f37f06 !important;
}
.btn-warning{
background-color:#f37f06;
color:#fff;
border-radius: 5px;
border-color: none;
border:none;
}

.btn-warning:hover{
background-color: #000;
color:#fff;
}

.top-bar {
  background: #f37f06;
  color: #fff;
  font-size: 0.875rem;
  padding: 9px 0px;
}
.top-bar a{
 color: #fff;
 text-decoration: none;
 font-size: 18px;
}
.socialIcons a{
 color: #fff;
 text-decoration: none;
 font-size: 18px;
}
.socialIcons span{
font-size: 18px;
}
.top-bar .bi{
  border: 1px solid #eee;
  padding: 1px 6px;
  border-radius: 6px;
}
.top-bar .container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.3rem 0;
}

.navbar-custom {
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
z-index: 1020;
padding: 0px;
}
.nav-link {
  color: #333;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.nav-link:hover{
color: #f37f06;
transition: 0.3s;
}
.navbar-nav .nav-item{
    padding: 0px 4px;
}

.navbar-brand {
font-weight: bold;
display: flex;
align-items: center;
}

.navbar-brand img {
width:200px;
margin-right: 10px;
}

/* ########### HOME PAGE CSS #############*/

.hero-section {
background: url('banner.jpg') no-repeat center center/cover;
/*height: 90vh;*/
display: flex;
align-items: center;
color: white;
text-align: left;
position: relative;
}
.hero-banner{
   height: 95vh;
}
.hero-overlay {
background-color: rgba(0, 0, 0, 68%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hero-content {
position: relative;
z-index: 2;
padding: 0 2rem;
}

.feature-box {
padding: 2rem 1rem;
text-align: center;
transition: all 0.3s ease;
}

.feature-box.bg-dark {
color: #fff;
}

.feature-box i {
font-size: 2rem;
margin-bottom: 1rem;
color: #ffc107;
}

.feature-box h5 {
font-weight: bold;
margin-bottom: 1rem;
}

.display-5 {
  font-size: 3rem;
  line-height: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 26px !important;
  font-weight: bold;
  color:#fff;
}
.offcanvas .nav-link{
color:#fff;
font-size: 21px;
}

.offcanvas .nav-link:hover{
color: #f37f06;
transition: 0.3s;
}
.offcanvas .nav-item{
border-bottom: 1px solid #444;
}

.display-2 {
  
}
.desktopNav{
padding-left: 40px;
padding-right:40px;
}

@media only screen and (max-width: 768px) {
  .hero-banner{
    height: 80vh;
  }
 .desktopNav{
          padding-left: 2px;
        padding-right: 8px;
 }

.display-2 {
      font-size: 48px;
      line-height: 48px;
  }
}
@media (min-width: 1200px) {
.display-2 {
   font-size: 4.5rem;
   line-height: 1;
  }

  .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.why-choose .col-lg-4{
  border-right: 1px solid #666;
}

/*.text-orange { color: #f26522; }
.btn-warning {
  background-color: #f26522;
  border-color: #f26522;
}
.btn-warning:hover {
  background-color: #d8541d;
  border-color: #d8541d;
}*/

#moveTopBtn {
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .bg-orange {
    background-color: #f26522;
  }


  .process_sec .card{
    background-color: transparent;
    border:1px solid #333;
  }

  .process_sec .card h4{
    color: #fff !important;
    font-weight: bold;
    margin-top: 20px;
  }

   .process_sec .card p{
    color: #eee; 
  }



  .video-box img {
    filter: grayscale(100%);
    transition: 0.3s ease;
  }
  .video-box:hover img {
    filter: grayscale(0%);
  }
  .play-btn {
    font-size: 3rem;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s;
  }
  .play-btn:hover {
    transform: scale(1.2);
    color: #f26522;
  }
  /* ########### END HOME PAGE CSS #############*/



  /* ########### ABOUT PAGE CSS #############*/
  .admission-section {
    position: relative;
  }

  .admission-section img {
    display: block;
    width: 100%;
    height: auto;
  }

  .admission-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* dark transparent overlay */
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 20px;
  }
 /* ########### END ABOUT PAGE CSS #############*/