.reliable-one

.main-footer {
    background-color: #000 !important;
}

.scroll-to-top__text {
    color: #FFCD4B;
}



.about-three__text {
    margin-bottom: 15px !important;
}

.blog-three {
    padding-bottom: 120px !important;
}

.reliable-one {
    padding-top: 150px !important;
}

.page-header {
    padding-top: 207px !important;
}

.product-page .floens-btn {
    /* padding: 13px 20.5px !important; */
}

.mb-32{
    margin-bottom: 32px;
}

/* Footer ISI Logo Styles */
.footer-isi-logo {
    margin-top: 20px;
    padding-top: 20px;
}


/* Responsive spacing for reliable-one section */
@media (max-width: 768px) {
    .reliable-one {
        padding-top: 80px !important;
    }
}

@media (max-width: 576px) {
    .reliable-one {
        padding-top: 60px !important;
    }
}

@media (max-width: 480px) {
    .reliable-one {
        padding-top: 40px !important;
    }
}