body {
    font-family: 'IBM Plex Sans', "Roboto", sans-serif;
    overflow-x: hidden;
}

:root {

    --web--primary--color: #3551AC;
    --web--primary--light: #5587DD;
    --web--secondary--light: #6781A6;
}

.wb_text_secondary_light {
    color: var(--web--secondary--light);
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fz-10 {
    font-size: 10px;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-17 {
    font-size: 17px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.top_inf_header {
    background: linear-gradient(90.62deg, #265EBE 42.79%, #122B58 132.15%);
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: baseline;
    padding: 13px;
}

.top_inf_header p {
    margin: 0;
    color: #fff;
}

.top_inf_header .top_apply_now_button {
    background: transparent;
    border: none;
    color: #fff;
}

.wb_primary_btn {
    background: #3551AC;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #3551AC;
    font-weight: 500;
    box-shadow: 0px 13px 16px -8px #265EBE99;
    max-height: 48px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;

}

.wb_primary_btn:hover {

    background: #fff;
    color: var(--web--primary--color);

}

.wb_primary_btn:hover .demo_btn_svg {

    stroke: var(--web--primary--color);

}

.wb_primary_btn:hover .demo_primary_btn_svg path {

    fill: var(--web--primary--color);
}

.rounded-radius-btn {
    border-radius: 40px;
}

.demo_btn_svg,
.demo_secondary_btn_svg,
.demo_primary_btn_svg {
    margin-left: 5px;
}

.menu_favicon_block img {
    width: 48px;
}

.menu_bar_link_item {
    color: #2B2B2B;
    text-decoration: none;
    font-weight: 500;
}




.menu_bar_container {
    display: flex;
    padding: 0;
    gap: 1rem;
    list-style: none;
    margin: 0;
    align-items: center;

}



.lg_menubar_block {
    border: 0.5px solid #F2F2F3;
    box-shadow: 8px 14px 16px -5px #265EBE33;
    padding: 12px 20px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 3rem;
    background-color: #fff;
}

.lg_menubar_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.web_logo {
    width: 165px;
}


.index_wrapper {

    background-image: url('/assets/image/index-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 100px;
    max-width: 100vw;
    overflow-x: hidden;
}

.wb_text_primary {
    color: var(--web--primary--color);
}

.wb_text_primary_light {
    color: var(--web--primary--light);
}

.info_primary_tag {
    font-size: 42px;
    line-height: 58px;
}

.index_info_primary_P_tag {
    font-size: 28px;
    line-height: 39px;
}

.index_info_secondry_P_tag {
    font-size: 24px;
    line-height: 39px;
}

.index_button_container a {
    text-decoration: none;
}

.lt_sqr_radius_btn {
    border-radius: 5px;
}

.wb_secondary_btn {

    background: #fff;
    color: var(--web--primary--color);
    padding: 10px 20px;
    border: 1px solid #B1BCDF;
    font-weight: 500;
    max-height: 48px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;


}

.wb_secondary_btn:hover {

    background: var(--web--primary--color);
    color: #fff;
}

.wb_secondary_btn:hover .demo_btn_svg {
    stroke: #fff;
}

.wb_secondary_btn:hover .demo_secondary_btn_svg path {
    fill: #fff;
}

/* .wb_secondary_btn:hover .btn_svg_path{
    fill: var(--web--primary--color);
} */

.ft_section_wrapper {

    /* padding: 60px 0px; */
    background: linear-gradient(106.7deg, #3551AC 10.98%, #162146 74.4%);
    margin-bottom: 100px;

}

.features_info_scroller {
    width: 30%;
    background: #fff;
    padding: 50px;
    /* border-radius: 0 17px 17px 0px; */
    max-height: 100vh;
    overflow-y: hidden;
    scrollbar-width: none;
    /* border-right: 1px solid var(--web--primary--color); */
}

.features_info_title {

    background-color: #D4E1F7;
    padding: 10px 20px;
    border-radius: 10px;

}


.features_info_title p {
    margin: 0;
    color: #193F80;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;

}

.features_info_color {
    color: #265EBE;
}

.features_info_card {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 40px;
    /* cursor: pointer; */
}

.active_feature_card {
    background-color: #fff;
}

.active_feature_card .features_info_color {

    color: #FCFDFE;
}

.active_feature_card .features_info_title {
    background-color: #2254AA;
}

.active_feature_card .features_info_title p {
    color: #fff;
}

.active_feature_card {
    background-color: #AAC3EE;
}

.features_info_dashboard_img_contianer {
    background-color: #ffffff;
    /* height: 450px; */
    height: 100vh;
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features_info_scroller_container {
    display: flex;
    /* top: 2.5vh; */
    top: 0;
    position: sticky;

}

/* blogs styles */
#blogs .category-link.active {
    background-color: #0d6efd;
    color: #fff !important;
}

#blogs .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

#blogs .blog-card {
    transition: transform 0.3s;
}

#blogs .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

#blogs .category-sidebar {
    position: sticky;
    top: 20px;
}


#blogs .active-card {
    background-color: #265EBE;
    color: white;
    border: 2px solid#265EBE;
}

#blogs .active-card .card-title,
#blogs .active-card .text-muted,
#blogs .active-card .badge {
    color: white !important;
    background-color: transparent !important;
}

/* blogs styles */

/* marquee cytrusst blogs */
#blogs .moving-text {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#blogs .moving-text .moving-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    /* Adjust spacing between text and image */
    animation: moveLeft 15s linear infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* each blog */
#eachblog .card-custom {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#eachblog .card-custom img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#eachblog .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
    color: white;
    padding: 15px;

}

#eachblog .read-time-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #0d6efd;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;

}

