/*Global*/
.bv-inner-section {
  width: 100%;
  max-width: 100%;
}

.bv-inner-column {
  width: 100%;
  max-width: 100%;
}

.bv-h1 {
  font-family: "Alfa Slab One", Sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 70px;
}

.bv-h2 {
  font-family: "Alfa Slab One", Sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}

.bv-h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.card .bv-h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.bv-p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  margin-top: 10px;
}

.bv-button a {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 30px;
  background-color: var(--accent-dark) !important;
  color: var(--font-light) !important;
}


/*Home - Block Version :*/
/*Page Id : 16988*/
/*Hero Section*/
.page-id-16988 .bv-hero-section {
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
}

.page-id-16988 .bv-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffaf7;
  opacity: 0.8;
  z-index: 1;
}

.page-id-16988 .bv-hero-section .bv-inner-section {
  z-index: 2;
}

.page-id-16988 .bv-hero-section .bv-column {
  max-width: 1400px;
}

.page-id-16988 .bv-hero-section .bv-h1 {
  width: 75%;
}

.page-id-16988 .bv-hero-section .bv-p {
  font-size: 18px;
  width: 40%;
}


/*Quote Section*/
.page-id-16988 .bv-quote-section .bv-column {
  max-width: 100%;
  width: 67%;
}

.page-id-16988 .bv-quote-section .bv-p {
  font-size: 24px;
  font-weight: 500;
  color: var(--font-light) !important;
}


/*About Section*/
.page-id-16988 .bv-about-section {
  position: relative;
}

.page-id-16988 .bv-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffaf7;
  opacity: 0.8;
  z-index: 1;
}

.page-id-16988 .bv-about-section .bv-inner-section {
  z-index: 2;
}

.page-id-16988 .bv-about-section .bv-column {
  max-width: 1400px;
}

.page-id-16988 .bv-about-section .bv-left-column {
  max-width: 40%;
  display: flex;
  align-items: center;
}

.page-id-16988 .bv-about-section .bv-right-column {
  padding: 150px 20px 150px 150px;
  max-width: 60%;
}

.page-id-16988 .bv-about-section .bv-h3 {
  color: var(--accent-dark) !important;
}

.page-id-16988 .bv-about-section .bv-h2 {
  width: 75%;
  margin-top: 10px;
}

.page-id-16988 .bv-about-section .bv-p {
  width: 95%;
}

.page-id-16988 .bv-about-section .bv-left-column img {
  max-width: 120%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  border: 20px solid #ffffff;
  margin-left: 30px;
  z-index: 9;
  position: relative;
}


/*Our Process Section*/
.page-id-16988 .bv-approach-section .bv-inner-column {
  column-gap: 60px;
}

.page-id-16988 .bv-approach-section .bv-column {
  max-width: 1400px;
}

.page-id-16988 .bv-approach-section .bv-left-column {
  max-width: 45%;
}

.page-id-16988 .bv-approach-section .bv-right-column {
  max-width: 55%;
}

.page-id-16988 .bv-approach-section .bv-h2 {
  margin-top: 0px;
}

.page-id-16988 .bv-approach-section .bv-h2 {
  margin-top: 10px;
}

.page-id-16988 .bv-approach-section .bv-left-column .bv-h3 {
  color: var(--accent-dark) !important;
}

.page-id-16988 .bv-approach-section .bv-left-column img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
}

.page-id-16988 .bv-approach-section .card-con {
  margin-top: 0px;
}

.page-id-16988 .bv-approach-section .card {
  width: 95%;
  border-radius: 5px;
  padding: 30px;
  margin: 30px 0px !important;
}

.page-id-16988 .bv-approach-section .card .bv-h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.page-id-16988 .bv-approach-section .card1 {
  background-color: var(--primary-dark) !important;
  color: var(--font-light) !important;
}

.page-id-16988 .bv-approach-section .card2,
.page-id-16988 .bv-approach-section .card3 {
  background-color: var(--secondary-light-2) !important;
  color: var(--font-dark);
}


/*Why Choose Us*/
.page-id-16988 .bv-why-choose-us-section {
  background-color: #FFFAF7;
}

