@font-face {
    font-family: Inter;
    src: url('assets/inter-regular.woff2')
}

@font-face {
    font-family: Inter;
    src: url('assets/inter-extrabold.woff2');
    font-weight: 800
}

* {
    box-sizing: border-box
}
    :root { --ink: #202124; --blue: #1029db; --canvas: #f2f5fd; }
    :root { --ink: #070707; --mint: #e3ecfd; --green: #10306c; --edge: #d9e2e9; }
    :root { --navy: #0d2134; --white: #f9fbff; --aqua: #74ffe1; --rule: #597083; }

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    color: #202a33 ;
    line-height: 1.65
}

p {
    color: #4d6074;
    font-size: 18px;
}

.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #edf0f4
}

.navbar {
    min-height: 70px
}

.navbar-brand,
.footer-brand {
    font-size: 24px;
    font-weight: 800;
    color: #0a3070;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px
}

.brand-mark {
    color: #0752d8;
    font-size: 24px;
    display: inline-flex;
    transform: rotate(-22deg)
}

.nav-link {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #202a33 !important;
    letter-spacing: 0
}

.nav-link i,
.mobile-menu i {
    font-size: 7px
}

.phone {
    border-left: 1px solid #edf0f4;
    padding-left: 22px
}

.phone a {
    display: block;
    color: #17202a;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2
}

.phone span {
    display: block;
    font-weight: 400;
    margin-top: 2px
}

.icon-link {
    border-left: 1px solid #edf0f4
}

.icon-link .btn {
    font-size: 19px
}

.buy-btn {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 800;
    margin-left: 40px;
    background: #0a3070;
    color: #fff;
    letter-spacing: 1px;
    border: #0a3070;
}

.hero {
    padding: 150px 0 86px;
    min-height: 690px;
    overflow: hidden
}

.hero h1,
h2 {
    font-size: 48px;
    line-height: 1.32;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 800;
    margin: 12px 0 22px
}

.drop-icon {
    display: inline-block;
    color: #0a3070;
    font-size: 32px;
    line-height: 1
}

.dotted-btn {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 15px 28px;
    border: 0;
    background-color: #0a3070;
    background-image: radial-gradient(rgba(255, 255, 255, .2) .7px, transparent .7px);
    background-size: 4px 4px
}
.dotted-btn:hover {
    background-color: #061f49;
}


.dotted-btn-outline {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 15px 28px;
    color: #0a3070;
    border: 1px solid #0a3070;
    background-color: #fff;
    background-image: radial-gradient(rgba(255, 255, 255, .2) .7px, transparent .7px);
    background-size: 4px 4px
}
.dotted-btn-outline:hover {
    background-color: #061f49;
    color: #fff;
}

.ratng-text {
    color: #000000;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 20px;
}

.hero-art {
    position: relative
}

.hero-art:before {
    content: 'CAR';
    position: absolute;
    font-size: 130px;
    font-weight: 800;
    color: #111;
    opacity: .045;
    left: 2%;
    top: 25%;
    z-index: 0
}

.hero-art:after {
    content: 'WASH';
    position: absolute;
    font-size: 130px;
    font-weight: 800;
    color: #0a3070;
    opacity: .64;
    right: 2%;
    bottom: 12%;
    z-index: 0
}

.hero-art img {
    position: relative;
    z-index: 1;
    width: 100%;
    filter: drop-shadow(0 13px 10px rgba(0, 0, 0, .12))
}

.about {
    padding: 100px 0
}

.about-image {
    width: 100%;
    max-width: 470px;
    display: block;
    margin: auto
}

.about-copy {
    max-width: 520px
}

.about-copy h2 {
    font-size: 35px
}

.about-copy p {
    font-size: 14px;
    margin-bottom: 17px
}

.why-us {
    padding: 70px 0;
}

.why-us__eyebrow {
        color: var(--green);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #c5c5c5;
    padding: 7px 14px;
    border-radius: 20px;
}

.why-us__eyebrow .spinner-grow {
    margin-right: 5px;
    height: 12px;
    width: 12px;
    color: #0000ff61;
}

.why-us h2 {
    margin: 20px 0 10px;
    font-size: clamp(28px, 3.35vw, 36px)
}

.why-us__stats {
    margin-top: 42px;
}

.stat-card {
    position: relative;
    min-height: 114px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px 24px;
    border: 1px solid var(--edge);
    border-radius: 24px;
    background: linear-gradient(100deg, #fbfffd 0%, var(--mint) 100%);
}

.stat-card::after {
    content: '';
    position: absolute;
    width: 158px;
    height: 70px;
    right: -10px;
    bottom: -16px;
    opacity: .5;
    background-image: radial-gradient(#55daa3 1.2px, transparent 1.2px);
    background-size: 13px 13px;
}

.stat-card__icon {
    z-index: 1;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d2dff7;
    color: var(--green);
    font-size: 18px;
}

.stat-card__content {
    z-index: 1;
}

.stat-card__number {
    margin: 0;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    color: #0d2134;
}

.stat-card__number em {
    color: var(--green);
    font-style: normal;
}

.stat-card__label {
    margin: 5px 0 0;
    color: #506176;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .why-us {
        padding: 60px 0;
    }

    .why-us__stats {
        margin-top: 34px;
    }

    .stat-card {
        min-height: 108px;
    }
}

@media (max-width: 575.98px) {
    .why-us {
        padding: 50px 0;
    }

    .why-us__intro {
        font-size: 16px;
    }

    .why-us__stats {
        margin-top: 28px;
    }

    .stat-card {
        border-radius: 20px;
        padding: 19px;
    }
}

.text-link {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800
}

.text-link i {
    margin-left: 8px;
    color: #176bf2
}

.agents {
    padding: 70px 0;
    background: #10306c;
    color: #fff
}

.agents h2 {
    margin: 20px 0 10px;
    font-size: clamp(28px, 3.35vw, 36px);
}

.agents p {
    color: #c7cbd0
}

.agents ul {
    padding: 0;
}

.agents ul li {
    list-style: none;
    padding-bottom: 10px;
}

.agents ul li i {
    color: red;
    font-size: 20px;
}

.agents img {
    max-height: 410px;
    width: 100%;
    object-fit: contain;
}

.eyebrow {
    color: #71a7ff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase
}

.blue-btn {
    border-radius: 25px;
    background: #347df3;
    border: 0;
    padding: 13px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800
}

.counter-box {
    margin: 0 20px;
    margin-top: -70px;
}

.counter-box  .counter-boxRow{
    background: #10306c;
    border: 1px solid;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 0px gray;
    color: #fff;
    text-align: center;
}

.counter-box .counter-content {
    padding: 30px 0;
}

.counter-box .counter-content h3 {
    font-weight: 900;
    font-family: "Dynalight", cursive;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 50px;
}

.counter-box .counter-content p{
    font-weight: 600;
}

.faq {
    padding-top: 70px;
    padding-bottom: 140px;
    background: #f5f8fc;
}

.faq .card {
    margin-bottom: 20px;
    border-radius: 20px;
}

.faq .card .card-header {
    border-bottom: none !important;
}

.faq .card .card-header a {
    font-weight: 600;
    text-align: left;
}

.app-download {
    margin: 70px 0;
}

.app-download__panel {
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    min-height: 540px;
    margin: 0 auto;
    padding: 120px 69px 54px;
    border-radius: 10px;
    background: var(--canvas);
    border-bottom: 5px solid #0a3070;
}

.app-download__panel::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -130px;
    width: 430px;
    height: 780px;
    background: repeating-linear-gradient(38deg, rgba(255, 255, 255, .42) 0 14px, transparent 14px 28px);
    transform: skewX(-12deg);
}

.app-download__copy {
    position: relative;
    z-index: 2;
    max-width: 550px;
}

.app-download__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #67748c;
    font-size: 20px;
    font-weight: 700;
}

