.elementor-kit-9{--e-global-color-primary:#B71C1C;--e-global-color-secondary:#F9A825;--e-global-color-text:#1A1A1A;--e-global-color-accent:#555555;--e-global-color-0f2d1c6:#FFF8E1;--e-global-color-8452c38:#555555;--e-global-typography-primary-font-family:"Pacifico";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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 */.header {
  background: #B71C1C;
  padding: 16px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #F9A825;
  flex-shrink: 0;
}

.header-title {
  font-family: 'Pacifico', cursive;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.1;
}

.header-subtitle {
  font-size: 0.72rem;
  color: #FFE082;
  font-weight: 400;
  margin-top: 2px;
}/* End custom CSS */