/*
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: 'Noto Sans', Verdana, Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #333333;
     background: #fff !important;
     font-weight: 400;
     overflow-x: hidden;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: 'Goldman', Arial, sans-serif;
     font-weight: 700;
}
 p strong {
     font-family: 'Montserrat', Arial, sans-serif;
     font-size: 18px;
     font-weight: 700;
}
 div#page-container {
     overflow: hidden;
     /* padding-top: 303px !important; */
}
 .et_pb_row {
     width: 95% !important;
}

/*HEADER STYLES*/
 header#main-header {
     background: transparent !important;
}

 .logo_container {
     position: relative !important;
     text-align: center;
     display: flex;
     max-width: 500px;
     margin: 0 auto;
     justify-content: center;
     align-items: center;
     width: 100% !important;
     padding: 10px 10px 5px 10px;
     flex-direction: row;
}
 img#logo {
     min-height: 50px !important;
     max-height: 70px !important;
     width: auto !important;
     max-width: 280px !important;
}
 .text-logo {
     font-family: 'Goldman', sans-serif;
     color: #000;
     display: flex;
     font-weight: 700;
     line-height: 1.1;
     max-width: 300px;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 .text-logo-icon {
     width: 100px;
     margin: 0 auto;
}
 .text-logo:first-letter {
     color: #6d35e0;
     font-weight:bold;
     font-size: 30px;
}
 span.info-addon {
    color: #333333;
    text-align: center;
    display: none;
}
 
 div#et_mobile_nav_menu {
     width: 100%;
}
 .mobile_menu_bar {
     padding-bottom: 0 !important;
     height: 41px;
     width: 100%;
     margin-top: -24px;
    
}
body:not(.home) header#main-header {
    background: #4d4b4a !important;
}

.header-content-container.center {
    padding-top: 140px;
}
 .et_mobile_menu {
     background-color: #4D4B4A !important;
     border-color: #d1a15d !important;
     /* top: 124px; */
     height: auto !important;
}

.mobile-toggle:after {
    background: #d1a15d !important;
}

 .et_mobile_menu li a {
     color: #fff !important;
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
     position: relative;
}
 .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);
}
 .et_mobile_menu .current_page_item a {
     color: #eab76f !important;
     text-align: center;
}
/*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: #fff;
     text-align: center;
     font-size: 38px;
     width: 100%;
     height: 41px;
     /* transform: skew(30deg); */
     /* background: #fff; */
     top: 0px;
     /* float: right; */
     display: flex;
     margin-right: 12px;
     z-index: 1;
     align-items: center;
     justify-content: center;
}
.container.clearfix.et_menu_container.header-menu-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.text-logo span {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-left: 7px;
}

div#et-top-navigation {
    width: 100%;
    background: transparent;
}
.menu-item {
    text-align: center;
    font-size: 13px !important;
}

.header-quote-container.booking-button-switch {
    background: transparent;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.header-quote-btn.booking-button-switch {
    /* background: #d1a15d; */
    color: #fff;
    border: 2px solid #fff;
    padding: 3px 30px;
}
.header-quote-btn.booking-button-switch:hover {
    background: #4d4b4a;
    color: #fff;
}
.booking-button-switch {
    /*display:none !important;*/
}
 .add-info-btn {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #4D4B4A;
     width: 55px;
     padding: 10px;
     cursor: pointer;
     border: 1px solid #ffffff33;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
     border-right: none;
}
 .add-info-block {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     width: 270px;
     position: fixed;
     right: -216px;
     -webkit-transition: right 0.4s ease-in-out;
     transition: right 0.4s ease-in-out;
     /* top: 163px;
     */
     margin-top: 35px;
     z-index: 97;
}
 .open-info {
     right: 0;
     z-index: 9999;
}
 .open-info #add-info-open-icon {
     display: none;
}
 .open-info #add-info-close-icon {
     display: block;
}
 .add-info-container {
     background: #4d4b4a;
     display: flex;
     flex-direction: column;
     padding: 20px;
     width: 220px;
     height: auto;
     border: 1px solid #ffffff33;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
 .add-info-btn .fa {
     color: #fff;
}
 #add-info-close-icon {
     display: none;
}
 .add-info-btn span {
     line-height: 1;
     color: #ffffff;
     margin-top: 5px;
     font-size: 12px;
}
 .add-info-container a, .header-location-container {
     color: #fff;
     font-size: 15px;
     display: flex;
     justify-content: space-between;
     font-weight: 400;
     text-align: right;
     width: 100%;
}
 .email-btn {
     margin: 10px 0;
}
 .add-info-container .fa {
     margin-right: 5px;
     margin-top: 2px;
}
 .floating-cta-btn {
     position: fixed;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #4d4b4a;
     width: 55px;
     padding: 10px;
     cursor: pointer;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
     border: 1px solid #ffffff33;
     border-right: none;
     right: 0;
     margin-top: 100px;
     z-index: 98;
}
 .floating-cta-btn a .fa {
     animation: ringing 5s ease-in-out infinite;
     color: #fff;
     font-size: 24px;
}
.header-content-container.center {
    width: 100%;
}

