.elementor-3013 .elementor-element.elementor-element-13eefbfc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3013 .elementor-element.elementor-element-13eefbfc.e-con{--align-self:center;}.elementor-3013 .elementor-element.elementor-element-5746e6d7{--display:flex;--margin-top:40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-3013 .elementor-element.elementor-element-5746e6d7.e-con{--align-self:center;}.elementor-3013 .elementor-element.elementor-element-7384fa62{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:30px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3013 .elementor-element.elementor-element-7384fa62.e-con{--align-self:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3013 .elementor-element.elementor-element-a204b8a .elementor-button{background-color:#1B67A1;font-family:"Times New Roman", Sans-serif;font-weight:500;}.elementor-3013 .elementor-element.elementor-element-a204b8a > .elementor-widget-container{margin:0px 0px 0px 30px;}@media(max-width:1024px){.elementor-3013 .elementor-element.elementor-element-7384fa62{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3013 .elementor-element.elementor-element-a204b8a > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-3013 .elementor-element.elementor-element-13eefbfc{--width:100%;}.elementor-3013 .elementor-element.elementor-element-5746e6d7{--content-width:90%;}.elementor-3013 .elementor-element.elementor-element-7384fa62{--width:85%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3013 .elementor-element.elementor-element-5746e6d7{--content-width:95%;}}@media(max-width:767px){.elementor-3013 .elementor-element.elementor-element-5746e6d7{--content-width:95%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3013 .elementor-element.elementor-element-a204b8a > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS */<style>
  .custom-image-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .custom-image-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .custom-audio-player {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 90%;
  }

  .custom-image-section:hover .custom-audio-player {
    opacity: 1;
  }

  .custom-audio-player button {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    text-shadow: 0 0 6px black;
    padding: 5px;
  }

  .custom-overlay-text {
    color: white;
    font-size: 14px;
    width: 75%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    line-height: 1.2;
    text-shadow: 0 0 4px black;
    font-family: 'Europa Nuova Regular', sans-serif;
  }

  @media (max-width: 767px) {
    .custom-overlay-text {
      font-size: 10px;
    }
  }

  .seo-img {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
</style>/* End custom CSS */