.dta-detai-breadcrumb{
position: relative;
padding: 247px 0 0;
background-image: url("../images/bg/breadcrumb-banner.webp");
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
z-index: 1;
}

.dta-detai-breadcrumb::before{
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient(to right, rgba(3, 3, 3, 0.92) 0%, rgba(3, 3, 3, 0.78) 35%, rgba(3, 3, 3, 0.45) 65%, rgba(3, 3, 3, 0.12) 100%);
    z-index: -1;
}

.dta-detai-breadcrumb .section-title {
 width: 76%;
}
.dta-detai-breadcrumb .breadcrumb-content{
    margin-left: 24px;
}
.dta-detai-breadcrumb h1 {
    font-size: 47px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.pxl-breadcrumb{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    list-style: none;
    color: var(--color-secondary);
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    font-weight: 500;
    background-color: #fff;
    padding: 16px 34px;
    border-radius: 12px 12px 0 0;
    max-width: max-content;
}
.pxl-breadcrumb li{
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-right: 1px solid #b2b2b9;
}
.pxl-breadcrumb li:first-child{
    padding-left: 0;
}
.pxl-breadcrumb li:last-child{
    padding-right: 0;
    border-right: none;
}
.pxl-breadcrumb a{
    display: flex;
    align-items: center;
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s ease;
}
.pxl-breadcrumb a:hover{
    color: var(--color-secondary);
}
.pxl-breadcrumb .active{
    color: var(--color-secondary);
    font-weight:600;
}
.dta-detail-intro{
    padding:5rem 0 0;
    position:relative;
}
.dta-detail-intro .animated-arrow-line {
    left: 77%;
    top: 0%;
    height: 227px;
    z-index: -4;
}
.dta-detail-intro .section-title {
    width: 60%;
}
.dta-detail-intro .intor-dta-box{
    padding-right: 52px;
}
.dta-detail-intro .intor-dta-box img{
    width: 100%;
    height: auto;
    padding-left: 2px;
     border-radius: 13px;
}
.why-buss-seccc{
    padding: 5rem 0;
    position: relative;
}
.why-buss-seccc .section-title{
    margin-bottom: 35px;
}
.why-buss-seccc .buss-boxx{
    position: relative;
    overflow: hidden;

}
.why-buss-seccc .buss-boxx img{
    /*width: 100%;*/
    height: auto;
        border-radius: 13px;
}
.why-buss-seccc.end-to-end img{
      width: 100%;
          height: auto;
}

.why-buss-seccc .buss-chell{
    padding: 45px;
    border: 1px solid #E8E8EE;
    border-radius: 18px;
}
.why-buss-seccc .buss-chell p{
    /*color: rgb(55 54 54 / 87%);*/
    margin: 0;
}
.service-list{
    padding: 0;
    margin:0;
    list-style: none;
}
.service-list li{
    position: relative;
    padding-left: 27px;
    margin-bottom: 14px;
    /*color: #030303;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.service-list li::before{
    content: "\f12c";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 5px;
    top: 2px;
    color: #FF4040;
    font-size: 14px;
}
.supo{
margin: 23px 0 0 !important;
}

.why-buss-seccc .key-title{
    font-size:22px;
    margin: 20px 0 10px;
}

.cust-cler-secc{
    padding:0 0 5rem;
}
.customs-table-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border: 1px solid rgba(3,3,3,0.08);
}
.table-title {
    font-size: 27px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 20px;
}
.customs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}
.customs-table thead {
    background: var(--color-primary);
    color: #fff;
}
.customs-table th,
.customs-table td {
    padding: 14px 16px;
    text-align: left;
    border: 1px solid rgba(3,3,3,0.08);
}
.customs-table tbody tr:nth-child(even) {
    background: #fafafa;
}
.customs-table tbody tr:hover {
    background: rgba(255, 64, 64, 0.06);
    transition: 0.3s;
}
.customs-table td:first-child {
    font-weight: 600;
    color: var(--color-primary);
}
.customs-table td:last-child {
    color: #555;
}

.products-pre-secc{
    padding:5rem 0;
    background:var(--color-primary);
    overflow:hidden;
}

.products-pre-secc .sec-big-title{
    color:#fff;
}
.products-pre-secc p{
  color: #d6d6d6;   
}
.products-pre-secc .pre-quote{
    margin: 18px 0 30px;
    font-size: 20px;
    font-weight: 500;
}
.products-pre-secc .our-prepps{
    position:relative;
}

.products-pre-secc .pre-image{
    overflow:hidden;
    border-radius:18px;
}
.products-pre-secc .pre-image img{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:18px;
}
.products-pre-secc .pre-content{
    margin-top:25px;
}
.products-pre-secc .pre-content p{
    color:#d6d6d6;
    line-height:1.8;
    margin-bottom:18px;
}
.products-pre-secc .pre-right-wrap{
    padding-left:50px;
}
.products-pre-secc .pre-right-box{
    display:flex;
    gap:22px;
    padding:0 0 28px;
    margin-bottom:28px;
    border-bottom: 1px solid rgb(255 255 255);
}
.products-pre-secc .pre-right-box{
    display:flex;
    gap:22px;
    padding:0 0 28px;
    margin-bottom:28px;
    border-bottom:1px solid rgb(255 255 255);
}
.products-pre-secc .pre-right-box:last-child{
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}
.products-pre-secc .pre-icon {
min-width: 47px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #FF4040;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-pre-secc .pre-icon i{
    color: #fff;
    font-size: 30px;
    transform: rotate(264deg);
    margin-left: 8px;
}
.products-pre-secc .pre-right-content h4{
    color:#fff;
    font-size:24px;
    margin-bottom:10px;
    font-weight:600;
}
.products-pre-secc .pre-right-content p{
    line-height:1.8;
    margin:0;
}
.why-home-choose.detail-whyy h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.why-home-choose.detail-whyy .icon-wrapper {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 65px;
    height: 65px;
}

.tracking-dta-seccc{
    padding:5rem 0 0;
    position:relative;
    overflow:hidden;
}
.tracking-dta-seccc .tracking-main-wrap{
    background:#fff;
    border-radius:24px;
    padding:60px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
}
.tracking-dta-seccc .tracking-content p{
    margin-bottom:0px;
}
.tracking-dta-seccc .tracking-dashboard{
    position:relative;
    padding-left:50px;
}
.tracking-dta-seccc .tracking-dashboard::before{
    content:"";
    position:absolute;
    left:24px;
    top:0;
    width:2px;
    height:100%;
    background:rgba(3,3,3,0.08);
}
.tracking-dta-seccc .tracking-box{
    position:relative;
    display:flex;
    align-items:center;
    gap:20px;
    padding:24px;
    background:#fff;
    border-radius:18px;
    margin-bottom:22px;
    border:1px solid rgba(3,3,3,0.08);
}
.tracking-dta-seccc .tracking-box:last-child{
    margin-bottom:0;
}
.tracking-dta-seccc .tracking-box::before{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    background:var(--color-secondary);
    border-radius:50%;
    left:-33px;
    top:40px;
    z-index:2;
    box-shadow:0 0 0 6px #fff;
}
.tracking-dta-seccc .tracking-icon{
    min-width:65px;
    width:65px;
    height:65px;
    border-radius:18px;
    background:rgba(255,64,64,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
}

.tracking-dta-seccc .tracking-icon img{
filter: brightness(0) saturate(100%) invert(38%) sepia(96%) saturate(749%) hue-rotate(337deg) brightness(101%) contrast(101%);
}

.tracking-info h4{
    font-size:21px;
    margin-bottom:0;
    font-weight:500;
}
.tracking-dta-seccc .tracking-content img{
    margin: 24px 0 0;
    border-radius: 12px;
    width: 100%;
    height: 378px;
}


.indust-main-sec{
    padding:5rem 0 0;
 position:relative;
}
.indust-main-sec .industry-top-head{
    display:flex;
    justify-content:space-between;
    gap:30px;
    margin-bottom:10px;
}
.indust-main-sec .section-title{
    max-width:809px;
    margin-bottom:0;
}
.indust-main-sec .industry-nav-buttons{
    display:flex;
    align-items:center;
    gap:16px;
    flex-shrink:0;
}
.indust-main-sec .industry-swiper-prev,
.indust-main-sec .industry-swiper-next{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    border:1px solid #e4e4e4;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:0.3s ease;
    color:#111;
}
.indust-main-sec .industry-swiper-prev:hover,
.indust-main-sec .industry-swiper-next:hover{
    background:var(--color-secondary);
    border-color:var(--color-secondary);
    color:#fff;
}
.indust-main-sec .industry-swiper-prev i,
.indust-main-sec .industry-swiper-next i{
    font-size:17px;
    margin-top: 4px;
}
.indust-main-sec .industry-bottom-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:28px;
}
.indust-main-sec .swiper-pagination{
    position:relative;
    width:auto !important;
    bottom:auto !important;
    display:flex;
    align-items:center;
    gap:10px;
}
.indust-main-sec .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#cfcfcf;
    opacity:1;
    margin:0 !important;
}
.indust-main-sec .swiper-pagination-bullet-active{
    background:#ff4d4d;
    width:32px;
    height:10px;
    border-radius:50px;
}
.indust-main-sec .swiper-wrapper{
    align-items:stretch;
}
.indust-main-sec .swiper-slide{
    height:auto;
}
.indust-main-sec .industry-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    transition:0.35s ease;
    border:1px solid #ececec;
    padding:9px 9px 0;
}
.indust-main-sec .industry-card img{
    width:100%;
    border-radius:14px;
    display:block;
    height:auto;
}
.indust-main-sec .industry-card .card-content{
    padding:16px 10px 19px;
}
.indust-main-sec .industry-card .card-content h4{
font-size: 20px;
    font-weight:600;
    margin-bottom:7px;
}
.indust-main-sec .industry-card .card-content p{
    margin:0;
}
.indust-main-sec .sec-big-title {
    margin-bottom: 10px;
}

.dta-steps-process{
    padding:5rem 0;
    position:relative;
}
.dta-steps-process .our-sticky-top{
    top: 109px;
    position:sticky;
}
.dta-process-wrapper{
    position:relative;
}
.dta-process-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:55px;
    padding:18px 0;
    transition:0.35s ease;
}
.dta-process-item::before{
    content:"";
    position:absolute;
    left:24px;
    top:0;
    width:1px;
    height:100%;
    background:#e8e8ee;
}
.dta-process-item:first-child::before{
    top:50%;
    height:50%;
}
.dta-process-item:last-child::before{
    height:50%;
}
.dta-process-item::after{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    height:1px;
    background:#e8e8ee;
    z-index:0;
}
.dta-process-step{
    width:50px;
    min-width:50px;
    height:50px;
    border-radius:50%;
    background:#030303;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:600;
    position:relative;
    z-index:2;
    transition:0.35s ease;
}
.dta-process-content{
    background:#fff;
  border: 1px solid #e8e8ee;
    border-radius:24px;
    padding:38px 40px;
    position:relative;
    z-index:2;
    transition:0.35s ease;
}
.dta-process-content h4 {
    font-size: 22px;
margin-bottom: 15px;
    font-weight: 500;
}
.dta-process-content p{
    margin:0;
}
.dta-process-icons{
    position: absolute;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    transition: 0.35s ease;
    z-index: 1;
}
.dta-process-icons i{
   font-size: 17px;
    color: #ff4d4d;
    animation: dtaArrowWave 1.8s linear infinite;
    rotate: 90deg;
    line-height: 1;
    margin-left: 3px;
    font-weight: 700;
        margin-bottom: -7px;
}
.dta-process-icons i:nth-child(2){
    animation-delay:0.2s;
}
.dta-process-icons i:nth-child(3){
    animation-delay:0.4s;
}
.dta-process-icons i:nth-child(4){
    animation-delay:0.6s;
}
.dta-process-icons i:nth-child(5){
    animation-delay:0.8s;
}
.dta-process-item:hover .dta-process-step{
    background:var(--color-secondary);
}

.dta-process-item:hover .dta-process-content{
    border-color:var(--color-secondary);
}
.dta-process-item:hover::after{
    background:var(--color-secondary);
}
.dta-process-item:hover .dta-process-icons{
    opacity:1;
    bottom:0;
}

@keyframes dtaArrowWave{

    0%{
        opacity:.15;
    }

    20%{
        opacity:1;
    }

    40%{
        opacity:.7;
    }

    60%{
        opacity:.4;
    }

    80%{
        opacity:.25;
    }

    100%{
        opacity:.15;
    }

}
.dta-process-item:last-child:hover .dta-process-icons{
    opacity: 0;
}
.dtadetal-cta-secc {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/bg/dta-cta.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.dtadetal-cta-secc::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}
.dtadetal-cta-secc .sec-small-title::before{
    filter: brightness(0) invert(1);
}
.dtadetal-cta-secc .sec-small-title,
.dtadetal-cta-secc h3,
.dtadetal-cta-secc p{
    color: #fff;
}
.dtadetal-cta-secc .express-btn::before{
    background:#FF4040;
}
.dtadetal-cta-secc .sec-big-title{
    margin: 0 0 9px;
}
.dtadetal-cta-secc .express-btn{
margin-left:40px;
}

.our-area-locatioss {
    position: relative;
    padding: 100px 0 100px;
    background: url(../images/bg/detail-map.webp) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.our-area-locatioss .section-title {
    max-width: 900px;
    margin: 0 auto 60px;
}

.our-area-locatioss .sec-big-title {
    margin-bottom: 18px;
}
.our-area-locatioss .locations-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 19px;
    justify-content:center;
    padding-bottom: 10px;
}
.our-area-locatioss .location-block {
    min-width: 240px; 
   box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    padding: 22px 18px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
}

.our-area-locatioss .location-block.asia {
    min-width: 280px;
}
.our-area-locatioss .asia-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; 
}
.our-area-locatioss .location-block h4 {
    margin-bottom: 15px;
    font-size: 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.our-area-locatioss .location-block ul {
    list-style: none;
    padding-left: 28px; 
    margin: 0;
}
.our-area-locatioss .location-block ul li {
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
}
.our-area-locatioss .location-block ul li::before {
    content: "";
    position: absolute;
    left: -28px; 
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../images/svg/location-area.svg) no-repeat center;
    background-size: contain;
}

.detail-faq-seccc {
    padding: 5rem 0;
}

.detail-faq-seccc .accordion-item {
    background-color: #f7f8f9;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s ease;
}
.detail-faq-seccc .accordion-button {
    background-color: #f7f8f9;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    padding: 18px 20px;
    box-shadow: none;
    border: none;
    transition: 0.3s ease;
}
.detail-faq-seccc .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #111;
}
.detail-faq-seccc .accordion-button:focus {
    box-shadow: none;
}
.detail-faq-seccc .accordion-button::after {
    content: '+';
    background-image: none;
    font-size: 18px;
    background-color: #ff4040;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.3s ease;
    color: #fff;
}
.detail-faq-seccc .accordion-button:not(.collapsed)::after {
    content: '−';
    background-color: #030303;
}
.detail-faq-seccc .accordion-body {
    padding: 0 20px 20px;
    line-height: 1.6;
    font-size: 16px;
}
.detail-faq-seccc .accordion-collapse.show {
    background: #fff;
}


.detail-servie-dta{
    position: relative;
    padding-bottom: 4rem;
    overflow: visible;
}
.detail-servie-dta .freight-scroll-section{
    position: relative;
      height: 300vh;
    overflow: visible;
}
.detail-servie-dta .freight-cards-track{
    display:flex;
    width:max-content;
}
.detail-servie-dta .freight-sticky-area{
    position: sticky;
    top: 80px;
    height: 90vh;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.detail-servie-dta .freight-line-wrap {
    position: relative;
    width: 94%;
    height: 90px;
    margin: 0 auto 50px;
}
.detail-servie-dta .freight-line-wrap::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #030303;
    transform: translateY(-50%);
}
.detail-servie-dta .line-dot{
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 3;
}
.detail-servie-dta .start-dot{
    left: 0;
    background: #ff0000;
}
.detail-servie-dta .end-dot{
    right: 0;
    background: #030303;
}
.detail-servie-dta .freight-lorry{
    position: absolute;
    left: 110px;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-image: url('../images/services/lorry.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.detail-servie-dta .freight-cards-track{
    display: flex;
    align-items: stretch;
    gap: 30px;
    width: max-content;
    will-change: transform;
    transform: translate3d(0,0,0);
}
.detail-servie-dta .freight-service-box{
    width: 850px;
    min-width: 850px;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #e7e7ef;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 45px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.detail-servie-dta .freight-service-image{
    width: 320px;
    min-width: 320px;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
}
.detail-servie-dta .freight-service-image img{
    width: 100%;
    height: 100%;
}
.detail-servie-dta .freight-service-content{
    flex: 1;
    padding-right: 10px;
}
.detail-servie-dta .freight-service-content h4{
    font-size: 24px;
    margin-bottom: 9px;
    font-weight: 700;
}
.detail-servie-dta .freight-service-content p{
    margin-bottom: 25px;
}




.main-tracking-sect .layout-grid {
    display: flex;
    position: relative;
}

.main-tracking-sect .image-column {
        width: 53%;
}
.main-tracking-sect{
    padding:5rem 0 0;
}

.main-tracking-sect .image-column img {
    width: 100%;
    height: auto;
    border-radius: 11px;
}

.main-tracking-sect .content-column {
    z-index: 1;
    width: 50%;
}
.button-box{
    width:100%;
}
.main-tracking-sect .white-overlay-card {
    background-color: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0 30px 33px;
    margin-left: -167px;
    margin-bottom: 30px;
    position:relative;
   border-radius: 0px 0px 16px 16px;
}

.main-tracking-sect .white-overlay-card:before {
    position: absolute;
    content: "";
    height: 88px;
    width: 1px;
    background: red;
    left: 17px;
    top: 39px;
}

.main-tracking-sect .white-overlay-card p {
    margin: 0;
    max-width: 70%;
}
    .main-tracking-sect ul{
        width: 93%;
    margin-left: auto;
}

.sector-intro .cont-boxx em{
    font-size:18px;
    font-weight:700;
}
.sector-intro  .sector-picts img{
    height:464px;
}
.dta-detail-intro.sector-intro img{
    padding-left:3px;
}
.sector-intro .intor-dta-box.sector-picts{
    margin-top:-14px;
}

.sector-intro  .sector-picts{
   padding-right: 0px;
       margin-top: -59px;
}

.sector-intro .row {
    margin-bottom: 40px;
}

.sector-intro .row:last-of-type {
    margin-bottom: 0;
}

.cont-boxx-secto{
     width: 91%;
}
.sector-intro p{
   text-align:justify;
}
.sector-intro{
    padding:5rem 0;
}

.auto-motive-secc {
    position: relative;
    padding: 80px 20px;
    background-image: url(../images/bg/cargo-handling-warehouse.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1;
}

.auto-motive-secc::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}
.auto-motive-secc .sec-big-title,
.auto-motive-secc .sec-small-title{
    color: #fff;
}
.auto-motive-secc .sec-small-title::before{
    filter:brightness(0) invert(1);
}

.auto-motive-secc p {
    color: #fff;
        font-size: 18px;
}
.auto-motive-secc .five-point {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 20px 0;
}

.five-point li:hover{
    transform: translateY(-2px);
}
.five-point li:hover::after{
    transform: translateY(0px);
}
.auto-motive-secc .five-point li {
position: relative;
color: #fff;
padding: 25px 30px;
text-align: center;
font-size: 15px;
line-height: 1.7;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
min-height: 140px;
height: 100%;
}
.auto-motive-secc .five-point{
align-items: stretch;
}


.auto-motive-secc .five-point li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: rgba(255,255,255,0.25);
}
.auto-motive-secc .five-point li:last-child::after {
    display: none;
}

.auto-motive-secc .bottom-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
/*.end-to-end .sec-big-title {*/
/*    width: 500px;*/
/*}*/
/*.end-to-end .buss-boxx img{*/
/*    height: 406px;*/
/*}*/
.end-to-end .buss-chell{
    /*margin-left: -25px;*/
        border-radius: 18px;
}
.end-to-end .buss-boxx{
    border-radius: 0 !important;
    overflow: hidden;
}
.end-to-end .buss-chell a{
   margin:28px 0 0; 
       margin-left: -25px;
}


.auto-product-handll {
    overflow: hidden;
}
.auto-product-handll .col-lg-6 {
    padding: 0;
}
.auto-product-content {
    background: #000;
    padding: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auto-product-content .sec-big-title,
.custom-accordion .accordion-button,
.custom-accordion .accordion-button:not(.collapsed) {
    color: #fff !important;
}
.auto-product-content p,
.auto-product-content .service-list li {
    color: rgba(255,255,255,.7);
}

.main-producs {
    height: 100%;
}

.main-producs img {
    width: 100%;
    height: 100%;
    /*min-height: 850px;*/
    object-fit: cover;
    display: block;
}
.custom-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
}
.custom-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 22px 0;
    font-size: 19px;
    font-weight: 600;
    border: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.custom-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    background-image: url("../images/svg/up-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: all .3s ease;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    background-color: #ff2020;
    border-color: #ff2020;
}

.custom-accordion .accordion-body {
    padding: 0 0 25px;
}

.auto-product-content .service-list {
    margin-top: 20px;
}

.auto-product-content .service-list li {
    margin-bottom: 12px;
}

.custom-accordion .accordion-collapse {
    transition: all .35s ease;
}


.auto-import-pro{
    padding:5rem 0;
}
.auto-import-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 20px;
}
.auto-import-card {
    position: relative;
    overflow: hidden;
    /*height: 420px;*/
}
.auto-import-img {
    width: 100%;
    height: 100%;
}
.auto-import-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.3s cubic-bezier(.645,.045,.355,1);
}
.auto-import-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.2) 35%,
        rgba(0,0,0,0.75) 75%,
        rgba(0,0,0,0.95) 100%
    );
    opacity: 0;
    z-index: 1;
    transition: all .4s ease;
}

