.elementor-5373 .elementor-element.elementor-element-852ba65:not(.elementor-motion-effects-element-type-background), .elementor-5373 .elementor-element.elementor-element-852ba65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://vitaloutsol.com/wp-content/uploads/2025/03/page-title.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5373 .elementor-element.elementor-element-852ba65 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(-90deg, #02010100 0%, #0C3246 100%);opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5373 .elementor-element.elementor-element-852ba65{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5373 .elementor-element.elementor-element-62c0aa0{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-5373 .elementor-element.elementor-element-62c0aa0{left:0px;}body.rtl .elementor-5373 .elementor-element.elementor-element-62c0aa0{right:0px;}.elementor-5373 .elementor-element.elementor-element-2732294{padding:100px 0px 90px 0px;}.elementor-5373 .elementor-element.elementor-element-9494765{padding:120px 0px 0px 0px;}.elementor-5373 .elementor-element.elementor-element-b2fb404{--spacer-size:50px;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5373 .elementor-element.elementor-element-23a2545 .elementor-swiper-button{font-size:20px;}.elementor-5373 .elementor-element.elementor-element-2138afd{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-5373 .elementor-element.elementor-element-7c32b82{width:50%;}.elementor-5373 .elementor-element.elementor-element-ef8f3b0{width:50%;}.elementor-5373 .elementor-element.elementor-element-8fb31ff{width:100%;}}@media(max-width:1024px){.elementor-5373 .elementor-element.elementor-element-852ba65{padding:0px 0px 0px 0px;}.elementor-5373 .elementor-element.elementor-element-2732294{padding:80px 0px 80px 0px;}.elementor-5373 .elementor-element.elementor-element-9494765{padding:70px 0px 70px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-b6f254d *//* Main Container */
.exact-contact-wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 600px;
    border-radius: 50px;
    border-color: #42545e;
    overflow: hidden;
    box-shadow:0px 8px 20px rgba(0, 0, 0, 0.6);
}

/* Left Section - Purple Form */
.left-form-section {
    flex: 1;
    background: #ffffff;
    padding: 0;
    display: flex;
    align-items: center;
}

.form-content {
    padding: 60px 50px;
    width: 100%;
}

.left-form-section h2 {
    color: #42545e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}

.chat-subtitle {
    color: #e34b00;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Form Fields */
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-form-section input[type="text"],
.left-form-section input[type="email"], 
.left-form-section input[type="tel"],
.left-form-section textarea {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 12px;
    background: #EEEEEE;
    color: #1f2937;
    font-size: 16px;
    font-weight: 400;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.left-form-section input::placeholder,
.left-form-section textarea::placeholder {
    color: #42545e;
    font-weight: 400;
}

.left-form-section input:focus,
.left-form-section textarea:focus {
    outline: none;
    background:#EEEEEE;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.left-form-section textarea {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

/* Get Started Button */
.left-form-section input[type="submit"] {
    background: #e34b00;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: auto;
    align-self: flex-start;
}

.left-form-section input[type="submit"]:hover {
    background: #e34b00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.4);
}

/* Right Section - White Info */
.right-info-section {
    flex: 1;
    background: white;
    display: flex;
    align-items: center;
}

.info-content {
    padding: 60px 50px;
    width: 100%;
}

.right-info-section h2 {
    color: #e34b00;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 0;
}

.description {
    color: #42545e;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
    font-weight: 400;
}

/* Steps List */
.steps-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #42545e;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.check-icon {
     width: 32px;
    height: 32px;
    background: #e34b00;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 1;
    text-align: center;
    padding-left: 1px;
    padding-top: 18px;
}

.step-item span {
    color: #374151;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 0;
    
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .exact-contact-wrapper {
        flex-direction: column;
    }
    
    .form-content,
    .info-content {
        padding: 40px 30px;
    }
    
    .left-form-section h2 {
        font-size: 28px;
    }
    
    .right-info-section h2 {
        font-size: 36px;
    }
    
    .steps-list {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .form-content,
    .info-content {
        padding: 30px 20px;
    }
    
    .left-form-section h2 {
        font-size: 24px;
    }
    
    .right-info-section h2 {
        font-size: 32px;
    }
}

/* Contact Form 7 Overrides */
.exact-contact-wrapper .wpcf7-form {
    margin: 0;
}

.exact-contact-wrapper .wpcf7-form p {
    margin: 0;
}

/* Error Handling */
.wpcf7-validation-errors {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
}

.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-mail-sent-ok {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
}/* End custom CSS */