.mos_banner {
    background-image: url("../images/website-landing-page/Website_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0 144px;
}
/* mos_banner centered content */
.mos_banner_content {
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
}
.mos_badge_pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #E0E4FB;
    border-radius: 100px;
    padding: 6px 16px;
    margin-bottom: 24px;
    margin-bottom: 24px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.mos_banner_content h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.mos_banner_content h2 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom:15px;
}
.mos_banner_content h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
    letter-spacing: 0;
}
.mos_banner_content p {
    max-width: 920px;
    margin: 0 auto 36px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.mos_banner_content p.note{
    font-size : 24px;
}
.mos_banner_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.mos_trial_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #FFFFFF;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
}
.mos_trial_btn:hover {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    text-decoration: none;
}
.mos_schedule_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3A58EF;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    background: transparent;
}
.mos_schedule_btn:hover {
    background: #2d47d4;
    color: #FFFFFF;
    text-decoration: none;
}
.problem_section .mos_schedule_btn,
.FAQ_Main .mos_schedule_btn {
    background: #3A58EF;
    color: #FFFFFF;
    border-color: #3A58EF;
}
.problem_section .mos_schedule_btn svg path,
.FAQ_Main .mos_schedule_btn svg path {
    stroke: #FFFFFF;
}
.problem_section .mos_schedule_btn:hover,
.FAQ_Main .mos_schedule_btn:hover {
    background: #2d47d4;
    border-color: #2d47d4;
}
@media (max-width: 768px) {
    .mos_banner_content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .mos_banner_content p {
        font-size: 16px;
        line-height: 24px;
    }
}
/* end mos_banner centered content */

