#idForm label{
    color:#fff;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: #9D080D;
    position: fixed;
    width: 100%;
    z-index: 99;
}
a.navbar-brand {
    position: absolute;
    top: 0;
}
a.nav-link.admission {
    background: white;
    color: black !important;
    font-weight: 600;
    border-radius: 10px;
    padding: 6px 23px !important;
}
a.nav-link.phone {
    color: white !important;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 700;
}
.banner-section {
    /* background: #9C0C0C url(./img/light.png); */
    /* background-blend-mode: luminosity; 
    background-size: cover;
    background-position: center;
    opacity: 0.7;  */
    background-image: url('./img/bann1.JPG');
    background-size:100% 122%;;
    padding-top: 6%;
}
.bann-head {
    color: white;
    font-size: 39px;
    width: 80%;
    font-weight: 800;
    background: #8f020263;
    margin-top: 7%;
    border-radius: 10px;
    padding: 10px;
}
.features {
    color: white;
    margin-left: 14px;
}
.feature{
    color: white;
}
.bann-para {
    color: white;
    font-size: 18px;
    width: 80%;
    background: #8b00008c;
    padding: 10px;
    border-radius: 10px;
}
.img-f1{
    height: 100%;
    width: 100%;
}
.img-f2{
    width: 100%;
    height: 100%;
}
.addmission-form {
    border-radius: 10px;
    padding: 20px;
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
    background: #9D090D;
    margin-top: 6%;
}
.faci-sec{
    background: #9b0303f2;
}
.sub-btn{
    border: none;
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    font-weight: 600;
}
.sub-btn1{
    border: none;
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    font-weight: 600;
    background: #9D090D;
    color: white;
}
.form-title{
    text-align: center;
    font-size: 23px;
    color: white;
}
.Facilities{
    text-align: center;
    font-size: 30px;
    color: #E75D5D;
}
.infra{
    text-align: center; 
}
.card-title{
    text-align: center;
    font-size: 16px!important;
}
p.card-text {
    font-size: 14px;
}
.fee{
    text-align: center;
    font-size: 30px;
    color: #E75D5D;
}

