/* about-us work end */

.bg-light {
    background-color: #e8e8e8;
}

.about-banner {
    background-color: #ffe0ca;
}

.about-banner .banner-title {
    font-size: 40px;
    font-weight: 700;
    color: #440f2c;
    margin-bottom: 5px;
}

.about-banner span {
    color: #8a8a8a;
    font-size: 15px;
}

.about-banner .banner-para {
    font-size: 26px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--blackcolor);
}

.about-banner img {
    width: 100%;
}

.about-us-section .title {
    font-size: 28px;
    color: var(--themecolor);
    margin-bottom: 20px;
    font-weight: 700;
}

.about-us-section .icons {
    width: 120px;
    margin-bottom: 20px;
}

.about-us-section .section-img {
    width: 100%;
    border-radius: 10px;
}

.about-us-section p {
    font-size: 20px;
    color: var(--blackcolor);
}

.meaning-toggle-btn {
    background: none;
    border: none;
    color: var(--themecolor2);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    margin-left: 15px;
}

.meaning-toggle-btn .arrow {
    margin-left: 5px;
    transition: 0.3s;
}


.meaning-toggle-btn.active .arrow {
    transform: rotate(180deg);
}

.meaning-box {
    display: none;
    margin-top: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.story-section {
    background-color: #ffba43;
}

.story-section .title {
    font-size: 32px;
    color: var(--themecolor);
    margin-bottom: 40px;
    font-weight: 700;
}

.story-section p {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--blackcolor);
}

.story-section img {
    width: 100%;
    border-radius: 10px;
}

.value-section .sub-para {
    font-size: 20px;
    color: var(--blackcolor);
}

.value-section .wrapper-boxes {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.value-section .wrapper-boxes img {
    width: 120px;
}

.value-section .wrapper-boxes h3 {
    color: var(--themecolor2);
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}

.value-section .wrapper-boxes p {
    font-size: 18px;
    color: var(--blackcolor);
    margin-bottom: 0px;
}

.root-section {
    background-image: url(../images/root-banner-05.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.root-section .sub-para {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--blackcolor);
    text-align: center;
}

.root-section .root-text {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--blackcolor);
    text-align: center;
}

.leadership-section .leader-card {
    perspective: 1000px;
}

.leadership-section .leader-card-inner {
    position: relative;
    width: 100%;
    min-height: 420px;
    border: 1px solid #ddd;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.3, 1);
    border-radius: 20px;
    background: var(--whitecolor);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 28px 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.leadership-section .leader-card:hover .leader-card-inner {
    transform: rotateY(180deg);
}

.leadership-section .leader-card-front,
.leadership-section .leader-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
}

.leadership-section .leader-card-back {
    transform: rotateY(180deg);
    background: var(--whitecolor);
}

.leadership-section .leader-thumb {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid var(--themecolor2);
    overflow: hidden;
    margin-bottom: 18px;
}

.leadership-section .leader-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-section .leader-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--themecolor2);
}

.leadership-section .leader-position {
    font-size: 15px;
    color: var(--blackcolor);
    margin-bottom: 20px;
}

.leadership-section .leader-desc {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.45;
}

.leadership-section .leader-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--blackcolor);
    color: var(--whitecolor);
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.leadership-section .leader-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.impact-section .impact-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--themecolor);
}

.impact-section .impact-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: var(--themecolor2);
    margin-bottom: 40px;
}

.impact-section .impact-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    padding-top: 70px;
    border: 1px solid #eee;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    height: 100%;
    position: relative;
}

.impact-section .impact-card:hover {
    transform: translateY(-4px);
}

.impact-section .impact-label {
    background: #e7ad41;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
    position: absolute;
    top: 20px;
    left: 0px;
}

.impact-section .impact-img img {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    height: 250px;
    object-fit: cover;
}

.impact-section .impact-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--blackcolor);
}

.impact-section .impact-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.impact-section .impact-card strong {
    color: var(--themecolor2);
}

