﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}
body{
    background-color: #FFFFFF;
}
.navbar-container {
    width: 100%;
}
.navbar-transparent {
    background-color: transparent;
    position: absolute;
}
.navbar-background {
    background-color: #FFFFFF;
    box-shadow: 4px 6px 24px 3px #6D8DAD1A;
}
.menu-div {
    display: flex;
    justify-content: center;
}

.navbar {
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
}

.navbar-collapse {
    justify-content: center;
}

.navbar-brand img {
    width: 112px;
}

.navbar-nav .nav-link {
    margin-right: 1rem;
    font-family: Inter;
    font-size: 15.79px;
    font-weight: 400;
    line-height: 21.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: left;
    color: #7E7E7E !important;
}


    .navbar-nav .nav-link:hover {
        color: #003366 !important;
    }

.navbar a.nav-link.active {
    color: #000000 !important;
}


.btn {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 12px 30px;
}

.btn-size {
    font-size: 14px;
    padding: 12px 30px;
}


.btn-black {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
}

    .btn-black:hover {
        border: 1px solid #000000;
        background-color: transparent;
        color: #000000;
    }

.btn-blue {
    color: #FFFFFF;
    background-color: #003366;
    border: 1px solid #003366;
}
    .btn-blue:hover {
        border: 1px solid #003366;
        background-color: transparent;
        color: #000000;
    }

.button-div {
    border-left: 0.3px solid #7E7E7E;
    padding-left: 20px;
    display: flex;
    gap: 10px;
}

/* Container */
.language-dropdown {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    border-left: 0.3px solid #7E7E7E;
}

/* Dropdown Button */
.dropdown-btn {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #fff;
    border: 0.4px solid #B7BCBF;
    border-radius: 5px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 115px;
}

    .dropdown-btn .flag-icon {
        width: 20px;
        height: 15px;
        margin-right: 8px;
    }

.dropdown-arrow {
    margin-left: auto;
    font-size: 20px;
}

/* Dropdown List */
.dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 19px;
    width: 76%;
    background-color: #fff;
    border: 0.4px solid #B7BCBF;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

    .dropdown-item:hover {
        background-color: #f0f0f0;
    }

    .dropdown-item .flag-icon {
        width: 20px;
        height: 15px;
        margin-right: 8px;
    }



@media (max-width: 992px) {
    .navbar-container {
        position: static;
    }
    .navbar {
        padding: 15px 0px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 0.5rem;
    }


    .menu-div {
        width: 100%;
        margin-top: 25px;
        justify-content: start;
    }

    .button-div {
        flex-direction: column;
        display: flex;
        align-items: start;
        border: none;
        padding: 0;
    }
    .language-dropdown {
        padding: 0;
        border: none;
        margin: 10px 0px;
    }
    .nav-black {
        padding: 8px 42px;
    }
    .nav-blue {
        padding: 8px 36px;
    }

    .nav-link {
        display: contents;
    }
    .dashboard-language-dropdown {
        padding: 4px 20px;
        border-left: 0.3px solid #7E7E7E;
    }
    .customer-box{
        border: none !important;
        padding: 10px 0px !important;
    }
    .customer-logout{
        display: block !important;
        border: none !important;
        padding: 10px 0px !important;
    }
}


.navbar-collapse {
    justify-content: end;
}


/* hero-section */

.hero-section {
    padding: 10px;
    background-color: #FFFFFF;
}
.hero-bg {
    background: url('../images/hero-bg.webp') no-repeat center center/cover;
    min-height: 730px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-section .hero-text h1 {
        font-family: Poppins;
        font-size: 36.04px;
        font-weight: 300;
        line-height: 54.05px;
        text-align: center;
        margin-bottom: 30px;
        color: #000000;
    }

            .hero-section .hero-text h1 span {
                font-weight: 700;
            }

    .hero-section .custom-container {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 1000px
    }

.form-section h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.97px;
    margin: 0;
    color: #010101;
}

.form-section p {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

.form-section .form-group label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #010101;
    margin-bottom: 10px;
}

.form-section .select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .form-section .select-container select {
        width: 100%;
        background: none;
        border-radius: 4px;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #7E7E7E;
        height: 40px;
        padding-left: 27px !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .form-section .select-container i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #7E7E7E;
    }

    /* Custom arrow */
    .form-section .select-container .custom-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        color: #010101;
        pointer-events: none;
        font-size: 22px;
    }


    .form-section .select-container select:hover + .custom-arrow {
        color: #000;
    }

    /* Optional: Add focus effect */
    .form-section .select-container select:focus + .custom-arrow {
        color: #007bff; 
    }

.position-relative {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 13px;
    top: 72%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: all;
}

input[type="date"] {
    padding-right: 35px; 
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

.form-section input[type="date"],
.form-section input[type="number"],
.form-section .input-radio label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #7E7E7E;
}

.flex-div {
    display: flex;
    gap: 20px;
    align-items: center;
}


.form-section .form-group select,
.form-section .form-group input {
    padding: 10px;
    border: 1px solid #B7BCBF;
    border-radius: 5px;
}

.w-40{
    width: 40%;
}
.w-60 {
    width: 60%;
}
.h-62 {
    height: 58%;
}

.form-group .input-radio {
    display: flex;
    gap: 20%;
}

    .form-group .input-radio input {
        margin-right: 5px;
        margin-top: 10px;
    }
.form-group .input-radio input[type="radio"] {
    accent-color: #B22222;
}

/* truck-section */


    .truck-image img {
        width: 110%;
    }

