﻿

/*----------------------------------------------top header--------------------------------------------*/
.org-top-bar {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 100;
}


.org-brand-content {
    width: 100%;
    padding: 0px 0;
    display: flex;
    align-items: center;
}

    .org-brand-content h1 {
        margin: 0;
        color: #006592;
        font-size: clamp(28px, 28px, 52px);
        font-weight: 700;
        line-height: 35px;
        letter-spacing: -0.5px;
    }

    .org-brand-content h2 {
        margin: 4px 0 12px;
        color: #006592;
        font-size: clamp(26px, 26px, 47px);
        font-weight: 700;
        line-height: 31px;
        letter-spacing: -0.4px;
    }

    .org-brand-content p {
        max-width: 1150px;
        margin: 0;
        color: #000000;
        font-size: clamp(11px, 1vw, 18px);
        font-weight: 600;
        line-height: 1.3;
    }

.org-logo-wrapper {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;
    padding: 6px 0px;
}


.org-logo-item {
    flex: 1;
    max-width: 140px;
    text-align: center;
}

    .org-logo-item img {
        width: 111px;
        height: 110px;
        display: block;
        margin: 0 auto 5px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .org-logo-item:hover img {
        transform: scale(1.04);
    }


.org-reg-number {
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.org-reg-code {
    color: #222222;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}


.main-header {
    position: relative;
    z-index: 1000;
}

@media (min-width: 1400px) {

    .org-top-bar > .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }

    .org-brand-content h1 {
        font-size: 32px;
        line-height: 55px;
    }

    .org-brand-content h2 {
        font-size: 32px;
    }

    .org-brand-content p {
        font-size: 17px;
    }

    .org-logo-item img {
        width: 125px;
        height: 125px;
    }
}


@media (max-width: 1199px) {

    .org-top-bar > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .org-brand-content h1 {
        font-size: 32px;
    }

    .org-brand-content h2 {
        font-size: 28px;
    }

    .org-brand-content p {
        font-size: 12px;
    }

    .org-logo-wrapper {
        gap: 8px;
    }

    .org-logo-item img {
        width: 90px;
        height: 90px;
    }

    .org-reg-number {
        font-size: 11px;
    }

    .org-reg-code {
        font-size: 9px;
    }
}

@media (max-width: 991px) {

    .org-brand-content {
        text-align: center;
        padding-top: 20px;
    }

        .org-brand-content p {
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

    .org-logo-wrapper {
        padding-bottom: 20px;
    }

    .org-logo-item img {
        width: 95px;
        height: 95px;
    }
}



@media (max-width: 767px) {

    .org-top-bar > .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .org-brand-content {
        padding: 20px 5px 5px;
    }

        .org-brand-content h1 {
            font-size: 15px;
            line-height: 1.1;
        }

        .org-brand-content h2 {
            margin-top: 7px;
            font-size: 14px;
            line-height: 1.1;
        }

        .org-brand-content p {
            margin-top: 10px;
            font-size: 10px;
            line-height: 1.45;
            display: none;
        }

    .org-logo-wrapper {
        gap: 8px;
        display: none !important;
    }

    .org-logo-item img {
        width: 80px;
        height: 80px;
    }

    .org-reg-number {
        font-size: 10px;
    }

    .org-reg-code {
        font-size: 8px;
    }
}


@media (max-width: 400px) {

    .org-brand-content h1 {
        font-size: 15px;
    }

    .org-brand-content h2 {
        font-size: 14px;
    }

    .org-brand-content p {
        font-size: 9px;
        display: none;
    }

    .org-logo-item img {
        width: 70px;
        height: 70px;
    }
}

/*------------------------------------------------end--------------------------------------------------*/


.top-right .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.top-right .facebook {
    color: #1877f2;
}

.top-right .twitter {
    color: #000000;
}

.top-right .instagram {
    color: #e4405f;
}

.top-right .youtube {
    color: #ff0000;
}

.top-right .social-icon:hover {
    transform: translateY(-2px);
    opacity: 0.75;
}








.announcement-bar {
    width: 100%;
    height: 42px;
    /* background: #01409e; */
    color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #064f8d;
}

.announcement-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: announcementScroll 28s linear infinite;
}

    .announcement-track span {
        display: inline-block;
        padding-right: 100px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }


@keyframes announcementScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.announcement-bar:hover .announcement-track {
    animation-play-state: paused;
}

@media (max-width: 991px) {

    .announcement-bar {
        height: 40px;
    }

    .announcement-track span {
        font-size: 14px;
    }
}

@media (max-width: 575px) {

    .announcement-bar {
        height: 38px;
    }

    .announcement-track span {
        font-size: 12px;
        padding-right: 70px;
    }
}


/*--------------------------------------------------------news about section-------------------------------------*/
.news-about-section {
    position: relative;
    padding: 80px 0px 0px;
    overflow: hidden;
}


.latest-news-box {
    /* height: 100%; */
    background: #ffffff;
    border: 4px solid #064f8d;
    border-radius: 14px;
    /* overflow: hidden; */
    box-shadow: 0 8px 25px rgb(0 0 0 / 8%);
}

.latest-news-header {
    min-height: 60px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #064f8d;
    position: relative;
}

    .latest-news-header h2 {
        margin: 0;
        color: #ffffff;
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
    }

.news-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5051b;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
}


.news-window {
    height: 342px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}


.news-track {
    animation: newsScroll 10s linear infinite;
}

.news-window:hover .news-track {
    animation-play-state: paused;
}


.news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 16px;
    border-bottom: 1px solid #e9edf0;
}

.news-check {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #064f8d;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
}

.news-item strong {
    display: block;
    margin-bottom: 5px;
    color: #064f8d;
    font-size: 16px;
    font-weight: 700;
}

.news-item p {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 1.65;
}



@keyframes newsScroll {

    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}


.latest-news-footer {
    padding: 8px 22px;
    border-top: 1px solid #e5e9ed;
    text-align: right;
}

.news-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #064f8d;
    color: #ffffff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .news-read-btn:hover {
        background: #003a6a;
        color: #ffffff;
    }

    .news-read-btn i {
        transition: transform 0.3s ease;
    }

    .news-read-btn:hover i {
        transform: translateX(4px);
    }


.council-about-box {
    height: 100%;
    padding: 31px 30px 30px 30px;
    background: #ffffff;
    position: relative;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
    border-radius: 14px;
    border: 1.5px solid #064f8d;
}


