.elementor-7571 .elementor-element.elementor-element-b0e47b2{--display:flex;--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}.elementor-7571 .elementor-element.elementor-element-b0e47b2:not(.elementor-motion-effects-element-type-background), .elementor-7571 .elementor-element.elementor-element-b0e47b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECF5FA;}.elementor-7571 .elementor-element.elementor-element-b522096{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7571 .elementor-element.elementor-element-b522096.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-7571 .elementor-element.elementor-element-e0da82d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b522096 */.panoxyl-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  background-color: #f3f9fc;
  font-family: 'Gotham', sans-serif;
  flex-wrap: wrap; /* allow wrapping on small screens */
}

.panoxyl-social__content {
  flex: 1 1 60%;
  min-width: 220px;
  margin-bottom: 15px;
}

.panoxyl-social__title {
  font-family: 'GothamBold', sans-serif;
  font-size: 24px;
  color: #0b2b6b;
  margin: 0 0 10px 0;
}

.panoxyl-social__subtitle {
  font-size: 16px;
  color: #0b2b6b;
  margin: 0;
}

.panoxyl-social__button {
  flex: 1 1 100%;
  text-align: left;
}

.panoxyl-social__button a {
  display: inline-flex;
  align-items: center;
  background-color: #0b2b6b;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-family: 'GothamBold', sans-serif;
  font-size: 16px;
}

.panoxyl-social__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* Mobile optimization */
@media (max-width: 600px) {
  .panoxyl-social {
    flex-direction: column;
    align-items: flex-start;
  }

  .panoxyl-social__title {
    font-size: 20px;
  }

  .panoxyl-social__subtitle {
    font-size: 15px;
  }

  .panoxyl-social__button {
    margin-top: 10px;
    width: 100%;
  }

  .panoxyl-social__button a {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */