/* ######## CUSTOM Style JASA KELOLA IG Page ######## */
/* ########################################################### */

/* Shape Video SMM Responsive Mobile */
#shape-video {
    bottom: -2rem;
    left: 5rem;
}

@media (max-width: 425px) {
    #shape-video {
        bottom: -2rem;
        left: 0rem;
    }
}

/* END Shape Video SMM Responsive Mobile */

/* Image Manfaat Layanan Responsive Mobile */
.img-fluid.manfaat-layanan {
    max-width: 85% !important;
}

@media (max-width: 425px) {
    .img-fluid.manfaat-layanan {
        max-width: 50% !important;
    }
}
/* END Image Manfaat Layanan Responsive Mobile */

/* Disabled Div */
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/* END Disabled Div */

/* Arrow Portof */
.owl-prev {
    top: 3rem;
}

.owl-next {
    top: 3rem;
}

/* Mobile */
@media (max-width: 425px) {
    .owl-prev {
        top: 1.5rem;
    }

    .owl-next {
        top: 1.5rem;
    }
}

/* END Arrow Portof */

/* Sticky Featured SMM - Jasa Kelola IG */
.fixed-featured-smm {
    position: sticky;
    top: 90px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .fixed-featured-smm {
        display: none !important;
    }
}
/* END Sticky Featured SMM - Jasa Kelola IG */
