/* widget: Content Box Hover Text Reveal */

    .uc_long_content_box {
      overflow: hidden;
    }

    .uc_long_content_box * {
      box-sizing: border-box;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder {
      position: relative;
      text-align: center;
      overflow: hidden;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box {
      position: relative;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_image_box {
      position: relative;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      width: 100%;
      background-blend-mode: normal;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      transition: 1s;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_box_content {
      left: 0;
      bottom: 0;
      position: absolute;
      margin: 0;
      width: 100%;
      z-index: 3;
      overflow: hidden;
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: flex-end;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_box_content .uc_title {
      transition: 0.5s;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_box_content {
      transition: 0.5s;
      transform: translateY(10px);
    }

    .uc_title {
      font-weight: 400;
      font-size: 22px;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder:hover .uc_long_content_box_box .uc_box_content .uc_title {
      transform: translateY(-70px);
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_box_content .uc_hidden_content {
      overflow: hidden;
      transform: scaleY(0);
      transform-origin: bottom;
      transition: 0.5s;
      max-height: 0;
      opacity: 0;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder:hover .uc_long_content_box_box .uc_box_content .uc_hidden_content {
      max-height: 100%;
      transform: scaleY(1);
      overflow: visible;
      opacity: 1;

    }

    .uc_box_content .uc_description {
      color: #fff;
    }

    #uc_hover_text_reveal_content_box_elementor_684eb153 .uc_long_content_box_holder .uc_long_content_box_box .uc_box_content .uc_btn {
      text-decoration: none;
      display: inline-block;
      text-align: center;
      transition: 0.5s;
    }