.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================
   PHONESOL DEMO FORM - FULL CSS
   ========================= */

/* Base */
.phonesol-demo-form .form-step {
    display: none;
}

.phonesol-demo-form .form-step.active {
    display: block;
}

/* =========================
   STEP NAV
   ========================= */
.phonesol-demo-form .phonesol-steps-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.phonesol-demo-form .step-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.phonesol-demo-form .step-circle {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F2F3F7;
    border: 1px solid #D8DCE6;
    color: #8E95A4;
    font-size: 16px;
    font-weight: 700;
}

.phonesol-demo-form .step-nav-item.active .step-circle,
.phonesol-demo-form .step-nav-item.completed .step-circle {
    background: #7367F0;
    border-color: #7367F0;
    color: #fff;
}

.phonesol-demo-form .step-text {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #666B76;
}

.phonesol-demo-form .step-divider {
    flex: 1;
    height: 1px;
    background: #E3E7EF;
}

/* =========================
   STEP 1
   ========================= */
.phonesol-demo-form .phonesol-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

.phonesol-demo-form .phonesol-grid-1 {
    margin-top: 22px;
}

.phonesol-demo-form .phonesol-grid-2 > div,
.phonesol-demo-form .phonesol-grid-1 > div {
    min-width: 0;
}

.phonesol-demo-form .field-with-icon,
.phonesol-demo-form .phone-field-wrap,
.phonesol-demo-form .pxl-text-area {
    position: relative;
}

.phonesol-demo-form .field-with-icon .icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.phonesol-demo-form .pxl-text-area .icon {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.phonesol-demo-form .field-with-icon input {
    padding-right: 56px !important;
}

/* Phone field */
.phonesol-demo-form .iti {
    width: 100%;
    display: block;
    position: relative;
}

.phonesol-demo-form .iti input[type="tel"],
.phonesol-demo-form input#phone-number {
    width: 100% !important;
    padding-left: 120px !important;
    padding-right: 18px !important;
}

.phonesol-demo-form .iti__country-container {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
}

.phonesol-demo-form .iti__selected-country {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1 !important;
}

.phonesol-demo-form .iti__selected-country-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.phonesol-demo-form .iti__flag {
    display: inline-block !important;
    transform: none !important;
    margin: 0 !important;
}

.phonesol-demo-form .iti__selected-dial-code {
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #3B4458 !important;
    margin: 0 !important;
}

.phonesol-demo-form .iti__arrow {
    margin-left: 2px !important;
}

.phonesol-demo-form .iti__dropdown-content {
    border: 1px solid #D7DBE3 !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.1) !important;
    overflow: hidden !important;
    background: #fff !important;
    z-index: 9999 !important;
}

.phonesol-demo-form .iti__search-input {
    width: calc(100% - 24px) !important;
    margin: 12px !important;
    border-radius: 12px !important;
}

.phonesol-demo-form .step1-submit {
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
    margin-top: 22px;
}

/* =========================
   STEP 2 - CLEAN DIFFERENTIATION
   ========================= */
.phonesol-demo-form .step2-shell.compact-step2 {
    background: #F8F9FC;
    border: 1px solid #E7EAF2;
    border-radius: 22px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 8px 20px rgba(18, 24, 40, 0.035);
}

.phonesol-demo-form .step2-intro {
    margin-bottom: 12px;
}

.phonesol-demo-form .step2-intro h4 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.1;
    color: #141824;
    font-weight: 700;
}

.phonesol-demo-form .step2-intro p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #6D7485;
}

/* each question block becomes its own light unit */
.phonesol-demo-form .step2-simple-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.phonesol-demo-form .step2-simple-grid > .pxl-select,
.phonesol-demo-form .step2-simple-grid > .pxl-text-area {
    background: #FFFFFF;
    border: 1px solid #E8EBF2;
    border-radius: 16px;
    padding: 12px;
}

/* stronger question / answer separation */
.phonesol-demo-form .phonesol-field-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #1E2433;
    letter-spacing: -0.01em;
}

/* answer controls */
.phonesol-demo-form .step2-simple-grid .pxl-select select {
    min-height: 50px !important;
    background: #F7F8FC !important;
    border: 1px solid #DDE3EC !important;
    border-radius: 14px !important;
    padding-left: 14px !important;
    padding-right: 42px !important;
    color: #596273 !important;
    font-weight: 500;
    box-shadow: none !important;
}

.phonesol-demo-form .step2-simple-grid .pxl-select select:focus {
    border-color: #7367F0 !important;
    box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.10) !important;
}

/* Textarea smaller and clearly secondary */
.phonesol-demo-form .step2-notes-fill textarea,
.phonesol-demo-form .textarea-visible textarea {
    min-height: 74px !important;
    padding: 14px 42px 14px 14px !important;
    border: 1px solid #DDE3EC !important;
    border-radius: 14px !important;
    background: #F7F8FC !important;
    box-shadow: none !important;
    resize: vertical;
}

.phonesol-demo-form .step2-notes-fill textarea:focus,
.phonesol-demo-form .textarea-visible textarea:focus {
    border-color: #7367F0 !important;
    box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.10) !important;
}

.phonesol-demo-form .step2-notes-fill .icon,
.phonesol-demo-form .textarea-visible .icon {
    right: 14px;
    top: 12px;
    transform: none;
}

/* =========================
   ACTIONS
   ========================= */
.phonesol-demo-form .step2-actions.compact-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    margin-top: 6px;
}

.phonesol-demo-form .back-link-btn {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: #7367F0 !important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none !important;
    white-space: nowrap;
}

/* =========================
   VALIDATION
   ========================= */
.phonesol-demo-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 767px) {
    .phonesol-demo-form .phonesol-steps-nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .phonesol-demo-form .step-divider {
        display: none;
    }

    .phonesol-demo-form .phonesol-grid-2 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .phonesol-demo-form .step2-shell.compact-step2 {
        padding: 14px;
        border-radius: 18px;
    }

    .phonesol-demo-form .step2-intro h4 {
        font-size: 20px;
    }

    .phonesol-demo-form .step2-actions.compact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .phonesol-demo-form .step2-actions.compact-actions .button-contact {
        width: 100%;
    }
}/* End custom CSS */