.page-template-evolve-new-php .npf-breadcrumb{
    color: #fff;
}

.page-template-evolve-new-php .npf-breadcrumb .fa-home:before {
    color: #fff;
}

.section-3{background-color: #f0f9ff;}

.space-bottom{
    padding-bottom: 5rem;
}

.fs22 {
    font-size: 22px;
    font-weight: 600;
}

.ccfic-text p {
    font-size: 16px;
    line-height: 28px;
}

.evolve-page {
    content: "";
    background: #f4f7fc url('/wp-content/uploads/2024/11/Banner-Background.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
}

.evolve-img {
    width: 230px;
}

.upcoming-past-section {
    background: linear-gradient(to left, rgb(255 240 243), rgb(244 247 252));
}

.live-bagde {
    right: 0;
    top: 10px;
    color: #fff;
    position: absolute;
    background: #0B8928;
    padding: 2px 10px;
    font-size: .9rem;
    border-radius: 5px 0 0 5px;
}

.live-bagde .blink-circle {
    position: relative;
    display: inline-block;
    background-color: #0B8928;
    border: 2px solid #ffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.blink {
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  }
  @keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
  }

.pastchapter {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    background-image: linear-gradient(to bottom right, #0c2255, #2d0e5d);
    min-width: 100%;
    z-index: 1;
    position: relative;
    min-height: 230px;
    text-decoration: none !important;
}

.pastchapterlink{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.past-section h3{
    margin-left: 80px;
}

.location {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 0;
}

.date {
    font-size: 14px;
}

.city {
    display: block;
    font-size: 19px;
    line-height: 26px;
    font-weight:600;
}

.pastchapterimg {
    max-width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.upcoming-past-section .owl-carousel .owl-nav {
    position: absolute;
    top: -50px;
    right: 50px;
}

.page-template-evolve-new-php .owl-carousel .owl-nav button.owl-prev,
.page-template-evolve-new-php .owl-carousel .owl-nav button.owl-next {
    background-color: #0c2255 !important;
    display: inline;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 0px;
}

.page-template-evolve-new-php .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.page-template-evolve-new-php .owl-carousel .owl-nav button:focus {
    outline: unset;
}

.page-template-evolve-new-php .owl-carousel .owl-prev.disabled,
.page-template-evolve-new-php .owl-carousel .owl-next.disabled{
    opacity: .7;
    cursor: not-allowed !important;
    color: #ccc !important;
}

.img-overlay {
    position: relative;
    display: inline-block;
}

.img-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    display: inline-block;
    background: linear-gradient(to left, rgba(75, 0, 75, 0.5) 0%, rgba(220, 37, 144, 0.5) 100%);
    background: -moz-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
}

.img-overlay img {
    display: block;
    border-radius: 20px;
}

#evolve-upcoming-chapter .owl-stage-outer{
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 10px 0;
    overflow: hidden;
}

.upcoming-chapter {
    padding: 35px;
}

.upcoming-chapter strong {
    font-size: 15px;
    font-weight: 600;
}

.upcoming-chapter .city {
    font-size: 35px;
    margin: 15px 0px 30px 0;
}

.upcoming-chapter .date-time {
    font-size: 1.5rem;
    margin-bottom: 25px;
    line-height: 2rem;
}

.upcoming-chapter .chapter-desc {
    margin: 25px 0;
    font-size: 15px;
    min-height: 70px;
}

#evolve-upcoming-chapter {
    margin: 0 0 0 -100px;
}

#evolve-upcoming-chapter:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/11/Second-Fold-Element.png);
    right: -220px;
    top: 0;
    height: 100%;
    width: 225px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

#evolve-upcoming-chapter .owl-nav {
    position: absolute;
    top: unset;
    bottom: -48px;
    right: 0px;
    z-index: 99;
}

.timer {
    display: flex;
    border: 1px solid #ffa4a4;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.timer .timer-detail {
    border-right: 2px solid #ccc;
    padding: 6px 22px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0;
}

.timer .timer-detail:last-child {
    border-right: 0px;
}

