@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
.about-text > li,
.container ul,
p {
    font-family: montserrat, sans-serif;
}
.accordion,
.apply-btn,
.button,
.volunteer-box {
    cursor: pointer;
}
.btn,
.btn-alt > a,
.btn > a,
.button,
.share-options a {
    text-decoration: none;
}
body,
html {
    height: 100%;
    margin: 0;
}
* {
    box-sizing: border-box;
}
body {
    justify-content: center;
    align-items: center;
}
h1 {
    color: #333;
    margin: 0;
}
.half-left,
.half-right {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.carousel-container,
.half-right {
    flex-direction: column;
}
.half-right > a {
    padding: 10px;
    border-radius: 15px;
    background-color: #bfa17b;
    border: 1px solid #fff;
    color: #000;
    margin-top: 10px;
}
.half-right > a:hover {
    color: #bfa17b;
    background-color: #fff;
}
h1,
h2 {
    font-family: "Playfair Display", serif;
}
.title-section {
    background-color: #2157c4;
    color: #fff;
}
.title-section h1 {
    color: #fff;
    text-align: center;
    padding: 100px;
}
.container ul {
    margin-left: 30px;
}
.container h2,
h3 {
    color: #252a34;
    padding-top: 10px;
}
#formResponse,
.accordion p,
.panel p,
input,
label,
select,
textarea {
    font-family: montserrat, sans-serif;
}
.about-text h3::after,
.carousel-title::after,
.carousel-title::before,
.subtitle::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ccc;
    margin-left: 10px;
    vertical-align: middle;
}
.container {
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 30px;
    padding: 20px;
    text-align: left;
    margin-right: 30px;
    margin-left: 17%;
    width: 90%;
}
.container h2 {
    padding-top: 20px;
    color: #252a34;
}
.first {
    background-color: #f7f4ed;
}
.about-text h3::after,
.subtitle::after {
    display: inline-block;
}
.contact-form {
    background-color: transparent;
    padding: 30px;
    width: 700px;
    margin-left: 16.4%;
}
label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}
input,
select,
textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ede7da;
    border-radius: 5px;
    background-color: #f9f6ef;
    font-size: 14px;
}
textarea {
    height: 150px;
}
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.carousel,
.form-group {
    width: 100%;
}
.submit-btn {
    width: 24%;
    display: block;
}
#formResponse {
    color: green;
    font-size: 18px;
    margin-top: 20px;
}
.index-section {
    text-align: center;
    padding: 100px;
    background-color: #2157c4;
    color: #fff;
}
.btn,
.btn-alt {
    padding: 10px 20px;
    font-family: montserrat, sans-serif;
    color: #fff;
}
.index-section h1 {
    color: #fff;
}
.index-section p {
    font-family: montserrat, sans-serif;
    line-height: 25px;
}
.btn {
    background-color: #e8984e;
    margin-top: 10px;
    border: none;
}
.btn-alt > a,
.btn > a {
    color: #fff;
}
.btn-alt:active,
.btn:active {
    color: #fff !important;
}
.btn-alt {
    background-color: transparent;
    border: 1px solid #e8984e;
    margin-top: 40px;
    margin-bottom: 40px;
    color: orange;
    text-decoration: none;
}
.index-section > .top {
    margin-bottom: 30px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.carousel-container {
    background-color: #252a34;
    color: #fff;
    padding: 50px;
    text-align: center;
    position: relative;
    max-width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.carousel-title {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: montserrat, sans-serif;
    font-size: 17px;
}
.carousel-header {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}
.about-text h3,
.button,
.carousel-content {
    font-family: montserrat, sans-serif;
}
.carousel-content {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 45px;
    width: 50%;
    margin-left: 25%;
}
.slick-next,
.slick-prev {
    color: #fff;
    z-index: 10;
}
.next-arrow,
.slick-next {
    right: 100px;
}
.next-arrow,
.slick-prev {
    left: 100px;
}
.button {
    display: inline-block;
    background-color: #e8984e;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
.carousel-title::after,
.carousel-title::before {
    display: inline-block;
    margin-right: 10px;
}
.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background-color: #fff;
}
.about-container {
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    gap: 75px;
    height: 40vw;
}
.about-container-right {
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    gap: 75px;
    height: 20vw;
    padding-top: 150px;
}
.about-section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 60px;
    background-color: #fff;
    margin-bottom: 100px;
}
.about-image {
    flex: 1;
    background-color: #e8984e33;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-image img {
    width: 100%;
    display: block;
}
.about-text,
.volunteer-content {
    flex: 1;
    text-align: left;
}
.box,
.charity-stats,
.stat-box {
    text-align: center;
}
.about-text h3 {
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}
.modal-content h4,
.volunteer-title {
    font-family: "Playfair Display", serif;
}
.about-text h2 {
    font-size: 27px;
    color: #252a34;
    margin-bottom: 20px;
}
.about-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
}
.mission-vision-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.mission-vision-container {
    display: flex;
    gap: 40px;
    max-width: 900px;
    width: 100%;
    justify-content: center;
}
.stat-icon,
.stats-container {
    display: flex;
    justify-content: center;
}
.box {
    background-color: #e8984e33;
    padding: 5px;
    border-radius: 5px;
}
.box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #c28856;
    margin-bottom: 10px;
}
.box p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
.charity-stats {
    padding: 60px 20px;
    background-color: #fff;
}
.charity-stats h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
    position: relative;
}
.stats-container {
    gap: 30px;
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap;
}
.stat-box {
    background-color: #fbf5ed;
    padding: 30px;
    border-radius: 8px;
    width: 22%;
    min-width: 200px;
}
.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    align-items: center;
    background-color: #f4e2d1;
    border-radius: 50%;
}
.volunteer-box,
.volunteer-card {
    background-color: #f7f4ed;
    display: flex;
}
.stat-icon img {
    width: 66px;
}
.stat-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}
.stat-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.volunteering-section {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.volunteer-box {
    width: 300px;
    height: 200px;
    align-items: flex-end;
}
.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-left: 19%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.volunteering-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.volunteer-box {
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: left;
}
.volunteering-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 3%;
    margin-left: -2%;
}
.volunteer-title {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin-bottom: 8px;
}
.apply-btn,
.volunteer-description {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}
.volunteer-description {
    color: #000;
    line-height: 1.6;
    padding-top: 5%;
}
.volunteer-card {
    position: relative;
    width: 85%;
    max-width: 950px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out;
}
.apply-btn,
.submit-btn {
    color: #fff;
    border: none;
    transition: background 0.3s ease-in-out;
}
.apply-btn {
    background-color: #e8984e;
    padding: 12px 18px;
    border-radius: 6px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.share-btn,
.share-btn > i {
    cursor: pointer;
    font-size: 18px;
    margin-right: 10px;
}
.share-btn > i {
    position: absolute;
    top: 25px;
    right: 130px;
}
.apply-btn:hover,
.submit-btn:hover {
    background-color: #b07a50;
}
.share-btn {
    all: unset;
}
.share-options {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 12px;
    z-index: 10;
    min-width: 180px;
    text-align: left;
}
#applicationModal > .modal-content,
.modal-content {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: auto;
    top: 20%;
}
.share-options a {
    display: block;
    color: #444;
    font-size: 14px;
    padding: 5px 0;
}
.modal-content h3,
.modal-content h4 {
    padding-bottom: 10px;
}
.close:hover,
.share-close:hover,
.share-options a:hover {
    color: #d4a373;
}
.button-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
#applicationModal > .modal-content {
    width: 420px;
    max-width: 90%;
}
.modal-content {
    width: 80%;
}
.modal-content h4 {
    padding-top: 10px;
}
.faq-item h3 {
    padding-top: 20px;
}
.form-input {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}
.share-close,
.submit-btn {
    font-size: 16px;
    font-weight: 700;
}
.submit-btn {
    background-color: #e8984e;
    padding: 12px 18px;
    border-radius: 6px;
    cursor: pointer;
}
.close,
.share-close {
    cursor: pointer;
    color: #777;
}
.share-close {
    position: absolute;
    top: 5px;
    right: 8px;
    background: 0 0;
    border: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}
