﻿.sendaload-title {
    display: block;
}


.img-loc{
    height:100%;
}
.about-section-p-bold {
    font-weight: bold;
    color: black;
}
.second-title-why h2 {
    color: #0068b4 !important;
}

.rotate-hub-container{
    border-radius:5px;
}

.card-text-span-color {
    color: black !important;
    font-size: 17px !important;
}
.sendload-row {
    border-color: #DEE2E6;
}
.sendaload-title p {
    margin-bottom: 1px !important;
}

.sendaload-btn{
    text-align:end;
    font-size:16px;
}
.contactus-container{
    display:flex;
}
.contactus-form{
    width:100%;
}

.sendaload-section-title {
    margin-top: 50px;
}
sendaload-img-time {
    padding: 60px 25px 50px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    transition: transform 3s ease-in-out !important;
}

.sendaload-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sendaload-img {
    max-width: 100%;
    width: unset;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

    .sendaload-img:hover {
        transform: scale(1.9) !important;
        z-index:2;
    }

.sendaload-container {
    padding-bottom: 0px;
}

.claimload-section{
    background-color:aliceblue;
    margin-top:80px;
}

.facilities-section-load{
    padding-bottom:0px;
}


.claimload-text-span{
    color:black !important;
    font-size:19px !important;
}

.beadriver {
    display: flex;
}

.beadriver-btn{
    align-content:center;
}

.askedquestion-ask{
    scrollbar-width:thin;
}

.theme-light{
    scrollbar-width:thin;
}

.tracking-container {
    width: 70%;
    background: white;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top:100px;
}

.tracking-number {
    font-size: 20px;
    font-weight: bold;
}

.estimated-date {
    color: #777;
    margin: 10px 0;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 50px 0;
   
}

    .progress-container::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 5px;
        background: #ddd;
        z-index: 0;
        transform: translateY(-50%);
    }


.step {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    border: 3px solid white;
}


.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.step {
    margin-bottom: 10px;
}

    .step.active {
        background: #007bff;
        color: white;
        border: 3px solid #007bff;
    }


.step-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    width: 20%;
    text-align: center;
}

.progress-container-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -30px;
}


.new-lines {
    margin-left: 3% !important;
}

.claimload-container-border {
    border: 5px solid #DEE2E6;
}

.accordion-content-back {
    background-color: #CDE3F1 !important;
}

.fqs-content h3{
    color:black !important;
}

