/*
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;
}
 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 {
     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 {
}
 .main-header-contact-info-holder a {
     color: #ffffff;
}
 .main-header-contact-info-holder a span {
     color: #FFC107;
}

#main-header.et-fixed-header {
    background: #080F0F !important;
    padding-bottom: 10px;
}

.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 {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 400;
     background-image: linear-gradient(
    160deg,
    #ffffff00 50%,
    #ffffff 50%
  );
    background-size: 300%;
 transition: all 0.6s ease;
}
.top_button:hover {
  background-position: 100%;
border-color: #fff;
  color: #000;
  
}
.top_button:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}
 .header-menu-container {
     width: 100%;
     max-width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
 .header-info-holder {
     margin: 0 auto;
     max-width: 1080px;
     order: 1;
}
 .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: 60px !important;
     max-height: 75px !important;
     width: auto !important;
     max-width: 280px !important;
     padding: 5px;
}
 .text-logo {
     font-family: "Oswald", sans-serif;
     color: #fff;
     line-height: 1.2;
     max-width: 300px;
     font-size: 28px !important;
     text-transform: uppercase;
}
 .text-logo-icon {
     width: 200px;
     margin: 0 auto;
}

 span.info-addon {
    color: #333333;
    text-align: center;
    display: none;
}
 .main-header-napinfo-block {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     flex-direction: row-reverse;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 75px;
}
 .main-header-napln-container {
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1;
     margin: 0 5px;
     font-size: 16px;
     color: #000;
     text-align: center;
     min-height: 32px;
}
 .main-header-napln-container .fa {
     margin-right: 5px;
     color: #ffc200;
}
 .main-header-email-btn {
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1;
     font-size: 16px;
     color: #fff;
     background: #333333;
     position: absolute;
     left: 0;
     bottom: 0px;
     z-index: 999;
     height: 42px;
     width: 199px;
}
 .main-header-email-btn .fa {
     margin-right: 5px;
     color: #FFC107;
}

 .add-info-btn {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #080F0F;
     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: #080F0F;
     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: #a0d104;
}
 #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;
     color: #91bc05;
}
 div#et-top-navigation {
     width: 100%;
     padding: 0px !important;
     position: relative;
     display: flex !important;
     align-items: center;
     order: 3;
     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: #91bc05;
     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;
     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;
}
 
 .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%;
}
 .mobile_menu_bar {
     padding-bottom: 0 !important;
     width: 50px;
     margin: 0 auto;
}

 .et_mobile_menu {
     background-color: #080F0F !important;
     border-color: #a0d104 !important;
     /* top: 52px; */
     height: auto !important;
}
a.mobile-toggle:after {
    background: #91bc05 !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: #a0d104!important;
}
/*change Divi opened hamburger menu to X*/
 .mobile_nav.opened .mobile_menu_bar:before {
     content: '\4d';
}
/*rotate the Divi Menu icon on click*/
 .mobile_menu_bar:before {
     transition: all .4s ease;
     transform: rotate(0deg);
     display: block;
     color: #a0d104;
     text-align: center;
     font-size: 35px;
     /* top: 15px; */
     right: 6px;
     left: auto;
}
.booking-button-switch {
 /* display:none !important; */
}

div#homepage-header-holder {
    background: url('/wp-content/uploads/2025/12/Reliable-Auto-Repair.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 65%;
    min-height: 650px;
    max-height: 930px;
    margin-top: -170px;
    padding-top: 170px;
    height: 100vh;
    position: relative;
}

div#homepage-header-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #080f0f8a;
    position: absolute;
}

div#homepage-header-holder:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #080F0F 9%, rgba(8, 15, 15, 0) 34%);
    position: absolute;
}
section#header-section {
    min-height: 400px !important;
    max-height: 776px !important;
    height: calc(100vh - 156px) !important;
}

section#header-section .et_pb_fullwidth_header_container.center {
    min-height: 400px !important;
    max-height: 776px !important;
    height: 100%;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/

.header-content-container.center {
    width: 100%;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: relative;
}
.header-content-container.center::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 35%; 
    background: #fff;
    transition: height 0.5s ease;
}
.header-content-container.center:hover::before {
    height: 65%;
}

.header-content-container.center::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 20%; 
    background: #fff;
}

