.elementor-1504 .elementor-element.elementor-element-b2e9382{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-daefde9 */<style>
.cb-login-section,
.cb-login-section * {
  box-sizing: border-box;
}

/* Full-width background section */
.cb-login-section {
  width: 100vw;
  min-height: 100vh;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 32px 16px 45px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  overflow: hidden;

  font-family: Arial, Helvetica, sans-serif;

  background: linear-gradient(
    180deg,
    #925500 0%,
    #73530d 27%,
    #3d5832 56%,
    #09645e 100%
  );
}

/* Logo container */
.cb-brand-logo {
  width: 100%;
  margin: 0 auto 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

/* Logo size */
.cb-brand-logo img {
  display: block;

  width: auto;
  height: auto;

  max-width: min(285px, 76vw);
  max-height: 82px;

  object-fit: contain;
}

/* Login card */
.cb-login-card {
  width: 100%;
  max-width: 350px;

  padding: 20px 20px 22px;

  background: #ffffff;
  border-radius: 5px;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

/* Login heading */
.cb-login-title {
  margin: 0 0 12px;

  color: #955700;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;

  text-align: center;
}

.cb-login-title i {
  margin-left: 4px;
  font-size: 19px;
}

/* Input wrapper */
.cb-input-box {
  position: relative;
  margin-bottom: 16px;
}

/* Inputs */
.cb-input-box input {
  width: 100%;
  height: 43px;

  padding: 0 42px 0 13px;

  border: 1px solid #ccd2da;
  border-radius: 5px;
  outline: none;

  background: #edf4ff;
  color: #222222;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.cb-input-box input::placeholder {
  color: #747474;
  opacity: 1;
}

.cb-input-box input:focus {
  border-color: #985800;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(152, 88, 0, 0.12);
}

/* Input icons */
.cb-input-box i {
  position: absolute;
  top: 50%;
  right: 13px;

  transform: translateY(-50%);

  color: #000000;
  font-size: 17px;

  pointer-events: none;
}

/* Login and demo buttons */
.cb-main-btn {
  position: relative;

  width: 100%;
  min-height: 42px;

  margin-bottom: 6px;
  padding: 9px 40px 9px 13px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 5px;

  background: #a65d00;
  color: #ffffff;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;

  text-align: center;
  text-decoration: none;

  cursor: pointer;

  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cb-main-btn i {
  position: absolute;
  right: 13px;
  font-size: 16px;
}

.cb-main-btn:hover,
.cb-main-btn:focus {
  background: #7f4700;
  color: #ffffff;

  transform: translateY(-1px);

  box-shadow: 0 5px 12px rgba(127, 71, 0, 0.2);
}

/* Divider */
.cb-divider {
  position: relative;

  height: 21px;
  margin: 5px 0 0;

  text-align: center;
}

.cb-divider::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 0;

  width: 100%;
  height: 1px;

  background: #aa9a84;
}

.cb-divider span {
  position: relative;
  z-index: 2;

  display: inline-block;

  padding: 1px 12px;

  background: #ffffff;
  color: #222222;

  font-size: 12px;
  line-height: 18px;
}

/* WhatsApp heading */
.cb-whatsapp-heading {
  margin: 0 0 11px;

  color: #333333;

  font-size: 15px;
  line-height: 1.35;

  text-align: center;
}

/* Feature section */
.cb-features {
  width: 100%;

  margin-bottom: 13px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.cb-feature-item {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 5px;

  color: #444444;

  font-size: 10px;
  line-height: 1.4;
}

.cb-feature-item i {
  width: 39px;
  min-width: 39px;
  height: 39px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #e1e1e1;
  border-radius: 4px;

  color: #c6c6c6;
  font-size: 19px;
}

/* WhatsApp button */
.cb-whatsapp-btn {
  width: 100%;
  min-height: 56px;

  padding: 10px 14px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 5px;

  background: #a65d00;
  color: #ffffff;

  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;

  text-align: center;
  text-decoration: none;

  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cb-whatsapp-btn i {
  font-size: 30px;
}

.cb-whatsapp-btn:hover,
.cb-whatsapp-btn:focus {
  background: #7f4700;
  color: #ffffff;

  transform: translateY(-1px);

  box-shadow: 0 6px 14px rgba(127, 71, 0, 0.2);
}

/* Recaptcha text */
.cb-recaptcha-text {
  margin: 5px 0 0;

  color: #222222;

  font-size: 11px;
  line-height: 1.35;
}

.cb-recaptcha-text a {
  color: #1682ce;
  text-decoration: none;
}

.cb-recaptcha-text a:hover {
  text-decoration: underline;
}

/* Tablet */
@media screen and (max-width: 768px) {
  .cb-login-section {
    padding: 28px 14px 40px;
  }

  .cb-brand-logo {
    margin-bottom: 22px;
  }

  .cb-brand-logo img {
    max-width: min(260px, 76vw);
    max-height: 76px;
  }

  .cb-login-card {
    max-width: 345px;
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .cb-login-section {
    min-height: 100svh;
    padding: 24px 10px 32px;
  }

  .cb-brand-logo {
    margin-bottom: 20px;
  }

  .cb-brand-logo img {
    max-width: min(225px, 74vw);
    max-height: 68px;
  }

  .cb-login-card {
    max-width: 100%;
    padding: 18px 14px 19px;
  }

  .cb-login-title {
    margin-bottom: 14px;
    font-size: 23px;
  }

  .cb-login-title i {
    font-size: 18px;
  }

  .cb-input-box {
    margin-bottom: 14px;
  }

  .cb-input-box input {
    height: 42px;
    font-size: 14px;
  }

  .cb-main-btn {
    min-height: 41px;
    font-size: 14px;
  }

  .cb-whatsapp-heading {
    font-size: 14px;
  }

  .cb-features {
    gap: 5px;
  }

  .cb-feature-item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;

    font-size: 9px;
    text-align: center;
  }

  .cb-feature-item i {
    width: 37px;
    min-width: 37px;
    height: 37px;

    font-size: 18px;
  }

  .cb-whatsapp-btn {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 15px;
  }

  .cb-whatsapp-btn i {
    font-size: 27px;
  }

  .cb-recaptcha-text {
    font-size: 10px;
  }
}

/* Small mobile */
@media screen and (max-width: 360px) {
  .cb-login-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cb-brand-logo img {
    max-width: 210px;
  }

  .cb-login-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cb-feature-item {
    font-size: 8px;
  }

  .cb-feature-item i {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}

/* Remove Elementor spacing */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Prevent horizontal scroll */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
</style>/* End custom CSS */