.bg-1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_ChatGPT_Alternative/bg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 70px;
}

.animated-line-container {
    margin: 10px auto;
    width: 60px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}


.animated-line-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #FC4F02;
    border-radius: 2px;
    animation: pulse-line 2s infinite ease-in-out;
}

@keyframes pulse-line {
    0% {
        left: -100%;
        width: 100%;
    }

    50% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.bg-1 h4 {
    font-size: 22px;
}

.bg-1 h3 {
    color: #FC4F02;
    font-size: 27px;
    font-family: 'Poppins-bold';
    margin-top: 20px;
    line-height: normal;
}

.table-container {
    overflow-x: auto;
    background: white;
    border-radius: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    padding: 20px;
    text-align: left;
    background-color: #FFF6F2;
    font-family: 'Poppins-bold';
    font-weight: 500;
}

td {
    padding: 20px;
    text-align: left;
    border-bottom: 1.5px dashed #BDBDBD;
}


tr:hover {
    background-color: #f7f7f7;
}

.tool-name {
    color: #FC4F02;
    font-family: 'Poppins-bold';
}

.table-wrapper {
    padding: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.header-row th {
    text-align: left;
    padding: 30px;
    color: #000000;
    font-family: 'Poppins-Bold';
    background-color: #FFF6F2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.data-row td {
    text-align: left;
    padding: 30px;
    background-color: #ffffff;
    vertical-align: top;
    border-bottom: 1px dashed #BDBDBD;
}

.sticky-column {
    background-color: #ffffff;
    z-index: 9;
    font-family: 'Poppins-Bold';
    color: #FC4F02;
}

.boxhover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 2px solid transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
}

.boxhover1 {
    height: auto;
    margin-bottom: 30px;
}

.boxhover2 {
    height: 180px !important;
}

.boxhover:hover {
    border: 2px solid #FC4F02;
}

.boxhover4 {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-image: initial;
    height: 80px;
}

.border-box {
    border: 2px solid #FC4F02;
    border-radius: 10px;
}

.bold span {

    font-family: 'Poppins-bold';
}

.pt {
    padding-top: 0 !important;
}

.plr {
    padding: 0 20px;
}

.benefits {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.benefits li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px !important;
}

.benefits .icon {
    margin-right: 10px;
}

.boxhover3 {
    height: auto;
    margin-top: 30px;
}

.table-container-2 {
    background-color: #ffffff;
    border: 2px solid #FC4F02;
    border-radius: 15px;
    padding: 10px;
}

.table-container-2 h2 {
    color: #FC4F02;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: 'poppins-bold';

}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.dashboard-grid-2,
.dashboard-grid-3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.dashboard-grid-3 {
    gap: 30px;
}

.dashboard-grid-3 .card h5 {
    font-family: 'Poppins-Bold';
    font-size: 20px;
    margin: 20px 10px
}

.dashboard-grid-4 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 30px 0;
    gap: 30px;
}

.dashboard-grid-3 .card2 {
    padding: 20px 30px;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.card h2 {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin-top: 0;
}

.card table {
    width: 100%;
    height: 210px;
    border-collapse: collapse;
}

.card th,
.card td {
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
}

.card th {
    color: #FC4F02;
    font-family: 'Poppins-Bold';
    background-color: transparent;
}

.alert-box {
    background-color: #FC4F02;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-family: 'Poppins-Bold';
    justify-content: space-evenly;
}

.alert-icon {
    font-size: 2em;
    margin-right: 15px;
}

.alert-text {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.alert-text div {
    font-weight: bold;
}

.status-badge {
    background-color: #FC4F02;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.highlight {
    color: #FC4F02;
}

.card td {
    border: none !important;
}

.card-shadow,
.dashboard-grid-3 .card,
.dashboard-grid-4 .card {
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}


.main-container {
    color: #000000;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.faq-container {
    width: 100%;
    border-radius: 12px;
}

.faq-item {
    border-bottom: 1px solid #C8D3DE;
    padding: 25px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
}


.faq-question .arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question .arrow {
    transform: rotate(180deg);
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}


.faq-item.active .faq-answer {
    max-height: 250px !important;
    padding-top: 10px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: #555;
}

@media (min-width: 0px) and (max-width: 768px) {
    .bg-1 {
        background-size: cover;
        padding: 30px 30px;
    }

    .boxhover,
    .boxhover2,
    .boxhover4 {
        height: auto !important;
        display: block;
    }

    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        white-space: nowrap;
    }

    table {
        display: table !important;
        border-collapse: collapse;
    }

    .dashboard-grid-3,
    .dashboard-grid-4 thead,
    .dashboard-grid-3,
    .dashboard-grid-4 tbody,
    .dashboard-grid-3,
    .dashboard-grid-4 tr,
    .dashboard-grid-3,
    .dashboard-grid-4 th,
    .dashboard-grid-3,
    .dashboard-grid-4 td {

        white-space: nowrap;
        vertical-align: top;
    }

    .dashboard-grid-3 tr,
    .dashboard-grid-4 tr {
        display: table-row !important;
    }

    .dashboard-grid,
    .dashboard-grid-2,
    .dashboard-grid-3,
    .dashboard-grid-4 {
        grid-template-columns: 1fr;
    }

    .table-container-3 .card {
        margin: 10px;
    }


    .table-container-2,
    .table-container-3 {
        overflow-x: scroll;
    }

    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    .custom-table {
        min-width: 700px;
    }

    .sticky-column {
        z-index: 10;
        background-color: #ffffff;
    }

}

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

    tbody,
    thead {
        float: none !important;
    }

    td,
    th {
        display: table-cell;
        width: auto !important;
    }
}