* {
    font-family: "Nunito", sans-serif;
}

p {
    margin: 0px;
    padding: 0px;
}
.container {
    max-width: 1280px !important;
}
section {
    padding: 0 10px;
}
.font-caveat {
    font-family: "Caveat", cursive;
}

.dark-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.25) 87%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}


.carousel.carousel-fade .carousel-item {
    transition: opacity 0.8s ease-in-out;
}

.font-dark {
    color: #000 !important;
}
.cursor-pointer {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6) !important;
}

.charity-services {
    background-image: url("../images/bLur background.png");
    width: 100%;
    height: fit-content;
    padding-bottom: 150px !important;
}

.sub-heading {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    letter-spacing: 0%;
    text-align: center;
    margin: 30px 0 30px 0;
}

.position-absolute-card-image {
    position: absolute;
    top: 25px;
    width: 65px;
}

.card-body-custom-heading {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.card-body-custom-paragraph {
    font-family: "Nunito", sans-serif;
    font-weight: 400 !important;
    line-height: 100%;
    letter-spacing: 0%;
}

.btn-card-body {
    background-color: #ffac00;
    text-decoration: none;
    color: #fff;
    border-radius: 37px;
    transition: 0.3s ease;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}
.theme-bg-2 {
    background-color: #1a685b;
}
.btn-card-body-donating {
    text-decoration: none;
    color: #fff;
    border-radius: 37px;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-card-body-donating:hover {
    transform: scale(1.03) !important;
}

.btn-custom-y:hover {
    background-color: #d69003;
}

.card-body-custom {
    background-color: #fff;
    position: relative;
    margin-top: 35px;
    border-radius: 25px;
    box-shadow: 4px 4px 4px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.card-body-custom {
    padding-top: 100px;
    height: 100% !important;
}

.border-top {
    border-top: 2px solid #333;
    position: relative;
}

.nunito-font {
    font-family: "Nunito", sans-serif;
}

.check-mark {
    font-weight: 700;
}

.inner-volunteer {
    position: relative;
    border-radius: 25px;
    height: 100%;
}

.inner-volunteer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black overlay */
    z-index: 1;
    border-radius: 25px;
}

.volunteer-1 {
    background-image: url("../images/Rectangle 10.png");
    background-size: cover;
    /* filter: brightness(50%); */
}

.volunteer-2 {
    background-image: url("../images/Rectangle 12.png");
    background-size: cover;
}

.inner-volunteer p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.z-index-1 {
    z-index: 1;
}

.inner-volunteer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.donating {
    background-color: #f7e7bb;
    background-image: url("../images/donation-shape1-1-2 1 (1).png");
    /* background-size: contain; */
    background-position: bottom right;
    background-repeat: no-repeat;
}
.projects-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg); /* Rotate by 180 degrees */
}

.testimonal-review-bg {
    background-color: #faf3da;
}
.testimonal-flower-img {
    position: absolute;
    z-index: 12;
    top: 0px;
    right: 0px;
    width: 20%;
}

.rating-points {
    width: 120px !important;
    height: 126px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
    background-color: #1a685b;
    color: #fff;
}

.review-person-image {
    position: absolute;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 214px;
    border-bottom-left-radius: 214px;
}

.testimonal-review-bg {
    position: relative;
}

