/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
body {
  color: #0c0c0c !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
}


body, p{
  font-size: 17px;
} 

h1 {
  font-weight: bold;
}


.entry-title.main_title {
  color: #0c0c0c;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #1239ac !important;
text-shadow: -2px 1px #fff;
}

blockquote {
  border: 0;
  padding-left: 0;
}

.wpcr3_item_name a {
  color: #ffc925!important;
  text-decoration: underline;
}

.button {
    background-color: #ffc925;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-shadow: none;
    color: #0c0c0c;
    padding: 15px 20px;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    width: fit-content;
    text-align: center;
}
.button:hover {
  background-color:#ffc925;
  border:2px solid #ffc925;
  color:#fff;
}

#location strong {
    color: #1239ac;
}

#servcss {
  list-style-type: none;
  padding: 0;
}

#servcss li {
  font-weight: bold;
    margin-bottom: 0.3em;
  position:relative;
}
.home #servcss {display: grid;grid-template-columns: repeat(2, 1fr);list-style-type: none;padding: 0;margin: 0;column-gap: 20px;row-gap: 10px;justify-items: center;}



.home #servcss li {
    position: relative;
    font-weight: bold;
    padding: 0px 10px;
    display: inline-block;
    color: #0c0c0c;
    text-align: center;
}
.home #servcss li:before {
    position: relative;
    padding-right: 10px;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    color: #ffc925;
}
/* Social Icons */
#social-icons {
  text-align: left;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
  background-color:#fff;
box-shadow: 0 0px 0 rgba(0,0,0,.1);
}
header > .et_menu_container {
    max-width: 100% !important;
	padding-right: 0px !important;
    padding-left: 0px !important;
}
#main-header,
#main-header.et-fixed-header {
  filter:drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)) !important;
}

#main-header .fa {
    position: relative;
    top: 0px;
    left: -2px;
    color: #0c0c0c;
    padding: 10px;
    font-size: 20px;
    transition: 0.3s;
    margin-right: 0px;
}
/* Logo */

.text-logo {
  position: relative;
  display:flex;
  color: #545558;
  font-family: 'Exo 2', sans-serif;
  font-size: 26px !important;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  transition: 0.3s;
  align-items: center;
  text-align: left;
  justify-content: center;
}

.text-logo img{
	max-height:60px;
}
/* Navigation */
#et-top-navigation {
    background-color: #fff;
}

#et-top-navigation .clearfix:after{
	display:none;
}

#top-menu li {
    padding-right: 0px;
    /* margin-right: -8px; */
    float: left;
}

#top-menu>li:last-child{background: #ffc925;}
#top-menu li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    padding: 10px 15px 10px!important;
    transition: 0.4s ease-in-out;
    color: #0c0c0c;
}
#top-menu li a:hover {
  color: #7c7d84 !important;
  opacity: 1!important;
}
.et-fixed-header #top-menu li a:hover {
 color: #1239AC!important;  
}
#top-menu li.current-menu-ancestor>a, .home #top-menu li.current-menu-item>a, .home #top-menu li.current_page_item>a {
 color: #0c0c0c!important;
}



/* mobile */
.mobile_menu_bar::before, .select_page {
  color: #0c0c0c!important;
}

#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {
  background-color: #FFFFFF!important;
}

.et_mobile_menu {
  padding: 2% 5%;
}

#mobile_menu {
  background-color: #ffc924 !important;
  text-align: center;
}

.et_mobile_menu li a {
  color: #fff;
}

.et_monarch .et_social_mobile {
    width: 100%!important;
}

/* Scroll Down Button */
.scroll-down-btn {
  z-index: 99999;
  position: absolute;
  bottom: 35px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  padding: 10px;
  border-radius: 40px;
  background-color: #ffc925;
}

.scroll-down-btn:hover {
  opacity: 0.8;
}

/* -----------------------------------------------------------------------
 * Banner Style
 * ----------------------------------------------------------------------- */

.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  
}

/* Columns on Desktop */
.left-column, .image-column {
  flex: 1;
  z-index: 1;
  height: 500px;
  display: flex;
  align-items: center;
}
.left-column img{
	max-height: 400px;
	width:auto;
	opacity: 0.3;
	margin-left: -40px;
}

@media screen and (max-width:980px){
	.left-column img{
	max-height: 400px;
	width:auto;
	opacity: 1;
	margin-left: 0;
	position: absolute;
}
	.header-title{
		text-align:center;
	}
}

