/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 10:39:42 */
.cta-section h2.cta-main-title {
    color: #000;
}
.faq-item h3 {
	padding-bottom: 0;
}
#fluentform_5 .ff-el-group {
    margin-bottom: 7px;
    text-align: left;
}
.hero-form.book-demo.p-absolute {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 100%;
background-color: #fff;
    bottom: 0;
}
#fluentform_5 .ff-el-input--label label, #fluentform_5 .ff-el-form-control {
    font-size: 13px !important;
}
.hero-form {
    flex: 1;
    max-width: 450px;
    background: linear-gradient(rgb(229 61 205 / 17%), rgb(117 87 233 / 17%));
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
section.cta-section.secondary {
    border: solid 1px #E8D8E3;
    background: linear-gradient(45deg, #7557e929, #fd5ce617);
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
    padding: 60px;
}

.cta-section {
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 20% 30%, #3b1d5a, transparent 40%), radial-gradient(circle at 80% 70%, #7b2cbf, transparent 40%), #0b0618;
position: relative;
}
.cta-section .cta-buttons {
    margin: auto 0;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}

section.cta-section.secondary .badge2 {
    background: #fff;
    color: #714B67;
}

.cta-section p {
    font-size: 16px;
    color: #cfcfe3;
    margin-bottom: 40px;
}
img.cta-odoopim-v2-img {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
    transform: translate(0, -50%);
    opacity: 0.5;
}
@media only screen and (max-width: 640px) {
    .header-box .container .logo-box {
        flex: 0 0 100% !important;
    }
}