/*
Theme Name: Westville Custom
Theme URI: https://westvillehvac.com
Description: Custom WordPress theme for Westville HVAC & Plumbing.
Author: Westville HVAC & Plumbing
Template: kadence
Version: 1.0.0
Text Domain: westville-custom
*/

/*
 * Westville HVAC & Plumbing
 * Custom styles will be added below.
 */

/* =========================================================
   WESTVILLE HVAC & PLUMBING
   Homepage Design
   ========================================================= */

:root {
    --wv-navy: #0b2748;
    --wv-blue: #164f8f;
    --wv-blue-light: #eaf3fb;
    --wv-gold: #d89b24;
    --wv-gold-light: #f6e7bd;
    --wv-dark: #17212b;
    --wv-gray: #65717d;
    --wv-light: #f5f7f9;
    --wv-white: #ffffff;
    --wv-border: #dfe5ea;
    --wv-shadow: 0 18px 45px rgba(11, 39, 72, 0.12);
    --wv-radius: 14px;
}

.westville-home {
    color: var(--wv-dark);
    font-size: 17px;
    line-height: 1.65;
}

.westville-home *,
.westville-home *::before,
.westville-home *::after {
    box-sizing: border-box;
}

.wv-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.wv-section {
    padding: 90px 0;
}

.wv-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--wv-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wv-section-heading {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.wv-section-heading h2,
.wv-two-column h2,
.wv-warranty h2,
.wv-financing h2,
.wv-contact h2 {
    margin: 0 0 18px;
    color: var(--wv-navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.wv-section-heading p {
    margin: 0;
    color: var(--wv-gray);
    font-size: 18px;
}


/* HERO */

.wv-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 95px;
    background:
        radial-gradient(circle at 85% 20%, rgba(216,155,36,.22), transparent 25%),
        linear-gradient(125deg, #071d36 0%, #0b315d 55%, #164f8f 100%);
    color: var(--wv-white);
}

.wv-hero::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 70px solid rgba(255,255,255,.035);
    border-radius: 50%;
}

.wv-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
    gap: 70px;
    align-items: center;
}

.wv-hero .wv-eyebrow {
    color: #f3c75d;
}

.wv-hero h1 {
    max-width: 760px;
    margin: 0 0 25px;
    color: var(--wv-white);
    font-size: clamp(50px, 6.2vw, 82px);
    line-height: .98;
    letter-spacing: -0.055em;
}

.wv-hero-lead {
    max-width: 720px;
    margin: 0 0 34px;
    color: rgba(255,255,255,.88);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.6;
}

.wv-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.wv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 23px;
    border: 2px solid transparent;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wv-btn:hover {
    transform: translateY(-2px);
}

.wv-btn-gold {
    background: var(--wv-gold);
    color: #101820 !important;
    box-shadow: 0 9px 25px rgba(0,0,0,.18);
}

.wv-btn-gold:hover {
    background: #e6aa35;
}

.wv-btn-outline {
    border-color: rgba(255,255,255,.7);
    color: var(--wv-white) !important;
}

.wv-btn-outline:hover {
    background: rgba(255,255,255,.1);
}

.wv-text-link {
    padding: 12px 5px;
    color: var(--wv-white) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.wv-emergency {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 32px;
    padding-left: 15px;
    border-left: 4px solid var(--wv-gold);
}

.wv-emergency strong {
    color: #f3c75d;
    font-size: 17px;
}

.wv-emergency span {
    color: rgba(255,255,255,.76);
    font-size: 14px;
}

.wv-hero-card {
    position: relative;
    padding: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--wv-radius);
    background: rgba(255,255,255,.09);
    box-shadow: 0 25px 65px rgba(0,0,0,.22);
    backdrop-filter: blur(8px);
}

.wv-hero-card-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 100px;
    background: var(--wv-gold);
    color: #17212b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wv-hero-card h2 {
    margin: 0 0 15px;
    color: var(--wv-white);
    font-size: 27px;
    line-height: 1.15;
}

.wv-hero-card p {
    color: rgba(255,255,255,.8);
}

.wv-hero-card ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.wv-hero-card li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
    color: rgba(255,255,255,.92);
    font-weight: 700;
}

.wv-hero-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f3c75d;
}


/* TRUST STRIP */

.wv-trust-strip {
    background: var(--wv-white);
    box-shadow: 0 5px 24px rgba(0,0,0,.06);
}

.wv-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wv-trust-grid > div {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid var(--wv-border);
}

.wv-trust-grid > div:last-child {
    border-right: 0;
}

.wv-trust-grid strong,
.wv-trust-grid span {
    display: block;
}

.wv-trust-grid strong {
    color: var(--wv-navy);
    font-size: 19px;
}

.wv-trust-grid span {
    margin-top: 3px;
    color: var(--wv-gray);
    font-size: 13px;
}


/* SERVICES */

.wv-services {
    background: var(--wv-light);
}

.wv-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wv-service-card {
    padding: 32px;
    border: 1px solid var(--wv-border);
    border-radius: var(--wv-radius);
    background: var(--wv-white);
    box-shadow: 0 10px 30px rgba(11,39,72,.055);
    transition: transform .2s ease, box-shadow .2s ease;
}

.wv-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wv-shadow);
}

.wv-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 42px;
    margin-bottom: 22px;
    padding: 0 10px;
    border-radius: 7px;
    background: var(--wv-blue-light);
    color: var(--wv-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
}

.wv-service-card h3 {
    margin: 0 0 12px;
    color: var(--wv-navy);
    font-size: 22px;
}

.wv-service-card p {
    margin: 0 0 15px;
    color: var(--wv-gray);
}

.wv-service-card small {
    color: var(--wv-blue);
    font-weight: 700;
}


/* WARRANTY */

.wv-warranty {
    padding: 95px 0;
    background:
        linear-gradient(120deg, rgba(216,155,36,.12), transparent 45%),
        var(--wv-white);
}

.wv-warranty-inner {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 70px;
    align-items: center;
}

.wv-warranty-mark {
    padding: 45px 30px;
    border: 3px solid var(--wv-gold);
    border-radius: var(--wv-radius);
    text-align: center;
    transform: rotate(-2deg);
}

.wv-warranty-mark span,
.wv-warranty-mark strong {
    display: block;
}

.wv-warranty-mark span {
    color: var(--wv-blue);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .12em;
}

.wv-warranty-mark strong {
    color: var(--wv-navy);
    font-size: clamp(38px, 5vw, 62px);
    line-height: .95;
}

.wv-large-copy {
    color: var(--wv-dark);
    font-size: 21px;
    font-weight: 650;
}

.wv-warranty-emphasis {
    margin-top: 22px;
    padding: 17px 20px;
    border-left: 5px solid var(--wv-gold);
    background: var(--wv-gold-light);
    color: var(--wv-navy);
    font-weight: 800;
}


/* ABOUT */

.wv-about {
    background: var(--wv-navy);
    color: rgba(255,255,255,.82);
}

.wv-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.wv-about .wv-eyebrow {
    color: #f3c75d;
}

.wv-about h2 {
    color: var(--wv-white);
}

.wv-about blockquote {
    margin: 28px 0 0;
    padding: 18px 0 18px 25px;
    border-left: 5px solid var(--wv-gold);
    color: var(--wv-white);
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
}

.wv-values-card {
    padding: 38px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--wv-radius);
    background: rgba(255,255,255,.07);
}

.wv-values-card h3 {
    margin: 0 0 28px;
    color: #f3c75d;
    font-size: 25px;
}

.wv-value {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

.wv-value strong,
.wv-value span {
    display: block;
}

.wv-value strong {
    margin-bottom: 4px;
    color: var(--wv-white);
    font-size: 19px;
}


/* BRANDS */

.wv-brands {
    background: var(--wv-white);
}

.wv-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}

.wv-brand-list span {
    min-width: 135px;
    padding: 18px 24px;
    border: 1px solid var(--wv-border);
    border-radius: 8px;
    background: var(--wv-light);
    color: var(--wv-navy);
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}


/* FINANCING */

.wv-financing {
    padding: 65px 0;
    background: var(--wv-blue-light);
}

.wv-financing-inner {
    max-width: 850px;
    text-align: center;
}

.wv-financing h2 {
    margin-bottom: 12px;
}

.wv-financing p {
    margin: 0;
    color: var(--wv-gray);
    font-size: 18px;
}


/* REVIEWS */

.wv-reviews {
    background: var(--wv-light);
}

.wv-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wv-review-placeholder {
    min-height: 220px;
    padding: 30px;
    border-radius: var(--wv-radius);
    background: var(--wv-white);
    box-shadow: 0 8px 25px rgba(11,39,72,.06);
}

.wv-stars {
    margin-bottom: 18px;
    color: var(--wv-gold);
    font-size: 20px;
    letter-spacing: .1em;
}