.ws-slogan h1 {
    text-shadow: 1px 2px 1px #141415;
    margin-bottom: 15px;
    line-height: 1.1;
    text-align: center;
}
h1.entry-title {
    font-size: 26px;
    text-align: center;
}
.header-content {
    width: 100% !important;
}

.header-content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-btns br{
  display: none;
}
a.header-button-quote.booking-button-switch {
  background: rgb(209 161 93);
  border: 2px solid #d1a15d;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  width: 200px;
  min-height: 47px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
a.header-button-quote.booking-button-switch:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

a.header-button-quote br{
    display: none;
}


a.button {
  position: relative;
  padding: 10px;
  width: 200px;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
}


.button:hover{
    background: #d1a15d;
    border-color: #d1a15d;
    color: #000;
}


div#homepage-header-slider {
    width: 100%;
    height: calc(100vh - 100px) !important;
    min-height: 470px !important;
    max-height: 830px !important;
    position: absolute;
    top: 0;
    z-index: 0;
}

.header-slider.swiper {
    width: 100%;
    height: calc(100vh - 100px) !important;
    min-height: 470px !important;
    max-height: 830px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.header-slider .swiper-wrapper{
    height: 100%;
}

.header-slider .swiper-slide {
    height: 100%;
    width: 100%;
}

.header-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

div#homepage-header-holder {
     width: 100%;
     height: calc(100vh - 100px) !important;
     min-height: 470px !important;
     max-height: 830px !important;
     margin-top: -200px;
}
div#homepage-header-holder:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -110px;
    width: 0;
    height: 0;
    z-index: 2;
    border-left: 275px solid transparent;  
    border-right: 140px solid transparent;
    border-bottom: 250px solid rgb(209 161 93 / 33%); 
}
#homepage-header-holder:after{
     content: "";
     position: absolute;
     bottom: 0;
     left: 30px;
     width: 0;
     height: 0;
     z-index: 1;
     border-left: 275px solid transparent;
     border-right: 90px solid transparent;
     border-bottom: 300px solid rgb(209 161 93 / 33%);
}
section#homepage-header-image {
     width: 100%;
    height: calc(100vh - 100px) !important;
    min-height: 470px !important;
    max-height: 830px !important;
}

div#homepage-header-slider:before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    background: #11111178;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/* BADGES */
div#badges-section {
    padding-top: 0;
}
.badges-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.badge-holder {
    width: 100%;
    margin-bottom: 30px;
}
.badge-holder.badge1,
.badge-holder.badge2,
.badge-holder.badge3, 
.badge-holder.badge4  {
    min-height: 200px;
    width: 80%;
    object-fit: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}
.badge-holder.badge1:before,
.badge-holder.badge2:before,
.badge-holder.badge3:before,
.badge-holder.badge4:before{
    
}
.badge-holder.badge1:before{
    content: '';
    background: url('/wp-content/uploads/2025/08/badge-img1.webp');
    filter: grayscale(100%) brightness(30%);
    min-height: 200px;
    width: 80%;
    position: absolute;
    z-index: -1;
    max-width: 300px;
    background-position-x: 33%;
}
.badge-holder.badge2:before{
      content: '';
      background: url('/wp-content/uploads/2025/08/badge-img2.webp');
      filter: grayscale(100%) brightness(30%);
      min-height: 200px;
      width: 80%;
      position: absolute;
      z-index: -1;
      max-width: 300px;
      background-position-x: 50%;
}
.badge-holder.badge3:before{
      content: '';
      background: url('/wp-content/uploads/2025/08/badge-img3.webp');
      filter: grayscale(100%) brightness(30%);
      min-height: 200px;
      width: 80%;
      position: absolute;
      z-index: -1;
      max-width: 300px;
      background-position-x: 32%;
}
.badge-holder.badge4:before{
      content: '';
      background: url('/wp-content/uploads/2025/08/badge-img4.webp');
      filter: grayscale(100%) brightness(30%);
      min-height: 200px;
      width: 80%;
      position: absolute;
      z-index: -1;
     max-width: 300px;
}
.badge-text {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.badge-content {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Goldman', Arial, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    width: 70%;
    border-bottom: 1px solid #ffffff5e;
}

.badge-title {
    color: #fff;
    font-size: 17px;
    padding-top: 5px;
}

 .badge-holder.badge1:hover::before,
.badge-holder.badge2:hover:before,
.badge-holder.badge3:hover:before,
.badge-holder.badge4:hover:before {
    filter:grayscale(100%) brightness(50%);
}


/* FIRST PARAGRAPH */
#first-para-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.first-paragraph-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.first-para-img-container {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.entry-title {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px;
}

/* SERVICES LIST */
 .homepage-services-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

 .homepage-services-title {
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
    font-family: 'Goldman';
    font-size: 26px;
    font-weight: 700;
}

 .homepage-services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home ul#servcss {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.home #servcss li {
 color: #fff !important;
 list-style: none;
 padding: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 background: rgb(77 75 74 / 36%) !important;
 backdrop-filter: blur( 4px );
 position: relative;
 overflow:hidden;
}

