/********** Template CSS **********/
:root {
    --primary: #01a4db;
    --light: #f0fbfc;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}
body,
html {
    overflow-x: hidden;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*** Navbar ***/
.partner-logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
/* Styling the sticky container */
.sticky-social-bar {
    position: fixed;
    top: 50%; /* Center vertically */
    right: 0;
    transform: translateY(-50%);
    z-index: 1000; /* Ensure it stays on top */
}
#showBtn {
    z-index: 9999;
    border-radius: 0 5px 5px 0;
}
/* Styling individual social media buttons */
.sticky-social-bar a {
    display: block;
    background-color: #01a4db; /* Blue background */
    color: white; /* White icon color */
    text-align: center;
    padding: 10px;
    margin: 2px 0; /* Spacing between buttons */
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Styling hover effect */
.sticky-social-bar a:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Styling icons */
.sticky-social-bar a img {
    width: 25px;
    height: 25px;
}
/* Styling the floating action button (FAB) */
/* Styling the floating action button (FAB) */
.fab-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fab-button {
    width: 60px;
    height: 60px;
    background-color: #01a4db; /* Blue background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    color: white;
    font-size: 24px;
    position: relative;
}

.fab-button .indicator {
    width: 10px;
    height: 10px;
    background-color: limegreen;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}

/* Styling the popup menu */
.fab-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    display: none; /* Hidden by default */
    z-index: 999;
    width: 200px;
}

.fab-popup::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
}

.fab-popup a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    margin: 10px 0;
    transition: background-color 0.2s ease;
}

.fab-popup a:hover {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 5px;
}

.fab-popup a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;

    outline: none;
}

/* Calendar Container */
.calendar-container {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    overflow: hidden;
}

/* Calendar Header */
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background: #01a4db;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.calendar-header h2 {
    font-size: 1.8rem;
    margin: 0;
}
.nav-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
    transition: transform 0.2s ease, color 0.2s ease;
}
.nav-btn:hover {
    color: #ffc107;
    transform: scale(1.2);
}

/* Calendar Table */
.calendar-wrapper {
    overflow-x: auto; /* Enable horizontal scrolling */
    padding-bottom: 10px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px; /* Ensure table takes enough space for scrolling */
}

.calendar-table th,
.calendar-table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    width: 14.28%; /* Ensure 7 columns for days of the week */
}

.calendar-table th {
    background-color: #01a4db;
    color: white;
    font-weight: bold;
}

.calendar-table td {
    background-color: #fff;
    vertical-align: top;
    height: 100px;
    position: relative;
}

.calendar-table td.disabled {
    background-color: #f0f0f0;
    color: #ccc;
}

.date-label {
    font-weight: bold;
}
#monthYear {
    color: #fff;
}

.event {
    font-size: 0.8rem;
    margin-top: 5px;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.event-yellow {
    background-color: #ffc107;
}
.event-blue {
    background-color: #01a4db;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .calendar-header h2 {
        font-size: 1.4rem;
    }
    .nav-btn {
        font-size: 1.2rem;
    }
    .calendar-table th,
    .calendar-table td {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .calendar-header h2 {
        font-size: 1.2rem;
    }
    .calendar-wrapper {
        overflow-x: scroll; /* Ensure scrolling for small devices */
    }
    .calendar-table {
        min-width: 700px; /* Ensure table is scrollable on mobile */
    }
}
#updates .card-custom {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

#updates .header-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#updates .avatar-circle {
    width: 60px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 20px;
    z-index: 1;
}

#updates .avatar-circle i {
    font-size: 24px;
    color: white;
}

#updates .card-body-custom {
    padding-top: 40px;
    position: relative;
}

#updates .read-more {
    font-weight: bold;
    color: #2c3e50;
    text-transform: uppercase;
    font-size: 0.9rem;
}

