/* =========================================================
   AFFORDABLE AUTOMOTIVE - HERO
   Main Colors:
   Red   #c01e2e
   White #ffffff
========================================================= */

.yd-hero-v2,
.yd-hero-v2 *,
.yd-hero-v2 *::before,
.yd-hero-v2 *::after {
    box-sizing: border-box;
}

.yd-hero-v2 {
    position: relative !important;
    width: 100% !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #c01e2e !important;
    isolation: isolate !important;
    contain: layout paint !important;
}


/* =========================
   HERO IMAGE
========================= */

.yd-hero-v2-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: 0 !important;
}

.yd-hero-v2-media picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.yd-hero-v2-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    max-width: none !important;
}


/* =========================
   LEFT TEXT OVERLAY
========================= */

.yd-hero-v2-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.72) 28%,
            rgba(0, 0, 0, 0.38) 50%,
            rgba(0, 0, 0, 0.05) 78%,
            rgba(0, 0, 0, 0) 100%
        ) !important;
}


/* =========================
   CONTAINER
========================= */

.yd-hero-v2-container {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 1550px !important;
    height: 600px !important;
    min-height: 600px !important;
    margin: 0 auto !important;
    padding: 30px 40px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    overflow: visible !important;
}


/* =========================
   CONTENT
========================= */

.yd-hero-v2-content {
    width: 58% !important;
    max-width: 780px !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    flex-shrink: 0 !important;
}


/* =========================
   BADGE
========================= */

.yd-hero-v2-badge {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;

    margin: 0 0 16px !important;
    padding: 8px 17px !important;

    border-radius: 50px !important;
    border-left: 4px solid #c01e2e !important;

    background: #ffffff !important;
    color: #c01e2e !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}


/* =========================
   TITLE
========================= */

.yd-hero-v2-title {
    display: block !important;
    width: 100% !important;
    max-width: 780px !important;

    margin: 0 0 15px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(40px, 4.2vw, 60px) !important;
    line-height: 1.07 !important;
    font-weight: 800 !important;
    letter-spacing: -0.7px !important;

    text-align: left !important;
}

.yd-hero-v2-title span {
    color: #c01e2e !important;
}


/* =========================
   SUBTITLE
========================= */

.yd-hero-v2-subtitle {
    display: block !important;
    width: 100% !important;
    max-width: 720px !important;

    margin: 0 0 11px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;

    text-align: left !important;
}


/* =========================
   DESCRIPTION
========================= */

.yd-hero-v2-description {
    display: block !important;
    width: 100% !important;
    max-width: 650px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.94) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;

    text-align: left !important;
}


/* =========================
   BUTTONS
========================= */

.yd-hero-v2-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;

    gap: 13px !important;
    width: 100% !important;

    margin: 25px 0 0 !important;
    padding: 0 !important;
}


.yd-hero-v2-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    min-height: 50px !important;

    margin: 0 !important;
    padding: 12px 24px !important;

    border-radius: 7px !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    text-decoration: none !important;
    cursor: pointer !important;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease !important;
}


/* Call Now */

.yd-hero-v2-primary {
    background: #c01e2e !important;
    border: 2px solid #c01e2e !important;
    color: #ffffff !important;

    box-shadow:
        0 7px 18px rgba(192, 30, 46, 0.30) !important;
}

.yd-hero-v2-primary:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #c01e2e !important;

    transform: translateY(-3px) !important;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.22) !important;
}


/* Arrow */

.yd-hero-v2-arrow {
    display: block !important;

    width: 19px !important;
    height: 19px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;

    flex-shrink: 0 !important;

    transition: transform .25s ease !important;
}

.yd-hero-v2-primary:hover .yd-hero-v2-arrow {
    transform: translateX(4px) !important;
}


/* Phone */

.yd-hero-v2-phone {
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #c01e2e !important;

    box-shadow:
        0 7px 18px rgba(0, 0, 0, 0.12) !important;
}

.yd-hero-v2-phone:hover {
    background: #c01e2e !important;
    border-color: #c01e2e !important;
    color: #ffffff !important;

    transform: translateY(-3px) !important;
}


/* Phone Icon */

.yd-hero-v2-phone-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 19px !important;
    height: 19px !important;

    flex-shrink: 0 !important;
}

