#Content.template-flexible-form{
    padding-top:0;
}
#Content.template-flexible-form .form-container{
    padding-bottom:0;
}
.content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    @media(max-width:767px){
        display: flex;
        flex-direction: column;
    }
}
.promo-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}
.blue-bg{
    background: #0A64B2;
    background-blend-mode: multiply;
    background-image: linear-gradient(180deg, rgba(0, 100, 169, 0.3) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(circle at 15.57% 35.23%, rgba(254, 11, 215, 0.1) 0%, rgba(251, 17, 214, 0) 100%), radial-gradient(circle at 12.2% -2.6%, rgba(245, 203, 92, 0.1) 0%, rgba(245, 203, 92, 0) 100%);
    display: block;
    position: absolute;
    left: -50vw;
    right: -50vw;
    z-index: 1;
}
.left-column{
    flex:1;
    min-width:0;
    z-index: 2;
    @media (max-width: 767px) {
        flex:unset;
        width:100%;
        padding-top: 0;
        min-width:initial;
        max-width:initial;
    }
}
.right-column{
    flex: 0 0 46%;
    padding-top: 120px;
    z-index: 2;
    @media(max-width:767px){
        flex:unset;
        width:100%;
        padding-top: 0;
        min-width:initial;
        max-width:initial;
    }
}
.template-flexible-form .promo-hero {
    padding: 120px 5% 120px 110px;
    color: white;
    position: relative;
    @media (max-width: 1024px) {
        padding: 120px 5% 120px 46px;
    }
    @media (max-width: 767px) {
        flex-direction: column;
        padding:60px 18px;
    }
}

.promo-hero-content {
    padding: 0;
    @media (max-width: 767px) {
        flex:unset;
        text-align: center;
        padding: 0;
        order:1;
    }
}

.promo-title{
    padding-bottom:30px;
    @media(max-width:767px){
        padding-bottom:20px;
    }
}
#Content.template-flexible-form .promo-title h2 {
    color:#fff;
    text-align: left;
    margin-left:0;
    margin-right:40px;
    margin-bottom:0;
    @media (max-width: 1024px) {
        font-size: 28px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 40px !important;
    }
    @media (max-width: 767px) {
        margin:0;
    }  
}

.promo-title sup{
    font-size: 20px;
    position: relative;
    top: 22px;
    left: 0px;
    vertical-align: top;
    line-height: 0;
    @media (max-width: 1024px) {
        font-size:16px;
        top:16px;
    }
    a{
        color:var(--secondary-sky);
    }
    a:hover{
        color:#fff;
    }
    a:focus{
        text-decoration: underline;
    }
}

.promo-location, .promo-blurb {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left:0px;
    @media (max-width: 1024px) {
        
    }
    @media (max-width: 767px) {
        
    }
    

}
.promo-location .location{
    padding-left:15px;
}
#Content .promo-location .location p.address{
    color:#fff !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0.01em !important;
    text-align: left;
    @media(max-width:767px){
        font-size:14px !important;
        line-height:22px !important;
    }
}

#Content .promo-location .location p.address span.store-name{
    font-weight: 700 !important;
}
#Content .promo-hero .promo-blurb p{
    font-family: Poppins;
    color:#fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    text-align: left;
    margin:0;
    @media(max-width:1024px){
        font-size: 16px !important;
        line-height: 24px !important;
    }
}
.promo-form hr{
    border-top: 1px solid #6A768A;
}


.promo-location::before {
    background-image: url('/wp-content/uploads/2024/08/icon-location.svg');
    content: '';
    position: relative;
    left: 0;
    top: -21px;
    width: 28px; 
    height: 28px; 
    background-size: contain;
    background-repeat: no-repeat;
    @media(max-width:1024px){
        width: 24px;
        height: 24px;
        top:-30px;
    }
}

.promo-form h4 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom:30px;
    @media(max-width:1024px){
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    @media(max-width:767px){
        margin-bottom: 20px;
    }
    sup{
        font-size: 12px;
        position: relative;
        top: 12px;
        left: 0px;
        vertical-align: top;
        line-height: 0;
        @media(max-width:1024px){
            font-size: 10px;
            position: relative;
            top: 8px;
        }
    }
}

.promo-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.promo-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.promo-form-container{
    width:100%;
    @media(max-width:767px){
        position:relative;
    }
    
}