/* Image styles */
.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Styles */
@media (max-width: 980px) {
  .hero-section {
    flex-direction: column;
    position: relative;
    height: 500px;
  }

  .image-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5; /* Optional overlay effect */
  }

  .image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-column {
    z-index: 1;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.8); /* Optional for readability */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.text-column{
	padding:0 30px;
}

.text-column p{
	padding:10px 0 !important;
}

.header-title .highlight {
    color: #ffc925; 
}
.header-title h1{
	font-size:60px;
	font-weight:bold;
	line-height: 0.9em;
	font-family: 'Exo 2', sans-serif;
}
.header-button{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-content:center;
	align-items: center;
}
/* -----------------------------------------------------------------------
 * Badges
 * ----------------------------------------------------------------------- */



.badges-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 4rem 2rem; */
}

.badges-container > * {
  flex: 1 1 220px;
  max-width: calc(25% - 1.125rem); /* for 4 columns with gap */
}

.badge-holder {
  background: #fff;
  max-height: 180px;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.badge-content {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0c0c0c;
  margin: 0;
}

.badge-title span {
  font-size: 0.95rem;
  color: #4c4d50;
  margin: 0.25rem 0 0 0;
  display: block;
}

/* Icon Layout */
.icon-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.icon-triangle {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.triangle-bg {
  width: 100%;
  height: 100%;
  margin-right: auto;
}

.icon-svg {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 16px;
  margin-right: auto;
}

/* Dashes */
.dash {
  color: #7b7d83;
  font-size: 1.5rem;
  display: inline-block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.dash.left { transform: translateX(12px); }
.dash.right { transform: translateX(-12px); }

/* Brackets */
.bracket {
  color: #7b7d83;
  font-size: 1.5rem;
  display: inline-block;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  position: relative;
}

.bracket.left { transform: translateX(-150%); }
.bracket.right { transform: translateX(150%); }

/* Hover Animations */
.badge-holder:hover .dash.left { transform: translateX(-120px); }
.badge-holder:hover .dash.right { transform: translateX(120px); }

.badge-holder:hover .bracket.left {
  transform: translateX(0);
  opacity: 1;
}
.badge-holder:hover .bracket.right {
  transform: translateX(0);
  opacity: 1;
}

/* Responsive Flex */
@media (max-width: 980px) {
  .badges-container > * {
    width: 50%; /* for 2 columns */
    max-width: 220px;
  }
}

@media (max-width: 600px) {
  .badges-container > * {
    max-width: 100%; /* 1 column */
  }
}


/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
  position: relative;
  color: #0c0c0c!important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee; 
}

.widgettitle:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #ffc925; 
}

#sidebar {
  color: #0c0c0c;
}

#sidebar .textwidget br:nth-child(4), #sidebar .textwidget br:nth-child(5) {
  display: none;
}

#sidebar #servcss li {
  position: relative;
/*   padding-left: 25px; */
  transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
  position: absolute;
  content: '\f00c';
  top: 0;
  left: 0;
  color: #ffa700;
  font-family: 'FontAwesome';
} */

#servcss svg {
  display: none;
}


/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */

.learn-more {
	margin-top:30px;
}
.learn-more a {
  background-color: #ffc925;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease-out;
	font-family: 'Roboto', sans-serif;
	border-radius:10em;
}

