.elementor-183 .elementor-element.elementor-element-baf21a0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-183 .elementor-element.elementor-element-baf21a0:not(.elementor-motion-effects-element-type-background), .elementor-183 .elementor-element.elementor-element-baf21a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-image .widget-image-caption{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-183 .elementor-element.elementor-element-4d2c58a{width:var( --container-widget-width, 18% );max-width:18%;--container-widget-width:18%;--container-widget-flex-grow:0;}.elementor-183 .elementor-element.elementor-element-4d2c58a img{width:100%;}.elementor-183 .elementor-element.elementor-element-1f7912d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-183 .elementor-element.elementor-element-912f436{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-183 .elementor-element.elementor-element-912f436 img{width:100%;}.elementor-183 .elementor-element.elementor-element-13abb55{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-183 .elementor-element.elementor-element-13abb55 img{width:100%;}.elementor-183 .elementor-element.elementor-element-5971205{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-183 .elementor-element.elementor-element-5971205:not(.elementor-motion-effects-element-type-background), .elementor-183 .elementor-element.elementor-element-5971205 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-183 .elementor-element.elementor-element-baf21a0{--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-183 .elementor-element.elementor-element-4d2c58a{--container-widget-width:168px;--container-widget-flex-grow:0;width:var( --container-widget-width, 168px );max-width:168px;}.elementor-183 .elementor-element.elementor-element-1f7912d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-14bcdf9 *//* =========================================================
   Tilal Binghatti — Early Access form
   CF7 dark theme, black background, Binghatti gradient CTA
   ========================================================= */

/* Container */
.wpcf7 {
    max-width: 635px;
    margin: 0 auto;
    padding: 40px 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
}

/* Labels */
.wpcf7 label,
.wpcf7 .labelText {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2px;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
    width: 100%;
    padding: 16px 18px;
    font-size: 15px;
    font-family: inherit;
    color: #ffffff;
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 select:hover {
    border-color: #5a5a5a;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #ffffff;
    background-color: #1f1f1f;
}

/* Placeholder styling */
.wpcf7 input::placeholder {
    color: #6b6b6b;
    opacity: 1;
}

/* Autofill override (Chrome) */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #1a1a1a inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Form groups (spacing between fields) */
.wpcf7 p {
    margin-bottom: 28px;
}

/* Phone number field with country code */
.wpcf7 .phone-field-wrapper {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.wpcf7 .country-code {
    width: 110px;
    flex-shrink: 0;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #3a3a3a;
}

.wpcf7 .phone-number {
    flex: 1;
    border-radius: 0 8px 8px 0;
    border-left: none;
}

/* Select dropdown */
.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor: pointer;
}

/* Terms & conditions text */
.wpcf7 .terms-text {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 24px;
}

.wpcf7 .terms-text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}

.wpcf7 .terms-text a:hover {
    opacity: 0.8;
}

/* Submit button — Binghatti dark-to-olive gradient */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 18px 24px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    background: linear-gradient(90deg, #0a0a0a 0%, #1f2e10 25%, #3d5220 55%, #8a9a2e 82%, #c2d14a 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.25s ease, transform 0.1s ease, filter 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
    filter: brightness(1.08);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(1px);
    filter: brightness(0.95);
}

.wpcf7 input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Validation errors */
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #ef4444;
    margin-top: 6px;
}

.wpcf7-not-valid {
    border-color: #ef4444 !important;
}

/* Success / error messages */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid;
}

.wpcf7-mail-sent-ok {
    background-color: rgba(34, 197, 94, 0.1);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.3);
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
    background-color: rgba(239, 68, 68, 0.1);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.3);
}

/* --------- International Tel Input (iti) overrides --------- */
.iti {
    width: 100% !important;
}

.iti__flag-container {
    background-color: transparent;
}

.iti__selected-flag {
    background-color: transparent !important;
    border-right: 1px solid #3a3a3a;
    padding: 0 14px 0 14px;
}

.iti__selected-flag:hover,
.iti__selected-flag:focus {
    background-color: #1f1f1f !important;
}

.iti__arrow {
    border-top-color: #ffffff;
}

.iti__arrow--up {
    border-bottom-color: #ffffff;
}

.iti__country-list {
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.iti__country:hover,
.iti__country.iti__highlight {
    background-color: #2a2a2a;
}

.iti__divider {
    border-bottom-color: #3a3a3a;
}

.iti__dial-code {
    color: #9ca3af;
}

.iti input[type="tel"] {
    padding-left: 90px !important;
}

/* --------- Responsive --------- */
@media (max-width: 640px) {
    .wpcf7 {
        padding: 28px 20px;
    }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 select {
        padding: 14px 16px;
    }
    .wpcf7 input[type="submit"] {
        padding: 16px 20px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}/* End custom CSS */