.header-content {
    max-width: 100%;
    margin: 0 !important;
    width: 100% !important;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


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

.ws-slogan h1 {
    padding-right: 5px;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 35px;
}

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

.header-btns br {
    display: none;
}

a.header-button-quote.booking-button-switch {
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 190px;
    position: relative;
    background-image: linear-gradient(
    160deg,
    #ffffff00 50%,
    #ffffff 50%
  );
    background-size: 300%;
 transition: all 0.6s ease;
}
a.header-button-quote.booking-button-switch:hover {
  background-position: 100%;
border-color: #fff;
  color: #000;
  
}
a.header-button-quote.booking-button-switch:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

a.button {
    background-image: linear-gradient(
    160deg,
    #91bc05 50%,
    #ffffff 50%
  );
    border: 1px solid #91bc05;
    color: #fff;
    padding: 5px 10px;
    width: 190px;
    text-transform: uppercase;
    background-size: 300%;
 transition: all 0.6s ease;
}
.button:hover {
  background-position: 100%;
border-color: #fff;
  color: #000;
  
}
.button:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}


/* BADGES */

div#css-badges-section {
    background: #070d0d;
    padding-top: 0;
}

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

.badge-holder {
    width: calc(50% - 10px);
    max-width: 275px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    padding-left: 15px;
    align-items: flex-start;
    border: 1px solid #414141;
    position: relative;
    transition: transform 0.5s ease;
}
.badge-holder:hover{
    transform: scale(1.03);
}
.badge-holder:hover p.badge-content{
    border-color: #a0d1047d;
}
.badge-title {
    color: #b4b4b4;
    font-size: 13px;
}

p.badge-content {
    color: #a0d104;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #414141;
    width: 90%;
}
.badge-holder.badge-1,
.badge-holder.badge-2{
    margin-bottom: 20px;
}



.badge-holder.badge-1:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 84px;
    max-width: 170px;
    top: -9px;
    right: -10px;
    filter: brightness(0.8);
    background: url('/wp-content/uploads/2025/12/badge-icon1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
     transition: transform 0.4s ease;
 transform: scale(1) rotateX(0deg) rotateY(0deg); 
  transform-style: preserve-3d;
}
.badge-holder.badge-1:hover:before{
     transform: scale(1.08) rotateX(10deg) rotateY(5deg);
}