.impact-section .impact-footer .web-btn1 {
    margin-top: 20px;
}

.video-box {
    width: 100%;
    height: 220px;
    background: #3b0f1b;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.video-box img {
    width: 100%;
    height: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--themecolor2);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.testimonial-section h5 {
    color: var(--themecolor2);
    font-size: 22px;
    font-weight: 600;
}

.testimonial-section p {
    color: #58595b;
    font-size: 18px;
    margin-bottom: 0px;
}

.trusted-section {
    background: #3caebd;
    text-align: center;
    color: #fff;
}

.trusted-section .trusted-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.trusted-section .trusted-text {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.trusted-section .trusted-card {
    padding: 25px 30px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
}

.trusted-section .trusted-card .img-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 15px;
    margin-bottom: 15px;
}

.trusted-section .trusted-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trusted-section .trusted-card h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--blackcolor);
}

.trusted-section .trusted-card .img-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.second-bg {
    background-color: #ffe9b8 !important;
}

.sdg-section .sdg-header p {
    max-width: 750px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.6;
    color: #58595b;
}

.sdg-section .sdg-item {
    margin-bottom: 20px;
}

.sdg-section .sdg-item .sdg-img {
    width: 100%;
    border-radius: 10px;
}

.sdg-section .sdg-item .sdg-title {
    font-size: 22px;
    color: var(--themecolor2);
    font-weight: 600;
    margin-bottom: 10px;
}

.sdg-section .sdg-item .sdg-item p {
    font-size: 18px;
    color: #58595b;
    margin: 0;
}

.case-study-section .case-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--themecolor);
}

.case-study-section .case-desc {
    font-size: 18px;
    margin-bottom: 25px;
    color: #58595b;
    line-height: 1.6;
}

.case-study-section .subheading {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: var(--themecolor2);
}

.case-study-section .case-ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px !important;
}

.case-study-section .case-ul li {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.6;
}

.case-study-section .community-voice {
    background: #ffeef3;
    padding: 10px 15px;
    border-left: 4px solid var(--themecolor);
    margin: 25px 0;
    font-style: italic;
}

.case-study-section .gallery-img {
    border-radius: 10px;
    cursor: pointer;
    height: 150px;
    object-fit: contain;
    border: 1px solid #ddd;
    width: 100%;
}

.case-study-section .news-img {
    margin-top: 15px;
    width: 100%;
}

.contact-banner {
    padding: 40px 0;
}

.contact-banner img {
    width: 100%;
    border-radius: 20px;
}

.contact-address-section .contact-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--themecolor);
}

.contact-address-section .title-underline {
    width: 70px;
    height: 3px;
    background: var(--themecolor);
}

.contact-address-section .label-red {
    color: var(--themecolor2);
    font-weight: 600;
}

.contact-address-section p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #58595b;
    line-height: 1.6;
}

.contact-address-sectio .contact-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 6px;
    border: 0;
}

.contact-us-form-section .form-main-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--themecolor);
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 32px;
}

.contact-us-form-section .title-underline {
    width: 70px;
    height: 4px;
    background: var(--themecolor);
    border-radius: 2px;
}

.contact-us-form-section .form-wrapper {
    background: transparent;
    padding: 20px;
    margin-top: 15px;
}

.contact-us-form-section .custom-input {
    background: #e9e9e9;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 54px;
    padding: 14px 16px;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    width: 100%;
    -webkit-appearance: none;
    line-height: 25px;
}

.contact-us-form-section .custom-textarea {
    background: #e9e9e9;
    border: 1px solid rgba(0, 0, 0, 0.08);
    min-height: 240px;
    padding: 16px;
    resize: vertical;
    font-size: 15px;
    color: #333;
    width: 100%;
    -webkit-appearance: none;
}

/* labels */
.contact-us-form-section .form-label.small {
    display: block;
    margin-bottom: 8px;
    color: var(--blackcolor);
    font-weight: 500;
    font-size: 15px;
}

