* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    color: #707070;
    background-color: #ffffff;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}


.main-banner {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    background: linear-gradient(170.44deg, #FFF3EF 62.49%, #9F3712 394.15%);
}

.main-banner .left-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-banner .right-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.main-banner .banner-img {
    position: relative;
}

.main-banner .banner-img img {
    margin: auto;
    display: block;
    width: 100%;
}

.main-banner .banner-content {
    text-align: center;
}

.main-banner .banner-content img {
    margin-bottom: 25px;
}

.main-banner .banner-content p {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #9F3712;
}

.resources-sec {
    padding: 100px 0px;
}

.section-title {
    display: flex;
    flex-wrap: wrap;
}

.section-title h2 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #9F3712;
    padding-right: 67px;
    border-right: 1px solid #EDEAE3;
    margin-right: 67px;
}

.section-title p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
    flex: 1;
}

.resources-wrape .resources-filter {
    display: flex;
    padding: 30px 0px;
    background-color: #ffffff;
    transition: all 0.6s ease;
}

.resources-wrape .resources-filter .lbl-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #9F3712;
    flex-shrink: 0;
    padding-right: 67px;
    border-right: 1px solid #EDEAE3;
    margin-right: 67px;
    min-width: 215px;
}

.resources-wrape .resources-filter ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.resources-wrape .resources-filter ul li a {
    display: inline-block;
    padding: 4px 15px;
    background: #FFFFFF;
    border: 1px solid #9F3712;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    background-color: transparent;
    transition: all 0.6s ease;
}

.resources-wrape .resources-filter ul li a:hover,
.resources-wrape .resources-filter ul li a.is-checked {
    background-color: #9F3712;
    color: #FFFFFF;
}

.resource-card .resource-card-body {
    padding: 15px;
    background: #EDEAE3;
    border: 1px solid #9F3712;
    border-radius: 10px;
    height: 100%;
}

.resource-card .resource-card-body .rc-img {
    position: relative;
}

.resource-card .resource-card-body .rc-img img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.resource-card .resource-card-body .rc-img .st-tag {
    padding: 0px 8px;
    background: #FFF3EF;
    border-radius: 50px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #9F3712;
    position: absolute;
    top: 15px;
    left: 15px;
}

.resource-card .resource-card-body .rc-ifon {
    padding-top: 20px;
}

.resource-card .resource-card-body .rc-ifon span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #A49474;
    display: block;
    margin-bottom: 5px;
}

.resource-card .resource-card-body .rc-ifon h3 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #392D2D;
    margin-bottom: 10px;
}

.resource-card .resource-card-body .rc-ifon h3 a {
    color: #392D2D;
}

.resource-card .resource-card-body .rc-ifon p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
}

.partners-sec {
    padding-bottom: 100px;
}

.partners-sec .section-title {
    margin-bottom: 30px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    align-items: center;
}


.logo-grid .logo-box img {
    display: block;
    margin: auto;
    mix-blend-mode: luminosity;
    -webkit-mix-blend-mode: luminosity;
    transition: all 0.6s ease;
    max-height: 120px;
}

.logo-grid .logo-box:hover img {
    mix-blend-mode: unset;
    -webkit-mix-blend-mode: unset;
}

.site-footer {
    padding: 24px 0px;
    background: #9F3712;
}

.site-footer .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.site-footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFF3EF;
}

.site-footer .contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.site-footer .contact-info p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}

.site-footer .contact-info p a {
    color: #FFFFFF;
}

.site-footer .copy-right {
    text-align: center;
    border-top: 1px solid #FFFFFF;
    padding-top: 30px;
    margin-top: 30px;
}

.site-footer .copy-right p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.resources-wrape .resources-filter.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-animation: .7s ease-in-out fadeInDown;
    animation: .7s ease-in-out fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.resources-filter.end {
    position: absolute;
    bottom: 0;
    top: auto;
}

.resource-card-row {
    display: grid;
    grid-auto-flow: column;
    /* Force items to flow horizontally */
    grid-template-rows: repeat(2, 1fr);
    /* Exactly 2 rows */
    grid-auto-columns: 31.633333%;
    /* Width of each column (adjust as needed) */
    gap: 30px;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory;
    /* Optional: smooth snapping */
    padding-bottom: 10px;
    /* Space for scrollbar */
}

#resourceModal .modal-body img {
    width: 100%;
}

#resourceModal .modal-body .modal-title,
#resourceModal .modal-body .modal-title a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #392D2D;
    margin-bottom: 10px;
}

#resourceModal .modal-body .modal-category {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
    color: #A49474;
    display: block;
    margin-bottom: 5px;
}

#resourceModal .modal-body .modal-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
}

#resourceModal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFF3EF;
    opacity: 1;
    background-size: 10px 10px !important;
}

.modal-tag {
    padding: 0px 8px;
    background: #FFF3EF;
    border-radius: 50px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #9F3712;
    position: absolute;
    top: 25px;
    left: 25px;
}

.read-more-btn {
    font-size: 14px;
    line-height: 14px;
    color: #A49474;
    font-weight: 500;
}

.scroll-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #9F3712;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    transition: all 0.6s ease;
}

.scroll-right:hover {
    color: #FFFFFF;
}

.resources-wrape-main {
    position: relative;
}

.scroll-trg-wrap {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.resource-card-row {
    scroll-behavior: smooth;
    /* smooth scrolling */
}

#scroll-right.left {
    transform: rotate(180deg);
}

.contribute-block {
    padding: 30px 0px;
    background: linear-gradient(180deg, #FFF3EF 0%, #FFBFA8 100%);
}

.contribute-block .contribute-text {
    justify-content: center;
    align-items: center;
}

.contribute-block .contribute-text h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #9F3712;
    margin: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    margin-bottom: 5px;
}

.contribute-block .contribute-text h2 span{
    border-radius: 50%;
    border: 1px solid;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contribute-block .contribute-text p{
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
}
.contribute-block .contribute-text p a{
    color: #9F3712; 
}
/* 
font-family: "Inter", sans-serif;
font-family: "Inter", sans-serif;
*/