#updates .card-footer-custom {
    background-color: white;
    font-size: 0.875rem;
    color: #666;
    border-top: 1px solid #eee;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.btnnav {
    height: 15px;
    line-height: 15px; /* Align the text within the height */
    padding-top: 0; /* Remove extra padding from the top */
    padding-bottom: 0; /* Remove extra padding from the bottom */
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 60%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 22px;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 192, 240, 0.7), rgba(1, 12, 72, 0.7)),
        url(../upload/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Service ***/
.service-item {
    background: var(--light);
    transition: 0.5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: 0.5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/*** Categories & Courses ***/
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 200px;
    object-fit: cover;
}
.info-icon {
    color: #01a4db;
    margin-right: 8px;
}
.btn-learn {
    background-color: #01a4db;
    color: #fff;
    border-radius: 999px;
    padding: 8px 20px;
}

/* Call to Action Section */
.cta-section {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url("./img/carousel-2.jpg") no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.644);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    margin-left: 5%;
    max-width: 900px;
}

.cta-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.cta-content .btn {
    display: inline-block;
    background-color: #01a4db;
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-content .btn:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cta-content h1 {
        font-size: 2rem;
    }

    .cta-content p {
        font-size: 1rem;
    }

    .cta-content .btn {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
}
/*** Team ***/
.team-item img {
    transition: 0.5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #ffffff;
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100%;
    }

    #examListApp .fc-toolbar-title {
        font-size: 1.2rem !important;
    }

    #examListApp .fc-header-toolbar {
        flex-direction: column;
        gap: 10px;
    }

    #examListApp .fc-toolbar-chunk {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #examListApp .fc-button-group {
        margin: 0 auto;
    }

    /* For mobile, make cards full width */
    #examListApp .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Make calendar container full width */
    #examListApp .card {
        margin-left: -15px;
        margin-right: -15px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    #examListApp .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    #calendar {
        width: 100vw !important;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #examListApp .fc-view {
        width: 100% !important;
    }

    #examListApp .fc-scrollgrid {
        width: 100% !important;
    }

    #examListApp .calendar-legend {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100vw;
    }
}

/* Additional mobile-specific styles */
@media (max-width: 576px) {
    #examListApp .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #examListApp .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    #calendar {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #examListApp .fc .fc-toolbar {
        flex-direction: column;
        gap: 10px;
    }

    #examListApp .fc-toolbar-chunk {
        text-align: center;
    }

    #examListApp .fc-header-toolbar .fc-toolbar-chunk:first-child,
    #examListApp .fc-header-toolbar .fc-toolbar-chunk:last-child {
        order: 2;
    }

    #examListApp .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
        order: 1;
    }

    #examListApp .calendar-legend {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Ensure calendar takes full available width */
#calendar {
    width: 100%;
}

#examListApp .fc {
    max-width: 100%;
}

/* Remove any horizontal scroll on mobile */
@media (max-width: 768px) {
    #examListApp body {
        overflow-x: hidden;
    }

    #examListApp .main {
        overflow-x: hidden;
    }
}

@media (min-width: 768px) {
    /* For tablets and desktops, show 3 cards per row */
    #examListApp .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #examListApp .container {
        max-width: 1140px;
    }
}

#examListApp .exam-card {
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    overflow: hidden;
}

#examListApp .exam-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

#examListApp .exam-card .card-img-top {
    height: 160px;
    object-fit: cover;
}

#examListApp .date-info {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* Custom calendar event styling */
#examListApp .fc-event-custom {
    padding: 3px 5px;
    width: 100%;
    box-sizing: border-box;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

#examListApp .fc-event-title-container {
    font-weight: 500;
    margin-bottom: 2px;
}

#examListApp .fc-event-time {
    font-size: 0.75em;
    opacity: 0.8;
}

#examListApp .fc-event-view-btn {
    background-color: #007bff !important;
    color: white !important;
    border: 1px solid #0056b3 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
    margin-top: 3px !important;
    font-size: 0.7em !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    display: block !important;
    width: 100% !important;
}

#examListApp .fc-event-view-btn:hover {
    background-color: #0056b3 !important;
}

/* Tooltip styling */
#examListApp .calendar-tooltip {
    z-index: 1000;
    font-family: inherit;
}

/* Make sure calendar is responsive */
#calendar {
    max-width: 100%;
    overflow: hidden;
}