.learn-more a:hover {
  background-color:#1239ac;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
  font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"],
.wpcr3_respond_2 textarea {
    min-width: 100%;
}
.wpcr3_table_2 td {
    text-align: left !important;
}
.wpcr3_review_form_rating_field label {
    margin: 6px 0 !important;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@media (max-width: 980px) {
.wpcr3_respond_3,
.wpcr3_aggregateRating,
.wpcr3_table_2 td {
    text-align: center !important;
}
.wpcr3_div_2 {
    width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
    margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
    display: block;
  padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
    margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
    width: 85px !important;
}
.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    width: 100% !important;
    min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
}
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.free-estimate-heading {
    position: relative;
    color: #0c0c0c!important;
    font-family: 'Exo 2';
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

textarea {
  resize: none;
}

#contactForm input[type=text],
#contactForm input[type=password],
#contactForm input[type=tel],
#contactForm input[type=email],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {border: 0px solid #ffc925;background: #00000017;color: #fff!important;padding: 10px 10px;font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 600;line-height: 1.42857143;margin: 10px 0px!important;border-radius: 0;transition: 0.3s linear;width: 100% !important;}
body:not(.home) #contactForm input[type=text],
body:not(.home) #contactForm input[type=password],
body:not(.home) #contactForm input[type=tel],
body:not(.home) #contactForm input[type=email],
body:not(.home) #contactForm input.text,
body:not(.home) #contactForm input.title,
body:not(.home) #contactForm textarea,
body:not(.home) #contactForm select {border-radius: 0;border: 2px solid #ffc924 !important;background: #fff;color: #0c0c0c!important;padding: 10px 10px;font-size: 14px;font-weight: 600;line-height: 1.42857143;border-radius: 0px !important;border-radius:15px;transition: 0.3s linear;width: 100% !important;}
#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
 color: #fff!important;
}
body:not(.home) #contactForm input[type=text]::placeholder,
body:not(.home) #contactForm input[type=password]::placeholder,
body:not(.home) #contactForm input[type=tel]::placeholder,
body:not(.home) #contactForm input[type=email]::placeholder,
body:not(.home) #contactForm input.text::placeholder,
body:not(.home) #contactForm input.title::placeholder,
body:not(.home) #contactForm textarea::placeholder,
body:not(.home) #contactForm select {
 color: #0c0c0c!important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
  opacity: 1;
}

#contactForm div:nth-child(5) img {
  float: left; margin-top: 5px;
}

#contactForm div:nth-child(5) input {
  float: right;
  width: 50% !important;
  height: 50px;
  margin: 0 !important;
} 

#submitter {
  font-size: 16px;
  padding: 20px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600 !important;
  color: #fff;
  cursor: pointer;
  height: auto !important;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -o-border-radius:10em;
  background-color: #0c0c0c;
  border-radius: 0;
  margin-top: 20px!important;
  overflow: hidden;
  transition: 0.3s;
  width: 100% !important;
  border: none;
}

#submitter:hover {
  background-color: #626262;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
  background-color: #f7bd0a;
  padding-top: 30px;
}
#footer-widgets .footer-widget li a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;    
    padding: 3% 0 0;
}

#main-footer .footer-widget {
  color: #000000 !important;
  font-family: 'Roboto', sans-serif;
}
#main-footer .footer-widget li {
    list-style: none;
    padding-left: 0px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 30px;
}

.footer-widget li:before {
    display: none;
}
#main-footer .footer-widget strong {
  color: #000000 !important;
}

#main-footer .footer-widget .et_pb_widget { 
  float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
  position: relative;
  color: #0c0c0c!important;
  font-family: 'Exo 2';
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 17px;
}

#main-footer h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #0c0c0c;
  border-radius:10em;
}

#main-footer .social-icon-nap-font i{
	color:#fff !important;
}

#main-footer .social-icon-nap-font{box-shadow: 0 1px 5px rgb(0 0 0 / 44%);}
.openinghours{
	max-width:450px;
	width:100%;
	margin:auto;
}
.hours th,
.openinghours td {
  text-align: left !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  /* font-weight: 400!important; */
  text-shadow: none !important;
}

.openinghours td, .hours th {
  color: #000000!important;
}

.openinghours tr td:last-child {
  text-align: right!important;
}

#current-day {
    background-color: #0c0c0c;
}

#current-day td {
  color: #ffc925!important;
  font-weight: 600!important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}

#footer-bottom {
  background-color: #0c0c0c!important;
  color: white;
  padding: 0px !important;
}

#footer-bottom .container {
  border-top: 0;
  padding: 25px 0;
}


/* -----------------------------------------------------------------------
 * Helper Style
 * ----------------------------------------------------------------------- */
.pull-right { float: right!important; }
.pull-left { float: left!important; }

/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) { 
#location h3 {
    text-align: center;
}

.home ul#servcss {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
}
  .et_header_style_centered #main-header {
    padding: 0px 0 0;
   
  }
  
  .text-logo {
    width:unset;
    text-align: center;
    flex-direction: column-reverse;
  }
.text-logo img{
	position: absolute;
	z-index: -1;
	max-height: 100px;
	opacity: 0.3;
}

  .logo_container {
    position: static;
    text-align: center;
  }

  /*.text-logo {
    margin-bottom: 15px;
  }*/

  #mobile_menu {
    top: 33px;
    border-top: 0;
  }


  .home-testimonial .wpcr3_item_name a, .home-testimonial .heading, .home-testimonial .et_pb_text {
    text-align: center;
  }
  
}

