/***
=============================================
Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 187px 0px 110px;
    z-index: 1;
    margin-top: -50px;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(6, 46, 57);
    background: linear-gradient(90deg, rgba(6, 46, 57, 1) 13%, rgba(6, 46, 57, 0.8071603641456583) 35%, rgba(6, 46, 57, 0.5550595238095238) 60%, rgba(6, 46, 57, 0.4206057422969187) 100%);
    content: "";
    z-index: -1;
}

.page-header__pattern {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
}

.page-header-desc {
    margin: 50px 0 !important;
    color: white !important;
    font-weight: 400 !important;
}

.book-btn {
    width: 180px;
    height: 50px;
    background-color: black;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.book-btn a {
    color: white !important;
}

.book-btn:hover {
    background-color: #E66A07;
    transition: all 0.4s ease-in-out;
}

.features-section {
    margin-top: 50px;
}

.features-ul {
    display: flex;
    gap: 40px;
}

.features-li {
    display: flex;
    color: white;
    gap: 30px;
    align-items: center;
    color: white;
}

.fa-check {
    background-color: rgb(239, 34, 34);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-arrow-right {
    display: block;
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 13px;
    text-align: center;
}

.page-header__inner {
    width: 80%;
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: 70px;
}

/* .page-header__inner::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -12px;
    width: 5px;
    background: var(--logistiq-base);
    content: "";
} */

.page-header__inner h2 {
    color: var(--logistiq-white);
    font-size: 65px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.page-header__inner .thm-breadcrumb li {
    color: var(--logistiq-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    margin-left: 0px;
}

.page-header__inner .thm-breadcrumb li:last-child {
    margin-right: 0px;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--logistiq-base);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 2px;
}

.about-service-text {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: black;
    margin: 60px;
}

.about-service-table {
    text-align: center;
    margin-bottom: 50px;
}


.service-text {
    padding: 30px 0;
    border: 1px solid rgb(221, 217, 215);
}

.service-text:hover {
    background-color: orangered;
}

.service-text:hover h2 {
    color: white;
}

.service-content-text {
    padding: 30px 0;
    box-shadow: 1px 2px 3px rgb(158, 157, 157);
    font-size: 20px;
}

