.cmef-sections-widget {
  display: block;
}

.cmef-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; /* Center content vertically */
  align-items: center;
  min-height: 100vh; /* Full viewport height */
  padding: 10px 0;
  color: #fff;
  box-sizing: border-box;
  width: 90%;
  margin: auto;
}

.cmef-hero__breadcrumb {
  position: relative; /* Remove absolute positioning */
  left: auto;
  top: auto !important;
  width: 100%;
  max-width: 1300px;
  padding: 0 24px;
  margin: 30px auto 10px; /* Space between breadcrumb and content */
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  z-index: 2;
  box-sizing: border-box;
}

.cmef-hero__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  gap: 1.2rem;
  text-align: center;
}

.cmef-hero__breadcrumb-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
}

.cmef-hero__breadcrumb a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 0.4em;
  text-decoration: none;
}

.cmef-hero__breadcrumb a:hover,
.cmef-hero__breadcrumb a:focus {
  color: #33c7b5;
}

.cmef-hero__breadcrumb span,
.cmef-hero__breadcrumb strong {
  color: inherit;
}

.cmef-hero__breadcrumb .cmef-hero__breadcrumb-current {
  color: #33c7b5;
}

.cmef-hero__breadcrumb-icon,
.cmef-hero__breadcrumb-separator {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 1;
}

.cmef-hero__breadcrumb-icon i,
.cmef-hero__breadcrumb-icon svg,
.cmef-hero__breadcrumb-separator i,
.cmef-hero__breadcrumb-separator svg {
  display: block;
  height: 1em;
  width: 1em;
}

.cmef-hero__breadcrumb > :first-child {
  margin-top: 0;
}

.cmef-hero__breadcrumb > :last-child {
  margin-bottom: 0;
}

.cmef-hero__solution {
  display: flex;
  justify-content: center;
  margin: 10px auto 20px;
}

.cmef-hero__solution img {
  display: block;
  height: auto;
  margin: 0;
  max-width: min(330px, 72vw);
  width: 100%;
}

.cmef-hero__solution-text {
  color: #fff;
  line-height: normal;
}



.cmef-hero__solution-text > :first-child {
  margin-top: 0;
}

.cmef-hero__solution-text > :last-child {
  margin-bottom: 0;
}

.elementor-widget-cmef-sections .cmef-hero__solution-text h1,
.elementor-widget-cmef-sections .cmef-hero__solution-text h2,
.elementor-widget-cmef-sections .cmef-hero__solution-text h3,
.elementor-widget-cmef-sections .cmef-hero__solution-text h4,
.elementor-widget-cmef-sections .cmef-hero__solution-text h5,
.elementor-widget-cmef-sections .cmef-hero__solution-text h6,
.elementor-widget-cmef-sections .cmef-hero__solution-text p,
.elementor-widget-cmef-sections .cmef-hero__solution-text span,
.elementor-widget-cmef-sections .cmef-hero__solution-text strong,
.elementor-widget-cmef-sections .cmef-hero__heading h1,
.elementor-widget-cmef-sections .cmef-hero__heading h2,
.elementor-widget-cmef-sections .cmef-hero__heading h3,
.elementor-widget-cmef-sections .cmef-hero__heading h4,
.elementor-widget-cmef-sections .cmef-hero__heading h5,
.elementor-widget-cmef-sections .cmef-hero__heading h6,
.elementor-widget-cmef-sections .cmef-hero__heading p {
  color: inherit !important;
}

.cmef-hero__heading h1,
.cmef-hero__heading h2,
.cmef-hero__heading h3,
.cmef-hero__heading h4,
.cmef-hero__heading h5,
.cmef-hero__heading h6,
.cmef-hero__heading p {
  color: inherit !important;
}

.cmef-hero__heading span,
.cmef-hero__heading strong {
  color: #33c7b5;
}

.cmef-hero__description {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 1300px;
}

.cmef-hero__description > :first-child {
  font-size: 1rem;
  font-weight: 400;
  /* margin-top: 0; */
  line-height: 1.6rem;
}

.cmef-hero__description > :last-child {
  margin-bottom: 0;
}

.cmef-hero__description p {
  margin: 0 0 20px;
}

.cmef-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin-top: 12px;
}

.cmef-hero__button {
  align-items: center;
  border: 2px solid #fccf17;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 41px;
  min-width: 238px;
  padding: 12px 24px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.cmef-hero__button--primary {
  background: #fccf17;
  color: #0e0e55 !important;
}

.cmef-hero__button--secondary {
  background: transparent;
  color: #fccf17 !important;
}

.cmef-hero__button--primary:hover,
.cmef-hero__button--primary:focus {
  background: #fff;
  border-color: #fccf17;
  color: #0e0e55 !important;
}

.cmef-hero__button--secondary:hover,
.cmef-hero__button--secondary:focus {
  background: #fccf17;
  border-color: #fccf17;
  color: #0e0e55 !important;
}

/* .cmef-hero__button:hover,
.cmef-hero__button:focus {
	background: #FCCF17;
	border-color: #FCCF17;
	color: #111827;
} */


.cmef-hero__solution-text h1 {
  font-family: "Poppins", sans-serif;
  font-size:2.4rem;
  font-weight: 700;
  text-transform: none;
  line-height:3.2rem; 
}

.cmef-hero__heading {
   font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1.8rem; 
  }

@media (max-width: 782px) {
  .cmef-hero__solution-text h1 {
    font-size: 1.4rem;
    line-height: 2rem;
/*     text-align: left; */
  }

  .cmef-hero__heading {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
/*     color: #c0c0ef !important; */
/*     text-align: left; */
  }

  .cmef-hero__button {
    font-weight: 500;
    line-height: 1.2rem;
    font-size: 0.9rem;
  }
.cmef-hero__breadcrumb {
    padding: 0 1px;
	margin: 14px auto 14px;}
  .cmef-hero__breadcrumb {
    left: 10px;
    max-width: calc(100% - 0px);
    top: 18px;
  }
	.cmef-hero__inner {
    max-width: 96%;
}
 .cmef-hero__inner
 {
     padding: 0 2px;
      gap: 1rem;
    }
.cmef-hero__solution img {
        width: 160px !important;
    }
  .cmef-hero__actions {
    gap: 14px;
    margin-top: 32px;
  }

  .cmef-hero__button {
    min-width: min(100%, 300px);
    width: 100%;
  }
}
