/*Navigation*/
.navigation-logo-main{
    width: 100px;
}
.navigation-main-slagon{
    font-size: 10px;
    margin: 0px;
}
/*Home Hero*/
/*.home_hero_highlight_span{*/
/*    font-size: 20px;*/
/*}*/

/* GLOBAL  */
.quicksand_font_family {
    font-family: 'Dubai', sans-serif;
}
body {
    font-family: 'Dubai', sans-serif !important;
}

/* GLOBAL  */
.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(3, 146, 79, 1) 40%, rgba(2, 108, 155, 1) 60%);
}
.whycourier-item:hover{
    background: linear-gradient(90deg, rgba(3, 146, 79, 1) 40%, rgba(2, 108, 155, 1) 60%);

}
.charge-item:hover{
    background: linear-gradient(90deg, rgba(3, 146, 79, 1) 40%, rgba(2, 108, 155, 1) 60%);

}
/* HOME- TESTIMONIALS */
.testimonial-content {
    min-height: 550px;
    border: 1px solid #f7f7f7;
    filter: drop-shadow(2px 4px 6px rgb(224, 224, 224));
    background-color: white;
    border-radius: 10px;
    width: 100%;
    padding: 35px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.testimonial-content h5 {
    font-size: 30px !important;
    font-family: 'Dubai', sans-serif !important;
    text-align: center;
    margin-bottom: 30px;
    color: #0a7772 !important;
}

.testimonial-content h3 {
    font-size: 15px !important;
    font-family: 'Dubai', sans-serif !important;
    text-align: right !important;
    margin: 0px;
}

.testimonial-content h2 {
    font-size: 15px !important;
    font-family: 'Dubai', sans-serif !important;
    text-align: right !important;
    margin: 0px;
}

.testimonial-content p {
    font-size: 18px;
    font-family: 'Dubai', sans-serif;
    font-weight: 500;
    text-align: start;
    line-height: 24px;
}
.testimonialImage{
    /*border-radius: 50%;*/
    /*outline: 1px solid #0A7772;*/
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.carousel_custom_indicator_left {
    background: linear-gradient(90deg, rgba(3,146,79,1) 40%, rgba(2,108,155,1) 60%) !important;
    margin-bottom: 167px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -65px;
    padding: 15px;
    border-radius: 50%;
}

.carousel_custom_indicator_left:hover {
    background: linear-gradient(90deg, rgba(3,146,79,1) 40%, rgba(2,108,155,1) 60%) !important;
}

.carousel_custom_indicator_right {
    background: linear-gradient(90deg, rgba(3,146,79,1) 40%, rgba(2,108,155,1) 60%) !important;
    margin-bottom: 167px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -65px;
    padding: 15px;
    border-radius: 50%;
}

.carousel_custom_indicator_right:hover {
    background: linear-gradient(90deg, rgba(3,146,79,1) 40%, rgba(2,108,155,1) 60%) !important;
}


/* FAQ */
.FAQ_Question_btn {
    font-size: 20px;
    font-family: 'Dubai', sans-serif;
    font-weight: 700;
}

.FAQ_Answer_P {
    margin: 30px 0px;
    font-size: 16px;
}

.accordion-button {
    background-color: white;
    color: black;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(3,146,79,1) 40%, rgba(2,108,155,1) 60%);;
    color: white;
}

/* FAQ */

/* NavBar */
.NAVBAR_CUSTOM_FLEX {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NAVBAR_CUSTOM_LOGIN_BTN {
    margin-left: 50px !important;
}

/* NAVBAR */

/* Tracking Order */
.tracking-timeline {
    position: relative;
    margin: 20px 0px;
    padding-left: 30px;
}

.tracking-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}

.tracking-date {
    width: 150px;
    text-align: right;
    padding-right: 20px;
    color: #6c757d;
}
.tracking-date p{
    margin: 0px;
}
.tracking-circle {
    width: 24px;
    height: 24px;
    background-color: #2EC551;
    /* Green background for the check icon */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}

.tracking-item:before {
    content: '';
    position: absolute;
    left: 160px;
    /* Adjust this to align the line */
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #d3d3d3;
    z-index: 0;
}

.tracking-content {
    flex-grow: 1;
}

.content-box {
    background: linear-gradient(90deg, rgba(3,146,79,1) 40%, rgba(2,108,155,1) 60%);
    /* Purple background for the content box */
    color: white;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    margin-left: 10px;
    min-width: 300px;
}

.content-box h4 {
    color: white !important;
}

.content-box p {
    color: white;
}

.content-box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    /* To create the arrow pointing towards the circle */
    border-width: 7px;
    border-style: solid;
    border-color: transparent rgba(3,146,79,1) transparent transparent;
}
.MobileViewTracking{
    display: none;
}
@media screen and (max-width: 500px) {
    .tracking-circle {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .navigation-logo-main{
        width: 50px;
    }
    .navigation-main-slagon{
        font-size: 6px;
    }
    .home_hero_highlight_span{
        font-size: 20px;
    }
    .FAQ_Question_btn {
        font-size: 12px;
        font-family: 'Dubai', sans-serif;
        font-weight: 700;
    }
    .FAQ_Answer_P {
        margin: 30px 0px;
        font-size: 10px;
    }
    .tracking-date p {
        margin: 0px;
        font-size: 12px;
    }
    .content-box h4 {
        color: white !important;
        font-size: 18px;
    }
    .content-box p {
        color: white;
        font-size: 15px;
    }
    .tracking-timeline {
        position: relative;
        margin: 20px 0px;
        padding-left: 0px;
    }
    .tracking-date {
        display: none;
    }
    .tracking-item:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: #d3d3d3;
        z-index: 0;
    }
    .MobileViewTracking{
        display: block;
    }
    .MobileViewTracking p{
        margin: 0px;
    }
}


/* Tracking Order */
@media screen and (max-width:991px) {
    .testimonial-content {
        min-height: 320px;
        border: 1px solid #f7f7f7;
        filter: drop-shadow(2px 4px 6px rgb(224, 224, 224));
        background-color: white;
        border-radius: 10px;
        width: 100%;
        padding: 10px;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .testimonialImage {
        border-radius: 50%;
        outline: 1px solid #0A7772;
        width: 100px;
        height: 100px;
        margin-bottom: 5px;
    }

    .carousel_custom_indicator_left {
        display: none;
    }

    .carousel_custom_indicator_right {
        display: none;
    }

    .testimonial-content h5 {
        font-size: 20px !important;
        font-family: 'Dubai', sans-serif !important;
        text-align: center;
        margin-bottom: 5px;
    }
    .testimonial-content p {
        font-size: 10px;
        font-family: 'Dubai', sans-serif;
        font-weight: 500;
        text-align: left;
        line-height: 24px;
    }
}

/* HOME- TESTIMONIALS */


/* GLOBAL- CUSTOM ALERT STYLE */
.custom_alert {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 25%;
    z-index: 10;
    font-size: 14px;
    font-family: 'Dubai', sans-serif;
}

/* GLOBAL- CUSTOM ALERT STYLE */



/* SERVICE Item */
.custom_service_item:hover{
    filter: drop-shadow(1px 10px 8px rgb(176, 175, 175));
}
