.transport-page-container {
    padding: 0 !important;
    margin: 0 !important;
    background: #F5F6F7;
}

.transport-page-BannerCont {
    background-image: url('/allied_website/static/src/img/services_page/transport_page/transport_page_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 76vh;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transport-page-bannerHeadingCont {
    height: 118px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.transport-page-bannerHeadingCont h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 69px;
}

.transport-page-bannerHeadingCont span {
    color: #FCFCFC;
    font-weight: 600;
    font-size: 20px;
}

.transport-page-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.transport-page-tab.active {
    background-color: #F6D23C !important;
    transition: background-color 0.3s ease;
}

.transport-page-tab span {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
}

.transport-page-tabsSection {
    width: 75%;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 80px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.transport-page-tabsSectionFinance {
    width: 90%;
    display: block;
    transition: opacity 0.3s ease;
}

.transport-page-LoadMoreBtnCont {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.transport-page-LoadMoreBtn {
    border: 2px solid #F6D23C;
    width: 210px;
    height: 64px;
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.transport-page-LoadMoreBtn span {
    color: #F6D23C;
    font-weight: 600;
    font-size: 23px;
    margin-right: 10px;
}
