.elementor-2726 .elementor-element.elementor-element-5d7a9a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2726 .elementor-element.elementor-element-98937ac .woocommerce-breadcrumb{color:#FFFFFF;}.elementor-2726 .elementor-element.elementor-element-348c5f0{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2726 .elementor-element.elementor-element-09a863f{width:initial;max-width:initial;}.elementor-2726 .elementor-element.elementor-element-09a863f.elementor-element{--align-self:center;}body.elementor-page-2726 .page-wrapper{overflow:hidden;}@media(max-width:767px){.elementor-2726 .elementor-element.elementor-element-348c5f0{--padding-top:120px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-09a863f */<style>
/* ===== LOGIN WRAPPER ===== */
.ceear-login-wrapper {
  min-height: 100vh;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}

/* ===== LOGIN BOX ===== */
.ceear-login-box {
  width: 100%;
  max-width: 420px;
  background: #000;
  border: 1px solid #d4af37;
  border-radius: 12px;
  padding: 35px;
  text-align: center;
}
/* View Demo spacing */
.ceear-links {
  margin-top: 20px;   /* adjust: 12px / 16px / 20px */
  text-align: center;
}

.ceear-links a {
  color: #d4af37;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.ceear-links a:hover {
  text-decoration: underline;
}

/* ===== HEADING ===== */
.ceear-login-box h2 {
  color: #d4af37;
  margin-bottom: 8px;
  font-size: 22px;
}

.ceear-login-box p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 25px;
}

/* ===== INPUTS ===== */
.ceear-login-box label {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 13px;
  margin-bottom: 6px;
}

.ceear-login-box input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #333;
  background: #111;
  color: #fff;
  margin-bottom: 18px;
}

.ceear-login-box input:focus {
  outline: none;
  border-color: #d4af37;
}

/* ===== BUTTON ===== */
.ceear-login-box button {
  width: 100%;
  padding: 14px;
  background: #d4af37;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.ceear-login-box button:hover {
  background: #c9a24d;
}

/* ===== POPUP OVERLAY ===== */
.ceear-popup {
  display: none; /* IMPORTANT */
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* ===== POPUP BOX ===== */
.popup-box {
  background: #000;
  border: 1px solid #d4af37;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  border-radius: 10px;
  text-align: center;
}

.popup-box h3 {
  color: #d4af37;
  margin-bottom: 10px;
}

.popup-box p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.popup-box button {
  padding: 10px 25px;
  background: #d4af37;
  color: #000;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

/* ===== MOBILE ===== */
@media (max-width: 480px) {
  .ceear-login-box {
    padding: 25px;
  }
}
</style>/* End custom CSS */