.modal-pop-up {
  background-color: #1a191733;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.modal-pop-up[style*="display: block"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.div-block-177 {
  z-index: 5;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 14px 30px #8c8c8c1a;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  margin: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
}

.div-block-188 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  width: 100%;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 680px;
  display: flex;
}

.field-label {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-field {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 7px;
  height: 50px;
}

.text-field:focus {
  border: 1px solid var(--blue);
}

.requerd-span {
  color: red;
}

.send-button {
  background-color: var(--black-blie) !important;
}

.h33 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cerapro, Impact, sans-serif;
  font-size: 34px;
  line-height: 100%;
}

.link-block {
  z-index: 100;
  position: absolute;
  inset: 7% 7% auto auto;
}

.checkbox-label {
  color: var(--negro);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
}

.link-form {
  color: var(--negro);
  font-weight: 600;
  text-decoration: none;
}

.checkbox {
  border: 1px solid var(--negro);
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.checkbox.w--redirected-checked {
  background-color: var(--negro);
  padding: 5px;
}

/* Modal Pop-up Custom Styles */
.modal-pop-up {
  background-color: rgba(20, 20, 20, 0.9); /* Dark overlay */
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #fbfbfb;
}

.modal-pop-up[style*="display: block"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.div-block-177 {
  background-color: #141414;
  border: 1px solid #24c556;
  border-radius: 8px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  position: relative;
}

.h33 {
  font-family: "Bebas Neue", sans-serif;
  color: #24c556;
  font-size: 48px;
  margin: 0 0 24px;
}

.field-label {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  color: #fbfbfb;
  margin-bottom: 8px;
  display: block;
}

.text-field {
  background-color: #ffffff1a;
  border: 1px solid #03ed4c;
  color: #fbfbfb;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  margin-bottom: 16px;
  height: 47px;
}

.text-field::placeholder {
  color: rgba(251, 251, 251, 0.6);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
}

.text-field:focus {
  border-color: #24c556;
  outline: none;
}

.send-button {
  background-image: linear-gradient(
    257.91deg,
    #03ed4c 4%,
    #24c556 48%,
    #0bf654 100%
  ) !important;
  background-color: transparent !important;
  color: #141414 !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 4px !important;
  text-transform: none !important;
  padding: 16px 36px !important;
  border: none !important;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.3s;
}

.send-button:hover {
  opacity: 0.9;
  background-color: transparent !important;
}

.send-button:disabled {
  background-color: #333;
  color: #666;
  cursor: not-allowed;
}

.requerd-span {
  color: #24c556;
}

.image-66 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  filter: brightness(0) invert(1);
  transform: rotate(-45deg);
  display: block !important;
  z-index: 1000;
}

/* Custom Modal Fixes */
.modal-logo {
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.form {
  width: 100% !important;
  max-width: 100% !important;
}

.modal-pop-up .text-field {
  height: 40px !important;
  padding: 10px 12px !important;
}

.modal-pop-up .field-label {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

/* Style Terms and Conditions Section */
.modal-pop-up .checkbox-label {
  color: #fbfbfb !important;
  font-size: 14px !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: left !important;
}

.modal-pop-up .link {
  color: #24c556 !important;
  text-decoration: underline;
}

/* Native Checkbox Styling */
.modal-pop-up .native-checkbox {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 !important;
  accent-color: #24c556;
}

.modal-pop-up .checkbox-label {
  color: #fbfbfb !important;
  font-size: 14px !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin-left: 10px !important;
  display: inline-block;
  vertical-align: middle;
  text-align: left !important;
  cursor: pointer;
}

/* Fix for papper image overlap with buttons */
.image {
  pointer-events: none;
}

.buttom {
  position: relative;
  z-index: 2;
}

[onclick*="manageFormModalBehaviour"],
.buttom,
.btn-4 {
  cursor: pointer;
}

/* Navbar Active State Styling */
.nav-menu .nav-item-1.w--current .txt-menu {
  color: #24c556 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

/* Mobile Menu Fixes */
@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #111 !important;
    padding: 60px 40px !important;
    width: 100% !important;
    height: auto !important;
    /* min-height: 100vh; */
  }
  .nav-item-1 {
    padding: 25px 0 !important;
    border-bottom: 1px solid #333 !important;
  }
  .nav-item-1:last-child {
    border-bottom: none !important;
  }
  .txt-menu {
    font-size: 26px !important;
    text-align: center;
  }
}

/* Hero Section Spacing Fix */
@media screen and (min-width: 2162px) {
  .div-block-2 {
    padding-bottom: 140px !important;
  }
}

/* Activities Layout Fix */
@media screen and (min-width: 480px) {
  .event-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 32px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
}