.wv-review-placeholder p {
    color: var(--wv-gray);
    font-size: 18px;
}

.wv-review-placeholder strong {
    color: var(--wv-navy);
}


/* SERVICE AREA */

.wv-area {
    background: var(--wv-white);
}

.wv-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wv-area-list span {
    padding: 10px 15px;
    border-radius: 100px;
    background: var(--wv-blue-light);
    color: var(--wv-blue);
    font-size: 14px;
    font-weight: 800;
}


/* CONTACT */

.wv-contact {
    padding: 95px 0;
    background: #081c33;
    color: rgba(255,255,255,.82);
}

.wv-contact-heading {
    max-width: 700px;
    margin-bottom: 35px;
}

.wv-contact .wv-eyebrow {
    color: #f3c75d;
}

.wv-contact h2 {
    color: var(--wv-white);
}

.wv-contact-heading p {
    font-size: 18px;
}

.wv-emergency-large {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 35px;
    padding: 22px 25px;
    border: 1px solid rgba(243,199,93,.45);
    border-radius: 10px;
    background: rgba(216,155,36,.12);
}

.wv-emergency-large > strong {
    color: #f3c75d;
    font-size: 20px;
}

.wv-emergency-large p {
    margin: 0;
}

.wv-emergency-large a {
    padding: 12px 17px;
    border-radius: 6px;
    background: var(--wv-gold);
    color: #111820 !important;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

.wv-contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 30px;
}

.wv-contact-details,
.wv-form-placeholder {
    padding: 36px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--wv-radius);
    background: rgba(255,255,255,.06);
}

.wv-contact-details h3,
.wv-form-placeholder h3 {
    margin-top: 0;
    color: var(--wv-white);
    font-size: 25px;
}

.wv-contact-item {
    padding: 17px 0;
    border-top: 1px solid rgba(255,255,255,.11);
}

.wv-contact-item span,
.wv-contact-item strong,
.wv-contact-item a {
    display: block;
}

.wv-contact-item span {
    margin-bottom: 4px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.wv-contact-item a {
    color: #f3c75d !important;
    font-size: 21px;
    font-weight: 900;
    text-decoration: none !important;
}

.wv-contact-item strong {
    color: var(--wv-white);
}

.wv-fake-field {
    margin: 12px 0;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.5);
}

.wv-form-placeholder button {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: 0;
    border-radius: 6px;
    background: var(--wv-gold);
    color: #17212b;
    font-weight: 900;
    opacity: .7;
}

.wv-form-placeholder small {
    display: block;
    margin-top: 14px;
    color: rgba(255,255,255,.58);
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .wv-section {
        padding: 70px 0;
    }

    .wv-hero {
        padding: 75px 0;
    }

    .wv-hero-inner,
    .wv-warranty-inner,
    .wv-two-column,
    .wv-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wv-service-grid,
    .wv-review-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .wv-trust-grid > div:nth-child(2) {
        border-right: 0;
    }

    .wv-warranty-mark {
        max-width: 450px;
    }

    .wv-emergency-large {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wv-emergency-large a {
        justify-self: start;
    }
}

@media (max-width: 600px) {

    .wv-container {
        width: min(100% - 28px, 1180px);
    }

    .wv-hero {
        padding: 58px 0;
    }

    .wv-hero h1 {
        font-size: 48px;
    }

    .wv-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .wv-btn,
    .wv-text-link {
        width: 100%;
        text-align: center;
    }

    .wv-hero-card {
        padding: 27px;
    }

    .wv-service-grid,
    .wv-review-grid,
    .wv-trust-grid {
        grid-template-columns: 1fr;
    }

    .wv-trust-grid > div {
        border-right: 0;
        border-bottom: 1px solid var(--wv-border);
    }

    .wv-trust-grid > div:last-child {
        border-bottom: 0;
    }

    .wv-service-card,
    .wv-contact-details,
    .wv-form-placeholder {
        padding: 25px;
    }

    .wv-warranty-mark {
        transform: none;
    }
}


/* REAL FLUENT FORM */

.wv-form-live {
    padding: 36px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--wv-radius);
    background: rgba(255,255,255,.06);
}

.wv-form-live h3 {
    margin: 0 0 8px;
    color: var(--wv-white);
    font-size: 25px;
}

.wv-form-intro {
    margin: 0 0 22px;
    color: rgba(255,255,255,.72);
}

