/* 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 
*/

 body {
     font-size: 1.0625rem;
     font-family: 'Montserrat', Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     color: #2e2e2e;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: 'Montserrat', sans-serif;
}
 p strong {
     font-family: 'Genos', sans-serif;
     font-size: 18px;
     font-weight: 500;
}
 div#page-container {
     /* overflow: hidden; */
}
 .et_pb_row {
     width: 95% !important;
}
/*HEADER STYLES*/
 .top-header{
	 width:100%;
	 padding: 10px 0px;
	 text-align:center;
	 background: #fff;
	}
header#main-header {
     background-color: #fff;
     box-shadow: none;
}
 .header-menu-container {
     width: 100%;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px 0;
     background: #c6e0e2;
}
 .logo_container {
     /* max-width: 300px; */
     display: flex;
     padding: 10px;
     background: #c6e0e2;
     position: relative !important;
}
 img#logo {
     width: auto !important;
     max-width: 90% !important;
     height: 100% !important;
     max-height: 70px !important;
}
 .text-logo {
     display: flex;
     color: #2e2e2e;
     line-height:1.2;
}
 .text-logo img {
     width: 25px;
     margin-right: 5px;
}
 .text-logo span {
     display: flex;
     align-items: center;
     font-family: Poetsen One;
     text-align: center;
     font-style: italic;
     font-size: 20px;
}
 .header-menu-container:after {
     display: none;
}
 div#et-top-navigation {
     padding: 0 !important;
     /* margin-right: 0px; */
}
 .estimate-btn {
     display: none;
}
 .mobile_menu_bar {
     padding: 0 !important;
}
 .et_mobile_menu {
     width: 100vw;
     /* left: -2.5vw; */
     top: 100%;
     border-color: #c6e0e2;
     background-color: #e3eeef !important;
}
 .et_mobile_menu li a {
     color: #2e2e2e !important;
     font-family: 'Inter', sans-serif;
     /* filter: drop-shadow(0px 1px 1px #210124); */
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
	background: #c6e0e2 !important;
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
     position: relative;
}
	 nav#top-menu-nav #top-menu ul.sub-menu li:not(:last-child):after {
		 display:none !important;
	 }
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
     content: '\f149';
     position: absolute;
     left: 0;
     font-family: 'FontAwesome';
     -webkit-transform: scaleX(-1) rotate(90deg);
     transform: scaleX(-1) rotate(90deg);
     color: #ebb0ca;
}
 .et_mobile_menu .current_page_item a {
     color: #7f7f7f !important;
     opacity: 1 !important;
}
 
/*change Divi opened hamburger menu to X*/
 .mobile_nav.opened .mobile_menu_bar:before {
     content: '\4d';
}
/*rotate the Divi Menu icon on click*/
 .mobile_menu_bar:before {
     transition: all .4s ease;
     transform: rotate(0deg);
     display: block;
     color: #000000;
     right: 0px;
     left: auto;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
 section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
     max-height: 750px !important;
     min-height: 550px !important;
     height: 650px !important;
     background-position: 60%;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     max-height: 750px !important;
     min-height: 550px !important;
     height: 750px !important;
     width: 95%;
}
.et_pb_fullwidth_header_overlay:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 90.3%;
    right: 0;
    bottom: -25px;
    background-image: url(/wp-content/uploads/2025/06/hero-home-bg-2-e1750069567914.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    pointer-events: none;
    z-index: 10;
}
 .header-content {
     margin-right: auto !important;
     padding: 30px !important;
     width: 80% !important;
     background: #e6f0f1b8;
     max-width: 600px !important;
     /* margin-top: -100px !important; */
     position: relative;
     z-index: 10;
}
.header-title h1 {
     text-align: center;
     font-family: 'Montserrat';
     font-weight: 800;
     font-size: 30px;
     color: #232323 !important;
     text-transform: capitalize;
}
 .header-title h1 span {
     color: #fbc620;
}

.header-buttons{
	display: flex;
	gap: 10px;
	flex-direction: column;
	margin-top: 15px;
	align-items: center;
}
 .button {
     color: #fff;
     line-height: 0;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 225px;
     font-weight: 500;
     background: #2e2e2e;
     padding: 12px 10px;
     position: relative;
     width: 175px;
}

 .button:hover {
     background: #c6e0e3;
     color: #2e2e2e;
}

