.header {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 10;
    width: 100%;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}


.logo-text img {
    height: 100px;
    width: auto;
}

.logo-text {
    color: white;
    display: inline-flex;
    align-items: center;
    font-family: "Canela Deck" !important;
    gap: 5px;
}

.logo-text h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Canela Deck" !important;

}

.logo-text p {
    font-size: 0.95rem;
    opacity: 0.95;
    margin-top: -5px;
    font-family: "Canela Deck" !important;
}

.hero {
    background: linear-gradient(rgba(255, 255, 255, 0.3),
            rgba(7, 7, 8, 0.9));
    color: white;
    padding: 3rem 0;
    padding-top: 10rem;
    height: 700px;


}

.nav-link-active {
    color: #dc2626;
    font-weight: 600;
    border-bottom: 2px solid #dc2626;
}

input,
textarea {
  color: #000000; /* typed text color */
}

input::placeholder,
textarea::placeholder {
  color: #000000; 
  opacity: 1;
}


.active {
    background-color: #fff !important;
    color: #000 !important;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}


.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    object-fit: cover;
    z-index: 0;
}


.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background: #c1272d;
    color: #fff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    /* box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3); */
}

.cta-button:hover {
    background: #3656b7;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(54, 39, 2, 0.4);
}

.form-placeholder {
    border-radius: 10px;
    padding: 0rem 5rem;
    min-height: 400px;
}

.form-placeholder p {
    font-size: 1.2rem;
    opacity: 0.7;
}

.section {
    padding: 4rem 0;
}

.section-alt {
    background: #f8fafc;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #1e3a8a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centers all items */
    gap: 2rem;
    margin: 1.5rem auto;
}

.stat-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    width: 240px;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card h3 {
    color: #1e3a8a;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c1272d;
    margin: 0.5rem 0;
}

.stat-card p {
    color: #64748b;
    font-size: 0.95rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    border-left: 4px solid #c1272d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-card h3 {
    color: #1e3a8a;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #475569;
    line-height: 1.8;
}

.grid-c0ls-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centers all items */
    gap: 2rem;
    margin: 1rem auto;
}

.program-stat {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: white;
    border-radius: 10px;
    width: 200px;
}

.program-stat .number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.program-stat .label {
    font-size: 0.95rem;
    opacity: 0.95;
}

.placement-table {
    max-width: 1200px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.placement-table table {
    width: 100%;
    border-collapse: collapse;
}

.placement-table th {
    background: #1e3a8a;
    color: white;
    padding: 1.2rem;
    text-align: left;
    font-weight: 600;
}

.placement-table td {
    padding: 1.2rem;
    border-bottom: 1px solid #e2e8f0;
}

.placement-table tr:hover {
    background: #f8fafc;
}

.eligibility-box {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.eligibility-box h3 {
    color: #1e3a8a;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.eligibility-box ul {
    list-style: none;
    padding: 0;
}

.eligibility-box li {
    padding: 0.8rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #475569;
}

.eligibility-box li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: bold;
}

.admission-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.step-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #3656b7;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.step-card h3 {
    color: #1e3a8a;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.step-card ul {
    list-style: none;
    padding: 0;
}

.step-card li {
    padding: 0.5rem 0;
    color: #475569;
    padding-left: 1.5rem;
    position: relative;
}

.step-card li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: bold;
}

.facilities-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centers all items */
    gap: 2rem;
    margin: 1rem auto;
}

.facility-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s;
    width: 250px;
}

.facility-card:hover {
    transform: translateY(-5px);
}

.facility-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.facility-card h3 {
    color: #1e3a8a;
    margin-bottom: 0.8rem;
}

.facility-card p {
    color: #64748b;
    font-size: 0.95rem;
}

.footer {
    background: #1e3a8a;
    color: white;
    padding: 5rem 0 1.5rem 5rem;


}



