/*
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: "Poppins", Verdana, Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #333333;
     font-weight: 400;
     overflow-x: hidden;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: "Oswald", Arial, sans-serif;
     font-weight: 700;
     line-height: 1.2;
}
 p strong {
     font-family: "Oswald", 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 {
     box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
     background: transparent !important;
}
 .main-header-info-container {
     background: #333333;
     position: relative;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 10px;
     font-size: 16px;
}
 .main-header-info-holder {
    color: #fff;
}

 .main-header-contact-info-holder a {
     color: #ffffff;
}
 .main-header-contact-info-holder a span {
     color: #FFC107;
}

.ws-header-booking {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 5px 0px;
    height: 43px;
    z-index: 999;
}

.top_button {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    text-transform: uppercase;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
}
.top_button:hover{
   box-shadow: 0 0 8px #ffffff4f, 0 0 20px #ffffff4f, 0 0 30px #ffffff4f; 
}
 .header-menu-container {
     width: 100%;
     max-width: 100%;
}
 .header-info-holder {
     margin: 0 auto;
     max-width: 1080px;
}
 .logo_container {
     position: relative !important;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 10px 10px 5px 10px;
}
 img#logo {
     min-height: 45px !important;
     max-height: 60px !important;
     width: auto !important;
     max-width: 260px !important;
}
 .text-logo {
     font-family: "Oswald", sans-serif;
     color: #fff;
     line-height: 1.2;
     text-transform: uppercase;
     font-size: 30px !important;
}
 .text-logo-icon {
     width: 200px;
     margin: 0 auto;
}

 .main-header-napinfo-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.main-header-napinfo-block a.phonenum {
    color: #fff;
    font-weight: 400;
}
 
 .add-info-btn {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #ef6a29;
     width: 50px;
     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;
}
 .add-info-block {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     width: 270px;
     position: fixed;
     right: -220px;
     -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: #ef6a29;
     display: flex;
     flex-direction: column;
     padding: 20px;
     width: 220px;
     height: auto;
     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: #fff;
     margin-top: 5px;
     font-size: 12px;
}
 .add-info-container a, .header-location-container {
     color: #fff;
     font-size: 14px;
     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;
}
 div#et-top-navigation {
     right: 0;
     width: 100%;
     padding: 0px !important;
     position: relative;
     display: flex !important;
     align-items: center;
     flex-direction: column-reverse;
     justify-content: center;
}
 span.select_page {
     display: none !important;
}
 .floating-cta-btn {
     position: fixed;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #fff;
     width: 50px;
     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 #b6b6b633;
     border-right: none;
     right: 0;
     margin-top: 100px;
     z-index: 98;
}
 .floating-cta-btn a .fa {
     animation: ringing 5s ease-in-out infinite;
     color: #ef6a29;
     font-size: 24px;
}
 ul.sub-menu {
    background: #000000 !important;
    border-color: #ef6a29 !important;
}
 .et-fixed-header.sticky-menu .add-info-block, .et-fixed-header.sticky-menu .floating-cta-btn  {
     top: 20px;
}
 div#et_mobile_nav_menu {
     width: 100%;
     background: #ef6a29;
}
 .mobile_menu_bar {
     padding-bottom: 0 !important;
     /* background: #388e3c; */
     width: 50px;
     /* height: 79px; */
     /* margin-top: -37px; */
     /* margin-left: auto; */
     margin: 0 auto;
}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    background: #ef6a29 !important;
}
 .et_mobile_menu {
     background-color: #111111 !important;
     border-color: #ef6a29 !important;
     /* top: 65px; */
     height: auto !important;
}
 .et_mobile_menu li a {
     color: #fff !important;
     text-align: center;
}
 .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: #ef6a29 !important;
}
a.phonenum i.fa.fa-phone {
    font-size: 15px;
    padding-right: 5px;
    color: #f0844e;
}
/*change Divi opened hamburger menu to X*/
 .mobile_nav.opened .mobile_menu_bar:before {
     content: '\4d';
}
/*rotate the Divi Menu icon on click*/

.booking-button-switch {
    /* display:none !important; */
}

div#homepage-header-holder {
    background: url('/wp-content/uploads/2025/11/Professional-Asphalt-Services.webp');
    background-size: cover;
    background-position-x: 80%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 650px !important;
    max-height: 932px !important;
    height: 100vh !important;
    margin-top: -195px;
    padding-top: 195px;
}
 .mobile_menu_bar:before {
     transition: all .4s ease;
     transform: rotate(0deg);
     display: block;
     color: #ffffff;
     text-align: center;
}
div#homepage-header-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000009e;
    position: absolute;
}
section#header-section {
    min-height: 400px !important;
    max-height: 932px !important;
    height: calc(100vh - 195px) !important;
}
.header-content-container.center {
    width: 100%;
}

.header-content {
    margin: 0 !important;
    width: 100% !important;
}

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

.ws-slogan h1 {
    text-transform: uppercase;
    line-height: 1.3;
}