.home #servcss li:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background : #fff;
  left: -83px;
  top: -40px;
  transform: rotate(37deg);
  transition: all .4s;
  opacity: 0.3;
}

.home #servcss li:hover:before {
  left:95%;
}

#services-list-section:before {
    content: '';
    width: 70%;
    height: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    left: -56%;
    background: #d1a15d;
    transform: skew(25deg);
    z-index: 1;
}

/* SERVICES */

#services-blocks-section {
    background: #141415;
}

.srvBlockTitle {
    font-family: 'Goldman';
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
}

.srvBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.srvElement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    width: 95%;
    max-width: 600px;
    border: 2px solid #fff;
    padding: 15px;
    min-height: 300px;
}
.srvElement:hover h2{
    color: #d1a15d;
}
.srvElement:before{
    content: '';
    width: 90%;
    height: 350px;
    max-height: 100%;
   background: rgb(77 75 74 / 54%) !important;
    backdrop-filter: blur( 4px );
    position: absolute;
    bottom: 20px;
    transform: skew(10deg);
}
.srvElementImg {
    width: 100%;
    z-index: 99;
    max-height: 350px;
    margin-bottom: 10px;
}
.srvElementImg img{
    max-height: 350px;
    object-fit: cover;
}

.srvElementBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.srvElementHeader {
    text-align: center;
}
.srvElementHeader h2{
    color: #fff;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
}
ul#additionalServices {
    list-style: none;
}
#additionalServices li:before{
    content: "\f0ad  ";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
}

/* LAST PARA */
#home-content-section:before {
    content: '';
    display: flex;
    width: 55%;
    height: 40px;
    background: #141415;
    position: relative;
    left: 45%;
    top: -52px;
    clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0% 0%);
}

/* NEW CONTENT */
div#first-list-section {
    background: url('/wp-content/uploads/2025/08/first-list-img1.webp');
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
div#first-list-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #141415e0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
div#first-list-section:after {
      content: '';
      display: flex;
      width: 55%;
      height: 40px;
      background: #fff;
      position: relative;
      left: 46%;
      top: 52px;
      clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0 100%, 0% 100%);
      z-index: 9999;
}


.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    background: transparent;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    background: rgb(255 255 255 / 14%) !important;
    backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 20px;
    max-width: 500px;
}

.first-list-content li {
    padding: 0px 10px;
    margin-bottom: 10px !important;
    color: #fff;
    width: 100%; 
}

.first-list-content li:last-child{
    margin-bottom: 0 !important;
}

.first-list-container:before {
    content: '';
    width: 50%;
    max-width: 300px;
    min-width: 230px;
    height: 100%;
    background: url('/wp-content/uploads/2025/08/first-list-img2.webp');
    position: absolute;
    right: -65px;
    top: -50px;
    z-index: -3;
    background-size: cover;
    filter: grayscale(100%) brightness(73%);
}
.first-list-container:hover:before{
  filter:grayscale(100%) brightness(87%);   
}

p.content-title {
    padding-bottom: 10px;
    font-family: 'Goldman';
    font-size: 26px;
    font-weight: 700;
}

div#last-content-second-para-section {
    /* padding-bottom: 0; */
}

.second-list-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

ol.second-list-content {
    width: 100%;
    padding: 40px 20px;
    background: url('/wp-content/uploads/2025/08/second-list-img.webp');
    background-size: cover;
    margin-top: -150px;
    margin-bottom: 0;
    max-width: 600px;
}

.second-list-content li {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.nap-grid-areas {
    padding-top: 15px;
    padding-bottom: 0;
}
div#nap-second-list-section {
    background: #d1a15d;
    margin-top: 20px;
}

div#last-content-section {
    background: url('/wp-content/uploads/2025/08/last-para-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 42%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#last-content-section:before {
    content: '';
    background: #141415ba;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
div#last-content-third-paragraph:after {
    content: '';
    display: flex;
    width: 40%;
    height: 40px;
    background: #fff;
    position: relative;
    left: 60%;
    z-index: 9999;
    bottom: -38px;
    clip-path: polygon(100% 0, 100% 100%, 22% 100%, 0% 0%);
}

 div#last-content-section:after {
      content: '';
      display: flex;
      width: 55%;
      height: 40px;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: -3px;
      clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0 100%, 0% 100%);
      z-index: 9999;
}
div#last-content-third-paragraph {
    padding-bottom: 0;
}

div#last-content-third-paragraph .content-title {
    padding-top: 21px;
}