.footer-wrapper {
    max-width: 1200px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.images-footer {
    height: 100px;
    width: auto;
}

.images-footer img {
    height: 100px;
    border-radius: 15px;
}

.footer-button {
    border-radius: 35px;
    padding: 15px 27px;
    background: #fff;
    color: #002147;
    font-size: 20px;
    font-weight: 600;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;

}

.footer-copyright .para {
    font-size: 14px;
    margin-top: 5px;
}

.footer p {
    opacity: 0.9;
    font-size: 20px;
}

@media(max-width:767px) {
    .footer-content {
        flex-direction: column;
        gap: 24px;
    }

    .footer {
        padding: 1rem;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-copyright .para {
        text-align: center;
    }
}

/* HEADER BASE */

/* form */

.form-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-form {
    width: 100%;
    background: rgba(255, 255, 255, 1);

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;

    color: #fff;
    padding: 20px;
}

.contact-form h2 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #0b2748;
    text-align: center;
}

.contact-form p {
    margin-bottom: 20px;
    color: #444;
    font-size: 13px;
    text-align: center;
}

/* 2 columns */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full {
    grid-column: 1 / -1;
}

label {
    font-size: 15px;
    margin-bottom: 6px;
    color: #0b2748;
}

label span {
    color: red;
}

/* Inputs */
input,
textarea,
select {
    width: 100%;
    padding: 12px;
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: 12px;
    outline: none;
}

textarea {
    height: 100px;
    resize: vertical;
}

/* Submit button */
.submit-btn {
    margin: 25px auto 0;
    display: block;
    background: #002147;
    color: white;
    padding: 12px 40px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #12284d;
}
.hero-bg-image{
    display: none;
}



/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-bg-image {
        background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(7, 7, 8, 0.9));
        object-fit: cover;
        max-height: 1700px;
        height: 100%;
        display: block;
        position: absolute;
    top: 0;
    left: 0;
    
    }


    .hero-video {
        display: none;
    }

    .hero-content h2,
    .hero-content p {
        text-align: center;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cta-button {
        margin: auto;
    }

    .nav-links,
    .contact-btn {
        display: none;
    }

    .stats-grid {
        gap: 1rem;
    }

    .menu-icon {
        display: block;
    }

    /* MOBILE DROPDOWN */
    .nav-links.mobile-active {
        display: block;
        position: absolute;
        top: 70px;
        right: 20px;
        background: #002147;
        padding: 15px;
        border-radius: 8px;
        width: 200px;
    }

    .nav-links.mobile-active li {
        margin-bottom: 12px;
    }

    .contact-btn.mobile-active {
        display: block;
        margin-top: 10px;
        width: 200px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-container {
        grid-template-columns: 1fr;
    }

    .program-stats {
        gap: 30px;
        margin: 0px;
    }

    .program-stat {
        width: 180px;
    }

    .hero-content h2 {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .logo-text h1 {
        font-size: 2rem;
    }
}

@media (max-width: 567px) {
    .stat-card {
        width: 140px;
        padding: 0.5rem;
    }

    .form-placeholder {
        padding: 0rem 0rem;
    }

    .stat-card .stat-number {
        font-size: 1.5rem;
    }

    .stat-card p {
        font-size: .65rem;
    }

    .facility-card {
        width: 90%;
    }

    .carousel-gallery {
        padding: 0px !important;
    }
}

@media (max-width: 467px) {
    .program-stat {
        width: 140px;
        padding: 0.5rem;
    }

    .program-stats {
        gap: 30px;
    }
}

.placement-table {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

.placement-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    /* keeps table readable but scrollable on small screens */
}

.placement-table th,
.placement-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}

.placement-table th {
    background: #0b2748;
    color: white;
    font-weight: 600;
}

.placement-table tr:nth-child(even) {
    background: #f8f8f8;
}

/* ---------- MOBILE CARD VIEW ---------- */
@media (max-width: 600px) {
    .placement-table table {
        min-width: 100%;
        border: 0;
    }

    .placement-table thead {
        display: none;
        /* hide header */
    }

    .placement-table tr {
        display: block;
        margin-bottom: 15px;
        background: #ffffff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
    }

    .placement-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
    }

    .placement-table td:last-child {
        border-bottom: 0;
    }

    .placement-table td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #0b2748;
        margin-right: 10px;
    }
}


.carousel-gallery {
    margin: 50px 0;
    overflow: hidden;
    padding: 0 30px;

    .swiper-slide {
        a {
            display: block;
            width: 100%;
            height: 200px;
            border-radius: 4px;
            overflow: hidden;
            position: relative;

            -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);

            &:hover {
                .image {
                    .overlay {
                        opacity: 1;
                    }
                }
            }

            .image {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;

            }
        }
    }

    .swiper-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
        margin-top: 25px;

        .swiper-pagination-bullet {
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;

            &:hover {
                opacity: 0.7;
            }

            &.swiper-pagination-bullet-active {
                background-color: #d63031;
                transform: scale(1.1, 1.1);
            }
        }
    }
}