.about-top-line {
    width: 65px;
    height: 4px;
    margin-bottom: 15px;
    /* background: #f4c400; */
}

.about-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #c50505;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.council-about-box h2 {
    margin: 0 0 18px;
    color: #212529;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

    .council-about-box h2 span {
        display: block;
        color: #212529;
    }

.about-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f4f7f9;
    color: #003a6a;
    /* border-left: 3px solid #f4c400; */
    font-size: 14px;
    font-weight: 600;
}

    .meta-item i {
        color: #003a6a;
    }


.council-about-box p {
    margin-bottom: 13px;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
}



.council-offices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.office-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: #f7f9fb;
    border: 1px solid #e8edf1;
}

    .office-item > i {
        color: #003a6a;
        font-size: 18px;
        margin-top: 3px;
    }

    .office-item strong {
        display: block;
        margin-bottom: 4px;
        color: #003a6a;
        font-size: 13px;
    }

    .office-item span {
        display: block;
        color: #666;
        font-size: 12px;
        line-height: 1.55;
    }


.about-btn-wrap {
    margin-top: 22px;
}

.council-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: #064f8d;
    color: #ffffff;
    border: 1px solid #064f8d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 40px;
}

    .council-read-btn:hover {
        background: #f4c400;
        color: #003a6a;
        border-color: #f4c400;
    }

    .council-read-btn i {
        transition: transform 0.3s ease;
    }

    .council-read-btn:hover i {
        transform: translateX(5px);
    }


@media (max-width: 991px) {

    .news-about-section {
        padding: 60px 0;
    }

    .council-about-box {
        padding: 30px 10px;
    }

        .council-about-box h2 {
            font-size: 30px;
        }

    .council-offices {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 575px) {

    .news-about-section {
        padding: 40px 0;
    }

    .latest-news-header {
        min-height: 65px;
        padding: 0 18px;
    }

        .latest-news-header h2 {
            font-size: 25px;
        }

    .news-icon {
        width: 35px;
        height: 35px;
    }

    .news-window {
        height: 350px;
    }

    .news-item {
        padding: 16px;
    }

        .news-item strong {
            font-size: 14px;
        }

        .news-item p {
            font-size: 13px;
        }

    .council-about-box {
        padding: 30px 5px;
    }

        .council-about-box h2 {
            font-size: 25px;
        }

        .council-about-box p {
            font-size: 14px;
            line-height: 1.7;
        }
}
/*----------------------------------------------------------end---------------------------------------------------*/

/*--------------------------------------------------------mission vision value------------------------------------*/

.council-values-section {
    position: relative;
    padding: 80px 0px 0px;
    background: #fff;
    overflow: hidden;
}


.council-info-row {
    margin-bottom: 50px;
}

.council-mission-row {
    margin-bottom: 50px;
}

.council-info-content {
    padding: 20px 35px 20px 0;
}

.council-mission-row .council-info-content {
    padding: 20px 0 20px 35px;
}

.council-section-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #c50505;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.council-info-content h2 {
    margin: 0 0 22px;
    color: #212529;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
}

    .council-info-content h2 span {
        display: block;
        color: #212529;
    }


.council-info-content p {
    margin: 0px 0 8px;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.council-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    padding: 12px 0px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 58, 106, 0.07);
}

    .council-highlight i {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c50505;
        color: #ffffff;
        border-radius: 50%;
    }

    .council-highlight span {
        color: #34495e;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
    }

.council-image-wrap {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.council-image-shape {
    position: absolute;
    width: 82%;
    height: 82%;
    right: 0;
    top: 9%;
    background: #003a6a;
    border-radius: 8px;
}

.mission-image-wrap .council-image-shape {
    right: auto;
    left: 0;
    background: #c99500;
}


.council-feature-image {
    position: relative;
    width: 88%;
    height: 430px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    z-index: 2;
    transition: transform 0.4s ease;
}

.council-image-wrap:hover .council-feature-image {
    transform: translateY(-7px);
}



.council-image-badge {
    position: absolute;
    right: 5px;
    bottom: 35px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    background: #ffffff;
    color: #003a6a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-size: 13px;
}

.mission-image-wrap .council-image-badge {
    right: auto;
    left: 5px;
}

.council-image-badge i {
    color: #c99500;
}

.mission-points {
    margin-top: 23px;
}

.mission-point {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #354c60;
    font-size: 14px;
    font-weight: 600;
}

    .mission-point i {
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #003a6a;
        color: #ffffff;
        border-radius: 50%;
        font-size: 10px;
    }


.core-values-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

    .core-values-heading .council-section-tag {
        justify-content: center;
    }

    .core-values-heading h2 {
        margin: 0 0 12px;
        color: #212529;
        font-size: 38px;
        font-weight: 700;
    }

        .core-values-heading h2 span {
            color: #212529;
        }

    .core-values-heading p {
        margin: 0;
        color: #687681;
        font-size: 15px;
        line-height: 1.7;
    }

.core-value-card {
    position: relative;
    height: 100%;
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #e4e9ed;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 8px 25px rgb(0 0 0 / 8%);
    border-radius: 14px;
}


    .core-value-card:hover {
        transform: translateY(-8px);
        border-color: #003a6a;
        box-shadow: 0 18px 40px rgba(0, 58, 106, 0.1);
    }

        .core-value-card:hover::after {
            transform: scaleX(1);
        }

.core-value-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #064f8d;
    color: #ffffff;
    border-radius: 8px;
    font-size: 21px;
}

.core-value-card:hover .core-value-icon {
    background: #c99500;
}


.value-number {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #edf1f4;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.core-value-card h3 {
    position: relative;
    margin: 0 0 14px;
    color: #102c46;
    font-size: 23px;
    font-weight: 700;
}


.core-value-card p {
    position: relative;
    margin: 0;
    color: #66727d;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 1199px) {

    .council-values-section {
        padding: 80px 0;
    }

    .council-info-content h2 {
        font-size: 35px;
    }

    .council-image-wrap {
        min-height: 450px;
    }

    .council-feature-image {
        height: 380px;
    }
}


@media (max-width: 991px) {

    .council-info-row {
        margin-bottom: 70px;
    }

    .council-info-content,
    .council-mission-row .council-info-content {
        padding: 0;
    }

    .council-image-wrap {
        min-height: 420px;
        margin-top: 35px;
    }

    .council-mission-row .council-image-wrap {
        margin-top: 0;
        margin-bottom: 35px;
    }

    .council-info-content h2 {
        font-size: 34px;
    }
}


