.elementor-21157 .elementor-element.elementor-element-865195d{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-21157 .elementor-element.elementor-element-512ab33{--display:flex;}.elementor-21157 .elementor-element.elementor-element-a605f63{--display:flex;}/* Start custom CSS for html, class: .elementor-element-489b5c4 *//* Modal Base */
.bwg-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.bwg-modal.is-open {
  display: block;
}

.bwg-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(2px);
}

.bwg-modal__dialog {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
}

/* Background design */
.bwg-bg-logo {
  position: absolute;
  top: 80px;
  left: 140px;
  opacity: 0.45;
  pointer-events: none;
}

.bwg-bg-logo img {
  width: 220px;
  max-width: 28vw;
}

.bwg-bg-chart {
  position: absolute;
  pointer-events: none;
  opacity: 0.38;
}

.bwg-bg-chart-left {
  left: 0;
  bottom: 120px;
  width: 520px;
  height: 260px;
  background:
    linear-gradient(90deg, transparent 0 8%, #df8f82 8% 11%, transparent 11% 13%, #88d4c4 13% 16%, transparent 16% 18%, #df8f82 18% 21%, transparent 21% 24%, #88d4c4 24% 27%, transparent 27% 29%, #df8f82 29% 32%, transparent 32% 34%, #88d4c4 34% 37%, transparent 37% 100%);
  transform: rotate(-12deg);
  filter: blur(0.2px);
}

.bwg-bg-chart-right {
  right: 160px;
  top: 80px;
  width: 260px;
  height: 180px;
  background:
    linear-gradient(90deg, transparent 0 12%, #88d4c4 12% 16%, transparent 16% 20%, #df8f82 20% 24%, transparent 24% 28%, #df8f82 28% 32%, transparent 32% 36%, #88d4c4 36% 40%, transparent 40% 100%);
  transform: rotate(-14deg);
}

.bwg-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 22px;
  padding: 34px 22px 26px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.bwg-step {
  display: none;
}

.bwg-step.is-active {
  display: block;
}

.bwg-step-register .bwg-title {
  margin-bottom: 30px;
}

/* Close Button */
.bwg-close {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* Language */
.bwg-lang-btn {
  position: absolute;
  top: 20px;
  right: 76px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Logo */
.bwg-logo {
  text-align: center;
  margin-bottom: 26px;
}

.bwg-logo img {
  max-width: 125px;
  height: auto;
}

/* Typography */
.bwg-title {
  margin: 0 0 46px;
  text-align: center;
  color: #666;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.bwg-subtitle {
  margin: 0 0 14px;
  text-align: center;
  color: #777;
  font-size: 14px;
}

/* Fields */
.bwg-field {
  margin-bottom: 10px;
}

.bwg-field input,
.bwg-field select {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: #f3f1f1;
  color: #666;
  padding: 0 16px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}

.bwg-field input::placeholder {
  color: #666;
  opacity: 1;
}

.bwg-field-icon {
  position: relative;
}

.bwg-field-icon input {
  padding-right: 46px;
}

.bwg-eye {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

.bwg-row {
  display: flex;
  gap: 8px;
}

.bwg-row-3 .bwg-field {
  flex: 1;
}

.bwg-field-sm {
  width: 90px;
  flex: 0 0 90px;
}

.bwg-field-lg {
  flex: 1;
}

/* Gender */
.bwg-gender {
  margin: 12px 0 12px;
}

.bwg-gender > label {
  display: block;
  margin-bottom: 6px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.bwg-radio-group {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.bwg-radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Button */
.bwg-btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s ease;
}

.bwg-btn-primary {
  margin-top: 16px;
  background: #f90011;
  color: #fff;
}

.bwg-btn-primary:hover {
  opacity: 0.92;
}

/* OTP */
.bwg-otp-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 10px;
}

.bwg-otp {
  width: 52px;
  height: 52px;
  border: 1px solid #b8b8b8;
  border-radius: 12px;
  background: #f7f7f7;
  text-align: center;
  font-size: 20px;
  outline: none;
}

/* Bottom text */
.bwg-bottom-text,
.bwg-forgot,
.bwg-resend,
.bwg-agreement {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.bwg-bottom-text {
  margin-top: 12px;
}

.bwg-forgot {
  margin: 4px 0 12px;
  text-align: right;
}

.bwg-resend {
  margin-bottom: 18px;
}

.bwg-bottom-text a,
.bwg-forgot a,
.bwg-resend a,
.bwg-agreement a {
  color: #f90011;
  text-decoration: underline;
  font-weight: 500;
}

.bwg-agreement {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.5;
}

/* Password rules */
.bwg-password-rules {
  margin: 12px 0 10px 18px;
  padding: 0;
  color: #666;
  font-size: 14px;
}

.bwg-password-rules li {
  margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 767px) {
  .bwg-modal__dialog {
    padding: 18px;
    align-items: center;
  }

  .bwg-card {
    max-width: 100%;
    border-radius: 18px;
    padding: 26px 16px 20px;
  }

  .bwg-title {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .bwg-bg-logo {
    top: 70px;
    left: 24px;
  }

  .bwg-bg-logo img {
    width: 140px;
  }

  .bwg-bg-chart-left,
  .bwg-bg-chart-right {
    display: none;
  }

  .bwg-otp-wrap {
    gap: 6px;
  }

  .bwg-otp {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .bwg-row {
    flex-wrap: wrap;
  }

  .bwg-field-sm,
  .bwg-field-lg,
  .bwg-row-3 .bwg-field {
    width: 100%;
    flex: 0 0 100%;
  }

  .bwg-close {
    top: 12px;
    right: 12px;
  }

  .bwg-lang-btn {
    top: 12px;
    right: 58px;
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */