.cis-card-sec .card1,
.cis-card-sec .card2 {
    border-bottom: 1px solid #ed5814
}

.cis-card-sec .card1,
.cis-card-sec .card3 {
    border-right: 1px solid #ed5814
}

.sub-heading-color {
    color: #646464;
}

.heading-color {
    color: #050038;
}

.quote-text p {
    font-style: normal;
}

.site-button-teal {
    background: #0096A3 !important;
    border: 3px solid #0096A3 !important
}


.porfolio-box .case-study-anchor {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 10;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    transition: .2s;
    display: inline;
    cursor: pointer
}

.custom-flex-operation {
    display: flex;
    gap: 10px
}

.isg-note {
    border-left: 4px solid #0096a3;
    background: #f1f1f1;
    padding: 10px;
    margin-top: 20px
}

.profile-img {
    margin-top: -70px;
    margin-left: 20px
}

.inner-img-card-sec img,
.profile-img img {
    border-radius: 10px
}

.study-bg {
    background-color: #e7fcff;
    padding: 40px 0
}

.deep-bg {
    background-color: #05727d;
    padding: 40px 0
}

.icon-heading {
    font-size: 46px;
    font-weight: 700 !important
}

.broder-teal {
    border-bottom: 4px solid #0096a3;
    line-height: 60px
}

.broder-grey {
    border-bottom: 1px solid #bfbfbf
}

.challenge-btn {
    background-color: #007c86;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 150px;
    padding: 10px;
    margin: -50px auto 30px;
    display: block
}

.site-button {
    border-radius: 15px
}

.testimonial-inner-text-icon {
    font-size: 24px
}

.testimonial-inner-text-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px
}

.testimonial-inner-text-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #646464;
}

.testimonial-inner-text-check {
    width: 22px;
    height: 22px;
    background: #00b5d8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0
}

.solution-section-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 10px
}

.solution-section-wrapper1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 10px
}

.grey-box-item {
    background-color: #fff;
    border: 1px solid #bebaba;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 1px 2px rgba(198, 194, 194, .1)
}

.car-rental-workflow-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1500px;
    margin: 0 auto;
    gap: 0
}

.car-rental-workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 180px
}

.car-rental-workflow-circle-wrap {
    position: relative;
    margin-bottom: 25px
}

.car-rental-workflow-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.car-rental-workflow-circle svg {
    width: 56px;
    height: 56px;
    fill: #ffffff
}

.car-rental-workflow-circle--teal {
    background: #14939a
}

.car-rental-workflow-circle--orange {
    background: #f15a22
}

.car-rental-workflow-circle--blue {
    background: #2a1fd6
}

.car-rental-workflow-circle--cyan {
    background: #14b3da
}

.car-rental-workflow-circle--dark {
    background: #2b2b2b
}

.car-rental-workflow-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.car-rental-workflow-label {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #646464;
}

.car-rental-workflow-arrow {
    flex: 1 1 auto;
    min-width: 40px;
    max-width: 130px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center
}

.car-rental-workflow-arrow svg {
    /* width: 100%;
    height: 20px */
}

@media (max-width:1100px) {
    .car-rental-workflow-container {
        flex-direction: column;
        align-items: center
    }

    .car-rental-workflow-step {
        width: auto
    }

    .car-rental-workflow-arrow {
        width: 20px;
        height: 60px;
        min-width: auto;
        max-width: none;
        transform: rotate(90deg);
        margin: 5px 0
    }

    .car-rental-workflow-arrow svg {
        display: none
    }
}

.rental-platform-operation-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rental-platform-operation-icon svg {
    width: 100%;
    height: 100%;
    fill: #0e8aa8
}

.solution-section-image img {
    width: 100%;
    border-radius: 24px;
    display: block;
    object-fit: cover
}

.solution-section-content {
    width: 100%
}

.solution-section-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px
}

.solution-section-item {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #050038;
    font-weight: 500
}

.solution-section-check {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #00b5d8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700
}

.solution-section-note {
    background: #edf2f5;
    border-left: 5px solid #00b5d8;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #050038;
}

/* .ott-subscriber-system-section {
    padding: 40px 20px;
} */