@media (max-width: 575px) {

    .council-values-section {
        padding: 40px 0px 0px !important;
    }

    .council-info-row {
        margin-bottom: 60px;
    }

    .council-info-content h2 {
        font-size: 28px;
    }

    .council-info-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .council-image-wrap {
        min-height: 330px;
        padding: 0px;
    }

    .council-feature-image {
        width: 92%;
        height: 290px;
    }

    .council-image-badge {
        right: 0;
        bottom: 15px;
        padding: 10px 12px;
        font-size: 11px;
    }

    .mission-image-wrap .council-image-badge {
        left: 0;
    }

    .core-values-heading h2 {
        font-size: 30px;
    }

    .core-value-card {
        padding: 28px 22px;
    }
}

/*--------------------------------------------------------end------------------------------------------------------*/


/*----------------------------------------------------course section-----------------------------------------------*/
.course-section {
    position: relative;
    padding: 80px 0px 0px;
    background: #fff;
    overflow: hidden;
}

.course-section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
}

.course-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #dc3545;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

    .course-subtitle::before,
    .course-subtitle::after {
        content: "";
        width: 28px;
        height: 2px;
        /* background: #f1c400; */
    }

.course-section-heading h2 {
    margin: 0 0 12px;
    color: #212529;
    font-size: 38px;
    font-weight: 700;
}

    .course-section-heading h2 span {
        color: #212529;
    }

.course-section-heading p {
    margin: 0;
    color: #687681;
    font-size: 15px;
    line-height: 1.7;
}


.courseSwiper {
    position: relative;
    padding: 10px 5px 0px;
}

    .courseSwiper .swiper-slide {
        height: auto;
        display: flex;
    }


.course-card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5eaee;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border-radius: 10px;
}

    .course-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0, 58, 106, 0.14);
    }

.course-image {
    position: relative;
    height: 225px;
    overflow: hidden;
    background: #e9eef2;
}

    .course-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.course-card:hover .course-image img {
    transform: scale(1.07);
}



.course-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003a6a;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.course-card-body {
    /* min-height: 245px; */
    padding: 15px 15px 15px;
    display: flex;
    flex-direction: column;
}

.course-department {
    margin-bottom: 8px;
    color: #c79700;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.course-card-body h3 {
    /* min-height: 55px; */
    margin: 0 0 10px;
    color: #12304a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}


.course-card-body p {
    margin: 0 0 10px;
    color: #687681;
    font-size: 13px;
    line-height: 1.7;
}


.course-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #003a6a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .course-read-more i {
        transition: transform 0.3s ease;
    }

    .course-read-more:hover {
        color: #c79700;
    }

        .course-read-more:hover i {
            transform: translateX(5px);
        }


.course-slider-controls {
    position: relative;
    /* right: 5px; */
    /* bottom: 12px; */
    display: flex;
    gap: 10px;
    z-index: 5;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.course-prev,
.course-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #064f8d;
    color: #ffffff;
    border: 1px solid #dce4e9;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
}

    .course-prev:hover,
    .course-next:hover {
        background: #003a6a;
        color: #ffffff;
        border-color: #003a6a;
    }


.course-pagination {
    bottom: 25px !important;
    text-align: left;
}

    .course-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #b8c3ca;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .course-pagination .swiper-pagination-bullet-active {
        width: 25px;
        border-radius: 10px;
        background: #003a6a;
    }


@media (max-width: 991px) {

    .course-section {
        padding: 70px 0;
    }

    .course-section-heading h2 {
        font-size: 36px;
    }

    .course-image {
        height: 210px;
    }
}



@media (max-width: 575px) {

    .course-section {
        padding: 40px 0;
    }

    .course-section-heading {
        margin-bottom: 30px;
    }

        .course-section-heading h2 {
            font-size: 30px;
        }

        .course-section-heading p {
            font-size: 14px;
        }

    .course-image {
        height: 220px;
    }

    .course-card-body {
        min-height: 230px;
    }

    .course-slider-controls {
        right: 5px;
    }
}
/*--------------------------------------------------------end-------------------------------------------------------*/

/*------------------------------------------------------testimonial-------------------------------------------------*/

.testimonial-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.testimonial-heading {
    max-width: 700px;
    margin: 0 auto 45px;
}

.testimonial-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #dc3545;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .testimonial-subtitle::before,
    .testimonial-subtitle::after {
        content: "";
        width: 28px;
        height: 2px;
        /* background: #f1c400; */
    }

.testimonial-heading h2 {
    margin: 0 0 12px;
    color: #212529;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

    .testimonial-heading h2 span {
        color: #212529;
    }

.testimonial-heading p {
    margin: 0;
    color: #687681;
    font-size: 15px;
    line-height: 1.7;
}

.testimonialSwiper {
    position: relative;
    padding: 10px 5px 0px;
}

    .testimonialSwiper .swiper-slide {
        height: auto;
        display: flex;
    }


.testimonial-card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e3e9ed;
    box-shadow: 0 12px 35px rgb(0 0 0 / 12%);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    border-radius: 14px;
}

    .testimonial-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #003a6a;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
    }

    .testimonial-card:hover {
        transform: translateY(-8px);
        border-color: #d9e1e6;
        box-shadow: 0 20px 45px rgba(0, 58, 106, 0.12);
    }

        .testimonial-card:hover::before {
            transform: scaleX(1);
        }


.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.testimonial-quote {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #064f8d;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-quote {
    background: #f1c400;
    color: #003a6a;
}

.testimonial-rating {
    display: flex;
    gap: 3px;
}

    .testimonial-rating i {
        color: #f2b900;
        font-size: 12px;
    }


.testimonial-text {
    min-height: 100px;
    margin: 0px 0 10px;
    color: #5d6872;
    font-size: 14px;
    line-height: 1.8;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 10px;
    border-top: 1px solid #e9edf0;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    overflow: hidden;
    border-radius: 50%;
    /* border: 2px solid #f1c400; */
}

    .testimonial-avatar img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.testimonial-user-info h4 {
    margin: 0 0 0px;
    color: #12304a;
    font-size: 14px;
    font-weight: 700;
}

.testimonial-user-info span {
    color: #87929b;
    font-size: 12px;
}