.wv-form-emergency {
    margin-bottom: 25px;
    padding: 15px 17px;
    border-left: 4px solid var(--wv-gold);
    border-radius: 5px;
    background: rgba(216,155,36,.13);
    color: rgba(255,255,255,.9);
}

.wv-form-emergency strong {
    color: #f3c75d;
}

.wv-form-emergency a {
    color: #f3c75d !important;
    font-weight: 900;
    text-decoration: underline;
}

.wv-form-live .fluentform {
    color: var(--wv-white);
}

.wv-form-live .ff-el-input--label label {
    color: var(--wv-white) !important;
    font-weight: 700 !important;
}

.wv-form-live .ff-el-form-control {
    min-height: 48px;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.96) !important;
    color: #17212b !important;
}

.wv-form-live textarea.ff-el-form-control {
    min-height: 135px;
}

.wv-form-live .ff-el-form-control:focus {
    border-color: var(--wv-gold) !important;
    box-shadow: 0 0 0 2px rgba(216,155,36,.18) !important;
}

.wv-form-live .ff-el-form-check-label,
.wv-form-live .ff-el-form-check-label span {
    color: rgba(255,255,255,.9) !important;
}

.wv-form-live .ff-btn-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    border: 0 !important;
    border-radius: 6px !important;
    background: var(--wv-gold) !important;
    color: #17212b !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    cursor: pointer;
}

.wv-form-live .ff-btn-submit:hover {
    background: #e6aa35 !important;
}

.wv-form-live .ff-el-is-error .text-danger,
.wv-form-live .error {
    color: #ffb6b6 !important;
}

.wv-form-live .ff-message-success {
    padding: 20px !important;
    border: 1px solid rgba(243,199,93,.5) !important;
    border-radius: 7px;
    background: rgba(216,155,36,.13) !important;
    color: var(--wv-white) !important;
}

@media (max-width: 600px) {
    .wv-form-live {
        padding: 25px;
    }
}


/* REAL FLUENT FORM */

.wv-form-live {
    padding: 36px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--wv-radius);
    background: rgba(255,255,255,.06);
}

.wv-form-live h3 {
    margin: 0 0 8px;
    color: var(--wv-white);
    font-size: 25px;
}

.wv-form-intro {
    margin: 0 0 22px;
    color: rgba(255,255,255,.72);
}

.wv-form-emergency {
    margin-bottom: 25px;
    padding: 15px 17px;
    border-left: 4px solid var(--wv-gold);
    border-radius: 5px;
    background: rgba(216,155,36,.13);
    color: rgba(255,255,255,.9);
}

.wv-form-emergency strong {
    color: #f3c75d;
}

.wv-form-emergency a {
    color: #f3c75d !important;
    font-weight: 900;
    text-decoration: underline;
}

.wv-form-live .fluentform {
    color: var(--wv-white);
}

.wv-form-live .ff-el-input--label label {
    color: var(--wv-white) !important;
    font-weight: 700 !important;
}

.wv-form-live .ff-el-form-control {
    min-height: 48px;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.96) !important;
    color: #17212b !important;
}

.wv-form-live textarea.ff-el-form-control {
    min-height: 135px;
}

.wv-form-live .ff-el-form-control:focus {
    border-color: var(--wv-gold) !important;
    box-shadow: 0 0 0 2px rgba(216,155,36,.18) !important;
}

.wv-form-live .ff-el-form-check-label,
.wv-form-live .ff-el-form-check-label span {
    color: rgba(255,255,255,.9) !important;
}

.wv-form-live .ff-btn-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    border: 0 !important;
    border-radius: 6px !important;
    background: var(--wv-gold) !important;
    color: #17212b !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    cursor: pointer;
}

.wv-form-live .ff-btn-submit:hover {
    background: #e6aa35 !important;
}

.wv-form-live .ff-el-is-error .text-danger,
.wv-form-live .error {
    color: #ffb6b6 !important;
}

.wv-form-live .ff-message-success {
    padding: 20px !important;
    border: 1px solid rgba(243,199,93,.5) !important;
    border-radius: 7px;
    background: rgba(216,155,36,.13) !important;
    color: var(--wv-white) !important;
}

@media (max-width: 600px) {
    .wv-form-live {
        padding: 25px;
    }
}


/* STRONG TESTIMONIALS - WESTVILLE HOMEPAGE */

.wv-live-reviews {
    display: block;
}

.wv-live-reviews .strong-view {
    width: 100%;
}

