.tscss .all-users {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.tscss {
    margin-bottom: 75px;
}

.anchide .compare-table-area a.ntb_edit_table_class_41322 {
    display: none;
}

div#gform_wrapper_64 h3 {
    text-align: center;
    color: #003366;
    line-height: 110%;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: normal;
    font-family: 'Poppins';
}

.gform-body.gform_body h4 {
    color: #545454;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 45px;
}


ul#gform_fields_64 li input {
    background: #fff;
    height: 43px;
    padding: 15px 20px !important;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 0;
    outline: 0;
    box-shadow: none;
    max-width: 320px;
    color: #545454;
    padding-left: 10px;
}


input#gform_submit_button_64 {
    background: #003366;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .72px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1;
    position: relative;
    max-width: 200px;
    border-radius: 7px;
    padding: 13px 27px;
    transition: all .3s ease;
    text-align: center;
}

label#label_64_41_1 {
    color: black;
}

ul#gform_fields_64 li input::placeholder {
    color: rgb(0, 51, 102);
}

input#gform_submit_button_64 {
    position: relative;
    line-height: 1;
}

input#gform_submit_button_64:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue);
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .3s ease;
    border-radius: 7px;
    color: #ff7300;
}

.take_sec .gform_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue);
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .3s ease;
    border-radius: 7px;
    color: #ff7300;
}

.take_sec .gform_button:hover:before {
    width: 100%;
}

.take_sec .gform_button:hover {
    color: #fff;
}

.take_sec .gform_button {
    height: 50px;
}

#gform_fields_64 li input {
    border-radius: 4px;
    background: #fff;
    width: 100%;
    max-width: 320px;
    max-height: 43px;
    border: none;
    padding: 0 18px;
}

.gform_footer {
    position: relative;
    /* reference point for absolute positioning */
    display: inline-block;
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Match primary-btn styling */
.gform_footer .gform_button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .72px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 7px;
    padding: 13px 27px;
    border: none;
    text-align: center;
    z-index: 1;
    background: transparent;
    color: #fff;
}

/* Hover overlay effect */
.gform_footer .gform_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue);
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .3s ease;
    border-radius: 7px;
}

.gform_footer .gform_button:hover::before {
    width: 100%;
    color: white;
}

.gform_legacy_markup_wrapper .gform_footer {
    padding: 0px 0 0px 0 !important;
}

.gform_legacy_markup_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* background layer for animation */
.gform_footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff7300;
    /* initial orange */
    border-radius: 7px;
    z-index: 0;
    overflow: hidden;
}

.gform_footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2aba00;
    border-radius: 7px;
    z-index: 0;
    transition: width 0.3s ease;
}

/* hover state */
.gform_footer:hover::after {
    width: 100%;
}

.banner .right img {
    width: 100%;
}

form#gform_64 .gform-footer.gform_footer.top_label {
    height: 45px;
}

.chart-container {
    position: relative;
    height: 100%;
    background-color: #fff;
}

.gauge {
    position: relative;
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

.gauge path {
    fill: none;
    stroke-width: 15;
    stroke-linecap: round;
}

.gauge .bg {
    stroke: #e6e6e6;
}

.gauge .progress {
    stroke: #4a90e2;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1.5s ease;
}

.gauge .text {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
}

.btn_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 60px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    transition: all 0.2s linear;
    position: relative;
    isolation: isolate;
    border: 0;
}

.btn:hover,
.btn:focus {
    color: #fff;
    box-shadow: none;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #003366;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
    border-radius: inherit;
    color: #ff7300;
}

.btn:hover::before {
    width: 100%;
}

.btn_orange {
    background-color: #ff7300;
}

.btn_green {
    background-color: rgb(42, 186, 0);
}

.alert-card-grid {
    padding: 32px 0 56px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: 48px;
    align-items: start;
}

.alert-card {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 10px 22px rgba(0, 0, 0, 0.08);
}