.testimonial-controls {
    position: relative;
    right: 5px;
    bottom: 0px;
    display: flex;
    gap: 10px;
    z-index: 5;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-prev,
.testimonial-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #064f8d;
    color: #ffffff;
    border: 1px solid #dce4e9;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
}

    .testimonial-prev:hover,
    .testimonial-next:hover {
        background: #003a6a;
        color: #ffffff;
        border-color: #003a6a;
    }


.testimonial-pagination {
    bottom: 27px !important;
    text-align: left;
}

    .testimonial-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #b8c3ca;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .testimonial-pagination .swiper-pagination-bullet-active {
        width: 25px;
        border-radius: 10px;
        background: #003a6a;
    }


@media (max-width: 991px) {

    .testimonial-section {
        padding: 70px 0;
    }

    .testimonial-heading h2 {
        font-size: 36px;
    }

    .testimonial-card {
        padding: 25px;
    }
}

@media (max-width: 575px) {

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-heading {
        margin-bottom: 30px;
    }

        .testimonial-heading h2 {
            font-size: 30px;
        }

        .testimonial-heading p {
            font-size: 14px;
        }

    .testimonial-card {
        padding: 23px;
    }

    .testimonial-text {
        min-height: auto;
        font-size: 13px;
    }
}
/*-------------------------------------------------------end--------------------------------------------------------*/

/*--------------------------------------------------------student service section-----------------------------------*/

.student-services-section {
    position: relative;
    padding: 80px 0px 0px;
    overflow: hidden;
}


.student-services-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

    .student-services-heading > span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        color: #dc3545;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .student-services-heading > span::before,
        .student-services-heading > span::after {
            content: "";
            width: 28px;
            height: 2px;
            /* background: #f2c400; */
        }

    .student-services-heading h2 {
        margin: 0 0 12px;
        color: #212529;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
    }

        .student-services-heading h2 strong {
            color: #212529;
        }

    .student-services-heading p {
        max-width: 600px;
        margin: auto;
        color: #687681;
        font-size: 15px;
        line-height: 1.7;
    }