.badge-holder.badge-2:before {
    content: '';
    width: 97%;
    height: 100%;
    max-height: 99px;
    max-width: 170px;
    top: -12px;
    right: -5px;
    filter: brightness(0.8);
    background: url('/wp-content/uploads/2025/12/badge-icon2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
     transition: transform 0.4s ease;
 transform: scale(1) rotateX(0deg) rotateY(0deg); 
  transform-style: preserve-3d;
}
.badge-holder.badge-2:hover:before{
     transform: scale(1.08) rotateX(10deg) rotateY(5deg);
}
.badge-holder.badge-3:before {
     content: '';
     width: 132px;
     height: 100%;
     max-height: 84px;
     max-width: 170px;
     top: -14px;
     right: -10px;
     filter: brightness(0.8);
     background: url('/wp-content/uploads/2025/12/badge-icon3.webp');
     background-size: contain;
     background-repeat: no-repeat;
     position: absolute;
    transition: transform 0.4s ease;
 transform: scale(1) rotateX(0deg) rotateY(0deg); 
  transform-style: preserve-3d;
}
.badge-holder.badge-3:hover:before{
     transform: scale(1.08) rotateX(10deg) rotateY(5deg);
}
.badge-holder.badge-4:before {
    content: '';
    width: 98%;
    height: 100%;
    max-height: 74px;
    max-width: 170px;
    top: -5px;
    right: -10px;
    filter: brightness(0.8);
    background: url('/wp-content/uploads/2025/12/badge-icon4.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
     transition: transform 0.4s ease;
 transform: scale(1) rotateX(0deg) rotateY(0deg); 
  transform-style: preserve-3d;
}
.badge-holder.badge-4:hover:before{
     transform: scale(1.08) rotateX(10deg) rotateY(5deg);
}
/* FIRST PARAGRAPH */
.home h2.entry-title {
    color: #fff;
    line-height: 1.2;
    padding: 20px;
    border: 3px solid #91bc05;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
     transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    position: relative;
}
.home h2.entry-title::after,
.home h2.entry-title::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.home h2.entry-title::after {
    bottom: -3px;
    right: -3px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.home h2.entry-title::before {
    top: -3px;
    left: -3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.home h2.entry-title:hover {
    animation: pulse 1s ease-out .4s;
    color: #fff;
}

.home h2.entry-title:hover::after,
.home h2.entry-title:hover::before {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    visibility: visible;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.home h2.entry-title:hover::after {
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.home h2.entry-title:hover::before {
    transition: width .1s ease, height .1s ease .1s;
}



div#first-paragraph-module {
    color: #b6b6b6;
}
div#first-paragraph-image:before {
    background:
    linear-gradient(to top,    #080F0F 2%, transparent 20%),
    linear-gradient(to right,  #080F0F 2%, transparent 20%),
    linear-gradient(to bottom, #080F0F 2%, transparent 20%),
    linear-gradient(to left,   #080F0F 2%, transparent 20%);
background-blend-mode: lighten;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
}

div#first-paragraph-image {
    position: relative;
    transition: transform 0.4s ease;
}
div#first-paragraph-image:hover {
    transform: scale(1.03);
    filter: grayscale(1);
    
}
div#first-paragraph-module p a {
    color: #a0d104;
}
div#gallery-button-module .et_pb_text_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
a.gallery-button {
    border: 1px solid #fff;
    padding: 5px 10px;
    width: 150px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(
    160deg,
    #ffffff00 50%,
    #ffffff 50%
  );
    background-size: 300%;
 transition: all 0.6s ease;

}
a.gallery-button:hover {
  background-position: 100%;
border-color: #fff;
  color: #000;
  
}
a.gallery-button:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

/* SERVICES */

div#services-blocks-section {
    background: url('/wp-content/uploads/2025/12/Reliable-Auto-Repair-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
}

div#services-blocks-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #080f0fde;
    position: absolute;
}
.srvBlockTitle {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    font-size: 26px;
    font-weight: 700;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    font-family: "Oswald", Arial, sans-serif;
}

.srvBlockTitle::before,
.srvBlockTitle::after {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 0;
  transition: width 0.2s 0.35s ease-out;
  z-index: 1;
}

.srvBlockTitle::before {
  right: 50%;
  background: linear-gradient(to left, rgb(145, 188, 5), rgba(145, 188, 5, 0));
}

.srvBlockTitle::after {
  left: 50%;
  background: linear-gradient(to right, rgb(145, 188, 5), rgba(145, 188, 5, 0));
}

.srvBlockTitle:hover::before,
.srvBlockTitle:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;
}




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

.srvElement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    border: 3px solid #91bc05;
    padding: 20px;
    max-width: 600px;
    transition: transform 0.5s ease;
}
.srvElement:hover {
    transform: scale(1.04);
}
.srvElement:hover .srvElementImg {
    filter: grayscale(1);
}
.srvElementImg {
    margin-top: -55px;
}

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

.srvElementHeader {
    width: 90%;
    /* background: #080f0f; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    padding: 10px;
    position: relative;
    background-image: linear-gradient(    160deg,    #080f0f 50%,    #ffffff 50%  );
    background-size: 300%;
    transition: all 0.4s ease;
}
.srvElementHeader:hover {
  background-position: 100%;
border-color: #fff;
  color: #000;
}
.srvElementHeader:hover h2{
    color: #000;
}
.srvElementHeader:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}
.srvElementHeader h2 {
    color: #Fff;
    padding-bottom: 0;
    line-height: 1.2;
    text-align: center;
}

.srvElementContent {
    color: #e5e5e5;
    margin-top: 15px;
    text-align: justify;
    width: 100%;
}
.srvElementContent a {
    color: #91bc05;
    font-weight: 600;
    text-decoration: underline;
}
ul#additionalServices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

#additionalServices li {
    position: relative;
    color: #e5e5e5;
    padding: 5px;
}


#additionalServices li:before{
     content: "\f101";
     font-family: FontAwesome;
     font-size: 14px;
     padding-right: 7px;
     color: #e5e5e5;
}

/* LAST CONTENT */

div#last-content-1-section {
    background: #080F0F;
    padding-bottom: 20px;
}

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

.last-content-1-container h2 {
    color: #fff;
    text-transform: uppercase;
    position: relative; 
}

.last-content-1-container h2:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 0;
    background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
    transition: width 0.5s ease, background 0.5s ease;
}

.last-content-1-container h2:hover:after {
    width: 100%;
}

.last-content-1-container p {
    color: #b6b6b6;
}

.last-content-1-container p a{
    color: #91bc05;
    font-weight: 600;
    text-decoration: underline;
}


ul.first-list-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 5px;
    max-width: 600px;
    margin: 0 auto;
}