/* For very small screens */
@media (max-width: 480px) {
    #examListApp .fc-daygrid-event {
        font-size: 0.7em;
    }

    #examListApp .fc-event-view-btn {
        display: none !important;
    }

    #examListApp .fc-col-header-cell-cushion {
        font-size: 0.8em;
        padding: 2px 4px;
    }

    #examListApp .fc-daygrid-day-number {
        font-size: 0.8em;
    }

    #examListApp .fc-timegrid-slot-label {
        font-size: 0.7em;
    }

    #examListApp .fc-timegrid-axis-frame {
        font-size: 0.7em;
    }
}

/* Color legend for calendar */
#examListApp .calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

#examListApp .legend-item {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

#examListApp .legend-color {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    margin-right: 5px;
}

/* Full width adjustments for mobile */
@media (max-width: 768px) {
    #examListApp .btn-group.flex-wrap {
        justify-content: center;
        width: 100%;
    }

    #examListApp .btn-group.flex-wrap .btn {
        flex: 1;
        min-width: 60px;
        font-size: 0.8rem;
        padding: 0.375rem 0.5rem;
    }

    #examListApp .d-flex.flex-column.flex-md-row {
        gap: 10px;
    }

    #examListApp h1.mb-4.text-center.text-md-start {
        text-align: center !important;
        font-size: 1.5rem;
    }
}
/* Custom styles for enhanced UI */
#examDetailsApp .exam-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#examDetailsApp .exam-image-container:hover {
    transform: translateY(-5px);
}

#examDetailsApp .exam-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

#examDetailsApp .exam-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
}

#examDetailsApp .form-card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

#examDetailsApp .form-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

#examDetailsApp .form-control,
.form-select {
    border-radius: 0.5rem;
    border: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

#examDetailsApp .form-control:focus,
.form-select:focus {
    border-color: #01a4db;
    box-shadow: 0 0 0 0.25rem rgba(78, 115, 223, 0.25);
}

#examDetailsApp .btn-primary {
    background-color: #01a4db;
    border-color: #01a4db;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

#examDetailsApp .btn-primary:hover {
    background-color: #01a4db;
    border-color: #01a4db;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#examDetailsApp .btn-primary:disabled {
    background-color: #858796;
    border-color: #858796;
    transform: none;
    box-shadow: none;
}

#examDetailsApp .nav-tabs {
    border-bottom: 2px solid #e0e0e0;
}

#examDetailsApp .nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

#examDetailsApp .nav-tabs .nav-link:hover {
    color: #01a4db;
    border-bottom: 3px solid #01a4db;
}

#examDetailsApp .nav-tabs .nav-link.active {
    color: #01a4db;
    background-color: transparent;
    border-bottom: 3px solid #01a4db;
}

#examDetailsApp .tab-content {
    padding: 1.5rem 0;
}

#examDetailsApp .availability-alert {
    border-radius: 0.5rem;
    border-left: 4px solid #01a4db;
    background-color: #f8f9fc;
}

#examDetailsApp .exam-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

#examDetailsApp .exam-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background-color: #01a4db;
    border-radius: 2px;
}

#examDetailsApp .form-label {
    font-weight: 600;
    color: #01a4db;
    margin-bottom: 0.5rem;
}

#examDetailsApp .loading-spinner {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    #examDetailsApp .exam-title:after {
        width: 50px;
    }

    #examDetailsApp .nav-tabs .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}
/* Global Styles */
#applicationFormContainer body {
    background-color: #f8f9fc;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* Header Styles */
#applicationFormContainer .display-5 {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.75rem;
}

@media (min-width: 768px) {
    #applicationFormContainer .display-4 {
        font-size: 2.5rem;
    }
}

#applicationFormContainer .divider {
    width: 70px;
    height: 4px;
    background-color: #01a4db;
    border-radius: 2px;
}

/* Card Styles */
#applicationFormContainer .card {
    border-radius: 15px;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
}

#applicationFormContainer .card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

/* Progress Steps */
#applicationFormContainer .progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}

#applicationFormContainer .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 80px;
}

