/* ==================== Base Styles ==================== */

.light-bg {
    background-color: #f0f8ff;
}

.bg-custom-blue {
    background-color: #00327b;
}

/* ==================== Card Styles ==================== */

.card {
    transition: all .3s ease;
    border-radius: 12px;
    /* box-shadow: 4px 8px 30px #e5f1fa; */
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.card-img-top {
    box-shadow: 0 0 4px #878787;
}

/* ==================== Video Container ==================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

/* ==================== Slider Styles ==================== */

.custom_unique_slider_wrapper,
.cust_second_slider_wrapper,
.cust_third_slider_wrapper,
.cust_fourth_slider_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.custom_unique_slider_container,
.cust_second_slider_container,
.cust_third_slider_container,
.cust_fourth_slider_container {
    width: 100%;
    overflow: hidden;
}

.custom_unique_slider_track,
.cust_second_slider_track,
.cust_third_slider_track,
.cust_fourth_slider_track {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.custom_unique_slide,
.cust_second_slide,
.cust_third_slide {
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
    transition: all .3s ease;
}

.custom_unique_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.custom_unique_slider_dots,
.cust_second_slider_dots,
.cust_third_slider_dots,
.cust_fourth_slider_dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.custom_unique_dot,
.cust_second_dot,
.cust_third_dot,
.cust_fourth_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color .3s ease;
}

.custom_unique_dot.active,
.cust_second_dot.active,
.cust_third_dot.active,
.cust_fourth_dot.active {
    background-color: #333;
}

.cust_second_slide,
.cust_third_slide {
    position: relative;
    padding-top: 16.25%;
    width: 100%;
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 20px;
}

.cust_second_slide iframe,
.cust_third_slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 8px;
}

/* Fourth Slider Specific */
.cust_fourth_slide {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0 10px;
}

.cust_fourth_slider_track {
    gap: 0;
}

.cust_fourth_slide img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.cust_fourth_slider_dots {
    margin-bottom: 20px;
}

/* ==================== Footer Styles ==================== */

footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.qr-code {
    width: 160px;
    height: auto;
    border-radius: 8px;
    transition: transform .3s ease;
}

.qr-code:hover {
    transform: scale(1.05);
}

.store-badge {
    width: 160px;
    height: auto;
    border-radius: 2px;
    transition: transform .3s ease;
}

.store-link:hover .store-badge {
    transform: scale(1.05);
}

.download-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-top: .5rem;
}

/* ==================== Utility Classes ==================== */

.w-64-ic {
    width: 42px;
}

.w-34-ic {
    width: 38px;
}

.news-disp {
    height: 454px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.smcard {
    margin: auto;
    text-align: center;
}

.w-cardsm {
    width: 190px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgb(0 74 162 / 3%);
}

.head-color {
    color: #004aa2;
    font-size: 34px;
}

.vcol {
    height: 320px;
}

.img-booklet {
    width: 23rem;
}

.booklet-img-btm {
    width: 90%;
    height: 8px;
    background-color: silver;
    margin: auto;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
    box-shadow: 0 2px 20px #fff;
}

.card_booklet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}

.btn-booklet {
    text-align: center;
    width: 88%;
    display: block;
    margin: auto;
    margin-block: 1rem;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 28px #0b488f;
}

.doubt-icon {
    width: 42px;
}

.live-icon {
    width: 70px;
}

/* ==================== Notification Card Styles ==================== */

.notification-card {
    background: linear-gradient(135deg, #004aa2 0%, #00327b 100%);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 10px 40px rgb(0 74 162 / 3%);
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.notification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgb(0 74 162 / 6%);
}

.notification-header {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.notification-badge {
    font-size: 1.75rem;
    animation: pulse 2s infinite;
    line-height: 1;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1); 
    }
    50% { 
        transform: scale(1.1); 
    }
}

