/*
 * Consolidated site-wide CSS.
 *
 * Previously this content was duplicated as inline <style> blocks inside
 * layouts/app.blade.php, layouts/app_home.blade.php, inc/nav.blade.php and
 * inc/header.blade.php â€” meaning every single page shipped the same CSS
 * text twice in its HTML response and the browser could never cache it.
 * Consolidated here as one external, cacheable stylesheet, loaded once and
 * reused across every page. No selectors, values, or rules were changed.
 */

/* --- from layouts/app.blade.php (canonical/superset version) --- */
html {
    scroll-behavior: smooth;
}

.blink_me {
    background-color: #ffa002;
    animation: blink_me 1s linear infinite;
    border-radius: 50px;
    padding: 5px 10px !important;
    color: black !important;
    box-shadow: 1px 1px 7px 3px #2020204d;
}

@keyframes blink_me {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.abtPilsCntBtm ul,
.abtPilsCntBtm ul li,
.abtPilsCntBtm .table p,
.abtPilsCntBtm .table ul li,
.smtTab ul li,
.smtTab .table {
    font-size: 18px;
    color: #2a2a2a;
    font-family: "Gotham XNarrow 325", sans-serif;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-loading .lds-ring {
    width: 20px;
    height: 20px;
}

.dropdown-loading .lds-ring div {
    width: 20px;
    height: 20px;
    border: 3px solid #5a8bff;
    border-color: #5a8bff transparent transparent transparent;
    margin: 5px 0px 0px;
}

.search-preloader .lds-ring div {
    border-color: #fff #f2902b transparent transparent;
}

.loading_after_submit_form {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

#contact_submit51 .form-control {
    padding: 0.8rem 0.75rem;
}

#contact_submit51 .applynowwe {
    font-size: 22px;
    text-shadow: unset;
}

input.white-btn {
    background: #fff;
    color: #0092ff;
}

.form-body-blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #ff1515;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.phd_result {
    position: fixed;
    top: 30%;
    left: -92px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    transform: rotate(90deg) translate(0, -50%);
    background: #bc1820;
    color: #fff;
    border-radius: 20px;
    border: none;
}

.phd_result:hover {
    color: #bc1820 !important;
    background: #fff;
    border: none;
}

.apply-now {
    position: fixed;
    top: 72%;
    left: -150px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    transform: rotate(90deg) translate(0, -50%);
    background: #bc1820;
    color: #fff;
    border-radius: 20px;
    border: none;
}

.apply-now:hover {
    color: #bc1820 !important;
    background: #fff;
    border: none;
}

/*.rightBtnFixed{top: 65%; left: -8%; transform: rotate(90deg) translate(0, -50%); background: #bc1820; color: #fff; padding: 10px 20px; min-width: 150px; position: fixed; font-size: 16px; font-family: Poppins, sans-serif; border-radius: 23px; border: none;}*/

.rightBtnFixed {
    position: absolute;
    top: 450%;
    left: -100px;
    padding: 8px 15px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    transform: rotate(90deg) translate(0, -50%);
    background: #bc1820;
    color: #fff !important;
    border-radius: 20px;
    border: none;
}

.rightBtnFixed:hover {
    color: #bc1820 !important;
    background: #fff;
    border: none;
}

.convocation {
    font-family: Poppins, sans-serif;
    position: fixed;
    top: 40%;
    right: -35px;
    transform: rotate(90deg) translate(0, -50%);
    background: #bc1820;
    color: #fff;
    border-radius: 20px;
    border: none;
    padding: 8px 15px;
    min-width: 150px;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
}

.convocation:hover {
    color: #bc1820 !important;
    background: #fff;
    border: none;
}

.enquire-now {
    font-family: Poppins, sans-serif;
    position: fixed;
    top: 40%;
    right: -30px;
    transform: rotate(90deg) translate(0, -50%);
    background: #bc1820;
    color: #fff;
    border-radius: 20px;
    border: none;
    padding: 8px 15px;
    min-width: 150px;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
}

.enquire-now:hover {
    color: #bc1820 !important;
    background: #fff;
    border: none;
}

.orientation-1y {
    position: absolute;
    top: 545%;
    left: -106px;
    transform: rotate(90deg) translate(0, -50%);
    background: #bc1820;
    color: #fff !important;
    border-radius: 20px;
    border: none;
    padding: 10px;
}

.orientation-1y:hover {
    color: #bc1820 !important;
    background: #fff;
    border: none;
}

/* --- from layouts/app.blade.php + layouts/app_home.blade.php (flash message alerts, identical in both) --- */
#flash_msg .alert-danger {
    background-color: #ff6f6f;
    border-color: #f78686;
    color: #fff;
}

#flash_msg .alert-success {
    background-color: #2c7a0a;
    border-color: #2f7211;
    color: #fff;
}

#flash_msg .alert-info {
    background-color: #1d6d95;
    border-color: #1b89c1d1;
    color: #fff;
}

#flash_msg .alert-warning {
    background-color: #bb9d06;
    border-color: #d9b605;
    color: #fff;
}

/* --- from inc/nav.blade.php --- */
.navDrop .dropdown-item-Img {
    display: none;
}

@media (min-width: 992px) {
    .navDrop .dropdown-item-Img {
        display: block;
    }
}

/* Mobile-only: stack items one per line */
@media (max-width: 991px) {
    .navDrop {
        display: block; /* remove grid/flex row behavior */
    }

    .navDrop .item {
        display: block;
        width: 100%;      /* full width, forces next item to new line */
        float: none;      /* in case it's currently floated */
    }

    .navDrop .item a.dropdown-item {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .dropdown-item-Cnt {
        height: 30px;
    }

    .navDrop li {
        margin-bottom: 0px;
    }

    .dropdown-item-Cnt {
        background: #000000;
    }
}

/* --- from inc/header.blade.php --- */
marquee {
    padding: 0 10px;
}

@media (max-width:767px) {
    .underLine {
        width: 90%;
    }

    .data_table .col-lg-6.pe-0 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}