.app-download h2 {
    margin: 20px 0 10px;
    font-size: clamp(28px, 3.35vw, 36px);
}

.app-download__text {
    margin-bottom: 30px;
    color: #10306c;
}

.app-download__text span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    border: 1px solid #cbcbcb;
    padding: 5px 10px;
    border-radius: 20px;
}

.store-links {
    display: flex;
    gap: 17px;
    margin-top: 20px;
}

.store-badge {
    min-width: 201px;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 15px;
    border-radius: 7px;
    background: #050505;
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease;
}

.store-badge:hover {
    color: #fff;
    transform: translateY(-2px);
}

.store-badge i {
    font-size: 31px;
    line-height: 1;
}

.store-badge__small {
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.05;
}

.store-badge__large {
    display: block;
    margin-top: 2px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.hand-arrow {
    position: absolute;
    z-index: 2;
    left: 480px;
    bottom: 0px;
    width: 170px;
    mix-blend-mode: multiply;
}

.phone-preview {
    position: absolute;
    z-index: 2;
    right: 100px;
    bottom: 0;
    width: 425px;
    max-width: 45%;
}

@media (max-width: 991.98px) {
    .app-download__panel {
        min-height: 800px;
        padding: 65px 48px 0;
    }

    .phone-preview {
        right: 50%;
        width: 400px;
        max-width: 72%;
        transform: translateX(50%);
    }

    .hand-arrow {
        left: auto;
        right: 57%;
        bottom: 250px;
    }
}

@media (max-width: 575.98px) {
    
    .app-download__panel {
        min-height: 850px;
        padding: 50px 26px 0;
        border-radius: 8px;
    }

    .app-download__eyebrow {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .app-download h2 {
        margin-bottom: 18px;
        font-size: 33px;
    }

    .app-download__text {
        font-size: 14px;
    }

    .store-links {
        gap: 9px;
        margin-top: 27px;
    }

    .store-badge {
        min-width: 0;
        height: 50px;
        flex: 1;
        padding: 7px 9px;
        gap: 7px;
    }

    .store-badge i {
        font-size: 24px;
    }

    .store-badge__small {
        font-size: 8px;
    }

    .store-badge__large {
        font-size: 16px;
    }

    .phone-preview {
        width: 300px;
        max-width: 92%;
    }

    .hand-arrow {
        right: -3%;
        bottom: 340px;
        width: 95px;
        rotate: -65deg;
    }
}

.services {
    padding: 70px 0;
    background: #f5f8fc;
}

.services h2 {
    margin: 20px 0 10px;
    font-size: clamp(28px, 3.35vw, 36px);
}

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

    gap: 10px;

    max-width: 1250px;
    margin: 20px auto 0;
}

.Features_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 7px 15px;

    border: 1px solid #c8cdd4;
    border-radius: 30px;

    background: #f8fafc;

    color: #0d376f;

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

    line-height: 1;

    white-space: nowrap;

    transition: all 0.25s ease;
}

