/* Admission Enquiry Form */
.AdmEnqSubBtn-card {
    transition: transform 0.3s ease;
    border: 1px solid #dee2e6;
}
.AdmEnqSubBtn-card:hover {
    transform: translateY(-3px);
}
#AdmEnqSubBtn {
    transition: all 0.3s ease;
}
#AdmEnqSubBtn:hover {
    transform: translateY(-1px);
}
@media (max-width: 576px) {
    .AdmEnqSubBtn-card-body {
        padding: 1rem !important;
    }
    .input-group-text {
        padding: 0.5rem;
    }

    .btn {
        width: 100%;
    }
    .AdmEnqSubBtn-card-footer .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}
/* News Ticker */
.ticker-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: none;
    position: relative;
}

.ticker-header-desktop {
    background: linear-gradient(135deg, #dc3545 0%, #ffc107 100%);
    padding: 8px 20px;
    white-space: nowrap;
    z-index: 10;
    position: relative;
    display: flex;
    align-items: center;
}

.ticker-header-mobile {
    display: none;
    width: 100%;
    background: linear-gradient(135deg, #dc3545 0%, #ffc107 100%);
    padding: 8px 15px;
    justify-content: space-between;
    align-items: center;
}

.ticker-title-mobile {
    color: white;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.ticker-title {
    color: white;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.ticker-title i,
.ticker-title-mobile i {
    color: white;
}

.ticker-wrapper {
    position: relative;
    overflow: hidden;
    height: 45px;
    background: #f8f9fa;
    flex: 1;
    border-left: 2px solid #dc3545;
    border-right: 2px solid #dc3545;
}

.ticker-content {
    display: flex;
    align-items: center;
    height: 100%;
    animation: ticker-scroll 40s linear infinite;
    white-space: nowrap;
    position: relative;
    z-index: 5;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    min-width: max-content;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ticker-item:hover {
    background: rgba(220, 53, 69, 0.1);
}

.ticker-text {
    color: #dc3545;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.ticker-item:not(:last-child)::after {
    content: '•';
    color: #ffc107;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
}

.ticker-view-more {
    background: #dc3545;
    padding: 0 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticker-view-mobile {
    display: flex;
    align-items: center;
}

.view-more-btn,
.view-more-btn-mobile {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.view-more-btn:hover,
.view-more-btn-mobile:hover {
    color: #ffc107;
    transform: translateX(3px);
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ticker-content:hover {
    animation-play-state: paused;
}

@media (min-width: 577px) {
    .ticker-header-mobile {
        display: none;
    }

    .ticker-header-desktop {
        display: flex;
    }

    .ticker-view-more {
        display: flex;
    }
}

@media (max-width: 576px) {
    .ticker-container {
        flex-direction: column;
    }

    .ticker-header-desktop {
        display: none;
    }

    .ticker-view-more {
        display: none;
    }

    .ticker-header-mobile {
        display: flex;
        order: 1;
    }

    .ticker-wrapper {
        width: 100%;
        height: 35px;
        border-left: none;
        border-right: none;
        border-top: 2px solid #dc3545;
        order: 2;
    }

    .ticker-item {
        padding: 0 15px;
    }

    .ticker-text {
        font-size: 12px;
    }

    .ticker-item:not(:last-child)::after {
        margin-left: 15px;
        font-size: 12px;
    }

    .ticker-title-mobile {
        font-size: 13px;
    }

    .view-more-btn-mobile {
        font-size: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-200%);
        }
    }
}

@media (max-width: 400px) {
    .ticker-header-mobile {
        padding: 6px 10px;
    }

    .ticker-item {
        padding: 0 10px;
    }

    .ticker-text {
        font-size: 11px;
    }

    .ticker-item:not(:last-child)::after {
        margin-left: 10px;
    }

    .ticker-title-mobile {
        font-size: 12px;
    }

    .view-more-btn-mobile {
        font-size: 11px;
    }
}
/* Enrollment Swall */
.swal2-popup {
    border-radius: 10px;
    font-size: 14px;
    padding: 1.2em;
}
.swal2-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.swal2-input {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
}
.swal2-actions {
    margin-top: 10px;
}
/* Hide Download Bro in Small Devices */
@media (max-width: 991px) {
    .DownloadWidgetHide {
        display: none !important;
    }
}