@media (max-width: 650px) { 
  .et_monarch .et_social_mobile {
      width: 50% !important;
  }
}

@media (max-width: 600px) { 

  .et_pb_slide_description{
  width: 100% !important;
padding-right: 0px !important;
}
  
}


@media (max-width: 500px) { 
  #contactForm div:nth-child(5) img {
    float: none;
    display: block;
    margin: 0 auto 10px;
    width:50%;
  }

  .text-logo{
    font-size: 24px;
  }
  
  #contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 425px) {
  .et_pb_slide_description {
    width: 300px;
    padding: 60px 10px 100px 0;

  } 

  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 48px!important;
    line-height: normal;
  }
}


@media screen and (max-width: 375px) {
  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 38px!important;
  }
}
.et-fixed-header #top-menu li a {
    font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
    font-size: 17px !important;
}
.wpcr3_content p {
    font-size: 18px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width:600px) {
.et_pb_slide_description{
  width: 100% !important;
}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
    top: unset !important;
    right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {

span.logo_helper {
    display: none;
}
a.text-logo {
  line-height: 1em;
  vertical-align: middle;
}
}
/***** MORE *****/
@media (max-width: 980px) {
  .et_pb_text,
  .et_pb_widget,
  .module-titles {
    text-align: center;
  }
  .contact-info.pull-right * {
    padding: 0 !important;
}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
  #main-footer h4 {
    text-align: center;
}
  .widgettitle:before,
  #main-footer h4:before {
    width: 100%;
}
  body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
  .et_pb_widget {
    text-align: center;
}
  footer .et_pb_widget {
    float: none;
  }
}
  #main-footer .container {
    width: 93%;
}
.payments strong, .payments br {
    display: none;
}


/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: 100%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
  right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 1px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width:95%;
	padding-right:0px;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
.image-logo .logo_container a {
  display: block;
}

@media (min-width: 981px) {
  .image-logo #main-header .logo_container {
    position: static;
    width: auto;
    float: left;
    height: auto !important;
	padding:20px 0 !important;
  }
}

.et_header_style_centered #logo {
  position: static;
  max-height:120px !important;
}

@media ( min-width: 981px ) {

  .image-logo #top-menu > li > a {
    transition: all .3s !important;
  }
}

@media ( max-width: 980px ) {
	
  .image-logo .logo_container {
    width: fit-content;
      margin: 0 auto;
	  padding: 0px 0 20px!important;
    height: 100% !important;
  }
  .image-logo .logo_container,
  .image-logo #logo {
      max-height: 120px !important;
    max-width: 100%;
}
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
  .et_pb_widget li {
    list-style: disc inside;
  }
}
@media (max-width: 980px) {
  .et_pb_column .et_pb_widget:nth-child(n) {
      width: 100% !important;
      max-width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
  }
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
    margin: 0;
}

@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}


@media (max-width: 767px) {
.hours, .openinghours {
    width: 100%;
    text-align: center;
}
}



#mobile_menu li a {text-transform: capitalize !important;color: #0c0c0c;}

@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
.openinghours {
margin: none;
}
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}
.bottom-header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #ffc925;
    padding-left: 20px;
}

.top-header-left{
	display:flex;
}
.box-h-all {
	display:flex;
    align-items:center;
}
.address {
	margin:0 15px;
}
.info {
	text-align: left;
}
.info p {
    font-weight: bold;
    padding-bottom: 5px !important;
	
}
.info a, .info span {
	font-weight: 600;
	color: #0c0c0c !important;
	font-size:14px;
	text-transform: uppercase;
}
.top-header-right{
	margin-right:20px;
}

.top-header-right #social-icons > span > a.social-icon-nap-font{
	filter: none;
	box-shadow: none;
	margin: 0;
}
.instagram:hover, .ssi-instagram:hover{
	background:none;
}

.logo_container {
  display: table;
  padding:20px 0 !important;
  height:auto !important;
  width:100%;
}
	
/*nap */
.pin {
	width: 130px;
	height: 200px;
	background:url('/wp-content/uploads/2025/05/pin-icon.webp');
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -68px;
}

.lightning {
  color: #ffc925;
  font-family: 'FontAwesome';
  font-size: 60px;
  margin-top: 55px;
}