.title p {
    margin-bottom: 3%;
}
.vol-roles {
    margin-left: 19%;
    margin-top: 10vw;
}
.vol-roles-desc {
    margin-left: 19%;
    padding-top: 1%;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1133px) {
    .vol-roles,
    .vol-roles-desc {
        margin-left: 7%;
    }
}
@media only screen and (min-width: 1134px) and (max-width: 1300px) {
    .vol-roles,
    .vol-roles-desc {
        margin-left: 13%;
    }
}
@media only screen and (max-width: 1250px) {
    .volunteering-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .volunteer-box {
        width: 80%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .accordion h3,
    .panel p {
        font-size: 13px;
    }
    .accordion .panel {
        max-width: 85%;
    }
    .title p {
        font-size: 15px;
        width: 86%;
        margin-bottom: 5%;
    }
    .form-row {
        display: flex;
        flex-direction: column;
    }
    .contact-form textarea,
    .form-row input,
    .form-row select,
    .form-row textarea {
        width: 100%;
        font-size: 14px;
    }
    .form-row label {
        font-size: 14px;
    }
    .title-section h1 {
        padding: 50px;
    }
    .title h2 {
        font-size: 20px;
    }
    .contact-form {
        padding: 30px 30px 30px 0;
    }
    .container {
        margin-left: 12%;
    }
    .volunteering-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .volunteer-box {
        width: 80%;
        margin-bottom: 10px;
    }
    .volunteer-card .apply-btn {
        position: absolute;
        top: 91%;
    }
    .volunteer-card i {
        display: none;
    }
    .volunteer-card {
        padding-bottom: 60px;
    }
    .vol-roles,
    .vol-roles-desc {
        margin-left: 7%;
    }
}
@media only screen and (min-width: 518px) and (max-width: 850px) {
    .title p {
        width: 78%;
    }
}
@media screen and (max-width: 1024px) {
    .about-container,
    .about-container-right {
        flex-direction: column;
        height: auto;
        gap: 20px;
        text-align: center;
    }
    .about-container-right {
        flex-direction: column-reverse;
    }
    .about-text {
        text-align: center;
        padding: 0 20px;
        font-size: 12px;
    }
    .about-image {
        padding: 10px;
    }
    .about-image img {
        max-width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .title-section h1 {
        padding: 50px 20px;
        font-size: 24px;
    }
    .btn {
        display: inline-block;
        font-size: 14px;
        padding: 8px 15px;
    }
    .contact-form {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }
    input,
    select,
    textarea {
        font-size: 16px;
        padding: 10px;
    }
    .submit-btn {
        width: 100%;
    }
    .carousel-content {
        width: 80%;
        margin: 0 auto;
    }
    .volunteering-section {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .volunteer-box {
        width: 100%;
        text-align: center;
    }
    .index-section {
        text-align: center;
        padding: 30px 15px;
    }
    .about-container,
    .about-container-right {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .about-image img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .mission-vision-container {
        flex-direction: column;
    }
    .box {
        margin-bottom: 20px;
        padding: 15px;
    }
    .stats-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .stat-box {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    .btn,
    .btn-alt {
        width: 40%;
        max-width: 300px;
    }
    .btn-alt {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .title-section h1 {
        font-size: 20px;
        padding: 30px;
    }
    .about-text h2,
    .carousel-header {
        font-size: 24px;
    }
    .about-text p {
        font-size: 14px;
    }
    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    .carousel-title {
        font-size: 16px;
    }
    .stat-box {
        width: 90%;
    }
    .about-image img {
        max-width: 100%;
    }
}
.accordion {
    color: #252a34;
    text-align: left;
    outline: 0;
    transition: 0.4s;
    position: relative;
    height: 75px;
}
.accordion.active {
    border-bottom: none;
}
.accordion h3 {
    width: 85%;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    padding-left: 20px;
}
#formResponse,
.accordion p,
.panel p,
input,
label,
select,
textarea {
    font-family: montserrat, sans-serif;
}
.accordion.active > p {
    padding: 10px 0 20px;
    border-bottom: none;
}
.accordion,
.panel {
    width: 100%;
    max-width: 75%;
    box-sizing: border-box;
    border: 1px solid #e7eaef;
    border-bottom: none;
}
.accordion p {
    max-width: 100%;
    padding: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
}
.accordion:after {
    content: "\02795";
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 18px;
}
.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    border-top: none;
}
.panel p {
    width: 80%;
    padding: 20px 0;
}
.faq-section h2 {
    margin-left: 7rem;
    font-size: 2.5rem;
}
.faq-item {
    margin-left: 20%;
}
.faq-list details[open] summary::after {
    content: "–";
}
.accordion::after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    font-size: 1.2rem;
    color: #2c2c2c;
    transition: transform 0.2s ease;
}
.accordion.active::after {
    content: "–";
}
.form-message {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 6px;
    font-size: 0.95rem;
}
.form-message.success {
    background-color: #e8fce8;
    color: #226622;
    border: 1px solid #b1e1b1;
    text-align: center;
}
.form-message.error {
    background-color: #ffe9e9;
    color: #a22;
    border: 1px solid #f5b5b5;
    text-align: center;
    font-size: 14px;
}
.background-carousel {
    background-color: #252a34;
    width: 100%;
    padding: 60px 0; /* Ensure vertical spacing around carousel */
    overflow: hidden; /* Prevent content overflow */
}

/* 2. Let .carousel-container grow with its content and center properly */
.carousel-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* 3. Make .carousel-content fluid and center-aligned */
.carousel-content {
    width: 100%;
    max-width: 700px;
    margin: 45px auto 20px auto;
    text-align: center;
    font-size: 16px;
}

/* 4. Let .carousel .slide scale with content rather than fixed viewport units */
.carousel .slide {
    min-height: 300px;
    height: auto;
    padding: 20px;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0;
}

/* 5. Responsive fixes */
@media screen and (max-width: 768px) {
    .carousel-content {
        font-size: 14px;
        padding: 0 10px;
    }
    .carousel-header {
        font-size: 24px;
    }
    .carousel-title {
        font-size: 14px;
    }
}

.values-section {
    background: linear-gradient(to bottom, #e6f0ff, #f9fbff);
    padding: 4rem 2rem;
    font-family: 'Segoe UI', sans-serif;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: flex-start;
}

.values-image {
    flex: 1 1 480px;
}

.values-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.values-content {
    flex: 1 1 400px;
    color: #1e3a8a;
}

.values-content h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}

.values-content p {
    font-size: 0.95rem;
    color: #374151;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.values-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.values-list .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-right: 0.75rem;
}

.values-list .icon img {
    width: 100%;
    height: auto;
}

.values-list strong {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e3a8a;
}
.values-list p {
    font-size: 0.85rem;
    color: #4b5563;
    margin: 0.25rem 0 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .values-container {
        flex-direction: column;
    }
}


.our-story-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.our-story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.our-story-text {
    flex: 1 1 500px;
}

.our-story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    color: #1e3a8a;
}

.our-story-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
}

.our-story-text strong {
    font-weight: 600;
}

.story-btn {
    display: inline-block;
    background-color: #e8984e;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: background-color 0.3s ease;
}

.story-btn:hover {
    background-color: orange;
}

.our-story-image {
    flex: 1 1 500px;
    text-align: center;
}

.our-story-image img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .our-story-container {
        flex-direction: column;
        text-align: left;
    }

    .our-story-text h2 {
        font-size: 2rem;
    }
}


.impact-section {
    background: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #111;
}

.impact-header h2 {
    color: #2157c4;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.impact-header p {
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1rem;
    line-height: 1.6;
}

.impact-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.impact-card {
    background: #f5f7fa;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    width: 100%;
    max-width: 320px;
    text-align: center;
    transition: transform 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-4px);
}

