.hero-slider .swiper-slide-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.hero-slider .elementor-background-overlay {
    background: linear-gradient(90deg, rgb(1 76 180 / 10%) 0%, rgba(0, 45, 106, 0.27) 86.79%), url(TrainRace2025_Web-315);
}

.hero-slider .swiper-pagination-bullets {
    max-width: 1280px;
    margin: 0 auto;
    right: 0;
    padding: 0 50px;
    display: flex;
    bottom: 40px !important;

}

.hero-slider .swiper-pagination-bullet {
    position: relative;
}

.hero-slider .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border-radius: 100%;
    border: 1px solid #fff;
    opacity: 0;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}

.partner-logos img {
    height: 50px;
    object-fit: contain;
}

.services-carousel__item {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.services-carousel__image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.services-carousel__count {
    position: absolute;
    bottom: 0;
    right: 25px;
    font-size: 100px;
    font-weight: bold;
    line-height: 0.6;
    opacity: 0.1;
}

.services-carousel__text {
    margin: 0;
}

.services-carousel .slick-dots {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    justify-content: center;
}

.services-carousel button {
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    background: rgb(255 255 255 / 40%);
}

.services-carousel .slick-dots .slick-active button {
    height: 30px;
    background: #fff;
    border-radius: 50px;
}

.services-carousel__title {
    margin: 0;
    font-weight: bold;
    font-size: 36px;
}

.services-carousel__title a {
    color: var(--e-global-color-secondary);
}

.testimonials-carousel .slick-list {
    overflow: visible;
}

.testimonials-carousel .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    position: absolute;
    right: 0;
    top: -150px;
    z-index: 1;
}

.testimonials-carousel .slick-dots button {
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 30%);
    font-size: 0;
}

.testimonials-carousel .slick-dots .slick-active button {
    width: 30px;
    border-radius: 50px;
    background: #fff;
}


.testimonials-carousel__item {
    min-height: 310px;
    background: var(--e-global-color-secondary);
    padding: 25px;
    width: 97%;
    position: relative;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.testimonials-carousel__image {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.testimonials-carousel__image img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #fff;
}

.testimonials-carousel__author h4 {
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.testimonials-carousel__author p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.testimonials-carousel__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 80px;
    padding-left: 100px;
}

.testimonials-carousel__review {
    margin-top: 25px;
    color: #fff;
}

.testimonials-carousel__review p {
    margin: 0;
}

.team-carousel .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    position: absolute;
    top: -50px;
    left: 50px;
}

.team-carousel .slick-dots button {
    border: none;
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);

}

.team-carousel .slick-dots .slick-active button {
    background: #fff;
    width: 30px;
    border-radius: 50px;
}

.team-carousel__item {
    margin-left: 35px;
    position: relative;
    min-height: 390px;
    display: flex !important;
    align-items: flex-end;
}

.team-carousel__name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 30px;
}

.team-carousel__name h4 {
    background: rgb(0 181 203 / 90%);
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 16px;
    padding: 12px 25px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}

.locations .elementor-widget-wrap {
    padding: 0 15px;
    margin: 20px 0;
}

.locations__wrapper {
    flex-wrap: wrap;
}

.location__item {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(0 45 106 / 20%);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 15px 15px 25px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.location__iframe {
    border-radius: 15px;
    overflow: hidden;
    line-height: 0;
}

.location__iframe iframe {
    height: 230px;
}

.location__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.location__title {
    margin: 0;
}

.location__list ul {
    color: var(--e-global-color-primary);
    list-style: none;
    padding: 0;
    margin: 0;
}

.location__list ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(0 45 106 / 20%);
}

.location__buttons {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.location__buttons button,
.location__buttons button:focus {
    flex-grow: 1;
    background: transparent;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.location__buttons button:hover {
    color: #ffff;
}

.location__list ul li {
    color: var(--e-global-color-primary);
    padding-left: 30px;
    position: relative;
}

.location__list ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--e-global-color-primary);
    font-size: 20px;
    line-height: 1.5;
}

.location__list ul li a {
    color: var(--e-global-color-primary);
}

.team-members__wrapper {
    flex-wrap: wrap;
}

.team-members__wrapper .elementor-widget-wrap {
    padding: 10px;
}

.team-member__item {
    border: 1px solid var(--e-global-color-primary);
    padding: 15px 15px 20px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}

.team-member__item-image {
    line-height: 0;
}

.team-member__item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.team-member__item-dis * {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.team-member__item-dis {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding-top: 15px;
}

.team-member__item-dis a {
    color: var(--e-global-color-primary);
}

.team-member__item-dis h5 {
    font-size: 16px;
}

.team-member__item-dis p {
    font-size: 14px;
    line-height: 1.5;
}

.team-member__item:hover {
    background: var(--e-global-color-primary);
}

.team-member__item:hover img {
    border-color: #fff;
}

.team-member__item:hover * {
    color: #ffff;
}

.donation-form .field input:not([type=radio]),
.donation-form .field select,
.donation-form .field textarea,
.donation-form #card-element,
.donation-form #paypal-button-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px !important;
    box-sizing: border-box !important;
    border: 1px solid rgb(0 45 106 / 50%);
    border-radius: 10px;
}

.donation-form .field {
    width: 100%;
    display: block;
}

.donation-form label {
    margin-bottom: 10px;
}

.donation-form .field {
    margin-bottom: 30px;
}

.donation-form .field.radio {
    margin-bottom: 0;
}

.donation-form .field .checkboxes {
    max-width: 100%;
}

.section.donation {}

input#donation-amount {
    box-sizing: border-box !important;
}

div#donation-form-container {
    padding: 25px;
    border: 1px solid #002d6a;
    border-radius: 15px;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 9%);
}

@media (max-width: 767px) {
    .team-carousel__item {
        margin: 0;
        padding: 0 15px;
    }

    .team-carousel__name h4 {
        font-size: 14px;
        padding: 9px 20px;
    }

    .team-carousel__name h4 {
        font-size: 14px;
        padding: 9px 20px;
    }

    .services-carousel__image {
        width: 80px;
        height: 80px;
    }

    .services-carousel__content {
        padding-left: 95px;
    }

    .services-carousel__item {
        height: 130px;
        padding: 15px;
    }

    .services-carousel__count {
        font-size: 70px;
    }

    .services-carousel__title {
        margin: 0;
        font-size: 20px;
    }

    .services-carousel .slick-dots {
        position: relative;
        flex-direction: row;
        gap: 10px;
        right: 0;
        z-index: 999;
        margin-bottom: 30px;
    }

    .services-carousel button {
        background: rgb(0 45 106 / 30%);
    }

    .services-carousel .slick-dots .slick-active button {
        height: 12px;
        width: 30px;
        background: var(--e-global-color-text);
    }

    .testimonials-carousel__item {
        border-radius: 10px;
    }

    .testimonials-carousel__item {
        margin: 0 auto;
        width: 90%;
    }

    .testimonials-carousel__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .testimonials-carousel .slick-list {
        overflow: hidden;
    }

    .nws-form .elementor-button-content-wrapper {
        gap: 0 !important;
    }

    .testimonials-carousel .slick-dots {
        position: relative;
        top: 0;
        left: 25px;
        margin-top: 15px;
    }

    .testimonials-carousel .slick-dots button {
        width: 10px;
        height: 10px;
        background-color: rgba(1, 76, 180, 0.3);
    }

    .testimonials-carousel .slick-dots .slick-active button {
        background: #014CB4;
    }

    .team-carousel__item {
        min-height: 257px;
    }

    .services-carousel__title {
        font-size: 22px;
    }
}