.lightning i{
	margin-left: -7px;
}

.background-wrapper{
	display: flex;
    justify-content: center;
}
.perspective-bg {
  transform: perspective(1000px) rotateX(30deg) scaleY(0.8);
  transform-origin: top;
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.nap-container{
	display: flex;
	padding-top: 33%;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}


.nap-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 20px 40px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}
.nap-box-icon {/* box-shadow: 0px 0px 12px #00000042; */background: #fff;width: 150px;height: 150px;display: flex;justify-content: center;align-items: center;}
.nap-box-icon .fa {margin-bottom: 0px;padding: 10px;line-height: 48px;font-size: 55px;color: #0c0c0c;}

.nap-box-title {
    margin:10px 0;
}
.nap-box-title h3 {
    color: #0c0c0c;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    font-size: 25px;
    padding-bottom: 0px;
    font-family: 'Exo 2';
}


.col-nap:hover .star-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.star-icon {
    opacity: 0.5;
    position: absolute;
    bottom: 5px;
    right: -5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.star-icon img {
	width:50%;
}
.row-flex {
	display:flex;
    align-items:center;
}

.small-title {font-size: 20px;color: #f7bd0c;font-weight: bold;font-family: 'Roboto', sans-serif;line-height: normal;/* margin-left: 15px; */margin-bottom: 20px;}
.small-title:before {
    content: '\f0e7';
    /* position: absolute; */
    /* top: 10px; */
    left: 0px;
    height: 5px;
    width: 30px;
    color: #f7bd0c;
    border-radius:15px;
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.small-title-center {
	font-size: 20px;
	color: #f7bd0c;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}

.small-title-center:before {
    content: '\f0e7';
    position: absolute;
    /* top: 10px; */
    margin-left: -24px;
    height: 5px;
    width: 30px;
    color: #f7bd0c;
    border-radius:15px;
    font-family: 'FontAwesome';
}
h1.entry-title {
    font-family: 'Roboto', sans-serif;
}
.home h2.entry-title {
 	 font-family: 'Exo 2', sans-serif;
 	 font-size: 40px !important;
 	 line-height: normal;
 	 font-weight: bold !important;
 	 text-align: left;
 	 color: #0c0c0c;
 	 padding-bottom: 0px;
}

.home h2.entry-title span{
 	 font-family: 'Roboto', sans-serif;
 	 font-size: 40px !important;
 	 line-height: normal;
 	 font-weight: bold !important;
 	 text-align: left;
 	 color: #f7bd0c;
 	 padding-bottom: 0px;
}

.image-1{
	border-top:solid 8px #ffc925;
}
.image-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-top: 20px;
}

.image-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   /* Change color & opacity here */
  pointer-events: none; /* Allows clicks to pass through the overlay */
}

.image-1 img{object-fit:cover;width:100%;height:100%;}
/* SERVICES SECTION STYLE */
 .title-service{
	 font-size: 30px;
	 font-family: 'Exo 2';
	 font-weight: bold;
	 color: #0c0c0c;
	}
.srvBlockTitle {
     text-align: center;
}
 .srvBlockTitle H2 {
     padding-bottom: 0;
}
 .srvElement {
     max-width: 500px;
     margin: 0 auto;
     margin-top: 50px;
     /* border: 1px solid #119822;
     */
     position: relative;
     box-shadow: 0px 0px 9px #00000026;
}

 .srvElementHeader h2 {
     text-align: center;
     color: #0c0c0c;
     font-weight: bold;
     /* font-size: 22px; */
     margin-bottom:10px;
     font-family: 'Exo 2',sans-serif;
}




 .srvElementImg {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 20px;

}
 .srvElementImg img {
     width: 100%;
     max-height: 280px;
     object-fit: cover;
     object-position: center;
 
}
 .srvElementBody {
     padding: 0px 20px 20px 20px;
}
 .srvElementContent {
     text-align: justify;
     color: #0c0c0c;
     font-size: 16px;
     line-height: 1.6;
}
 .srvElement:hover img {
}
 .srvElement:hover h2 {
     color: #0c0c0c;
     font-weight: bold;
}

/* END SERVICES STYLE */

/* ADDITTIONAL SERVICES STYLE */

#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    /* color: #ffffff; */
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    color: #ffc925;
}


@media (min-width: 600px) {
#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}   
}

@media (min-width: 981px) {
	.header-button{
		align-items: flex-start;
	}
	/* SERVICES STYLE DESKTOP*/
     .srvBlockTitle {
         text-align: left;
    }
     .srvBlockTitle H2 {
         font-size: 32px !important;
    }
     .srvElement {
         width: 32%;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-top: 30px;
    }
     .srvElementImg img {
        height: 200px;
    }
     .srvElementFullWidth .srvElementImg img {
         height: 100%;
         
         border-top-right-radius: 0px;
    }
     .srvBlock {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         max-width: 1200px;
         margin: 0 auto;
    }
     .srvElementBody {
         /* height: 100%; */
    }
     .srvElementHeader h3 {
         min-height: 54px;
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .srvElementContent {
         /* height: 100%; */
    }
     .srvElementFullWidth .srvElementContent {
         height: auto;
    }
     .srvElement.srvElementFullWidth {
         width: 100%;
         max-width: 1080px;
         flex-direction: row;
    }
     .srvElementFullWidth .srv-icon {
         bottom: auto;
         right: -37px;
    }
     .srvElementFullWidth .srvElementImg {
         width: 32%;
         margin: 0;
    }
     .srvElementFullWidth .srvElementBody {
         width: calc(68% - 20px);
         margin-left: 20px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px 20px 20px 30px;
    }
	
#additionalServices {
    columns: 3;
    column-gap: 10px;
}

	.nap-container{
	display: flex;
	padding-top: 20%;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}

	.nap-box{
		    width: 33%;
	}

	.nap-container{
		padding-top:20%;
	}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}


/* END ADDITTIONAL SERVICES STYLE */


.line-c {
    height: 5px;
    width: 40px;
    background-color: #ffc925;
    border-radius: 2px;
    margin: 0 auto;
}
.title-c {
	font-size: 40px;
    font-weight: 700;
    line-height:normal;
	color:#fff;
	text-align:center;
}


#home-testimonial-wrapper {
	    padding-bottom: 250px !important;
}
.col-testimonials-content {
    background: #0a2e99;
    padding: 40px 50px;
    position: relative;
    border-radius: 15px;
}
.col-testimonials-content::before {
	content: '';
	position: absolute;
	background: #eef0f6;
	width: 110%;
	height: 90%;
	top: 5%;
	left: -5%;
	border-radius: 15px;
}
.home div.wpcr3_dotline {
border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	padding-bottom:0px;
	margin-bottom:0px;
}

.col-testimonials-content .fa {color: #fff;font-size: 40px;line-height: 60px;position: absolute;right: -100px;top: -60px;transform: translateX(-50%);background: #ffa700;width: 70px;height: 70px;display: flex;align-items: center;justify-content: center;border-radius: 10em;}
.row-services-list {
	    position: relative;
	    display: block;
	    border-radius: 15px;
	    background-color: #0a2e99;
	    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
	    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
	    padding: 72px 0px 73px;
	    /* margin-top: -190px; */
	    z-index: 1;
}
.row-services-list:before {
    position: absolute;
    top: 15px;
    left: -20px;
    right: -20px;
    bottom: 15px;
    content: "";
    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    z-index: -1;
}
.service-line {
	margin-top:-60px;
}
.service-line-one {
	border-radius:15px;
	margin:0 auto 5px;
	width:300px;
    height: 5px;
    background-color: #ffc925;
}
.service-line-two {
	border-radius:15px;
		margin:0 auto;
	width:250px;
    height: 5px;
    background-color:#0A2D95;
}
.img-icon-clean i {
    z-index: 11111;
    font-size: 65px;
    background: #fff;
    color: #ffc925;
    padding: 5px;
    border-radius: 10em;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -75px auto 0;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
}
.title-services-list {
    position: relative;
    font-family: 'Exo 2';
    color: #0c0c0c !important;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    background: #ffc924;
    width: fit-content;
    margin: auto;
    padding: 0 20px;
}

.title-services-list:before{content:'';width: 40px;height: 100%;background: #ffc924;display:block;position: absolute;left: -19px;clip-path: polygon(50% 0%, 0 0, 50% 100%);}

.title-services-list:after{content:'';width: 40px;height: 100%;background: #ffc924;display:block;position: absolute;right: -19px;top: 0;clip-path: polygon(50% 0%, 100% 0, 50% 100%);}


.services-list {
    padding: 20px;
    margin-bottom:50px;
}
/* add buttons*/
.booking-button-switch {

}
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #fff;
}
#main-footer .listing-rev-btn {
    padding: 7px 15px 7px 15px;
    border: none;
    border-left: 0px;
    bottom:5px;
    background: #ffc925;
    color: #0c0c0c;
    text-transform: uppercase;
    font-size:15px;
    justify-content:center;
    width:225px;
}

#main-footer .listing-rev-btn:hover{
	background: #0c0c0c;
	color:#ffc925;
}

#main-footer .listing-rev-btn:hover .fa{
	color:#ffc925;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #0c0c0c;
}
.top_button {
    background-color: #ffc925;
    border: 2px solid #ffc925;
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: none;
    border-radius: 0;
    color: #0c0c0c;
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    text-align: center;
}

.top_button:hover{
	    background-color: #ffc925;
    border: 2px solid #ffc925;
    color: #fff;
}

.top_button:hover .fa{

    color: #fff !important;
}
.top_button .fa {
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 7px 15px 7px 15px;
    background-color: #ffc925;
    color: #0c0c0c;
    border: solid 1px #0c0c0c;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 225px;
}

.floating-estimate-btn:hover{
	background-color: #0c0c0c;
	color:#ffc925;
}

/* end add buttons */
/* blog */
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1 {
    color: #0c0c0c !important;
}

#main-content .container h2 {
    font-size: 24px !important;
}
/* end blog */