.student-service-card {
    position: relative;
    min-height: 145px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.card-blue {
    background: linear-gradient( 135deg, #003a6a 0%, #07588f 100% );
}

.card-orange {
    background: linear-gradient( 135deg, #d87500 0%, #f19a22 100% );
}

.card-purple {
    background: linear-gradient( 135deg, #741078 0%, #9b1ca0 100% );
}



.student-service-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s ease;
}

.student-service-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: -75px;
    bottom: -80px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.student-service-card:hover {
    color: #ffffff;
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

    .student-service-card:hover::before {
        transform: scale(1.4);
    }


.service-icon {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    font-size: 22px;
    backdrop-filter: blur(5px);
    transition: all 0.35s ease;
}

.student-service-card:hover .service-icon {
    background: #ffffff;
    color: #003a6a;
}


.service-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

    .service-content > span {
        display: block;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.65);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.5px;
    }

    .service-content h3 {
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.3;
    }

    .service-content p {
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 12px;
        line-height: 1.5;
    }


.service-arrow {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 13px;
    transition: all 0.35s ease;
}

.student-service-card:hover .service-arrow {
    background: #ffffff;
    color: #003a6a;
    transform: translateX(4px);
}

@media (max-width: 991px) {

    .student-services-section {
        padding: 65px 0;
    }

    .student-services-heading h2 {
        font-size: 34px;
    }

    .student-service-card {
        min-height: 135px;
    }
}


@media (max-width: 575px) {

    .student-services-section {
        padding: 40px 0;
    }

    .student-services-heading {
        margin-bottom: 30px;
    }

        .student-services-heading h2 {
            font-size: 29px;
        }

        .student-services-heading p {
            font-size: 14px;
        }

    .student-service-card {
        min-height: 125px;
        padding: 18px;
        gap: 12px;
        border-radius: 11px;
    }

    .service-icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        font-size: 18px;
    }

    .service-content h3 {
        font-size: 16px;
    }

    .service-content p {
        font-size: 11px;
    }

    .service-arrow {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }
}
/*--------------------------------------------------------end--------------------------------------------------------*/

/*-------------------------------------------------------sticky right button-----------------------------------------*/
.right-sticky-buttons {
    position: fixed;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 9999;
}


.sticky-btn {
    position: relative;
    width: 36px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    box-shadow: -4px 5px 18px rgba(0, 0, 0, 0.12);
    transition: width 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

    .sticky-btn span {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    .sticky-btn i {
        position: absolute;
        top: 13px;
        color: #ffffff;
        font-size: 16px;
        opacity: 0;
        transform: translateY(-5px);
        transition: all 0.3s ease;
    }



.center-login {
    background: #ef971f;
}

.quick-enquiry {
    background: #06447d;
}

.student-login {
    background: #cd0518;
}



.center-login:hover {
    background: #ef971f;
}

.quick-enquiry:hover {
    background: #06447d;
}

.student-login:hover {
    background: #cd0518;
}

@media (max-width: 767px) {

    .right-sticky-buttons {
        top: auto;
        bottom: 100px;
        transform: none;
        gap: 15px;
    }

    .sticky-btn {
        width: 48px;
        min-height: 145px;
        border-radius: 5px 0 0 5px;
    }

        .sticky-btn span {
            font-size: 13px;
            letter-spacing: 2px;
        }

        .sticky-btn:hover {
            width: 55px;
        }
}
/*----------------------------------------------------------end------------------------------------------------------*/

@media (max-width: 767px) {
    .header-logo a img {
        width: 75px;
    }

    .header-logo {
        min-width: 88px;
    }
}


/*-------------------------------------------------------mega menu-------------------------------------------*/
.ac-mega-menu {
    width: 1000px !important;
    max-width: 95vw;
    padding: 25px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    left: 0% !important;
    transform: translateX(-50%) !important;
}

.ac-mega-column {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .ac-mega-column > ul {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

        .ac-mega-column > ul > li {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

    .ac-mega-column:before {
        background-color: transparent !important;
    }

    .ac-mega-column > ul > li:before {
        background-color: transparent !important;
    }

    .ac-mega-column > ul > li > a {
        display: block !important;
        padding: 8px 12px !important;
        font-size: 14px;
        line-height: 1.4;
        white-space: nowrap;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.3s ease !important;
    }

        .ac-mega-column > ul > li > a:hover {
            padding-left: 18px !important;
            color: #075aa0 !important;
        }


@media (max-width: 991px) {

    .ac-mega-menu {
        width: 100% !important;
        max-width: 100%;
        display: block !important;
        left: 0 !important;
        transform: none !important;
        padding: 15px !important;
    }

    .ac-mega-column {
        margin-bottom: 8px !important;
    }
}


@media (max-width: 767px) {

    .ac-mega-menu {
        padding: 10px !important;
    }

    .ac-mega-column > ul > li > a {
        padding: 8px 10px !important;
        white-space: normal;
    }
}
/*-------------------------------------------------------end--------------------------------------------------*/


/*-----------------------------------------------------payment destail----------------------------------------*/
.edu-payment-page {
    min-height: 100vh;
    padding: 80px 0;
    background: #fff;
}

.edu-payment-wrapper {
    max-width: 1180px;
    margin: auto;
}


.edu-payment-header {
    margin-bottom: 35px;
}

    .edu-payment-header h1 {
        margin: 0 0 8px;
        font-size: 32px;
        font-weight: 700;
        color: #172033;
    }

    .edu-payment-header p {
        margin: 0;
        color: #7b8493;
        font-size: 14px;
    }

.edu-payment-steps {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.edu-payment-step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a0a8b6;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

    .edu-payment-step.active {
        color: #145da0;
    }

.edu-payment-step-number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8edf4;
    color: #7d8797;
    font-size: 12px;
    font-weight: 700;
}

.edu-payment-step.active .edu-payment-step-number {
    background: #145da0;
    color: #fff;
}

.edu-payment-step-line {
    width: 55px;
    height: 1px;
    background: #dce2ea;
    margin: 0 15px;
}

.edu-payment-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 22px;
    box-shadow: 0 8px 30px rgba(25, 45, 75, .05);
}


.edu-payment-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.edu-payment-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0e4d88;
    color: #ffffff;
    font-size: 17px;
}

.edu-payment-card-title h3 {
    margin: 0;
    color: #172033;
    font-size: 18px;
    font-weight: 700;
}

.edu-payment-label {
    display: block;
    margin-bottom: 8px;
    color: #354052;
    font-size: 13px;
    font-weight: 600;
}

.edu-payment-input {
    width: 100%;
    height: 48px;
    border: 1px solid #dce2e9;
    border-radius: 9px;
    padding: 0 14px;
    outline: none;
    color: #293345;
    background: #fff;
    font-size: 13px;
    transition: all .25s ease;
}

    .edu-payment-input:focus {
        border-color: #145da0;
        box-shadow: 0 0 0 3px rgba(20, 93, 160, .08);
    }

    .edu-payment-input::placeholder {
        color: #a1a9b5;
    }

textarea.edu-payment-input {
    height: 90px;
    padding-top: 13px;
    resize: none;
}

.edu-admission-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 10px;
    background: #f6f9fc;
    margin-bottom: 20px;
}

.edu-admission-info-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e7f1fa;
    color: #145da0;
}

.edu-admission-info-content {
    flex: 1;
}

    .edu-admission-info-content span {
        display: block;
        color: #8993a2;
        font-size: 11px;
        margin-bottom: 3px;
    }

    .edu-admission-info-content strong {
        color: #202a3a;
        font-size: 14px;
    }


.edu-payment-method {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid #e1e6ed;
    border-radius: 11px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all .25s ease;
}

    .edu-payment-method:hover {
        border-color: #145da0;
        background: #f8fbff;
    }

    .edu-payment-method.selected {
        border-color: #145da0;
        background: #f4f9fe;
    }

    .edu-payment-method input {
        width: 17px;
        height: 17px;
        accent-color: #145da0;
    }

.edu-payment-method-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef3f8;
    color: #145da0;
    font-size: 17px;
}

.edu-payment-method-content {
    flex: 1;
}

    .edu-payment-method-content h5 {
        margin: 0 0 3px;
        color: #202a3a;
        font-size: 14px;
        font-weight: 700;
    }

    .edu-payment-method-content p {
        margin: 0;
        color: #8a94a4;
        font-size: 11px;
    }

.edu-payment-summary {
    position: sticky;
    top: 25px;
}

.edu-summary-head {
    padding: 18px;
    border-radius: 11px;
    background: linear-gradient( 135deg, #145da0, #0b467d );
    color: #fff;
    margin-bottom: 22px;
}

    .edu-summary-head span {
        display: block;
        font-size: 12px;
        opacity: .8;
        margin-bottom: 6px;
    }

    .edu-summary-head strong {
        display: block;
        font-size: 24px;
        font-weight: 800;
    }

.edu-summary-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #edf0f4;
}

    .edu-summary-item:last-child {
        border-bottom: 0;
    }

    .edu-summary-item span {
        color: #7a8493;
        font-size: 13px;
    }

    .edu-summary-item strong {
        color: #293345;
        font-size: 13px;
        font-weight: 600;
        text-align: right;
    }


.edu-fee-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    font-size: 13px;
}

    .edu-fee-row span {
        color: #737e8e;
    }

    .edu-fee-row strong {
        color: #293345;
        font-weight: 600;
    }

.edu-fee-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #e5e9ee;
}

    .edu-fee-total span {
        color: #202a3a;
        font-size: 15px;
        font-weight: 700;
    }

    .edu-fee-total strong {
        color: #145da0;
        font-size: 23px;
        font-weight: 800;
    }

.edu-pay-button {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient( 135deg, #145da0, #0b467d );
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(20, 93, 160, .18);
    transition: all .3s ease;
}

    .edu-pay-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(20, 93, 160, .25);
    }


.edu-secure-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    color: #8a94a3;
    font-size: 11px;
}

    .edu-secure-payment i {
        color: #35a46d;
    }


.edu-payment-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    background: #f5f9fd;
    border-radius: 9px;
    margin-top: 18px;
}

    .edu-payment-note i {
        color: #145da0;
        margin-top: 2px;
    }

    .edu-payment-note p {
        margin: 0;
        color: #687384;
        font-size: 11px;
        line-height: 1.6;
    }


@media (max-width: 991px) {

    .edu-payment-page {
        padding: 40px 0;
    }

    .edu-payment-summary {
        position: static;
    }
}