.plugins {
    text-align: center;

    h3 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial;
        text-transform: uppercase;
        color: #111;
    }

    a {
        display: inline-block;
        font-family: Arial;
        color: #777;
        font-size: 14px;
        margin: 10px;
        transition: all 0.2s linear;

        &:hover {
            color: #d63031;
        }
    }
}



/* Header Base Styles */
.nluo-header {
    background: #ffffff;
    color: white;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nluo-header-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

/* Logo Styles */
.nluo-logo-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nluo-logo-img {
    height: 60px;
    width: auto;
}

.nluo-logo-text h1 {
    margin: 0;
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Canela Deck" !important;
}

.nluo-logo-text p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.95;
    font-family: "Canela Deck" !important;
}

/* Desktop Navigation */
.nluo-navbar {
    flex: 1;
    display: flex;
    justify-content: right;
}

.nluo-nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
}

.nluo-nav-links li a {
    color: #1e3a8a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.nluo-nav-links li a.active {
    color: #c1272d;
    font-weight: 500;

}

.nluo-nav-links li a:hover {
    color: #c1272d;
    font-weight: 500;
}

/* Desktop Contact Button */
.nluo-contact-btn {
    background: #3656b7;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.nluo-contact-btn:hover {
    background: white;
}

/* Mobile Menu Toggle Button */
.nluo-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

.nluo-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #3656b7;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nluo-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.nluo-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nluo-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Overlay */
.nluo-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nluo-mobile-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Sliding Menu */
.nluo-mobile-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: #002147;
    z-index: 999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}

.nluo-mobile-menu.active {
    left: 0;
}

.nluo-mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nluo-mobile-menu-header h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
}

.nluo-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.nluo-close-btn:hover {
    color: #ffd700;
}

.nluo-mobile-nav {
    list-style: none;
    padding: 20px 0;
}

.nluo-mobile-nav li {
    margin: 0;
}

.nluo-mobile-nav li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-left: 4px solid transparent;
}

.nluo-mobile-nav li a.nav-active {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #3656b7;
    color: #fff;
}

.nluo-mobile-nav li a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #3656b7;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {

    .nluo-navbar,
    .nluo-contact-btn {
        display: none;
    }

    .nluo-menu-toggle {
        display: flex;
    }

    .nluo-logo-text h1 {
        font-size: 1.5rem;
    }

    .nluo-logo-text p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .nluo-mobile-menu {
        width: 250px;
        left: -250px;
    }
}



/* Brochure CTA Section */
.brochure-cta-section {
    position: relative;
    min-height: 450px;
    background: linear-gradient(rgba(0, 33, 71, 0.85), rgba(30, 58, 138, 0.85)),
        url(./landing/brochure-CTA.webp) no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    margin: 0;
}

