/* site-map */
/* ====================================================
   FINAL SITEMAP & MENU LAYOUT
   Bootstrap 4 + Charitify Template
   Fully scoped to .sm-page
==================================================== */

/* Hero */
.sm-page .sm-hero-content {
    padding-right: 35px;
}

.sm-page .sm-kicker {
    color: #f8b864;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sm-page .sm-hero-content h2 {
    margin-bottom: 10px;
}

.sm-page .sm-hero-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 800px;
}

.sm-page .sm-hero-summary {
    border-left: 1px solid #e3e3e3;
    padding: 24px 0 24px 38px;
}

.sm-page .sm-hero-summary > i {
    color: #f8b864;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 14px;
}

.sm-page .sm-hero-summary h3 {
    margin-bottom: 10px;
}

.sm-page .sm-hero-summary p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Menu blocks */
.sm-page .sm-menu-block {
    border-top: 3px solid #e8e8e8;
    height: 100%;
    padding: 28px 24px;
    position: relative;
}

.sm-page .sm-menu-block.sm-featured {
    border-top-color: #f8b864;
}

.sm-page .sm-index {
    color: rgba(248, 184, 100, .16);
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 14px;
}

.sm-page .sm-menu-block h3 {
    margin-bottom: 18px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.sm-page .sm-menu-block h3 i {
    color: #f8b864;
    font-size: 15px;
}

.sm-page .sm-menu-block .check-list {
    margin-bottom: 0;
}

.sm-page .sm-menu-block .check-list li {
    line-height: 1.7;
    margin-bottom: 9px;
}

.sm-page .sm-tag {
    background: #f8b864;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    margin-left: 5px;
    padding: 2px 7px;
}


/* Action items */
.sm-page .sm-action-item {
    align-items: center;
    border-left: 4px solid #f8b864;
    display: flex;
    padding: 22px 24px;
}

.sm-page .sm-action-item > i {
    color: #f8b864;
    flex: 0 0 50px;
    font-size: 30px;
    margin-right: 16px;
}

.sm-page .sm-action-item h3 {
    margin-bottom: 4px;
}

.sm-page .sm-action-item p {
    color: #777;
    margin-bottom: 0;
}


/* Sitemap blocks */
.sm-page .sm-sitemap-block {
    border-left: 1px solid #e5e5e5;
    margin-bottom: 35px;
    padding-left: 28px;
}

.sm-page .sm-sitemap-title {
    align-items: center;
    display: flex;
    margin-bottom: 18px;
}

.sm-page .sm-sitemap-title > i {
    color: #f8b864;
    flex: 0 0 32px;
    font-size: 20px;
    margin-right: 10px;
}

.sm-page .sm-sitemap-title h3 {
    margin-bottom: 0;
}

.sm-page .sm-sitemap-block > .check-list {
    margin-bottom: 0;
}

.sm-page .sm-sitemap-block .check-list li {
    line-height: 1.7;
    margin-bottom: 8px;
}

.sm-page .sm-inner-block {
    background: #f9f9f9;
    border-left: 3px solid #f8b864;
    margin-bottom: 15px;
    padding: 16px 18px;
}

.sm-page .sm-inner-block:last-child {
    margin-bottom: 0;
}

.sm-page .sm-inner-block h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.sm-page .sm-inner-block .check-list {
    margin-bottom: 0;
}


/* Footer structure */
.sm-page .sm-footer-block {
    border-top: 3px solid #f8b864;
    height: 100%;
    padding: 26px 22px;
}

.sm-page .sm-footer-block > i {
    color: #f8b864;
    font-size: 28px;
    margin-bottom: 16px;
}

.sm-page .sm-footer-block h3 {
    margin-bottom: 16px;
}

.sm-page .sm-footer-block .check-list {
    margin-bottom: 0;
}

.sm-page .sm-footer-block .check-list li {
    line-height: 1.7;
    margin-bottom: 8px;
}


/* Responsive */
@media (max-width: 991px) {
    .sm-page .sm-hero-summary {
        border-left: 0;
        border-top: 1px solid #e3e3e3;
        margin-top: 30px;
        padding: 30px 0 0;
    }

    .sm-page .sm-menu-block,
    .sm-page .sm-footer-block {
        height: auto;
    }
}

@media (max-width: 767px) {
    .sm-page .sm-hero-content {
        padding-right: 0;
    }

    .sm-page .sm-index {
        font-size: 46px;
    }

    .sm-page .sm-action-item {
        margin-bottom: 20px;
    }

    .sm-page .sm-sitemap-block {
        border-left: 0;
        padding-left: 0;
    }

    .sm-page .sm-footer-block {
        margin-bottom: 20px;
    }
}

/* site-map end */


/* ====================================================
   OUR WORK PAGE — COMPLETE REDESIGN
   Bootstrap 4 + Charitify Template
   Fully scoped to .owx-page
==================================================== */

/* Hero */
.owx-page .owx-hero-content {
    padding-right: 35px;
}

.owx-page .owx-kicker {
    color: #f8b864;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.owx-page .owx-hero-content h2 {
    margin-bottom: 10px;
}

.owx-page .owx-hero-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 18px;
}