.yd-hero-v2-phone-icon svg {
    display: block !important;

    width: 18px !important;
    height: 18px !important;

    fill: currentColor !important;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .yd-hero-v2 {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
    }

    .yd-hero-v2-container {
        height: 550px !important;
        min-height: 550px !important;
        padding: 30px !important;
    }

    .yd-hero-v2-content {
        width: 68% !important;
        max-width: 700px !important;
    }

    .yd-hero-v2-title {
        font-size: 46px !important;
    }

    .yd-hero-v2-subtitle {
        font-size: 17px !important;
    }

    .yd-hero-v2-description {
        font-size: 16px !important;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .yd-hero-v2 {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;

        background: #c01e2e !important;
    }

    .yd-hero-v2-media {
        position: relative !important;
        inset: auto !important;

        width: 100% !important;
        height: auto !important;

        aspect-ratio: 1920 / 600 !important;

        overflow: hidden !important;
    }

    .yd-hero-v2-media img {
        width: 100% !important;
        height: 100% !important;

        min-width: 100% !important;
        min-height: 100% !important;

        object-fit: cover !important;
        object-position: center center !important;
    }

    .yd-hero-v2-overlay {
        display: none !important;
    }

    .yd-hero-v2-container {
        position: relative !important;

        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 30px 15px 35px !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: stretch !important;
        justify-content: flex-start !important;

        background: #c01e2e !important;
    }

    .yd-hero-v2-content {
        width: 100% !important;
        max-width: 100% !important;

        align-items: flex-start !important;
    }

    .yd-hero-v2-badge {
        margin-bottom: 14px !important;
        padding: 7px 14px !important;

        font-size: 10px !important;
        letter-spacing: 1.2px !important;
    }

    .yd-hero-v2-title {
        width: 100% !important;
        max-width: 100% !important;

        margin-bottom: 13px !important;

        font-size: 32px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.3px !important;
    }

    .yd-hero-v2-subtitle {
        width: 100% !important;
        max-width: 100% !important;

        margin-bottom: 11px !important;

        font-size: 17px !important;
        line-height: 1.45 !important;
    }

    .yd-hero-v2-description {
        width: 100% !important;
        max-width: 100% !important;

        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .yd-hero-v2-buttons {
        width: 100% !important;

        margin-top: 22px !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: stretch !important;
        gap: 10px !important;
    }

    .yd-hero-v2-btn {
        width: 100% !important;

        min-height: 48px !important;

        padding: 11px 18px !important;

        font-size: 17px !important;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .yd-hero-v2-container {
        padding: 25px 15px 32px !important;
    }

    .yd-hero-v2-title {
        font-size: 30px !important;
    }

    .yd-hero-v2-subtitle {
        font-size: 16px !important;
    }

    .yd-hero-v2-description {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}


@media (max-width: 360px) {

    .yd-hero-v2-title {
        font-size: 28px !important;
    }

    .yd-hero-v2-subtitle {
        font-size: 15px !important;
    }

    .yd-hero-v2-btn {
        min-height: 46px !important;
        font-size: 17px !important;
    }
}


/* ==========================================================
   AFFORDABLE AUTOMOTIVE PORT AUGUSTA
   ABOUT US SECTION
   Main Color: #c01e2e
   White: #ffffff
========================================================== */

.yd-about,
.yd-about *,
.yd-about *::before,
.yd-about *::after {
    box-sizing: border-box;
}


/* =========================
   MAIN SECTION
========================= */

.yd-about {
    width: 100%;
    padding: 50px 30px;
    background: #ffffff;
    overflow: hidden;
}


/* =========================
   CONTAINER
========================= */

.yd-about-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
    gap: 70px;
}


/* =========================
   LEFT CONTENT
========================= */

.yd-about-content {
    position: relative;
    width: 100%;
}


/* =========================
   ABOUT TAG
========================= */

.yd-about-tag {
    display: inline-block;

    padding: 8px 17px;
    margin-bottom: 18px;

    background: rgba(192, 30, 46, 0.09);

    border-left: 4px solid #c01e2e;

    color: #c01e2e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    line-height: 1.4;
    font-weight: 800;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* =========================
   MAIN HEADING
========================= */

.yd-about-content h2 {
    margin: 0 0 20px;
    padding: 0;

    color: #222222;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 43px;
    line-height: 1.13;
    font-weight: 800;

    letter-spacing: -0.5px;
}

.yd-about-content h2 span {
    display: block;

    color: #c01e2e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit !important;
    line-height: inherit;
    font-weight: inherit;
}


/* =========================
   PARAGRAPHS
========================= */

.yd-about-content p {
    color: #555555;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px !important;
    line-height: 1.75;

    font-weight: 400;
}

.yd-about-intro {
    margin: 0 0 15px;

    color: #444444 !important;

    font-size: 17px !important;
    line-height: 1.75;

    font-weight: 500;
}

.yd-about-content > p:not(.yd-about-intro) {
    margin: 0 0 25px;

    color: #666666;

    font-size: 17px !important;
    line-height: 1.8;
}


/* =========================
   FEATURES GRID
========================= */

.yd-about-features {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 20px 25px;

    margin: 0 0 30px;
}


/* =========================
   FEATURE ITEM
========================= */

.yd-about-feature {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    width: 100%;
}


/* =========================
   FEATURE ICON
========================= */

.yd-feature-icon {
    flex: 0 0 27px;

    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 2px;

    border-radius: 50%;

    background: #c01e2e;
    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 1;

    font-weight: 800;

    box-shadow:
        0 5px 15px rgba(192, 30, 46, 0.22);
}


/* =========================
   FEATURE TITLE
========================= */

.yd-about-feature h4 {
    margin: 0 0 5px;
    padding: 0;

    color: #222222;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px !important;
    line-height: 1.4;

    font-weight: 700;
}


/* =========================
   FEATURE DESCRIPTION
========================= */

.yd-about-feature p {
    margin: 0;
    padding: 0;

    color: #777777;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px !important;
    line-height: 1.55;

    font-weight: 400;
}


/* =========================
   BUTTON
========================= */

.yd-about-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    min-height: 50px;

    padding: 13px 23px;

    background: #c01e2e;
    color: #ffffff !important;

    border: 2px solid #c01e2e;
    border-radius: 6px;

    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px !important;
    line-height: 1.3;

    font-weight: 700;

    box-shadow:
        0 8px 22px rgba(192, 30, 46, 0.22);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.yd-about-btn span {
    display: inline-block;

    color: inherit;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px !important;
    line-height: 1;

    transition:
        transform 0.3s ease;
}

.yd-about-btn:hover {
    background: #ffffff;
    color: #c01e2e !important;

    border-color: #c01e2e;

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(192, 30, 46, 0.25);
}

.yd-about-btn:hover span {
    transform: translateX(5px);
}


/* =========================
   RIGHT IMAGE AREA
========================= */

.yd-about-image {
    position: relative;

    width: 100%;
    min-height: 480px;

    display: flex;

    align-items: center;
    justify-content: center;
}


/* =========================
   MAIN IMAGE
========================= */

.yd-about-image img {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    height: 470px;

    margin: 0;
    padding: 0;

    object-fit: cover;
    object-position: center;

    border-radius: 18px;

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.18);
}


/* =========================
   IMAGE FRAME
========================= */

.yd-image-frame {
    position: absolute;

    width: 90%;
    height: 90%;

    right: -15px;
    bottom: -10px;

    border: 3px solid #c01e2e;

    border-radius: 20px;

    z-index: 1;
}


/* =========================
   SERVICE BADGE
========================= */

.yd-about-badge {
    position: absolute;

    left: -28px;
    bottom: 35px;

    z-index: 4;

    min-width: 150px;

    padding: 17px 20px;

    background: #ffffff;

    border-radius: 10px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.18);

    text-align: center;
}


/* Badge Number */

.yd-about-badge strong {
    display: block;

    margin: 0;

    color: #c01e2e;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 27px !important;
    line-height: 1;

    font-weight: 800;
}


/* Badge Text */

.yd-about-badge span {
    display: block;

    margin-top: 7px;

    color: #555555;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px !important;
    line-height: 1.4;

    font-weight: 700;

    letter-spacing: 0.2px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .yd-about {
        padding: 65px 25px;
    }

    .yd-about-container {
        gap: 45px;
    }

    .yd-about-content h2 {
        font-size: 36px;
    }

    .yd-about-image {
        min-height: 400px;
    }

    .yd-about-image img {
        height: 390px;
    }

    .yd-about-badge {
        left: -15px;
    }

    .yd-about-content p,
    .yd-about-intro,
    .yd-about-content > p:not(.yd-about-intro),
    .yd-about-feature p {
        font-size: 17px !important;
    }

    .yd-about-feature h4 {
        font-size: 17px !important;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .yd-about {
        padding: 55px 18px;
    }

    .yd-about-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .yd-about-content h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .yd-about-content p,
    .yd-about-intro,
    .yd-about-content > p:not(.yd-about-intro),
    .yd-about-feature p {
        font-size: 17px !important;
        line-height: 1.7;
    }

    .yd-about-features {
        grid-template-columns: 1fr;

        gap: 18px;

        margin-bottom: 28px;
    }

    .yd-about-feature h4 {
        font-size: 17px !important;
    }

    .yd-about-image {
        min-height: auto;

        padding: 0 8px 15px;
    }

    .yd-about-image img {
        width: 100%;
        height: auto;

        min-height: 300px;

        object-fit: cover;

        border-radius: 14px;
    }

    .yd-image-frame {
        width: 90%;
        height: 90%;

        right: 0;
        bottom: 0;

        border-width: 3px;
    }

    .yd-about-badge {
        left: 5px;
        bottom: 25px;

        min-width: 140px;

        padding: 14px 15px;
    }

    .yd-about-badge strong {
        font-size: 25px !important;
    }

    .yd-about-badge span {
        font-size: 17px !important;
    }

    .yd-about-btn {
        min-height: 50px;

        padding: 13px 20px;

        font-size: 17px !important;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .yd-about {
        padding: 45px 15px;
    }

    .yd-about-content h2 {
        font-size: 29px;
        line-height: 1.2;
    }

    .yd-about-tag {
        font-size: 11px !important;
    }

    .yd-about-content p,
    .yd-about-intro,
    .yd-about-content > p:not(.yd-about-intro),
    .yd-about-feature p {
        font-size: 17px !important;
        line-height: 1.7;
    }

    .yd-about-feature h4 {
        font-size: 17px !important;
    }

    .yd-about-image img {
        min-height: 260px;
    }

    .yd-about-badge {
        min-width: 130px;
        padding: 13px 14px;
    }

    .yd-about-badge strong {
        font-size: 23px !important;
    }

    .yd-about-badge span {
        font-size: 17px !important;
    }
}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 360px) {

    .yd-about {
        padding-left: 14px;
        padding-right: 14px;
    }

    .yd-about-content h2 {
        font-size: 27px;
    }

    .yd-about-content p,
    .yd-about-intro,
    .yd-about-content > p:not(.yd-about-intro),
    .yd-about-feature p {
        font-size: 17px !important;
    }

    .yd-about-feature h4 {
        font-size: 17px !important;
    }

    .yd-about-btn {
        width: 100%;
    }
}


/* ==========================================================
   AFFORDABLE AUTOMOTIVE - SERVICES
========================================================== */

.yd-global-services,
.yd-global-services *,
.yd-global-services *::before,
.yd-global-services *::after {
    box-sizing: border-box;
}

.yd-global-services {
    position: relative;
    width: 100%;
    padding: 35px 25px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(192, 30, 46, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(192, 30, 46, 0.06),
            transparent 30%
        ),
        #ffffff;
}

.yd-services-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.yd-services-header {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}

.yd-services-label {
    display: inline-block;

    margin-bottom: 15px;
    padding: 7px 16px;

    border-left: 4px solid #c01e2e;

    background: rgba(192, 30, 46, 0.08);
    color: #c01e2e;

    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.yd-services-header h2 {
    margin: 0 0 17px;

    color: #222222;

    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
}

.yd-services-header h2 span {
    color: #c01e2e;
}

.yd-services-header p {
    max-width: 680px;
    margin: 0 auto;

    color: #666666;

    font-size: 17px;
    line-height: 1.7;
}


/* =========================
   SERVICES GRID
========================= */

.yd-services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


/* =========================
   SERVICE CARD
========================= */

.yd-service-card {
    position: relative;

    padding: 20px 22px 24px;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.yd-service-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: #c01e2e;

    transition: width 0.35s ease;
}

.yd-service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(192, 30, 46, 0.25);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.11);
}

.yd-service-card:hover::before {
    width: 100%;
}


/* =========================
   SERVICE IMAGE
========================= */

.yd-service-image {
    width: 100%;
    height: 170px;

    margin-bottom: 20px;

    overflow: hidden;

    border-radius: 10px;

    background: #f5f5f5;
}

.yd-service-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.45s ease;
}

.yd-service-card:hover .yd-service-image img {
    transform: scale(1.05);
}


/* =========================
   TOP AREA
========================= */

.yd-service-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
}