.contact-us-form-section .right-copy .lead-copy {
    font-size: 16px;
    color: var(--blackcolor);
    margin: 8px 0 0 0;
    line-height: 1.4;
}

.ourwork-banner {
    background-image: url(../images/owr-work-banner-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 300px 0px;
}

.our-work-section .sec-head {
    color: var(--themecolor2);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

.our-work-section .text-btn {
    display: inline-block;
    background-color: var(--themecolor);
    padding: 10px 20px;
    color: var(--whitecolor);
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: 22px;
}

.our-work-section .work-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.our-work-section .work-img {
    width: 100%;
    border-radius: 15px;
}

.our-work-section .work-heading {
    font-size: 24px;
    font-weight: 600;
    color: var(--themecolor);
    margin-bottom: 15px;
}

.our-work-section .work-list {
    padding-left: 20px !important;
    margin: 0;
    list-style: disc !important;
}

.our-work-section .work-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.our-work-section .work-list li strong {
    color: var(--themecolor2);
}

.value-section .change-img {
    width: 100%;
    border-radius: 15px;
}

.makes-different-section img {
    width: 100%;
    border-radius: 15px;
}

.makes-different-section .content {
    padding-left: 20px;
}

.makes-different-section .content p {
    color: var(--blackcolor);
    font-size: 18px;
    margin-bottom: 20px;
}

.makes-different-section .content p strong {
    color: var(--themecolor2);
}

.get-involved-banner {
    background-image: url(../images/get-involved-img-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 300px 0px;
}

.involved-section .impact-sub-para {
    font-size: 20px;
    color: var(--blackcolor);
    margin-bottom: 0px;
    text-align: center;
}

.involved-section .involved-box {
    background: #fff7fb;
    border-left: 4px solid var(--themecolor2);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.involved-section .involved-box strong {
    color: var(--themecolor2);
}

.involved-section .box-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--blackcolor);
}

.involved-section .sub-head {
    font-size: 18px;
    font-weight: 600;
    color: var(--themecolor2);
}

.involved-section .impact-list {
    list-style: disc !important;
    padding-left: 20px !important;
}

.involved-section .impact-list li {
    margin-bottom: 8px;
    position: relative;
}

.involved-section .impact-list li strong {
    color: var(--themecolor2);
}

.sustainable-section .styled-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ffba43;
    font-size: 15px;
    background: #fff;
}

.sustainable-section .styled-table th {
    background: #ffba43;
    /* same yellow shade */
    color: #fff;
    padding: 18px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #fff;
}

.sustainable-section .styled-table td {
    vertical-align: top;
    padding: 20px;
    border: 1px solid #ffba43;
}

.sustainable-section .styled-table ul {
    margin: 0;
    padding-left: 20px !important;
    list-style: disc;
}

.sustainable-section .styled-table ul li {
    margin-bottom: 10px;
    line-height: 22px;
}

.sustainable-section .styled-table td strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.how-engine-section img {
    width: 100%;
}

.roadmap-section {
    background: #fff;
}

.roadmap-section .lead-block {
    margin-bottom: 18px;
    text-align: center;
}

.roadmap-section .lead-intro {
    color: var(--themecolor2);
    font-weight: 700;
    margin: 0 0 8px;
    font-size: 15px;
}

.roadmap-section .lead-list {
    padding-left: 20px !important;
    list-style: disc;
    color: var(--blackcolor);
    line-height: 1.6;
    display: inline-block;
    text-align: left;
}

.roadmap-section .lead-list li {
    margin: 6px 0;
    font-size: 14px;
}

.roadmap-section .thin-divider {
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(211, 95, 127, 0) 0%,
        #d35f7f 10%,
        #d35f7f 90%,
        rgba(211, 95, 127, 0) 100%
    );
    margin: 20px 0;
    border-radius: 2px;
}

.roadmap-section .middle-block {
    margin-bottom: 18px;
    text-align: center;
    padding: 0 8px;
}

