@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('all.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


:root {
    --main-color: #ff702b;
    --white-color: #fff;
    --bg-color: hsl(205, 82%, 17%);
    --second-bg-color: #e6e6e6;
    --green-color: #57c785;
    --text-color: #0c0c0c;
    --big-font: 5.2rem;
    --h2-font: 2.6rem;
    --p-font: 1.1rem;
}


body {
    overflow-x: hidden;
    top: 0 !important;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
}

p {
    color: var(--text-color);
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bg-color);
}

.container-bg-secondary {
    background: var(--second-bg-color);
}

.site-logo {
    width: 140px;
    height: 140px;
    padding: 0;
    border-radius: 50%;
}

.navbar {
    font-weight: 500;
    background-color: var(--bg-color);
}

.navmenu {
    padding-right: 20px;
}

.navbar-nav {
    width: 100%;
}

.nav-link {
    justify-content: flex-end;
    color: var(--white-color);
}

.navbtn {
    width: 140px;
    font-weight: 500;
    color: var(--white-color);
    margin-left: 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    padding: 10px;
    background-color: var(--white-color);
}

.dropdown-item {
    border-radius: 5px;
    font-size: 14px;
}

.dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--bg-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:hover {
    color: var(--main-color) !important;
}


.navbar-toggler,
.navbar-toggler-icon svg {
    color: var(--white-color);
    border-color: var(--white-color);
    background-color: var(--white-color);
}

.topnav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: var(--main-color);
    color: var(--white-color);
}

.social-icon,
.news-update,
.callnow {
    flex: 1;
    text-align: center;
}

.social-icon {
    text-align: left;
    max-width: 120px;
}

.news-update {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.news-update .news-title {
    width: 200px;
    background: var(--bg-color);
    color: var(--white-color);
    padding: 3px 10px;
    border-radius: 5px;
    text-align: center;
}

.news-update marquee {
    background: var(--white-color);
    color: var(--bg-color);
    padding: 2px 10px;
    border-radius: 5px;
}

.callnow {
    max-width: 160px;
}

.social-icon a {
    margin: 0 1px;
    padding: 3px 5px;
    border-radius: 50%;
    color: var(--bg-color);
    background: var(--white-color);
}

.callnow a {
    text-align: right;
    color: var(--white-color);
}

.topnav,
.navbar,
.bottom-nav {
    z-index: 999;
}

.bottom-nav {
    background: var(--white-color);
    padding: 2px 15px;
    text-align: right;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bottom-nav .dropdown button {
    color: var(--white-color);
}

.bottom-nav a {
    padding: 3px 5px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.donate-wrapper {
    position: absolute;
    right: 15px;
}

.donate-wrapper {
    position: absolute;
    right: 15px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

/* keep donate always right */
.donate-btn {
    margin-left: auto;
}

/* prevent nav from shifting */
.navbar .container-fluid {
    align-items: center;
}

.nav-link {
    white-space: nowrap;
}


/* ===== WHITE HEADER SECTION ===== */
.header-middle {
    width: 100%;
    padding: 12px 15px;
    background: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-title h2 {
    margin: 0;
    color: #153d57;
}

.site-title p {
    max-width: 550px;
    margin: 0;
    color: #ff702b;
    font-size: 14px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apply-btn,
.login-btn {
    background: var(--bg-color);
    color: var(--white-color);
}

.apply-btn:hover,
.login-btn:hover {
    color: var(--white-color);
    background: var(--main-color);
}

/* ===== GOOGLE TRANSLATOR TOP RIGHT STYLE ===== */
#google_translate_element {
    margin-left: 8px;
}

#google_translate_element {
    display: flex;
    align-items: center;
}

.goog-te-gadget-simple {
    background: #fff !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    border: 1px solid #ddd !important;
    font-size: 13px !important;
}

.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
}


/* Preloader */
.preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    /* higher than navbar */
}

/* Loader animation */
.loading {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #fcb900;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.preloader.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.card {
    border-top: 5px solid var(--text-color);
    border-bottom: 5px solid var(--text-color);
    border-left: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
}

/* ============== Home Slider ============= */
.hero-slider .slide-item {
    position: relative;
}

.second-slider-item img {
    height: 600px !important;
    object-fit: cover;
    object-position: center;
}

.hero-slider img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    color: var(--white-color);
}

.slide-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white-color);
}