.button:hover::after {
  border-right: 10px solid #9d9d9d;
}


.button:hover::before {
  border-left: 10px solid #9d9d9d;
}

/*PAGE STYLES*/
 .content-button {
     color: #ffffff;
     line-height: 0;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 225px;
     width: 100%;
     font-weight: 500;
     background: #333333;
     padding: 12px 10px;
     margin-top: 15px;
     position: relative;
}
 .content-button::before {
     content: "";
     position: absolute;
     top: 0px;
     right: -10px;
     width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-bottom: 20px solid transparent;
     border-left: 10px solid #333333;
}
 .content-button::after {
     content: "";
     position: absolute;
     bottom: 0px;
     left: -10px;
     width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-bottom: 20px solid transparent;
     border-right: 10px solid #333333;
}
 .content-button:hover {
     background: #9d9d9d;
     color: #fff;
}
 .button-holder {
     display: flex;
     justify-content: center;
}
 div#first-par-img {
     max-width: 600px;
     margin: 0 auto;
     margin-top: 40px;
}
/* FIRST CONTENT SECTION STYLE */
 .entry-title {
     text-align: center;
     font-size: 30px !important;
     color: #333;
     font-weight: 800;
}
 .home .entry-title {
     text-align: center !important;
     /* margin-bottom: 30px; */
     padding-bottom: 15px;
}
 div#home-title-block {
     background-color: #e9f4f5 !important;
}
 .section-title-heading {
     font-size: 40px;
     font-weight: bold;
     color: #333;
     font-family: 'Montserrat';
     margin-bottom: 30px;
     line-height: 1.2em;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay{
	z-index:1;
}
 
.home-socials, .info-box, .first-row{
	display:none;
}

.instagram:hover, .ssi-instagram:hover {
    background: #2e2e2e;
   
}

.first-image{
	display: flex;
    justify-content: center;
}

.first-image .et_pb_image_wrap img {
    height: 300px;
    object-fit: cover;
}

.first-image .et_pb_image_wrap:before{
	content:'';
	width: 3px;
	height: 70%;
	position:absolute;
	background: black;
	left: -20px;
	bottom: -20px;
}

.first-image .et_pb_image_wrap:after {
    content: '';
    width: 40%;
    height: 3px;
    position: absolute;
    background: black;
    left: -20px;
    bottom: -20px;}

/* BADGES SECTION STYLE */
 .badge-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     /* margin-top: 15px; */
     /* background: #c6e0e2; */
     /* padding: 20px; */
     gap: 10px;
}
 .badge-holder {
     display: flex;
     align-items: center;
     position: relative;
     background: #c6e0e2;
     border-radius: 15px;
     height: 168px;
     width: 205px;
}
 .badge-holder img {
     object-fit: cover;
     object-position: center;
}
 .badge-block {
     position: absolute;
     width: 195px;
     /* background: #fff; */
     display: flex;
     align-items: center;
     flex-direction: column;
}
 .badge-ico-holder {
     width: 70px;
     height: 86px;
     margin-right: 5px;
     display: flex;
     align-items: center;
}
 .badge-ico-holder img {
     position: relative;
     width: 80%;
     margin: 0 auto;
     opacity: 1;
     filter: brightness(0.3);
}
 .badge-content {
     /* width: calc(100% - 80px); */
     /* padding-right: 10px; */
     text-align: center;
}
 .badge-content .title {
     font-weight: bold;
     /* font-family: 'Genos', sans-serif;
     */
     font-size: 19px;
     /* border-bottom: 1px solid #f1be1f; */
     /* color: #c87700; */
     line-height: 1.2;
     padding-bottom: 3px;
     margin-bottom: 7px;
     text-transform: uppercase;
}
 .badge-content .content {
     font-size: 14px;
     line-height: 1.05;
    /* font-family: 'Genos', sans-serif;
     */
     font-weight: 500;
     text-transform: uppercase;
     color: #5a5a5a;
}
/* SERVICES SECTION STYLE */
 div#services-blocks-section {
}
 .srvBlockTitle .section-title-heading {
     text-align: center;
}
 .srvElement {
     max-width: 500px;
     margin: 0 auto;
     margin-bottom: 50px;
     position: relative;
     background: #e9f4f5;
}

