.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4b6c310:#F13338;--e-global-color-720411f:#FFFFFF;--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;}.elementor-kit-13 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.entry-header {
    display: none;
}
.site-branding {
    display: none;
}
aside#secondary {
    display: none;
}

/* HERO SECTION */
.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem;
  position: relative;
}

.hero-content {
  max-width: 600px;
}

.hero-content h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}

.hero-content h1 span {
  display: block;
  font-size: 3.5rem;
}

.hero-content p {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 500px;
}

.btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8rem 1.8rem;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn:hover {
  background: #fff;
  color: #c62828;
}

.hero-image img {
  max-width: 400px;
  width: 100%;
  height: auto;
  transform: translateY(20px);
}/* End custom CSS */