.elementor-1445 .elementor-element.elementor-element-bfeadb9 > .elementor-container{max-width:1920px;min-height:574px;}.elementor-1445 .elementor-element.elementor-element-eddf118 > .elementor-widget-container{margin:27px 0px 0px 0px;border-radius:6px 6px 6px 6px;}.elementor-1445 .elementor-element.elementor-element-eddf118 iframe{height:373px;}/* Start custom CSS for shortcode, class: .elementor-element-b31eb6d *//* Wrapper - Fixed Height 574px */
.cf7-contact-wrapper {
    max-width: 600px; 
    margin: 0 auto;
    padding: 10px;
    min-height: 574px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Heading */
.cf7-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c4d;
    margin-bottom: 15px;
    line-height: 1.1;
}

/* Row setup */
.cf7-row {
    display: flex;
    gap: 10px; 
    margin-bottom: 10px; 
}

/* Columns */
.cf7-col {
    flex: 1;
}

.cf7-col-full {
    width: 100%;
}

/* CF7 span fix */
.cf7-contact-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Inputs & Textarea - Default State */
.cf7-contact-wrapper input:not([type="submit"]),
.cf7-contact-wrapper textarea {
    width: 100%;
    height: 48px; 
    padding: 0 15px;
    border: 1px solid #d9dee7; /* Default Gray Border */
    border-radius: 8px; 
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

/* 🔥 FOCUS STATE - Orange Border when typing */
.cf7-contact-wrapper input:not([type="submit"]):focus,
.cf7-contact-wrapper textarea:focus {
    border-color: #ff8a1f !important; /* Orange color from your image */
    box-shadow: 0 0 0 1px rgba(255, 138, 31, 0.2); /* Light orange glow for better look */
}

/* Textarea height */
.cf7-contact-wrapper textarea {
    height: 180px; 
    padding: 12px 15px;
    resize: none;
    margin-bottom: 0px; 
}

/* Placeholder Style */
.cf7-contact-wrapper ::placeholder {
    color: #9aa3ad;
    font-size: 14px;
}

/* Submit Button */
.cf7-submit {
    background: #ff8a1f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 45px !important; 
    height: 48px !important;    
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    display: inline-block !important;
    width: auto !important; 
    margin-top: 10px !important; 
    transition: background 0.3s ease;
}

.cf7-submit:hover {
    background: #e67612 !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .cf7-contact-wrapper {
        min-height: auto;
    }
    .cf7-row {
        flex-direction: column;
        gap: 10px;
    }
    .cf7-submit {
        width: 100% !important; 
    }
}/* End custom CSS */