.srvElement:before{
	content:'';
	width:250px;
	height:3px;
	background:#333533;
	bottom:-10px;
	position:absolute;
	right:-10px;
	
}

.srvElement:after{
	content:'';
	width:3px;
	height:200px;
	background:#333533;
	bottom:-10px;
	position:absolute;
	right:-10px;
	
}

 .srvElementL:last-child {
     margin-bottom: 0 !important;
}
 .srvElementHeader h2 {
     text-align: center;
     color: #333533;
     min-height: 54px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 20px;
}
 .srvElementImg {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     /* overflow: hidden; */
}
 .srvElementImg img:not(.srv-icon-img) {
     width: 100%;
     height: 200px;
     object-fit: cover;
     object-position: center;
     position: relative;
}
 .srv-icon {
     position: absolute;
     z-index: 999;
     right: 0;
     bottom: -1px;
     width: 100%;
     height: 100px;
     /* padding: 10px 0px 0px 10px; */
     display: flex;
     justify-content: flex-end;
     align-items: flex-end;
     /* box-shadow: -5px -3px 2px 2px #00000029; */
     /* overflow: hidden; */
     object-fit: cover;
}
 .srv-icon img {
     width: 100%;
}

.srvElementBody{
}
 .srvElementContent {
     text-align: justify;
     color: #231f20;
     padding: 15px;
     position: relative;
     /* padding-bottom: 20px; */
     /* padding-right: 25px; */
}
 

.srvElementContent a{
    color: #231f20;
    text-decoration: underline #231f20;
}
 .srvElement:hover .srvElementImg img:not(.srv-icon-img) {
     filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
 .srvElement:hover h2 {
     color: #505050;
}
/* SERVICES LIST SECTION STYLE */

/*HOME LIST STYLE*/

ul.unordered-list-content  {
    display: flex;
    padding: 0;
    max-width: 500px; 
    flex-direction: column;
    align-content: stretch;
    margin: auto;
}
   
.list-border {
    padding: 10px;
    background: #2e2e2e;
    margin-bottom: 10px;
    border-radius: 10px;
}


.unordered-list-content li {
    color: #fff;
    text-align: left;
    padding: 5px;
    list-style: inside disc;
    max-width: 90%;
}

.list-border:hover {
   transform: scale(1.1);
   background-color: #c6e0e2 !important;
	
}

.list-border:hover  li {
    color: #2e2e2e;}

div#unordered-list-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

ol.ordered-list-content {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}
.ordered-list-content li{
    text-align: left;
    color: #fff;
    padding: 5px;
}
/*HOME LIST STYLE*/



.home #servcss {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
}

.home #servcss li {
  /* width: 50%; */
  box-sizing: border-box;
  padding: 5px;
  /* text-align: left; */
}

.home #servcss li:before{
  content: '\f058';
  padding-left:10px;
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-weight: 900;
}


/* CONTACT FORM STYLE */
 .free-estimate-title {
     text-align: center;
     font-size: 30px !important;
     color: #fff;
     font-weight: 700;
     margin-bottom: 20px;
     line-height: 1.2em;
}