.truck-section .text-content {
    padding: 20px 0px 2px 80px;
}

    .truck-section .text-content h6 {
        color: #003366;
        font-family: Poppins;
        font-size: 18.67px;
        font-weight: 500;
        line-height: 28px;
    }
    .truck-section .text-content h2 {
        color: #010101;
        font-family: Poppins;
        font-size: 36px;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .truck-section .text-content p {
        color: #7E7E7E;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 15px;
    }

.truck-section .btn {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

/* stat-section */


.stat-section .stat-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 4px 6px 50px 12px #6D8DAD1A;
    text-align: center
}

    .stat-section .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
.stat-section .stat-icon {
    margin-bottom: 30px;
}
    .stat-section .stat-icon img {
        width: 80px;
        height: 80px;
    }

.stat-section .stat-card h3 {
    color: #010101;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.stat-section .stat-card p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #7E7E7E;
}




/* shipment-section */

.shipment-section h6 {
    font-family: Poppins;
    font-size: 18.67px;
    font-weight: 500;
    line-height: 28px;
    color: #003366;
}
.shipment-section h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    color: #010101;
    line-height: 50px;
}
.shipment-section p{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #7E7E7E;
}
.shipment-section span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #7E7E7E;
}

.shipment-section .icon-img {
    width: 29px;
    height: 19px;
    margin-right: 20px;
}
.shipment-section .btn {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.shipment-section .padding-div{
    padding: 30px 16px;
}
.map-container {
    border-radius: 12px;
    margin-top : 10px;
}
    .map-container img {
        max-height: 400px;
        width: 100%;
    }

.shipment-section .card {
    border-radius: 12px;
    box-shadow: 4px 6px 50px 24px #6D8DAD1A;
    border: 0px;
}
.shipment-section label {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    color: #7E7E7E;
}
.shipment-section .input-div{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.shipment-section .btn-padding{
    padding: 7px 35px;
}
.shipment-section input {
    border: 0.4px solid #B7BCBF;
    border-radius: 4px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #7E7E7E;
}
.location{
    display: flex;
    justify-content: space-between;
}
    .location .text {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        color: #263238;
    }

    .location .time {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #7E7E7E;
    }


/* service section */
.services-section .container {
    max-width: 1000px;
}
.mt-custom {
    margin-top: -120px;
}
    .services-section h6 {
        text-align: center;
        font-family: Poppins;
        font-size: 18.67px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 28px;
        color: #003366;
    }

    .services-section h4 {
        text-align: center;
        font-family: Poppins;
        font-size: 36px;
        font-weight: 600;
        line-height: 55px;
        color: #010101;
        margin-bottom: 10px;
    }
    .services-section p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: #7E7E7E;
    }

    .services-section .card {
        border: none;
        border-radius: 10px;
        box-shadow: 4px 6px 50px 12px #6D8DAD1A;
        transition: transform 0.3s ease;
    }

        .services-section .card:hover {
            transform: translateY(-5px);
        }

    .services-section .card-icon {
        border: 1px solid #003366;
        border-radius: 50%;
        margin-bottom: 10px;
        text-align: center;
        width: fit-content;
        padding: 5px;
    }
        .services-section .card-icon img{
            height: 20px;
            width: 30px;
        }

        .services-section .card-title {
            font-family: Poppins;
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
            text-align: left;
            color: #263238;
            margin-bottom: 0px;
        }

    .services-section .card-text {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #7E7E7E;
    }
/* faq */

.faq-section h6 {
    font-family: Poppins;
    font-size: 18.67px;
    font-weight: 500;
    line-height: 28px;
    color: #003366;
    margin-bottom: 5px;
}

.faq-section h5 {
    color: #010101;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}


.faq-section .accordion-item {
    border: none !important;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #FFFFFF !important;
    border-radius: 0px !important;
}

.faq-section .divider {
    border-bottom: 0.4px solid #003366 !important;
}

.faq-section .accordion-button {
    color: #000000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0px;
    background-color: #FFFFFF !important;
    border-radius: 0px !important;
}
    .faq-section .accordion-button span {
        width: 10px;
        height: 3px;
        background-color: #B22222;
        margin-right: 10px;
    }

    .faq-section .accordion-button:focus {
        box-shadow: none;
    }

    .faq-section .accordion-button::after {
        content: "";
        background-image: none !important;
    }

.faq-section .accordion-button.collapsed::after {
    content: "";
    background-image: none !important;
}


.faq-section .accordion-button:not(.collapsed) {
    color: #212121 !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: none !important;
}

.faq-section .accordion-body {
    padding: 0px 1.25rem 10px 1.25rem !important;
}

    .faq-section .accordion-body p {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        color: #7E7E7E;
    }


/* footer */

.footer_IQ {
    background: #282828;
    padding: 50px 0px 0px;
}

.footer-content{
    padding-bottom: 20px;
}
    .footer-content p {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        color: #BABABA;
    }

    .footer-content h6 {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #BABABA;
    }

    .footer-content ul li a {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 35px;
        color: #BABABA;
        text-decoration: none;
    }

.logo img {
    width: 136px;
    height: 40px;
    margin-bottom: 15px;
}

.footer-hr {
    border-top: 1px solid #FFFFFF;
    padding: 20px 0px 0px;
}
.social-icons a {
    color: #F2F2F2;
    margin-right: 10px;
}
.footer-hr p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #BABABA;
}

/* signin-popup */

#signInModal .modal-content,
#subscribeModal .modal-content {
    border-radius: 10px;
    box-shadow: 4px 6px 50px 12px #6D8DAD1A;
    border: 0;
}


.signin-header,
.signup-header,
.register-header,
.subscribe-header,
.setdate-header {
    padding: 1.5rem 1rem 0rem 1rem;
}
    .signin-header h3,
    .signup-header h3,
    .register-header h3{
        font-family: Poppins;
        font-size: 24px;
        font-weight: 600;
        line-height: 35.97px;
        color: #010101;
        margin: 0;
    }
    .signin-header p,
    .signup-header p,
    .register-header p {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        color: #7E7E7E;
    }

