/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758722114
Updated: 2025-09-24 13:55:14

*/
p,li {
  font-size: 21px;
}
.elementor-element.elementor-element-5c1c32ad.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  display: none;
}
.wpcf7-form label {
  margin-bottom: 20px!important;
}
.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#bookingForm {
  margin: 0 auto;
  padding: 24px 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}
.pdff-content {
  background-color: rgb(252, 251, 247)!important;
}
.pdff-previewWrapper[data-mode="welcomeMode"] .pdff-content {
  background-color: rgb(252, 251, 247)!important;
}
.elementor-element.elementor-element-74e114f8.e-con-full.jkit-sticky-element--enabled.jkit-sticky-position--fixed.e-flex.jkit-sticky-element-on--down.e-con.e-parent.e-lazyloaded {
    margin: 0px 0px -90px!important;
    position: fixed;
    z-index: 10;
}
#comments {
  display: none;
}
.page-header {
  display: none;
}
h2.post-title{
  display: none!important;
}
/*Booking Form Styling*/
.form-section.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.booking-form .elementor-heading-title {
  display: none;
}
.form-section label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: #333;
}
.radiobtns .form-section label{
  display: inline-block;
}
.radiobtns .wpcf7-list-item {
  margin: 0 0 0 0;
}
.radiobtns .wpcf7-list-item:nth-of-type(2){
 margin: 0 0 0 5px;
}
@media (max-width: 768px) {
  .form-section.two-columns {
    grid-template-columns: 1fr;
  }
}