.elementor-828 .elementor-element.elementor-element-c436869{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-828 .elementor-element.elementor-element-030d71e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-828 .elementor-element.elementor-element-4897e71{--image-border-color:#B91818;--image-border-width:1px;--image-border-radius:9px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-828 .elementor-element.elementor-element-4897e71 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-828 .elementor-element.elementor-element-4897e71 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}@media(max-width:767px){.elementor-828 .elementor-element.elementor-element-c436869{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-828 .elementor-element.elementor-element-030d71e{--margin-top:17px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-772bfd3 */.gallery-hero {
  position: relative;
  background: url("https://lh3.googleusercontent.com/p/AF1QipNJdss2sVKZGBlUUDv65G6yW2DXXtKClUdenfU-=s1360-w1360-h1020-rw") center center / cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.gallery-hero-overlay {
  width: 100%;
  background: rgba(0,0,0,0.55);
  padding: 80px 20px;
}

.gallery-hero .container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.gallery-hero h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 700;
}

.gallery-hero p {
  font-size: 17px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  line-height: 1.6;
}

.hero-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ff6b00;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* MOBILE RESPONSIVE */

@media (max-width: 768px) {

  .gallery-hero {
    min-height: 360px;
  }

  .gallery-hero-overlay {
    padding: 60px 20px;
  }

  .gallery-hero h1 {
    font-size: 26px;
  }

  .gallery-hero p {
    font-size: 15px;
  }

  .hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 200px;
    text-align: center;
  }
}/* End custom CSS */