.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999999;
  background: #0a0a0a7d;
}

.modal-backdrop.show {
  opacity: 0.5;
  z-index: 10000;
}

.modal-content.custom-popup-bg {
  background: url('<?php echo plugin_dir_url( dirname( __FILE__ ) ) . "assets/images/fitness-bg.jpg"; ?>') no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
}

.g1-newsletter-contents {
  padding: 5px 35px 60px;
  position: relative;
  z-index: 2;
}

.g1-mega.g1-mega-1st {
  color: #ed138f;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  font-size: 40px;
}

.text_label {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

input.pop_up_email,
input.pop_up_news {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding: 10px 15px;
}

input.pop_up_email {
  background: #f6fffffa !important;
  box-shadow: none !important;
}

input.pop_up_email:focus {
  outline: none;
}

input.pop_up_news {
  background-color: #fe1c7d;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

input.pop_up_news:hover {
  background-color: #d9146a;
}

input#submit {
  background-color: #fe1c7d;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  height: 50px;
}

.close {
  color: #eb148a !important;
  font-size: 40px !important;
  opacity: 1 !important;
}

.modal-header {
  border-bottom: 1px solid transparent !important;
}

@media (max-width: 576px) {
  .g1-mega.g1-mega-1st {
    font-size: 28px;
  }

  .text_label {
    font-size: 14px;
  }

  .modal-content {
    margin: 15px;
  }

  .pop_logo img {
    width: 180px !important;
  }
}
