/* STYLE ADDED ON TOP OF REGULAR WEBFLOW THEME */


/* AI Builder */

.ai-builder-wrapper {
    border-top-right-radius: 32px;
}

.ai-builder-wrapper > h2 {
    font-size: 2.5em;
    margin-bottom: 0.15em;
    text-align: center;
    width: 100%;
}

.ai-builder-wrapper > p {
    font-size: 0.9em;
    margin-bottom: 2em;
    color: #7D7D7D;
    font-weight: 300;
    text-align: center;
    width: 100%;
}

#ai-builder-input-wrapper > h6 {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.14px;
    margin-bottom: 8px;
    text-align: left;
    margin-top: 0;
}

#ai-builder-input-wrapper > p {
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 0;
}

#ai-builder-input-wrapper textarea {
    padding: 12px 16px;
    width: 100%;
    height: 50%;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #C3C3C3;
    margin-bottom: 1.5em;
    color: #333;
    -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#ai-builder-input-wrapper textarea:focus, #ai-builder-input-wrapper textarea:select {
    border: 1px solid #0195ff;
}

#ai-builder-input-wrapper {
    background: white;
    width: 100%;
    height: 100%;
    border-top-right-radius: 32px;
    padding: 2em;
}

#formSubmitButton {
    display: block;
    margin: 0 auto;
    padding: 12px 32px;
    background: linear-gradient(81deg, #000 32.37%, #113DC9 62.84%, #3ADEA2 100.2%), linear-gradient(260deg, #3ADEA2 3.98%, #113DC9 100%);
    color: white;
    border-radius: 0;
    border: none;
}

#formSubmitButton:hover {
    opacity: 0.85;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

#tool-page-tool-list {
    background: white !important;
    border-top-right-radius: 32px;
    padding-top: 1.5em;
    width: 100%;
    margin: 0 !important;
}

#tool-page-tool-list .col {
    border-radius: 35px;
    background-clip: content-box;
    position: relative;
    padding: 0.5em;
    flex: 0 0 auto;
    width: 50%;
}

#tool-page-tool-list .tool-box {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: 0px 2px 8px 0px rgba(41, 82, 225, 0.15);
    padding: 2em;
    margin-bottom: 0;
    border-radius: 14px 14px 0px 14px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

#tool-page-tool-list .col.col-black .tool-box {
    background-color: #0A0A0A;
}

#tool-page-tool-list .cta-txt {
    text-align: left;
}

.cta-txt {
    width: 100%;
    display: inline-block !important;
    padding-left: 5px;
}

#tool-page-tool-list h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0.25em;
}

#tool-page-tool-list h6 {
    color: #59A5FF;
    font-size: 13px;
    text-transform: uppercase;
}

#ai-builder-form .cta-txt p {
    color: #333;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.66em;
    margin-top: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines after which text will be truncated */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#tool-page-tool-list p {
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    color: #8F8F8F !important;
}

#tool-page-tool-list .tool-box.active {
    background-color: #1b581b !important;
}

#ai-builder-button-wrapper {
    width: 100%;
    margin-bottom: 2em;
    margin-top: 2em;
}

/* End of AI Builder */

#mainNotification {
    background-color: #0057f8;
    text-align: center;
    padding: 0.3em 0;
    width: 100%;
    position: relative;
    z-index: 99;
}

#mainNotification h4 {
    font-size: 1.25em;
    margin: 0;
    line-height: 1.4;
    padding: 0 1.2em;
    color: white;
}