:root{
    --primary-navy: #102940;
    --brand-teal: #0f908b;
    --cta-teal: #0f908b;
    --light-bg: #F5F8F8;
    --soft-cyan: #BEE4EB;
    --text-dark: #2F3138;
    --text-gray: #7B7F81;
    --white: #FFFFFF;
}

body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Simplon BP,Helvetica Neue,Arial,sans-serif;
    background-color: var(--light-bg);
    color: var(--text-dark);
}

.nav-link span{
    color:var(--cta-teal);
}
.error_text{
    color:var(--cta-teal) !important;

}


#navbar {
    margin-right: 30px;
}
#navbar ul li a:hover,
#navbar ul li a.active{
    color: var(--cta-teal);
}
.navbar {
    height: 92px;
    border-bottom: 1px solid var(--soft-cyan);
    padding: 0 !important;
}
.navbar-light .navbar-brand{
    -webkit-text-stroke: 2px var(--brand-teal);
    -webkit-text-fill-color: white;
    font-size: 45px;
    margin-left: 30px;
    line-height: 1;
}
.footer_logo,
.navbar-light .navbar-brand .logo{
    width: 220px;
}
#navbar ul{
    height: 62px;
    align-items: center;
}

#navbar ul li a {
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 800;
    color: var(--text-gray);
}
.bg-main{
   background-color: rgba(190, 228, 235, 0.35);
}
/*#track{*/
/*    background-image: url('../img/giphy.gif');*/
/*    background-repeat: no-repeat;*/
/*   background-position: right;*/
/*       background-size: 645px;*/
/*}*/
section{
    padding: 80px 30px;
}

._font-heading-title{
    font-size: 84px;
    font-weight: 700;
    max-width: 72%;
    line-height: 100%;
    font-family: "Simplon BP", "Helvetica Neue", Arial, sans-serif;
    color:  var(--primary-navy);
}
.font-base{
    font-weight: 700;
    font-size: 21px;
}

.mainBanner-img {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: auto;
 z-index: 1;
 overflow: visible !important;
 padding: 60px 60px;
 text-align: center;
}

