.elementor-5811 .elementor-element.elementor-element-1475b12 .elementor-button{fill:#FFFFFF;color:#FFFFFF;background-color:#000000;}.elementor-5811 .elementor-element.elementor-element-447157bd .elementor-button{fill:#FFFFFF;color:#FFFFFF;background-color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-06aec15 */.aboat-article {
  font-family: inherit;
  color: #122033;
  background: #ffffff;
  line-height: 1.7;
}

.aboat-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.aboat-hero {
  padding: 90px 0 70px;
  background: linear-gradient(135deg, #061826 0%, #10344d 55%, #d7ecf8 100%);
  color: #ffffff;
  border-radius: 0 0 34px 34px;
}

.aboat-eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #d9b56d;
}

.aboat-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
}

.aboat-intro {
  max-width: 850px;
  margin: 0 0 32px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.aboat-section {
  padding: 60px 0;
}

.aboat-section h2 {
  margin: 46px 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  color: #092033;
}

.aboat-section h3 {
  margin: 28px 0 12px;
  font-size: 23px;
  line-height: 1.3;
  color: #123a56;
}

.aboat-section p {
  margin: 0 0 18px;
  font-size: 18px;
}

.aboat-section ul {
  margin: 18px 0 28px;
  padding-left: 22px;
}

.aboat-section li {
  margin-bottom: 10px;
  font-size: 18px;
}

.aboat-btn {
  display: inline-block;
  padding: 15px 28px;
  background: #d9b56d;
  color: #061826;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.aboat-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #061826;
}

.aboat-btn-light {
  background: #ffffff;
  color: #061826;
}

.aboat-image {
  margin: 0 0 42px;
}

.aboat-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(6, 24, 38, 0.18);
}

.aboat-image figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #627386;
  text-align: center;
}

.aboat-highlight {
  margin: 34px 0;
  padding: 28px;
  background: #f4f8fb;
  border-left: 5px solid #d9b56d;
  border-radius: 18px;
}

.aboat-highlight p {
  margin: 0;
}

.aboat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 32px 0 42px;
}

.aboat-card {
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(6, 24, 38, 0.08);
}

.aboat-card h3 {
  margin-top: 0;
  color: #092033;
}

.aboat-card p {
  margin-bottom: 0;
}

.aboat-cta {
  margin: 52px 0;
  padding: 44px;
  background: #092033;
  color: #ffffff;
  border-radius: 30px;
}

.aboat-cta h2 {
  margin-top: 0;
  color: #ffffff;
}

.aboat-cta p {
  color: rgba(255, 255, 255, 0.9);
}

.aboat-faq {
  margin-top: 24px;
  padding: 28px;
  background: #f7fafc;
  border-radius: 24px;
}

.aboat-faq h3 {
  margin-top: 26px;
}

.aboat-faq h3:first-child {
  margin-top: 0;
}

@media (max-width: 900px) {
  .aboat-grid {
    grid-template-columns: 1fr;
  }

  .aboat-hero {
    padding: 70px 0 54px;
  }

  .aboat-intro {
    font-size: 18px;
  }

  .aboat-cta {
    padding: 32px 24px;
  }
}

@media (max-width: 600px) {
  .aboat-container {
    padding: 0 18px;
  }

  .aboat-hero h1 {
    font-size: 34px;
  }

  .aboat-section h2 {
    font-size: 28px;
  }

  .aboat-section p,
  .aboat-section li {
    font-size: 16px;
  }
}/* End custom CSS */