.first-list-content li {
    width: calc(50% - 5px);
    color: #fff;
    position: relative;
    max-width: 285px;
     transition: transform 0.5s ease, filter 0.5s ease;
}
.first-list-content li:hover{
    transform: scale(1.05);
}
.first-list-content li:hover img{
    filter: brightness(1);
}
li.first-li-1,
li.first-li-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 35px;
}
li.first-li-5 {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
li.first-li-1 p.first-li-text,
li.first-li-3 p.first-li-text,
li.first-li-5 p.first-li-text{
    position: relative;
    padding: 10px 0px 10px 10px;
    text-align: right;
    width: 95%;
    right: -10px;
}

p.first-li-text:before {
    content: "\f111";
     font-family: FontAwesome;
     font-size: 5px;
     padding-right: 7px;
     color: #e5e5e5;
}
li.first-li-1:before,
li.first-li-3:before,
li.first-li-5:before{
    content: '';
    width: 90%;
    height: 2px;
    top: 0;
    right: -17px;
    background: #a0d104;
    position: absolute;
}

.first-list-content li img {
    clip-path: polygon(20% 0%, 100% 0%, 82% 100%, 0% 100%);
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1);
}



li.first-li-2,
li.first-li-4 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 35px;
}
li.first-li-6 {
     display: flex;
    flex-direction: column-reverse;

}
li.first-li-2:before,
li.first-li-4:before,
li.first-li-6:before{
    content: '';
    width: 90%;
    height: 2px;
    bottom: 0;
    left: -17px;
    background: #a0d104;
    position: absolute;
}

li.first-li-2 .first-li-text,
li.first-li-4  .first-li-text,
li.first-li-6 .first-li-text{
     position: relative;
     padding: 10px 10px 10px 0px;
     text-align: left;
     left: -10px;
     width: 86%;
}
.first-li-image {
    position: relative;
}

li.first-li-1 .first-li-image:before, 
li.first-li-3 .first-li-image:before,
li.first-li-5 .first-li-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: linear-gradient(
    to bottom,
    #080F0F 0%,
    rgb(8 15 15 / 14%) 100%
);
    position: absolute;
    z-index: 2;
}



li.first-li-2 .first-li-image:before, 
li.first-li-4 .first-li-image:before,
li.first-li-6 .first-li-image:before {
     content: '';
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
   background: linear-gradient(
    to top,
    #080F0F 15%,
    rgba(8, 15, 15, 0) 85%
);
    position: absolute;
    z-index: 2;
}
div#last-content-2-section {
   background: #080F0F;
   padding-top: 20px;
}


.last-content-2-container p {
    color: #b6b6b6;
}
.last-content-2-container p a {
    color: #91bc05;
    font-weight: 600;
    text-decoration: underline;
}
.last-content-2-container h2 {
    color: #fff;
    text-transform: uppercase;
}

.last-content-2-container h2:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 0;
    background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
    transition: width 0.5s ease, background 0.5s ease;
}

.last-content-2-container h2:hover:after {
    width: 100%;
}

/* SERVICES LIST */

div#home-title-block {
    background: url('/wp-content/uploads/2025/12/Skilled-Auto-Repair-8.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 57%;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
div#home-title-block:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #080f0fed;
    position: absolute;
}
  .services-list-main-container {
    position: relative;
    background: #080f0f;
    padding: 20px;
}

.srv-list-image-1 {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.srv-list-image-1 img  {
    object-fit: cover;
}

p.services-list-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Oswald", Arial, sans-serif;
    position: relative;
}


