.elementor-410 .elementor-element.elementor-element-7583bf5{--spacer-size:280px;}.elementor-410 .elementor-element.elementor-element-8a0d68e iframe{height:600px;}.elementor-410 .elementor-element.elementor-element-0b5c53d{--display:flex;}.elementor-410 .elementor-element.elementor-element-04f20e7{--display:flex;}/* Start custom CSS for aundri_contact_left2, class: .elementor-element-379e4e99 *//* =========================
   FORM WRAPPER
========================= */
.wpcf7 {
    max-width: 750px;
    margin: 0 auto;
    background: #F8F8F8; /* Clean white */
    padding: 45px;
    border-radius: 24px;
    border: 1px solid rgba(0, 40, 112, 0.08);
    box-shadow: 0 20px 60px rgba(0, 40, 112, 0.10);
    font-family: inherit;
}

/* =========================
   GRID SYSTEM
========================= */
.cf7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* FIELD WRAPPER */
.cf7-field {
    display: flex;
    flex-direction: column;
}

/* FULL WIDTH */
.cf7-field.full {
    grid-column: 1 / -1;
}

/* =========================
   LABELS
========================= */
.cf7-field label {
    font-size: 13px;
    font-weight: 700;
    color: #002870; /* Deep Spin Navy */
    margin-bottom: 6px;
}

/* =========================
   INPUTS
========================= */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1.5px solid rgba(0, 40, 112, 0.15);
    background: #fff;
    font-size: 15px;
    color: #002870;
    transition: all 0.25s ease;
    outline: none;
}

/* FOCUS EFFECT */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #00A0F8; /* Fresh Water Blue */
    box-shadow: 0 0 0 4px rgba(0, 160, 248, 0.15);
}

/* PLACEHOLDER */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(0, 40, 112, 0.45);
}

/* =========================
   TEXTAREA
========================= */
.wpcf7 textarea {
    min-height: 160px;
    resize: vertical;
}

/* =========================
   SELECT DROPDOWN
========================= */
.wpcf7 select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #00A0F8 50%),
        linear-gradient(135deg, #00A0F8 50%, transparent 50%);
    background-position: calc(100% - 18px) center;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

/* =========================
   SUBMIT BUTTON (CTA STYLE)
========================= */
.wpcf7 input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #F87020, #F8D848);
    color: #002870;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 12px 28px rgba(248, 112, 32, 0.25);
}

/* HOVER */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 160, 248, 0.25);
}

/* ACTIVE */
.wpcf7 input[type="submit"]:active {
    transform: scale(0.98);
}

/* =========================
   RESPONSE MESSAGES
========================= */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 14px;
    border-radius: 12px;
    font-size: 14px;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {
    .cf7-grid {
        grid-template-columns: 1fr;
    }

    .wpcf7 {
        padding: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-19645e9 *//* Section background */
.elementor-410 .elementor-element.elementor-element-19645e9{
background:#0B1F3A !important; /* Deep Spin Navy */
}

/* Main headings */
.elementor-410 .elementor-element.elementor-element-19645e9 h1,
.elementor-410 .elementor-element.elementor-element-19645e9 h2,
.elementor-410 .elementor-element.elementor-element-19645e9 h3{
color:#F8D848 !important; /* Bright Laundry Yellow */
}

/* Small titles like Call Us, Send Email, Working Hours */
.elementor-410 .elementor-element.elementor-element-19645e9 h4,
.elementor-410 .elementor-element.elementor-element-19645e9 h5{
color:#F87020 !important; /* Energy Orange */
}

/* Form labels and normal text */
.elementor-410 .elementor-element.elementor-element-19645e9 label,
.elementor-410 .elementor-element.elementor-element-19645e9 p,
.elementor-410 .elementor-element.elementor-element-19645e9 span{
color:#F8F8F8 !important; /* Clean White */
}

/* Input fields */
.elementor-410 .elementor-element.elementor-element-19645e9 input,
.elementor-410 .elementor-element.elementor-element-19645e9 textarea{
background:#F8F8F8 !important;
color:#0B1F3A !important;
border:1px solid #00A0F8 !important; /* Fresh Water Blue */
}

/* Button */
.elementor-410 .elementor-element.elementor-element-19645e9 .elementor-button{
background:#F87020 !important; /* Energy Orange */
color:#F8F8F8 !important;
}/* End custom CSS */