﻿@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

.PageBackground{
    background-image:url("../Media/Others/HomeBackground.jpg");
    height:70vh;
    width:100%;
    position:absolute;
    z-index:-2;
    background-size:cover;
}
.PageBackgroundUp {
    background-color: black;
    height: 70vh;
    opacity: 80%;
    z-index: -2;
    align-content:center;
}
.BackgroundTop {
    height: 70vh;
    z-index: -2;
    align-content: center;
}
.BackgroundTop>h1 {
    color:white;
    font-size:65px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    text-align:center;
    padding-left:50px;
    padding-right:50px;
}
.BackgroundTop>h1>span {
    color:#247cec;
}
.PageContent{
    background-color:white;
    margin-bottom:-10px;
}

@media (min-width: 1400px) {
    .BackgroundTop > h1 {
        font-size: 75px;
    }
}
@media (max-width: 800px) {
    .BackgroundTop > h1 {
        font-size: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

}
.TrackContainer {
    height: 60px;
    width: 100%;
    margin-top: -30px !important;
    position: absolute;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.TrackBar {
    background-color: white;
    height: 100%;
    width: 45vw;
    box-shadow: 0px 0px 5px 3px #00000011;
    border-radius:7px;
    display:flex;
    position:relative;
}
.TrackingIDInput{
    width:100%;
    height:100%;
    border:0px;
    outline:0px;
    color:#00000085;
    background-color:#00000006;
    padding-left:15px;
    font-size:20px;
}
.TrackingIDInput::placeholder{
    color:#00000030;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:16px;
}
.TrackBar > svg {
    height: 60px;
    width: 70px;
    color: #fffffff2;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #114a93;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.TrackingIDButton {
    height: 60px;
    width: 120px;
    color: #fffffff2;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #114a93;
    border: 0px;
    outline: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media (max-width: 1400px) {
    .TrackBar {
        width: 70vw;
    }
}

@media (max-width: 800px) {
    .TrackBar {
        width: 90vw;
    }
}
.TrackingIDloader {
    right: 28px;
    top: 10px;
    background-color: #114a93;
    position: absolute;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,white 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,white);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}
.PageSection{
    padding-bottom:50px;
}
.PageHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}
.PageHeadingContent {
    width: 70%;
    text-align: center;
    font-family: "poppins", sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.PageHeadingContent h1 {
    font-weight: 400;
    font-size: 30px;
    color: #0000004f;
}
.PageHeading h2 {
    font-weight: 700;
    font-size: 50px;
    color: #114a93;
}
@media (max-width: 800px) {
    .PageHeadingContent {
        width: 90%;
    }
    .PageHeadingContent h1 {
        font-size: 20px;
    }
    .PageHeading h2 {
        font-size: 35px;
    }
}
.PageSectionContent{
    margin-top:50px;
}
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 350px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #114A93;
    background: linear-gradient(351deg,rgba(17, 74, 147, 1) 0%, rgba(12, 44, 89, 1) 100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
  overflow:hidden;
}

.flip-box-header {
  font-size: 30px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}
.flip-box h3 {
    font-size: 1.6em;
    line-height: 1.5em;
    color:#fffffffe;
    padding-top:20px;
}
.flip-box h2 {
    font-size: 15px;
    padding:20px;
    line-height: 1.5em;
    color: #fffffffe;
    margin-top: 10px;
}
.flip-box-img {
  width:auto;
  max-height:170px;
  padding:5px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
  padding: 15px 20px;
  text-transform: uppercase;
  outline:0px;
  transition:0.3s;
}
.flip-box-button:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #114a93;

}
.sectionClass {
  padding: 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #114a93;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    background: #114a93;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
  cursor:default;
}
.projectFactsWrap .item svg{
    margin-top:10px;
    width:50px;
    color:#ffffff58;
}
.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Poppins';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.WhychoseUsImage {
    border-radius: 10px;
    background-image: url("https://hardhattransportation.com/wp-content/uploads/2014/10/transport_03-Value-Added.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 1000px) {
    .WhychoseUsImage {
        height:500px;
    }
}
.WhyChoseUsSection {
  width: 100%;
  padding: 40px 20px;
  font-family: 'poppins', sans-serif;
  color: #114a93;
}

.WhyChoseUsheading h2 {
    font-size: 36px;
    font-weight: bold;
    color: #114a93;
    margin-bottom: 10px;
}

.WhyChoseUsheading .underline {
  width: 60px;
  height: 2px;
  background-color: #114a93;
  margin-top: 5px;
}

.WhyChoseUsContent {
  margin-top: 20px;
  margin-bottom: 30px;
}

.WhyChoseUsContent p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #082b5786;
}

.WhyChoseUsBars {
  margin-top: 20px;
}

.bar {
  margin-bottom: 25px;
}