.Features_box i {
    font-size: 14px;
    line-height: 1;
}

.Features_box:hover {
    background: #0d376f;
    border-color: #0d376f;
    color: #ffffff;
    transform: translateY(-2px);
}
@media (max-width: 768px) {

    .features-wrapper {
        gap: 7px;
        padding: 0 10px;
    }

    .Features_box {
        font-size: 12px;
        padding: 7px 12px;
    }

}

.section-intro {
    margin: 0 auto 48px
}

.section-intro h2 {
    margin: 20px 0 10px;
    font-size: clamp(28px, 3.35vw, 36px);
}




.video-banner {
    min-height: 470px;
    background: url('assets/video-bg.png') center/cover no-repeat
}

.video-shade {
    min-height: 470px;
    background: rgba(8, 16, 25, .4);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.play-button {
    height: 75px;
    width: 75px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #176bf2;
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 15px
}

.video-shade span {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0
}

.video-shade p {
    margin: 2px
}

 .how-it-works {
     padding: 70px 0;
    background: #10306c;
    color: #fff;
 }

 .how-it-works__eyebrow {
     color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #c5c5c5;
    padding: 7px 14px;
    border-radius: 20px;
 }

 .how-it-works__eyebrow .spinner-grow {
    margin-right: 5px;
    height: 12px;
    width: 12px;
    color: #a2a2b561;
}

 .how-it-works h2 {
     margin: 20px 0 25px;
     font-size: clamp(28px, 3.35vw, 36px);
 }

 .steps {
     --bs-gutter-x: 14px;
 }

 .step {
     min-height: 145px;
     padding-top: 15px;
     border-top: 1px solid var(--rule);
 }

 .step__number {
     display: block;
     margin-bottom: 15px;
     color: #bdbdbd;
     font-size: 15px;
     font-weight: 800;
 }

 .step h3 {
     margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
 }

 .step p {
     margin: 0;
     color: #f1f5f9;
     font-size: 14px;
     font-weight: 500;
     line-height: 1.55;
 }

 @media (max-width: 767.98px) {
     .how-it-works {
         padding: 50px 0px;
     }

     .steps {
         row-gap: 8px;
     }

     .step {
         min-height: 0;
         padding: 16px 0 21px;
     }
 }

.pricing {
    padding: 70px 0;
}

.price-card {
    height: 100%;
    padding-top: 35px;
    border: 1px solid #e4e8ed;
    background: white;
    border-radius: 20px;
}

.price-card.featured {
    border-top: 4px solid #02235a;
    box-shadow: 0 20px 40px rgba(19, 58, 103, .12)
}

.price-card p {
    font-size: 14px;
}

.price-card a {
    color: #050505;
    text-decoration: none;
}

.price-card h3 {
    font-size: 22px;
    font-weight: 800;
    min-height: 50px;
    color: #02235a;
}

.price-card ul {
    padding: 0;
}

.price-card ul li {
    list-style: none;
    padding-bottom: 10px;
    color: #4d6074;
    font-size: 14px;
}

.price-card ul li i {
    color: #02235a;
    padding-right: 5px;
}

.price-box {
    display: flex;
    margin-top: 30px;
    cursor: pointer;
}

.price {
    font-weight: 800;
    color: #02235a;
    font-size: 20px;
    line-height: 1;
    flex: 1;
    padding: 10px;
    border-top: 1px solid #e4e8ed;
    border-left: 1px solid #e4e8ed;
}
.price small {
    font-weight: 500;
    color: #717276;
    font-size: 10px;
}

.price p {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: 400;
}


.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #176bf2
}

