.secondary-page {
  padding-top: 0;
  margin-top: 0;
}

/* Hide orange border on nav for secondary pages */
.desktop-nav-bottom {
  border-bottom: none !important;
}

.secondary-page-banner {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  margin-top: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary-page-banner h1 {
  color: white;
  font-size: 28px;
  text-align: center;
}
.lower-h1 {
  font-size: 24px;
  border-bottom: 4px solid red;
}

.secondary-page-body {
  background-color: #f5f5f5;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 799px) {
  .content-section {
    gap: 10px;
    margin-bottom: 15px;
  }
  .content-text p {
    margin-bottom: 15px;
  }
}

.content-text {
  flex: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.content-image {
  flex: 1;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}

.content-image img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}

.section-heading {
  font-size: 28px;
  font-weight: 700;
  color: black;
  margin: 0 0 20px 0;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.2;
}

.content-text p {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.section-separator {
  width: 100%;
  max-width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  margin: 25px 0;
  box-sizing: border-box;
  border: none;
}

.secondary-page-info-body {
  margin: 10px 0px 25px 0px;
}
.secondary-page-info-body {
  font-size: 20px;
}

.secondary-page-info-body iframe {
    width: 100%;
    height: 325px;
    margin: 0px auto 25px auto;
}


.secondary-page-info-header h3 {
  font-size: 24px;
  text-align: left;
}
.secondary-page-info-list {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0;
}
.secondary-page-info-list li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}
.secondary-page-info-list i {
  color: #ff6600;
  margin-top: 4px;
  flex-shrink: 0;
}



.secondary-pg-call-btn {
  background: #FF6600;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.secondary-pg-call-btn p {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.secondary-pg-call-btn .call-link {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.secondary-pg-call-btn .call-link:hover {
  opacity: 0.8;
}
.secondary-pg-call-btn .phone-icon {
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  transition: opacity 0.3s ease;
}
.secondary-pg-call-btn .phone-icon:hover {
  opacity: 0.8;
}
.secondary-pg-call-btn .phone-icon i {
  color: white;
  font-size: 14px;
}
.secondary-pg-call-btn > a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}


@media screen and (min-width: 800px) {
  .secondary-page-banner {
    margin-top: 0;
    padding: 200px 0;
    background-position: center;
    min-height: 300px;
  }
  .secondary-page-banner h1 {
    font-size: 40px;
  }
  .secondary-page-body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 3%;
    text-align: left;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .f5-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 35px;
  }
  .content-section.reversed {
    flex-direction: row-reverse;
  }
  .content-text {
    flex: 1;
    margin-top: 0;
    padding-top: 0;
  }
  .content-image {
    flex: 1;
    text-align: right;
    margin: 0;
    padding: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 12px;
    height: 400px;
    max-height: 400px;
    width: 500px;
    max-width: 500px;
  }
  .content-section.reversed .content-image {
    justify-content: flex-start;
  }
  .content-image img {
    width: 500px;
    max-width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    display: block;
  }
  .section-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .content-text p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .secondary-page-info-list {
    font-size: 18px;
  }
  .secondary-page-info-list li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
  }
  .section-separator {
    margin: 35px 0;
  }
  .secondary-page-info-body {
    width: 50%;
    margin: 25px auto;
  }
  .secondary-page-info-body p {
    font-size: 24px;
  }
  .secondary-page-info-body ul li {
    font-size: 24px;
  }
  .secondary-page-info-header h3 {
    text-align: center;
    font-size: 40px;
  }
}

