/*
Theme Name: TRoo Auto Repair Divi Child Theme
Theme URI: https://trooautorepair.troothemes.com/
Description: TRoo Auto Repair Divi Child Theme is a fully responsive WordPress child theme designed for auto repair shops, garages, car services, and mechanics. Built with Divi 5                modules, it features modern layouts, easy customization, and optimized performance for a professional online presence.
Author: TRooThemes
Author URI: https://troothemes.com/
Template: Divi
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: troo-auto-repair
*/


/* Theme customization starts here */

/* ------ Root Color ------ */
:root {
    --color1: #E8531F;
    --color2: #1E1E1E;
}

/* ------ Common CSS ------ */
body {
    overflow-x: hidden !important;
}

.autoheaderinnersection_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
    color: var(--color1);
}

.autoheaderinnersection_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    margin-left: 5px;
}

.autotext_text span {
    color: var(--color1);
    font-weight: 700;
}

/* ------ Header ------ */
.autoheader_section1_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: auto;
}

.autoheader_section1_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

.autoheader_section2_menu .et_pb_menu__menu ul li ul {
    padding: 0;
    border-top: 0 !important;
    top: 0;
}

.autoheader_section2_menu .et_pb_menu__menu ul li ul li {
    padding: 0;
    width: auto;
    position: relative;
    display: block;
}

.autoheader_section2_menu .et_pb_menu__menu ul li ul li a {
    width: 100%;
    line-height: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
    color: #161616 !important;
    background: #ffffff;
}

.autoheader_section2_menu .et_pb_menu__menu ul li ul li a:hover {
    opacity: 1;
    padding-left: 40px !important;
}

.autoheader_section2_menu .et_pb_menu__menu ul li ul li a:before {
    position: absolute;
    content: '\e038';
    font-family: ETmodules !important;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
    color: #ffffff;
    opacity: 0;
    background: transparent;
}

.autoheader_section2_menu .et_pb_menu__menu ul li ul li a:hover:before {
    opacity: 1;
}


.autoheader_section2_menu .et_pb_menu__menu ul > li {
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 0 !important;
}

.autoheader_section2_menu .et_pb_menu__menu ul > li > a {
    padding: 31px 0 !important;
    color: var(--color2);
    opacity: 1;
    font-size: 16px;
}



.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu ul li:hover > a, 
.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu ul li.current-menu-item > a, 
.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu .nav li ul.sub-menu > a:hover, 
.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu .nav li ul.sub-menu li.current-menu-item > a {
    color: var(--color1) !important;
}

.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu .nav li ul.sub-menu li.current-menu-item a:hover {
    color: #ffffff !important;
}

.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu .nav li ul.sub-menu a:hover {
    background: var(--color1);
    color: #ffffff !important;
}

.autoheader_section2_menu .et_pb_menu__menu .et-menu .menu-item-has-children > a:first-child {
    padding-right: 10px !important;
}

.autoheader_section2_menu .et_pb_menu__menu > nav > ul > li > a:after {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7px !important;
}

.autoheader_section2_menu .et_pb_button_module_wrapper {
    display: flex;
    justify-content: flex-end;
}

.autoheader_section2_menu .et_pb_menu__menu .et-menu li li.menu-item-has-children > a:first-child:after {
    top: 50%;
    transform: translateY(-50%);
}

.autoheader_section2_menu .et_pb_menu__menu ul.et-menu li:hover:before,
.autoheader_section2_menu .et_pb_menu__menu ul.et-menu li.current_page_item:before {
    opacity: 1;
    width: 100%;
}

.autoheader_section2_menu .et_pb_menu__menu ul.et-menu > li:before {
    top: 0;
    display: block;
    height: 3px;
    width: 0%;
    left: 0;
    content: "";
    background-color: var(--color1);
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}



.autoheader_section2_menu.et_pb_menu .et_pb_menu__menu ul li:hover > a {
    color: var(--color2) !important;
    opacity: 1;
}




/*= Mobile Menu =*/


.autoheader_section2_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon {
  display: none;
}


.autoheader_section2_menu #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.autoheader_section2_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: '\4d';
  transition: all 0.4s ease;
  transform: rotate(90deg);
  display: block;
  top: 0;
}

.autoheader_section2_menu ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
  
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
}

.autoheader_section2_menu ul.et_mobile_menu>li.menu-item-has-children {
  position: relative;
}

.autoheader_section2_menu .et_mobile_menu li a {
  background: transparent;
  color: var(--color3);
  padding-left: 0;
  opacity: 1;
  font-weight:500;
  font-size:16px;
}

.autoheader_section2_menu .et_mobile_menu > li.current-menu-item.current_page_item > a {
  color: var(--color1);
}

.autoheader_section2_menu ul.et_mobile_menu .menu-item-has-children .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.autoheader_section2_menu ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}

.autoheader_section2_menu .et_mobile_menu li li {
  position: relative;
}