.brochure-cta-overlay {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.brochure-cta-content {
    text-align: center;
    color: white;
    animation: brochureFadeInUp 0.8s ease-out;
}

.brochure-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.brochure-cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.brochure-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    color: #3656b7;
    padding: 1.2rem 3rem;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(143, 222, 253, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.brochure-cta-button:hover {
    background: #c1272d;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(248, 248, 247, 0.5);
    color: #fff;
}

.brochure-cta-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.brochure-cta-button:hover .brochure-cta-icon {
    transform: scale(1.2);
}

@keyframes brochureFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Popup Overlay */
.brochure-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: brochureFadeIn 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

.brochure-popup-overlay.brochure-active {
    display: flex;
}

@keyframes brochureFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.brochure-popup-container {
    position: relative;
    background: white;
    border-radius: 20px;
    max-width: 650px;
    width: 100%;
    animation: brochureSlideUp 0.4s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes brochureSlideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.brochure-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f1f1f1;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brochure-popup-close:hover {
    background: #002147;
    color: white;
    transform: rotate(90deg);
}

/* Form Styling */
.brochure-form-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.brochure-contact-form {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    color: #fff;
    padding: 40px 30px 30px;
}

.brochure-contact-form h2 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #0b2748;
    text-align: center;
}

.brochure-contact-form p {
    margin-bottom: 25px;
    color: #444;
    font-size: 14px;
    text-align: center;
}

.brochure-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.brochure-form-group {
    display: flex;
    flex-direction: column;
}

.brochure-form-group.brochure-full {
    grid-column: 1 / -1;
}

.brochure-contact-form label {
    font-size: 15px;
    margin-bottom: 6px;
    color: #0b2748;
}

.brochure-contact-form label span {
    color: red;
}

.brochure-contact-form input,
.brochure-contact-form textarea,
.brochure-contact-form select {
    width: 100%;
    padding: 12px;
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
    color: #333;
}

.brochure-contact-form textarea {
    height: 100px;
    resize: vertical;
    font-family: inherit;
}

.brochure-submit-btn {
    margin: 25px auto 0;
    display: block;
    background: #002147;
    color: white;
    padding: 14px 45px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.brochure-submit-btn:hover {
    background: #12284d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 968px) {
    .brochure-cta-section {
        min-height: 350px;
        padding: 3rem 1.5rem;
    }

    .brochure-cta-title {
        font-size: 2rem;
    }

    .brochure-cta-subtitle {
        font-size: 1.05rem;
        margin-bottom: 2rem;
    }

    .brochure-cta-button {
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 640px) {
    .brochure-cta-section {
        min-height: 300px;
        padding: 2.5rem 1rem;
    }

    .brochure-cta-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .brochure-cta-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .brochure-cta-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }

    .brochure-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .brochure-contact-form {
        padding: 35px 20px 25px;
    }

    .brochure-contact-form h2 {
        font-size: 24px;
    }

    .brochure-popup-container {
        margin: 10px;
    }
}




.testimonials-section {
    background: #f8fafc;
    padding: 4rem 0;
}

.testimonials-slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.testimonials-container {
    overflow: hidden;
    border-radius: 12px;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 1.5rem;
}

.testimonial-card {
    min-width: calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
    flex-shrink: 0;
    background: white;
    border-radius: 12px;
    padding: 2rem 1.8rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.testimonial-quote-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 3.5rem;
    color: #3b82f6;
    opacity: 0.15;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.testimonial-text {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.2rem;
    border-top: 2px solid #e2e8f0;
    margin-top: auto;
}

.author-info h4 {
    color: #1e3a8a;
    font-size: 1.05rem;
    margin: 0 0 0.3rem 0;
    font-weight: 600;
}

.author-info p {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

.testimonials-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 10;
    color: #1e3a8a;
    font-size: 20px;
}

.testimonials-arrow:hover {
    background: #1e3a8a;
    color: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%) scale(1.1);
}

.testimonials-arrow-left {
    left: 10px;
}

.testimonials-arrow-right {
    right: 10px;
}

.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2.5rem;
}

.testimonials-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.testimonials-dot.testimonials-active {
    background: #1e3a8a;
    width: 36px;
    border-radius: 6px;
}

.testimonials-dot:hover {
    background: #64748b;
}

/* Responsive Design */
@media (max-width: 968px) {
    .testimonials-slider-wrapper {
        padding: 0 60px;
        max-width: 100%;
    }

    .testimonial-card {
        min-width: calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        padding: 2rem 1.5rem;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .testimonials-arrow {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .testimonials-slider-wrapper {
        padding: 0px;
    }

    .testimonial-card {
        min-width: 100%;
        max-width: 100%;
        padding: 2rem 1.5rem;
    }

    .testimonial-quote-icon {
        font-size: 3rem;
        top: 12px;
        left: 15px;
    }

    .testimonial-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .author-info h4 {
        font-size: 1rem;
    }

    .author-info p {
        font-size: 0.8rem;
    }

    .testimonials-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .testimonials-arrow-left {
        left: 5px;
    }

    .testimonials-arrow-right {
        right: 5px;
    }
}

@media (max-width: 567px) {

    .testimonials-arrow-left,
    .testimonials-arrow-right {
        display: none;
    }
}



/* Program Tabs Styling */
.program-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.program-tab-btn {
    background: white;
    border: 2px solid #e2e8f0;
    color: #475569;
    padding: 1rem 2rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.program-tab-btn:hover {
    background: #f8fafc;
    border-color: #c1272d;
    color: #1e3a8a;
}

.program-tab-btn.program-tab-active {
    background: #c1272d;
    border-color: #c1272d;
    color: white;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.program-tabs-content {
    margin-top: 2rem;
}

.program-tab-panel {
    display: none;
    animation: programTabFadeIn 0.4s ease-in-out;
}

.program-tab-panel.program-tab-panel-active {
    display: block;
}

@keyframes programTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .program-tabs-nav {
        flex-direction: column;
        gap: 0.75rem;
    }

    .program-tab-btn {
        width: 100%;
        min-width: auto;
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
    }
}




.nluo-cta-section {
    position: relative;
    min-height: 450px;
    background: linear-gradient(rgba(0, 33, 71, 0.85), rgba(30, 58, 138, 0.85)),
        url('./landing/banner.jpg') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    margin: 0;
}

.nluo-cta-overlay {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.nluo-cta-content {
    text-align: center;
    color: white;
    animation: nluoFadeInUp 0.8s ease-out;
}

.nluo-cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.nluo-cta-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.nluo-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    color: #3656b7;
    padding: 1.2rem 3rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(143, 222, 253, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nluo-cta-button:hover {
    background: #c1272d;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(248, 248, 247, 0.5);
    color: #fff;
}

.nluo-cta-arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.nluo-cta-button:hover .nluo-cta-arrow {
    transform: translateX(5px);
}

@keyframes nluoFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 968px) {
    .nluo-cta-section {
        min-height: 400px;
        padding: 3rem 1.5rem;
    }

    .nluo-cta-title {
        font-size: 2.2rem;
    }

    .nluo-cta-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .nluo-cta-button {
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 640px) {
    .nluo-cta-section {
        min-height: 350px;
        padding: 2.5rem 1rem;
    }

    .nluo-cta-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .nluo-cta-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .nluo-cta-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }

    .nluo-cta-arrow {
        font-size: 1.3rem;
    }
}


.nluo-slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.nluo-slider-wrapper {
    overflow: hidden;
    border-radius: 12px;
}

.nluo-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 1.5rem;
}

.nluo-slider-card {
    min-width: calc(16% - 1rem);
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

/*.nluo-slider-card:hover {*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);*/
/*}*/

.nluo-slider-card .image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.nluo-slider-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nluo-slider-card:hover .overlay {
    opacity: 1;
}

.nluo-slider-card .overlay em {
    color: white;
    font-size: 2rem;
}

.nluo-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 10;
    color: #1e293b;
    font-size: 18px;
}

.nluo-slider-arrow:hover {
    background: #1e293b;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.nluo-slider-arrow-left {
    left: 0;
}

.nluo-slider-arrow-right {
    right: 0;
}

.nluo-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.nluo-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.nluo-slider-dot.nluo-active {
    background: #1e293b;
    width: 32px;
    border-radius: 6px;
}

.nluo-slider-dot:hover {
    background: #64748b;
}

/* Responsive Design */
@media (max-width: 968px) {
    .nluo-slider-card {
        min-width: calc(50% - 0.75rem);
    }

    .nluo-slider-container {
        padding: 0 50px;
    }
}

@media (max-width: 640px) {
    .nluo-slider-card {
        min-width: 100%;
    }

    .nluo-slider-container {
        padding: 0 40px;
    }

    .nluo-slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .nluo-slider-card .image {
        height: 250px;
    }
}

.nluo-footer {
    background: #1e3a8a;
    color: white;
    padding: 3rem 1rem 1.5rem;
}

.nluo-footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.nluo-footer-content {
    display: flex;
    justify-content: space-between;

    padding: 0 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.nluo-footer-logo {
    height: 100px;
    width: auto;
    border-radius: 15px;
}

.nluo-footer-button {
    border-radius: 35px;
    padding: 15px 27px;
    background: #fff;
    color: #002147;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.nluo-footer-button:hover {
    background: #c1272d;
    color: #fff;
    transform: translateY(-2px);
}

.nluo-footer-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 20px;
    opacity: 0.9;
}

.nluo-footer-icon {
    height: 20px;
    width: 20px;
    fill: #a09e9e;
}

.nluo-footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

.nluo-footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1rem 0;
    flex-wrap: wrap;
    gap: 1rem;
}

.nluo-footer-text {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.nluo-footer-credit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    margin: 0;
}

.nluo-footer-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nluo-footer-link:hover {
    color: #fbbf24;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nluo-footer {
        padding: 2rem 1rem 1rem;
    }

    .nluo-footer-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .nluo-footer-location {
        justify-content: center;
    }

    .nluo-footer-copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.75rem;
    }

    .nluo-footer-button {
        font-size: 18px;
        padding: 12px 24px;
    }
}



.faq-section {
    background: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.faq-question {
    padding: 1.5rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #f8fafc;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f1f5f9;
}

.faq-question h3 {
    margin: 0;
    color: #1e3a8a;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.faq-toggle {

    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3b82f6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    transition: all 0.3s ease;
    padding-bottom: 3px;
}

.faq-item.faq-active .faq-toggle {
    transform: rotate(45deg);
    background: #3656b7;
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.faq-active .faq-answer {
    max-height: 1000px;
    padding: 1.5rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.faq-answer p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
    font-size: 0.95rem;
}

@media (max-width: 968px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .faq-question {
        padding: 1.2rem 1.2rem;
    }

    .faq-question h3 {
        font-size: 0.85rem;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
        font-size: 1.3rem;
    }

    .faq-item.faq-active .faq-answer {
        padding: 1.2rem 1.2rem;
    }

    .faq-answer p {
        font-size: 0.9rem;
    }

    .hero-content h1 {
        text-align: center;
    }

    .cta-button {
        display: none;
    }
}


Copy code
/* ==========================
   NLUO ADMISSIONS FOOTER
========================== */

.nluo-footer-new {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    font-family: inherit;
}

.nluo-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* CTA Band */
.nluo-footer-cta {
    background: linear-gradient(135deg, #b91c1c, #dc2626);
    color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px;
    margin-top: -60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.nluo-footer-cta h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.nluo-footer-cta p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.footer-apply-btn {
    display: inline-block;
    background: #ffffff;
    color: #b91c1c;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-apply-btn:hover {
    background: #fee2e2;
    transform: translateY(-2px);
}

/* Main Footer Grid */
.nluo-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    padding: 60px 0 40px;
}

.footer-col h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.footer-col p,
.footer-col li {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col a {
    color: #475569;
    text-decoration: none;
}

.footer-col a:hover {
    color: #b91c1c;
}

/* Logo */
.footer-logo {
    max-width: 160px;
    margin-bottom: 16px;
}

/* Bottom Bar */
.nluo-footer-bottom {
    border-top: 1px solid #e5e7eb;
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
    color: #6b7280;
    display: flex;
    justify-content: space-between;
}

/* Mobile Adjustments */
@media (max-width: 640px) {
    .nluo-footer-cta {
        margin-top: -40px;
    }
}


/* fixed- bottom  */



.banner {
    width: 100%;
    background: #1e3a8a;
    padding: 0px 50px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.info-section {
    flex: 1;
    color: white;
    z-index: 1;
}

.info-section h2 {
    font-size: 24px;
    font-weight: 400;
    opacity: 0.95;
    line-height: 1.5;
    text-align: left;
}

.deadline-section {
    display: flex;
    align-items: center;
    gap: 40px;
    z-index: 1;
}

.countdown {
    display: flex;
    gap: 20px;
}

.time-block {
    text-align: center;
    color: white;
}

.time-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.time-label {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    text-transform: capitalize;
}

.apply-btn {
    background: #e7000b;

    color: #fff;
    border: none;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.deadline-title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
    text-align: center;
}

@media (max-width: 968px) {
    .banner {
        flex-direction: column;
        gap: 15px;
        padding: 30px;
    }

    .deadline-section {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .countdown {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 230px;
    }

    .info-section h2 {
        font-size: 12px;
        text-align: center;
    }

    .deadline-title {
        font-size: 14px;
    }

    .time-value {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .time-value {
        font-size: 20px;
    }

    .countdown {
        gap: 12px;
    }

    .time-label {
        font-size: 12px;
    }
}


.faq-columns {
  column-count: 1;
  column-gap: 1.5rem; 
}

@media (min-width: 768px) {
  .faq-columns {
    column-count: 2;
  }
}

.faq-columns > * {
  margin-bottom: 1.5rem; 
  break-inside: avoid;
}

.border-purple-500 {
  border-color: var(--color-purple-500);
}
.border-orange-500 {
  border-color: var(--color-orange-500);
}
.border-teal-500 {
  border-color: var(--color-teal-500);
}