.signin-body,
.signup-body{
    padding: 0rem 1rem 1rem 1rem;
}

    .signin-body label,
    .signup-body label{
        font-family: Poppins;
        font-size: 13px;
        font-weight: 500;
        line-height: 19.5px;
        color: #010101;
    }
    .signin-body input,
    .signup-body input{
        font-family: Poppins;
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        color: #7E7E7E;
        border: 0.4px solid #B7BCBF !important;
        border-radius: 5px !important;
    }

    .signin-body .form-check-label,
    .signup-body .form-check-label{
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        color: #7E7E7E;
    }


        .signin-body .form-check-label a,
        .signup-body .form-check-label a{
            color: #7E7E7E !important;
        }

    .signin-body .form-check-input[type=checkbox],
    .signup-body .form-check-input[type=checkbox] {
        border-radius: .25em !important;
        margin-top: 7px;
    }
    .signin-body .form-check-input,
    .signup-body .form-check-input, {
        border: 1px solid #003366 !important;
        outline: none;
        box-shadow: none;
    }


        .signin-body .form-check-input:checked,
        .signup-body .form-check-input:checked {
            background-color: #003366 !important;
            border-color: #003366 !important;
        }

        .signin-body .form-check-input:hover,
        .signup-body .form-check-input:hover{
            border-color: #003366 !important;
            cursor: pointer;
        }

.signin-body .btn,
.signup-body .btn{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 12px;
}

.signin-body .divider-line {
    background: #000000;
    width: 100%;
    height: 1px;
}
.signin-body .divider-text {
    position: absolute;
    right: 45%;
    bottom: -11px;
    padding: 3px 10px;
    background-color: #FFFFFF;
    color: #C5C5C5;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}
.signin-body h4,
.signup-body h4{
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000000;
    margin: 15px 0px;
}
.signin-body .social-buttons a,
.signup-body .social-buttons a{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    border: 0.4px solid #B7BCBF !important;
}
    .signin-body .social-buttons .btn-outline-secondary:hover,
    .signup-body .social-buttons .btn-outline-secondary:hover {
        background-color: #bfc2c5;
        color: #000; 
    }

.reg-link p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #000000;
}
.reg-link a {
    color: #B22222;
}

/* sign-up popup */

.signupModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 15px 20px 15px;
}

.signup-body .second-part{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sign-up-div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .sign-up-div .sign-up-divider {
        background: #000000;
        width: 1px;
        height: 70%;
    }
    .sign-up-div .sign-up-text {
        position: absolute;
        right: 31%;
        padding: 10px 4px;
        background-color: #FFFFFF;
        color: #C5C5C5;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
    }


/* companyinfo page */




.customerprofile-section .card {
    border-radius: 9px;
    border: none;
    box-shadow: 3.69px 5.53px 46.09px 13.83px #6D8DAD26;
}
.companyinfo-section .card{
    border-radius: 9px;
    border: none;
    box-shadow: 3.69px 5.53px 46.09px 13.83px #6D8DAD26;
    margin-bottom: 6rem !important;
}
.companyinfo-section .verified-logo {
    width: 35px;
    height: 32px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.companyinfo-section h5 {
    font-family: Poppins;
    font-size: 18.87px;
    font-weight: 600;
    line-height: 33.65px;
    color: #003366;
}
.companyinfo-section span {
    font-family: Poppins;
    font-size: 11.79px;
    font-weight: 400;
    color: #7E7E7E;
}

.companyinfo-section table th {
    text-align: left;
    width: 35%;
    white-space: nowrap;
    color: #000000;
    font-family: Poppins;
    font-size: 14.1px;
    font-weight: 500;
}

.companyinfo-section td {
    text-align: left;
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14.1px;
    font-weight: 400;
}
.companyinfo-section td a {
    color: #7E7E7E;
}

.img-section img{
    border-radius : 11px;
}

.btn-custom {
    font-family: Poppins;
    font-size: 13.37px;
    font-weight: 400;
    line-height: 21.94px;
    color: #003366;
    background-color: #00336621;
    margin-left: 20px;
}
 .btn-custom:hover {
        background-color: #00336650;
        transition: background-color 0.3s ease;
    }

.btn-custom img {
    width: 20px;
    height: 20px;
}

/*track package page */

.trackpackage-section .card {
    box-shadow: 3.69px 5.53px 46.09px 13.83px #6D8DAD26;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
}

.transport-card .green-dot {
    width: 10px;
    height: 10px;
    background-color: #19A873;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.transport-card .route-div {
    display: flex;
    align-items: center;
}

.transport-card .route-div span {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 28.53px;
}
.transport-card .verified-logo {
    width: 21px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.transport-card a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    color: #003366;
    text-decoration: none;
}

.transport-card span {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    color: #7E7E7E;
    display: block;
}
.transport-card .packing-type h6 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.transport-card .packing-type p {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: #7E7E7E;
}
.vehicle-type {
    width: 100%;
}

.vehicle-type img {
    margin-top: 20px;
}


.route-heading img{
    width: 15px;
    height: 18px;

}

.route-heading span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    color: #010101;
    display: inline;
}

.route-heading p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-bottom:0;
    color: #7E7E7E;
}
.time-detail-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}

    .time-detail-section span {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 28.53px;
        color: #000000;
        display: inline;
    }
    .time-detail-section span img{
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .time-detail-section p {
        color: #7E7E7E;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
    }
.bg-color {
    padding: 10px;
    background-color: #00336605;
}

.btn-track {
    background-color: #B22222;
    color: #ffffff;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #B22222;
}
    .btn-track:hover {
        color: #B22222;
        background-color: transparent;
        border-color: #B22222;
    }

.btn-chat {
    /*background-color: #003366;*/
    color: #ffffff;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #003366;
}

.btn-chat:hover {
    color: #003366;
    background-color: transparent;
    border-color: #003366;
}

.progress-scrollable {
    height: 120px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #003366 #f1f1f1;
}

    /* Webkit (Chrome, Edge, Safari) */
    .progress-scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .progress-scrollable::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .progress-scrollable::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 10px;
    }

        .progress-scrollable::-webkit-scrollbar-thumb:hover {
            background: #555; 
        }


