/* .font {
    font-size: 120%;
    line-height: 29px;
    color: #515355;
} */

input.is-invalid {
    border-color: red; /* This should be defined by Bootstrap */
}


.news-toggle-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
    background-color: #026839;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.news-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background-color: #f9f9f9;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1100;
    padding: 20px;
    overflow-y: auto;
}

.news-sidebar.open {
    transform: translateX(0);
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.news-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.news-item {
    margin-bottom: 25px;
}

.news-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.news-item h4 {
    margin: 10px 0 5px;
    color: #333;
}

.news-item small {
    color: #777;
}

.read-more {
    color: #026839;
    text-decoration: underline;
    font-weight: 500;
}

.breadcrumbs {
    padding: 140px 0 60px;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs:before {
    content: "";
    background-color: #a6d785;
    position: absolute;
    inset: 0;
}

.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #3b2414;
    font-family: var(--font-secondary);
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}
.breadcrumbs ol a {
    color: #3b2414;
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3b2414;
    content: ">";
}

.partners .title a,
.services .title a {
    color: #111;
}
.partners .description,
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.partners .icon-box {
    padding: 50px;
    overflow: visible;
    margin: 0 0 40px;
    border-bottom: 3px solid #fff;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.partners .icon-box:hover {
    transform: translateY(-5px);
    border-color: #fcbc4a;
}
.partners .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fcbc4a;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.partners .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 30px;
}
#partners,
.features .feature-icons .content .icon-box {
    display: flex;
}
#partners div {
    flex: 6;
    min-width: 0;
}

.programs .iconn-box {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: 0.4s ease-in-out;
    background: #fff;
}
.programs .iconn-box .iconn {
    margin-bottom: 10px;
}
.programs .iconn-box .iconn i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
}
.programs .iconn-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}
.programs .iconn-box h4 a {
    color: #37517e;
    transition: 0.3s ease-in-out;
}
.programs .iconn-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.programs .iconn-box:hover {
    transform: translateY(-10px);
}
.programs .iconn-box:hover h4 a {
    color: #47b2e4;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .testimonial-wrap {
    padding-left: 50px;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0 2px 12px rgba(44, 73, 100, 0.08);
    position: relative;
    background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #badaf7;
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    margin: 15px auto;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1977cc;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1977cc;
}
@media (max-width: 767px) {
    .about-us .row {
        flex-direction: column;
    }
    .about-us .row > div {
        width: 100%;
    }
    ul {
        margin-top: 20px;
    }
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }
    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

.even{
    color: #3B2414;
}

.odd{
    color: #388863;
}
