:root {
    --dark-blue: #003e8f;
    --light-blue: #2BAFE3;
    --darkkpink: #FF6768;
    --light-blue-hover: #1793C5;

}



body {
    font-family: "Poppins", sans-serif !important;
}

.content-wrapper {
    background-color: #fff;
    max-width: 1570px;
    width: 100%;
    box-shadow: 4px 4px 12px #00000025;
    margin: 0 auto;
}

.content-container {
    margin: 0 auto;
    max-width: 1360px;
    width: 90%;
}

.content-container-1 {
    margin: 0 40px;
    max-width: 1360px;
    width: 90%;
}

hr {
    width: 60%;
    border-top: 2px solid var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    margin: 0 auto !important;
    /* margin-top: 40px !important;
    margin-bottom: -40px !important; */

}

a {
    text-decoration: none !important;
}

p {
    margin: 0 !important;
    font-weight: 500;
}


.subhead {
    font-size: 30px;
    /* margin-bottom: 20px; */
    color: var(--dark-blue);
    font-weight: 600;
}

.subsubhead {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--dark-blue);
    font-weight: 600;
}

.section-container {
    padding: 40px 0;

}

/* ===============================
   ACTIVE NAVBAR STATES
================================ */

/* Active main nav link */
.navbar-nav .nav-link.active {
    color: var(--dark-blue) !important;
    border-bottom: 2px solid var(--darkkpink);
}

/* Active dropdown parent */
.navbar-nav .nav-item.dropdown>.nav-link.active {
    border-bottom: 2px solid var(--darkkpink);
}

/* Active dropdown item */
.dropdown-menu .dropdown-item.active {
    font-weight: 600 !important;
    color: var(--darkkpink) !important;
    background-color: transparent !important;
}

/* Optional: show arrow icon for active dropdown */
.dropdown-menu .dropdown-item.active i {
    opacity: 1;
    transform: translateX(5px);
}

/* topbar section */

.topbar-wrapper {
    width: 100%;
    background-color: var(--dark-blue);
    color: #fff;
    padding: 10px 0;
    max-width: 1570px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 4px 4px 12px #00000025;
}

.topbar-wrapper a {
    color: #fff;
}

.topbar-wrapper a:hover {
    color: var(--darkkpink);
}


/* navbar section */
.navbar-wrapper {

    box-shadow: 4px 4px 12px #00000025;
    z-index: 5;
    background-color: #fff;
    max-width: 1570px;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
}

.logo-wrapper {
    max-width: 380px;
    width: 100%;
}

.logo-wrapper img {
    width: 350px;
}

.nav-btn {
    background-color: var(--light-blue);
    color: #fff;
    padding: 7px 12px;
    transition: all 0.6s;
}

.nav-btn:hover {
    background-color: var(--light-blue-hover);
    color: #fff;
}


.nav-link {
    font-size: 1rem !important;
    color: var(--dark-blue) !important;

    font-weight: 600 !important;

    border-bottom: 2px transparent;
}

.nav-link:hover {
    opacity: 1;
}

@media (max-width: 1350px) {
    .nav-link {
        font-size: 14px !important;
        padding: 2px 4px !important;
    }

    .logo-wrapper img {
        width: 300px;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        padding: 0.5rem 1rem !important;
    }
}


.navbar-nav .active {
    border-bottom: 2px solid var(--darkkpink);
}

.dropdown-item {
    color: var(--dark-blue) !important;
    opacity: 1 !important;
}

.dropdown-item i {
    font-size: 0.9rem;
    opacity: 0;
    transition: all 0.3s;
}

.dropdown-item:hover {

    font-weight: 600 !important;
    background-color: transparent !important;
}

.dropdown-item:hover i {
    opacity: 1;
    transform: translateX(5px);
}


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

/* website section */

.website-section {

    z-index: -1;
    margin-top: 110px;
}

.hero-section {
    position: sticky;
    top: 110px;
    /* background-image: url("../assets/hero-bg.jpeg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: blur(100px);
}

.about-us-section {
    position: relative !important;
    top: 0 !important;
    background-image: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 57%)), url(../assets/hero-bg.jpeg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 160px 0;
    background-blend-mode: none !important;
}

.underline {
    width: 120px;
    height: 3px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.sub-hero-head {
    color: #fff;
}

.sub-hero-subhead {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.hero-container {
    display: flex;
    margin: 0 auto;
    padding: 60px 0;
    padding-top: 100px;
    justify-content: space-evenly;
    align-items: center;
}

.hero-content {
    padding: 120px 0 140px 0;
    width: 100%;
}

.sub-hero-content {
    max-width: 600px;
    width: 100%;
}

.head-wrap {
    padding: 20px;
    background-color: #008f64c7;
    width: fit-content;
    margin: 0 auto;
}

.head {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 2.5rem;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    color: #fff;

    /* animation */
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease-out forwards;
}

