.elementor-kit-9{--e-global-color-primary:#446979;--e-global-color-secondary:#2F3030;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-6b926c3:#2F3030ED;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Barlow Condensed";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#00000000;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);border-style:solid;border-color:#FFFFFF;border-radius:10px 10px 10px 10px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{color:var( --e-global-color-secondary );font-family:"Barlow Condensed", Sans-serif;font-size:54px;font-weight:600;}.elementor-kit-9 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-9 h3{color:var( --e-global-color-secondary );font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-kit-9 h4{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:80px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:16px;}.elementor-kit-9 h1{font-size:42px;}.elementor-kit-9 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:60px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:14px;}.elementor-kit-9 h1{font-size:32px;line-height:1.1em;letter-spacing:0.5px;}.elementor-kit-9 h3{font-size:20px;line-height:1.3em;letter-spacing:0.2px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{border-width:1px 1px 1px 1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:40px;--container-default-padding-left:16px;}}/* Start custom CSS *//* --- RTN Booking Form v2 (wider + tighter + better label spacing) --- */

/* Make the form wider */
.rtn-booking-form{
  max-width: 720px;      /* was 520 */
  margin: 0 auto;
}

/* Reduce the big gaps between fields */
.rtn-booking-form p{
  margin: 0 0 10px;      /* tighter */
}

/* Labels: add space so text isn't glued to the field */
.rtn-booking-form label{
  display: block;
  margin-bottom: 8px;    /* space under label */
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}

/* Inputs: slimmer height */
.rtn-booking-form input,
.rtn-booking-form select,
.rtn-booking-form textarea{
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  padding: 10px 14px;    /* less tall */
  font-size: 15px;
  color: #fff;
}

/* Textarea shorter */
.rtn-booking-form textarea{
  min-height: 120px;     /* was 90, but yours looked huge because of spacing */
  resize: vertical;
}

/* Checkbox row spacing */
.rtn-booking/* End custom CSS */