body {
    background-color: #F5F5F5 !important;
    font-family: "Arial" !important;
}

a {
    text-decoration: none !important;
}

.container-info .text-sub:hover {
    color: #0084CE;
}


.main-button {
    background-color: #004064 !important;
    color: white !important;
    border: 0px;
    padding: 14px 24px !important;
    border-radius: 8px !important;
}

.main-button:hover {
    background-color: #0084CE !important;
    transition: 1s;
}

.navbar {
    background-color: white !important;
    padding: 25px !important;
    box-shadow: 0 0 5px;
}

.navbar-nav {
    gap: 50px;
    align-items: center;
}

.nav-link, .navbar-brand {
    color: #004064 !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}

.students {
    background-image: url("images/main.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.students-content {
    max-width: 800px;
}

.students-text1 {
    font-size: 64px;
    font-weight: 700;
}

.students-text2 {
    font-size: 24px;
    font-weight: 400;
}

.text-main {
    color: #004064;
    font-size: 40px;
    font-weight: 700;
}

.text-sub {
    color: #828282;
    font-size: 24px;
    font-weight: 400;

    margin-top: 0;
    margin-bottom: 0;
}

.card-entry {
    background-color: white;
    max-width: 800px;
    padding: 25px;
    border-radius: 25px;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.card-entry:hover {
    transform: scale(1.05);
}

.card_opp {
    max-width: 400px;
    text-align: center;
}

.card-entry-main {
    margin: 50px 50px 0px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.complect-text {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
    max-width: 1100px;
}

.indent-block {
    padding: 50px 50px 0px 50px;
}

.form-control {
    color: #828282 !important;
}

.search-button {
    background-color: #004064 !important;
    color: white !important;
    border: 0px !important;
}

.search-button:hover {
    background-color: #0084CE !important;
    transition: 1s;
}

.text-desc {
    color: black;
    font-size: 24px;
    font-weight: 400;

    margin-top: 0;
    margin-bottom: 0;
}

.card-container {
    max-width: 520px;
    padding: 32px 32px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    transition: transform 0.2s ease-in-out;
}

.card-container:hover {
    transform: scale(1.05);
}

.image-college {
    display: block;
    margin: 0 auto;
    max-height: 200px;
    max-width: 100%;
}

.align-emblem {
    align-content: center;
    text-align: center;
}

.align-content {
    align-content: center;
}

.margin-college-text {
    margin-bottom: 20px;
}

.margin-content {
    margin-bottom: 25px;
}

.check {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.link_site {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.container-info {
    display: flex;
    align-items: center;
}

.content-media {
    display: flex;
    gap: 25px;
}

.spec-container {
    margin: 50px 10px 0px 10px;
    gap: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.cap-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.cap-container-emblem {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px;
}

.cap-emblem {
    max-width: 70%;
    max-height: 70%;
}

.head-college {
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    border-radius: 0px 0px 100px 100px;
}

.college-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}




.compact-slider {
    max-width: 1000px;
    margin: 50px auto 0 auto;
}

.compact-slider .carousel-item {
    position: relative;
}

.compact-slider .carousel-item::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.compact-slider .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: #004064;
    transition: 1s;
}






.footer-copp {
    height: 100vh;
    margin-top: 50px;
    padding: 25px;
    background-color: #004064;
}

.footer-text-main {
    color: white;
    font-size: 16px;
}

.footer-text-sub {
    color: white;
    font-size: 14px;
}

.img-footer {
    max-width: 45px;
}

.footer-container-inner {
    max-width: 500px;
}






.city_button {
    background-color: #0084CE;
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
}
.city_button:hover {
    background-color: white;
    transition: 1s;
}
.map-container {
    margin: 50px auto auto auto;
    position: relative;
    width: 600px;
}
.map-image {
    width: 100%;
    height: auto;
}
.marker {
    position: absolute;
    display: inline-block;
}
.tooltip {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    pointer-events: none;
}
.marker .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.marker .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.marker:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}







@media (max-width: 474px) {
    .align-items-center {
        justify-content: center;
    }
    .name-college {
        text-align: center;
        padding: 15px;
    }
}


@media (max-width: 600px) {
    .map-rb {
        display: none;
    }   
}


@media (max-width: 630px) {
    .text-main {
        font-size: 24px;
    }   
}


@media (max-width: 700px) {
    .students-text1 {
        font-size: 20px;
    }
    .students-text2 {
        font-size: 16px;
    }
}


@media (max-width: 1340px) {
    .vr {
        display: none !important;
    }
}