.bg-1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 100px;
}

.left {
    text-align: left;
}

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

.flex-2 {
    display: flex;
    align-items: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

.mr20 {
    margin-right: 20px;
}

.bg-2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

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

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

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

.bg-3 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.block33 h4 {
    color: #FC4F02;
    font-weight: bold;
}

.box2 {
    padding: 50px !important;
}

.box2 .nrmltxt24 {
    font-size: 24px;
    line-height: normal;
}

.box6 {
    padding: 60px !important;
}

.bg-4 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.box3 {
    background-color: #fff;
    padding: 20px 60px;
    border-radius: 10px;
}

.box3 ul li {
    padding: 10px 0;
    margin-bottom: 10px !important;
}

.mtb {
    margin: 40px 0;
}

.plr50 {
    padding: 0 50px;
}

.bg-text {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg-text.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-top: 50px;
}

.bg-5 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.h-20 {
    height: 20px;
}

.bg-text-2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg-text-2.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: left top;
}

.bg-text-4 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg-text-4.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: center 25px;
    margin-top: 50px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 h5 {
    font-weight: bold;
}

.bg-6 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.h-60 {
    height: 100px;
}

.bg-7 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.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-weight: bold;
    color: #000000;
    font-size: 22px;
}

.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;
}

.bg-8 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg8.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.dropdown-section {
    margin: 0;
}

.content-box .arrow li {
    margin-bottom: 20px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

.content-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    height: 460px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: height 0.3s ease;
}

.section-1 {
    display: none;
}

.section-1.active {
    display: block;
}

.scroller-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: white;
    font-size: 24px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.arrow-btn:hover {
    background: #ffe8f1;
}

.scrollbar-track {
    width: 10px;
    height: 200px;
    background: #ddd;
    border-radius: 10px;
    position: relative;
}

.scrollbar-thumb {
    width: 100%;
    background: #444;
    border-radius: 10px;
    position: absolute;
    top: 0;
    height: 50px;
    transition: top 0.3s ease;
}

.heading-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.section-1 h2 {
    font-size: 32px !important;
    color: #949494;
    margin: 0 !important;
    padding: 0;
}

.section-1 h3 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}

.section-1 p {
    padding-left: 50px !important;
}

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

.section-1 .arrow {
    padding-left: 50px;
}

.bg-9 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg9.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-10 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg10.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.bg-11 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg11.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.p40 {
    padding: 40px;
}

.ptb-10 {
    padding: 10px 0;
}

.font20 {
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.bg-10 .arrow li {
    margin-bottom: 20px;
}

.bg-10 hr {
    color: #B3C4E8;
    width: 100%;
}

.flex2 {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.bg-text-3 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg-text-3.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 50px;
}

.bg-12 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/ai_orchestration/bg12.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.pl30 {
    padding-left: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .bg-1 {
        margin-top: 0;
    }

    .flex,
    .flex2 {
        flex-direction: column;
    }

    .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;
    }

    .flex-2 {
        flex-direction: row;
        align-items: center;
    }

    .plr50,
    .content-box {
        padding: 10px;
    }

    .box3 {
        padding: 10px 20px;
    }

    .bg-text,
    .bg-text-4 {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .bg-text-2 {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .ptb-40 {
        padding-bottom: 0px;
    }

    .h-60 {
        height: auto;
    }

    .accordion-item-section.active .accordion-body {
        max-height: 300px;
    }

    .heading-flex {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

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

    .wrapper {
        gap: 10px;
    }

    .p40 {
        padding: 20px;
    }

    .bg-text-3 {
        background-size: 300px;
        background-position: center 20px;
    }

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

    .pl30 {
        padding-left: 0px;
    }

    .content-box {
        height: auto;
    }
}