.elementor-2183 .elementor-element.elementor-element-bc43b49{--display:flex;}.elementor-2183 .elementor-element.elementor-element-85e085d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2183 .elementor-element.elementor-element-4fb508b{--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 shortcode, class: .elementor-element-85e085d *//* ============ ACCOUNT PAGE WRAPPER ============ */
.um-account {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
    font-family: 'Poppins', sans-serif;
    max-width: 1000px;
    margin: auto;
}

/* ============ TABS STYLING ============ */
.um-account-tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    border-bottom: 2px solid #e6f3ff;
    margin-bottom: 35px;
}

.um-account-tabs li {
    list-style: none;
    padding: 12px 24px;
    background-color: #eaf6ff;
    color: #333;
    border-radius: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.um-account-tabs li.um-active {
    background-color: #4da6ff;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(77, 166, 255, 0.3);
}

.um-account-tabs li:hover {
    background-color: #d4ecff;
    transform: translateY(-2px);
    border-radius: 20px;
}

/* ============ CONTENT PANEL STYLING ============ */
.um-account-tab {
    background-color: #f8fbff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
    animation: fadeIn 0.3s ease-in-out;
}

/* Fade animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============ FORM ELEMENTS ============ */
.um-account form .um-form-field {
    margin-bottom: 25px;
}

.um-account form input[type="text"],
.um-account form input[type="email"],
.um-account form input[type="password"],
.um-account form textarea,
.um-account form select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #cce6ff;
    border-radius: 14px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
}

.um-account form input:focus,
.um-account form textarea:focus,
.um-account form select:focus {
    border-color: #4da6ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(77, 166, 255, 0.2);
    border-radius: 20px;
}

/* ============ BUTTONS ============ */
.um-account .um-button {
    background-color: #4da6ff;
    color: white;
    padding: 12px 26px;
    font-weight: 600;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
}

.um-account .um-button:hover {
    background-color: #1e90ff;
    border-radius: 22px;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(30, 144, 255, 0.3);
}

/* ============ NOTICE / SUCCESS / ERROR ============ */
.um-account .um-notice {
    border-radius: 12px;
    padding: 14px 24px;
    margin-bottom: 25px;
    font-size: 14px;
}

.um-account .um-notice-success {
    background-color: #e6faff;
    color: #007799;
    border-left: 4px solid #00b3d6;
}

.um-account .um-notice-error {
    background-color: #ffe6e6;
    color: #cc0000;
    border-left: 4px solid #ff4d4d;
}

/* ============ RESPONSIVE ============ */
@media screen and (max-width: 768px) {
    .um-account {
        padding: 25px;
    }

    .um-account-tabs {
        flex-direction: column;
    }

    .um-account-tabs li {
        margin-bottom: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-682f818 */.jb-career-quest-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin-top: 40px;
  text-align: center;
}

.jb-career-quest-box .jb-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.jb-career-quest-box .jb-desc {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 30px;
}

.jb-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.jb-card {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 20px;
  width: 260px;
  text-decoration: none;
  color: #111827;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  text-align: center;
}

.jb-card:hover {
  background: #e0f2fe;
  border-color: #38bdf8;
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.jb-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.jb-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1d4ed8;
  margin-bottom: 5px;
}

.jb-card p {
  font-size: 14px;
  color: #4b5563;
}

@media (max-width: 768px) {
  .jb-grid {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */