@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,500&display=swap");

#guide-protection-widget input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1.2rem;
  width: 1.2rem;
  background-color: #fff;
  --tw-shadow: 0 0 #0000;
  outline: none;
  box-sizing: border-box;
  border: 2px solid #c8c5d0;
}

#guide-protection-widget input[type="checkbox"] {
  border-radius: 4px;
}

#guide-protection-widget input[type="checkbox"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
}

#guide-protection-widget input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

#guide-protection-widget input[type="checkbox"]:checked:hover,
#guide-protection-widget input[type="checkbox"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

#guide-protection-widget input[type="checkbox"]:indeterminate:hover,
#guide-protection-widget input[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

#guide-protection-widget {
  display: none;
}

#guide-protection-info-icon {
  cursor: pointer;
}

#guide-protection-disclaimer-box {
  align-items: center;
  gap: 6px;
  margin-left: 6px;
}

#guide-protection-modal-info {
  position: relative;
  z-index: 1000;
  display: none;
}

#guide-protection-close-info-modal {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  cursor: pointer;
}

#guide-widget-spinner {
  text-align: center;
  padding: 24px;
}

.widget-main {
  background: transparent;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #303038;
  padding: 16px;
}

.widget-second {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #f2effa;
  border-bottom: 2px solid #f2effa;
  padding: 10px 0;
}

.widget-form {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.widget-form-checkbox {
  color: #16a34a;
  place-self: flex-start;
}

.widget-form-name {
  text-align: start;
}

.widget-main-text-container {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.widget-form-name-span {
  font-weight: 500;
}

.widget-form-name-span-two {
  font-size: 12px;
  font-weight: 400;
  color: #777680;
  margin-top: 4px;
}

.widget-form-price {
  font-weight: 600;
  text-align: center;
}

.widget-form-price-img {
  margin-top: 4px;
}

.widget-disclaimer-icon {
  color: #e0bc58;
}

.widget-disclaimer-text {
  font-size: 12px;
  font-weight: 400;
  color: #303038;
}

/* MODAL */
.guideprotection__popupmodal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: flex-start;
}

.guideprotection__popupcontent {
  position: relative;
  max-width: 629px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 5%;
  border: 1px solid #888;
  padding: 20px;
}

#guideprotection__popupclose {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #c4c4c447;
  color: #c4c4c4;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  right: 10px;
  top: 10px;
  padding: 6px;
  cursor: pointer;
}

#guideprotection__popupclose:focus,
#guideprotection__popupclose:hover {
  color: #000;
}

.popup__row1 {
  width: 100%;
  text-align: center;
}

.popup__logo {
  display: auto !important;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.popup__logo-img {
  max-width: 200px;
}

.popup__caption {
  font-size: 24px;
  letter-spacing: 0em !important;
  font-weight: 400;
  color: #22225c;
  line-height: 120%;
  text-align: center;
}

.popup__row2 {
  display: flex !important;
  justify-content: center;
  align-items: baseline;
  margin-top: 15px;
  letter-spacing: 0em !important;
}

.popupmodal__icons {
  margin: 8px;
  text-align: center;
}

.popupmodal__icons img {
  text-align: center;
  display: inline-flex !important;
}

.popupmodal__icons h3 {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 18.2px !important;
  letter-spacing: 0em !important;
  margin: 0 0;
  max-height: 140px;
  max-width: 175px;
  width: 100%;
  padding-top: 10px;
  color: #22225c;
  text-align: center;
  text-transform: none !important;
}

.popup__guidetext p,
.popup__row4 .popupmodal__copyright p {
  font-size: 10px;
  margin: 10px 36px;
  line-height: 13px !important;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0em !important;
}

.popup__row4 .popupmodal__copyright p {
  margin-top: 40;
  margin-bottom: 0;
}

.popup__guidetext p a {
  color: #78788c;
  font-size: 10px !important;
  line-height: 13px !important;
  font-weight: normal;
  text-decoration: underline;
  letter-spacing: 0em !important;
}

.popup__row3 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 13px 0 10px;
  letter-spacing: 0em !important;
}

