.city-redesign {
    overflow: hidden;
}

.tp-widget-review {
    font-family: "Poppins";
}


.subhead {
    color: #1277FF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    /* ~14px → 16px */
}

.badge {
    background-color: #EDEDED;
    font-size: 14px;
    padding: 5px 10px;
    font-family: "Poppins";
    font-weight: 400;
    border-radius: 100px;
    margin-bottom: 30px;
    width: fit-content;

}

.city-redesign h1 {
    font-size: clamp(1.75rem, 4vw + 1rem, 2.625rem);
    /* ~28px → 42px */
}

.city-redesign h2 {
    font-size: clamp(1.5rem, 3.5vw + 0.5rem, 2.25rem);
    /* ~24px → 36px */
}

.city-redesign h3 {
    font-size: clamp(1rem, 2.5vw + 0.5rem, 1.5rem);
    /* ~16px to 24px */
}



.city-redesign p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    font-style: normal;
}

.city-redesign a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.c-accordion__block h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.c-accordion__block h4 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;

}


.c-accordion__block p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.c-accordion .c-accordion__block.is-open .c-accordion__content {
    margin-top: 20px;
}

.c-accordion .c-accordion__block.is-open {
    border: 4px solid #BBD8FF
}

.city-redesign p {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    /* ~14px → 16px */
    line-height: 1.75;
    /* 1.75 × font-size */
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.city-redesign {
    /* margin-top: 30px; */
    font-family: "Poppins", sans-serif;
}


.divider {
    height: 4px;
    background-color: #000;
    width: 46px;
    margin-bottom: 20px;
}

/* Hero Section */
.redesign-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.hero {
    min-height: 450px;
    margin-bottom: 40px;
}

body:not(.single-cities) .hero .hero-text {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
@media( max-width: 767px ) {
    body:not(.single-cities) .hero .hero-text {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
/* Hero Text */
.hero-text {
    margin-top: 50px;
    width: 50%;
    max-width: 550px;
}

.hero-text h1 {
    font-size: clamp(1.75rem, 4.5vw + 1rem, 3.125rem);
    /* Scales from ~28px to 50px */
    font-weight: 600;
    color: #151515;
    margin-bottom: 15px;
}

.hero-text p {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    /* ~14px → 16px */
    font-weight: 400;
    color: #555;
    line-height: 2;
    margin-bottom: 30px;
}

.home p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    /* ~16px → 20px */
}

.home h1 {
    font-size: clamp(1.75rem, 4.5vw + 1rem, 3.125rem);
    /* Scales from ~28px to 50px */
}

.home-hero-image {
    border-radius: 0px 0px 0px 150px;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

@media (max-width:980px) {
    .home-hero-image {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        border-radius: 80px 32px 80px 32px;
    }

    .culture-pic {
        border-radius: 80px 32px 80px 32px;
        height: 300px;
    }


}

@media (max-width: 768px) {
    .c-accordion__block h3 {
        font-size: 20px;
    }

    .hero-text p {
        line-height: 1.75;
        margin-bottom: 15px;
    }



    .directory-destination {
        width: 300px !important;
    }
}




.hero-text h1 {
    margin-top: 15px;
}


/* Experience (Home) */

.value-box {
    background-color: #ffffff;
    border-radius: 12px 12px 56px 12px;
    display: flex;
    padding: 25px;
    gap: 15px;
    margin-bottom: 15px;
}

.value-text h3 {
    margin-top: 0px;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    /* ~14px → 16px */
    margin-bottom: 5px;
}

.value-text p {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    /* ~14px → 16px */
    line-height: 2;
    margin-bottom: 0px;
}

.btm-cta {
    margin-top: 40px;
}


@media (max-width: 768px) {
    .experience {
        flex-direction: column;
    }

    .experience-intro {
        margin-bottom: 30px;
    }


}

/* Header */

.hdr-container {
    display: flex;
    width: 1250px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}


#site-hdr .hdr-btm .hdr-btm-nav {
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
}

#site-hdr .hdr-mdl {
    width: fit-content;
    padding-left: 0px;
}

#site-hdr .hdr-btm {
    width: fit-content;

}

#site-hdr .hdr-top {
    width: fit-content;
}


#site-hdr .hdr-btm a {
    padding: 4px 6px;
}