.progress-scrollable-2 {
    height: 140px;
    overflow: auto;
    scrollbar-width: thin; 
    scrollbar-color: #003366 #f1f1f1;
}

    /* Webkit (Chrome, Edge, Safari) */
    .progress-scrollable-2::-webkit-scrollbar {
        width: 8px; 
    }

    .progress-scrollable-2::-webkit-scrollbar-track {
        background: #f1f1f1; 
        border-radius: 10px;
    }

    .progress-scrollable-2::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .progress-scrollable-2::-webkit-scrollbar-thumb:hover {
            background: #555; /* Scroll thumb hover effect */
        }


.progress-list {
    position: relative;
}

.progress-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 11.19px;
    font-weight: 400;
    position: relative;
}

    .progress-item::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 6px;
        height: calc(100% + 15px);
        width: 2px;
        background-color: #7E7E7E;
    }


    .progress-item:last-child::before {
        display: none;
    }

/* Styling for the progress dot */
.progress-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #7E7E7E;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

/* Active step styles */
.progress-item.active {
    font-weight: 500 !important;
    color: #003366 !important;
    font-size: 13.12px !important;
}

    .progress-item.active .progress-dot {
        background-color: #B22222;
    }

.progress-item-2 {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 13.19px;
    font-weight: 400;
    position: relative;
}

    .progress-item-2::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 6px;
        height: calc(100% + 15px);
        width: 2px;
        background-color: #7E7E7E;
    }


    .progress-item-2:last-child::before {
        display: none;
    }

.progress-item-2.active {
    font-weight: 500 !important;
    color: #003366 !important;
    font-size: 16.12px !important;
}

.progress-item-2.active .progress-dot {
    background-color: #B22222;
}

.btn-unsubscribe{
    padding: 10px 15px!important;
}
/* company profile  */
.companyprofile-section .card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
    border: none;
    box-shadow: 3.69px 5.53px 46.09px 13.83px #6D8DAD26;
}

.step-section {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

    .step-section img {
        width: 35%;
    }


.companyprofile-section h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.97px;
    color: #010101;
    margin-bottom: 5px;
}

.companyprofile-section p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    color: #7E7E7E;
}

.custom-form label {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    color: #010101;
    margin-bottom: 10px;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
    width: 100%;
    padding: 10px;
    border: 0.4px solid #B7BCBF;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #7E7E7E;
}

.custom-form .form-group {
    margin-bottom: 15px;
}

.custom-form .select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .custom-form .select-container select {
        width: 100%;
        background: none;
        border-radius: 4px;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #7E7E7E;
        height: 40px;
        padding-left: 27px !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }


    .custom-form .select-container .custom-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        color: #010101;
        pointer-events: none;
        font-size: 22px;
    }


    .custom-form .select-container select:hover + .custom-arrow {
        color: #000;
    }

.custom-form textarea {
    resize: none;
}

.upload-text {
    display: inline-block;
    font-size: 0.9em;
    text-decoration: underline;
    cursor: pointer;
}

    .upload-text:hover {
        color: #003366;
    }

.logo-preview {
    width: 150px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 0.4px solid #B7BCBF;
    padding: 10px;
}

    .logo-preview img {
        max-width: 100%;
        max-height: 100%;
    }


.social-login {
    text-align: left;
    margin-top: 20px;
}

    .social-login .social-buttons {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .social-login h5 {
        font-family: Poppins;
        font-size: 13px;
        font-weight: 600;
        line-height: 19.5px;
        color: #000000;
    }

    .social-login .social-buttons a {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #000000;
        border: 0.4px solid #B7BCBF !important;
    }

    .social-login .social-buttons .btn-outline-secondary:hover {
        background-color: #bfc2c5;
        color: #000;
    }

.red-star{
    color : red;
}

.socialinfo-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #003366;
}