p.services-list-title:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 0;
     background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
    transition: width 0.5s ease, opacity 0.5s ease;
    opacity: 0;

}
 
p.services-list-title:hover:after {
    width: 100%;
    opacity: 1;

}


.home #servcss li {
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
     transition: transform 0.5s ease; 
}
.home #servcss li:hover{
    transform: scale(1.05);
}

.home #servcss li:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
    transition: width 0.5s ease, opacity 0.5s ease;
    opacity: 0;

}
 
.home #servcss li:hover:after {
    width: 100%;
    opacity: 1;
}


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

/* SECOND LIST */

div#second-list-section {
    background: url('/wp-content/uploads/2025/12/Skilled-Auto-Repair-6.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 62%;
    position: relative;
}

div#second-list-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #080f0f 0%, rgb(8 15 15 / 73%) 57%);
    position: absolute;
}

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

ol.second-list-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    list-style: none;
}

.second-list-content li {
    padding: 15px 15px 15px 45px;
    background: #080f0fa3;
    margin-bottom: 20px;
    width: 87%;
    max-width: 270px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #91bc058f;
    transition: all 0.5s ease;
}
.second-list-content li:hover{
    transform: scale(1.05);
    
}
.second-list-content li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px; 
    height: 100%;
    background: linear-gradient(to bottom, #91bc0554, rgba(145, 188, 5, 0));
    transform: skewX(-20deg) scaleY(0); 
    transform-origin: top; 
    transition: transform 0.5s ease; 
    pointer-events: none; 
}


.second-list-content li:hover::after {
    transform: skewX(-20deg) scaleY(1); 
}

li.second-li-1:before {
    content: '';
    width: 63px;
    height: 100px;
    top: -8px;
    left: -30px;
    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: 70px;
    height: 100px;
    top: -1px;
    left: -35px;
    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: 65px;
    height: 100px;
    top: -3px;
    left: -30px;
    background: url('/wp-content/uploads/2025/12/number-3.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
li.second-li-4:before {
    content: '';
    width: 70px;
    height: 100px;
    top: -6px;
    left: -35px;
    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: 70px;
    height: 100px;
    top: -3px;
    left: -30px;
    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: 66px;
    height: 100px;
    top: -5px;
    left: -30px;
    background: url('/wp-content/uploads/2025/12/number-6.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

/* LAST CONTENT 3 */

h2.last-content-3-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
h2.last-content-3-title:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 0;
    background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
    transition: width 0.5s ease, background 0.5s ease;
}

h2.last-content-3-title:hover:after {
    width: 100%;
}
div#last-content-3-section {
    background: #080F0F;
}

div#last-content-3-section p {
    color: #b6b6b6;
}
.nap-grid-areas {
    color: #b6b6b6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nap-grid-item {
    padding: 5px 10px;
}
.testimonial-item {
    border: none !important;
    border-radius: 10px;
    padding: 50px;
    background: transparent !important;
    min-height: 100%;
    break-inside: avoid;
}

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

div#home-testimonials {
    background: url('/wp-content/uploads/2025/12/Skilled-Auto-Repair-7.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 59%;
    position: relative;
}

div#home-testimonials:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #080f0fab;
    position: absolute;
}

p.testimonial-content {
    line-height: 1.4;
    color: #fff;
}

.star {
    filter: brightness(10);
}

.reviewer-details {

    max-width: 250px;
    margin: 0 auto;
}

.testimonial-subject {
    color: #fff;
}

.reviewer-name {
   
    color: #fff;
}
.nav-arrows button {
    border: 1px solid #000;
}

/* LAST CONTENT 4 */
div#home-content-section {
    background: #080F0F;
    padding-bottom: 0;
}

div#home-content-section p {
    color: #b6b6b6;
}
#home-content-section p a{
    color: #91bc05;
}
.last-content-4-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2.last-content-4-title {
    color: #fff;
    text-transform: uppercase;
}
h2.last-content-4-title:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 0;
    background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
    transition: width 0.5s ease, background 0.5s ease;
}

h2.last-content-4-title:hover:after {
    width: 100%;
}

/* NAP */

div#nap-section {
    background: #080F0F;
    position: relative;
    padding-bottom: 0;
    overflow: visible;
}