.contact-form-block{padding: 20px;max-width: 95%;margin: auto;background: #2e2e2e;border-radius: 15px;}
.contact-form-holder{
	padding: 60px 0;
}
 textarea#message {
     margin-bottom: 20px;
}
 #contact img {
     float: left;
     width: 120px;
     height: 40px;
     min-height: 40px;
     filter: grayscale(1) contrast(1.5);
}
 input#vercode {
     width: calc(100% - 130px);
     margin: 0;
     margin-left: 10px;
     float: left;
     padding: 7px 10px 7px;
     height: 40px;
     min-height: 40px;
}
 form#contactForm {
     text-align: center;
     position: relative;
}
 input#submitter {
     color: #2e2e2e;
     line-height: 0;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 225px;
     width: 100%;
     font-weight: 500;
     background: #e9f4f5;
     padding: 12px 10px;
     margin: 0 auto;
     margin-top: 15px;
     position: relative !important;
     border: 1px solid #333333;
     border-radius: 0;
}
 input#submitter:hover {
     background: #9d9d9d;
     color: #2e2e2e;
}
 input#submitter:hover {
     color: #2e2e2e;
     background: #646464;
}
 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
     max-width: 100%;
     padding: 10px 20px 10px;
     min-height: 50px;
     background-color: #fff !important;
     box-shadow: none;
     display: block;
     line-height: 1;
     font-weight: 300;
     color: #2e2e2e !important;
     background-image: none;
     border: 1px solid #2e2e2e;
     margin-bottom: 10px !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: #2e2e2e !important;
	 font-weight:500;
}
 #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 {
     color: #ffffff !important;
     border-color: #f1be1f;
}
 #contact {
     padding: 0;
     max-width: 600px;
     margin: 0 auto;
}
/* NAP SECTION STYLE */
 .nap-section h3 {
     /* color: #fff; */
     text-align: center;
     padding: 20px;
}
 .nap-section {
     /* margin-bottom: 40px !important; */
     /* background: #c6e0e2; */
     width: 500px;
     margin: auto;
     max-width: 98%;
     margin-bottom: 50px;
}
/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
     background-color: #c4c4c4!important;
}
 .home .wpcr3_dotline {
     display: none !important;
}
 .home .wpcr3_review {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}
 .home .wpcr3_review_ratingValue {
     width: 100%;
     text-align: center;
     margin: 0 !important;
}
 .home .wpcr3_review_author {
     margin-left: 5px;
     text-align: center;
}
 .home .wpcr3_review_title.wpcr3_caps {
     width: 100%;
     text-align: center;
     margin: 0 !important;
     font-size: 20px;
     color: #000000;
     font-weight: bold;
     font-family: 'Genos', sans-serif;
}
 .home span.wpcr3_item_name a {
     color: #000000;
}
 div.wpcr3_review blockquote.wpcr3_content {
     border-color: #c6e0e2 !important;
     padding-bottom: 0;
     text-align: justify;
}
 .home div.wpcr3_review blockquote.wpcr3_content {
     text-align: center;
     padding-left: 0;
     border: none;
     margin-bottom: 0;
     line-height: 1.7em;
}
 div.wpcr3_review blockquote.wpcr3_content p {
     font-size: 17px;
}
 .home .wpcr3_reviews_holder {
     position: relative;
     color: #000000 !important;
     padding: 20px;
}
 .home div.wpcr3_review blockquote.wpcr3_content p {
     font-style: italic;
}
 .home div.wpcr3_rating_style1_average {
     filter: grayscale(1) invert(1);
}
 
 .testimonials-btn {
     color: #ffffff;
     line-height: 0;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 225px;
     width: 100%;
     font-weight: 500;
     background: #333333;
     padding: 12px 10px;
     margin-top: 15px;
     position: relative;
}
 .testimonials-btn::before {
     content: "";
     position: absolute;
     top: 0px;
     right: -10px;
     width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-bottom: 20px solid transparent;
     border-left: 10px solid #333333;
}
 .testimonials-btn::after {
     content: "";
     position: absolute;
     bottom: 0px;
     left: -10px;
     width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-bottom: 20px solid transparent;
     border-right: 10px solid #333333;
}
 .testimonials-btn:hover {
     background: #9d9d9d;
     color: #fff;
}
/* CONTENT SECTION STYLE */
 div#home-content-section {
     /* background-color: #f5f5f5 !important; */
}
/* FOOTER STYLE */
 #main-footer {
     background: url(/wp-content/uploads/2025/06/footer-bg-2.webp);
     position: relative;
     border-top: solid;
     background-size: cover;
     background-color: #c6e0e2;
     /* top: -2px; */
     border-top: solid 2px #2e2e2e;
}
 
 #main-footer .container {
     width: 95%;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
#footer-widgets .footer-widget li a {
    color: #2e2e2e;
}