/* Animation keyframes */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.primary-btn {
    background-color: var(--light-blue);
    border: 2px solid var(--light-blue);
    color: #fff;
}

.primary-btn:hover {
    background-color: var(--light-blue-hover);
    border: 2px solid var(--light-blue-hover);
}

.secondary-btn {
    border: 2px solid var(--light-blue);
    color: var(--dark-blue);
    background-color: #fff;
}

.secondary-btn:hover {
    background-color: var(--light-blue-hover);
    border: 2px solid var(--light-blue-hover);
    color: #fff;
}


.custom-btn {
    padding: 10px 20px;
    transition: all 0.3s;
    font-weight: 600;
}

.custom-btn i {
    transition: all 0.3s;
}

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


.info-content {
    background-color: #fff;
    position: relative;
    z-index: 50;
}

/* fighting section */
.fighting-section {
    text-align: center;
    padding: 60px;
}


.fighting-section p {
    font-weight: 400;
    width: 70%;
    color: #6b7280;
    margin: 0 auto !important;
}

/* state section */
.qh {
    padding: 60px 20px;
    background: #f8fafc;
}

.qh-wrap {
    max-width: 1200px;
    width: 100%;
    padding: 40px 0;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.qh-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.qh-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.qh-ic {
    font-size: 36px;
    background-color: #e9f4fc;
    margin-bottom: 12px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 10px;
    margin: 12px auto;

}

.qh-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

.qh-card span {
    font-size: 14px;
    color: #6b7280;
}

.qh-ic i {
    font-size: 20px;
    color: #2c7be5;
}

/* Mobile fine-tuning */
@media (max-width: 480px) {
    .qh {
        padding: 40px 15px;
    }

    .qh-card {
        padding: 20px 10px;
    }

    .qh-ic {
        font-size: 32px;
    }
}


/* chairmans message */

.cm-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}


.cm-container h3 {
    font-size: 18px;
    color: var(--dark-blue);

    font-weight: 700;
    line-height: 22px;
}

.chirman {
    font-weight: bold;
    color: var(--dark-blue);
    opacity: 0.8;
    margin-bottom: 30px !important;
}

.message {
    font-size: 1rem;
    line-height: 25px;
    opacity: 1;
    text-align: justify;
    margin-bottom: 30px !important;
}

.chairman-image-wrapper {
    max-width: 400px;
    width: 100%;
}

.chairman-image-wrapper img {
    width: 100%;
}

.cm-content {
    width: 40%;
}

/* what we do section */
.wwd-container {
    border: 1px solid #00000020;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
    height: 360px;
}

.wwd-container:hover {
    background-color: #EEEFE0;
    transform: scale(1.04);
}

.wwd-container:hover .break {
    background-color: var(--dark-blue);
}

.wwd-container:hover button {
    background-color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
}


.break {
    width: 30%;
    height: 2px;
    background-color: var(--light-blue);
    margin: 20px auto;
}


/* work section */

.work-wrapper {
    position: relative;
    cursor: pointer;
    transition: all 0.6s;
}




.work-content {
    position: absolute;
    text-align: center;
    width: 85%;
    background-color: var(--light-blue);
    color: #fff;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px;
}

.work-img-wrapper {
    width: 100%;
    object-fit: cover;
}

.work-img-wrapper:hover {
    /*    background-color: var(--darkkpink);*/
    color: #fff;
    transform: scale(1.04);
}

.work-img-wrapper img {
    width: 100%;
    /*    object-fit: cover;*/
    height: 350px;
}

.work-btn-wrapper {
    margin-top: 50px;
}


/* impact section */

.impact-section h6 {
    font-size: 1.25rem;
    color: var(--dark-blue);
    margin-top: 20px;
}

.impact-container {
    margin-top: 60px !important;
}


/* testimonial section */
.testimonial-wrapper {
    border: 1px solid #00000020;
    padding: 20px !important;
}

.testimonial-container {
    padding-top: 30px !important;
}


/* footer section */

.footer-section {
    background-color: #000237;
    padding: 60px 0;
}

.footer-container a {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
    transition: all 0.3s ease;
    border-bottom: 2px solid #000237;
}

