/** Shopify CDN: Minification failed

Line 242:16 Expected identifier but found whitespace
Line 242:18 Unexpected "{"
Line 242:27 Expected ":"
Line 242:53 Expected ":"
Line 243:19 Expected identifier but found whitespace
Line 243:21 Unexpected "{"
Line 243:30 Expected ":"
Line 243:59 Expected ":"

**/
.home-signal {
    padding: 70px 0;
}

.home-signal .col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.home-signal .col-md-8 {
    flex: 0 0 75%;
    max-width: 75%;
} 

.section-heading h2 span {
    color: #1A1A1A;
}

.signal-left {
    padding-right: 20px;
}

.signal-left h5 {
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
    max-width: 550px;
    letter-spacing: 0.01em;
}

.powerby-imgs {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.powerby-img {
    /* margin-right: 20px;
    flex: 1; */
    flex: 0 0 auto;
    max-width: 20%;
    padding-right: 20px;
}

.powerby-img:last-child {
    margin-right: 0;
}

.signal-powerby .cw-btn {
    background: transparent;
    border-color: #1A1A1A;
}

.signal-powerby .cw-btn span {
    color: #1A1A1A;
}

.signal-powerby .cw-btn span:after {
    content: "";
    display: inline-block;
    margin: 0 0 1px 10px;
    border: solid #1A1A1A;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 0;
    transition: all .3s linear 0s;
}

.signal-right.video-block {
    position: relative; 
}

.video-block:before {
    content: "";
    position: absolute;
    top: -30px;
    background: #000000;
    left: 30px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.2;
}

.video-block video { 
    border-radius: 20px;
    position: relative;
}

.signal-bottom-block .d-flex {
    max-width: 75%;
    margin-left: auto;
    margin-top: -30px;
    margin-bottom: 50px;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 300;
}

.signal-bottom-block .col {
    flex: 1;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .home-signal {
        padding: 50px 0;
    }

    .signal-left h5 {
        font-size: 18px; 
    }

    .powerby-imgs {
        padding: 40px 0;
    }

    .video-block:before {
        top: -20px;
        left: 20px;
    }

    .signal-bottom-block .d-flex {
        margin-top: -20px;
        margin-bottom: 20px;
        font-size: 16px;
    }
}


@media (max-width: 991px) { 
    .signal-left h5 {
        font-size: 16px;
    }

    .signal-bottom-block .d-flex {
        font-size: 14px;
    }
}


@media (max-width: 767px) { 
    .home-signal {
        padding: 30px 30px 50px;
        position: relative;
        overflow: hidden;
    }

    .d-flex {
        flex-direction: column;
    }

    .home-signal .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .signal-left {
        padding-right: 0;
    }

    .signal-left h5 {
        font-size: 14px;
    }

    .home-signal .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .signal-right.video-block {
        margin-top: 50px;
    }

    .signal-right.video-block {
        padding-bottom: 0;
    }

    .video-block video {
        position: relative;
    }
    
    .signal-img-block {
        width: calc(100% + 60px);
        margin-left: -30px;
    }

    .signal-bottom-block .d-flex {
        font-size: 12px;
        max-width: 100%;
        margin: 0;
    }

    .signal-bottom-block .col {
        margin-left: 0;
        margin-top: 30px;
    }

    .powerby-imgs {
        padding: 20px 0;
    }

    .signal-right.video-block {
        margin-top: 30px;
        margin-bottom: 25px;
        margin-right: 20px;
    }

    .powerby-img {
        padding-right: 13px;
    }
}


@media (max-width: 466px) {  
    .home-signal { 
        padding: 30px 10px 50px;
    } 

    .powerby-img {
        padding-right: 8px;
    }
}

  .home-signal.standalone-header {
    /* Uses schema settings for spacing, defaulting to original look */
    padding-top: {{ section.settings.padding_top }}px !important;
    padding-bottom: {{ section.settings.padding_bottom }}px !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* Ensure it doesn't center-align if your theme has global centering */
  .standalone-header .section-heading {
    text-align: left !important;
    margin-bottom: 0;
  }

  .standalone-header .section-heading h2 {
    display: block;
    width: 100%;
    /* These properties should be inherited from hp-signal.css, 
       but we declare them here to be certain */
    margin: 0;
  }

  /* Mobile override to keep it left-aligned if the main CSS tries to center it */
  @media (max-width: 767px) {
    .home-signal.standalone-header {
      padding-left: 30px !important; /* Matches your original home-signal mobile padding */
      padding-right: 30px !important;
    }
    .standalone-header .section-heading h2 {
      text-align: left !important;
    }
  }
