.accent-color {
    color: #DB0513 !important;
}

.accent-bg {
    background-color: #DB0513 !important;
}

.c-white {
    color: #FEFEFE !important;
}

.c-black {
    color: #0E0E0E !important;
}


.header li {
    background-color: #DB0513 !important;
    list-style-type: none;
    margin-bottom: 0;
    padding: 20px clamp(16px, 1.563vw, 30px);
    border-radius: 40px;
    margin-right: 20px;
}

.header li a {
    color: #FEFEFE !important;
}

.header li a:after {
    background-color: #DB0513 !important;
}

.call-to-action-button .button-link {
    background-color: #DB0513 !important;
    color: #FEFEFE !important;
}

.partners-section-wrapper>.partners-section-inner>.partners-logos .swiper-slide .attachment-full {
    max-height: 100%;
}

.tailored-services-section-wrapper>.service>.swiper-slide {
    background-color: #DB0513 !important;
}

.soeasy-solutions-section-wrapper>.soeasy-solutions-section-inner>.banner-container>.attachment-full {
    object-fit: cover;
    border-radius: 28px;
}

.testimonials-section-wrapper.swiper .swiper-button-prev {
    background-color: #DB0513 !important;
}

.franchise-handbook-section-wrapper>.section-email>.wpcf7 .wpcf7-form-control.wpcf7-submit {
    background-color: #DB0513 !important;
}

.contact-section-wrapper>.contact-section-inner>.wpcf7 input[type=text], .contact-section-wrapper>.contact-section-inner>.wpcf7 input[type=email], .contact-section-wrapper>.contact-section-inner>.wpcf7 input[type=tel] {
    border-bottom: 2px solid #DB0513 !important;
}

.contact-section-wrapper>.contact-section-inner>.wpcf7 .wpcf7-radio>.wpcf7-list-item input[type=radio] {
    color: #DB0513 !important;
    border: 2px solid #DB0513 !important;
}

.contact-section-wrapper>.contact-section-inner>.wpcf7 .wpcf7-radio>.wpcf7-list-item input[type=radio]:checked::before {
    background-color: #DB0513 !important;
}

.contact-section-wrapper>.contact-section-inner>.wpcf7 .wpcf7-submit {
    background-color: #DB0513 !important;
    color: #FEFEFE !important;
}

.page-template-homepage .footer .footer-bottom-inner .wpcf7-submit {
    background: #DB0513 !important;
    color: #FEFEFE !important;
}

.page-template-homepage .footer .call-to-action-button, .page-template-homepage .footer .call-to-action-button.alt {
    border-color: #DB0513 !important;
}

.page-template-homepage .footer .call-to-action-button>.button-link, .page-template-homepage .footer .call-to-action-button.alt>.button-link {
    background: transparent !important;
    color: #FEFEFE !important;
}

.page-template-homepage .footer .phone>div {
    justify-content: center;
}

.page-template-homepage .footer .phone>div>span {
    align-items: center;
}

.testimonials-section-wrapper .testimonial>.photo-container {
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.testimonials-section-wrapper .testimonial>.photo-container>.attachment-full {
    max-width: 542px !important;
    max-height: 584px !important;
    border-radius: 72px;
    object-fit: cover;
    box-shadow: 0 4px 4px #00000040;
}

.top-section-wrapper,
.partners-section-wrapper,
.franchise-model-section-wrapper,
.soeasy-solutions-section-wrapper,
.membership-steps-section-wrapper,
.tailored-services-section-wrapper,
.contact-section-wrapper {
    background-color: #FFF;
}

.top-section-wrapper>.top-section-inner>.top-section-call-to-action>.call-to-action-heading,
.partners-section-wrapper>.partners-section-inner>.partners-heading,
.franchise-model-section-wrapper>.franchise-model-section-inner>.franchise-model-heading,
.soeasy-solutions-section-wrapper>.soeasy-solutions-section-inner>.content-container>.title,
.soeasy-solutions-section-wrapper>.soeasy-solutions-section-inner>.content-container>.about,
.soeasy-solutions-section-wrapper>.soeasy-solutions-section-inner>.content-container>.soeasy-features .feature,
.membership-steps-section-wrapper>.title,
.membership-steps-section-wrapper>.membership-steps-wrapper>.membership-step::after {
    color: #0E0E0E;
}

.soeasy-solutions-section-wrapper>.soeasy-solutions-section-inner>.content-container>.soeasy-features>soeasy-feature>img {
    background: #0E0E0E;
}

.soeasy-solutions-section-wrapper>.soeasy-solutions-section-inner>.content-container>.soeasy-features .feature {
    font-size: clamp(14px, 1.098vw, 20px);
}

.membership-steps-section-wrapper>.membership-steps-wrapper>.membership-step>step-line {
    background-color: #cdcdcd;
}

.tailored-services-section-wrapper.swiper .swiper-pagination {
    bottom: -15px;
}

@media screen and (max-width: 1023px) {
    .menu-header-menu-container ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9;
        padding-left: 0;
        transform: translateX(100%);
        transition: all .5s ease-in-out;
    }
}

@media screen and (min-width: 768px) {
    .partners-section-wrapper>.partners-section-inner>.partners-logos .swiper-slide .attachment-full {
        max-width: 100%;
        margin-inline: unset;
        height: 100px;
        object-fit: contain;
    }
}