/* Base Styling */
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #fdfdfd;
  color: #222;
}

a {
  text-decoration: none;
  color: #e67300;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* Top Bar */
.top-bar {
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar .fa {
  margin-right: 6px;
}

.social-links a {
  color: #fff;
  margin-left: 10px;
}

/* Header */
.main-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo {
  font-weight: bold;
  font-size: 1.5rem;
  color: #222;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.nav-list li a {
  color: #222;
  font-weight: 600;
}

.nav-list li a.active {
  color: #e67300;
}

/* Hero */
.hero {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f5f5f5;
}

.hero h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero .tagline {
  font-weight: 600;
  margin-top: 1rem;
}

/* Features & Services */
.features,
.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding: 3rem 0;
}

.feature,
.service-block {
  flex: 1 1 30%;
  text-align: center;
}

.feature i,
.service-block i {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #e67300;
}

/* Section Backgrounds */
.section-dark {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 3rem 2rem;
}

.section-dark h2 {
  margin-top: 0;
}

.services-summary {
  padding: 3rem 2rem;
  background-color: #f9f9f9;
  text-align: center;
}

/* CTAs */
.cta-orange {
  background-color: #f4a000;
  color: #fff;
  padding: 2rem;
}

.cta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cta-bar h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  flex: 1 1 70%;
}

.btn-dark {
  background-color: #111;
  color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-dark .close-icon {
  font-size: 1rem;
  font-weight: 700;
}



.btn-primary,
.btn-secondary {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border: none;
  font-weight: bold;
  border-radius: 4px;
}

.btn-primary {
  background-color: #fff;
  color: #e67300;
}

.btn-secondary {
  background-color: #000;
  color: #fff;
}

/* Experience Section */
.experience-section {
  background-image: url('/images/lighthouse.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.experience-banner {
  background-image: url("/images/lighthouse.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: right;
  padding: 6rem 2rem;
  position: relative;
}

.experience-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
}

.highlight {
  background-color: #f4a000;
  color: #fff;
  padding: 0 0.25rem;
}


.experience-content {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 2rem;
  max-width: 700px;
}

/* Video */
.video-section {
  background-color: #f0f0f0;
  text-align: center;
  padding: 3rem 2rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 1rem;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CTA Banner */
.cta-banner {
  background-image: url('/images/email-burst.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 3rem 2rem;
}

/* Footer */
.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .header-flex,
  .top-bar-content {
    flex-direction: column;
    text-align: center;
  }

  .features,
  .services-list {
    flex-direction: column;
    align-items: center;
  }

  .feature,
  .service-block {
    flex: 1 1 100%;
  }

  .experience-content {
    width: 100%;
    padding: 1.5rem;
  }
}

.three-column-block {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.three-column-block .column {
  flex: 1 1 30%;
  text-align: center;
}

.three-column-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.call-banner {
  background-image: url("/images/hand_email.jpg");
  background-size: cover;
  background-position: center left;
  color: #fff;
  padding: 6rem 2rem;
  position: relative;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.call-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* darkens the image slightly for contrast */
  z-index: 1;
}

.call-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto 0 2rem;
  text-align: left;
}

.call-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.call-content .lead {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.call-content .phone {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.call-content .subtext {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.9;
}

.features {
  background-color: #f6a31e; /* or whatever matches your brand */
  color: #fff;
  padding: 2.5rem 1.5rem; /* reduced vertical padding */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.feature-box {
  flex: 1 1 250px;
  margin: 1rem 2rem;
  max-width: 300px;
}

.feature-box i {
  font-size: 3rem;
  color: #ffffff; /* high-contrast icon color */
  margin-bottom: 1rem;
}

.icon-bordered {
  border: 2px solid white;
  border-radius: 50%; /* circle if the image is square */
  padding: 10px;
  display: inline-block;
}

