.elementor-kit-1355{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#2563EB;--e-global-color-text:#8B8989;--e-global-color-accent:#61CE70;--e-global-color-7e5fde5:#817E7EE6;--e-global-color-debd265:#F9F9F9;--e-global-color-e76acc9:#222222;--e-global-color-4b183de:#C59D5F;--e-global-color-7bde19f:#171E72;--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-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);}.elementor-kit-1355 e-page-transition{background-color:#FFBC7D;}@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 *//* Match Pivot theme container */
.container {
  width: 100%;
  max-width: 1170px;  /* Pivot / Bootstrap default */
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Hero section - Monaco skyline */
.hero {
  position: relative;
  width: 100%;
  min-height: 500px; /* adjust if you want taller */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;

  background: url('https://www.ebc-trust.com/wp-content/uploads/2017/03/Home.jpg') center center / cover no-repeat;
}

/* Hero text */
.hero h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.hero a.btn-scroll {
  background: #004aad;
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
}
.hero a.btn-scroll:hover {
  background: #003080;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .hero {
    min-height: 300px;
    padding: 60px 15px;
  }
  .hero h1 {
    font-size: 1.8em;
  }
  .hero p {
    font-size: 1em;
  }
}/* End custom CSS */