.autoheader_section2_menu ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
  font-family: "ETModules";
  content: '\33';
  top: 10px;
  position: relative;
  color: #fff;
  background: var(--color2);
  padding: 5px;
  font-size: 19px;
}

.autoheader_section2_menu ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
  content: '\32';
}

.autoheader_section2_menu .et_mobile_menu:after {
  position: absolute;
  right: 5%;
  margin-left: -20px;
  top: -14px;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}

.autoheader_section2_menu .et_mobile_nav_menu .mobile_menu_bar::before {
  transition: all 0.4s ease;
  transform: rotate(0deg);
  display: block;
  color: #fff !important;
  top: 0;
}

.autoheader_section2_menu .et_mobile_nav_menu .mobile_nav {
  background: var(--color1);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autoheader_section2_menu .et_mobile_nav_menu {margin-right: 0;}


.autoheader_section2_menu .et_mobile_menu {
  overflow-y: scroll !important;
  max-height: 80vh !important;
  -overflow-scrolling: touch !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 20px;
  border-top-color: var(--color2);
}


@media all and (max-width: 980px) {
    .autoheader_section2_menu .et_pb_menu_inner_container {
        padding: 20px;
    }

   
}

@media all and (max-width: 1264px) and (min-width: 981px) {
    .autoheader_section2_menu.et_pb_menu--style-left_aligned .et_pb_menu__logo {
        margin-right: 15px;
    }

    .autoheader_section2_menucolumn {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .autoheader_section2_column {
        display: none;
    }
}

/* ------ Footer ------ */
@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media all and (max-width: 1245px) and (min-width: 981px) {

    .autoheader_section2_callblurb.et_pb_blurb,
    .autoheader_section2_mailblurb.et_pb_blurb {
        display: block !important;
        float: unset !important;
    }

    .autoheader_section2_callblurb.et_pb_blurb.et_pb_text_align_left {
        margin-bottom: 20px !important;
    }
}

/* ------ Home ------ */
.autohome_section1_column1 .et_pb_button_module_wrapper {
    display: inline-block;
}

.autohome_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    position: relative;
    font-size: 64px;
    line-height: 66px;
    font-weight: 900;
    color: var(--color1);
    text-shadow: 3px 3px #000;
}

.autohome_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    font-size: 20px;
}

.autohome_section2_listblurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    color: var(--color1);
}

.autohome_section3_cta .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s !important;
    margin: 0;
    opacity: 1 !important;
}

.autohome_section3_cta .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:hover:after {
    width: 60%;
    height: 0;
    border-width: 0 2px 2px;
    margin: 0 20%;
    transition: width 0.2s ease 0.2s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0s, margin 0.2s ease 0.2s !important;
}

body #page-container .et_pb_section .autohome_section3_servicecta.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.5s ease;
}


.autohome_section3_servicecta .autohome_section3_serviceimage:before {
    z-index: 1;
}

.autohome_section3_servicecta .et_pb_button_wrapper {
    display: flex;
}

.autohome_section3_serviceimage img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    width: 100%;
}

.autohome_section3_column:hover .autohome_section3_serviceimage img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.autohome_section3_column:hover .autohome_section3_serviceimage:before,
.autohome_section3_column:hover .autohome_section3_serviceimage:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.autohome_section3_column:hover .autohome_section3_servicecta.et_pb_promo .et_pb_promo_description h2 {
    color: var(--color1) !important;
}

body #page-container .et_pb_section .autohome_section3_column:hover .autohome_section3_servicecta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button {
    background: var(--color1) !important;
}

body #page-container .et_pb_section .autohome_section3_column:hover .autohome_section3_servicecta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.autohome_section4_contacttext a {
    color: var(--color1);
}

.autohome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
}

.autohome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    flex: 1;
    padding-left: 20px;
}

.autohome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.autohome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
}

.autohome_section5_person .et_pb_team_member_image img {
    width: 100%;
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.autohome_section5_person .et_pb_team_member_description:before {
    content: "\e0a0";
    font-family: ETmodules !important;
    color: var(--color2);
    width: 40px !important;
    height: 40px !important;
    background: #ffffff;
    box-shadow: 0px 4px 35px rgb(84 32 92 / 5%);
    position: absolute;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.5s ease;
    z-index: 1;
    border: 5px solid #505050;
}

.autohome_section5_person:hover .et_pb_team_member_description:before {
    border-color: #e25858;
}

.autohome_section5_person .et_pb_member_social_links li {
    margin-bottom: 10px;
    margin-right: 0;
}

.autohome_section5_person:hover .et_pb_member_social_links li:nth-child(1) a {
    transition-delay: 0.2s;
}

.autohome_section5_person:hover .et_pb_member_social_links li:nth-child(2) a {
    transition-delay: 0.1s;
}

.autohome_section5_person:hover .et_pb_member_social_links li:nth-child(3) a {
    transition-delay: 0s;
}

.autohome_section5_person:hover .et_pb_member_social_links li a {
    transform: translate(0, 0);
}

.autohome_section5_person .et_pb_member_social_links li a {
    height: 40px;
    width: 40px;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    transform: translate(0, -35px);
    background-color: var(--color2);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.autohome_section5_person .et_pb_member_social_links li a:hover {
    background-color: var(--color1);
}

.autohome_section5_person:hover .et_pb_member_social_links {
    opacity: 1 !important;
}

.autohome_section5_person:hover .et_pb_team_member_description {
    background: var(--color1) !important;
}

.autohome_section7_detailblurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    border: 5px solid var(--color2);
    transition: all 400ms ease-out 0s;
}

.autohome_section7_column:hover .autohome_section7_detailblurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    border-color: var(--color1);
}

