/* CUSTOM CSS */
/* INFLUX INFOTECH */
.container {
    max-width: 1360px;
}
.header-link-section {
    background: var(--accent-color);
    padding: 5px 0;
}
.header-link-section .header-contact-info ul li {
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    transition: var(--transition);
    padding-right: 18px;
    margin-right: 20px;
    border-right: 1px solid #000;
}
.header-link-section .header-social-link ul li a:hover {
    color: #000;
    background: var(--secondary-color);
}
.header-link-section .header-contact-info ul li a:hover {
    color: var(--secondary-color);
}
header.main-header .header-sticky.active .navbar .main-menu ul li:not(.highlighted-menu) {
    padding: 20px 0;
}
.hero {
    position: relative;
    background: url(../images/home-hero-bg-img.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
}
.navbar .main-menu ul li a {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
    color: var(--text-color);
    padding: 0 !important;
    transition: var(--transition);
    position: relative;
    text-transform: uppercase;
}
.navbar .main-menu ul li {
    margin: 0 15px;
    padding: 35px 0;
    position: relative;
}
.navbar .main-menu ul li.highlighted-menu a {
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--primary-color);
    background: var(--accent-color);
    padding: 10px 20px !important;
    border: 2px solid var(--accent-color);
    border-radius: 5px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 0;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}
.navbar .main-menu ul li a:hover, .navbar .main-menu ul li a.active, .navbar .main-menu ul li a:focus-visible {
    color: var(--accent-color);
    box-shadow: none;
}
.navbar .main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--primary-color);
    z-index: 1;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease-in-out;
}
.navbar .main-menu ul li.has-submenu ul li a {
    padding: 12px 15px !important;
    color: #6b7078;
    transition: var(--transition);
}
.navbar .main-menu ul li.has-submenu ul li a:hover {
    padding: 12px 15px !important;
    color: var(--accent-color);
    transition: var(--transition);
    background-color: #ffd2d3;
}
/* CAROUSEL SLIDER */
.carousel-item {
    height: 84vh; /* Full screen height */
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto; /* remove bottom alignment */
    text-align: center;
}
.carousel-caption h5 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-caption h5 {
    font-size: 2.5rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
/* CAROUSEL SLIDER */
.about-content .section-title h2 {
    color: #000000;
}
.about-section {
    padding: 40px 0;
}
.our-service {
    padding: 40px 0;
    position: relative;
}
.section-title {
    margin-bottom: 30px;
}
.our-service {
    padding: 50px 0;
    position: relative;
    background-color: #daedfe6b;
}
.section-title h2 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 10px;
}
.service-row {
    margin-bottom: 30px;
}
.step-box .step-body {
    position: relative;
    text-align: center;
    padding: 0 15px 15px;
    margin-top: -60px;
    z-index: 1;
}
.step-body h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.step-body .step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin-bottom: 20px;
}
.step-body .step-icon img {
    width: 35px;
    height: 35px;
}
.step-body .step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin-bottom: 15px;
}
.step-icon i {
    color: #ffffff;
    font-size: 30px;
}
.team-content {
    padding: 20px;
    padding-top: 15px;
}
.our-team-section {
    padding: 60px 0 60px;
}
.team-content p {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.team-content h3 {
    font-size: 21px;
    margin-bottom: 5px;
}
.our-team-section .section-title h2 {
    color: #000000;
}
.align-center-col {
  display: flex;
  align-items: center;
  height: 100%;
}
.get-consulations {
    padding: 60px 0;
}
.consulations-content .section-title {
    margin-bottom: 10px;
}
.consulations-body p {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 0px;
}
.consulations-content .list-icon ul li {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--heading-color);
    padding: 15px 0;
    border-bottom: 1px solid #D8D7D7;
}
.consulations-content .section-title h2 {
    color: #000000;
}
.consulations-content .list-icon ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
}
.info-box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 10px;
    background-color: var(--primary-color);
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: var(--accent-color);
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: relative;
    overflow: hidden;
}
.info-box .box-body h3 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: var(--transition);
}
.info-box .box-body {
    position: relative;
    z-index: 1;
    width: 77.5%;
    padding-left: 2px;
}
.box-icon i {
    font-size: 40px;
    color: #e42126;
}
.info-box .box-icon {
    position: relative;
    z-index: 1;
    width: 16.5%;
    height: 100%;
    background-color: #ea535633;
    padding: 12px;
    border-radius: 7px;
    transition: var(--transition);
}
.site-navigation {
    background-color: var(--accent-color);
    padding: 10px 0;
}
.footer-menu ul {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}
.site-branding .site-footer-logo, .site-branding .footer-social-link {
    padding: 20px 0;
}
.content-box-icon i {
    font-size: 15px;
    color: var(--accent-color);
    background: var(--primary-color);
    width: 36px;
    height: 36px;
    border-radius: 5px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-contact-box .content-box-icon {
    width: 10%;
}
.content-box-body h3 {
    font-family: var(--primary-font);
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-weight: 500;
}
.site-branding {
    background-color: #000000;
}
.footer-menu {
    background-color: #010101;
    border-width: 1px 0;
    border-color: #FFFFFF40;
    border-style: solid;
}
.site-navigation {
    background-color: #000000;
    padding: 15px 0;
}
.content-box-body a {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
    transition: all 0.3s;
}
.footer-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    transition: all 0.3s;
    text-transform: uppercase;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.site-branding .footer-social-link ul li a {
    color: var(--accent-color);
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-box .navigation-contact-box {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.site-navigation p {
    font-size: 14px;
    color: var(--primary-color);
    max-width: 100%;
    float: right;
}
.site-navigation p a {
    color: var(--primary-color);
}
.site-navigation p a:hover {
    color: var(--accent-color);
}
.testimonials {
    padding: 60px 0 60px;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}
.page-header {
    min-height: 350px;
    display: flex;
    align-items: center;
    background: url(../images/subpage-hero-img.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.page-header-box h1 {
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.page-header-box nav ol {
    justify-content: start;
    color: var(--primary-color);
    margin-bottom: 0;
    text-transform: uppercase;
}
.page-header-box nav ol .breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    transition: var(--transition);
}
.page-header-box nav ol .breadcrumb-item.active {
    font-weight: 400;
    color: var(--primary-color);
}

    .trust-section {
        
        /* margin: 60px auto; */
        /* background: #ffffff; */
        border-radius: 12px;
        padding: 40px 30px;
        /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
    }

    .trust-title {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        color: #0b5f7d;
        margin-bottom: 30px;
    }

.founders {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.founder-card {
    text-align: center;
    max-width: 300px;
}

.founder-card img {
    width: 210px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #0b5f7d;
    margin-bottom: 15px;
}

.founder-name {
    font-size: 21px;
    font-weight: 700;
    color: #e42126;
    font-family: 'Poppins';
}

.trust-content {
    font-size: 21px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    margin-top: 20px;
}

.highlight {
    color: #e42126;
    font-weight: 700;
}

.trust-aim {
    background: #e421261a;
    padding: 20px;
    border-left: 5px solid #e42126;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
}

    .trustee {
        text-align: right;
        margin-top: 30px;
        font-weight: 600;
        color: #333;
    }

    @media (max-width: 768px) {
        .trust-title {
            font-size: 26px;
        }
    }
    .trustee {
    text-align: right;
    margin-top: 30px;
    font-weight: 700;
    color: #333;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Poppins';
}
.mv-content {
    padding-left: 0px;
}
    .vm-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
    }

    .vm-box {
    background: #eef7f300;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    padding-left: 20px;
}

.vm-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #e42126;
    border-radius: 12px 0 0 12px;
}

    .vm-title {
        font-size: 28px;
        font-weight: 700;
        color: #1f7a5c;
        margin-bottom: 15px;
    }

.vm-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

    .mission-list {
        margin-top: 15px;
        padding-left: 20px;
    }

.mission-list li {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

    @media (max-width: 768px) {
        .vm-title {
            font-size: 24px;
        }
    }
.vm-title {
    font-size: 25px;
    font-weight: 700;
    color: #e42126;
    margin-bottom: 5px;
}
    .institutions-title {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        color: #e42126;
        margin-bottom: 40px;
    }

    .institutions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }

    .institution-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

.institution-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--accent-color);
}

    .institution-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

.institution-logo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 0;
    background: #fff;
}

    .institution-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 0px;
    }

