:root {
    --dv-navy: #061f3b;
    --dv-navy-dark: #031426;
    --dv-blue: #0b345c;
    --dv-orange: #ff9f0a;
    --dv-orange-light: #ffb72c;
    --dv-white: #ffffff;
    --dv-light: #f6f8fb;
    --dv-text: #092748;
    --dv-muted: #7d8c9d;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--dv-light);
    color: var(--dv-text);
}

a {
    text-decoration: none;
}


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

.dv-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 10px;
    background: #e9edf1;
}

.dv-hero-frame {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 20px);
    overflow: hidden;
    border-radius: 18px;

    background:
        linear-gradient(
            rgba(3, 20, 38, 0.42),
            rgba(3, 20, 38, 0.42)
        ),
        url("../images/dryer-vent-cleaning-friendswood-hero.webp")
        center center / cover no-repeat;
}

.dv-hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.02) 0%,
            rgba(0, 0, 0, 0.06) 55%,
            rgba(1, 18, 35, 0.23) 100%
        );
}


/* =========================================================
   BACKGROUND BUBBLES
========================================================= */

.dv-bubbles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.dv-bubble {
    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.05) 45%,
            transparent 72%
        );

    backdrop-filter: blur(3px);

    box-shadow:
        inset 0 0 25px rgba(255, 255, 255, 0.05),
        0 10px 30px rgba(0, 0, 0, 0.05);

    animation: dvBubbleFloat 8s ease-in-out infinite;
}

.dv-bubble:nth-child(1) {
    width: 85px;
    height: 85px;
    left: 6%;
    top: 23%;
    animation-delay: 0s;
}

.dv-bubble:nth-child(2) {
    width: 38px;
    height: 38px;
    left: 17%;
    top: 65%;
    animation-delay: 1.4s;
}

.dv-bubble:nth-child(3) {
    width: 125px;
    height: 125px;
    right: 7%;
    top: 15%;
    animation-delay: 2s;
}

.dv-bubble:nth-child(4) {
    width: 58px;
    height: 58px;
    right: 23%;
    top: 60%;
    animation-delay: 0.8s;
}

.dv-bubble:nth-child(5) {
    width: 25px;
    height: 25px;
    left: 46%;
    top: 18%;
    animation-delay: 2.8s;
}

.dv-bubble:nth-child(6) {
    width: 100px;
    height: 100px;
    right: 3%;
    bottom: 8%;
    animation-delay: 1.8s;
}

.dv-bubble:nth-child(7) {
    width: 46px;
    height: 46px;
    left: 4%;
    bottom: 10%;
    animation-delay: 3s;
}

@keyframes dvBubbleFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-22px) scale(1.05);
    }
}


/* =========================================================
   NAVBAR
========================================================= */

.dv-nav-holder {
    position: absolute;
    top: 14px;
    left: 50%;

    transform: translateX(-50%);

    width: calc(100% - 80px);
    max-width: 1280px;

    z-index: 20;
}

.dv-navbar {
    min-height: 78px;

    padding: 9px 12px 9px 20px;

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

    border-radius: 0 0 18px 18px;

    box-shadow:
        0 18px 38px rgba(0, 15, 31, 0.16);

    backdrop-filter: blur(12px);
}


/* =========================================================
   LOGO
========================================================= */

.dv-brand {
    display: flex;
    align-items: center;
    gap: 10px;

    color: var(--dv-navy) !important;
}

.dv-brand-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

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

    border-radius: 50%;

    background: var(--dv-navy);
    color: var(--dv-white);

    font-size: 18px;
    font-weight: 900;

    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.dv-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.dv-brand-copy strong {
    color: var(--dv-navy);

    font-size: 14px;
    font-weight: 900;
}

.dv-brand-copy span {
    margin-top: 4px;

    color: var(--dv-orange);

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

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


/* =========================================================
   NAV LINKS
========================================================= */

.dv-navbar .navbar-nav {
    gap: 4px;
}

.dv-navbar .nav-link {
    position: relative;

    padding: 12px 10px !important;

    color: var(--dv-navy) !important;

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

    letter-spacing: 0.6px;
    text-transform: uppercase;

    transition: 0.3s ease;
}

.dv-navbar .nav-link::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 7px;

    width: 0;
    height: 2px;

    background: var(--dv-orange);

    transform: translateX(-50%);

    transition: width 0.3s ease;
}

.dv-navbar .nav-link:hover,
.dv-navbar .nav-link.active {
    color: var(--dv-orange) !important;
}

.dv-navbar .nav-link:hover::before,
.dv-navbar .nav-link.active::before {
    width: 18px;
}


/* =========================================================
   NAV PHONE
========================================================= */

.dv-nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-left: 12px;

    white-space: nowrap;
}

.dv-nav-phone-icon {
    width: 36px;
    height: 36px;

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

    border-radius: 50%;

    background: var(--dv-orange);
    color: var(--dv-white);

    font-size: 16px;
}

.dv-nav-phone-copy {
    display: flex;
    flex-direction: column;

    line-height: 1;
}

