:root{
    --primary-color: #F16F24;
}
.site .cus-container {
    height: 80px;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    width:100%;
}
.site .site-header{
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 1000;
    width:100%;
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.main-navigation .menu {
    display: flex;
    gap:40px;
}
.site-header .header-actions .btn.btn-signup {
    background: #F16F24;
}
.language-switcher .gtranslate_wrapper a {
    color: white;
    position: relative;
}
.language-switcher .gtranslate_wrapper a span:nth-child(3) {
    position: absolute;
}
.main-navigation .menu .menu-item a {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 135%;
}

.main-navigation .menu .menu-item a:hover {
    color: #F16F24;
    text-decoration: none;
}

.site-header .main-navigation {
    width: auto;
}

.site-header .site-branding {
    display: flex;
    align-items: center;
    width: 50%;
}

.site-header .header-actions {
    display: flex;
    align-items: center;
    gap:7px;
}
.site-header .site-branding .custom-logo-link {
    width: 100%;
    display: flex;
    align-items: center;
    max-width:123px;
}
.site-header .header-actions .btn {
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-secondary);
    white-space: nowrap;
}
.language-switcher .gtranslate_wrapper a span {
    color: white !important;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 22px;
    font-family: var(--font-secondary);
}

.language-switcher .gtranslate_wrapper a span:nth-child(2) {
    display: inline-block;
    width: 14.5px;
    text-transform: lowercase;
    overflow: hidden;
}
.site-header .header-actions .btn:hover {
    box-shadow: 0 0 10px 2px #fff;
}

.language-switcher .gtranslate_wrapper a img {
    border-radius: 50%;
    opacity: 1;
    max-width: 20px;
    height: 20px;
    width: 100%;
    object-fit: contain;
}

.site-main .entry-header {
    display: none;
}

.site-main .entry-content p:first-child {
    margin:0;
}

.site-main .entry-content {
    margin: 0;
}

.site-main .entry-content .nfd-container {
    padding-inline: 0 !important;
}

.site-main .entry-content .nfd-container [class*=nfd-rounded]:not([style*=-radius]) {
    border-radius: 0 !important;
}

.cus-heor-banner .wp-block-cover__image-background {
    height: 100%;
    width: 100%;
}
.cus-heor-banner .wp-block-cover {
    min-height: 750px;
    overflow: visible;
    height: 100%;
}

.cus-heor-banner .wp-block-cover__inner-container {
    max-width: 1186px;
    margin: 0 auto;
}

.cus-heor-banner .wp-block-cover__inner-container .nfd-p-card-square-lg {
    flex-direction: column;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    gap: 25px;
}

.cus-heor-banner .banner-heading.nfd-text-xl:not([class*=font-size]):not([style*=font-size]) {
    font-family: 'Poppins' !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 100px;
}

.cus-heor-banner .banner-text {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.cus-heor-banner .wp-block-cover__inner-container .nfd-p-card-square-lg .wp-container-core-group-is-layout-8cf370e7 {
    align-items: center;
    gap: 25px;
}

.cus-heor-banner .banner-button.nfd-btn-xl:not([style*=font-weight])>.wp-block-button__link {
    background: #F16F24 !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
}

.cus-heor-banner .banner-button.nfd-btn-xl:not([style*=font-weight])>.wp-block-button__link:hover {
    color: #fff;
    box-shadow: 0 0 10px 1px #fff;
}
.site-main p {
    margin: 0;
}

.home-page .nfd-wb-call-to-action__cta-7 {
    padding-inline: 0 !important;
    padding: 0 20px;
}

.home-page .nfd-wb-call-to-action__cta-7 [class*=nfd-rounded]:not([style*=-radius]) {
    border-radius: 0 !important;
}
.hero-section .info-boxes {
    padding: 60px 16px 0 16px;
}

.hero-section .info-boxes .box {
    max-width: 32%;
    border-radius: 10px;
    width:100%;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #F16622 , #FFC760);
}

.hero-section .info-boxes .box .item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.hero-section .info-boxes .box .item img {
    width: 35px;
    height: 35px;
}

.hero-section .info-boxes .box .item h4 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 9.6px;
}

.hero-section .info-boxes .box .item p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}
.hero-section .info-boxes .boxes-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.dynamic-content {
    position: relative;
}