/* Wrapper for file input */
.file-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.4px solid #B7BCBF;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #7E7E7E;
}

    .file-input-wrapper .file-name {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.upload-icon {
    display: inline-block;
    cursor: pointer;
    margin: 4px !important;
}

    .upload-icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .upload-icon:hover img {
        transform: scale(1.1);
        transition: 0.2s ease-in-out;
    }

.row-border {
    border-bottom: 1px solid #B7BCBF80
}

.btn-another-profile {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #003366;
    padding: 10px 0px!important;
}
.btn-another-profile img{
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.contactrow{
    position: relative;
}

.contact-btn{
    position: absolute;
    top:0;
    right: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: none;
    box-shadow: 3.69px 5.53px 46.09px 13.83px #6D8DAD26;
    padding: 10px 0;
    z-index: 1000;
}

    .dropdown-menu a {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

        .dropdown-menu a:hover {
            background-color: #f0f0f0;
        }


.dropdown.active .dropdown-menu {
    display: block;
}

.side-section {
    position: relative;
}


.sidebar-section .sidebar {
    width: 220px;
    height: 100vh;
    background-color: #003366;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    padding: 25px 10px 10px 24px;
    z-index: 1000;
}

.side-space{
    margin-left: 220px;
}

.sidebar-section .overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; 
}


    .sidebar-section .overlay.show {
        display: block;
    }

.sidebar-section .sidebar .logo img {
    max-width: 100%;
    margin-bottom: 20px;
}

    .sidebar-section .sidebar p {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 37.08px;
        margin: 0;
    }

    .sidebar-section .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar-section .sidebar ul li {
            margin: 10px 0;
        }

            .sidebar-section .sidebar ul li a {
                color: #FFFFFF;
                text-decoration: none;
                font-family: Poppins;
                font-size: 14px;
                font-weight: 400;
                display: block;
                padding: 10px;
                border-radius: 4px;
                display: flex;
                align-items: center;
                transition: background-color 0.3s;
            }

                .sidebar-section .sidebar ul li a img {
                    height: 13px;
                    width: 15px;
                    margin-right: 7px;
                }

                .sidebar-section .sidebar ul li a.active,
                .sidebar-section .sidebar ul li a:hover {
                    background-color: #FFFFFF0D;
                }

.sidebar-section .notification-count {
    background-color: #B22222;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 2px 7px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sidebar-section .header {
    padding: 15px 20px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .sidebar-section .header .page-title h1 {
        margin: 0;
        font-family: Poppins;
        font-size: 19.82px;
        font-weight: 600;
        line-height: 61.08px;
    }

    .sidebar-section .header .user-info {
        display: flex;
        align-items: center;
    }

        .user-box {
            display: flex;
            align-items: center;
            margin: 0px 10px;
        }

            .user-box img {
                width: 35px;
                height: 35px;
                margin-right: 10px;
                margin-bottom: 5px;
            }
            .user-box p {
                font-family: Poppins;
                font-size: 14px;
                font-weight: 400;
                line-height: 6px !important;
                margin: 0;
            }
            .user-box span {
                font-family: Poppins;
                font-size: 12px;
                font-weight: 400;
                line-height: 15px;
            }

    .sidebar-section .header .language-selector select {
        margin-right: 15px;
        padding: 5px;
    }

    .logout-btn {
        text-decoration: none;
        color: #121212;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        border-left: 0.3px solid #7E7E7E;
        padding: 10px 20px;
    }
    .logout-btn img {
        height: 20px;
        width: 15px;
        margin-right: 5px;
    }
        .logout-btn:hover {
            color: #B22222;
        }

.bg-main {
    background-color: #F8F9FB;
    height: 100%;
    width: 100%;
    padding: 1.5rem !important;
}

.stats-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px 15px;
    border: 0.3px solid #CACAC9;
    border-radius: 5px;
}

    .stats-card .icon-box {
        background-color: #0033660D;
        border-radius: 5px;
        padding: 10px 15px;
    }
        .stats-card .icon-box .icon1 {
            height: 25px;
            width: 25px;
        }
    .stats-card .icon-box .icon2{
        height: 26px;
        width: 18px;
    }

.stat-title {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #7E7E7E;
    margin: 0;
}

.stat-value {
    font-family: Poppins;
    font-size: 19.82px;
    font-weight: 600;
    color: #B22222;
    margin: 0;
}

.updated-route-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 61.08px;
    color: #000000;
    margin: 0;
}
.border-line {
    border-bottom: 0.96px solid #DDDDDD80;
}
.route-updates {
    border: 0.3px solid #E4E5E5;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 5px 4px;
}
.scroll-able-div {
    max-height: 250px;
    overflow-y: scroll;
}

    .scroll-able-div::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-able-div::-webkit-scrollbar-track {
        background: #0033660D;
    }

    .scroll-able-div::-webkit-scrollbar-thumb {
        background-color: #B22222; 
        border-radius: 20px; 
    }

        .scroll-able-div::-webkit-scrollbar-thumb:hover {
            background-color: #b1221e; 
        }

.update-item .update-img {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.update-item {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.update-item .update-img img{
    height: auto;
    width: 100%;
}
    .update-item p span {
        font-family: Poppins;
        font-size: 12.5px;
        font-weight: 700;
        line-height: 18.75px;
        color: #020304;
        margin-right: 5px;
    }

    .update-item p {
        font-family: Poppins;
        font-size: 12.5px;
        font-weight: 400;
        line-height: 18.75px;
        color: #020304;
        width: 78%;
    }
    .update-item .time-update {
        font-family: Poppins;
        font-size: 10.42px;
        font-weight: 400;
        line-height: 15.63px;
        text-align: right;
        margin-top: 20px;
    }
.search-box {
    background-color: #EDEEF1;
    border-radius: 5px;
    padding: 8px 12px;
    width: 65%;
}

.search-icon {
    width: 20px;
    height: 20px;
}

.search-box input {
    background-color: transparent;
    font-family: Poppins;
    font-size: 11.56px;
    font-weight: 400;
    line-height: 17.35px;
    color: #858585;
}

    .search-box input:focus {
        outline: none;
        box-shadow: none;
        background-color: transparent;
    }
.chat-heading {
    font-family: Poppins;
    font-size: 13.49px;
    font-weight: 600;
    line-height: 20.24px;
    color: #000000;
}

.latest-chat .chat-notification {
    background-color: #B22222;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 2px 7px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sender-name {
    font-family: Poppins;
    font-size: 13.49px;
    font-weight: 600;
    line-height: 20.24px;
    color: #000000;
}
.sender-time {
    font-family: Poppins;
    font-size: 11.56px;
    font-weight: 400;
    line-height: 17.35px;
    color: #7E7E7E;
}
.sender {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #7E7E7E;
}
.sender-msg {
    font-family: Poppins;
    font-size: 11.56px;
    font-weight: 400;
    line-height: 17.35px;
    color: #000000;
}
.chat-item {
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}
    .chat-item:hover {
        background-color: #F8F9FB;
    }
.chat-scroll{
    max-height: 306px;
    overflow-y: scroll;
}

    .chat-scroll::-webkit-scrollbar {
        display: none;
    }

.chat-scroll {
    scrollbar-width: none;
}

.table-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 0.3px solid #D9D9D8;
}

/* Profile image styling */
.profile-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    padding: 2px 5px;
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap; 
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-target {
    cursor: pointer; 
}

/* Status styles */
.status {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
}

    .status.in-transit {
        background-color: #40BAE8;
    }

    .status.ready-to-pickup {
        background-color: #B7BBB7;
    }

    .status.in-checking {
        background-color: #40BAE8;
    }

    .status.cancelled {
        background-color: #B22222; 
    }

.table tr th,
.table tr td{
    background-color: transparent !important;
    font-size: 16px;
    padding: 10px;
    min-width: 140px;
}
.table tr th {
    color: #000000;
}
.table tr td {
    color: #7E7E7E;
}
.table-hover tbody tr:hover {
    /*border: 1px solid #B22222;
    background-color: transparent;
    --bs-table-accent-bg: none;*/
}

.link-primary {
    color: #7E7E7E;
}
.blue-color {
    color: #40BAE8;
}

.table thead {
    border-bottom: 1px solid #D8D8D7
}

.chat-scroll {
    -ms-overflow-style: none;
}


.chat-sidebar {
    border-right: 1px solid #dee2e6;
    padding-right: 0px;
}

.sidebar-header {
    border-bottom: 1.03px solid #DDDDDD80;
    padding: 15px 20px;
}

    .sidebar-header h5 {
        font-family: Poppins;
        font-size: 13.49px;
        font-weight: 600;
        color: #000000;
    }

.chat-card{
    border-radius: 8px;
}

.sidebar-search {
    padding: 15px;
    border-bottom: 1.03px solid #DDDDDD80;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #e1e4e8;
    background-color: #f6f8fa;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    color: #6c757d;
    position: relative;
}

    .search-bar input {
        border: none;
        outline: none;
        background: none;
        width: 100%;
        font-size: 14px;
        color: #6c757d;
    }

        .search-bar input::placeholder {
            color: #858585;
            font-family: Poppins;
            font-size: 12.37px;
            font-weight: 400;
        }

    .search-bar img {
        margin-right: 8px;
        width: 25px;
        height: 25px;
    }

.icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border-radius: 50px;
}


.user-inbox-profile img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.user-message-time {
    text-align: end;
    padding: 0 14px 0 0;
}

    .user-message-time p {
        font-family: Poppins;
        font-size: 12.37px;
        font-weight: 400;
        margin: 0px;
    }

    .user-message-time span {
        font-family: Poppins;
        font-size: 10.31px;
        font-weight: 400;
        background-color: #0272BC;
        padding: 3px 6px;
        border-radius: 50px;
        color: #FFFFFF;
    }

.user-name h5 {
    font-family: Poppins;
    font-size: 14.44px;
    font-weight: 600;
    margin: 0px;
}

.user-name p {
    font-family: Poppins;
    font-size: 12.37px;
    font-weight: 400;
    margin: 0px;
}

.chat-sidebar .user {
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .chat-sidebar .user:hover {
        background-color: rgba(0,0,0,0.2);
    }


.content-chat {
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
}

.chat-header {
    border-bottom: 1.03px solid #DDDDDD80;
    padding: 6px 15px;
}

    .chat-header span {
        font-family: Poppins;
        font-size: 13.49px;
        font-weight: 600;
    }

    .chat-header img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }

.messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px 4px;
}