.slide-content p {
    font-size: 20px;
    max-width: 800px;
    text-align: center;
    color: var(--white-color);
}


.hero-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.hero-slider .owl-dot span {
    background: var(--white-color);
}

.hero-slider .owl-dot.active span {
    background: #fcb900;
}


/* ============== Main Content ============ */
.page-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}


.quick-title {
    width: 100%;
    color: blue;
    font-size: 40px;
}

.quick-title .section-title-with-bg-gradient {
    color: #fff;
    text-align: center;
    background: var(--main-color);
    background: linear-gradient(90deg, var(--main-color) 0%, var(--green-color) 50%, var(--bg-color) 100%);
}

.quick-grid {
    width: 100%;
    margin: 2rem auto;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}

.quick-grid a {
    width: 100%;
}

.quick-link-card {
    width: 100%;
    display: flex;
    gap: 5px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.quick-link-title {
    margin-top: 10px;
    font-size: 16px;
    justify-content: center;
}

.quick-link-icon {
    font-size: 60px;
    color: var(--main-color);
}


@media screen and (max-width: 992px) {
    .quick-grid {
        flex-wrap: wrap;
    }
}



.card-header {
    background: var(--main-color);
    background: linear-gradient(90deg, var(--main-color) 0%, var(--green-color) 50%, var(--bg-color) 100%);
}

.card-header .card-title {
    color: var(--white-color) !important;
    font-size: medium;
}

.notification-title {
    font-size: large;
    font-weight: 600;
    color: #fff !important;
    background: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.notification-date {
    font-size: small;
    color: var(--main-color);
    padding: 5px 10px;
}

.notification-content {
    font-size: small;
    padding: 0 10px;
}

.notification-content::after {
    content: "....";
}

.notifications {
    height: 20vh;
}

.notification-content {
    border-left: 5px solid var(--main-color);
    background: var(--second-bg-color);
    padding: 5px;
    border-radius: 5px;
}

.about-btn {
    padding: 10px 15px;
    color: var(--white-color);
    background: var(--bg-color);
    border-radius: 5px;
}

.about-btn:hover {
    color: var(--white-color);
    background: var(--main-color);
}

.gradient-title {
    font-size: 2.5rem;
    color: var(--text-color);
}

.gradient-hr {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    height: 2px;
    margin-top: 10px;
    background: rgba(o, o, o, o.5);
}

.goals-area {
    width: 100%;
    padding: 20px 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.goals-area .card {
    width: 100%;
    min-height: 135px;
    ;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--main-color);
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: var(--main-color);
}


.goal-icon {
    width: auto;
    margin: 0 auto;
    font-size: 30px;
    color: var(--white-color);
}

.goals-area .card-title {
    color: var(--text-color) !important;
    font-size: 15px !important;
}

/* =============== Organisation Members ================== */
.organization-member {
    width: 100%;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.organization-member .card {
    max-width: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organization-member .card .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    background: var(--main-color);
}

.organization-member .card .icon-box .goal-icon {
    color: var(--white-color);
}

.link-btn {
    max-width: 250px;
    background: var(--bg-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


/* =============== Gallery =============== */



/* ============== Mission vission =============== */
.mission-vission-area {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 2rem auto;
}

.mission-vission-area .card {
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px var(--second-bg-color);
}

.mission-vission-area .card li {
    text-align: left;
}

.mission-vission-area .card .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    background: var(--main-color);
}

.mission-vission-area .card .icon-box .goal-icon {
    color: var(--white-color);
}




/* =============== Footer =============== */
.site-footer {
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 15px;
}

.footer-logo {
    max-width: 100%;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
}

.footer-links a::before {
    content: "⊕ ";
    margin-right: 4px;
}

.footer-links a:hover {
    color: #f5a623;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: center;
    word-break: break-all;
}

.footer-contact i {
    color: #f5a623;
}

.footer-bottom {
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #555;
}

.footer-bottom .developer {
    color: #ff2fb3;
    font-weight: 600;
    text-decoration: none;
}

.footer-bottom .developer-phone {
    color: #ff2fb3;
    margin-left: 5px;
}


/* ============== About us page ============== */
.values-work-section {
    background: #ffffff;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ff7a18, #8bc34a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title .icon {
    font-size: 30px;
}

.info-item {
    margin-bottom: 20px;
}

.info-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111;
}

.info-item p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.intro-text {
    color: #555;
    margin-bottom: 20px;
    font-size: 15px;
}



/* ============== Management Card =============== */
.management-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
    border: 5px inset transparent;
}

.management-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border: 5px double var(--main-color);
}

.management-card .icon-box {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #f1f5f9;
}

.management-card .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-card h5 {
    font-weight: 600;
    color: #1f2937;
}

.management-card .badge {
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
}


/* ================ Member Verification ================= */
.verify-card {
    background: #f8fffd;
    border-radius: 20px;
    padding: 35px;
    max-width: 460px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.verify-card img.logo {
    width: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--bg-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin: 0 auto 20px;
}

.verify-card h4 {
    text-align: center;
    font-weight: 700;
}

.verify-card small {
    display: block;
    text-align: center;
    color: #64748b;
}

.profile-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.profile-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--bg-color);
    margin-bottom: 10px;
}

