.copyrigth {
    background-color: #001b36;
    color: white;
    text-align: center;
    padding: 15px;
}

.section_gap {
    padding: 40px 50px 0 100px;
}

@media (max-width: 991px) {
    .section_gap {
        padding: 70px 0;
    }
}




.mega-dropdown {
    position: static !important;
}

.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top: 3px solid #007bff;
}

.mega-dropdown:hover .mega-menu {
    display: block;
}

.mega-menu .dropdown-item {
    font-size: 14px;
    padding: 0.3rem 0;
    color: #000e5c;
    transition: 0.3s;
    font-weight: 600;
}

    .mega-menu .dropdown-item:hover {
        color: #007bff;
        padding-left: 5px;
    }

.mega-menu h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.mega-menu i {
    margin-right: 8px;
    color: #007bff;
}



.explore-btn {
    background-color: #000e5c;
    padding: 10px 20px;
    color: white;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    /* ensures pseudo-elements stay inside span */
    transition: background 0.3s ease, transform 0.3s ease;
}

    /* Hover zoom + color change */
    .explore-btn:hover {
        background-color: #001b8c;
        transform: scale(1.05);
    }

    /* Underline animation inside span */


    /* Shine animation inside span */
    .explore-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -40%;
        /* start outside the content */
        width: 30%;
        /* smaller width inside span */
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        transform: skewX(-20deg);
        transition: none;
    }

    .explore-btn:hover::before {
        animation: shine 0.6s forwards;
    }


.explore-btn {
    background-color: #000e5c;
    padding: 10px 20px;
    color: white;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    /* prevent text wrap */
}

    /* add spacing between text and icon */
    .explore-btn i {
        margin-left: 8px;
        font-size: 0.8em;
        transition: transform 0.3s ease;
    }

    /* hover effects */
    .explore-btn:hover {
        background-color: #001b8c;
        transform: scale(1.05);
    }

        /* rotate icon on hover */
        .explore-btn:hover i {
            transform: rotate(180deg);
        }



.single_feature.shadow_card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .single_feature.shadow_card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

.single_feature .icon span {
    font-size: 40px;
    color: #000e5c;
}

.single_feature .desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.single_feature .desc p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.single_course {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.info_content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000e5c;
}

.info_content p {
    font-size: 16px;
    color: #555;
}

.course_features li {
    font-size: 15px;
    margin-bottom: 10px;
}

    .course_features li i {
        color: #007bff;
    }

.btn-primary {
    background-color: #000e5c;
    border-color: #000e5c;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        background-color: #001b8c;
        border-color: #001b8c;
    }

.infoStd {
    background-color: #eeeeee;
}

.referral_section {
    background-color: #f5f6fa;
}

.referral_heading {
    font-size: 32px;
    font-weight: 700;
    color: #000e5c;
}

.referral_subheading {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.referral_section .btn-primary {
    background-color: #000e5c;
    border-color: #000e5c;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

    .referral_section .btn-primary:hover {
        background-color: #001b8c;
        border-color: #001b8c;
    }

.referral_section {
    background-color: #f5f6fa;
}

.referral_heading {
    font-size: 32px;
    font-weight: 700;
    color: #000e5c;
}

.referral_subheading {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.referral_features li {
    font-size: 15px;
    margin-bottom: 10px;
}

    .referral_features li i {
        color: #007bff;
    }

.referral_section .btn-primary {
    background-color: #000e5c;
    border-color: #000e5c;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

    .referral_section .btn-primary:hover {
        background-color: #001b8c;
        border-color: #001b8c;
    }

.referral_image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.offer_heading {
    font-size: 32px;
    font-weight: 700;
    color: #000e5c;
}

.offer_subheading {
    font-size: 16px;
    color: #555;
}


.offer_card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .offer_card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .offer_card .badge {
        position: absolute;
        top: 5px;
        left: 5px;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 5px;
    }

    .offer_card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

.card_content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000e5c;
}

.card_content p {
    font-size: 14px;
    color: #555;
}

.card_content .btn {
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 20px;
}

.offer_card .badge {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    background: #ff3d00;
    /* Primary badge color */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    animation: glowBounce 2s infinite;
}

/* Glow + bounce + shine animation */
@keyframes glowBounce {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(255, 61, 0, 0.6);
    }

    25% {
        transform: scale(1.1);
        box-shadow: 0 0 15px rgba(255, 61, 0, 0.8);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 25px rgba(255, 61, 0, 1);
    }

    75% {
        transform: scale(1.1);
        box-shadow: 0 0 15px rgba(255, 61, 0, 0.8);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(255, 61, 0, 0.6);
    }
}

/* Optional: shine effect on hover */
.offer_card .badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-25deg);
    transition: all 0.7s ease;
}

.offer_card .badge:hover::before {
    left: 125%;
}

.certificate_section {
    background-color: #f5f6fa;
    padding: 60px 0;
}

.certificate_heading {
    font-size: 32px;
    font-weight: 700;
    color: #000e5c;
}

.certificate_subheading {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.certificate_card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .certificate_card:hover {
        transform: translateY(-8px);
    }

    .certificate_card img {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        object-fit: cover;
    }

.certificate_title {
    color: #000e5c;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

/* Common arrow styles */
.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: #000e5c;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
}

    /* Hover effect */
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: #001b8c;
        transform: translateY(-50%) scale(1.1);
    }

    /* Adjust arrow icons */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

/* Positioning tweaks */
.swiper-button-prev {
    left: 5px;
    /* distance from left edge of slider */
}

.swiper-button-next {
    right: 5px;
    /* distance from right edge of slider */
}

/* Mobile screens hide arrows */
@media (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


.banner_subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    opacity: 0;
    animation: fadeInUp 1s forwards 0.5s;
}

.banner_title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    min-height: 60px;
    /* prevent layout shift during typing */
}

.banner_extra_content {
    font-size: 16px;
    color: #e0e0e0;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: fadeInUp 1s forwards 2s;
}

.banner_buttons a {
    transition: all 0.3s ease;
}

    .banner_buttons a:hover {
        transform: scale(1.05);
    }
    l
/* Keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.nav-item1 {
    color: #010953;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 2px 3px;
}

/* Active style */
.nav-item1.active {
    color: #0d6efd;
    /* Bootstrap primary color */
    transform: translateY(-5px);
    /* little bounce */
}

.nav-item1 i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.nav-item1.active i {
    transform: scale(1.2);
    /* zoom icon */
    color: #01394e;
}

.bottomNav {
    background-color: #e6e7e9;
    bottom: -10px;
}

