    /* Modal container */
    .modal {
      display: none; /* Hide initially */
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
      position: relative;
      width: 56% Im !important;
      height: 80%;
      margin: 5% auto;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      padding: 0;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .close-btn {
      position: absolute;
      top: -34px;
      right: 10px;
      background-color: #fd6f63;
      color: white;
      border: none;
      padding: 5px 10px;
      font-size: 14px;
      cursor: pointer;
    }



    /* download btn start */
       .download-button {
      margin-right: 10px;
    }

    .download-button:hover {
      background-color: #2c2e3c;
    }
    /* download btn end */

    /* discount pop-up start */

    .btn-discount:hover {
      background-color: #2c2e3c;
    }

    /* Popup Styles */
    .popup-overlay {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .popup-container {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
    max-width: 700px;
    text-align: center;
    position: relative;
    overflow-y: auto;
    height: -webkit-fill-available;
}

    .popup-container h2 {
    color: #2c2e3c;
    font-weight: 500;
    font-size: 44px;
    }

    .popup-container p {
    margin-bottom: 10px;
    }

    .popup-close-btn {
      color: #aaa;
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: 23px;
    top: 14px;
    cursor: pointer;
    }

    .popup-close-btn:hover {
      color: black;
    }

    .popup-form input,
    .popup-form button {
      width: 60%;
      padding: 5px;
      margin: 5px 0;
    }

    .popup-form button {
      background-color: #2c2e3c;
      color: white;
      cursor: pointer;
    }

    .popup-form button:hover {
      background-color: #2c2e3c;
    }

    /* Terms and Conditions */
    .terms {
      font-size: 0.8em;
      color: gray;
    }
  
    /* discount pop-up end */

  .lifetime-btn {
    background-color: #fd6f63 !important;
    color: #ffff;
}






/* Modal Overlay */
.custom-pdf-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.custom-modal-content {
  background: #fff;
  width: 70%;
  height: 80%;
  margin: 5% auto;
  position: relative;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Iframe inside modal */
#customPdfFrame {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0 0 8px 8px;
}


.custom-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: #fd6f63;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
}

/* View Button Style */
.custom-view-btn {
    /* background-color: #2c2e3c; */
    /* color: #fff; */
    /* padding: 11px 10px; */
    /* border-radius: 50px; */
    /* font-weight: 600; */
    /* text-decoration: none; */
    /* cursor: pointer; */
    /* line-height: 1.5; */
    /* min-width: 150px !important; */
    /* display: inline-block; */
    /* border: none; */
}

@media(max-width:767px){
.popup-form.w-80 {
    width: 100% !important;
}
.checkbox label {
    font-size: 14px;
}
}
@media(max-width:480px){
.checkbox label {
    font-size: 12px;
}
}