.elementor-32966 .elementor-element.elementor-element-a0735a5{--display:flex;}#elementor-popup-modal-32966{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-32966 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-32966 .dialog-close-button{display:flex;}#elementor-popup-modal-32966 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-0113827 */div.back-section-start {
    background-color: #61695a;
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    figure {
      margin: 0;
      flex-grow: 1;
      overflow: hidden;
      mask-image: linear-gradient(to bottom,
          gray 80%,
          transparent 110%);
      -webkit-mask-image: linear-gradient(to bottom,
          blue 80%,
          transparent 100%);

      img {
        width: 100%;
        object-fit: cover;
        object-position: top center;
      }
    }

    h3 {
      position: absolute;
      bottom: 45%;
      left: 0;
      color: white;
      text-shadow: 2px 2px 3px #61695a;
      z-index: 10;
      font-size: clamp(1.5rem, 3vw, 5rem);
      text-align: center;
      width: 100%;
    }

  }

  #footer-popup {
    min-height: 100px;
    position: relative;
    /*
    background-color: #61695a;
    */
    figure {
      position: absolute;
      margin: 0;
      width: 180px;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
      left: 50%;
      transform: translateX(-50%) translateY(-70%);
      top: 0;

      img {
        width: 100%;
        /* aspect-ratio: 16/9; */
      }
    }

    .phrase {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 10;
      padding-bottom: 10px;
      padding-top: 40px;
      gap: 10px;

      p {
        flex-grow: 1;
        align-self: stretch;
        text-align: center;
        color: white;
        text-shadow: 2px 2px 5px #61695a;
        padding: .5rem 1rem;
        margin: 0;
        letter-spacing: .1rem;
        /*
        background-color: rgba(97, 105, 90, .5);
        */
        /*
        backdrop-filter: blur(.5rem);
        */
        border-bottom: rgba(255, 255, 255, .4) solid 1px;
        
        /* border-top: rgba(255, 255, 255, .4) solid 1px; */
      }

      a {
        background-color: #accc09;
        display: inline-block;
        width: fit-content;
        padding: .5rem 1rem;
        color: white;
        text-shadow: 2px 2px 2px #61695a;
        font-size: clamp(.5rem,2vw,.9rem);
      }
    }
  }
  .icon-popup{
      width: 100%;
      height: 100%;
      color: rgba(211, 217, 195,.2);
  }
  #branch-icon{
      position: absolute;
      top: 0;
      left: 0;
      height: 300px;
      width: 300px;
      transform: rotate(-80deg);
  }
  @media (min-width: 768px){
      div.back-section-start {
          min-height: 250px;
      }
      div.back-section-start h3{
          bottom: 55%;
      }
      #branch-icon{
        width: 370px;
        height: 370px;
      }
      #footer-popup figure {
         width: 250px;
      }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a0735a5 */#popup-home{
    /*
    height: 200px;
    min-height: 200px;
    background-image: url("https://www.organicshizen.com/wp-content/uploads/2025/11/popup.webp");
    background-size:contain;
    background-repeat: no-repeat;
    */
    padding: 0;
    background-color: #61695a;
    overflow: hidden;
}
#popup-home div{
    padding: 0;
}/* End custom CSS */