.bar span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.progress {
  background: #eee;
  border-radius: 3px;
  height: 20px;
  width: 100%;
  overflow: hidden;
}

.progress-fill {
    background: #114a93;
    height: 100%;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding-right: 5px;
}
/* Testimonials Section */
.Testimonials {
  width: 100%;
  padding: 60px 20px;
  background: #114a93;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.Testimonials h1 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cards Row */
.TestimonialsCards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Card Style */
.TestimonialsCard {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  width: 20%;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.TestimonialsCard:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.TestimonialsCard.active {
  border: 2px solid #114a932e;
}

.TestimonialsCard img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  border: 3px solid #eee;
}

.TestimonialsCard h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.TestimonialsCard p {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

.gradient {
  display: none; 
}

.TestimonialsContent {
  max-width: 62%;
  margin: 0 auto;
}

.TestimonialsBox {
  display: none;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.6s ease-in-out;
}

.TestimonialsBox.active {
  display: block;
}

.TestimonialsBox .text h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #114a93; 
  font-weight: 700;
}

.TestimonialsBox .text span {
  display: block;
  font-size: 1.2rem;
  color: #f4b400;
  margin-bottom: 15px;
}

.TestimonialsBox .text p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .TestimonialsCards {
    flex-direction: column;
    align-items: center;
  }

  .TestimonialsCard {
    width: 90%;
  }
    .TestimonialsContent {
        max-width: 89%;
        margin: 0 auto;
    }
}


.contact-container {
    display: flex;
    min-height: fit-content;
    font-family:'poppins';
}

    /* Left side */
.contact-info {
    flex: 1;
    background: #114a93;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
}

    .contact-info h2 {
      font-size: 40px;
      margin-bottom: 20px;
      font-weight: bold;
      color:white;
    }

    .contact-info p {
      margin: 8px 0;
      color: #ffffff89;
      font-size: 20px;
    }

    .contact-info p strong {
        color: #ffffffcc;
    }

    /* Right side */
.contact-form {
    flex: 1.2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100% !important;
    font-family: "poppins";
}

    .form-box {
      width: 80%;
      background: #fff;
      padding: 40px;
      border-radius: 6px;
    }

    .form-box h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 25px;
      text-transform: uppercase;
      color:#114a93;
    }

    .form-box input,
    .form-box textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px;
      outline: none;
      transition: 0.3s;
    }

    .form-box input:focus,
    .form-box textarea:focus {
      border-color: #1a73e8;
    }

    .form-box textarea {
      resize: none;
      height: 100px;
    }

    .form-box button {
      width: 100%;
      padding: 12px;
      background: #114a93;
      border: none;
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .form-box button:hover {
      background: #0c5fcc;
    }
    @media (max-width: 900px) {
      .contact-container {
        flex-direction: column;
      }
      .contact-info, .contact-form {
        flex: unset;
        width: 100%;
      }
      .form-box {
        max-width: 90%;
      }
    }
    }
    .contact-section h2 {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 10px;
      position: relative;
    }

    .contact-section h2::after {
      content: "";
      display: block;
      width: 50px;
      height: 2px;
      background: #f8f8f863;
      margin-top: 6px;
    }

    .contact-section p.description {
      max-width: 800px;
      font-size: 15px;
      color: #ffffffbe;
      margin-bottom: 50px;
    }

    .contact-details {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 60px;
    }

    .detail-box {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .detail-box svg {
      width: 28px;
      color: #ffffff;
      flex-shrink: 0;
    }

    .detail-box h3 {
      font-size: 18px;
      margin: 0 0 6px;
      font-weight: 400;
      color:#fffffff5
    }

    .detail-box p {
      margin: 0;
      font-size: 14px;
      color: #ffffff8c;
      line-height: 1.5;
    }

    /* Social icons */
    .social-icons {
      display: flex;
      gap: 12px;
      margin-top: 8px;
    }

    .social-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #f2f2f2;
      color: #ffffff;
      text-decoration: none;
      font-size: 18px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background: white;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-details {
        grid-template-columns: 1fr;
      }
    }