/* =========================
   NUMBER
========================= */

.yd-service-number {
    color: #d6d6d6;

    font-size: 14px;
    line-height: 1.3;

    font-weight: 800;
}


/* =========================
   ICON
========================= */

.yd-service-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(192, 30, 46, 0.09);

    transition:
        background 0.35s ease,
        transform 0.35s ease;
}

.yd-service-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #c01e2e;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition: stroke 0.35s ease;
}

.yd-service-card:hover .yd-service-icon {
    background: #c01e2e;

    transform:
        rotate(-4deg)
        scale(1.05);
}

.yd-service-card:hover .yd-service-icon svg {
    stroke: #ffffff;
}


/* =========================
   SERVICE TITLE
========================= */

.yd-service-card h3 {
    margin: 0 0 11px;

    color: #222222;

    font-size: 22px;
    line-height: 1.3;

    font-weight: 750;
}


/* =========================
   SERVICE DESCRIPTION
========================= */

.yd-service-card p {
    min-height: 76px;

    margin: 0 0 20px;

    color: #666666;

    font-size: 17px;
    line-height: 1.65;
}


/* =========================
   SERVICE LINK
========================= */

.yd-service-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #c01e2e;

    font-size: 17px !important;
    line-height: 1.4;

    font-weight: 750;

    text-decoration: none !important;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.yd-service-link span {
    font-size: 20px;

    line-height: 1;

    transition: transform 0.3s ease;
}

.yd-service-link:hover {
    color: #222222;
}

.yd-service-link:hover span {
    transform: translateX(5px);
}


/* =========================
   BOTTOM AREA
========================= */

.yd-global-bottom {
    margin-top: 45px;
}

.yd-global-line {
    width: 100%;
    height: 1px;

    margin-bottom: 20px;

    background: #e5e5e5;
}

