body {
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Header */
header {
  padding: 5px 15px !important;
  background-color: white !important;
  border: 0 !important;
}

.navbar-brand img {
  height: 100px;
  width: auto;
}

.navbar-nav .nav-link {
  font-size: 28px;
  color: black;
  padding: 8px 12px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #dac520;
}

.navbar-nav .nav-link img {
  display: block;
}

/* Buttons */
.btn-red {
  color: white;
  background-color: #ec202d;
  border-color: #f04f59;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
}

.btn-red:hover {
  background-color: #c41a24;
  border-color: #ec202d;
  color: white;
}

.btn-light {
  background: white;
  color: #ec202d;
  border: none;
  padding: 10px 60px;
  font-weight: 700;
}

.btn-light:hover {
  background-color: black;
  color: white;
}

.btn-info {
  background-color: #1b4181;
  border-color: #2456ab;
  color: white;
  padding: 10px 60px;
}

.btn-info:hover {
  background-color: #2672bf;
  border-color: #3f8bd9;
  color: white;
}

/* Hero Section */
.hero-section {
  background-color: #1b4181;
  color: white;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.hero-section::before {
  content: "";
  background-color: #1b4181;
  background-image: url('/assets/images/clservices-home-banne2r.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-section > * {
  position: relative;
  z-index: 1;
}

.hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 2px 2px 2px #002c66;
  margin: 20px 0;
  line-height: 1.2;
}

.hero-text {
  padding: 20px 60px;
  color: #fafafa;
  font-size: 20px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* COVID Section */
.covid-section {
  padding: 40px 20px;
}

.covid-section h2 {
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 36px;
  font-weight: 700;
  color: #ec202d;
  text-transform: uppercase;
}

.covid-section p {
  max-width: 900px;
  margin: 0 auto 15px;
  line-height: 1.6;
  text-align: center;
}

/* Service Call Section */
.service-call-section {
  background-color: #ec202d;
  padding: 40px 20px;
}

.service-call-section h2 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

.service-call-section p {
  color: white;
  margin: 5px 0 0;
}

/* Why Choose Section */
.why-choose-section {
  padding: 40px 0;
}

.why-choose-section h2 {
  text-align: center;
  color: #1b4181;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  line-height: 1.4;
}

.why-choose-section p {
  padding: 0 20px;
  line-height: 1.6;
}

.feature-box {
  padding: 40px 20px;
}

.feature-box:nth-child(1) {
  background-color: #3a3c3c;
  color: white;
  border-bottom: 10px solid #2672bf;
}

.feature-box:nth-child(2) {
  background-color: #1b4181;
  color: white;
}

.feature-box:nth-child(3) {
  background-color: #3a3c3c;
  color: white;
  border-bottom: 10px solid #2672bf;
}

.feature-icon {
  font-size: 48px;
  color: white;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
  margin: 10px 0;
}

.feature-box p {
  color: white;
  padding: 0 10px;
}

/* Trane Section */
.trane-section {
  padding: 40px 0;
}

.trane-section .row {
  padding: 40px 0;
}

.trane-section img {
  margin: 0 auto;
}

.comfort-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8%;
  padding: 0 60px;
}

.comfort-text a {
  color: #1b4181;
  font-weight: 600;
}

/* Services Section */
.services-section {
  background-color: #1b4181;
  color: white;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.services-section h2 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1.4;
  position: relative;
}

.lead-paragraph {
  margin: 50px 20px 20px;
  line-height: 1.6;
  font-size: 1.1rem;
  position: relative;
}

.service-set {
  margin: 80px;
  position: relative;
}

.service-set img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.service-info {
  background-color: white;
  color: #262626;
  padding: 20px;
}

.service-info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1b4181;
  margin-top: 0;
  line-height: 1.4;
}

.service-info p {
  line-height: 1.6;
  margin: 0;
}

/* Contact CTA Section */
.contact-cta-section {
  padding: 80px 100px;
  text-align: center;
}

.contact-cta-section h2 {
  color: #1b4181;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 40px 20px;
  line-height: 1.4;
  margin-bottom: 0;
}

.contact-cta-section p {
  line-height: 1.6;
}

/* Emergency Section */
.emergency-section {
  background-color: #ec202d;
  color: white;
  padding: 40px 20px;
}

.emergency-section h2 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

.emergency-section p {
  margin: 5px 0 0;
  color: white;
}

/* Testimonials Section */
.testimonials-section {
  padding: 50px 20px 40px;
}

.testimonials-section h2 {
  color: #1b4181;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 20px;
  line-height: 1.4;
}

.testimonials-section blockquote {
  border-left: 4px solid #2672bf;
  padding-left: 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  margin: 20px 80px;
}

.testimonials-section blockquote footer {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #333;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #1b4181;
  border-radius: 50%;
  opacity: 1;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

/* Service Areas Section */
.service-areas-section {
  background-color: #ec202d;
  color: white;
  padding: 40px 0 60px;
}

.service-areas-section h2 {
  color: white;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px;
  line-height: 1.4;
}

.service-areas-section h3 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px;
  line-height: 1.4;
}

.county-list {
  list-style: none;
  padding: 0 0 20px 20px;
  margin: 0;
  color: white;
  font-size: 16px;
  line-height: 1.45;
}

.county-list a {
  color: white;
  text-decoration: underline;
}

.county-list a:hover {
  color: #ffd700;
}

.service-areas-section .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.service-areas-section .btn-outline-primary {
  color: white;
  border-color: white;
}

.service-areas-section .btn-outline-primary:hover {
  background-color: white;
  color: #ec202d;
}

.county-list li {
  padding: 5px 0;
}

/* Footer */
.site-footer {
  position: relative;
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #2672bf;
  background-blend-mode: multiply;
  border-style: none;
  border-width: 0;
}

.footer-wrap {
  position: relative;
}

.footer-wrap::before {
  content: "";
  background-color: #1b4181;
  background-image: url('/assets/images/hvac-duct-pipes.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px 20px;
}

.footer-content .row {
  width: 100%;
  max-width: 1140px;
}

.site-footer h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
  padding: 20px 20px 10px;
  line-height: 1.4;
}

.site-footer p {
  margin: 20px 20px 0;
  line-height: 1.6;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:focus,
.site-footer a:hover {
  color: white;
  text-decoration: none;
}

.social-icons {
  margin: 0 20px;
  display: flex;
  gap: 20px;
}

.social-icons a {
  font-size: 30px;
  line-height: 60px;
  color: white;
  transition: opacity 0.2s;
}

.social-icons a:hover {
  opacity: 0.7;
}

.contact-table {
  margin: 10px;
}

.contact-table td {
  padding: 10px;
  vertical-align: top;
}

.contact-table i {
  color: white;
  width: 20px;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 10px 20px;
}

.footer-links li {
  padding: 5px 0;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.page-footer {
  background-color: #011d42;
  color: white;
  padding: 25px 20px;
  text-align: center;
  font-size: 14px;
}

.page-footer p {
  margin: 0 0 10px;
}

.page-footer .small {
  font-size: 12px;
  margin: 0;
}

.page-footer a,
.page-footer a:visited,
.page-footer a:focus,
.page-footer a:hover {
  color: white;
  text-decoration: none;
}

.page-footer a:hover,
.page-footer a:focus {
  text-decoration: underline;
}

/* Contact Page */
.map-section {
  width: 100%;
}

.map-section iframe {
  display: block;
  border: 0;
}

.contact-section {
  padding: 40px 20px;
}

.contact-section h2 {
  text-align: center;
  color: #1b4181;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
  line-height: 1.4;
}

.contact-info p {
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 0 20px;
}

.contact-form .form-label {
  font-weight: 600;
  color: #333;
}

.contact-form .form-control {
  border-radius: 4px;
  padding: 10px 15px;
}

.contact-form .form-control:focus {
  border-color: #1b4181;
  box-shadow: 0 0 0 0.2rem rgba(27, 65, 129, 0.25);
}

.contact-form button[type="submit"] {
  background-color: #1b4181;
  border-color: #2456ab;
  color: white;
  font-weight: 700;
}

.contact-form button[type="submit"]:hover {
  background-color: #2672bf;
  border-color: #3f8bd9;
}

.field-group {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 28px;
  }

  .hero-text {
    padding: 10px 20px;
    font-size: 16px;
  }

  .service-call-section h2,
  .why-choose-section h2,
  .services-section h2,
  .contact-cta-section h2,
  .emergency-section h2,
  .service-areas-section h2,
  .contact-section h2 {
    font-size: 24px;
  }

  .feature-box {
    margin-bottom: 0;
  }

  .service-set {
    margin: 40px 20px;
  }

  .comfort-text {
    font-size: 24px;
    padding: 0 20px;
    margin-top: 20px;
  }

  .testimonials-section blockquote {
    padding-left: 20px;
    font-size: 16px;
    margin: 20px;
  }

  .contact-cta-section {
    padding: 40px 20px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
  }
}