.alert-content {
    padding-left: 40px;
}

.alert-icon {
    position: absolute;
    top: -22px;
    left: -22px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #0b3b69;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    padding: 8px;
    transform: scale(0);
    transition: all 0.5s linear;
}

.in-viewport .alert-icon {
    transform: scale(1);
}

.alert-title {
    margin: 0 0 6px 0;
    color: #2aba01;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.2px;
}

.issued {
    color: #475569;
    font-weight: 700;
    font-size: 18px;
}

.alert-tag {
    display: block;
    margin-top: 18px;
    background: #ffd2ca;
    color: #ff2a00;
    font-weight: 800;
    font-size: 22px;
    padding: 14px 18px;
    border-radius: 12px;
    text-align: center;
}

.gps-tracking {
    background-color: rgb(241 255 235);
    padding: 40px 0;
}

.gps-traking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.map {
    width: 100%;
    height: 320px;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
}

.map video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    pointer-events: none;
}

.fleet-safety {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background-color: rgb(240 240 240);
    padding: 10px;
    gap: 10px;
}

.chart-container canvas {
    width: 100% !important;
}

.alerts {
    background-color: #f1ffeb;
    padding: 0 0 40px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.score-wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    gap: 15px;
}

.stats h4 {
    font-size: 10px;
    text-align: center;
}

.stats strong {
    font-size: 24px;
    font-weight: 500;
    display: block;
    text-align: center;
}

#yourScore {
    color: #2aba00;
}

#variance {
    color: rgb(220 50 65);
}

.enterprise .accordion-item {
    border: 1px solid #d3e5cc !important;
    border-radius: 12px !important;
}

.enterprise .accordion-item picture,
.enterprise .accordion-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.enterprise .accordion-item .accordion-header {
    border-radius: inherit;
}

.enterprise .accordion-item button {
    padding: 10px;
    border-radius: inherit !important;
    gap: 20px;
}

.enterprise .accordion-item button:not(.collapsed) {
    background: inherit;
    color: inherit;
    box-shadow: none;
}

.enterprise .accordion-item button:focus {
    box-shadow: none;
}

.enterprise .accordion-item button:not(.collapsed)::after {
    filter: brightness(0);
}

.enterprise .accordion-item .accordion-body {
    padding-top: 0;
}

.enterprise .accordion-item button {
    padding: 10px;
    border-radius: inherit !important;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
}

.heading-group h3 {
    font-size: 24px;
    color: #545454;
    font-weight: 600;
    margin: 0 0 10px;
}

.heading-group p {
    font-size: 18px;
    color: #545454;
    font-weight: 500;
}

.heading-group {
    margin: 0 0 20px;
}

.serving-slider .slider-sec {
    margin-top: 40px;
}

.gps-heading h2 {
    text-align: center;
    color: var(--blue);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 34px;
    line-height: normal;
}

.take .nav-tabs {
    border: 0;
}

.take .tab-content {
    display: block;
}

.take .nav-tabs .nav-link {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 120px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #fff !important;
}

.take .nav-tabs .nav-link:first-child {
    background: #ff7300;
}

.take .nav-tabs .nav-link:nth-child(2) {
    background: #2aba00;
}

.take-sec.get-pricing {
    background: #ff7300;
    border-top-left-radius: 0;
    display: block;
    padding: 40px 20px 60px;
}

.take-sec.get-pricing>h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px;
    font-family: 'Poppins';
}

.take-sec.get-pricing>p {
    color: #fff;
    font-size: 16px;
}

.serving-slider .btn_group {
    margin-top: 60px;
}

.take-sec.get-pricing input {
    width: 100% !important;
}

.take-sec.get-pricing div#gform_wrapper_2 {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
}

div#gform_fields_2 {
    display: block;
}

.take-sec.get-pricing .ginput_container {
    margin: 0 !important;
}

.take-sec.get-pricing .gfield {
    margin-bottom: 15px;
}