.day-div {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1.03px solid #DDDDDD80
}

.day {
    position: relative;
    top: 11px;
    padding: 4px 10px;
    background-color: #FFFFFF;
    font-family: Poppins;
    font-size: 12.37px;
    font-weight: 400;
}

.message {
    margin: 10px 0px;
}

.message-sent {
    padding: 10px;
    text-align: end;
}

    .message-sent img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .message-sent span {
        background-color: #003366;
        padding: 10px;
        border-radius: 0px 10px 10px 10px;
        font-family: Poppins;
        font-size: 11.56px;
        font-weight: 400;
        line-height: 17.35px;
        color: #FFFFFF;
        margin-right: auto;
    }

    .message-sent small {
        font-family: Poppins;
        font-size: 11.56px;
        font-weight: 400;
        line-height: 17.35px;
        color: #A7A7A7;
        padding-right: 50px;
    }

    .message-sent .icon {
        margin-left: 10px;
        margin-right: 0px;
    }

.message-received {
    padding: 10px;
}

    .message-received span {
        background-color: #EDEEF1;
        padding: 10px;
        border-radius: 10px 0px 10px 10px;
        font-family: Poppins;
        font-size: 11.56px;
        font-weight: 400;
        line-height: 17.35px;
        color: #000000;
        font-weight: 400;
        margin-right: auto;
    }

    .message-received small {
        font-family: Poppins;
        font-size: 11.56px;
        font-weight: 400;
        line-height: 17.35px;
        color: #A7A7A7;
        padding-left: 53px;
    }
    .message-received .icon{
        margin-right: 10px;
    }

    .chat-footer {
        display: flex;
        align-items: center;
        border-top: 1px solid #dee2e6;
        padding: 10px;
    }


.message-bar {
    display: flex;
    align-items: center;
    background-color: #EDEEF1;
    border-radius: 10px;
    padding: 8px 12px;
    width: 100%;
    position: relative;
}

    .message-bar input {
        border: none;
        outline: none;
        background: none;
        width: 100%;
        font-size: 14px;
        color: #929293;
        margin: 0 8px;
    }

        .message-bar input::placeholder {
            color: #929293;
            font-family: Poppins;
            font-size: 12.37px;
            font-weight: 400;
        }

    .message-bar .icon-left, .message-bar .icon-right {
        color: #B22222;
        font-size: 18px;
    }

    .message-bar .divider {
        height: 20px;
        width: 1px;
        background-color: #d1d5da;
        margin: 0 8px;
    }

.add-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #FFFFFF;
    border: 0.4px solid #B7BCBF;
    border-radius: 5px;
    width: 43px;
    height: 43px;
    margin-top: 33px;
    text-decoration: none;
}

    .add-icon-box:hover {
        background-color: #B7BCBF;
    }

    .add-icon-box img {
        width: 25px;
        height: 25px;
    }

.adduser-form label {
    font-family: Poppins;
    font-size: 11.38px;
    font-weight: 500;
    line-height: 17.07px;
}

.adduser-form .logo-preview {
    width: 200px;
    height: 150px;
}

