.elementor-29556 .elementor-element.elementor-element-66289ea{--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;}.elementor-29556 .elementor-element.elementor-element-799e100 > .elementor-widget-container{margin:-48px 0px 0px 0px;}.elementor-29556 .elementor-element.elementor-element-28fbc27{--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;}.elementor-29556 .elementor-element.elementor-element-ab042b8{--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;}.elementor-29556 .elementor-element.elementor-element-2072372{--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;}/* Start custom CSS for html, class: .elementor-element-465ecc9 */<!-- downlaod design css -->

<style>
/* Wrapper */
.doc-download {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  font-family: 'Poppins', sans-serif;
}

/* Link Block */
.doc-link {
  display: flex;
  align-items: center;
  justify-content: ;
  gap: 0px;
  width: 100%;
  max-width: 800px;
  padding: 18px 24px;
  background: linear-gradient(135deg, #f9fdfb, #eefaf5);
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Icon Left */
.doc-icon {
  font-size: 2rem;
  color: #00c26e;
}

/* Text */
.doc-text {
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

/* Arrow Right */
.doc-arrow {
  font-size: 1.7rem;
  color: #00c26e;
}

/* Hover Effect - No underline */
.doc-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  text-decoration: none;
}

/* 📱 Mobile: remove spacing between words */
@media (max-width: 768px) {
  .doc-text {
    word-spacing: 2;
  }
}

</style>
  <!-- /////////////// css -->
  
   <!-- helpful resources reeferece -->
<style>
/* Wrapper */
.resources-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* Heading */
.resources-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}

/* Grid */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

/* Item */
.resource-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(135deg, #ffffff, #f4fdf8);
  text-decoration: none; /* remove underline by default */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover (no underline on text or icon) */
.resource-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-decoration: none;
}

/* Title */
.resource-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

/* Icon */
.resource-icon {
  font-size: 1.2rem;
  color: #;
  text-decoration: none;
}

</style>
<!-- /////////////// css -->



<style>
.note-box {
  max-width: 1200px;
  margin: 25px auto;
  padding: 12px;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}



.note-text {
  margin: 0;
}

.note-label {
  font-weight: 700;
  color: #00a85a;
}
</style>
<!-- /////////////// css -->


 <!--   steps design below desig -->
<style>
#llc-steps-section * {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

#llc-steps-section {
  font-family: 'Poppins', sans-serif;
  margin: 4px auto;
  max-width: 1200px;
  padding: 0 15px;
}

#llc-steps-section .steps-heading {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 25px;
  color: #111;
}

#llc-steps-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

#llc-steps-section .step-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(135deg, #ffffff, #f4fdf8);
  text-decoration: none !important;
  color: #222 !important;
  font-size: 1.05rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#llc-steps-section .step-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

#llc-steps-section .step-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00c26e;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}


</style>/* End custom CSS */