:root {
  --brand: #00b29b;
  --brand-dark: #0431b8;
  --ink: #0d1b2a;
  --muted: #667085;
  --line: #e6edf4;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --accent: #f6b73c;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}
table { max-width: 100%; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { color: var(--brand); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1180px; }
.top-strip {
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}
.top-strip a { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 20; }
.navbar { padding: 12px 0; }
.navbar-brand img { width: 150px; height: auto; }
.nav-menu { display: flex; }
.navbar-nav { gap: 6px; }
.nav-link, .dropdown-item {
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  padding: 12px 14px;
}
.dropdown { position: relative; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(13, 27, 42, .13);
}
.dropdown:hover > .dropdown-menu { display: block; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
  display: block;
}
.page-hero {
  background: linear-gradient(120deg, rgba(0,178,155,.95), rgba(4,49,184,.9)), url('../uploads/2022/10/new-banner1_irpe3t.webp') center/cover;
  color: #fff;
  padding: 80px 0;
}
.page-hero p { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.page-hero h1 { font-size: clamp(34px, 6vw, 56px); font-weight: 800; margin: 0; }
.site-section {
  padding: 76px 0;
  background-size: cover;
  background-position: center;
}
.home-intro {
  min-height: 620px;
  display: flex;
  align-items: center;
}
.home-intro h1, .home-intro h2 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
  font-weight: 800;
}
.elementor-heading, .ct-heading h2 {
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
}
.ct-heading .eyebrow {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  margin: 0 0 10px;
}
.rich-text { color: var(--muted); font-size: 17px; }
.rich-text p:last-child { margin-bottom: 0; }
.section-divider {
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: var(--brand);
  margin: 18px 0 24px;
}
.spacer { height: 28px; }
.btn-brand {
  background: var(--brand);
  border: 2px solid var(--brand);
  color: #fff;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 800;
}
.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}
.image-widget img, .blog-card img, .service-card img, .info-card img {
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(13, 27, 42, .12);
}
.feature-card, .contact-card, .info-card, .price-card, .notice-card, .details-card, .author-card, .team-card, .counter-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .06);
}
.feature-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-weight: 800;
  margin-bottom: 14px;
}
.feature-card h3, .contact-card h3, .info-card h3, .service-card h3, .blog-card h3 { font-size: 22px; font-weight: 800; }
.check-list, .contact-info, .site-footer ul, .side-nav ul { list-style: none; padding: 0; margin: 0; }
.check-list li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}
.check-list li::before {
  content: "✓";
  color: var(--brand);
  position: absolute;
  left: 0;
  font-weight: 800;
}
.service-card, .blog-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .06);
}
.service-card > div, .blog-card > div { padding: 24px; }
.service-card img, .blog-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 0; box-shadow: none; }
.price-card { height: 100%; text-align: center; position: relative; }
.price-card.featured { border-color: var(--brand); transform: translateY(-8px); }
.price-card img { width: 56px; margin: 0 auto 18px; }
.price-card .badge {
  background: var(--accent);
  color: var(--ink);
  border-radius: 999px;
  padding: 7px 12px;
  margin-bottom: 12px;
}
.price-card .price { font-size: 38px; font-weight: 900; color: var(--brand-dark); margin: 10px 0; }
.tab-cards {
  align-items: stretch;
}
.tab-cards .info-card { height: 100%; }
.pricing-shortcode-card {
  padding: 28px;
}
.pricing-shortcode-card h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2;
}
.info-card-content {
  overflow-x: auto;
}
.pricing-shortcode-card .info-card-content {
  overflow: visible;
}
.wp-tabs-static {
  min-width: 0;
}
.wp-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px;
  margin-bottom: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.wp-tab-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 6px;
  padding: 9px 13px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
}
.wp-tab-button.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.wp-tab-button img {
  width: 22px;
  height: 22px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0;
  box-shadow: none;
  border-radius: 0;
}
.wp-tabs-panels {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.wp-tab-panel {
  display: none;
  overflow-x: auto;
}
.wp-tab-panel.active {
  display: block;
}
.wp-tabs-static table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
}
.wp-tabs-static th,
.wp-tabs-static td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  vertical-align: middle;
}
.wp-tabs-static th,
.wp-tabs-static thead td {
  background: var(--soft);
  color: var(--ink);
  font-weight: 800;
}
.wp-tabs-static tbody tr:nth-child(even) {
  background: #fbfdff;
}
.wp-tabs-static th:first-child,
.wp-tabs-static td:first-child {
  width: 55%;
}
.static-accordion {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.accordion-item + .accordion-item { border-top: 1px solid var(--line); }
.accordion-trigger {
  width: 100%;
  text-align: left;
  border: 0;
  background: #fff;
  padding: 18px 22px;
  font-weight: 800;
  color: var(--ink);
}
.accordion-trigger::after { content: "+"; float: right; color: var(--brand); }
.accordion-trigger.active::after { content: "-"; }
.accordion-panel {
  display: none;
  padding: 0 22px 20px;
  color: var(--muted);
  background: #fff;
}
.counter-card { text-align: center; }
.counter-card strong { display: block; font-size: 44px; color: var(--brand); }
.counter-card span { font-weight: 800; }
.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  align-items: center;
}
.client-grid img { max-height: 70px; object-fit: contain; margin: auto; opacity: .8; }
.testimonial-grid blockquote {
  background: var(--soft);
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  padding: 24px;
  height: 100%;
}
.testimonial-grid cite { font-weight: 800; color: var(--ink); }
.team-card img, .author-card img { width: 100%; border-radius: 8px; margin-bottom: 16px; }
.details-card dt { font-weight: 800; color: var(--brand-dark); }
.details-card dd { margin: 0 0 12px; }
.side-nav {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--soft);
}
.side-nav li + li { border-top: 1px solid var(--line); }
.side-nav a { display: block; padding: 10px 0; font-weight: 800; }
.download-list { display: grid; gap: 10px; }
.download-list a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  font-weight: 800;
}
.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.before-after span { display: block; font-weight: 800; margin-bottom: 8px; color: var(--brand-dark); }
.before-after img { border-radius: 8px; }
.static-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .06);
}
.static-form h3 { font-weight: 800; margin-bottom: 18px; }
.static-form input, .static-form textarea, .newsletter-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 15px;
  outline: 0;
}
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form button {
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  padding: 0 16px;
}
.narrow-content {
  max-width: 920px;
}
.sitemap-list {
  columns: 2;
}
.sitemap-list li {
  break-inside: avoid;
  margin-bottom: 10px;
}
.sitemap-list span {
  color: var(--muted);
  font-size: 13px;
}
.terms-table {
  width: 100%;
  border-collapse: collapse;
}
.terms-table td {
  padding: 12px 4px;
  border-bottom: 1px solid var(--line);
}
.terms-table tr:last-child td { border-bottom: 0; }