.owx-page .owx-hero-side {
    border-left: 1px solid #e2e2e2;
    padding: 24px 0 24px 40px;
}

.owx-page .owx-hero-icon {
    color: #f8b864;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 14px;
}

.owx-page .owx-hero-side h3 {
    margin-bottom: 10px;
}

.owx-page .owx-hero-side p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Program Pillars */
.owx-page .owx-pillars-row {
    justify-content: center;
}

.owx-page .owx-pillar {
    border-bottom: 1px solid #e8e8e8;
    min-height: 220px;
    padding: 30px 24px 28px;
    position: relative;
    text-align: center;
}

.owx-page .owx-pillar-number {
    color: rgba(248, 184, 100, .16);
    font-size: 54px;
    font-weight: 700;
    left: 18px;
    line-height: 1;
    position: absolute;
    top: 18px;
}

.owx-page .owx-pillar-icon {
    color: #f8b864;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.owx-page .owx-pillar h3 {
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.owx-page .owx-pillar h3:after {
    background: #f8b864;
    content: "";
    display: block;
    height: 2px;
    margin: 12px auto 0;
    width: 34px;
}

.owx-page .owx-pillar p {
    color: #777;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0;
}


/* Program Visual */
.owx-page .owx-program-visual {
    border-right: 1px solid #e4e4e4;
    padding: 30px 45px 30px 0;
    position: relative;
}

.owx-page .owx-program-visual-right {
    border-left: 1px solid #e4e4e4;
    border-right: 0;
    padding: 30px 0 30px 45px;
}

.owx-page .owx-program-number {
    color: rgba(248, 184, 100, .14);
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 5px;
}

.owx-page .owx-program-visual-right .owx-program-number {
    left: 25px;
    right: auto;
}

.owx-page .owx-program-icon {
    color: #f8b864;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.owx-page .owx-program-visual h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.owx-page .owx-program-visual p {
    color: #f8b864;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}


/* Program Content */
.owx-page .owx-program-content {
    padding-left: 35px;
}

.owx-page .order-md-1 .owx-program-content {
    padding-left: 0;
    padding-right: 35px;
}

.owx-page .owx-program-content > p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 16px;
}

.owx-page .owx-program-content h3 {
    font-size: 19px;
    margin: 24px 0 15px;
    position: relative;
}

.owx-page .owx-program-content h3:after {
    background: #f8b864;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 36px;
}

.owx-page .owx-program-content .check-list {
    margin-top: 20px;
    margin-bottom: 0;
}

.owx-page .owx-program-content .check-list li {
    line-height: 1.7;
    margin-bottom: 10px;
}

.owx-page .owx-program-content .check-list li:last-child {
    margin-bottom: 0;
}


/* Notes */
.owx-page .owx-note {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ececec;
    border-left: 4px solid #f8b864;
    display: flex;
    margin-top: 24px;
    padding: 18px 20px;
}

.owx-page .owx-note > i {
    color: #f8b864;
    flex: 0 0 24px;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 3px;
}

.owx-page .owx-note p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Closing */
.owx-page .owx-closing {
    background: #fff;
    padding: 72px 0;
}

.owx-page .owx-closing-content span {
    color: #f8b864;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.owx-page .owx-closing-content h2 {
    color: #282828;
    margin-bottom: 12px;
}

.owx-page .owx-closing-content p {
    color: #282828;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 820px;
}


/* Tablet */
@media (max-width: 991px) {
    .owx-page .owx-hero-side {
        border-left: 0;
        border-top: 1px solid #e2e2e2;
        margin-top: 30px;
        padding: 30px 0 0;
    }

    .owx-page .owx-pillar {
        min-height: 200px;
    }

    .owx-page .owx-program-visual,
    .owx-page .owx-program-visual-right {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 30px;
        padding: 0 0 30px;
    }

    .owx-page .owx-program-number,
    .owx-page .owx-program-visual-right .owx-program-number {
        left: auto;
        right: 15px;
        top: -5px;
    }

    .owx-page .owx-program-content,
    .owx-page .order-md-1 .owx-program-content {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .owx-page .owx-hero-content {
        padding-right: 0;
    }

    .owx-page .owx-pillar {
        min-height: auto;
    }

    .owx-page .owx-program-number {
        font-size: 64px;
    }

    .owx-page .owx-program-icon {
        font-size: 30px;
    }

    .owx-page .owx-program-visual h2 {
        font-size: 24px;
    }

    .owx-page .owx-note {
        padding: 16px;
    }

    .owx-page .owx-closing {
        padding: 56px 0;
    }

    .owx-page .owx-closing .text-md-right {
        margin-top: 24px;
        text-align: left !important;
    }
}


/* ==================================================
   CDP Child Profile Page
================================================== */

.child-profile-hero {
    position: relative;
}

.child-profile-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.child-profile-image img {
    width: 100%;
    display: block;
}

.child-profile-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #87990a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
}

.child-profile-badge i {
    margin-right: 6px;
}

.child-profile-summary .profile-subtitle {
    display: inline-block;
    background: #f3f5e6;
    color: #87990a;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.child-profile-summary h2 {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 18px;
}

.child-profile-summary p {
    color: #666;
    font-size: 16px font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.child-profile-summary h2 {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    ;
    line-height: 28px;
    margin-bottom: 25px;
}

.profile-info-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 25px;
}

.profile-info-item {
    width: 50%;
    padding: 8px;
}

.profile-info-item i {
    width: 42px;
    height: 42px;
    background: #87990a;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
}

.profile-info-item span {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 18px;
}

.profile-info-item strong {
    display: block;
    color: #222;
    font-size: 15px;
    line-height: 22px;
}

/* Side Card */
.child-side-card {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    border-left: 5px solid #87990a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.child-side-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
}

.child-side-card .check-list li {
    margin-bottom: 12px;
}

.child-note {
    background: #f3f5e6;
    color: #555;
    padding: 14px 18px;
    border-radius: 4px;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 24px;
}

/* Dreams */
.child-dream-box span {
    display: inline-block;
    color: #87990a;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.child-dream-box h2 {
    font-size: 34px;
    font-weight: 800;
    color: #222;
    margin-bottom: 18px;
}

.child-dream-box p {
    color: #666;
    line-height: 28px;
}

.child-dream-quote {
    background: #87990a;
    color: #fff;
    padding: 45px;
    border-radius: 8px;
    position: relative;
}

.child-dream-quote i {
    font-size: 42px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 20px;
}

.child-dream-quote h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 0;
}