.dv-nav-phone-copy small {
    margin-bottom: 4px;

    color: var(--dv-muted);

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

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

.dv-nav-phone-copy strong {
    color: var(--dv-navy);

    font-size: 15px;
    font-weight: 900;
}


/* =========================================================
   FREE ESTIMATE NAV BUTTON
========================================================= */

.dv-estimate-btn {
    min-width: 126px;
    min-height: 44px;

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

    margin-left: 12px;

    padding: 12px 20px;

    border-radius: 28px;

    background: var(--dv-navy);
    color: var(--dv-white);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 0.5px;
    text-transform: uppercase;

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

.dv-estimate-btn:hover {
    color: var(--dv-white);

    background: var(--dv-orange);

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(255, 159, 10, 0.3);
}


/* =========================================================
   NAVBAR TOGGLER
========================================================= */

.dv-navbar .navbar-toggler {
    width: 42px;
    height: 42px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: var(--dv-navy);

    box-shadow: none !important;
}

.dv-toggler {
    width: 18px;
    height: 14px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin: auto;
}

.dv-toggler span {
    display: block;

    width: 100%;
    height: 2px;

    border-radius: 10px;

    background: var(--dv-white);
}


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

.dv-content-wrap {
    position: relative;
    z-index: 5;

    min-height: calc(100vh - 20px);

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

    padding: 150px 20px 110px;
}

.dv-content {
    max-width: 950px;

    margin: auto;

    text-align: center;
}


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

.dv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 16px;

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

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

    letter-spacing: 2px;
    text-transform: uppercase;

    opacity: 0;

    animation:
        dvEyebrowReveal 0.8s 0.15s ease forwards;
}

.dv-eyebrow::before,
.dv-eyebrow::after {
    content: "";

    width: 28px;
    height: 1px;

    background: var(--dv-orange);
}

@keyframes dvEyebrowReveal {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


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

.dv-heading {
    margin: 0;

    color: var(--dv-white);

    font-size: clamp(56px, 7vw, 96px);
    line-height: 0.9;

    font-weight: 900;

    letter-spacing: -5px;

    text-transform: uppercase;

    text-shadow:
        0 16px 45px rgba(0, 0, 0, 0.26);
}

.dv-heading-line {
    display: block;

    overflow: hidden;
}

.dv-heading-line span {
    display: inline-block;

    opacity: 0;

    animation:
        dvWordReveal 1s cubic-bezier(0.2, 0.75, 0.25, 1) forwards,
        dvWordFloat 4s 1.1s ease-in-out infinite;
}

.dv-heading-line:nth-child(1) span {
    animation-delay:
        0.1s,
        1.2s;
}

.dv-heading-line:nth-child(2) span {
    animation-delay:
        0.32s,
        1.45s;
}

@keyframes dvWordReveal {
    0% {
        opacity: 0;

        transform:
            translateY(80px)
            rotate(3deg);

        filter: blur(6px);
    }

    100% {
        opacity: 1;

        transform:
            translateY(0)
            rotate(0);

        filter: blur(0);
    }
}

@keyframes dvWordFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


/* ORANGE UNDERLINE */

.dv-heading .dv-highlight {
    position: relative;

    display: inline-block;

    color: var(--dv-white);
}

.dv-heading .dv-highlight::after {
    content: "";

    position: absolute;

    left: 6%;
    bottom: -6px;

    width: 88%;
    height: 6px;

    border-radius: 50%;

    background: var(--dv-orange);

    transform: scaleX(0);
    transform-origin: left;

    animation:
        dvUnderlineGrow 0.8s 0.95s ease forwards;
}

@keyframes dvUnderlineGrow {
    to {
        transform: scaleX(1);
    }
}


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

.dv-subtitle {
    max-width: 690px;

    margin: 26px auto 0;

    color: rgba(255, 255, 255, 0.9);

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

    opacity: 0;

    animation:
        dvFadeUp 0.85s 0.75s ease forwards;
}

@keyframes dvFadeUp {
    from {
        opacity: 0;

        transform: translateY(18px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }
}


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

.dv-features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px 24px;

    margin-top: 24px;

    opacity: 0;

    animation:
        dvFadeUp 0.85s 0.95s ease forwards;
}

.dv-feature {
    display: flex;
    align-items: center;
    gap: 8px;

    color: var(--dv-white);

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

.dv-check {
    width: 22px;
    height: 22px;

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

    border-radius: 50%;

    background: var(--dv-orange);
    color: var(--dv-white);

    font-size: 11px;

    box-shadow:
        0 0 0 5px rgba(255, 159, 10, 0.14);
}


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

.dv-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 28px;

    opacity: 0;

    animation:
        dvFadeUp 0.85s 1.12s ease forwards;
}

.dv-btn {
    min-width: 170px;

    padding: 14px 23px;

    border-radius: 30px;

    font-size: 1.5rem;
    font-weight: 900;

    letter-spacing: 0.5px;
    text-transform: uppercase;

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

.dv-btn-white {
    background: var(--dv-white);
    color: var(--dv-navy);
}

.dv-btn-white:hover {
    color: var(--dv-white);

    background: var(--dv-navy);

    transform: translateY(-3px);
}

.dv-btn-orange {
    background: var(--dv-orange);
    color: var(--dv-white); 
}

.dv-btn-orange:hover {
    color: var(--dv-navy);

    background: var(--dv-white);

    transform: translateY(-3px);

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


/* =========================================================
   FLOATING PHONE
========================================================= */

.dv-floating-phone {
    position: absolute;

    right: 28px;
    bottom: 25px;

    z-index: 15;

    display: flex;
    align-items: center;

    padding:
        7px
        18px
        7px
        7px;

    border-radius: 50px;

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

    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.23);

    backdrop-filter: blur(8px);

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

.dv-floating-phone:hover {
    transform: translateY(-4px);

    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.28);
}

.dv-floating-phone-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

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

    margin-right: 11px;

    border-radius: 50%;

    background: var(--dv-orange);
    color: var(--dv-white);

    font-size: 20px;
}

.dv-floating-phone small {
    display: block;

    margin-bottom: 3px;

    color: var(--dv-muted);

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

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

.dv-floating-phone strong {
    display: block;

    color: var(--dv-navy);

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

    font-weight: 900;
}


/* =========================================================
   RESPONSIVE - LARGE TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .dv-nav-holder {
        width: calc(100% - 45px);
    }

    .dv-navbar .nav-link {
        padding-left: 7px !important;
        padding-right: 7px !important;

        font-size: 9px;
    }

    .dv-nav-phone-copy strong {
        font-size: 13px;
    }
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991.98px) {

    .dv-hero {
        padding: 7px;
    }

    .dv-hero-frame {
        min-height: calc(100vh - 14px);
    }

    .dv-nav-holder {
        top: 11px;

        width: calc(100% - 28px);
    }

    .dv-navbar {
        min-height: 68px;

        padding: 9px 12px;

        border-radius: 13px;
    }

    .dv-navbar .navbar-collapse {
        margin-top: 12px;

        padding: 14px;

        border-radius: 14px;

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

        box-shadow:
            0 18px 40px rgba(0, 20, 40, 0.15);
    }

    .dv-navbar .navbar-nav {
        align-items: flex-start !important;
    }

    .dv-navbar .nav-link {
        display: block;

        width: 100%;

        padding: 10px 4px !important;

        font-size: 11px;
    }

    .dv-navbar .nav-link::before {
        display: none;
    }

    .dv-estimate-btn {
        margin:
            10px
            0
            0;

        min-width: 140px;
    }

    .dv-content-wrap {
        min-height: calc(100vh - 14px);

        padding:
            130px
            20px
            145px;
    }

    .dv-heading {
        letter-spacing: -3px;
    }

    .dv-floating-phone {
        right: 50%;
        bottom: 22px;

        transform: translateX(50%);
    }

    .dv-floating-phone:hover {
        transform:
            translateX(50%)
            translateY(-4px);
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dv-hero-frame {
        background-position: 60% center;
    }

    .dv-brand-copy strong {
        font-size: 12px;
    }

    .dv-content-wrap {
        min-height: calc(100vh - 14px);

        padding:
            125px
            16px
            155px;
    }

    .dv-eyebrow {
        font-size: 8px;

        letter-spacing: 1.5px;
    }

    .dv-heading {
        font-size: clamp(43px, 12vw, 62px);

        line-height: 0.94;

        letter-spacing: -2px;
    }

    .dv-subtitle {
        max-width: 540px;

        margin-top: 20px;

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

    .dv-features {
        gap: 11px 16px;

        margin-top: 19px;
    }

    .dv-actions {
        margin-top: 22px;
    }

    .dv-btn {
        min-width: 132px;

        padding: 13px 18px;

        font-size: 9px;
    }


    /* MOBILE PHONE BAR */

    .dv-floating-phone {
        position: absolute;

        left: 15px;
        right: 15px;
        bottom: 18px;

        width: auto;
        max-width: none;

        transform: none;

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

        padding: 10px 14px;

        background: #ffffff;

        border-radius: 18px;

        box-shadow:
            0 15px 40px rgba(0, 0, 0, 0.28);

        z-index: 50;
    }

    .dv-floating-phone:hover {
        transform: translateY(-3px);
    }

    .dv-floating-phone-icon {
        width: 52px;
        height: 52px;

        min-width: 52px;

        margin-right: 12px;

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

        border-radius: 14px;

        background: var(--dv-orange);
        color: #ffffff;

        font-size: 21px;
    }

    .dv-floating-phone span:last-child {
        flex: 1;

        min-width: 0;
    }

    .dv-floating-phone small {
        display: block;

        margin-bottom: 4px;

        color: var(--dv-muted);

        font-size: 9px;
        line-height: 1.2;

        font-weight: 800;

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

    .dv-floating-phone strong {
        display: block;

        color: var(--dv-navy);

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

        font-weight: 900;

        letter-spacing: -1px;

        white-space: nowrap;
    }


    /* SMALLER BUBBLES */

    .dv-bubble:nth-child(3) {
        width: 80px;
        height: 80px;
    }

    .dv-bubble:nth-child(6) {
        width: 70px;
        height: 70px;
    }
    .dv-btn-orange {
    background: var(--dv-orange);
    color: var(--dv-white); font-size: 1.8rem;
}
 .dv-btn-white {
        display: none;
    }
}


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

@media (max-width: 480px) {

    .dv-hero {
        padding: 5px;
    }

    .dv-hero-frame {
        min-height: calc(100vh - 10px);

        border-radius: 14px;
    }

    .dv-nav-holder {
        top: 9px;

        width: calc(100% - 20px);
    }

    .dv-navbar {
        min-height: 62px;

        border-radius: 12px;
    }

    .dv-brand-icon {
        width: 35px;
        height: 35px;

        flex-basis: 35px;
    }

    .dv-brand-copy strong {
        font-size: 11px;
    }

    .dv-brand-copy span {
        font-size: 6.5px;
    }

    .dv-content-wrap {
        min-height: calc(100vh - 10px);

        padding:
            115px
            12px
            150px;
    }

    .dv-heading {
        font-size: 40px;

        letter-spacing: -1.5px;
    }

    .dv-heading-line:nth-child(2) {
        margin-top: 4px;
    }

    .dv-subtitle {
        max-width: 315px;

        font-size: 12px;
    }

    .dv-feature {
        font-size: 10px;
    }

    .dv-btn {
        min-width: 120px;
    }
}


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

@media (max-width: 400px) {

    .dv-floating-phone {
        left: 10px;
        right: 10px;
        bottom: 12px;

        padding: 9px 10px;

        border-radius: 15px;
    }

    .dv-floating-phone-icon {
        width: 46px;
        height: 46px;

        min-width: 46px;

        margin-right: 9px;

        font-size: 18px;
    }

    .dv-floating-phone small {
        font-size: 7px;

        letter-spacing: 0.3px;
    }

    .dv-floating-phone strong {
        font-size: 22px;

        letter-spacing: -0.5px;
    }

    .dv-heading {
        font-size: 36px;
    }

    .dv-eyebrow::before,
    .dv-eyebrow::after {
        width: 18px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .dv-heading-line span,
    .dv-eyebrow,
    .dv-subtitle,
    .dv-features,
    .dv-actions {
        opacity: 1 !important;
    }
}


/* =========================================================
   SECOND SECTION
========================================================= */

.dv-about-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        radial-gradient(
            circle at 7% 15%,
            rgba(255, 159, 10, 0.07),
            transparent 23%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgba(6, 31, 59, 0.06),
            transparent 25%
        ),
        #f7f9fb;
}


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

.dv-about-image-wrap {
    position: relative;

    max-width: 560px;
    min-height: 560px;

    margin: auto;
}

.dv-about-shape {
    position: absolute;

    width: 88%;
    height: 88%;

    left: 0;
    bottom: 0;

    border-radius:
        45% 18% 38% 15% /
        25% 35% 22% 38%;

    background: var(--dv-navy);

    transform: rotate(-4deg);
}

.dv-about-image {
    position: absolute;

    top: 0;
    right: 0;

    width: 88%;
    height: 88%;

    overflow: hidden;

    border-radius:
        18px 46% 18px 35%;

    box-shadow:
        0 25px 60px rgba(6, 31, 59, 0.18);
}

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

    display: block;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.dv-about-image-wrap:hover .dv-about-image img {
    transform: scale(1.04);
}


/* =========================================================
   FLOAT CARD
========================================================= */

.dv-about-float-card {
    position: absolute;

    left: 15px;
    bottom: 30px;

    z-index: 5;

    display: flex;
    align-items: center;
    gap: 11px;

    min-width: 210px;

    padding: 12px 16px;

    border-radius: 15px;

    background: var(--dv-white);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.16);
}

.dv-about-float-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

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

    border-radius: 50%;

    background: var(--dv-orange);
    color: var(--dv-white);

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

.dv-about-float-card small {
    display: block;

    margin-bottom: 2px;

    color: var(--dv-muted);

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

    letter-spacing: 0.8px;

    text-transform: uppercase;
}

.dv-about-float-card strong {
    display: block;

    color: var(--dv-navy);

    font-size: 15px;
    font-weight: 900;
}


/* =========================================================
   DECORATIVE BUBBLES
========================================================= */

.dv-about-bubble {
    position: absolute;

    display: block;

    border-radius: 50%;

    border:
        1px solid rgba(255, 159, 10, 0.25);

    background:
        rgba(255, 159, 10, 0.08);

    animation:
        dvAboutBubble 5s ease-in-out infinite;
}

.dv-about-bubble-1 {
    width: 55px;
    height: 55px;

    right: -18px;
    top: 45px;
}

.dv-about-bubble-2 {
    width: 25px;
    height: 25px;

    right: 32px;
    bottom: 45px;

    animation-delay: 1s;
}

.dv-about-bubble-3 {
    width: 35px;
    height: 35px;

    left: 30px;
    top: 40px;

    animation-delay: 2s;
}

@keyframes dvAboutBubble {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

}


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

.dv-about-content {
    position: relative;

    padding-left: 15px;
}

.dv-section-label {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: var(--dv-orange);

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

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.dv-section-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: var(--dv-orange);
}

.dv-about-content h2 {
    max-width: 650px;

    margin:
        0
        0
        25px;

    color: var(--dv-navy);

    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.03;

    font-weight: 900;

    letter-spacing: -2.5px;
}

.dv-about-content p {
    max-width: 650px;

    margin: 0;

    color: #687786;

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


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

.dv-about-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 20px;

    margin-top: 30px;
}

.dv-about-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 13px 24px;

    border-radius: 30px;

    background: var(--dv-navy);
    color: var(--dv-white);

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

    letter-spacing: 0.4px;

    text-transform: uppercase;

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

.dv-about-call-btn:hover {
    color: var(--dv-white);

    background: var(--dv-orange);

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(255, 159, 10, 0.25);
}

.dv-about-mini-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--dv-navy);

    font-size: 12px;
    font-weight: 900;
}

.dv-about-mini-feature span {
    width: 25px;
    height: 25px;

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

    border-radius: 50%;

    background:
        rgba(255, 159, 10, 0.12);

    color: var(--dv-orange);

    font-size: 11px;
}


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

@media (max-width: 991.98px) {

    .dv-about-section {
        padding: 80px 0;
    }

    .dv-about-image-wrap {
        max-width: 520px;
        min-height: 500px;

        margin-bottom: 25px;
    }

    .dv-about-content {
        max-width: 650px;

        margin: auto;

        padding-left: 0;

        text-align: center;
    }

    .dv-section-label {
        justify-content: center;
    }

    .dv-about-content h2,
    .dv-about-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .dv-about-bottom {
        justify-content: center;
    }

}


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

@media (max-width: 767.98px) {

    .dv-about-section {
        padding: 65px 0;
    }

    .dv-about-image-wrap {
        max-width: 440px;
        min-height: 430px;
    }

    .dv-about-image {
        width: 91%;
        height: 88%;

        border-radius:
            15px 35% 15px 30%;
    }

    .dv-about-shape {
        width: 90%;
        height: 87%;
    }

    .dv-about-content h2 {
        font-size: 37px;

        letter-spacing: -1.5px;
    }

    .dv-about-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .dv-about-float-card {
        left: 5px;
        bottom: 15px;
    }

}


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

@media (max-width: 480px) {

    .dv-about-section {
        padding: 55px 0;
    }

    .dv-about-image-wrap {
        min-height: 370px;
    }

    .dv-about-image {
        width: 92%;
        height: 88%;
    }

    .dv-about-content h2 {
        font-size: 32px;

        line-height: 1.08;
    }

    .dv-about-content p {
        font-size: 13px;
    }

    .dv-about-float-card {
        min-width: 190px;

        padding: 10px 12px;
    }

    .dv-about-float-card strong {
        font-size: 13px;
    }

}


/* =========================================================
   SERVICES SECTION
========================================================= */

.dv-services-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(255, 159, 10, 0.08),
            transparent 20%
        ),
        radial-gradient(
            circle at 93% 85%,
            rgba(6, 31, 59, 0.06),
            transparent 22%
        ),
        #ffffff;
}


/* DECORATIVE SHAPE */

.dv-services-section::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    left: -140px;
    top: 120px;

    border-radius: 50%;

    border:
        1px solid rgba(6, 31, 59, 0.07);

    box-shadow:
        0 0 0 35px rgba(6, 31, 59, 0.02),
        0 0 0 70px rgba(255, 159, 10, 0.02);

    pointer-events: none;
}


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

.dv-services-label {
    justify-content: center;
}

.dv-services-title {
    max-width: 780px;

    margin:
        0
        auto
        20px;

    color: var(--dv-navy);

    font-size: clamp(38px, 4.3vw, 60px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -2.5px;
}

.dv-services-intro {
    max-width: 700px;

    margin: auto;

    color: var(--dv-muted);

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


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

.dv-service-card {
    position: relative;

    display: block;

    height: 100%;

    overflow: hidden;

    border-radius: 22px;

    background: #f5f7f9;

    color: var(--dv-navy);

    box-shadow:
        0 18px 45px rgba(6, 31, 59, 0.08);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.dv-service-card:hover {
    color: var(--dv-navy);

    transform: translateY(-10px);

    box-shadow:
        0 28px 60px rgba(6, 31, 59, 0.16);
}


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

.dv-service-image {
    position: relative;

    height: 270px;

    overflow: hidden;
}

.dv-service-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(3, 20, 38, 0.28),
            transparent 55%
        );
}

.dv-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}

.dv-service-card:hover .dv-service-image img {
    transform: scale(1.08);
}