/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.external-review-content {
	width:100%;
}
.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #fff;
}
.external-review-author {margin: 0 5px;}

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px auto;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.external-review-text:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    opacity: 0.5;
}
.external-review-text:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: 0.5;
}
a.add-reviews-link {
    color: #ffc925;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
@media screen and (max-width:1024px) {
	.row-contact-form {
    flex-direction: column;
}
	.contact-form-left, .col-right-contact-form {
		width:100% !important;
	}
	.contact-form-left:before {
    background-color: transparent;
    border-right: 0px solid #ffc925;
    -webkit-transform: skewX(0);
    transform: skewX(0deg);
	left: 0px;
    right: 0;
	}
#contact-form {
    background: #1239AC;
    padding: 20px !important;
}
	.contact-form-left {
    padding: 0px 0;
}
	.contact-call-button {
    bottom: 0px;
    right: 0px;
	}
	.contact-form-section {
    background-size: cover;
}
	.col-right-contact-form {
		    padding: 100px 0;
	}
	.img-icon-clean i {
    margin: -120px auto 0
	}
}
@media screen and (max-width:980px) {
.hours, .openinghours {
    width: 100%;
    max-width: 450px;
 }
	#et-top-navigation {
    padding: 0px 0 0;
}
	.et_header_style_centered #et_mobile_nav_menu {
    margin-top: 0px;
}
	.image-logo #et-top-navigation {
    padding: 0px 0 0;
}
	.row-slider, .row-nap, .row-services, .row-flex {
    flex-direction: column;
}
	.row-services {
		padding-bottom:0px !important;
	}
