html, body {
  height: auto;
  overflow-x: hidden; /* keep horizontal hidden */
  overflow-y: auto;   /* enable vertical scroll */
}
/* .container {
  height: 100vh;
  overflow: visible;
} */
.menu-open {
  overflow: auto !important;
}
body {
  -webkit-overflow-scrolling: touch;
}




h5.card-title {
font-weight: 600;
text-transform: uppercase;
color: #0e244c;
font-size: 18px;
}
button.navbar-toggler {
    background: #000;
}
.card:hover {
transform: translateY(-5px);
transition: all 0.3s ease;
}
.list-unstyled li {
margin-bottom: 0.5rem;
    color: #172742;
    font-weight: 400;
    font-size: 16px;
}
p.card-text{
        font-size: 15px;
    /*text-align: justify;*/
    color: #0e244c !important;
}
p.txt_modify{
    font-size: 15px;
    color: #333;
    margin: 0;
}
.card ol li{
  color: #0e244c;
    font-size: 15px;
    list-style-type: disc;
    font-weight: 400;
}
.about_ctnt{}
.about_ctnt h2{
        font-weight: 600;
    color: #0e244c;
}
.about_ctnt p{
        color: #10152a;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
}
.about_ctnt h5{
    font-weight: 600;
    color: #0e244c;
}
.about_ctnt ul li{
        color: #10152a;
    font-weight: 300;
    font-size: 16px;
}
.txt_line{
  color: #233166;
  font-weight: 600;
}
.border_1{
  border: 1px solid #15284a;
}
.bg-dark_clr{
  /*background: #0e162c;*/
  background: #f3f3f3;
}
.card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}
.text_clr_1{
  color: #0e244c;
}


.card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}
.card-img-top {
  height: 200px;
  object-fit: cover;
}
.card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}


h3.display-4 {
  color: #e56f3b; /* gold highlight for numbers */
}

footer a:hover {
  color: #ffb900 !important; /* gold hover effect */
  text-decoration: none;
}
.footer_txt p a{
  font-size: 15px;
  letter-spacing: 0.5px;
}
.list-unstyled li a{
  font-size: 15px;
  letter-spacing: 0.5px;
}
.navbar-nav .nav-link {
  font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 15px;
    color:#0e244c !important;
    letter-spacing: 1px;
}
.navbar-nav .nav-link:hover {
  color: #0e244c !important; /* golden hover effect */
}
body {
  padding-top: 100px; /* adjust based on header height */
}
.footer-bottom {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
.logo {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #e56f3b;
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo .icon {
  font-size: 36px;
  color: #e56f3b; /* Gold trophy */
}
.logo .text strong {
  color: #0e244c; /* Blue for "Excellence" */
  font-weight: 600;
}

li.nav-item {
    margin: 0 0 0 10px;
}
.bg-light_1{
    /*background: #ffb900;
    background: #dbdbdb;*/
    background: #0e244c;
}
.text-secondary_1 {
    color: #fff !important;
        font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
#courses_cat{position: relative;}
#courses_cat::after{
  content: '';
  background: #000 url(../images/sports.png);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-position: 100% 100%;
    background-repeat: repeat; */
    z-index: -1;
}
#impact{
  background: #000 url(../images/footer.png);
    /* background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover; */
}
.card-body{
  background: #fff;
  z-index: 9;
}
.bg-light_clr{
  background-color: #fff;
}
.fixed-top{
  box-shadow: 0 4px 7px #33333336;
    /* border-bottom: 1px solid #0e244c; */
}
.text-warning_clr{
  color: #e56f3b;
}
/*===================media query starts here===================================*/



@media only screen and (min-width:320px) and (max-width:479px) 
{

.logo{font-size: 14px;}
.logo .icon{font-size: 25px;}

.footer-bottom {font-size: 14px;}
button.navbar-toggler {background: #0e244c;}
#impact{background: repeating-linear-gradient(180deg, #000000b0, #161c34fa 800px) !important;}



}
@media only screen and (min-width:360px) and (max-width:639px) 
{
.logo{font-size: 18px;}
.logo .icon{font-size: 30px;}

.footer-bottom {font-size: 14px;}
button.navbar-toggler {background: #0e244c;}
#impact{background: repeating-linear-gradient(180deg, #000000b0, #161c34fa 700px) !important;}
}


@media only screen and (min-width:480px) and (max-width:639px) {


}


/*===================media query starts here===================================*/