@media (max-width: 575px) {

    .edu-payment-page {
        padding: 30px 0;
    }

    .edu-payment-header h1 {
        font-size: 25px;
    }

    .edu-payment-card {
        padding: 20px;
        border-radius: 12px;
    }

    .edu-payment-steps {
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .edu-payment-step-line {
        width: 25px;
        margin: 0 8px;
    }
}

/*----------------------------------------------------------end-----------------------------------------------*/


/*----------------------------------------------------student login-------------------------------------------*/
.student-login-page {
    min-height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.student-login-wrapper {
    width: 100%;
    max-width: 1450px;
    margin: auto;
}

.student-login-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #f5f9fd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-login-full-image {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
    background: #f5f9fd;
}
.student-login-badge {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    background: rgba(255,255,255,.94);
    border: 1px solid #e4ebf3;
    border-radius: 50px;
    box-shadow: 0 12px 30px rgba(25,50,85,.10);
    color: #1d3150;
    font-size: 12px;
    font-weight: 700;
}

    .student-login-badge i {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #eaf2ff;
        color: #2858bd;
    }

.student-badge-one {
    top: 70px;
    left: 45px;
}

.student-badge-two {
    right: 45px;
    top: 135px;
}

.student-badge-three {
    left: 55px;
    bottom: 90px;
}

.student-login-box-area {
    min-height: 600px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: radial-gradient(circle at top right, rgba(245, 158, 11, .12), transparent 34%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border-radius: 0px;
}

.student-login-card {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-radius: 22px;
    padding: 20px 30px 20px;
    border: 1px solid #e8edf4;
    box-shadow: 0 25px 70px rgba(25, 45, 75, .10);
    position: relative;
    overflow: hidden;
}

    .student-login-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background: linear-gradient( 90deg, #21479b 0%, #315bd2 72%, #f5a000 72%, #f5a000 100% );
    }

.student-login-logo {
    width: 100px;
    height: 100px;
    margin: 0px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e3e9f1;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(25,45,75,.07);
}

    .student-login-logo img {
        max-width: 80px;
        max-height: 80px;
        object-fit: contain;
    }

.student-login-heading {
    text-align: center;
    margin-bottom: 28px;
}

    .student-login-heading h2 {
        margin: 0;
        color: #172c4b;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: -.5px;
    }

        .student-login-heading h2::after {
            content: "";
            display: block;
            width: 65px;
            height: 4px;
            margin: 13px auto 15px;
            border-radius: 5px;
            background: #f4a000;
        }

    .student-login-heading p {
        margin: 0;
        color: #718097;
        font-size: 13px;
        line-height: 1.6;
    }

.student-login-form-group {
    margin-bottom: 12px;
}

.student-login-label {
    display: block;
    margin-bottom: 8px;
    color: #34445d;
    font-size: 13px;
    font-weight: 700;
}

.student-login-input-wrap {
    position: relative;
}

.student-login-input-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #7d8da5;
    font-size: 15px;
    pointer-events: none;
}

.student-login-input {
    width: 100%;
    height: 50px;
    border: 1px solid #d9e1eb;
    border-radius: 11px;
    background: #f9fbfd;
    padding: 0 17px 0 47px;
    outline: none;
    color: #26364e;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s ease;
}

    .student-login-input::placeholder {
        color: #9aa8ba;
    }

    .student-login-input:focus {
        border-color: #315bd2;
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(49,91,210,.08);
    }

.student-login-password-toggle {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #8795a9;
    cursor: pointer;
    padding: 4px;
}

    .student-login-password-toggle:hover {
        color: #2858bd;
    }

.student-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 14px;
}

.student-login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6e7d91;
    font-size: 12px;
    cursor: pointer;
}

    .student-login-remember input {
        width: 15px;
        height: 15px;
        accent-color: #2858bd;
    }

.student-login-forgot {
    color: #214d9f;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

    .student-login-forgot:hover {
        color: #f09b00;
    }


.student-login-btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient( 135deg, #254ba4, #315bd2 );
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(37,75,164,.20);
    transition: all .3s ease;
}

    .student-login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(37,75,164,.28);
    }

.student-login-admission {
    text-align: center;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #edf0f4;
    color: #7b8798;
    font-size: 12px;
}

    .student-login-admission a {
        color: #214d9f;
        font-weight: 800;
        text-decoration: none;
        margin-left: 4px;
    }

        .student-login-admission a:hover {
            color: #ef9b00;
        }

.student-login-security {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #9aa5b4;
    font-size: 10px;
}

    .student-login-security i {
        color: #38a56f;
    }

@media (max-width: 1199px) {

    .student-login-visual,
    .student-login-box-area {
        min-height: 620px;
    }

    .student-login-card {
        padding: 35px;
    }
}


@media (max-width: 991px) {

    .student-login-page {
        padding: 25px 0;
    }

    .student-login-visual {
        min-height: 430px;
        border-radius: 22px 22px 0 0;
        padding: 25px;
    }

    .student-login-box-area {
        min-height: auto;
        border-radius: 0px;
        padding: 35px 25px;
    }

    .student-login-image img {
        max-width: 560px;
    }

    .student-badge-one {
        left: 25px;
        top: 30px;
    }

    .student-badge-two {
        right: 25px;
        top: 50px;
    }

    .student-badge-three {
        left: 30px;
        bottom: 35px;
    }
}


@media (max-width: 575px) {

    .student-login-page {
        padding: 0px 0;
    }

    .student-login-visual {
        min-height: 300px;
        padding: 15px;
        display: none;
    }

    .student-login-box-area {
        padding: 20px 15px;
    }

    .student-login-card {
        padding: 30px 20px;
        border-radius: 17px;
    }

    .student-login-logo {
        width: 80px;
        height: 80px;
    }

        .student-login-logo img {
            max-width: 65px;
            max-height: 65px;
        }

    .student-login-heading h2 {
        font-size: 25px;
    }

    .student-login-badge {
        padding: 7px 10px;
        font-size: 9px;
    }

        .student-login-badge i {
            width: 24px;
            height: 24px;
            font-size: 10px;
        }

    .student-badge-one {
        top: 15px;
        left: 12px;
    }

    .student-badge-two {
        top: 20px;
        right: 12px;
    }

    .student-badge-three {
        display: none;
    }

    .student-login-options {
        align-items: flex-start;
        gap: 10px;
    }
}

/*--------------------------------------------------------end--------------------------------------------------*/

/*-----------------------------------------------------enquiry modal-------------------------------------------*/