/* NUMBER */

.dv-service-number {
    position: absolute;

    right: 14px;
    top: 14px;

    z-index: 4;

    width: 42px;
    height: 42px;

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

    border-radius: 50%;

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

    color: var(--dv-orange);

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

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.12);
}


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

.dv-service-content {
    position: relative;

    padding:
        33px
        22px
        25px;
}

.dv-service-icon {
    position: absolute;

    width: 52px;
    height: 52px;

    left: 22px;
    top: -28px;

    z-index: 5;

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

    border-radius: 15px;

    background: var(--dv-orange);
    color: var(--dv-white);

    font-size: 19px;

    box-shadow:
        0 12px 30px rgba(255, 159, 10, 0.3);

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

.dv-service-card:hover .dv-service-icon {
    background: var(--dv-navy);

    transform:
        translateY(-4px)
        rotate(-5deg);
}

.dv-service-content h3 {
    min-height: 55px;

    margin:
        10px
        0
        12px;

    color: var(--dv-navy);

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

    font-weight: 900;

    letter-spacing: -0.8px;
}

.dv-service-content p {
    min-height: 92px;

    margin:
        0
        0
        20px;

    color: #71808e;

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


/* SERVICE LINK */

.dv-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--dv-navy);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}

.dv-service-link i {
    color: var(--dv-orange);

    transition:
        transform 0.3s ease;
}

.dv-service-card:hover .dv-service-link i {
    transform: translateX(5px);
}


/* =========================================================
   BOTTOM CALL BAR
========================================================= */

.dv-services-bottom {
    position: relative;

    margin-top: 55px;

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

    gap: 20px;

    padding: 22px 25px;

    border-radius: 18px;

    background: var(--dv-navy);

    box-shadow:
        0 20px 45px rgba(6, 31, 59, 0.18);
}

.dv-services-bottom::before {
    content: "";

    position: absolute;

    width: 80px;
    height: 80px;

    right: 210px;
    top: -35px;

    border-radius: 50%;

    border:
        1px solid rgba(255, 255, 255, 0.08);
}

.dv-services-bottom small {
    display: block;

    margin-bottom: 4px;

    color: var(--dv-orange);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.dv-services-bottom strong {
    color: var(--dv-white);

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

.dv-services-bottom a {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    flex: 0 0 auto;

    padding: 13px 20px;

    border-radius: 28px;

    background: var(--dv-orange);
    color: var(--dv-white);

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

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

.dv-services-bottom a:hover {
    color: var(--dv-navy);

    background: var(--dv-white);

    transform: translateY(-3px);
}


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

@media (max-width: 991.98px) {

    .dv-services-section {
        padding: 80px 0;
    }

    .dv-service-image {
        height: 290px;
    }

    .dv-service-content h3,
    .dv-service-content p {
        min-height: auto;
    }

}


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

@media (max-width: 767.98px) {

    .dv-services-section {
        padding: 65px 0;
    }

    .dv-services-title {
        font-size: 38px;

        letter-spacing: -1.5px;
    }

    .dv-services-intro {
        font-size: 14px;
    }

    .dv-service-card {
        max-width: 450px;

        margin: auto;
    }

    .dv-service-image {
        height: 300px;
    }

    .dv-services-bottom {
        flex-direction: column;

        text-align: center;

        padding: 22px 18px;
    }

    .dv-services-bottom a {
        width: 100%;

        justify-content: center;
    }

}


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

@media (max-width: 480px) {

    .dv-services-section {
        padding: 55px 0;
    }

    .dv-services-title {
        font-size: 32px;
        line-height: 1.08;
    }

    .dv-service-image {
        height: 245px;
    }

    .dv-service-content {
        padding:
            32px
            18px
            22px;
    }

    .dv-service-icon {
        left: 18px;
    }

    .dv-service-content h3 {
        font-size: 20px;
    }

}


/* =========================================================
   SECTION 4 - PROTOCOL
========================================================= */

.dv-protocol-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(255, 159, 10, .08),
            transparent 22%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(255, 255, 255, .04),
            transparent 24%
        ),
        var(--dv-navy);

    color: var(--dv-white);
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.dv-protocol-decoration {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.dv-protocol-decoration-one {
    width: 380px;
    height: 380px;

    left: -190px;
    top: -150px;

    border: 1px solid rgba(255, 255, 255, .06);

    box-shadow:
        0 0 0 45px rgba(255, 255, 255, .018),
        0 0 0 90px rgba(255, 159, 10, .018);
}

.dv-protocol-decoration-two {
    width: 250px;
    height: 250px;

    right: -120px;
    bottom: -80px;

    border: 1px solid rgba(255, 159, 10, .12);

    box-shadow:
        0 0 0 35px rgba(255, 159, 10, .025);
}


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

.dv-protocol-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 18px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.dv-protocol-label span {
    width: 26px;
    height: 2px;

    display: block;

    background: var(--dv-orange);
}


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

.dv-protocol-title {
    max-width: 850px;

    margin: 0 auto;

    color: var(--dv-white);

    font-size: clamp(40px, 5vw, 65px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -2.5px;
}


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

.dv-protocol-row {
    position: relative;

    margin-top: 75px;
}


/* CONNECTING LINE */

.dv-protocol-row::before {
    content: "";

    position: absolute;

    top: 44px;
    left: 16%;

    width: 68%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 159, 10, .5),
            rgba(255, 255, 255, .2),
            rgba(255, 159, 10, .5),
            transparent
        );
}


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

.dv-protocol-item {
    position: relative;
    z-index: 3;

    height: 100%;

    padding: 0 25px 25px;

    text-align: center;
}


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

.dv-protocol-top {
    position: relative;

    width: 90px;
    height: 90px;

    margin: 0 auto 26px;
}


/* NUMBER */

.dv-protocol-number {
    position: absolute;

    top: -7px;
    right: -8px;

    z-index: 6;

    width: 30px;
    height: 30px;

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

    border-radius: 50%;

    background: var(--dv-orange);

    color: var(--dv-white);

    font-size: 9px;
    font-weight: 900;

    box-shadow:
        0 7px 18px rgba(255, 159, 10, .25);
}


/* ICON */

.dv-protocol-icon {
    position: relative;

    width: 88px;
    height: 88px;

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

    margin: auto;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .055);

    border:
        1px solid rgba(255, 255, 255, .12);

    color: var(--dv-orange);

    font-size: 27px;

    box-shadow:
        inset 0 0 25px rgba(255, 255, 255, .025);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}


/* INNER RING */

.dv-protocol-icon::before {
    content: "";

    position: absolute;

    inset: 8px;

    border-radius: 50%;

    border:
        1px dashed rgba(255, 159, 10, .35);

    transition: transform .6s ease;
}


/* HOVER */

.dv-protocol-item:hover .dv-protocol-icon {
    background: var(--dv-orange);

    color: var(--dv-white);

    transform: translateY(-7px);

    box-shadow:
        0 15px 35px rgba(255, 159, 10, .25);
}

.dv-protocol-item:hover .dv-protocol-icon::before {
    border-color: rgba(255, 255, 255, .4);

    transform: rotate(90deg);
}


/* =========================================================
   SMALL LINE
========================================================= */

.dv-protocol-line {
    width: 45px;
    height: 3px;

    margin:
        0
        auto
        22px;

    overflow: hidden;

    border-radius: 20px;

    background:
        rgba(255, 255, 255, .08);
}

.dv-protocol-line span {
    display: block;

    width: 18px;
    height: 100%;

    border-radius: inherit;

    background: var(--dv-orange);

    transition: width .4s ease;
}

.dv-protocol-item:hover .dv-protocol-line span {
    width: 100%;
}


/* =========================================================
   ITEM TEXT
========================================================= */

.dv-protocol-item h3 {
    max-width: 310px;

    margin:
        0
        auto
        17px;

    color: var(--dv-white);

    font-size: 21px;
    line-height: 1.25;

    font-weight: 900;

    letter-spacing: -.6px;
}

.dv-protocol-item p {
    max-width: 350px;

    margin: auto;

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

    font-size: 13px;
    line-height: 1.85;
}


/* =========================================================
   MIDDLE ITEM
========================================================= */

.dv-protocol-item-middle {
    transform: translateY(-18px);
}

.dv-protocol-item-middle .dv-protocol-icon {
    background: var(--dv-orange);

    color: var(--dv-white);

    box-shadow:
        0 15px 38px rgba(255, 159, 10, .23);
}

.dv-protocol-item-middle .dv-protocol-icon::before {
    border-color:
        rgba(255, 255, 255, .4);
}


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

.dv-protocol-bottom {
    position: relative;

    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 24px;

    margin-top: 65px;

    padding: 25px 28px;

    overflow: hidden;

    border:
        1px solid rgba(255, 255, 255, .12);

    border-radius: 22px;

    background:
        rgba(255, 255, 255, .055);

    backdrop-filter: blur(8px);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .12);
}


/* ORANGE DETAIL */

.dv-protocol-bottom::after {
    content: "";

    position: absolute;

    right: -50px;
    top: -70px;

    width: 170px;
    height: 170px;

    border-radius: 50%;

    background:
        rgba(255, 159, 10, .06);

    pointer-events: none;
}


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

.dv-protocol-bottom-icon {
    position: relative;

    width: 70px;
    height: 70px;

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

    flex: 0 0 70px;

    border-radius: 50%;

    background: var(--dv-orange);

    color: var(--dv-white);

    font-size: 24px;

    box-shadow:
        0 12px 30px rgba(255, 159, 10, .25);
}

.dv-pulse-ring {
    position: absolute;

    inset: -7px;

    border:
        1px solid rgba(255, 159, 10, .45);

    border-radius: 50%;

    animation:
        dvProtocolPulse 2.5s ease-out infinite;
}

