.elementor-7497 .elementor-element.elementor-element-52115f2{--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-cfff45f */.error-hero-section {
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 50% 18%, rgba(32, 179, 63, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  text-align: center;
}

.error-shell {
  width: min(1128px, calc(100% - 32px));
  margin: 0 auto;
}

.error-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  margin-bottom: 28px;
}

.error-number {
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(120px, 18vw, 245px);
  line-height: 0.85;
  font-weight: 900;
  text-shadow: 0 12px 24px rgba(7, 27, 62, 0.16);
}

.error-center {
  position: relative;
  width: clamp(118px, 16vw, 190px);
  height: clamp(118px, 16vw, 190px);
  display: grid;
  place-items: center;
}

.error-question {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  color: #20b33f;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 900;
}

.error-question::before,
.error-question::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #c8d0db;
}

.error-question::before {
  left: -28px;
  transform: rotate(35deg);
}

.error-question::after {
  right: -28px;
  transform: rotate(-35deg);
}

.error-person {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.error-person svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #071b3e;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.error-person svg circle:first-child {
  fill: #071b3e;
  stroke: #071b3e;
}

.error-person svg circle:nth-child(2),
.error-person svg path:nth-child(3) {
  fill: #f6b083;
  stroke: #071b3e;
}

.error-person svg path:nth-child(4),
.error-person svg path:nth-child(5) {
  stroke: #20b33f;
}

.error-person svg rect {
  fill: #dfe7ef;
  stroke: #dfe7ef;
}

.error-hero-section h1 {
  margin: 0 0 14px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
}

.error-hero-section h1 span {
  color: #20b33f;
}

.error-hero-section p {
  margin: 0 0 28px;
  color: #071b3e;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.error-home-btn {
  min-width: 220px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  color: #ffffff;
  background: #20b33f;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(32, 179, 63, 0.28);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.error-home-btn:hover {
  transform: translateY(-3px);
  background: #138730;
  box-shadow: 0 18px 36px rgba(32, 179, 63, 0.36);
}

.error-home-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 640px) {
  .error-hero-section {
    padding: 52px 0 42px;
  }

  .error-illustration {
    gap: 12px;
  }

  .error-question {
    top: -36px;
  }

  .error-hero-section p br {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b1215c */.error-search-section {
  padding: 24px 0 28px;
  background: #ffffff;
  text-align: center;
}

.error-search-section h2 {
  margin: 0 0 10px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.error-search-section h2 span {
  color: #20b33f;
}

.error-search-section p {
  margin: 0 0 24px;
  color: #071b3e;
  font-size: 14px;
  font-weight: 600;
}

.error-search-form {
  width: min(620px, 100%);
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr 70px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 34, 75, 0.08);
}

.error-search-form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 22px;
  color: #071b3e;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.error-search-form input::placeholder {
  color: #66758a;
}

.error-search-form button {
  display: grid;
  place-items: center;
  border: 0;
  color: #ffffff;
  background: #20b33f;
  cursor: pointer;
  transition: background 0.25s ease;
}

.error-search-form button:hover {
  background: #138730;
}

.error-search-form button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 520px) {
  .error-search-form {
    grid-template-columns: 1fr 56px;
  }

  .error-search-form input {
    padding: 0 14px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9b5f4c */.error-services-section {
  padding: 0 0 36px;
  background: #ffffff;
}

.error-services-section h2 {
  margin: 0;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.error-title-line {
  width: 58px;
  height: 3px;
  margin: 12px auto 28px;
  background: #20b33f;
  border-radius: 999px;
}

.error-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.error-service-card {
  position: relative;
  min-height: 218px;
  padding: 24px 16px 18px;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 20px rgba(7, 34, 75, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.error-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 179, 63, 0.08), rgba(32, 179, 63, 0));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.error-service-card:hover {
  transform: translateY(-8px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.16);
}

.error-service-card:hover::before {
  opacity: 1;
}

.error-service-card > * {
  position: relative;
  z-index: 1;
}

.error-service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: #071b3e;
  transition:
    transform 0.28s ease,
    color 0.28s ease;
}

.error-service-card:hover .error-service-icon {
  transform: scale(1.08) rotate(-2deg);
  color: #20b33f;
}

.error-service-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.error-service-card h3 {
  margin: 0 0 10px;
  color: #071b3e;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.error-service-card p {
  margin: 0 0 16px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}

.error-service-card a {
  color: #078d2f;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.error-service-card a:hover {
  color: #071b3e;
}

@media (max-width: 1100px) {
  .error-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .error-services-grid {
    grid-template-columns: 1fr;
  }

  .error-service-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d30eea */.error-help-section {
  padding: 0 0 42px;
  background: #ffffff;
}

.error-help-banner {
  min-height: 170px;
  display: grid;
  grid-template-columns: 260px 1fr 170px;
  align-items: center;
  gap: 28px;
  padding: 24px 38px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(32, 179, 63, 0.1), rgba(255, 255, 255, 0.95), rgba(32, 179, 63, 0.1));
  box-shadow: 0 12px 30px rgba(7, 34, 75, 0.08);
}

.error-help-illustration svg {
  width: 210px;
  height: auto;
  fill: none;
  stroke: #071b3e;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.error-help-illustration svg circle:first-child,
.error-help-illustration svg path:nth-child(2) {
  fill: #f6b083;
}

.error-help-illustration svg path:nth-child(3),
.error-help-illustration svg path:nth-child(4),
.error-help-illustration svg rect:nth-child(5),
.error-help-illustration svg rect:nth-child(6) {
  stroke: #20b33f;
}

.error-help-illustration svg rect:nth-child(7) {
  fill: #dfe7ef;
  stroke: #dfe7ef;
}

.error-help-copy h2 {
  margin: 0 0 10px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.error-help-copy p {
  margin: 0 0 22px;
  color: #071b3e;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.error-help-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.error-help-btn {
  min-width: 150px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.error-help-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.error-help-btn-green {
  color: #ffffff;
  background: #20b33f;
  box-shadow: 0 10px 22px rgba(32, 179, 63, 0.25);
}

.error-help-btn-outline {
  color: #071b3e;
  border: 1px solid #071b3e;
  background: #ffffff;
}

.error-help-btn:hover {
  transform: translateY(-3px);
}

.error-help-btn-green:hover {
  background: #138730;
  box-shadow: 0 14px 28px rgba(32, 179, 63, 0.34);
}

.error-help-btn-outline:hover {
  color: #ffffff;
  background: #071b3e;
}

.error-plant {
  display: grid;
  place-items: center;
}

.error-plant svg {
  width: 130px;
  height: auto;
  fill: none;
  stroke: #79bf83;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.error-plant svg rect {
  fill: #bfc7cf;
  stroke: #bfc7cf;
}

@media (max-width: 900px) {
  .error-help-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .error-help-illustration,
  .error-help-actions {
    display: flex;
    justify-content: center;
  }

  .error-plant {
    display: none;
  }
}

@media (max-width: 520px) {
  .error-help-banner {
    padding: 24px 20px;
  }

  .error-help-btn {
    width: 100%;
  }
}/* End custom CSS */