#site-hdr .hdr-btm .hdr-nav-more,
#site-hdr .hdr-btm a {
    margin: 0 4px;
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm .hdr-btm-nav li a {
        font-size: 14px;
    }

    .hdr-container {
        width: 100%;
        max-width: none;
        padding-left: 5%;
        padding-right: 5%;
    }

    #site-hdr .hdr-mdl {
        width: 100%;
        box-shadow: none;
    }

    #site-hdr {
        box-shadow: 0 0 2px 2px rgba(51, 51, 51, .02), 0 0 12px 0 rgba(51, 51, 51, .12);
    }

}

.hdr-top-nav {
    gap: 12px;
}

#site-hdr.hdr-redesign .hdr-top-nav .hdr-qoute .get-quote-btn {
    background-color: #000000;
    color: #ffffff;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 700;
}

#site-hdr .hdr-btm .hdr-nav-more,
#site-hdr .hdr-btm a {
    color: #3A4046;
    font-weight: 500;
    white-space: nowrap;
    /* font-size: clamp(13px, 1.2vw, 16px); */
    font-size: 14px;
}

/* #site-hd .hdr-btm-nav > li.menu-item-has-children > a::after {
    content: "keyboard_arrow_down";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
}
*/

/* CTA Buttons */
.cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-right: 10px;
}


.centered {
    justify-content: center;
}

@media (max-width: 768px) {
    .cta-buttons {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .btn.primary {
        margin-top: -14px !important;
    }


    .btn.primary-reverse {
        margin-top: -14px !important;
    }
}


.btn {
    margin-top: 0px;
    text-align: center;
    font-size: clamp(16px, 1.4vw, 20px);
    white-space: nowrap;
    line-height: 44px;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.btn.primary {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 12px;
    margin-top: 0px;
    background-color: #1277FF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    /* spacing between text and icon */

}


.btn.primary-reverse {
    width: fit-content;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 12px;
    margin-top: 0px;
    font-size: 20px;
    background-color: #000000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    /* spacing between text and icon */

}

.btn.section-cta {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: #000000;
    color: #fff;
    white-space: nowrap;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    /* spacing between text and icon */

}

.btn.section-cta:hover {
    background-color: #1277FF;
}

#site-hdr .hdr-top .hdr-top-nav>li {
    margin-left: 0px;
    font-size: 14px;
}

.btn.primary:hover {
    background-color: #222;
}

.btn.primary-reverse:hover {
    background-color: #00000070;
}

.subhead.white {
    color: #ffffff;
}

.btn.secondary {
    color: #000;
    display: flex;
    align-content: center;
}

.btn.secondary-reverse {
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-content: center;
}

.btn.secondary:hover {
    color: #1277FF;
}

.btn.secondary-reverse:hover {
    color: #00000070;
}


/* Hero Images */


.hero-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    /* gap: 15px; */
    /* Space between rows */
}

.hero-image-row {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 120px;
    /* Equal height for all rows */
}

.hero-image-1 {
    width: 35%;
}

.hero-image-2 {
    width: 75%;
}

.hero-image-3 {
    width: 20%;
}




.hero-image-row img {
    height: 120px;
    object-fit: cover;
    border-radius: 56px;
}

.gray-box-1 {
    background-color: #F6F6F6;
    width: 20%;
    height: 100%;
    border-radius: 20px;
    border-radius: 56px;

}

.gray-box-2 {
    background-color: #F6F6F6;
    width: 28%;
    height: 100%;
    border-radius: 56px 0px 0px 56px;

}


.gray-box-3 {
    background-color: #F6F6F6;
    width: 10%;
    height: 100%;
    border-radius: 56px 0px 0px 56px;

}

.gray-box-4 {
    background-color: #F6F6F6;
    width: 38%;
    height: 100%;
    border-radius: 56px;

}

.gray-box-5 {
    background-color: #F6F6F6;
    width: 13%;
    height: 100%;
    border-radius: 56px 0px 0px 56px;

}

