.hero-service{
    min-height: 50vh !important;
    padding: 200px 0px 40px 0px;
}

.hero-service .content {
    display: flex;
    flex-direction: row;
}

.hero-service .content .left {
    height: 100%;
    width: 55%;
    padding-right: 50px;
    z-index: 1;
    padding-left: calc(max(0px, 100vw - 1300px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-service .content .left h1{
    color: var(--tc-light-1);
    font-size: var(--font-size-h1);
    margin-bottom: 20px;
}

.hero-service .content .left p, .hero-service .content .left b{
    color: var(--tc-light-2);
}

.hero-service .content .right {
    height: 100%;
    min-height: 300px;
    width: 45%;
    position: relative;
    z-index: 2;
}

.hero-service .content .right .underlay {
    height: 100%;
    width: calc(100% + 50px);
    position: absolute;
    transform: skewX(-10deg);
    background-color: white;
    z-index: -1;
    border-top: 10px solid var(--primary-900);
}

.hero-service .content .right .content {
    height: 100%;
    color: black;
    padding-right: calc(max(0px, 100vw - 1300px) / 2);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hero-service .content .right .content ul {
    list-style: none;
    padding-left: 50px;
    margin-bottom: 0px;

}

.hero-service .content .right .content ul li{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--bc-light-1);
    padding: 4px 0px;

}

.hero-service .content .right .content ul li:last-child{
    border-bottom: none;
}

.hero-service .content .right .content ul li i {
    color: var(--primary-900);
    font-size: 1.5rem;
    margin-right: 16px;
}

.hero-service .content .right .content ul li span strong {
    font-size: 1.1rem;
} 

@media screen and (max-width:991px) {
    .hero-service{
        min-height: 50vh !important;
        padding: 160px 0px 0px 0px;
    }

    .hero-service .content {
        display: flex;
        flex-direction: column;
    }

    .hero-service .content .left {
        width: 100%;
        padding-bottom: 20px;
    }

    .hero-service .content .right {
        width: 100%;
    }

    .hero-service .content .right .underlay { 
        transform: skewX(0deg);
    }

    .hero-service .content .right .content {
        padding: 0px 12px;
    }

    .hero-service .content .right .content ul {
        padding-left: 0px;
        padding: 28px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 1312px) {
    .hero-service .content .left {
        padding-left: 12px;
    }

    .hero-service .content .right .content {
        padding-right: 12px;
    }
}




















.service-first-section-list{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px 20px;
}

.service-first-section-list-item{
    margin-bottom: 16px;
    background-color: var(--bgc-light-1);
    border:1px solid var(--bc-light-1);
    overflow: hidden;
}

.service-first-section-list-item h3 {
    background-color: var(--primary-900);
    font-size: var(--font-size-p);
    padding: 6px 8px;
    margin-bottom: 4px;
    color: var(--tc-light-1);
}

.service-first-section-list-item h3 i{
    color: var(--tc-light-1);
    margin-right: 8px;

}

.service-first-section-list-item p {
    margin-bottom: 0px;
    padding: 4px 8px;
}

@media (min-width: 992px) {
    .service-first-section-list{
        grid-template-columns: 1fr 1fr;
    }
}











/* .services-step {
    margin-bottom: 8px;
} */




.services-step-number-header {
    width: 90%;
    display: flex;
    flex-direction: row;
    background-color: var(--bgc-light-1);
    border:1px solid var(--bc-light-1);
    border-right: 3px solid var(--primary-900);
}



.services-step-number-header .number {
    background-color: var(--primary-900);
    width: 10%;
    max-width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.services-step-number-header .number p{
    color: var(--tc-light-1);
    font-weight: bold;
    margin: 0px;
    padding: 10px;
}

.services-step-number-header .header h3 {
    padding: 12px 8px;
    font-size: 1.25rem;
    margin: 0px;
}

.services-step-content {
    padding: 8px 0px;
    width: 90%;
}

@media (max-width: 991px) {
    .services-step-number-header {
        width: 100%;
    }

    .services-step-number-header .number {
        background-color: var(--primary-900);
        width: 20%;
    }

    .services-step-number-header .header h3 {
        font-size: 1.1rem;
    }

    .services-step-content {
        width: 100%
    }
}















.services-logistics-items-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 12px;
    
}

@media (max-width: 991px) {
    .services-logistics-items-wrapper {
        grid-template-columns: 1fr;
    }
}

.services-logistics-item{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 0px;
}

.services-logistics-item span, .services-logistics-item span strong{
    color: var(--bc-light-2);
}

.services-logistics-item .header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.services-logistics-item .header h3{
    margin: 0px;
    margin-left: 8px;
    padding-left: 12px;
    color: var(--bc-light-1);
    border-left: 2px solid var(--bc-light-1);
}

.services-logistics-item .header i{
    color: var(--primary-900);
    font-size: 2rem;
    
    padding: 12px;
}























.serivces-why-important-wrapper {
    width: 100%;
    background-color: var(--bgc-light-1);
    border: 1px solid var(--bc-light-1);
    border-radius: 8px;
}

.serivces-why-important-list-h3 {
    background-color: var(--primary-900);
    padding: 12px;
    color: white;
    font-size: 1.1rem;
    border-radius: 8px 8px 0px 0px;
}


.serivces-why-important-list {
    list-style: none;
    padding-left: 0px;
    margin: 8px;
}


.serivces-why-important-list li {
    margin: 12px 0px;
    padding: 8px;
    border: none;
    border-left: 3px solid var(--primary-900);
    background-color: var(--bgc-light-2);
}


.serivces-why-important-list li h4{
    margin-bottom: 0px;
    font-size: 1.25rem;
}

.serivces-why-important-list li h4 i{
    color: var(--primary-900);
    margin-right: 8px
}


.serivces-why-important-list li p{
    margin-bottom: 0px;
}


@media (max-width: 991px) {
    .serivces-why-important-wrapper {
        width: 100%;
    }
}



.service-case-studies-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px 12px;
}

.service-case-studies-wrapper .case-study-card {
    border: 1px solid var(--bc-light-1);
    background-color: var(--bgc-light-1);
    border-radius: 8px;
    overflow: hidden;
}

.service-case-studies-wrapper .case-study-card .img-wrapper {
    aspect-ratio:  4 / 3;
}

.service-case-studies-wrapper .case-study-card .content{
    padding: 12px;
}

.service-case-studies-wrapper .case-study-card .content p{
}

.service-case-studies-wrapper .case-study-card .content a{
    margin: 0px;
}

@media (max-width: 991px) {
    .service-case-studies-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 0px;
    }
}














.service-linked-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 8px;
}

@media (max-width: 991px) {
    .service-linked-services-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px 8px;
    }
}