.timer .timer-detail .counts {
    font-size: 26px;
    margin-bottom: 14px;
}

.timer .timer-detail span {
    font-size: 13px;
    color: #4e4e4e;
}

.register-button:hover,
.register-button:focus {
    color: #fff;
    outline: 0;
}

.register-btn {
    border-radius: 50px;
    border: 1px solid #fd2288;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(90deg, #fd2288 50%, transparent 50%);
    background-position: 0%;
    background-size: 400%;
    transition: all 1s ease-in-out;
}

.register-btn:hover {
    background-position: 100%;
    color: #fd2288;
    text-decoration: unset;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
    align-items: end;
}

.image-column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 20px;
}

.image-column img {
    margin-top: 25px;
    vertical-align: middle;
    width: 100%;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.image-column img:hover {
    transform: scale(1.05);
}


.first-heading {
    position: relative;
}

.first-heading:after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2024/11/Third-Fold-Left-Side-Element.png');
    left: -114px;
    top: 0;
    height: 100%;
    width: 100px;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: top;
}

.last-heading {
    position: relative;
}

.last-heading:after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2024/11/Third-Fold-Right-Side-Element.png');
    right: -114px;
    top: 0;
    height: 100%;
    width: 100px;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: top;
}

.middle-col-last-img{
    display: none;
}

@media screen and (max-width: 800px) {
    .image-column {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .image-column {
        flex: 100%;
        max-width: 100%;
    }
}


.all-chapters .tabs {
    display: inline-flex;
    flex-direction: column;
    max-height: 420px;
    overflow-y: auto;
    float: right;
    flex-wrap: nowrap;
    border-bottom: none;
}

.all-chapters .tab-btn {
    padding: 8px 35px 0 10px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #767676;
    font-size: 20px;
    font-weight: 400;
    text-align: end;
}

.all-chapters .tab-btn.active {
    font-weight: 500;
    color: #000;
}

.all-chapters .tab-btn:focus {
    outline: none;
}

.all-chapters .tab-pane {
    display: none;
}

.all-chapters .tab-pane.active {
    display: block;
}

.all-chapters .slider-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: calc(100% - 23%);
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
}
  
.all-chapters .slider-loader img {
    width: 100px;
    height: auto;
}

.all-chapters .sa_owl_theme {
    max-height:435px;
}

.all-chapters .owl-stage .owl-item {
    opacity:0;
}

.all-chapters .owl-stage .owl-item.active {
    opacity:1;
}

.page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-prev,
.page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-next {
    background-color: transparent !important;
    transform: rotate(180deg);
    width: 36px;
    height: 36px;
}

.page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-prev i,
.page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-next i{
    background-color: #0c2255 !important;
    display: inline;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 0px;
    padding: 11px;
}

.page-template-evolve-new-php .all-chapters .owl-carousel .owl-prev.disabled i,
.page-template-evolve-new-php .all-chapters .owl-carousel .owl-next.disabled i{
    opacity: .7;
    cursor: not-allowed !important;
    color: #ccc !important;
}

.all-chapters .owl-carousel .owl-item img {
    width: auto;
    border-radius: 20px;
    display: block;
    max-width: 650px;
}

.all-chapters .autohide-arrows .owl-nav{
    display: block !important;
}

.all-chapters .owl-carousel .owl-nav {
    position: absolute;
    left: 40%;
    bottom: -45px;
    transform: translate(-50%, 0);
}


.all-chapters ::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.all-chapters ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

.all-chapters ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
}

/* What Expect Fold */

.space-left-right {
    margin: 0 170px;
}

.padding-right-160 {
    padding-right: 160px;
}

.padding-left-30 {
    padding-left: 30px;
}

.img-containter{
    z-index: 1;
}

.img-containter img {
    border-radius: 20px;
}

.img-containter:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 100%;
    width: 100%;
}

.img-containter-first:before {
    left: -160px;
    bottom: -79px;
    background-image: url('/wp-content/uploads/2024/11/Fourth-Fold-Arrow-1.png');
}