.col-left-image-slider {
   min-height: 500px;
}
	.main-slider {
    text-align: center;
}
.main-slider-little-title:before {
    right: 50%;
    top: 40px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
	.main-slider-title h1 {
    margin-top: 25px;
}
	.image-1, .small-title, .home h2.entry-title, .btn-about, .wpcr3_review, .wpcr3_item_name,
	.et_pb_post h2.entry-title,
    .et_pb_title_meta_container,
    .post-meta {
		text-align:center;
	}
	.small-title {
    margin-left: 0px;
}
.small-title:before {
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-right: 5px;
}

.col-testimonials-content {
    padding: 40px 30px;
}
.col-right-image-slider:before {
    left: 400px;
    top: -502px;
    height:502px;
}
	.main-slider {
padding:0px 25px;
	}
}
@media screen and (min-width:981px) {
	.logo_container {
    max-width: 30%;
	}
	
.container_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left:0px !important;
}
}
@media screen and (max-width:600px) {
	.bottom-header-inner {
		flex-direction:column;
		align-items: center;
	}
.logo_container {
    padding-bottom: 20px !important;
}
	.address {
    margin: 0 0px;
}
	.main-slider-title h1 {
    font-size: 35px;
    margin-top: 35px;
	}
	.contact-call-button:before {
    right: -10px;
	}
	.contact-call-button-content {
    margin-left: 15px;
}
	
	.contact-form-section {
    background-position: 65% 100%;
	}
.col-right-image-slider:before {
    left: 90px;
}
	
}
@media screen and (max-width:1024px) and (min-width:1024px) and (max-height:1366px) and (min-height:1366px) {
.col-right-image-slider:before {
    left: -370px;
}
}
@media screen and (max-width: 600px) and (min-width: 500px) {
	.col-right-image-slider:before {
    left: 235px;
}
}
@media screen and (max-width: 500px) and (min-width: 426px) {
	.col-right-image-slider:before {
    left: 130px;
}
}