.autohome_section7_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
.autohome_section7_detailblurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    color: var(--color2);
    transition: all 400ms ease-out 0s;
}

.autohome_section7_column:hover .autohome_section7_blurb .et_pb_module_header {
    color: var(--color1) !important;
}

.autohome_section7_column:hover .autohome_section7_icon:before {
    background: var(--color1) !important;
}

.autohome_section8_counter.et_pb_number_counter .percent .percent-value {
    color: var(--color2);
    transition: all 0.5s ease;
}

.autohome_section8_counter.et_pb_number_counter:hover .percent .percent-value {
    color: var(--color1);
}

.autohome_section8_counter.et_pb_number_counter .percent:before {
    background-color: var(--color1);
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    content: "";
    height: 64px;
    width: 64px;
    right: 0;
    left: -70px;
    top: -15px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autohome_section9_pricing .et_pb_pricing_content_top:after {
    content: "\e033\e033\e033\e033\e033";
    color: #f6961b;
    font-size: 15px;
    font-family: ETmodules !important;
    display: block;
    margin-top: 5px;
}

.autohome_section9_pricing .et_pb_et_price .et_pb_sum {
    color: var(--color2);
    transition: all 0.5s ease-in-out;
}

.autohome_section9_pricing:hover .et_pb_et_price .et_pb_sum {
    color: var(--color1);
}

.autohome_section9_pricing ul.et_pb_pricing li:before {
    content: "\e052" !important;
    font-family: 'ETmodules';
    color: var(--color2);
    margin-right: 10px;
}

.autohome_section9_pricing ul.et_pb_pricing li:last-child {
    padding-bottom: 0;
}

.autohome_section9_pricing .et_pb_button_wrapper {
    padding: 0;
}

.autohome_section9_pricing .et_pb_pricing_table_button:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s !important;
    margin: 0;
    opacity: 1 !important;
}

.autohome_section9_pricing .et_pb_pricing_table_button:hover:after {
    width: 60%;
    height: 0;
    border-width: 0 2px 2px;
    margin: 0 20%;
    transition: width 0.2s ease 0.2s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0s, margin 0.2s ease 0.2s !important;
}

.autohome_section10_portfolio .project {
    position: relative;
    overflow: hidden;
}

.autohome_section10_portfolio .project .et_portfolio_image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    display: block;
}

.autohome_section10_portfolio .project .et_portfolio_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}

.autohome_section10_portfolio .project:hover .et_portfolio_image img {
    filter: grayscale(0);
}

.autohome_section10_portfolio .project .autohome_section10_portfolio_content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 20px;
    background-color: var(--color1);
    transition: all 0.35s ease 0s;
    display: flex;
    flex-direction: column;
}

.autohome_section10_portfolio .project:hover .autohome_section10_portfolio_content {
    bottom: 0px;
}

.autohome_section10_portfolio .project .autohome_section10_portfolio_content:before {
    content: "\55";
    font-family: 'ETmodules';
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: 20px;
}

.autohome_text span {
    font-weight: 700;
    color: var(--color1);
}

.autohome_section11_image img {
    opacity: 0.5;
    transition: all 0.5s ease;
}

.autohome_section11_image:hover img {
    opacity: 1;
}

/*Video Popup*/

body:not(.et-fb) .dl-popup-wrapper {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
    opacity: 0;
    visibility: hidden;
}

body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
    opacity: 1;
    visibility: visible;
}

.dl-popup-inside {
    height: 100%;
}

body.dl-noscroll {
    overflow: hidden;
}

.troo-popup-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.troo-popup-section .et_pb_row {
    margin-top: 0;
    margin-bottom: 0;
}

.autohome_video {
    margin: auto;
    text-decoration: none;
    color: #fff !important;
    font-size: 26px !important;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: var(--color1) !important;
    border-radius: 90%;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #6d7170;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px #6d7170;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0#6d7170;
    }
}

@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #6d7170;
        box-shadow: 0 0 0 0 #6d7170;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px #6d7170;
        box-shadow: 0 0 0 20px #6d7170;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #6d7170;
        box-shadow: 0 0 0 0 #6d7170;
    }
}

.autohome_section12_column1 {
    padding: 100px;
}

.autohome_section13_text .et_pb_text_inner {
    line-height: initial;
}

.autohome_section13_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\4b" !important;
    background: var(--color1);
}