.auto-import-content {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    padding: 30px;
    z-index: 2;

    opacity: 0;
    transition: all .35s ease;
}

.auto-import-content .auto-cat {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 7px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.auto-import-content h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.auto-import-content p{
     color: #fff;
      margin: 10px 0 0;
}

.auto-import-card:hover::before {
    opacity: 1;
}

.auto-import-card:hover img {
    transform: scale(1.05) translateX(-10px);
}

.auto-import-card:hover .auto-import-content {
    bottom: 0;
    opacity: 1;
}








.sector-why-choos {
    padding: 0 0 5rem;
}

.sector-why-choos .automotive-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.sector-why-choos .automotive-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.sector-why-choos .automotive-slider .swiper-slide {
    flex-shrink: 0;
    height: auto;
    /*padding: 0 15px;*/
    box-sizing: border-box;
}

 .sector-why-choos .auto-card {
    position: relative;
    height: 100%;
    padding-left: 34px;
    padding-right: 35px;
    padding-bottom: 10px;
    border-left: 1px solid #d9d9d9;
    transition: all 0.4s ease;
}

.sector-why-choos .auto-card::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 0%;
    background: var(--color-secondary);
    transition: all 0.4s ease;
}

.sector-why-choos .auto-card:hover::before {
    height: 100%;
}

