.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#111111;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8026adf:#FFFFFF;--e-global-color-f97164d:#FFFFFF00;--e-global-color-dccf811:#F7FAFC;--e-global-color-c64f462:#718096;--e-global-color-8351264:#5FE4B2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-8026adf );}.elementor-kit-9 a{color:var( --e-global-color-8351264 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth transition for links & buttons */
a {
    transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

button, .button, .elementor-button {
    transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Smooth transition for text inside Elementor buttons */
.elementor-button-text {
    transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out!important;
}


/* Hotel Dashboard */
.dash-box {
  padding: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 3.5px 5.5px;
  border-radius: 15px;
}

.dash-box-high {
  padding: 20px;
  background: linear-gradient(81.62deg, rgb(49, 56, 96) 2.25%, rgb(21, 25, 40) 79.87%);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 3.5px 5.5px;
  border-radius: 15px;
}

.dash-sep {
  display: flex;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 49.52%, rgba(224, 225, 226, 0) 100%);
}/* End custom CSS */