.autohome_section13_accordion .et_pb_toggle.et_pb_toggle_open {
    border: 1px solid rgba(214, 17, 17, 0.05) !important;
}

.autohome_section14_blog .et_pb_post {
    position: relative;
    display: block;
    padding-top: 60%;
    margin-bottom: 30px;
}

.autohome_section14_blog .et_pb_post .autohome_section14_blog_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.autohome_section14_blog .et_pb_post .autohome_section14_blog_content .post-meta a {
    display: block;
    transition: all 0.5s ease;
    font-size: 15px;
    color: var(--color2);
    line-height: 25px;
}

.autohome_section14_blog .et_pb_post .autohome_section14_blog_content .post-meta .published {
    position: absolute;
    bottom: 15px;
    left: 20px;
    transition: all 0.5s ease;
    font-size: 15px;
    color: var(--color2);
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 20px;
}

.autohome_section14_blog .et_pb_post .autohome_section14_blog_content .post-meta .published:after {
    border-width: 0px !important;
    border-radius: 50%;
    font-size: 15px;
    background: var(--color2) !important;
    transition: all 0.5s ease;
    content: "\24";
    font-family: ETmodules !important;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
}

.autohome_section14_blog .et_pb_post:hover .entry-title a {
    color: var(--color1) !important;
}

.autohome_section14_blog .et_pb_post:hover .autohome_section14_blog_content .post-meta .published:after {
    background: var(--color1) !important;
    transform: rotate(0deg);
}

.autohome_section14_centerblog .et_pb_post {
    margin-bottom:30px;
    padding: 0;
}

.autohome_section14_centerblog .et_pb_post .et_pb_image_container,
.autohome_section14_centerblog .et_pb_post .entry-featured-image-url {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.autohome_section14_centerblog .et_pb_post .entry-featured-image-url img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.autohome_section14_centerblog .et_pb_post:hover .entry-featured-image-url img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.autohome_section14_centerblog .et_pb_post .autohome_section14_centerblog_content .published {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--color2);
    line-height: 25px;
}

.autohome_section14_centerblog .et_pb_post .autohome_section14_centerblog_content .post-meta {
    font-size: 15px;
    color: var(--color2);
    line-height: 25px;
}

.autohome_section14_centerblog .et_pb_post .autohome_section14_centerblog_content {
    padding: 20px;
    background: #ffffff;
}

.autohome_section14_centerblog .et_pb_post .more-link {
    font-size: 0;
    display: flex;
    margin-top: 10px;
}

.autohome_section14_centerblog .et_pb_post .more-link:before {
    border-width: 0px !important;
    border-radius: 50%;
    font-size: 15px;
    background: var(--color2) !important;
    transition: all 0.5s ease;
    content: "\24";
    font-family: ETmodules !important;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
}

.autohome_section14_centerblog .et_pb_post:hover .entry-title a {
    color: var(--color1) !important;
}

.autohome_section14_centerblog .et_pb_post:hover .more-link:before {
    background: var(--color1) !important;
    transform: rotate(0deg);
}

.autohome_section3_servicecta.et_pb_promo .et_pb_promo_description h2 {
    position: relative;
    padding-right: 0 !important;
    margin-right: 20px;
    display: inline;
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), var(--color1) 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}

.autohome_section3_column:hover .autohome_section3_servicecta.et_pb_promo .et_pb_promo_description h2 {
    background-size: 100% 100%;
}

.autohome_section5_person.et_pb_team_member h4 {
    font-weight: 700;
    font-size: 22px;
}

.autohome_section2_listblurb .et_pb_blurb_content .et_pb_main_blurb_image img,
.autohome_section2_listblurb .et_pb_main_blurb_image .et_pb_image_wrap {
    width: auto !important;
}

.autohome_section2_listblurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

@media (min-width: 981px) {
    .autohome_section10_portfolio .et_pb_grid_item {
        width: 31.3333% !important;
        margin-right: 3% !important;
    }

    .autohome_section10_portfolio .et_pb_grid_item:nth-child(3n) {
        margin-right: 0 !important;
    }

    .autohome_section10_portfolio.et_pb_grid_item:nth-child(4n) {
        margin-right: 3% !important;
    }

    .autohome_section10_portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none !important;
    }

    .autohome_section10_portfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}

@media only screen and (max-width: 980px) {
    .autohome_section10_portfolio .et_pb_grid_item {
        width: 47.25% !important;
        margin-right: 5.5% !important;
    }

    .autohome_section10_portfolio .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .autohome_section10_portfolio.et_pb_grid_item:nth-child(3n) {
        margin-right: 5.5% !important;
    }

    .autohome_section10_portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
        clear: none !important;
    }

    .autohome_section10_portfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }

    .autohome_section12_column1 {
        padding: 20px;
    }

    .autohome_section1_column1 .et_pb_button_module_wrapper {
        display: block;
    }
}

@media (min-width:981px) and (max-width:1190px) {
    .autohome_section12_column1 {
        padding: 50px;
    }
}

