#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

#scrollTopBtn:hover {
    background-color: #0056b3;
}

.footer-contact-box {
    width: calc(80% - 10px) !important;
    gap: 0px 30px;
}

.footer-contact-item::before {
    background-color: #333366 !important;
    right: -10px !important;
}

.footer-cta-box {
    background-color: #fff !important;
    padding: 30px !important;
    margin: 40px 0px 20px 0px !important;
}

.footer-contact-item p {
    color: #000 !important;
}

.footer-contact-item h3 {
    color: #3366cc !important;
}

.footer.main-footer {
    padding: 70px 0px 0px 0px !important;
}

.footer-links h3 {
    font-size: 22px !important;
}

.footer-links p {
    color: #fff;
    text-align: justify;
    width: 80%;
}
