.partnersWrapperContent_534343{
    overflow-x: hidden;
}

.diag-section_45231 {
    /* padding: 60px 0; */
    overflow-x: hidden;
}

.diag-main-title_45231 {
    color: var(--textColor_45231);
    font-weight: 700;
    margin-bottom: 40px;
}

.diag-card_45231 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 10px;
}

.diag-icon-wrapper_45231 {
    background-color: var(--mainColor_45231);
    color: var(--secondColor_45231);
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
}

.diag-content_45231 {
    flex: 1;
}

.diag-title_45231 {
    color: var(--mainColor_45231);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.diag-text_45231 {
    color: var(--textColor_45231);
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: justify;
}

/* //==================sectionWrapp_43232================ */
/* //==================sectionWrapp_43232================ */
.section-wrapper_45231 {
    background-color: #f0f7ff;
    overflow: hidden;
}

.heading_45231 {
    color: var(--mainColor_45231);
    font-weight: 700;
    margin-bottom: 40px;
}

.card-custom_45231 {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

.card-custom_45231:hover {
    transform: translateY(-5px);
}

.card-title_45231 {
    color: var(--textColor_45231);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.card-text_45231 {
    color: var(--teal_45231);
    opacity: 0.75;
    font-size: 0.95rem;
    line-height: 1.6;
}

.read-more_45231 {
    color: var(--mainColor_45231);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}

.read-more_45231:hover {
    color: var(--mainColor_45231);
}

.image-container_45231 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.man-image_45231 {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .image-container_45231 {
        margin-top: 40px;
        align-items: center;
    }

    .man-image_45231 {
        max-height: 400px;
    }
}

/* //===============frachiseWrapperCont_73194======== */
/* //===============frachiseWrapperCont_73194======== */
.franchise-layout_73194 {
    padding: 60px 0;
    color: var(--textColor_45231);
    overflow: hidden;
}

.frachiseWrappCol_879878 {
    padding: 30px;
}

.frachiseHeading_43676 {
    color: var(--mainColor_45231);
    margin-bottom: 20px;
    font-weight: 600;
}

.frachiseWrappCol_879878 ul {
    padding-left: 20px;
}

.frachiseWrappCol_879878 ul li {
    padding: 2px 0;
    font-size: 15px;
    line-height: 1.6;
}

.frachiseWrappCol_879878 ul li::marker {
    color: var(--mainColor_45231);
    font-size: 1.1em;
}

.media-holder_73194 {
    position: relative;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .franchise-layout_73194 {
        padding: 40px 0;
    }

    .media-holder_73194 {
        margin-bottom: 30px;
        padding: 20px 10px;
    }

    .secondary-frame_73194 {
        position: relative;
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .frachiseHeading_43676 {
        font-size: 1.25rem;
    }

    .secondary-frame_73194 {
        width: 100%;
    }
}

/* //========================================= */
.mainWrappCont_65645{
    overflow-x: hidden;
}

.main-wrapper_78942 {
    /* border-radius: 12px; */
    color: var(--textColor_45231);
}

.heading-text_78942 {
    font-weight: 700;
}

.req-list_78942 {
    list-style: none;
    padding-left: 0;
}

.req-list_78942 li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.icon-bullet_78942 {
    font-size: 0.9rem;
}

.img-container_78942 {
    /* border: 4px solid var(--mainColor_45231); */
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 991.98px) {
    .main-wrapper_78942 {
        padding: 20px !important;
    }

    .gallery-col_78942 {
        margin-top: 25px;
    }
}

/* //==============partnerFaqCont_t5545================ */
.partnerFaqCont_t5545{
    overflow-x: hidden;
}

.faq-section_78412 {
    padding: 40px 0;
}

.faq-title_78412 {
    color: var(--mainColor_45231);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 25px;
}

.faq-card_78412 {
    border: 1px solid var(--secondColor_45231);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-header_78412 {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8d9d9;
    color: var(--textColor_45231);
    font-weight: 500;
    font-size: 1.05rem;
    transition:
        background-color 0.3s,
        color 0.3s;
}


.faq-icon_78412 {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    color: var(--teal_45231);
}

.faq-card_78412.active_78412 .faq-icon_78412 {
    transform: rotate(180deg);
    color: var(--mainColor_45231);
}

.faq-body_78412 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f3f3f3;
}

.faq-content_78412 {
    padding: 20px;
    color: #555555;
    font-size: 0.98rem;
    line-height: 1.6;
    border-top: 1px solid #eeeeee;
}