#applicationFormContainer .step.active .step-icon {
    background-color: #01a4db;
    color: white;
}

#applicationFormContainer .step.active .step-title {
    color: #01a4db;
    font-weight: 600;
}

#applicationFormContainer .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

#applicationFormContainer .step-title {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
    transition: all 0.3s ease;
}

#applicationFormContainer .step-connector {
    position: absolute;
    top: 25px;
    left: 80px;
    right: 80px;
    height: 2px;
    background-color: #e9ecef;
    z-index: 1;
}

/* Form Styles */
#applicationFormContainer .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

#applicationFormContainer .form-control,
#applicationFormContainer .form-select {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

#applicationFormContainer .form-control:focus,
#applicationFormContainer .form-select:focus {
    border-color: #bac8f3;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

#applicationFormContainer .input-group-text {
    border-radius: 8px 0 0 8px;
}

#applicationFormContainer .input-group .form-control {
    border-radius: 0 8px 8px 0;
}

/* Custom Radio Styling */
#applicationFormContainer
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #01a4db;
    border-color: #01a4db;
}

/* Payment Option Cards */
#applicationFormContainer .payment-option-card,
.payment-method-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

#applicationFormContainer .payment-option-card .card,
#applicationFormContainer .payment-method-card .card {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

#applicationFormContainer .payment-option-card:hover .card,
#applicationFormContainer .payment-method-card:hover .card {
    border-color: #bac8f3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#applicationFormContainer .payment-option-card.active .card,
#applicationFormContainer .payment-method-card.active .card {
    border-color: #01a4db;
    background-color: #f8f9fc;
}

#applicationFormContainer .payment-option-card.active .card .payment-icon i,
#applicationFormContainer .payment-method-card.active .card .payment-icon i {
    color: #01a4db !important;
}

#applicationFormContainer .payment-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fc;
    border-radius: 50%;
}

#applicationFormContainer .payment-details {
    flex: 1;
}

/* File Upload Styling */
#applicationFormContainer .file-upload-container .card {
    border-color: #dee2e6;
    transition: all 0.3s ease;
}

#applicationFormContainer .file-upload-container .card:hover {
    border-color: #bac8f3;
}

/* Icon Circle */
#applicationFormContainer .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Step Header */
#applicationFormContainer .step-header {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
    margin-bottom: 2rem !important;
}

#applicationFormContainer .step-title-text {
    color: #2c3e50;
    font-weight: 600;
}

/* Custom File Input Button */
#applicationFormContainer .custom-file label.btn {
    border-radius: 8px;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 575.98px) {
    #applicationFormContainer .step {
        width: 60px;
    }

    #applicationFormContainer .step-connector {
        left: 60px;
        right: 60px;
    }

    #applicationFormContainer .step-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    #applicationFormContainer .payment-icon {
        width: 50px;
        height: 50px;
    }

    #applicationFormContainer .payment-icon i {
        font-size: 1.5rem;
    }

    #applicationFormContainer .payment-details h5 {
        font-size: 1rem;
    }

    #applicationFormContainer .payment-details p {
        font-size: 0.85rem;
    }

    #applicationFormContainer .custom-control-label {
        font-size: 0.85rem;
    }

    #applicationFormContainer .form-control,
    #applicationFormContainer .form-select {
        font-size: 0.9rem;
        padding: 0.6rem 0.75rem;
    }

    #applicationFormContainer .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #applicationFormContainer .step {
        width: 70px;
    }

    #applicationFormContainer .step-connector {
        left: 70px;
        right: 70px;
    }

    #applicationFormContainer .step-title {
        font-size: 0.85rem;
    }

    #applicationFormContainer .payment-icon {
        width: 55px;
        height: 55px;
    }

    #applicationFormContainer .payment-icon i {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #applicationFormContainer .step {
        width: 90px;
    }

    #applicationFormContainer .step-connector {
        left: 90px;
        right: 90px;
    }

    #applicationFormContainer .step-title {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    #applicationFormContainer .step {
        width: 120px;
    }

    #applicationFormContainer .step-connector {
        left: 120px;
        right: 120px;
    }
}
/* Event Colors */