.mainBanner-img img {
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Removes unwanted spacing below images */
}
.mainBanner-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(../img/mainBanner-img-after.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: rotation 30s infinite linear;
    animation: rotation 30s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


form{
    margin-top: 40px;
}
.form-control,.form-control:focus{
    width: 45%;
    margin-top: 10px;
    border: 2px solid var(--text-gray);
    border-radius: 8px;
    font-size: 11px;
    padding: 14px;
    box-shadow: none;
}
.btn-track{
    background-color: var(--cta-teal);
    color: #fff;
    /*margin: 20px 0;*/
    border-radius: 8px;
}
.btn-track:hover {
    color: #fff;
}
.btn-track:focus {
    box-shadow: none;
}
._focus-default{
    color:var(--text-gray);
    font-size: 13.8px;
    text-decoration: none;
}
.first_show{
    position: relative;
    color: var(--text-gray);
}
.last_show{
    position: absolute;
    transform: translateX(-140px);
}
._focus-default:hover .last_show{
   transform: translateX(0px);
   color:var(--cta-teal);
   transition: 1s;
}
._focus-default:hover .first_show{
    visibility: hidden;
}
#tracking_page .card{
    width: 50%;
    margin: auto;
    background: var(--light-bg);
}
#tracking_page{
   padding-bottom:50px;
}
#tracking_error_page{
    width: 70%;
    margin: auto;
    padding-bottom:50px;
}
#tracking_page .card .text{
    font-size: 12px;
    text-transform: uppercase;

}
#tracking_page .card p{
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 700;
}
#tracking_page .card p span{
    color:var(--cta-teal);
}
#tracking_page .card h1{
    font-weight: 700;
}
#contentcard{
    width: 70% !important;
    background: #fff !important;
    box-shadow: 1px 1px 1px 2px var(--soft-cyan);
    margin: 50px auto !important;
}
#content_card{
    width: 70% !important;
    background: var(--light-bg) !important;
    box-shadow: 1px 1px 1px 2px var(--soft-cyan);
    margin: 50px auto !important;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: var(--text-dark);
    padding-left: 0px;
    margin-top: 30px
}
#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}
#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff
}
#progressbar .step1:before{
    font-family: FontAwesome;
    content: "\f046";
    color: #000;
    font-size: 18px;
    background: #fff;
    border:4px solid var(--brand-teal);
    line-height: 34px;
}
#progressbar .done:after{
    background:var(--brand-teal) !important;
}
#progressbar .step2:before{
    font-family: FontAwesome;
    content: "\f096";
    color: #000;
    font-size: 18px;
    background: #fff;
    border:4px solid var(--brand-teal);
    line-height: 34px;
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
    font-size: 15px;
    background: var(--brand-teal);
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: var(--brand-teal);
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li:last-child{
    float: right;
}
#progressbar li:first-child{
    width: 30%;
    padding: 0 32px;
}
#progressbar .step2{
    width: 50%;
    padding: 0 32px;
}
#progressbar li:first-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 58%;
    z-index: 0;
}
#progressbar .step2:after{
    left: 0;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 44%;
    border: 1px solid var(--brand-teal);
    z-index:0;
    background:none;
}
#progressbar li:last-child:after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#progressbar .step1  {
    width: 41%;
    padding: 0 70px;
}
#progressbar .step1:after{
    left: -142px;
    z-index: 0;
    border:1px solid var(--brand-teal);
    background:none;
}
#progressbar .delivered:after{
    left: -142px;
    z-index: 0;
    background:var(--brand-teal);
}
#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--brand-teal);
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#track_text .text-accent-reverse{
    font-size: 112px;
    font-weight: 700;
    line-height: 106px;
    font-family: "Simplon BP", "Helvetica Neue", Arial, sans-serif;
    color: var(--cta-teal);
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.block {
    display: block;
}
.duration-1500 {
    transition-duration: 1500ms;
}
#section_3 {
    background-image: url('../img/truck.png');
    background-repeat: no-repeat;
    background-size: cover; /* Ensures the image fits within the container without stretching */
    background-position: center center; /* Centers the image horizontally and vertically */
    min-height: 600px; /* Set a consistent height for the section */
}

#section_3 .bg-main {
    background: #fff;
    width: 50%;
}
#section_3 .bg-main .justify-content{
    justify-content: center;
}
.nav-tabs {
    border-bottom: none;
    background: var(--cta-teal);
}
#section_3 .bg-main ul li{
    padding: 15px 15px 0px 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
#section_3 .bg-main ul a.active{
    background: #fff;
}
#section_3 .bg-main ul li a{
    text-decoration: none;
    color:var(--primary-navy);
    background: none;
}
.tab-content{
    padding: 50px;
    background-color: #fff;
    border: 3px solid var(--cta-teal);
    border-top: none;
}
.nav-tabs .nav-link{
    border: none;
}
.tab-content h3{
    font-size: 39px;
    font-weight: 700px;
    line-height: 44px;
}
.tab-content ._markdown p{
    font-size: 18px;
    line-height: 30px;
}
.navbar-toggler, .navbar-toggler span {
  background-color: white !important;
}
#section_4 h1{
    font-size:110px;
    font-weight:700;
    color: var(--primary-navy);
}
#section_4 .bg-theme-color{
    background:var(--cta-teal);
}
#section_4 .interval_text{
    font-size:14px;
    font-weight:600;
    color:var(--primary-navy);
}
#section_4 .interval_bold_text{
    font-size:16px;
    font-weight:700;
    color:var(--primary-navy);
}
#section_5{
    background-image: url('../img/contact_image.png');
    background-repeat: no-repeat;
    background-size:cover;
}
#section_5 form{
    color:#fff;
}
#section_5 .form-control{
    width:100%;
    margin-bottom:15px;
    border: none;
}
#section_5 .btn-submit{
    background:var(--cta-teal);
    border-radius:15px;
    color:#fff;
}
footer{
    background:var(--soft-cyan);
    padding:40px 30px 20px 30px;
    color:var(--primary-navy);
}
footer .navbar-brand{
    -webkit-text-stroke: 2px var(--brand-teal);
    -webkit-text-fill-color: white;
    font-size: 45px;
    margin-left: 30px;
    line-height: 1;
}
footer strong a{
    color:var(--cta-teal);
}
footer .copy_right{
    padding:20px;
}
@media(max-width:768px){
    .navbar-light .navbar-brand{
        font-size: 32px;
        margin-left: 0px;
    }
    ._font-heading-title{
        font-size:39px;
        line-height:39px;
    }
    .form-control, .form-control:focus{
        width:100%;
    }
    .btn-track{
        width:70%;
    }
    .section_1_img img{
        width:100%;
        margin-top:20px;
    }

    #track_text .text-accent-reverse{
        font-size:46px;
        line-height:44px;
    }
    .section_1_img {
      display: none;
  }
  #track_text {
      padding: 0px 30px;
  }
  #section_3{
    background-size: cover;
    padding:80px 10px;
    margin-top: 40px;
}
#section_3 .bg-main ul li{
    padding: 10px 0px 0px 1px;
    font-size: 10px;
    line-height: 22px;
}
.tab-content h3 {
    font-size: 32px;
}
.tab-content {
    padding: 30px;
    border: 1px solid var(--cta-teal);
}
#section_3 .bg-main{
    width:100%;
    margin-top: 10%;
}
#section_4{
    padding:80px 15px;
}
#section_4 h1 {
    font-size: 46px;
}
#section_4 .bg-theme-color .text-center{
    border-bottom:1px solid;
}
footer .copy_right{
    text-align:center;
}
#tracking_page .card {
    width: 100%;
}