#eachblog .category-badge {
    background-color: #0d6efd;
    color: white;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 12px;
    margin-left: 10px;
}

#eachblog .date-text {
    font-size: 12px;
    color: #ccc;
}


#each-blog .sidebar a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 4px;
}

#each-blog .sidebar a:hover {
    background-color: #265EBE;
    color: white;
}

#each-blog .sidebar {
    margin-right: 20px;
    /* Space between sidebar and main content */
}




/* .features_info_dashboard_img_contianer::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-left: 5px solid #fff;
    border-bottom: 8px solid #fff;
    border-radius: 0 0 0 20px;
    top: -32px;
    left: -5px;
}
.features_info_dashboard_img_contianer::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-left: 5px solid #fff;
    border-top: 8px solid #fff;
    border-radius: 20px 0 0 0;
    bottom: -32px;
    left: -5px;
} */

.dynamic_scroller_dashboard_image_container img {

    width: 100%;
}

.dynamic_scroller_dashboard_image_container {

    /* position: absolute;
    z-index: 1;
    padding: 0px 30px 0px 40px;
    width: 80%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; */
    width: 100%;
}


.md_bd_section {
    background: url('/assets/image/middle-banner.webp');
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comp_card {
    background: var(--card--bg--color);
    padding: 12px 16px;
    text-align: center;
    border-radius: 20px;
    width: 300px;
    border-bottom: 3px solid var(--card-br-color);
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    transition: all 0.3s;

}

.comp_card:hover {

    background: #5388FF;
    z-index: 2;
}

.comp_card:hover p {
    color: #fff;

}

.comp_card img {
    width: 70px;
}

.comp_card p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
}

.camp_card_mr_adj {
    margin-left: auto;
    margin-right: 20px;
}

.comp_card_container .comp_card:not(:first-child) {

    margin-top: -33px;
}

.z-index-1 {
    z-index: 1;
}

.comp_card_main_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}

.comp_card_sub_container {
    width: 600px;
}

.comp_card_sub_img_container {
    flex: 1;
}

.product_card {
    /* width: 330px; */
    height: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #EAF0FB;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;

    cursor: pointer;


}

.product_card:hover {
    background: #3551AC;

}

.product_card:hover h4 {
    color: #D4E1F7;
}

.product_card:hover p {
    color: #ffffff;
}

.product_card:hover .wb_primary_btn {
    background: #fff;
    color: var(--web--primary--color);
}

.product_card:hover .demo_btn_svg {
    stroke: var(--web--primary--color);
}

.product_img_container {
    width: 80%;
    margin: 0 auto;
}