.last-content-last-para-container {
    display: flex;
    color: #fff;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.last-content-last-para-container h2 {
    color: #fff;
}
/* SLIDER */
 div#slider-section {
     background: #141415;
     text-align: center;
     padding-top: 60px;
     padding-bottom: 20px;
}
div#slider-section:before{
    content: '';
    display: flex;
    width: 55%;
    height: 40px;
    background: #fff;
    position: relative;
    left: 0;
    top: -61px;
    clip-path: polygon(100% 0, 85% 100%, 0 100%, 0% 0%);
}
 .projects-slider-subtitle {
     text-transform: uppercase;
     color: #ffffff;
     font-weight: 500;
     text-align: center;
     border-bottom: 1px dashed #ffc107;
     margin-bottom: 15px;
     padding-bottom: 2px;
     display: inline-block;
}
 .projects-slider-title {
     text-align: center;
     font-size: 26px !important;
     font-weight: bold;
     font-family: 'Goldman';
     line-height: 1.1;
     color: #fff;
     width: 95%;
     margin: 0 auto;
}
 .swiper-container.content-slider-container {
     position: relative;
     width: 95%;
     margin: 0 auto;
     max-width: 2000px;
}
 .content-slider.swiper {
     width: 100%;
     padding: 30px 0 95px 0;
}
 .content-slider .swiper-slide {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     border-radius: 12px;
     box-shadow: -1px 5px 15px #0000001f;
}
 .content-slider .slide-content {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
}
  .content-slider .slide-content img {
     width: 100%;
     height: 400px;
     object-fit: cover;
     object-position: center;
}
 .content-slider .slider-button {
     position: absolute;
     bottom: 13%;
     background: #388e3c;
     color: #ffffff;
     padding: 10px 25px;
     display: inline-block;
     line-height: 1;
     border: 1px solid #ffc107;
}
  .content-slider .slide-content .title {
     position: absolute;
     color: #fff;
     font-family: 'Montserrat', sans-serif;
     bottom: 28%;
     width: 192px;
     text-align: center;
     text-shadow: -1px -1px 0 rgb(0 0 0 / 40%), 1px -1px 0 rgb(0 0 0 / 40%), -1px 1px 0 rgb(0 0 0 / 40%), 1px 1px 0 rgb(0 0 0 / 40%);
     filter: drop-shadow(1px 1px 6px #388e3c);
}
 .content-slider .slide-title {
     position: absolute;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     bottom: -65px;
}
 .content-slider .slide-title img {
     width: 70px;
     background: #333;
     padding: 10px;
     border: 1px solid rgb(255 193 7 / 33%);
}
 .content-slider .slide-title span {
     color: #fff;
     font-family: 'Montserrat', sans-serif;
}

 .swiper-button-next:after, 
  .swiper-button-prev:after {
     display: none;
}
 .swiper-button-next .fa, 
.swiper-button-prev .fa {
     color: #ffffff;
}
 .swiper-button-next, .swiper-button-prev {
     background: #4D4B4A;
     border: 1px solid #ffffff33;
}
 .swiper-button-next:hover, 
.swiper-button-prev:hover {
     background: #d1a15d;
     
 }

/* NAP */
.homepage-nap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.homepage-nap h3 {
    text-align: center;
    padding-bottom: 0;
    color: #fff;
}

/* TESTIMONIALS */
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #1a202c;
    border-radius: 0 !important;
    cursor: pointer;
    background: none !important;
}
.nav-arrows button:hover {
    color: #000 !important;
}
.testimonial-item {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 1rem;
    background: transparent;
    min-height: 100%;
    break-inside: avoid;
}

.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}

.testimonial-item:hover{
    background: transparent;
}
.testimonial-subject {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
    font-family: 'Goldman';
}


  #testimonials-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 0;
    height: 0;
    z-index: 2;
    border-left: 275px solid transparent;  
    border-right: 140px solid transparent;
    border-bottom: 250px solid rgb(209 161 93 / 33%); 
}


#testimonials-section:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 200px;
      width: 0;
      height: 0;
      z-index: 1;
      border-left: 400px solid transparent;
      border-right: 190px solid transparent;
      border-bottom: 370px solid rgb(77 75 74 / 28%);
}
/* CONTACT FORM */
div#contact-form-section {
    background: #141415;
}
div#contact-form-section:before {
    content: "";
    position: absolute;
    top: 0;           
    right: -90px;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 400px solid transparent;
    border-right: 190px solid transparent;
    border-top: 370px solid rgb(77 75 74 / 28%);
}

img.contact-form-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0.1;
    z-index: -1;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.free-estimate-title {
    color: #fff;
    font-size: 26px;
    font-family: 'Goldman', Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}

div#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

p.success {
    color: #b9b9b9;
    margin-bottom: 10px;
}

form#contactForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nap_cf_customer_name, 
.nap_cf_phone_cf, 
.nap_cf_customer_email,
.nap_cf_message {
    width: 100%;
    margin-bottom: 10px;
}

input#customer_name, 
input#phone-cf,
input#customer_email,
textarea#message{
    width: 100%;
    background: rgb(77 75 74 / 54%) !important;
    backdrop-filter: blur( 4px );
    padding: 7px;
    color: #fff !important;
    border: none;
}
.nap_cf_vercode_container p {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nap_cf_vercode_container {
    display: flex !important;
    width: 100%;
}

input#vercode {
    width: 100%;
    padding: 7px;
    margin-top: 17px;
    margin-bottom: 10px;
    background: rgb(77 75 74 / 54%) !important;
    backdrop-filter: blur(4px);
    border: none;
    color: #fff;
}

