/*
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-family: "Rubik", Arial, sans-serif;
    font-size: 1.0625rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #000000;
    background-color: #fcfffc !important;
    font-weight: 400;
    overflow-x: hidden;
}

.et_pb_post .entry-title a,.et_pb_post h2 a {
    text-decoration: none;
    color: #e53e2b !important;
}

/*HEADER STYLES*/
header#main-header {
    background-color: #fff;
}

.contact-info {
    padding: 10px;
    background: #1b1b1b;
    color: #c9c9c9;
}
.home .contact-info {
}
.contact-info-container a {
    color: #c9c9c9;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    margin: 10px 5px 0px 5px;
}
.home .phonenum {
    display: none !important;
}
.home .email-btn {
    margin-top: 0;
}
.header-location-container {
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.home .header-location-container {
    display: none;
}
.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: "Rajdhani", sans-serif;
    max-width: 1080px;
    margin: 0 auto;
}

.contact-info-container .fa {
    margin-right: 5px;
}

.header-menu-container {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.logo_container {
    position: relative !important;
    width: calc(100% - 42px) !important;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-phone {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #e53e2b;
}

.text-logo {
    color: #e53e2b;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}
.text-logo span {
    max-width: 320px;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
.text-logo img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    /* opacity: 0.5; */
}
.logo-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 42px) !important;
    text-align: center;
    margin-left: 10px;
    min-height: 50px;
}
img#logo {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 50px !important;
    object-fit: contain;
    object-position: center;
}
div#et-top-navigation {
    padding: 0 !important;
    width: 32px;
}

.mobile_menu_bar {
    padding-bottom: 0 !important;
}

.mobile_menu_bar:before {
    color: #e53e2b;
}

.et_mobile_menu {
    top: 100%;
    border-color: #e53e2b !important;
    background: #1b1b1b !important;
}

.et_mobile_menu a {
    color: #fff !important;
    font-family: "Rajdhani", sans-serif;
}

/*END HEADER STYLES*/
.home div#et-main-area {
    position: relative;
    background-color: #fff;
}
.home #main-content {
    z-index: 1;
}
div#homepage-animation .et_pb_code_inner {
    position: fixed;
    width: 100%;
    height: 100%;
}

div#homepage-animation {
    z-index: -10;
}
.vertical-lines-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    opacity: 0.5;
}
.vertical-lines-bg div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    width: 1px;
    background-color: #ffffff00;
}
.vertical-lines-bg div:nth-child(1) {
    left: 33%;
    bottom: -170px;
}
.vertical-lines-bg div:nth-child(2) {
    left: 66%;
    top: -170px;
}

.vertical-lines-bg div span {
    background-color: currentColor;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -1px;
    animation-name: animate_bg;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.vertical-lines-bg div span {
    color: #e53e29;
}
.vertical-lines-bg div:nth-child(odd) span:nth-child(odd),
.vertical-lines-bg div:nth-child(even) span:nth-child(even) {
    color: #1c1c1c;
}

@keyframes animate_bg {
    from {
        top: 0;
    }
    to {
        top: 100%;
    }
}

/*PAGE STYLES*/
.et_pb_row {
    width: 90%;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    max-height: 600px !important;
    height: calc(100vh - 110px);
    min-height: 500px !important;
}

.et_pb_fullwidth_header_container.center {
    max-height: 500px !important;
    height: calc(100vh - 110px);
    min-height: 500px !important;
    width: 100% !important;
}

.et_pb_fullwidth_header .header-content {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    height: 100%;
}
.et_pb_header_content_wrapper {
    height: 100%;
}
.header-content-container.center {
    height: 100%;
}
.header-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.header-main-element {
    width: 88%;
    /* padding-top: 20%; */
}

.header-title {
    text-align: left;
    max-width: 340px;
}

.header-main-title {
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.header-post-title h1 {
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
}
.button:hover {
    background: #1c1c1c;
}

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

.top-head .booking-button-switch {
    margin-top: 20px;
}
.header-info-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -2vw;
}

.header-info-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    border-color: #e53e2b;
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    width: 40vw;
    max-width: 150px;
    min-height: 192px;
}
.header-info-block:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 10px;
    background: #e53e2b;
    top: 0;
    left: 0;
}

