/* Reusable css */
.section-common {
    padding: 10rem 0;
    font-family: "Poppins", sans-serif;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 6.6rem;
}

.section-left {
    width: calc(50% - 3.3rem);
}

.section-right {
    width: calc(50% - 3.3rem);
}

.section-content-header h3 {
    color: var(--primary-color);
    font-size: clamp(1.6rem, 2vw, 1.8rem);
    font-weight: 600;
    line-height: 2.2rem;
    margin-bottom: 1.9rem;
}

.section-content-header h2 {
    font-size: clamp(3rem, 3vw, 3.6rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--light);
    margin-bottom: 2.5rem;
}

.section-content-desc {
    font-size: clamp(1.3rem, 1.8vw, 1.6rem);
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF99;
}

.quote-text {
    padding: 0.5rem 1.2rem;
    margin: 3.3rem 0;
    border-left: 0.2rem solid var(--primary-color);
    font-size: clamp(1.5rem, 1.8vw, 2rem);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.section-right {
    position: relative;
}

.section-right img {
    border-radius: 1rem;
}

.image-overlay {
    position: absolute;
    inset: auto 2.8rem 2.8rem 2.8rem;
    border-radius: 1.2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.80);
    padding: 1.4rem 2.4rem;

    h4 {
        color: rgba(255, 255, 255, 0.50);
        font-size: clamp(1rem, 1vw, 1.3rem);
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.22rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    p {
        font-size: clamp(1.3rem, 1.8vw, 1.6rem);
        font-weight: 400;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
    }
}

@media(max-width: 1300px) {
    .section-common {
        padding: 5rem 2rem;
    }
}

@media(max-width: 991px) {

    .section-content {
        justify-content: center;
        gap: 3rem;
    }

    .section-left {
        width: 100%;
    }

    .section-right {
        width: 100%;
    }
}

.video-telematics-buyers-guide-hero {
    .hero-single-content-inner {
        max-width: 61.6rem;
        width: 100%;
    }

    .hero-content {
        justify-content: space-between;
        gap: 5rem;
    }

    .hero-single-tagline {
        text-transform: none;
    }

    .hero-single-content-title {
        line-height: 1.063;
    }

    .hero-single-content-text {
        width: 100%;
        max-width: 50rem;
        font-size: clamp(1.3rem, 1.8vw, 1.6rem);
        font-weight: 400;
        line-height: 1.55;
        color: rgba(255, 255, 255, 0.55);
    }

    .hero-single-content-text-muted {
        color: rgba(255, 255, 255, 0.35);
        font-size: clamp(1.2rem, 1.3vw, 1.4rem);
        font-weight: 400;
        line-height: 1.625;
        max-width: 52rem;
    }

    p+p {
        margin-top: 1.2rem;
    }

    .hero-btn-group {
        display: flex;
        gap: 1.4rem;
        flex-wrap: wrap;
    }

    .video-telematics-buyers-guide-btn-group {
        margin-top: 3.6rem;
    }

    .hero-stats-row {
        margin-top: 4rem;
        display: flex;
        gap: 3rem 6rem;
        flex-wrap: wrap;
        padding-top: 4rem;
        border-top: 0.1rem solid rgba(255, 255, 255, 0.07);
    }

    .hero-stat-value {
        font-size: clamp(1.6rem, 2vw, 2.2rem);
        font-weight: 900;
        color: var(--light);
        line-height: 1.2;
        margin-bottom: 0.8rem;
    }

    .hero-stat-label {
        color: rgba(255, 255, 255, 0.55);
        font-size: clamp(1.3rem, 1.5vw, 1.6rem);
        font-weight: 400;
        line-height: 1.4;
    }

    .hero-image {
        max-width: 41.8rem;
        width: 100%;
    }

    @media(max-width: 991px) {
        .hero-content {
            justify-content: center;
        }

        .hero-single-content-inner {
            max-width: 100%;
        }

        .hero-image {
            min-height: auto;
            justify-content: center;
        }
    }

    @media(max-width: 576px) {
        .hero-content {
            gap: 3rem;
        }
    }
}

/* Buyers Guide Intro */

.buyers-guide-intro {
    background: #060606;
}

.buyers-guide-intro .section-content {
    align-items: center;
}

.intro-right-quote {
    padding-left: 1.8rem;
    border-left: 0.2rem solid var(--primary-color);
}

.intro-right-quote p {
    color: #FFFFFFA6;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    font-weight: 400;
    line-height: 1.6;
}

.buyers-guide-cta-btn-group {
    margin-top: 3.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.2rem;
}

.btn-outline-faded {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    color: var(--light);
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    padding: 1.4rem 2.8rem;
    border-radius: 5rem;
}

.btn-outline-faded:hover {
    color: var(--light);
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.05);
}

.buyers-guide-cta .cta-image {
    border-radius: 1.6rem;
    width: 100%;
    object-fit: cover;
}

/* Incident CTA Section */
.incident-cta-section {
    padding: 0 2rem;
    padding-bottom: 10rem;
}
.incident-cta-wrap {
    border-radius: 2.5rem;
    background: #141414;
    padding: 2.8rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}
.incident-cta-left {
    max-width: 50%;
}
.incident-cta-left h2 {
    color: #FFFFFF;
    font-size: clamp(2.4rem, 2.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.incident-cta-left p {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 3rem;
}
.incident-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    background-color: #F15927;
    color: #FFFFFF;
    padding: 1.4rem 2.8rem;
    border-radius: 5rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.incident-cta-btn:hover {
    background-color: #d14a1f;
    color: #FFFFFF;
}
.incident-cta-btn .btn-arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.incident-cta-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cta-shape {
    width: 26.9625rem;
    height: 26.9625rem;
    border-radius: 26.9625rem;
    background: rgba(241, 89, 39, 0.10);
    filter: blur(9.7rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
.fleetview-logo-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.fleetview-text {
    color: #FFFFFF;
    font-size: 4.2rem;
    font-weight: 600;
}
.fleetview-text .text-orange {
    color: #F15927;
    font-weight: 400;
}
.fleetview-logo {
    /* max-width: 10rem; */
    height: auto;
}
@media(max-width: 1050px) {
    .incident-cta-section {
        padding: 0 2rem;
        padding-bottom: 7rem;
    }
}
@media(max-width: 991px) {
    .incident-cta-wrap {
        flex-direction: column;
        padding: 3rem;
        text-align: center;
    }
    .incident-cta-left {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fleetview-logo {
        max-width: 20rem;
    }
}