input#submitter {
    margin-top: 10px;
    clip-path: polygon(90% 0, 0% 0, 10% 100%, 100% 100%);
    background: rgb(209 161 93);
    backdrop-filter: blur( 4px );
    color: #333;
    font-weight: 700;
    font-family: 'Goldman', Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px;
    width: 220px;
    border: 2px solid #d1a15d;
    margin-bottom: 15px;
    height: unset;
}
input#submitter:hover{
    background: #fff;
    border-color: #fff;
}
input.text::placeholder,
input.title::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #dedede;
}


#main-footer .listing-rev-btn {
    background: #4d4b4a;
    clip-path: polygon(90% 0, 0% 0, 00% 100%, 100% 100%);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 215px;
    position: fixed;
    padding: 5px 25px 5px 10px;
    bottom: 35px;
    border: 1px solid #585858;
    border-left: none;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}#main-footer .listing-rev-btn:before {
    content: '';
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    position: fixed;
    bottom: 34px;
    width: 215px;
    height: 36px;
    border-right: 2px solid #585858;
    border-left: none;
    z-index: 9999999;
    transform: skew(22deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-footer .listing-rev-btn:hover{
    background: #d1a15d;
    color: #2e2d2d;
}
.listing-rev-btn.listing-rev-color img{
    width: 13px !important;
    margin-right: 5px;
    margin-left: 10px;
    filter: brightness(10) grayscale(1);
}
.listing-rev-btn:hover img{
    filter: brightness(0);
}
/* FOOTER */
/* FOOTER STYLE */
#main-footer {
    background-color: #d1a15d;
    position: relative;
}
#main-footer .container {
width: 95%;
}
h4.title {
    color: #333;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #333;
}
#footer-widgets 
.footer-widget:nth-child(n), 
.footer-widget .fwidget {width: 100%;margin-right: 5.5% !important;margin-bottom: 5.5% !important;}
table.openinghours {
width: 100%;
margin: 0 auto !important;
}
.openinghours tr {
    display: flex;
    justify-content: space-between !important;
    line-height: 2;
    color: #333;
    font-weight: 600;
}
tr#current-day {
    background: #333;
    color: #fff;
    padding: 0 3px;
    border-radius: 0;
    text-shadow: none;
}
.textwidget {
    color: #333;
    text-align: center;
    padding-top: 10px;
}
.textwidget strong{
font-size: 16px;
}
.textwidget br{
display: block;
}
.paymentsbox {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding-top: 10px;
}
.paymentType {
    padding: 3px;
}
.paymentType img {
border-radius: 0;
}
.menu-footer-menu-container {
width: 100%;
}
ul#menu-footer-menu {
text-align: center;
padding-top: 10px !important;
}
#menu-footer-menu a {
color: #333 !important;
}
.footer-widget li:before {
    border-color: #333333 !important;
}
div#footer-bottom {
    background: #333;
    color: #fff;
    padding: 20px;
}
a.floating-quote-btn.booking-button-switch {
    /* display: none; */
    background: #4d4b4a !important;
    position: fixed;
    clip-path: polygon(90% 0, 0% 0, 00% 100%, 100% 100%);
    bottom: 80px !important;
    left: 0;
    border-radius: 0;
    color: #fff;
    width: 215px;
    font-size: 16px;
    border: 1px solid #585858;
    font-weight: 600;
    border-left: none;
    padding: 7px 25px 7px 10px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.floating-quote-btn.booking-button-switch:before{
    content: '';
    background: transparent !important;
    position: fixed;
    transform: skew(26deg);
    bottom: 79px !important;
    left: -10px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    border: 2px solid #4d4b4a;
    font-weight: 600;
    border-left: none;
    width: 215px;
    height: 36px;
    padding: 7px 25px 7px 10px;
    z-index: 9999;
}
#closed-day {
    color: #333 !important;
}
a.floating-quote-btn.booking-button-switch:hover {
    background: #d1a15d !important;
    color: #2e2d2d;
}
h4#nap-footer-icons {
    color: #333;
    width: 100%;
    border-bottom: 1px solid #333;
    font-size: 24px;
}
div#text-9 {
margin-right: 5.5% !important;
margin-bottom: 5.5% !important;
}
div#social-icons {
    margin-bottom: 20px !important;
     border-radius: 0 !important;
}
a.social-icon {
    border-radius: 0 !important;
}
div#text-8 {
margin-bottom: 20px !important;
}
a.social-icon-nap-font {
    border-radius: 0px !important;
    margin: 5px;
}
/* SERVICES LIST */
ul#servcss {
padding-top: 10px !important;
}
h4.widgettitle{
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #d1a15d;
}
#servcss li{
color: #333;
}
div#text-5 {
width: 100%;
}
.et-search-form, blockquote {
    border-color: #4d4b4a !important;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], 
.wpcr3_in_content textarea 
{
    /* background: #ffffff !important; */
    color: #000 !important;
    background: #fff;
    border-color: #000 !important;
}
.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: #d1a15d;
    border-color: #d1a15d;
    color: #333;
    font-weight: 600;
    border-radius: 0;
    padding: 5px 20px;
    text-transform: uppercase;
}
.wpcr3_button_1:hover {
    background: #333333;
    color: #fff;
    border-color: #333;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"], 
    .wpcr3_respond_2 textarea {
min-width: 100%;
border-radius: 0;
padding: 10px;
}
.wpcr3_table_2 td {
text-align: left !important;
}
.wpcr3_review_form_rating_field label {
margin: 6px 0 !important;
}
}
@media (max-width: 980px) {
.review-title {
font-size: 26px !important;
}
.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;
padding: 10px;
border-radius: 0;
min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
    max-width: 200px;
}
.wpcr3_item_name {
text-align: center !important;
}
.wpcr3_review {
text-align: center;
}
}
/* GALLERY PAGE */
@media only screen and (min-width: 768px) {
.et_pb_gallery_grid .et_pb_gallery_image {
padding-top: 100%; 
display: block;
}
}
@media only screen and (min-width: 480px) {
.et_pb_gallery_grid .et_pb_gallery_image {
padding-top: 100%; 
display: block;
}
}
@media only screen and (max-width: 479px) {
.et_pb_gallery_grid .et_pb_gallery_image {
padding-top: 100%; 
display: block;
}
}
.et_pb_gallery_grid .et_pb_gallery_item img {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
@media (min-width: 685px){
.main-header-info-container{
display: flex;
flex-direction: row;
justify-content: center;
}
.header-location-container{
    /* padding: 15px; */
}
.header-phone{
padding: 15px;
}
.header-free-estimate{
margin: 0;
}
}

/* BLOG PAGE */
h2.entry-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.post-content-inner {
    text-align: justify;
}
.wpcr3_respond_1.wpcr3_in_content {
    margin-top: 20px !important;
}
.entry-content {
    text-align: justify;
}


/* MEDIA QUERIES */

 @media screen and (min-width: 600px) {
    .header-content-block:before{
right:0%;
    }
 
     .header-content-block{
     width: 100%;
     display: flex;
     align-items: flex-start;
     margin-left: 5px;
     }
     .header-content .et_pb_header_content_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}
div#homepage-header-holder {
     height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;
     margin-top: -200px;
}