.sector-why-choos .auto-top {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
}

.sector-why-choos .auto-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sector-why-choos .auto-icon img{
        filter: brightness(0) saturate(100%) invert(38%) sepia(96%) saturate(749%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
.sector-why-choos .auto-title {
    margin: 0;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.sector-why-choos .auto-desc {
    margin: 0;
}

.sector-why-choos .auto-prev,
.sector-why-choos .auto-next {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 29px;
    height: 55px;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
}
.sector-why-choos .automotive-slider:hover .auto-prev,
.sector-why-choos .automotive-slider:hover .auto-next {
    opacity: 1;
    visibility: visible;
}
.sector-why-choos .auto-prev:hover,
.sector-why-choos .auto-next:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}

.sector-why-choos .auto-prev {
    left: 2px;
}

.sector-why-choos .auto-next {
    right: 0;
}

.sector-why-choos .auto-prev i, .auto-next i {
    font-size: 15px;
    /* line-height: 31; */
    font-weight: 700;
    margin-top: 3px;
}




.auto-zigzag-sec {
    padding: 5rem 0 0;
}
.auto-zigzag-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}
.auto-zigzag-image img {
    width: 100%;
    height:auto;
    object-fit: cover;
    display: block;
    border-radius: 24px;
      transition: transform 0.5s ease, filter 0.5s ease;
}
.auto-zigzag-content p {
    margin-bottom: 20px;
}
.auto-zigzag-sec .row {
    margin-bottom: 40px;
}

.auto-zigzag-sec .row:last-child {
    margin-bottom: 0;
}
.auto-zigzag-content{
    margin-left: 28px;
}
.zag-zog .auto-zigzag-content{
    margin-right: 28px;
     margin-left: 0px;
}
.auto-zigzag-image:hover img {
    transform: scale(1.08);
    filter: brightness(0.9);
}

.dta-detail-intro.sector-intro .section-title {
    width: 70%;
}
.bottom-text {
    margin-top:30px;
}


.about-pg-intro{
    padding:5rem 0;
}
.about-pg-intro .sec-big-title {
    margin-bottom: 15px;
}
.about-picts img{
    width:100%;
       height: auto;
    border-radius:10px;
    margin:15px 0 0;
}

.about-simplyfiy-secc .about-images-wrap {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    position:sticky;
    top:80px;
}

.about-simplyfiy-secc .about-images-wrap .main-image img {
    width: 100%;
    display: block;
    /*border-radius: 45px;*/
}
/*.about-simplyfiy-secc .about-images-wrap .left-bottom-image {*/
/*    position: absolute;*/
/*    left: 0;*/
/*      bottom: 14px;*/
/*}*/
.about-simplyfiy-secc .about-images-wrap .left-bottom-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 35px;
}
/*.about-simplyfiy-secc .about-images-wrap .right-top-image {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 5px;*/
/*}*/
.about-simplyfiy-secc .about-images-wrap .right-top-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 38px;
}

