@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --color-default: #111;
    --color-primary: #102a56;
    --color-secondary: #222;
}
:root {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito Sans", sans-serif;
    color: var(--color-default);
}
a {
    color: var(--color-primary);
    text-decoration: none;
}
a:hover {
    color: #102a56;
    text-decoration: none;
}
p {
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.65;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    background-color: #fff;
}
.header.sticked {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}
.header .logo img {
    height: 90px;
}
.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}
@media (min-width: 993px) {
    .navbar {
        padding: 0;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    .navbar li {
        position: relative;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
        font-size: 17px;
        font-weight: 500;
        color: #111;
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #f08a24;
    }
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        margin-left: 30px;
        background: linear-gradient(45deg, #ff8c42, #ff6b00);
        color: #fff;
        padding: 12px 35px;
        border-radius: 50px;
        font-size: 17px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.2px;
    }
    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
        color: #fff;
        background: linear-gradient(135deg, #12295c, #1f3f87);
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
        color: var(--color-default);
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #111;
        background-color: #f8efe2;
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}
@media (min-width: 993px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
@media (min-width: 993px) {
    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}
@media (max-width: 993px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: linear-gradient(135deg, hsl(220 55% 20%), hsl(220 55% 30%));
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        background: linear-gradient(45deg, #ff8c42, #ff6b00);
        padding: 10px 20px;
        border-radius: 50px;
        margin: 15px;
        color: #fff;
    }
    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
        color: #fff;
        background: linear-gradient(135deg, #12295c, #1f3f87);
    }
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #19335c;
    }
    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }
    .mobile-nav-show {
        color: #172a52;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }
    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .navbar {
        right: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(14, 29, 52, 0.8);
        z-index: 9996;
    }
}
.hero {
    margin-top: 7em;
    background-color: #f8efe2;
    padding: 60px 0 60px;
}
.hero-ngo-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}
.custom-badge {
    background: #d7eadf;
    color: #2e7d5b;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.dhra-hero-title h1 {
    font-size: 56px;
    font-weight: 700;
    color: #172a52;
    margin-bottom: 20px;
}
.btn-donate {
    background: linear-gradient(45deg, #ff8c42, #ff6b00);
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.btn-donate:hover {
    background: linear-gradient(45deg, #ff8c42, #ff6b00);
    color: #fff;
    opacity: 0.8;
}
.btn-outline-custom {
    border: 3px solid #172a52;
    border-radius: 50px;
    padding: 12px 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #172a52;
    font-weight: 500;
}
.btn-outline-custom:hover {
    background: #172a52;
    color: #fff;
}
.btn-outline-custom1 {
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 12px 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.btn-outline-custom1:hover {
    background: #fff;
    color: #111;
}
.custom-footer {
    padding-top: 60px;
}
.btn-about-cta {
    background: linear-gradient(135deg, hsl(220 55% 20%), hsl(220 55% 30%));
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.btn-about-cta:hover {
    background: linear-gradient(135deg, hsl(220 55% 20%), hsl(220 55% 30%));
    color: #fff;
    opacity: 0.8;
}
.lift-down {
    margin-top: 2em;
}
.img-flex {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
}
.img-flex img {
    width: 100%;
    height: 280px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.who-we-are {
    padding: 100px 0 90px;
}
.space-1 {
    margin-top: 2em;
}
.who-we-are-content span {
    color: #2c9758;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}
.who-we-are-content h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #172a52;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.founded-years-section {
    padding: 80px 0 80px;
    background: #f8efe2;
}
.custom-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.icon-box {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, hsl(220 55% 20%), hsl(220 55% 30%));
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.custom-card:hover .icon-box {
    transform: rotate(10deg) scale(1.1);
}
.custom-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #172a52;
    font-size: 20px;
}
.custom-card p {
    font-size: 16px;
}
.objectives {
    background: #fff;
    padding: 80px 0 80px;
}
.main-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a2b49;
}
.objective-card {
    padding: 30px 20px;
    border-radius: 18px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    background: #f5f5f5f5;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.objective-card i {
    font-size: 30px;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: inline-block;
}
.objective-card h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.green i {
    background: #e6f4ea;
    color: #2e7d32;
}
.orange i {
    background: #fff1e6;
    color: #ef6c00;
}
.blue i {
    background: #e8f0fe;
    color: #1e40af;
}
.objective-card:hover {
    transform: translateY(-8px);
}
.boject-title span {
    color: #2c9758;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.boject-title h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
    color: #172a52;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.boject-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}
.boject-title {
    margin-bottom: 40px;
}
.ngo-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 25px;
    padding: 25px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.ngo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #d0d5dd;
}
.ngo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: 0.6s;
}
.ngo-card:hover::before {
    left: 100%;
}
.ngo-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #12295c;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ngo-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #111;
}
.ngo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ngo-list li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #222;
}
.ngo-list i {
    margin-right: 10px;
}
.ngo-link {
    text-decoration: none;
    display: block;
    height: 100%;
}
.ngo-card:hover h3 {
    color: #12295c;
}
.ngo-card img {
    border-radius: 25px;
    margin-bottom: 15px;
}
.servcies-list {
    padding: 80px 0 80px;
    background: #f8efe2;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
}
.gallery-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease;
    border-radius: 25px;
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: 0.5s ease;
    border-radius: 25px;
}
.gallery-card:hover img {
    transform: scale(1.08);
}
.gallery-card:hover .gallery-overlay {
    opacity: 1;
}
.gallery-content {
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #fff;
    transform: translateY(20px);
    transition: 0.5s ease;
}
.gallery-card:hover .gallery-content {
    transform: translateY(0);
}
.gallery-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.gallery-content p {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}
.gallery {
    padding: 60px 0 60px;
}
.cta-section {
    background: linear-gradient(135deg, #12295c, #1f3f87);
    border-radius: 40px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #00c2ff;
    filter: blur(120px);
    opacity: 0.2;
    left: -80px;
    bottom: -80px;
}
.cta-icon {
    font-size: 45px;
    color: #ff9b2f;
    margin-bottom: 5px;
}
.cta-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    max-width: 850px;
    margin: auto;
}
.cta-text {
    color: #d7d7d7;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 25px auto;
    font-weight: 500;
}
.impart-cta {
    padding: 60px 0 80px;
}
.cta-btn {
    padding: 16px 38px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}
.btn-volunteer {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.btn-volunteer:hover {
    background: #fff;
    color: #12295c;
}
.custom-footer {
    background: #17356f;
    color: #d7d7d7;
    padding-top: 90px;
}
.footer-logo {
    width: 70px;
    border-radius: 50%;
}
.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-links a {
    display: block;
    color: #d7d7d7;
    text-decoration: none;
    margin-bottom: 12px;
    transition: 0.3s;
}
.copyright {
    font-size: 14px;
    font-weight: 500;
}
.designerd a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer-links a:hover {
    color: #ff9d2f;
    padding-left: 5px;
}
.contact-info p {
    margin-bottom: 14px;
}
.social-icons a {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.4s;
}
.social-icons a:hover {
    background: #ff9d2f;
    transform: translateY(-5px);
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 22px 0;
    font-size: 15px;
}
.seva-support {
    background: linear-gradient(135deg, hsl(220 55% 20%), hsl(220 55% 30%));
    color: #fff;
    margin-top: 6.5em;
    padding: 60px 0 60px;
    text-align: center;
}
.seva-servcies-title-head h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}
.seva-list {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
    margin-top: 15px;
    list-style-type: none;
}
.seva-list li a {
    color: #fff;
    text-decoration: underline;
}
.seva-list li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.seva-content {
    padding: 80px 0 80px;
}
.cotnent-seva-2 img {
    border-radius: 16px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.cotnent-seva-1 h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    color: #172a52;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.cotnent-seva-1 h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    font-weight: 700;
    color: #172a52;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.core-section {
    padding: 60px 0 60px;
    background: #f8efe2;
}
:root {
    --primary: #172a52;
    --secondary: #172a52;
    --light: #f5f5f5f5;
    --dark: #2f3b3f;
    --text: #5c6770;
    --white: #ffffff;
    --success: #5cb85c;
}
.impact {
    background: white;
    padding: 80px 0 80px;
}
.impact-box {
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    background: var(--light);
    transition: 0.4s;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.impact-box:hover {
    transform: translateY(-8px);
    background: #fff4ea;
}
.impact-box h4 {
    font-size: 2rem;
    color: var(--primary);
    font-weight: 700;
}
.impact-box p {
    margin-top: 10px;
    color: var(--text);
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 1.2;
}
.seva-support-ngo {
    padding: 50px 0 20px;
}
.together-title-head h2 {
    font-size: 1.65rem;
    line-height: 1.3;
    font-weight: 700;
    color: #172a52;
    margin-bottom: 15px;
}
.btn-donate1 {
    background: linear-gradient(135deg, hsl(220 55% 20%), hsl(220 55% 30%));
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 15px;
    letter-spacing: 0.3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.btn-donate1:hover {
    color: #fff;
}
.about-seva-contet {
    padding: 80px 0 80px;
}
.value-card {
    background: #fff;
    border: 1px solid #dde2e8;
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #c9d7cd;
}
.icon-box1 {
    width: 70px;
    height: 70px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: 0.3s;
}
.value-card:hover .icon-box1 {
    background: #172a52;
}
.icon-box1 i {
    font-size: 30px;
    color: #ff8c42;
    transition: 0.3s;
    font-weight: 800;
}
.value-card:hover .icon-box1 i {
    color: #fff;
}
.value-card h3 {
    color: #162a5c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.value-card p {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.contact-section {
    padding: 60px 0 60px;
    background-color: #f5f5f5f5;
}
.contact-card {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 30px;
    padding: 40px;
    transition: 0.4s ease;
    height: 100%;
}
.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.contact-title {
    font-size: 28px;
    font-weight: 600;
    color: #14285b;
    margin-bottom: 35px;
}
.form-label {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 16px;
}
.form-control {
    height: 58px;
    border-radius: 18px;
    border: 1px solid #d9dde3;
    padding-left: 18px;
    box-shadow: none !important;
}
textarea.form-control {
    height: 145px;
    resize: none;
    padding-top: 15px;
}
.submit-btn {
    border: none;
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    background: linear-gradient(45deg, #ff8c42, #ff6b00);
}
.submit-btn:hover {
    background: linear-gradient(135deg, #12295c, #1f3f87);
}
.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.icon-box2 {
    width: 52px;
    height: 52px;
    background: #e6f1e7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.contact-card:hover .icon-box2 {
    background: #2c9758;
    color: #fff;
}
.icon-box2 i {
    font-size: 24px;
    color: #2c9758;
}
.contact-card:hover .icon-box2 i {
    color: #fff;
}
.info-text {
    font-size: 17px;
    font-weight: 500;
}
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.social-icons a {
    width: 45px;
    height: 45px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14285b;
    transition: 0.3s;
    text-decoration: none;
    font-size: 25px;
}
.social-icons a:hover {
    background: #ff6b00;
    color: #fff;
}
.map-box iframe {
    width: 100%;
    height: 240px;
    border: none;
    border-radius: 25px;
}
.log-text {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.log-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #172a52;
    margin-bottom: 0px;
}
.log-text small {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #2c9758;
}
.button-flex {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.custom-card img {
    text-align: center;
}
.cta-section-wrapper {
    padding: 80px 0 60px;
}
#features_treanding {
    background-color: #ffff;
    padding: 60px 0 60px;
}
.top_trend {
    text-transform: capitalize;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 20px;
}
.corse_flex li {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    border-radius: 8px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
}
.corse_flex li a {
    color: #333;
}
.corse_flex li:hover {
    background-color: #f5f5f5;
    opacity: 0.7;
    color: #111;
}
.corse_flex {
    display: flex;
    list-style-type: none;
    gap: 1.2em;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
}
.figure {
    border-radius: 16px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.ngo-files {
    padding: 80px 0 80px;
    background: #f8efe2;
}
.a-mail a {
    color: #fff;
}
.modal-content {
    border: none;
    border-radius: 20px;
    padding: 20px;
}
.modal-header {
    border-bottom: none;
    text-align: center;
}
.modal-title {
    width: 100%;
    font-weight: 700;
    color: #dc3545;
    font-size: 24px;
}
.modal-body {
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
}
.modal-backdrop.show {
    opacity: 0.8;
    background: #000;
}
@media (max-width: 576px) {
    .modal-title {
        font-size: 20px;
    }
    .modal-body {
        font-size: 14px;
    }
}
.error {
    color: red;
    font-size: 14px;
}
.fount-12{
    font-size:15px;
    padding:20px;
    font-weight:500;
    text-align:center;
    letter-spacing:0.5px;
}
.sp-fd{
    margin-top:30px;
}