.notification-title {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.notification-content {
    background: #ffffff;
    padding: 1.75rem;
    border-radius: 0 0 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}



.camp-title {
    color: #1a202c;
    font-size: 1.25rem;
    font-weight: 700;


}

.camp-description {
    color: #4a5568;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.camp-description strong {
    color: #004aa2;
    font-weight: 600;
}

.highlights-section {
    background: #f0f8ff;
    padding: 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    border: 1px solid #e5f1fa;
}

.highlights-title {
    color: #1a202c;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.875rem;
}

.highlights-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.highlights-list li {
    padding: 0.5rem 0 0.5rem 1.75rem;
    color: #4a5568;
    font-size: 0.875rem;
    position: relative;
    line-height: 0.5;
}

.highlights-list li:before {
    content: "•";
    color: #004aa2;
    font-weight: bold;
    font-size: 1.375rem;
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
}

.info-boxes {
    display: flex;
    gap: 0.875rem;
    /* margin-bottom: 1.25rem; */
}

.info-box {
    flex: 1;
    background: linear-gradient(135deg, #e5f1fa 0%, #f0f8ff 100%);
    border: 2px solid #b3d9f2;
    border-radius: 12px;
    padding: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 74, 162, 0.15);
    border-color: #004aa2;
}

.info-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.info-text strong {
    color: #4a5568;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.info-text span {
    color: #004aa2;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
}

/* ==================== Responsive Design ==================== */

@media (max-width: 1399px) {
    .news-disp {
        height: 408px;
    }

    .w-cardsm {
        width: 260px !important;
    }

    .img-booklet {
        width: 16rem !important;
    }

    .card_booklet {
        gap: 2.2rem !important;
    }

    .notification-header {
        padding: 1.125rem 1.5rem;
    }
    
    .notification-title {
        font-size: 1.25rem;
    }
    
    .camp-title {
        font-size: 1.125rem;
    }
    
    .notification-content {
        padding: 1.5rem;
    }

    .highlights-section {
        padding: 1.125rem;
    }
}

@media (max-width: 1200px) {
    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        flex: 0 0 calc(50% - 14px);
        min-width: calc(50% - 14px);
    }

    .cust_second_slide iframe,
    .cust_third_slide iframe {
        height: 250px;
    }
}

@media (max-width: 1199px) {
    .news-disp {
        height: 364px;
    }

    .notification-header {
        padding: 1rem 1.25rem;
    }

    .notification-title {
        font-size: 1.125rem;
    }

    .camp-title {
        font-size: 1.0625rem;
    }
    
    .highlights-title {
        font-size: 1.0625rem;
    }
    
    .info-boxes {
        flex-direction: column;
        gap: 0.75rem;
    }

    .highlights-list li {
        font-size: 0.8125rem;
    }
}