.take-sec.get-pricing .gfield input {
    height: 40px;
    text-align: left;
    padding: 10px 15px;
}

body input#gform_submit_button_2 {
    font-size: 16px;
    position: relative;
    display: block;
    isolation: isolate;
    height: 45px;
    background: transparent !important;
}
body input#gform_submit_button_2:focus {
    outline: none;
}
body input#gform_submit_button_2::before {
    content: "";
    position: absolute;
    background: #2aba00;
    width: 100%;
    z-index: 1;
    inset: 0;
    height: 100%;
    transition: all .3s ease;
    border-radius: 7px;
    display: block;
}

.take-sec.get-pricing .gform-footer.gform_footer.top_label::before {
    background: #003366;
}

.take-sec.take-tour input#gform_submit_button_64 {
    font-size: 16px;
    font-weight: 600 !important;
}

/*form new style */
/* input#gform_submit_button_64 {
    background: #2aba00;
}
div#gform_wrapper_64 h3 {
    color: #fff;
}
.gform-body.gform_body h4 {
    color: #fff;
}
label#label_64_41_1 {
    color: #fff;
} */
/*form new style */

.take-sec.get-pricing .gform-footer.gform_footer.top_label {
    position: relative;
    max-width: 200px;
    justify-content: center;
    height: 45px;
}

.take-sec.take-tour {
    background: #2aba00;
    border-top-left-radius: 0;
    min-height: 390px;
    padding: 40px 20px 60px;
}

.take-sec.take-tour div#gform_wrapper_64 {
    margin: 0;
}

.take-sec.take-tour .gform_heading {
    display: none;
}

.take-sec.take-tour>h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px;
    font-family: 'Poppins';
}

.take-sec.take-tour .gform-body.gform_body li h4 {
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    margin: 0 0 20px;
}

.take-sec.take-tour label#label_64_41_1 {
    color: #fff;
    margin-left: 5px;
}

.chosen-container .chosen-search input.chosen-search-input,
.chosen-container .chosen-search input[type="text"] {
    background: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 0 !important;
    background-size: 0 !important;
    box-shadow: none !important;
}

body .chosen-container .chosen-results li {
    padding-left: 12px !important;
    font-size: 12px !important;
    line-height: 1.5em !important;
}

#gform_2 .gform-loader {
    border-block-end-color: #fff;
    border-block-start-color: #fff;
    border-inline-end-color: #fff;
    font-size: 2.5px;
}

.take-sec.get-pricing .gfield input:focus {
    outline: none !important;
}

body .take-sec.get-pricing .gfield .textarea {
    font-size: 14px;
}

body .take-sec.get-pricing .gfield .textarea:focus {
    outline: none;
    border: 0;
}

body .gform_ajax_spinner {
    font-size: 30px !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
    filter: brightness(0) invert(1);
}

body .gform_ajax_spinner::before,
body .gform_ajax_spinner::after {
    font-size: 30px !important;
    color: #fff !important;
}

#gform_64 input#gform_submit_button_64:hover {
    border: 1px solid #fff !important;
}

#gform_64 .gform_footer::before {
    background: #2aba00;
}

.take-tour .gform-loader {
    align-self: center;
    animation: gformLoader 1.1s infinite linear;
    block-size: 10em;
    border-block-end: 1.1em solid #003366;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #003366;
    border-radius: 50%;
    font-size: 2px;
    inline-size: 10em;
    position: relative;
    justify-content: center;
    display: flex;
    font-size: 2.6px;
}

.fleet-safety .score-wrapper p {
    font-size: 18px;
    color: #545454;
    font-weight: 500;
    text-align: center;
}


.take-sec.get-pricing .validation_message {
    color: #fff !important;
    text-align: left;
}


.take-sec.get-pricing .gfield_checkbox label {
    text-align: left;
    color: #fff !important;
    font-size: 14px !important;
}