/*.fqs-content{
    margin-top:-143px ;
}*/
.img-container-fqs {
    width: 300px;
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.claimload-img-hover img {
    width: 25% !important;
    transition: transform 0.3s ease !important;
}

    .claimload-img-hover img:hover {
        transform: scale(3) !important; 
    }


.beadriver{
    align-items:center;
}

.blue-accordion-title {
    background: #0068b4 !important;
}


.slider-container-box {
    max-width: 85%;
    max-height: 85%;
    overflow: hidden;
    margin: 50px auto;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.slider-container-img {
    display: flex;
    transition: transform 1s ease-in-out;
    width: 60%; 
}

.slide-load-img {
    flex: 1 0 100%;
    position: relative;
}

.footer-area-new {
    background: #ff5c00 !important;
}


.modal-sendaload {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-sendaload img {
     max-width: 90%;
     max-height: 90%;
}
.modal-content-close {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-btn-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.claimload-btn {
    font-size: 16px !important;
    min-width: fit-content;
}

.slide-load-img img {
    margin-top:32px;
    max-width:85%;
}

.aboutus-section-title h1{
    font-weight:bold;
    color:black;
}

.claimload-txt-container{
    display:block !important;
}

.trackingPackages {
    width: 70%;
    padding: 10px;
}

.tracking-number-packages, .estimated-date-tracking {
    font-weight: bold;
    margin-bottom: 10px;
}

.progress-container-traPac {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.steptracking {
    width: 50px;
    text-align: center;
    position: relative;
  
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.activetracking .step-circle {
    background-color: green;
}

.step-location {
    margin-top: 10px;
    font-size: 12px;
}

.progress-container-traPac::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.progress-container-text-tracking {
    display: flex;
    justify-content: space-between;
}

.my-packages-box {
    border: 2px solid #DEE2E6;
    border-radius: 10px;
    width:455px;    
    margin-left:10px;
}

.tracking-section img {
    max-width: 275px;
    margin: 0 auto;
    display: block;
}

.tracking-section {
    background-color: #fff;
    padding: 85px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tracking-container-section {
    width: 70%;
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.trackingnumbtn input {
    border-radius: 5px;
    border: 1px solid #ddd;
    max-width:65%;
}

.trackingnumbtn {
    margin:10px;
}

.trackingNumberText {
    max-width: 33%;
    color: black;
    text-align: center;
    font-weight: bold;
}

.trackingnumbtn input, .captcha-input-tracking {
    border-radius: 5px;
    border: 1px solid #ddd;
    max-width: 65%;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

.tracking-query-btn {
    max-width: 70%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
    .tracking-container-section {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .trackingnumbtn input, .captcha-input-tracking {
        max-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .tracking-section {
        padding: 50px 10px;
    }

    .tracking-container-section {
        width: 100%;
        padding: 15px;
    }

    .trackingnumbtn input, .captcha-input-tracking {
        max-width: 100%;
    }
}


.code-tracking {
    max-width: 33%;
}

.contactus-img {
    margin-top: 52px;
}

.drop-nav-item {
    position: relative;
}


.dropdown-menu-res {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
    background: white;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.drop-nav-item:hover .dropdown-menu-res {
    opacity: 1;
    visibility: visible;
}


@media screen and (min-width: 1200px) {
    .dropdown-menu-res {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        display: none;
    }

}

.close-btn-img {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

.password-area {
    position: relative;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

    .eye-icon:hover {
        color: #333;
    }

.features-section-res {
    text-align: center;
    margin-top: 80px;
}

.feature-card-res {
    margin-top:-50px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 20px;
}
.features-section-res .feature-card-res:hover {
    border: 1px solid #ff440a;
    margin-top:-40px;
}

.claimload-section .claimload-card:hover {
    border: 1px solid #ff440a;
}

.container-password {
    margin-top: 100px;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 50px;
}
    .container-password h2 {
        margin-bottom: 15px;
        color: #0068b4;
    }

.container-password p{
    color:black;
}

.container-inner-password {
    background: #ff5c00;
    padding: 20px;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width:100%;
}

    .container-inner-password input {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

   
   .btn-passwordrenewal {
            width: 80%;
            padding: 10px;
            margin-bottom: 10px;
            background: #0068b4;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

            .btn-passwordrenewal:hover {
                background-color: #DEE2E6;
            }

.error-message-password {
    color: red;
    margin-top: 10px;
    display: none;
}



.container-send-renew {
    margin-top: 100px;
    margin-left: 25%;
    margin-right: 25%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 50px;
}

    .container-send-renew h2 {
        margin-bottom: 15px;
        color: #0068b4;
    }

.send-renew-link {
    color: black;
}

.inner-send-renew {
    background: #E5E7EB;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    margin-top: 15px;
    max-width:100%;
}

    .info-send-renew ul {
        padding-left: 20px;
    }

.sendrenew-btn {
    margin-top: 15px;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

    .sendrenew-btn button {
        width:85%;
        padding: 10px;
        margin-top: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

.login-sendrenew-btn {
    background: #ff5c00;
    color: white;
}

.resend-sendrenew-btn {
    background-color: #0068b4;
    color: white;
}

.back-sendrenew-btn {
    background: #ddd;
    color: #888;
    cursor: not-allowed;
}



/* admin paneli*/
.input-group-driver-app {
    color: aqua;
}

