/* geotab-partners-hero css */
.geotab-partners-hero {
    padding-inline: 1.5rem;
    padding-top: 30rem;
}
.geotab-partners-hero .hero-single-content {
    width: 42%;
}
.geotab-partners-hero .hero-single-content-text + .hero-single-content-text {
    margin-top: 1.5rem;
}
.geotab-partners-btn-group {
    margin-top: 4.2rem;
}
.geotab-partners-hero .geotab-hero-right {
    width: 39.5%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.geotab-icon-wrap {
    border-radius: 1rem;
    border: 0.1rem solid rgba(var(--light-rgb), 0.12);
    background: rgba(17, 17, 17, 0.60);
    box-shadow: 0 11.931px 17.896px -3.579px rgba(0, 0, 0, 0.10), 0 4.772px 7.159px -4.772px rgba(0, 0, 0, 0.10);
    padding: 2.3rem;
    gap: 1rem;
}
.geotab-icon-bx {
    gap: 1.6rem;
}
.geotab-icon {
    width: 4.8rem;
}
.geotab-icon img {
    width: 100%;
    height: 100%;
    border-radius:  0.35rem;
}
.geotab-icon-title {
    color: var(--light);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}
.geotab-icon-text {
    color: rgba(var(--light-rgb), 0.6);
    font-size: 1.4rem;
    font-weight: 400;
}
.geotab-icon-rc {
    color: #0065C2;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    border-radius: 2.5rem;
    background: rgba(0, 101, 194, 0.10);
    padding: 0.5rem 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.geo-viedo-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    position: relative;
}
.geo-viedo-layer::before,
.geo-viedo-layer::after {
    content: '';
    display: inline-block;
    width: 12.9rem;
    height: 0.1rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
}
.video-layer {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 0.8rem;

    background-color: rgba(var(--primary-color-rgb), 0.07);
    border: 0.1rem solid rgba(var(--primary-color-rgb), 0.3);
    border-radius: 2.5rem;
    padding: 0.7rem 1.4rem;
}
.video-layer::before,
.video-layer::after {
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.fleet-view-icon-wrap {
    border-radius: 1rem;
    border: 0.1rem solid rgba(var(--primary-color-rgb), 0.25);
    background: rgba(var(--primary-color-rgb), 0.05);
    box-shadow: 0 11.931px 17.896px -3.579px rgba(0, 0, 0, 0.10), 0 4.772px 7.159px -4.772px rgba(0, 0, 0, 0.10);
    padding: 2.3rem;
    gap: 1rem;
}
.fleet-view-icon-title {
    color: var(--light);
    font-size: 1.6rem;
    font-weight: 700;
}
.fleet-view-icon-rc {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    border-radius: 2.5rem;
    background: rgba(var(--primary-color-rgb), 0.10);
    padding: 0.5rem 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.geo-features-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.95rem;
}
.geo-features-card {
    border-radius: 1rem;
    border: 0.1rem solid rgba(var(--light-rgb), 0.07);
    background: rgba(var(--light-rgb), 0.03);
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.72rem;
}
.geo-ftrs-card-text {
    color: rgba(var(--light-rgb), 0.6);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4
}
@media (max-width: 1050px) {
    .geotab-partners-hero {
        padding-top: 18.5rem;
        padding-bottom: 8rem;
    }
    .geotab-partners-hero .hero-single-content {
        width: 48%;
    }

    .geotab-icon-wrap,
    .fleet-view-icon-wrap {
        border-radius: 0.6rem;
        padding: 2rem;
    }
}
@media (max-width: 991px) {
    .geotab-partners-hero .hero-single-content,
    .geotab-partners-hero .geotab-hero-right {
        width: 100%;
    }
    .geotab-partners-btn-group {
        margin-top: 3.2rem;
    }
    .geotab-partners-hero .geotab-hero-right {
        padding-top: 3.5rem;
        max-width: 70rem;
    }
    .geo-features-card {
        border-radius: 0.6rem;
        padding: 0.8rem;
        gap: 0.2rem;
    }
    .geo-viedo-layer {
        gap: .5rem;
    }
}
@media (max-width: 520px) {
    .geotab-icon-wrap, .fleet-view-icon-wrap {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: start !important;
    }
}