.institution-name {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

    .institution-address {
        font-size: 15px;
        line-height: 1.6;
        color: #555;
    }

    @media (max-width: 576px) {
        .institutions-title {
            font-size: 28px;
        }
    }
/* Masonry Gallery */
    .gallery-section {
        /* max-width: 1200px; */
        margin: 60px auto;
        padding: 20px;
    }

    .gallery-title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 35px;
        color: #1f7a5c;
    }

    /* Masonry Layout */
.masonry-gallery {
    column-count: 4;
    column-gap: 20px;
}

    .masonry-gallery img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 12px;
        cursor: pointer;
        break-inside: avoid;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .masonry-gallery img:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    /* Lightbox */
    #lightbox {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.9);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #lightbox-img {
        max-width: 90%;
        max-height: 70vh;
        border-radius: 10px;
    }

    #lightbox-caption {
        color: #fff;
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
        max-width: 80%;
    }

    .close {
        position: absolute;
        top: 25px;
        right: 35px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

    /* Next / Prev buttons */
    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        color: #fff;
        cursor: pointer;
        user-select: none;
        padding: 10px 15px;
    }

    .nav-btn:hover {
        color: #1f7a5c;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .masonry-gallery {
            column-count: 2;
        }
    }

    @media (max-width: 576px) {
        .masonry-gallery {
            column-count: 1;
        }

        .nav-btn {
            font-size: 40px;
        }
    }
/* Masonry Gallery */


#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200px !important;
    transform: translate(-50%, -50%);
}

.about-icon-box .icon-box h3 a {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    padding-left: 20px;
}

.about-icon-box i {
    font-size: 50px;
    color: #000;
}

.about-icon-box .icon-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    padding-left: 0;
}
.post-item.wow.fadeInUp h5 {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
}
.post-item .post-content {
    padding: 8px;
}
.section-title h2 {
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 10px;
}
.our-articles {
    padding: 50px 0 50px;
    background-color: #daedfe6b;
}
.post-item {
    padding: 10px;
    margin-bottom: 30px;
    border: 2px solid #D8D8D84D;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #00000008;
    background-color: #fff;
}
.our-articles .section-title h2 {
    color: #000000;
}