/* Responsive Design */
@media (max-width: 980px) {

    .gray-box-2,
    .gray-box-5 {
        margin-right: -10px;
    }

    .directory-more-wrapper {

        justify-content: center !important;

    }

    .directory-more {
        margin-right: auto;
        margin-left: auto;
    }

    .destination-map {
        max-height: 500px;
        border-radius: 56px 12px 0px 0px;

    }

    .home h1 {
        margin-top: 10px;
    }

    .hero-images {
        width: 100%;
        margin-top: 20px;
    }

    .hero-image {
        width: 100%;
        margin-top: 20px;
    }

    .hero {
        flex-direction: column;
    }

    .hero-text {

        max-width: none;
        width: 90%;
    }

    .hero-image-row.middle {
        margin-left: 10px;
    }

    .hero-image-row img {
        height: 80px;
        object-fit: cover;
        border-radius: 56px;
    }

    .btn.primary {
        padding-right: 20px;
        padding-left: 20px;

    }


    .hero-image-row {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: flex-end;
        height: 80px;
        /* Equal height for all rows */
    }


}

.home-cta {
    background-color: #1277FF;
    color: #fff;
}

.home .home-tech p {
    font-size: 14px;
    line-height: 20px;
}


/* Stats */

.stat-number {
    font-size: 30px;
    margin-bottom: 10px;
}

/* Solution Grid */
.solutions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.solution-card {
    flex: 1 1 calc(50% - 24px);
    /* 2 across on desktop */
    display: flex;
    gap: 20px;
}

/* Adjust image to be 1/3 and text to be 2/3 */
.solution-image-wrapper {
    flex: 1;
    /* 1 part out of 3 */
    max-width: 33.33%;
    /* Ensures it doesn't stretch beyond 1/3 */
    display: flex;
    height: 100%;
    justify-content: center;
    /* Center the image within its container */
    align-items: center;
}

.solution-image-wrapper img {
    /* Maintain the intended image size */
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 20px 20px 106px 20px;

}

.txt-btn {
    display: flex;
    margin-top: 10px;
}

.solution-text {
    display: flex;
    font-family: "Poppins";
    flex-direction: column;
    justify-content: space-between;
    flex: 2;
    /* 2 parts out of 3 */
    max-width: 66.66%;
    padding: 10px;
}

.solution-text h3 {
    margin-top: 15px;
}

.solution-text p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins";
}

/* Mobile: Stack cards vertically and adjust layout */
@media (max-width: 768px) {
    .solution-card {
        flex: 1 1 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .home-cta {
        margin-bottom: 0px;
    }

    .solution-image-wrapper {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .solution-text {
        max-width: 100%;
        text-align: left;
    }
}

/* Logo Wrapper */

.logos-wrapper img {
    filter: grayscale(100%) brightness(90%);
    opacity: 0.3;
    mix-blend-mode: luminosity;
}

.m-06 .logos-wrapper {
    margin: -15px auto -15px;
}


/* Vehicle Slider */

.vehicle-slide {
    border-radius: 32px 32px 80px 32px;
    background-color: #fff;
    box-shadow: 0px 4px 32px #1277FF10;
}

.vehicle-slide:hover {
    outline: 4px solid #BBD8FF;
    outline-offset: 2px;
}

.vehicle-info {
    display: flex;
    justify-content: space-between;
}

.vehicle-title {
    white-space: nowrap;
    font-size: clamp(18px, 1.2vw, 24px);
}


@media (max-width: 768px) {
    .vehicle-info {
        padding-right: 25px;
        padding-left: 20px;
    }


}

.vehicle-pax {
    white-space: nowrap;
    font-size: clamp(18px, 1.2vw, 20px);
}

.vehicle-btn {
    padding: 10px 10px;
    border-radius: 12px;
    background-color: #000;
    color: #fff;
    line-height: 44px;
}

.vehicle-btn:hover {
    background-color: #1277FF;
    color: #fff;
}

/* FAQ */

.bg-light-grey {
    background-color: #FAFAFA;
}

.c-accordion__block {
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
}

.c-accordion__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 20px;
    background-color: #ffffff;
}

.c-accordion .c-accordion__block .c-accordion__title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

c-accordion__inner {
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}

.c-accordion__block.active {
    outline: 4px solid #BBD8FF;
    /* Outer border */
    outline-offset: 2px;
    /* Space between the content and outline */
    border-radius: 8px;
    /* Optional: Makes edges smoother */
}

/* Service Cards */
.redesign-shape {
    width: 100%;
    height: auto;
}

.bg-light {
    background-color: #ffffff;
}

.city-redesign ul {
    margin-left: 35px;
    font-family: "Poppins";
    font-weight: 400;
    list-style-type: disc;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    line-height: 24px
}

li {
    font-family: "Poppins";
}

.redesign-card-wrapper {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* Adjust spacing between rows */
}

.redesign-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    /* Space between text and image */
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}