.homepage-nap h3 {
    line-height: 1.2;
}


.homepage-nap {
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
}



.nap-title-block h3,
.nap-phone-block h3{
    color: #fff;
    border-bottom: 1px solid #414141;
}

.nap-title-block i.fa.fa-user,
.nap-location-block i.fa.fa-map-marker{
    font-size: 35px;
    color: #91bc05;
}

.nap-phone-block i.fa.fa-phone {
    font-size: 35px;
    color: #fff;
}

h3.nap-addr {
    color: #fff;
}

div#nap-section:before {
    content: '';
    width: 90%;
    height: 100%;
    top: 40px;
    left: 0;
    background: #fff;
    position: absolute;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

div#homepage-nap-section {
    background: url('/wp-content/uploads/2025/12/Skilled-Auto-Repair-9.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 58%;
    position: relative;
    padding-top: 0;
}
.nap-title-block {
    position: relative;
    width: 70%;
    text-align: right;
    margin-bottom: 70px;
    transition: all 0.4s ease;
    max-width: 280px;
}

.nap-title-block:before {
      content: "\f007";
      font-family: FontAwesome;
      font-size: 90px;
      width: 100px;
      height: 80px;
      color: #e5e5e51f;
      position: absolute;
      right: -10px;
      bottom: -10px;
     transition: all 0.4s ease;
}

.nap-phone-block {
    position: relative;
    text-align: right;
    width: 70%;
    margin-bottom: 75px;
    transition: all 0.4s ease;
    max-width: 280px;
}

.nap-phone-block:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 90px;
    width: 100px;
    height: 80px;
    color: #e5e5e51f;
    position: absolute;
    right: -10px;
    bottom: -20px; transition: all 0.4s ease;
}

.nap-location-block {
    text-align: right;
    width: 70%;
    position: relative;
    border-bottom: 1px solid #414141;
     transition: all 0.4s ease;
    max-width: 280px;
}

.nap-location-block:before{
    content: "\f041";
    font-family: FontAwesome;
    font-size: 90px;
    width: 100px;
    height: 80px;
    color: #e5e5e51f;
    position: absolute;
    right: -18px;
    bottom: -2px;
     transition: all 0.4s ease;
}
.nap-location-block:hover,
.nap-phone-block:hover,
.nap-title-block:hover {
    transform: scale(1.05);
    border-bottom: 1px solid #91bc05;
}
.nap-location-block:hover::before,
.nap-phone-block:hover:before{
    transform: scale(1.09) rotate(10deg);
    bottom: -15px;
    color: #91bc055e;
    z-index: -1;
}

.nap-title-block:hover:before{
    transform: scale(1.1) rotate(5deg);
    bottom: -15px;
    color: #91bc055e;
    z-index: -1;
}
/* CONTACT SECTION */

div#contact-section {
    padding: 40px 10px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
div#homepage-nap-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #080f0fd6;
}
div#homepage-nap-section:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #080F0F 0%, rgba(8, 15, 15, 5%) 100%);
    position: absolute;
}

form#contactForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    position: relative;
    padding-bottom: 0;
}

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

.success {
    background-color: transparent !important;
}

    .contact-section-main-container {
    padding: 35px 15px;
    position: relative;
    overflow: hidden;
}

.contact-section-main-container::before,
.contact-section-main-container::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    box-sizing: border-box;
    z-index: -1;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.contact-section-main-container::before {
    top: 0;
    right: 0;
    border-top: 2px solid #91bc05;
    border-left: 2px solid #91bc05;
       z-index: -1;
}

.contact-section-main-container::after {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #91bc05;
    border-right: 2px solid #91bc05;
       z-index: -1;
}

.contact-section-main-container:hover::before,
.contact-section-main-container:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
       z-index: -1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}


.nap_cf_customer_name,
.nap_cf_phone_cf,
.nap_cf_customer_email,
.nap_cf_message{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #414141;
}
.nap_cf_vercode_container{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
input#customer_name,
input#phone-cf,
input#customer_email,
textarea#message {
    padding: 10px;
    background: transparent;
    color: #fff;
    border: none !important;
}

input#vercode {
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #414141;
    color: #fff;
}

input#submitter {
    background: #91bc05;
    padding: 10px;
    height: unset !important;
    border-radius: 0;
    border: none;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