section#homepage-header-image {
  height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;

}


div#homepage-header-slider {
      height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;
}

#homepage-header-slider .et_pb_code_inner {
      height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;
}

.header-slider .swiper-wrapper{
      height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;
}
.header-slider .swiper-slide img{
        height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;
}

.header-slider.swiper {
      height: calc(100vh - 171px) !important;
     min-height: 850px !important;
     max-height: 1000px !important;
}
     #homepage-header-holder:after{
         left: 90px;
     }
section#homepage-header-image:before {
     content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 185px solid transparent;  
    border-right: 290px solid transparent;
    border-bottom: 400px solid rgb(77 75 74 / 28%); 
}
section#homepage-header-image:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 82px;
      background: rgb(255 255 255);
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      z-index: 2;
}
.header-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.header-button-quote.booking-button-switch {
    margin-bottom: 0;
    margin-right: 20px;
}
     .ws-slogan h1{
         text-align: left;
         text-transform: uppercase;
         font-size: 40px;
     }
     /* BADGES */
     div#badges-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 110px;
    width: 0;
    height: 0;
    z-index: 2;
    border-left: 275px solid transparent;  
    border-right: 140px solid transparent;
    border-bottom: 250px solid rgb(209 161 93 / 33%); 
}


div#badges-section:after {
      content: "";
    position: absolute;
    bottom: 0;
    right: -160px;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 265px solid transparent;  
    border-right: 190px solid transparent;
    border-bottom: 400px solid rgb(77 75 74 / 28%); 

}
     .badges-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}

.badge-holder.badge1, 
.badge-holder.badge2, .badge-holder.badge3, .badge-holder.badge4,
.badge-holder.badge1:before,
.badge-holder.badge2:before,
.badge-holder.badge3:before,
.badge-holder.badge4:before{
    width: calc((100% / 2) - 10px) !important;
}
   
     /* FIRST PARAGRAPH */
     
     
   
     .first-para-text-container{
         max-width: 750px;
         /* margin: 0 auto; */
     }

     /* SERVICES LIST */
     #services-list-section:before{
         left:-25%;
         width: 70%;
         height: 105%;
     }

     /* SERVICES */
     .srvElement:before{
         width: 93%;
     }
     /* NEW CONTENT */
     #home-content-section:before {
    content: '';
    display: flex;
    width: 40%;
    height: 40px;
    background: #141415;
    position: relative;
    left: 60%;
    top: -55px;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 0%);
}
          .first-list-content li {
  text-align:center;
}

     div#nap-second-list-section {
    background: none;
}

ol.second-list-content {
    clip-path: unset;
    padding: 40px 20px;
    margin-top: 0;
    margin-bottom: 0;
}
       #first-list-section:after {
    width: 60% !important;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0 100%, 0% 100%) !important;
    top: 55px !important;
}