.header-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

a.header-button-quote.booking-button-switch {
    
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 213px;
    margin-bottom: 15px;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
}
a.header-button-quote.booking-button-switch:hover {
    box-shadow: 0 0 8px #ffffff4f, 0 0 20px #ffffff4f, 0 0 30px #ffffff4f;
}

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

a.button {
      background: #ef6a29;
      border: 1px solid #ef6a29;
      padding: 10px 20px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      width: 213px;
      box-shadow: 0 0 8px #ef6a294f, 0 0 20px #ef6a294f, 0 0 30px #ef6a294f;
      transition: box-shadow 0.5s ease, transform 0.3s ease;
}


a.button:hover {
    box-shadow: 0 0 8px #ef6a298a, 0 0 20px #ef6a298a, 0 0 30px #ef6a298a;
}
.header-btns br {
    display: none;
}
section#header-section .et_pb_fullwidth_header_container.center {
     min-height: 400px !important;
     max-height: 740px !important;
     height: 100%;
}

body:not(.home) #main-content {
    /* padding-top: 50px; */
}


/* BADGES */

.badges-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin-top: -50px;
}

.badge-holder {
    width: calc(50% - 5px);
    padding: 20px 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    min-height: 200px;
    box-shadow: 0 0 8px #00000014, 0 0 20px #00000014, 0 0 30px #00000014;
}

img.badge-ico {
    width: 150px;
    margin-bottom: 10px;
}

p.badge-content {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf91;
    width: 100%;
    text-align: center;
}

.badge-title {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px;
    color: #5e5e5e;
}

div#css-badges-section {
    background: #fff;
    position: relative;
}

div#css-badges-section .et_pb_code_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



div#badges-row {
    padding-top: 0;
    margin-top: -50px;
}
.badge-content-container {
    width: 100%;
}

/* FIRST PARAGRAPH */


.skewed-rectangle {
    content: '';
    width: 250px;
    min-height: 550px;
    background: #ef6a2959;
    top: -70px;
    left: 0;
    transform: skewX(-20deg) scaleY(0); 
     transform-origin: top;   
    position: absolute;
    z-index: -99999;
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.skewed-rectangle.visible {
       transform: skewX(-20deg) scaleY(1);
    opacity: 1;
}

.first-paragraph-image-container {
    max-width: 600px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/12/Reliable-Asphalt-Services.webp');
    background-size: cover;
    background-position: center;
    min-width: 300px;
    min-height: 200px;
    aspect-ratio: 4/3;
    position: relative;
     transition: transform 0.7s ease, filter 0.7s ease;
}

.first-paragraph-image-container:before {
      content: "";
      position: absolute;
      top: -30px;
      left: -30px;
      width: 100%;
      height: 100%;
      background-image: inherit;
      background-size: inherit;
      background-position: inherit;
      opacity: 1;
      filter: brightness(30%);
      z-index: -1 !important;
}
.first-paragraph-image-container:hover {
    transform: scale(1.05);
    filter: grayscale(1);
}

h2.entry-title {
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 10px;
    }

.home h2.entry-title:before{
     content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ef6a29 0%, rgba(239,106,41,0) 100%);
    transition: width 0.4s ease;

}
.home h2.entry-title:hover:before{
    width: 100%;
}



/* SERVICES */


div#services-blocks-section {
    background: url('/wp-content/uploads/2025/12/Reliable-Asphalt-Services-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

div#services-blocks-section:before {
    content: '';
    background: linear-gradient(to bottom right, rgb(0 0 0 / 0%) 6%, rgb(0 0 0 / 36%) 26%, rgb(0 0 0 / 71%) 74%, #000000d4 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.srvBlockTitle {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.srvBlockTitle:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ef6a29 0%, rgba(239,106,41,0) 100%);
    transition: width 0.4s ease;

}
.srvBlockTitle:hover:before{
     width: 100%; 
}
.srvBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px !important;
    max-width: 600px;
    margin: 0 auto;
}

.srvElement {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 50px;
    transition: background-color 0.5s ease, transform 0.5s ease;
    background: #11111199;
}

.srvElementImg {
    display: flex;
    margin-top: -40px;
    margin-bottom: 20px;
}

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

.srvElementHeader h2 {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}

.srvElementContent {
    text-align: justify;
    color: #d9d9d9;
    width: 100%;
}
.srvElementHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}

.srvElement:hover {
    background: #fff;
    box-shadow: 0 0 8px #dadada14, 0 0 20px #dadada14, 0 0 30px #dadada14;
    transform: scale(1.05);
}

.srvElement:hover .srvElementHeader h2 {
    color: #000;
}



.srvElement:hover .srvElementContent {
    color: #2e2e2e;
}
.srvElement:hover .srvElementImg{
    filter: grayscale(1);
}
.srvElement:hover:before {
    content: '';
    background: url('/wp-content/uploads/2025/11/badge-icon.webp');
    width: 100%;
    height: 31%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.07;
}
ul#additionalServices {
    list-style: none;
}
#additionalServices li:before {
     content: "\f101";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 7px;
}
#additionalServices li {
    text-align: center;
    padding: 5px 10px;
}