.header-info-block:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 10px;
    background: #e53e2b;
    bottom: 0;
    left: 0;
}
.header-info-txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: -50px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: max-content;
    position: absolute;
}

.info-txt-holder {
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin: 5px 0;
}

.info-txt-title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px;
    position: relative;
}
.info-phone-title:before {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
}
.info-ln-title:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
}
.info-txt-subtitle {
    font-size: 20px;
}

.header-contrast-card {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.header-contrast-bg {
    background: #e53e2b;
    height: 100%;
    width: 45vw;
    max-width: 250px;
    position: relative;
    overflow: hidden;
    left: 0;
}

img.top-pattern {
    position: absolute;
    top: -10px;
    right: -17px;
    transform: rotate(13deg);
}

img.bottom-pattern {
    position: absolute;
    bottom: 0;
    left: -70px;
    transform: rotate(45deg);
}

.section-title-heading {
    font-size: 23px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    line-height: 1.1;
    color: #e53e2b;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-title-heading:before{content:url(https://firststopautosolutions.com/wp-content/uploads/2024/03/tyres.webp);filter: invert(1) brightness(0.8);position: absolute;z-index: -1;}
p.entry-title {
    color: #fff;
}
.entry-title {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 1.2;
    text-align: center;
}
.testimonial-item {
     border: none !important;
     border-radius: 10px;
     padding: 1rem;
     background: transparent;
     min-height: 100%;
     break-inside: avoid;
     border-color: transparent;
}
.testimonial-item:hover{
    background: transparent;
}

.content-button {
    display: inline-block;
    border: 2px solid #e53e2b;
    color: #1c1c1c;
    padding: 10px 30px;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
}
.content-button:hover {
    background-color: #1c1c1c;
    color: #fff;
}
/* HTML BADGES STYLE */
div#home-badges-section {
    background-color: #1c1c1c !important;
}
#home-badges-section > div > div > div.et_pb_module.et_pb_code.et_pb_code_0 > div > div:before{
    filter: invert(1) brightness(0.4);
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: "Nunito", sans-serif;
    border: 1px solid #fff;
}

.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #c9c9c9;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.badge-holder img {
    width: 100%;
    padding-bottom: 5px;
}

.badge-title {
    background: #e53e2b;
    font-size: 14px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    top: 90%;
    color: #ffffff;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
}

.badge-title span {
    font-size: 14px;
}

div#home-title-block {
    background: transparent !important;
}

/* SERVICES SECTION STYLE */
div#services-blocks-section {
    background: #1c1c1c;
}

div#services-blocks-section:after,
div#services-blocks-section:before {
    content: "";
    background: url(https://firststopautosolutions.com/wp-content/uploads/2024/03/services-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100vw;
    height: calc(100vw * 0.74);
    max-height: 50%;
    opacity: 0.08;
}

div#services-blocks-section:after {
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    background-position: left bottom;
}

div#services-blocks-section:before {
    transform: rotate(180deg);
    top: 0;
    right: 0;
    background-position: right top;
}
.srvBlockTitle .section-title-heading:before{
    content: url(https://firststopautosolutions.com/wp-content/uploads/2024/03/tyres.webp);
    filter: invert(1) brightness(0.3);
    position: absolute;
    z-index: -1;
}
.srvBlockTitle H2 {
    color: #ffffff;
    padding: 0;
}

.srvElement {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.srvElementHeader h2 {
    text-align: center;
    color: #ffffff;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.srvElementImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.srvElementImg:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #8b8b8b;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #e53e2b;
}
.srvElementContent {
    text-align: justify;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
}
.srvElementContent:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background: #e53e2b;
    left: 0;
}
.srvElement:hover img {
    filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
    color: #e53e2b;
    font-weight: bold;
}

.srvElementContent a {
    color: #ffc107;
}

/* CAROUSEL SECTION STYLE */

div#home-carousel-section {
    padding: 10px !important;
    background: transparent !important;
}

.owl-nav {
    display: none;
}