.page-id-16988 .bv-why-choose-us-section .bv-column {
  width: 1400px;
}

.page-id-16988 .bv-why-choose-us-section .bv-inner-column {
  column-gap: 50px;
}

.page-id-16988 .bv-why-choose-us-section .bv-left-column {
  max-width: 55%;
}

.page-id-16988 .bv-why-choose-us-section .bv-right-column {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.page-id-16988 .bv-why-choose-us-section .card-con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.page-id-16988 .bv-why-choose-us-section .card2 {
  margin-top: 30px;
  margin-bottom: -30px;
}

.page-id-16988 .bv-why-choose-us-section .card4 {
  margin-top: 30px;
  margin-bottom: -30px;
}

.page-id-16988 .bv-why-choose-us-section .bv-left-column .bv-h3 {
  margin-top: 15px;
}

/*.page-id-16988 .bv-why-choose-us-section .bv-left-column .bv-p {
  margin-top: 7px;
}*/

.page-id-16988 .bv-why-choose-us-section .card img {
  width: 65px;
}

.page-id-16988 .bv-why-choose-us-section .card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 30px 20px;
}

.page-id-16988 .bv-why-choose-us-section .bv-right-column .bv-h3 {
  color: var(--accent-dark) !important;
}

.page-id-16988 .bv-why-choose-us-section .bv-right-column .bv-h2 {
  margin-top: 10px;
}

/*.page-id-16988 .bv-why-choose-us-section .bv-right-column .bv-p{
  margin-top: 10px;
}*/


/*Mission & Vision*/
.page-id-16988 .bv-mission-vision-section {
  position: relative;
}

.page-id-16988 .bv-mission-vision-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0077BE;
  opacity: 0.7;
  z-index: 1;
}

.page-id-16988 .bv-mission-vision-section .bv-column {
  width: 1400px;
}

.page-id-16988 .bv-mission-vision-section .bv-inner-column {
  width: 80%;
  column-gap: 0;
  z-index: 2;
  position: relative;
}

.page-id-16988 .bv-mission-vision-section .bv-left-column {
  max-width: 100%;
  padding: 50px 30px;
  border-right: 1px solid #ffffff;
}

.page-id-16988 .bv-mission-vision-section .bv-right-column {
  max-width: 100%;
  padding: 50px 30px;
}

.page-id-16988 .bv-mission-vision-section .bv-h2 {
  color: var(--font-light) !important;
}

.page-id-16988 .bv-mission-vision-section .bv-p {
  color: var(--font-light) !important;
}

.page-id-16988 .bv-mission-vision-section .bv-left-column .bv-h2 {
  text-align: right;
}

.page-id-16988 .bv-mission-vision-section .bv-left-column .bv-p {
  text-align: right;
}


/*RAQ / CTA*/
.page-id-16988 .bv_raq-section .bv-column {
  width: 1400px;
}

.page-id-16988 .bv_raq-section .bv-left-column {
  max-width: 50%;
}

.page-id-16988 .bv_raq-section .bv-right-column {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-16988 .bv_raq-section #gform_wrapper_3 {
  background-color: #FFFFFF;
  display: flex;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 40px 0 30px 0;
  flex-direction: column;
  align-items: center;
  width: 90%;
}

.page-id-16988 .bv_raq-section .gform_heading {
  width: 80%;
}

.page-id-16988 .bv_raq-section .gform_title {
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.page-id-16988 .bv_raq-section #gform_3 {
  width: 80%;
}

.page-id-16988 .bv_raq-section .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.page-id-16988 .bv_raq-section .ginput_container input {
  padding: 15px !important;
  color: var(--e-global-color-text) !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  background-color: #fafafa !important;
  border: none !important;
}

.page-id-16988 .bv_raq-section .ginput_container select {
  padding: 15px 5px 15px 10px !important;
  color: var(--e-global-color-text) !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  background-color: #fafafa !important;
  border: none !important;
}


.page-id-16988 .bv_raq-section #gform_submit_button_3 {
  border: none;
  border-radius: 5px;
  color: var(--font-light);
  background-color: var(--accent-dark);
  width: 100%;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.page-id-16988 .bv_raq-section .bv-h2 {
  width: 80%;
}