.roadmap-section .middle-paragraph {
    color: var(--blackcolor);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto;
    text-align: center;
}

.roadmap-section .volunteer-block {
    margin-top: 12px;
    padding: 0 8px;
    text-align: center;
}

.roadmap-section .volunteer-list {
    text-align: left;
    list-style: disc;
    padding-left: 20px !important;
    color: var(--blackcolor);
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 20px;
}

.roadmap-section .volunteer-list li {
    margin: 8px 0;
    font-size: 14px;
}

/* Small Desktop */
@media (max-width: 1200px) {
    .section-padding {
        padding: 60px 0;
    }

    .section-headings {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .section-headings .section-title {
        font-size: 26px;
    }

    .blog-detail .recent-item a {
        gap: 10px;
    }

    .blog-detail .rmeta .rtitle {
        font-size: 14px;
    }

    .about-banner .banner-title {
        font-size: 32px;
    }

    .about-banner .banner-para {
        font-size: 20px;
    }

    .about-us-section .icons {
        width: 60px;
    }

    .story-section .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .story-section p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about-us-section .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about-us-section p {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .value-section .sub-para {
        font-size: 18px;
    }

    .value-section .wrapper-boxes h3 {
        font-size: 22px;
    }

    .value-section .wrapper-boxes img {
        width: 100px;
    }

    .root-section .sub-para {
        font-size: 18px;
    }

    .root-section .root-text {
        font-size: 18px;
    }

    .leadership-section .leader-name {
        font-size: 22px;
    }

    .leadership-section .leader-thumb {
        width: 120px;
        height: 120px;
    }

    .impact-section .impact-title {
        font-size: 22px;
    }

    .impact-section .impact-subtitle {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .impact-section .impact-card-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .testimonial-section h5 {
        font-size: 18px;
    }

    .testimonial-section p {
        font-size: 15px;
    }

    .trusted-section .trusted-subtitle {
        font-size: 16px;
    }

    .trusted-section .trusted-text {
        margin: 0 auto 20px;
        font-size: 16px;
    }

    .trusted-section .trusted-card {
        padding: 10px;
    }

    .trusted-section .trusted-card h4 {
        font-size: 15px;
    }

    .sdg-section .sdg-header p {
        margin: 0 auto 20px;
        font-size: 16px;
    }

    .sdg-section .sdg-item .sdg-title {
        font-size: 20px;
    }

    .sdg-item p {
        font-size: 15px;
    }

    .video-box {
        margin-bottom: 20px;
    }

    .contact-address-section .contact-title {
        font-size: 26px;
    }

    .contact-address-section p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-us-form-section .form-main-title {
        font-size: 26px;
    }

    .get-involved-banner {
        padding: 150px 0px;
    }

    .involved-section .box-title {
        font-size: 20px;
    }

    .involved-section .involved-box p {
        font-size: 15px;
    }

    .involved-section .involved-box {
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .involved-section .sub-head {
        font-size: 16px;
    }

    .sustainable-section .styled-table th {
        padding: 15px;
        font-size: 15px;
    }

    .sustainable-section .styled-table td strong {
        font-size: 14px;
    }

    .sustainable-section .styled-table ul li {
        font-size: 13px;
    }

    .ourwork-banner {
        padding: 150px 0px;
    }

    .our-work-section .sec-head {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .our-work-section .text-btn {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .our-work-section .work-heading {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .our-work-section .work-list li {
        font-size: 14px;
    }

    .makes-different-section .content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }

    .section-headings .section-title {
        font-size: 22px;
    }

    .blog-listing-section .title {
        font-size: 18px;
    }

    .blog-listing-section .title-overlay h4 {
        font-size: 18px;
    }

    .slick-prev,
    .slick-next {
        bottom: 0px;
        top: 50%;
    }

    .slick-prev {
        right: unset;
        left: 15px;
    }

    .blog-detail .post-card .post-title {
        font-size: 20px;
    }

    .blog-detail .post-card .post-body {
        padding: 15px;
    }

    .blog-detail .post-card .hero-caption {
        padding: 15px;
    }

    .blog-detail .post-card .post-body h1,
    .blog-detail .post-card .post-body h2,
    .blog-detail .post-card .post-body h3,
    .blog-detail .post-card .post-body h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .blog-detail .widget-title {
        font-size: 20px;
    }

    .blog-detail .recent-item a {
        padding: 0px;
    }

    .blog-detail .post-card .post-hero img {
        height: auto;
    }

    .about-banner img {
        margin-top: 20px;
    }

    .about-banner .banner-title {
        font-size: 26px;
    }

    .about-banner .banner-para {
        font-size: 18px;
    }

    .about-banner .banner-para {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about-us-section .title {
        font-size: 22px;
    }

    .about-us-section p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .about-us-section .section-img {
        margin-bottom: 20px;
    }

    .about-us-section .icons {
        width: 50px;
        margin-bottom: 10px;
    }

    .story-section img {
        margin-bottom: 20px;
    }

    .story-section .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .story-section p {
        font-size: 15px;
    }

    .value-section .wrapper-boxes img {
        width: 70px;
    }

    .value-section .wrapper-boxes h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .value-section .wrapper-boxes p {
        font-size: 15px;
    }

    .value-section .wrapper-boxes {
        gap: 20px;
        margin-top: 20px;
    }

    .impact-section .impact-card-title {
        font-size: 18px;
    }

    .impact-section .impact-card p {
        margin-bottom: 5px;
    }

    .trusted-section .trusted-card {
        padding: 0px;
        margin-bottom: 20px;
    }

    .sdg-section .sdg-item .sdg-title {
        font-size: 18px;
    }

    .case-study-section .case-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .case-study-section .subheading {
        font-size: 18px;
        margin-top: 15px;
    }

    .case-study-section .case-desc {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .case-study-section .subheading {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .right-copy {
        margin-top: 15px;
    }

    .sustainable-section .styled-table td {
        padding: 10px;
    }

    .sustainable-section .styled-table th {
        padding: 10px;
    }

    .our-work-section .work-img {
        margin-bottom: 20px;
    }

    .our-work-section .work-heading {
        font-size: 20px;
    }

    .makes-different-section img {
        margin-bottom: 20px;
    }
}




 .learn-take-action ul {
    list-style: none;
    padding: 0;
}

.learn-take-action ul li {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.6;
}

.learn-take-action ul li::before {
    content: "• ";
    color: var(--themecolor2);
    font-weight: bold;
}

.learn-take-action ul li span {
    font-weight: 600;
    color: var(--themecolor2);
}


.faq-section .faq-box {
    margin-bottom: 25px;
}

.faq-section .faq-box .q {
    color: var(--themecolor2);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}


.faq-section .faq-box .a {
    line-height: 1.6;
    font-size: 15px;
}



.volunteer-modal {
    border-radius: 15px;
    padding: 10px;
}

.volunteer-modal .modal-header {
    background: #fbd5c3;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.volunteer-modal .modal-title {
    font-weight: 700;
    color: var(--themecolor2);
}

.main-modal .modal-description {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.main-modal .section-heading {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
    color: var(--themecolor);
}
.event-category-section img{
width: 100%;
height: 300px;
object-fit: cover;
}

.nice-select{
    float: none !important;
    height: 42px !important;
    line-height: 30px !important;
}

.learn-take-action ul li strong{
    color: var(--themecolor2);

}

.learn-take-action ul li a{
  color:  #440f2c;
    text-decoration: underline !important;
    font-weight: 600;
}
.thankyou-section {
    padding: 70px 0;
    background: #f9f9f9;
}

.thankyou-box-simple {
    background: #ffffff;
    padding: 50px 35px;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.thankyou-box-simple h2 {
    color:var(--themecolor2);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
}

.thankyou-box-simple p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