.item img {
    object-fit: cover;
    object-position: center;
}

.item span {
    position: absolute;
    color: #cbcbcb;
    bottom: 10px;
    right: 10px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}

.item:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 105%;
    background: #0e0900;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.item {
    min-height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.item:hover:before {
    opacity: 0.1;
}
.owl-item {
    min-height: 100% !important;
}

.owl-stage {
    display: flex;
}
.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-dots span {
    height: 5px !important;
}
/* SERVICES LIST SECTION STYLE */
#home-services-list-section > div > div > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > div.section-title-heading:before{
    content: url(https://firststopautosolutions.com/wp-content/uploads/2024/03/tyres.webp);
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    filter: none;
}
.homepage-services {
    text-align: center;
    margin: 0 auto;
    padding: 35px 0;
    border-top: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
}
.homepage-services #servcss {
    padding: 0;
}
.homepage-services #servcss li {
    position: relative;
    font-weight: bold;
    margin: 0.3em 0;
    padding-left: 20px;
    padding-right: 10px;
    display: inline-block;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
}

.homepage-services #servcss li:before {
    position: absolute;
    content: "\f0ad";
    top: 0;
    left: 0;
    color: #ffffff;
    font-family: "FontAwesome";
}

/* NAP SECTION STYLE */

div#homepage-nap-section {
    background: transparent !important;
}
.nap-title {
    font-size: 23px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    line-height: 1.1;
    color: #e53e2b;
    padding-bottom: 10px;
}

/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn {
    border-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #1c1c1c;
    color: #fff;
    border-width: 3px;
    bottom: 10px;
    padding: 5px 15px;
    font-weight: normal;
    width: 215px;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-left: 0px;
    transition: 0.3s ease-in-out;
}

/* CONTACT FORM STYLE */

input#customer_name {
    width: calc(50% - 5px);
    float: left;
}

input#phone-cf {
    width: calc(50% - 5px);
    float: left;
    margin-left: 10px;
}

textarea#message {
    margin-bottom: 20px;
}

#contact img {
    float: left;
    width: 120px;
}

input#vercode {
    width: calc(100% - 130px);
    margin: 0;
    margin-left: 10px;
    float: left;
    padding: 7px 10px 10px;
}

form#contactForm {
    text-align: center;
}

input#submitter {
    background-color: #ffffff;
    font-size: 17px;
    transition: 500ms;
    border-radius: 0;
    overflow: hidden;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 197px;
    height: 52px;
    color: #1c1c1c;
    border: 2px solid #e53e2b;
    text-align: center;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
}

input#submitter:hover {
    background-color: #1c1c1c !important;
    color: #fff;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    max-width: 100%;
    padding: 10px 5px 10px;
    height: auto;
    background-color: #ffffff !important;
    box-shadow: none;
    display: block;
    line-height: 1.75em;
    font-weight: 300;
    color: #000 !important;
    background-image: none;
    border: 1px solid #e53e2b;
    margin-bottom: 20px !important;
}

#contactForm input[type="text"]::placeholder,
#contactForm input[type="password"]::placeholder,
#contactForm input[type="tel"]::placeholder,
#contactForm input[type="email"]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
    color: #252422 !important;
}

#contactForm input[type="text"]:focus,
#contactForm input[type="password"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
    color: #000 !important;
    border-color: #000000;
}

#contact {
    padding: 0;
}

/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
    background: #f7f7f7;
}
div#home-testimonials:after {
    content: "";
    background: url(https://firststopautosolutions.com/wp-content/uploads/2024/03/services-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    width: 60%;
    min-width: 490px;
    height: 100%;
    filter: brightness(0.9);
    bottom: 0;
    left: 0;
}
.home .wpcr3_respond_1 {
    background: #fff;
    padding: 15px !important;
    border: 1px solid #e1e1e1;
}
.home .wpcr3_dotline {
    display: none !important;
}

.home .wpcr3_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
}

