#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
h6, h5, h4, h3, h2, h1{
        font-family: Calibri;
        font-weight: 600;
}
.mid-txt, .mid-txt h2{
    color:#5F259F; text-align:center; font-family:Calibri;
}
.left-txt{
    color:#5F259F; 
}
.thumbnail{
    background-color:#F0E8F5;
}
.thumbnail img{
    width:100%
}
.about h3, .about h5 {
    color: #5C239C;
    font-size: 18px;
}
.service-item h5{
    color: #000;
}
/*** Spinner End ***/
.b2
{
    
    color:red;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .service {
        border-color:red;
    }
}


/*** Service Start ***/
.service-item {
border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    color: white;
    justify-content: center;
    height: 70px;
    text-align: center;
    border: 5px solid #e1e1e2;
    transition: transform 0.3s ease;

}

.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid #572483;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: #572483;
}
.feature .feature-item:hover .feature-content, .feature .feature-item:hover .feature-content h5{
    color: #fff !important;
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/HIT.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-text {
        background: #5c1d86;
    padding: 8px;
    text-align: center;
   
}
.top-text h2{
    color: #fff;
        font-family: 'Open Sans';
}

/* General Section Styles */
#ranking-section {
    background-color: #4A148C; /* Purple background */
    color: white; /* White text */
    padding: 50px 0; /* Spacing above and below */
}

.section-title-cl {
    color: #FFD700; /* Gold color for heading */
    font-weight: bold;
    font-size: 45px;
    font-family: Calibri;
    margin-bottom: 20px;
}

.section-description {
    margin: 0 auto;
    font-size: 16px;
    max-width: 800px;
    line-height: 1.6; /* Comfortable line height for readability */
    margin-bottom: 40px;
}

/* Ranking Box Styles */
.ranking-box {
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    color: white;
    text-align: center;
    border: 2px solid #FFD700; /* Gold border */
    transition: transform 0.3s ease; /* Smooth zoom-in effect on hover */
}

.ranking-box h3 {
    font-size: 50px; /* Large font for rank */
    font-weight: bold;
    margin: 10px 0;
    color: #fff;
    font-family: Calibri;
}

.ranking-box p {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
    text-transform: uppercase;
    color: #ffd700;
}

.ranking-box:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}



#placement-record {
    position: relative;
    height: 480px; /* Adjust based on your design */
    color: white;
    text-align: center;
    overflow: hidden;
}

#placement-record::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 114%;
    background: url(../img/r1.jpg) repeat-x;
    background-size: contain;
    -webkit-animation: slide 70s linear infinite;
    animation: slide 70s linear infinite;
    z-index: 1;

}

@-webkit-keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* Slide the background horizontally */
    }
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* Slide the background horizontally */
    }
}

/* Overlay Styling */
#placement-record .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a0b7ecc; /* Black overlay with 50% opacity */
    z-index: 2; /* Ensures overlay is above the background */
}

/* Content Styling */
#placement-record .content-wrapper {
    position: relative;
    z-index: 3;
    /* padding: 90px 20px; */
    color: white;
    top: 35%;
}

#placement-record h2 {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Calibri;
    color: #fff;
}
#placement-record p {
    font-size: 22px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.p-6{
    padding: 6px;
}

.rounded {
    border-radius: 10px !important;
  
}
.text-bt{
    padding: 10px;
}
.alumni-sec h2{
    color:white;
     font-family:Calibri;
     font-size: 56px;
}
.alumni-sec p{
    color:white; 
    font-family:Calibri;
    font-size: 16px;
    text-align: justify;
}
.mid-btn{
   background: #fff;
    margin-top: 52px;
    padding: 16px 70px;
    font-size: 22px;
    border: 0;
    color: #5f259f;
    font-weight: 600;
    border-radius: 20px;
}

.alumni-sec a:hover {
    color: #5f259f !important;
    border-radius: 20px;
}

.tabs ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.tabs ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    background: #201f1f;
    border-radius: 4px;
    color: #fff;
}

.tabs ul li a {
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}



.footer {
    background: #572483;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0 40px 0;
}