.redesign-card-content p {
    margin-bottom: 10px;
    font-family: "Poppins";
}

.redesign-card-content a {
    font-family: "Poppins";
}

/* Alternating Layout */
.text-left {
    flex-direction: row;
    /* Text on left, image on right */
}

.text-right {
    flex-direction: row-reverse;
    /* Text on right, image on left */
}

.redesign-card-content {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

.redesign-image {
    flex: 1;
    max-width: 50%;
    object-fit: cover;
    height: 100%;
}

.vehicle-redesign-image {
    max-height: 350px;
}

.vehicle-redesign-image-2 {
    height: 400px;
}

.use-case-image {
    max-height: 450px;
}


.see-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.image-right {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 56px 206px 56px 56px;
    display: block;
}

.image-left {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 56px 56px 56px 206px;
    display: block;
}

.redesign-card.sprinter-card {
    display: flex;
    flex-direction: row;

}

@media (max-width: 768px) {
    .redesign-card.sprinter-card {
        flex-direction: column;
    }
}



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

    .redesign-card {
        flex-direction: column-reverse;
        /* Stack image and text */
        text-align: center;
        /* Center-align text */
    }

    .redesign-image {
        width: 100%;
        /* Image takes full width */
        max-width: 100%;
        max-height: 300px;
    }

    .redesign-image img {
        max-height: 300px;
    }

    .image-right {
        border-radius: 80px 32px 80px 32px !important;

    }

    .image-left {
        border-radius: 80px 32px 80px 32px;

    }

    .redesign-card-content {
        max-width: 100%;
        /* Text takes full width */
    }

    /* Remove alternating border-radius on mobile */

}


.image-right {
    border-radius: 56px 206px 56px 56px;
}


.city-slide {
    width: 100%;
    height: 335px;
    border-radius: 80px 32px 32px 32px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease;
}

.city-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), transparent);
    transition: background 0.4s ease;
}

.city-slide:hover::before {
    background: linear-gradient(to top, #1277FF, transparent);
}

.city-title {
    padding-left: 20px;
    color: white;
    display: flex;
    gap: 5px;
    white-space: nowrap;
    font-size: clamp(14px, 1.2vw, 16px);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.grid-city-title {

    padding-left: 20px;
    padding-right: 20px;
    color: white;
    display: flex;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;



}

.grid-city-slide {
    width: 100%;
    height: 275px;
    border-radius: 80px 32px 32px 32px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease;
}

.grid-city-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), transparent);
    transition: background 0.4s ease;
}

.grid-city-slide:hover::before {
    background: linear-gradient(to top, #1277FF, transparent);
}

.why-header {
    margin-bottom: 20px;
}

.why-box-wrapper,
.why-box-wrapper-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 769px) {

    .why-box-wrapper,
    .why-box-wrapper-4 {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width: 981px) {

    .experience-intro {
        padding-right: 40px;
    }

    .logo-slider-ent {
        margin-top: 75px;
    }

    .why-box-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-box-wrapper-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .culture-pic {
        border-radius: 80px 80px 80px 32px;
        height: 400px;


    }

    .culture-section {
        height: 800px;
        align-items: center;
    }

    .hero-text {
        padding-right: 40px;
        padding-left: 20px;
    }
}

.why-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 32px 32px 80px 32px;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}

.why-box p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.why-box .icn-wrapper {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-box h3 {
    margin-bottom: 15px;
}

.why-box .icn-wrapper img {
    width: auto;
    height: 100%;
    object-fit: contain;
}


.team-section {
    padding: 4rem 1rem;
    background: #fff;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.team-grid {
    flex-wrap: wrap;
    gap: 20px;
    margin: -15px 0 0 0;
    /* counteracts top margin on items */

    margin-bottom: 30px;
}

.team-card {
    margin: 25px 10px 0 10px;
    /* top = row gap, left/right = column gap */

    max-width: 300px;
    background: #fff;
    border-radius: 8px 56px 8px 56px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.team-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    border-radius: 8px 56px 0px 0px;
}

.team-name {
    margin-bottom: 5px;
    display: flex;
    align-content: center;
    gap: 10px;
    justify-content: center;
}

.team-info {
    padding: 1rem 1.2rem 1.5rem;
}

.team-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.linkedin-link {
    font-weight: bold;
    color: #0a66c2;
    text-decoration: none;
    font-size: 1.2rem;
}

.linkedin-link:hover {
    text-decoration: underline;
}

.press-headline h3 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-family: "Poppins";
    color: #000000;
    font-weight: 600;


}