.home .wpcr3_review_ratingValue {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.home .wpcr3_review_author {
    margin-left: 5px;
    text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 20px;
    color: #e53e2b;
    font-weight: bold;
}

.home span.wpcr3_item_name a {
    color: #000000;
}

div.wpcr3_review blockquote.wpcr3_content {
    border-color: #c4c4c4;
    padding-bottom: 0;
    text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 17px;
}

.home .wpcr3_reviews_holder {
    position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
    font-style: italic;
    font-weight: 500;
}

div#homepage-content-section {
    background: transparent !important;
}

div#home-content-image,
div#home-content-image span {
    height: 100%;
}

div#home-content-image img {
    height: 100%;
    object-fit: cover;
    object-position: 65%;
}

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

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

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

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

/* end blog */
/* FOOTER STYLE */

#main-footer {
    background-color: #1c1c1c;
    border-top: 1px solid #e53e2b;
    z-index: 999;
    position: relative;
}

div#footer-bottom {
    background-color: #e53e2b;
    padding: 15px;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
}

.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-widget h4 {
    color: #fcfffc;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #e53e2b;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.footer-widget .textwidget {
    color: #fcfffc;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
#footer-widgets .footer-widget li a {
    background: none;
}
#footer-widgets .footer-widget a {
    background-color: #fff;
}

table.openinghours {
    max-width: 350px;
    margin: 0 auto !important;
    width: 100%;
}

table.openinghours tr {
    FONT-VARIANT: JIS04;
    display: flex;
    justify-content: space-between;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #fff;
}

#current-day {
    background-color: #e53e2b;
    padding: 0 2px;
}

#current-day td {
    color: #fff;
    text-shadow: none;
}

#closed-day {
    color: #ffffff;
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    color: #000000;
    font-family: "Rajdhani", sans-serif;
}

#sidebar h4.widgettitle {
    font-size: 26px;
    font-weight: 400;
    color: #062d5b;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #062d5b;
}

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

#left-area .post-meta a {
    color: #e53e2b;
}

#left-area .post-meta {
    text-align: center;
}

.blog .et_pb_post {
    text-align: justify;
}
/* ADD BUTTONS */
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #e53e2b;
}
.top_button {
    font-family: "Rajdhani", sans-serif;
    position: relative;
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 7px 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button:hover {
    background: #1b1b1b;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #1c1c1c;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #fff;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: normal;
    position: fixed;
    bottom: 65px;
    text-transform: uppercase;
    width: 215px;
    transition: 0.3s ease-in-out;
}

.floating-estimate-btn:hover{
	background-color:#e53e2b;
}

#main-footer .listing-rev-btn:hover{
	background:#e53e2b;
}
/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {
    .homepage-services #servcss li {
        display: inline-block;
    }
}