.impact-card img {
    height: 64px;
    margin-bottom: 1.5rem;
}

.impact-card h3 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #111;
}

.impact-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.impact-card .highlight {
    color: #2157c4;
    font-weight: 600;
}

.impact-cta .cta-button {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0.8rem 1.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    background: #2157c4;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.impact-cta .cta-button:hover {
    background: #1747a2;
}

@media (max-width: 900px) {
    .impact-cards {
        flex-direction: column;
        align-items: center;
    }
}
.help-section {
    background: #ffffff;
    padding: 4rem 2rem;
    color: #111;
    font-family: 'Montserrat', sans-serif;
}

.help-header {
    text-align: center;
    margin-bottom: 3rem;
}

.help-header .divider {
    height: 4px;
    width: 40px;
    background-color: #f97316; /* VellumWorks orange accent */
    margin: 0 auto 1rem;
    border-radius: 2px;
}

.help-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #2157c4; /* VellumWorks blue */
}

.help-header p {
    font-size: 1rem;
    color: #444;
    margin-top: 0.5rem;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.help-card {
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 6px;
    background: #f9f9f9;
    transition: none;
}

.help-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.help-card h3 a {
    color: #2157c4;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.help-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 640px) {
    .help-header h2 {
        font-size: 1.5rem;
    }
}

/* ===== VellumWorks Support Section (blue & white) ===== */
:root{
    --vw-blue-900:#0A2A66;  /* brand navy */
    --vw-blue-100:#EAF1FF;  /* pale background */
    --vw-blue-200:#D7E4FF;
    --vw-white:#FFFFFF;
}

.vw-support{
    background: var(--vw-blue-100);
    padding: clamp(2.5rem, 4vw, 4rem) 1.25rem;
}

.vw-support__inner{
    max-width: 1200px;
    margin: 0 auto;
}

.vw-support__title{
    font-size: clamp(1.5rem, 1.6rem + 1vw, 2.25rem);
    font-weight: 800;
    color: var(--vw-blue-900);
    margin: 0 0 1.5rem;
}

.vw-support__grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 2rem);
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 980px){
    .vw-support__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
    .vw-support__grid{ grid-template-columns: 1fr; }
}

.vw-support__card{
    display: grid;
    place-items: center;
    gap: 0.75rem;
    text-decoration: none;
    background: var(--vw-white);
    border-radius: 999px;
    padding: 1.25rem 1rem 1rem;
    box-shadow: 0 6px 22px rgba(10,42,102,0.10);
    border: 2px solid var(--vw-blue-200);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vw-support__icon{
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: var(--vw-white);
    background: var(--vw-blue-900);
}

.vw-support__icon svg{
    width: 56px;
    height: 56px;
}

.vw-support__link{
    font-weight: 800;
    color: var(--vw-blue-900);
    border-bottom: 2px solid currentColor;
    line-height: 1.2;
}

.vw-support__card:hover,
.vw-support__card:focus-visible{
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(10,42,102,0.16);
    border-color: var(--vw-blue-900);
    outline: none;
}

@media (prefers-reduced-motion: reduce){
    .vw-support__card{ transition: none; }
}

@media screen and (max-width: 775px) {
    .accordion h3{
        font-size: 15px;
    }
}