@media all and (max-width: 1109px) and (min-width: 981px) {
    .autohome_section3_image {
        display: none !important;
    }

    .autohome_section3_column1.et_pb_column,
    .autohome_section3_column2.et_pb_column {
        width: 48.5% !important;
    }
}

@media (min-width: 600px) and (max-width: 782px) {
    body:not(.et-fb).admin-bar .dl-popup-wrapper {
        top: 46px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .autohome_section12_column1 {
        width: 100% !important;
    }
}

@media (min-width: 783px) {
    body:not(.et-fb).admin-bar .dl-popup-wrapper {
        top: 32px;
    }
}

.et_builder_inner_content.popup-is-visible {
    z-index: 99999;
}

.popup-close {
    cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
    animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
    animation-delay: 0.5s;
}

@keyframes scale-in {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-close .et_pb_icon_wrap .et-pb-icon {
    background: var(--color1);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .popup-close .et_pb_icon_wrap .et-pb-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .autohome_section10_portfolio .et_pb_grid_item {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

/* ------ Service List ------ */
body #page-container .et_pb_section .autoservicelist_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s !important;
    margin: 0;
    opacity: 1;
}

body #page-container .et_pb_section .autoservicelist_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:hover:after {
    width: 60%;
    height: 0;
    border-width: 0 2px 2px;
    margin: 0 20%;
    transition: width 0.2s ease 0.2s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0s, margin 0.2s ease 0.2s !important;
}

.autoservicelist_section2_image img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    width: 100%;
}

.autoservicelist_section2_column:hover .autoservicelist_section2_image img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.autoservicelist_section2_column:hover .autoservicelist_section2_image:before,
.autoservicelist_section2_column:hover .autoservicelist_section2_image:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.autoservicelist_section2_column:hover .autoservicelist_section2_cta .et_pb_promo_description h2 {
    color: var(--color1) !important;
}

/* ------ Service Detail ------ */
.autoservicedetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    color: var(--color1);
}

.autoservicedetail_section2_serviceblurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
}

.autoservicedetail_section2_serviceblurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    padding: 20px 15px;
    background: #f4f4f4;
    flex: 1;
    transition: all 0.5s ease;
}

.autoservicedetail_section2_serviceblurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--color2);
    transition: all 0.5s ease;
}

.autoservicedetail_section2_serviceblurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #171717;
    transition: all 0.5s ease;
}

.autoservicedetail_section2_serviceblurb.et_pb_blurb:hover .et_pb_module_header {
    background: var(--color1);
}

.autoservicedetail_section2_serviceblurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    background: #fdf3f3;
}

.autoservicedetail_section2_serviceblurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    color: var(--color1);
}

.autoservicedetail_section2_listblurb .et_pb_blurb_content .et_pb_main_blurb_image img,
.autoservicedetail_section2_listblurb .et_pb_main_blurb_image .et_pb_image_wrap {
    width: auto !important;
}

.autoservicedetail_section2_listblurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .autoservicedetail_section2_serviceblurb .et_pb_blurb_content .et_pb_blurb_container {
        display: block;
    }
}

/*------ 2 Column Portfolio ------*/
@media (min-width: 981px) {
    .autoportfolio_section2_twocolumn .et_pb_grid_item {
        width: 48.5% !important;
        margin-right: 3% !important;
    }

    .autoportfolio_section2_twocolumn .et_pb_grid_item:nth-child(3n) {
        margin-right: 3% !important;
    }

    .autoportfolio_section2_twocolumn .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .autoportfolio_section2_twocolumn .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none !important;
    }

    .autoportfolio_section2_twocolumn .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}

@media only screen and (max-width: 767px) {
    .autoportfolio_section2_twocolumn .et_pb_grid_item {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

/*------ 4 Column Portfolio ------*/
.autoportfolio_section2_fourcolumnportfolio .project {
    position: relative;
    overflow: hidden;
}

.autoportfolio_section2_fourcolumnportfolio .project .et_portfolio_image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    display: block;
}

.autoportfolio_section2_fourcolumnportfolio .project .et_portfolio_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}

.autoportfolio_section2_fourcolumnportfolio .project:hover .et_portfolio_image img {
    filter: grayscale(0);
}

.autoportfolio_section2_fourcolumnportfolio .project .autoportfolio_section2_fourcolumnportfolio_content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 20px;
    background-color: var(--color1);
    transition: all 0.35s ease 0s;
    display: flex;
    flex-direction: column;
}

.autoportfolio_section2_fourcolumnportfolio .project:hover .autoportfolio_section2_fourcolumnportfolio_content {
    bottom: 0px;
}

.autoportfolio_section2_fourcolumnportfolio .project .autoportfolio_section2_fourcolumnportfolio_content:before {
    content: "\55";
    font-family: 'ETmodules';
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: 20px;
}

