.logo img {
    max-height: 64px;
}

.wlc-title p {
    max-width: 640px;
}

.wlc-title .cbtn {
    margin-top: 22px;
}

.service-text h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.single-service.active .service-text h3,
.single-service:hover .service-text h3 {
    color: #0a0c0d;
}

.seo-area {
    background: #0a0c0d;
}

.faq-list article {
    background: #111719;
    border: 1px solid rgba(34, 205, 111, .18);
    border-radius: 6px;
    margin-bottom: 18px;
    padding: 24px;
}

.faq-list h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.faq-list p {
    color: #c9d2d0;
    margin-bottom: 0;
}

.cta-heading p {
    color: #c9d2d0;
    margin-top: 14px;
}

.cta-form input,
.cta-form textarea {
    background: #32383a;
    border: 1px solid #22cd6f;
    border-radius: 5px;
    color: #ffffff;
    padding: 14px 15px;
    width: 100% !important;
}

.cta-form textarea {
    min-height: 140px;
    resize: vertical;
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
    color: #b8c1be;
}

button.subscribe-btn {
    background: #22cd6f;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    padding: 15px 60px 15px 30px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 2;
}

button.subscribe-btn:disabled {
    cursor: not-allowed;
    opacity: .75;
}

button.subscribe-btn:hover {
    background: #0a0c0d;
    border-color: #22cd6f;
    color: #22cd6f;
}

.turnstile-wrap {
    display: flex;
    justify-content: center;
    min-height: 70px;
}

.copyright span a {
    color: #ffffff;
}

.whatsapp-float {
    align-items: center;
    background: #25d366;
    border-radius: 50%;
    bottom: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
    color: #ffffff;
    display: flex;
    font-size: 34px;
    height: 64px;
    justify-content: center;
    position: fixed;
    right: 28px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    width: 64px;
    z-index: 9999;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    background: #1ebe5d;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .34);
    color: #ffffff;
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    .service-text h3,
    .faq-list h3 {
        font-size: 19px;
    }

    .faq-list article {
        padding: 20px;
    }

    .whatsapp-float {
        bottom: 18px;
        font-size: 30px;
        height: 56px;
        right: 18px;
        width: 56px;
    }
}
