/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 22:30:53 */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  /* Allow scrolling */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
}
.popup-overlay.active {
  display: flex;
}
.popup-content {
  background: url("/wp-content/uploads/home_popup_bg.png");
  padding: 160px 100px 0px 100px;
  margin: 0 100px;
  border-radius: 8px;
  width: auto;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  animation: slideIn 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 50px;
  font-weight: 100;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  transition: color 0.2s;
  font-family: sans-serif;
}
.popup-close:hover {
  color: #00005F;
}
.now-approved {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 667px;
  max-height: 121px;
}
.now-approved .approved-wrapper {
  background: url("/wp-content/uploads/white_title_bg.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.now-approved .approved-wrapper h1 {
  color: #4e46ea;
  padding-left: 10%;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 50px);
}
.logo_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 25%;
  position: relative;
}
.logo_buttons .logo-wrap img {
  width: 100%;
  max-width: 818px;
  min-width: 0;
  padding-right: 10%;
}
.logo_buttons .buttons {
  min-width: 370px;
}
.logo_buttons .buttons .button-wrap {
  background: #00005F;
  padding: 15px 30px;
  border-radius: 50px;
  margin-bottom: 25px;
  border: solid 1px #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  max-width: 100%;
  transform: ease-in-out 0.3s;
}
.logo_buttons .buttons .button-wrap span {
  color: #fff;
  font-size: clamp(14px, 3.5vw, 22px);
  line-height: 1.3em;
}
.logo_buttons .buttons .button-wrap img {
  width: 100%;
  max-width: 30px;
}
.logo_buttons .buttons .button-wrap:hover {
  opacity: 0.8;
}
.footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 0;
}
.footnote p {
  color: #fff;
  line-height: 1.3em;
  font-size: clamp(14px, 3.5vw, 18px);
  width: calc(100% - 285px);
  padding-right: 1em;
}
.footnote p.legal {
  font-size: clamp(12px, 1.5vw, 15px);
  text-align: right;
  width: 285px;
  padding-right: 0;
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1189px) {
  .logo_buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logo_buttons .logo-wrap img {
    max-width: 500px;
    padding: 5% 0;
  }
  .logo_buttons .buttons {
    min-width: 0;
  }
}
@media only screen and (max-width: 967px) {
  .popup-content {
    padding: 120px 30px 0 30px;
    margin: 0 30px;
  }
  .popup-content .popup-close {
    color: #00005F;
    z-index: 1;
    top: -4px;
    right: 5px;
    font-size: 40px;
  }
  .popup-content .now-approved {
    max-width: 100%;
  }
  .popup-content .now-approved .approved-wrapper {
    background: #fff !important;
    height: 85%;
  }
}
@media only screen and (max-width: 600px) {
  .footnote {
    flex-wrap: wrap;
  }
  .footnote p {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  .footnote p.legal {
    text-align: left;
    width: 100%;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }
}