/* FIRST LIST */ 

div#last-content-1-section {
    padding-bottom: 0;
    /* overflow: hidden; */
}


.last-content-1-container {
    /* box-shadow: 0 0 8px #00000014, 0 0 20px #00000014, 0 0 30px #00000014; */
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.first-list-container {
    padding: 25px;
    box-shadow: 0 0 8px #00000014, 0 0 20px #00000014, 0 0 30px #00000014;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

ul.first-list-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}

.first-list-content li {
    margin-bottom: 10px !important;
    padding: 10px;
    color: #111;
    text-align: left;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    transition: transform 0.4s ease;
    transform: translateY(-40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.first-list-content li.visible {
    opacity: 1;
    transform: translateY(0);
}
.first-list-content li:hover,
.steps-list-content li:hover {
    transform: scale(1.1);
    z-index: 9999;
}
.first-list-content li span {
    position: relative;
    padding-left: 10px;
    display: list-item;
    text-align: left;
    line-height: 1.3;
}

 li.first-li-1 {
 
    background: #ef6a291a;
}

li.first-li-2 {
   
    background: rgb(239 106 41 / 29%);
}

li.first-li-3 {
    background: rgb(239 106 41 / 48%);
}

li.first-li-4 {
    background: rgb(239 106 41 / 67%);
    color: #ffffff;
}

li.first-li-5 {
    background: rgb(239 106 41 / 85%);
    color: #fff4ef;
}

li.first-li-6 {
    background: #ef6a29;
    color: #fff;
}
    .first-list-content li img {
    width: 65%;
    filter: brightness(0) invert(47%) sepia(36%) saturate(1697%) hue-rotate(343deg) brightness(98%) contrast(92%);
}
    

li.first-li-4 img {
filter: brightness(0) invert(67%) sepia(76%) saturate(188%) hue-rotate(334deg) brightness(97%) contrast(101%);
}

li.first-li-2 img {
    filter: brightness(0) invert(58%) sepia(42%) saturate(672%) hue-rotate(334deg) brightness(98%) contrast(93%);
}

li.first-li-3 img {
    filter: brightness(0) invert(63%) sepia(13%) saturate(1981%) hue-rotate(329deg) brightness(109%) contrast(91%);
}

li.first-li-5 img {
    filter: brightness(0) invert(83%) sepia(14%) saturate(588%) hue-rotate(331deg) brightness(103%) contrast(96%);
}

li.first-li-6 img {
    filter: brightness(0) invert(98%) sepia(84%) saturate(822%) hue-rotate(294deg) brightness(107%) contrast(97%);
}


.second-list-content li:hover{
      transform: scale(1.05);
     box-shadow: 0 0 8px #ffffff4f, 0 0 20px #ffffff4f, 0 0 30px #ffffff4f;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
}

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

.last-content-1-container h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.last-content-1-container h2:before {
   content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ef6a29 0%, rgba(239,106,41,0) 100%);
    transition: width 0.4s ease;
}
.last-content-1-container h2:hover::before {
    width: 50%; 
}


/* SERVICES LIST */


div#services-list-section {
    background: url('/wp-content/uploads/2025/12/Reliable-Asphalt-Services-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: 13%;
    background-position-y: 33%;
}

div#services-list-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255 255 255)25%, rgb(255 255 255 / 58%) 85%);
    position: absolute;
}


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

.home ul#servcss {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.home #servcss li {
    text-align: center;
    padding: 5px 35px;
    background: #ffffff85;
    border-bottom: 1px solid #ef6a29 !important;
    border: 1px solid transparent;
    color: #111;
    margin: 5px;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
}
.home #servcss li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 7px;
    color: #111;
}


.home #servcss li:after {
    content: "";
    background: url('/wp-content/uploads/2025/11/badge-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 31%;
    height: 82%;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}
.home #servcss li:hover {
    box-shadow: 0 0 8px #ee692945, 0 0 20px #ee692945, 0 0 30px #ee692945;
    transform: scale(1.1);
    border: 1px solid #ee69295e;
}

p.srv-list-title {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}



/* SECOND LIST */
div#last-content-2-section {
    background: #111;
    color: #fff;
}
div#last-content-2-module h2 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
    position: relative;
}
div#last-content-2-module h2:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ef6a29 0%, rgba(239,106,41,0) 100%);
    transition: width 0.4s ease;
}

div#last-content-2-module h2:hover:before{
    width: 50%;
}
/* SECOND LIST */

div#second-list-section {
    background: url('/wp-content/uploads/2025/12/Reliable-Asphalt-Services-3.webp');
    background-position-x: center;
    background-position-y: 91%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

div#second-list-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111111ab;
    position: absolute;
}


.last-content-3-container h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.last-content-3-container h2:before{
     content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ef6a29 0%, rgba(239,106,41,0) 100%);
    transition: width 0.4s ease;
}

