.elementor-37 .elementor-element.elementor-element-cfe817e{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-cfe817e{--content-width:1440px;}}/* Start custom CSS for text-editor, class: .elementor-element-7c3faad */.css-aboutus-wrap {
  font-family: 'Inter', sans-serif;
  color: #111;
}

/* HERO */
.css-aboutus-hero {
  height: 70vh;
  background: url('https://dannystrim.com/wp-content/uploads/2026/03/ii_bn_iii-2-scaled.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
}

.css-aboutus-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.css-aboutus-hero-inner {
  position: relative;
  z-index: 2;
}

.css-aboutus-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  margin-bottom: 10px;
}

.css-aboutus-hero p {
  font-size: 18px;
  opacity: 0.9;
}

/* SECTION */
.css-aboutus-section {
  padding: 80px 20px;
  max-width: 1100px;
  margin: auto;
}

.css-aboutus-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

/* SPLIT */
.css-aboutus-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* IMAGE */
.css-aboutus-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* TEXT BLOCK */
.css-aboutus-text {
  font-size: 16px;
  color: #333;
}

/* STRIP */
.css-aboutus-strip {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  font-size: 18px;
}

/* LIST */
.css-aboutus-list li {
  margin-bottom: 8px;
}

/* CONTACT */
.css-aboutus-contact {
  background: #f3f4f6;
  padding: 40px;
}

/* LEGAL */
.css-aboutus-legal {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

/* FOOTER */
.css-aboutus-footer {
  text-align: center;
  padding: 40px;
  color: #777;
}

/* RESPONSIVE */
@media(max-width:768px){
  .css-aboutus-split {
    grid-template-columns: 1fr;
  }
  .css-aboutus-hero h1 {
    font-size: 36px;
  }
}/* End custom CSS */