.about-simplyfiy-secc{
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.about-simplyfiy-secc::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/about/about-backgrounds.webp") no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.about-simplyfiy-secc .about-tabs{
    gap: 18px;
    margin-top: 35px;
    margin-bottom: 35px;
    max-width:fit-content;
}

.about-simplyfiy-secc .about-tabs .nav-link{
    border: 0;
    padding: 10px 19px;
    border-radius: 60px;
    font-weight: 700;
    color: var(--color-primary);
    background: #ffffff;
    font-size: 15px;
}

.about-simplyfiy-secc .about-tabs .nav-link.active{
    background: var(--color-secondary);
    color: #fff;
}

.about-simplyfiy-secc .about-tab-content{
    border-top: 1px solid #e5e5e5;
    padding-top: 35px;
}

.about-simplyfiy-secc .about-tab-flex{
    display: flex;
    gap: 30px;
    align-items: center;
}

.about-simplyfiy-secc .about-tab-flex .tab-thumb img{
    width: 100%;
height: 175px;
    object-fit: cover;
    border-radius: 24px;
}

.about-simplyfiy-secc .about-tab-flex .tab-details{
    flex: 1;
}

.about-simplyfiy-secc .about-tab-flex .tab-details p:last-child{
    margin-bottom: 0;
}
.about-simplyfiy-secc .about-tab-box a{
margin: 29px 0 0;
    margin-left: -19px;
}