div#last-content-section:after {
    clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0 100%, 0% 100%);
}
     div#last-content-third-paragraph:after {
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 0%);
}
     
     /* SLIDER */
     div#slider-section:before{
         clip-path: polygon(100% 0, 90% 100%, 0 100%, 0% 0%);
         width: 40%;
     }

   
     /* TESTIMONIALS */
     #nap-second-list-section:before {
    content: '';
    display: flex;
    position: absolute;
    bottom: -1px;
    background: #d1a15d;
    transform: skew(25deg);
    z-index: 1;
    left: -25%;
    width: 70%;
    height: 109%;
    top: -4%;
}
   

     /* CONTACT FORM */
     
.nap_cf_vercode_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nap_cf_vercode_container p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

input#vercode {
    margin-left: 10px;
}
}


form#contactForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nap_cf_customer_name {
    width: 47%;
}

.nap_cf_phone_cf {
    width: 48%;
}

input#submitter {
    margin: 0 auto;
    margin-top: 10px;
}
     /* FOOTER */
div#footer-widgets {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin: 0 auto;
}
.footer-widget {
margin: 0 !important;
}
.footer-widget:nth-child(n) {margin: 20px 0 10px 20px!important;}
 
 @media screen and (min-width: 981px) {
     /* HEADER */
  header#main-header{
   background: none !important;
   box-shadow: 0 0 0px rgba(0,0,0,0.1) !important;
  }
  #main-header.et-fixed-header{
   box-shadow: 0 0 0px rgba(0,0,0,0.1) !important;
   background: #4d4b4a !important;
}
     div#homepage-header-holder {
     height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;
     margin-top: -200px;
}

section#homepage-header-image {
   height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;

}


div#homepage-header-slider {
      height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;
}

#homepage-header-slider .et_pb_code_inner {
       height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;
}

.header-slider .swiper-wrapper{
     height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;
}
.header-slider .swiper-slide img{
        height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;
}

.header-slider.swiper {
        height: calc(100vh - 100px) !important;
     min-height: 620px !important;
     max-height: 1000px !important;
}
     #homepage-header-image .et_pb_fullwidth_header_container.center {
       height: calc(100vh - 100px) !important;
       min-height: 620px !important;
       max-height: 1000px !important;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
}





     body:not(.home) header#main-header {
    background: #4d4b4a !important;
}
     .header-quote-container.booking-button-switch{
         display: flex;
         justify-content: flex-end;
     }
     .header-quote-btn.booking-button-switch {
    /* margin-left: 33.5%; */
    }
 body.home .container.clearfix.et_menu_container.header-menu-container{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   max-width: 1080px;
  }
     body:not(.home) .container.clearfix.et_menu_container.header-menu-container {
 display: flex;
 flex-direction: row;
 max-width: unset;
 background: #4d4b4a;
 max-width: 1080px;
}
     ul.sub-menu {
    background: #d1a15d !important;
}
     ul#top-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#top-menu li {
    display: flex;
    justify-content: center;
}

#top-menu li ul {
    top: 17px;
}
     body:not(.home) #top-menu li ul{
         top: 32px;
     }
     .et-fixed-header #top-menu li ul li a {
    color: #000 !important;
}
.text-logo span {
    font-size: 20px;
}

#top-menu .menu-item.current-menu-item {
    padding: 15px;
    padding-right: 15px !important;
    margin-right: 18px;
}
#top-menu .menu-item.current-menu-item:before{
     content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  transform: skew(-26deg);
 z-index: -1;
}
.nav li ul {
    border-color: #333!important;
    /* margin-top: 10px; */
    padding: 10px 0px;
}

#top-menu li li a {
    color: #000!important;
}
    
  .header-info-holder {
    width: 30%;
    height: 100px;
    position: relative;
    top: -1px;
}
.logo_container{
    padding: 5px;
}
.menu-item a {
    padding-bottom: 0 !important;
}
  div#et-top-navigation{
   width: 70%;
   padding-top: 0 !important;
   display: flex;
   flex-direction: row;
   align-items: center;
   padding-right: 40px !important;
   /* z-index: -2; */
    /* Only bottom shadow */
   justify-content: flex-end;
  }
     div#homepage-header-holder:before {
    border-left: 353px solid transparent;
}

#homepage-header-holder:after {
    left: 215px;
    border-left: 375px solid transparent;
}

section#homepage-header-image:before {
    left: 100px;
    border-left: 275px solid transparent;
}
     .ws-slogan {
    width: 60%;
}

.header-content-container.center {
    /* padding-top: 87px; */
}

section#homepage-header-image {
    margin-top: -50px;
}

     h1.entry-title {
    font-size: 26px;
    text-align: left;
}
.header-content-block:before{
    width: 340px;
    height: 55vh;
}
     .header-btns{
         display: flex;
         flex-direction: row;
         align-items: center;
     }
     a.header-button-quote.booking-button-switch{
         margin-bottom: 0;
         margin-right: 10px;
     }

     /* FIRST PARAGRAPH */
     .first-para-img-container{
     width: 58%;
     margin-top: 0;
     }
 div#first-para-img-column{
         min-height: 300px;
     }
     .first-para-text-container{
     width: 40%;
     }
     
