.elementor-34 .elementor-element.elementor-element-782a7054{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-34 .elementor-element.elementor-element-1e53c5df{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}.elementor-34:not(.elementor-motion-effects-element-type-background), .elementor-34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-34 .elementor-element.elementor-element-1e53c5df{--container-widget-width:97%;--container-widget-flex-grow:0;width:var( --container-widget-width, 97% );max-width:97%;}}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-782a7054{--width:100%;}}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-782a7054{--width:100%;}.elementor-34 .elementor-element.elementor-element-1e53c5df{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1e53c5df */.contact-strip {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; /* force logo left, buttons right */
  padding: 1rem 0;
  gap: 2rem;
}

.contact-logo {
  flex: 0 0 auto; /* prevent logo from stretching */
}

.contact-logo img {
  max-height: 1000px;
  width: 200px;
  display: block;
}

.contact-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1; /* force this area to fill remaining space */
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* ensures icon and text are horizontally aligned */
  gap: 0.5rem;             /* space between icon and text */
  font-weight: 500;
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
  white-space: nowrap;     /* prevents wrapping within each button */font-family: 'Fjalla one', sans-serif;
}

.contact-button i {
  font-size: 1.2rem;
  margin: 0;               /* reset any margin that might cause stacking */
}


.contact-button:hover {
  color: #3BB143;
}
@media (max-width: 767px) {
  .contact-strip {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
    overflow-x: hidden; /* prevent slight bleed */
  }

  .contact-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .contact-logo img {
    width: 140px;
    height: auto;
  }

  .contact-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.4rem; /* slightly smaller */
    width: 100%;
    max-width: 100%; /* prevents overflow */
    overflow-x: auto;
  }

  .contact-button {
    flex: 1 1 0;
    min-width: 90px; /* smaller for tight screens */
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background-color: #f5f5f5;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    transition: background 0.3s ease;
  }

  .contact-button i {
    font-size: 1rem;
  }

  .contact-button:hover {
    background-color: #e0e0e0;
  }
}
@media (max-width: 1024px) {
  .contact-strip {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    overflow-x: hidden;
  }

  .contact-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .contact-logo img {
    width: 160px;
    height: auto;
  }

  .contact-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .contact-button {
    flex: 1 1 0;
    min-width: 110px;
    padding: 0.6rem 0.9rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #f5f5f5;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    transition: background 0.3s ease;
  }

  .contact-button i {
    font-size: 1.2rem;
  }

  .contact-button:hover {
    background-color: #e0e0e0;
  }
}/* End custom CSS */