.elementor-4688 .elementor-element.elementor-element-e59aaf8{--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;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}#elementor-popup-modal-4688{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4688 .dialog-message{width:700px;height:auto;}#elementor-popup-modal-4688 .dialog-close-button{display:flex;}#elementor-popup-modal-4688 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:540px){.elementor-4688 .elementor-element.elementor-element-e59aaf8{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-7b1938c *//* =====================
   Contact Form 7 Styling
   ===================== */

/* Label Styles */
.wpcf7-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Input Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 15px; /* Increased padding */
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

/* Placeholder Styling */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #000 !important; /* Black placeholder text */
    opacity: 1;
}

/* Focus Effects */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
    outline: none;
}

/* Readonly Fields (Package Name & Price) */
.wpcf7-form input[readonly] {
    background: #e9ecef;
    cursor: not-allowed;
}

/* Textarea */
.wpcf7-form textarea {
    height: 120px;
    resize: none;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background: #FFCB38;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 15px; /* Increased padding */
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px; /* Space before button */
}

/* Hover Effect */
.wpcf7-form input[type="submit"]:hover {
    background: #FFCB60;
}

/* Success & Error Messages */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #000000 !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}/* End custom CSS */