.about-import-secc{
    padding: 5rem 0;
}

.about-import-secc .import-workflow-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin: 30px 0;
}
.about-import-secc .import-work-card{
    position: relative;
    display: block;
    overflow: hidden;
      border-radius: 28px;
}
.about-import-secc .import-thumb img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 28px;
    transition: 0.4s ease;
    display:block;
}
.about-import-secc .import-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px;
    z-index: 2;
}
.about-import-secc .import-content h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight:500;
}
.about-import-secc .import-work-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.08));
    z-index: 1;
    border-radius: 28px;
}
.about-import-secc .import-work-card:hover .import-thumb img{
    transform: scale(1.05);
}
.about-import-secc .btm-text{
    margin:30px 0 0;
    text-align:center;
}
.about-import-secc .sec-big-title{
        margin-bottom: 15px;
}

.connect-main-sec{
    position: relative;
    padding: 5rem 0;
    background-color: rgb(0 0 0 / 95%);
    overflow: hidden;
    z-index: 1;
    
}

.connect-main-sec::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/about/dta-main-warehouse.webp") no-repeat center;
    background-size: cover;
    opacity: 0.12;
    z-index: -1;
    background-attachment: fixed;
}

.connect-main-sec .sec-small-title,
.connect-main-sec .sec-big-title,
.connect-main-sec p{
    color: #fff;
}
.connect-main-sec .sec-small-title::before {
    filter: brightness(0) invert(1);
}
.connect-main-sec p{
    max-width: 1000px;
    margin: 0 auto 18px;
    text-align: center;
}

