
.px-65{
    padding: 0 65px 0 65px;
}
/*new css*/
/*---CTA Section Css Start---*/
.defender_wcb_section {
    padding: 150px 0;
}
/*---CTA Section Css End---*/

/*WCB Section Css Start--- */
.defender_wcb_section {
    padding: 100px 0 100px 0;
}
.defender_wcb_section .card {
    background: #F5F8FC;
}
.WCB .card .card_count {
    background: #E0ECFC;
    color: #247FFB;
}
/*WCB Section Css End--- */

.heading2 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
}
.page_text {
    font-size: 20px;
    line-height: 33px;
    color: #575960;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 40px;
}
.page_text:last-child {
    margin-bottom: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot span{
    height: 8px;
    width: 8px;
    border:1px solid #247FFB;
    border-radius:8px ;
    background-color: #F5F8FC;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
 .owl-dot.active{
background-color: #247FFB;
 }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background-color: #247FFB;
 }
.dashboard-image {
    margin-bottom: 50px;
}

.point-box {
    margin-bottom: 30px;
}
.point-box .heading{
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    font-family: 'Inter', sans-serif;

}
.point-box .text {
    font-size: 18px;
    line-height: 26px;
    color: #575960;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.btn-group {
    display: flex;
        gap: 10px;
    margin-top: 30px;
}
.bc_btn_white {
    background: #FFFFFF;
    color: #575960 !important;
    border-color: #FFFFFF;
}

.bc_btn_white:hover {
    background: #f4f4f4;
    border-color: #f4f4f4;

}










/* Container for general styling */
.dashboards {
    padding: 100px 0;
}

/* Tab Navigation Styling */
.tab-navigation {
    display: flex;
    flex-wrap: nowrap;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 50px;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.tab-link {
    padding: 2.5px 14px;
    text-decoration: none;
    color: #575960;
    background-color: #EAECF0;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
}

.tab-link:hover {
    background-color: #e0e0e0;
}

/* Active Tab Styling - matches the image's blue accent */
.tab-link.active {
    background-color: #247FFB; /* White background for the active tab */
    color: #FFFFFF; /* Microsoft Blue */
}

/* Tab Content Container */
.tab-content-container {
    /* Use position relative to contain the absolutely positioned tab-panes if needed,
       but for fade, we often rely on opacity/visibility */
    min-height: 300px; /* Prevent layout jump */
    position: relative;
}

.tab-pane {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
    display: block;
}
.page_section {
    padding: 80px 0 100px 0;
}


















/*---Responsive Media Query For Tablet Start---*/
@media screen and (max-width: 1023px) {
    .page_section {
        padding: 40px 0 40px 0;
    }
   .page_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 36px;
}
.heading2{
     font-size: 18px;
    line-height: 26px;
}
.dashboards{
    padding: 40px 0;
}
.tab-navigation{
    margin-bottom: 36px;
}
.defender_wcb_section{
    padding: 50px 0 50px 0;
}
.WCB .owl-carousel .owl-stage{
    margin-bottom: 0 !important;
}
.btn-group {
    flex-direction: column;   
}
.bc_btn_white {
   text-align: center;
}
.bc_btn_blue{
    text-align: center;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-bottom: 24px;
    margin-top: 10px !important;
}
.dashboard-image {
    margin-bottom: 24px;
}
.px-65{
    padding: 0 0 0 0;
}
}
/*---Responsive Media Query For Tablet End---*/


/*---Responsive Media Query For Mobile Start---*/
@media only screen and (max-width: 767px){

    
}
/*---Responsive Media Query For Mobile End---*/