.ott-subscriber-system-container {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.ott-subscriber-system-card {
    background: #f4f4f4;
    border-radius: 22px;
    box-shadow: 0 7px 0 #08b6e6;
    width: calc(20% - 23px);
    min-height: 120px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.ott-subscriber-system-card:hover {
    transform: translateY(-4px);
}

.ott-subscriber-system-icon {
    font-size: 34px;
    margin-bottom: 14px;
    color: #08b6e6;
    line-height: 1;
}

/* Large Tablets */
@media (max-width: 1199px) {
    .ott-subscriber-system-card {
        width: calc(25% - 21px);
    }
}

/* Tablets */
@media (max-width: 991px) {
    .ott-subscriber-system-card {
        width: calc(33.333% - 19px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ott-subscriber-system-container {
        gap: 20px;
    }

    .ott-subscriber-system-card {
        width: calc(50% - 10px);
        min-height: 110px;
        padding: 20px 15px;
    }

    .ott-subscriber-system-icon {
        font-size: 28px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .ott-subscriber-system-card {
        width: 100%;
    }
}

.truck-operations-wrapper {
    padding: 40px
}

.truck-operations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 55px
}

.truck-operations-card {
    background: #f4f4f4;
    border-radius: 22px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 130px;
    transition: .3s
}

.truck-operations-card:hover {
    transform: translateY(-4px)
}

.truck-operations-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.truck-operations-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0
}

@media (max-width:991px) {

    .solution-section-wrapper,
    .solution-section-wrapper1 {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 25px
    }

    .solution-section-item {
        font-size: 17px
    }

    .solution-section-note {
        font-size: 16px
    }

    .truck-operations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .truck-operations-card {
        padding: 30px 24px
    }

    .truck-operations-title {
        font-size: 20px
    }

    .truck-operations-icon img {
        width: 60px;
        height: 60px
    }

    .casestudy-animation {
        margin-top: 70px
    }

    .form-parent {
        display: flex;
        flex-direction: column
    }

    .first-div {
        order: 2
    }

    .second-div {
        order: 1
    }
}

@media (max-width:767px) {
    .truck-operations-wrapper {
        padding: 20px
    }

    .truck-operations-grid {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .truck-operations-card {
        padding: 24px 20px;
        gap: 18px;
        border-radius: 18px;
        min-height: auto
    }

    .truck-operations-icon img {
        width: 50px;
        height: 50px
    }

    .truck-operations-title {
        font-size: 18px;
        line-height: 1.4
    }

    .solution-section-wrapper,
    .solution-section-wrapper1 {
        padding: 20px;
        gap: 30px
    }

    .solution-section-list {
        gap: 10px
    }

    .solution-section-item {
        align-items: flex-start;
        font-size: 16px;
        gap: 14px
    }

    .solution-section-check {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 12px;
        margin-top: 3px
    }

    .solution-section-note {
        padding: 22px 20px;
        font-size: 16px;
        line-height: 1.6
    }

    .solution-section-image img {
        border-radius: 18px
    }
}

.trucking-cards-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.trucking-card-item {
    flex: 1;
    background: #031338;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    border: 2px solid #101843
}

.lpsite-button {
    border-radius: 30px;
    font-size: 18px
}

@media (max-width:1400px) {
    .lpform-sec {
        min-width: 100%;
        max-width: 100%
    }
}

@media (max-width:600px) {
    .trucking-card-item {
        flex: 1 1 100% !important;
        margin: 10px 0
    }

    .trucking-cards-container {
        gap: 5px
    }
}

@media (max-width: 1550px) {

    .pt-content-height {
        min-height: auto;
    }

    .trucking-card-item {
        flex: 1 1 calc(50% - 20px)
    }
}

@media (max-width:1199px) {
    .trucking-cards-container {
        flex-wrap: wrap;
        gap: 10px
    }

    .trucking-card-item {
        margin: 10px;
        flex: 0 0 calc(45% - 16px)
    }

}

.casestudy-animation {
    position: relative;
    transition: 1s
}

.new-quotes {
    padding: 30px;
    background-color: #01123d;
    border-radius: 20px
}

.new-quotes .quotes-tag,
.new-quotes h2 {
    color: #fff;
    line-height: 28px;
    padding: 15px
}

.banner,
.strip-text {
    background-color: #02133d;
    border-radius: 10px
}

.strip-text {
    padding: 20px
}

.line-height-50 {
    line-height: 50px
}

.yt-play {
    background: url(/transportation/car-rental/img/youtube-button.svg) 50%/contain no-repeat;
    height: 80px;
    width: 80px
}

.banner {
    margin: 20px auto;
    color: #fff;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.strip-bg {
    background: #01123d;
    border-radius: 10px
}

.blue-bg {
    background: #01123d;
}

.car-rental-table-container {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    border: 1px solid #e8e8e8
}

.car-rental-table-row {
    display: flex;
    width: 100%
}

.car-rental-table-header {
    background: linear-gradient(180deg, #2a9499 0, #0f6e73 100%)
}

.car-rental-table-header .car-rental-table-cell {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    padding: 24px 30px
}

.car-rental-table-body .car-rental-table-cell {
    color: #646464;
    font-size: 17px;
    line-height: 1.5;
    padding: 28px 30px
}

/* Odd Body Rows */
.car-rental-table-body:nth-of-type(odd) {
    background: #fff;
}

/* Even Body Rows */
.car-rental-table-body:nth-of-type(even) {
    background: #f5f5f5;
}

.banner-video-wrapper {
    padding-bottom: 56.25%
}

.car-rental-table-cell {
    flex: 1;
    min-width: 0
}

@media (max-width: 900px) {
    .car-rental-table-header .car-rental-table-cell {
        display: none;
    }

    .car-rental-table-container {
        display: flex;
        flex-direction: column;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 12px;
        overflow: hidden;
    }

    .car-rental-table-header {
        display: none;
    }

    .car-rental-table-row {
        display: contents;
    }

    .car-rental-table-body .car-rental-table-cell {
        display: block;
        width: 100%;
        flex: none;
        padding: 14px 25px;
        background: #fff;
        color: #646464;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }

    .car-rental-table-body:nth-of-type(2) .car-rental-table-cell:nth-child(1) {
        order: 1;
    }

    .car-rental-table-body:nth-of-type(3) .car-rental-table-cell:nth-child(1) {
        order: 2;
    }

    .car-rental-table-body:nth-of-type(4) .car-rental-table-cell:nth-child(1) {
        order: 3;
    }

    .car-rental-table-body:nth-of-type(2) .car-rental-table-cell:nth-child(2) {
        order: 11;
    }

    .car-rental-table-body:nth-of-type(3) .car-rental-table-cell:nth-child(2) {
        order: 12;
    }

    .car-rental-table-body:nth-of-type(4) .car-rental-table-cell:nth-child(2) {
        order: 13;
    }

    .car-rental-table-body:nth-of-type(2) .car-rental-table-cell:nth-child(3) {
        order: 21;
    }

    .car-rental-table-body:nth-of-type(3) .car-rental-table-cell:nth-child(3) {
        order: 22;
    }

    .car-rental-table-body:nth-of-type(4) .car-rental-table-cell:nth-child(3) {
        order: 23;
    }

    .car-rental-table-body:nth-of-type(2) .car-rental-table-cell:nth-child(4) {
        order: 31;
    }

    .car-rental-table-body:nth-of-type(3) .car-rental-table-cell:nth-child(4) {
        order: 32;
    }

    .car-rental-table-body:nth-of-type(4) .car-rental-table-cell:nth-child(4) {
        order: 33;
    }

    .car-rental-table-body:nth-of-type(2) .car-rental-table-cell {
        padding-top: 24px;
    }

    .car-rental-table-body:nth-of-type(2) .car-rental-table-cell::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 13px;
        color: #0f6e73;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    }

    .car-rental-table-body:nth-of-type(4) .car-rental-table-cell:nth-child(4) {
        border-bottom: none;
    }
}

@media (max-width: 560px) {
    .car-rental-table-body .car-rental-table-cell {
        padding: 12px 20px;
        font-size: 15px;
    }
}

.banner-item1,
.banner-item2 {
    border-radius: 10px;
    padding: 20px;
    height: 100%
}

.percentage {
    font-size: 80px;
    font-weight: 700;
    color: #ff6a00;
    line-height: 1;
    flex: 0 0 auto
}

.content-strip {
    flex: 1;
    font-size: 24px;
    line-height: 1.5
}

.source {
    margin-top: 10px;
    font-size: 16px;
    opacity: .8
}

.banner-item1 {
    background-color: #12b3c2;
    border: 1px solid #fff;
    color: #fff
}

.banner-item2 {
    background-color: #e25210;
    border: 1px solid #fff;
    color: #fff
}

.banner-item3 {
    background-color: #341070;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    height: 100%
}

.nvidia-card1,
.nvidia-card2,
.nvidia-card3 {
    padding: 20px;
    border-radius: 20px;
    transition: .3s;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
    text-align: left;
    height: 100%
}

.partner-sec-logo {
    border-bottom: 1px solid #ccc
}

.partner-sec-logo h2 {
    color: #4e4d4d;
    font-size: 24px;
    font-weight: 400 !important
}

.logo-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    flex-wrap: wrap;
}

.logo-box {
    flex: 0 0 auto;
}

.logo-box img {
    display: block;
    max-height: 40px;
    width: auto;
}

@media (max-width: 767px) {
    .logo-grid {
        justify-content: center;
        gap: 25px;
    }
}

.row-eq-height {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto
}

.nvidia-card1 {
    background-color: #f4f3ff
}

.nvidia-card2 {
    background-color: #f3fbfd
}

.nvidia-card3 {
    background-color: #fff7f3
}

.sap-product-implementation-light-teal ul li,
.sap-product-implementation-magenta ul li,
.sap-product-implementation-orange ul li {
    margin-bottom: 25px;
    list-style: none;
    position: relative;
    font-size: 16px;
    padding-left: 20px
}

.sap-product-implementation-magenta ul li::before {
    content: "\2713";
    font-weight: 700;
    color: #fff;
    position: absolute;
    font-size: 15px;
    left: 0;
    display: flex;
    top: -4px;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border: 2px solid #612098;
    border-radius: 50px;
    background: #612098
}

.sap-product-implementation-light-teal ul li::before,
.sap-product-implementation-orange ul li::before {
    content: "\2713";
    color: #fff;
    position: absolute;
    font-size: 15px;
    left: 0;
    display: flex;
    top: -4px;
    align-items: center;
    height: 25px;
    width: 25px;
    font-weight: 700
}

.sap-product-implementation-light-teal ul li p,
.sap-product-implementation-magenta ul li p,
.sap-product-implementation-orange ul li p {
    padding-left: 30px;
    text-align: left
}

.sap-product-implementation-light-teal ul li::before {
    justify-content: center;
    border: 2px solid #38b1d5;
    border-radius: 50px;
    background: #38b1d5
}

.sap-product-implementation-orange ul li::before {
    justify-content: center;
    border: 2px solid #ee5a23;
    border-radius: 50px;
    background: #ee5a23
}

.color-magenta {
    color: #612098
}

.light-teal {
    color: #38b1d5
}

.light-orange {
    color: #ee5a23
}

.clover-pos-wrap {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 28px
}

.clover-pos-card {
    display: flex;
    background: #fff;
    border: 2px solid #3aa6b9;
    border-radius: 16px;
    overflow: hidden;
    min-height: 110px
}

.clover-pos-num {
    background: #138f9c;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    min-width: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

.clover-pos-text {
    padding: 16px 18px
}

.clover-pos-text h3 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700
}

.what-we-deliver {
    padding: 50px 0
}

.deliver-card-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px
}

.inner-deliver-card-sec {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -5px 5px 0 rgb(0 150 163);
    border: 1px solid #a3dcea;
    margin-bottom: 10px;
    max-width: 400px
}

.benefit-card,
.clover-card {
    background: #fff;
    max-width: 350px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.benefits-section,
.clover-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto
}

.benefit-card {
    border: 2px solid #00a9b9;
    border-radius: 8px;
    flex: 1 1 300px;
    padding: 20px
}

.case-box ul {
    padding: unset
}

.equal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-content-section-list {
    min-height: 400px;
    background-color: #edfafc
}

.img-content-section img {
    min-height: 400px
}

.img-content-section {
    text-align: right
}

.case-study-underline {
    width: 80%;
    height: 2px;
    background-color: #a5a5a5;
    margin: 0 auto 15px
}

.partner-logo-heroshot {
    right: 0;
    bottom: 0
}



.bg-grey {
    background: #ecf5f4
}

@media (max-width:1050px) {
    .partner-logo-heroshot {
        display: none
    }
}