.tab-button {
    background-color: transparent;
    border: none;
    color: #003366;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 8px 8px 8px 16px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

    .tab-button.active {
        background-color: #003366;
        color: #FFFFFF;
    }
        .tab-button.active .tab-count {
            background-color: #FFFFFF33;
            margin-left: 25px;
        }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.tab-count {
    background-color: #00336633;
    border-radius: 3px;
    padding: 4px 8px;
    margin-left: 15px;
}

.icon-button {
    background-color: #0033660D;
    border: none;
    border-radius: 3px;
    width: fit-content;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.icon-button .img2{
    display: none;
}

    .icon-button:hover {
        background-color: #B22222;
        transform: scale(1.1);
        color: #FFFFFF;
    }
        .icon-button:hover .img1 {

            display: none;
        }

    .icon-button:hover .img2 {
       display: block;
    }

.side-section {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 35%; 
    background-color: #fff;
    z-index: 1050;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
}

    .side-section.open {
        transform: translateX(0);
    }

.company-info {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 1rem;
    background-color: #FFFFFF;
}

.side-section .p-3 {
    flex: 1;
    overflow-y: auto;
    padding: 0px 1rem 1rem 1rem !important;
}

.close-button {
    position: absolute;
    top: 5px;
    left: 6px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid;
    font-size: 14px;
    cursor: pointer;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
    z-index: 1050; /* Behind side-section but above content */
    display: none; /* Hidden initially */
}

    .overlay.active {
        display: block;
    }


.side-section h4 {
    font-family: Poppins;
    font-size: 16.25px;
    font-weight: 600;
    color: #003366;
}


.side-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.custom-body {
    padding: .5rem 1rem;
}

.side-section .icon-button {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 12.19px;
    font-weight: 400;
    color: #003366;
}
.side-section .icon-button:hover {
    color: #FFFFFF;
}

.side-section .card {
    border: 0.3px solid #D9D9D8;
    border-radius: 8px;
    margin-top: 20px;
}

.side-section small {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}

.profile-hr {
    background: #D9D9D8;
    height: 1px;
    width: 100%;
}

    .side-section .profile p {
        font-family: Poppins;
        font-size: 10.87px;
        font-weight: 500;
        line-height: 31.01px;
        color: #000000;
        margin: 0;
    }

.user-detail-content p {
    font-family: Poppins;
    font-size: 10.87px;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: -5px;
}

.user-detail-content span {
    font-family: Poppins;
    font-size: 12.19px;
    font-weight: 400;
    color: #000000;
}

.route-status {
    height: 11px;
    width: 11px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}
    .route-status.on-route {
        background-color: #9B11D1;
    }
    .route-status.waiting {
        background-color: #40BAE8;
    }
    .route-status.completed {
        background-color: #19A873;
    }

.route-link {
    color: #003366 !important;
    font-family: Poppins !important;
}

    .route-link:hover {
        color: #B22222 !important;
    }


.route-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.route-id h5{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 31.01px;
    color: #000000;
    margin-bottom: 0;
}

.route-id span{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 31.01px;
    color: #000000;
}

.route-id span a{
   color: #003366;
}

.create-route-section .calendar-icon {
    top: 48%;
}

.create-route-section .custom-form input,
.create-route-section .custom-form .select-container,
.create-route-section .custom-form textarea {
    margin-bottom: 0px;
}

    .min-w250 tr th,
    .min-w250 tr td {
        min-width: 250px !important;
    }
.create-route-section .add-icon-box {
    display: inline-flex;
    margin-top: 0;
}

.create-route-section .add-new-button {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #000000;
    padding: 10px;
}

.create-route-section .card {
     border: 0.3px solid #D9D9D8;
     border-radius: 8px;
}

.create-route-section .form-check-input {
    width: auto;
    border: 2px solid #000000;
    margin-right: 20px;
}
.create-route-section .form-check-label {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}
.create-route-section .form-check-input:checked {
    background-color: #003366;
    border-color: #003366;
}
.min-w150 {
    min-width: 150px;
}

.custom-table tr td {
    color: #000000;
}
.custom-table thead {
    background-color: #F8F9FB;
}
.package-check-div {
    display: flex;
    flex-wrap: wrap;
}
.create-route-section .input-custon-box {
    width: 60px;
    height: 35px;
    border: 1px solid lightgray;
    text-align: center;
    margin-left: 5px;
}

.btn-outline-blue {
    color: #003366;
    border: 2px solid #003366;
}

.btn-outline-blue:hover {
    color: #FFFFFF !important;
    background-color: #012345 !important;
    border-color: #012345 !important;
}
    .btn-dark-blue:hover {
        color: #FFFFFF !important;
        background-color: #012345 !important;
        border-color: #012345 !important;
    }

.route-search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    color: #6c757d;
    position: relative;
    min-width: 500px;
}

    .route-search-bar input {
        border: none;
        outline: none;
        border-left: 0.3px solid #C6D1DC !important;
        border-radius: 0px;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
    }
    .route-search-bar input:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .route-search-bar img {
        margin-right: 8px;
        width: 25px;
        height: 25px;
    }

.route-searchbox{
    padding: 15px 0px;
}

.time-details  span{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 28.53px;
    color: #000000;
    display: inline;
}

.tracking-section .route-div span {
    font-family: Poppins;
    font-size: 10.87px;
    font-weight: 400;
    line-height: 31.01px;
}

.route-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.tracking-section .transport-card a {
    font-family: Poppins;
    font-size: 16.25px;
    font-weight: 600;
    color: #003366;
    text-decoration: none;
}

.tracking-section .route-heading span {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    color: #010101;
    display: inline;
}

.tracking-section .route-heading p {
    font-family: Poppins;
    font-size: 11.2px;
    font-weight: 400;
    margin-bottom: 0;
    color: #7E7E7E;
}

/*.tracking-section .progress-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 13.12px;
    font-weight: 500;
    position: relative;
}*/
.tracking-section .vehicle-type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}

.truck-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #00336605;
    border-radius: 4px;
}

.truck-image-box img{
    width: 161px;
    height: 73px;
}

.map-image-box{
    border-radius: 6px;
}

.profile span {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 11.2px;
    font-weight: 400;
}

.form-section .select-container input {
    width: 100%;
    padding: 8px 8px 8px 30px !important; 
}



.tracking-section .vehicle-type img {
    margin-bottom: 20px;
}
.route-dot.on-route {
    background-color: #19A873;
}
.route-dot.waiting {
        background-color: #30B4E6;
    }
.route-dot.in-active {
        background-color: #B22222;
    }