footer .navbar-brand{
    font-size: 35px;
}
#tracking_error_page{
    width:100%;
    padding:80px 0px;
}
#content_card {
    width: 100% !important;
}
section {
  padding: 40px 20px;
}
}

@media (max-width: 480px) {
  #track_text .text-accent-reverse {
    font-size: 32px;
    line-height: 44px;
}
}

@media (max-width: 1200px) {
   #tracking_page .card {
      width: 100%;
  }
}
@media(max-width:2560px){
    #progressbar li:first-child,#progressbar .step1{
        width:50%;
    }
    #progressbar li:first-child:after,#progressbar .step1:after{
        width:47%;
    }
    #progressbar li:first-child:after{
        left:unset;
        right:0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #progressbar .step1:after{
        left:0;
    }
}
@media(max-width:1920px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:46% !important;
    }
}
@media(max-width:1560px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:45% !important;
    }
}
@media(max-width:1024px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:43% !important;
    }
}
@media(max-width:768px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:45% !important;
    }

    .step0.step1 {
      padding: 0px !important;
  }
  .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
      background-color: var(--light-bg);
      padding: 10px;
      z-index: 9999;
      border-radius: 4px;
      position: absolute;
      left: 10px;
      right: 10px;
      top: 84px;
  }
}
@media(max-width:425px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:40% !important;
    }
    #progressbar .step1,#progressbar li:first-child,#progressbar .step2:after{
        padding:0px;
    }
}
@media(max-width:375px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:38% !important;
    }
}
@media(max-width:320px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:36% !important;
    }
}
.nav-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

a{
    transition: all 0.3s ease-in-out;
}



    .banner {
        background: linear-gradient(rgba(16, 155, 182, 0.43), rgba(9, 41, 70, 0.43)), url('https://via.placeholder.com/1500x400?text=ParcelXpress+Courier') no-repeat center center;
        background-size: cover;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
        text-align: center;
    }
    .banner h1 {
        font-size: 3rem;
        font-weight: bold;
        animation: fadeIn 1.5s ease-in-out;
    }

    .card {
        border-radius: 12px;
        overflow: hidden;
    }
    .card-header {
        border-radius: 12px 12px 0 0;
    }

    .btn-social {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin: 5px;
        transition: all 0.3s ease;
    }
    .btn-social:hover {
        transform: scale(1.1);
    }

    input, textarea {
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
    }
    input:focus, textarea:focus {
        border-color: var(--cta-teal) !important;
        box-shadow: 0px 0px 10px rgba(16, 155, 182, 0.30);
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-20px); }
        to { opacity: 1; transform: translateY(0); }
    }