.footer-container a:hover {
    color: var(--light-blue);
    border-bottom: 2px solid var(--light-blue);
}


.divide {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.165);
    margin: 15px 0;
}

.light-divide {
    background-color: #ffffff59 !important;
}

.footer-link {
    color: #fff;
}

.footer-link a {
    color: #fff;
    transition: all 0.3s ease;
}

.footer-link a:hover {
    color: var(--light-blue);
}


.ourwork-section {
    background-image: linear-gradient(rgb(46 48 137), rgba(0, 0, 0, 0.3)), url(../assets/hero-bg.jpeg) !important;
    position: relative !important;
    top: 0 !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 160px 0;
    padding-bottom: 40px;
    background-blend-mode: none !important;
}

/* media queries */


@media screen and (max-width: 1311px) {
    .head {
        font-size: 2.5rem;
    }

    .hero-content-img {
        width: 70%;
    }

    .sub-hero-content {
        width: 100%;
    }

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

@media screen and (max-width: 991px) {
    .hero-container {
        flex-direction: column;
        gap: 30px;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-content {

        width: 100%;
    }

    .about-us-section {
        padding: 30px 0;
    }

    .sub-hero-subhead {
        font-size: 1.2rem;
    }

    .hero-image-wrapper {
        max-width: 400px;
        width: 90%;

    }

    .hero-image-wrapper img {
        width: 100%;
    }




    hr {
        width: 80%;
        border-top: 2px solid var(--dark-blue) !important;
        background-color: var(--dark-blue) !important;
        margin: 0 auto !important;
        margin-top: 30px !important;
        /* margin-bottom: -20px !important; */

    }

    .head {
        font-size: 1.6rem;
    }

    .section-container {
        padding: 20px 0;

    }

    .hero-content-img {
        width: 60%;
    }

    .hero-btn-wrapper {
        display: none !important;
    }

    .topbar-wrapper {
        display: none;
    }

    .navbar-wrapper {


        margin-top: 0px;
    }


    /* fighting-section */
    .fighting-section p {
        width: 100%;
    }

    /* cm section */
    .cm-container {
        flex-direction: column;
        gap: 30px;
    }

    .cm-content {
        width: 100%;
    }

    /* testimonial section */
    .testimonial-container {
        padding-top: 20px !important;
    }

}

@media screen and (max-width: 768px) {

    .hero-content {
        width: 70%;
    }

    .head {
        font-size: 1.4rem;
    }

    .hero-content-img {
        width: 40%;
    }
}


@media screen and (max-width: 319px) {

    .hero-content {
        width: 100%;
    }

    .head {
        font-size: 1.3rem;
    }

    .hero-content-img {
        width: 40%;
    }
}




/* heroslider css */







.hero-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/* Make owl stage take full height */
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
    height: 100%;
}



.hero-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 50px;
    height: 50px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;

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

    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 5;
}

.hero-slider .owl-prev {
    left: 25px;
}

.hero-slider .owl-next {
    right: 25px;
}

.hero-slider .owl-nav button:hover {
    background: #008f64 !important;
    transform: translateY(-50%) scale(1.1);
}

.hero-slider .owl-nav i {
    pointer-events: none;
}

.hero-slider .owl-nav button:focus {
    outline: none;
}




/* gallery section */
.gallery-section {
    padding: 80px 0;
    background: #f7fbff;
}

.gallery-header {
    text-align: center;
    margin-bottom: 45px;
}

.gallery-subtitle {
    color: var(--light-blue);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}



/* Tabs */
.gallery-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 45px;
}

.gallery-tab-btn {
    border: none;
    background: #fff;
    color: var(--dark-blue);
    padding: 14px 24px;
    border-radius: 60px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px #00000010;
    cursor: pointer;
}

.gallery-tab-btn:hover {
    background: var(--light-blue);
    color: #fff;
    transform: translateY(-2px);
}

.gallery-tab-btn.active {
    background: linear-gradient(135deg, var(--dark-blue), var(--light-blue));
    color: #fff;
}

/* Gallery Grid */
.gallery-grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    animation: fadeIn 0.4s ease;
}

.gallery-grid.active {
    display: grid;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 20px #00000010;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 62, 143, 0.92),
            rgba(0, 62, 143, 0.2));
    display: flex;
    align-items: end;
    padding: 24px;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h4 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-title {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-tab-btn {
        width: 100%;
    }

    .gallery-title {
        font-size: 28px;
    }

    .gallery-card img {
        height: 240px;
    }
}