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

.text-black {
    color: #000000 !important;
    font-weight: 500;
}

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

.ms-30 {
    margin-left: 30px;
}

.ms-17 {
    margin-left: 17px;
}

.me-17 {
    margin-right: 17px;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-10 {
    margin-left: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

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

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

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

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

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

.text-18 {
    font-size: 18px !important;
}

.list-style-none {
    list-style-type: none;
}

.align-center {
    align-items: center;
}

.bc_row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.da-text-after-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #575960;
}

/* --- tabs start ---  */

.tab-container {
    margin-top: 30px;
}

.tabs-list {
    display: flex;
    flex-direction: column;
    padding: 13px 0;
    max-width: 200px;
    position: sticky;
    top: 90px;
}

.tab-link {
    text-decoration: none;
    color: #535862;
    padding: 13px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    transition: background-color 0.3s;
}

.tab-link:hover {
    /* background-color: #F0F7FF; */
    color: #007AFF;
}

.tab-link.active {
    color: #007AFF;
    font-weight: 500;
    background-color: #F0F7FF;
}

.tab-pane {
    display: none;
    /* Hide all content by default */
}

.tab-pane.active {
    display: block;
    /* Show active content */
}

/* --- tabs end ---  */

.content-main-heading {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 10px;
}

.content-main-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #575960;
}

/* --- check list start ---  */
.check-list-wrapper {
    list-style-type: none;
}

.check {
    padding-left: 26px;
    position: relative;
    overflow: visible !important;
}

.check::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('https://www.brickclay.com/wp-content/themes/brickclay/assets/images/defender-analytics/check-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 6px;
    /* background-color: red; */
}

.blue-btn {

    margin-top: 20px;
}

/* --- check list end ---  */
.image-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    /* margin-bottom: 10px; */


}

.image-sub-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #575960;
}

.thumbnail {
    width: 100%;
    height: 187px;
    object-fit: cover;
    box-shadow: 2px 2px 5px 0px #0000001A;
    border-radius: 6px;
}

.counter {
    padding: 10px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    /* margin-bottom: 20px; */
}

.img-caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.alert {
    padding-left: 5px;
    padding-right: 5px;
}

.step-list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #575960;
    margin-bottom: 3px;
    margin-left: 25px;
}

.number-list-wrapper {
    margin-top: 17px;
    margin-bottom: 10px;
}

.number-list {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    list-style-type: none;
    gap: 17px;
    margin-bottom: 9px !important;
}

.ul-subHeading {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}










/* Base Styling for Desktop View */
.table-responsive-container {
    /* padding: 20px; */
    /* font-family: Arial, sans-serif; */
    /* max-width: 900px; */
    /* margin: 0 auto; */
}

.permissions-table {
    width: 100%;
    border-collapse: collapse;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
}

.permissions-table thead {
    background-color: #F0F7FF;
}

.permissions-table th {
    color: #000000;
    font-weight: 500;
    text-align: left;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 20px;
    /*border-bottom: 2px solid #e0e0e0;*/
}

.permissions-table td {
    text-align: left;
    padding: 12px 20px;
    border-bottom: 1px solid #E5E7EB;
    color: #575960;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.page_section {
    padding: 80px 0 100px 0;
}

/* --- RESPONSIVE CSS (Mobile Card View) --- */
@media screen and (max-width: 1023px) {
    .page_section {
        padding: 40px 0 40px 0;
    }
    .permissions-table {
        border: 1px solid transparent;
    }


    /* 1. Force table elements to display as blocks */
    .permissions-table,
    .permissions-table thead,
    .permissions-table tbody,
    .permissions-table th,
    .permissions-table td,
    .permissions-table tr {
        display: block;
    }

    /* 2. Hide desktop header */
    .permissions-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /* 3. Style the row as a card */
    .permissions-table tr {
        border: 1px solid #E5E7EB;
        border-radius: 5px;
        margin-bottom: 12px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    /* 4. Style each cell to look like a label-value pair */
    .permissions-table td {
        border: none;
        padding: 0;
        /* Remove default padding */
        margin-bottom: 15px;
        color: #535862;
         font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }

    /* 5. Create the bold label using the data-label attribute */
    .permissions-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #000;
        margin-bottom: 4px;
    }

    /* Ensure the last cell's margin is removed to avoid extra space */
    .permissions-table tr td:last-child {
        margin-bottom: 0;
    }
}


@media only screen and (max-width: 1023px) {
    .mb-30 {
        margin-bottom: 22px !important;
    }

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

    .sm-mb-22 {
        margin-bottom: 22px;
    }
    .sm-mb-12{
        margin-bottom: 12px;
    }
    .order-md-1 {
        order: 2;
    }

    .order-md-2 {
        order: 1;
    }

    .bc_row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .bc_main_heading {
        font-size: 32px;
        line-height: normal;
    }

    .tabs-list {
        flex-direction: row;
        overflow-y: auto;
        max-width: 100%;
        text-wrap: nowrap;
        margin-bottom: 36px;
    }

    .content-main-heading {
        font-size: 24px;
    }

    .content-main-para {
        font-size: 16px;
        line-height: 26px;
    }

    .image-heading {
        font-size: 20px;
    }


}