body.no-scroll {
    overflow: hidden; 
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040; 
    display: none; 
}

#overlay.active {
    display: block; 
}


.menu-btn {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}


.driver-buttons .btn {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
}

.search-btn-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#registerModal .modal-dialog,
#dateModal  .modal-dialog{
    max-width: 400px;
    margin: 1.75rem auto;
}

#registerModal .modal-content,
#subscribeModal .modal-content,
#dateModal .modal-content {
    padding: 0px 15px 15px 15px;
}

.register-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

    .register-divider::before,
    .register-divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .register-divider:not(:empty)::before {
        margin-right: 0.5em;
    }

    .register-divider:not(:empty)::after {
        margin-left: 0.5em;
    }


.user-box-mobile {
    display: none !important;
}

.remove-arrow input[type="number"]::-webkit-inner-spin-button,
.remove-arrow input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.remove-arrow input[type="number"] {
    -moz-appearance: textfield;
}

.customer-box {
    padding: 4px 20px 4px 0;
    margin: 0;
    text-decoration: none;
}

    .customer-box span {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        display: block;
        text-decoration: none;
        color: #000000;
    }
    .customer-box small {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        display: block;
        text-decoration: none;
        color: #000000;
    }

.customerprofile-section h2 {
    font-family: Poppins;
    font-size: 19.82px;
    font-weight: 600;
    line-height: 61.08px;
    color: #000000;
}

.notification-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.notification-container .img1{
    width: 15px;
    height: 18px;
    margin-right: 3px;
}
    .notification-container .img2 {
        width: 13px;
        height: 13px;
    }
    .notification-container a {
        font-family: Poppins;
        font-size: 10.49px;
        font-weight: 400;
        line-height: 28.74px;
        color: #003366;
        text-decoration: underline;
    }
        .notification-container a:hover {
            color: #B22222;
        }


.btn-subscribe {
    background-color: #01A3DF;
    border: 1px solid #01A3DF;
    color: #FFFFFF;
    padding: 8px 10px;
}

    .btn-subscribe:hover {
        background-color: transparent;
        color: #01A3DF;
    }

.subscribe-header h5,
.setdate-header  h5 {
    font-family: Poppins;
    font-size: 22.12px;
    font-weight: 600;
    color: #010101;
}
.subscribe-header p,
.setdate-header  p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

.popup-btn {
    font-size: 16px !important;
    padding: 15px 30px;
}


/* Custom Checkbox Style */
.custom-checkbox .form-check-input {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #B22222; /* Red border */
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    margin-right: 4px;
    padding: 0px;
}

    .custom-checkbox .form-check-input:checked {
        background-color: #fff; 
    }

        .custom-checkbox .form-check-input:checked::before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: medium;
            color: #B22222; 
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: bold;
        }

.custom-checkbox .form-check-label {
    margin-left: 8px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}



    .company-detail .verified-logo {
        width: 21px;
        height: 20px;
        margin-left: 5px;
        margin-bottom: 15px;
    }

.company-detail a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    color: #003366;
    text-decoration: none;
}

.company-detail span {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    color: #7E7E7E;
    display: block;
}

.route-id-number {
    color: #003366;
    font-weight: 700;
    text-decoration: none;
}

.update-item .part-1 {
    width: fit-content;
}

.update-item .part-2 {
    width: -webkit-fill-available;
}


.signin-body input.border-danger, .signup-body input.border-danger {
    border-color: #dc3545 !important;
}

.msg-content {
    font-family: Poppins;
    font-size: 11.56px;
    font-weight: 400;
    line-height: 17.35px;
    color: #000000;
}

.text-blue {
    color: #003366 !important;
}

.tooltip {
    opacity: 1 !important; /* Ensure full opacity */
}

    .tooltip.show {
        opacity: 1 !important; /* Remove any fade-in effect */
    }


.tooltip-inner {
    background-color: #003366 !important;
    color: white !important;
    border: 1px solid white !important;
    padding: 6px 12px;
    font-size: 14px;
    opacity: 1 !important;
    filter: none !important;
}

.tracking-section .card{
    border-radius: 8px;
}

.tracking-section .row .col-lg-6{
    padding: 0px 5px;
}

.see-route{
    font-size: 12px !important;
    text-decoration: underline !important;
}


.add-truck-heading {
    font-family: Poppins;
    font-size: 19.82px;
    font-weight: 600;
    line-height: 61.08px;
}

.routes-Container {
    overflow: auto;
    height: 630px;
}

.forget-btn {
    text-decoration: none;
    color: #B22222;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 1rem;
    display: block;
}

    .forget-btn:hover {
        color: #B22222;
        text-decoration: underline;
    }


/* About Us page */

.section {
    margin: 40px 0;
}

    .section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }


.mission, .why-choose-us {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .about-intro h1,
    .mission h2,
    .why-choose-us h2,
    .contact-heading h1{
        font-family: Poppins;
        font-size: 36px;
        font-weight: 600;
        line-height: 55px;
        color: #010101;
        margin-bottom: 10px;
    }

.about-intro h6 {
    color: #003366;
    font-family: Poppins;
    font-size: 18.67px;
    font-weight: 500;
    line-height: 28px;
}

.about-intro p {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.why-choose-us .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 20px;
}

.feature {
    flex: 1 1 300px;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 4px 6px 50px 12px #6D8DAD1A;
    text-align: center;
}

    .feature .icon {
        font-size: 40px;
        color: #003366;
        margin-bottom: 20px;
    }

    .feature h3 {
        color: #010101;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .feature p,
    .contact-heading p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        color: #7E7E7E;
    }

    .feature:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

.contact-info h2 {
    color: #010101;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
}

.contact-info strong {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #010101;
}

.contact-info a,
.contact-info span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #7E7E7E;
}

.contact-card {
    border-radius: 12px;
    box-shadow: 4px 6px 50px 24px #6D8DAD1A;
    border: 0px;
}

input:disabled {
    background-color: #bfc3c440;
}