/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .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 ***/
.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;
    text-transform: uppercase;
    outline: none;
}

.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;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .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: .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: 100%;
        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: .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(24, 29, 56, .7), rgba(24, 29, 56, .7)), url('../img/whatsapp image 2025-08-16 at 11.28.26 am.jpeg');
   
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .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: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .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: .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: .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: .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: .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, .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, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



/*=========================
ABOUT SECTION
=========================*/

.about-section {
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

    .about-section::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: #0d6efd10;
        border-radius: 50%;
        left: -120px;
        top: -120px;
        animation: float1 7s infinite;
    }

    .about-section::after {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        background: #ffc10720;
        border-radius: 50%;
        right: -120px;
        bottom: -100px;
        animation: float2 8s infinite;
    }

/* IMAGE */

.about-image {
    position: relative;
}

.main-img {
    width: 100%;
    transition: .6s;
}

.about-image:hover .main-img {
    transform: scale(1.05);
}

/* EXPERIENCE */

.experience-box {
    position: absolute;
    bottom: 30px;
    left: -25px;
    background: #0d6efd;
    color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
    animation: floatCard 3s infinite;
}

    .experience-box h2 {
        font-size: 40px;
        font-weight: 700;
        margin: 0;
    }

.floating-card {
    position: absolute;
    top: 30px;
    right: -20px;
    background: #fff;
    padding: 18px;
    border-radius: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    animation: floatCard 4s infinite;
}

    .floating-card i {
        font-size: 30px;
        color: #0d6efd;
    }

/* CONTENT */

.about-tag {
    background: #0d6efd;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
}

.about-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

    .about-title span {
        display: block;
        color: #0d6efd;
    }

.about-text {
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

/* FEATURES */

.feature-card {
    display: flex;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-10px);
    }

.feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    flex-shrink: 0;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* BUTTON */

.btn-primary {
    padding: 14px 38px;
    font-weight: 600;
    transition: .4s;
}

    .btn-primary:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(13,110,253,.35);
    }

/* ANIMATIONS */

@keyframes floatCard {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes float1 {

    50% {
        transform: translateY(25px);
    }
}

@keyframes float2 {

    50% {
        transform: translateY(-20px);
    }
}

@media(max-width:991px) {

    .about-title {
        font-size: 36px;
    }

    .experience-box {
        left: 10px;
    }

    .floating-card {
        right: 10px;
    }
}


.about-section {
    background: #f8fbff;
    padding: 80px 0;
    overflow: hidden;
}

.about-image {
    position: relative;
}

.main-img {
    transition: .6s;
    border-radius: 25px;
}

.about-image:hover .main-img {
    transform: scale(1.05);
}

.experience-box {
    position: absolute;
    left: -20px;
    bottom: 30px;
    background: #0d6efd;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
    animation: floating 4s infinite;
}

    .experience-box h2 {
        font-size: 42px;
        font-weight: 700;
        margin: 0;
    }

.floating-card {
    position: absolute;
    right: -20px;
    top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    animation: floating 5s infinite;
}

.about-tag {
    background: #0d6efd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.about-title {
    font-size: 48px;
    font-weight: 800;
    margin: 20px 0;
}

    .about-title span {
        display: block;
        color: #0d6efd;
    }

.about-text {
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

.feature-card {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(13,110,253,.18);
    }

.feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

.btn-primary {
    transition: .4s;
}

    .btn-primary:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(13,110,253,.35);
    }

@keyframes floating {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media(max-width:991px) {

    .about-title {
        font-size: 36px;
    }

    .experience-box {
        left: 10px;
    }

    .floating-card {
        right: 10px;
    }
}

/*=========================
MISSION SECTION
=========================*/

.mission-section {
    background: #f5f9ff;
    overflow: hidden;
}

.section-badge {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.mission-title {
    font-size: 48px;
    font-weight: 800;
}

.mission-subtitle {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 18px;
}

/* Cards */

.mission-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
    cursor: pointer;
}

.large-card {
    height: 500px;
}

.small-card {
    height: 240px;
}

.bottom-card {
    height: 350px;
}

.mission-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.mission-card:hover img {
    transform: scale(1.15);
}

/* Overlay */

.mission-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 35px;
    background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.15));
    transition: .5s;
}