.last-content-3-container h2:hover:before{
    width: 50%;
}



div#last-content-4-section h2 {
    text-transform: uppercase;
}

li.second-li-1:before {
    content: '';
    width: 26%;
    height: 100%;
    left: -15px;
    background: url('/wp-content/uploads/2025/12/number-1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

li.second-li-2:before {
     content: '';
    width: 31%;
    height: 100%;
    left: -18px;
    background: url('/wp-content/uploads/2025/12/number-2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

li.second-li-3:before {
    content: '';
    width: 31%;
    height: 100%;
    left: -18px;
    background: url('/wp-content/uploads/2025/12/number-3.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

li.second-li-2,
li.second-li-3,
li.second-li-5{
    padding-left: 65px;
}

 

li.second-li-4:before {
    content: '';
    width: 31%;
    height: 100%;
    left: -30px;
    background: url('/wp-content/uploads/2025/12/number-4.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

li.second-li-5:before {
    content: '';
    width: 31%;
    height: 100%;
    left: -18px;
    background: url('/wp-content/uploads/2025/12/number-5.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

 

li.second-li-6:before {
    content: '';
    width: 31%;
    height: 100%;
    left: -18px;
    background: url('/wp-content/uploads/2025/12/number-6.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
/* TESTIMONIALS */

div#home-testimonials {
    position: relative;
    background: url('/wp-content/uploads/2025/12/Reliable-Asphalt-Services-4.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 11%;
    background-position-y: 30%;
    overflow: hidden;
}
.testimonial-item {
    border: none !important;
    border-radius: 10px;
    padding: 1rem;
    background: transparent !important;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover{
    background: transparent !important;
}
div#home-testimonials:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ffffff 0%, rgb(255 255 255 / 76%) 100%);
    position: absolute;
}

.testimonial-content {
    line-height: 1.3;
}

.testimonial-subject {
    text-transform: uppercase;
}

.reviewer-name {
    font-size: 13px;
}

.nav-arrows button {
    border: 1px solid #111 !important;
    background: #ffffff9e !important;
    border-radius: 50px !important;
}

.nav-arrows button:hover {
    background: #111 !important;
}


/* CONTACT FORM */

div#contact-main-section {
    background: url('/wp-content/uploads/2025/12/Reliable-Asphalt-Services-5.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 40%;
    position: relative;
}

div#contact-main-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1111114a;
    position: absolute;
}

div#contact-section {
    padding: 25px;
    background: #111111f5;
    border: 1px solid #fff;
    max-width: 600px;
    margin: 0 auto;
    transition: transform 0.4s ease;
}
div#contact-section:hover {
    transform: scale(1.05);    
}


p.free-estimate-title {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 10px;
}

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

div#contact_header {
    color: #fff;
}

.error, .success {
    color: #fff !important;
    background: none;
    border: none;
}

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

.nap_cf_customer_name, 
.nap_cf_phone_cf, 
.nap_cf_customer_email,
.nap_cf_message,
.nap_cf_vercode_container {
    width: 100%;
    position: relative;
}

input#customer_name,
input#phone-cf,
input#customer_email,
textarea#message,
input#vercode {
    width: 100%;
    padding: 10px;
    background: transparent !important;
    border: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
    color: #d8d8d8;
}

.nap_cf_vercode_container p {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nap_cf_vercode_container p img{
    width: 30%;
    max-width: 135px;
}

input#vercode {
    margin-bottom: 0;
    width: 65%;
}

input#submitter {
    background: #ef6a29;
    border: 1px solid #ef6a29;
    border-radius: 0;
    margin-top: 20px;
    padding: 10px;
    height: unset !important;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 8px #ef6a294f, 0 0 20px #ef6a294f, 0 0 30px #ef6a294f;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
}
input#submitter:hover {
    box-shadow: 0 0 8px #ef6a298a, 0 0 20px #ef6a298a, 0 0 30px #ef6a298a;
}

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: transparent;
}

.nap_cf_customer_name p:before {
    content: 'Name';
    position: absolute;
    color: #fff;
    background: #111;
    left: 8px;
    top: -10px;
    padding: 5px 15px;
    line-height: 1;
    font-size: 13px;
    z-index: 999;
}

.nap_cf_phone_cf p:before {
    content: 'Phone';
    position: absolute;
    color: #fff;
    background: #111;
    left: 8px;
    top: -10px;
     padding: 5px 15px;
    line-height: 1;
     font-size: 13px;
    z-index: 999;
}

.nap_cf_customer_email p:before {
    content: 'Email';
    position: absolute;
   color: #fff;
    background: #111;
    left: 8px;
     top: -10px;
    padding: 5px 15px;
    line-height: 1;
   font-size: 13px;
    z-index: 999;
}


.nap_cf_message p:before {
    content: 'Message';
    position: absolute;
    color: #fff;
    background: #111;
    left: 8px;
    top: -10px;
    padding: 5px 15px;
    line-height: 1;
     font-size: 13px;
    z-index: 999;
}


.nap_cf_vercode_container p:before  {
  content: 'Enter Code';
    position: absolute;
    color: #fff;
    background: #111;
    left: 37%;
    top: -10px;
    padding: 5px 15px;
    line-height: 1;
     font-size: 13px;
    z-index: 999;
}

/* NAP */

.homepage-nap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.nap-title-block,
.nap-location-block {
    width: 100%;
    background: #111111;
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px;
    max-width: 350px;
    transition: box-shadow 0.5s ease, transform 0.6s ease;
}
.nap-title-block,
.nap-phone-block,
.nap-location-block {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.nap-title-block.visible,
.nap-phone-block.visible,
.nap-location-block.visible {
    opacity: 1;
    transform: translateY(0);
}
i.fa.fa-user, .nap-location-block i.fa.fa-map-marker{
    font-size: 45px;
    color: #ef6a29;
}

h3.entry-title,
.nap-location-block h3{
    color: #fff;
    width: 85%;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 0;
    text-transform: uppercase;
}

.nap-phone-block {
    width: 100%;
    background: #ef6a29;
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px;
    max-width: 350px;
    position: relative;
    transition: box-shadow 0.5s ease, transform 0.6s ease;
}

i.fa.fa-phone {
    font-size: 45px;
    color: #fff;
    z-index: 1;
}

.nap-phone-block h3 {
    color: #fff;
    padding-bottom: 0;
}

.nap-phone-block:before {
    content: '';
    width: 100%;
    height: 71%;
    bottom: 0;
    left: 0;
    background: url('/wp-content/uploads/2025/11/badge-icon.webp');
    background-size: contain;
    background-position-x: 42%;
    background-repeat: no-repeat;
    opacity: 0.07;
    position: absolute;
    z-index: 0;
}
.nap-title-block:hover, 
.nap-location-block:hover
 {
       transform: scale(1.1);
    z-index: 9999;
     box-shadow: 0 0 8px #111111a6, 0 0 20px #111111a6, 0 0 30px #111111a6;
}

.nap-phone-block:hover {
    box-shadow: 0 0 8px #ef6a2980, 0 0 20px #ef6a2980, 0 0 30px #ef6a2980;
    transform: scale(1.1);
    z-index: 9999;
}


/* FOOTER STYLE */
 #main-footer {
     background: #111111;
     background-size: contain;
     background-repeat: repeat;
}
 #main-footer .container {
     width: 95%;
}
 div#footer-bottom {
     background-color: #ef6a29;
     padding: 15px;
     color: #ffffff;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #ffffff;
     font-size: 22px;
     margin-bottom: 20px;
     letter-spacing: 1px;
     margin-top: 30px;
     font-weight: bold;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px solid #ef6a29;
     text-transform: uppercase;
     font-family: "Oswald", Arial, sans-serif;
}
 .footer-widget .textwidget {
     color: #efefef;
}
 #footer-widgets .footer-widget a {
     background-color: #fff;
}
 table.openinghours {
     max-width: 350px;
     margin: 0 auto !important;
     width: 100%;
}
 table.openinghours tr {
     display: flex;
     justify-content: space-between;
     line-height: 2;
     font-family:  "Poppins", Verdana, Arial, sans-serif;
     color: #efefef;
     font-weight: 500;
}
 #current-day {
     background-color: #ef6a29;
     padding: 0 2px;
}
 #current-day td {
     color: #fff;
     text-shadow: none;
}
 #closed-day {
     color: #efefef;
}

ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #ef6a29 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     font-size: 26px;
     font-weight: 600;
    color: #333;
     position: relative;
     margin-bottom: 10px;
      font-family: "Oswald", Arial, sans-serif;
     text-transform: uppercase;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #ef6a29;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 600;
     color: #333;
     position: relative;
     margin-bottom: 10px;
     font-family: "Oswald", Arial, sans-serif;
     text-transform: uppercase;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #ef6a29;
}
 .et_pb_sidebar_0 .textwidget {
     text-align: center;
}
 #sidebar .textwidget {
     text-align: center;
}
 .single-post div#main-content, .blog div#main-content {
     background-color: #ffffff;
     min-height: 50vh;
}
 .single-post .et_pb_post .entry-content {
     text-align: justify;
}

   .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    /* padding-bottom: 0 !important; */
    padding-top: 50px;
    margin-bottom: 0 !important;
}
 .single-post div#main-content .container {
    padding: 0px 0 !important;
    width: 95%;
}
.single-post 
 .et_pb_row {
    width: 100% !important;
}

 #left-area .post-meta a {
     color: #ef6a29;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/* LISTING */