#footer-widgets .footer-widget li a:hover {
    color: #2e2e2e;
	font-weight:800;
}

 div#footer-bottom {
     background-color: #2e2e2e;
     padding: 15px;
     color: #fff;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #2e2e2e;
     font-size: 22px;
     /* margin-bottom: 20px; */
     margin-top: 30px;
     font-weight: 600;
     line-height: 1.5em;
     text-align: center;
     /* border-bottom: 1px solid #cecece; */
}
 .footer-widget .textwidget {
     color: #2e2e2e;
}
 h4#nap-footer-icons {
     filter: none;
}
 #footer-widgets .footer-widget a {

}
 table.openinghours {
     max-width: 385px;
     width: 100%;
     margin: 0 auto !important;
}
 table.openinghours tr {
     display: flex;
     line-height: 2;
     color: #cecece;
     justify-content: space-between;
}
 #current-day {
     background-color: #c6e0e2;
     padding: 0 2px;
}
 #current-day td {
     color: #000;
     text-shadow: none;
}
 #closed-day {
     color: #a0a69e;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     border-bottom: 1px solid #cccccc;
     text-align: center;
     font-size: 26px !important;
     color: #333333;
     font-weight: 600;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 600;
     /* color: #fffdff; */
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #c6e0e2;
}
 .et_pb_sidebar_0 .textwidget {
     text-align: center;
}
 #sidebar .textwidget {
     text-align: center;
}
 .single-post div#main-content, .blog div#main-content {
     min-height: 50vh;
}
 .single-post .et_pb_post .entry-content {
     text-align: justify;
}
 #left-area .post-meta a {
     color: #000000;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding: 25px !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: #000000 !important;
}

#main-content .container h2 {
    font-size: 24px !important;
}
/* add buttons*/
.booking-button-switch {/* display:none; *//* width: 100%; */}

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #333333;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #c6e0e3;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #2e2e2e;
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}

.top_button .fa {
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px 5px 15px;
    background-color: #c6e0e2;
    color: #000 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px solid #333333;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: 400;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 230px;
    filter: drop-shadow(2px 0px 3px rgba(0,0,0,1));
    -webkit-filter:drop-shadow(2px 0px 3px rgba(0,0,0,1));
}