.cta {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 110px 0 150px;
    background: linear-gradient(rgb(0 28 62 / 91%), rgba(4, 8, 13, .70)), url('assets/video-bg.png') center/cover no-repeat;
    color: #fff
}

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

.cta h2 {
    margin: 20px 0 10px;
    font-size: clamp(28px, 3.35vw, 36px);
}

.cta p {
    margin: 0 auto 37px;
    font-size: 18px;
    color: #fff;
}

.cta .why-us__eyebrow {
    color: #fff;
}

.mobile-menu {
    height: 625px;
    background: #fff
}

.mobile-menu .offcanvas-header {
    padding: 12px 24px
}

.mobile-menu .btn-close {
    margin: 0;
    background-size: 14px
}

.menu-spacer {
    width: 14px
}

.mobile-menu .offcanvas-body {
    padding: 15px 31px
}

.search-input {
    border: 0;
    border-radius: 22px;
    background: #f3f4f5;
    font-size: 14px;
    padding: 11px 18px
}

.menu-phone {
    font-size: 13px;
    margin: 27px 0
}

.mobile-menu .navbar-nav li {
    border-top: 1px solid #edf0f4
}

.mobile-menu .navbar-nav a {
    display: block;
    color: #21303b;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 21px 0
}

.offcanvas.offcanvas-top {
    height: auto !important;
}

.inner-header {
    padding: 140px 0 70px;
    background: #02235a;
    color: #fff;
    position: relative;
    z-index: 1;
}

