/* CSS Document */
/*

Theme Name: Child of Blue Haven Pools
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 4.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */
/* Custom styles */
body {
  font-size: 16px;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

h3 {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #2ab572;
  text-align: left;
}

h4 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  text-align: center;
  color: #f80000;
}

@media (max-width: 680px) {
  .center-logo-below-menu .logo, .logo {
    padding: 20px 0;
    width: 90%;
  }
}

.section-title {
  color: #2ab572;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .section-title {
    font-size: 14px !important;
  }
}

.call-to-action-section .section-title-wrapper .section-title {
  text-align: center !important;
}

.section-description {
  text-align: left;
  color: #f52424;
  font-size: 25px;
}

.price {
  font-size: 30px;
  color: #F80000;
  font-weight: bold;
}

.services-pics {
  position: relative;
}

.services-intro {
  padding: 10px;
  font-size: 24px;
  color: #ff0000;
}

.call-to-action-section .section-subtitle {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media (max-width: 680px) {
  .call-to-action-section .section-subtitle {
    font-size: 16px;
  }
}

.testimonial-container .testimonial-client-detail {
  margin-top: 15px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
  float: left;
  font-weight: 400;
  font-size: 36px;
  padding: 6px 0;
  color: #ffffff;
}

.breadcrumb-trail.breadcrumbs {
    background: #8c9599 none repeat scroll 0 0;
}

#bottom-footer {
  padding: 20px 0;
  background-color: #2ab572;
  color: #ffffff;
}

#bottom-footer a {
  color: #FFFFFF;
}

.header-top {
  padding: 1rem 0;
  background-color: #2ab572;
  a-color: #ffffff !important;
}

.header-top p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}

@media (max-width: 680px) {
  .header-top p {
    font-size: 16px;
  }
}

.header-top .contact-info li {
  font-size: 1.8rem;
}

.header-top .left-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.header-top .right-content {
  color: #ffffff;
  font-size: 18px;
}

.header-top .right-content a {
  color: #ffffff;
}

.call-outs {
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  font-size: 28px;
  font-weight: 700;
  color: #ff0000;
}

.call-outs:hover {
	background: #074271;
}

@media (max-width: 680px) {
  .call-outs {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header-top {
    display: block !important;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 0px;
}

img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.section-title::before {
  background: #ff0000;
  left: 0%;
  margin-left: 0;
  width: 500px;
}

@media (max-width: 768px) {
  .section-title::before {
    width: 250px;
  }
}

.section-title::after {
  background: #078fc7;
  margin-left: -120px;
}
/*# sourceMappingURL=style.css.map */

/* Image styling */
.zoom-out-hover {
        width: 100%; /* Adjust as needed */
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Zoom-out and opacity change on hover */
    .zoom-out-hover:hover {
        transform: scale(0.9); /* Zoom out */
        opacity: 0.7; /* Change opacity */
}

    /* Styling for the Read More link */
.read-more {
        color: #1d5a9c;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        z-index: 2;
        transition: color 0.3s ease;
    }

    /* Underline animation */
 .read-more::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: white;
        transition: width 0.3s ease;
        position: absolute;
        bottom: -4px;
        left: 0;
    }

.read-more:hover {
        color: #0a203d; /* Highlight color on hover */
    }

.read-more:hover::after {
        width: 100%;
}

.parallax {
        background-image: url('images/gate-motor-repair.jpg');
        min-height: 500px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
.welcome-text {
        font-size: 3em;
        font-weight: bold;
        color: white;
        position: relative;
        z-index: 2;
        text-align: center;
        margin-bottom: 20px;
    }

.app-btn {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 110px;
  z-index: 999;
  left: 25px;
}

.call-btn {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 60px;
  z-index: 999;
  left: 25px;
}
