/* Muscle Mind Stories styles file */

.doc-template ul {
    list-style: disc !important;
    padding-left: 30px !important;
    margin-bottom: 10px;
}

.doc-template ul li {
    padding-bottom: 2px;
}

.doc-template ol li {
    padding-bottom: 10px;
}

.object-fit {
    object-fit: cover;
}

/* Header */
.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: #021024 !important;
}

/* FAQ */
.faq-bg {
    height: 178px;
    position: absolute;
    top: -71px;
    width: 100%;
    z-index: 0;
    left: 0;
    transform: skewY(-4deg);
}
/* FAQ /. */

/*  Contact Us */
.from-purple-500\/30 {
    --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

/* Footer */
.footer-bg {
    background: url(../images/footer-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.footer-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 0;
    pointer-events: none;
}

.by-cosmokode {
    background: -webkit-linear-gradient(#fe952d, #860eae);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}