#main-footer .listing-rev-btn {
    padding: 5px 15px 5px 15px;
    border: 0px solid #333333;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius:0px;
    bottom:15px;
    font-weight:400;
    background:#c4dcde;
    color:#000;
    text-transform: uppercase;
    font-size:15px;
    justify-content:center;
    width: 230px;
    filter: drop-shadow(2px 0px 3px rgba(0,0,0,1));
	-webkit-filter:drop-shadow(2px 0px 3px rgba(0,0,0,1));
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #333333;
    position: relative;
    
}
/* end add buttons */
.post-content{
	text-align:justify;
}
/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
     .right-part-container{
         width: 70%;
         height: 120px;
     }
     .header-menu-container {
         display: flex;
    }
     .logo_container {
         /* margin: 10px; */
    }
     img#logo {
         object-position: left;
    }
     div#et-top-navigation {
         width: 100%;
         justify-content: space-between;
    }
     .et_mobile_menu {
        top: 100%;
    }
     .contact-info {
         justify-content: center;
         padding-right: 10%;
    }
     .badge-holder {
         width: 195px;
         margin: 10px;
    }
     .srvElementImg img:not(.srv-icon-img) {
        height: 300px;
    }
    /* SERVICES LIST SECTION DESKTOP */
	  .home #servcss{
		  flex-wrap: wrap;
		  flex-direction: row;
		 }
     .homepage-services #servcss li {
         display: inline-block;
    }
	 .home #servcss li{
		 width:50%;
	 }
}
 @media screen and (max-width: 980px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
     .et_pb_sidebar_0 .et_pb_widget {
         width: 100%;
    }
     .footer-widget:nth-child(n) {
         /* width: 100% !important; */
         text-align: center;
         margin: 5px !important;
    }
     .et_pb_text {
         text-align: center !important;
    }
     #footer-widgets .footer-widget .fwidget {
         width: 100% !important;
         margin-bottom: 30px !important;
    }
     .desktop-info-container{
         display:none;
     }
}
 @media screen and (min-width: 981px) {
	 .top-header{
		 background:transparent;
	 }
    /*HEADER STYLES*/
    /*HEADER STYLES*/
      div#page-container {
         padding-top: 0 !important;
    }
      .home header#main-header {
         background: transparent;
         box-shadow: none !important;
         position: absolute;
         top: 10px;
    }
    .header-menu-container {
         background: #eaf5f6;
         padding: 10px 15px 10px 0;
         margin-top: 20px;
         box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
         height: 60px;
    }
     .add-info-block {
         top: 200px;
    }
     .estimate-btn {
         display: flex;
         justify-content: flex-end;
         width: 221px !important;
    }
     .logo_container {
         width: 20% !important;
         height: 100px !important;
         box-shadow: 2px 4px 6px #00000052;
    }
 .logo_container:after{
	 content:'';
	 position: absolute;
	 top: 0px;
	 right: -13px;
	 width: 0;
	 height: 0;
	 border-top: 20px solid transparent;
	 border-bottom: 0px solid transparent;
	 border-left: 13px solid #aec6c9;
	 z-index:-1;
	}
	 
     div#et-top-navigation {
         width: 100%;
         /* margin-left: 20%; */
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .estimate-btn a {
         background: #c6e0e2;
         color: #2e2e2e;
         line-height: 1;
         height: 40px;
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 5px 10px;
         font-weight: 500;
         font-size: 14px;
    }
     .estimate-btn a:hover {
         background: #2e2e2e;
		 color:#fff;
    }
     nav#top-menu-nav ul#top-menu li a{
         padding-top: 15px !important;
         padding-bottom: 15px !important;
         font-weight: 600;
         color: #2c3941;
         text-transform: capitalize;
    }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 14px;
         color: #2e2e2e;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a{
         color: #6f6f6f !important;
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 9px;
         padding-right: 9px !important;
    }
    
     nav#top-menu-nav ul#top-menu .current-menu-item {
    }
     nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
         padding-right: 11px !important;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a:after {
         color: #d9b6c6 !important;
    }
     ul.sub-menu {
         filter: drop-shadow(0px 1px 3px #5b5b5b);
         top: 44px;
         background-color: #eaf5f6 !important;
         border-color: #c6e0e2 !important;
    }
     nav#top-menu-nav #top-menu ul.sub-menu a {
         color: #2e2e2e !important;
         position: relative;
         padding: 6px 6px 6px 16px !important;
         line-height: 1.2;
    }
    
     #top-menu-nav ul.sub-menu a:after {
         color: #fff !important;
    }
     ul.sub-menu li {
         padding: 0 10px !important;
         width: 100%;
    }
     ul.sub-menu li a {
         padding: 5px 0px !important;
         width: 100% !important;
    }
  .top-header {
    margin-top: 5px;
    margin-bottom: 35px;
    text-align: center;
}
    /*END HEADER STYLES*/
    /*PAGE STYLES*/
     section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
         max-height: 1100px !important;
         min-height: 500px !important;
         height: calc(130vh - 110px) !important;
         background-position: center;
         background-position-y: 82%;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 800px !important;
         min-height: 500px !important;
         height: calc(130vh - 110px) !important;
         width: 80%;
         max-width: 1080px;
         z-index: 2;
    }
     .header-container {
         margin: 0;
         max-width: 575px;
    }
     .header-title h1 {
         max-width: 700px;
         /* font-size: 50px; */
    }

	 .first-row{
		 display:block;
	 }
