.elementor-16926 .elementor-element.elementor-element-8e1451d{--display:flex;}.elementor-widget-theme-page-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-16926 .elementor-element.elementor-element-c90c02b{text-align:center;}.elementor-16926 .elementor-element.elementor-element-c90c02b .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-16926 .elementor-element.elementor-element-0ab7824{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-43c9b3f *//* ============================= */
/* Wewild Travel CF7 Form - Clean 2 Column Responsive */
/* ============================= */

/* FORM CARD */
.booking-wrapper {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

/* TITLE */
.safari-form-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

.safari-form-subtext {
    text-align: center;
    font-size: 11px;
    color: #777;
    margin-bottom: 15px;
}

/* ============================= */
/* GRID SYSTEM (FIXED FOR CF7)
/* ============================= */

.safari-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* IMPORTANT: remove CF7 spacing issues */
.safari-form-grid p {
    margin: 0;
    padding: 0;
}

/* FIELD WRAPPER */
.safari-form-grid label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    gap: 4px;
}

/* FULL WIDTH FIELDS */
.grid-item-full {
    grid-column: 1 / -1;
}

/* ============================= */
/* INPUT STYLING */
/* ============================= */

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 12px;
    transition: 0.2s ease;
}

/* FOCUS STATE */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #c19b4a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(193,155,74,0.12);
}

/* PLACEHOLDER */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
    font-size: 11px;
    font-style: italic;
}

/* ============================= */
/* SUBMIT BUTTON */
/* ============================= */

.wpcf7-submit {
    width: 100%;
    padding: 10px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 8px;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    background: #1ebe57;
}

/* TRUST LINE */
.trust-line {
    text-align: center;
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}

/* ============================= */
/* MOBILE RESPONSIVE FIX
/* ============================= */

@media (max-width: 600px) {

    .safari-form-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .grid-item-full {
        grid-column: auto;
    }

    .booking-wrapper {
        padding: 12px;
    }

    .safari-form-title {
        font-size: 16px;
    }

    .wpcf7-submit {
        font-size: 12px;
        padding: 10px;
    }
}/* End custom CSS */