.elementor-58 .elementor-element.elementor-element-fd24a87{text-align:start;}.elementor-58 .elementor-element.elementor-element-fd24a87 p{margin-block-end:11px;}.elementor-58 .elementor-element.elementor-element-605bf73 img{height:259px;}.elementor-58 .elementor-element.elementor-element-4d810ab img{height:347px;}.elementor-58 .elementor-element.elementor-element-0c1e5d3 img{height:222px;}.elementor-58 .elementor-element.elementor-element-eb89ee9{text-align:center;}.elementor-58 .elementor-element.elementor-element-e3f1db7{text-align:start;}@media(max-width:1024px){.elementor-58 .elementor-element.elementor-element-d7fdb25 .elementor-heading-title{font-size:26px;}.elementor-58 .elementor-element.elementor-element-765d90f .elementor-heading-title{font-size:19px;}}@media(max-width:767px){.elementor-58 .elementor-element.elementor-element-d7fdb25 .elementor-heading-title{font-size:18px;}.elementor-58 .elementor-element.elementor-element-765d90f .elementor-heading-title{font-size:18px;}.elementor-58 .elementor-element.elementor-element-071cf4a .elementor-heading-title{font-size:14px;}.elementor-58 .elementor-element.elementor-element-f6737ed{font-size:13px;}.elementor-58 .elementor-element.elementor-element-20fd921 .elementor-heading-title{font-size:14px;}.elementor-58 .elementor-element.elementor-element-9d5c0d0{font-size:13px;}.elementor-58 .elementor-element.elementor-element-edf6053 .elementor-heading-title{font-size:13px;}.elementor-58 .elementor-element.elementor-element-882c74a{font-size:13px;}.elementor-58 .elementor-element.elementor-element-f882762 .elementor-heading-title{font-size:14px;}.elementor-58 .elementor-element.elementor-element-87a58b0{font-size:13px;}.elementor-58 .elementor-element.elementor-element-eb89ee9 .elementor-heading-title{font-size:14px;}.elementor-58 .elementor-element.elementor-element-e3f1db7{font-size:13px;}}/* Start custom CSS *//* ==============================
GENERAL BODY & TYPOGRAPHY
============================== */
body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #0d3b66; /* Dark blue for NGO theme */
    margin-bottom: 15px;
}

/* ==============================
HERO SECTION
============================== */
.hero-section {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
}

.hero-section .elementor-widget-heading,
.hero-section .elementor-widget-text-editor,
.hero-section .elementor-widget-button {
    position: relative;
    z-index: 2;
}

.hero-section .elementor-button {
    background-color: #f95738; /* Accent button color */
    color: #fff;
    border-radius: 5px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
}

.hero-section .elementor-button:hover {
    background-color: #ff6b4a;
}

/* ==============================
ABOUT SECTION
============================== */
.about-section {
    padding: 80px 20px;
    background-color: #f4f4f4;
}

.about-section .elementor-widget-heading {
    text-align: center;
    margin-bottom: 40px;
}

.about-section .elementor-widget-image img {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ==============================
PROGRAMS / SERVICES SECTION
============================== */
.programs-section {
    padding: 80px 20px;
    text-align: center;
}

.programs-section .elementor-icon-box {
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.programs-section .elementor-icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.programs-section .elementor-icon-box-icon i {
    font-size: 48px;
    color: #0d3b66;
    margin-bottom: 20px;
}

.programs-section .elementor-icon-box-title {
    font-weight: bold;
    font-size: 22px;
}

/* ==============================
GALLERY SECTION
============================== */
.gallery-section {
    padding: 80px 20px;
    background-color: #f4f4f4;
}

.gallery-section .elementor-image img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-section .elementor-image img:hover {
    transform: scale(1.05);
}

/* ==============================
CONTACT SECTION
============================== */
.contact-section {
    padding: 80px 20px;
    text-align: center;
}

.contact-section h2 {
    margin-bottom: 30px;
}

.contact-section .elementor-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-section .elementor-field-group input,
.contact-section .elementor-field-group textarea {
    border-radius: 5px;
    padding: 12px;
    border: 1px solid #ccc;
    width: 100%;
}

.contact-section .elementor-button {
    background-color: #0d3b66;
    color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: bold;
}

.contact-section .elementor-button:hover {
    background-color: #144a7f;
}

/* ==============================
RESPONSIVE
============================== */
@media (max-width: 1024px) {
    .hero-section {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 60vh;
        padding: 20px;
    }

    .programs-section .elementor-icon-box i {
        font-size: 36px;
    }
}/* End custom CSS */