.home-socials{
	display:block;
	margin-top:-50px;
	position: relative;
	z-index: 9999;
}
	 .home-socials:before{
		 content:'';
		 height:90px;
		 width:3px;
		 background:#2e2e2e;
		 display:block;
		 margin-left:18px;
	 }

	.home-socials #social-icons span{
		display: flex;
		flex-direction: column;
		width: 42px;
	}

	 .info-box{
		 display:flex;
		 flex-direction:column;
		 background:#2e2e2e;
		 color:#fff;
		 max-width:300px;
		 width:100%;
		 margin-right:0;
		 margin-left:auto;
		 padding:20px 0;
		 border-radius:10px;
		 margin-top: 50px;
		}
    /* BADGES STYLE DESKTOP*/
     .badge-container {
         justify-content: flex-end;
         /* margin-top: 0; */
    }
     .badge-holder {
         height: 180px;
    }
	
    /* FIRST PARAGRAPH STYLE DESKTOP*/
     div#home-title-block-txt-col, div#home-title-block-img-col {
         display: flex;
         flex-direction: column;
         justify-content: center;
    }
     .entry-title {
         text-align: left !important;
    }
     .home .entry-title {
         text-align: left !important;
         font-size: 40px !important;
    }
     .button-holder {
         justify-content: flex-start;
         margin-left: 10px;
    }
     div#first-par-img {
         width: 90%;
         margin-left: auto;
         margin-right: 0;
         margin-top: 0;
         height: 100%;
    }
     div#first-par-img span {
         height: 100%;
    }
     div#first-par-img img {
         height: 100%;
         object-fit: cover;
         object-position: right;
    }
    /* SERVICES STYLE DESKTOP*/
     .srvBlockTitle .section-title-heading {
         text-align: center;
    }
     .srvElement {
         width: 32%;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-bottom: 30px;
    }
     .srvElementImg img:not(.srv-icon-img) {
         height: 200px;
    }
     .srvBlock {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         max-width: 1200px;
         margin: 0 auto;
    }
     .srvElementFullWidth .srvElementContent {
         height: auto;
    }
     .srvElement.srvElementFullWidth {
         width: 100%;
         max-width: 1080px;
         flex-direction: row;
         align-items: flex-start;
    }
     .srvElementFullWidth .srvElementImg {
         width: 32%;
         margin: 0;
    }
     .srvElementFullWidth .srvElementBody {
         width: 66%;
         margin-left: 2%;
         /* display: flex; */
         flex-direction: column;
         align-items: center;
         justify-content: center;
    }
.list-border:hover {
   transform: none;
   background-color: #c6e0e2 !important;
	
}
	/* services list */
	 .homepage-services:before{
	content:'';
	height:100%;
	width:3px;
	background:#2e2e2e;
	position:absolute;
	
}
	 
    /* CONTACT SECTION DESKTOP */
     .contact-form-holder {
         display: flex;
         justify-content: center;
         align-items: center;
         max-width: 1080px;
         width: 100%;
         margin: auto;
		 padding:80px 0;
    }
	 .contact-form-holder:before{
		 content:'';
		 width:70%;
		 height:200px;
		 position:absolute;
		 background:#c6e0e2;
		 z-index:-1;
		 left:0;
	 }
     .contact-form-block {
         width: 500px;
         background: #2e2e2e;
         padding: 30px;
         border-radius: 15px;
    }
     .nap-section {
         width: calc(100% - 500px);
         margin: 0;
         padding: 20px;
         /* background: #c6e0e2; */
    }
     input#customer_name {
         width: 100%;
    }
     input#phone-cf {
         width: 100%;
		 margin-left:0;
    }
     input#customer_email {
         width: 100%;
         float: left;
         
    }
     div#contact-form-section {
         background-attachment: fixed;
    }
    /* TESTIMONIALS SECTION DESKTOP */
	 .testimonials-title{
    text-align:left;
}
	 .testimonials-section{
		 padding-bottom:0 !important;
	 }
    /* NAP SECTION DESKTOP*/
    /* FOOTER STYLES DESKTOP */
     .footer-widget .et_pb_widget {
         width: 100%;
         margin-bottom: 0 !important;
    }
     .paymentsbox {
         justify-content: flex-start;
    }
     div#social-icons {
         text-align: left;
    }
     .footer-widget h4 {
         text-align: left;
    }
     #footer-widgets {
         padding-top: 20px;
    }
    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
     .et_pb_sidebar_0 h4.widgettitle {
         text-align: left;
    }
     #sidebar h4.widgettitle {
         text-align: left;
    }
     .et_pb_sidebar_0 .textwidget {
         text-align: left !important;
    }
     #sidebar .textwidget {
         text-align: left;
    }
         #sidebar  {
         border-left: 1px solid rgb(204 204 204);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(255 255 255 / 20%);
    }
}
/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
     background: #333333 !important;
     color: #e5e5e5 !important;
     border: 1px solid #1de278;
}
 .wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
     color: #fff;
     border-color: #ffffff;
}
 .wpcr3_table_2 td {
     font-size: 1em !important;
}
 .wpcr3_leave_text {
     font-size: 1.1em;
}
 .wpcr3_leave_text {
     margin-bottom: 20px;
}
 .wpcr3_button_1 {
     margin-top: 10px;
     background: #04264b;
     color: #fff;
}
 @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;
    }
}
 @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%;
    }
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #c6e0e2;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #313131;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