.img-containter-second:before {
    left: -160px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/11/Fourth-Fold-Arrow-2-1.png');
}


.third-img {
    width: 110px;
    transform: rotate(180deg);
}

.fourth-img {
    max-width: 100px;
    margin: 0 20px;
}

.fifth-img {
    width: 110px;
    margin: 0 20px;
    transform: scaleX(-1);
}

.bg-image {
    position: absolute;
    z-index: 0;
    left: -70%;
    background: url('/wp-content/uploads/2024/11/Fouth-Fold-Right-Side-Image-Element-1.png') left center no-repeat;
    width: calc(87% - 1rem);
    padding: 3rem 2rem !important;
    background-size: 100%;
    transition: all 0.5s ease;
    transform: translate(0px, -50%);
    top: 50%;
}

.bg-image.expend{
    left: 0%;
    width: calc(100% - 1rem);
}

.bg-image .bg-image-content{
    opacity: 0;
}

.bg-image.expend .bg-image-content{
    opacity: 1;
}

.bg-image-content h3 {
    font-weight: 500;
}

.bg-image-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.toggle-btn {
    position: absolute;
    right: -3px;
    top: 40%;
    background-color: #f0b31c;
    border-radius: 50%;
    font-size: 15px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.toggle-btn:focus-visible{
    line-height: 25px;
}

.toggle-btn i{
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.expend .toggle-btn i{
    transform: rotate(0deg);
}


.right-column .bg-image {
    position: absolute;
    z-index: 0;
    left: 90%;
    background: url('/wp-content/uploads/2024/11/Fouth-Fold-Right-Side-Image-Element-1.png') right center no-repeat;
    width: calc(85% - 1rem);
    padding: 3rem 2rem !important;
    background-size: 100%;
    transition: all 0.5s ease;
    transform: translate(0px, -50%);
    top: 50%;
}

.right-column .bg-image.expend{
    left: 10%;
    width: calc(100% - 1rem);
}

.right-column .toggle-btn {
    left: -13px;
    top: 40%;
}

.right-column .toggle-btn i{
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.right-column .expend .toggle-btn i{
    transform: rotate(180deg);
}

.expect-ist-section {
    position: relative;
}

.expect-ist-section:after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2024/11/Third-Fold-Left-Side-Element.png');
    left: -208px;
    top: 0;
    height: 100%;
    width: 100px;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: top;
}

.expect-second-section {
    position: relative;
}

.expect-second-section:after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2024/11/Third-Fold-Right-Side-Element.png');
    right: -208px;
    top: 0;
    height: 100%;
    width: 100px;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: top;
}

/* Ready to take Section*/
.ready-to-take {
    background: linear-gradient(to left, rgb(86, 38, 156), rgb(130, 46, 168));
    padding: 35px 40px;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.explore-btn {
    display: inline-block;
    border-radius: 50px;
    color: #4a4a4a !important;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 20px;
    text-align: center;
    margin-top: 10px;
    border: none;
    transition: all .2s ease-in-out;
}

.explore-btn:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    color: white !important;
}


.explore-btn:focus {
    outline: none;
}


@media screen and (min-width: 1600px){
    .img-containter:before {
        background-size: 35%;
    }

    .img-containter-first:before {
        bottom: -130px;
    }

    .img-containter-fourth:before {
        right: -390px;
    }

    .toggle-btn {
        right: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .middle-col-last-img{
        display: block;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
 
    .img-containter-fourth:before {
        right: -280px;
    }

    .bg-image-content h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .bg-image-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .third-img {
        position: relative;
        top: 60px;
    }

    .fifth-img {
        position: relative;
        top: -60px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .padding-right-160 {
        padding-right: 80px;
    }

    .padding-left-160 {
        padding-left: 0px;
    }

    .space-left-right {
        margin: 0 95px;
    }

    .expect-ist-section:after {
        left: -132px;
    }

    .expect-second-section:after {
        right: -132px;
    }

    .img-containter-first:before {
        left: -100px;
    }
    
    .img-containter-second:before {
        left: -100px;
    }

    .bg-image.expend {
        width: calc(100% - -2rem);
    }

    .bg-image-content h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .bg-image-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .third-img {
        position: relative;
        top: 80px;
    }

    .fifth-img {
        position: relative;
        top: -80px;
    }

    .right-column .bg-image.expend {
        left: 10%;
        width: calc(100% - -1rem);
    }

    .upcoming-chapter {
        padding: 35px 20px;
        width: 100%;
    }

    .timer .timer-detail {
        padding: 6px 16px;
    }

    .all-chapters .slider-loader {
        width: calc(100% - 9%);
    }

    .all-chapters .owl-carousel .owl-nav {
        left: 50%;
    }

}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    
    .img-containter-first:before {
        left: -120px;
    }
    
    .img-containter-second:before {
        left: -120px;
    }
}


@media screen and (min-width: 992px) {
    .spaces{ padding: 5rem 0; }
}

@media screen and (min-width: 767px) and (max-width:992px) {
    
    .past-section h3{
        margin-left: 15px;
    } 
    
    .timer .timer-detail {
        padding: 6px 15px;
    }
    
    #evolve-upcoming-chapter {
        margin: 0 0 0 -85px;
    }

    #evolve-upcoming-chapter:after {
        right: -165px;
        width: 165px;
        background-size: 60%;
    }
    
    .image-column {
        flex: 50%;
        max-width: 50%;
    }

    .all-chapters .sa_owl_theme {
        max-height:300px;
    }
}

@media screen and (min-width: 768px) and (max-width:800px) {

    #evolve-upcoming-chapter:after {
        right: -120px;
        width: 124px;
        background-size: 60%;
    }

}

