.botPage .hero-bg{
    background-position: top left 150px;
}
.page-template-page-chat-boot .agentic_category .test-slider #ext-1 .slide-content:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/active-wrokflow.png);
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0; */
    left: 0;
    bottom: 0;
    background-position: center bottom;
    opacity: 0.8;
    filter: blur(3px);
    background-repeat: no-repeat; 
}
.botPage  .slide-content img{
    object-fit: contain;
    object-position: bottom;
}
.page-template-page-chat-boot .agentic_category{
    padding-bottom: 15rem;
}
.case_study_index .pimage img{
 width: 100%;
    height: auto;
    border-radius: 40px;   
}
.case_study_index a{
    text-decoration: none;
}
.case_study{
    width: 753px;
    margin: 0 auto;
    position: relative;
}
.case_study #ai-gallery-results{
    margin-top: 50px;
    position: relative;
    z-index: 9;    
}
.category-filter.active {
    padding: 0px 60px 0px 60px;
}
.case_study_index {
    border: 1px solid #4D5F6C;
    background: linear-gradient(155.63deg, rgba(21, 15, 57, 0.8) 0%, rgba(36, 26, 93, 0.8) 84.41%);
    border-radius: 30px;
    box-shadow: 8px 9px 38.5px 0px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    /*padding: 30px;*/
    width: calc(100% - 2px);
    margin: 0 auto;
}
.case_study_index .pimage{
    margin: 30px auto;
    width: 92%;
}
.contentarea{
    height: 300px;
    overflow-y: scroll;
    margin: 30px 0px 40px;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
background: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(75, 64, 143, 1);
}
.case_study:before {
    content: "";
    background: rgba(175, 149, 243, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(371px);
    opacity: 50%;
    bottom: -190px;
    z-index: 9;
}