/* stat_box_center — 3-column centered stat boxes */
.Percentage_Box.stat_box_center {
    text-align: center;
    max-width: 100%;
    padding: 24px 24px;
    margin-top: -88px;
    min-height: 110px;
}
.Percentage_Box.stat_box_center label {
    display: block;
    margin-bottom: 4px;
    cursor: default;
    color: var(--Text-Grey-800, #1D2939);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Percentage_Box.stat_box_center label sub,
.Percentage_Box.stat_box_center label sup {
    font-size: 26px;
    font-weight: 700;
    color: #1D2939;
    bottom: 0;
    top: 0;
    vertical-align: baseline;
}
.Percentage_Box.stat_box_center h3 {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #667085;
    margin-top: 0;
}
/* end stat_box_center */

/* ===== problem_section ===== */
.problem_section {
    background: #EBEEFD;
    padding: 72px 0;
}
.problem_section_header {
    margin-bottom: 48px;
}
.problem_badge {
    display: inline-block;
    border: 0;
    padding: 5px 18px;
    margin-bottom: 20px;
    border-radius: 500px;
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.problem_section_header h2 {
    margin-bottom: 16px;
    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;
}
.problem_section_header p {
    max-width: inherit;
    margin: 0 auto;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* cards */
.problem_card {
    background: #FFFFFF;
    border: 1.5px solid #E4E7EC;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}
.problem_card:hover,
.problem_card_active {
    border-color: #1D2939;
    box-shadow: 4px 4px 0px 0px #1D2939;
}
/* icon boxes */
.problem_card_icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.problem_card_icon_dark {
    background: #1D2939;
}
.problem_card_icon_light {
    background: #EEF0FC;
}
.problem_card h3 {
    margin-bottom: 12px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.problem_card p {
    margin: 0;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 768px) {
    .problem_section_header h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .problem_section_header p {
        font-size: 15px;
    }
}
/* ===== end problem_section ===== */

/* ===== website_pricing_section ===== */
.website_pricing_section {
    background: #fff;
    padding: 72px 0;
}
.wps_header {
    margin-bottom: 48px;
}
.wps_badge {
    display: inline-block;
    border: 1.5px solid #D0D5DD;
    border-radius: 100px;
    padding: 5px 18px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    margin-bottom: 16px;
}
.wps_header h2 {
    font-family: Inter;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
    color: #1D2939;
    margin-bottom: 14px;
}
.wps_blue { color: #3A58EF; }
.wps_header p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #667085;
    max-width: 680px;
    margin: 0 auto;
}

/* card wrapper */
.wps_card {
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

/* ---- thead ---- */
.wps_thead {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #E4E7EC;
    align-items: start;
}
.wps_th {
    padding: 24px 20px;
    border-right: 1px solid #E4E7EC;
    text-align: center;
}
.wps_th:last-child { border-right: none; }
.wps_th_label {
    text-align: left;
    padding: 28px 24px;
}
.wps_pricing_label {
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
    color: #1D2939;
    margin-bottom: 14px;
}
.wps_trial_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    color: #3A58EF;
    text-decoration: none;
}
.wps_trial_link strong { color: #3A58EF; font-weight: 700; }
.wps_trial_link:hover { text-decoration: underline; color: #3A58EF; }

/* popular column highlight */
.wps_th_popular {
    background: #F5F7FF;
    position: relative;
    padding-top: 16px;
}
.wps_popular_badge {
    display: inline-block;
    background: #1D2939;
    color: #fff;
    border-radius: 100px;
    padding: 4px 14px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wps_plan_price {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    color: #3A58EF;
    line-height: 1.1;
    margin-bottom: 8px;
}
.wps_plan_price_custom { color: #3A58EF; }
.wps_plan_tag {
    display: inline-block;
    background: #F2F4F7;
    border-radius: 100px;
    padding: 3px 14px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    color: #344054;
    margin-bottom: 16px;
}
.wps_btn {
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 10px 16px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    border: 1.5px solid transparent;
}
.wps_btn_outline {
    background: #fff;
    border-color: #D0D5DD;
    color: #344054;
}
.wps_btn_outline:hover {
    border-color: #3A58EF;
    color: #3A58EF;
}
.wps_btn_fill {
    background: #3A58EF;
    border-color: #3A58EF;
    color: #fff;
}
.wps_btn_fill:hover { background: #2d47d4; border-color: #2d47d4; }
.wps_btn_outline_blue {
    background: #fff;
    border-color: #3A58EF;
    color: #3A58EF;
}
.wps_btn_outline_blue:hover { background: #EEF0FC; }

/* ---- accordion ---- */
.wps_acc_item { border-top: 1px solid #E4E7EC; }
.wps_acc_open > .wps_acc_toggle { background: #1D2939; color: #fff; }
.wps_acc_toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    background: #fff;
    border: none;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    color: #344054;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, color 0.2s;
}
.wps_acc_toggle:hover { background: #F5F7FF; color: #1D2939; }
.wps_acc_open > .wps_acc_toggle:hover { background: #26314d; color: #fff; }
.wps_acc_icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #3A58EF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wps_acc_open > .wps_acc_toggle .wps_acc_icon { background: rgba(255,255,255,0.18); }
.wps_acc_icon_plus { background: #EEF0FC; }
.wps_acc_icon_plus svg path { stroke: #3A58EF; }

/* ---- feature rows ---- */
.wps_feature_list { padding: 0; }
.wps_feature_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-top: 1px solid #F2F4F7;
    align-items: center;
}
.wps_feature_row:first-child { border-top: none; }
.wps_feature_name {
    padding: 14px 24px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #344054;
    line-height: 20px;
    border-right: 1px solid #F2F4F7;
}
.wps_feature_check {
    padding: 14px;
    text-align: center;
    border-right: 1px solid #F2F4F7;
}
.wps_feature_check:last-child { border-right: none; }

/* middle column tint on feature rows */
.wps_feature_row .wps_feature_check:nth-child(3) {
    background: #F8F9FF;
}

@media (max-width: 991px) {
    .wps_thead,
    .wps_feature_row {
        grid-template-columns: 1.6fr 1fr 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .wps_thead,
    .wps_feature_row {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wps_th_label { display: none; }
    .wps_feature_name { display: none; }
    .wps_header h2 { font-size: 26px; line-height: 34px; }
}
/* ===== end website_pricing_section ===== */

/* ===== website_pricing_section table content overrides ===== */
/* Most Popular price badge */
.most_popular_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.most_popular_tag {
    display: inline-block;
    padding: 6px 16px;
    white-space: nowrap;
    border-radius: 500px;
    background: var(--Theme-Blue-800, #182878);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    max-width: 122px;
    margin-top: -22px;
}
/* Schedule a Call button variant */
button.btn-premium.btn-schedule-call,
a.btn-premium.btn-website-schedule-call {
    background: transparent;
    border: 1.5px solid #3A58EF;
    color: #3A58EF;
}
button.btn-premium.btn-schedule-call:hover,
a.btn-premium.btn-website-schedule-call:hover {
    background: #EEF0FC;
    color: #3A58EF;
    text-decoration: none;
}
/* Section header label style */
section.complince_solution .Accounting_Firms_Text span {
    font-size: 14px;
}
/* First chart_row (Main Features) stays open by default */
section.complince_solution table tbody tr.chart_row:first-of-type {
    display: table-row;
}
/* ===== end website_pricing_section table content overrides ===== */

.L_and_D_Banner_Left h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-bottom: 24px;
}
.L_and_D_Banner_Left h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    /* line-height: 60px; */
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-bottom: 24px;
}
.L_and_D_Banner_Left ul {
    padding-bottom: 48px;
}
.L_and_D_Banner_Left ul li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    list-style: none;
    color: #fff;
    padding-bottom: 12px;
}
.L_and_D_Banner_Btns {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.Try_for_free > svg {
    min-width: 25px;
}
.L_and_D_Banner_Left a.Schedule_Call_Btn {
    background: #3A58EF;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #3A58EF;
    margin-right: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 231px;
}
.L_and_D_Banner_Left a.Explore_Assessments_Btn {
    border: 1px solid #FFFFFF;
    padding: 12px 20px;
    border-radius: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
}
.L_and_D_Banner_Left p.Sub_Start_Price {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: 12px;
}
.View_Samples_Box img.Discover_Everything_Img {
    border-radius: 30px;
}

/*second section*/
section.Percentage_Boxes_Main {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 36px 0;
}
.Percentage_Box {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    max-width: 264px;
    padding: 16px;
    height: 100%;
}
.Percentage_Box_Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
    bottom: 0;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.Percentage_Box_Top svg {
    min-width: 48px;
}
.Percentage_Boxes_Main .Percentage_Box h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: normal;
    color: #344054;
    margin-top: 8px;
}
section.Year_End {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

.Year_End_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.Year_End_title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
}

.Year_End_title a.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.Year_End_content {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    border-radius: 8px;
    background: var(--White, #FFF);
}

.Year_End_content span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.Year_End_content:after {
    content: '';
    border-right: 1px solid var(--Text-Grey-500, #5D667B);
    width: 1px;
    height: 64px;
    right: -12px;
    position: absolute;
}

.Year_End_content.Last_Item:after { 
    display: none;
}
.Trending_Topics_Todays {
    padding: 72px 0;
    background: var(--White, #FFF);
}
section.Trending_Topics_Todays h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.Topic_Slider {
    margin-bottom: 40px;
}
.Topics_Main ul {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    border-radius: 12px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 3px 2px;
    margin-bottom: 48px;
}
.Topics_Main ul li {
    border-radius: 4px;
    border: 0px solid #D0D5DD;
    background: transparent;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    color: #344054;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Topics_Main ul.nav-pills li.nav-item .nav-link {
    letter-spacing: normal;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 9px 66px;
}
.Topics_Main ul.nav-pills li.nav-item .nav-link.active {
    letter-spacing: normal;
    border-radius: 10px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
    justify-content: start;
    flex-wrap: wrap;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 6px;
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    text-align: left;
    transition: .4s linear all;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover h3 {
    transform: translateX(10px);
    transition: .4s linear all;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
    background: #fff;
}


/*Team Subscription Inclusions start*/
section.complince_solution {
    padding-top: 72px;
    padding-bottom: 72px;
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.complince_solution label {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #3A58EF;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
section.complince_solution h2 {
    color: #26244A;
    text-align: start;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
section.complince_solution h2 + p {
    color: var(--Text-Grey-500, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px;
}
section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}
.complince_solution .complince_solution_table {
    width: 100%;
}

section.complince_solution table > thead > tr:first-child th span {
    display: block;
    padding-bottom: 10px;
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
section.complince_solution table > thead > tr:first-child th span b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.complince_solution table > thead > tr:nth-child(2) th span {
    border-radius: 50px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 5px 16px;
    display: block;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px 36px 0px 20px;
}

section.complince_solution table tbody tr td {
    font-style: normal;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #D0D5DD;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #475467;
}

tr.chart_row td table tbody tr td {
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 16px;
}
tr.chart_row {
    display: none;
}
.table>tbody tr:first-child td {
    padding-top: 24px;
}
.Try_for_free {
    display: flex;
    align-items: center;
}
.Try_for_free h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #344054;
    margin-right: 16px;
    margin-left: 12px;
}
.Try_for_free h3 span {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #3A58EF;
}
/* Deduplicated - 2026-05-14 (button.btn-regular kept below with its :hover rule) */
tr.chart_row td table tbody tr td:not(:first-child), section.complince_solution table tbody tr td:not(:first-child) {
    text-align: center;
}
.requirement_icn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.requirement_icn svg {
    min-width: 24px;
}
.sec-arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 24px;
}
.sec-arrow .icon-minus {
    display: none;
}
.requirement_icn.rowactive .sec-arrow .icon-plus {
    display: none;
}
.requirement_icn.rowactive .sec-arrow .icon-minus {
    display: block;
}
section.complince_solution table  tr.chart_row > td {
    padding: 12px 16px;
}
tr.chart_row td .user_list_tbl {
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}
tr.chart_row td .user_list_tbl {
    border: 0;
    padding-left: 30px;
    padding-left: 0;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}
/* Deduplicated - 2026-05-14 */
tr.chart_row td table {
    width: 100%;
    table-layout: fixed;
}
section.complince_solution table tr.chart_row td table tbody tr:nth-of-type(odd) td {
    background-color: transparent;
    padding-bottom: 12px;
    padding-top: 12px;
}
tr.chart_row td table tbody tr td a {
    color: var(--Text-Grey-700, #3A58EF);
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    text-decoration-line: underline;
}
section.complince_solution table tr.chart_row td .user_list_tbl table tbody td:has(.arrow_black):hover {
    transform: translateX(10px);
    transition: .4s linear all;
}
section.complince_solution table tr.chart_row td table tbody tr:nth-of-type(odd) td {
    background-color: transparent;
    padding-bottom: 12px;
    padding-top: 12px;
}
section.complince_solution table > thead > tr:first-child th:first-child {
    text-align: left;
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #344054;
    padding-bottom: 0;
    width: 709px;
    border: 0;
    background: #fff;
    font-style: normal;
    padding: 20px 16px;
    vertical-align: middle;
}
section.complince_solution table > thead > tr:first-child th {
    background: #fff;
    font-style: normal;
    padding: 20px 16px;
    vertical-align: middle;
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    border: 0;
    padding-bottom: 0 !important;
}
tr.chart_row td table tbody tr td a:hover {
    color: #3A58EF;
    text-decoration: underline;

}

/* New Blue BG color Active CSS - Start - 11-05-26 */

.table-responsive.user_list_tbl > table tbody > tr td:first-child {
    width: 546px;
    padding-left: 60px;
}

/* All cells in expanded section header rows — covers every column-highlight variant */
section.complince_solution table tr.chart_row_parant:has(.rowactive) td,
section.complince_solution.firstcolumn table tr.chart_row_parant:has(.rowactive) td,
section.complince_solution.middlecolumn table tr.chart_row_parant:has(.rowactive) td,
section.complince_solution.lastcolumn table tr.chart_row_parant:has(.rowactive) td {
    background: var(--Theme-Blue-800, #182878) !important;
}

tr.chart_row_parant:has(.rowactive) td:first-child {
    border-radius: 8px 0px 0 0;
}

tr.chart_row_parant:has(.rowactive) td:last-child {
    border-radius: 0px 8px 0 0;
}

section.complince_solution.firstcolumn table td:nth-last-child(3) {}

tr.chart_row_parant:has(.rowactive) .requirement_icn h2 {
    color: #ffffff;
}
tr.chart_row_parant:has(.rowactive) + tr.chart_row > td {
    border-radius: 0 0 8px 8px;
}
tr.chart_row_parant:has(.rowactive) + tr.chart_row .table-responsive.user_list_tbl {
    border-radius: 0 0 8px 8px;
    border: 2px solid var(--Theme-Blue-800, #182878);
    border-top: 0;
}

/* New Blue BG color Active CSS - End - 11-05-26 */


section.complince_solution table > thead > tr:nth-child(2) th {
    vertical-align: middle;
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #fff;
    padding: 12px 16px;
    border: none;
}
section.complince_solution table > thead > tr:nth-child(2) th:first-child {
    text-align: left;
}
tr.chart_row td table tbody tr:nth-of-type(even) td {
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tooltipModal  .modal-header {
    padding-top: 8px;
    border: none;
    padding-bottom: 0;
}
section.complince_solution h2 {
    color: #26244A;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
section.complince_solution h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px
}
section.complince_solution h2 + p + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 56px;
    position: relative;
}
section.complince_solution h2 + p + p:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 339.477px;
    height: 2px;
    background: #D8DEFC;
    bottom: -16px;
    transform: translateX(-50%);
    left: 50%;
}
section.complince_solution h2 + p + p a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}
section.complince_solution {
    padding-bottom: 50px;
}
button.btn-regular {
    padding: 10px 18px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn-regular:hover {
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

button.btn-premium,
a.btn-premium {
    padding: 10px 18px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
    color: #3A58EF;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
button.btn-premium:hover,
a.btn-premium:hover {
    color: #3A58EF;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
    text-decoration: none;
}


.btn-coming_soon {
    padding: 1px 4px;
    color: var(--Theme-Purple-500, #3A58EF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-50, #ebeefd);
    margin-left: 4px;
}

button.btn-coming_soon:hover {
    cursor: inherit;
}
.tooltipModal .modal-header button.btn-close {
    width: 4px;
    height: 4px;
    color: #000;
    box-sizing: border-box;
    opacity: 1;
}
.tooltipModal .modal-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
}
.tooltipModal .row {
    margin-top: 16px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 8px;
}
.tooltipModal .row ul {
    color: var(--Text-Grey-700, #344054);
    font-style: normal;
    padding-left: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.tooltipModal .row ul li {
    list-style: none;
}
.tooltipModal .row ul li a {
    color: #3A58EF;
}
.tooltipModal .row ul li a:hover {
    color: #3A58EF;
    text-decoration: underline;
}
.tooltipModal .row p {
    color: var(--Text-Grey-700, #475467);
    font-style: normal;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.complince_solution p.Call_Us_Text {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #475467;
    margin-top: 36px;
}
.complince_solution p.Call_Us_Text svg {
    margin-right: 8px;
}
.complince_solution p.Call_Us_Text a {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    text-decoration: underline;
    color: #3A58EF;
}
/*Team Subscription Inclusions Over*/


/*team Subscription start*/

/*team Subscription end*/
/*our values*/


section.ourval {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.ourval .group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 59px;
    position: relative;
}
.ourval .text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #26244A;
    font-family: Inter, var(--default-font-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.72px;
    z-index: 1;
}
.gpcontent {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.ourval .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    min-width: 0;
    z-index: 2;
}
.ourval .group-2 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 3;
}
.ourval .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 4;
    border-radius: 36px 0 36px 0;
}
.ourval .section-2 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 5;
}
.ourval .box {
    flex-shrink: 0;
    position: relative;
    z-index: 6;
    overflow: hidden;
}
.ourval .pic {
    position: relative;
    margin: 5px 0 0 4px;
    background-size: 100% 100%;
    z-index: 7;
}
.ourval .group-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 8;
}


.ourval .wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 11;
    border-radius: 0 36px 0 36px;
}
.ourval .wrapper-3 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 12;
}
.ourval .group-4 {
    flex-shrink: 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
}
.ourval .img {
    margin: 5px 0 0 4px;
    background: url(./assets/images/54b14f36-2bd8-4f7e-8199-bf8be2a3399d.svg)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 14;
}
.ourval .wrapper-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 15;
}

.ourval .group-5 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 18;
}
.ourval .wrapper-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 19;
    border-radius: 0 36px 0 36px;
}
.ourval .wrapper-6 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 20;
}
.ourval .wrapper-7 {
    flex-shrink: 0;
    position: relative;
    z-index: 21;
    overflow: hidden;
}
.ourval .pic-2 {
    position: relative;
    margin: 4px 0 0 7px;
    background: url(./assets/images/9bbb138b-58a3-45eb-b264-fb6c0aacf97d.svg)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 22;
}
.ourval .wrapper-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 23;
}


.ourval .group-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 26;
    border-radius: 36px 0 36px 0;
}
.ourval .box-2 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 27;
}
.ourval .wrapper-9 {
    flex-shrink: 0;
    position: relative;
    z-index: 28;
    overflow: hidden;
}
.ourval .pic-3 {
    position: relative;
    margin: 6px 0 0 4px;
    background: url(./assets/images/270951fe-c1cb-440b-bde1-c454b513e79e.svg)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 29;
}
.ourval .group-7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 30;
}

.ourval .maintxt{
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    z-index: 31;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.ourval .img-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.ourval .wrapper:hover, .ourval .wrapper-2:hover, .ourval .wrapper-5:hover, .ourval .group-6:hover {
    background: #fff;
}
.maincon {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*our value over*/
    .problem:hover .innerpstxt {        
        opacity: 1;
        transform: translateY(0%);
    }
     .solution:hover .innerpstxt {
        opacity: 1;
        transform: translateY(0%);
    }
        .innerpstxt {
        position: absolute;
        font-size: 16px;
        padding: 18px 20px;
        background: #fff;
        top: 0;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 10px;
        opacity: 0;
        transform: translateY(-100%);
        transition: linear .4s all;
        display: flex;
        align-items: center;
    }
    .ps-section {
        padding: 72px 0;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        background: var(--Theme-Blue-50, #EBEEFD);
    }
    .ps-header {
        margin-bottom: 30px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
        background: #fff;
        border-radius: 10px;
    }
    .problem, .solution {
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 18px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: start;
        background: #fff;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        position: relative;
        overflow: hidden;
    }
    .problem span {
        margin-right: 8px;
        color: var(--Error-Red-500, #F04438);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.96px;
    }
    .solution span {
        margin-right: 8px;
        color: var(--Success-Green-500, #12B76A);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.96px;
    }

    .ps-icon img {
      width: 100%;
    }
    /*Detailed Comparison: Features & Offerings start*/
section.details_comparision {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #fff);
}
section.details_comparision 
 p.dc_title {
    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.details_comparision span.dcdesc {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 48px;
}
.details_comparision ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}
.details_comparision ul li a {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    transition: .4s ease all;
}

.details_comparision ul li a:hover{
background-color: #d8defc;
transition: .4s ease all;

}
.details_comparision ul li a.active{
    background-color: #3A58EF;
    color: #fff;
}
.details_comparision  table {
    width: 100%;
}
.details_comparision th {
    padding: 24px;
    background: var(--Text-Grey-100, #F2F4F7);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.details_comparision th, .details_comparision td {
    border: 1px solid #EAECF0;
    text-align: center;
}
.details_comparision th:first-child {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #EAECF0;
}
.details_comparision th.highlight {
    background: #3A58EF;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
}
.details_comparision th span.price {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    display: block;
    margin-top: 8px;
}
.details_comparision th.highlight span.price {
    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;
    display: block;
    margin: 8px 0 12px 0;
}
.details_comparision th.highlight  .sevenday {
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    width: 100%;
}
.details_comparision th.highlight  a.sevenday {
    color: #344054;
}
.details_comparision th:last-child {
    border-radius: 0 16px 0 0;
}
.details_comparision td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 24px;
    background: #fff;
}
.details_comparision tbody tr:first-child td:first-child {
    border-radius: 16px 0px 0px 0px;
}
.details_comparision tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}
.details_comparision tbody tr:last-child td:last-child {
    border-radius: 0  0 16px  0;
}
section.details_comparision .table-responsive {
    border-radius: 16px 16px 0 0;
}
.details_comparision tbody tr td:nth-child(2) {
    background: #EBEEFD;
    border: 1px solid #D9E0F0;
}
.details_comparision tbody tr td:first-child {
    text-align: left;
}
.details_comparision tbody tr td:nth-child(5),.details_comparision tbody tr td:nth-child(3),.details_comparision tbody tr td:nth-child(4)
{
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*Detailed Comparison: Features & Offerings end*/

/*speaker grid start*/
section.spleaker_grid {
    padding: 72px 0;
    background: #EBEEFD;
}
section.spleaker_grid .ins_ttl {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
section.spleaker_grid .ins_Desc {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 652px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 48px;
}
.speaker_man {
    border-radius: 12px;
    /* border: 1px solid var(--Text-Grey-200, #EAECF0); */
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 16px;
    height: 100%;
    margin-top: 20px;
}
.speker_imge {
    width: 146px;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: 146px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0 auto;
}
.speaker_description {
    padding-top: 16px;
}
.speaker_desc_title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.speaker_desc_title a {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.specker_desgignation > span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    height: 24px;
}
.specker_desgignation p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 60px;
}
.speaker_audio {
    height: 60PX;
}
.speaker_btns {
    margin-top: 16px;
}
.speaker_btns a {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    width: 100%;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s ease;
}
ul.ins_lst {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
ul.ins_lst li {
    list-style: none;
    display: flex;
}
ul.ins_lst li:last-child {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 4px;
}
.speaker_man:hover .speker_imge {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
}
.speaker_man:hover .speker_imge img {
    transform: scale(1);
    transition: .4s linear all;
}
.viewallspeaker {
    text-align: center;
    margin-top: 48px;
}
.viewallspeaker a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.speker_imge img.img-fluid {
    min-width: 146px;
    height: 146px;
    transform: scale(1);
    filter: grayscale(1);
}

.speaker_man:hover .speker_imge img.img-fluid {
    filter: grayscale(0);
}

.spleaker_grid .slick-dots li.slick-active button:before {
    border-radius: 26px;
    background: var(--Theme-Blue-500, #3A58EF);
    font-size: 0;
    width: 23px;
    height: 8px;
    opacity: 1;
}

.spleaker_grid .slick-dots li button:before {
    width: 23px;
    height: 8px;
    font-size: 0;
    opacity: 1;
    border-radius: 26px;
    background: var(--Theme-Blue-100, #D8DEFC);
}

.spleaker_grid .slick-prev:before {
    content: '';
    background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Left.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.spleaker_grid .slick-next:before {
    content: '';
    background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Right.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.spleaker_grid .slick-prev:hover:before {
    content: '';
    background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Left_Hover.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.spleaker_grid .slick-next:hover:before{
    content: '';
    background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Right_Hover.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
}
/* Speaker slider wrapper reset — prevents card styles from leaking into the slick container */
.spleaker_grid .about_us_slide {
    padding: 0;
    border: none;
    background: transparent;
    min-height: unset;
    border-radius: 0;
}
.spleaker_grid .about_us_slide .px-3 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/*team subscription start*/

section#subscribe_form {
    background: #fff;
}

.q_indevidual_sub .pricing-table {
    border-radius: 12px;
    border: 0;
    background: var(--White, #FFF);
    padding: 0;
}

.q_indevidual_sub .pricing-table table.table {
    margin-bottom: 0;
}

.q_indevidual_sub .pricing-table th {
    padding: 0 0px 16px 0;
    background: #FFFFFF;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* vertical-align: middle; */
}

.q_indevidual_sub .pricing-table td {
    padding: 8px 0px 8px 0px;
    background: #FFFFFF;
}

.q_indevidual_sub .pricing-table tfoot td {
    padding: 16px 8px 0px 8px;
}

.q_indevidual_sub .slicer-goldbtn {
    align-items: baseline;
    gap: 0;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    border: none;
    color: var(--White, #FFF);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
}

.q_indevidual_sub .table>tbody tr:first-child td {
    padding-top: 16px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
}

.education_tags_individual span:last-child {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
    float: left;
    color: #5d667b;
}

.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: #5d667b;
}

span.Explore_Btn {
    color: #3A58EF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    border-radius: 4px;
    border: 0;
    background: var(--Theme-Blue-50, #EBEEFD);
    float: left;
    display: inline-block;
    width: auto;
    text-decoration: underline;
}

.Get_started {
    border-radius: 24px;
}

form.Get_started_form {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
}

.trusted_indevidual {
    display: inline-block;
    float: left;
    width: 100%;
}

.trusted_indevidual p {
    float: left;
    width: 100%;
    display: inline-block;
}
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}
p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: flex-start;
}
.pilotimgs img {
    max-width: 225px;
    height: auto;
    border: 1px solid #f3efef;
    border-radius: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.education_tags_individual span:last-child.explore_course {
    cursor: pointer;
}
.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
    color: #3A58EF;
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    color: #1D2939;
    margin-bottom: 4px;
}

h3.Get_started_title span {
    color: var(--Theme-Blue-500, #3A58EF);

    /* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
p.Get_started_desc {
    margin-bottom: 24px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.team_free_signup .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}
/*Individual End*/

/*team subscription end*/

section.about_us {
    background: var(--White, #FFF);
    padding: 80px 0;
    margin: 0;
}

section.about_us h2 {
    margin-top: 0;
}

section.about_us .slick-dotted.slick-slider {
    margin-bottom: 36px;
    padding-top: 36px;
    max-height: 410px;
}

.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide p {
    max-width: 800px;
    margin: 30px auto 0;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide .about-client .cle-info p {
    text-align: left;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    margin-top: 0;
}
section.about_us h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-top: 135px;
    margin-bottom: 40px;

}
section.about_us h2 {
    margin-top: 0;
}
.about_us .slick-prev, .about_us .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}
.about_us .slick-prev {
    left: 16%;
}
.about_us_slide {
    text-align: center;
    opacity: 1;
}
.about_us .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.about_us .slick-dots li.slick-active button:before{
    background: #3A58EF;
}
.about_us_slide > img {
    margin: 0 auto;
}
.about_us .slick-dots li {
    width: 30px;
}
.about_us .slick-dots {
    bottom: -67px;
}
.about_us .slick-prev:before,.about_us .slick-next:before{
    content: none;
}
.about_us .slick-prev,.about_us .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19' stroke='%233A58EF' stroke-width='1.5'/%3E%3Cpath d='M22 14l-6 6 6 6' stroke='%233A58EF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    top: 0;
    left: auto;
    right: 56px;
}
.about_us .slick-prev
{
    left: auto;
}
.about_us .slick-next
{
    right: 0;
    top: -22px;
    transform: rotate(180deg);
}

.about_us .slick-prev:hover,
.about_us .slick-next:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19' fill='%233A58EF' stroke='%233A58EF' stroke-width='1.5'/%3E%3Cpath d='M22 14l-6 6 6 6' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
}

section.about_us h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-top: 135px;
    margin-bottom: 40px;
}
.about_us_slide {
    text-align: center;
    /* opacity: 0.2; */
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 24px;
    height: 100%;
    min-height: 570px;
}
.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide{
    opacity: 1;
}
/* .about_us_slide-itm{
    max-width: 800px;
} */
.about_us_slide h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.about_us_slide h3 + p {
    color: var(--Text-Grey-600, #475467);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin: 30px auto 0;
}
.about-client {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}
.about-client img {
    border-radius: 50%;
    height: 58px;
    width: 58px;
}
.about-client .cle-info h4 {
    text-align: left;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.about-client .cle-info p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.about_us_slider.slick-initialized .slick-slide {
    padding: 15px;
}

.Rating_Top {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.about_us_slide-itm.slick-slide .about_us_slide {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, 0px);
}

.about_us_slide-itm.slick-slide .about_us_slide:hover {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, -10px);
}

.about_us_slide-itm.slick-slide .about_us_slide:hover .Rating_Top_Right svg path {
    fill: #3A58EF;
}

.about_us .slick-prev:before {
    content: '';
    /* background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Left.svg); */
    width: 40px;
    height: 40px;
    display: inline-block;
}

.about_us .slick-next:before {
    content: '';
    /* background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Right.svg); */
    width: 40px;
    height: 40px;
    display: inline-block;
}

.about_us .slick-prev:hover:before {
    content: '';
    /* background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Left_Hover.svg); */
    width: 40px;
    height: 40px;
    display: inline-block;
}

.about_us .slick-next:hover:before{
    content: '';
    /* background: url(../images/cpe-teams-canada/CPE_CA_Arrow_Right_Hover.svg); */
    width: 40px;
    height: 40px;
    display: inline-block;
}

.about_us .slick-next {
    /* transform: none; */
}


section.about_us .about_us_slide {
    background: var(--White, #FFF);
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}

section.about_us .about_us_slide h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    text-align: left;
    display: none;
}

.about-client {
    justify-content: start;
}

/*speaker grid over*/


/* Accreditation_by */

section.Accreditation_by {
    background: #fff;
    padding: 72px 0;
}

section.Accreditation_by h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

section.Accreditation_by .Support_img {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
    padding: 28px;
    min-height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.Accreditation_by .Support_img img.lazyload {
    max-width: 94px;
    transition: 0.4s all ease-in-out;
    transform: scale(1);
}

section.Accreditation_by .Support_img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Accreditation_by_Bottom_Imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

section.Accreditation_by .Support_img img.lazyload:hover {
    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
}

.Accreditation_by_Bottom img.lazyload {
    transition: 0.4s all ease-in-out;
    transform: scale(1);
}

.Accreditation_by_Bottom img.lazyload:hover {
    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
}

section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 21px;
    min-width: 144px;
    max-height: 110px;
    min-height: 110px;
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 20px;
    margin-top: 24px;
}

section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img img.lazyload {
    filter: grayscale(1);
}

section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img img.lazyload:hover {
    filter: grayscale(0);
}



/* Connect_with */

section.Connect_with {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Connect_with h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

.Connect_with_Main {}

.Connect_with_Main .Connect_with_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    min-height: 189px;
}

.Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 10px 18px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
}

.Connect_with_Main .Connect_with_Box svg {
    min-height: 68px;
}




.Transform_Learning {
    background: #12327B;
    padding: 72px 0;
    text-align: center;
}

.Transform_Learning h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    max-width: 870px;
    margin-inline: auto;
}
.Transform_Learning p {
    letter-spacing: normal;
    margin-bottom: 16px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.Transform_Learning a.Schedule_Btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    background: transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 12px 20px;
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #fff;
}
.Individual_subscriptions_content {
    background: var(--Theme-Blue-50, #EBEEFD);
    background-size: cover;
    padding: 72px 0;
    margin-bottom: 0;
}
.Individual_subscriptions_content_Box {
    background: url("../images/team-landing-new/Trusted_by_Img.png");
    background-size: cover;
    padding: 48px 148px;
    border-radius: 24px;
}
.Individual_subscriptions_content_Box h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}
.Individual_subscriptions_content_Box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
section.Accreditations {
    padding: 72px 0 72px;
    background: #FFFFFF;
}
.Accreditations h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.marquee-accreditations .inner {
    margin-right: 32px;
}
.marquee-accreditations .Support_img {
    text-align: center;
    border-radius: 12px;
    padding: 15px 0;
    margin: 15px 0px;
    background: #ffffff;
    width: 175px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}
.marquee-accreditations .Support_img img {
    width: 110px !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
/* Deduplicated - 2026-05-14 */
section.have_que {
    border-radius: 24px;
    background: var(--Theme-Blue-50, #EBEEFD);
    margin-top: 0;
}

.haveque-img {
    position: relative;
    margin-top: auto;
    display: flex;
    align-items: center;
}
.haveque-img > img {
    position: relative;
    z-index: 99;
}
.haveque-img img.img-fluid.Logo-Symbol {
    position: absolute;
    top: auto;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.have_que_inner {
    padding-top: 72px;
}
.have_que_inner h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}
.have_que_inner p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.have_que .Get_started {
    background: transparent;
    padding-bottom: 60px;
    border-radius: 24px;
    position: relative;
        max-width: 100%;
    height: auto;
    display: inline-block;
    width: 100%;
}
.have_que .Get_started form.Get_started_form {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 24px;
    position: relative;
}
#lets_connect_submit {
    width: 153px;
    height: 46px;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.Get_started .form-floating>label:not(.Get_started.form-floating>textarea+label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
    height: 50px;
}
/* Must Read Blogs - Start */
.Must_Read_Blogs {
    padding: 48px 0px 48px 0px;
    background: #fff;
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}

.Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    height: 100%;
}
.Insightful_Box img {
    width: 100%;
    transition: 0.3s;
}
.view_all_blog{
    margin-top: 40px;
}
.Insightful_Box h3 {
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 20px;
}
.Insightful_Box h4 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}
.Insightful_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* height: 75px; */
    /* overflow: hidden; */
}
.Insightful_Box a img {
    border-radius: 8px;
}
/* Must Read Blogs - End */
/*FAQs Start*/
.faqs .nav-tabs .nav-link {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border: none;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 8px 8px 0px 0px;
    background: transparent;
}
.faqs .nav-tabs .nav-item.show .nav-link, .faqs .nav-tabs .nav-link.active {
    color: var(--Theme-Purple-500, #3a58ef);
    border-bottom: 1px solid var(--Theme-Purple-500, #3a58ef);
}
section.section.faqs  h2.faq-title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
 
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}
.faqs .accordion-button::after {
    background-image: url(../images/team-subscription/faq-down.webp);
}
.faqs .accordion-button:not(.collapsed)::after{
background-image: url(../images/team-subscription/faq-up.webp);
}
.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    background:  transparent;
}
.faqs .accordion-flush>.accordion-item {
    /* margin-bottom: 8px; */
    border-bottom: 1px solid #E1E2E6;
    background: transparent;
}
.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.faqs .accordion-button:focus {
    box-shadow: none;
    /* background: rgba(205, 214, 218, 0.25) !important; */
}
.faqs  .accordion-button:not(.collapsed){
    box-shadow: none;
}
.faqs .accordion-body {
    background: transparent;
    border-top: none;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9;
}

.FAQ_Main h2.Sec_Title {
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 35px;
    font-weight: 700;
    color: #26244A;
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.FAQ_Main {
    background: var(--Theme-Blue-50, #EBEEFD);
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/l_and_d/images/Open_Accordion_Icon.svg');
    transition: all 0.3s;
    transform: rotate(45deg);
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0deg);
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #667085;
    background: transparent;
    border: 0;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none;
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
    border: 0;
    background: transparent;
    padding: 0;
    padding-left: 55px;
}

.FAQ_Main .FAQ_Box .accordion-button {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px;
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0;
}


.FAQ_Main .FAQ_Box .nav-pills button.nav-link, .FAQ_Main .FAQ_Box .nav-pills button.nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 8px;
    display: inline-block;
    width: auto;
    max-width: fit-content;
    margin-bottom: 16px;
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: #D8DEFC;
    padding: 8px;
    color: #1D2939;
    border-radius: 4px;
}

.FAQ_Main .FAQ_Box .tab-content h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    border: 0 !important;
    outline: none !important;
    box-shadow: none;
}
.FAQ_Main .FAQ_Box .accordion-body ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.FAQ_Main .FAQ_Box .accordion-body ul li svg {
    position: absolute;
    left: 0;
}
.FAQ_Main .FAQ_Box .accordion-body ul {
    list-style-image: url('images/FAQ_Check_Icon.svg');
    margin-left: 0;
}
/*FAQs End*/

p.annual_subscription_text {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.team_annual_subscription {
    display: flex;
    height: 44px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-100, #E3E0FB);
    background: var(--Text-Grey-50, #F9FAFB);
}

.team_annual_subscription h6 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.team_annual_subscription span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Get_started button.Back_Btn {
    padding: 10px 18px;
    font-weight: 600;
    border: 1px solid #3a58ef;
    transition: .4s ease-out;
    border-radius: 4px;
    color: #3a58ef;
}

.Get_started button.Back_Btn:hover {
    background: #3a58ef;
    color: #fff;
}

.q_indevidual_sub .pricing-table th.second_th p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.q_indevidual_sub .pricing-table th.second_th h6 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.q_indevidual_sub .pricing-table th.second_th {
    border-bottom: 1px solid #EAECF0 !important;
}

.q_indevidual_sub .pricing-table th.second_th b {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.q_indevidual_sub .slicer-goldbtn {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 10px;
    min-width: 110px;
}



/* Team Subscription changes - start */

.pricing-table table.table th.second_th b {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.pricing-table table.table th.second_th b span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.pricing-table table.table th.second_th > span {
    border-radius: 50px;
    background: #fff;
    padding: 5px 16px;
    display: block;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-block: 10px;
    width: 90%;
    margin-inline: auto;
}
.q_indevidual_sub .pricing-table th.second_th button.btn-premium,.q_indevidual_sub .pricing-table th.second_th button.btn-regular {
    font-size: 12px;
    padding: 4px 10px;
}

.q_indevidual_sub .pricing-table th p {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.q_indevidual_sub .slicer-goldbtn {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 10px;
    min-width: 110px;
}

h3.Get_started_title span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

/* Team Subscription changes - end */



.Detailed_Table table.table tbody {}

section.Detailed_Comparison {}

section.Detailed_Comparison {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

.Detailed_Title {
    margin-bottom: 48px;
}

.Detailed_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Detailed_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.Detailed_Table {
    position: relative;
}

.Detailed_Table {
    /* overflow-x: hidden; */
}

.Detailed_Table table.table {
    /* border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 85px; */
}

.Detailed_Table table.table thead tr {
    /* display: block;
    position: relative;
    width: calc(100% - 6px); */
}

.Detailed_Table table.table th, .Detailed_Table table.table td {
    border: 0;
}

.Detailed_Table table.table th.My_cpe_Bg {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-500, #3A58EF);
    /* width: 195px; */
}

.Detailed_Table table.table th {
    background: var(--Text-Grey-100, #F2F4F7);
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    /* width: 195px; */
}

.Detailed_Table table.table th:last-child {
    border-radius: 0 16px 0 0;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    /* width: 225px; */
}

.Detailed_Table table.table th label {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.Detailed_Table table.table th h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
}

.Detailed_Table table.table th:first-child {
    background: transparent;
    /* width: 350px; */
}

.Detailed_Table table.table th.My_cpe_Bg label {
    color: var(--White, #FFF);
    text-align: center;

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.Detailed_Table table.table th.My_cpe_Bg  h3 {
    color: var(--White, #FFF);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    margin-bottom: 12px;
}

a.Free_Trial_Btn {
    border-radius: 4px;
    background: var(--White, #FFF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    width: 100%;
    display: inline-block;
    text-align: center;
}

.Detailed_Table table.table tbody {
    /* display: block;
    height: 740px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; */
}

.Detailed_Table table.table tbody.table-scroll {
  /* display: block;
  height: 740px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; */
}

.Detailed_Table table.table tbody.table-no-scroll {
  /* display: block;
  height: auto;
  overflow: hidden; */
}

.Detailed_Table table.table tbody tr {}

.Detailed_Table table.table tbody tr td {
    padding: 24px 24px 16px;
    color: var(--Text-Grey-700, #475467);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    text-align: center;
    /* width: 270px; */
}

.Detailed_Table table.table tbody tr td.My_cpe_Bg {
    background: var(--Theme-Blue-50, #EBEEFD);
    border-bottom: 1px solid var(--Text-Grey-200, #D9E0F0);
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    /* width: 185px; */
}

.Detailed_Table table.table tbody tr td:first-child {
    color: var(--Text-Grey-700, #344054);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-align: left;
}

.Detailed_Table table.table tbody tr:first-child td:first-child {
    border-radius: 16px 0 0 0px;
    /* width: 327px; */
}




.Scroll_View_More_Box {}

.Scroll_View_More_Box {
    position: absolute;
    bottom: -12px;
    width: 100%;
    padding: 28px 28px 32px;
    z-index: 999;
}

.Scroll_View_More_Box:before {
    content: '';
    border-radius: 0 0 4px 4px;
    background: var(--Text-Grey-50, #F9FAFB);
    filter: blur(14.5px);
    width: 1300px;
    height: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

a.Scroll_View_More {}

.Detailed_Comparison_Table a.Scroll_View_More {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

section.complince_solution table tbody tr.chart_row_parant td h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #475467;
    margin-bottom: 0;
    text-align: start;
}

section.complince_solution table tbody tr.chart_row_parant td h2.firstcolumn-pad-text {
    padding-left: 35px;
}


.Percentage_Box.Learning_Growth_Box .Percentage_Box_Top label sub {
    color: var(--Theme-Blue-500, #3A58EF);

    /* Text lg / Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.Percentage_Box.CPA_Firm_Satisfaction_Box .Percentage_Box_Top label sub {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.4px;
}

.Insightful_Box:hover {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.10);
}




/* Tooltip Styles */
.firmtooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.firmtooltip-icon {
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background-color: #f0f0f0; */
    color: #555;
    font-size: 12px;
    font-weight: bold;
    /* border: 1px solid #ccc; */
    /* display: flex; */
    align-items: center;
    padding-top: 10px;
}
.firmtooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 200px;
    background-color: #00001E;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: opacity 0.2s;
    border: 1px solid #ddd;
    font-size: 12px;
    white-space: normal;
    font-weight: 500;
    /* margin-top: 5px; */
}
.firmtooltip-text::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent  transparent #00001E transparent;
    filter: drop-shadow(-1px 0 1px rgba(0,0,0,0.1));
}
.firmtooltip-container:hover .firmtooltip-text {
    visibility: visible;
    opacity: 1;
}
/*accordion part end*/
/* Tooltip that floats above everything */
body .firmtooltip-body {
  position: absolute;
  z-index: 999999 !important;
  background: #00001E;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #00001E;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-size: 12px;
  white-space: normal;
  max-width: 220px;
  font-weight: 500;
  display: none;
}
 
/* tooltip arrow (white triangle) */
body .firmtooltip-body::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
}
 
/* arrow when tooltip is above element */
body .firmtooltip-body.arrow-down::after {
  top: 100%;
  border-color: #00001E transparent transparent transparent;
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.1));
}
 
/* arrow when tooltip is below element */
body .firmtooltip-body.arrow-up::after {
  top: -12px;
  border-color: transparent transparent #00001E transparent;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}
 
 
.firmtooltip-text {
  display: none !important;
}

section.complince_solution.lastcolumn table td:last-child, section.complince_solution.lastcolumn table th:last-child {
    background: #EBEEFD !important;
}
section.complince_solution.middlecolumn table td:nth-last-child(2), section.complince_solution.middlecolumn table th:nth-last-child(2) {
    background: #EBEEFD !important;
}
section.complince_solution.firstcolumn table td:nth-last-child(3), section.complince_solution.firstcolumn table th:nth-last-child(3) {
    background: #EBEEFD !important;
}
section.complince_solution table tr.chart_row > td {
    padding: 0;
    background-color: transparent !important;
    border-radius: 0 !important;
}
tr.chart_row td .user_list_tbl {
    border-radius: 0;
    border: none;
    padding: 0;
}
section.complince_solution table  tr th, section.complince_solution table  tr td {
    min-width: calc(50% / 3) !important;
    /* width: calc(50% / 3) !important; */
}
section.complince_solution table tr th:first-child, section.complince_solution table  tr td:first-child {
    width: 44 !important;
    min-width: 44% !important;
}


section.complince_solution table tr:first-child th:last-child,section.complince_solution table tr:first-child th:nth-last-child(2),section.complince_solution table tr:first-child th:nth-last-child(3) {
    border-radius: 16px 16px 0 0;
    position: relative;
}
td[colspan="5"] {
    border: none !important;
}
section.complince_solution.firstcolumn table > thead > tr:nth-child(2) th:nth-last-child(3) span,
section.complince_solution.middlecolumn table > thead > tr:nth-child(2) th:nth-last-child(2) span,
section.complince_solution.lastcolumn table > thead > tr:nth-child(2) th:nth-last-child(1) span {
    background: #fff;
}
section.complince_solution.middlecolumn .table>tbody tr.chart_row_parant:first-child td:nth-last-child(2) .btn-premium,
section.complince_solution.firstcolumn .table>tbody tr.chart_row_parant:first-child td:nth-last-child(3) .btn-premium,
section.complince_solution.lastcolumn .table>tbody tr.chart_row_parant:first-child td:nth-last-child(1) .btn-premium {
    background: #3a58ef;
    color: #fff;
}
.pricing-table.firstcolumn-pricing th:nth-child(2),.pricing-table.firstcolumn-pricing td:nth-child(2) {
    background: #EBEEFD;
}
.pricing-table.middlecolumn-pricing th:nth-child(3),.pricing-table.middlecolumn-pricing td:nth-child(3) {
    background: #EBEEFD;
}
.pricing-table.lastcolumn-pricing th:nth-child(4),.pricing-table.lastcolumn-pricing td:nth-child(4) {
    background: #EBEEFD;
}
.pricing-table.firstcolumn-pricing thead th:nth-child(2) {
    border-radius: 16px 16px 0 0;
}
.pricing-table.middlecolumn-pricing thead th:nth-child(3) {
    border-radius: 16px 16px 0 0;
}
.pricing-table.lastcolumn-pricing thead th:nth-child(4) {
    border-radius: 16px 16px 0 0;
}
.q_indevidual_sub_inner .pricing-table thead tr th{
    padding-top: 16px;
}
.pricing-table.firstcolumn-pricing .btn-premium, .pricing-table.middlecolumn-pricing .btn-premium, .pricing-table.lastcolumn-pricing .btn-premium {
    background: transparent;
}




/*Individual Section Start*/
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-align: left;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
}
.q_indevidual_sub .pricing-table th.second_th {
    border-bottom: 1px solid #EAECF0 !important;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}
p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: flex-start;
}
.pilotimgs img {
    max-width: 225px;
    height: auto;
    border: 1px solid #f3efef;
    border-radius: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
/* Deduplicated - 2026-05-14 (.education_tags_individual, p.get_app, .playsotores kept in earlier Individual section) */
/*Individual End*/



/* Detailed_Comparison_Table - Start - 221225  */

.Detailed_Comparison_Table {
    position: relative;
}

.Detailed_Comparison_Table tbody tr td {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    vertical-align: middle;
    border-radius: 16px 0 0 16px;
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}

.Detailed_Comparison_Table tbody tr td:last-child { 
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Detailed_Comparison_Table thead tr th {
    padding: 16px 24px;
    width: 280px;
    vertical-align: middle;
    background: var(--Text-Grey-100, #F2F4F7);
}

.Detailed_Comparison_Table thead tr th.My_cpe_Bg {
    border-radius: 16px 16px 0 0;
    background: var(--Theme-Blue-500, #3A58EF);
}

.Detailed_Comparison_Table thead tr th:first-child {
    background: transparent;
}

.Detailed_Comparison_Table thead tr th.My_cpe_Bg label {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    margin-bottom: 8px;
    width: 100%;
}

.Detailed_Comparison_Table thead tr th.My_cpe_Bg h3 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
}

.Detailed_Comparison_Table thead tr th.label {}

.Detailed_Comparison_Table thead tr th label {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    margin-bottom: 8px;
    width: 100%;
}

.Detailed_Comparison_Table thead tr th h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}

.Detailed_Comparison_Table tbody tr td.My_cpe_Bg {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.Detailed_Comparison_Table tbody tr td:first-child {
    color: var(--Text-Grey-700, #344054);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-align: left;
    padding: 16px 24px;
}

.Detailed_Comparison_Table tbody tr:first-child td {
    padding: 16px 24px;
}


.desc_last.note {
    border-radius: 4px;
    border: 1px solid var(--Theme-Yellow-400, #F1C94E);
    background: var(--Theme-Yellow-50, #FDF9EB);
    padding: 10px 12px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}



.desc_last.note span.Red_Text {
    color: var(--Error-Red-500, #F04438);

/* Text sm / Bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.desc_last.note b {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}


.Detailed_Comparison_Table .table-responsive {
    height: 750px;
}


/* Detailed_Comparison_Table - End - 221225  */


section.complince_solution.firstcolumn .c_tooltip span.c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
    background-color: #00001E;
    color: #fff;
}

tr.chart_row td table tbody tr td {
    overflow: visible;
}

tr.chart_row td .user_list_tbl {
    overflow: visible;
}

.c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #00001E transparent transparent;
    bottom: 14px;
    left: 8px;
}

span.c_tooltiptext p {
    color: #fff;
}

.table>tbody tr:last-child td {
    padding-bottom: 8px;
    border-bottom: 1px solid #EAECF0 !important;
}





.L_and_D_Banner_Left a.Schedule_Call_Btn:hover {
    border: 1px solid var(--Theme-Blue-700, #283fb1);
    background: var(--Theme-Blue-700, #283fb1);
}

.L_and_D_Banner_Left a.Explore_Assessments_Btn:hover {
    background: #3A58EF;
    border-color: #3A58EF;
}

.Year_End_title a.Schedule_Call_Btn:hover {
    background: var(--Theme-Blue-700, #283fb1);
}

.Trending_Topics_Todays .Topics_Main ul li:hover {
    border: 0;
    background: var(--Theme-Purple-500, #3a58ef);
    color: var(--White, #fff);
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}

.Trending_Topics_Todays .Topics_Main ul li:hover .nav-link {
    color: #fff;
}


.about_us_slide {
    min-height: inherit;
    border: none;
}





/* Make table header sticky on page scroll */
.Detailed_Table table.table thead {
    
                  /* stick to top of viewport */
    z-index: 11;        /* stay above table body */
        /* prevent transparency */
    position: sticky;
    top: 0;
    /* background: #FFF; */
}

/* Keep header row layout intact */
.Detailed_Table table.table thead tr {
    /* display: table;
    width: 100%;
    table-layout: fixed; */
}

/* Ensure header cells stay above body */
.Detailed_Table table.table thead th {
    position: sticky;
    top: 0;
    z-index: 101;
}

.Detailed_Table table.table thead th:first-child { 
    border-radius: 16px 0 0 0;
    background: var(--Text-Grey-100, #F2F4F7);
}




/* table start */

.header-container {
    z-index: 100 !important;
}



.sp_all_features .table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0 !important;
}

.sp_all_features .table thead tr td.table_features {
    text-align: left !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.sp_all_features .table thead tr td.table_features .plan-toggle {
    text-align: left !important;
}


.sp_all_features .table thead tr td.table_features .plan-toggle .btn-group {
    background: #F4F9FF;
}

.sp_all_features .table thead tr td .table_cta {
    margin-top: 16px !important;
}

.sp_all_features .table thead tr td {
    border-left: 1px solid #BCD7FF;
    border-right: 1px solid #BCD7FF;
    border-top: 1px solid #BCD7FF !important;
    border-bottom: 1px solid #BCD7FF;
    padding: 24px 0px;
}

.sp_all_features .table thead tr td:not(:last-child) {
    border-right: 0 !important;
}

.sp_all_features .table tr td {
    /* border-left: 1px solid #BCD7FF;
    border-right: 1px solid #BCD7FF; */
}

.sp_all_features .table thead tr td.active {
    border-color: #0F67EA !important;
    /* border-right: 1px solid #0F67EA !important;
    border-bottom: 1px solid #bcd7ff !important; */

    position: relative;
}

.sp_all_features .table tr td:not(:last-child) {
    /* border-right: 0 !important; */
}

.sp_all_features .table tr td.active {
    border-right: 1px solid #0F67EA !important;
    border-left: 1px solid #0F67EA !important;
    background: #F4F9FF;
}

.sp_all_features .table thead tr td.active .mostlike {
    background: #DFECFF;
    font-size: 14px;
    line-height: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0F67EA !important;
    padding: 8px !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -41px;
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #0F67EA;
    border-bottom: 0 !important;

}

.sp_all_features .table tbody .table-tit td.active {
    border-right: 1px solid #0F67EA !important;
    border-left: 1px solid #0F67EA !important;
}

.sp_all_features .table thead tr td.active {
    border-right: 1px solid #0F67EA !important;
    border-left: 1px solid #0F67EA !important;
    border-top: 1px solid #0F67EA;
    position: relative !important;
}

.sp_all_features .table tbody .table-tit td {
    background: rgba(218, 233, 255, 0.30);
    border: 1px solid #BCD7FF !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #1B1C1E !important;
    border-top: 0 !important;
}

.sp_all_features .table tbody .table-tit td:not(:last-child) {
    border-right: 0 !important;
}

.sp_all_features .table tr td.active+td {
    border-left: 0 !important;
}


.sp_all_features .table tbody .table-tit td.active {
    border-right: 1px solid #0F67EA !important;
}



.sp_all_features .table thead tr td .btn-link {
    font-size: 16px;
    line-height: 26px !important;
    border-radius: 8px;
    border: 1.5px solid #0F67EA;
    color: #0F67EA;
    padding: 8px 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}

.sp_all_features .table thead tr td .btn-link:hover {
    background: #0F67EA !important;
    color: #FFFFFF !important;
}

.sp_all_features .table thead tr td.active .btn-link {
    background: #0F67EA !important;
    color: #FFF !important;
}

.sp_all_features .table td,
.sp_all_features .table th {
    border-top: 0 !important;
}

.sp_all_features .table thead tr td.active .btn-link:hover {
    background: #0C54C0 !important;
    border-color: #0C54C0 !important;
}

.sp_all_features .table tbody tr td {
    /* border-bottom: 1px solid #BCD7FF !important; */
}

.sp_all_features .table thead tr.top-table-resp {
    position: sticky;
    top: 87px;
    /* background: #FFF; */
    z-index: 10;
}

.sp_all_features .top-table-resp h2 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 42px !important;

    margin-bottom: 0px !important;
    margin-top: 0 !important;
}


.tableWidthFixed {
    table-layout: fixed;
}

/* .Detailed_Table table.table th:first-child {
    width: 256px;
}

.Detailed_Table table.table th.My_cpe_Bg {
    width: 172px;
}

.Detailed_Table table.table th {
    width: 212px;
}

.Detailed_Table table.table th:last-child {
    width: 217px;
}

.Detailed_Table table.table tbody tr:first-child td:first-child {
    width: 327px;
}

.Detailed_Table table.table tbody tr td {
    width: 270px;
} */


/* New CSS - 160326 */

section.complince_solution label.Accounting_Firms_Text {
    gap: 10px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    margin: 0 auto 16px;
    border-radius: 500px;
    background: var(--Theme-Blue-50, #EBEEFD);
}

section.complince_solution label.Accounting_Firms_Text span {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: initial;
}

section.complince_solution h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}


.Looking_for_Btn_Link {
    margin-bottom: 36px;
}

.Looking_for_Btn_Link a.Looking_for_Btn {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.5s all ease-in-out;
}

.Looking_for_Btn_Link a.Looking_for_Btn:hover {
    gap: 12px;
    transition: 0.5s all ease-in-out;
}


section.complince_solution table > thead > tr:first-child th.First_Col {
    /* width: 40% !important; */
    /* min-width: 40% !important; */
    width: 82% !important;
    /* max-width: 230px !important; */
    /* min-width: 230px !important; */
}

section.complince_solution table > thead > tr:first-child th {
    width: 20% !important;
    min-width: 230px !important;
}

.Team_Subscription_Inclusions_Box {
    display: flex;
    align-items: center;
    gap: 24px;
}

section.complince_solution table > thead > tr:first-child th .Team_Subscription_Inclusions_Box_Left span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 15px;
}

.Team_Subscription_Inclusions_Box_Right {}

.Team_Subscription_Inclusions_Box_Right h3 {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 12px;
}

.Team_Subscription_Inclusions_Box_Right p {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    margin: 0;
}


.q_indevidual_sub_inner {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
}

.q_indevidual_sub_inner .q_indevidual_sub_inner_left {}

.q_indevidual_sub_inner .q_indevidual_sub_inner_left span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 18px;
    display: inline-block;
}

.q_indevidual_sub_inner .q_indevidual_sub_inner_right {}

.q_indevidual_sub_inner_right h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Get_started_form label.Form_Accounting_Firms_Text {
    border-radius: 500px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 4px 16px;
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-bottom: 16px;
}

.Get_started_form label.Form_Accounting_Firms_Text span {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}


tr.chart_row_parant:has(.rowactive) + tr.chart_row .table-responsive.user_list_tbl tr.accordion-toggle td {
    padding-left: 16px;
}

section.our_process_section .mos_banner_btns {
    margin-top: 36px;
    justify-content: start;
}

section.our_process_section .mos_banner_btns a.mos_trial_btn {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
    border: 1px solid #3A58EF;
}

section.our_process_section .mos_banner_btns a.mos_schedule_btn {
    background: #fff;
    color: #3A58EF;
    border: 1px solid;
}

section.our_process_section .mos_banner_btns a.mos_schedule_btn svg path {
    stroke: #3A58EF;
}

.about_us_slide-itm.slick-slide .about_us_slide p {
    text-align: start;
}

@media only screen and (max-width: 1600.51px) {   
    .Detailed_Table table.table th:first-child {
        background: transparent;
        width: 256px;
    }

    .Detailed_Table table.table th.My_cpe_Bg {
        width: 172px;
    }

    .Detailed_Table table.table th {
        width: 212px;
    }

    .Detailed_Table table.table th:last-child {
        width: 217px;
    }

    .Detailed_Table table.table tbody tr:first-child td:first-child {
        width: 327px;
    }

    .Detailed_Table table.table tbody tr td {
        width: 270px;
    }

    

}



@media only screen and (max-width: 1366.51px) {
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
        min-width: 60px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles {
        width: calc(100% - 76px);
    }
        section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        white-space: normal;
        font-size: 18px;
    }

    .Year_End_content span {
        font-size: 17px;
    }

    section.spleaker_grid .ins_ttl {
        font-size: 32px;
    }

    .Scroll_View_More_Box:before {
        width: 1116px;
    }

    .Detailed_Table table.table th:first-child {
        background: transparent;
        width: 262px;
    }

    .Detailed_Table table.table th.My_cpe_Bg {
        width: 172px;
    }

    .Detailed_Table table.table th {
        width: 209px;
    }

    .Detailed_Table table.table th:last-child {
        border-radius: 0 16px 0 0;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        width: 234px;
    }

    .Detailed_Table table.table tbody tr:first-child td:first-child {
        border-radius: 16px 0 0 0px;
        width: 300px;
    }

    .Detailed_Table table.table tbody tr td.My_cpe_Bg {
        width: 167px;
    }

    .Detailed_Table table.table tbody tr td {
        width: 270px;
    }

    .table-responsive.user_list_tbl > table tbody > tr td:first-child {
        width: 365px;
    }
    .Percentage_Box.stat_box_center {
        min-height: 130px;
    }

    .process_step_arrows svg {
        top: -3px;
        max-width: 315px;
    }
}
@media (max-width: 1599px) {
    .table>tbody tr:first-child td {
        padding-top: 8px;
    }
}
@media (max-width: 767px) {
    .Year_End_content:after {
        content: none;
    }
    .Topics_Main ul.nav-pills li.nav-item .nav-link {
        padding: 9px 36px;
    }
    .ourval .group-2,.ourval .group-5{
        flex-direction: column;
    }
    .ourval .img-2{
        display: none;
    }
    .Individual_subscriptions_content_Box {
        background-size: 100% 100%;
        padding: 48px 0px;
        border-radius: 24px;
    }
    .haveque-img {
        padding-top: 32px;
    }
    .mos_banner {
        padding: 32px 0;
    }
    .L_and_D_Banner_Left h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .L_and_D_Banner_Left ul {
        padding-bottom: 16px;
    }
    .Percentage_Box {
        max-width: 100%;
    }
    section.complince_solution {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .Scroll_View_More_Box:before {
        width: 320px;
    }

    .Accreditation_by_Bottom_Imgs {
        flex-direction: column;
    }

    .about_us .slick-prev, .about_us .slick-next {
        top: -30px;
    }

    .about_us .slick-next {
        top: -50px;
    }



    .Year_End_content {
        margin-bottom: 24px;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
        margin-bottom: 24px;
    }

    .Scroll_View_More_Box {
        bottom: -72px;
    }

    .All_Speakers {
        text-align: left;
        margin-top: 24px;
    }

    section.spleaker_grid .slick-prev {
        left: 0px;
        width: 40px;
        height: 40px;
        z-index: 9;
    }

    section.spleaker_grid .slick-next {
        right: 0;
        width: 40px;
        height: 40px;
    }

     section.spleaker_grid .slick-dots {
        display: flex;
    }

    .Individual_subscriptions_content_Box {
        padding: 24px 16px;
    }

    .about-client img {
        margin: 0;
    }


    .Percentage_Box.stat_box_center {
        margin-top: 0;
    }

    .table-responsive.user_list_tbl > table tbody > tr td:first-child {
        width: inherit;
    }

    .table-responsive.user_list_tbl > table tbody > tr td:first-child {
        padding-left: 12px; 
    }

    .process_step_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        min-width: 100%;
    }

    .process_step_label {
        text-align: center;
    }

}

/* Detailed Comparison section - mobile responsive */
@media (max-width: 767px) {
    section.Detailed_Comparison {
        padding: 40px 0;
    }

    .Detailed_Table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Detailed_Table .table-resp.socialpilot_data.sp_mobile_fix {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Detailed_Table table.table {
        min-width: 680px;
        table-layout: fixed;
    }

    .Detailed_Table table.table th {
        min-width: 110px;
        padding: 12px 8px;
        white-space: nowrap;
    }

    .Detailed_Table table.table th:first-child {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px;
    }

    .Detailed_Table table.table th label {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .Detailed_Table table.table th h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .Detailed_Table table.table th .Free_Trial_Btn {
        font-size: 10px;
        padding: 5px 6px;
        white-space: nowrap;
        display: inline-block;
        width: auto;
    }

    .Detailed_Table table.table tbody tr td {
        padding: 10px 8px;
        font-size: 14px;
        width: auto;
        min-width: 110px;
        white-space: nowrap;
    }

    .Detailed_Table table.table tbody tr td:first-child {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px;
        font-size: 16px;
        white-space: normal;
        word-break: break-word;
    }

    .Detailed_Table table.table tbody tr:first-child td:first-child {
        width: 230px !important;
    }

    .Detailed_Table table.table th.My_cpe_Bg {
        white-space: normal;
        word-break: break-word;
    }

    .Detailed_Table table.table tbody tr td.My_cpe_Bg {
        white-space: normal;
        word-break: break-word;
        font-size: 14px;
    }

    .sp_all_features .table thead tr.top-table-resp {
        position: static;
    }

    .Detailed_Table table.table thead th {
        position: static;
    }

    .q_indevidual_sub .pricing-table{
        display: block;
    }

    .Get_started {
        display: block;
    }

    .Accreditation_by_Top .col-md-2 {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-bottom: 24px;
    }

    section.Accreditation_by .Support_img {
        padding: 12px;
        min-height: 135px;
    }

    .Accreditation_by_Bottom_Imgs {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img {
        min-width: 90px;
        max-height: 90px;
        min-height: 90px;
    }
}

/* CRM Inner Accordion Styles */
.user_list_tbl tr.accordion-toggle td {
    background-color: #f5f7ff;
    padding: 10px 16px;
    cursor: pointer;
}

.user_list_tbl tr.accordion-toggle:hover td {
    background-color: #ebeefd;
}

.user_list_tbl .first-tdata {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user_list_tbl .first-tdata strong {
    font-size: 14px;
    font-weight: 600;
    color: #26244A;
    font-family: Inter, sans-serif;
}

.user_list_tbl .rotate-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%233A58EF' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    flex-shrink: 0;
}

.user_list_tbl tr.accordion-toggle.collapsed .rotate-icon {
    transform: rotate(0deg);
}

.user_list_tbl td.inntertbl {
    padding: 0 !important;
    border-top: none !important;
}

.user_list_tbl td.inntertbl .table {
    margin-bottom: 0;
}

.user_list_tbl .accordion-inner-row td.inntertbl table tr td {
    padding: 8px 16px;
    font-size: 13px;
    vertical-align: middle;
}

/* ===== Our Process Section ===== */
section.our_process_section {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.our_process_section .our_process_content {
    padding-right: 0;
}
section.our_process_section .Accounting_Firms_Text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #E0E4FB;
    border-radius: 100px;
    padding: 6px 16px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #26244A;
    margin-bottom: 20px;
}
section.our_process_section h2 {
    margin-bottom: 16px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
section.our_process_section h2 span {
    color: #3A58EF;
}
section.our_process_section > .container > .row > .our_process_content > p {
    margin-bottom: 40px;
    max-width: inherit;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.process_steps_row {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
}
.process_step_item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 14px;
    min-width: 156px;
}
.process_step_circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(58, 88, 239, 0.08);
    border-radius: 80px;
    border: 3px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.48px;
}
.process_step_desc {
    margin: 4px 0 0;
    color: var(--Text-Grey-500, #667085);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.process_step_label {
    margin: 0;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.process_step_arrows {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin: 0 4px;
    position: relative;
    max-width: 215px;
    width: 215px;
}

.process_step_arrows svg {
    position: absolute;
    top: -11px;
    left: -180px;
}

.our_process_illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}
.process_illustration_card {
    border: 1px solid #E0E4FB;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(58, 88, 239, 0.07);
    width: 100%;
    max-width: 480px;
}
.process_illustration_svg {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 991px) {
    section.our_process_section .our_process_content {
        padding-right: 15px;
        margin-bottom: 40px;
    }
    section.our_process_section h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    section.our_process_section {
        padding: 48px 0;
    }
    section.our_process_section h2 {
        font-size: 24px;
    }
    .process_steps_row {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }
    .process_step_arrows {
        padding-bottom: 0;
    }
    .process_step_arrows svg {
        transform: rotate(90deg);
        width: 40px;
    }
}
/* ===== End Our Process Section ===== */

/* ===== Advantages Section ===== */
section.advantages_section {
    padding: 72px 0;
    background: #ffffff;
}
.advantages_header {
    text-align: center;
    max-width: inherit;
    margin: 0 auto 48px;
}
.advantages_eyebrow {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #26244A;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
}
.advantages_header h2 {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #26244A;
    line-height: 1.2;
    margin-bottom: 16px;
}
.advantages_header h2 span {
    color: #3A58EF;
}
.advantages_subtext {
    font-family: Inter, sans-serif;
    font-size: 16px;
    color: #475467;
    line-height: 1.65;
    margin: 0;
}
.advantages_cards_row {
    gap: 0;
}
.advantages_card_col {
    padding: 12px;
}
.advantages_card {
    border: 1px solid #EAECF0;
    border-radius: 16px;
    padding: 28px 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    transition: box-shadow 0.2s ease;
}
.advantages_card:hover {
    box-shadow: 0 8px 32px rgba(58, 88, 239, 0.09);
}
.advantages_card_icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #F0F4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.advantages_card h3 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #26244A;
    line-height: 1.35;
    margin-bottom: 12px;
}
.advantages_card > p {
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: #475467;
    line-height: 1.65;
    margin-bottom: 24px;
    flex-grow: 1;
}
.advantages_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}
.adv_tag {
    border: 1px solid #EAECF0;
    padding: 5px 12px;
    white-space: nowrap;
    border-radius: 29px;
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 991px) {
    .advantages_header h2 {
        font-size: 32px;
    }
    .advantages_card_col {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    section.advantages_section {
        padding: 48px 0;
    }
    .advantages_header h2 {
        font-size: 26px;
    }
    .advantages_header {
        margin-bottom: 36px;
    }
}
/* ===== End Advantages Section ===== */

/* ===== Getting Started Section ===== */
section.getting_started_section {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.getting_started_header {
    text-align: center;
    max-width: inherit;
    margin: 0 auto 48px;
}
.getting_started_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #EAECF0;
    border-radius: 999px;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.getting_started_header h2 {
    margin-bottom: 16px;
    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;
}
.getting_started_header h2 span {
    color: #3A58EF;
}
.getting_started_subtext {
    margin: 0;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.getting_started_cards_row {
    margin-bottom: 40px;
}
.getting_started_col {
    padding: 10px;
}
.getting_started_card {
    background: #fff;
    border: 1px solid #E0E4FB;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
}
.gs_card_header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.gs_card_icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--White, #FFF);
}
.gs_card_title {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gs_card_subtitle {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.gs_card_title h3 {
    margin: 0;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.gs_card_time {
    margin: 0 0 16px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.gs_divider {
    border: none;
    border-top: 2px solid #D9D9D9;
    margin: 0 0 20px;
}
.gs_checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gs_checklist li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.gs_check_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.gs_check_filled {
    width: 22px;
    height: 22px;
    border-radius: 18.333px;
    background: var(--Theme-Blue-200, #9CABF7);
}
span.gs_check_icon.gs_check_filled svg path {
    stroke: #182878;
}

.gs_check_plain {
    width: 22px;
    height: 22px;
    border-radius: 18.333px;
    background: var(--White, #FFF);
}

span.gs_check_icon.gs_check_plain svg path {
    stroke: #0B0084;
}

.gs_checklist li div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.gs_checklist li strong {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.gs_checklist li p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.getting_started_cta {
    text-align: center;
    margin-top: 8px;
}
.gs_cta_btn {
    display: inline-block;
    border: none;
    text-decoration: none;
    transition: background 0.2s ease;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
}
.gs_cta_btn:hover {
    background: #2a45d4;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 991px) {
    .getting_started_header h2 {
        font-size: 30px;
    }
    .getting_started_col {
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    section.getting_started_section {
        padding: 48px 0;
    }
    .getting_started_header h2 {
        font-size: 24px;
    }
    .gs_card_title h3 {
        font-size: 26px;
    }
    .getting_started_card {
        padding: 24px 20px;
    }
}
/* ===== End Getting Started Section ===== */




#Hear_from_our_clients {
    padding: 60px 0;
    background: #fff;
    /* background: var(--Theme-Blue-50, #EBEEFD); */
}
#Hear_from_our_clients .Sec_Title {
    margin-bottom: 36px;
}
#Hear_from_our_clients .Sec_Title h2 {
    color: #26244A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
    text-align: left;
}
#Hear_from_our_clients .Sec_Title p {
    margin: 0;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.hear_clients_slider .slick-slide { padding: 0 10px; }
.hear_clients_slider .slick-list { margin: 0 -10px; }
.hear_clients_slider .slick-dots { bottom: -32px; }
.hear_clients_slider .slick-dots li button:before { font-size: 10px; color: #3A58EF; display: none;}
.News_Box.Short_Videos_Box {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 12px rgba(58,88,239,0.08);
    transition: box-shadow 0.2s;
}
.News_Box.Short_Videos_Box:hover { box-shadow: 0 6px 24px rgba(58,88,239,0.16); }
.short_video_Thumb_Img {
    width: 100%;
    background: #000;
    border-radius: 16px;
    position: relative;
    height: 441px;
}
.short_video_Thumb_Img .Subscribers_Img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
    border-radius: 16px;
    position: relative;
    height: 441px;
}
.News_Box.Short_Videos_Box:hover .short_video_Thumb_Img .Subscribers_Img { transform: scale(1.04); }
.short_video_Thumb_Img .videoshadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 441px;
    background: #000000;
    opacity: 0.5;
    pointer-events: none;
    border-radius: 16px;
}
.short_video_Thumb_Img .Video_Icon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.18));
}
.News_Box_Content {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
}
.News_Box_Content_Left img {
    height: 57px;
    min-width: 57px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.News_Box_Content_Right h3 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #26244A;
    margin: 0 0 2px;
    line-height: 1.3;
}
.News_Box_Content_Right p.title {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #667085;
    margin: 0;
}
/* Video Modal */
.Video_News_Modal .modal-dialog {
    max-width: 380px;
    margin: auto;
}
.Video_News_Modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    background: #000;
}
.Video_News_Modal .modal-header {
    background: transparent;
    border: none;
    padding: 10px 14px 0;
    position: absolute;
    right: 0; top: 0;
    z-index: 10;
}
.Video_News_Modal .modal-header .btn-close { filter: invert(1); opacity: 0.85; }
.Video_News_Modal .modal-body { padding: 0; }
.Video_News_Modal .iframe-container { position: relative; width: 100%; }
.Video_News_Modal .iframe-container iframe {
    display: block;
    width: 100%;
    height: 674px;
    border: none;
}

.Testimonials.Shorts_Video .slick-dots li.slick-active button {
    background: #3A58EF;
}

.Testimonials.Shorts_Video  .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px;
}

@media (max-width: 991px) {
    .short_video_Thumb_Img { max-height: 260px; }
}
@media (max-width: 767px) {
    #Hear_from_our_clients { padding: 40px 0; }
    #Hear_from_our_clients .Sec_Title h2 { font-size: 26px; }
    .short_video_Thumb_Img { max-height: 300px; }
    .Video_News_Modal .modal-dialog { max-width: 95vw; }
    .Video_News_Modal .iframe-container iframe { height: 500px; }
}



.Schedule_Contact {
    background: var(--White, #FFF);
    padding-block: 72px;
}

.Schedule_Contact h2.sec_title { 
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.72px;
    text-align: center;
    margin-bottom: 36px;
}

.Schedule_Contact h2.sec_title span { 
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
}

/* Related Blogs Section */
.Related_Blogs_Section {
    padding: 72px 0;
    background: var(--Theme-Purple-50, #F3F1FD);
}

.Related_Blogs_Title {
    margin-bottom: 40px;
    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;
}

.Blog_Card {
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
}

.Blog_Card_Img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 12px;
}

.Blog_Card_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Blog_Card_Body {
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.Blog_Card_Category {
    margin-bottom: 10px;
    display: block;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

.Blog_Card_Title {
    margin-bottom: 16px;
    flex: 1;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.Blog_Card_Meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #6B7280;
    font-family: Inter, sans-serif;
    font-size: 13px;
}

.Blog_Card_Meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--Text-Light-Grey, #75757D);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.Blog_Card_Meta svg {
    flex-shrink: 0;
    color: #6B7280;
}

.Blog_View_All_Wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.Blog_View_All_Btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #3A58EF;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.Blog_View_All_Btn:hover {
    background-color: #2a45d4;
    color: #fff;
    text-decoration: none;
}


section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
    top: -9%;
    left: auto;
    right: 56px;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    width: 40px;
    height: 40px;
}

.Testimonials.Shorts_Video .hear_clients_slider button.slick-prev:before {
    content: '';
    background-image: url(../images/website-pricing/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow {
    top: -9%;
    right: 0;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    width: 40px;
    height: 40px;
}

.Testimonials.Shorts_Video .hear_clients_slider button.slick-next:before {}

.Testimonials.Shorts_Video .hear_clients_slider button.slick-next:before {
    content: '';
    background-image: url(../images/website-pricing/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;

}

/* ===== Moved from inline styles ===== */

/* Pricing heading blue span */
.text-blue-primary {
    color: #3A58EF;
}

/* Table cells with white background (pricing/feature table) */
.td-bg-white {
    background-color: #fff;
    transition: background-color 0.3s ease;
}
.td-bg-white.plan-col-selected {
    background-color: var(--Theme-Blue-50, #EBEEFD) !important;
}
.complince_solution_table thead th.plan-col-selected {
    background-color: var(--Theme-Blue-50, #EBEEFD) !important;
    transition: background-color 0.3s ease;
}

/* Accordion-toggle rows in feature comparison table */
.cursor-pointer {
    cursor: pointer;
}

/* Hidden sections (display:none controlled by JS or server-side) */
.section-hidden {
    display: none;
}

/* Hidden SVG spinner (shown via JS during form submit) */
.svg-hidden {
    display: none;
}

/* Password-match success message */
.password-match-success {
    display: none;
    color: green;
}

/* Individual pricing table thead/tr border color */
.pricing-thead-border {
    border-color: #EAECF0;
}

/* Back button in signup form step 2 */
.back-btn-style {
    height: 46px;
    border: 1px solid #D0D5DD !important;
    background: #FFFFFF;
    color: #344054;
    font-weight: 600;
    border-radius: 4px;
}

/* ===== End Moved from inline styles ===== */

/* ===== Watch Video Modal ===== */
.Watch_video .modal-content {
    border: 0;
    width: 100%;
    max-width: inherit;
    background: transparent;
}

.Watch_video .modal-header {
    position: relative;
    padding: 0;
}

.Watch_video .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d46f0;
    opacity: 1;
    padding: 15px;
    border-radius: 50%;
    z-index: 9;
}
/* ===== End Watch Video Modal ===== */

/* ===== Getting Started Section Redesign ===== */
.gs_cards_new .getting_started_col {
    display: flex;
}
.gs_card_v2 {
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    padding: 36px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.gs_v2_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--Theme-Blue-50, #EBEEFD);
    border-radius: 500px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #04092A;
    width: fit-content;
    margin-bottom: 20px;
}
.gs_v2_title {
    font-size: 32px;
    font-weight: 700;
    color: #04092A;
    margin: 0 0 8px;
    line-height: 1.2;
}
.gs_v2_sub {
    font-size: 14px;
    color: #667085;
    font-weight: 400;
    margin: 0 0 28px;
}
/* Left card checklist */
.gs_v2_checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gs_v2_checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #04092A;
}
.gs_v2_checklist li strong {
    font-weight: 500;
}
.gs_v2_check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #D1DAFE;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Right card grid */
.gs_v2_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
}
.gs_v2_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.gs_v2_item strong {
    font-size: 15px;
    font-weight: 700;
    color: #04092A;
    line-height: 1.4;
}
.gs_v2_icon_circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gs_icon_purple { background: #7B3FE4; }
.gs_icon_blue   { background: #3A82F7; }
.gs_icon_green  { background: #12B76A; }
.gs_icon_orange { background: #F79009; }
.gs_icon_red    { background: #F04438; }
/* ===== CPA Sponsors Section ===== */
section.cpa_sponsers {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0 45px 0px;
}
section.cpa_sponsers h2 {
    margin-bottom: 30px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
section.cpa_sponsers p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
    color: #475467;
}
.sponser-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* ===== End CPA Sponsors Section ===== */

@media (max-width: 991px) {
    .gs_v2_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gs_card_v2 {
        padding: 28px;
    }
}
@media (max-width: 575px) {
    .gs_v2_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .gs_v2_title {
        font-size: 24px;
    }
    .gs_card_v2 {
        padding: 20px;
    }
}
/* ===== End Getting Started Section Redesign ===== */