body {
    background-color: #f8f9fa;
}

footer {
    /* background-color: var(--e-global-color-primary); */
    background-color: #213153;
    color: #fff;
}

footer h3 {
    color: #fff !important;
}

.footer-section ul {
    padding-left: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 6px;
    color: #888;
    cursor: pointer;
}

.footer-section ul li a {
    text-decoration: none;
    color: #888;
}

.footer-section p {
    color: #888;
    cursor: pointer;
}

.footer-section p:hover {
    color: #fff;
}

.footer-section ul li:hover {
    color: #fff;
}

.footer-section ul li a:hover {
    color: #fff;
}

.red-strip {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.footer-about {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}

.copyright-strip {
    background-color: #111;
    color: #ccc;
    font-size: 14px;
}

.copyright-strip a {
    color: #ccc;
    text-decoration: none;
}

.copyright-strip a:hover {
    text-decoration: underline;
}

.social-icons a {
    padding-right: 10px;
    font-size: 30px;
    color: #fff;
}

.submit-btn:hover {
    background-color: var(--e-global-color-primary) !important;
}

.floating-widget {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    right: 2px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.floating-widget a,
.floating-widget a:link,
.floating-widget a:visited {
    text-decoration: none !important;
    color: #fff !important;
}

.floating-widget .btn {
    background-color: var(--e-global-color-primary);
    border-radius: 10px !important;
    box-shadow: .1rem .1rem 8px rgba(0, 0, 0, .2) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transition: width .25s ease !important;
}


/* default me text hide */
.floating-widget .btn span {
    display: none;
}

/* hover par expand */
.floating-widget .btn:hover {
    width: 260px !important;
    justify-content: space-between !important;
}

/* hover par text show */
.floating-widget .btn:hover span {
    display: block;
}

.apply-btn {
    top: 25% !important;
}

.floating-btn-2 {
    background-color: var(--e-global-color-primary) !important;
    border-radius: 10px !important;
    box-shadow: .1rem .1rem 8px rgba(0, 0, 0, .2) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    /* width: 56px !important; */
    /* height: 56px !important; */
    /* padding: 0 14px !important; */
    /* overflow: hidden !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transition: width .25s ease !important;
}

.floating-btn-2 span {
    display: none
}

.floating-btn-2:hover span {
    display: block;
}

.floating-btn-2 img {
    width: 50px;
}


.floating-btn-2:hover {
    width: 260px;
    justify-content: space-between !important;
    padding-left: 14px;
}

/* POPUP */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    filter: none !important;
    backdrop-filter: none !important;
}

.popup-box {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    text-align: center;
    min-width: 320px;
    max-width: 400px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    filter: none !important;
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-box h2 {
    margin-bottom: 20px;
}

body {
    filter: none !important;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.blurred-bg {
    filter: blur(4px) !important;
}

/* Popup overlay ko blur se bahar rakho */
.popup-overlay {
    position: fixed;
    z-index: 999999;
    isolation: isolate;
    /* ← YE important hai */
}


.helpline-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.helpline-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #f9fafb;
    font-size: 18px;
    transition: all .2s ease;
    text-decoration: none;
}

.helpline-item i {
    color: #0d6efd;
    font-size: 18px;
}

.helpline-item a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.helpline-item:hover {
    background: #f1f5ff;
    transform: translateY(-2px);
}


@media screen and (max-width:476px) {
    .floating-widget {
        top: 80%;
    }

    .floating-widget .btn {
        width: 35px !important;
        height: 35px !important;
        padding: 0 7px !important;
    }

    .apply-btn {
        top: 30% !important;
    }

    .floating-btn-2 img {
        width: 35px;
    }

}


.college-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.college-name p {
    font-family: 'Times New Roman', serif !important;
    color: #fff;
}