@keyframes dvProtocolPulse {

    0% {
        opacity: .8;
        transform: scale(.85);
    }

    70% {
        opacity: 0;
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}


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

.dv-protocol-small-title {
    display: block;

    margin-bottom: 7px;

    color: var(--dv-orange);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}

.dv-protocol-bottom-content p {
    max-width: 720px;

    margin: 0;

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

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   PHONE
========================================================= */

.dv-protocol-bottom-action {
    position: relative;
    z-index: 3;

    min-width: 190px;

    text-align: right;
}

.dv-protocol-bottom-action > span {
    display: block;

    margin-bottom: 7px;

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

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

    letter-spacing: 1px;

    text-transform: uppercase;
}

.dv-protocol-bottom-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 13px 19px;

    border-radius: 30px;

    background: var(--dv-orange);

    color: var(--dv-white);

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

    white-space: nowrap;

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

.dv-protocol-bottom-action a:hover {
    background: var(--dv-white);

    color: var(--dv-navy);

    transform: translateY(-3px);
}


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

@media (max-width: 991.98px) {

    .dv-protocol-section {
        padding: 85px 0;
    }

    .dv-protocol-row {
        margin-top: 55px;
    }

    .dv-protocol-row::before {
        display: none;
    }

    .dv-protocol-item {
        max-width: 600px;

        margin: auto;

        padding:
            25px
            25px
            35px;

        border-bottom:
            1px solid rgba(255, 255, 255, .08);
    }

    .dv-protocol-item-middle {
        transform: none;
    }

    .dv-protocol-bottom {
        grid-template-columns:
            auto
            1fr;
    }

    .dv-protocol-bottom-action {
        grid-column:
            1 / -1;

        text-align: center;
    }

}


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

@media (max-width: 767.98px) {

    .dv-protocol-section {
        padding: 70px 0;
    }

    .dv-protocol-title {
        font-size: 39px;

        letter-spacing: -1.5px;
    }

    .dv-protocol-row {
        margin-top: 40px;
    }

    .dv-protocol-item h3 {
        font-size: 20px;
    }

    .dv-protocol-bottom {
        display: flex;

        flex-direction: column;

        align-items: center;

        padding: 27px 20px;

        text-align: center;
    }

    .dv-protocol-bottom-content p {
        font-size: 12px;
    }

    .dv-protocol-bottom-action {
        width: 100%;
    }

    .dv-protocol-bottom-action a {
        width: 100%;
    }

}


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

@media (max-width: 480px) {

    .dv-protocol-section {
        padding: 60px 0;
    }

    .dv-protocol-title {
        font-size: 32px;

        line-height: 1.08;
    }

    .dv-protocol-label {
        font-size: 8px;
    }

    .dv-protocol-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dv-protocol-item p {
        font-size: 12px;

        line-height: 1.75;
    }

    .dv-protocol-bottom {
        margin-top: 40px;

        border-radius: 17px;
    }

}


/* =========================================================
   WORK / SERVICES STRIP
========================================================= */

.dv-work-strip {
    position: relative;
    overflow: hidden;

    padding: 105px 0 80px;

    background: #ffffff;
}


/* subtle background circle */

.dv-work-strip::after {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    right: -170px;
    top: 20px;

    border-radius: 50%;

    border:
        1px solid rgba(6, 31, 59, .05);

    box-shadow:
        0 0 0 40px rgba(255, 159, 10, .018),
        0 0 0 80px rgba(6, 31, 59, .012);

    pointer-events: none;
}


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

.dv-work-label {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 12px;

    color: var(--dv-navy);

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

    letter-spacing: .4px;

    text-transform: uppercase;
}

.dv-work-label-icon {
    color: var(--dv-orange);

    font-size: 15px;

    transform: rotate(-12deg);
}


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

.dv-work-heading {
    max-width: 820px;

    margin: 0;

    color: var(--dv-navy);

    font-size: clamp(48px, 5vw, 76px);
    line-height: .99;

    font-weight: 600;

    letter-spacing: -3.5px;
}


/* BLUE-LIKE HIGHLIGHT BUT USING BRAND ORANGE */

.dv-work-highlight {
    position: relative;

    display: inline-block;

    padding:
        2px
        10px
        5px;

    margin-right: 5px;

    background: var(--dv-orange);

    color: var(--dv-white);

    line-height: 1;
}


/* little imperfect effect */

.dv-work-highlight::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -5px;

    width: 100%;
    height: 5px;

    background: var(--dv-orange);

    opacity: .12;

    transform: skewX(-16deg);
}


/* =========================================================
   ARROWS
========================================================= */

.dv-work-arrows {
    width: 104px;
    height: 52px;

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

    margin-top: 38px;

    border:
        1px solid var(--dv-navy);

    border-radius: 30px;

    background: var(--dv-white);
}

.dv-work-arrow {
    width: 43px;
    height: 50px;

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

    color: var(--dv-navy);

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

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

.dv-work-arrow:hover {
    color: var(--dv-orange);

    transform: scale(1.15);
}

.dv-work-divider {
    width: 1px;
    height: 17px;

    background:
        rgba(6, 31, 59, .3);
}


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

.dv-work-stat {
    position: relative;
    z-index: 2;

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

    gap: 30px;
}


/* BIG NUMBER */

.dv-work-number {
    position: relative;

    flex: 0 0 auto;

    color: transparent;

    -webkit-text-stroke:
        1.5px var(--dv-navy);

    font-size: clamp(90px, 9vw, 150px);
    line-height: .75;

    font-weight: 900;

    letter-spacing: -7px;
}

.dv-work-number span {
    display: inline-block;

    margin-left: 5px;

    color: var(--dv-navy);

    -webkit-text-stroke: 0;

    font-size: .7em;

    transform: translateY(-3px);
}


/* RIGHT COPY */

.dv-work-stat-copy {
    max-width: 220px;
}

.dv-work-stat-copy strong {
    display: block;

    margin-bottom: 6px;

    color: var(--dv-navy);

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

    font-weight: 900;
}

.dv-work-stat-copy p {
    margin: 0;

    color: #757575;

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


/* =========================================================
   SERVICE NAMES
========================================================= */

.dv-work-services {
    display: grid;

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

    border-top:
        1px solid rgba(6, 31, 59, .09);

    border-bottom:
        1px solid rgba(6, 31, 59, .09);
}

.dv-work-services a {
    position: relative;

    display: flex;
    align-items: center;

    gap: 10px;

    min-height: 75px;

    padding: 15px 20px;

    color: var(--dv-navy);

    border-right:
        1px solid rgba(6, 31, 59, .09);

    font-size: 13px;
    font-weight: 900;

    transition:
        background .3s ease,
        color .3s ease,
        padding-left .3s ease;
}

.dv-work-services a:last-child {
    border-right: 0;
}

.dv-work-services a span {
    color: var(--dv-orange);

    font-size: 9px;
    font-weight: 900;
}

.dv-work-services a::after {
    content: "↗";

    position: absolute;

    right: 18px;

    color: var(--dv-orange);

    font-size: 14px;

    opacity: 0;

    transform:
        translateX(-5px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}

.dv-work-services a:hover {
    padding-left: 25px;

    background: var(--dv-navy);

    color: var(--dv-white);
}

.dv-work-services a:hover::after {
    opacity: 1;

    transform:
        translateX(0);
}


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

@media (max-width: 991.98px) {

    .dv-work-strip {
        padding: 80px 0 70px;
    }

    .dv-work-heading {
        max-width: 700px;
    }

    .dv-work-stat {
        margin-top: 30px;
    }

    .dv-work-number {
        font-size: 110px;
    }

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

    .dv-work-services a:nth-child(2) {
        border-right: 0;
    }

    .dv-work-services a:nth-child(1),
    .dv-work-services a:nth-child(2) {
        border-bottom:
            1px solid rgba(6, 31, 59, .09);
    }

}


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

@media (max-width: 767.98px) {

    .dv-work-strip {
        padding: 65px 0 55px;
    }

    .dv-work-heading {
        font-size: 43px;
        line-height: .98;

        letter-spacing: -2px;
    }

    .dv-work-highlight {
        padding:
            3px
            7px
            5px;
    }

    .dv-work-arrows {
        margin-top: 27px;
    }

    .dv-work-stat {
        gap: 18px;

        margin-top: 15px;
    }

    .dv-work-number {
        font-size: 92px;

        letter-spacing: -5px;
    }

    .dv-work-stat-copy strong {
        font-size: 13px;
    }

    .dv-work-stat-copy p {
        font-size: 11px;
    }

}


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

@media (max-width: 480px) {

    .dv-work-heading {
        font-size: 36px;

        letter-spacing: -1.5px;
    }

    .dv-work-stat {
        align-items: center;
    }

    .dv-work-number {
        font-size: 78px;
    }

    .dv-work-stat-copy {
        max-width: 160px;
    }

    .dv-work-services {
        grid-template-columns: 1fr;
    }

    .dv-work-services a {
        border-right: 0;

        border-bottom:
            1px solid rgba(6, 31, 59, .09);
    }

    .dv-work-services a:last-child {
        border-bottom: 0;
    }

}


/* =========================================================
   DUAL MAINTENANCE SECTION
========================================================= */

.dv-dual-maintenance-section {
    position: relative;
    overflow: hidden;

    padding: 120px 0;

    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(255, 159, 10, 0.08),
            transparent 22%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(6, 31, 59, 0.06),
            transparent 24%
        ),
        #f7f9fb;
}


/* =========================================================
   BUBBLES
========================================================= */

.dv-dual-bubble {
    position: absolute;
    display: block;

    border-radius: 50%;

    border:
        1px solid rgba(255, 159, 10, 0.18);

    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 159, 10, 0.12),
            rgba(255, 159, 10, 0.03),
            transparent 72%
        );

    pointer-events: none;

    animation:
        dvDualBubbleFloat 7s ease-in-out infinite;
}

.dv-dual-bubble-1 {
    width: 90px;
    height: 90px;

    top: 8%;
    left: 3%;
}

.dv-dual-bubble-2 {
    width: 38px;
    height: 38px;

    top: 36%;
    right: 6%;

    animation-delay: 1.5s;
}

.dv-dual-bubble-3 {
    width: 125px;
    height: 125px;

    left: -40px;
    bottom: 12%;

    animation-delay: 2.5s;
}

.dv-dual-bubble-4 {
    width: 55px;
    height: 55px;

    right: 10%;
    bottom: 8%;

    animation-delay: .8s;
}

@keyframes dvDualBubbleFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }

}


/* =========================================================
   ROW
========================================================= */

.dv-dual-row {
    position: relative;
    z-index: 2;
}

.dv-dual-row-second {
    margin-top: 120px;
}


/* =========================================================
   IMAGE WRAP
========================================================= */

.dv-dual-image-wrap {
    position: relative;

    max-width: 560px;
    min-height: 520px;

    margin: auto;
}


/* BACK SHAPE */

.dv-dual-image-shape {
    position: absolute;

    width: 88%;
    height: 88%;

    left: 0;
    bottom: 0;

    border-radius:
        28% 14% 34% 18% /
        20% 30% 22% 35%;

    background: var(--dv-navy);

    transform: rotate(-4deg);

    transition:
        transform .5s ease;
}


/* MAIN IMAGE */

.dv-dual-image {
    position: absolute;

    top: 0;
    right: 0;

    width: 90%;
    height: 90%;

    overflow: hidden;

    border-radius:
        18px 38% 18px 30%;

    box-shadow:
        0 25px 60px rgba(6, 31, 59, 0.18);

    animation:
        dvDualImageReveal .9s ease both;
}

@keyframes dvDualImageReveal {

    from {
        opacity: 0;

        transform:
            translateY(25px)
            scale(.97);
    }

    to {
        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }

}

.dv-dual-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s ease;
}

.dv-dual-image-wrap:hover .dv-dual-image img {
    transform: scale(1.05);
}

.dv-dual-image-wrap:hover .dv-dual-image-shape {
    transform:
        rotate(-2deg)
        scale(1.02);
}


/* RIGHT VERSION */

.dv-dual-image-wrap-right .dv-dual-image-shape {
    left: auto;
    right: 0;

    transform: rotate(4deg);
}

.dv-dual-image-wrap-right .dv-dual-image {
    right: auto;
    left: 0;

    border-radius:
        38% 18px 30% 18px;
}

.dv-dual-image-wrap-right:hover .dv-dual-image-shape {
    transform:
        rotate(2deg)
        scale(1.02);
}


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

.dv-dual-image-badge {
    position: absolute;

    left: 20px;
    bottom: 35px;

    z-index: 5;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 11px 15px;

    border-radius: 16px;

    background: var(--dv-white);

    box-shadow:
        0 15px 38px rgba(0, 0, 0, .14);

    animation:
        dvDualBadgeFloat 4s ease-in-out infinite;
}

.dv-dual-image-wrap-right .dv-dual-image-badge {
    left: auto;
    right: 20px;
}

@keyframes dvDualBadgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

}

.dv-dual-image-badge span {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

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

    border-radius: 50%;

    background: var(--dv-orange);
    color: var(--dv-white);

    font-size: 15px;
}

.dv-dual-image-badge strong {
    color: var(--dv-navy);

    font-size: 13px;
    font-weight: 900;
}


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

.dv-dual-content {
    max-width: 650px;

    animation:
        dvDualContentReveal .85s ease both;
}

@keyframes dvDualContentReveal {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* LABEL */

.dv-dual-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.dv-dual-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: var(--dv-orange);
}


/* HEADING */

.dv-dual-content h2 {
    margin:
        0
        0
        25px;

    color: var(--dv-navy);

    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.04;

    font-weight: 900;

    letter-spacing: -2.2px;
}


/* PARAGRAPH */