#main-footer .listing-rev-btn {
    position: fixed;
    left: 0;
    bottom: 10px !important;
    padding: 5px 20px;
    font-size: 15px;
    background: #ef6a29 !important;
    border: 1px solid #fff !important;
    border-left: 0 !important;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 195px;
    z-index: 99999;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.listing-rev-btn img {
    width: 14px !important;
    margin-right: 5px !important;
    margin-left: 10px;
    filter: grayscale(1) brightness(10);
    display: none !important;
}

#main-footer .listing-rev-btn:hover{
     background: #111111 !important;
    border: 1px solid #fff !important;
    border-left: 0 !important;
}

.floating-quote-btn.booking-button-switch{
    background: #111111 !important;
    padding: 5px 10px;
    width: 195px;
    color: #ffffff;
    border: 1px solid #fff;
    border-left: 0;
    display: flex;
    position: fixed;
    text-transform: uppercase;
    bottom: 55px !important;
    z-index: 999999;
    transition: background-color 0.3s ease, color 0.3s ease;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.floating-quote-btn.booking-button-switch:hover{
     background: #ef6a29 !important;
     color: #fff;
}

h1.entry-title {
    line-height: 1.2;
}

.single-post .et_pb_post .entry-content h2 {
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
}
.single-post .entry-content .wpcr3_reviews_holder {
    display: none;
}

.wpcr3_button_1{
    background: #ef6a29 !important;
    color: #fff;
    border: 1px solid #ef6a29;
    border-radius: 0;
}
.wpcr3_button_1:hover{
    background: #111 !important;
    color: #fff;
     border: 1px solid #111;
}

body:not(.home) blockquote.wpcr3_content {
    border-color: #ef6a29 !important;
    padding-bottom: 0;
}
p.post-meta {
    padding-bottom: 7px !important;
}

.nap-grid-areas {
    padding-bottom: 0;
}


/* GALLERY */


     @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;
  }

