.elementor-2722 .elementor-element.elementor-element-663f208{--display:flex;--border-radius:30px 30px 30px 30px;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:50px;--padding-left:40px;--padding-right:40px;}.elementor-2722 .elementor-element.elementor-element-663f208:not(.elementor-motion-effects-element-type-background), .elementor-2722 .elementor-element.elementor-element-663f208 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-2722 .elementor-element.elementor-element-7146c38{margin:42px 0px calc(var(--kit-widget-spacing, 0px) + -2px) 0px;text-align:center;}.elementor-2722 .elementor-element.elementor-element-7146c38 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:44px;color:#FFFFFF;}.elementor-2722 .elementor-element.elementor-element-0d24c17{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-fd9e6ef *//* ===== FORM WRAPPER ===== */
.ft-why-choose-form,
.wc-input,
.wc-input-range {
    margin-bottom: 22px;
}

/* ===== LABEL TEXT ===== */
.wc-input span,
.wc-input-range span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
}

/* ===== INPUTS & SELECTS ===== */
.wc-text-input input,
.wc-select select,
.wc-input-range input,
textarea {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    background: #1c2333;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.25s ease;
}

/* Textarea height */
textarea {
    height: 120px;
    padding-top: 14px;
    resize: none;
}

/* ===== PLACEHOLDER COLOR ===== */
.wc-text-input input::placeholder,
textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

/* ===== FOCUS STATE ===== */
.wc-text-input input:focus,
.wc-select select:focus,
textarea:focus {
    outline: none;
    border-color: #f74316;
    box-shadow: 0 0 0 2px rgba(247,67,22,0.2);
    background: #1f273a;
}

/* ===== SELECT ARROW FIX ===== */
.wc-select select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
}

/* ===== RANGE / DIST INPUT ===== */
.wc-input-range-area {
    background: #1c2333;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.15);
}

/* ===== SUBMIT BUTTON ===== */
.ft-why-choose-form button,
.wpcf7-form button {
    width: 100%;
    height: 54px;
    background: #f74316;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

/* Hover effect */
.ft-why-choose-form button:hover,
.wpcf7-form button:hover {
    background: #008eff;
    box-shadow: 0 8px 20px rgba(0,142,255,0.35);
    transform: translateY(-2px);
}

/* ===== MOBILE FIXES ===== */
@media (max-width: 767px) {
    .wc-text-input input,
    .wc-select select {
        height: 50px;
    }
}
/* CF7 email input fix */
.wpcf7-form input[type="email"] {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    background: #1c2333;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
}

.wpcf7-form input[type="email"]:focus {
    outline: none;
    border-color: #f74316;
    box-shadow: 0 0 0 2px rgba(247,67,22,0.2);
    background: #1f273a;
}/* End custom CSS */