.press-headline:hover h3 {
    font-weight: 700;
}


.logo-headline h3 {
    display: flex;

    font-family: "Poppins";
    color: #000000;
    font-weight: 600;


}

.logo-headline:hover h3 {
    font-weight: 700;
}

.logo-headline {
    display: flex;
    justify-content: space-between;
}

.headline {
    margin-bottom: 20px;
}

.culture {
    margin-bottom: 10px;
    font-family: "Poppins";
    font-weight: 600;
}

.list-styled-new {
    margin-left: 35px;
}

.list-styled-new li {

    font-family: "Poppins";
    font-weight: 400;
    list-style-type: disc;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    line-height: 24px
}

.blog-title h1 {
    font-size: 42px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 15px;
}

.blog-content p {
    font-family: "Poppins";
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-content a {
    font-family: "Poppins";
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
}


.blog-content h2 {
    font-size: clamp(1.375rem, 2.3vw, 1.625rem);
    /* ~22px to 26px */
}

.country {
    font-size: clamp(1.375rem, 2.3vw, 1.625rem);
    /* ~22px to 26px */
}

.blog-content ul {
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 35px;
}

.blog-content li {

    font-family: "Poppins";
    font-weight: 400;

}

.blog-image {
    border-radius: 56px 150px 56px 150px;
}

strong {
    font-family: "Poppins";
    font-weight: 600;
}

.blog-card {

    height: 400px;
    margin: 25px 10px 0 10px;
    /* top = row gap, left/right = column gap */
    background: #fff;
    border-radius: 8px 56px 8px 56px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.directory-card {
    height: 460px;
    margin: 25px 10px 0 10px;
    /* top = row gap, left/right = column gap */
    background: #fff;
    border-radius: 12px 56px 12px 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    display: block;
    border-radius: 8px 56px 0px 0px;
}

.blog-card-content h3 {
    margin-bottom: 0px;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
}

.blog-card-content {
    margin-bottom: 15px;
    padding: 10px 30px; 
}

.directory-card-content {
    padding: 10px 30px 10px 30px
}
.blog-filters a {
    background-color: #eee;
    padding: 3px 14px;
    margin-right: 5px;
    border-radius: 30px;
    font-size: 14px;
}
.blog-filters a.current,
.blog-filters a:hover,
.blog-filters a:focus {
    background-color: #1277FF;
    color: #FFF;
    text-decoration: none;
}
.blog-archive h1 {
    margin-top: 30px;
    font-size: 42px;
    color: #ffffff;
}

.blog-grid .blog-card,
.blog-grid .directory-card {
    height: 100%;
}


.blog-grid a {
    color: #000000;
    font-weight: 600;
}


.blog-grid a:hover {
    color: #1277FF;
}

.blog-grid .subhead {
    color: #1277FF;
}

.c-accordion__inner p {
    margin-bottom: 12px;
}

.m-07 .testi-wrapper {
    box-shadow: none;
}

.m-07 .testi-wrapper .content {
    border-radius: 12px 12px 150px 12px;
}

.explore-vehicles .swiper-wrapper {
    height: 100%;
}

.m-01 .content {
    box-shadow: none;
}


.explore-vehicles-wrapper {
    background: #ffffff;
    display: flex;
    border-radius: 12px 12px 80px 12px;
    overflow: hidden;
    box-shadow: none;

}

.m-01 .content .rght img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 12px 80px 0px;
    display: block;
}

#swiper-wrapper-7fd2d98eda887f3f {
    height: 100% !important;
}

.pagination {
    width: fit-content;
    display: flex;
    gap: 20px;
}

.pagination .material-symbols-outlined {
    display: flex;
    vertical-align: middle;
    font-size: 1rem;
    margin: 0 0.25rem;
}



.pagination .next:before {
    display: none;
}