@media screen and (max-width: 981px) {
    /* 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;
    }
}

@media screen and (min-width: 981px) {
    /*HEADER STYLES*/

    .header-location-container {
        width: auto;
        margin-right: 5px;
        margin-left: 5px;
    }
    .home .contact-info-container {
        justify-content: flex-end;
    }
    .contact-info-container a {
        margin-top: 0;
    }
    .logo_container {
        width: 270px !important;
        margin: 0;
    }

    .logo-phone {
        display: none;
    }

    .logo-link {
        width: 100% !important;
        margin: 0;
    }

    div#et-top-navigation {
        width: calc(100% - 270px);
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    nav#top-menu-nav ul#top-menu li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-family: "Rajdhani", sans-serif;
        font-weight: bold;
    }

    #top-menu .menu-item-has-children > a:first-child:after {
        top: 9px;
    }

    .sub-menu {
        background-color: #fff !important;
        border-color: #e53e2b !important;
        left: -100%;
    }
    /*END HEADER STYLES*/

    /*PAGE STYLES*/

    .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
        max-height: 900px !important;
    }
    .et_pb_fullwidth_header_container.center {
        max-height: 900px !important;
    }
    .header-container {
        max-width: 1080px;
    }
    .header-main-title {
        font-size: 30px;
    }

    .header-title {
        max-width: 800px;
    }

    .header-post-title h1 {
        font-size: 45px;
    }

    .header-info-block {
        max-width: 210px;
        min-height: 230px;
    }

    .info-txt-title {
        font-size: 30px;
    }

    .info-txt-subtitle {
        font-size: 30px;
        padding-top: 10px;
    }

    .info-phone-title:before,
    .info-ln-title:before {
        left: -35px;
    }

    .entry-title {
        font-size: 40px !important;
        text-align: left;
    }
    div#home-title-block .et_pb_image {
        height: 100%;
    }

    div#home-title-block .et_pb_image span {
        height: 100%;
    }

    div#home-title-block .et_pb_image img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    /* SERVICES STYLE DESKTOP*/

    div#services-blocks-section:after {
        transform: rotate(180deg);
        max-height: 100%;
        width: 50%;
        max-width: 50%;
        height: 100%;
    }

    div#services-blocks-section:before {
        transform: rotate(0deg);
        max-height: 100%;
        width: 50%;
        max-width: 50%;
        height: 100%;
        background-position: left top;
    }

    .srvBlockTitle H2 {
    }

    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }

    .srvElementImg img {
        height: 200px;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }

    .srvElementBody {
        /* height: 100%; */
    }

    .srvElementContent {
        /* height: 100%; */
    }

    .srvElementFullWidth .srvElementContent {
        height: auto;
    }

    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
        align-items: center;
    }

    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
    }

    .srvElementFullWidth .srvElementBody {
        width: 66%;
        margin-left: 2%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* NAP SECTION DESKTOP */

    /* CONTACT SECTION DESKTOP */

    /* TESTIMONIALS SECTION DESKTOP */

    /* SERVICES LIST SECTION DESKTOP */
    .homepage-services #servcss {
        text-align: left;
    }

    /* 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;
        font-size: 40px !important;
    }

    #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 #000000;
    }

    #left-area .post-meta {
        text-align: left;
    }

    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%);
    }
}

/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    background: #ffffff !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #000000;
}

.wpcr3_table_2 td {
    font-size: 1em !important;
}

.wpcr3_leave_text {
    font-size: 1.1em;
}

.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_button_1 {
    background: #ffffff;
    font-size: 17px;
    transition: 500ms;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #1c1c1c;
    border: 2px solid #e53e2b;
    text-align: center;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    padding: 12px 15px;
}

.wpcr3_button_1:hover{
	background: #1c1c1c !important;
    color: #fff;}

@media (min-width: 981px) {
    .wpcr3_respond_2 input[type="text"],
    .wpcr3_respond_2 textarea {
        min-width: 100%;
    }

    .wpcr3_table_2 td {
        text-align: left !important;
    }

    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
    }
}

@media (max-width: 980px) {
    .wpcr3_respond_3,
    .wpcr3_aggregateRating,
    .wpcr3_table_2 td,
    .et_pb_post h2.entry-title,
    .et_pb_title_meta_container,
    .post-meta {
        text-align: center !important;
    }

    .wpcr3_div_2 {
        width: 100%;
    }

    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
    }

    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
    }

    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
    }

    .wpcr3_rating_style1_status {
        width: 85px !important;
    }

    .wpcr3_respond_2 input[type="text"],
    .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
    }

    .wpcr3_submit_btn,
    .wpcr3_cancel_btn {
        width: 40%;
    }
    .et_pb_post h2.entry-title,
    .et_pb_title_meta_container,
    .post-meta {
        text-align: center;
    }
}

.nav-arrows button{
    border: 2px solid #e53e2b;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53e2b;
    border-radius: 5px;
}

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

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

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

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


ul#additionalServices {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.list-content {
  margin-top: 30px;
  -webkit-columns: 2; /* Safari/Chrome */
     -moz-columns: 2; /* Firefox */
          columns: 2;  /* Standard */
  column-gap: 30px; /* Optional spacing between columns */
}
@media screen and (max-width: 981px) {
  .list-content {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}


.single-post .entry-content h2,
.page #left-area .entry-content h2 {
	text-align: left;
}
.post-content-inner,
.single-post .entry-content *,
.page #left-area .entry-content * {
	text-align: justify;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p:has(img) {
	text-align: center!important;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p img {
	width: 100%;
	max-width: 600px;
}

.page-id-3036 .entry-content h2 {
	font-size: 26px!important;
}