/*
Theme Name: Logistic Pro
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.base-output p
{
	margin-bottom: 1em;
}

@media screen and (width < 768px) {
  .home-main-block .slick-dots {
     z-index: 1 !important;
  }
  .h-about-block {
    padding-bottom: 80px;
  }
  .pop-trigger {
     width: 40px !important;
  }
}

/* Toast Styles */
#message-toast {
    display: none;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.7);
    max-width: 450px;
    text-align: center;
    color: #505050;
}

.toast-timer {
    height: 8px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
}

.toast-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    font-size: clamp(18px, 1.5vw, 28px);
}

.toast-icon {
    margin-inline: 10px;
    font-size: clamp(20px, 1.5vw, 35px);
}
.mobile{
 display: none;
}
@media screen and (width < 768px) {
    #message-toast {
        max-width: 90%;
    }
  .no-mobile {
    display: none;
}
  .mobile{
 display: unset;
}
  .mobile.button_mobile {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.mobile.button_mobile a {
    width: 50%;
    background: #000;
    border-radius: 0;
    margin: 0;
    height: 40px;
    border: 1px solid #FFF;
}
  .mobile.button_mobile svg path {
    fill: #FFF;
}

.mobile.button_mobile svg {
    margin-left: 10px;
}
}


/* End Toast Styles */

@media screen and (width < 576px) {
  .home-main-block, .home-main-block .slide-video video, .home-main-block .slide-video {
        height: auto !important;
        min-height: 860px !important;
        max-height: unset !important;
  }
}