input#submitter:hover{
    background: #fff;
    color: #000;
    transform: scale(1.03);
}


input#customer_name::placeholder,
input#phone-cf::placeholder,
input#customer_email::placeholder,
textarea#message::placeholder,
input#vercode::placeholder {
    color: #dbdbdb;
}
div#testimonials-module {
    background: #91bc05;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}


/* FOOTER STYLE */
 #main-footer {
     background: #080F0F;
     background-size: contain;
     background-repeat: repeat;
}
 #main-footer .container {
     width: 95%;
}
 div#footer-bottom {
     background-color: #91bc05;
     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;
     text-transform: uppercase;
     font-family: "Oswald", Arial, sans-serif;
}

.footer-widget h4:after{
    content:'';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 100%;
     background: linear-gradient(to right, #91bc05, rgba(145, 188, 5, 0));
}
 .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: #91bc05;
     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: #91bc05 !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 #91bc05;
}
 #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 #91bc05;
}
 .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: #759802;
}
 #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: #91bc05 !important;
    border: 2px 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);

}

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

.floating-quote-btn.booking-button-switch{
    background: #111111 !important;
    padding: 5px 10px;
    width: 195px;
    color: #ffffff;
    border: 2px solid #91bc05;
    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: #91bc05 !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: #91bc05!important;
    color: #fff;
    border: 1px solid #91bc05;
    border-radius: 0;
    text-transform: uppercase;
   font-weight: 600;
}
.wpcr3_button_1:hover{
    background: #080F0F !important;
    color: #fff;
     border: 1px solid #080F0F;
     font-weight: 600;
}

body:not(.home) blockquote.wpcr3_content {
    border-color: #91bc05 !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;
  }


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


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

section#header-section {
    height: calc(100vh - 158px) !important;
    min-height: 657px !important;
    max-height: 1000px !important;
}

section#header-section .et_pb_fullwidth_header_container.center {
    min-height: 657px !important;
    max-height: 1000px !important;
    height: 100%;
}


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

a.header-button-quote.booking-button-switch {
    margin-bottom: 0;
    margin-right: 15px;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 275px;
}

.header-content-container.center {
    border-bottom: 0;
}

.header-content-container.center::before {
    height: 38%;
}

.header-content-container.center::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 8.5%;
    background: #fff;
    z-index: -5;
}

.header-content-block {
    margin-bottom: -25px;
    z-index: 99999;
    position: relative;
}

    /* SERVICES */

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

/* SERVICES LIST */

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

    /* SECOND LIST */

    .second-list-content li {
    width: calc(48% - 10px);
}

ol.second-list-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.second-list-container {
    padding-left: 25px;
}

    /* LAST CONTENT 3 */

    .nap-grid-areas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


    /* CONTACT */

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

.nap_cf_vercode_container p img {
    width: 22%;
}

input#vercode {
    width: 70%;
}
    .nap_cf_customer_name {
    width: 48%;
}

.nap_cf_phone_cf {
    width: 48%;
}


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


}

@media (min-width: 981px){
.header-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
}

.header-info-holder {
    width: 27%;
}

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

ul.sub-menu {
    background: #080F0F !important;
    border-color: #91bc05 !important;
    margin-top: 5px;
}
#top-menu li a {
    padding-bottom: 0px !important;
}
    #top-menu li li a {
    padding-bottom: 6px !important;
    margin-bottom: 5px !important;
}
    #top-menu .current-menu-item a  {
    position: relative;
}

#top-menu .current-menu-item a:before {
    content: '';
    width: 115%;
    height: 3px;
    background: #a0d104;
    bottom: -8px;
    left: -9%;
    position: absolute;
}
    ul#top-menu {
    margin-top: 8px;
}
    #top-menu li {
    position: relative;
    line-height: 1 !important;
    padding-right: 13px !important;
}

#top-menu li:after {
	content: '';
	display: block;
	margin: auto;
	margin-top: 5px;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
#top-menu li:hover:after {
	width: 100%;
	background: #91bc05;
}


    .text-logo {
    text-align: left;
}
    div#homepage-header-holder {
    margin-top: -92px !important;
    padding-top: 92px !important;
    background-position-x: left;
    max-height: 1000px !important;
}
#top-menu li .menu-item-has-children {
    position: relative;
}