@media only screen and (max-width: 980px) {
    .autoportfolio_section2_fourcolumnportfolio .et_pb_grid_item {
        width: 47.25% !important;
        margin-right: 5.5% !important;
    }

    .autoportfolio_section2_fourcolumnportfolio .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .autoportfolio_section2_fourcolumnportfolio.et_pb_grid_item:nth-child(3n) {
        margin-right: 5.5% !important;
    }

    .autoportfolio_section2_fourcolumnportfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
        clear: none !important;
    }

    .autoportfolio_section2_fourcolumnportfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}

@media only screen and (max-width: 767px) {
    .autoportfolio_section2_fourcolumnportfolio .et_pb_grid_item {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

/* ------ Portfolio Filter ------ */
.autohome_section10_portfolio .et_pb_portfolio_filters,
.autoportfolio_section2_fourcolumnportfolio .et_pb_portfolio_filters {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autohome_section10_portfolio .et_pb_portfolio_filters ul li,
.autoportfolio_section2_fourcolumnportfolio .et_pb_portfolio_filters ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    list-style: none;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.autohome_section10_portfolio .et_pb_portfolio_filters ul li a,
.autoportfolio_section2_fourcolumnportfolio .et_pb_portfolio_filters ul li a {
    border: 1px solid #e2e2e2;
    padding: 15px;
    transition: all 0.5s ease;
    border-radius: 0 !important;
    background: #ffffff;
    color: var(--color2);
}

.autohome_section10_portfolio .et_pb_portfolio_filters ul li a:hover,
.autoportfolio_section2_fourcolumnportfolio .et_pb_portfolio_filters ul li a:hover {
    background: var(--color1);
    color: #ffffff;
    border-color: var(--color1);
}

@media only screen and (max-width: 767px) {

    .autohome_section10_portfolio .et_pb_portfolio_filters ul li,
    .autoportfolio_section2_fourcolumnportfolio .et_pb_portfolio_filters ul li {
        width: 100% !important;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

/* 1 Blog*/

.autohome_section14_centerblog{}

/* ------ Blog 2 Column ------ */
.autohome_section14_centerblog.col2 .et_pb_post, 
.autohome_section14_centerblog.col3 .et_pb_post, 
.autohome_section14_centerblog.col4 .et_pb_post, 
.autohome_section14_centerblog.col2 .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
.autohome_section14_centerblog.col2 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .autohome_section14_centerblog.col2 > div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 766px){
.autohome_section14_centerblog.col2 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .autohome_section14_centerblog.col2 > div{grid-template-columns: repeat(1,1fr);}
}

/* ------ Blog 3 Column ------ */

.autohome_section14_centerblog.col3 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .autohome_section14_centerblog.col3 > div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

@media only screen and (max-width: 766px) {
    .autohome_section14_centerblog.col3 .et_pb_ajax_pagination_container,
    .et-db #et-boc .et-l #et-fb-app .autohome_section14_centerblog.col3 > div {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .autohome_section14_centerblog.col3 .et_pb_ajax_pagination_container,
    .et-db #et-boc .et-l #et-fb-app .autohome_section14_centerblog.col3 > div {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ------ Blog 4 Column  ------ */
.autosblog_section2_fourcolumn .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}

.autosblog_section2_fourcolumn .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .autosblog_section2_fourcolumn > div{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 766px){
.autosblog_section2_fourcolumn .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .autosblog_section2_fourcolumn > div{grid-template-columns: repeat(1,1fr);}
}

@media (min-width:767px) and (max-width:1024px){
  .autosblog_section2_fourcolumn .et_pb_ajax_pagination_container,
  .et-db #et-boc .et-l #et-fb-app .autosblog_section2_fourcolumn > div{grid-template-columns: repeat(2,1fr);}}

@media (min-width:1025px) and (max-width:1300px){
  .autosblog_section2_fourcolumn .et_pb_ajax_pagination_container,
  .et-db #et-boc .et-l #et-fb-app .autosblog_section2_fourcolumn > div{grid-template-columns: repeat(3,1fr);}}
  


/* ------ Blog List ------ */
.autobloglist_section2_blog .et_pb_post {
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    align-items: center;
}

.autobloglist_section2_blog .et_pb_post .entry-featured-image-url {
    margin: 0;
    position: relative;
    overflow: hidden;
    flex: 1;
    padding-top: 50%;
    display: block;
}

.autobloglist_section2_blog .et_pb_post .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}

.autobloglist_section2_blog .et_pb_post:hover .entry-featured-image-url img {
    filter: grayscale(0);
}

.autobloglist_section2_blog .et_pb_post .autobloglist_section2_blog_content .published {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--color2);
    line-height: 25px;
}

.autobloglist_section2_blog .et_pb_post .autobloglist_section2_blog_content .post-meta {
    font-size: 15px;
    color: var(--color2);
    line-height: 25px;
}

.autobloglist_section2_blog .et_pb_post .autobloglist_section2_blog_content {
    padding: 20px;
    background: #ffffff;
    flex: 1;
}

.autobloglist_section2_blog .et_pb_post .more-link {
    font-size: 0;
    display: flex;
    margin-top: 10px;
}

.autobloglist_section2_blog .et_pb_post .more-link:before {
    border-width: 0px !important;
    border-radius: 50%;
    font-size: 15px;
    background: var(--color2) !important;
    transition: all 0.5s ease;
    content: "\24";
    font-family: ETmodules !important;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
}

.autobloglist_section2_blog .et_pb_post:hover .entry-title a {
    color: var(--color1) !important;
}

.autobloglist_section2_blog .et_pb_post:hover .more-link:before {
    background: var(--color1) !important;
    transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
    .autobloglist_section2_blog .et_pb_post {
        margin-bottom: 30px;
        padding: 0;
        display: block;
        align-items: unset;
    }

    .autobloglist_section2_blog .et_pb_post .entry-featured-image-url {
        padding-top: 100%;
    }
}

/* ------ Blog List Left Image ------ */
.autobloglistleftimage_section2_blog .et_pb_post .entry-featured-image-url {
    padding-top: 35%;
}

/* ------ Blog List Right Image ------ */
.autobloglistrightimage_section2_blog .et_pb_post {
    flex-direction: row-reverse;
}

.autobloglistrightimage_section2_blog .et_pb_post .entry-featured-image-url {
    padding-top: 35%;
}

/* ------ Blog Sidebar ------ */
.autosblog_section2_blogsidebar .et_pb_widget .wp-block-group h2 {
    padding: 20px !important;
    margin-bottom: 15px !important;
    background: var(--color2);
    color: #ffffff !important;
}

.autosblog_section2_blogsidebar .et_pb_widget .wp-block-categories li a {
    color: var(--color2);
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(214, 17, 17, 0.05);
    transition: all 0.5s ease;
    width: 100%;
    display: block;
}

.autosblog_section2_blogsidebar .et_pb_widget .wp-block-categories li a:hover {
    background: var(--color1);
}

.autosblog_section2_blogsidebar .et_pb_widget .wp-block-categories li:hover a {
    color: #ffffff !important;
}

.autosblog_section2_blogsidebar .et_pb_widget .wp-block-categories li:last-child {
    margin-bottom: 0px;
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widgettitle {
    display: none;
}

.autosblog_section2_blogsidebar ul.wp-block-latest-posts{}
.autosblog_section2_blogsidebar ul.wp-block-latest-posts li {display: flex;
  align-items: center;gap:20px;}

.autosblog_section2_blogsidebar ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image{width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;}


.autosblog_section2_blogsidebar ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.autosblog_section2_blogsidebar ul.wp-block-latest-posts li a{display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  flex: 1;
  color: var(--color2);}




.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-image a {
    display: flex;
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data h4 {
    line-height: 20px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data h4 a {
    color: var(--color2) !important;
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data .thumbnail-post-w-author,
.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data .thumbnail-post-w-date {
    display: none;
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .thumbnail-post-w {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgba(214, 17, 17, 0.05);
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data {
    flex: 1;
}

.autosblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .thumbnail-post-w:last-child {
    margin-bottom: 0;
}

.autosblog_section2_blogsidebar .et_pb_widget .wp-block-tag-cloud a {
    font-size: 14px !important;
    padding: 10px 20px;
    background: rgba(214, 17, 17, 0.05);
    color: var(--color2);
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}

.autosblog_section2_blogsidebar .et_pb_widget .wp-block-tag-cloud a:hover {
    background: var(--color1);
    color: #ffffff;
}

/* ------ Contact Us ------ */
.autoscontactus_section2_contact .et_pb_contact_form_label {
    display: block;
    padding-bottom: 5px;
    color: var(--color2);
}

.autoscontactus_section2_contact .et_contact_bottom_container .et_pb_button:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s !important;
    margin: 0;
    opacity: 1 !important;
}

.autoscontactus_section2_contact .et_contact_bottom_container .et_pb_button:hover:after {
    width: 60%;
    height: 0;
    border-width: 0 2px 2px;
    margin: 0 20%;
    transition: width 0.2s ease 0.2s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0s, margin 0.2s ease 0.2s !important;
}

.autoscontactus_section2_contact .et_pb_contact_field[data-type=select]:after {
    margin-top: 18px;
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field {
    position: relative;
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field::before {
    right: 10px;
    top: 45px;
    font-family: ETmodules;
    color: rgba(0, 0, 0, .3);
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="name"]::before {
    content: "\e08a";
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="email"]::before {
    content: "\e076";
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="phone"]::before {
    content: "\e00b";
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="message"]::before {
    content: "\77";
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="model_name"]::before {
    content: "\52";
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="date"]::before {
    content: "\e023";
}

.autoscontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="time"]::before {
    content: "\7d";
}

@media only screen and (max-width: 980px) {
    .autoscontactus_section2_contact .et_contact_bottom_container {
        float: unset;
        text-align: center;
        display: block;
    }
}

/* ------ Coming Soon ------ */
.autossoon_section2_blurb {
    padding-right: 150px;
}

.autossoon_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after {
    content: '';
    background: var(--color1);
    width: 50%;
    height: 2px;
    position: absolute;
    right: -53%;
    top: 5px;
    visibility: visible;
}

.autossoon_section2_column1 {
    padding-left: 150px;
}

@media (min-width: 1446px) and (max-width: 1845px) {
    .autossoon_section2_column1 {
        padding-left: 100px;
    }

    .autossoon_section2_blurb {
        padding-right: 100px;
    }
}

@media (min-width: 1247px) and (max-width: 1596px) {
    body #page-container .et_pb_section .autossoon_section2_email.et_pb_subscribe.et_pb_subscribe .et_pb_newsletter_button.et_pb_button {
        padding-top: 21px !important;
        padding-right: 30px !important;
        padding-bottom: 20px !important;
        padding-left: 30px !important;
    }
}

@media (min-width: 1246px) and (max-width: 1446px) {
    .autossoon_section2_column1 {
        padding-left: 50px;
    }

    .autossoon_section2_blurb {
        padding-right: 50px;
    }
}

@media (min-width: 981px) and (max-width: 1246px) {
    .autossoon_section2_column1 {
        padding-left: 30px;
    }

    .autossoon_section2_blurb {
        padding-right: 30px;
    }

    .autossoon_section2_email.et_pb_subscribe.et_pb_subscribe .et_pb_newsletter_button.et_pb_button {
        position: relative !important;
        top: unset !important;
        display: block !important;
        width: 100% !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .autossoon_section2_column1 {
        padding: 50px;
    }

    .autossoon_section2_blurb {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .autossoon_section2_column1 {
        padding: 25px;
    }

    .autossoon_section2_blurb {
        padding-right: 25px;
    }

    .autossoon_section2_email.et_pb_subscribe.et_pb_subscribe .et_pb_newsletter_button.et_pb_button {
        position: relative !important;
        top: unset !important;
        display: block !important;
        width: 100% !important;
        right: 0 !important;
    }
}

/* ------ 404 Page ------ */
body #page-container .et_pb_section .autos404_section2_email.et_pb_subscribe.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

/* ------ Gallery Tag ------ */
.autogallerytag_section2_blog .et_pb_post {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.autogallerytag_section2_blog .et_pb_post .et_pb_image_container {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.autogallerytag_section2_blog .et_pb_post .entry-featured-image-url {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    display: block;
    margin: 0;
}

.autogallerytag_section2_blog .et_pb_post .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}

.autogallerytag_section2_blog .et_pb_post:hover .entry-featured-image-url img {
    filter: grayscale(0);
}

.autogallerytag_section2_blog .et_pb_post .autogallerytag_section2_blog_content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 20px;
    background-color: var(--color1);
    transition: all 0.35s ease 0s;
    display: flex;
    flex-direction: column;
}

.autogallerytag_section2_blog .et_pb_post:hover .autogallerytag_section2_blog_content {
    bottom: 0px;
}

.autogallerytag_section2_blog .et_pb_post .autogallerytag_section2_blog_content:before {
    content: "\55";
    font-family: 'ETmodules';
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: 20px;
}

/* ------ Gallery Detail ------ */
.autogallerydetail_section2_image .et_pb_image_wrap {
    display: block;
    padding-top: 50%;
}

.autogallerydetail_section2_image .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.autogallerydetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 980px) {
    .autogallerydetail_section2_image .et_pb_image_wrap {
        display: block;
        padding-top: 100%;
    }
}

/* ------ Career ------ */
.autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
}

.autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
    content: "Opening";
    font-family: 'Epilogue', Helvetica, Arial, Lucida, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    padding-left: 25px;
}

.autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    font-size: 20px;
    line-height: 30px;
    color: #171717;
    font-weight: 700;
    padding-bottom: 3px;
    transition: all 0.5s ease;
}

.autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #171717;
}

.autocareer_section2_column:hover .autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    background: var(--color1);
}

.autocareer_section2_column:hover .autocareer_section2_button {
    background: var(--color1) !important;
}

.autocareer_section2_column:hover .autocareer_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    color: var(--color1) !important;
}

/* ------ Career Detail ------ */
.autocareerdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img,
.autocareerdetail_section2_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    width: auto !important;
}

.autocareerdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

.autocareerdetail_section2_comment #commentform {
    padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
    .autocareerdetail_section2_comment .logged-in-as {
        text-align: center;
    }

    .autocareerdetail_section2_detailblurb .et_pb_blurb_content .et_pb_blurb_container {
        display: block;
        padding-left: 0;
    }
}


/* ------ Video Gallery ------ */

.autovideo_video .et_pb_video_box .fluid-width-video-wrapper {
    padding-top: 70% !important;
}

.autovideo_video .et_pb_video_overlay {
    background-blend-mode: soft-light;
    background-color: rgb(0 0 0 / 50%);
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
    }
}