.pagination .prev {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.pagination .next {
    display: flex;
    align-items: center;
}

.pagination .prev::before {
    display: none;
}

@media (max-width: 768px) {

    .blog-card {
        padding-right: 30px;
        width: 100%;
        height: 350px;
    }

    .destination-map {
        max-height: 300px;
        border-radius: 56px 12px 0px 0px !important;

    }

    .wedding-card {
        width: 100% !important;
        /* Allows for gap */
        margin-right: 0px;
        /* Gap between cards */
    }

    .m-01 .content .rght img {
        border-radius: 80px 12px 0px 0px;
    }

    .explore-vehicles-wrapper {
        border-radius: 12px 12px 80px 12px !important;
    }
}

.tp-widget-review .text {
    font-family: "Poppins"
}

.tickets .tile-card {
    border-radius: 80px 12px 80px 12px;
}

.tickets-cta {
    width: 70%;
    display: flex;
    align-content: center;
    margin-top: 10px;
}

.tiles-wrapper .tile-card .btn {
    display: flex;
}

.event-title {
    padding-left: 20px;
    color: white;
    display: flex;
    gap: 5px;
    font-size: clamp(14px, 1.2vw, 16px);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.blog-meta {
    flex-wrap: wrap;
}

.blog-meta p {
    line-height: 1;
}

.btn.betterez {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 12px;
    margin-bottom: 10px;
    background-color: #000000;
    color: #fff;
    white-space: nowrap;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    /* spacing between text and icon */

}

.btn.betterez:hover {
    background-color: #1277FF;
}

.betterez-package {
    width: 400px;
    background-color: #ffffff;
    border-radius: 56px 12px 56px 12px;
    margin-top: 20px;
    padding: 20px;
}

@media (min-width: 981px) {
    .hero-image {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
}

#cookie-notice button {
    height: 40px !important;
}

.wedding-card {
    width: 30%;
    /* Allows for gap */
    margin-right: 2%;
    /* Gap between cards */
    margin-bottom: 20px;
    border-radius: 56px 12px 56px 12px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.wedding-card:nth-child(3n) {
    margin-right: 0;
    /* Remove margin on the last card in each row */
}

.wedding-card img {
    width: 100%;
    height: 200px;
    /* Fixed height */
    object-fit: cover;
    /* Fill frame without distortion */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.wedding-card .inner-tile {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.breadcrumbs {
    font-size: 12px;
    margin-bottom: 10px;
}

.destination-location {
    border-radius: 56px 12px 56px 12px;
}

.destination-map {
    border-radius: 56px 0px 0px 12px;
}

.get-started {
    padding: 20px;
}

.inner-module.lrg {
    margin-top: 0px;
}

.intro-text p {
    margin-bottom: 24px;
}

.directory-card-content h3 {
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.25rem);
    /* ~16px → 20px */
    font-weight: 500;
}

.directory-card-content a {
    font-weight: 600;
}

.case-study-content h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: clamp(18px, 2vw, 22px);
}

.case-study-content p {
    font-family: "Poppins";
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    /* ~14px → 16px */
    line-height: 1.75;
    /* 1.75 × font-size */
}

.case-study-featured {
    border-radius: 56px 150px 56px 150px;

}

.inner-ftr ul {
    list-style: none;
}

.hdr-btm-nav li,
.hdr-top-nav li {
    list-style: none;
}

#site-ftr .ftr-col ul.menu li a {
    font-size: 11px;
}

#site-ftr .inner-ftr {
    width: 90%;
    max-width: 90%;
}

#site-ftr .ftr-col {
    padding-right: 20px;
}

#cookie-notice button {
    font-family: "Poppins";
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    height: 32px !important;
    margin-top: 0px;
}

.investor-logo-row {
    gap: 25px;
}

.investor-logo-row img {
    height: 25px;
}


#site-ftr .begin {
    width: 90%;
}

.home .btn.section-cta {
    margin-top: 40px;
}

.buttonRow .c-btn-site,
.buttonRow-back .c-btn-site {
    display: flex;
    font-family: "Poppins";
    gap: 10px;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
    justify-content: center;
}

.c-btn-site:hover {
    background-color: #000000;
}

.backBtn:hover {
    background-color: #dbdbdb;
}


