/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.7.3.1781272943
Updated: 2026-06-12 16:02:23

*/

body.pb_disable_scroll_1,
html:has(.pb_disable_scroll_1),
body:has(.pb_disable_scroll_1) {
    overflow: hidden !important;
}

/* QUICK CONTACT */

/* Disable on contact page */
.page-id-144 .sticky-slider {
    display: none;
}
/* END */

.ays-pb-modal.ays-pb-modal_1>div>div, .ays_window .ays_pb_timer {
    text-align: left!important;
}

.sticky-slider {
    position: fixed;
    bottom: 1rem;
    border: none;
    background-color: #00c4cc;
    color: #000;
    z-index: 999999;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
    padding: .5rem 1rem;
    margin: 1rem 0;
    left: 1rem;
    box-shadow: 1px 2px 2px #000000;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
}

p.interested_quick {
    text-align: left !important;
    clear: both;
    display: block;
}

.ays_content_box input.wpcf7-text {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 10px;
}

.ays_content_box textarea.wpcf7-form-control.wpcf7-textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}
h2.ays_pb_show_title_on_mobile.ays_pb_title_styles_1 {
    font-weight: bold !important;
}

.ays_content_box input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #000000 !important;
    border-width: 0px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #ffee00 !important;
    font-size: 20px;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 0px;
    width: 100%;
}

.interested_quick .wpcf7-list-item {
    display: block;
    clear: both;
    width: 100% !important;
    margin-left: 0px;
}

.ays_content_box {
    font-size: 16px;
}

/* Hide the mobile email icon on desktop */
.quick-contact-mobile-icon {
    display: none;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    .quick-contact-text {
        display: none;
    }

    .quick-contact-mobile-icon {
        display: inline-block;
        font-family: "ETmodules";
        font-size: 24px;
        line-height: 1.7;
    }
}

/* END */

/* CONTACT FORM */
/* Main Form Container */
.qavren-conversational-form {
    position: relative;
    width: 100%;
    max-width: 850px;
    min-height: 480px;
    margin: 0 auto;
    padding: 60px;
    background: #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
}

/* Progress Bar */
.qavren-form-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
}

.qavren-form-progress-bar {
    width: 10%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #5e17eb 0%,
        #00c4cc 60%,
        #39ff14 100%
    );
    transition: width 0.45s ease;
}

/* Steps */
.qavren-form-step {
    display: none;
    opacity: 0;
    transform: translateY(18px);
}

.qavren-form-step.active {
    display: block;
    animation: qavrenStepIn 0.55s cubic-bezier(.16, 1, .3, 1) forwards;
}

@keyframes qavrenStepIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Question Number */
.qavren-question-number {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #00c4cc;
}

/* Headings */
.qavren-form-step h3 {
    margin-bottom: 12px;
    padding-bottom: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    color: #ffffff;
}

.qavren-question-description {
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* CF7 Paragraph Reset */
.qavren-conversational-form p {
    padding-bottom: 0;
}

/* Text Inputs */
.qavren-conversational-form input[type="text"],
.qavren-conversational-form input[type="email"],
.qavren-conversational-form input[type="tel"],
.qavren-conversational-form select,
.qavren-conversational-form textarea {
    width: 100%;
    margin-top: 20px;
    padding: 18px 0 !important;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25)!important;
    border-radius: 0;
    outline: none;
    background: transparent !important;
    box-shadow: none;
    font-size: 21px;
    line-height: 1.4;
    color: #ffffff !important;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.qavren-conversational-form input:focus,
.qavren-conversational-form select:focus,
.qavren-conversational-form textarea:focus {
    border-bottom-color: #00c4cc !important;
}

/* Placeholders */
.qavren-conversational-form input::placeholder,
.qavren-conversational-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Select Field */
.qavren-conversational-form select {
    cursor: pointer;
}

.qavren-conversational-form select option {
    background: #111111;
    color: #ffffff;
}

/* Textarea */
.qavren-conversational-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Navigation */
.qavren-form-navigation {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    gap: 12px;
}

/* Remove CF7 automatic paragraph spacing inside navigation */
.qavren-form-navigation p {
    display: contents;
    margin: 0 !important;
    padding: 0 !important;
}

/* Buttons */
.qavren-next,
.qavren-back,
.qavren-conversational-form input[type="submit"] {
    appearance: none;
    padding: 14px 25px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease,
        background-color 0.25s ease;
}

/* Prevent buttons from becoming full width */
.qavren-form-navigation button,
.qavren-form-navigation input[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: auto;
    margin: 0 !important;
    white-space: nowrap;
  margin-top: 20px!important;
}

/* Keep the CF7 spinner from breaking the row */
.qavren-form-navigation .wpcf7-spinner {
    flex: 0 0 auto;
    margin: 0 0 0 5px;
}

.qavren-next,
.qavren-conversational-form input[type="submit"] {
    background: linear-gradient(
        135deg,
        #5e17eb 0%,
        #00c4cc 100%
    );
    color: #ffffff;
}

.qavren-back {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
}

.qavren-next:hover,
.qavren-back:hover,
.qavren-conversational-form input[type="submit"]:hover {
    transform: translateY(-2px);
}

/* Validation */
.qavren-field-error {
    border-bottom-color: #ff5c5c !important;
}

.qavren-inline-error {
    display: block;
    margin-top: 10px;
    color: #ff8585;
    font-size: 14px;
}

/* CF7 Validation Messages */
.qavren-conversational-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 14px;
    color: #ff8585;
}