.logis-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
     /*border-top: 1px solid #E8E8EE;*/
    /*border-left: 1px solid #E8E8EE;*/
    margin-top: 40px;
}

.logis-box{
    position: relative;
    padding: 45px 30px;
     /*border-right: 1px solid #E8E8EE;*/
    /*border-bottom: 1px solid #E8E8EE;*/
    border: 1px solid #E8E8EE;
    background: #fff;
   height:100%;
}

.logis-box h4{
    font-size: 21px;
    margin-bottom: 12px;
    color: var(--color-primary);
}

.logis-box p{
    margin-bottom: 0;
}


.logis-box .shape-right {
right: -13px;
    bottom: 1px;
      top: 95% !important;
}
.logis-box .shape {
    position: absolute;
    top: 0px;
    z-index: 3;
    line-height: 0;
}
.logis-box .shape-left {
    left: -12px;
    top: 0px;
}
.logis-mov-secc{
    padding:5rem 0;
}
.why-home-choose.about-whyy .row{
    row-gap:25px
}
.why-home-choose.about-whyy{
padding:0 0 5rem;
}

 .service-list.mobile-hidden {
        display: none;
    }
.dta-detail-intro.servic-lists em{
    font-weight:700;
    font-size:20px;
}    
    
.why-home-choose.service-why{
    padding-bottom:5rem;
}    
 .track-servi{
     margin-left:27px;
 }