.enquiry-modal{
    z-index:10000;
}
.enquiry-modal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.enquiry-modal .modal-content {
    border: 0;
    border-radius: 7px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.enquiry-modal-header {
    min-height: 60px;
    padding: 5px 25px;
    background: #ffffff;
    border-bottom: 1px solid #e2e6ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enquiry-modal-title {
    margin: 0;
    color: #292d32;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.enquiry-modal-close {
    width: 42px;
    height: 42px;

    padding: 0;
    margin: 0;

    border: 0;
    outline: none;

    background: transparent !important;

    color: #777 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    opacity: 1 !important;

    transition: all 0.25s ease;
}

.enquiry-modal-close i {
    display: block;
}

.enquiry-modal-close:hover {
    color: #333 !important;

    transform: rotate(90deg);
}

.enquiry-modal-close:focus {
    outline: none;
    box-shadow: none;
}


.enquiry-modal-body {
    padding: 0px 20px 0px;
    background: #ffffff;
}

.enquiry-row {
    --bs-gutter-x: 45px;
}


.enquiry-form-group {
    margin-bottom: 4px;
}

.enquiry-form-label {
    display: block;
    margin: 6px 0px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}


.enquiry-form-control {
    width: 100%;
    height: 37px;
    padding: 7px 22px;
    color: #454b52;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #ccd3da;
    border-radius: 30px;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.enquiry-form-control:focus {
    color: #30343a;

    background: #ffffff;

    border-color: #80bdff;

    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);

    outline: none;
}

.enquiry-form-control::placeholder {
    color: #9ca4ad;
}


.enquiry-message-control {
    min-height: 60px !important;
    padding-top: 12px;
    border-radius: 28px;
    resize: vertical;
}


.enquiry-select {
    appearance: auto;

    padding-right: 18px;

    cursor: pointer;
}

.enquiry-terms {
    padding: 6px 0 8px;
    text-align: center;
}

.enquiry-terms-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #30343a;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.enquiry-terms-checkbox {
    width: 18px;
    height: 18px;

    margin: 0;

    cursor: pointer;

    accent-color: #0d6efd;
}

.enquiry-terms-link {
    color: #087cff;

    text-decoration: none;
}

.enquiry-terms-link:hover {
    text-decoration: underline;
}

.enquiry-modal-footer {
    min-height: 70px;
    padding: 8px 25px;
    background: #ffffff;
    border-top: 1px solid #e2e6ea;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.enquiry-submit-btn,
.enquiry-close-btn {
    min-width: 113px;
    height: 42px;
    padding: 8px 20px;
    border: 0;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.enquiry-submit-btn {
    color: #ffffff;
    background: #075aa0;
}

.enquiry-submit-btn:hover {
    color: #ffffff;

    background: #59b976;

    transform: translateY(-1px);

    box-shadow: 0 5px 15px rgba(112, 196, 138, 0.3);
}


.enquiry-close-btn {
    color: #ffffff;

    background: #dc3545;
}

.enquiry-close-btn:hover {
    color: #ffffff;

    background: #c82333;

    transform: translateY(-1px);

    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.25);
}

.enquiry-modal-backdrop {
    background: rgba(0, 0, 0, 0.55);
}


@media (max-width: 767px) {

    .enquiry-modal .modal-dialog {
        max-width: calc(100% - 30px);

        margin: 15px auto;
    }

    .enquiry-modal-title {
        font-size: 30px;
    }

    .enquiry-modal-header {
        min-height: 80px;

        padding: 18px 20px;
    }

    .enquiry-modal-body {
        padding: 20px 20px 5px;
    }

    .enquiry-modal-footer {
        padding: 15px 20px;
    }

    .enquiry-form-label {
        font-size: 20px;
    }

    .enquiry-form-control {
        min-height: 52px;

        font-size: 17px;
    }

    .enquiry-terms-label {
        font-size: 18px;
    }

}


@media (max-width: 575px) {

    .enquiry-modal .modal-dialog {
        max-width: calc(100% - 20px);

        margin: 10px auto;
    }

    .enquiry-modal-header {
        min-height: 70px;

        padding: 16px;
    }

    .enquiry-modal-title {
        font-size: 26px;
    }

    .enquiry-modal-body {
        padding: 18px 16px 2px;
    }

    .enquiry-row {
        --bs-gutter-x: 0;
    }

    .enquiry-form-label {
        font-size: 18px;
    }

    .enquiry-form-control {
        min-height: 48px;

        padding: 7px 17px;

        font-size: 16px;
    }

    .enquiry-message-control {
        height: 90px;
    }

    .enquiry-terms {
        padding: 8px 0 18px;
    }

    .enquiry-terms-label {
        font-size: 16px;

        flex-wrap: wrap;

        justify-content: center;
    }

    .enquiry-modal-footer {
        min-height: 85px;

        padding: 14px 16px;
    }

    .enquiry-submit-btn,
    .enquiry-close-btn {
        min-width: 90px;

        height: 48px;

        font-size: 18px;
    }

}

/*-------------------------------------------------------end---------------------------------------------------*/

/*-----------------------------------------------------registration--------------------------------------------*/

.npc-registration-section {
    width: 100%;
    padding: 80px 0 80px;
    background: #fff;
}

.npc-registration-header {
    max-width: 850px;

    margin: 0 auto 35px;

    text-align: center;
}

.npc-registration-tag {
    display: inline-flex;

    align-items: center;

    padding: 7px 18px;

    margin-bottom: 12px;

    color: #1556a8;

    background: #e6f1ff;

    border: 1px solid #cde2fb;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.npc-registration-header h2 {
    margin: 0 0 10px;
    color: #142b49;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.npc-registration-header p {
    margin: 0;

    color: #68798d;

    font-size: 16px;
}

.npc-registration-note {
    max-width: 1050px;
    margin: 0 auto 35px;
    padding: 22px 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: linear-gradient(135deg, #f5fcff, #ffffff);
    border: 1px solid #cce7f5;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(30, 91, 130, 0.08);
}

.npc-note-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #075aa0;
    border-radius: 12px;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(30, 100, 150, 0.08);
}

.npc-note-content h5 {
    margin: 0 0 9px;

    color: #193b5c;

    font-size: 16px;

    font-weight: 700;
}

.npc-note-content ul {
    margin: 0;

    padding: 0;

    list-style: none;
}

.npc-note-content li {
    margin-bottom: 5px;

    color: #536779;

    font-size: 13px;
}

.npc-star {
    margin-right: 5px;

    font-weight: 900;
}

.npc-star.red {
    color: #ef4444;
}

.npc-star.purple {
    color: #8b5cf6;
}

.npc-star.blue {
    color: #2563eb;
}

.npc-star.cyan {
    color: #06b6d4;
}

.npc-star.green {
    color: #10b981;
}

.npc-star.black {
    color: #111827;
}

.npc-registration-card {
    max-width: 1050px;

    margin: 0 auto;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e1eaf2;

    border-radius: 20px;

    box-shadow:
        0 20px 60px rgba(26, 66, 100, 0.10),
        0 5px 20px rgba(26, 66, 100, 0.04);
}


.npc-card-top {
    padding: 15px 20px;
    background:
        linear-gradient(
            135deg,
            #123e6e,
            #1769a8
        );
    color: #ffffff;
}

.npc-card-top > div {
    display: flex;

    align-items: center;

    gap: 15px;
}

.npc-card-number {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 45px;

    color: #1769a8;

    background: #ffffff;

    border-radius: 12px;

    font-size: 14px;

    font-weight: 800;
}

.npc-card-top h3 {
    margin: 0 0 3px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.npc-card-top p {
    margin: 0;

    color: rgba(255,255,255,.75);

    font-size: 13px;
}


.npc-form-section {
    padding: 20px 20px;
    border-bottom: 1px solid #e9eef3;
}

.npc-section-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
}

.npc-section-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #075aa0;
    border-radius: 11px;
    font-size: 17px;
}