@media (max-width: 991px) {
    h3.h5,
    h3,
    h2.h3,
    .fs-5 {
        font-size: 16px !important;
    }

    .w-64-ic {
        width: 48px !important;
    }

    h3.mb-4 {
        margin-bottom: 1rem !important;
    }

    div.py-4 {
        padding-block: 1rem !important;
    }

    .news-disp {
        height: 322px;
    }

    .w-cardsm {
        width: 220px !important;
    }

    .img-booklet {
        width: 13rem !important;
    }

    .card_booklet {
        gap: 2rem !important;
        align-items: flex-start !important;
    }

    .vcol {
        display: none;
    }

    .notification-header {
        padding: 0.875rem 1.125rem;
    }
    
    .notification-title {
        font-size: 1rem !important;
    }
    
    .camp-title {
        font-size: 1rem !important;
    }
    
    .notification-content {
        padding: 1.25rem;
    }
    
    .highlights-list li {
        font-size: 0.8125rem;
        padding: 0.4rem 0 0.4rem 1.5rem;
    }

    .highlights-list li:before {
        font-size: 1.25rem;
    }

    .camp-description {
        font-size: 0.875rem;
    }

    .highlights-title {
        font-size: 1rem;
    }

    .highlights-section {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .download-container {
        padding: 0 1rem;
    }

    .qr-container {
        margin-bottom: 2rem;
    }

    .download-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .store-badge,
    .qr-code {
        width: 140px;
    }

    .doubt-icon {
        width: 42px;
    }

    .live-icon {
        width: 60px;
    }

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        flex: 0 0 calc(100% - 14px);
        min-width: calc(100% - 14px);
    }

    .custom_unique_slider_track,
    .cust_second_slider_track,
    .cust_third_slider_track {
        gap: 15px;
    }

    .cust_second_slide,
    .cust_third_slide {
        padding-top: 0;
        margin-right: 15px;
    }

    .cust_second_slide iframe,
    .cust_third_slide iframe {
        position: relative;
        height: 200px;
    }

    .custom_unique_slider_dots,
    .cust_second_slider_dots,
    .cust_third_slider_dots {
        margin-top: 15px;
    }

    .custom_unique_dot,
    .cust_second_dot,
    .cust_third_dot {
        width: 8px;
        height: 8px;
    }

    .notification-card {
        margin-top: 1.5rem;
    }
    
    .notification-badge {
        font-size: 1.5rem;
    }
    
    .notification-title {
        font-size: 0.9375rem !important;
    }
    
    .camp-title {
        font-size: 0.9375rem !important;
    }
    
    .camp-description {
        font-size: 0.8125rem;
        margin-bottom: 1rem;
    }
    
    .highlights-section {
        padding: 0.875rem;
        margin-bottom: 1rem;
    }

    .highlights-title {
        font-size: 0.9375rem;
        margin-bottom: 0.625rem;
    }

    .highlights-list li {
        font-size: 0.75rem;
        padding: 0.375rem 0 0.375rem 1.5rem;
    }

    .info-box {
        padding: 0.75rem;
    }

    .info-icon {
        font-size: 1.5rem;
    }

    .info-text strong {
        font-size: 0.6875rem;
    }

    .info-text span {
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .store-buttons {
        flex-direction: column;
        align-items: center;
    }

    .store-badge {
        width: 180px;
    }

    .smcard {
        width: 50%;
    }

    .w-64-ic {
        width: 34px;
    }

    .w-cardsm {
        width: 140px !important;
    }

    .img-booklet {
        width: 18rem !important;
    }

    .custom_unique_slide img {
        height: 200px;
        object-fit: cover;
    }

    .cust_second_slide iframe,
    .cust_third_slide iframe {
        height: 180px;
    }

    .custom_unique_slider_wrapper,
    .cust_second_slider_wrapper,
    .cust_third_slider_wrapper {
        padding: 1rem 0;
    }

    .custom_unique_slider_track,
    .cust_second_slider_track,
    .cust_third_slider_track {
        gap: 10px;
    }

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        margin-right: 10px;
    }

    .notification-header {
        padding: 0.75rem 0.875rem;
    }

    .notification-badge {
        font-size: 1.25rem;
    }
    
    .notification-content {
        padding: 0.875rem;
    }
    
    .info-box {
        padding: 0.625rem;
        gap: 0.5rem;
    }
    
    .info-icon {
        font-size: 1.375rem;
    }

    .camp-title-section {
        margin-bottom: 0.875rem;
    }

    .camp-title {
        font-size: 0.875rem !important;
        padding-bottom: 0.625rem;
    }

    .highlights-section {
        padding: 0.75rem;
        margin-bottom: 0.875rem;
    }
}

@media (hover: none) and (pointer: coarse) {
    .custom_unique_slider_container,
    .cust_second_slider_container,
    .cust_third_slider_container {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        scroll-snap-align: center;
    }
}

/* ==================== Utility Classes ==================== */

.align-items-stretch {
    align-items: stretch !important;
}

.h-100 {
    height: 100% !important;
}

/* ==================== Download Schedule Button Styles ==================== */

.schedule-download-section {
    margin-top: 1rem;
}

.btn-download-schedule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: linear-gradient(135deg, #004aa2 0%, #00327b 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 74, 162, 0.2);
    border: 2px solid transparent;
}

.btn-download-schedule:hover {
    background: linear-gradient(135deg, #00327b 0%, #004aa2 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 74, 162, 0.3);
    color: #ffffff;
}

.btn-download-schedule:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 74, 162, 0.2);
}

.download-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.download-text {
    line-height: 1.2;
}

/* ==================== Responsive Adjustments ==================== */

@media (max-width: 991px) {
    .schedule-download-section {
        margin-top: 0.875rem;
    }

    .btn-download-schedule {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    .download-icon {
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .btn-download-schedule {
        padding: 0.625rem 0.875rem;
        font-size: 0.8125rem;
        gap: 0.5rem;
    }

    .download-icon {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .schedule-download-section {
        margin-top: 0.75rem;
    }

    .btn-download-schedule {
        padding: 0.625rem 0.75rem;
        font-size: 0.75rem;
    }
}

/* Exam Cards Grid Layout */
.exam-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

/* Exam Card Styling */
.exam-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.exam-card:hover {
    transform: translateY(-5px);
}

.exam-card-link {
    text-decoration: none;
    display: block;
}

.exam-card-image {
    width: 100%;
    max-width: 190px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .exam-card-image {
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .exam-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .exam-card-image {
        max-width: 140px;
    }
}

@media (max-width: 767px) {
    .exam-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .exam-card-image {
        max-width: 130px;
    }
}