.elementor-14 .elementor-element.elementor-element-2dd8127{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-2cd7879{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-5c3f253{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-57c6512{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-cfa6c91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-c9f0993{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-f19072a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-a3dcd3c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-c80149f */.hn-about-section {
        padding: 100px 0;
        background: linear-gradient(135deg, #f9fbf9 0%, #ffffff 100%);
        overflow: hidden;
    }

    .hn-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .hn-about-grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .hn-content-card { padding-right: 20px; }

    .hn-badge {
        display: inline-block;
        background: #e8f5e9;
        color: #2e7d32;
        padding: 8px 20px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .hn-main-title {
        font-size: 3rem;
        font-weight: 800;
        color: #1a1a1a;
        margin-bottom: 30px;
        line-height: 1.1;
    }

    .hn-text-p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #555;
        margin-bottom: 20px;
    }

    .hn-vision-box {
        background: #fff;
        border-left: 5px solid #2e7d32;
        padding: 30px;
        margin: 30px 0;
        /* Improved Shadow */
        box-shadow: 0 15px 45px rgba(0,0,0,0.07);
        border-radius: 0 20px 20px 0;
        font-style: italic;
        color: #333;
    }

    .hn-impact-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .hn-gallery-card {
        background: #fff;
        padding: 15px;
        border-radius: 25px;
        /* Premium Multi-layered Shadow */
        box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.02);
        border: 1px solid #f0f0f0;
        text-align: center;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
    }

    .hn-gallery-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(46, 125, 50, 0.12);
        border-color: #2e7d32;
    }

    .hn-icon-circle {
        width: 48px;
        height: 48px;
        background: #2e7d32;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -12px;
        right: -12px;
        font-size: 1rem;
        box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3);
        z-index: 2;
    }

    .hn-img-box {
        width: 100%;
        height: 160px;
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .hn-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.6s ease;
    }

    .hn-gallery-card:hover .hn-img-box img {
        transform: scale(1.15);
    }

    .hn-gallery-card h4 {
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 5px 0;
    }

    @media (max-width: 992px) {
        .hn-about-grid { grid-template-columns: 1fr; }
        .hn-content-card { padding-right: 0; text-align: center; }
        .hn-main-title { font-size: 2.2rem; }
    }

    @media (max-width: 480px) {
        .hn-impact-gallery { grid-template-columns: 1fr; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d846cde *//* Helpnature Section Styling */
.hn-full-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    line-height: 1.6;
}

.hn-custom-header {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border-bottom: 5px solid #4CAF50; /* Green */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 50px 50px;
    margin-bottom: 40px;
}

.hn-brand-name {
    color: #4CAF50; /* Green */
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.hn-philosophy {
    font-size: 1.2rem;
    color: #003366; /* Navy Blue */
    font-style: italic;
    font-weight: bold;
}

.hn-main-intro {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border-left: 10px solid #003366; /* Navy Blue */
}

/* Grid for 2 cards per row */
.hn-impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.hn-impact-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-top: 5px solid #4CAF50; /* Green */
}

/* Hover effect with color #064578 */
.hn-impact-card:hover {
    transform: translateY(-8px);
    border-top: 5px solid #064578; /* Updated Hover Color */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.hn-impact-card h3 {
    color: #003366;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Updated Badge - Removed Yellow */
.hn-impact-badge {
    margin-top: auto;
    background: #4CAF50; /* Switched to Green */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.hn-impact-badge-alt {
    margin-top: auto;
    background: #003366; /* Navy Blue */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.hn-partnership-section {
    background: #003366;
    color: #ffffff;
    padding: 50px 30px;
    border-radius: 35px;
    text-align: center;
}

/* Updated Heading Color - Removed Yellow */
.hn-partnership-section h2 {
    color: #4CAF50; /* Switched to Green */
    margin-bottom: 20px;
}

.hn-partner-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.hn-partner-tags span {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

.hn-custom-footer {
    text-align: center;
    padding: 40px 0;
    color: #777;
}

/* Responsive */
@media (max-width: 900px) {
    .hn-impact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fda59b3 *//* Helpnature Section Styling */
.hn-full-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    line-height: 1.6;
}

.hn-custom-header {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border-bottom: 5px solid #4CAF50; /* Green */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 50px 50px;
    margin-bottom: 40px;
}

.hn-brand-name {
    color: #4CAF50; /* Green */
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.hn-philosophy {
    font-size: 1.2rem;
    color: #003366; /* Navy Blue */
    font-style: italic;
    font-weight: bold;
}

.hn-main-intro {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border-left: 10px solid #003366; /* Navy Blue */
}

/* Grid for 2 cards per row */
.hn-impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.hn-impact-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-top: 5px solid #4CAF50; /* Green */
}

/* Hover effect with color #064578 */
.hn-impact-card:hover {
    transform: translateY(-8px);
    border-top: 5px solid #064578; /* Updated Hover Color */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.hn-impact-card h3 {
    color: #003366;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Updated Badge - Removed Yellow */
.hn-impact-badge {
    margin-top: auto;
    background: #4CAF50; /* Switched to Green */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.hn-impact-badge-alt {
    margin-top: auto;
    background: #003366; /* Navy Blue */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.hn-partnership-section {
    background: #003366;
    color: #ffffff;
    padding: 50px 30px;
    border-radius: 35px;
    text-align: center;
}

/* Updated Heading Color - Removed Yellow */
.hn-partnership-section h2 {
    color: #4CAF50; /* Switched to Green */
    margin-bottom: 20px;
}

.hn-partner-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.hn-partner-tags span {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

.hn-custom-footer {
    text-align: center;
    padding: 40px 0;
    color: #777;
}

/* Responsive */
@media (max-width: 900px) {
    .hn-impact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e03aa19 *//* Helpnature Section Styling */
.hn-full-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    line-height: 1.6;
}

.hn-custom-header {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border-bottom: 5px solid #4CAF50; /* Green */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 50px 50px;
    margin-bottom: 40px;
}

.hn-brand-name {
    color: #4CAF50; /* Green */
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.hn-philosophy {
    font-size: 1.2rem;
    color: #003366; /* Navy Blue */
    font-style: italic;
    font-weight: bold;
}

.hn-main-intro {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border-left: 10px solid #003366; /* Navy Blue */
}

/* Grid for 2 cards per row */
.hn-impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.hn-impact-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-top: 5px solid #4CAF50; /* Green */
}

/* Hover effect with color #064578 */
.hn-impact-card:hover {
    transform: translateY(-8px);
    border-top: 5px solid #064578; /* Updated Hover Color */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.hn-impact-card h3 {
    color: #003366;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Updated Badge - Removed Yellow */
.hn-impact-badge {
    margin-top: auto;
    background: #4CAF50; /* Switched to Green */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.hn-impact-badge-alt {
    margin-top: auto;
    background: #003366; /* Navy Blue */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.hn-partnership-section {
    background: #003366;
    color: #ffffff;
    padding: 50px 30px;
    border-radius: 35px;
    text-align: center;
}

/* Updated Heading Color - Removed Yellow */
.hn-partnership-section h2 {
    color: #4CAF50; /* Switched to Green */
    margin-bottom: 20px;
}

.hn-partner-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.hn-partner-tags span {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

.hn-custom-footer {
    text-align: center;
    padding: 40px 0;
    color: #777;
}

/* Responsive */
@media (max-width: 900px) {
    .hn-impact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2f5e5a9 *//* Helpnature Modular Styling */
.hn-full-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    line-height: 1.6;
}

.hn-custom-header {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border-bottom: 5px solid #4CAF50;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 50px 50px;
    margin-bottom: 40px;
}

.hn-brand-name {
    color: #4CAF50;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.hn-philosophy {
    font-size: 1.1rem;
    color: #003366;
    font-style: italic;
    font-weight: bold;
}

/* Vision Card */
.hn-vision-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    border-left: 10px solid #003366;
    text-align: center;
}

.hn-section-title {
    color: #003366;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.hn-grid-main-title {
    text-align: center;
    color: #003366;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

/* Mission 2x2 Grid */
.hn-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.hn-mission-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    border-top: 5px solid #4CAF50; /* Initial Green */
    display: flex;
    align-items: center;
}

/* Hover Color #064578 */
.hn-mission-card:hover {
    transform: translateY(-8px);
    border-top: 5px solid #064578;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.hn-mission-card p {
    font-size: 1.05rem;
    margin: 0;
}

.hn-custom-footer {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    color: #777;
}

/* Responsive */
@media (max-width: 900px) {
    .hn-mission-grid {
        grid-template-columns: 1fr;
    }
    .hn-brand-name {
        font-size: 2rem;
    }
}/* End custom CSS */