/* homepage Offer CTA - Countdown Timer Styles */
div#countdown-timer {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 15px 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

div#timer-message {
    text-align: center;
    color: #000;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

div#timer-message-date {
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 10px;
}

.offer-cta-home p {
    font-size: 20px;
    color: #f26a54;
}

/* CTA Button Styles */
div.cta-btn44 {
    background: #F26A54;
    width: fit-content;
    margin: auto;
    padding: 30px 60px;
    border-radius: 60px;
    flex-wrap: nowrap;
    text-align: center;
    margin-top: 30px;
}

p.main-txt44 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}

p.sec-txt44 {
    color: #000;
    font-size: 20px;
    padding: 5px;
}

.timer-section {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

/* Additional Styles for Expired Message */
.txt-message {
    font-size: 28px !important;
}

div#message-txt {
    margin-top: 15px;
    display: none; /* Hide by default */
}

div#message-txt h3 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}

span.hilight {
    background: #ffffff;
    padding: 5px;
}

/* Responsive Styles */
@media only screen and (max-width: 480px) {
    
  div#countdown-timer {
        font-size: 26px;
    }

    div#timer-message {
        font-size: 14px;
        margin-top: 0px;
    }

    div.cta-btn44 {
        padding: 15px;
        border-radius: 15px;
    }

    p.main-txt44 {
        font-size: 24px;
        line-height: 28px;
    }
  
  
}