a.gallery-button {
     background: #ef6a29;
     border: 1px solid #ef6a29;
     border-radius: 0;
     padding: 10px;
     height: unset !important;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     width: 150px;
     text-align: center;
     box-shadow: 0 0 8px #ef6a294f, 0 0 20px #ef6a294f, 0 0 30px #ef6a294f;
     transition: box-shadow 0.5s ease, transform 0.3s ease;
}

a.gallery-button:hover{
 box-shadow: 0 0 8px #ef6a298a, 0 0 20px #ef6a298a, 0 0 30px #ef6a298a;
}





 @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: 0 !important;
    }
     .et_pb_text {
         text-align: center !important;
    }
     #footer-widgets .footer-widget .fwidget {
         width: 100% !important;
         margin-bottom: 30px !important;
    }
     body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 30px;
}
     #sidebar h4.widgettitle {
    margin-top: 20px;
}
     .wpcr3_item_name, .et_pb_post h2.entry-title, .et_pb_title_meta_container, .post-meta {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
}
     div#last-content-3-section {
    padding-bottom: 0;
}
}


 @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) {
	 .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;
         min-width: unset !important;
         padding: 10px;
    }
     .wpcr3_submit_btn, .wpcr3_cancel_btn {
         width: 40%;
    }
}

.steps-list-container {
    width: 100%;
}

ol.steps-list-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.steps-list-content li {
    background: #1111119e;
    padding: 10px;
    padding-left: 60px;
    margin-bottom: 25px !important;
    /* margin-right: 25px; */
    text-align: left;
    color: #fff;
    max-width: 265px;
    position: relative;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    min-height: 100px;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.steps-list-content li.visible { 
    opacity: 1;
    transform: translateY(0);
}
.steps-list-content li:hover{
    transform: scale(1.05);
}
p.steps-number {
    position: absolute;
    font-size: 50px;
    color: #fff;
    padding: 41px !important;
    z-index: 9999;
}


.li-content {
    z-index: 999;
}
#main-footer .listing-rev-btn i.fa.fa-google {
    /* display: none !important; */
    color: #fff;
    font-size: 16px;
}



@media (min-width: 600px) {
 div#homepage-header-holder {
    margin-top: -183px;
    padding-top: 183px;
}

section#header-section {
    height: calc(100vh - 183px) !important;
    min-height: 600px !important;
    max-height: 1000px !important;
}
    section#header-section .et_pb_fullwidth_header_container.center {
      min-height: 600px !important;
    max-height: 1000px !important;
     height: 100%;
}
/* SERVICES */

    ul#additionalServices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
}

#additionalServices li {
    padding: 5px;
    margin-right: 10px;
}

    /* SERVICES LIST */
    .home ul#servcss {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.home #servcss li {
    width: unset;
    padding: 5px 20px;
}

    /* SECOND LIST */

    ol.steps-list-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.steps-list-content li {
    width: calc(50% - 25px);
}

li.second-li-2,
li.second-li-4,
li.second-li-6{
    margin-right: 0;
}



li.second-li-1,
li.second-li-3,
li.second-li-5 {
    margin-left: 7px;
}
    /* NAP */

    .homepage-nap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.nap-title-block, 
