.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 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Copilot_Alternative/bg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 70px;
}

.box1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Copilot_Alternative/box1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 55px;
    padding-top: 40px;
}

.box1 p strong {
    font-family: 'poppins-bold';
    font-size: 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: separate;
    min-width: 600px;
}

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

}

.data-row td {
    text-align: left;
    padding: 30px;
    background-color: #F6FAFF;
    vertical-align: top;
    border: 1px solid #D7E6F8;
}

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

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

.arrow li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.arrow p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.arrow p span:nth-child(1) {
    font-family: 'Poppins-Bold';
    ;
}

.arrow img {
    width: 16px;
    height: auto;
}

.arrow p {
    padding-left: 0px !important;
}

.pb0 {
    padding-bottom: 0;
}

.ptb0 {
    padding: 0 20px;
}

.pt10 {
    padding-top: 10px;
}

.accordion-item-section {
    border-bottom: 1px solid #ddd;
}

.accordion-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px;
    transition: background 0.3s ease;
}

.accordion-header-section:hover {
    background: #f9f9f9;
}

.accordion-header-section .number {
    font-size: 30px;
    font-weight: 600;
    color: #aaa;
    margin-right: 10px;
    width: 40px;
}

.accordion-header-section .title {
    flex-grow: 1;
    font-family: 'poppins-bold';
    color: #000000;
    font-size: 20px;
    line-height: normal;
}

.accordion-header-section .arrow {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.accordion-item-section.active .arrow {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    padding: 0 16px;
    line-height: normal;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item-section.active .accordion-body {
    max-height: 200px;
    padding-left: 65px;
    padding-right: 80px;
    padding-bottom: 20px;
}

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

    .box1 {
        background: none;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red, purple, blue) 1;
        background: linear-gradient(to right, #f6f9ff, #fff5f5);
        padding: 20px !important;
    }

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

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

    .arrow2 li {
        margin-bottom: 20px;
    }

    .arrrow3 li {
        height: 40px !important;
    }

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

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

    }

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

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

    tbody,
    thead {
        float: none !important;
    }

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

    .accordion-item-section.active .accordion-body {
        padding: 0 !important;
    }
}