.badge-valid {
    background: #16a34a;
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.main-btn {
    padding: 5px 10px;
    color: var(--white-color);
    background: var(--bg-color);
    border-radius: 5px;
    border: 2px solid var(--bg-color);
}

.main-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
    border: 2px solid var(--bg-color);
}

.features {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    color: #334155;
    font-size: 14px;
    text-align: center;
}

.features i {
    font-size: 22px;
    color: #0f766e;
}

.member-icon {
    font-size: 30px;
    color: var(--main-color);
}


/* ============ Our Gallery =========== */
.gallery-card {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
    border: 4px solid var(--bg-color);
}

.gallery-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

/* MODAL UI */
#galleryModal {
    z-index: 9999;
}

.gallery-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}

.prev-btn {
    left: -60px;
}

.next-btn {
    right: -60px;
}




@media screen and (min-width: 993px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: flex;
    }

}

@media screen and (max-width: 992px) {
    .bottom-nav .dropdown-menu {
        min-width: 100%;
    }

    .navbar-toggler {
        padding: 3px 4px;
    }

    .navbar-nav {
        padding: 10px;
    }

    .navmenu {
        padding-right: 0;
    }

    .header-middle {
        flex-direction: column;
    }

    .header-right {
        justify-content: space-between;
    }

    .dropdown-toggle {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }


    .social-icon a,
    .callnow a {
        font-size: 13px;
    }

    .mobile {
        display: flex;
    }

    .desktop {
        display: none;
    }

    .site-logo {
        width: 80px;
        height: 80px;
    }

    .apply-btn,
    .login-btn {
        font-size: 15px;
    }

    .mobile {
        padding: 0;
        display: flex !important;
        flex-direction: column;
        gap: 0;
        background: var(--main-color);
    }

    .mobile .socialcall {
        padding: 7px 5px;
        background: var(--bg-color);
    }

    .news-update {
        padding: 5px;
        background: var(--main-color);
    }

    .mobile .news-title {
        width: 170px;
        font-size: 13px;
        background: var(--bg-color);
    }

    .mobile marquee {
        font-size: 13px;
    }

    .site-title p {
        display: none;
    }

    .site-title h2 {
        font-size: 40px;
        font-weight: bold;
    }

    @media screen and (max-width: 600px) {
        .site-title h2 {
            font-size: 30px;
        }
    }

    .quick-grid {
        justify-content: center;
    }

    .goals-area {
        flex-direction: column
    }

    .goals-area .card {
        width: 100%;
    }

    .organization-member .card {
        max-width: 100%;
    }

    .section-title {
        font-size: 24px;
    }

    .info-item h5 {
        font-size: 16px;
    }

    .mission-vission-area {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .mission-vission-area .card {
        width: 100%;
        max-width: 100%;
    }

    .footer-title {
        margin-top: 20px;
    }

    .footer-bottom {
        font-size: 13px;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }
}