.footer h3{
    color: #ffd700;
    font-family: Calibri;
    font-size: 40px;
}
.footer h4{
    color: #fff;
    font-family: Calibri;
    font-size: 30px;
}

.footer img{
    width: 200px;
}
.footer p{
    color: #fff;
    font-family: Calibri;
    font-size: 16px;
    margin-top: 70px;
}
.fix-footer {
    position: fixed;
    bottom: 3%;
    z-index: 999;
    left: 0;
}
.fix-footer .second {
    animation: first 1800ms infinite;
    color: #fff !important;
}

.second {
    background: #572483;
    display: block;
    border: 1px solid #572483;
    padding: 12px 15px;
    margin: 10px 0;
    font-weight: bold;
    border-radius: 0 35px 35px 0;
    box-shadow: 0 0 12px 0px #060606b0;
    color: #fff;
    font-size: 16px;
}
.fix-footer i{
    transform: rotate(90deg);
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF !important;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}
.form-group i, .merge_field_div i{
        position: absolute;
      top: 10px;
    left: 7px;
    color: #eb1b2b;
    z-index: 99;

}
.merge_field_div i{
    transform: rotate(90deg);
}
.form-group, .merge_field_div{
    position: relative;
}
li::marker {
  color: #5F259F;
}
.divider {
  font-size: 2px;
  display: flex;
  align-items: center;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 3px;
  background-color: #5F259F;
  margin: 3px;
}

span#otpunverifiedMobile {
    display: none;
}
.color-class .StateId:before, .color-class .CityId:before, .color-class .CourseId:before{
    display: none;
}

.mobile-view{
    display: none;
}

.pd-100{
    padding: 0 100px;
}




/* Responsive Adjustments */
@media (max-width: 768px) {
    .mobile-view{
        display: block;
    }
    .ranking-box {
        margin: 20px auto; /* Center the boxes on smaller screens */
    }
    .desktop{
        display: none;
    }

    .section-title-cl {
    color: #FFD700;
    font-weight: bold;
    font-size: 37px;
    font-family: Calibri;
    margin-bottom: 20px;
}
.section-description {
    margin: 0 auto;
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 40px;
}

#placement-record .content-wrapper {
    position: relative;
    z-index: 3;
    padding: 60px 20px;
    color: white;
    top: 2%;
}

#placement-record h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Calibri;
    color: #fff;
}
#placement-record p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.alumni-sec h2 {
    color: white;
    font-family: Calibri;
    font-size: 42px;
}
.team-item{
    margin-bottom: 20px;
}
.team-item img{
    border-radius: 20px;
}

.tabs ul li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    background: #201f1f;
    border-radius: 4px;
    color: #fff;
    margin: 9px 0;
}
.tabs ul li a {
    text-decoration: none;
    padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
}
.section-title {
   
    margin: 0 auto !important;
}
.footer img {
    width: 150px;
}
.footer h3 {
    color: #ffd700;
    font-family: Calibri;
    font-size: 35px;
}

.footer h4 {
    color: #fff;
    font-family: Calibri;
    font-size: 26px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 10px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.footer {
    background: #572483;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0 80px 0;
}
.feature-item {
    flex: 0 0 auto; /* Prevent shrinking of items */
    width: 100%; /* Adjust size for mobile view */
}
.feature .feature-item {
    position: relative;
    display: inline-block;
    border: 1px solid #572483;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}
.mb{
    margin-bottom: 0;
}

  .feature .feature-item::before {
  
    display: none;
}
.tabs ul li a {
    text-decoration: none;
    padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
}

.pd-100{
    padding: 0;
}
.about .about-img{
    padding-left: 0 !important;
}
#placement-record {
    position: relative;
    height: 300px;
    color: white;
    text-align: center;
    overflow: hidden;
}
#placement-record::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 197%;
    height: 115%;
    background: url(../img/r1.jpg) repeat-x;
    background-size: contain;
    -webkit-animation: slide 70s linear infinite;
    animation: slide 70s linear infinite;
    z-index: 1;
}
.table>:not(caption)>*>* {
    padding: .5rem .4rem;}
}
.owl-nav, .owl-dots{
    display: none;
}