.c-btn,
.c-btn-site {
    display: flex;
    gap: 10px;
    font-family: "Poppins";
    box-shadow: none;
    justify-content: center;
    align-items: center;
}

.sprinter-use-case img {
    max-height: 380px;
}

.directory-breadcrumb nav {
    font-size: 11px;
}

.directory-destination {
    width: 235px;
    height: 335px;
    border-radius: 80px 32px 32px 32px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease;
}

.directory-destination-cards {
    gap: 15px;
}

.directory-cta {
    border-radius: 80px 32px 80px 32px;
}

.directory-cta .btn.secondary {
    color: #ffffff !important;
}

.directory-more {
    width: fit-content;


}

.directory-more-wrapper {
    justify-content: flex-start !important;
}

.entry-content p {
    font-family: "Poppins";
}

div.pt-x.faq-intro p {
    font-family: "Poppins";
}

footer#site-ftr .container {
    max-width: 1300px
}

footer#site-ftr .inner-ftr {
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

footer#site-ftr .city-redesign ul {
    margin-left: 0;
}

footer#site-ftr .ftr-col {
    padding-right: 30px;
}

/* Breadcrumbs */
/* Breadcrumbs */
.cbd-breadcrumb {
    margin-bottom: 24px;
    margin-left: 12px;
}

.cbd-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
}

.cbd-breadcrumb li {
    display: flex;
    align-items: center;
    color: #888;
}

/* Remove the old slash separator */
.cbd-breadcrumb li+li::before {
    display: none;
}

.cbd-breadcrumb-sep {
    font-size: 18px;
    color: #ccc;
    margin: 0 2px;
    user-select: none;
}

.cbd-breadcrumb a {
    color: #1277ff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    transition: opacity 0.15s ease;
}

.cbd-breadcrumb a .material-symbols-outlined {
    font-size: 18px;
}

.cbd-breadcrumb a:hover {
    color: #104fa3;
    text-decoration: none;
}

.cbd-breadcrumb a svg {
    flex-shrink: 0;
    color: #1277ff;
}

.cbd-breadcrumb [aria-current="page"] {
    color: #555;
    font-weight: 500;
}


/** UTILITIES **/
.gap-20 {
    gap: 20px;
}
/*** HOME - DIRECTORY GRID ***/
/* Home */
.hero.hero-brand {
    background-size: cover;
    min-height: 600px;
    position: relative;
}

.hero.hero-brand:before {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0 right:0 bottom:0 left:0 */
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}

.hero.hero-brand>* {
    position: relative;
    z-index: 2;
}

.hero.hero-brand h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero.hero-brand p {
    color: #FFF;
    font-size: 20px;
}

@media(max-width: 991px) {

    .hero.hero-brand h1,
    .hero.hero-brand p {
        max-width: 640px;
    }
}

.hero.hero-brand>.hdr-container {
    flex-direction: column;
}


.home-directory .directory-grid ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-directory .directory-grid ul li {
    text-align: left;
    padding-bottom: 5px;
    text-align: center;
}

.home-directory .directory-grid ul li a {
    color: #000;
}

.home-directory .directory-grid ul li a:hover,
.home-directory .directory-grid ul li a:focus {
    text-decoration: underline;
}

@media(min-width: 992px) and (max-width: 1199px) {
    .home-directory .directory-grid .tab-w-third {
        width: 49%;
    }
}

@media(max-width: 991px) {
    .home-directory .directory-grid .tab-w-third {
        width: 100%;
    }
}

/* Directories */
a.directory-more {
    display: inline-flex;
    width: auto;
    align-items: center;
    padding-left: 8px;
}

a.directory-more .material-symbols-outlined {
    font-size: 16px;
}

.info-pills>ul {
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.info-pills>ul li {
    background-color: #eee;
    padding: 3px 14px;
    margin-right: 5px;
    border-radius: 30px;
    font-size: 14px;
}

.info-pills>ul li a {
    text-decoaration: none;
}

.info-pills>ul li.pop {
    background-color: #1277FF;
    color: #FFF;
}

.info-pills>ul li.pop a {
    color: #FFF;
}

.info-pills>ul li.pop:hover {
    background-color: #000;
}


/* Cities */
.single-cities .hero {
    padding-top: 60px;
}

.single-cities .inner-module.lrg.flex-col {
    flex-direction: column;
}

/* Feed / Cities Block Columns */
/* Charters Feed */
.charter-feed {
    padding: 60px 0;
}

.charters h2,
.charters h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700 !important;
    text-align: center;
}

