/* =====================
   BASE STYLES
   ===================== */

.newsletter-container.signup {
    padding-top: 120px;
    padding-bottom: 120px;
}
.its-hdg-col {
    flex-basis: 30%;
}
.news-label-left {
    flex-basis: 17.8%;
}
.news-img-col {
    flex-basis: 53%;
}

.form-control {
    position: relative;
    margin-bottom: 20px;
}

.submit-btn-main {
    width: 100%;
    max-width: 100% !important;
}

.signup-form .cta-button {
    width: 100%;
    margin-top: 12px;
}



.privacy-link {
    color: #111!important;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
    font-size:12px!important;
}
.privacy-link a {
    color: #111!important;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
    font-size:12px!important;
}

/* Main container */
.sign-up-container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: white;
}

.newsletter-container.signup .newsletter-heading {
    flex-basis: 50%;
}

.newsletter-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
}

.newsletter-label {
    flex-basis: 15%;
    min-width: 14.9vw;
    padding-top: 15px;
}

.newsletter-label-mobile {
    display: none;
}

.news-signup-content,
.news-wrapper-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .newsletter-heading .signup-content {
    padding: 10px 0px 10px 0px;
    max-width:410px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}

.form-control {
    position: relative;
    margin-bottom: 10px;
}


.motion-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 5;
}

.highlight-runner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    width: 250px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(255, 87, 34, 0.2) 0%, rgba(255, 87, 34, 0) 70%);
    border-radius: 50%;
    z-index: 6;
    filter: blur(10px);
    pointer-events: none;
}

a.cta-button.news-cta-button p {
    margin-bottom: 0;
}

.disclaimer {
    color: #888976 !important;
    max-width: 421px !important;
    opacity: 1 !important;
}

.privacy-notice {
    color: #888976;
    margin-top: 24px;
}

.privacy-link {
    color: #111;
    text-decoration: underline;
    cursor: pointer;
}

.image-container {
    flex: 1;
    overflow: hidden;
    width: calc(50vw - 24px);
}

.promo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (min-width: 1024px) {

    .image-container {
        max-height: 720px;
        border-radius:18px;
    } 
}
/* =====================
   BREAKPOINT: max-width 1024px
   ===================== */
@media (max-width: 1024px) {
    .newsletter-section {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: start;
		padding-left: 0px;
    }
    .its-hdg-col {
        flex-basis: 100%;
    }
    .news-label-left {
        flex-basis: 0%;
    
    }
    .news-signup-content {
        flex-basis: 100%;
    }
    .newsletter-container.signup {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .submit-btn-main a.cta-button {
        margin-bottom: 0px;
    }
}

/* =====================
   BREAKPOINT: max-width 768px
   ===================== */
@media (max-width: 768px) {
    .container {
        flex-direction: column-reverse;
    }
    .newsletter-container {
        padding: 0px;
    }
    .newsletter-label-hidden  {
        display:none!Important;
    }
    
    .newsletter-label-mobile {
        display: block;
        flex-basis: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .newsletter-section {
        gap: 20px;
    }
    .signup-content {
        padding: 0px;
        margin-bottom: 0px;
        gap: 20px;
    }
    .signup-title {
        font-size: 28px;
        line-height: 34px;
    }
    .signup-title-2 {
        color: #151515;
    }
    .image-container {
        height: 260px;
        border-radius: 18px;
        width: calc(100vw - 16px);
       
    }
	.promo-image {
        width:100%;
		border-radius:18px;
		
	}
    .newsletter-container.signup {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .news-img-col {
        flex-basis: 100%;
    }
	.newsletter-heading .signup-content{
		gap: 24px;
        padding: 0px 16px 0px 16px;
	}
    
}
