.elementor-59 .elementor-element.elementor-element-54a09158{--display:flex;--position:absolute;--min-height:100vh;--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;top:0px;}.elementor-59 .elementor-element.elementor-element-54a09158:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-54a09158 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}body:not(.rtl) .elementor-59 .elementor-element.elementor-element-54a09158{left:0px;}body.rtl .elementor-59 .elementor-element.elementor-element-54a09158{right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-59 .elementor-element.elementor-element-c50ea86{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;color:var( --e-global-color-13ac467 );}.elementor-59 .elementor-element.elementor-element-4444232{--display:flex;}.elementor-59 .elementor-element.elementor-element-4444232:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-4444232 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DCE5EC;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-59 .elementor-element.elementor-element-54a09158{--width:300px;}}@media(max-width:1024px) and (min-width:768px){.elementor-59 .elementor-element.elementor-element-54a09158{--width:150px;}}@media(max-width:1024px){.elementor-59 .elementor-element.elementor-element-54a09158{--z-index:0;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-54a09158 *//* Container to hold and align your profile text */
.sb-profile-info {
  display: flex;
  flex-direction: column;
  gap: 8px; /* Perfectly controls the tight spacing between elements */
  padding: 0;
  margin: 0 0 24px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left; /* Aligns left to match your layout */
}

/* Premium typographic treatment for your name */
.sb-profile-name {
  color: #112233; /* Deep slate blue */
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.5px;
}

/* Clean, crisp styling for your credentials */
.sb-profile-title {
  color: #4e5d6c; /* Elegant mid-slate */
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* Modern status-driven location wrapper */
.sb-profile-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px; /* Tiny bit of breathing room below the title */
}

/* Live green availability indicator dot */
.sb-status-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981; /* Premium emerald green */
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px rgba(16, 19, 129, 0.4);
  flex-shrink: 0;
}

/* Muted style for availability info */
.sb-status-text {
  color: #5d6e7f;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
}/* End custom CSS */