:root {
  --ink: #102033;
  --muted: #617086;
  --panel: #ffffff;
  --soft: #f4f7fb;
  --line: #dce5ef;
  --primary: #0d5ea8;
  --primary-dark: #07345f;
  --accent: #00a6c8;
  --success: #1f9d72;
  --shadow: 0 18px 45px rgba(16, 32, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: 1.15rem;
}

p {
  margin: 0;
}

.wv-link-content {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-150%);
}

.wv-link-content:focus {
  transform: translateY(0);
}

.menu-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 229, 239, 0.9);
  box-shadow: 0 8px 30px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(14px);
}

.menu-wrapper > .inner,
.wv-boxed > .inner {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

#home-2-menu {
  display: flex;
  min-height: 78px;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.ed-logo h1 {
  font-size: 1.35rem;
  font-weight: 700;
}

.ed-logo h1 span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.ed-logo h1 span::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--success));
  box-shadow: 0 0 0 6px rgba(0, 166, 200, 0.14);
}

.ed-menu ul {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ed-menu a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 8px;
  padding: 0.55rem 0.85rem;
  color: var(--ink);
  font-weight: 700;
}

.ed-menu a:hover,
.ed-menu a:focus {
  background: rgba(13, 94, 168, 0.08);
  color: var(--primary);
}

.ed-icon svg {
  fill: currentColor;
}

.mobile-cont .ed-icon a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
}

#ed-958649133 {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(7, 52, 95, 0.92), rgba(13, 94, 168, 0.72)),
    radial-gradient(circle at 78% 22%, rgba(0, 166, 200, 0.32), transparent 28%),
    #07345f;
}

#ed-958649133::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, var(--soft));
  pointer-events: none;
}

#ed-958649133 .background {
  opacity: 0.18;
}

.text-on-background-content {
  max-width: 760px;
  padding: 10rem 0 8rem;
}

.text-on-background-content h2 {
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.text-on-background-content .color-background,
#ed-958649703 .color-background {
  color: inherit;
  background: transparent;
}

.text-on-background-content p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
}

.wv-spacer {
  padding-block: 5rem;
}

#ed-958647561 {
  background: var(--panel);
}

#about-1 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.text-with-image-image {
  min-height: 420px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(13, 94, 168, 0.82), rgba(0, 166, 200, 0.44)),
    #0d5ea8;
  box-shadow: var(--shadow);
}

.text-with-image-image .background {
  opacity: 0.55;
}

.text-with-image-box {
  padding: 1rem 0;
}

.text-with-image-box p,
#ed-958648719 .description,
#ed-958647990 p,
#ed-958648002 p {
  color: var(--muted);
}

#ed-958647828,
#ed-958648719,
#ed-958648113 {
  background: var(--soft);
}

#services-2 > .ed-headline h2,
#pricing-1 > .ed-headline h2,
#contact-us-1 > .ed-headline h2 {
  text-align: center;
}

#ed-958647837 > .inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.boxes-box {
  height: 100%;
}

.boxes-box > .inner {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.boxes-box > .inner:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 166, 200, 0.55);
  box-shadow: var(--shadow);
}

.boxes-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(13, 94, 168, 0.12), rgba(0, 166, 200, 0.14));
  color: var(--primary);
}

.boxes-icon svg {
  width: 32px;
  height: 32px;
}

.boxes-box p {
  color: var(--muted);
}

#ed-958649703 {
  background:
    linear-gradient(120deg, var(--primary-dark), var(--primary) 58%, #008fb0) !important;
  color: #ffffff;
}

#ed-958649703 .inner {
  text-align: center;
}

#ed-958649703 h2,
#ed-958649703 p {
  color: #ffffff;
}

.button,
button,
.ed-form-button button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0.85rem 1.2rem;
  background: var(--accent);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 166, 200, 0.25);
}

.button:hover,
.button:focus,
button:hover,
button:focus {
  background: var(--success);
  color: #ffffff;
}

.pricing-table-box {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.pricing-table-box table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table-box td {
  padding: 1.2rem 1.35rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.pricing-table-box tr:last-child td {
  border-bottom: 0;
}

.pricing-table-box tr:hover {
  background: rgba(13, 94, 168, 0.045);
}

.pricing-table-box strong {
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
}

.pricing-table-box td:last-child {
  width: 150px;
  text-align: right;
}

.price {
  display: inline-flex;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  background: rgba(31, 157, 114, 0.12);
  color: var(--success);
  font-weight: 700;
}

#ed-958648122 > .inner {
  display: block;
}

.ed-form-container {
  width: min(760px, 100%);
  margin-inline: auto;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.ed-form-container form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ed-form-textarea,
.privacy,
.ed-form-captcha,
.ed-form-button {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(0, 166, 200, 0.13);
  outline: 0;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.checkbox_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkbox_list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: var(--muted);
}

.checkbox_list input {
  width: auto;
  margin-top: 0.35rem;
}

.ed-form-captcha {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1rem;
  align-items: center;
}

.ed-form-captcha label,
.ed-form-captcha .regenerate {
  grid-column: 1 / -1;
}

.footer {
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.78);
}

.footer h1,
.footer h3,
.footer strong {
  color: #ffffff;
}

.footer a {
  color: rgba(255, 255, 255, 0.9);
}

.footer a:hover,
.footer a:focus {
  color: var(--accent);
}

#footer-2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer .ed-menu ul,
.footer #ed-958648017 ul {
  display: grid;
  gap: 0.4rem;
}

.footer .ed-menu a {
  min-height: auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 975px) {
  #home-2-menu {
    min-height: 68px;
  }

  #ed-958647837 > .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #about-1,
  #footer-2 {
    grid-template-columns: 1fr;
  }

  .text-on-background-content {
    padding-block: 7rem;
  }
}

@media (max-width: 640px) {
  .wv-boxed > .inner,
  .menu-wrapper > .inner {
    width: min(100% - 1rem, 1120px);
  }

  .wv-spacer {
    padding-block: 3.5rem;
  }

  #ed-958649133 {
    min-height: 590px;
  }

  #ed-958647837 > .inner,
  .ed-form-container form {
    grid-template-columns: 1fr;
  }

  .ed-form-container {
    padding: 1.25rem;
  }

  .pricing-table-box table,
  .pricing-table-box tbody,
  .pricing-table-box tr,
  .pricing-table-box td {
    display: block;
    width: 100%;
  }

  .pricing-table-box td {
    padding: 1rem;
    border-bottom: 0;
  }

  .pricing-table-box td:last-child {
    width: 100%;
    padding-top: 0;
    text-align: left;
    border-bottom: 1px solid var(--line);
  }

  .pricing-table-box tr:last-child td:last-child {
    border-bottom: 0;
  }
}