.wv-live-reviews .strong-view .strong-content {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
}

.wv-live-reviews .strong-view .testimonial {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
}

.wv-live-reviews .strong-view .testimonial-inner {
    height: 100%;
    padding: 28px !important;
    border: 1px solid rgba(10, 47, 87, .12) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 25px rgba(10, 47, 87, .07);
}

.wv-live-reviews .strong-view .testimonial-content {
    margin-bottom: 20px !important;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
}

.wv-live-reviews .strong-view .testimonial-name {
    color: #0a2f57;
    font-size: 17px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .wv-live-reviews .strong-view .strong-content {
        grid-template-columns: 1fr !important;
    }
}


/* WESTVILLE REVIEW CARD POLISH */

.wv-live-reviews .strong-view .strong-content {
    align-items: stretch !important;
}

.wv-live-reviews .strong-view .testimonial {
    display: flex !important;
}

.wv-live-reviews .strong-view .testimonial-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 32px !important;
    border: 1px solid rgba(10, 47, 87, 0.12) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(10, 47, 87, 0.08) !important;
}

.wv-live-reviews .strong-view .testimonial-name {
    order: 1;
    margin: 0 0 14px !important;
    color: #0a2f57 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.wv-live-reviews .strong-view .testimonial-field.field-star_rating,
.wv-live-reviews .strong-view .star-rating {
    order: 2;
    margin: 0 0 14px !important;
    color: #f5a623 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.wv-live-reviews .strong-view .testimonial-content {
    order: 3;
    margin: 0 !important;
    color: #334155 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.wv-live-reviews .strong-view .testimonial-content p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 900px) {
    .wv-live-reviews .strong-view .testimonial-inner {
        padding: 26px !important;
    }
}


/* WESTVILLE REVIEW RATING + FINAL CARD STYLING */

.wv-live-reviews .strong-view .testimonial-inner {
    border: 1px solid rgba(10, 47, 87, 0.10) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 28px rgba(10, 47, 87, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.wv-live-reviews .strong-view .testimonial:hover .testimonial-inner {
    transform: translateY(-3px);
    box-shadow: 0 12px 34px rgba(10, 47, 87, 0.12) !important;
}

/* Customer name */
.wv-live-reviews .strong-view .testimonial-name {
    margin-bottom: 10px !important;
}

/* Company Name is being used as our rating/source label */
.wv-live-reviews .strong-view .testimonial-company {
    display: inline-block !important;
    align-self: flex-start !important;
    width: auto !important;
    margin: 0 0 14px !important;
    padding: 6px 11px !important;
    border-radius: 999px !important;
    background: rgba(10, 47, 87, 0.07) !important;
    color: #0a2f57 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* Google star row */
.wv-live-reviews .strong-view .star-rating,
.wv-live-reviews .strong-view .testimonial-field.field-star_rating {
    margin: 0 0 16px !important;
    color: #f5a623 !important;
}

/* Review copy */
.wv-live-reviews .strong-view .testimonial-content {
    color: #334155 !important;
    line-height: 1.7 !important;
}

/* Mobile */
@media (max-width: 900px) {
    .wv-live-reviews .strong-view .strong-content {
        grid-template-columns: 1fr !important;
    }
}


/* STRONG TESTIMONIALS - RATING/SOURCE BADGES */

/* First field after customer name = our rating/source label */
.wv-live-reviews .wpmtst-testimonial-inner
.testimonial-name + .testimonial-field {
    display: inline-block !important;
    align-self: flex-start !important;
    width: auto !important;
    margin: 0 0 14px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(10, 47, 87, 0.10) !important;
    border-radius: 999px !important;
    background: rgba(10, 47, 87, 0.07) !important;
    color: #0a2f57 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* Google star field */
.wv-live-reviews .strong-rating-wrapper {
    display: block !important;
    margin: 0 0 16px !important;
}

.wv-live-reviews .strong-rating {
    display: flex !important;
    gap: 3px !important;
}

.wv-live-reviews .strong-rating .star {
    width: 19px !important;
    height: 19px !important;
}

.wv-live-reviews .strong-rating .star svg {
    width: 19px !important;
    height: 19px !important;
    fill: #f5a623 !important;
}

/* Final review-card border cleanup */
.wv-live-reviews .wpmtst-testimonial-inner {
    border: 1px solid rgba(10, 47, 87, 0.10) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(10, 47, 87, 0.08) !important;
}