/* TESTIMONIALS REVIEW */

.testimonials-hub {
	    justify-content: center;
	    align-items: center;
	    height: 400px;
}


.testimonials-hub:before{
	background:url(/wp-content/uploads/2025/05/Electrical-Services-6.webp);
	content:'';
	width:100%;
	height: 400px;
	display:block;
	position:absolute;
	z-index:-1;
	background-position:center;
	background-size: cover;
}

.testimonials-hub:after{
	background: #ffc925a8;
	content:'';
	width:100%;
	height: 400px;
	display:block;
	position:absolute;
	z-index:-1;
	background-position:center;
	top: 0;
}

.testimonials-left-image span, .testimonials-right-image span{
	position: relative;
	height: 400px;
	width:100%;
}
.testimonials-left-image span img, .testimonials-right-image span img{
	object-fit:cover;
    height: 100%;
	width:100%;
}

.testimonials-left-image, .testimonials-right-image {
    position: relative;
    display: inline-block;
    height:400px;
    width: 100%;
}

.testimonials-left-image:after, .testimonials-right-image:after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  
   background-color: rgba(0, 0, 0, 0.3);
   pointer-events: none;
   mix-blend-mode: multiply;
}
.testimonial-div{
	background: #00000091;
	/* padding-bottom: 6%; */
	padding-top: 6%;
	margin: 20px !important;
	height: 90%;
}
.testimonial-item {
    border: none;
    border-radius: 0px;
    padding: 1rem;
    background: transparent;
    min-height: 100%;
    break-inside: avoid;
    height:100%;
}

.testimonial-item:hover {
    background: transparent;
}

.testimonial-subject{
	color: #ffc925;
	font-size: 23px;
	font-family: 'Exo 2';
	margin-bottom: 10px;
}
.testimonial-content{
	font-style:normal;
	color:#fff;
}
.reviewer-name {
    font-weight: 500;
    color: #ffc925;
    line-height: 1.5rem;
    font-size: 14px;
}

.review-from-logo {
    width: 5rem;
    height: auto;
    background:#fff;
    padding: 5px;
    margin: 10px;
}

@media only screen and (min-width: 992px) {
    .reviewer-name {
        padding-right: 0.75rem;
        border-right: 2px solid #ffc925;
    }
}
.nav-arrows {
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 1rem; */
    margin-top: 0px;
    /* position: absolute; */
    /* left: calc(33% - 60px); */
    /* bottom: -40px; */
    padding-bottom: 10px;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #ffc925;
    border-radius: 0px;
    cursor: pointer;
    background: #ffc925;
    /* width: 40px; */
    /* height: 40px; */
    border-style:solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrows button:hover {
    background: #ffc925;
    color: white;
    border-color: #ffc925;
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}



/* END TESTIMONIALS REVIEW */

.last-paragraph h2{
	font-family:'Exo 2', sans-serif;
	font-weight:bold;
}


.wpcr3_button_1{
	background: #ffc925;
	border: 2px solid #fff;
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #0c0c0c;
	padding: 5px 10px;
	margin-top: 30px;
	transition: 0.3s ease-in-out;
	text-align: center;
}
.wpcr3_button_1:hover {
  background:#0c0c0c;
  color:#ffc925;
	font-weight: bold;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{display: flex;align-items: baseline;position: fixed;z-index: 9999;border-top-right-radius: 0;border-bottom-right-radius: 0;border: solid 1px #333;border-left: 0px;}


.srvElementImg {
    position: relative;
    width: 100%;
    /* height: 300px; */
}


.srvElementImg img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
/* Pseudo-element overlay with cut-out bolt */
.srvElementImg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2025/07/icon-bolt.svg') no-repeat center/cover;
    color:#ffc925;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
	filter:opacity(0.5);
}

/* Hover effect to remove overlay */
.srvElementImg:hover::before {
    opacity: 0;
}

.post-content{
	text-align:justify;
}