.service-linked-services-grid .hero {
    aspect-ratio: 16 / 9;
}

.service-linked-services-grid .hero .overlay {
    background: rgba(0,0,0,.7);
}

.service-linked-services-grid .hero .content {
    padding: 8px;
    text-decoration: none;
    text-align: center;
}

.service-linked-services-grid .hero .content:hover h3 {
    opacity: 0;
    transition: 0.5s;
    display: none;
}

.service-linked-services-grid .hero .content:hover i {
    opacity: 1;
    transition: 0.5s;
    display: block;
    
}

.service-linked-services-grid .hero .content h3 {
    opacity: 1;
    font-size: 1.1rem;
    color: var(--tc-light-1);
}

.service-linked-services-grid .hero .content i {
    font-size: 2rem;
    color: var(--tc-light-1);
    opacity: 0;
    display: none;
}















.hero-service-contact {
    padding: 80px 0px 80px 0px;
}

.hero-service-contact .content div div:first-child p, .hero-service-contact .content div div:first-child p b{
    color: var(--tc-light-1);
}


.hero-service-contact-ul {
    list-style: none;
    padding-left: 50px;
    margin-bottom: 0px;

}

.hero-service-contact-ul li{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--bc-dark-1);
    padding: 4px 0px;

}

.hero-service-contact-ul li:last-child{
    border-bottom: none;
}

.hero-service-contact-ul li i {
    color: var(--primary-900);
    font-size: 1.5rem;
    margin-right: 16px;
}

.hero-service-contact-ul li span{
    color: var(--tc-light-1);
}

.hero-service-contact-ul li span strong {
    font-size: 1.1rem;
    color: var(--tc-light-1);
}


@media screen and (max-width:991px) {
    .hero-service-contact-ul {
        padding-left: 0px;
        padding: 28px 0px;
        width: 100%;
    }
}

/* .img-centered-fill-wrapper{
    position: relative;
    display: grid;
    isolation: isolate;
    overflow: hidden;
}

.img-centered-fill-wrapper > img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

/* .img-wrapper {
    width: 100%;
    overflow: hidden;
}

.img-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */





/* .hero-service-block{
    height: 200px;
}

.hero-service-block .overlay{
    background: rgba(0,0,0,.75);
}

.hero-service-block .content{
    padding: 8px;
}

.hero-service-block .content h3{
    font-size: 1.5rem;
    text-align: center;
}

.service-breadcrumbs-wrapper .c-breadcrumbs .breadcrumb .active{
    color: white !important;
}

.service-breadcrumbs-wrapper .c-breadcrumbs .breadcrumb .breadcrumb-item::before{
    color: white !important;
} */