 .e-book-download-button{cursor: pointer;}.ebook-popup-overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(188, 225, 218, 0.95);justify-content: center;align-items: center;z-index: 9999;padding: 20px;box-sizing: border-box;}.ebook-popup-overlay.active {display: flex;}.ebook-popup {background: #fff;max-width: 500px;width: 100%;border-radius: 12px;position: relative;padding: 30px 25px;box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);animation: popupFade 0.3s ease;overflow-y: auto;max-height: 90vh;display: flex;flex-direction: column;justify-content: center;}@keyframes popupFade {from {opacity: 0;transform: scale(0.95);}to {opacity: 1;transform: scale(1);}}.ebook-popup-close {position: absolute;top: 10px;right: 15px;background: transparent;border: none;font-size: 28px;cursor: pointer;color: #333;transition: color 0.2s ease;line-height: 1;}.ebook-popup-close:hover {color: #fff !important;background-color: #01bfa5 !important;}.ebook-popup-title {font-size: 32px;margin-bottom: 12px;color: #263a4f;font-weight: 600;font-family: "Albert Sans", Sans-serif;}.ebook-popup-description {font-size: 16px;font-family: "DM Sans", Sans-serif;margin-bottom: 20px;color: #000000;}.ebook-popup-form {width: 100%;}.custom-e-book-form {margin: 0 auto;background: #fff;border-radius: 8px;}.custom-e-book-form-row {display: flex;flex-direction: column;gap: 15px;margin-block-end: 15px;}.custom-e-book-form-row label {flex: 1;}.custom-e-book-form input {width: 100%;padding: 12px 50px 12px 50px !important;border: 1px solid #263a4f;border-radius: 6px;font-size: 16px;outline: none;transition: border 0.3s ease;}.custom-e-book-form input:focus {border-color: #263a4f;}.custom-e-book-form input[type="submit"] {background: #00bfa5;color: #fff;font-size: 16px;font-weight: 600;padding: 12px 25px;border: none;border-radius: 6px;cursor: pointer;transition: background 0.3s ease;display: block;width: 100%;max-width: 250px;margin-bottom: 0 !important;}.custom-e-book-form input[type="submit"]:hover {background: #009f8c;}.custom-e-book-form label {font-family: "DM Sans";font-weight: 500;font-size: 18px;color: #263a4f;margin-bottom: 15px;}.custom-e-book-form input {background-repeat: no-repeat;background-position: 10px center;}input[name="e-book-full-name"] {background-image: url("https://curear.com/wp-content/uploads/2025/09/Layer_1.png");}input[name="e-book-phone-number"] {background-image: url("https://curear.com/wp-content/uploads/2025/09/Layer_3-1.png");}input[name="e-book-email-address"] {background-image: url("https://curear.com/wp-content/uploads/2025/09/Layer_4-1.png");}input::placeholder {font-family: "DM Sans";font-weight: 500;font-size: 16px;color: #c0c8d4;}.ebook-success-message {text-align: center;padding: 30px;font-size: 20px;color: #263a4f;animation: fadeIn 0.4s ease-in-out;font-weight: 600;font-family: "Albert Sans", Sans-serif;}@keyframes fadeIn {from {opacity: 0;transform: translateY(10px);}to {opacity: 1;transform: translateY(0);}}@media (max-width: 992px) {.ebook-popup {max-width: 80%;padding: 25px;}.ebook-popup-title {font-size: 20px;margin: 0px;}.custom-e-book-form input[type="submit"] {width: 100%;max-width: 100%;}}@media (max-width: 768px) {.ebook-popup {max-width: 90%;padding: 20px 15px;}}@media (max-width: 480px) {.ebook-popup {max-width: 95%;padding: 18px 12px;border-radius: 10px;}.ebook-popup-title {font-size: 17px;}.ebook-popup-close {top: 0px;right: 0px;font-size: 30px;}}