.footer-logo {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

#faqs {
    background: #f8f9fb;
    position: relative;
    padding: 270px 0; 
}

#faqs .shape-bottom{
    background-image: url("../../../themes/ariel/images/shapes/footer-top.svg");
    background-size: 100% 204px;
    bottom: 0;
    height: 180px;
    z-index: 1;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.start_home.demo1:before, .start_home.demo2:before,
#faqs .card-header,
.theme-btn,
.header-area.sticky .navbar,
#back-to-top .top,
.contact-block-side i,
footer {
    background-image: linear-gradient(to right, rgb(30 105 193 / 90%) 0%, rgb(73 136 238 / 90%) 51%, rgb(30 101 193 / 90%) 100%);
}

a,
.footer-social-links a:hover {
    color: #007bff;
}

.form-control:focus,
#preloader-circle span {
    border-color: rgba(30, 105, 193, 0.8);
}

.login-form-head h2 {
    background: linear-gradient(to right, #5791ec 0%, #3a7ccd 51%, #3679c9 100%);
    -webkit-background-clip: text;
}

.footer-title:before {
    box-shadow: 3px 3px 0px 0px rgb(171 206 230);
}

.login-side-des {
    background-image: linear-gradient(180deg, #2b68b3 0%, #5791ec 100%);
}

.custom-control-label::after {
    left: auto;
    right: -1.5rem;
}

.color-them{
    color: #263b5e;
}