ul.sub-menu {
    position: relative;
}

.sub-menu:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2025/12/Reliable-Auto-Repair-5.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    filter: brightness(0.15);
}
section#header-section {
    height: calc(100vh - 85px) !important;
    max-height: 915px !important;
}

    .ws-slogan h1 {
    text-align: left;
    max-width: 450px;
    padding-left: 9%;
    padding-right: 0;
}

.ws-slogan {
    width: 100%;
}

.header-content-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.header-content .et_pb_header_content_wrapper {
    width: 100%;
}


.header-btns {
    display: flex;
    justify-content: flex-start;
    margin-left: 9%;
}

.header-content-container.center {
    max-width: 1080px;
}

.header-content {
    max-width: unset !important;
}
div#homepage-header-holder {
    background-position-y: 63%;
}


    /* BADGES */

    .badge-holder {
    width: calc((100% / 4) - 10px);
}

.badge-holder.badge-1, .badge-holder.badge-2 {
    margin-bottom: 0;
}

.badges-container {
    max-width: unset;
}

    /* FIRST PARAGRAPH */

    div#first-paragraph-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    h2.entry-title {
    text-align: left;
}
   div#gallery-button-module .et_pb_text_inner {
    display: flex;
    justify-content: flex-start;
}

    /* SERVICES */

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

.srvElement {
    width: calc((100% / 3) - 10px);
    max-width: unset;
}

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

.srvElement.srvElementFullWidth .srvElementImg {
    margin-top: 0;
    margin-left: -48px;
    width: 34%;
}

.srvElement.srvElementFullWidth .srvElementBody {
    width: 68%;
    margin-top: 0;
}

.srvElementHeader {
    padding: 5px;
}

ul#additionalServices {
    padding-bottom: 0;
    padding-left: 0;
}

  
    
    /* LAST CONTENT */
    ul.first-list-content {
    max-width: unset;
    padding: 0;
}

.first-list-content li {
    width: calc(100% / 6);
    margin: 0;
}

/* SERVICES LIST */
    p.services-list-title {
    padding: 5px !important;
    text-align: left;
}
.homepage-services {
    padding: 10px;
    padding-left: 0;
}
.home ul#servcss {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
    /* SECOND LIST */

    li.second-li-4,
li.second-li-5,
li.second-li-6 {
    margin-bottom: 0;
}

div#second-list-section:before {
    background: linear-gradient(to bottom, #080f0f 0%, rgb(8 15 15 / 37%) 100%);
}
.last-content-1-container h2:hover:after {
    width: 40%;
}

.last-content-2-container h2:hover:after {
    width: 40%;
}
p.services-list-title:hover:after {
    width: 40%;
    opacity: 1;

}

h2.last-content-3-title:hover:after {
    width: 40%;
}
    /* TESTIMONIALS */
    
div#home-testimonials:before {
    content: '';
    width: 70vw;
    height: 110%;
    top: -10%;
    left: 40%;
    background: #91bc05;
    position: absolute;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
     transition: all 0.4s ease;
}
    div#home-testimonials:hover:before {
        transform: scaleY(1.1);
    }
div#home-testimonials:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #080f0f87;
    position: absolute;
    z-index: 0;
}

    .reviewer-name {
         border-right: 2px solid #fff;
         margin-right: 10px;
         padding-right: 10px;
    }
    .reviewer-details{
        display: flex;
        justify-content: center;
    }

    /* NAP */
    
    div#contact-nap-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    .homepage-nap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.nap-title-block,
    .nap-phone-block ,
    .nap-location-block {
    width: calc((100% / 3) - 20px);
  margin: 0;
}



 
    /* 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;
     padding: 10px;
}
 .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;
}
.single-post div#main-content .post {
    padding-top: 8%;
}
    
    
}

@media (min-width: 1350px){
    .single-post #sidebar {
    padding-top: 81px;
}

.single-post div#main-content .post {
    padding-top: 81px;
}
}

@media (min-width: 2200px){
    div#homepage-header-holder {
     background-position-y: 55%;
    }
    div#services-blocks-section {
    background-position-y: 46%;
}
}