.dv-dual-content p {
    margin: 0;

    color: #697887;

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


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

@media (max-width: 991.98px) {

    .dv-dual-maintenance-section {
        padding: 85px 0;
    }

    .dv-dual-row-second {
        margin-top: 85px;
    }

    .dv-dual-image-wrap {
        max-width: 520px;
        min-height: 480px;

        margin-bottom: 30px;
    }

    .dv-dual-content {
        margin: auto;

        text-align: center;
    }

    .dv-dual-label {
        justify-content: center;
    }

}


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

@media (max-width: 767.98px) {

    .dv-dual-maintenance-section {
        padding: 65px 0;
    }

    .dv-dual-row-second {
        margin-top: 70px;
    }

    .dv-dual-image-wrap {
        max-width: 440px;
        min-height: 420px;
    }

    .dv-dual-content h2 {
        font-size: 36px;

        letter-spacing: -1.4px;
    }

    .dv-dual-content p {
        font-size: 14px;
        line-height: 1.8;
    }

}


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

@media (max-width: 480px) {

    .dv-dual-maintenance-section {
        padding: 55px 0;
    }

    .dv-dual-image-wrap {
        min-height: 360px;
    }

    .dv-dual-image {
        width: 92%;
        height: 88%;
    }

    .dv-dual-image-shape {
        width: 90%;
        height: 86%;
    }

    .dv-dual-image-badge {
        left: 8px;
        bottom: 12px;

        padding: 9px 11px;
    }

    .dv-dual-image-wrap-right .dv-dual-image-badge {
        left: auto;
        right: 8px;
    }

    .dv-dual-image-badge strong {
        font-size: 11px;
    }

    .dv-dual-content h2 {
        font-size: 31px;
        line-height: 1.08;
    }

    .dv-dual-content p {
        font-size: 13px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .dv-dual-bubble,
    .dv-dual-image,
    .dv-dual-image-badge,
    .dv-dual-content {
        animation: none !important;
    }

}


/* =========================================================
   OFFERS SECTION
========================================================= */

.dv-offers-section {
    position: relative;
    overflow: hidden;

    padding: 120px 0;

    background: #ffffff;
}


/* =========================================================
   DECORATION
========================================================= */

.dv-offers-decoration {
    position: absolute;

    left: -45px;
    bottom: 70px;

    color: rgba(6, 31, 59, .08);

    font-size: 180px;

    transform: rotate(-25deg);

    pointer-events: none;
}


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

.dv-offers-intro {
    position: sticky;
    top: 110px;

    max-width: 360px;
}


.dv-offers-label {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    color: var(--dv-navy);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .5px;

    text-transform: uppercase;
}

.dv-offers-label i {
    color: var(--dv-orange);
}


/* HEADING */

.dv-offers-intro h2 {
    margin:
        0
        0
        25px;

    color: var(--dv-navy);

    font-size: clamp(45px, 4.3vw, 65px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -3px;
}


/* DESCRIPTION */

.dv-offers-intro > p {
    max-width: 330px;

    margin: 0;

    color: #737373;

    font-size: 14px;
    line-height: 1.8;
}


/* MINI FEATURE */

.dv-offers-mini {
    display: flex;
    align-items: center;

    gap: 11px;

    margin-top: 30px;
}

.dv-offers-mini > span {
    width: 42px;
    height: 42px;

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

    flex: 0 0 42px;

    border-radius: 50%;

    background:
        rgba(255, 159, 10, .12);

    color: var(--dv-orange);
}

.dv-offers-mini small {
    display: block;

    margin-bottom: 3px;

    color: #8a939c;

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

    letter-spacing: .8px;

    text-transform: uppercase;
}

.dv-offers-mini strong {
    display: block;

    color: var(--dv-navy);

    font-size: 13px;
    font-weight: 900;
}


/* =========================================================
   OFFER LIST
========================================================= */

.dv-offers-list {
    display: flex;
    flex-direction: column;

    gap: 22px;
}


/* =========================================================
   OFFER CARD
========================================================= */

.dv-offer-card {
    position: relative;

    min-height: 190px;

    display: grid;

    grid-template-columns:
        180px
        1px
        1fr;

    align-items: center;

    gap: 28px;

    padding:
        32px
        32px
        38px;

    border:
        1px solid rgba(6, 31, 59, .17);

    border-radius: 24px;

    background: #ffffff;

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

.dv-offer-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(255, 159, 10, .45);

    box-shadow:
        0 24px 55px rgba(6, 31, 59, .10);
}


/* =========================================================
   OFFER MAIN
========================================================= */

.dv-offer-type {
    display: block;

    margin-bottom: 11px;

    color: var(--dv-navy);

    font-size: 13px;
    font-weight: 900;
}


.dv-offer-price {
    display: flex;
    align-items: flex-end;

    color: var(--dv-navy);

    font-size: 58px;
    line-height: .85;

    font-weight: 900;

    letter-spacing: -3px;
}


.dv-offer-price sup {
    position: relative;

    top: -16px;

    margin-right: 3px;

    font-size: 25px;

    letter-spacing: 0;
}


.dv-offer-price span {
    margin:
        0
        0
        3px
        7px;

    color: #727b84;

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

    font-weight: 800;

    letter-spacing: .6px;

    text-transform: uppercase;
}


/* =========================================================
   DIVIDER
========================================================= */

.dv-offer-divider {
    width: 1px;
    height: 90px;

    background:
        rgba(6, 31, 59, .16);
}


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

.dv-offer-features {
    display: grid;

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

    gap: 16px 25px;

    padding-right: 20px;
}


.dv-offer-features span {
    display: flex;
    align-items: center;

    gap: 9px;

    color: #666f77;

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


.dv-offer-features i {
    color: var(--dv-navy);

    font-size: 10px;
}


/* =========================================================
   BUTTON - LIKE REFERENCE
========================================================= */

.dv-offer-button {
    position: absolute;

    right: 32px;
    bottom: 0;

    min-width: 160px;
    min-height: 49px;

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

    gap: 9px;

    padding: 12px 20px;

    border-radius:
        24px
        24px
        0
        0;

    background: #f0f3f6;

    color: var(--dv-navy);

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

    transition:
        background .3s ease,
        color .3s ease,
        min-width .3s ease;
}


.dv-offer-button i {
    font-size: 10px;
}


.dv-offer-button:hover {
    min-width: 170px;

    background: var(--dv-navy);

    color: #ffffff;
}


/* =========================================================
   FEATURED ORANGE OFFER
========================================================= */

.dv-offer-featured {
    border-color: var(--dv-orange);

    background: var(--dv-orange);

    box-shadow:
        0 22px 50px rgba(255, 159, 10, .17);
}


.dv-offer-featured:hover {
    border-color: var(--dv-orange);

    box-shadow:
        0 28px 60px rgba(255, 159, 10, .25);
}


.dv-offer-featured .dv-offer-type,
.dv-offer-featured .dv-offer-price {
    color: #ffffff;
}


.dv-offer-featured .dv-offer-price span {
    color:
        rgba(255, 255, 255, .8);
}


.dv-offer-featured .dv-offer-divider {
    background:
        rgba(255, 255, 255, .45);
}


.dv-offer-featured .dv-offer-features span {
    color: #ffffff;
}


.dv-offer-featured .dv-offer-features i {
    color: var(--dv-navy);
}


.dv-offer-featured .dv-offer-button {
    background: #ffffff;

    color: var(--dv-navy);
}


.dv-offer-featured .dv-offer-button:hover {
    background: var(--dv-navy);

    color: #ffffff;
}


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

@media (max-width: 991.98px) {

    .dv-offers-section {
        padding: 85px 0;
    }

    .dv-offers-intro {
        position: relative;
        top: auto;

        max-width: 650px;

        margin-bottom: 20px;
    }

    .dv-offers-intro > p {
        max-width: 550px;
    }

}


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

@media (max-width: 767.98px) {

    .dv-offers-section {
        padding: 65px 0;
    }

    .dv-offers-intro h2 {
        font-size: 42px;

        letter-spacing: -2px;
    }


    .dv-offer-card {
        display: block;

        min-height: 0;

        padding:
            25px
            22px
            75px;

        border-radius: 20px;
    }


    .dv-offer-main {
        padding-bottom: 20px;
    }


    .dv-offer-price {
        font-size: 52px;
    }


    .dv-offer-divider {
        width: 100%;
        height: 1px;

        margin-bottom: 22px;
    }


    .dv-offer-features {
        grid-template-columns: 1fr;

        gap: 12px;

        padding-right: 0;
    }


    .dv-offer-button {
        right: 20px;

        min-width: 145px;
    }

}


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

@media (max-width: 480px) {

    .dv-offers-section {
        padding: 55px 0;
    }


    .dv-offers-intro h2 {
        font-size: 36px;

        line-height: 1.05;
    }


    .dv-offer-card {
        padding:
            23px
            18px
            72px;

        border-radius: 17px;
    }


    .dv-offer-type {
        font-size: 12px;
    }


    .dv-offer-price {
        font-size: 48px;
    }


    .dv-offer-button {
        right: 15px;

        min-width: 135px;

        font-size: 10px;
    }

}


/* =========================================================
   SAFETY SECTION
========================================================= */

.dv-safety-section {
    position: relative;
    overflow: hidden;

    padding: 105px 0;

    background: var(--dv-navy);

    color: var(--dv-white);
}


/* very subtle background detail */

.dv-safety-section::before {
    content: "";

    position: absolute;

    width: 340px;
    height: 340px;

    right: -170px;
    top: -170px;

    border-radius: 50%;

    border:
        1px solid rgba(255, 255, 255, .05);

    box-shadow:
        0 0 0 45px rgba(255, 255, 255, .015),
        0 0 0 90px rgba(255, 159, 10, .012);

    pointer-events: none;
}


.dv-safety-content {
    position: relative;
    z-index: 2;
}


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

.dv-safety-label {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


.dv-safety-label span {
    width: 35px;
    height: 2px;

    display: block;

    background: var(--dv-orange);
}


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

.dv-safety-content h2 {
    max-width: 900px;

    margin: 0;

    color: var(--dv-white);

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -2.8px;
}


/* =========================================================
   ORANGE LINE
========================================================= */

.dv-safety-line {
    width: 100%;
    height: 1px;

    margin: 38px 0;

    background:
        rgba(255, 255, 255, .1);
}


.dv-safety-line span {
    display: block;

    width: 90px;
    height: 3px;

    background: var(--dv-orange);

    transform: translateY(-1px);

    border-radius: 10px;
}


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

.dv-safety-content > p {
    max-width: 1050px;

    margin: 0;

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

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


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

.dv-safety-bottom {
    display: grid;

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

    margin-top: 48px;

    padding-top: 30px;

    border-top:
        1px solid rgba(255, 255, 255, .09);
}


.dv-safety-point {
    display: flex;
    align-items: center;

    gap: 14px;

    padding:
        5px
        30px;

    border-right:
        1px solid rgba(255, 255, 255, .09);
}


.dv-safety-point:first-child {
    padding-left: 0;
}


.dv-safety-point:last-child {
    border-right: 0;
}


/* ICON */

.dv-safety-point > i {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

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

    border-radius: 50%;

    background:
        rgba(255, 159, 10, .1);

    color: var(--dv-orange);

    font-size: 16px;

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


.dv-safety-point:hover > i {
    background: var(--dv-orange);

    color: var(--dv-white);

    transform: translateY(-3px);
}


/* TEXT */

.dv-safety-point small {
    display: block;

    margin-bottom: 3px;

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

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

    letter-spacing: 1px;

    text-transform: uppercase;
}


.dv-safety-point strong {
    display: block;

    color: var(--dv-white);

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


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

@media (max-width: 991.98px) {

    .dv-safety-section {
        padding: 80px 0;
    }

    .dv-safety-content h2 {
        max-width: 750px;
    }

}


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

@media (max-width: 767.98px) {

    .dv-safety-section {
        padding: 65px 0;
    }


    .dv-safety-content h2 {
        font-size: 38px;

        line-height: 1.06;

        letter-spacing: -1.6px;
    }


    .dv-safety-line {
        margin: 28px 0;
    }


    .dv-safety-content > p {
        font-size: 14px;
        line-height: 1.85;
    }


    .dv-safety-bottom {
        grid-template-columns: 1fr;

        gap: 0;

        margin-top: 35px;

        padding-top: 10px;
    }


    .dv-safety-point,
    .dv-safety-point:first-child {
        padding: 17px 0;

        border-right: 0;

        border-bottom:
            1px solid rgba(255, 255, 255, .08);
    }


    .dv-safety-point:last-child {
        border-bottom: 0;
    }

}


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

@media (max-width: 480px) {

    .dv-safety-section {
        padding: 55px 0;
    }


    .dv-safety-content h2 {
        font-size: 32px;

        letter-spacing: -1.2px;
    }


    .dv-safety-label {
        font-size: 8px;
    }


    .dv-safety-content > p {
        font-size: 13px;

        line-height: 1.8;
    }

}

/* =========================================================
   CONTACT + MAP SECTION
========================================================= */

.dv-contact-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(255, 159, 10, .07),
            transparent 20%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(6, 31, 59, .055),
            transparent 22%
        ),
        #f6f8fa;
}


/* =========================================================
   BUBBLES
========================================================= */

.dv-contact-bubble {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    border:
        1px solid rgba(255, 159, 10, .17);

    background:
        rgba(255, 159, 10, .025);

    animation:
        dvContactBubble 6s ease-in-out infinite;
}


.dv-contact-bubble-1 {
    width: 100px;
    height: 100px;

    left: 3%;
    top: 20%;
}


.dv-contact-bubble-2 {
    width: 55px;
    height: 55px;

    right: 4%;
    bottom: 12%;

    animation-delay: 1.5s;
}


@keyframes dvContactBubble {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

}


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

.dv-contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-bottom: 15px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


.dv-contact-label span {
    width: 28px;
    height: 2px;

    background: var(--dv-orange);
}


.dv-contact-title {
    max-width: 760px;

    margin:
        0
        auto
        17px;

    color: var(--dv-navy);

    font-size: clamp(42px, 4.5vw, 62px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -2.7px;
}


.dv-contact-intro {
    max-width: 620px;

    margin: auto;

    color: #73808b;

    font-size: 14px;
    line-height: 1.8;
}


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



/* =========================================================
   MAP BOX
========================================================= */

.dv-map-box {
    position: relative;

    height: 100%;
    min-height: 665px;

    overflow: hidden;

    border-radius: 25px;

    background: var(--dv-navy);

    box-shadow:
        0 25px 60px rgba(6, 31, 59, .12);
}


/* MAP */

.dv-map {
    position: absolute;

    inset: 0;
}


.dv-map iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;

    filter:
        saturate(.8)
        contrast(.95);
}


/* subtle overlay */

.dv-map-box::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            to top,
            rgba(3, 20, 38, .38) 0%,
            transparent 42%
        );
}


/* =========================================================
   LOCATION CARD
========================================================= */

.dv-location-card {
    position: absolute;

    z-index: 5;

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

    display: flex;
    align-items: flex-start;

    gap: 13px;

    padding: 19px;

    border-radius: 18px;

    background:
        rgba(255, 255, 255, .96);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .18);

    backdrop-filter: blur(8px);
}


.dv-location-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

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

    border-radius: 14px;

    background: var(--dv-orange);

    color: #ffffff;

    font-size: 18px;
}


.dv-location-copy small {
    display: block;

    margin-bottom: 4px;

    color: var(--dv-orange);

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1px;
}


.dv-location-copy strong {
    display: block;

    margin-bottom: 5px;

    color: var(--dv-navy);

    font-size: 14px;
    font-weight: 900;
}


.dv-location-copy p {
    margin: 0;

    color: #74808a;

    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   MAP PHONE
========================================================= */

.dv-map-phone {
    position: absolute;

    z-index: 6;

    top: 22px;
    right: 22px;

    display: flex;
    align-items: center;

    gap: 10px;

    padding:
        7px
        15px
        7px
        7px;

    border-radius: 40px;

    background: #ffffff;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .16);

    transition:
        transform .3s ease;
}


.dv-map-phone:hover {
    transform: translateY(-3px);
}


.dv-map-phone > span {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

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

    border-radius: 50%;

    background: var(--dv-orange);

    color: #ffffff;
}


.dv-map-phone small {
    display: block;

    margin-bottom: 2px;

    color: #87919a;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: .7px;
}


.dv-map-phone strong {
    display: block;

    color: var(--dv-navy);

    font-size: 14px;
    font-weight: 900;
}


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

@media (max-width: 991.98px) {

    .dv-contact-section {
        padding: 80px 0;
    }


    .dv-map-box {
        min-height: 550px;
    }

}


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

@media (max-width: 767.98px) {

    .dv-contact-section {
        padding: 65px 0;
    }


    .dv-contact-title {
        font-size: 38px;

        line-height: 1.06;

        letter-spacing: -1.5px;
    }


    .dv-contact-form-box {
        padding: 25px 20px;

        border-radius: 20px;
    }


    .dv-form-bottom {
        flex-direction: column;
        align-items: flex-start;
    }


    .dv-map-box {
        min-height: 500px;

        border-radius: 20px;
    }


    .dv-location-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }


    .dv-map-phone {
        top: 15px;
        right: 15px;
    }

}


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

@media (max-width: 480px) {

    .dv-contact-section {
        padding: 55px 0;
    }


    .dv-contact-title {
        font-size: 32px;
    }


    .dv-form-top h3 {
        font-size: 20px;
    }


    .dv-map-box {
        min-height: 480px;
    }


    .dv-map-phone strong {
        font-size: 12px;
    }


    .dv-location-copy strong {
        font-size: 12px;
    }

}

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

.dv-service-form fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}

.dv-service-form .row {
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
}

.dv-input-wrap input,
.dv-input-wrap select,
.dv-input-wrap textarea {
    width: 100%;

    border:
        1px solid rgba(6, 31, 59, .10);

    outline: none;

    border-radius: 13px;

    background: #f7f9fb;

    color: var(--dv-navy);

    font-family: inherit;

    font-size: 12px;

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

.dv-input-wrap input,
.dv-input-wrap select {
    height: 52px;

    padding:
        0
        15px
        0
        43px;
}

.dv-input-wrap select {
    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;

    padding-right: 35px;
}

.dv-input-wrap textarea {
    min-height: 125px;

    padding:
        16px
        15px
        15px
        43px;

    resize: vertical;
}

.dv-input-wrap input::placeholder,
.dv-input-wrap textarea::placeholder {
    color: #9aa4ad;
}

.dv-input-wrap input:focus,
.dv-input-wrap select:focus,
.dv-input-wrap textarea:focus {
    background: #ffffff;

    border-color:
        rgba(255, 159, 10, .75);

    box-shadow:
        0 0 0 4px rgba(255, 159, 10, .08);
}

.dv-input-wrap > i {
    position: absolute;

    left: 16px;
    top: 50%;

    z-index: 2;

    transform: translateY(-50%);

    color: var(--dv-orange);

    font-size: 12px;

    pointer-events: none;
}

.dv-textarea-wrap > i {
    top: 18px;

    transform: none;
}

.dv-form-group {
    height: 100%;
}

.dv-form-group label {
    display: block;

    margin-bottom: 8px;

    color: var(--dv-navy);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .3px;
}


/* DATE FIELDS */

#service_date,
#service_day,
#service_year {
    width: 100%;
}


/* SUBJECT */

.dv-service-form .subject {
    display: block;
}


/* SUBMIT */

.dv-form-submit {
    width: 100%;
    min-height: 55px;

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

    margin-top: 7px;

    padding:
        7px
        8px
        7px
        23px;

    border: 0;

    border-radius: 30px;

    background: var(--dv-navy);

    color: #ffffff;

    cursor: pointer;

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

    letter-spacing: .5px;

    text-transform: uppercase;

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

.dv-form-submit > i {
    width: 40px;
    height: 40px;

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

    flex: 0 0 40px;

    border-radius: 50%;

    background: var(--dv-orange);

    color: #ffffff;

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

.dv-form-submit:hover {
    background: var(--dv-orange);

    transform: translateY(-2px);

    box-shadow:
        0 13px 30px rgba(255, 159, 10, .22);
}

.dv-form-submit:hover > i {
    background: #ffffff;

    color: var(--dv-navy);

    transform: translateX(3px);
}


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

@media (max-width: 767.98px) {

    .dv-contact-form-box {
        padding: 25px 20px;
    }

    .dv-input-wrap input,
    .dv-input-wrap select {
        height: 50px;
    }

    .dv-input-wrap textarea {
        min-height: 115px;
    }

}



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

.dv-faq-path {
    position: relative;
    overflow: hidden;

    padding: 120px 0;

    background: #f7f9fb;
}


/* =========================================================
   DECORATION
========================================================= */

.dv-faq-orbit {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.dv-faq-orbit-one {
    width: 330px;
    height: 330px;

    left: -190px;
    top: 100px;

    border:
        1px solid rgba(6, 31, 59, .06);

    box-shadow:
        0 0 0 45px rgba(6, 31, 59, .015),
        0 0 0 90px rgba(255, 159, 10, .018);
}

.dv-faq-orbit-two {
    width: 85px;
    height: 85px;

    right: 5%;
    bottom: 8%;

    border:
        1px solid rgba(255, 159, 10, .20);

    animation:
        dvFaqFloat 6s ease-in-out infinite;
}

@keyframes dvFaqFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }

}


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

.dv-faq-intro {
    position: sticky;
    top: 110px;

    max-width: 390px;
}


/* LABEL */

.dv-faq-label {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 18px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.dv-faq-label i {
    font-size: 13px;
}


/* TITLE */

.dv-faq-intro h2 {
    margin: 0;

    color: var(--dv-navy);

    font-size: clamp(42px, 4vw, 60px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -2.8px;
}

.dv-faq-intro h2 span {
    display: block;

    margin-top: 9px;

    color: var(--dv-orange);
}


/* SMALL DESCRIPTION */

.dv-faq-small {
    max-width: 330px;

    margin:
        25px
        0
        0;

    color: #77838d;

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   PHONE CTA
========================================================= */

.dv-faq-call {
    max-width: 330px;

    display: flex;
    align-items: center;

    gap: 11px;

    margin-top: 32px;

    padding:
        8px
        10px
        8px
        8px;

    border-radius: 50px;

    background: var(--dv-navy);

    color: #ffffff;

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

.dv-faq-call:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(6, 31, 59, .18);
}


/* PHONE ICON */

.dv-faq-call-icon {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

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

    border-radius: 50%;

    background: var(--dv-orange);

    color: #ffffff;

    font-size: 13px;
}


/* COPY */

.dv-faq-call-copy {
    flex: 1;
}

.dv-faq-call-copy small {
    display: block;

    margin-bottom: 2px;

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

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

    letter-spacing: .8px;

    text-transform: uppercase;
}

.dv-faq-call-copy strong {
    display: block;

    color: #ffffff;

    font-size: 14px;
    font-weight: 900;
}

.dv-faq-call > i {
    margin-right: 8px;

    color: var(--dv-orange);

    font-size: 11px;

    transition:
        transform .3s ease;
}

.dv-faq-call:hover > i {
    transform: translateX(4px);
}


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

.dv-faq-list {
    position: relative;

    padding-left: 25px;
}


/* VERTICAL PATH */

.dv-faq-list::before {
    content: "";

    position: absolute;

    left: 61px;
    top: 65px;
    bottom: 65px;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            var(--dv-orange),
            rgba(255, 159, 10, .15),
            var(--dv-orange)
        );
}


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

.dv-faq-item {
    position: relative;

    display: grid;

    grid-template-columns:
        75px
        1fr;

    gap: 28px;

    padding:
        0
        0
        55px;

    margin-bottom: 55px;

    border-bottom:
        1px solid rgba(6, 31, 59, .10);
}

.dv-faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: 0;
}


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

.dv-faq-number {
    position: relative;
    z-index: 3;

    width: 75px;
    height: 75px;

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

    border-radius: 50%;

    background: #f7f9fb;

    border:
        1px solid rgba(6, 31, 59, .13);

    color: transparent;

    -webkit-text-stroke:
        1px var(--dv-navy);

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

    font-weight: 900;

    transition:
        background .35s ease,
        color .35s ease,
        border-color .35s ease,
        transform .35s ease;
}


/* ORANGE DOT */

.dv-faq-number::after {
    content: "";

    position: absolute;

    right: -5px;
    bottom: 9px;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: var(--dv-orange);

    border:
        3px solid #f7f9fb;
}


.dv-faq-item:hover .dv-faq-number {
    background: var(--dv-orange);

    border-color: var(--dv-orange);

    color: #ffffff;

    -webkit-text-stroke: 0;

    transform: rotate(-5deg);
}


/* =========================================================
   QUESTION BODY
========================================================= */

.dv-faq-body {
    padding-top: 4px;
}


/* SMALL CATEGORY */

.dv-faq-top {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 13px;
}

.dv-faq-mini-icon {
    width: 29px;
    height: 29px;

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

    border-radius: 8px;

    background:
        rgba(255, 159, 10, .10);

    color: var(--dv-orange);

    font-size: 10px;
}

.dv-faq-top > span {
    color: var(--dv-orange);

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* QUESTION */

.dv-faq-body h3 {
    max-width: 680px;

    margin:
        0
        0
        16px;

    color: var(--dv-navy);

    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.12;

    font-weight: 900;

    letter-spacing: -1.1px;
}


/* ANSWER */

.dv-faq-body p {
    max-width: 720px;

    margin: 0;

    color: #717e88;

    font-size: 14px;
    line-height: 1.9;
}


/* LITTLE ORANGE LINE */

.dv-faq-body::after {
    content: "";

    display: block;

    width: 0;
    height: 2px;

    margin-top: 22px;

    background: var(--dv-orange);

    transition:
        width .5s ease;
}

.dv-faq-item:hover .dv-faq-body::after {
    width: 80px;
}


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

@media (max-width: 991.98px) {

    .dv-faq-path {
        padding: 85px 0;
    }

    .dv-faq-intro {
        position: relative;
        top: auto;

        max-width: 700px;

        margin-bottom: 35px;
    }

    .dv-faq-small {
        max-width: 550px;
    }

    .dv-faq-list {
        padding-left: 0;
    }

}


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

@media (max-width: 767.98px) {

    .dv-faq-path {
        padding: 65px 0;
    }


    .dv-faq-intro h2 {
        font-size: 38px;

        line-height: 1.05;

        letter-spacing: -1.7px;
    }


    .dv-faq-list::before {
        left: 28px;
        top: 45px;
        bottom: 45px;
    }


    .dv-faq-item {
        grid-template-columns:
            56px
            1fr;

        gap: 18px;

        margin-bottom: 40px;

        padding-bottom: 40px;
    }


    .dv-faq-number {
        width: 56px;
        height: 56px;

        font-size: 21px;
    }


    .dv-faq-number::after {
        width: 10px;
        height: 10px;

        right: -4px;
        bottom: 6px;
    }


    .dv-faq-body h3 {
        font-size: 24px;
    }


    .dv-faq-body p {
        font-size: 13px;

        line-height: 1.8;
    }

}


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

@media (max-width: 480px) {

    .dv-faq-path {
        padding: 55px 0;
    }


    .dv-faq-intro h2 {
        font-size: 32px;
    }


    .dv-faq-small {
        font-size: 12px;
    }


    .dv-faq-item {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .dv-faq-list::before {
        display: none;
    }


    .dv-faq-number {
        width: 50px;
        height: 50px;

        font-size: 18px;
    }


    .dv-faq-body h3 {
        font-size: 22px;
    }


    .dv-faq-call {
        max-width: 100%;
    }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

    .dv-faq-orbit-two {
        animation: none;
    }

}

/* =========================================================
   FOOTER
========================================================= */

.dv-footer {
    position: relative;
    overflow: hidden;

    padding: 75px 0 20px;

    background: var(--dv-navy);

    color: #ffffff;
}


/* subtle decoration */

.dv-footer::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    left: -180px;
    bottom: -210px;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,.04);

    box-shadow:
        0 0 0 50px rgba(255,255,255,.012),
        0 0 0 100px rgba(255,159,10,.018);

    pointer-events: none;
}


.dv-footer-main {
    position: relative;
    z-index: 2;

    padding-bottom: 50px;
}


/* =========================================================
   BRAND
========================================================= */

.dv-footer-brand {
    display: inline-flex;
    align-items: center;

    gap: 13px;

    color: #ffffff;

    text-decoration: none;
}


.dv-footer-brand-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

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

    border-radius: 50%;

    background: var(--dv-orange);

    color: #ffffff;

    font-size: 18px;
}


.dv-footer-brand strong {
    display: block;

    color: #ffffff;

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

    font-weight: 900;
}


.dv-footer-brand small {
    display: block;

    margin-top: 4px;

    color: var(--dv-orange);

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

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.dv-footer-brand-area > p {
    max-width: 350px;

    margin:
        23px
        0
        25px;

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

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


/* =========================================================
   FREE ESTIMATE
========================================================= */

.dv-footer-estimate {
    display: inline-flex;
    align-items: center;

    gap: 15px;

    padding:
        12px
        18px;

    border-radius: 30px;

    background: var(--dv-orange);

    color: #ffffff;

    text-decoration: none;

    font-size: 10px;
    font-weight: 900;

    text-transform: uppercase;

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


.dv-footer-estimate:hover {
    background: #ffffff;

    color: var(--dv-navy);

    transform: translateY(-3px);
}


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

.dv-footer-heading {
    position: relative;

    display: block;

    margin-bottom: 25px;

    padding-bottom: 13px;

    color: #ffffff;

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

    letter-spacing: .7px;

    text-transform: uppercase;
}


.dv-footer-heading::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 35px;
    height: 2px;

    border-radius: 10px;

    background: var(--dv-orange);
}


/* =========================================================
   QUICK LINKS
========================================================= */

.dv-footer-nav {
    display: flex;
    flex-direction: column;

    gap: 14px;
}


.dv-footer-nav a {
    position: relative;

    display: flex;
    align-items: center;

    gap: 9px;

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

    text-decoration: none;

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

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


.dv-footer-nav a::before {
    content: "";

    width: 5px;
    height: 5px;

    flex: 0 0 5px;

    border-radius: 50%;

    background: var(--dv-orange);
}


.dv-footer-nav a:hover {
    color: #ffffff;

    transform: translateX(4px);
}


/* =========================================================
   CONTACT INFO
========================================================= */

.dv-footer-info {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 15px;

    color: #ffffff;

    text-decoration: none;
}


.dv-footer-info-icon {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

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

    border-radius: 50%;

    background:
        rgba(255,159,10,.10);

    border:
        1px solid rgba(255,159,10,.13);

    color: var(--dv-orange);

    font-size: 11px;

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


a.dv-footer-info:hover
.dv-footer-info-icon {

    background: var(--dv-orange);

    color: #ffffff;

    transform: scale(1.06);
}


.dv-footer-info small {
    display: block;

    margin-bottom: 3px;

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

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

    letter-spacing: 1px;

    text-transform: uppercase;
}


.dv-footer-info strong {
    display: block;

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

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

    font-weight: 700;

    word-break: break-word;

    transition:
        color .3s ease;
}


a.dv-footer-info:hover strong {
    color: var(--dv-orange);
}


/* =========================================================
   PHONE NUMBERS
========================================================= */

.dv-footer-phones {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;
}


.dv-footer-phones a {
    color: #ffffff;

    text-decoration: none;

    font-size: 13px;
    font-weight: 900;

    transition:
        color .3s ease;
}


.dv-footer-phones a:hover {
    color: var(--dv-orange);
}


.dv-footer-phones > span {
    color:
        rgba(255,255,255,.25);

    font-size: 10px;
}


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

.dv-footer-bottom {
    position: relative;
    z-index: 2;

    min-height: 55px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding-top: 18px;

    border-top:
        1px solid rgba(255,255,255,.08);
}


.dv-footer-bottom p {
    margin: 0;

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

    font-size: 9px;
}


.dv-footer-bottom > span {
    color:
        rgba(255,255,255,.28);

    font-size: 8px;

    letter-spacing: .5px;
}


.dv-footer-bottom-dot {
    width: 4px;
    height: 4px;

    flex: 0 0 4px;

    border-radius: 50%;

    background: var(--dv-orange);
}


/* =========================================================
   BACK TO TOP
========================================================= */

.dv-footer-up {
    width: 36px;
    height: 36px;

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

    margin-left: auto;

    border:
        1px solid rgba(255,255,255,.14);

    border-radius: 50%;

    color: var(--dv-orange);

    text-decoration: none;

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


.dv-footer-up:hover {
    background: var(--dv-orange);

    color: #ffffff;

    transform: translateY(-3px);
}


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

@media (max-width: 991.98px) {

    .dv-footer {
        padding-top: 60px;
    }

}


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

@media (max-width: 767.98px) {

    .dv-footer {
        padding:
            50px
            0
            18px;
    }


    .dv-footer-main {
        padding-bottom: 35px;
    }


    .dv-footer-heading {
        margin-bottom: 18px;
    }


    .dv-footer-brand-area > p {
        max-width: 100%;
    }


    .dv-footer-info {
        align-items: flex-start;
    }


    .dv-footer-info-icon {
        margin-top: 1px;
    }


    .dv-footer-bottom {
        flex-wrap: wrap;

        gap: 8px 12px;
    }


    .dv-footer-bottom > span {
        width: 100%;

        order: 3;
    }


    .dv-footer-bottom-dot {
        display: none;
    }

}


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

@media (max-width: 480px) {

    .dv-footer-brand strong {
        font-size: 15px;
    }


    .dv-footer-phones {
        align-items: flex-start;
        flex-direction: column;

        gap: 4px;
    }


    .dv-footer-phones > span {
        display: none;
    }


    .dv-footer-phones a {
        font-size: 14px;
    }


    .dv-footer-info strong {
        font-size: 10px;
    }


    .dv-footer-estimate {
        width: 100%;

        justify-content: space-between;
    }

}


/* clickable footer information */

.dv-footer-hyperlink {
    display: inline-block;

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

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

    font-weight: 700;

    text-decoration: none;

    word-break: break-word;

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


.dv-footer-hyperlink:hover {
    color: var(--dv-orange);
}


/* phone slightly clearer */

.dv-footer-phone-link {
    color: #ffffff;

    font-size: 14px;
    font-weight: 900;
}


/* little underline animation */

.dv-footer-hyperlink::after {
    content: "";

    display: block;

    width: 0;
    height: 1px;

    margin-top: 2px;

    background: var(--dv-orange);

    transition: width .3s ease;
}


.dv-footer-hyperlink:hover::after {
    width: 100%;
}


/* MOBILE */

@media (max-width: 480px) {

    .dv-footer-hyperlink {
        font-size: 10px;
    }

    .dv-footer-phone-link {
        font-size: 14px;
    }

}


/* =========================================================
   GOOD REVIEWS SECTION
========================================================= */

.dv-reviews-section {
    position: relative;
    overflow: hidden;

    padding: 115px 0;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(255, 159, 10, .08),
            transparent 22%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(6, 31, 59, .07),
            transparent 24%
        ),
        #f8fafc;
}


/* =========================================================
   BUBBLES
========================================================= */

.dv-review-bubble {
    position: absolute;

    display: block;

    border-radius: 50%;

    border:
        1px solid rgba(255, 159, 10, .16);

    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 159, 10, .10),
            rgba(255, 159, 10, .03),
            transparent 70%
        );

    pointer-events: none;

    animation:
        dvReviewBubble 7s ease-in-out infinite;
}


.dv-review-bubble-1 {
    width: 90px;
    height: 90px;

    left: 4%;
    top: 15%;
}


.dv-review-bubble-2 {
    width: 35px;
    height: 35px;

    left: 18%;
    top: 60%;

    animation-delay: 1s;
}


.dv-review-bubble-3 {
    width: 120px;
    height: 120px;

    right: 4%;
    top: 10%;

    animation-delay: 2s;
}


.dv-review-bubble-4 {
    width: 55px;
    height: 55px;

    right: 17%;
    bottom: 13%;

    animation-delay: 1.5s;
}


.dv-review-bubble-5 {
    width: 22px;
    height: 22px;

    left: 45%;
    top: 18%;

    animation-delay: 2.5s;
}


.dv-review-bubble-6 {
    width: 75px;
    height: 75px;

    left: 2%;
    bottom: 7%;

    animation-delay: 3s;
}


.dv-review-bubble-7 {
    width: 44px;
    height: 44px;

    right: 35%;
    top: 35%;

    animation-delay: .8s;
}


.dv-review-bubble-8 {
    width: 28px;
    height: 28px;

    right: 8%;
    top: 55%;

    animation-delay: 2.2s;
}


@keyframes dvReviewBubble {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-14px) scale(1.04);
    }

}


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

.dv-reviews-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 16px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


.dv-reviews-label span {
    width: 28px;
    height: 2px;

    background: var(--dv-orange);
}


.dv-reviews-title {
    max-width: 760px;

    margin:
        0
        auto
        18px;

    color: var(--dv-navy);

    font-size: clamp(42px, 4.5vw, 62px);
    line-height: 1;

    font-weight: 900;

    letter-spacing: -2.6px;
}


.dv-reviews-intro {
    max-width: 650px;

    margin: auto;

    color: #73808b;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   STAGE
========================================================= */

.dv-review-stage {
    position: relative;

    min-height: 620px;

    margin-top: 45px;
}


/* =========================================================
   MAIN REVIEW
========================================================= */

.dv-review-main {
    position: absolute;

    left: 50%;
    top: 50%;

    z-index: 5;

    width: 470px;

    padding: 30px;

    border-radius: 26px;

    background: var(--dv-navy);

    color: #ffffff;

    transform:
        translate(-50%, -50%);

    box-shadow:
        0 28px 65px rgba(6,31,59,.22);

    animation:
        dvReviewMainFloat 5s ease-in-out infinite;
}


@keyframes dvReviewMainFloat {

    0%,
    100% {
        transform:
            translate(-50%, -50%)
            translateY(0);
    }

    50% {
        transform:
            translate(-50%, -50%)
            translateY(-7px);
    }

}


.dv-review-main-top {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 22px;
}


.dv-review-avatar {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

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

    border-radius: 50%;

    background: var(--dv-orange);

    color: #ffffff;

    font-size: 17px;
}


.dv-review-main-top strong {
    display: block;

    margin-bottom: 5px;

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


.dv-review-stars {
    display: flex;

    gap: 3px;

    color: var(--dv-orange);

    font-size: 11px;
}


.dv-review-main > p {
    margin: 0;

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

    font-size: 14px;
    line-height: 1.85;
}


.dv-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: 25px;

    padding-top: 19px;

    border-top:
        1px solid rgba(255,255,255,.10);
}


.dv-review-footer span {
    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .7px;

    text-transform: uppercase;
}


.dv-review-footer small {
    color:
        rgba(255,255,255,.42);

    font-size: 9px;
}


/* =========================================================
   MINI REVIEWS
========================================================= */

.dv-review-mini {
    position: absolute;

    z-index: 3;

    width: 250px;

    padding: 20px;

    border-radius: 20px;

    background: rgba(255,255,255,.94);

    border:
        1px solid rgba(6,31,59,.08);

    box-shadow:
        0 20px 45px rgba(6,31,59,.09);

    backdrop-filter: blur(8px);

    animation:
        dvMiniReviewFloat 6s ease-in-out infinite;
}


.dv-review-mini-1 {
    left: 4%;
    top: 9%;
}


.dv-review-mini-2 {
    right: 4%;
    top: 12%;

    animation-delay: 1s;
}


.dv-review-mini-3 {
    left: 8%;
    bottom: 8%;

    animation-delay: 2s;
}


.dv-review-mini-4 {
    right: 8%;
    bottom: 10%;

    animation-delay: 1.5s;
}


@keyframes dvMiniReviewFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


.dv-review-mini-stars {
    margin-bottom: 10px;

    color: var(--dv-orange);

    font-size: 13px;

    letter-spacing: 2px;
}


.dv-review-mini p {
    margin:
        0
        0
        12px;

    color: var(--dv-navy);

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

    font-weight: 800;
}


.dv-review-mini span {
    display: inline-flex;

    padding:
        6px
        10px;

    border-radius: 20px;

    background:
        rgba(255,159,10,.09);

    color: var(--dv-orange);

    font-size: 8px;
    font-weight: 900;

    letter-spacing: .7px;

    text-transform: uppercase;
}


/* =========================================================
   REVIEW SCORE
========================================================= */

.dv-review-score {
    position: absolute;

    left: 50%;
    bottom: 0;

    z-index: 6;

    display: flex;
    align-items: center;

    gap: 14px;

    padding:
        11px
        18px;

    border-radius: 40px;

    background: #ffffff;

    border:
        1px solid rgba(6,31,59,.08);

    box-shadow:
        0 15px 35px rgba(6,31,59,.10);

    transform: translateX(-50%);
}


.dv-review-score > strong {
    color: var(--dv-navy);

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

    font-weight: 900;
}


.dv-review-score span {
    display: block;

    color: var(--dv-orange);

    font-size: 11px;

    letter-spacing: 2px;
}


.dv-review-score small {
    display: block;

    margin-top: 2px;

    color: #7b8791;

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


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

@media (max-width: 991.98px) {

    .dv-reviews-section {
        padding: 85px 0;
    }


    .dv-review-stage {
        min-height: auto;

        display: grid;

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

        gap: 20px;
    }


    .dv-review-main,
    .dv-review-mini,
    .dv-review-score {
        position: relative;

        left: auto;
        right: auto;
        top: auto;
        bottom: auto;

        width: auto;

        transform: none;

        animation: none;
    }


    .dv-review-main {
        grid-column:
            1 / -1;

        max-width: 650px;

        margin: auto;
    }


    .dv-review-score {
        grid-column:
            1 / -1;

        justify-content: center;

        width: fit-content;

        margin: auto;
    }

}


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

@media (max-width: 767.98px) {

    .dv-reviews-section {
        padding: 65px 0;
    }


    .dv-reviews-title {
        font-size: 38px;

        line-height: 1.05;

        letter-spacing: -1.6px;
    }


    .dv-review-stage {
        grid-template-columns: 1fr;
    }


    .dv-review-main {
        padding: 25px 22px;
    }


    .dv-review-main,
    .dv-review-score {
        grid-column: auto;
    }

}


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

@media (max-width: 480px) {

    .dv-reviews-section {
        padding: 55px 0;
    }


    .dv-reviews-title {
        font-size: 32px;
    }


    .dv-review-main > p {
        font-size: 13px;
    }


    .dv-review-mini {
        padding: 18px;
    }


    .dv-review-score {
        width: 100%;

        justify-content: center;
    }

}

/* =========================================================
   BEFORE & AFTER
========================================================= */

.dv-before-after {
    padding: 100px 0;

    background: #f7f9fb;
}


/* LABEL */

.dv-ba-label {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 14px;

    color: var(--dv-orange);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.dv-ba-label i {
    font-size: 11px;
}


/* TITLE */

.dv-ba-title {
    max-width: 720px;

    margin:
        0
        auto
        17px;

    color: var(--dv-navy);

    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -2px;
}


/* INTRO */

.dv-ba-intro {
    max-width: 630px;

    margin: 0 auto;

    color: #77838d;

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   ROW
========================================================= */

.dv-ba-row {
    margin-top: 45px;
}


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

.dv-ba-item {
    height: 100%;

    margin: 0;

    overflow: hidden;

    border:
        1px solid rgba(6, 31, 59, .08);

    border-radius: 20px;

    background: #ffffff;
}


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

.dv-ba-image {
    position: relative;

    height: 360px;

    overflow: hidden;
}


.dv-ba-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


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

.dv-ba-badge {
    position: absolute;

    left: 18px;
    top: 18px;

    min-width: 80px;

    padding:
        9px
        15px;

    border-radius: 30px;

    color: #ffffff;

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 1px;

    text-align: center;
    text-transform: uppercase;
}


.dv-ba-before {
    background: var(--dv-navy);
}


.dv-ba-after {
    background: var(--dv-orange);
}


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

.dv-ba-item figcaption {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    padding: 22px;
}


.dv-ba-icon {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

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

    border-radius: 50%;

    background:
        rgba(255, 159, 10, .10);

    color: var(--dv-orange);

    font-size: 11px;
}


.dv-ba-item h3 {
    margin:
        0
        0
        6px;

    color: var(--dv-navy);

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


.dv-ba-item figcaption p {
    margin: 0;

    color: #7b8790;

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


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

@media (max-width: 991.98px) {

    .dv-before-after {
        padding: 75px 0;
    }


    .dv-ba-image {
        height: 300px;
    }

}


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

@media (max-width: 767.98px) {

    .dv-before-after {
        padding: 60px 0;
    }


    .dv-ba-title {
        font-size: 34px;

        letter-spacing: -1.4px;
    }


    .dv-ba-row {
        margin-top: 32px;
    }


    .dv-ba-image {
        height: 280px;
    }

}


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

@media (max-width: 480px) {

    .dv-ba-title {
        font-size: 30px;
    }


    .dv-ba-image {
        height: 245px;
    }


    .dv-ba-item figcaption {
        padding: 18px;
    }

}

/* =========================================================
   LOCATION MARQUEE
========================================================= */

.dv-location-marquee {
    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 22px 0;

    background: var(--dv-navy);

    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}


/* subtle texture */

.dv-location-marquee::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(255,159,10,.08),
            transparent 20%
        ),
        radial-gradient(
            circle at 80% 50%,
            rgba(255,255,255,.035),
            transparent 20%
        );

    pointer-events: none;
}


/* =========================================================
   TRACK
========================================================= */

.dv-location-marquee-track {
    position: relative;
    z-index: 2;

    display: flex;

    width: max-content;

    animation:
        dvLocationMarquee 32s linear infinite;
}


/* pause on hover */

.dv-location-marquee:hover
.dv-location-marquee-track {
    animation-play-state: paused;
}


/* =========================================================
   GROUP
========================================================= */

.dv-location-marquee-group {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    gap: 28px;

    padding-right: 28px;

    white-space: nowrap;
}


.dv-location-marquee-group > span {
    display: inline-flex;
    align-items: center;

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

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

    letter-spacing: .2px;
}


/* =========================================================
   MAIN LOCATION
========================================================= */

.dv-location-marquee-group
.dv-location-main {
    gap: 9px;

    color: #ffffff;

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


.dv-location-main i {
    color: var(--dv-orange);

    font-size: 14px;
}


/* =========================================================
   ORANGE STARS
========================================================= */

.dv-location-marquee-group
.dv-location-star {
    color: var(--dv-orange);

    font-size: 13px;

    opacity: 1;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes dvLocationMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


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

@media (max-width: 767.98px) {

    .dv-location-marquee {
        padding: 17px 0;
    }


    .dv-location-marquee-group {
        gap: 20px;

        padding-right: 20px;
    }


    .dv-location-marquee-group > span {
        font-size: 12px;
    }


    .dv-location-marquee-group
    .dv-location-main {
        font-size: 13px;
    }


    .dv-location-marquee-track {
        animation-duration: 25s;
    }

}


/* accessibility */

@media (prefers-reduced-motion: reduce) {

    .dv-location-marquee-track {
        animation: none;
    }

}


   /* RESET */
*, *::before, *::after {
    box-sizing: border-box;
}

/* FORM WRAPPER */
form.CUS {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: system-ui, sans-serif;
}

/* FLEX FIELDSET */
form.CUS fieldset {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin: 0;
}

/* BASE BLOCK STYLE */
form.CUS fieldset > p {
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

/* Universal input/select styling */
form.CUS input,
form.CUS select,
form.CUS textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 33.333%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 33.333%;
}

/* ===============================
   SERVICE NEEDED TEXTAREA
=============================== */
form.CUS fieldset > p:nth-of-type(7) {
    width: 100%;
}

/* ===============================
   SERVICE DATE (Month, Day, Year)
   ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢ ALL 3 IN ONE ROW
=============================== */

/* Make the 8th <p> (Service Date block) a flex row */
form.CUS fieldset > p:nth-of-type(8) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
}

/* Month, Day, Year = 3 equal flex columns */
form.CUS fieldset > p:nth-of-type(8) select#service_date,
form.CUS fieldset > p:nth-of-type(8) select#service_day,
form.CUS fieldset > p:nth-of-type(8) input#service_year {
    flex: 1 1 0;
    width: auto;          /* flex handles width */
    margin-top: 6px;
}

/* ===============================
   SERVICE TIME (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(9) {
    width: 100%;
}

/* ===============================
   SUBMIT BUTTON (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(10) {
    width: 100%;
}

form.CUS input[type="submit"] {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

form.CUS input[type="submit"]:hover {
    background: #ff9f00;
}

/* Hide honeypot */
form.CUS input.subject {
    display: none;
}

/* ===============================
   MOBILE RESPONSIVE (stack fields)
=============================== */
@media (max-width: 600px) {

    form.CUS fieldset > p {
        width: 100%;
        padding: 6px 0;
    }

    /* Month, Day, Year full width stacked on mobile */
    form.CUS fieldset > p:nth-of-type(8) {
        flex-direction: column;
        gap: 6px;
    }

    form.CUS fieldset > p:nth-of-type(8) select#service_date,
    form.CUS fieldset > p:nth-of-type(8) select#service_day,
    form.CUS fieldset > p:nth-of-type(8) input#service_year {
        flex: none;
        width: 100% !important;
    }
/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 100%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 100%;
}
}