.wpcr3_button_1:hover {
    background: #333333;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}
 
/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
#testimonials-section {
    background: #ffffff;
}

.testimonials-title{
	font-size: 40px;
	font-weight: bold;
	color: #333;
	font-family: 'Montserrat';
	margin-bottom: 30px;
	
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border: 1px solid #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
    filter: drop-shadow(0 0 1px #000000ad);
}
 
.testimonial-content {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: normal;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    border-radius: 5px;
    min-height: 35px;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-radius: 50%;
    cursor: pointer;
    border-style: solid;
    display: flex;
    color: #fff;
    background: #2e2e2e;
}
 
.nav-arrows button:hover {
    background: #e9f4f5;
    color: #2e2e2e
	;
    border-color: #e9f4f5;
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 768px) {
    .header-content{
		 margin-left: 0 !important;
		}
	.et_pb_fullwidth_header_overlay:before{
		bottom: -2px;
		background-size: contain;
	}

	.header-title h1{
		text-align:left;
	}

	.header-subtitle{
		text-align: justify !important;
	}

	.header-buttons{
		align-items:flex-start;
		flex-direction:row;
	}
}

@media screen and (max-width:768px){
	.et_pb_fullwidth_header_overlay:before {
    content: '';
    display: block;
    position: absolute;
    /* width: 100%; */
    padding-bottom: 47%;
    right: 0;
    bottom: -100px;
    background-image: url(/wp-content/uploads/2025/06/hero-home-bg-2-e1750069567914.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    pointer-events: none;
    z-index: 10;
    height: 100px;
}

	.header-content{
		margin-top: -150px !important;
	}

}
 /* 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: #231f20;
    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;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    /* padding: 10px 5px; */
    text-align: left;
}

    
}

@media screen and (min-width:1300px){
	#homepage-header-holder:after{
	content: 'DRYWALL SERVICES';
	position:absolute;
	color: #e9f4f5;
	right: -94px;
	bottom: 90px;
	display: block;
	z-index: 2;
	font-size: 51px;
	transform: rotate(-90deg);
	font-weight: 900;
	width: 300px;
	line-height: 45px;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: 0px 0 1.5px #2e2e2e;
}
	.about-section:after{
	content: 'ABOUT US';
	position:absolute;
	color: #e9f4f5;
	left: -190px;
	bottom: 40%;
	display: block;
	z-index: 2;
	font-size: 71px;
	transform: rotate(90deg);
	font-weight: 900;
	width: 500px;
	
	text-shadow: 0px 0 1.5px #2e2e2e;
	text-align: left;
		letter-spacing: 1px;}

	#services-blocks-section:after{
	content: 'SERVICES';
	position:absolute;
	color: #e9f4f5;
	right: -190px;
	bottom: 50%;
	display: block;
	z-index: 2;
	font-size: 71px;
	transform: rotate(-90deg);
	font-weight: 900;
	width: 500px;
	text-shadow: 0px 0 1.5px #2e2e2e;
	text-align: left;
	letter-spacing: 1px;
	}

	.testimonials-section:after{
	content: 'TESTIMONIALS';
	position:absolute;
	color: #e9f4f5;
	left: -190px;
	bottom: 30%;
	display: block;
	z-index: 2;
	font-size: 42px;
	transform: rotate(90deg);
	font-weight: 900;
	width: 500px;
	text-shadow: 0px 0 1.5px #2e2e2e;
	text-align: left;
	letter-spacing: 1px;
	}

	#contact-form-section:after{
	content: 'CONTACT US';
	position:absolute;
	color: #e9f4f5;
	right: -190px;
	top: 200px;
	display: block;
	z-index: 2;
	font-size: 42px;
	transform: rotate(-90deg);
	font-weight: 900;
	width: 500px;
	text-shadow: 0px 0 1.5px #2e2e2e;
	text-align: left;
	letter-spacing: 1px;
	}
}