.first-paragraph-main-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
     /* BADGES */
    
    .badges-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: unset;
}

.badge-holder.badge1, .badge-holder.badge2, .badge-holder.badge3, .badge-holder.badge4, .badge-holder.badge1:before, .badge-holder.badge2:before, .badge-holder.badge3:before, .badge-holder.badge4:before {
    width: calc((100% / 4) - 10px) !important;
}

     /* SERVICES */
     .srvBlock{
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         justify-content: space-between;
     }
   
     .srvElement{
         width: calc((100% / 3) - 20px);
     }
     .srvElement:before{
         width: 90%;
     }
     .srvElement.srvElementFullWidth {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: unset;
}

.srvElement.srvElementFullWidth:before{
    width: 70%;
    bottom: unset;
    right: 0;
}
     .srvElementImg.srvElementFullWidthImg {
    width: 30%;
}

.srvElementBody.srvElementFullWidthBody {
    width: 70%;
    padding-left: 20px;
}
     ul#additionalServices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
}

#additionalServices li{
    padding: 5px 10px;
}

     /* SLIDER */
      
     .swiper-container.content-slider-container {
         width: 90%;
    }
     .swiper-button-prev {
         left: -40px;
    }
     .swiper-button-next {
         right: -40px;
    }

     /* NEW CONTENT */
     .first-list-container:before {
    top: -118px;
    height: 130%;
}
          #first-list-section:after {
    top: 55px !important;
}
ol.second-list-content {
    background: none;
    margin-bottom: 0;
    margin-top: 0;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.second-list-content li {
    color: #fff;
    margin-bottom: 40px;
    width: calc((100% / 3) - 10px);
    min-height: 75px;
    /* background: rgb(255 255 255 / 14%) !important; */
    backdrop-filter: blur( 4px );
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

div#nap-second-list-section {
    margin-top: 0;
    background:#333;
}
.last-content-last-para-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.lc-last-para {
    width: 48%;
}


div#last-content-section {
    background-position-y: 28%;
}

     

div#last-content-third-paragraph:after {
    bottom: -38px;
}
     li.sl-1:before {
    content: '';
    background: url('/wp-content/uploads/2025/08/1-num.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 110px;
    position: absolute;
    z-index: -6;
    opacity: 0.1;
    top: -23px;
}
     li.sl-2:before {
     content: '';
    background: url('/wp-content/uploads/2025/08/2-num.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 110px;
    position: absolute;
    z-index: -6;
    opacity: 0.1;
    top: -23px;
}

li.sl-3:before {
   content: '';
    background: url('/wp-content/uploads/2025/08/3-num.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 110px;
    position: absolute;
    z-index: -6;
    opacity: 0.1;
    top: -23px;
}

li.sl-4:before {
  content: '';
    background: url('/wp-content/uploads/2025/08/4-num.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 110px;
    position: absolute;
    z-index: -6;
    opacity: 0.1;
    top: -23px;
}

li.sl-4 {
    margin-bottom: 0;
}

li.sl-5 {
    margin-bottom: 0;
}

li.sl-5:before {
     content: '';
    background: url('/wp-content/uploads/2025/08/5-num.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 110px;
    position: absolute;
    z-index: -6;
    opacity: 0.1;
    top: -15px;
}

li.sl-6 {
    margin-bottom: 0;
}

li.sl-6:before {
      content: '';
    background: url('/wp-content/uploads/2025/08/6-num.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 110px;
    position: absolute;
    z-index: -6;
    opacity: 0.1;
    top: -20px;
}
     /* NAP AND TESTIMONIALS */
     .second-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.second-list-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.homepage-nap {
    width: 45%;
    margin-bottom: 0;
}

/* CONTACT FORM */
     .contact-form-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

p.free-estimate-title {
    font-size: 52px;
    line-height: 1.1;
    width: 70%;
    margin-bottom: 0;
}

.cf-title-container {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cf-container {
    width: 60%;
}
      /* FOOTER */
div#footer-widgets{
display: flex;
flex-direction: row;
align-items: flex-start;
}
.footer-widget {
margin-right: 5.5% !important;
margin-bottom: 5.5% !important;
}
div#text-7 {
margin-bottom: 40px !important;
}
ul#menu-footer-menu{
text-align: left;
}
     #menu-footer-menu li{
         text-align: left;
     }
h4.title{
text-align: left;
}
.textwidget{
text-align: left !important;
align-items:flex-start;
}
div#social-icons{
text-align: left;
}
.paymentsbox{
display: flex;
justify-content: flex-start;
padding-top: 0;
}
     
     /* SERVICES LIST */
h4.widgettitle{
text-align: left;
}
.wpcr3_review {
text-align: left;
}

     /* BLOG PAGE */
     h2.entry-title{
         text-align: left;
     }
}

 