.inner-header h1 {
    font-weight: 800;
}

.inner-header p a {
    color: #e1e1e1;
    font-size: 16px;
    text-decoration: none;
}

.pageBody {
    padding: 70px 0;
}

footer {
    background: #eff7ff;
    color: #0a3070
}

footer p,
footer a,
footer small {
    color: #163654;
    font-size: 14px
}


footer a {
    text-decoration: none;
    margin: 8px 0
}

footer h4 {
    color: #0a3070;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: none
}

.footer-inner {
    padding-top: 82px
}

.footer-brand {
    display: inline-block;
    color: #0a3070;
    font-size: 30px;
    margin-bottom: 12px
}

.footer-intro>p {
    max-width: 370px;
    line-height: 1.58;
    margin-bottom: 45px
}

.footer-contact {
    padding-top: 2px
}

.footer-contact p {
    margin-bottom: 15px
}

.footer-contact strong a {
    display: inline;
    font-weight: 800
}

.footer-signup {
    padding-top: 2px
}

.footer-signup h4 i,
.footer-contact h4 i,
.social-group h4 i {
    color: #0759e9;
    margin-right: 8px
}

.social-group h4 {
    margin-bottom: 17px
}

.social-group>div {
    display: flex;
    gap: 10px
}

.social-group a {
    width: 40px;
    height: 40px;
    margin: 0;
    display: grid;
    place-items: center;
    background: #0a3070;
    color: #fff;
    border-radius: 50%;
    font-size: 16px
}

.signup {
    overflow: hidden;
    display: flex;
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 14px 33px rgba(47, 96, 139, .06)
}

.signup input {
    min-width: 0;
    flex: 1;
    padding: 14px 24px;
    background: transparent;
    border: 0;
    color: #0a3070;
    outline: 0;
    font-size: 14px
}

.signup input::placeholder {
    color: #8fa1b8
}

.signup button {
    min-width: 162px;
    margin: 0;
    border: 0;
    background: #0a3070;
    color: #fff;
    font-size: 14px;
    font-weight: 800
}

.footer-signup small {
    display: block;
    margin-top: 19px;
    line-height: 1.5;
    font-size: 13px;
    font-style: italic
}

.footer-bottom {
    border-top: 1px solid #d5e0eb;
    margin-top: 50px;
    padding: 22px 0;
    display: flex;
    gap: 7px;
    font-size: 12px;
    color: #8398b3
}

.footer-bottom div {
    display: flex;
    gap: 22px
}

.footer-bottom a {
    color: #163654;
    font-size: 12px;
    margin: 0
}

@media(max-width:991.98px) {
    .hero {
        padding: 110px 0 62px;
        min-height: 0
    }

    .hero-art {
        margin-top: 0
    }

    .hero-art:before,
    .hero-art:after {
        font-size: 74px
    }

    .hero-copy {
        text-align: center
    }

    .hero-copy p {
        margin-inline: auto
    }

    .hero h1 {
        font-size: 38px
    }

    .about,
    .agents,
    .services,
    .pricing {
        padding: 70px 0
    }

    .about-copy {
        margin: auto;
        text-align: center
    }

    .agents p {
        margin-inline: auto
    }

    .cta {
        min-height: 500px
    }

    .footer-bottom {
        display: block
    }

    .footer-bottom div {
        flex-wrap: wrap;
        margin-top: 12px
    }

    .navbar-toggler {
        font-size: 25px;
        padding: 0
    }

    .navbar-brand {
        font-size: 24px
    }
}