.promo-form {
    background: white;
    color: black;
    padding: 40px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 416px;
    margin-right: 110px;
    @media (max-width: 1024px) {
        margin-right:46px; 
        padding:40px 18px;
     }
    @media(max-width:767px){
        position: static; 
        transform: none;
        width: 100%;
        max-width:fit-content;
        display: flex;
        flex-direction: column;
        float:unset;
        margin: 0 20px;
        padding: 30px 20px;
        order:3;
    }
    
}

.promo-form button {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.promo-details {
    padding: 40px 110px;
    text-align: left;
    position:relative;
    overflow:visible;
    @media (max-width:1024px) {
        padding: 80px 5% 80px 46px;
    }
    @media(max-width:767px){
        flex-direction: column;
        padding: 15px 0;
        order: 2;
    }
}
.promo-details-content{
    padding: 40px 0px;
    text-align: left;
    flex: 0 1 50%;
    @media(max-width:1024px){
        padding: 0px 0px 40px;
    }
    @media(max-width:767px){
        flex:100%;
        padding:20px 20px 5px 20px;
    }
}

#Content .promo-details p.promo-details-description {
    font-family: Poppins !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    text-align: left !important;
    margin: 0 40px 0 0;
    padding-bottom:15px;
    @media(max-width:1024px){
        margin: 0;
        font-size: 16px !important;
        line-height: 24px !important;
    }
    @media(max-width:767px){
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: center;
    }
    sup{
        font-size: 12px;
        position: relative;
        top: 12px;
        left: 0px;
        vertical-align: top;
        line-height: 0;
        @media(max-width:1024px){
            font-size: 10px;
            position: relative;
            top: 8px;
        }
    }
}
.promo-details ul.wash-includes {
    list-style: disc;
    padding-left: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
    list-style-position: inside;
    max-width: 597px;
    position: relative;
    z-index: 100;
}
.promo-details ul.wash-includes li span.tooltip{
    border-bottom:1px solid #000;
}
.tooltip-txt {
    position: relative;
    z-index: 999; 
}
.tooltip-txt::before, .tooltip-txt::after {
    position: absolute;
    z-index: 9999;
}

.tooltip-txt::before {
    content: attr(data-tooltip);
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    height:fit-content;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tooltip-txt:hover::before, .tooltip-txt:focus::before {
    visibility: visible;
    opacity: 1;
}

#Content.template-flexible-form .wash-includes.two-columns{
    grid-template-columns: 1fr 1fr !important;
    @media (max-width: 560px) {
            grid-template-columns: 1fr !important;
    }
}

.promo-details ul.wash-includes li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000;
    @media(max-width:767px){
        text-align: left;
        font-size:14px;
        line-height:20px;
    }
}

.promo-terms {
    padding: 40px 110px;
    text-align: left;
    font-size: 12px;
    max-width: 1440px;
    z-index: 1;
    @media(max-width:1024px){
        padding-left:46px;
        padding-right:46px;
    }
    @media(max-width:767px){
        padding:40px 15px;
    }
}
#Content .promo-terms p.disclaimers{
    font-family: Poppins;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
    max-width: fit-content; 
    @media(max-width:767px){
        margin:0 20px;
    }
}
#Content.template-flexible-form .promo-terms .disclaimers ol li{
    font-family: Poppins;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
    max-width: fit-content; 
    color:#000;
    @media(max-width:767px){
        margin:0 20px;
    }
}
.details-cta::after {
    content: ':';
}

@media(max-width:1024px){
    .promo-location::before {
        width: 24px;
        height: 24px;
        top:-30px;    
    }
    #Content .promo-location .location p.address{
        font-size:14px !important;
        line-height:22px !important;
    }
    #Content .promo-details p.details-cta{
        font-family: Poppins !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        letter-spacing: 0.01em !important;
        text-align: left;
        margin: 0;
        position: relative;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
    }
    
}
@media(max-width:767px){
    .wash-includes span.tooltip:hover:before {
        transform: translate(-30%, -10px);
        transition: none; 
    }
    .details-cta::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 10px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid black;
        transition: transform 0.3s ease;
    }
    .details-cta.expanded::after {
        transform: rotate(180deg); 
    }
    .wash-includes.show + .details-cta::after {
        border-top: none;
        border-bottom: 6px solid black;
    }
    .promo-details ul.wash-includes {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        display: none; 
    }
    .wash-includes.show {
        display: grid !important;
        max-height: 1000px !important;
        padding: 10px 0; 
        transition: max-height 0.3s ease-in, padding 0.3s ease-in;
        overflow: visible !important;  
        margin-bottom:15px;
    }
}
