.elementor-1881 .elementor-element.elementor-element-f4a94d9{margin-top:0px;margin-bottom:0px;}.elementor-1881 .elementor-element.elementor-element-e079571{margin-top:0px;margin-bottom:-130px;}.elementor-1881 .elementor-element.elementor-element-d9a1811 .cta-area .primery-heading h2{color:#0B0D0E;font-size:48px;}/* Start custom CSS for map-section, class: .elementor-element-ad7be60 *//* Container styling */
.wpcf7 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif; /* Matching the clean, modern look */
}

/* Label styling - Dark Grey/Black like your headers */
.wpcf7 label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1a1a; 
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Input & Textarea styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0; /* Light border for white background */
    background-color: #f9f9f9;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Focus state - Using the Green from your image */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #00FF41; /* The vibrant green from your skill bars */
    outline: none;
    background-color: #fff;
}

/* Submit Button - Styled like your "01, 02, 03" accents */
.wpcf7 submit, 
.wpcf7 input[type="submit"] {
    background-color: #00FF41;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #1a1a1a;
    color: #00FF41; /* Inverts on hover */
}/* End custom CSS */