.mission-card:hover .mission-overlay {
    background: linear-gradient(to top, rgba(13,110,253,.85), rgba(0,0,0,.25));
}

.mission-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #0d6efd;
    margin-bottom: 20px;
    transition: .5s;
}

.mission-card:hover .mission-icon {
    transform: rotate(360deg);
    background: #ffc107;
    color: #fff;
}

.mission-overlay h3,
.mission-overlay h4 {
    color: #fff;
    font-weight: 700;
}

.mission-overlay p {
    color: #f2f2f2;
    line-height: 1.8;
}

/* Floating */

.mission-card {
    animation: floating 6s infinite;
}

@keyframes floating {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Mobile */

@media(max-width:991px) {

    .large-card {
        height: 350px;
    }

    .small-card {
        height: 280px;
    }

    .bottom-card {
        height: 300px;
    }

    .mission-title {
        font-size: 36px;
    }
}

.team-section {
    background: #f7fbff;
}

.team-badge {
    background: #0d6efd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 40px;
}

.team-title {
    font-size: 45px;
    font-weight: 800;
    margin: 20px 0;
}

.team-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
    transition: .4s;
    transform-style: preserve-3d;
    cursor: pointer;
}

    .team-card:hover {
        transform: translateY(-15px);
    }

.team-image {
    position: relative;
    overflow: hidden;
}

    .team-image img {
        width: 100%;
        transition: 1s;
    }

.team-card:hover img {
    transform: scale(1.12);
}

.team-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    display: flex;
    justify-content: center;
    gap: 12px;
    transition: .5s;
}

.team-card:hover .team-social {
    bottom: 20px;
}

.team-social a {
    width: 45px;
    height: 45px;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: .4s;
}

    .team-social a:hover {
        background: #ffc107;
        transform: rotate(360deg);
    }

.team-content {
    padding: 30px;
    text-align: center;
}

    .team-content h4 {
        font-weight: 700;
    }

    .team-content span {
        color: #0d6efd;
        font-weight: 600;
    }

.team-card {
    animation: floating 5s infinite;
}

@keyframes floating {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}
.committee-section {
    background: #f8fbff;
}

.committee-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    transition: .5s;
}

    .committee-card:hover {
        transform: translateY(-12px);
    }

.committee-img {
    position: relative;
    overflow: hidden;
}

    .committee-img img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        transition: .8s;
    }

.committee-card:hover img {
    transform: scale(1.12);
}

.committee-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    display: flex;
    justify-content: center;
    gap: 12px;
    transition: .5s;
}

.committee-card:hover .committee-social {
    bottom: 20px;
}

.committee-social a {
    width: 45px;
    height: 45px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

    .committee-social a:hover {
        background: #ffc107;
        transform: rotate(360deg);
    }

.committee-body {
    padding: 25px;
    text-align: center;
}

    .committee-body h4 {
        font-weight: 700;
    }

    .committee-body span {
        color: #0d6efd;
        font-weight: 600;
    }

.committee-card {
    animation: floating 5s infinite;
}

@keyframes floating {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}









.committee-section {
    background: #f5f8fc;
}

.committee-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.committee-badge {
    background: #0d6efd;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
}

.member-card {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 60px 20px 25px;
    border-radius: 15px;
    border: 1px solid #eef2f7;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    height: 100%;
}

    .member-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(13,110,253,.18);
    }

.member-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #0d6efd;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.member-card h5 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.member-card span {
    color: #0d6efd;
    font-weight: 600;
    display: block;
}

.social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    transition: .3s;
    text-decoration: none;
}

    .social a:hover {
        background: #ffc107;
        transform: translateY(-5px);
    }



.team-section {
    background: #f8f9fa;
}

.gov-card {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 12px;
    height: 100%;
    text-align: center;
    transition: .3s;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

    .gov-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 18px rgba(0,0,0,.15);
    }

.photo-box {
    width: 95px;
    height: 115px;
    margin: auto;
    overflow: hidden;
    border: 2px solid #0d6efd;
    border-radius: 6px;
    background: #fff;
}

    .photo-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }

.gov-body {
    padding-top: 10px;
}

    .gov-body h6 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;
        color: #003366;
        line-height: 18px;
        min-height: 36px;
    }

    .gov-body small {
        display: block;
        font-size: 12px;
        color: #666;
        line-height: 16px;
        min-height: 32px;
    }