.yd-global-content {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.yd-global-left {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #333333;

    font-size: 15px;
    line-height: 1.4;
}

.yd-globe-icon {
    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #c01e2e;
    color: #ffffff;

    font-size: 20px;
}

.yd-global-right {
    color: #777777;

    font-size: 15px;
    line-height: 1.5;

    text-align: right;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .yd-global-services {
        padding: 60px 22px;
    }

    .yd-services-header h2 {
        font-size: 37px;
    }

    .yd-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .yd-service-image {
        height: 180px;
    }

    .yd-services-header p,
    .yd-service-card p {
        font-size: 17px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .yd-global-services {
        padding: 50px 17px;
    }

    .yd-services-header {
        margin-bottom: 35px;
    }

    .yd-services-header h2 {
        font-size: 31px;
    }

    .yd-services-header p {
        font-size: 17px;
        line-height: 1.65;
    }

    .yd-services-grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .yd-service-card {
        padding: 20px 20px 24px;
    }

    .yd-service-image {
        height: 200px;
    }

    .yd-service-card p {
        min-height: auto;

        font-size: 17px;
        line-height: 1.65;
    }

    .yd-service-link {
        font-size: 17px !important;
    }

    .yd-global-content {
        flex-direction: column;

        align-items: flex-start;
    }

    .yd-global-right {
        text-align: left;

        font-size: 15px;
        line-height: 1.6;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .yd-services-header h2 {
        font-size: 28px;
    }

    .yd-service-card h3 {
        font-size: 20px;
    }

    .yd-service-image {
        height: 185px;
    }

    .yd-services-header p,
    .yd-service-card p {
        font-size: 17px;
    }
}

.yd-why-modern,
.yd-why-modern *,
.yd-why-modern *::before,
.yd-why-modern *::after {
    box-sizing: border-box;
}

.yd-why-modern {
    width: 100%;
    padding: 80px 30px;
    background: #f7f7f7;
    overflow: hidden;
}

.yd-why-modern-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}


/* =========================
   IMAGE SIDE
========================= */

.yd-why-modern-visual {
    position: relative;
    min-height: 560px;
}

.yd-why-modern-image {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 22px;
    background: #222;
}

.yd-why-modern-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(0, 0, 0, 0.72) 100%
        );

    z-index: 1;
}

.yd-why-modern-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.yd-why-modern-visual:hover .yd-why-modern-image img {
    transform: scale(1.04);
}


/* =========================
   RED BORDER ACCENT
========================= */

.yd-why-modern-visual::before {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    left: -18px;
    top: -18px;

    border-top: 5px solid #c01e2e;
    border-left: 5px solid #c01e2e;

    border-radius: 18px 0 0 0;

    z-index: 3;
}


/* =========================
   24/7 BADGE
========================= */

.yd-why-modern-badge {
    position: absolute;

    right: -25px;
    top: 45px;

    z-index: 5;

    min-width: 155px;

    padding: 18px 20px;

    background: #c01e2e;
    color: #ffffff;

    border-radius: 12px;

    text-align: center;

    box-shadow:
        0 15px 35px rgba(192, 30, 46, 0.3);
}

.yd-why-modern-badge strong {
    display: block;

    font-size: 30px;
    line-height: 1;

    font-weight: 800;
}

.yd-why-modern-badge span {
    display: block;

    margin-top: 6px;

    font-size: 13px;
    line-height: 1.4;

    font-weight: 600;
}


/* =========================
   IMAGE CAPTION
========================= */

.yd-why-modern-caption {
    position: absolute;

    left: 25px;
    right: 25px;
    bottom: 25px;

    z-index: 5;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 15px 18px;

    background: rgba(255, 255, 255, 0.96);

    border-radius: 10px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.15);
}

.yd-why-caption-icon {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #c01e2e;
    color: #ffffff;

    font-size: 17px;
    font-weight: 800;
}

.yd-why-modern-caption strong {
    display: block;

    color: #222222;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 800;
}

.yd-why-modern-caption div span {
    display: block;

    margin-top: 2px;

    color: #777777;

    font-size: 12px;
    line-height: 1.4;
}


/* =========================
   CONTENT
========================= */

.yd-why-modern-content {
    width: 100%;
}

.yd-why-modern-label {
    display: inline-block;

    margin-bottom: 16px;
    padding: 8px 16px;

    border-left: 4px solid #c01e2e;

    background: rgba(192, 30, 46, 0.08);

    color: #c01e2e;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.yd-why-modern-content h2 {
    margin: 0 0 20px;

    color: #1e1e1e;

    font-size: 44px;
    line-height: 1.12;

    font-weight: 800;
}

.yd-why-modern-content h2 span {
    display: block;

    color: #c01e2e;
}

.yd-why-modern-intro {
    max-width: 650px;

    margin: 0 0 30px;

    color: #555555;

    font-size: 17px;
    line-height: 1.75;

    font-weight: 500;
}


/* =========================
   FEATURES
========================= */

.yd-why-modern-list {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;

    margin-bottom: 32px;
}

.yd-why-modern-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 18px;

    background: #ffffff;

    border: 1px solid #e9e9e9;
    border-radius: 12px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.yd-why-modern-item:hover {
    transform: translateY(-4px);

    border-color: rgba(192, 30, 46, 0.25);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08);
}

.yd-why-modern-icon {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(192, 30, 46, 0.09);

    transition: all 0.3s ease;
}

.yd-why-modern-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #c01e2e;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.yd-why-modern-item:hover .yd-why-modern-icon {
    background: #c01e2e;
}

.yd-why-modern-item:hover .yd-why-modern-icon svg {
    stroke: #ffffff;
}

.yd-why-modern-item h3 {
    margin: 0 0 5px;

    color: #222222;

    font-size: 17px;
    line-height: 1.4;

    font-weight: 750;
}

.yd-why-modern-item p {
    margin: 0;

    color: #777777;

    font-size: 15px;
    line-height: 1.6;
}


/* =========================
   BOTTOM
========================= */

.yd-why-modern-bottom {
    display: flex;

    align-items: center;

    gap: 25px;
}

.yd-why-modern-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    padding: 14px 23px;

    background: #c01e2e;
    color: #ffffff !important;

    border: 2px solid #c01e2e;
    border-radius: 7px;

    text-decoration: none !important;

    font-size: 17px;
    line-height: 1.3;

    font-weight: 700;

    box-shadow:
        0 8px 22px rgba(192, 30, 46, 0.2);

    transition: all 0.3s ease;
}

.yd-why-modern-btn span {
    font-size: 20px;

    transition: transform 0.3s ease;
}

.yd-why-modern-btn:hover {
    background: #ffffff;

    color: #c01e2e !important;

    transform: translateY(-3px);
}

.yd-why-modern-btn:hover span {
    transform: translateX(5px);
}

.yd-why-modern-phone small {
    display: block;

    margin-bottom: 3px;

    color: #888888;

    font-size: 12px;
}