.take-sec.get-pricing .gfield_checkbox > .gchoice {
    align-items: center;
}

.take-sec.get-pricing #field_2_9 label {
    color: #fff;
    font-size: 18px;
}
div#gform_confirmation_message_2 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

body #gform_wrapper_64 .gform_validation_errors h2.gform_submission_error {
    color: #fff;
}
body #gform_wrapper_64 .gform_body .gform_fields .gfield .gfield_description {
    font-weight: normal;
    color: #fff;
}
.chosen-single.chosen-default:focus {
    outline: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
    outline: none;
}

@media screen and (max-width: 1400px) {
    .alert-card-grid {
        width: 95%;
        margin: 0 auto;
        gap: 38px;
    }

    .alert-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1023px) {
    .compare-table-area #ntb_table tr td {
        width: 100%;
        padding: 10px !important;
    }

    .compare-table-area #ntb_table tbody.tbody tr:not(:first-child):nth-child(3n+1) {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .gps-traking-grid {
        grid-template-columns: 100%;
    }

    .gps-heading h2 {
        font-size: 26px;
    }

    .alert-tag {
        font-size: 18px;
    }

    .alert-icon {
        width: 62px;
        height: 62px;
        padding: 10px;
    }

    .take-sec.take-tour,
    .take-sec.get-pricing {
        border-top-right-radius: 0;
    }

    .take .nav-tabs .nav-link {
        font-size: 22px;
        padding: 10px;
        flex: 1;
    }

    .take-sec.take-tour>h4 {
        font-size: 26px;
    }

    .take-sec.get-pricing>h4 {
        font-size: 26px;
    }
}


@media screen and (max-width: 767px) {
    .tscss .all-users {
        flex-direction: column;
        margin: 0;
    }


    .compare-table-section h2,
    .faq-area h2 {
        font-size: 26px;
    }

    div#gform_wrapper_64 h3 {
        font-size: 26px;
    }

    .widget_welcome_message_content {
        font-size: 14px;
        padding: 8px;
    }

    .widget_welcome_message_avatar {
        width: 35px;
        height: 35px;
    }

    .heading-group h3 {
        font-size: 22px;
    }

    .heading-group p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .compare-table-area #ntb_table tr td {
        min-width: 33% !important;
        max-width: max-content !important;
        /* background-color: transparent !important; */
    }
}

@media screen and (max-width: 575px) {
    .primary-btn {
        font-size: 14px;
        padding: 8px 27px;
    }

    .take-sec {
        padding: 20px;
    }

    input#gform_submit_button_64 {
        font-size: 14px;
        line-height: 1.4;
        padding: 8px 27px;
        /* height: auto; */
    }

    .solution-section h2,
    .top-choice h2,
    .capabilitites-section h2,
    .test-head h2,
    .tour-box h2,
    .partner-section h2,
    .blog-head h2 {
        font-size: 25px;
    }

    .compare-table-section h2,
    .faq-area h2 {
        font-size: 25px;
    }

    .gform-body.gform_body h4 {
        font-size: 16px;
    }

    .gps-heading h2 {
        font-size: 25px;
    }

    .fleet-safety {
        grid-template-columns: 100%;
    }

    .alert-title {
        font-size: 18px;
    }

    .issued {
        font-size: 16px;
    }

    .alert-tag {
        font-size: 16px;
    }

    .take .nav-tabs .nav-link {
        font-size: 18px;
    }

    .take-sec.take-tour>h4 {
        font-size: 24px;
    }

    .take-sec.get-pricing>h4 {
        font-size: 24px;
    }

    .take-sec.take-tour {
        min-height: 340px;
    }
}

@media screen and (max-width: 480px) {
    .take .nav-tabs .nav-link {
        font-size: 16px;
    }

    .take-sec.take-tour>h4 {
        font-size: 22px;
    }

    .take-sec.get-pricing>h4 {
        font-size: 22px;
    }
}