.site-footer {
  background: #071423;
  color: #dbe7f2;
  padding: 64px 0 24px;
}
.site-footer h3 { color: #fff; font-size: 18px; font-weight: 800; margin-bottom: 18px; }
.site-footer a { color: #dbe7f2; }
.site-footer a:hover { color: var(--brand); }
.site-footer li { margin-bottom: 8px; }
.footer-logo { width: 160px; background: #fff; border-radius: 8px; padding: 8px; margin-bottom: 18px; }
.footer-bottom {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #9cb3c9;
  font-size: 14px;
}

@media (max-width: 991px) {
  .nav-toggle { display: inline-flex; }
  .nav-menu {
    display: none;
    width: 100%;
    margin-top: 14px;
  }
  .nav-menu.open { display: block; }
  .navbar-nav { align-items: stretch !important; }
  .dropdown-menu {
    position: static;
    display: none;
    box-shadow: none;
    border: 0;
    padding-left: 16px;
  }
  .dropdown.open > .dropdown-menu { display: block; }
  .dropdown:hover > .dropdown-menu { display: none; }
  .dropdown.open:hover > .dropdown-menu { display: block; }
  .site-section { padding: 52px 0; }
  .home-intro { min-height: auto; }
  .before-after { grid-template-columns: 1fr; }
  .sitemap-list { columns: 1; }
  .pricing-shortcode-card { padding: 18px; }
  .pricing-shortcode-card h3 { font-size: 23px; }
  .wp-tabs-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .wp-tab-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .wp-tabs-static table {
    min-width: 560px;
  }
}