.structure{
    border: 1px solid gainsboro;
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(45deg, #b133333b, transparent);
    
}
/* .admission-btn {
    background: white;
    color: black !important;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
} */
.admission-btn {
    padding: 10px 20px;
    font-size: 18px;
    color: #077eff;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    animation: shimmer-text 2s infinite;
    font-weight: 700;
}

/* Shimmer text color animation */
@keyframes shimmer-text {
    0% { color: #007bff; }
    25% { color: #ff0000; }
    50% { color: #ffd700; }
    75% { color: #ff00c3; }
    100% { color: #00ffe1; }
}

.admission-btn:hover {
    animation-play-state: paused; /* Pauses animation on hover */
}

.card-img-top-st{
    width: 170px;
    height: 200px;
}

a#addmision {
    text-decoration: none;
    padding: 3px 15px;
    background: #9E090D;
    color: white;
    font-weight: 500;
    border-radius: 5px;
}

.card-img-overlay {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(156, 12, 12, 0.8); /* Red overlay with opacity */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease; /* Smooth fade-in transition */
    text-align: center;
    font-size: 1rem;
    padding: 93px 7px;
}

.card:hover .overlay-text {
    opacity: 1; /* Show text on hover */
}
.card-img-overlay {
    position: relative!important;}
.footer{
    background-color: #222222;
    padding: 40px;
}
h4.footer-title {
    color: white;
    font-size: 20px;
}
.foot-para {
    color: #e1cccc;
    font-size: 13px;
}
.foot-para-list {
    color: #e1cccc;
    font-size: 13px;
    line-height: 28px;
}
.foot-link{
    color: #e1cccc;  
    text-decoration: none;
}
.rights{
/*    text-align: left;*/
/*    float: left;*/
    color: #e1cccc;
    border-top: 1px solid;
    margin-top: 17px;
    padding-top: 14px;
}
.spt{
    text-align: center;
    background: #9D0B0D;
    padding: 13px;
    color: white;
    font-size: 27px;
}
.custom-select {
    max-height: 6em; /* Set height for approximately 3 options */
    overflow-y: auto; /* Enable vertical scroll */
}
.navbar-light .navbar-toggler {
    margin-left: 82%;
    background: white;
}
@media screen and (min-width:412px) and (max-width:915px){
    nav.navbar.navbar-expand-lg.navbar-light {
        background: #9D080D;
        position: relative;
        width: 100%;
        z-index: 99;
    }
    .bann-head {
        margin: auto;
        margin-bottom: 10px;
    }
    .bann-para {
        margin: auto;
    }
    .admission-btn {
        margin-left: 38px
    }
    .addmission-form {
        width: 80%;
    }
    .navbar-collapse {
        margin-top: 34%;
    }
     .ba{
            margin-top: -11px;
    }
    .26{
            margin-left: 20px;
    }
     a.nav-link.admission-btn.\32 6{
            margin-left: 20px;
            padding-left: 14px;
    }
}
@media screen and (min-width:360px) and (max-width:740px){
    nav.navbar.navbar-expand-lg.navbar-light {
        background: #9D080D;
        position: relative;
        width: 100%;
        z-index: 99;
    }
    a.nav-link.admission-btn.\32 6{
            margin-left: 20px;
            padding-left: 14px;
    }
    .bann-head {
        margin: auto;
        margin-top: 7%;
        margin-bottom: 10px;
    }
    .navbar-collapse {
        margin-top: 34%;
    }
    .bann-para {
        margin: auto;
    }
    .admission-btn {
        margin-left: 38px
    }
    .addmission-form {
        width: 80%;
    }
    .banner-section {
     
        
        padding-top: 6%;
        background-size: cover;
    }
    .ba{
            margin-top: -11px;
    }
    a.nav-link.admission-btn.\32 6{
            margin-left: 20px;
    }
}

/* .banner-section {
    position: relative;
    overflow: hidden;
    width: 100%; 
 
}

.video-background {
    position: absolute;
    top: 23px;
    left: 0;
    width: 104%;
    height: 120%;
    z-index: -1;
}

.video-background iframe {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.banner-section .container {
    position: relative;
    z-index: 2;
    color: #fff;
} */
 .life{
    color: white;
    text-align: center;
    font-size: 23px;
 }
 .life-para{
    color: white;
    font-size: 15px;
   
 }
.fixedButton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    z-index: 9999;
    animation: moveUpDown 1.5s ease-in-out infinite;
}
.roundedFixedBtn {
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 2em;
    font-weight: bold;
    border-radius: 52%;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    cursor: pointer;
    padding-top: 0px;
}
.fixedButto {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    border-radius: 30%;
    z-index: 99999;
    animation: moveUpDown 1.5s ease-in-out infinite;
}
.roundedFixedBt {
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 2em;
    font-weight: bold;
    border-radius: 50%;
    color: white;
    text-align: center;
    cursor: pointer;
}
.vert-move{
    width: 50px;
}


@keyframes moveUpDown {
    0% {
        transform: translateY(0); /* Initial position */
    }
    50% {
        transform: translateY(-40px); /* Move up */
    }
    100% {
        transform: translateY(0); /* Move back to the initial position */
    }
}
.hos{
    background-color: #9D0B0D;
}
.ul1{
    font-size: 13px;

}
.card__three {
    &::before,
    &::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale3d(0, 0, 1);
      transition: transform .3s ease-out 0s;
      background: rgba(255, 255, 255, .1);
      content: '';
      pointer-events: none;
    }
  
    &::before {
      transform-origin: left top;
    }
  
    &::after {
      transform-origin: right bottom;
    }
  
    &:hover,
    &:focus {
      &::before,
      &::after {
        transform: scale3d(1, 1, 1);
      }
    }
  }