.yd-why-modern-phone strong {
    color: #222222;

    font-size: 16px;
    font-weight: 800;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .yd-why-modern {
        padding: 65px 25px;
    }

    .yd-why-modern-container {
        gap: 45px;
    }

    .yd-why-modern-content h2 {
        font-size: 36px;
    }

    .yd-why-modern-visual {
        min-height: 450px;
    }

    .yd-why-modern-image {
        height: 450px;
    }

    .yd-why-modern-badge {
        right: -10px;
    }

    .yd-why-modern-list {
        grid-template-columns: 1fr;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .yd-why-modern {
        padding: 55px 18px;
    }

    .yd-why-modern-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .yd-why-modern-content h2 {
        font-size: 32px;
    }

    .yd-why-modern-intro {
        font-size: 17px;
    }

    .yd-why-modern-visual {
        min-height: 360px;
        padding: 0 8px;
    }

    .yd-why-modern-image {
        height: 360px;
        border-radius: 15px;
    }

    .yd-why-modern-badge {
        right: 0;
        top: 25px;
    }

    .yd-why-modern-caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .yd-why-modern-list {
        grid-template-columns: 1fr;
    }

    .yd-why-modern-item p {
        font-size: 16px;
    }

    .yd-why-modern-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .yd-why-modern {
        padding: 45px 15px;
    }

    .yd-why-modern-content h2 {
        font-size: 29px;
    }

    .yd-why-modern-visual {
        min-height: 300px;
    }

    .yd-why-modern-image {
        height: 300px;
    }

    .yd-why-modern-badge {
        min-width: 130px;
        padding: 13px 15px;
    }

    .yd-why-modern-badge strong {
        font-size: 25px;
    }

    .yd-why-modern-badge span {
        font-size: 11px;
    }

    .yd-why-modern-caption {
        padding: 12px;
    }

    .yd-why-modern-caption strong {
        font-size: 13px;
    }

    .yd-why-modern-caption div span {
        font-size: 10px;
    }

    .yd-why-modern-item {
        padding: 15px;
    }

    .yd-why-modern-item h3 {
        font-size: 17px;
    }

    .yd-why-modern-item p {
        font-size: 15px;
    }

    .yd-why-modern-btn {
        width: 100%;
    }
}

/* ==========================================
   AFFORDABLE AUTOMOTIVE
   FAQ + CONTACT FORM
   LEFT 50% / RIGHT 50%
========================================== */

.yd-faq-section,
.yd-faq-section * {
    box-sizing: border-box;
}


/* ==========================================
   MAIN SECTION
========================================== */

.yd-faq-section {
    width: 100%;
    padding: 70px 25px;
    background:
        radial-gradient(
            circle at 5% 20%,
            rgba(192, 30, 46, .06),
            transparent 30%
        ),
        #fafafa;
    overflow: hidden;
}


/* ==========================================
   MAIN CONTAINER
========================================== */

.yd-faq-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 55px;
    align-items: start;
}


/* ==========================================
   LEFT FAQ
========================================== */

.yd-faq-left {
    width: 100%;
    min-width: 0;
}


/* ==========================================
   FAQ LABEL
========================================== */

.yd-faq-label {
    display: inline-block;

    padding: 7px 15px;
    margin-bottom: 15px;

    background: rgba(192, 30, 46, .08);

    border-left: 4px solid #c01e2e;

    color: #c01e2e;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;
    line-height: 1.4;

    text-transform: uppercase;
}


/* ==========================================
   HEADING
========================================== */

.yd-faq-left h2 {
    margin: 0 0 15px;

    color: #171717;

    font-size: 43px;
    line-height: 1.13;

    font-weight: 800;

    letter-spacing: -.7px;
}


.yd-faq-left h2 span {
    display: block;
    color: #c01e2e;
}


/* ==========================================
   INTRO
========================================== */

.yd-faq-intro {
    max-width: 700px;

    margin: 0 0 28px;

    color: #666666;

    font-size: 17px;
    line-height: 1.7;
}


/* ==========================================
   FAQ ITEM
========================================== */

.yd-faq-item {
    margin-bottom: 10px;

    border: 1px solid #e5e5e5;

    border-radius: 9px;

    background: #ffffff;

    overflow: hidden;

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}


.yd-faq-item:hover {
    border-color: rgba(192, 30, 46, .25);
}


.yd-faq-item.active {
    border-color: rgba(192, 30, 46, .28);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .07);
}


/* ==========================================
   FAQ QUESTION
========================================== */

.yd-faq-question {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 17px 18px;

    border: 0 !important;
    outline: none !important;

    background: transparent !important;

    color: #222222 !important;

    font-family: inherit;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.4;

    text-align: left;

    cursor: pointer;
}


.yd-faq-question span {
    flex: 1;
}


/* ==========================================
   PLUS ICON
========================================== */

.yd-faq-question i {
    width: 29px;
    height: 29px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(192, 30, 46, .09);

    color: #c01e2e;

    font-size: 20px;

    font-style: normal;
    font-weight: 400;

    line-height: 1;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


/* ==========================================
   ACTIVE ICON
========================================== */

.yd-faq-item.active .yd-faq-question i {
    background: #c01e2e;
    color: #ffffff;

    transform: rotate(45deg);
}


/* ==========================================
   FAQ ANSWER
========================================== */

.yd-faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .35s ease;
}


.yd-faq-answer p {
    min-height: 0;

    overflow: hidden;

    margin: 0;

    padding: 0 18px;

    color: #707070;

    font-size: 16px;

    line-height: 1.7;
}


.yd-faq-item.active .yd-faq-answer {
    grid-template-rows: 1fr;
}


.yd-faq-item.active .yd-faq-answer p {
    padding: 0 18px 17px;
}


/* ==========================================
   RIGHT CONTACT FORM
========================================== */

.yd-faq-form-wrap {
    width: 100%;
    min-width: 0;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #e7e7e7;

    border-radius: 14px;

    box-shadow:
        0 15px 45px rgba(0, 0, 0, .07);
}


/* ==========================================
   CONTACT FORM 7
========================================== */

.yd-faq-form-wrap .wpcf7 {
    width: 100%;
    margin: 0;
}


.yd-faq-form-wrap .wpcf7 form {
    width: 100%;
    margin: 0;
}


/* ==========================================
   FORM PARAGRAPH
========================================== */

.yd-faq-form-wrap .wpcf7 form > p {
    margin: 0 0 15px;
}


/* ==========================================
   CONTROL WRAPPER
========================================== */

.yd-faq-form-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* ==========================================
   INPUTS
========================================== */

.yd-faq-form-wrap input[type="text"],
.yd-faq-form-wrap input[type="email"],
.yd-faq-form-wrap input[type="tel"],
.yd-faq-form-wrap select {

    width: 100% !important;

    min-height: 52px !important;

    padding: 13px 16px !important;

    margin: 0 0 15px 0 !important;

    box-sizing: border-box !important;

    border: 1px solid #dddddd !important;

    border-radius: 7px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-family: inherit !important;

    font-size: 16px !important;

    line-height: 1.4 !important;

    outline: none !important;

    box-shadow: none !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}


/* ==========================================
   SELECT
========================================== */

.yd-faq-form-wrap select {
    cursor: pointer;

    appearance: auto !important;
    -webkit-appearance: auto !important;
}