.qavren-conversational-form .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 15px 18px !important;
    border-radius: 10px;
    color: #ffffff;
}

/* CF7 Spinner */
.qavren-conversational-form .wpcf7-spinner {
    margin: 0 0 0 10px;
}



/* Submitted Form Container */
.qavren-conversational-form.qavren-form-submitted {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

/* Success Screen */
.qavren-success-screen {
    width: 100%;
    max-width: 620px;
    margin: auto;
    padding: 25px 0;
    text-align: center;
    animation: qavrenSuccessIn 0.6s cubic-bezier(.16, 1, .3, 1)
        forwards;
}

.qavren-success-icon {
display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border: 2px solid #2845ba;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    color: #2449b4;
}

.qavren-success-label {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2648b7;
}

.qavren-success-screen h3 {
    margin: 0 0 18px;
    padding: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    color: #ffffff;
}

.qavren-success-screen p {
    max-width: 540px;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

@keyframes qavrenSuccessIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* Mobile */
@media only screen and (max-width: 767px) {
    .qavren-conversational-form {
        min-height: 500px;
        padding: 50px 25px 35px;
        border-radius: 16px;
    }

    .qavren-form-step h3 {
        font-size: 30px;
    }

    .qavren-question-description {
        font-size: 15px;
    }

    .qavren-conversational-form input[type="text"],
    .qavren-conversational-form input[type="email"],
    .qavren-conversational-form input[type="tel"],
    .qavren-conversational-form select,
    .qavren-conversational-form textarea {
        font-size: 18px;
    }

    .qavren-form-navigation {
        flex-wrap: nowrap;
        margin-top: 35px;
    }

    .qavren-conversational-form.qavren-form-submitted {
        min-height: 380px;
        padding: 40px 24px;
    }

    .qavren-success-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 20px;
        font-size: 29px;
    }

    .qavren-success-screen h3 {
        font-size: 30px;
    }

    .qavren-success-screen p {
        font-size: 15px;
    }


    .qavren-conversational-form {
        min-height: 500px;
        padding: 50px 25px 35px;
        border-radius: 16px;
    }

    .qavren-form-step h3 {
        font-size: 30px;
    }

    .qavren-question-description {
        font-size: 15px;
    }

    .qavren-conversational-form input[type="text"],
    .qavren-conversational-form input[type="email"],
    .qavren-conversational-form input[type="tel"],
    .qavren-conversational-form select,
    .qavren-conversational-form textarea {
        font-size: 18px;
    }

    .qavren-form-navigation {
        flex-wrap: nowrap !important;
        gap: 9px;
        margin-top: 35px;
    }

    .qavren-next,
    .qavren-back,
    .qavren-conversational-form input[type="submit"] {
        padding: 13px 20px;
        font-size: 14px;
    }
}

/* END */

/* FREE CONSULT */

#main-header .container {
    max-width: 1200px;
}

.consult_with_us a, .et-fixed-header #top-menu .consult_with_us a, .page-id-2731 #top-menu .consult_with_us a{
    color: #ffffff !important;
    background-image: linear-gradient(210deg, #5e17eb 20%, #0048b8 70% 100%);
	background-color: transparent;
    padding: 15px 15px 10px 15px !important;
    border-radius: 14px;
	font-weight: bold !important;
}

.consult_with_us a:hover, .et-fixed-header #top-menu .consult_with_us a:hover, .page-id-2731 #top-menu .consult_with_us a:hover  {
    background-image: linear-gradient(210deg, #0048b8 20%, #5e17eb 70% 100%);
	background-color: transparent;
    color: #ffffff !important;
	font-weight: bold !important;
	opacity: 1;
}

.consult_with_us a {
  position: relative;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  animation: pulse 2s infinite;
}

.consult_with_us a:hover {
	animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 51, 55, 0.6);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(238, 51, 55, 0);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 51, 55, 0);
    transform: scale(1);
  }
}

/* END */


/* Mobile Styling */
/* Tablet and mobile */
@media only screen and (max-width: 980px) {
    h1 {
        font-size: 33px !important;
    }

    h2,
    h3 {
        font-size: 22px !important;
    }
}