.page-id-16988 .bv_raq-section .bv-h3 {
  color: var(--accent-dark);
}

.page-id-16988 .bv_raq-section .bv-cta-con {
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  margin: 20px 0 0 0;
  padding: 20px;
  background-color: #fafafa;
}


/*Map*/
.page-id-16988 .bv-map-section {
  padding-top: 100px;
  background-color: #80CBC4;
}

.page-id-16988 .bv-map-section .bv-inner-column:nth-child(1) {
  width: 1400px;
}

.page-id-16988 .bv-map-section .bv-right-column {
  margin-bottom: -130px;
  z-index: 2;
}

.page-id-16988 .bv-map-section .bv-paragraph-con {
  border-radius: 5px;
  padding: 50px;
  background-color: white;
}

.page-id-16988 .bv-map-section .bv-h2 {
  color: white;
  width: 85%;
}

.page-id-16988 .bv-map-section iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -20px !important;
}





/*About - Block Version*/
/*Page Id : 17156*/
/*Hero Section*/
.page-id-17156 .bv-hero-section {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
}

.page-id-17156 .bv-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffaf7;
  opacity: 0.8;
  z-index: 1;
}

.page-id-17156 .bv-hero-section .bv-inner-section {
  z-index: 2;
}

.page-id-17156 .bv-hero-section .bv-column {
  max-width: 1400px;
}

.page-id-17156 .row1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-id-17156 .bv-hero-section .bv-h1 {
  width: 75%;
  text-align: center;
}

.page-id-17156 .bv-hero-section .bv-p {
  font-size: 18px;
  width: 50%;
  text-align: center;
}


/*About Section*/
.page-id-17156 .bv-about-section .bv-column {
  width: 1400px;
}

.page-id-17156 .bv-about-section .bv-left-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  max-width: 55%;
}

.page-id-17156 .bv-about-section .bv-right-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 45%;
  padding-left: 30px;
}

.page-id-17156 .bv-about-section .bv-left-column .bv-img1 img {
  height: 450px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 100px;
}

.page-id-17156 .bv-about-section .bv-left-column .bv-img2 img {
  height: 450px;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 100px;
}


/*Mission Section*/
.page-id-17156 .bv-mission-section .bv-inner-column {
  column-gap: 0;
}

.page-id-17156 .bv-mission-section .bv-left-column {
  padding: 150px 80px;
  background-color: #80CBC4;
  max-width: 50%;
}