/* ==========================================
   TEXTAREA
========================================== */

.yd-faq-form-wrap textarea,
.yd-faq-form-wrap textarea.wpcf7-form-control {

    display: block !important;

    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    height: 120px !important;
    min-height: 120px !important;

    padding: 13px 16px !important;

    margin: 0 0 15px 0 !important;

    box-sizing: border-box !important;

    border: 1px solid #dddddd !important;

    border-radius: 7px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-family: inherit !important;

    font-size: 16px !important;

    line-height: 1.6 !important;

    outline: none !important;

    box-shadow: none !important;

    resize: vertical !important;
}


/* ==========================================
   INPUT FOCUS
========================================== */

.yd-faq-form-wrap input[type="text"]:focus,
.yd-faq-form-wrap input[type="email"]:focus,
.yd-faq-form-wrap input[type="tel"]:focus,
.yd-faq-form-wrap select:focus,
.yd-faq-form-wrap textarea:focus {

    border-color: #c01e2e !important;

    box-shadow:
        0 0 0 3px rgba(192, 30, 46, .08) !important;

    outline: none !important;
}


/* ==========================================
   PLACEHOLDER
========================================== */

.yd-faq-form-wrap input::placeholder,
.yd-faq-form-wrap textarea::placeholder {

    color: #999999 !important;
    opacity: 1 !important;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.yd-faq-form-wrap input[type="submit"],
.yd-faq-form-wrap input.wpcf7-submit,
.yd-faq-form-wrap button[type="submit"] {

    display: block !important;

    width: 100% !important;

    min-height: 52px !important;

    padding: 13px 20px !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    border: 0 !important;

    border-radius: 7px !important;

    background: #c01e2e !important;

    color: #ffffff !important;

    font-family: inherit !important;

    font-size: 17px !important;

    font-weight: 700 !important;

    line-height: 1.4 !important;

    text-align: center !important;

    cursor: pointer !important;

    transition:
        background .25s ease,
        transform .25s ease;
}


.yd-faq-form-wrap input[type="submit"]:hover,
.yd-faq-form-wrap input.wpcf7-submit:hover,
.yd-faq-form-wrap button[type="submit"]:hover {

    background: #9f1725 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* ==========================================
   CF7 ERROR
========================================== */

.yd-faq-form-wrap .wpcf7-not-valid {
    border-color: #e04b4b !important;
}


.yd-faq-form-wrap .wpcf7-not-valid-tip {
    display: block;

    margin-top: -10px;
    margin-bottom: 10px;

    color: #e04b4b;

    font-size: 12px;
}


/* ==========================================
   CF7 RESPONSE
========================================== */

.yd-faq-form-wrap .wpcf7-response-output {

    margin: 15px 0 0 !important;

    padding: 12px !important;

    border-radius: 6px;

    font-size: 14px;

    line-height: 1.5;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

    .yd-faq-section {
        padding: 60px 20px;
    }

    .yd-faq-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        max-width: 900px;
    }

    .yd-faq-left h2 {
        font-size: 36px;
    }

    .yd-faq-form-wrap {
        padding: 25px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .yd-faq-section {
        padding: 55px 16px;
    }

    .yd-faq-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .yd-faq-left h2 {
        font-size: 31px;
    }

    .yd-faq-intro {
        font-size: 16px;
    }

    .yd-faq-question {
        padding: 15px;
        font-size: 16px;
    }

    .yd-faq-question i {
        width: 26px;
        height: 26px;
        font-size: 17px;
    }

    .yd-faq-answer p {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }

    .yd-faq-item.active .yd-faq-answer p {
        padding: 0 15px 15px;
    }

    .yd-faq-form-wrap {
        padding: 22px 18px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 420px) {

    .yd-faq-section {
        padding: 50px 13px;
    }

    .yd-faq-left h2 {
        font-size: 28px;
    }

    .yd-faq-question {
        gap: 10px;
        font-size: 15px;
    }

    .yd-faq-form-wrap input[type="text"],
    .yd-faq-form-wrap input[type="email"],
    .yd-faq-form-wrap input[type="tel"],
    .yd-faq-form-wrap select {

        min-height: 50px !important;
    }

    .yd-faq-form-wrap textarea,
    .yd-faq-form-wrap textarea.wpcf7-form-control {

        height: 110px !important;
        min-height: 110px !important;
    }

    .yd-faq-form-wrap input[type="submit"],
    .yd-faq-form-wrap input.wpcf7-submit,
    .yd-faq-form-wrap button[type="submit"] {

        min-height: 50px !important;
    }

}




/* ==========================================
   CUSTOMER REVIEWS
========================================== */

.yd-reviews-section {
    width: 100%;
    padding: 75px 25px;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(192, 30, 46, .06),
            transparent 30%
        ),
        #fafafa;
    overflow: hidden;
}

.yd-reviews-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.yd-reviews-header {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.yd-reviews-label {
    display: inline-block;

    padding: 7px 16px;
    margin-bottom: 15px;

    border-left: 4px solid #c01e2e;

    background: rgba(192, 30, 46, .08);

    color: #c01e2e;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;
    line-height: 1.4;

    text-transform: uppercase;
}

.yd-reviews-header h2 {
    margin: 0 0 16px;

    color: #171717;

    font-size: 43px;
    line-height: 1.15;

    font-weight: 800;
    letter-spacing: -.7px;
}

.yd-reviews-header h2 span {
    display: block;
    color: #c01e2e;
}

.yd-reviews-header p {
    max-width: 680px;

    margin: 0 auto;

    color: #707070;

    font-size: 17px;
    line-height: 1.7;
}


/* ==========================================
   GOOGLE REVIEWS WIDGET
========================================== */

.yd-reviews-widget {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    padding: 10px 0;
}


/* Prevent widget overflow */

.yd-reviews-widget,
.yd-reviews-widget * {
    max-width: 100%;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

    .yd-reviews-section {
        padding: 60px 20px;
    }

    .yd-reviews-header h2 {
        font-size: 36px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .yd-reviews-section {
        padding: 55px 16px;
    }

    .yd-reviews-header {
        margin-bottom: 35px;
    }

    .yd-reviews-header h2 {
        font-size: 31px;
    }

    .yd-reviews-header p {
        font-size: 16px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 420px) {

    .yd-reviews-section {
        padding: 50px 13px;
    }

    .yd-reviews-header h2 {
        font-size: 28px;
    }

}

/* =========================================================
   AFFORDABLE AUTOMOTIVE
   OUR SERVICES PAGE
   ========================================================= */

.ywd-service-page {
    --ywd-red: #c01e2e;
    --ywd-dark: #151515;
    --ywd-text: #555;
    --ywd-border: #e5e5e5;

    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;

    color: var(--ywd-dark);
    font-family: inherit;
    line-height: 1.6;
}

.ywd-service-page *,
.ywd-service-page *::before,
.ywd-service-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   COMMON SECTIONS
   ========================================================= */

.ywd-service-page .ywd-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 22px 0;
}

.ywd-service-page .ywd-section:first-child {
    padding-top: 10px;
}

.ywd-service-page .ywd-section + .ywd-section {
    padding-top: 22px;
    border-top: 1px solid #eeeeee;
}


/* =========================================================
   FIRST SECTION
   30% FORM / 70% CONTENT
   ========================================================= */

.ywd-service-page .ywd-intro-section {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: start;
    gap: 0;
}


/* =========================================================
   FORM
   ========================================================= */

.ywd-service-page .ywd-intro-form {
    width: 100%;
    padding-right: 30px;
}

.ywd-service-page .ywd-intro-form form {
    width: 100%;
    margin: 0;
}

.ywd-service-page .ywd-intro-form p {
    margin: 0 0 9px;
}

.ywd-service-page .ywd-intro-form label {
    display: block;
    margin-bottom: 4px;

    color: #222;
    font-size: 13px;
    font-weight: 600;
}

.ywd-service-page .ywd-intro-form input[type="text"],
.ywd-service-page .ywd-intro-form input[type="email"],
.ywd-service-page .ywd-intro-form input[type="tel"],
.ywd-service-page .ywd-intro-form select,
.ywd-service-page .ywd-intro-form textarea {
    width: 100%;
    padding: 10px 12px;

    border: 1px solid #ddd;
    border-radius: 4px;

    background: #fff;
    color: #222;

    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;

    outline: none;
    box-shadow: none;
}

.ywd-service-page .ywd-intro-form textarea {
    min-height: 75px;
    resize: vertical;
}

.ywd-service-page .ywd-intro-form input:focus,
.ywd-service-page .ywd-intro-form select:focus,
.ywd-service-page .ywd-intro-form textarea:focus {
    border-color: var(--ywd-red);
}

.ywd-service-page .ywd-intro-form input[type="submit"] {
    width: auto;

    margin: 2px 0 0;
    padding: 11px 23px;

    border: 2px solid var(--ywd-red);
    border-radius: 4px;

    background: var(--ywd-red);
    color: #fff;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;

    transition: all .2s ease;
}

.ywd-service-page .ywd-intro-form input[type="submit"]:hover {
    background: #fff;
    color: var(--ywd-red);
}


/* =========================================================
   INTRO CONTENT
   ========================================================= */

.ywd-service-page .ywd-intro-content {
    width: 100%;
    padding-left: 20px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.ywd-service-page .ywd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin: 0 0 9px;

    color: var(--ywd-red);

    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.ywd-service-page .ywd-eyebrow::before {
    content: "";

    width: 30px;
    height: 2px;

    flex: 0 0 30px;

    background: var(--ywd-red);
}


/* =========================================================
   HEADINGS
   ========================================================= */

.ywd-service-page h2,
.ywd-service-page h3,
.ywd-service-page h4 {
    color: var(--ywd-dark);
}

.ywd-service-page h2 {
    max-width: 950px;

    margin: 0 0 12px;

    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
}

.ywd-service-page h3 {
    max-width: 1050px;

    margin: 0 0 11px;

    font-size: 40px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.8px;
}

.ywd-service-page h4 {
    margin: 0 0 5px;

    font-size: 20px;
    font-weight: 750;
    line-height: 1.3;
}

.ywd-service-page h2 span,
.ywd-service-page h3 span {
    color: var(--ywd-red);
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.ywd-service-page .ywd-section > p {
    max-width: 1100px;

    margin: 0 0 15px;

    color: var(--ywd-text);

    font-size: 17px;
    line-height: 1.65;
}

.ywd-service-page .ywd-intro-content > p {
    max-width: 1000px;

    margin: 0 0 16px;

    color: var(--ywd-text);

    font-size: 17px;
    line-height: 1.65;
}


/* =========================================================
   BUTTON
   ========================================================= */

.ywd-service-page .ywd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 12px 25px;

    border: 2px solid var(--ywd-red);
    border-radius: 4px;

    background: var(--ywd-red);
    color: #fff;

    font-size: 14px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none;
    text-transform: uppercase;

    transition: all .2s ease;
}

.ywd-service-page .ywd-btn:hover {
    background: #fff;
    color: var(--ywd-red);
    transform: translateY(-1px);
}


/* =========================================================
   SERVICE LIST
   ========================================================= */

.ywd-service-page .ywd-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    width: 100%;
    max-width: 1100px;

    margin: 18px 0;
}

.ywd-service-page .ywd-service-item {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;

    padding: 13px 16px 13px 47px;

    border: 1px solid var(--ywd-border);
    border-radius: 6px;

    background: #fff;

    color: var(--ywd-dark);

    font-size: 16px;
    font-weight: 700;

    transition: all .2s ease;
}

.ywd-service-page .ywd-service-item::before {
    content: "✓";

    position: absolute;
    left: 15px;
    top: 50%;

    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ywd-red);
    color: #fff;

    font-size: 12px;
    font-weight: 800;

    transform: translateY(-50%);
}

.ywd-service-page .ywd-service-item:hover {
    border-color: var(--ywd-red);
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(0,0,0,.06);
}


/* =========================================================
   FEATURES
   ========================================================= */

.ywd-service-page .ywd-feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 14px;

    margin-top: 20px;
}

.ywd-service-page .ywd-feature-item {
    position: relative;

    padding: 21px 20px;

    border: 1px solid var(--ywd-border);
    border-radius: 8px;

    background: #fff;

    overflow: hidden;

    transition: all .2s ease;
}

.ywd-service-page .ywd-feature-item::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: var(--ywd-red);
}

.ywd-service-page .ywd-feature-item:hover {
    border-color: var(--ywd-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.ywd-service-page .ywd-feature-item strong {
    display: block;

    margin-bottom: 5px;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.ywd-service-page .ywd-feature-item span {
    display: block;

    color: var(--ywd-text);

    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   VEHICLE SUPPORT
   ========================================================= */

.ywd-service-page .ywd-tech-list {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 18px;
}

.ywd-service-page .ywd-tech-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 9px 19px;

    border: 1px solid var(--ywd-border);
    border-radius: 50px;

    background: #fff;
    color: var(--ywd-dark);

    font-size: 15px;
    font-weight: 700;

    transition: all .2s ease;
}

.ywd-service-page .ywd-tech-item:hover {
    border-color: var(--ywd-red);
    background: var(--ywd-red);
    color: #fff;
}


/* =========================================================
   PROCESS
   ========================================================= */

.ywd-service-page .ywd-process-list {
    width: 100%;
    max-width: 1100px;

    margin-top: 18px;
}

.ywd-service-page .ywd-process-item {
    display: grid;
    grid-template-columns: 58px 1fr;

    gap: 17px;

    padding: 17px 0;

    border-bottom: 1px solid var(--ywd-border);
}

.ywd-service-page .ywd-process-item:first-child {
    border-top: 1px solid var(--ywd-border);
}

.ywd-service-page .ywd-process-item > strong {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ywd-red);
    color: #fff;

    font-size: 16px;
    font-weight: 800;
}

.ywd-service-page .ywd-process-item p {
    max-width: 850px;

    margin: 0;

    color: var(--ywd-text);

    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.ywd-service-page .ywd-final-cta {
    position: relative;

    width: 100%;

    padding: 40px 45px;

    border-radius: 9px;

    background: var(--ywd-dark);

    overflow: hidden;

    text-align: center;
}

.ywd-service-page .ywd-final-cta::before {
    content: "";

    position: absolute;
    top: -120px;
    right: -90px;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    background: var(--ywd-red);
    opacity: .15;
}

.ywd-service-page .ywd-final-cta::after {
    content: "";

    position: absolute;
    bottom: -120px;
    left: -90px;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    background: var(--ywd-red);
    opacity: .08;
}

.ywd-service-page .ywd-final-cta > * {
    position: relative;
    z-index: 2;
}

.ywd-service-page .ywd-final-cta .ywd-eyebrow {
    color: #fff;
}

.ywd-service-page .ywd-final-cta h3 {
    max-width: 900px;

    margin: 0 auto 10px;

    color: #fff;
}

.ywd-service-page .ywd-final-cta h3 span {
    color: var(--ywd-red);
}

.ywd-service-page .ywd-final-cta > p {
    max-width: 850px;

    margin: 0 auto 18px;

    color: rgba(255,255,255,.78);

    font-size: 16px;
    line-height: 1.65;
}

.ywd-service-page .ywd-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;
    flex-wrap: wrap;
}

.ywd-service-page .ywd-btn-outline {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.ywd-service-page .ywd-btn-outline:hover {
    border-color: var(--ywd-red);
    background: var(--ywd-red);
    color: #fff;
}


/* =========================================================
   FAQ
   ========================================================= */

.ywd-service-page .ywd-faq-wrapper {
    width: 100%;
    max-width: 1100px;

    margin-top: 16px;
}

.ywd-service-page .ywd-faq-item {
    border-bottom: 1px solid var(--ywd-border);
}

.ywd-service-page .ywd-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 17px 0;

    border: 0;

    background: transparent;

    color: var(--ywd-dark);

    cursor: pointer;

    text-align: left;
    font-family: inherit;
}

.ywd-service-page .ywd-faq-text {
    font-size: 17px;
    font-weight: 750;
    line-height: 1.4;
}

.ywd-service-page .ywd-faq-icon {
    flex: 0 0 auto;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ywd-red);
    color: #fff;

    font-size: 20px;
    line-height: 1;

    transition: transform .2s ease;
}

.ywd-service-page .ywd-faq-question:hover .ywd-faq-text {
    color: var(--ywd-red);
}

.ywd-service-page .ywd-faq-answer {
    display: none;

    padding: 0 45px 17px 0;
}

.ywd-service-page .ywd-faq-answer p {
    margin: 0;

    color: var(--ywd-text);

    font-size: 15px;
    line-height: 1.65;
}

.ywd-service-page .ywd-faq-item.active .ywd-faq-answer {
    display: block;
}

.ywd-service-page .ywd-faq-item.active .ywd-faq-icon {
    transform: rotate(45deg);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .ywd-service-page {
        max-width: 100%;
    }

    .ywd-service-page .ywd-section {
        padding: 20px 25px;
    }

    .ywd-service-page .ywd-intro-section {
        grid-template-columns: 35% 65%;
    }

    .ywd-service-page .ywd-intro-form {
        padding-right: 20px;
    }

    .ywd-service-page .ywd-intro-content {
        padding-left: 15px;
    }

    .ywd-service-page h2 {
        font-size: 40px;
    }

    .ywd-service-page h3 {
        font-size: 36px;
    }

    .ywd-service-page .ywd-feature-list {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ywd-service-page .ywd-section {
        padding: 20px;
    }

    .ywd-service-page .ywd-section:first-child {
        padding-top: 10px;
    }

    .ywd-service-page .ywd-intro-section {
        display: flex;
        flex-direction: column;

        gap: 20px;
    }

    .ywd-service-page .ywd-intro-form {
        width: 100%;
        padding-right: 0;

        order: 1;
    }

    .ywd-service-page .ywd-intro-content {
        width: 100%;
        padding-left: 0;

        order: 2;
    }

    .ywd-service-page h2 {
        font-size: 35px;
        line-height: 1.1;
    }

    .ywd-service-page h3 {
        font-size: 31px;
        line-height: 1.1;
    }

    .ywd-service-page .ywd-section > p,
    .ywd-service-page .ywd-intro-content > p {
        font-size: 16px;
        line-height: 1.6;
    }

    .ywd-service-page .ywd-service-list {
        grid-template-columns: 1fr;
    }

    .ywd-service-page .ywd-feature-list {
        grid-template-columns: 1fr;
    }

    .ywd-service-page .ywd-cta-buttons {
        flex-direction: column;
    }

    .ywd-service-page .ywd-cta-buttons .ywd-btn {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .ywd-service-page .ywd-section {
        padding: 18px 15px;
    }

    .ywd-service-page .ywd-intro-section {
        gap: 18px;
    }

    .ywd-service-page h2 {
        font-size: 30px;
        letter-spacing: -.5px;
    }

    .ywd-service-page h3 {
        font-size: 27px;
    }

    .ywd-service-page .ywd-eyebrow {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .ywd-service-page .ywd-eyebrow::before {
        width: 22px;
        flex-basis: 22px;
    }

    .ywd-service-page .ywd-service-item {
        min-height: 56px;
        padding: 12px 13px 12px 46px;

        font-size: 15px;
    }

    .ywd-service-page .ywd-feature-item {
        padding: 19px 17px;
    }

    .ywd-service-page .ywd-tech-item {
        width: 100%;
        border-radius: 6px;
    }

    .ywd-service-page .ywd-process-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ywd-service-page .ywd-final-cta {
        padding: 32px 17px;
    }

    .ywd-service-page .ywd-faq-question {
        padding: 15px 0;
    }

    .ywd-service-page .ywd-faq-text {
        font-size: 16px;
    }

}