@media(max-width:575.98px) {
    .hero {
        padding-top: 67px;
        background: linear-gradient(90deg, #eff6ff 0%, #fff 100%)
    }

    .hero-art {
        padding: 0 5px
    }
    
    .price {
        font-size: 18px;
    }

    .hero-art img {
        width: 112%;
        margin-left: -6%
    }

    .hero-art:before {
        font-size: 60px;
        top: 24%;
        left: 4%
    }

    .hero-art:after {
        font-size: 58px;
        right: 2%;
        bottom: 17%
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.35;
        margin-top: 15px
    }

    .hero-copy p {
        font-size: 14px;
        padding: 0 8px
    }

    .hero .drop-icon {
        font-size: 37px
    }

    .dotted-btn {
        padding: 15px 27px
    }
    
    .hero-copy .dotted-btn {
        margin-bottom: 20px;
    }

    .about-image {
        max-width: 290px
    }

    .about-copy h2 {
        font-size: 30px
    }

    .about-copy p {
        font-size: 13px
    }

    .video-banner,
    .video-shade {
        min-height: 330px
    }

    .testimonials blockquote {
        font-size: 18px
    }

    .cta {
        min-height: 470px;
        padding: 90px 0 125px
    }

    .cta p {
        font-size: 15px
    }

    .cta:after {
        height: 70px
    }

    .footer-inner {
        padding-top: 55px
    }

    .footer-intro>p {
        margin-bottom: 30px
    }

    .footer-contact,
    .footer-signup {
        padding-top: 0
    }

    .signup button {
        min-width: 115px
    }

    .footer-bottom {
        font-size: 10px
    }
}

.hero {
    min-height: 720px;
    padding: 112px 0 78px;
    background: linear-gradient(90deg, #fff 0%, #deecfd 68%)
}

.hero h1 {
    font-size: 64px;
    line-height: 1.25;
    margin: 17px 0 27px
}

.hero-copy p {
    margin-bottom: 34px
}

.hero .drop-icon {
    font-size: 39px
}

.hero-art {
    height: 580px;
    position: relative
}

.hero-art:before,
.hero-art:after {
    content: none
}

.hero-art img {
    width: 100%;
    margin: 0;
    filter: none
}

.hero-art .hero-dots {
    z-index: 0;
    top: -112px;
    right: -136px;
    width: 880px;
    height: 710px;
    object-fit: fill;
    opacity: .13
}

.hero-art .hero-bubble {
    z-index: 1;
    top: 11px;
    left: 45px;
    width: 600px
}

.hero-art .hero-car {
    z-index: 2;
    filter: drop-shadow(0 12px 10px rgba(0, 0, 0, .12))
}

@media(max-width:991.98px) {
    .hero {
        min-height: 0;
        padding: 86px 0 62px
    }


    .hero-art {
        height: 420px;
        margin-inline: auto
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-art .hero-dots {
        top: -40px;
        right: -82px;
        width: 690px;
        height: 530px
    }

    .hero-art .hero-bubble {
        top: 8px;
        left: 70px;
        width: 440px
    }
}

@media(max-width:575.98px) {
    .hero {
        padding: 67px 0 58px
    }

    .navbar {
    padding: 0px 15px;
}

    .hero-art .hero-dots {
        top: -32px;
        right: -87px;
        width: 535px;
        height: 420px
    }

    .hero-art .hero-bubble {
        top: 12px;
        left: 75px;
        width: 300px
    }

    .hero-copy {
        padding-top: 30px
    }

    .hero h1 {
        font-size: 37px;
        line-height: 1.3;
        margin-top: 18px
    }

    .hero-copy p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 28px
    }
}

 /* =========================================
           TESTIMONIAL SECTION
        ========================================= */

        .testimonial-section {
            width: 100%;
            overflow: hidden;
            padding: 80px 0 90px;
            background: #ffffff;
        }

        .testimonial-heading {
            max-width: 1328px;
            margin: 0 auto 55px;
            padding: 0 20px;
        }

        .testimonial-heading h2 {
            font-size: 64px;
            line-height: 1.05;
            font-weight: 800;
            letter-spacing: -2.5px;
            margin-bottom: 22px;
            max-width: 600px;
        }

        .testimonial-heading p {
            font-size: 17px;
            line-height: 1.6;
            color: #555555;
            margin: 0;
        }


        /* =========================================
           SLIDER WRAPPER
        ========================================= */

        .testimonial-slider {
            width: 100%;
            overflow: hidden;
            position: relative;
            margin-bottom: 18px;
        }

        .testimonial-track {
            display: flex;
            width: max-content;
            will-change: transform;
        }

        /* First row - LEFT */
        .testimonial-track.left {
            animation: slideLeft 45s linear infinite;
        }

        /* Second row - RIGHT */
        .testimonial-track.right {
            animation: slideRight 45s linear infinite;
        }

        .testimonial-slider:hover .testimonial-track {
            animation-play-state: paused;
        }


        /* =========================================
           TESTIMONIAL GROUP
        ========================================= */

        .testimonial-group {
            display: flex;
            gap: 18px;
            padding-right: 18px;
            flex-shrink: 0;
        }


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

        .testimonial-card {
            width: 310px;
            min-width: 310px;
            height: 202px;

            border: 1px solid #dce5e2;
            border-radius: 20px;

            padding: 20px 21px;

            background-color: #ffffff;

            position: relative;
            overflow: hidden;

            display: flex;
            flex-direction: column;
        }


        /* =========================================
           DOT PATTERN
        ========================================= */

        .testimonial-card::after {
            content: "";
            position: absolute;

            width: 125px;
            height: 100px;

            right: -5px;
            bottom: -8px;

            background-image: radial-gradient(
                #bcebdc 1.1px,
                transparent 1.1px
            );

            background-size: 9px 9px;

            opacity: 0.65;

            pointer-events: none;
        }


        /* =========================================
           STARS
        ========================================= */

        .testimonial-stars {
            position: relative;
            z-index: 2;

            color: #02235a;

            font-size: 16px;
            letter-spacing: 2px;

            margin-bottom: 13px;

            line-height: 1;
        }


        /* =========================================
           REVIEW TEXT
        ========================================= */

        .testimonial-text {
            position: relative;
            z-index: 2;

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

            color: #333333;

            margin-bottom: auto;

            max-width: 275px;
        }


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

        .testimonial-user {
            position: relative;
            z-index: 3;

            display: flex;
            align-items: center;

            gap: 11px;

            margin-top: 12px;
        }


        /* Avatar */

        .testimonial-avatar {
            width: 32px;
            height: 32px;

            border-radius: 50%;

            background: #effaf5;

            border: 1px solid #bcebdc;

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

            color: #02235a;

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

            flex-shrink: 0;
        }


        /* User info */

        .testimonial-user-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .testimonial-name {
            font-size: 13px;
            font-weight: 700;
            color: #222222;
        }

        .testimonial-location {
            font-size: 11px;
            color: #777777;
        }


        /* =========================================
           ANIMATION
        ========================================= */

        @keyframes slideLeft {

            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }

        }


        @keyframes slideRight {

            from {
                transform: translateX(-50%);
            }

            to {
                transform: translateX(0);
            }

        }


        /* =========================================
           RESPONSIVE
        ========================================= */

        @media (max-width: 1200px) {

            .testimonial-heading {
                padding-left: 40px;
                padding-right: 40px;
            }

            .testimonial-heading h2 {
                font-size: 54px;
            }

            .testimonial-card {
                width: 300px;
                min-width: 300px;
            }

        }


        @media (max-width: 768px) {

            .testimonial-section {
                padding: 60px 0 70px;
            }

            .testimonial-heading {
                padding: 0 25px;
                margin-bottom: 40px;
            }

            .testimonial-heading h2 {
                font-size: 42px;
                letter-spacing: -1.5px;
                line-height: 1.05;
            }

            .testimonial-heading p {
                font-size: 15px;
            }

            .testimonial-card {
                width: 290px;
                min-width: 290px;
                height: 200px;
            }

            .testimonial-track.left {
                animation-duration: 35s;
            }

            .testimonial-track.right {
                animation-duration: 35s;
            }

        }


        @media (max-width: 480px) {

            .testimonial-heading {
                padding: 0 20px;
            }

            .testimonial-heading h2 {
                font-size: 36px;
            }

            .testimonial-card {
                width: 280px;
                min-width: 280px;
            }

        }