.elementor-5280 .elementor-element.elementor-element-5e0cf62:not(.elementor-motion-effects-element-type-background), .elementor-5280 .elementor-element.elementor-element-5e0cf62 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5280 .elementor-element.elementor-element-5e0cf62{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:50px;padding:10px 50px 100px 50px;}.elementor-5280 .elementor-element.elementor-element-5e0cf62 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5280 .elementor-element.elementor-element-e845d05:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5280 .elementor-element.elementor-element-e845d05 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5280 .elementor-element.elementor-element-e845d05 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 0px 0px 16px;}.elementor-5280 .elementor-element.elementor-element-e845d05 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5280 .elementor-element.elementor-element-963681c .elementor-heading-title{color:#000000;}.elementor-5280 .elementor-element.elementor-element-7cbae24 > .elementor-widget-container{padding:100px 0px 0px 0px;}.elementor-5280 .elementor-element.elementor-element-7cbae24 .elementor-heading-title{color:#000000;}@media(min-width:768px){.elementor-5280 .elementor-element.elementor-element-e845d05{width:33.522%;}.elementor-5280 .elementor-element.elementor-element-0ecbf51{width:66.478%;}}@media(max-width:767px){.elementor-5280 .elementor-element.elementor-element-5e0cf62{margin-top:-15px;margin-bottom:0px;padding:20px 0px 30px 0px;}.elementor-5280 .elementor-element.elementor-element-e845d05 > .elementor-element-populated{padding:40px 10px 0px 20px;}.elementor-5280 .elementor-element.elementor-element-963681c{text-align:center;}.elementor-5280 .elementor-element.elementor-element-7cbae24{text-align:center;}}/* Start custom CSS for column, class: .elementor-element-e845d05 */.hf-price-display-box.pro-style {
    max-width: 480px;
    margin: 30px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    padding: 30px 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.hf-price-display-box.pro-style .hf-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

.hf-price-display-box.pro-style .hf-featured-image img:hover {
    transform: scale(1.03);
}

.hf-price-display-box.pro-style .hf-trip-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
}

.hf-price-display-box.pro-style .hf-trip-duration {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
}

.hf-price-display-box.pro-style .hf-label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #555;
}

.hf-price-display-box.pro-style .hf-select {
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 8px;
    border: 1.8px solid #ddd;
    outline: none;
    transition: border-color 0.3s ease;
    cursor: pointer;
    background: #fafafa;
    margin-bottom: 25px;
}

.hf-price-display-box.pro-style .hf-select:focus {
    border-color: #4CAF50;
    background: #fff;
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.4);
}

.hf-price-display-box.pro-style .hf-price-text {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #2a7a2a;
}

.hf-price-display-box.pro-style .hf-price-value {
    color: #4CAF50;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-66e67bb *//* ===== FORM CLEAN + MODERN LOOK (Rounded, Larger Inputs) ===== */
form.forminator-custom-form {
    padding: 0;
    background: none;
    border-radius: 0;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* Label styling */
form.forminator-custom-form .forminator-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
    font-size: 16px;
}

/* Input, Select, Textarea – Bigger & Rounded */
form.forminator-custom-form input[type="text"],
form.forminator-custom-form input[type="email"],
form.forminator-custom-form input[type="tel"],
form.forminator-custom-form input[type="number"],
form.forminator-custom-form input[type="date"],
form.forminator-custom-form textarea,
form.forminator-custom-form select {
    width: 100%;
    padding: 14px 16px; /* bigger height */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px; /* smooth rounded corners */
    background-color: #fff;
    transition: border-color 0.3s ease;
}

/* On focus */
form.forminator-custom-form input:focus,
form.forminator-custom-form textarea:focus,
form.forminator-custom-form select:focus {
    border-color: #0057b8;
    outline: none;
}

/* Date picker icon alignment */
.forminator-input-with-icon {
    position: relative;
}
.forminator-input-with-icon span.forminator-icon-calendar {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}
.forminator-input-with-icon input {
    padding-left: 38px;
}

/* Select2 Dropdown (No double borders) */
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 16px;
    background-color: #fff;
    height: auto;
    font-size: 16px;
}

/* Submit Button Styling */
form.forminator-custom-form button.forminator-button-submit {
    background-color: #0057b8;
    color: #fff;
    padding: 14px 24px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

form.forminator-custom-form button.forminator-button-submit:hover {
    background-color: #004080;
}

/* Space between form fields */
form.forminator-custom-form .forminator-row {
    margin-bottom: 20px;
}

/* Error message styling */
.forminator-response-message.forminator-error {
    color: red;
    font-size: 14px;
    margin-bottom: 15px;
}/* End custom CSS */