li,
a {
    color: #0058B0;
    text-decoration: none;

}

a:hover {

    color: #92D01B;

}


.hover-underline {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hover-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: black;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
}

.hover-underline:hover::after {
    width: 100%;
    left: 0;
    background: #EA6124;
}

h1 {
    font-family: rowdies;
}

h2 {
    font-family: saira;
}

.footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.footer a {
    display: block;
    background: #25D366;
    /* WhatsApp color */
    color: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.footer a:hover {
    background: #128C7E;
    /* Darker green */
}

.footer i {
    font-size: 24px;
}

@media screen and (max-width: 600px) {

    .textresponsive {
        font-size: 12px;
        margin: auto;


    }
}

 /* on page css  start here */

 .nav-item a {
    font-family: "Saira", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.sech1 {
    font-family: "Saira", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.abouttxt {
    font-family: "Saira", sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #005c92;
    color: #fff;
    padding: 0px 8px 0px 5px;
    border-radius: 8px;
}

.abouthead1 {
    font-family: "Saira", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.collegetxt1 {
    font-family: "Saira", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.collegetxt2 {
    font-family: "Saira", sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.statetxt {
    font-family: "Saira", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #005C92;
}

.hover-underline {
    font-family: "Saira", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.statecard {
    border: none;
    /*box-shadow: 0px 3px 0px 0px lightgrey !important;*/
    box-shadow: 0px 4px 4px 2px lightgrey !important;
}

.wewill {
    font-family: "Saira", sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.there {
    font-family: "Saira", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.intop {
    font-family: "Saira", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0A142F;
}

.topindia {
    font-family: "Rowdies", sans-serif;
    font-size: 45px;
    font-weight: 400;
}

.statewise {
    font-family: "Rowdies", sans-serif;
    font-size: 45px;
    font-weight: 700;
}

  /* Position carousel controls at the top-right */
  .carousel-controls-top-right {
    position: absolute;
    top: -60px; /* Adjust distance from the top */
    right: 20px; /* Adjust distance from the right */
    display: flex;
    padding-bottom: 50px;       
    gap: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    position: static; /* Removes Bootstrap default positioning */
    width: 32px;
    height: 32px;
    background-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
display: inline-block;
width: 1rem !important;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1); /* Ensures visibility on dark backgrounds */
}

.card-cover-img {
    background-image: url('../../card-img/NITK Surathkal.svg');
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img1 {
    background-image: url("../../card-img/Manipal Institute of Technology (MIT).svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img2 {
    background-image: url("../../card-img/Visvesvaraya Technological University (VTU), Belgaum.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img3 {
    background-image: url("../../card-img/International Institute of Information Technology (IIIT), Bangalore.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img4 {
    background-image: url("../../card-img/M. S. Ramaiah Institute of Technology (MSRIT), Bengaluru.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img5 {
    background-image: url("../../card-img/Christ University, Bengaluru.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img6 {
    background-image: url("../../card-img/Jain University, Bengaluru.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img7 {
    background-image: url("../../card-img/R.V. College of Engineering (RVCE), Bengaluru.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img8 {
    background-image: url("../../card-img/Siddaganga Institute of Technology (SIT), Tumkur.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img9 {
    background-image: url("../../card-img/Indian Institute of Technology (IIT), Dharwad.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img10 {
    background-image: url("../../card-img/Indian Institute of Technology Bombay.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img11 {
    background-image: url("../../card-img/Visvesvaraya National Institute of Technology Nagpur.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img12 {
    background-image: url("../../card-img/Institute of Chemical Technology Mumbai.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img13 {
    background-image: url("../../card-img/Defence Institute of Advanced Technology Pune.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img14 {
    background-image: url("../../card-img/COEP Technological University (College of Engineering Pune).svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img15 {
    background-image: url("../../card-img/Veermata Jijabai Technological Institute Mumbai.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img16 {
    background-image: url("../../card-img/Bharati Vidyapeeth Deemed University College of Engineering Pune.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img17 {
    background-image: url("../../card-img/Shri Ramdeobaba College of Engineering and Management Nagpur.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img18 {
    background-image: url("../../card-img/Vishwakarma Institute of Technology Pune.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img19 {
    background-image: url("../../card-img/MIT World Peace University Pune.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img20 {
    background-image: url("../../card-img/Indian Institute of Technology Kharagpur.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img21 {
    background-image: url("../../card-img/jadavpur University.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img22 {
    background-image: url("../../card-img/National Institute of Technology Durgapur.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img23 {
    background-image: url("../../card-img/Indian Institute of Engineering Science and Technology, Shibpur.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img24 {
    background-image: url("../../card-img/Institute of Engineering and Management.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img25 {
    background-image: url("../../card-img/University of Engineering and Management.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img26 {
    background-image: url("../../card-img/Heritage Institute of Technology.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img27 {
    background-image: url("../../card-img/Narula Institute of Technology.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img28 {
    background-image: url("../../card-img/Bengal Institute of Technology.svg");
    width: 380.689px;
    height: 290.683px;
}

.card-cover-img29 {
    background-image: url("../../card-img/Techno India University.svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img30 {
    background-image: url("../../card-img/National Institute of Technology Rourkela.svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img31 {
    background-image: url("../../card-img/Indian Institute of Technology Bhubaneswar.svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img32 {
    background-image: url("../../card-img/Kalinga Institute of Industrial Technology (KIIT).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img33 {
    background-image: url("../../card-img/Siksha 'O' Anusandhan University (SOA).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img34 {
    background-image: url("../../card-img/Veer Surendra Sai University of Technology (VSSUT).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img35 {
    background-image: url("../../card-img/Indira Gandhi Institute of Technology (IGIT).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img36 {
    background-image: url("../../card-img/College of Engineering and Technology (CET).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img37 {
    background-image: url("../../card-img/International Institute of Information Technology Bhubaneswar (IIIT-Bh).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img38 {
    background-image: url("../../card-img/Centurion University of Technology and Management (CUTM).svg");
    width: 380.689px;
    height: 290.683px;
}
.card-cover-img39 {
    background-image: url("../../card-img/Gandhi Institute for Technological Advancement (GITA).svg");
    width: 380.689px;
    height: 290.683px;
}





.card-container-card {
    border-radius: 8.075px;
    border: 1.346px solid #D7D7D7;
    background: #FFF;
    width: 380.689px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: hidden;
}

.card-container-card:hover {

    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

.card-button:hover {
    background-color: #0058A0 !important;
    border: 1px solid #0058A0 !important;
    color: #ffffff !important;
}

.card-blur-filter {
    backdrop-filter: blur(15px);
    display: flex;

    height: 70px;
    padding: 5px 10px;
    justify-content: start;
    align-items: center;
  
    gap: 10px;
  
    position: absolute;
    bottom: 0;
    width: 100%;
}

.card-blur-filter p {


    margin-bottom: 0rem !important;

}

.banner-container {
    top: 0;
    left: 0;
    color: #008A82;
    font-size: 17px;
    font-weight: 500;
    padding: 18px;
    border-radius: 8.075px;
    background: #D7D7D7;
}

.card-img{
background-color: white;
width: 60px !important;
    height: 60px !important; 
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-img img{
    width: 50px !important;
    height: 50px !important;
    border-radius: 20%;
    padding: 5px;
}

/* css for srm collage  page  */

.outlookbg {
    background-image: url("../../card-img/srm-universityss.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 50vh;
}

.cover-img {
    background-image: url("../../card-img/outlook-img3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cover-img2 {
    background-image: url("../../card-img/outlook-img4.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-hover-button {
    position: relative;
    padding: 10px 32px;
    border: 2px solid #9DCF18;
    background-color: transparent;
    color: #9DCF18;
    
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 14px;
}

    .slide-hover-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #9DCF18;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        z-index: -1;
    }

    .slide-hover-button:hover::before {
        transform: scaleX(1);
    }

    .slide-hover-button:hover {
        color: #fff;
    }