.npc-section-title h4 {
    margin: 0 0 3px;

    color: #18334f;

    font-size: 18px;

    font-weight: 700;
}

.npc-section-title span {
    color: #8492a0;

    font-size: 12px;
}

.npc-form-label {
    display: block;
    margin-bottom: 8px;
    color: #082847;
    font-size: 14px;
    font-weight: 600;
}

.npc-form-label span {
    color: #ef4444;

    margin-left: 2px;
}

.npc-input-wrap {
    position: relative;
}

.npc-input-icon {
    position: absolute;

    left: 17px;

    top: 50%;

    transform: translateY(-50%);

    z-index: 2;

    color: #8da2b5;

    font-size: 14px;

    pointer-events: none;
}

.npc-form-control {
    width: 100%;
    height: 40px;
    padding: 5px 17px 5px 45px;
    color: #33475b;
    background: #ffffff;
    border: 1px solid #d8e2eb;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: none;
    transition: all .25s ease;
}

.npc-form-control:focus {
    color: #263b4e;

    background: #ffffff;

    border-color: #2585c5;

    box-shadow:
        0 0 0 3px rgba(37, 133, 197, 0.10);

    outline: none;
}

.npc-form-control::placeholder {
    color: #a5b1bc;
}

.npc-select {
    padding-left: 45px;

    cursor: pointer;
}



.npc-textarea {
    min-height: 100px !important;
    padding: 15px 17px;
    resize: vertical;
    border-radius: 12px;
}


.npc-file-box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    overflow: hidden;
    background: #fbfdff;
    border: 1px dashed #b9cad9;
    border-radius: 10px;
    transition: all .25s ease;
}

.npc-file-box > i {
    width: 48px;
    flex: 0 0 48px;
    text-align: center;
    color: #8da2b5;
    font-size: 16px;
}

.npc-file-box:hover {
    background: #f4faff;

    border-color: #2585c5;
}

.npc-file-input {
    height: 35px;
    padding: 5px 10px 5px 0;
    color: #657687;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    box-shadow: none;
}

.npc-file-input:focus {
    border: 0;

    box-shadow: none;
}

.npc-help-text {
    display: block;

    margin-top: 6px;

    color: #8b99a7;

    font-size: 11px;
}

.npc-radio-group {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #d8e2eb;
    border-radius: 10px;
}

.npc-radio-group label {
    display: flex;

    align-items: center;

    gap: 7px;

    margin: 0;

    color: #536779;

    font-size: 14px;

    cursor: pointer;
}

.npc-radio-group input {
    width: 14px;
    height: 14px;
    accent-color: #1769a8;
    cursor: pointer;
}



.npc-terms-box {
    margin: 25px 35px 0;

    padding: 17px 20px;

    background: #f7fafc;

    border: 1px solid #e3ebf1;

    border-radius: 12px;
}

.npc-terms-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #596b7b;
    font-size: 12px;
    line-height: 1.7;
    cursor: pointer;
}

.npc-terms-label input {
    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    margin-top: 3px;

    accent-color: #1769a8;

    cursor: pointer;
}

.npc-terms-label a {
    color: #1769a8;

    font-weight: 700;

    text-decoration: none;
}

.npc-terms-label a:hover {
    text-decoration: underline;
}

.npc-submit-area {
    padding: 25px 35px 35px;
}

.npc-register-btn {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 11px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #1264a3,
            #208bc5
        );
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
    cursor: pointer;
    box-shadow:
        0 10px 25px rgba(23, 105, 168, .20);
    transition: all .25s ease;
}

.npc-register-btn:hover {
    color: #ffffff;

    transform: translateY(-2px);

    background:
        linear-gradient(
            135deg,
            #0e558e,
            #187cb3
        );

    box-shadow:
        0 14px 30px rgba(23, 105, 168, .28);
}

.npc-register-btn:active {
    transform: translateY(0);
}


@media (max-width: 767px) {

    .npc-registration-section {
        padding: 45px 0;
    }

    .npc-registration-header h2 {
        font-size: 30px;
    }

    .npc-registration-note {
        padding: 18px;
    }

    .npc-form-section {
        padding: 25px 20px;
    }

    .npc-terms-box {
        margin-left: 20px;
        margin-right: 20px;
    }

    .npc-submit-area {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media (max-width: 575px) {

    .npc-registration-section {
        padding: 30px 0;
    }

    .npc-registration-header {
        margin-bottom: 25px;
    }

    .npc-registration-header h2 {
        font-size: 26px;
    }

    .npc-registration-header p {
        font-size: 14px;
    }

    .npc-registration-note {
        display: block;

        padding: 18px;
    }

    .npc-note-icon {
        margin-bottom: 12px;
    }

    .npc-card-top {
        padding: 20px;
    }

    .npc-form-section {
        padding: 22px 16px;
    }

    .npc-section-title {
        margin-bottom: 22px;
    }

    .npc-section-title h4 {
        font-size: 16px;
    }

    .npc-form-label {
        font-size: 13px;
    }

    .npc-terms-box {
        margin: 20px 16px 0;
    }

    .npc-submit-area {
        padding: 20px 16px 25px;
    }

}
/*---------------------------------------------------------end--------------------------------------------------*/