html {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden
}

.bner {
  position: relative;
  text-align: center;
  margin: 0;
  overflow: hidden;
  margin-bottom: -75px;
}

.bner img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bner img {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .bner {
    width: 100%;
    padding: 0 2.5%;
    box-sizing: border-box;
    margin-bottom: -55px;
  }
}

.top-bar {
    background-color: #21aef4;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-size: 24px;
}

.headline {
    font-size: 2em;
    text-align: center;
    margin: 15px auto;
    line-height: 1.3;
    font-size: 34px;
    font-weight: 700;
    color:#000000
}

.image-placeholder {
    margin: -20px auto;
    text-align: center;
}


.image-placeholder img {
    max-width: 100%;
    height: auto;
}

.debt-buttons {
    text-align: center;
    margin: 60px auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70%;
}


.debt-buttons h2 {
    margin: -10px auto;
    margin-bottom: 5px;
    color: #252525;
    font-size: 24px;
}

@media (max-width: 768px) {
    .debt-buttons {
        font-size: 18px;
    }
}

button {
    background-color: #66ba00;
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 900px;
    margin: 8px 0;
    font-size: 28px;
    padding: 20px 40px;
}

.program-info {
    max-width: 50%;
    margin: 0 auto;
    padding: 20px;
}
#congrats-page {
    text-align: center; /* Centers the text inside the element */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Ensures flex items are centered horizontally */
    max-width: 60%; /* Limits the element's width to prevent it from being too wide */
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* Ensures it takes up the full width of its container */
    box-sizing: border-box; /* Includes padding and borders in the element's width */
}
.timer {
    color: rgb(0, 0, 0);
}

.countdown {
    color: red;
}
.agents-available {
    color: black;
}

.agent-number {
    color: #66ba00;
}


.congrats-headline {
    color: #66ba00;
    font-size: 2em;
    margin-bottom: -20px;
}

.qualified-headline {
    font-size: 26px;
    margin-bottom: 15px;
}

.tap-to-call {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 26px;
}

.call-now-button {
    background-color: #66ba00;
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 900px;
    margin: 8px 0;
    font-size: 30px;
    padding: 20px 40px;
    white-space: nowrap;
}

.timer {
    margin-bottom: -25px;
    font-weight: bold;
}

.agents-available {
    margin-bottom: 10px;
    font-weight: bold;
}

.important-note {
    margin-bottom: 10px;
    line-height: 25px;
}


@media (max-width: 768px) {
    #congrats-page {
        max-width: 95%;
    }
}

.red-text {
    color: red;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.headline {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
}
footer {
    background-color: #dddddd;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: auto;
    margin-bottom: -55px;

}

.footer-content {
    display: inline-block;
}

.footer-link {
    color: #303030;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: underline;
}

.image-placeholder {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.debt-buttons {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .headline {
        max-width: 95%;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .image-placeholder {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .debt-buttons {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .program-info {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    button {
        max-width: 95%;
        font-size: 20px;
    }
}
.call-now-button, .debt-buttons button {
    transition: background-color 0.3s ease;
}

.call-now-button:hover, .call-now-button:active,
.debt-buttons button:hover, .debt-buttons button:active {
    background-color: #1a73e8;
}
.bner {
  position: relative;
  text-align: center;
  margin: 0;
  overflow: hidden;
  margin-bottom: -75px;
}

.bner img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bner img {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .bner {
    width: 100%;
    padding: 0 2.5%;
    box-sizing: border-box;
    margin-bottom: -55px;
  }
}


/* Logo */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.logo-container img {
    max-width: 320px; /* increased from 200px */
    height: auto;
}