.nap-location-block,
.nap-phone-block {
    margin: 0;
    padding: 10px;
    min-height: 220px;
    width: calc((100% / 3) - 10px);
    border: 1px solid #fff;
}

    h3.entry-title, 
    h3.nap-addr ,
    .nap-phone-block h3{
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}
div#nap-row {
    margin-top: -145px;
}

div#homepage-nap-section {
    padding-bottom: 0;
}

}



@media (min-width: 981px){
    #main-header.et-fixed-header {
    background: #111111 !important;
}
    body:not(.home) header#main-header {
    background: #111;
}
      .text-logo {
    text-align: left;
}
    .ws-header-booking {
    padding: 0;
}

    header#main-header {
    padding: 0 5px;
    box-shadow: none;
}
div#homepage-header-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom right,
        #000000 6%,
        #000000 26%,
        #00000091 63%,   
        #00000059 74%,   
        rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
}
    .container.clearfix.et_menu_container.header-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    padding-bottom: 10px;
}

.header-info-holder {
    width: 27%;
    margin: 0;
}
    .logo_container {
    padding: 10px 0px 5px 10px;
}

div#et-top-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 73%;
}


.main-header-napinfo-block {
    width: 25%;
    padding-bottom: 0;
}

ul#top-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

nav#top-menu-nav {
    width: 72%;
}

    #top-menu li {
    padding-right: 13px !important;
}

#top-menu li a {
    padding-bottom: 0 !important;
}
    #top-menu li a:hover {
    color: #ef8f5f !important;
}

    #top-menu li li a {
    padding: 0 20px !important;
}

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

.ws-slogan h1 {
    text-align: left;
    line-height: 1.5;
}

.header-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

a.header-button-quote.booking-button-switch {
    margin-bottom: 0;
    margin-right: 15px;
   
}
    div#homepage-header-holder {
    min-height: 600px !important;
    max-height: 1000px !important;
    background-position-y: center;
    padding-top: 0;
}
    section#header-section {
    height: 100% !important;
    min-height: 600px !important;
    max-height: 1000px !important;
}
      section#header-section .et_pb_fullwidth_header_container.center {
      min-height: 600px !important;
      max-height: 1000px !important;
      height: 100%;
      max-width: 1080px;
}
   .main-header-napinfo-block a.phonenum {
    color: #f0844e;
        transition: color 0.5s ease;
}
  .main-header-napinfo-block a.phonenum:hover {
    color: #fff;
}
    .header-content-block {
    width: 65%;
}
    .header-content {
    padding-top: 0 !important;
}

    /* BADGES */
    .badges-container {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 8px #00000014, 0 0 20px #00000014, 0 0 30px #00000014;
    z-index: 99999;
    flex-wrap: nowrap;
    transition: box-shadow 0.5s ease;
}

.badge-holder {
    width: 100%;
    /* max-width: 300px; */
    position: relative;
    margin-bottom: 0;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0 0 8px #00000014, 0 0 20px #00000014, 0 0 30px #00000014;
    transition: box-shadow 0.8s ease, transform 0.7s ease;
}

.badges-container .badge-holder:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 40%;
    background: #0000001f;
    left: 0;
    position: absolute;
    margin-bottom: 0;
}
    .badge-holder:hover {
    transform: scale(1.1);
    background: #111111;
    border: 1px solid #2a2a2a;
    z-index: 99;
     box-shadow: 0 0 10px #00000029, 0 0 20px #00000029, 0 0 30px #00000029;
}

.badge-holder:hover img {
    filter: invert(1);
}

.badge-holder:hover .badge-content
{
    color: #ef6a29;
}
.badge-holder:hover .badge-title {
    color: #eaeaea;
}
    div#badges-row {
    padding-bottom: 60px;
}
    .first-paragraph-image-container {
    right: -10px;
}

.first-paragraph-image-container:before {
    left: -40px;
    top: -40px;
}
    div#first-paragraph-section:before {
    transform: skewX(-38deg);
    width: 300px;
}
    div#first-paragraph-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}
   .skewed-rectangle {
    top: -66px;
    left: 200px;
    transform: skewX(-35deg);
    background: #ef6a29;
    transform-origin: top;
    z-index: -99999;
}




    /* SERVICES */

    
    .srvBlock {
    max-width: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.srvElement {
    width: calc((100% / 3) - 10px);
    margin-bottom: 20px;
}

.srvElement.srvElementFullWidth {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.srvElement.srvElementFullWidth .srvElementImg {
    margin: 0;
    width: 35%;
    margin-left: -40px;
}

.srvElement.srvElementFullWidth .srvElementBody {
    width: 65%;
}

.srvElementHeader h2 {
      min-height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.srvElement.srvElementFullWidth .srvElementHeader h2 {
    min-height: unset;
}
    .srvElement.srvElementFullWidth:hover:before{
     content: '';
     background: url('/wp-content/uploads/2025/11/badge-icon.webp');
     width: 36%;
     height: 71%;
     bottom: 0;
     left: 60%;
     position: absolute;
     background-repeat: no-repeat;
     background-size: contain;
     opacity: 0.07;
}
.last-content-1-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 999999;
}

.last-content-1-container {
    width: 67%;
    background: transparent;
}

.first-list-container {
    width: 48%;
}

    div#last-content-1-row {
    position: relative;
}

div#last-content-1-row:before {
     content: '';
     width: 250px;
     height: 122%;
     background: linear-gradient(to bottom, #ef6a2987 0%, rgba(239, 106, 41, 0) 100%);
     top: -55px;
     right: 0;
     transform: skewX(-51deg);
     position: absolute;
     animation: slideInBefore 2s ease-out forwards;
}
div#services-list-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 65%),
    linear-gradient(to bottom, rgb(255 255 255)15%, rgba(255,255,255,0) 45%);
    position: absolute;
}

    /* SECOND LIST */

    div#second-list-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.second-list-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.second-list-container {
    margin-bottom: 0;
    width: 48%;
}

