body {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
}

.logo-marquee-container {
    overflow: hidden;
    position: relative;
    background: #f8f9fa20;
    padding: 30px 0;
    width: 78%;
    margin: 0 auto;
}

.logo-marquee {
    display: flex;
    width: max-content;
}

.logo-item {
    margin: 0 40px;
    flex-shrink: 0;
    transition: transform 0.5s ease;
}

.logo-item img {
    height: 60px;
    width: auto;
    max-width: 170px;

    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.logo-carousel {
    padding: 40px 0;
}

.logo-carousel .logo-item {
    padding: 15px;
    text-align: center;
}

.logo-carousel .logo-item img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.logo-carousel .logo-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.shelter-list {
    padding: 40px 0;
}

.shelter-list .list-item {
    margin-bottom: 10px;
    padding-left: 10px;
}

.shelter-list .list-icon {
    color: #ec7316;
    margin-right: 10px;
}



/*bestschool*/

:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 0;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-spacer {
    height: 60px;
}

.highlight-section {
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .section-spacer {
        height: 40px;
    }

    .icon-box {
        width: 36px;
        height: 36px;
    }

    .mobile-stack {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }

    .mobile-stack .icon-box {
        margin-right: 0 !important;
        margin-bottom: 0.5rem;
    }
}


/*weekly giving*/
:root {
    --primary-color: #2c3e50;
    --secondary-color: #F9961A;
    ;
}


.text-custom {
    color: #F9961A;

}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 0;
}

/* carsddddddddzzzzzzzzzzzzzzzzzzzz*/
.student-card {
    margin-bottom: 30px;
    height: 100%;
}

.student-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
}

.quote-section {
    background-color: #f8f9fa;
    /* padding: 40px 0;
    margin: 40px 0; */
}

.student-info {
    text-align: center;
}

.btn-custom-primary {
    background-color: #FF675B;
    color: #fff;
}

.btn-custom-primary:hover {
    background-color: #e95c51;
    color: #fff;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    color: #2c3e50;
}

.font-italic {
    font-style: italic;
}

@media (max-width: 768px) {
    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }
}

/*education*/


.education-section {
    background-color: #f8f9fa69;
}

.education-img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .education-img-container {
        height: 300px;
    }
}