/* body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #535353;
  font-family: Poppins;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

:root {
  --bs-body-font-family: Poppins !important;
} */

/************ Mystery Discount *************/
.mystery-discount {
  width: 1100px;
  height: 680px;
  background-color: #fff;
  position: relative;
}

.container-discount {
  width: 100%;
  display: flex;
  padding: 40px;
  position: relative;
  gap: 50px;
}

.logo {
  width: 265px;
  margin-bottom: 20px;
}

.col-one {
  width: 50%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* .text-section {
  flex: 1;
} */

.highlight {
  color: #2B2B2B;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 40px;
}

.highlight-blue {
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  text-align: center;
  color: #003C8A;
  font-weight: 600;
}

.text-section {
  width: 300px;
  margin: 5px 0;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.buttons {
  width: 300px;
}

.buttons button {
  display: block;
  width: 300px;
  height: 60px;
  padding: 15px;
  margin: 10px 0;
  font-family: Poppins;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  background: #007f33;
  color: white;
  border: none;
  cursor: pointer;
}

.buttons button:hover {
  background: #005f24;
}

.close-button {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 0;
  background-color: #FFFFFF;
  font-size: 22px;
}


.col-two {
  flex: 1;
  width: 50%;
}

.popup-image-1 {
  width: 100%;
  height: auto;
  position: relative;
  top: 15px;
  right: 30px;
  z-index: 99;
}

.popup-image-2 {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  .mystery-discount {
    width: 100%;
    height: 100%;
  }

  .container-discount {
    flex-direction: column;
    padding: 30px;
    gap: 15px;
  }

  .col-one {
    width: 100%;
    justify-content: flex-start;
  }

  .col-two {
    width: 100%;
  }

  .popup-image-1 {
    right: 15px;
  }

  .popup-image-2 {
    left: 15px;
  }
}


/*************** Mystery Input Discount ***********************/

.email {
  width: 300px;
  height: 50px;
  border: 0.5px solid #AAAAAA;
  margin-top: 20px;
  text-align: left;
  font-family: Poppins;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 0.7;
  padding-left: 20px;
}

.submit-btn {
  margin-top: 20px;
}

/*************** Mystery Upgrade Discount ***********************/

.highlight-upgrade {
  color: #2B2B2B;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0px;
}

.highlight-blue-upgrade {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
  text-align: center;
  color: #003C8A;
}

.text-highlight-section {
  width: 370px !important;
  font-weight: 500;
}

.nolink {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #2B2B2B;
}

@media screen and (max-width:768px) {

  .highlight-blue-upgrade {
    font-size: 32px;
  }

  .highlight-upgrade {
    font-size: 29px;
  }
}



/****************** Mystery Discount **********************/

.logo.finish {
  margin-bottom: 30px;
}

.col-one.finish {
  align-items: flex-start;
  text-align: left;
}

.highlight.finish {
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  color: #2B2B2B;
  font-weight: 500;
}

.highlight-blue-finish {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
  text-align: center;
  color: #003C8A;
  font-weight: 600;
}

input[type="tel"] {
  width: 300px;
  height: 50px;
  padding-left: 20px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
  border: 0.5px solid #AAAAAA;
  text-align: left;
  letter-spacing: 0px;
  color: #979797;
}

/* Placeholder styling to match input text color */
input[type="tel"]::placeholder,
.email::placeholder {
  color: rgb(25, 25, 25);
  opacity: 1;
}

/* Webkit browsers (Chrome, Safari, Edge) */
input[type="tel"]::-webkit-input-placeholder,
.email::-webkit-input-placeholder {
  color: rgb(25, 25, 25);
  opacity: 1;
}

/* Firefox */
input[type="tel"]::-moz-placeholder,
.email::-moz-placeholder {
  color: rgb(25, 25, 25);
  opacity: 1;
}

/* Internet Explorer */
input[type="tel"]:-ms-input-placeholder,
.email:-ms-input-placeholder {
  color: rgb(25, 25, 25);
  opacity: 1;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  text-align: left;
  flex-wrap: wrap;
}

.checkbox-finish {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: 0px;
  color: #474747;
  opacity: 1;
  margin-bottom: 5px;
}

.checkbox-container input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 4px;
}

.checkbox-text {
  text-align: left;
  font-family: Poppins;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #474747;
  opacity: 1;
}

.btn {
  display: block;
  width: 350px;
  height: 60px;
  padding: 15px;
  margin: 10px 0;
  font-family: Poppins;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  background: #007f33;
  color: white;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .highlight-blue-finish {
    font-size: 38px;
  }

  .highlight.finish {
    font-size: 20px;
  }

  .btn {
    display: block;
    width: 300px;
  }

  .close-button {
    width: 15px;
    height: 15px;
  }
}

/* ******************** Video Popup ******************** */
.modal-bottom-right {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  margin: 0 !important;
  max-width: 300px;
  width: 100%;
  pointer-events: auto;
}

.modal-style {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border-radius: 20px !important;
}


.close-right-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #003C8A !important;
  opacity: 1 !important;
  border-radius: 50px !important;
  padding: 0px 8px !important;
  color: #fff !important;
  font-size: 18px;
}

.reward-card {
  padding: 20px;
  width: 450px;
  height: 450px;
}

.reward-card p {
  font-size: 18px;
  line-height: 27px;
  color: #2B2B2B;
  text-align: left;
}

.reward-card h2 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.reward-card h1 {
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  color: #2B2B2B;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: -5px;
}

.subtext {
  font-size: 18px;
  line-height: 27px;
  color: #2B2B2B;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.video-button {
  width: 100%;
  display: block;
  height: 60px;
  padding: 15px;
  margin: 30px 0;
  font-family: Poppins;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  background: #007f33;
  color: white;
  border: none;
  cursor: pointer;
}

.subtext-expires {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #2b2b2b;
}

.timer {
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #2B2B2B;
  text-transform: capitalize;
}


.code-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto 10px;
  max-width: 250px;
}

.checkmark {
  font-size: 18px;
}

.applied-text {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}



/* Video Popup */
.offer-card {
  background-color: white;
  border-radius: 20px;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.offer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-timer {
  display: flex;
  justify-content: flex-start;
}

.sub-timer img {
  width: 20px;
  height: 20px;
}

.new-timer {
  padding-left: 10px;
}

.offer-header .status {
  font-size: 18px;
  line-height: 27px;
  font-family: Poppins;
  text-align: right;
  letter-spacing: 0px;
  color: #2B2B2B;
  text-transform: capitalize;
}


.testimonial {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  font-style: italic;
  text-align: left;
  letter-spacing: 0px;
  color: #2B2B2B;
  margin-bottom: 20px;
}


.testimonial-name {
  text-align: right;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #2B2B2B;
}

.offer-card h2 {
  font-size: 22px;
  margin: 20px 0 10px;
  color: #333;
  text-align: left;
  font-family: Poppins;
  font-size: 24px;
  line-height: 25px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0px;
  color: #2B2B2B;
}

.video-container {
  position: relative;
  margin-bottom: 20px;
}

.video-container img {
  width: 100%;
}

.continue-btn {
  background-color: #27ae60;
  color: white;
  padding: 14px 30px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}

.continue-btn:hover {
  background-color: #2ecc71;
}

@media screen and (max-width: 768px) {
  .modal-bottom-right {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    margin: 0 !important;
    max-width: 380px;
    width: 100%;
    pointer-events: auto;
  }

  .reward-card {
    padding: 20px;
    width: 370px;
  }
}