.hero-section .info-boxes .box.personal .item {
    max-width: 340px;
}
.hero-section .info-boxes .box.business .item {
    max-width: 281px;
}
.hero-section .info-boxes .box.driver .item {
    max-width: 310px;
}
section.hero-section {
    margin-bottom: 90px;
}
.cus-deliver-partner {
    background: #F4F4F4;
    min-height: 1100px;
    display: flex;
    align-items: center;
    padding: 40px 20px;
}

.cus-deliver-partner .cus-services {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    min-height: 777px;
    justify-content:center ;
}
.cus-deliver-partner .cus-services .rider-img {
    max-width: 80%;
    width: 100%;
}

.cus-deliver-partner .cus-services .rider-img img {
    width: 100%;
    height: 100%;
}

.cus-deliver-partner .cus-services .service-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.cus-deliver-partner .cus-services .service-item .cus-Affordable p {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 30px;
    color: #F16622;
}

.cus-deliver-partner .cus-services .service-item .cus-Affordable {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.cus-deliver-partner .cus-services .service-item .cus-Affordable h4 {
    margin: 0;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 50px;
}

.cus-deliver-partner .cus-services .service-item .items {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.cus-deliver-partner .cus-services .service-item .items .list {
    display: flex;
    gap: 30px;
}
.cus-deliver-partner .cus-services .service-item .items .list .hand {
    width: 64px;
    height: 54px;
}

.cus-deliver-partner .cus-services .service-item .items .list .time {
    width: 58px;
    height: 54px;
}

.cus-deliver-partner .cus-services .service-item .items .list .car {
    width: 58px;
    height: 32px;
}

.cus-deliver-partner .cus-services .service-item .items .list .icn_safe {
    width: 56px;
    height: 42px;
}

.cus-deliver-partner .cus-services .service-item .items .list .realtime {
    width: 52px;
    height: 59px;
}

.cus-deliver-partner .cus-services .service-item .items .list .detail {
    display: grid;
    gap: 10px;
}

.cus-deliver-partner .cus-services .service-item .items .list .detail h5 {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.cus-deliver-partner .cus-services .service-item .items .list .detail p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

section.variety-vehicles {
    background: #F4F4F4;
    min-height: 1400px;
    display: flex;
    align-items: center;
}

.variety-vehicles .main-vehicles {
    max-width: 1600px;
    margin: 0 auto;
    min-height: 1320px;
    display: grid;
    gap: 30px;
    align-items: center;
    padding: 20px 20px;
}
.variety-vehicles .main-vehicles .icons-tab {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.variety-vehicles .main-vehicles .icons-tab .vehicles-title {
    display: grid;
    gap: 10px;
    justify-content: center;
}

.variety-vehicles .main-vehicles .icons-tab .vehicles-title h2 {
    margin: 0;
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.variety-vehicles .main-vehicles .icons-tab .vehicles-title p {
    line-height: 22px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3DDE7;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab {
    display: grid;
    text-align: center;
    gap: 16px;
    cursor: pointer;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-mark {
    position: absolute;
    width: 29.63px;
    height: 29.63px;
    display: none;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab.active-tab .veh-icon .tab-mark {display: block;}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-motorcycle {
    width: 97px;
    height: 100px;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-car {
    width: 139px;
    height: 65px;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-parado {
    width: 127px;
    height: 60px;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-mini-van {
    width: 134px;
    height: 77px;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-large-van {
    width: 127px;
    height: 72px;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-lorry {
    width: 136px;
    height: 68px;
}

.variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab.active-tab .veh-icon {
    border-color: #F16F24;
    background: rgba(0, 0, 0, 0.3);
}

.variety-vehicles .main-vehicles .single-vehicle-detail {
    display: grid;
    grid-template-columns: auto;
    gap: 0;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail {
    display: grid;
    gap: 25px;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail h4 {
    margin: 0;
    font-size: 35px;
    font-family: 'Poppins';
    line-height: 45px;
    color: #F16F24;
    font-weight: 700;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table {
    width: 100%;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table table {
    margin: 0;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr {
    border-bottom: 1px solid;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr td {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    border-top: none;
}
.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr.last-row {
    border: none;
}

.veh-image {
    display: flex;
    max-width: 903px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr th {
    width: 285px;
    text-align: left;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 25px;
    border-top: 0;
    padding: 10px 10px 0;
}
section.our-app {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 30px 0 20px;
}

.our-app .customer-app {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 601px;
    height: 100%;
    align-items: center;
}

.our-app .customer-app .app-image {
    max-width: 90%;
    width: 100%;
}

.our-app .customer-app .app-image img {
    width: 100%;
    height: 100%;
}

.our-app .customer-app .app-detail {
    max-width: 494px;
    width: 100%;
    min-height: 491px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our-app .customer-app .app-detail .app-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-app .customer-app .app-detail .app-title h2 {
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}

.our-app .customer-app .app-detail .app-title p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.our-app .customer-app .app-detail .apps {
    display: flex;
    gap: 50px;
}

.our-app .customer-app .app-detail .apps .app-box {
    max-width: max-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.our-app .customer-app .app-detail .apps .app-box img {
    width: 120px;
    height: 120px;
}

.our-app .customer-app .app-detail .apps .app-box p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 700;
}

.our-app .customer-app .app-detail .stores {
    display: flex;
    gap: 24.41px;
}

.our-app .customer-app .app-detail .stores img {
    width: 140.79px;
    height: 46px;
}

section.newsletter {
    min-height: 822px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 50px 0;
}

.newsletter .journey {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    min-height: 522px;
}

.newsletter .journey .journey-banner {
    position: relative;
    height: 522px;
}

.newsletter .journey .journey-banner img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50px;
}

.newsletter .journey .journey-banner .journey-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 90%;
    width:100%;
    min-height: 285px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.newsletter .journey .journey-banner .journey-content h4 {
    margin: 0;
    font-size: 40px;
    font-family: 'Poppins';
    line-height: 52px;
    font-weight: 700;
}

.newsletter .journey .journey-banner .journey-content p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 30px;
}

section.newsletter {
    min-height: 822px;
    display: flex;
    align-items: center;
}

.newsletter .journey .journey-banner .journey-content a {
    text-decoration: none;
    background: #F16F24;
    max-width: 182px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
}

.newsletter .journey .newsletter-box {
    max-width: 775px;
    width: 100%;
    min-height: 522px;
    background: #F4F4F4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter .journey .newsletter-box .news-content {
    max-width: 90%;
    width: 100%;
    min-height: 318px;
    display: grid;
    gap: 50px;
}

.newsletter .journey .newsletter-box .news-content .news-title {
    display: grid;
    gap: 25px;
}

.newsletter .journey .newsletter-box .news-content .news-title h4 {
    margin: 0;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 50px;
}

.newsletter .journey .newsletter-box .news-content .news-title p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 28px;
}

.newsletter .journey .newsletter-box .news-content .news-field {
    display: grid;
    gap: 15px;
    max-width: 598px;
    width: 100%;
}

.newsletter .journey .newsletter-box .news-content .news-field p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 28px;
}

.newsletter .journey .newsletter-box .news-content .news-field form {
    background: #fff;
    border-radius: 10px;
    display: flex;
    min-height: 76px;
    justify-content: space-between;
    padding: 14px 30px;
    flex-direction: column;
    gap: 10px;
}

.newsletter .journey .newsletter-box .news-content .news-field form input[type="email"] {
    border: none;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    width: 100%;
    color: #ADADAC;
}

.newsletter .journey .newsletter-box .news-content .news-field form button {
    padding: 0;
    background: #F16F24;
    border-radius: 10px;
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    height: 32px;
    max-width: 85px;
    font-size: 12px;
}

.newsletter .journey .newsletter-box .news-content .news-field form input[type="email"]:focus {
    border: none;
    outline: none;
}

.site-footer .site-info {
    background: #F16622;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.site-footer .site-info .bottom-bar {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bottom-bar div {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 22px;
}

.bottom-bar .design a {
    color: #fff;
    text-decoration: none;
}

.bottom-bar .design a:hover {
    text-decoration: underline;
}
.footer-main {
    background: linear-gradient(143deg, #F6F6FE 0%, #FFFBF5 100%);
    border-bottom: 1px solid;
    min-height: 448px;
    display: flex;
    align-items: center;
}

.footer-main .footer-content {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    color: #000;
    min-height: 271px;
    gap: 30px;
    padding: 30px 20px;
    flex-direction: column;
}

.footer-main .footer-content .column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-main .footer-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main .footer-content ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 30px;
}

.footer-main .footer-content .column h5 {
    margin: 0;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 27px;
    display: flex;
    justify-content: space-between;
}

.footer-main .footer-content ul li a:hover {
    text-decoration: underline;
}
.footer-main .footer-content .column.column1 {
    gap: 10px;
}

.footer-main .footer-content .column.column1 .footer-logo {
    width: 338px;
    height: 56px;
}
.language-switcher .gtranslate_wrapper .gt_languages a span{
    color:#000 !important;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}
.footer-main .footer-content .column.column1 p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 30px;
}

.footer-main .footer-content .column.column1 .follow {
    max-width: 308px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-main .footer-content .follow img {
    width: 79px;
    height: 13px;
}

.footer-main .footer-content .follow .social-links {
    display: flex;
    gap: 10px;
}

.footer-main .footer-content .follow .social-links a img {
    width: 40px;
    height: 40px;
}

.footer-main .footer-content .follow .social-links a {
    display: flex;
}

.footer-main .footer-content .column2 a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 30px;
    font-weight: 400;
}

.footer-main .footer-content .column2 p {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.footer-main .footer-content .column2 a:hover {
    text-decoration: underline;
}
/* Small menu. */
.menu-toggle{
    display: block;
}
.main-navigation.toggled ul.menu {
    display: block;
    position: absolute;
    z-index: 9856;
    background: var(--primary-color);
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    padding:10px 0;
}
.main-navigation.toggled ul.menu .current-menu-item {
    background: #fff;
}

.main-navigation.toggled ul.menu .current-menu-item a {
    color: #f16f24;
}
.language-switcher .gtranslate_wrapper .gt_languages {
    max-height: max-content !important;
}
.main-navigation.toggled ul.menu a {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 20px;
    padding: 10px 20px;
    cursor: pointer;
}

.main-navigation ul.menu {
    display: none;
}
.site-header .main-navigation {
    display: flex;
    justify-content: end;
}

button.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor:pointer;
}
button.menu-toggle:focus{
    outline: none;
}

button.menu-toggle img {
    max-width: 30px;
    height: 30px;
    display: block;
    width: 100%;
}

.variety-vehicles .main-vehicles .single-vehicle-detail{
    display: none;
}

.cus-slider .carousel-inner .carousel-item .slider-box {
    position: absolute;
    z-index: 9999;
    top: 20px;
    bottom: 0;
    left: 30px;
    max-width: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 327px;
}

.cus-slider .carousel-inner .carousel-item .slider-box h4 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 50px;
    max-width: 492px;
    width: 100%;
    margin: 0;
}
.cus-slider .carousel-inner .slide-text{
    max-width: 640px !important;
}

.cus-slider .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    cursor: pointer;
}
.cus-slider .carousel-inner .carousel-item .slider-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Poppins';
    color: #fff;
}

section.main-slider {
    padding: 30px 20px;
}
.cus-slider .carousel-inner .carousel-item .slider-box a {
    background: #F16F24;
    color: #fff;
    border-radius: 10px;
    max-width: 110px;
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cus-slider {
    max-width: 1600px;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
}
.cus-slider .carousel-inner {
    height: 400px;
}
.cus-slider .carousel-inner .carousel-item{
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.cus-slider .carousel-inner .carousel-item img{
    height:100%;
}
.sliding-tabs{
    max-width: 1600px;
    margin: 0 auto;
}

section.em-tabs-section {
    background: #F4F4F4;
    min-height: 1000px;
    display: flex;
    padding: 0 20px;
    align-items: center;
}

section.em-tabs-section .sliding-tabs {
    max-width: 1600px;
    min-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 120px;
    flex-direction: column;
}

section.em-tabs-section .sliding-tabs .title {
    max-width: 756px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
}

section.em-tabs-section .sliding-tabs .title h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
}

section.em-tabs-section .sliding-tabs .title p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins';
}

section.em-tabs-section .sliding-tabs .owl-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    cursor: pointer;
}

section.em-tabs-section .sliding-tabs .owl-item .item .em-img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 200px;
    height: 200px;
    padding: 20px;
    margin: 0 auto;
}

section.em-tabs-section .sliding-tabs .owl-item .item .em-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.em-tabs-section .sliding-tabs  .em-caption {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.em-tabs-section .sliding-tabs .em-caption h5 {
    font-size: 30px;
    font-family: 'Poppins';
    text-align: center;
    line-height: 35px;
    margin: 0;
    color: #F16F24;
}

.em-tabs-section .sliding-tabs .em-caption p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 30px;
    text-align: center;
}

section.em-tabs-section .sliding-tabs button {
    border: 1px solid;
    background: #f16f24;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
}


section.em-tabs-section .sliding-tabs .em-slider .owl-nav {
    margin-top: 50px;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-nav button {
    font-size: 35px;
    border: 1px solid #f16f24;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 20px;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-nav button span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-nav button:hover {
    background: #f16f24;
    color: #fff;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-nav button:focus {
    outline: none;
}
section.em-tabs-section .sliding-tabs .em-slider .owl-dots button {
    background: none;
    border: none;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-dots button span {
    background: #fff;
    border: 1px solid #f16f24;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-dot.active span {
    background: #869791;
}

section.em-tabs-section .sliding-tabs .em-slider .owl-dots button:focus {
    outline: none;
}
.modal-body .single-vehicle-detail {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
}

.modal-body .single-vehicle-detail h4 {
    font-size: 60px;
    line-height: 80px;
    color: #F16F24;
}

.modal-body .single-vehicle-detail .veh-detail {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.modal-body .single-vehicle-detail .veh-detail th {
    width: 285px;
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 30px;
    font-weight: 500;
}

.modal-body .single-vehicle-detail .veh-detail td {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
}

.modal-footer button {
    border: none;
    color: #fff;
    background: #F16F24;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
}

.modal-title {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    color: #f16f24;
}
section.em-tabs-section .sliding-tabs button:focus {
    outline: none;
}

.hero-section .info-boxes {
    position: absolute;
    bottom: -5%;
    width: 100%;
    left: 0;
    right: 0;
}

.hero-section .info-boxes .box .item p{
    display: none;
}

.em-footer-content{
    display: none;
}

.footer-tabs .em-footer-content{
    display: block;
}

.footer-tabs .bi-chevron-up{
    display: block;
}
.bi-chevron-up{
    display: none;
}
.bi-chevron-down{
    display: block;
}
.footer-tabs .bi-chevron-down{
    display: none;
}

/* Extra small devices (up to 575px) */
@media (max-width: 575px) {
    .cus-deliver-partner .cus-services .service-item .items .list{
        gap: 15px;
    }
    .our-app .customer-app .app-detail .app-title{
        gap: 0;
    }
    .our-app .customer-app .app-detail .app-title h2{
        font-size: 40px;
    }
    .cus-heor-banner .wp-block-cover{
        min-height: 650px;
    }
    .our-app .customer-app .app-detail .apps .app-box{
        gap: 10px;
    }
    .our-app .customer-app .app-detail{
        gap: 30px;
    }
    .our-app .customer-app .app-image{
        max-width: 100%;
    }
    .cus-deliver-partner .cus-services .service-item{
        gap: 10px;
    }
    .cus-deliver-partner .cus-services .service-item .cus-Affordable p{
        font-size: 16px;
    }
    .cus-deliver-partner .cus-services .rider-img{
        max-width: 100%;
    }
    .cus-deliver-partner .cus-services .service-item .cus-Affordable{
        gap: 0;
    }
    section.our-app{
        min-height: 100%;
    }
    .hero-section .info-boxes{
        bottom: -6%;
    }
    .cus-deliver-partner .cus-services .service-item .cus-Affordable h4{
        font-size: 26px;
    }
    .cus-deliver-partner .cus-services .service-item .items .list img{
        height: 35px !important;
        width: 40px !important;
    }
    .cus-deliver-partner .cus-services .service-item .items .list .detail h5{
        font-size: 18px;
    }
    .cus-deliver-partner .cus-services .service-item .items .list .detail{
        gap: 0;
    }
    .cus-deliver-partner .cus-services .service-item .items .list .detail p{
        font-size: 14px;
    }
    .cus-deliver-partner .cus-services .service-item .items{
        gap: 10px;
    }
    section.variety-vehicles{
        min-height: 100%;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail h4{
        font-size: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-mark{
        width: 18px;
        height: 18px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail{
        min-height: 100%;
    }
    .cus-slider .carousel-inner .carousel-item .slider-box p{
        font-size: 14px;
        line-height: 22px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items{
        gap: 0;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab{
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
        width: 31%;
        justify-content: center;
        gap: 5px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-motorcycle {
        width: 32px;
        height: 33px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-car {
        width: 36px;
        height: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-parado {
        width: 36px;
        height: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-mini-van {
        width: 36px;
        height: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-large-van {
        width: 36px;
        height: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon .tab-lorry {
        width: 36px;
        height: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab .veh-icon{
        padding: 0 15px;
        border-radius: 10px;
        width: 100%;
        height: 60px;
    }
    .hero-section .info-boxes .boxes-content{
        gap: 6px;
    }
    .variety-vehicles .main-vehicles .icons-tab .tabs-items .single-tab p {
        font-size: 12px;
    }
    .variety-vehicles .main-vehicles{
        gap:0;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail{
        gap:5px;
    }
    .modal-body .single-vehicle-detail .veh-detail th,.modal-body .single-vehicle-detail .veh-detail td {
        display: block;
        width: 100%;
        padding-top: 35px;
    }
    .m-cycle {
        width: 36px;
    }
    section.hero-section{
        margin-bottom: 60px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr th{
        font-size: 14px;
        padding: 5px 10px 0;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr td{
        font-size: 13px;
        padding: 7px 10px;
    }
}

/* Mobile landscape (576px to 767px) */
@media (min-width: 576px)  {
    .variety-vehicles .main-vehicles .icons-tab .vehicles-title p{
        font-size: 16px;
        line-height: 30px;
    }
    .variety-vehicles .main-vehicles .icons-tab .vehicles-title h2{
        font-size: 40px;
    }
    .variety-vehicles .main-vehicles .icons-tab .vehicles-title{
        gap: 20px;
    }
    .modal .modal-dialog {
        max-width: 80%;
    }
    .site .cus-container{
        gap:20px;
    }

    .site-header .header-actions .btn {
        padding: 14px 30px;
    }
    .site-header .site-branding .custom-logo-link{
        max-width:100%;
    }

}

/* Tablets portrait (768px ) */
@media (min-width: 768px)  {
    .hero-section .info-boxes .box{
        min-height: 130px;
        height: 100%;
    }
    .variety-vehicles .main-vehicles .icons-tab{
        gap: 70px;
    }

    .cus-slider .carousel-inner .carousel-item .slider-box {
        top: 50px;
        left: 50px;
    }

    .newsletter .journey .journey-banner,  .newsletter .journey .newsletter-box{
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
    }
    .site-header .site-branding {
        width: 100%;
    }
    .site-header .main-navigation{
        width:100%;
    }
    .site-header .header-actions{
        width: 100%;
    }
    .site .cus-container {
        gap: 40px;
    }
    section.our-app{
        min-height: 991px;
    }
    .site-header .header-actions{
        gap:15px;
    }
}

/* Tablets landscape (992px) */
@media (min-width: 992px) {
    .footer-main .footer-content .bi-chevron-up{
        display: none;
    }
    .footer-main .footer-content .bi-chevron-down{
        display: none;
    }
    .em-footer-content{
        display: block;
    }
    .footer-main .footer-content{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-main .footer-content .column{
        width: 48%;
    }
    .hero-section .info-boxes .box .item p{
        display: block;
    }
    .hero-section .info-boxes .box .item h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-section .info-boxes .box .item img {
        width: 59px;
        height: 75px;
    }

    .hero-section .info-boxes .box .item {
        align-items: center;
        gap: 30px;
    }
    .hero-section .info-boxes .box {
        max-width: 32%;
        border-radius: 15px;
        height: 300px;
        min-height: 100%;
    }

    section.variety-vehicles{
        min-height: 1450px;
        padding: 50px 0;
    }
    .variety-vehicles .main-vehicles{
        min-height: 1230px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail{
        gap:90px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody{
        gap: 10px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr td{
        font-size:18px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr th {
        font-size: 20px;
        line-height: 30px;
        width: 285px;
        padding: 12px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail h4 {
        font-size: 60px;
        line-height: 80px;
    }

    .cus-slider .carousel-inner .carousel-item .slider-box a {
        max-width: 128px;
        width: 100%;
        height: 52px;
        font-size: 16px;
    }
    .cus-slider .carousel-inner .carousel-item .slider-box p{
        font-size: 18px;
        line-height: 30px;
    }
    .cus-slider .carousel-inner .carousel-item .slider-box h4 {
        color: #FFF;
        font-size: 60px;
        font-family: 'Poppins';
        font-weight: 700;
        line-height: 80px;
        max-width: 492px;
        width: 100%;
        margin: 0;
    }
    .cus-slider .carousel-inner .carousel-item .slider-box {
        top: 102px;
        left: 90px;
        max-width: 724px;
        width: 100%;
        gap: 40px;
        min-height: 327px;
    }
    .cus-slider .carousel-inner {
        height: 500px;
    }

    section.main-slider {
        padding: 244px 20px;
    }
    .cus-slider .carousel-inner .carousel-item{
        height: 100%;
        border-radius: 0;
        overflow: hidden;
    }


    .cus-deliver-partner .cus-services .service-item .items .list .detail h5{
        font-size: 30px;
    }
    .cus-deliver-partner .cus-services .service-item .items .list .detail p{
        font-size: 18px;
    }
    .cus-deliver-partner .cus-services .service-item .items .list .detail{
        gap: 20px;
    }
    .variety-vehicles .main-vehicles .icons-tab .vehicles-title p{
        font-size: 18px;
        line-height: 40px;
    }
    .footer-main .footer-content .column2 a{
        font-size: 18px;
    }
    .footer-main .footer-content ul li a{
        font-size: 18px;
    }
    .footer-main .footer-content .column2 p{
        font-size: 18px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table tbody tr{
        display: block;
        gap:10px;

    }
    .cus-heor-banner .banner-heading.nfd-text-xl:not([class*=font-size]):not([style*=font-size]){
        font-size: 90px !important;
    }
    .cus-heor-banner .banner-text{
        font-size: 18px;
    }

    .site .site-header {
        height: 100px;
    }
    .main-navigation.toggled ul.menu{
        top:100px;
    }

    .cus-heor-banner .wp-block-cover__inner-container .nfd-p-card-square-lg .wp-container-core-group-is-layout-8cf370e7 {
        gap: 40px;
    }
    .cus-heor-banner .wp-block-cover__inner-container .nfd-p-card-square-lg{
        gap: 40px;
    }
    .cus-heor-banner .wp-block-cover{
        min-height: 1102px;
    }
    .newsletter .journey .journey-banner .journey-content{
        gap: 50px;
    }
    .newsletter .journey .journey-banner .journey-content{
        max-width: 611px;
    }
    .newsletter .journey .journey-banner img{
        border-right: 0;
    }
    .newsletter .journey .journey-banner .journey-content h4 {
        font-size: 60px;
        line-height: 80px;
    }
    .newsletter .journey .newsletter-box .news-content{
        max-width: 620px;
        gap:80px;
    }
}

/* Large desktops (1200px) */
@media (min-width: 1200px) {
    .footer-main .footer-content .column{
        width: 100%;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail .veh-detail .table{
        max-width: 735px;
    }
    .variety-vehicles .main-vehicles {
        padding:0 20px;
    }
    .veh-image .m-cycle {
        height: 600px;
        min-height: 735px;
    }
    .veh-image{
        min-height: 734px;
        height:100%;
    }
    .modal-body .single-vehicle-detail{
        grid-template-columns: auto auto;
    }

    .language-switcher .gtranslate_wrapper a span:nth-child(2){
        width: 21.5px;
    }
    .variety-vehicles .main-vehicles .icons-tab .vehicles-title h2{
        font-size: 60px;
        line-height: 80px;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail{
        grid-template-columns: auto auto;
    }
    .site .site-header{
        height:138px;
    }
    .main-navigation.toggled ul.menu{
        top:138px;
    }
    .our-app .customer-app .app-detail .app-title p{
        font-size: 18px;
    }
    .our-app .customer-app .app-detail{
        gap: 80px;
    }
    .our-app .customer-app .app-detail .app-title h2{
        font-size: 60px;
        line-height: 80px;
    }
    .our-app .customer-app .app-detail .app-title{
        gap:40px;
    }
    .cus-deliver-partner .cus-services .service-item .cus-Affordable{
        gap: 40px;
    }
    .cus-deliver-partner .cus-services .service-item{
        gap: 50px;
        width: 48%;
    }
    .newsletter .journey .journey-banner{
        min-height: 522px;
        height: 100%;
    }

    .cus-deliver-partner .cus-services .service-item .cus-Affordable h4{
        font-size: 60px;
        line-height: 80px;
    }
    .cus-deliver-partner .cus-services .service-item .cus-Affordable p{
        font-size: 30px;
        line-height: 30px;
    }
    .newsletter .journey .newsletter-box .news-content .news-field form {
        flex-direction: row;
        gap: 0;
    }
    .newsletter .journey .newsletter-box .news-content .news-field form button {
        padding: 14px 30px;
        height: 52px;
        max-width: 100%;
        font-size: 16px;
    }

    .newsletter .journey .newsletter-box .news-content .news-title{
        gap:50px;
    }
    .newsletter .journey .newsletter-box .news-content .news-title h4{
        font-size: 60px;
        line-height: 80px;
    }
    .newsletter .journey .newsletter-box .news-content .news-field{
        gap:40px;
    }
    .newsletter .journey .newsletter-box .news-content .news-field p{
        font-size: 18px;
        line-height: 30px;
    }
    .newsletter .journey .newsletter-box .news-content .news-title p{
        font-size: 25px;
        line-height: 30px;
    }
    .cus-deliver-partner .cus-services{
        gap: 157px;
    }
    .our-app .customer-app {
        flex-direction: row;
        gap: 198px;
    }
    .newsletter .journey {
        gap: 50px;
    }
    .our-app .customer-app .app-image {
        max-width: 911px;
    }
    .cus-deliver-partner {
        padding: 0 20px;
    }
    .footer-main .footer-content {
        display: flex;
        flex-direction:row;
        gap: 45px;
        padding: 0 20px;
        flex-wrap: nowrap;
    }
    .site-header .header-actions .btn {
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
    }
    .language-switcher .gtranslate_wrapper a img {
        max-width: 30px;
        height: 30px;
    }
    .language-switcher .gtranslate_wrapper a span {
        font-size: 17px !important;
    }

    .footer-main .footer-content .column.column1 {
        gap: 30px;
    }
    .footer-main .footer-content .column {
        gap: 27px;
    }

    .footer-main .footer-content .column1 {
        max-width: 405px;
    }

    .footer-main .footer-content .column2 {
        max-width: 330px;
    }

    .footer-main .footer-content .column3 {
        max-width: 187px;
    }

    .footer-main .footer-content .column4 {
        max-width: 176px;
    }
    .cus-deliver-partner .cus-services .rider-img{
        min-height: 777px;
        max-width: 100%;
        width: 37%;
    }

    .hero-section .info-boxes {
        position: absolute;
        bottom: -17%;
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero-section .info-boxes .boxes-content{
        gap: 35px;
    }
    .hero-section .info-boxes .box{
        max-width: 30%;
    }
    section.hero-section {
        margin-bottom: 321px;
    }

}

/* Extra large screens (1440px and up) */
@media (min-width: 1440px) {


    .newsletter .journey{
        flex-direction: row;
    }
    .newsletter .journey .journey-banner{
        max-width: 100%;
        margin: 0;
    }
    .newsletter .journey .newsletter-box{
        max-width: 775px;
        margin: 0;
    }
    .footer-main .footer-content{
        gap:157px;
    }
    .menu-toggle{
        display: none;
    }
    .main-navigation ul.menu {
        display: flex;
    }
    .variety-vehicles .main-vehicles .single-vehicle-detail {
        grid-template-columns: auto auto;
    }

}

/* Extra large screens (1440px and up) */
@media (min-width: 1600px) {
    .cus-slider .carousel-inner {
        height: 100%;
    }
    .cus-slider {
        min-height: 519px;
    }
    
    .cus-deliver-partner .cus-services .rider-img {
        width: 37%;
    }
    .cus-deliver-partner .cus-services .service-item{
        gap:90px;
    }
    .site-header .header-actions {
        gap:28px;
    }
    .cus-deliver-partner .cus-services .service-item {
        width: 53%;
    }

    .hero-section .info-boxes .box{
        max-width:500px;
    }

    .hero-section .info-boxes {
        padding:0;
    }
    .cus-deliver-partner .cus-services{
        gap:156px;
    }
}

@media (min-width: 1700px) {
    .hero-section .info-boxes .boxes-content{
        gap: 50px;
    }
}