#CDSWIDCOE {
    margin: 70px 0 0 0 !important;
    max-width: 112px !important;
}

#wpmtst-submission-form .after {
    color: #999999 !important;
}

.header-block__column.header-block__logo.header-block--auto-grow {
    position: absolute !important;
    right: 10% !important;
    max-width: 45% !important;
    margin-top: 10px !important;
}

.header-block__column.header-block--content-right.header-block--align-right {
    position: absolute !important;
    left: 10% !important;
	  margin-top: 25px !important;
}

.site-header--sticky-active-padding .header-block__column.header-block--content-right.header-block--align-right {
	  margin-top: 15px !important;
}

.header-block__column {
    display: block !important;
}

.site-header--sticky-active-padding {
    padding-bottom: 70px !important;
}

.site-header--sticky-spacer {
    height: 105px !important;
}

.home .toggle-bars__text.toggle-bars__text--show {
    color: #ffffff !important;
}

.site-header--sticky-active-style .toggle-bars.menu-skin-main .toggle-bars__text {
    color: #7da4c6 !important;
}

.header-block, .site-header--static-header-type {
    padding-top: 10px !important;
}

.home .toggle-bars.menu-skin-main .toggle-bars__bar-line {
    background-color: #ffffff !important;
}

.home .site-header--sticky-active-padding .toggle-bars.menu-skin-main .toggle-bars__bar-line {
    background-color: #7da4c6 !important;
}

.fullscreen-menu-footer .left-part {
}.fullscreen-menu-footer .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
}

#menu-main-menu-1 {
    margin-top: 0px !important;
}

.fullscreen-menu nav {
	margin: 0px 0 40px !important;
}/* Inline Critical CSS - Load Hero & Headings First */
.hero-section, h1, h2 {
display: block !important;
visibility: visible !important;
}/* Force H1 to Render Immediately */
.h1-title {
font-display: swap !important;
display: block !important;
visibility: visible !important;
font-size: 48px !important; /* Adjust for mobile */
}

/* Reduce Load Delay for Hero Section */
.hero-section {
min-height: 50vh; /* Prevents layout shifts */
display: block !important;
visibility: visible !important;
}/* Ensure H1 Loads Instantly */
.h1-title {
display: block !important;
visibility: visible !important;
font-size: 48px !important; /* Adjust for mobile */
text-align: center !important;
opacity: 1 !important;
}

/* Fix Hero Section Rendering Delay */
.hero-section {
display: block !important;
visibility: visible !important;
min-height: 50vh; /* Adjust if needed */
}

/* Prevent Layout Shifts */
body {
font-display: swap !important;
}

/* Reduce Blocking from WPBakery */
.vc_custom_heading {
opacity: 1 !important;
transform: none !important;
}.rs-solitted-lines 
visibility: visible !important;
position: static !important;
opacity: 1 !important;
}/* 🚀 Fix Largest Contentful Paint (LCP) Delay */
.rs_splitted_lines {
display: block !important;
visibility: visible !important;
position: static !important;
opacity: 1 !important;
}
/* 🚀 Fix Largest Contentful Paint (LCP) Delay */
.rs_splitted_lines {
display: block !important;
visibility: visible !important;
position: static !important;
opacity: 1 !important;
}

/* 🚀 Prevent WPBakery Render Blocking */
.vc_row, .vc_column_container {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.fullscreen-menu-footer {
  pointer-events: none;
}

.fullscreen-menu-footer .left-part {
  width: auto !important;
}

/* ===== MOBILE TYPOGRAPHY FIX ===== */
@media (max-width: 768px) {

  /* Main body text */
  body,
  p,
  li {
    font-size: 17px;
    line-height: 1.7;
  }

  /* Paragraph spacing */
  p {
    margin-bottom: 1.4em;
  }

  /* Headings – clearer hierarchy */
  h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px;
    line-height: 1.35;
  }

  /* Improve reading width */
  .entry-content,
  .content-area,
  .site-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  /* Make text slightly darker for contrast */
  body {
    color: #222;
  }
}
@media (max-width: 768px) {

  /* Force consistent H2 weight */
  h2 {
    font-weight: 600;
  }

}
/* ===== GLOBAL MOBILE TEXT CONSISTENCY ===== */
@media (max-width: 768px) {

  /* Force consistent text alignment */
  body,
  p,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  /* Consistent reading width */
  .site-content,
  .content-area,
  .entry-content,
  .wp-block-group,
  .wp-block-columns {
    padding-left: 22px;
    padding-right: 22px;
  }

  /* Prevent odd centering from theme blocks */
  .has-text-align-center,
  .aligncenter {
    text-align: left !important;
  }

}