

/* ===== Banner ===== */
.diy_mos_bot_banner {
    background: url('../images/MOS_Comparision_Pages/MOS_Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px 0;
}

.diy_mos_bot_banner_title {
    margin-bottom: 18px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.diy_mos_bot_banner_desc {
    margin-bottom: 0;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


section.cpevsdiy {
    background: var(--White, #FFF);
    padding: 72px 0;
}
section.cpevsdiy h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}
section.cpevsdiy p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 36px;
}
.tabledata {
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}
.tabledata th {
    padding: 16px;
    background: var(--Theme-Blue-800, #182878);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
}
.tabledata th:first-child {
    border-radius: 8px 0 0 8px;
}
.tabledata th:last-child {
    border-radius: 0 8px 8px 0;
}
.tabledata .table>tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 8px !important;
    vertical-align: middle;
    border: none;
}

.tabledata .table>tbody tr.accordion-toggle td {
    border-top: 1px solid #EAECF0;
}
.tabledata .accordion-body {
    max-width: 638px;
    color: var(--Text-Grey-600, #475467);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 28px;
}
.tabledata .table>tbody tr.accordion-toggle td strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.tabledata .table>tbody tr.accordion-toggle td:not(:first-child) {
    pointer-events: none;
}
.tabledata tr.accordion-toggle td:first-child .rotate-icon {
    transition: .4s all ease;
    transform: rotate(0deg);
    display: inline-block;
    margin-right: 4px;
}
.tabledata tr.accordion-toggle td:first-child .rotate-icon svg {
    margin-right: 0 !important;
}
.tabledata tr.accordion-toggle[aria-expanded="true"] td:first-child .rotate-icon {
    transform: rotate(180deg);
    transition: .4s all ease;
    display: inline-block;

}
section.cpevsdiy .accordion-body p {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
}
.first-tdata {
    display: flex;
    align-items: flex-start;
}

section.cpevsdiy .table_bottom_text p {
    color: var(--Text-Grey-600, #475467);

    /* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
    text-align: left;
  }

  .table_bottom_text {
    border-top: 1px solid var(--Theme-Dark-Blue-200, #EAECF0);
    padding-top: 24px;
  }

  .tabledata th:nth-child(3), .tabledata th:nth-child(4), .tabledata td:nth-child(3), .tabledata td:nth-child(4) {
    text-align: center;
  }

/* Responsive */
@media (max-width: 991px) {
    .diy_mos_bot_banner_title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .diy_mos_bot_banner {
        padding: 40px 16px;
    }
    .diy_mos_bot_banner_title {
        font-size: 20px;
    }
    .diy_mos_bot_banner_desc {
        font-size: 14px;
    }
}