.page-id-17156 .bv-mission-section .bv-right-column {
  background-image: url('https://hvacpalmcoast.com/wp-content/uploads/2025/03/Home-Heating-Radiator-Check.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 50%;
}

.page-id-17156 .bv-mission-section .bv-h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.page-id-17156 .bv-mission-section .bv-p {
  color: #fff;
}


/*Vision Section*/
.page-id-17156 .bv-vision-section .bv-inner-column {
  column-gap: 0;
}

.page-id-17156 .bv-vision-section .bv-right-column {
  padding: 150px 80px;
  background-color: #0077BE;
  max-width: 50%;
}

.page-id-17156 .bv-vision-section .bv-left-column {
  background-image: url('https://hvacpalmcoast.com/wp-content/uploads/2025/03/AC-Compressor-Connection.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 50%;
}

.page-id-17156 .bv-vision-section .bv-h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.page-id-17156 .bv-vision-section .bv-p {
  color: #fff;
}


/*Why Choose Us*/
.page-id-17156 .bv-why-choose-us-section {
  background-color: #fff;
}

.page-id-17156 .bv-why-choose-us-section .bv-column {
  width: 1400px;
}

.page-id-17156 .bv-why-choose-us-section .bv-inner-column {
  row-gap: 50px;
  display: flex;
  flex-direction: column;
}

.page-id-17156 .bv-why-choose-us-section .bv-right-column {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.page-id-17156 .bv-why-choose-us-section .bv-left-column {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.page-id-17156 .bv-why-choose-us-section .card-con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 75%;
}

/*.page-id-17156 .bv-why-choose-us-section .card2 {
  margin-top: 30px;
  margin-bottom: -30px;
}

.page-id-17156 .bv-why-choose-us-section .card4 {
  margin-top: 30px;
  margin-bottom: -30px;
}*/

.page-id-17156 .bv-why-choose-us-section .bv-right-column .bv-h3 {
  margin-top: 15px;
}

.page-id-17156 .bv-why-choose-us-section .card img {
  width: 65px;
}

.page-id-17156 .bv-why-choose-us-section .card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 30px 20px;
}

.page-id-17156 .bv-why-choose-us-section .bv-left-column .bv-h3 {
  color: var(--accent-dark) !important;
}

.page-id-17156 .bv-why-choose-us-section .bv-left-column .bv-h2 {
  margin-top: 10px;
}

.page-id-17156 .bv-why-choose-us-section .bv-left-column .bv-p {
  width: 70%;
  align-self: center;
}


/*Core Values Section*/
.page-id-17156 .bv-core-values-section .bv-column {
  width: 1400px;
}

.page-id-17156 .bv-core-values-section .bv-inner-column {
  background-color: var(--primary-dark);
  padding-bottom: 20px;
  border-radius: 10px;
}


.page-id-17156 .bv-core-values-section .bv-col {
  padding: 30px;
  margin-top: -115px;
}

.page-id-17156 .bv-core-values-section .bv-bh {
  font-family: "Alfa Slab One", Sans-serif;
  font-size: 150px;
  font-weight: 400;
  color: var(--accent-dark);
}

.page-id-17156 .bv-core-values-section .bv-h2 {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--font-light);
  line-height: 30px;
  margin-top: -20px;
}

.page-id-17156 .bv-core-values-section .bv-p {
  color: var(--font-light);
}




/*Contact - Block Version :*/
/*Page Id : 17192 */
/*Hero Section*/
.page-id-17192 .bv-hero-section {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
}

.page-id-17192 .bv-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffaf7;
  opacity: 0.8;
  z-index: 1;
}

.page-id-17192 .bv-hero-section .bv-inner-section {
  z-index: 2;
}

.page-id-17192 .bv-hero-section .bv-column {
  max-width: 1400px;
}

.page-id-17192 .row1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-id-17192 .bv-hero-section .bv-h1 {
  width: 75%;
  text-align: center;
}

.page-id-17192 .bv-hero-section .bv-p {
  font-size: 18px;
  width: 50%;
  text-align: center;
}


/*Contact Form*/
.page-id-17192 .bv-contact-section .bv-column {
  width: 1400px;
}

.page-id-17192 .bv-contact-section .bv-row1 {
  text-align: center;
  margin-bottom: 50px;
}

.page-id-17192 .bv-contact-section .bv-h3 {
  color: var(--accent-dark);
}

.page-id-17192 .bv-contact-section .bv-h2 {
  width: 35%;
  margin-top: 10px;
}

.page-id-17192 .bv-contact-section .bv-form-con{
  max-width: 85%;
  padding: 30px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  column-gap: 50px;
}

.page-id-17192 .bv-contact-section .bv-col2{
  display: flex;
  justify-content: flex-end;
}

.page-id-17192 .bv-contact-section .bv-col2 img{
  border-radius: 5px;
  height: 100%;
    object-fit: cover;
}

.page-id-17192 .bv-contact-section .gform_heading {
  width: 100%;
}

.page-id-17192 .bv-contact-section .gform_title {
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.page-id-17192 .bv_raq-section #gform_1 {
  width: 90%;
}

.page-id-17192 .bv-contact-section .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.page-id-17192 .bv-contact-section .ginput_container input {
  padding: 15px !important;
  color: var(--e-global-color-text) !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  background-color: #fafafa !important;
  border: none !important;
}

.page-id-17192 .bv-contact-section .ginput_container textarea {
  padding: 15px 5px 15px 10px !important;
  color: var(--e-global-color-text) !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  background-color: #fafafa !important;
  border: none !important;
}


.page-id-17192 .bv-contact-section #gform_submit_button_1 {
  border: none;
  border-radius: 5px;
  color: var(--font-light);
  background-color: var(--accent-dark);
  width: 100%;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}


/*Map*/
.page-id-17192 .bv-map-section iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -20px !important;
}