@media screen and (min-width: 599px) and (max-width:767px) {

    .last-column {
        display: flex;
        flex-direction: column-reverse;
    }

}
    

/* Responsive Design */

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

    .first-heading:after {
        content: unset;
    }
    .last-heading:after {
        content: unset;
    }

    .third-img,
    .fourth-img,
    .fifth-img{
        display: none;
    }

    .expect-ist-section:after {
        content: unset;
    }
    
    .expect-second-section:after {
        content: unset;
    }

    .img-containter:before {
        content: unset;
    }

    .padding-right-160 {
        padding-right: 0px;
    }

    .space-left-right {
        margin: 0 60px;
    }

    .padding-left-160 {
        padding-left: 15px;
    }

    .all-chapters .owl-carousel .owl-item img {
        max-width: 100%;
    }

    .all-chapters .owl-carousel .owl-nav {
        left: 50%;
    }

    .all-chapters .slider-loader {
        width: calc(100% - 6%);
    }
}


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

    .space-bottom{
        padding-bottom: 3rem;
    }

    .past-section h3{
        margin-left: 15px;
    }

    .evolve-img {
        width: 170px;
    }

    #evolve-past-chapter.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .past-chapter-space {
        padding: 5rem 0 3rem 0 !important;
    }

    .img-overlay {
        margin-left: -70px;
    }

    #evolve-upcoming-chapter {
        margin: -120px 0 0 60px;
    }

     #evolve-upcoming-chapter:after {
        left: -138px;
        bottom: -120px;
        width: 142px;
        background-size: 56%;
        top: unset;
    }

    .upcoming-past-section .owl-carousel .owl-nav {
        right: 0px;
    }

    .upcoming-chapter strong {
        font-size: 14px;
    }

    .upcoming-chapter .city {
        font-size: 28px;
    }

    .upcoming-chapter .date-time {
        font-size: 22px;
        line-height: 2.6rem;
    }

    .timer .timer-detail p {
        font-size: 20px;
    }

    .timer .timer-detail span {
        font-size: 11px;
    }

    .register-btn {
        padding: 7px 18px;
    }

    .learnMore-btn {
        padding: 7px 18px;
    }

    #evolve-upcoming-chapter .owl-nav {
        right: 11px;
    }
    
    .upcoming-past-section {
        padding: 0 15px;
    }

    .upcoming-past-section{
        padding: 0 15px;
    }

    .past-chapter-space {
        margin: 0;
    }

    .upcoming-chapter {
        width: 100%;
        padding: 20px 70px 20px 46px;
    }

    .image-row {
        padding: 0px;
    }

    .space-left-right {
        margin: 0;
    }

    .all-chapters .tabs {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        float: unset;
        margin-bottom: 10px;
    }

    .all-chapters .tab-btn {
        display: inline-block;
        border-bottom: none;
        white-space: nowrap;
        padding: 10px 20px 10px 10px;
        font-size: 16px;
    }

    .all-chapters .tab-btn.active {
        border-right: none;
    }

    .all-chapters .right-column {
        width: 100%;
        padding: 10px;
    }

}

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

    .fs22 {
        font-size: 20px;
    }

    .past-section h3{
        margin-left: 0px;
    }

    .img-overlay {
       margin-left: -30px;
    }

    #evolve-upcoming-chapter {
        margin: -120px 0 0 22px;
    }

    #evolve-upcoming-chapter:after {
        left: -55px;
        bottom: -154px;
        width: 54px;
        background-size: 56%;
    }

    .past-chapter-space {
        padding: 5rem 0 7rem 0 !important;
    }

    .upcoming-past-section .owl-carousel .owl-nav {
        bottom: -40px;
        top: unset;
    }

    .upcoming-chapter strong {
        font-size: 13px;
    }

    .upcoming-chapter .city {
        font-size: 25px;
        margin: 9px 0px 20px 0;
    }

    .upcoming-chapter .date-time {
        line-height: 2.3rem;
        margin-bottom: 20px;
    }

    .timer .timer-detail {
        padding: 2px 12px;
        line-height: 12px;
    }

    .upcoming-chapter {
        padding: 23px 20px;
    }

    .upcoming-chapter .chapter-desc {
        margin: 20px 0;
        font-size: 13px;
    }

    .timer .timer-detail .counts {
        font-size: 22px;
    }

    .page-template-evolve-new-php .owl-carousel .owl-nav button.owl-prev, .page-template-evolve-new-php .owl-carousel .owl-nav button.owl-next {
        width: 28px !important;
        height: 28px !important;
    }

    .page-template-evolve-new-php .owl-carousel .owl-nav button.owl-prev,
    .page-template-evolve-new-php .owl-carousel .owl-nav button.owl-next {
        font-size: 13px;
    }

    .page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-prev i,
    .page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-next i{
        font-size: 13px;
        padding: 8px;
    }

    .page-template-evolve-new-php .all-chapters .owl-carousel .owl-nav button.owl-prev {
        margin-left : -10px !important;
    }

    .timer .timer-detail span {
        font-size: 10px;
    }

    .right-column .bg-image {
        display: none;
    }

    .right-column {
        margin-left: 0px;
    }

    .bg-image {
        display: block;
        background-color: #fff;
        position: unset;
        width: 100% !important;
        transform: unset;
        padding: 20px !important;
    }

    .bg-image .toggle-btn{
        display: none;
    }

    .right-column .bg-image {
        display: block;
        background-color: #fff;
        position: unset;
        width: 100% !important;
        transform: unset;
        padding: 20px !important;
    }

    .img-containter img {
        border-radius: 0px;
    }

    .img-containter img {
        width: 100%;
    }

    #horizonsSlider .owl-nav{
        text-align: right;
        margin-top: 15px;
    }

    #insightSlider .owl-nav{
        text-align: right;
        margin-top: 15px;
    }

    .allchapter-heading{
        font-weight: 600;
        font-size: 22px;
    }

    .all-chapters ::-webkit-scrollbar {
        height: 3px;
    }

    .all-chapters .sa_owl_theme {
        max-height:350px;
    }

    .explore-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}


@media screen and (max-width: 400px){
    .all-chapters .sa_owl_theme {
        max-height:250px;
    }
}


:focus-visible {
    outline: none;
    border: 2px solid #007BFF !important;
}

.toggle-btn:focus-visible{
    line-height: 25px;
}

.tab-btn:focus-visible {
    outline: none;
    border: 2px solid #007BFF;
}
  
  