.charter {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-top-right-radius: 50px;
}

.charter .charter-thumb {
    position: relative;
    min-height: 160px;
    max-height: 160px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.charter .charter-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.charter .charter-thumb a:hover img {
    transform: scale(1.1);
}

.charter .charter-content {
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.charter .charter-content h3 {
    margin-bottom: 10px;
}

.charter .charter-content h3 a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.charter .charter-content h3 a:hover,
.charter .charter-content h3 a:focus {
    color: #1277FF;
}

.charter .charter-content p {
    color: #8C8C8C;
    font-size: 13px;
}

.charter .charter-content .charter-links {
    width: 100%;
    margin-top: auto;
}

.charter .charter-content .charter-links a {
    color: #1277FF;
    font-weight: 700 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.charter .charter-content .charter-links a:hover {
    color: #000;
}

.charter .charter-content .charter-links .charter-phone span {
    transform: rotate(90deg);
    font-size: 20px;
}

.charter .charter-content .charter-links .charter-website span {
    font-size: 20px;
}

.charters-feed__grid .swiper-wrapper {
    align-items: stretch;
    height: auto;
}

.charters-feed__grid.swiper {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 14px;
    position: relative;
    height: auto;
    display: flex;
}

.charters-feed__grid .swiper-slide {
    box-sizing: border-box;
}

.charters-feed__grid .swiper-slide.charter {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.charter-links>p {
    margin-bottom: 4px;
}
.charter-locale {
    position: absolute;
    bottom: 0px;
    right: 0;
    margin-bottom: 0 !important;
}
.charter-locale>span {
    background: #1277FF;
    padding: 3px 14px;
    margin-right: 0;
    border-radius: 12px 0 0 0;
    font-size: 14px;
    color: #FFF;
}
.charters-feed__grid-nav {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.charters-feed__grid-nav .swiper-button-prev,
.charters-feed__grid-nav .swiper-button-next {
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    width: 86px !important;
    height: 37px !important;
    background: #1277FF;
    background-image: none !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFF;
    font-weight: 400;
}

.charters-feed__grid-nav .swiper-button-prev:hover,
.charters-feed__grid-nav .swiper-button-next:hover {
    background: #000;
}

.charters-feed__grid-nav .swiper-button-prev::after,
.charters-feed__grid-nav .swiper-button-next::after {
    content: '';
}

/* Bus Types */
.type-slider .swiper-slide h3 {
    font-weight: 600;
    text-transform: none;
    letter-spacing: .5px;
}
.type-slider .swiper-slide > div{
    border-radius: 20px;
}

/* Single Charter */

.br-large {
    border-radius: 30px;
    overflow: hidden;
}
.text-green,
.text-green p {
  color: #00A876;
}
.single-charter h1 {
  font-size: 36px;
  font-weight: 700;
}
.single-charter section {
  margin-bottom: 30px !important;
}
.single-charter section h2 {
  font-size: 28px;
  font-weight: 700;
}
.single-charter .charter-intro .auths {
  gap: 30px;
}
.single-charter .charter-intro .auths span {
  display: flex;
  align-items: center;
}
.single-charter .charter-intro .auth {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.single-charter .charter-intro .auth {
  color: #00A876;
}
.single-charter .charter-intro .noauth {
  color: #e70000;
}
.single-charter section h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.single-charter section p {
  font-size: 16px;
}
.single-charter .charter-locate address > div,
.single-charter .charter-info > div {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.single-charter .charter-locate address li,
.single-charter .charter-locate address li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-weight: 600;
}
.single-charter .charter-locate address li span {
  color: #155DFC;
}
.single-charter .charter-map {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
}
.single-charter .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.single-charter .amenities-list,
.single-charter .rules-list {
  display: flex;
  flex-wrap: wrap;
}
.single-charter .amenities-list li,
.single-charter .rules-list li  {
  width: 175px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.single-charter .amenities-list li span {
  color: #155DFC;
  padding-right: 5px;
}
.single-charter .rules-list li {
  color: #C13543;
  padding-right: 5px;
  line-height: 1.1em;
}
.single-charter .rules-list li span {
  padding-right: 5px;
}
