/* Override hero heading font size for draft homepage */
.elementor-element-ywhhybi h1.elementor-heading-title {
	  font-size: clamp(32px, 3.5vw, 56px) !important;
}
}

/* Make How We Work Together boxes more visible */
.smedia-step {
	    background: rgba(6,140,151,0.08) !important;
	    border-right: 1px solid rgba(6,140,151,0.35) !important;
	    border-bottom: 1px solid rgba(6,140,151,0.35) !important;
}
}

/* ===== SOJOURN MEDIA - DARK HEADER STYLING ===== */
/* Applied to pages 1-HOME, 2-ABOUT US, 3-OUR SERVICES, 4-OUR WORK */

/* Dark header background */
#masthead,
.site-header,
.ast-header-break-point .site-header {
  background-color: #0d1117 !important;
}

/* Header row background */
.ast-primary-header-bar,
.main-header-bar {
  background-color: #0d1117 !important;
}

/* White nav links */
.main-header-bar .main-header-menu .menu-item > a,
.main-header-bar .main-navigation .menu-item > a {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

.main-header-bar .main-header-menu .menu-item > a:hover,
.main-header-bar .main-navigation .menu-item > a:hover {
  color: #00bfcf !important;
}

/* "START A PROJECT" button - already styled via Customizer */
/* Additional styling for button in header */
.ast-header-custom-item .ast-custom-button-link .ast-custom-button {
  background-color: #00bfcf !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.ast-header-custom-item .ast-custom-button-link .ast-custom-button:hover {
  background-color: #009aaa !important;
}
/* ===== END DARK HEADER STYLING ===== */


/* ===== SOJOURN MEDIA - HEADER ENHANCEMENTS ===== */

/* Box the header inner content to max-width */
.main-header-bar .ast-container,
#masthead .ast-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* Teal accent border at bottom of header */
#masthead,
.site-header {
  border-bottom: 3px solid #00bfcf !important;
  box-shadow: 0 2px 12px rgba(0, 191, 207, 0.15);
}
/* ================================================ */