.elementor-9128 .elementor-element.elementor-element-9ce0f3d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-9128 .elementor-element.elementor-element-948feed{--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;--background-transition:0.3s;}.elementor-9128 .elementor-element.elementor-element-948feed.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9128 .elementor-element.elementor-element-e8914af{width:100%;max-width:100%;}.elementor-9128 .elementor-element.elementor-element-e8914af > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-9128 .elementor-element.elementor-element-e8914af img{border-radius:20px 20px 20px 20px;}.elementor-9128 .elementor-element.elementor-element-abe517d{text-align:justify;color:#6E6E6E;}.elementor-9128 .elementor-element.elementor-element-0759941{--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;--background-transition:0.3s;}.elementor-9128 .elementor-element.elementor-element-d8bad66{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-9128 .elementor-element.elementor-element-d8bad66.e-con{--align-self:center;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-9128 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}@media(min-width:768px){.elementor-9128 .elementor-element.elementor-element-948feed{--width:65.563%;}.elementor-9128 .elementor-element.elementor-element-0759941{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-43a961d *//* Form Container */
form.wpcf7-form {
    background-color: #1b365d; /* Dark blue background */
    padding: 20px;
    border-radius: 10px;
    color: #ffffff; /* White text */
    font-family: 'Lato', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px; /* Increased width from 400px to 480px */
    margin: 0 auto; /* Center the form */
}

/* Form Groups */
form.wpcf7-form .form-group {
    margin-bottom: 20px;
}

/* Labels */
form.wpcf7-form .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
    font-size: 14px;
}

form.wpcf7-form .form-group label span {
    color: #fbc134; /* Highlight for required field asterisks */
}

/* Input Fields */
form.wpcf7-form .form-group input[type="text"],
form.wpcf7-form .form-group input[type="email"],
form.wpcf7-form .form-group input[type="tel"],
form.wpcf7-form .form-group input[type="number"],
form.wpcf7-form .form-group input[type="date"],
form.wpcf7-form .form-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
}

/* Date Input */
form.wpcf7-form .form-group input[type="date"] {
    appearance: none; /* Remove default styling */
    background-color: #fff; /* Match the input background color */
    color: #333; /* Match text color */
}

/* Placeholder Text */
form.wpcf7-form .form-group input::placeholder {
    color: #888;
}

/* Textarea Styling */
form.wpcf7-form .form-group textarea {
    width: 100%;
    height: 80px; /* Reduced height */
    resize: vertical;
}

/* Name Field */
form.wpcf7-form .name-field input {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
}

form.wpcf7-form .name-field input:last-child {
    margin-right: 0;
}

/* Contact Number */
form.wpcf7-form .contact-number-field input {
    font-size: 14px;
}

/* Number of Adults/Children */
form.wpcf7-form .num-adults-field input,
form.wpcf7-form .num-children-field input {
    font-size: 14px;
}

/* Email Field */
form.wpcf7-form .email-field input {
    font-size: 14px;
}

/* City Field */
form.wpcf7-form .city-field input {
    font-size: 14px;
}

/* Submit Button */
form.wpcf7-form .submit-button input[type="submit"] {
    background-color: #fbc134; /* Yellow button */
    color: #000; /* Black text */
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

form.wpcf7-form .submit-button input[type="submit"]:hover {
    background-color: #dba822; /* Darker yellow on hover */
}

/* Form Icons Container */
.form.icons {
    display: flex;
    flex-direction: column; /* Stack each pair vertically */
    gap: 10px; /* Space between rows */
}

/* Each Icon and Text Pair */
.form.icons div {
    display: flex; /* Align items horizontally */
    align-items: center; /* Vertically align icon and text */
    gap: 10px; /* Space between icon and text */
}

/* Icon Styling */
.form.icons i {
    color: #FBC134; /* Icon color */
    font-size: 18px; /* Adjust icon size */
}

/* Text Styling */
.form.icons p {
    margin: 0; /* Remove default paragraph margin */
    font-size: 16px; /* Adjust text size */
    color: #ffffff; /* Text color */
}/* End custom CSS */