.BackgroundImageConact {
    background-image: url("https://cdn.wallpapersafari.com/75/79/PehmBf.jpg");
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: fixed;
    filter: opacity(50%);
    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
}
.AboutUsImageContainer{
    width:100%;
    height:auto;
}
.AboutUsImage {
    width: auto;
    height: 100%;
    border-radius: 10px !important;
    background-image: url("https://keymaker.cl/wp-content/uploads/2023/03/envia_rapido-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.AboutUsContent {
  margin: 50px auto;
  padding-left: 50px;
  background: #fff;
  font-family: Arial, sans-serif;
  color: #333;
}

.AboutUsContent h2 {
  font-size: 28px;
  font-weight: bold;
  color: #114a93;
  margin: 0;
}

.AboutUsContent .underline {
  width: 50px;
  height: 2px;
  background: #114a93;
  margin-top: 5px;
  margin-bottom: 20px;
}

.AboutUsContent .overview-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.AboutUsContent .mission-vision {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.AboutUsContent .card {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.AboutUsContent .icon {
  background: #114a93;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.AboutUsContent .card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color:#114a93;
}

.AboutUsContent .card p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.AboutUsContent .btn {
  display: inline-block;
  padding: 12px 25px;
  background: #114a93;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.AboutUsContent .btn:hover {
  background: #1a73e8;
}

@media (max-width: 768px) {
    .PageHeading{
        padding-top:20px !important;
    }
    .AboutUsContent {
        margin: 50px auto;
        padding-left: 0px;
        background: #fff;
        font-family: Arial, sans-serif;
        color: #333;
    }
  .AboutUsContent .mission-vision {
    flex-direction: column;
  }
    .AboutUsImageContainer {
        width: 100%;
        height: 500px;
    }

    .AboutUsImage {
        width: auto;
        height: 100%;
        border-radius: 10px !important;
        background-image: url("https://keymaker.cl/wp-content/uploads/2023/03/envia_rapido-1.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}


/* Service Section */
.service-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 80px 10%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
    font-family:'poppins';
}

.service-section.active {
    opacity: 1;
    transform: translateY(0);
}

.service-section:nth-child(even) {
    flex-direction: row-reverse;
    background: #114a93;
}

.service-section:nth-child(odd) {
    background: white;
}
.service-section:nth-child(odd) .service-text h2  {
    color:#114a93;
}
.service-section:nth-child(odd) .service-text p  {
    color:#114a93;
}
/* Content */
.service-text {
    flex: 1;
}

.service-text h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 20px;
}

.service-text p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 12px;
    color:#fbfbfbdc;
}

/* Image */
.service-image {
    flex: 1;
    text-align: center;
}

.service-image img {
    width: 100%;
    max-width: 420px;
    height: 300px;
    object-fit: contain;
    border-radius: 12px;
    padding: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .service-section {
        flex-direction: column !important;
        text-align: center;
        padding: 40px 20px;
    }

    .service-image img {
        max-width: 300px;
        height: auto;
    }

    .service-text h2 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .custompageService{
        padding-top:60px !important;
    }
}
.tracking-Page {
    padding-bottom:100px;
    cursor:default;
    z-index:-2 !important;
}
.tracking-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 20px rgb(0, 0, 0, 0.13);
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index: -2 !important;
}
.tracking-header h1 {
    font-weight: 500;
    color: #114a93;
    font-size: 40px;
    margin-bottom: 5px;
    font-family: 'poppins';
}

.tracking-header p {
    color: #7777778f;
    font-size: 16px;
    margin: 0;
    font-family: 'poppins';
}
.tracking-number {
    margin-top: 15px;
    background: #0c5fcc;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
    color: #ffffffe2;
    border: 1px solid #dce5ff;
    margin-bottom:15px;
}
.progress-container {
    position: relative;
    margin: 100px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -2 !important;
}
.progress-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    height: 5px;
    background: #dce5ff;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: 1;
}
.progress {
    position: absolute;
    top: 50%;
    left: 0%;
    height: 5px;
    background: linear-gradient(to right, #114a93, #114a93b1);
    transform: translateY(-50%);
    border-radius: 10px;
    transition: width 0.5s ease-in-out;
    z-index: 2;
}
.circle {
    background: #fff;
    border: 4px solid #dce5ff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #bbb;
    z-index: 3;
    transition: all 0.3s ease;
    position: relative;
}
.circle.active {
    border-color: #0e3f7d;
    color: #0f4283;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(14,165,233,0.3);
}
.status-label {
    position: absolute;
    top: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #5b5b5b;
}
.status-label>span {
    position: absolute;
    top: 25px;
    left:0;
    font-size: 10px;
    font-weight: 500;
    color: #3333338b;
}

@media screen and (max-width: 600px) {
    .progress-container {
        flex-direction: column;     
        align-items: flex-start; 
        margin: 20px 10px;
        height: auto;
        margin-left:-100px !important;
    }

    .progress-container::before {
        width: 5px;             
        height: 100%;
        left: 50%;              
        top: 0;
        transform: translateX(-50%);
    }

    .progress {
        width: 5px;
        height: 0%;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }

    .circle {
        width: 60px;
        height: 60px;
        font-size: 20px;
        margin: 20px auto;     
    }

    .status-label {
        position: absolute;
        left:70px;
        left:70px;
        top: 10px;
        width: 100%;
        text-align: left;
        font-size: 14px;
        width:220px;
    }

    .status-label > span {
        position: relative;
        top: 5px;
        left: 0;
        font-size: 12px;
    }
}