.testimonal-review-bg-img {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.radius-left {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.radius-right {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

@media (max-width: 992px) {
    .review-person-image {
        position: relative;
    }

    .rating-points {
        position: absolute !important;
        top: 0px;
        left: 0;
    }

    .testimonal-flower-img {
        display: none;
    }

    .radius-left {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }

    .radius-right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        overflow: hidden;
    }
}

.custom-circle-btn-z99 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: transparent;
    padding: 0;
}

.custom-icon-arrow-t3 {
    color: #000000;
    transition: color 0.3s ease;
}

.custom-circle-btn-z99:hover {
    background-color: #000000;
}

.custom-circle-btn-z99:hover .custom-icon-arrow-t3 {
    color: #ffffff;
}
.testimonal-review-row {
    border-radius: 60px;
    /* overflow-x: hidden; */
}
@media (min-width: 1400px) {
    .testimonals {
        margin-bottom: 200px !important;
    }
}
.trusted-company {
    background-image: url("../images/brand-bg-shape1 1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.donating-heading {
    font-family: "Nunito";
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.donating-card-body {
    border-radius: 35px 35px 0px 35px;
    background-color: #fff;
    overflow: hidden;
    padding: 25px !important;
}

.news-articals-card {
    border-radius: 35px 35px 0px 35px;
    background-color: #fff;
    overflow: hidden;
}

.donating-card-body img {
    border-radius: 22px;
}

.news-articals-card img {
    border-radius: 22px;
}

.donating-card-heading {
    margin-top: 30px;
    font-family: "Nunito";
    font-weight: 700;
    line-height: 100%;
}

.donating-card-body .progress-1 {
    width: 100%;
    background-color: #fa8c84;
}

.donating-card-body .progress-2 {
    width: 100%;
    background-color: #40ad9b;
}

.donating-card-body .progress-3 {
    width: 100%;
    background-color: #ffcc65;
}

.donating-card-info {
    font-family: "Nunito";
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
}

.donating-card-body {
    background-image: url("../images/blog-card-bg-shape1-1 2.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 80px !important;
    height: 100%;
}

.news-articals-card {
    background-image: url("../images/blog-card-bg-shape1-1 2.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 100%;
    box-shadow: 2px 2px 6px #00000040;
}

.btn-success-story {
    border-radius: 52px;
    border: 2px solid #000000d9;
    transition: 0.5s ease;
    color: #000000d9;
    font-family: "Nunito";
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.btn-success-story:hover {
    background-color: #000000d9;
    color: #fff;
}

.our-door-heading {
    font-family: "Nunito";
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;
    max-width: 900px;
    color: #fff;
}

.ourdoor-bg-image-top {
    position: absolute;
    top: -10%;
    left: 0;
    width: 15% !important;
}

.ourdoor-bg-image-top-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 15% !important;
}

.ourdoor-bg-image-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
}

.ourdoor-bg-image-bottom-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
}

.our-door {
    background-color: #122f2a;
    overflow: hidden !important;
    /* background-image: url('images/Group 42.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto; */
}

.team-card {
    border-top-left-radius: 115px;
    border-top-right-radius: 115px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #1a685b80;
    padding: 50px 20px 50px 20px;
    margin-top: -15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mobile-show {
    display: none;
}

@media (max-width: 992px) {
    .mobile-show {
        display: block;
    }
}

.team-images {
    position: relative;
    display: flex;
    justify-content: center;
}

.team-images div {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #1a685b;
    z-index: 1 !important;
    position: absolute;
    bottom: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-section-heading {
    font-family: "Nunito";
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.needy-content {
    background-color: #1a685b;
}

.subHeading {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0%;
}

.description {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

.needy-box-heading {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.needy-box {
    border: 1px solid transparent;
}

.top-right {
    border-right: 1px solid #ffffff80;
    /* border-top: 1px solid #FFFFFF80; */
}

.bottom-left {
    /* border-left: 1px solid #FFFFFF80; */
    border-bottom: 1px solid #ffffff80;
}

.bottom-right {
    border-right: 1px solid #ffffff80;
    border-bottom: 1px solid #ffffff80;
}

.needy-container {
    min-width: 100% !important;
}

.completed-projects {
    background-image: url("../images/bLur background.png");
    width: 100%;
    height: fit-content;
    padding-bottom: 150px !important;
}

.completed-projects-link {
    transition: 0.3s ease;
}

.completed-projects-link:hover {
    transform: scale(1.03) translateY(-5px);
    transition: transform 0.3s ease;
}

.card-link-wrapper {
    display: block;
    transition: transform 0.3s ease;
}

.card-link-wrapper:hover {
    transform: scale(1.03) translateY(-5px);
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #333;
    font-weight: 700;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #c9c9c9;
    background-color: #f5f5f5;
    border-radius: 15px !important;
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px #00000040;
}

.accordion-body {
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
}

.accordion-button {
    background-color: #f5f5f5;
    box-shadow: none !important;
}

.accordion-header {
    background-color: transparent;
}

.accordion-button,
.collapsed {
    border-radius: 15px !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .align-items-center-sm {
        align-items: center !important;
    }
}

@media (max-width: 991px) {
    .max-lg:flex
        max-lg:flex-col
        max-lg:items-center
        max-lg:flex-row
        max-lg:items-start {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .footer-green-section-adjustment {
        flex-wrap: wrap !important;
        padding-top: 20px;
    }
    .social-area {
        flex-direction: row !important;
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
    }
}

.footer-ul-tabs li {
    text-decoration: none;
    list-style: none;
}

.footer-ul-tabs a {
    text-decoration: none;
    color: #fff;
    width: fit-content;
    transition: 0.3s ease;
}

.footer-ul-tabs li a:hover {
    text-decoration: none;
    color: #ffac00 !important;
}

.footer-green-section {
    background-color: #1a685b61;
    border-radius: 20px;
    height: fit-content !important;
    overflow-x: hidden;
}

.social-area {
    background-color: rgba(35, 150, 131, 0.32);
    padding-right: 20px;
    border-radius: 20px;
}

.social-area a i {
    color: #fff !important;
    transition: 0.3s ease;
    font-size: 25px;
}

.social-area a i:hover {
    color: #ffac00 !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
    background: #ffac00;
    backdrop-filter: blur(10px);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffad08;
    cursor: pointer;
}
.focus-theme:focus {
    border-color: #1a685b;
    box-shadow: 0 0 0 3px rgba(26, 104, 91, 0.15);
}