.wb-px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.product_card_btn_block {
    width: max-content;
    margin-left: auto;
}

.wb_frame_works_section {
    background-color: #265EBE;
    padding: 40px 0px;
}

.frame_work_card {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.frame_work_card_logo_title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.frame_work_card_logo_title img {
    width: 75px;
}

.frame_work_card_logo_title p {
    margin: 0;
    font-size: 26px;
    color: #091922;
    font-weight: 400;
    text-transform: uppercase;
}

.frame_work_info {
    font-size: 15px;
    color: #091922;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 400;
}


.frame_work_btn_container button {
    background: transparent;
    border: none;
    color: var(--web--primary--color);
    font-weight: 500;
    font-size: 14px;
}

.frame_work_btn_container button svg {

    transform: translateX(0);
    transition: all 0.3s;
    will-change: transform;

}

.frame_work_btn_container button:hover svg {

    transform: translateX(10px);


}

.active_sector_block {
    background: #ffffff;
    border: 2px solid #265EBE;
    /* box-shadow: 7px 10px 26px 0px #0000001A, 29px 38px 48px 0px #00000017, 65px 86px 65px 0px #0000000D, 115px 153px 77px 0px #00000003, 180px 240px 84px 0px #00000000; */
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
    width: 350px;
    height: auto;
    transition: 0.3s;
    transform: scale(1);

}

.active_sector_block:hover {

    background: #265EBE;
    transform: scale(1.2);
    z-index: 1;
}

.active_sector_block:hover .active_sector_title,
.active_sector_block:hover .active_sector_lists li {
    color: #fff;
}

.active_sector_title {
    font-size: 24px;
    /* color: #fff; */
    color: var(--web--primary--color);
    font-weight: 600;
    margin-top: 10px;
}

.active_sector_block img,
.inactive_sector_block img {
    width: 70px;
}

.active_sector_lists,
.inactive_sector_lists {

    padding: 0;
    list-style: none;

}

.active_sector_lists li {

    font-size: 14px;
    color: var(--web--primary--light);
    /* color: #ffffff; */
    margin-top: 10px;
    font-weight: 600;
}


.inactive_sector_block {
    border: 1px solid #265EBE;
    padding: 40px 20px 20px 20px;
    width: 300px;
    border-radius: 20px;
}

.inactive_sector_title {
    font-size: 24px;
    color: var(--web--primary--color);
    font-weight: 600;
    margin-top: 10px;
}

.inactive_sector_lists li {

    font-size: 14px;
    color: var(--web--primary--light);
    margin-top: 10px;
    font-weight: 600;
}

.sectors_container {
    display: flex;
    gap: 4rem;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.reviewer_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer_name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.reviewer_company {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}

.testimonial_card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
}

.reviewer_details {
    flex-shrink: 0;
}

.testimonial_section {
    background-color: #3551AC;
    position: relative;
}

.ts_card_left {
    background-color: #383838;
    color: #fff;
}

.ts_card_right {
    background-color: #ffffff;
    color: var(--web--primary--color);
    margin-left: auto;

}

.testimonial_top_sticky_header {
    position: absolute;
    top: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(1deg, rgba(53, 81, 172, 0.42) 31.49%, rgba(8, 34, 79, 0.7) 108.7%);
    left: 0;
    z-index: 1;
}

.testimonial_container {
    height: 100%;
    overflow-y: hidden;
    max-height: 600px;
    scrollbar-width: none;
    padding: 0;
}

.testimonial_footer_sticky {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(181.59deg, rgba(53, 81, 172, 0.5) 29.76%, #112A55 98.09%);
    left: 0;
    z-index: 1;

}

footer {
    background: linear-gradient(130.1deg, #002E85 45.16%, #265EBE 105.32%);
    padding: 40px 20px;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/assets/image/footer-background.webp');
}

.footer_link_lists,
.footer_social_lists {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_link_item {
    color: #fff;
    text-decoration: none;
    font-weight: 400;

}

.footer_link_list {
    margin: 10px 0px;
}

.footer_logo {
    width: 160px;
}

.footer_standard_logo {
    width: 70px;
}

.footer_country_logo {
    width: 70px;
    height: 44px;
    margin-right: 10px;
}

.footer_asm_log {
    width: 50px;
    height: 50px;
}


.footer_top_container {

    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.footer_blocks:first-child {
    max-width: 450px;
}

.footer_links_block {
    display: flex;
    gap: 4rem;
}

.right_logo {
    display: flex;
    flex-direction: column;
}

.footer_email_sender {
    width: 100%;
    padding: 12px 50px 12px 12px;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 14px;

}

.footer_inner_blocks {
    flex: 1;
}

.footer_social_lists {
    display: flex;
    gap: 1rem;
}

.footer_social_lists li img {

    width: 35px;
}

.footer_social_links {
    margin-top: 30px;
    width: max-content;
}

.footer_standards {
    margin-top: 30px;
    width: max-content;
}


.footer_bootm_link_block {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer_bottom_container {
    display: flex;
    gap: 2rem;
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.footer_bootm_cp {
    flex: 1;
}

.ang_reader {
    position: absolute;
    height: 350px;
    width: 2px;
    background-color: var(--web--primary--color);
    top: 50%;
    transform: translateY(-50%);
    /* left: 7%; */
}

.ang_reader::before {

    content: '';
    position: absolute;
    top: 0px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--web--primary--color);
    transform: translateX(-50%);
}

.ang_reader::after {

    content: '';
    position: absolute;
    bottom: 0px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--web--primary--color);
    transform: translateX(-50%);

}

.mobile_menu_icon div {

    width: 35px;
    height: 6px;
    border: 2px solid #3551AC;
    margin: 3px 0;
    border-radius: 5px;

}

.mobile_menu_icon {

    cursor: pointer;
}

.mobile_menu_container,
.mobile_menu_close {
    display: none;
}

.index_button_container {

    display: flex;
    gap: 1rem;

}

.lb_text_end {
    text-align: end;
}

.fag_toggle_btn {
    border: 1px solid #B1BCDF;
    background: #fff;
    padding: 10px 30px;
    font-weight: 500;
    color: var(--web--primary--color);
    border-radius: 10px;
    font-size: 14px;
}

.fag_toggle_btn:hover {
    background: var(--web--primary--color);
    color: #fff;
}

.active_faq_toggle_btn {
    color: #fff;
    box-shadow: 0px 13px 16px -8px #265EBE99;
    background: var(--web--primary--color);

}

.fag_toggle_btn_container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.faq_qa_block {
    border: 1px solid #265EBE;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 32px 71px 0px #0000001A, 0px 129px 129px 0px #00000017, 0px 291px 175px 0px #0000000D, 0px 518px 207px 0px #00000003, 0px 809px 226px 0px #00000000; */
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.faq_qs {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}

.faq_q_tag {
    font-size: 18px;
}

.faq_ans {

    color: #7FA5E6;
    /* opacity: 0; */
    transform: scaleY(0);
    transform-origin: top;
    height: 0;
    transition: 0.2s;


}

.active_fag .faq_ans {

    transform: scaleY(1);
    height: auto;
    /* opacity: 1; */
    padding-top: 10px;

}

.qs_main_container {
    display: none;
}

.qs_main_container[data-qs="asm"] {
    display: block;
}

.active_fag .fag_dropdown_svg {

    transform: rotate(180deg);

}



.sticky_continer {

    position: sticky;
    top: 0;
    height: 100vh;
    flex: 1;
    display: flex;
    align-items: center;
}

.feature_card_dashboard_image {
    /* transform: scaleY(0); */
    transform-origin: top;
    transition: transform 0.2s;
    width: 100%;
    height: auto;
    padding-top: 30px;
    display: none;

}

/* .active_feature_card .feature_card_dashboard_image{

    transform: scaleY(1);
    height: 1;
    height: 100%;

    padding-top: 30px;

} */

.features_scroller_main_container {

    /* height: 700vh; */
    height: 300vh;
}

.tab_d_toggle {
    display: none;
}

.mr-5 {
    margin-right: 5px;
}

.top_harizontal_card {
    background: #F3F7FD;
    padding: 10px;
    border-radius: 10px;
    width: 280px;
    border: 1px solid #265EBE;
    display: flex;
    align-items: center;
    justify-content: center;


}

.top_harizontal_card_innerblock {
    background: #DDE7F6;
    padding: 10px;
    color: var(--web--primary--color);
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    white-space: normal;
}

.top_harizontal_card_container {

    display: flex;
    white-space: nowrap;
    width: 100%;
    gap: 1rem;
    animation: harizontal_slider 10s linear infinite forwards;
    padding-right: 1rem;


}

.top_harizontal_slider:hover .top_harizontal_card_container {
    animation-play-state: paused;
}

.top_harizontal_slider {
    overflow-x: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    /* gap: 1rem; */

}

.mask_image_hidden {
    mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.text_decoration_none {
    text-decoration: none;
}

.top_bg_quote {
    width: 20%;
    position: absolute;
    left: 0;
}

.bottom_bg_qoute {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
}

@keyframes harizontal_slider {

    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }

}

.scrolling_content .features_info_card:last-child {
    margin-bottom: 0;
}

.testimonial_animation_container {
    height: 100%;
}

.testimonial_animation_container:hover .testimonial_card_container {
    animation-play-state: paused;
}

.testimonial_card_container {

    animation: vertical_slider 10s linear infinite forwards;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.mmt1 {
    margin-top: -1rem;
    padding-top: 1rem;
}

.mb1 {
    padding-bottom: 1rem;
}

@keyframes vertical_slider {

    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }

}

.mega_dropdown {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 10;
    margin-top: 25px;

    display: flex;
    gap: 4rem;
    justify-content: center;
    opacity: 1;
    transition: 0.1s;
    transform: scaleY(0);
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    padding: 0;

}

.open_megadropdown {
    opacity: 1;
    transform: scaleY(1);
    max-height: 65vh;
    padding: 30px;
    box-shadow: 0px 13px 16px -8px #265EBE99;
    border-top: 1px solid var(--web--secondary--light);
}

.mega_dropdown_links_container a {

    text-decoration: none;
    color: #000;
}

.mega_dropdown_links_container ul li {
    margin-top: 10px;
}


.top_product_link {
    background: #F3F7FD;
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 1rem;
    color: var(--web--primary--color);
    align-items: center;
}

.mega_dropdown_links_container ul li a {
    transition: 0.3s;
}

.mega_dropdown_links_container ul li a:hover {

    padding-left: 10px;
}

.top_link_svg_container {
    display: inline-block;
    background: var(--web--primary--color);
    padding: 8px;
    border-radius: 6px;
}

.c-pointer {
    cursor: pointer;
}

.megadropdown_toggle::before {

    content: '';
    display: inline-block;
    position: absolute;
    width: 84px;
    height: 56px;
    margin-top: 24px;
    cursor: pointer;
    background: transparent;
}


.open_megadropdown {
    opacity: 1;
    transform: scaleY(1)
}

.rotate_180 {
    transform: rotate(180deg);
}



.border-rotate {

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 21px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rpm {

    width: 440px;
    height: 440px;
    position: relative;
    margin: 0 auto;
}

.rpm::after {
    content: '';
    position: absolute;
    width: 57%;
    height: 66%;
    background-color: #eceffc;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
    z-index: -1;
}

.rotate_mi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(0deg);
    transform-origin: bottom;
    animation: rotateMeter 6s linear infinite forwards;
}



@keyframes rotateMeter {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(270deg);
    }


}

.needle_container {
    width: 80px;
    height: 80px;
    background: #e0e6f8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(2deg);
    transition: 0.3s;
    transform-origin: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #c2d1f4;
    animation: rotateMeter 5s ease-in infinite 1s forwards;

}

.needle {
    position: absolute;
    left: -40%;
    top: 27%;
}

.center_needle_log {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score_card_container {

    position: absolute;
    background: #BF4E4E;
    padding: 15px;
    border-radius: 10px;
    border-bottom: 3.23px solid #8E0000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: bg_color_animation 5s linear 1s infinite;
    box-shadow: -10px -25px 45px -5px #00000080 inset;

}

.yr_score {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.score_card {
    background: #fff;
    padding: 9px;
    border-radius: 10px;
    color: #943b3d;
    font-weight: 600;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 0.81px solid #D00F5D;
    box-shadow: 0px 3.23px 3.23px 0px #00000040;
    font-size: 14px;
    animation: colorCycle 5s linear 1s infinite;


}

.yr_score h5 {
    font-size: 16px;
}

.score_card::after {

    content: 'E+';
    display: inline;
    animation: changeLetter 5s ease-in 1s infinite;

}

@keyframes bg_color_animation {

    0% {

        background: #BF4E4E;
        border-bottom: 4px solid #8E0000;
    }

    50% {

        background: #F9A639;
        border-bottom: 4px solid #F79009;
    }

    75% {

        background: #F9A639;
        border-bottom: 4px solid #F79009;

    }

    100% {
        background: #0FD082;
        border-bottom: 4px solid #098855;
    }

}

@keyframes changeLetter {

    0% {
        content: "E+";
    }

    50% {
        content: "B+";
    }

    90% {
        content: "A+";
    }

    100% {
        content: "A+";
    }

}



@keyframes colorCycle {
    0% {
        color: #8E0000;
        border-color: #8E0000;
    }

    50% {
        color: #F79009;
        border-color: #F79009;
    }

    60% {
        color: #F79009;
        border-color: #F79009;
    }

    100% {
        color: #098855;
        border-color: #098855;
    }
}


.index_fl_row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

}

.index_fl_animation {

    width: 500px;
}

.index_fl_info {
    flex: 1;
}

.yr_score img {
    width: 30px;
}


.score_card_container::before {
    content: '';
    position: absolute;
    width: 124px;
    height: 112px;
    background: url(assets/image/dashed_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
    background-size: cover;
    margin-left: 15px;
    margin-top: -17px;
}

.settings_animation {
    width: 450px;
    height: 450px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.settings_anim_inner_logo {
    position: absolute;
    width: 165px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.settings_brd_img {

    background: #407BFF;
    width: 47px;
    padding: 5px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    top: var(--w-top);
    left: var(--w-left);
    transform: var(--w-transform);
    box-shadow: var(--w-box-shadow);
    position: absolute;
    animation: scaleupScaledown 3s linear infinite;

}

@keyframes scaleupScaledown {

    0% {
        transform: var(--w-transform) scale(1);
    }

    50% {
        transform: var(--w-transform) scale(0.5);
    }

    100% {
        transform: var(--w-transform) scale(1);
    }
}

.animate_rotate_img {

    animation: rotator 5s ease-in 2s infinite;
}

@keyframes rotator {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.sendEmail {
    width: 28px;
    position: absolute;
    right: 12px;
    top: 28px;
    cursor: pointer;
}

.frame_works_animation {

    height: auto;
    overflow: hidden;
}

video {
    width: 100%;
    object-fit: contain;
}

/* resources dropdown styles */
.resources_dropdown {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 4px;
    padding: 10px 0;
}

.resources_dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resources_dropdown li {
    padding: 8px 20px;
}

.resources_dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}

.resources_dropdown a:hover {
    color: #265EBE;
    background: rgba(38, 94, 190, 0.05);
}

/* Show dropdown on hover */
.resources_dropdown_toggle:hover .resources_dropdown {
    display: block;
}

/* Rotate arrow when dropdown is open */
.resources_dropdown_toggle:hover .resources_dropdown_svg {
    transform: rotate(180deg);
}

.resources_dropdown_svg {
    transition: transform 0.2s ease;
}




/*reources dropdown styles  */

@media screen and (max-width: 1200px) {
    .settings_animation {
        margin-top: 60px;
        margin-bottom: 30px;

    }

    /* resource styles */
    .resources_dropdown {
        position: absolute;
        display: none;
        background: #fff;
        min-width: 180px;
    }

    .resources_dropdown_toggle:hover .resources_dropdown {
        display: block;
    }

    .resources_dropdown li a:hover {
        border: 1px solid white;
        padding: 10px;
        border-radius: 10px;
        color: white;
    }
}






@media screen and (max-width: 992px) {

    .mobile_menu_container,
    .feature_card_dashboard_image {
        display: block;
    }

    .tab_d_toggle {
        display: block;
    }

    .ft_section_wrapper {
        margin: 0;
        background: none;
    }

    .active_sector_block:hover {

        background: #265EBE;
        transform: scale(1);
        z-index: 1;
    }

    .lg_menubar_logo_contianer {
        display: none;
    }

    .lg_menbar_in_block {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        border-radius: 0;
        width: 80%;
        height: 100vh;
        background: red;
        z-index: 1000;
        box-shadow: 0 0 19px #e2e2e2;
        background-color: #fff;
        width: 0%;
        transform: translateX(100%);
        will-change: transform;
        transition: all 0.3s ease-out;
        overflow: hidden;
    }

    .open_mobile_menu {
        width: 80%;
        transform: translateX(0%);
        overflow: visible;
    }

    .menu_bar_container {

        flex-direction: column;
        gap: 0;
    }

    .mobile_menu_close {
        display: block;
        background-color: #0944ab;
        padding: 10px;
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .menu_bar_link_list {
        background: linear-gradient(90.62deg, #265EBE 42.79%, #122B58 132.15%);
        padding: 10px;
        border-bottom: 1px solid #fff;
        position: relative;
        width: 100%;
    }

    .menu_bar_link_item {
        color: #fff;
    }

    .lg_menubar_container {
        justify-content: end;
    }


    /* .features_info_scroller{
        width: 450px;
       
    } */
    .features_info_dashboard_img_contianer {

        max-height: 220px;
    }

    .ang_reader {
        left: 4%;
        height: 200px;
    }

    .dynamic_scroller_dashboard_image_container {
        padding: 0px 30px 0px 40px;
        width: 100%;
    }

    .comp_card_sub_img_container {
        display: none;
    }

    .camp_card_mr_adj {
        margin: 0;

    }

    .comp_card_container .comp_card:not(:first-child) {
        margin-top: 0;
    }

    .comp_card_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .comp_card_sub_container {
        width: 100%;
    }

    .resources_dropdown_svg,
    .resources_dropdown_svg path {
        fill: #fff;
    }

    .backdrop_webmobilemenu {

        background: #ffffffc7;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        will-change: opacity, transform;
        top: 0;
        left: 0;

    }

    .open_webmobilemenu {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease;
    }

    .wb-overflow-y-hidden {
        overflow-y: hidden;
    }

    .features_scroller_main_container {
        height: auto;
    }

    .features_info_scroller {

        width: 100%;
        border-radius: 0;
        max-height: 100%;
        height: auto;
    }

    .sticky_continer {
        display: none;
    }

    .mega_dropdown {
        position: static;
        flex-wrap: wrap;
        height: auto;
        overflow: auto;
        margin-top: 0;
        transform: scaleY(1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        background: linear-gradient(90.62deg, #1a4a9e 0%, #0d2340 100%);
        border-radius: 0;
    }

    .mega_dropdown.open_megadropdown {
        opacity: 1;
        visibility: visible;
        padding: 30px;
        max-height: 65vh;
        box-shadow: 0px 13px 16px -8px #265EBE99;
        border-top: 1px solid var(--web--secondary--light);
    }

    .mega_dropdown_links_container {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mega_dropdown_links_container:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .mega_dropdown_links_container .top_product_link {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .mega_dropdown_links_container .top_link_svg_container {
        background: rgba(255, 255, 255, 0.2);
    }

    .mega_dropdown_links_container ul {
        padding-left: 15px;
    }

    .mega_dropdown_links_container ul li {
        margin-top: 8px;
    }

    .mega_dropdown_links_container ul li a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        padding: 5px 0;
        display: block;
        transition: all 0.2s ease;
    }

    .mega_dropdown_links_container ul li a:hover {
        color: #fff;
        padding-left: 8px;
    }

    .mega_dropdown_svg {
        fill: #fff;
        stroke: #fff;
    }

    .mega_dropdown_svg path {
        fill: #fff;
    }

    .index_fl_row {
        flex-wrap: wrap;
    }

    .tb_mb_flex_direction {

        flex-direction: column-reverse;
    }

    .index_fl_animation {
        width: 100%;
    }

    .index_fl_info {
        margin-top: 65px;
    }

    /* resource styles */
    .resources_dropdown {
        position: static;
        display: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        padding-left: 20px;
    }

    .resources_dropdown.open {
        display: block;
    }

    .resources_dropdown li {
        padding: 10px 0;
    }

    .resources_dropdown a {
        color: #fff;
    }

    /* resource styles */

}

@media screen and (max-width: 768px) {

    .lg_menbar_in_block {
        width: 0%;
        transform: translateX(100%);
        overflow: hidden;
        pointer-events: none;
    }

    .open_mobile_menu {
        width: 80%;
        transform: translateX(0%);
        pointer-events: auto;
    }

    .features_info_dashboard_img_contianer {
        display: none;
    }


    .testimonial_card {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .sectors_container {
        width: 100%;
        gap: 1rem;
        margin-top: 1rem;
    }

    .active_sector_block,
    .inactive_sector_block {
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer_top_container {
        flex-wrap: wrap;
    }

    .features_info_scroller {
        padding: 15px;
    }

    .mobile_menu_close {
        display: block;
        background-color: #0944ab;
        padding: 10px;
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    /* resource styles  */
    .resources_dropdown {
        position: static;
        display: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        padding-left: 20px;
    }

    .resources_dropdown.open {
        display: block;
    }

    .resources_dropdown li {
        padding: 10px 0;
    }

    .resources_dropdown a {
        color: #fff;
    }

    /* resource styles */



}

@media screen and (max-width: 576px) {

    .lg_menbar_in_block {
        width: 0%;
        transform: translateX(100%);
        overflow: hidden;
        pointer-events: none;
    }

    .open_mobile_menu {
        width: 80%;
        transform: translateX(0%);
        pointer-events: auto;
    }

    .mobile_menu_close {
        display: block;
        background-color: #0944ab;
        padding: 10px;
        border-bottom: 1px solid #fff;
        width: 100%;
    }



    /* resource styles */
    .resources_dropdown {
        position: static;
        display: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        padding-left: 20px;
    }

    .resources_dropdown.open {
        display: block;
    }

    .resources_dropdown li {
        padding: 10px 0;
    }

    .resources_dropdown a {
        color: #fff;
    }

    /* resource styles */

    .info_primary_tag {
        font-size: calc(1.4rem + .6vw);
        line-height: 35px;
        text-align: center;
    }

    .index_info_primary_P_tag {
        font-size: calc(1rem + .6vw);
        line-height: 30px;
    }

    .index_info_secondry_P_tag {
        font-size: calc(0.8rem + .6vw);
        line-height: 28px;
    }

    .lg_menubar_block {

        width: 100%;
        gap: 1rem;
        justify-content: space-between;
        padding: 10px;
    }

    .menu_favicon_block img {
        width: 35px;
    }

    .wb_primary_btn {
        font-size: 14px;
        padding: 7px 15px;
    }

    .top_inf_header {
        align-items: center;
    }

    .top_inf_header .top_apply_now_button {

        flex-shrink: 0;

    }

    .mb_text_center {
        text-align: center;
    }

    .mb_h_100 {
        height: 100%;
    }

    .faq_q_tag {
        font-size: 15px;
    }

    .wb_secondary_btn {
        padding: 10px 10px;
    }


    .testimonial_card_container {
        animation: vertical_slider 15s linear infinite forwards;
    }

    .top_harizontal_card_container {
        animation: harizontal_slider 15s linear infinite forwards;
    }

    .rpm {
        width: 310px;
        height: 310px;
        position: relative;
        margin: 0 auto;
    }

    .yr_score img {
        width: 25px;
    }

    .yr_score h5 {
        font-size: 14px;
    }

    .score_card_container {
        padding: 10px;
        gap: 0.5rem;
    }


    .score_card {

        padding: 9px;
        width: 31px;
        height: 31px;
        font-size: 12px;

    }

    .needle {
        position: absolute;
        left: -28%;
        top: 29%;
    }

    .needle svg {
        width: 78px;
        height: 78px;
    }

    .top_harizontal_card_innerblock {
        font-size: 14px;
    }

    .rpm::after {
        width: 48%;
    }



}