.second-list-image {
    width: 48%;
}
ol.steps-list-content {
    padding-bottom: 0;
}
    ol.steps-list-content {
    max-width: unset;
}

li.second-li-1, 
li.second-li-3, 
li.second-li-5 {
    margin-left: 0;
    margin-right: 25px;
}

li.second-li-2, 
li.second-li-4, 
li.second-li-6 {
    margin-right: 25px;
}
li.second-li-4,
li.second-li-5,
li.second-li-6 {
    margin-bottom: 0 !important;
}
.steps-list-content li {
    width: calc(100% / 3);
}
    
    /* TESTIMONIALS */
    
   
div#home-testimonials:before {
    background: #ffffffeb;
    transform: skewX(-33deg);
    width: 80vw;
    right: -24%;
    left: unset;
}

    div#testimonials-block:before {
    content: '';
    width: 350px;
    height: 250%;
    top: -20%;
    left: -17%;
    position: absolute;
    transform: skewX(-33deg);
    background: linear-gradient(to bottom, #ef6a29b0 0%, rgba(239, 106, 41, 0) 87%);
    z-index: 1;
    animation: slideIn 2s ease-out forwards;
}


    /* NAP */

    div#nap-row {
    margin-top: -130px;
}
    .homepage-nap {
    max-width: unset;
}
.nap-phone-block:before {
    background-size: contain;
    height: 90%;
}

    .nap-title-block, .nap-location-block, .nap-phone-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#contact-main-section {
    padding-bottom: 80px;
}


    
    /* 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;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(78 78 78 / 20%);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(6 45 91 / 20%);
    }
  	.et_pb_title_meta_container, .post-meta {
    text-align: left;
}

/***** 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;
     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;
}
    
    .single-post #sidebar {
    padding-top: 50px;
}

 h1.entry-title {
    font-size: 30px;
}


ul.first-list-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: unset;
    flex-wrap: nowrap;
}

.first-list-content li {
    background: #ffffff8f;
    margin: 5px;
    box-shadow: 0 0 8px #00000014, 0 0 20px #00000014, 0 0 30px #00000014;
    border: none;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
    li.first-li-1 {
    bottom: -95px;
    position: relative;
    background: #ef6a291a;
}

li.first-li-2 {
    bottom: -45px;
    position: relative;
    background: rgb(239 106 41 / 29%);
}

li.first-li-3 {
    position: relative;
    bottom: 5px;
    background: rgb(239 106 41 / 48%);
}

li.first-li-4 {
    position: relative;
    bottom: 55px;
    background: rgb(239 106 41 / 67%);
    color: #ffffff;
}

li.first-li-5 {
    bottom: 105px;
    background: rgb(239 106 41 / 85%);
    color: #fff4ef;
}

li.first-li-6 {
    bottom: 160px;
    background: #ef6a29;
    color: #fff;
}
    .first-list-content li img {
    width: 65%;
    filter: brightness(0) invert(47%) sepia(36%) saturate(1697%) hue-rotate(343deg) brightness(98%) contrast(92%);
}
    

li.first-li-4 img {
filter: brightness(0) invert(67%) sepia(76%) saturate(188%) hue-rotate(334deg) brightness(97%) contrast(101%);
}

li.first-li-2 img {
    filter: brightness(0) invert(58%) sepia(42%) saturate(672%) hue-rotate(334deg) brightness(98%) contrast(93%);
}

li.first-li-3 img {
    filter: brightness(0) invert(63%) sepia(13%) saturate(1981%) hue-rotate(329deg) brightness(109%) contrast(91%);
}

li.first-li-5 img {
    filter: brightness(0) invert(83%) sepia(14%) saturate(588%) hue-rotate(331deg) brightness(103%) contrast(96%);
}

li.first-li-6 img {
    filter: brightness(0) invert(98%) sepia(84%) saturate(822%) hue-rotate(294deg) brightness(107%) contrast(97%);
}



}

@media (min-width: 2000px) {
    div#home-testimonials {
    background-position-y: 49%;
}

div#services-list-section {
    background-position-y: 57%;
}
}