.popupmodal__links a {
  font-size: 12px !important;
  text-decoration: underline;
  color: #22225c;
  margin: 0 30px;
  display: inline-block;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@media (max-width: 800px) {
  .popup__modal .popup__row2 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .popup__modal .popupmodal__icons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .popup__modal {
    padding: 30px;
  }

  .popup__row1 {
    margin: initial;
    text-align: left;
  }

  .popupmodal__icons img {
    width: 90px;
    margin-right: 30px;
  }

  .popupmodal__icons h3 {
    max-width: 250px;
    text-align: left;
    text-transform: capitalize;
    font-size: auto;
  }

  .popup__guidetext p,
  .popup__row4 .popupmodal__copyright p {
    max-width: 100%;
    text-align: left;
    margin: 20px 0 10px 0;
  }

  .popup__row3 {
    justify-content: flex-start;
    padding: 0;
    flex-direction: row;
    display: none;
  }

  .popupmodal__links a {
    display: block;
    text-align: left;
    margin: 0;
    line-height: 27px;
  }
}

/* --- Popup */

/* @font-face {
  font-family: "Aeonik-bold";
  src: url(./font/AeonikTRIAL-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: "Aeonik-light";
  src: url(./font/AeonikTRIAL-Light.otf);
  font-weight: bold;
}
@font-face {
  font-family: "Aeonik-regular";
  src: url(./font/AeonikTRIAL-Regular.otf);
  font-weight: bold;
}

* {
  font-family: "Aeonik-regular";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pp-modal-ctn {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.035);
  z-index: 4000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pp-modal {
  z-index: 4000 !important;
  max-width: 750px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #2d2c2cca;
  background-image: url("./noise.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dfdee0;
}

.pp-modal-header {
  position: relative;
}

.pp-header-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.pp-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 25px;
  cursor: pointer;
  color: white;
}

.pp-close-btn svg {
  width: 20px;
  height: 20px;
}

.pp-modal-body {
  padding: 20px;
  text-align: center;
}

.pp-modal-title-ctn {
  border-bottom: 1px solid #b4b3b3ca;
  margin-bottom: 20px;
}

.pp-modal-title {
  font-size: 24px;
  font-weight: bold;
}

.pp-modal-description {
  font-size: 15px;
  margin: 10px 0 20px;
  display: block;
}

.pp-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
}

.pp-feature {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pp-feature .pp-icon {
  font-size: 24px;
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-feature .pp-icon svg {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-feature div {
  font-size: 18px;
}

.pp-feature span {
  font-size: 14px;
  color: black;
}

.pp-modal-footer {
  display: flex;
  justify-content: start;
  gap: 15px;
  font-size: 14px;
  color: black;
  text-decoration: underline;
}

.pp-modal-footer a {
  text-decoration: none;
  color: inherit;
}

.pp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* Responsive styles for mobile */
@media (max-width: 668px) {
  .pp-modal-ctn {
    padding: 10px;
  }
  .pp-features {
    grid-template-columns: 1fr; /* Single column for tablets */
    margin: 20px 0;
    gap: 20px;
  }

  .pp-feature .pp-icon {
    width: 40px; /* Smaller icon size */
    height: 40px;
  }

  .pp-feature div {
    font-size: 16px;
  }

  .pp-feature span {
    font-size: 12px;
  }
  .pp-footer {
    flex-direction: column; /* Flex column layout for mobile */
    gap: 10px;
    align-items: center; /* Center content in mobile layout */
    text-align: center;
  }

  .pp-modal-footer {
    justify-content: center; /* Center the footer links */
  }

  .pp-modal-footer a {
    margin: 5px 0; /* Add spacing between links */
  }
  .pp-feature .pp-icon svg {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
} */
