.gform-footer .gform_button {
    background: #EB3F55 !important;
    width: 50% !important;
    padding: 30px !important;
    font-size: 30px !important;
    text-align: end !important;
}

.gform-body .gform_fields .gfield .gform-field-label {
    margin: 0;
    background: white;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.gform-body .gform_fields .gfield input {
    height: 60px;
    border: none;
}

.gform-body .gform_fields .gfield input:focus {
    outline: none;
}

.elementor-element .member-image img,
.elementor-element .pl-members-image img {
    border-radius: 50%;
    width: 232px;
    height: 232px;
    /* height: 190px; */
    object-fit: cover;
}

.section-featured-members {

    display: flex;

    justify-content: space-between;

}

.section-featured-members .featured-members-desktop {

    display: flex;

    gap: 50px;

    justify-content: flex-end;

}

.title-section-text h2 {

    color: #FFF;

    font-size: 31.542px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin: 0;

}

.member-item .member-name {

    text-align: center;

    color: #FFF;

    font-size: 24.897px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}

.slide-info .member-name {

    color: #FFF;

    font-size: 48.724px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}

.featured-members-mobile {

    display: none;

}

.slide-inner {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 1rem;

}

.slide-info {

    flex: 1;

    min-width: 0;

    padding-top: 80px;

}

.slide-photo {

    flex-shrink: 0;

}

/* Responsive image — scales with screen width */

.featured-members-mobile .member-image img {

    width: clamp(160px, 40vw, 400px);

    height: clamp(160px, 40vw, 400px);

    object-fit: cover;

    border-radius: 50%;

    display: block;

}

.featured-members-mobile .slide-photo .member-image,

.featured-members-mobile .slide-photo .member-image a {

    display: block;

    width: clamp(160px, 40vw, 400px);

    height: clamp(160px, 40vw, 400px);

}

.featured-members-swiper .swiper-pagination {

    position: relative;

    margin-top: 1.5rem;

}

@media (max-width: 1024px) {

    .elementor-element .member-image img,
    .elementor-element .pl-members-image img {
        width: 162px;
        height: 160px;
    }

    .section-featured-members {

        flex-direction: column;

        gap: 2rem;

    }

    .section-featured-members .featured-members-desktop {

        display: none;

    }

    .featured-members-mobile {

        display: block;

        width: 100%;

        position: relative;

    }

    .section-container {

        width: 100%;

    }

    .slide-inner .pl-members-socials {

        justify-content: flex-start;

    }

    .slide-info .pl-members-socials img {

        max-height: 27px;

    }

    .featured-members-swiper .swiper .swiper-pagination {

        text-align: left;

    }

    .featured-members-swiper .swiper .swiper-pagination .swiper-pagination-bullet {

        height: 10px;

        width: 10px;

        opacity: 1;

        border: 2px solid #EB3F55;

        background: transparent;

    }

    .featured-members-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {

        background: #EB3F55;

    }

    .title-section-text {

        position: absolute;

        z-index: 1;

    }

    .slide-info .member-name {

        font-size: clamp(20px, 5vw, 48.724px);

    }

    .title-section-text h2 {

        font-size: clamp(16px, 3.5vw, 31.542px);

    }

}

@media (max-width: 767px) {

    .elementor-element .member-image img,
    .elementor-element .pl-members-image img {
        height: 160px;
        width: 167px;
    }

    .gform-footer .gform_button {
        width: 100% !important;
        padding: 25px !important;
        font-size: 25px !important;
    }

    .slide-inner {

        gap: 0.5rem;

    }

    .slide-info {

        padding-top: 60px;

    }

    .title-section-text {

        position: relative;

    }

    .slide-info .pl-members-socials img {

        max-height: 18px;

    }

}