.dta-detail-intro.servic-lists{
       padding-bottom:5rem; 
}
.our-main-services.serv-listings .section-title{
    width:80%;
}
.our-main-services.serv-listings .animated-arrow-line {
    left: 88%;
        height: 150px;
}

.our-area-locatioss.germany-serv .location-block {
    min-width: 181px;
}

.location-grid .location-col li a {
    text-decration:none;
    color:inherit;
}

.terms-condition-sec{
    padding:5rem 0;
}
.terms-condition-sec h4{
  font-size:19px;
  font-weight:600;
  margin:0 0 10px;
}

            .dta-error-sec{
                padding:3rem 0 5rem;
                position:relative;
            }
            
     .dta-error-sec .header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dta-error-sec .sec-big-title{
    font-size:28px;
    font-weight:700;
}




.sticlfsd {
    position: fixed;
    transform: rotate(90deg);
    right: -40px;
    top: 45%;
    z-index: 999;
    display: inline-flex;
    gap: 10px;
    /* right: -138px; */
    margin: 0;
    /* padding: 0; */
    padding-left: 0;
}

.openclofsd {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0 0 6px 6px;
    border: 0;
    padding: 0.5rem 1rem 2px;
    font-size: 1rem;
    border-top: 0;
    border: 1px solid #ffffff4a;
    list-style-type: none;
    color: #fff;
}

.openclofsd a {
    color: #fff;
    display: flex;
    gap: 8px;
    font-weight: 800;
}

.openclofsd.red{
     background-color:#1465a4 !important;
     display:block !important;
}

.sticlfsd i{
    position: relative;
    top: 3px;
}
   
    
 
.sticlfsd.whapp{
    top: 66%;
    right: -74px;
    display: none;
} 

.openclofsd {
    font-size: 15px;
}

.phone-call {
    display:none;
}

@media (max-width: 767px) {
    .phone-call{
        display: block !important;
    }
    .sticlfsd {
    position: fixed;
    transform: rotate(90deg);
    /* right: -131px; */
    top: 72%;
    /* left: 0; */
    z-index: 999;
    display: inline-flex;
    gap: 10px;
     right: -138px; 
    margin: 0;
    /* padding: 0; */
    padding-left: 0;
   
}
}