/* Help Cards */
.child-help-card {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #e8eeee;
    height: calc(100% - 30px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.child-help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.child-help-card i {
    width: 58px;
    height: 58px;
    background: #f3f5e6;
    color: #87990a;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 18px;
}

.child-help-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

.child-help-card p {
    color: #666;
    line-height: 26px;
    margin-bottom: 0;
}

.child-help-note p {
    display: inline-block;
    background: #f3f5e6;
    color: #555;
    padding: 14px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Journey */
.journey-card {
    background: #fff;
    text-align: center;
    padding: 32px 22px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #e8eeee;
    height: calc(100% - 30px);
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.journey-card span {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #87990a;
    font-weight: 800;
    font-size: 18px;
    opacity: 0.35;
}

.journey-card i {
    width: 65px;
    height: 65px;
    background: #87990a;
    color: #fff;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 20px;
}

.journey-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

.journey-card p {
    color: #666;
    line-height: 25px;
    margin-bottom: 0;
}

/* Commitment */
.commitment-item {
    background: #fff;
    text-align: center;
    padding: 28px 20px;
    border-radius: 8px;
    border: 1px solid #e8eeee;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.commitment-item i {
    color: #87990a;
    font-size: 38px;
    margin-bottom: 18px;
}

.commitment-item h4 {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.commitment-item p {
    color: #666;
    line-height: 25px;
    margin-bottom: 0;
}

/* Final CTA */
.child-final-cta {
    background: #87990a;
    padding: 55px 0;
}

.child-final-content h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 12px;
}

.child-final-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.child-final-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.child-final-content h3 span {
    color: #f8b864;
}

.child-final-cta .default-btn {
    background: #f8b864;
    color: #fff;
    margin-bottom: 12px;
}

.child-final-cta .default-btn:hover {
    background: #e7a852;
    color: #fff;
}

.child-alt-btn {
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.child-alt-btn:hover {
    color: #f8b864;
}

/* Protection Notice */
.child-protection-box {
    background: #f8faf9;
    border: 1px solid #e8eeee;
    border-left: 6px solid #87990a;
    padding: 35px;
    border-radius: 8px;
}

.child-protection-box i {
    width: 75px;
    height: 75px;
    background: #87990a;
    color: #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
}

.child-protection-box h3 {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

.child-protection-box p {
    color: #666;
    line-height: 27px;
    margin-bottom: 15px;
}

.child-protection-box blockquote {
    margin: 0;
    color: #87990a;
    font-weight: 700;
    font-style: italic;
}

/* Responsive */
@media (max-width: 991px) {
    .child-profile-summary h2 {
        font-size: 34px;
    }

    .profile-info-item {
        width: 100%;
    }

    .child-dream-quote {
        margin-top: 30px;
    }

    .child-final-cta {
        text-align: center;
    }

    .child-final-cta .text-md-right {
        text-align: center !important;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .child-profile-summary {
        margin-top: 30px;
    }

    .child-profile-summary h2,
    .child-dream-box h2,
    .child-final-content h2 {
        font-size: 28px;
    }

    .child-side-card,
    .child-dream-quote,
    .child-protection-box {
        padding: 25px;
    }

    .child-dream-quote h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .child-protection-box .text-center {
        margin-bottom: 25px;
    }
}

/* contacts stars */

 /* ====================================================
   CONTACT & SUPPORT PAGE
   Bootstrap 4 + Charitify Template Matching
==================================================== */


/* Contact section
==================================================== */

.contact-section .contact-info,
.contact-section .contact-form {
    width: 100%;
}

.contact-section .contact-info h3,
.contact-section .contact-form h3 {
    margin-bottom: 18px;
}

.contact-section .contact-info > p,
.contact-section .contact-form > p {
    color: #777;
    line-height: 1.8;
    margin-bottom: 28px;
}


/* Contact information
==================================================== */

.contact-section .contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-section .contact-info ul li {
    align-items: flex-start;
    color: #777;
    display: flex;
    line-height: 1.7;
    margin-bottom: 24px;
    padding: 0;
    position: relative;
}

.contact-section .contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-section .contact-info ul li > i {
    color: #f8b864;
    flex: 0 0 28px;
    font-size: 20px;
    line-height: 1;
    margin-right: 16px;
    margin-top: 4px;
    position: static;
    text-align: center;
    width: 28px;
}

.contact-section .contact-info .contact-detail {
    flex: 1 1 auto;
    min-width: 0;
}

.contact-section .contact-info .contact-label {
    color: #282828;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
}

.contact-section .contact-info .contact-value {
    color: #777;
    display: block;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: normal;
}

.contact-section .contact-info a,
.about-section .about-content a:not(.default-btn) {
    color: #f8b864;
}

.contact-section .contact-info a:hover,
.about-section .about-content a:not(.default-btn):hover {
    color: #282828;
    text-decoration: none;
}


/* Contact form
==================================================== */

.contact-section .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-section .contact-form .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: 50px;
    padding: 10px 15px;
    width: 100%;
}

.contact-section .contact-form textarea.form-control {
    height: auto;
    min-height: 150px;
    resize: vertical;
}

.contact-section .contact-form .form-control:focus {
    border-color: #f8b864;
    box-shadow: none;
    outline: none;
}

.contact-section .contact-form .form-control::placeholder {
    color: #999;
    opacity: 1;
}

.contact-section .contact-form .default-btn {
    border: 0;
    cursor: pointer;
}

.contact-privacy-note {
    color: #999;
    font-size: 13px;
    line-height: 1.7;
    margin: 12px 0 0;
}


/* FAQ section
==================================================== */

.faq-category {
    margin-bottom: 42px;
}

.faq-category:last-child {
    margin-bottom: 0;
}

.faq-category-title {
    border-left: 4px solid #f8b864;
    color: #282828;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 14px;
}

.contact-faq-wrap {
    border-top: 1px solid #e5e5e5;
}

.contact-faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
}

.contact-faq-item h4 {
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}

.contact-faq-item h4 a {
    color: #282828;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 32px;
    position: relative;
}

.contact-faq-item h4 a:hover,
.contact-faq-item h4 a:focus {
    color: #f8b864;
    text-decoration: none;
}

.contact-faq-item h4 a i {
    color: #f8b864;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 6px;
    transition: transform 0.25s ease;
}

.contact-faq-item h4 a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.contact-faq-item p {
    color: #777;
    line-height: 1.8;
    margin: 15px 0 0;
    padding-right: 20px;
}


/* Media section
==================================================== */

.about-section .about-content .check-list li strong {
    color: #282828;
}

.about-section .about-image img {
    width: 100%;
}


/* Tablet
==================================================== */

@media (max-width: 991px) {
    .contact-section .contact-info {
        margin-bottom: 35px;
    }

    .faq-category {
        margin-bottom: 35px;
    }
}


/* Mobile
==================================================== */

@media (max-width: 767px) {
    .contact-section .contact-info ul li {
        margin-bottom: 20px;
    }

    .contact-section .contact-info ul li > i {
        flex-basis: 24px;
        font-size: 18px;
        margin-right: 12px;
        width: 24px;
    }

    .contact-section .contact-info .contact-label {
        font-size: 15px;
    }

    .contact-section .contact-form .form-group.colum-row .col-sm-6 {
        margin-bottom: 20px;
    }

    .contact-section .contact-form .form-group.colum-row .col-sm-6:last-child {
        margin-bottom: 0;
    }

    .faq-category-title {
        font-size: 18px;
    }

    .contact-faq-item h4 {
        font-size: 16px;
    }

    .contact-faq-item p {
        padding-right: 0;
    }
}

/* get involved */

/* GET INVOLVED — TEMPLATE MATCHED */
.gi-template-page .gi-template-image { width: 100%; }
.gi-template-page .gi-template-image img { display:block; width:100%; max-width:100%; height:auto; }
.gi-template-page .gi-template-content h2 { margin-bottom:10px; }
.gi-template-page .gi-template-content h3 { margin-bottom:16px; }
.gi-template-page .gi-template-content p { color:#777; line-height:1.8; }
.gi-template-page .gi-template-content .check-list { margin-top:18px; }
.gi-template-page .gi-template-content .check-list li { line-height:1.7; margin-bottom:10px; }
.gi-template-page .gi-template-content .check-list li:last-child { margin-bottom:0; }
.gi-template-page .gi-template-final { padding:70px 0; }
.gi-template-page .gi-template-final-content { padding:0; }
.gi-template-page .gi-template-final-content h2,
.gi-template-page .gi-template-final-content h3,
.gi-template-page .gi-template-final-content p { color:#282828; }
.gi-template-page .gi-template-final-content h2 { margin-bottom:10px; }
.gi-template-page .gi-template-final-content h3 { margin-bottom:16px; }
.gi-template-page .gi-template-final-content p { line-height:1.8; margin-bottom:0; }
@media (max-width:991px) {
  .gi-template-page .gi-template-image { margin-bottom:30px; }
  .gi-template-page .gi-template-donate .gi-template-image,
  .gi-template-page .gi-template-volunteer .gi-template-image { margin-bottom:0; margin-top:30px; }
  .gi-template-page .gi-template-final-action { margin-top:25px; text-align:left !important; }
}
@media (max-width:767px) {
  .gi-template-page .gi-template-content .row .col-sm-6 + .col-sm-6 { margin-top:10px; }
  .gi-template-page .gi-template-final { padding:55px 0; }
}


/* ====================================================
   LEGAL & POLICY PAGE — ENHANCED DESIGN
   Bootstrap 4 + Charitify Template
   Fully scoped to .lp3-page
==================================================== */

/* Hero */
.lp3-page .lp3-hero-content {
    padding-right: 35px;
}

.lp3-page .lp3-kicker {
    color: #f8b864;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lp3-page .lp3-hero-content h2 {
    margin-bottom: 10px;
}

.lp3-page .lp3-hero-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 680px;
}

.lp3-page .lp3-hero-panel {
    border-left: 1px solid #e2e2e2;
    padding: 24px 0 24px 40px;
}

.lp3-page .lp3-hero-icon {
    color: #f8b864;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 14px;
}

.lp3-page .lp3-hero-panel h3 {
    margin-bottom: 10px;
}

.lp3-page .lp3-hero-panel p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Quick Navigation */
.lp3-page .lp3-nav-section {
    background: #fff;
}

.lp3-page .lp3-nav-wrap {
    display: flex;
    justify-content: center;
}

.lp3-page .lp3-nav-wrap a {
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 22px 30px;
    position: relative;
    transition: color .25s ease;
}

.lp3-page .lp3-nav-wrap a + a:before {
    background: #e8e8e8;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.lp3-page .lp3-nav-wrap a span {
    color: #f8b864;
    font-size: 12px;
    margin-right: 9px;
}

.lp3-page .lp3-nav-wrap a:hover {
    color: #f8b864;
    text-decoration: none;
}


/* Policy Intro */
.lp3-page .lp3-policy-intro {
    padding-right: 35px;
    position: relative;
}

.lp3-page .lp3-policy-number {
    color: rgba(248, 184, 100, 0.14);
    font-size: 78px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -12px;
}

.lp3-page .lp3-policy-icon,
.lp3-page .lp3-policy-intro h2,
.lp3-page .lp3-policy-intro p {
    position: relative;
    z-index: 1;
}

.lp3-page .lp3-policy-icon {
    color: #f8b864;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 18px;
    padding-top: 26px;
}

.lp3-page .lp3-policy-intro h2 {
    margin-bottom: 10px;
}

.lp3-page .lp3-policy-intro p {
    color: #777;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Policy Content */
.lp3-page .lp3-policy-content {
    border-left: 1px solid #e6e6e6;
    padding-left: 38px;
}

.lp3-page .lp3-lead {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.lp3-page .lp3-policy-group {
    margin-bottom: 18px;
}

.lp3-page .lp3-policy-group h3 {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 44px;
    position: relative;
}

.lp3-page .lp3-policy-group h3:after {
    background: #f8b864;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 34px;
}

.lp3-page .lp3-policy-group .check-list {
    margin-top: 18px;
    margin-bottom: 0;
}

.lp3-page .lp3-policy-group .check-list li {
    line-height: 1.7;
    margin-bottom: 10px;
}

.lp3-page .lp3-policy-group .check-list li:last-child {
    margin-bottom: 0;
}


/* Notes and Alert */
.lp3-page .lp3-note,
.lp3-page .lp3-alert {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ececec;
    border-left: 4px solid #f8b864;
    display: flex;
    margin-top: 24px;
    padding: 18px 20px;
}

.lp3-page .lp3-policy-alt .lp3-note {
    background: #fff;
}

.lp3-page .lp3-note > i,
.lp3-page .lp3-alert > i {
    color: #f8b864;
    flex: 0 0 24px;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 3px;
}

.lp3-page .lp3-note p,
.lp3-page .lp3-alert div {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.lp3-page .lp3-note h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.lp3-page .lp3-alert a {
    color: #f8b864;
    font-weight: 700;
}

.lp3-page .lp3-alert a:hover {
    color: #282828;
    text-decoration: none;
}


/* Subheading */
.lp3-page .lp3-subheading {
    margin-bottom: 14px;
}

.lp3-page .lp3-subheading span {
    color: #f8b864;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.lp3-page .lp3-subheading h3 {
    margin-bottom: 0;
}


/* Closing */
.lp3-page .lp3-closing {
    background: #f2f2f2;
    padding: 72px 0;
}

.lp3-page .lp3-closing-content span {
    color: #f8b864;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lp3-page .lp3-closing-content h2 {
    color: #282828;
    margin-bottom: 12px;
}

.lp3-page .lp3-closing-content p {
    color: #282828;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 820px;
}


/* Tablet */
@media (max-width: 991px) {
    .lp3-page .lp3-hero-panel {
        border-left: 0;
        border-top: 1px solid #282828;
        margin-top: 30px;
        padding: 30px 0 0;
    }

    .lp3-page .lp3-nav-wrap {
        flex-wrap: wrap;
    }

    .lp3-page .lp3-nav-wrap a {
        justify-content: center;
        padding: 18px 20px;
    }

    .lp3-page .lp3-policy-intro {
        margin-bottom: 32px;
        padding-right: 0;
    }

    .lp3-page .lp3-policy-content {
        border-left: 0;
        padding-left: 0;
    }

    .lp3-page .lp3-policy-group h3 {
        min-height: 0;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .lp3-page .lp3-hero-content {
        padding-right: 0;
    }

    .lp3-page .lp3-nav-wrap {
        display: block;
        padding: 10px 0;
    }

    .lp3-page .lp3-nav-wrap a {
        border-bottom: 1px solid #eee;
        justify-content: flex-start;
        padding: 14px 0;
    }

    .lp3-page .lp3-nav-wrap a:last-child {
        border-bottom: 0;
    }

    .lp3-page .lp3-nav-wrap a + a:before {
        display: none;
    }

    .lp3-page .lp3-policy-number {
        font-size: 60px;
    }

    .lp3-page .lp3-policy-icon {
        font-size: 26px;
    }

    .lp3-page .lp3-policy-intro h2 {
        font-size: 24px;
    }

    .lp3-page .lp3-policy-group {
        margin-bottom: 28px;
    }

    .lp3-page .lp3-note,
    .lp3-page .lp3-alert {
        padding: 16px;
    }

    .lp3-page .lp3-closing {
        padding: 56px 0;
    }

    .lp3-page .lp3-closing .text-md-right {
        margin-top: 24px;
        text-align: left !important;
    }
}
    /* our work page */

.ow-page .ow-hero-content{padding-right:35px}.ow-page .ow-kicker{color:#f8b864;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.ow-page .ow-hero-content h2{margin-bottom:10px}.ow-page .ow-hero-content p{color:#666;font-size:16px;line-height:1.8;margin-top:18px}.ow-page .ow-hero-visual{border-left:1px solid #e2e2e2;padding:24px 0 24px 40px}.ow-page .ow-hero-icon{color:#f8b864;font-size:52px;line-height:1;margin-bottom:14px}.ow-page .ow-hero-visual h3{margin-bottom:10px}.ow-page .ow-hero-visual p{color:#666;line-height:1.8;margin-bottom:0}

.ow-page .ow-pillars-row{justify-content:center}.ow-page .ow-pillar-item{border-top:3px solid #f8b864;height:100%;min-height:175px;padding:28px 24px;position:relative;text-align:center}.ow-page .ow-pillar-number{color:rgba(248,184,100,.16);font-size:48px;font-weight:700;left:18px;line-height:1;position:absolute;top:18px}.ow-page .ow-pillar-icon{color:#f8b864;font-size:34px;line-height:1;margin-bottom:18px;position:relative;z-index:1}.ow-page .ow-pillar-item h3{font-size:20px;margin-bottom:0;position:relative;z-index:1}

.ow-page .ow-program-aside{padding-right:35px;position:relative}.ow-page .ow-program-number{color:rgba(248,184,100,.14);font-size:78px;font-weight:700;left:0;line-height:1;position:absolute;top:-12px}.ow-page .ow-program-icon,.ow-page .ow-program-aside h2,.ow-page .ow-program-aside p{position:relative;z-index:1}.ow-page .ow-program-icon{color:#f8b864;font-size:30px;line-height:1;margin-bottom:18px;padding-top:26px}.ow-page .ow-program-aside h2{margin-bottom:10px}.ow-page .ow-program-aside p{color:#f8b864;font-weight:700;line-height:1.7;margin-bottom:0}

.ow-page .ow-program-content{border-left:1px solid #e6e6e6;padding-left:38px}.ow-page .ow-program-content>p{color:#666;line-height:1.8}.ow-page .ow-lead{font-size:16px;margin-bottom:18px}.ow-page .ow-program-content h3{font-size:19px;margin:24px 0 15px;position:relative}.ow-page .ow-program-content h3:after{background:#f8b864;bottom:-7px;content:"";height:2px;left:0;position:absolute;width:36px}.ow-page .ow-program-content .check-list{margin-top:20px;margin-bottom:0}.ow-page .ow-program-content .check-list li{line-height:1.7;margin-bottom:10px}.ow-page .ow-program-content .check-list li:last-child{margin-bottom:0}

.ow-page .ow-note{align-items:flex-start;background:#fff;border:1px solid #ececec;border-left:4px solid #f8b864;display:flex;margin-top:24px;padding:18px 20px}.ow-page .ow-note>i{color:#f8b864;flex:0 0 24px;font-size:18px;margin-right:12px;margin-top:3px}.ow-page .ow-note p{color:#555;line-height:1.8;margin-bottom:0}

.ow-page .ow-closing{background:#222;padding:72px 0}.ow-page .ow-closing-content span{color:#f8b864;display:block;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.ow-page .ow-closing-content h2{color:#fff;margin-bottom:12px}.ow-page .ow-closing-content p{color:rgba(255,255,255,.82);line-height:1.8;margin-bottom:0;max-width:820px}

@media(max-width:991px){.ow-page .ow-hero-visual{border-left:0;border-top:1px solid #e2e2e2;margin-top:30px;padding:30px 0 0}.ow-page .ow-program-aside{margin-bottom:30px;padding-right:0}.ow-page .ow-program-content{border-left:0;padding-left:0}.ow-page .ow-pillar-item{min-height:160px}}
@media(max-width:767px){.ow-page .ow-hero-content{padding-right:0}.ow-page .ow-program-number{font-size:60px}.ow-page .ow-program-icon{font-size:26px}.ow-page .ow-program-aside h2{font-size:24px}.ow-page .ow-pillar-item{min-height:auto}.ow-page .ow-note{padding:16px}.ow-page .ow-closing{padding:56px 0}.ow-page .ow-closing .text-md-right{margin-top:24px;text-align:left!important}}

/* Sponsor a Child Page */
/* Sponsorship Process Section */
.sponsorship-process-section {
    background: #fff;
}

.sponsor-process-wrap {
    position: relative;
}

.process-image img {
    width: 100%;
    border-radius: 0;
}

.process-content {
    padding-left: 30px;
}

.process-content h2,
.faq-intro h2 {
    margin-bottom: 8px;
}

.process-content h3,
.faq-intro h3 {
    color: #f8b864;
    margin-bottom: 18px;
}

.process-content p,
.faq-intro p {
    color: #555;
    line-height: 1.8;
}

.process-timeline {
    position: relative;
    margin: 30px 0;
}

.process-timeline:before {
    content: "";
    position: absolute;
    left: 27px;
    top: 10px;
    width: 2px;
    height: calc(100% - 20px);
    background: #f8b864;
    opacity: 0.35;
}

.process-step {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step span {
    width: 56px;
    height: 56px;
    background: #f8b864;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-weight: 700;
    margin-right: 22px;
    flex: 0 0 56px;
    position: relative;
    z-index: 2;
}

.process-step h4 {
    font-size: 20px;
    margin: 0 0 6px;
}

.process-step p {
    margin-bottom: 0;
}


/* Sponsor FAQ Section */
.sponsor-faq-section {
    position: relative;
}

.faq-intro {
    padding-right: 30px;
}

.faq-list-wrap {
    border-left: 3px solid #f8b864;
    padding-left: 30px;
}

.faq-item-custom {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.faq-item-custom:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-item-custom h3 {
    position: relative;
    font-size: 21px;
    margin-bottom: 10px;
    padding-left: 32px;
}

.faq-item-custom h3:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background: #f8b864;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
}

.faq-item-custom p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 32px;
}

@media (max-width: 767px) {
    .process-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .faq-intro {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .faq-list-wrap {
        border-left: none;
        padding-left: 0;
    }

    .process-timeline:before {
        left: 23px;
    }

    .process-step span {
        width: 48px;
        height: 48px;
        line-height: 48px;
        flex: 0 0 48px;
        margin-right: 16px;
    }
}


/* sponsor a dashboard */

.dashboard-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    align-items: center;
}

.dashboard-btns .default-btn {
    margin: 0;
}

.about-content .dashboard-btns,
.team-content .dashboard-btns {
    justify-content: flex-start;
}

.team-content.text-center .dashboard-btns,
.text-center .dashboard-btns {
    justify-content: center;
}

@media (max-width: 767px) {
    .dashboard-btns {
        display: block;
    }

    .dashboard-btns .default-btn {
        display: inline-block;
        margin: 0 8px 10px 0;
    }
}


/* impact */

.impact-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.impact-btns .default-btn {
    margin: 0;
}

@media (max-width: 767px) {
    .impact-btns {
        display: block;
    }

    .impact-btns .default-btn {
        display: inline-block;
        margin: 0 8px 10px 0;
    }
}



a {
    pointer-events: auto !important;
    z-index: 99999;
}