* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Poppins;
  font-size: 14px;
  background-color: #fbfeff;
  color: #25304b;
}
a {
  color: #752159;
}
a:hover {
  color: #731349;
}
img {
  width: 100%;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 15px;
  font-family: "Baumans", serif;
}
h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 10px 0;
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  line-height: 26px;
  margin: 10px 0;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  line-height: 22px;
  margin:  10px 0;
  font-weight: 500;
}
p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0 10px;
  color: #25304b;
}
.plr-50{
  padding: 0 50px;
}
.text-right {
  text-align: right;
}
.section-padding {
  padding: 40px 0;
}
.border-bottom {
  border-bottom: 1px solid #f2f2f2;
  margin: 10px 0;
}
.title span {
  color: #209326;
}
.left-side {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.left-side-title {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.left-side-title img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.left-side-title h2 {
  margin: 0;
  float: left;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 26px;
  color: #25304b;
}
.left-side-title h2 span {
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
}
.left-side-title-content div {
  color: #979393;
}
.left-side-title-content div i {
  color: #6161b4;
}

/*start tracking detail*/
.tracking-detail {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}
.pickup-date-time {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.pickup-date-title {
  width: 33%;
}
.pickup-date-title h3 {
  font-weight: 700;
  color: #000099;
  font-size: 18px;
  margin-bottom: 0;
}
.pickup-date-title p{
  margin:0;
}
ul.progress-tracker {
  display: table;
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
ul.progress-tracker li {
  display: table-cell;
  text-align: center;
  position: relative;
}
ul.progress-tracker li .step {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  text-align: center;
  background-color: #c3ebff;
  border-radius: 30px;
  line-height: 10px;
  position: absolute;
  z-index: 1;
  top: 8px;
}
ul.progress-tracker li .label {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 10px;
}
ul.progress-tracker li::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #e5f3f5;
  height: 2px;
  left: 0;
  top: 10px;
}

ul.progress-tracker li.complete .step {
  right: 0;
}
.adress-tracking {
  border-top: 1px solid #ddd;

  padding-top: 20px;
}
.adress-tracking-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.adress-tracking-title span {
  background-color: #eaf8ff;
  padding: 7px 15px;
  border-radius: 10px;
  color: #348dc4;
}
.adress-tracking-title p {
  margin: 0;
}

.location-container {
  display: flex; /* Use flexbox for layout */
  flex-direction: column; /* Arrange items vertically */
}
.location {
  display: flex;
  align-items: flex-start; /* Align to top */
  margin-bottom: 15px;
  position: relative; /* For connector positioning */
}
.location-icon {
  margin-right: 20px;
  font-size: 22px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.location-details {
  /* Added to wrap details for better positioning */
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.location-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #209326;
}
.address {
  margin-bottom: 5px;
}
.time {
  font-style: italic;
}
.connector {
  position: absolute;
  left: 7px;
  top: 13px; /* Adjust vertical start point */
  height: calc(100% + 3px); /* Dynamically calculate height */
  border-left: 2px dotted #ccc;
}
.location-container .location:last-child {
  margin-bottom: 0;
}
.location-container .location:last-child .location-details {
  margin-bottom: 0;
}
.location-container .location:last-child .location-icon {
  border: none;
  height: auto;
}
.location-container .location:last-child .location-icon i {
  color: #4e576d;
}

/*start cab location*/
.cab-location {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.cab-location-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.cab-location-title h4,
.cab-location-title p {
  margin: 0;
  font-size: 16px;
}
.cab-location-title h4 span {
  color: #209326;
}
.cab-location-title p span {
  background-color: #ddf5df;
  color: #209326;
  border-radius: 5px;
  padding: 4px 10px;
  margin-left: 10px;
}
.driver-img {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.driver-img img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: relative;
}
.driver-img span {
  position: absolute;
  bottom: 15%;
  left: 30%;
  right: 30%;
  background-color: #209326;
  border-radius: 5px;
  color: #fff;
  padding: 2px;
  font-size: 11px;
  text-align: center;
}
.pin-number-detail a {
  float: right;
}
.pin-number {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  height: 100%;
}
.pin-number ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.pin-number ul li {
  list-style: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #000099;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 0 4px;
  font-weight: 500;
}
.map iframe {
  width: 100%;
  height: 230px;
  border-radius: 10px;
}

/*trip notes*/
.trip-details {
  border-radius: 8px;
  font-family: sans-serif; /* Use a clean font */
  margin-top: 10px;
}

.details-box {
  display: flex;
  justify-content: space-between; /* Distribute details evenly */
  margin-bottom: 10px; /* Space between details and note */
  background-color: #daf1ff; /* Light gray background */
  padding: 15px;
  border-radius: 4px;
}

.detail {
  display: flex;
  align-items: center; /* Vertically center icon and text */
}

.detail img {
  width: 20px; 
  height: 20px;
  margin-right: 10px;
}

.detail span {
  font-size: 14px;
}

.note {
  text-align: left;
  font-size: 14px;
  background-color: #daf1ff;
  padding: 15px;
  border-radius: 4px;
}
h3.title-2 {
    font-size: 21px;
    margin: 20px 0 10px;
}
/*Traveller detail*/
.traveller-details {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  font-family: sans-serif;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; 
}

.user-info {
  display: flex;
  align-items: center;
}

.initials {
  background-color: #e0f2f7; /* Light blue background for initials */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d47a1; /* Darker blue text */
  font-weight: bold;
  margin-right: 10px;
}

.name {
  font-weight: 500;
  color: #333;
}

.age-gender {
  font-size: 14px;
  color: #666;
}

.expand-icon {
  transition: transform 0.2s ease; /* Smooth rotation */
}

.expand-icon svg {
  width: 20px;
  height: 20px;
}

.rotate {
  transform: rotate(180deg);
}

.accordion-content {
  padding-top: 16px;
  color: #555;
}

.address,
.phone {
  margin-bottom: 8px;
}

.address strong,
.phone strong {
  font-weight: 500;
  color: #333;
  margin-right: 5px;
}

/*//right container*/

.right-container {
  /* Adjust container width as needed */
  /* Prevents content from overflowing rounded corners */
  /* Subtle shadow */
}

.quick-actions {
  padding: 0px 0 20px;
  display: flex;
  border-bottom: 1px solid #eee;
  gap: 10px;
}
.quick-actions i {
  margin-bottom: 5px;
  font-size: 16px;
}
.quick-actions a {
  color: #626c83;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  padding: 16px;
  height: unset;
  background-color: #fff;
  width: 84px;
  border-radius: 6px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 4%);
}

.sidebar-block {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-block h2 {
  font-size: 18px;
  margin-bottom: 7px;
  color: #757c8a;
  letter-spacing: 1px;
  line-height: 23px;
}
.right-container h4 {
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Baumans", serif;
}
.right-container h4 span {
  color: #209326;
}
.return-offer {
  position: relative;
  overflow: hidden; /* For rounded corners on image */
  border-radius: 8px;
}

.return-offer img {
  width: 100%;
  display: block;
}

.offer-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(42 39 39 / 50%); /* Semi-transparent black */
  color: white;
  padding: 16px;
  width: 75%;
  border-radius: 10px;
  margin: 15px 10px;
}

.offer-details p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.offer-price {
  font-size: 16px;
}
.offer-details .big-p{
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Baumans", serif;
}
.offer-detail-link {
    display: flex;
    justify-content: space-between;
}
.offer-detail-link a{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.offer-detail-link i{
 color: #4f4b4b;
 font-size: 20px;
 transform: rotate(45deg);
}
.help-section {
  padding: 0;
}

.help-options {
  margin-top: 16px;
}

.help-option {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.help-options .help-option i {
    width: 40px;
    height: 40px;
    background-color: #eaf8ff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.help-option div{
  width: 85%;
  font-size: 16px;
  padding-right: 0;
}
.help-option h6 {
    font-size: 15px;
    margin-bottom: 5px;
}
.help-option p{
  font-size: 14px;
  margin: 0 0 10px;
}
.help-option h6 span{
  float: right;
  margin-top: 20px;
}
.help-option h6 a{
  color: #333;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.luggage-offer {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.luggage-offer img {
  width: 100%;
  display: block;
}

.luggage-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 16px;
}

.luggage-details p {
  margin: 0;
  font-size: 14px;
}

.luggage-price {
  font-size: 16px;
  font-weight: bold;
}

.more-info {
  padding: 20px;
}

.more-info a {
  display: flex;
  align-items: center;
  color: #9297a5;
  text-decoration: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd87;
  padding-bottom: 15px;
}
.more-info a:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.more-info a::after {
  content: "\f105";
  margin-left: auto;
  font-family: "Font Awesome 6 Free";
      -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
}

.more-info i {
  font-size: 20px;
  margin-right: 10px;
}
.detail i {
  margin-right: 6px;
}
.driver-contact-detail h5{
 margin-top: 20px;
}
.map {
    margin-top: 10px;
}