.center-studies-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #245AA5;
}

.process-steps-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #245AA5;
}

.process-card {
    border-radius: 8px;
    padding: 33px;
    display: flex;
    align-items: center;
    border: 1px solid;
    border-image-source: radial-gradient(82.71% 261.03% at 3.06% 115.75%, #FFFFFF 0%, rgba(103, 103, 103, 0.750969) 63.85%,        rgba(103, 103, 103, 0.61) 100%);
    box-shadow: 0px 4px 26px 0px #00000040;
}

.process-image {
    flex: 0 0 100px;
    margin-right: 20px;
}

.process-image img {
    width: 172px;
    height: 145px;
    max-width: none;
}

.process-content {
    flex: 1;
}

.process-title {
   font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
    color: #245AA5
}

.process-description {
    color: #303030;
    font-size: 18px;
    line-height: 2.5;
    text-align: justify;
}

@media(max-width: 996px) {
    .center-studies-title {
        font-size: 5rem;
    }

}

/* Responsive adjustments */
@media (max-width: 768px) {
    .center-studies-title {
        font-size: 3rem;
    }

    .process-card {
        flex-direction: column;
        text-align: center;
    }

    .process-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media(max-width: 585px) {
    .center-studies-title,
    .process-steps-title,
    .about h2 {
        font-size: 30px
    }
    .process-image img {
    width: 119px;
    height: 105px;
    max-width: none;
}
}

.donation .donation-process .number {
    width: 126px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: linear-gradient(259.08deg, #74A32D 10.97%, #91BC71 54.14%, #74A32D 97.3%);
    color: white;
}

.donation .donation-process .number::before,
.donation .donation-process .number::after {
    inset: 0;
    position: absolute;
    border-radius: 50%;
    border: 11px solid white;
    line-height: 1.1;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.donation .donation-process .number::after {
    content: "";

}

.donation {
    background-image: url(../../images/webSite/about/map.svg);
    background-size: cover;
    background-position: center;
    /* padding: 24px 20px; */
    transition: 0.3s;
    color: #fff;

}

.donation .donation-process {
    background-color: var(--surface-color);
    box-shadow: 10px 10px 40px 0px #245AA540;
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    border-radius: 8px;
    border: 1px solid #82b436;
    height: 100%;

}

.donation h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #245AA5;
}

.donation .donation-process .icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: inherit;
    margin: 0;

}

.donation .donation-process .icon::after {
    content: "";
    filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.5)) blur(1px);
}

.donation .donation-process .icon::before,
.donation .donation-process .icon::after {
    inset: 0;
    position: absolute;
    border-radius: 50%;
    border: 11px solid rgb(45, 95, 120);
    line-height: 1.1;
}

.donation .donation-process h3 {
    font-weight: 800;
    margin: 10px 0 15px 0;
   font-size: 20px;
    transition: ease-in-out 0.3s;
    background: linear-gradient(90deg, #A3DD4B, #74A32D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 45px;
}

.donation .donation-process p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34.6px;
    text-align: center;
    color: #303030;

}

@media (min-width: 1365px) {
    .donation .donation-process:hover {
        transform: translateY(-10px);
        border-color: var(--accent-color);
    }

    .donation .donation-process:hover h3 {
        color: var(--accent-color);
    }
}

@media(max-width: 585px) {
    .donation h2 {
        font-size: 30px
    }
}
.about-2 {
    background-image: url(../../images/webSite/how-it-works/1.png);
    background-size: cover;
    background-position: center;

}
.carousel-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #245AA5;
}

.carousel-section .text-muted {

    font-size: 25px;
    font-weight: 500;
    line-height: 72px;
    text-align: center;
    color: #245AA5;
}

.carousel-section img {
    max-width: 100%;
    height: auto;
}

.carousel-section h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.carousel-section ul li {
    font-size: 1rem;
    line-height: 1.5;
}

.carousel-section .card .row {
    border-radius: 12px;
    padding: 30px;
    border: none;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.carousel-section .card {
    border-radius: 12px;
    padding: 30px;
    border: none;
    height: 100%;

}

.shadow-card {
    border: 1px solid rgba(103, 103, 103, 0.5);
    border-image-source: radial-gradient(82.71% 261.03% at 3.06% 115.75%, #FFFFFF 0%, rgba(103, 103, 103, 0.750969) 63.85%,
            rgba(103, 103, 103, 0.61) 100%);
    border-image-slice: 1;
}

.carousel-section h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.carousel-section .img-fluid {
    /* max-width: 112%; */
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.carousel-section .list-unstyled li {
    font-size: 1.5rem;
    line-height: 1.5;
}

.tree-title {
    font-size: 1.5rem;
    color: #245AA5;
    opacity: 0px;
}

.tree-benefits li {
    font-size: 1rem;
   color: #A3DD4B;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
}

.rtl .tree-benefits li::before {
    content: "•";
    font-size: 3rem;
    background: linear-gradient(90deg, #A3DD4B, #74A32D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: -20px;
    top: -18px;
}
.ltr .tree-benefits li::before {
    content: "•";
    font-size: 3rem;
    background: linear-gradient(90deg, #A3DD4B, #74A32D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: -10px;
    top: -18px;
}

.tree-benefits   p {
    color: #303030;
    font-size: 18px;
}

@media(max-width: 585px) {
    .carousel-section h2,
    .carousel-section h3 {
        font-size: 20px;
    }

    .carousel-section .text-muted,
    .process-description,
    .tree-benefits p {
        font-size: 16px;
        line-height: 32px;
    }
    .carousel-section  strong {
       font-size: 16px;
    }
      .rtl .tree-benefits li::before {
    content: "•";
    font-size: 3rem;
    background: linear-gradient(90deg, #A3DD4B, #74A32D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 21px;
    top: -18px;
}
.ltr .tree-benefits li::before {
    content: "•";
    font-size: 3rem;
    background: linear-gradient(90deg, #A3DD4B, #74A32D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 40px;
    top: -18px;
}
}
