/*
Theme Name: Hello Elementor child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/





select#vehicle, select#Journey-Type {
    width: 100% !important;
    height: 100% !important;
}






.page-template-Bookingform header#site-logo {
    box-shadow: none !important;
    display: flex;
    background: white;
    gap: 63%;
}
.page-template-Bookingform footer.site-footer {
    background: #f6f7fd;
    max-width: 100% !important;
    margin: 0;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.Booking-Container{
background:#F6F7FD;
overflow-x: hidden;
}
    /* Main wrapper */
    .step-form-main {
      justify-items: anchor-center;
      padding: 40px 20px;
    }
    .step-form-main .container {
      max-width: 940px;
      width: 100%;
    }


    /* Progressbar wrapper */
    .step-form-main .progressbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
    .step-form-main  .progress-step.complete .circle {
    background: #333f82;
    border-color: #333f82;
		
}
    .step-form-main  .progress-step.complete img.emoji {
    filter: brightness(0) invert(1);
}
    /* Each step */
    .step-form-main .progress-step {
      text-align: center;
      position: relative;
      flex: 1;
      z-index: 1;
    }

    /* Connector line */
    .step-form-main .progress-step::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 66%;
    width: 120px;
    height: 2px;
    background-color: #E1E3EF;
    z-index: -1;
}
.progress-step.complete::after {
    background: #333f82;
}

.step-form-main .progress-step:last-child::after {
  display: none; /* no line after last step */
}




.progress-step .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.progress-step.current .circle {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}

.progress-step.completed .circle {
  border-color: #28a745;
  background: #28a745;
  color: #fff;
}

    /* Circle */
    .step-form-main .progress-step .circle {
    width: 40px;
    height: 40px;
    border: 2px solid #E1E3EF;
    border-radius: 100px;
    background-color: #fff;
    margin: 0 auto;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* td.notes-td{
  white-space: normal;     
  word-wrap: break-word;    
  word-break: break-word;  
} */
    /* Step label */
    .step-form-main .progress-step .label {
    margin-top: 10px;
    font-size: 14px;
    color: #191B27 !important;
    font-weight: 500;
}
 /* Current step */
.step-form-main .progress-step.current .circle {
    background-color: #ffffff;
    color: #333F82;
    font-weight: 800;
    border: 3px solid #333F82;
}
.step-form-main .progress-step.current .label, .step-form-main .progress-step.complete .label {
    color: #333F82 ! IMPORTANT;
}
.step-form-main .field_col h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    color: #191B27;
}
.step-form-main .field_col label {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.step-form-main .input_icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(5%);
    width: 20px;
    height: 20px;
}
/* .input-icon img {
    position: absolute;
    top: 20px;
    left: 14px;
    z-index: 999;
} */
h1.booking-heading {
    text-align: center;
    color: #191B27;
    font-size: 34px;
    font-weight: 500;
    padding: 30px 0 30px 0;
}
.form-container {
    padding: 30px 60px 50px 60px;
    border-radius: 20px;
    width: 940px;
    margin: 0 auto;
	background: white;
    border: 1px solid #E6E6EE;
    font-family: 'Inter';
}
.form-container2 {
  border: 1px solid #E6E6EE;
    padding: 30px 60px 50px 60px;
    border-radius: 20px;
    width: 940px;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Inter';
    background: white;
    margin-top: 30px;
}
.form-container4 {
    background: white;
    padding: 1px 60px 50px 2px;
    border-radius: 0 0 20px 20px;
    width: 940px;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Inter';
}
.form-container5 {
  border: 1px solid #E6E6EE;
    padding: 30px 60px 1px 60px;
    border-radius: 20px;
    width: 940px;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Inter';
    background: white;
}
input.custom-input-filed {
    padding: 15px 0px 15px 45px !important;
    border-radius: 12px !important;
    border: 1px solid #E6E6EE !important;
}
.booking-summary-reference .schedule table th.pickup-dt {
    white-space: nowrap;
}
.main-title {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #191B27;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  width: 100%;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
    padding: 57px;
    width: 49%;
    margin: 50px auto;
    border-radius: 8px;
    text-align: center;
    background: white;
    border: 1px solid #E6E6EE;
}
button#closePopup {
    margin-top: 15px;
    padding: 8px 16px;
    background: #1d3c8d;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.form-title {
    text-align: center;
    font-size: 30px;
    color: #191B27;
    font-weight: 600;
}
label.pickup-point2 {
    color: #191B27;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 16px;
}
h2.form-destination-title {
    text-align: center;
    font-size: 30px;
    color: #191B27;
    font-weight: 600;
	margin-top: 0px !important;
}
label.pickup-point {
    color: #191B27;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 16px;
    margin-top: 15px;
}
.form-group ,.form-group1  {
  display: flex;
  flex-direction: column;
  position: relative;
}
.input-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 15px;
}

 .input-icon input:focus {
  border-color: #4a56e2;
}
.button-section {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    border-radius: 12px;
    width: 940px;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Inter';
    margin-top: 30px;
}
.btn-cancel {
  
    border: 1px solid #333F82;
    color: #333F82;
    border-radius: 10px;
    padding: 15px 33px 15px 33px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
	cursor: pointer;
	 transition: all 0.5s ease;
}
.btn-cancel:hover {
  /* background: #333F82; */
  color: #fff;
}
.btn-continue {
      background: #333F82;
    border: 1px solid #333F82;
    color: #fff;
    padding: 15px 33px 15px 33px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 10px;
	cursor: pointer;
	 transition: all 0.5s ease;
}
.btn-continue:hover {
    background: #333F82;
  color: #333F82;
}
a.btn-continue,.btn-cancel{
  text-decoration: none;  
  cursor: pointer;
}
select.select-options {
    width: 100%;
    padding: 15px 10px 15px 10px;
    border: 1px solid #E6E6EE;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s;
    font-weight: 400;
    line-height: 30px;
    margin-top: -5px;
    
}
.special-needs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 29px;
    border-bottom: 2px solid rgb(244 244 244);
}
.special-needs i {
  font-size: 18px;
  color: #333;
}
.checkbox-group-speical {
    margin-left: 43px;
    display: flex;
    gap: 20px;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 5px;
}
input.custom-flied {
    width: 90%;
    padding: 15px 15px 15px 15px;
    border: 1px solid #E6E6EE;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    color: #505864;
}
textarea.custom-notes {
    padding: 17px 15px 40px 15px;
    border: 1px solid #E6E6EE;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    width: 194% !important;
    transition: border 0.3s;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 44px;
    color: #505864;
}
.booking-summary-reference {
    max-width: 900px;
    margin: auto;
    /* background: #fff; */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 14px;
}
    table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 15px;
    }
table th{
  padding: 2px 13px;
  vertical-align: top;
  text-align: center;
}
.schedule table td{
  padding: 2px 13px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}
table td {
    border: none !important;
    padding: 4px 13px !important;
    vertical-align: top;
}
.schedule{
  border-radius: 12px;
  border: 1px solid #333F82
}
.details table th, .message table th, .Vehicle table th, .journey table th{
  text-align: left;
  /* background: #F2F4F8; */
  padding: 10px;
  border-radius: 12px 12px 0px 0px;
}
    .schedule-heading th {
      /* background: #1d3c8d; */
      color: #fff;
      text-align: center;
    }
    .actions {
      text-align: right;
      margin-bottom: 10px;
    }
    .actions button {
      padding: 8px 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: 600;
      margin-left: 10px;
    }
  button.submit {
    padding: 11px 20px 10px 20px;
    background: #1d3c8d;
    color: #fff;
    border: 1px solid #1d3c8d;
    border-radius: 6px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
}
button.submit:hover {
    color: #1d3c8d;
    background-color: #fff;
    cursor: pointer;
	transition: all 0.5s ease;
}
 button.edit {
	padding: 11px 20px 10px 20px;
    background: #ffff;
    color: #333F82;
    border: 1px solid #1d3c8d;
    border-radius: 6px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
}
button.edit:hover {
    background-color: #1d3c8d;
    color: #fff;
	 cursor: pointer;
	transition: all 0.5s ease;
}
.details, .message, .Vehicle, .journey{
    margin: 20px 0px;
    border: 1px solid #E6E6EE;
    border-radius: 12px;
   }
.checkbox1 ,.checkbox2{
    max-width: 100%;
    margin: 10px auto;
    padding-top: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #191B27;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
input#terms2 {
    position: relative;
    top: -9px;
}
h3.schedule-heading {
    margin-top: 0px;
    border-radius: 12px 12px 0px 0px;
    background-color: #333F82;
    padding: 15px 0 15px 12px;
    color: #ffff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
}
label.terms1 {
    line-height: 22px;
}
.buttons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    width: 100%;
   justify-content: end;
}
    .header_buttons{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: #F6F7FD;
    }
    .container-main {
    font-family: Arial, sans-serif;
    background: #f6f7fb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    }
td.yes_no {
    display: flex;
    gap: 30px;
}    
.yes, .no {
    display: flex;
    gap: 6px;
}    
.thankyou-box {
    background: #fff;
    max-width: 500px;
	margin: 40px auto;
    text-align: center;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.thankyou-box img {
   
    width: 100px;
}
.thankyou-box h2 {
    font-size: 46px;
    margin-bottom: 10px;
    color: #191B27;
    font-weight: 600;
    font-family: 'Inter';
}
p.thanks-description1 {
    margin: 45px auto;
    max-width: 79%;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 30px;
    color: #535261;
}
p.thanks-description2 {
    width: 100%;
    max-width: 608px;
    margin: 45px auto;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 6px;
    color: #535261;
}
.thankyou-box .btn {
    background: #333F82;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 20px 36px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
}
.thankyou-box .btn:hover {
  /* background: #EFF1FB; */
	color:#333F82;
}
@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
} 
table td, table th {
    border: none;
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}
.stops {
    display: flex;
    gap: 17px;
    background: aliceblue;
    margin: 0 17px;
    padding: 4px 0px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 14px;
    padding-left: 16px;
}
h2.custom-stop {
    font-size: 16px;
    color: #191B27;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Inter';
    padding-top: 6px;
}
img.wheelchair {
    float: right;
    padding-right: 1rem;
}
th.pickup-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #ffff;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 100% / 0%);
}
/*header*/
.page-template-Bookingform .Booking-Container .step-form-custom {
   background-color: #EFF1FB;
   padding: 0;
   margin: 0;
}
/* Call section */
.page-template-Bookingform .Booking-Container .step-form-custom .call-box {
	display: flex;
	align-items: center;
	gap:10px;
	font-size: 14px;
}
.page-template-Bookingform .Booking-Container .step-form-custom .call-box .number {
 display: flex;
 flex-direction: column;
 font-size: 14px;
 line-height: 1.2;
 color: #505864;
 font-weight: 500;
 font-family: inter;
}
.call-box .number span a {
 font-weight: 600;
 font-size: 30px;
 color: #191B27;
 text-decoration: none;
 font-family: inter;
}
.call-box .number span a:hover {
 color: #333F82;
}
 /* Booking Title */
.booking-title {
 text-align: center;
 padding: 40px;
 font-size: 34px;
 font-weight: 500;
 color: #191B27;
 font-family: inter;
}
/* Responsive */
 @media (max-width: 600px) {
.header {
 flex-direction: column;
 align-items: flex-start;
  }
.call-box {
  margin-top: 10px;
 }
 }
/* Responsive */
 @media (max-width: 600px) {
.header {
   flex-direction: column;
   align-items: flex-start;
 }
.call-box {
  margin-top: 10px;
}
}
/*footer*/
.site-footer {
    text-align: center;
    padding: 30px 15px;
    font-family: inter;
    margin-top: 60px;
}

.site-footer h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #191B27;
}
.site-footer p {
    font-size: 16px;
    color: #535261;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    margin-top: 17px;
}
.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -11px;
}
span.custom-url {
    position: relative;
    top: -6px;
    color: #535261;
}
.footer-links a {
    font-size: 16px;
    color: #535261;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 500;
}
.footer-links a:hover {
  text-decoration: underline;
	color:#333F82;
}
.footer-links .icon,
.site-footer p .icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.booking-summary-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 59%;
    margin: auto;
}
h2.booking-heading {
    color: #191B27;
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    padding: 30px 0 30px 0;
}
.custom-form-buttons {
    display: flex;
    gap: 10px;
}
tr.booking-deatails {
    font-size: 16px;
    font-weight: 500;
    color: #191B27;
    font-family: inter;
    background-color: #F2F4F8 !important;
}
.your-deatils-custom {
    grid-template-columns: 1fr 0px 276px;
    display: grid;
}
strong.customer-name {
    color: #191B27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    font-family: 'Inter';
}
span.name-dynmaic {
    white-space: nowrap;
     margin-top: 0px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #191B27 !important;
    font-family: 'Inter';
	padding-left:6px;
}
span.name-dynmaic11{
    white-space: normal;
	 margin-top: 0px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #191B27 !important;
    font-family: 'Inter';
}
span.booking-deatails {
    font-size: 16px;
    color: #191B27;
    font-weight: 700;
    font-family: 'Inter';
}
div#step5 {
    max-width: 50%;
    margin: 40px auto;
    padding-top: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #191B27;
    padding-bottom: 80px;
}
#step4 h2.booking-title {
  display: none !important;
}
select.select-options {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background: #fff url("https://lynamcoach.ie/demo/wp-content/uploads/2025/09/fi_chevron-down.svg")  no-repeat right 10px center;
    background-size: 16px;
    border: 1px solid #E6E6EE;
    border-radius: 12px;
    font-size: 16px;
    height: 63px;
    line-height: 1.4;
    color: #505864;
}
span.stop-name {
    color: #191B27 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    margin-left: 15px !important;
}
input.stop-input {
    padding: 20px 15px 20px 15px;
    border: 1px solid #E6E6EE;
    margin-top: 15px;
    border-radius: 12px;
    width:320px;
}
input.stop-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #E6E6EE;
}
.custom-stop-btn {
    justify-content: center;
    margin-top: 10px;
	    display: block;
}
img.add-plus-icon {
    position: relative;
    top: 6px;
}
button#add-stop-btn {
     padding: 14px 30px 14px 30px;
    border: 1px solid #333F82;
    border-radius: 10px;
    color: #333F82;
    font-size: 16px;
    font-weight: 500;
    /* background-color: #fff; */
    margin-top: 10px;
    width: 100%;
}
/* Remove default calendar icon in date input */
 input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    appearance: none;
} 
/* Remove default clock icon in time input */
 input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    appearance: none;
} 
.select2-dropdown {
  min-width: 250px !important;
}
/* Style for flag images */
.img-flag {
  width: 20px;
  height: 15px;
  object-fit: cover;
  display: inline-block;
  margin-right: 5px;
}
/* Make collapsed selection perfectly centered */
.select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* ----------For  time placeholder-------------------- */

/* Completely hide browser's default date/time placeholder */
input[type="time"]::-webkit-datetime-edit {
  color: transparent;     
}
input[type="time"]:focus::-webkit-datetime-edit {
  color: transparent;      
}
/* Show black value only when user has entered something */
input[type="time"]:valid::-webkit-datetime-edit {
  color: #000 !important;  
}
.input-icon {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.input-icon img {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 24px;
    top: 25%;
    pointer-events: none;
}
.input-icon .custom-input-field {
    padding: 15px 0px 15px 45px !important;
    border-radius: 12px !important;
    border: 1px solid #E6E6EE !important;
    width: 100%;
}
/* Hide placeholder if user has selected a value */
.custom-input-field:valid + .placeholder {
  display: none;
}
/* ----------For country code and flag------------------------ */
.iti {
  width: 100%;
}
.error, .valid {
  display: none;
  font-size: 12px;
  margin-top: 4px;
}
.error { color: red; }
.valid { color: green; }

.mobile-error {
      color: red;
      font-size: 13px;
      margin-top: 5px;
      display: none;
    }
/*-----step3------*/
span.pickup-dt {
    font-weight: 700;
    color: #191B27;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 22px;
}
th.pickup-dt {
    font-weight: 700;
    color: #191B27;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 22px;
}
span.pickup-code {
    font-size: 16px;
    font-weight: 400;
    color: #505864;
    font-family: 'Inter';
}
/*drop-down*/
   .select2-container--default .select2-selection--single .select2-selection__rendered {
      display: flex;
      align-items: center;
    }
span#select2-vehicle-container {
    width: 100% ! IMPORTANT;
    min-width: 400px;
}

span.select2.select2-container.select2-container--default {
    border: 1px solid #E6E6EE;
    border-radius: 12px;
    margin-top: 0px;
    padding: 15px 11px ;
}
}
 span.selection {
    display: flex !important;
    align-items: center !important;
    margin-left: 18px !important;
    gap: 8px !important;
} 
span.vehicle-option {
    display: flex !important;
    align-items: center;
    margin-left: 0px !important;
    gap: 8px !important;
}
span.select2-dropdown.select2-dropdown--below {
    margin-top: 34px;
}
span.vehicle-option img {
    position: relative;
/*     top: -6px; */
}
span.drop-downtext {
/*     margin-top: -11px; */
    color: #191B27;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}
/*--------------For additioal stops --------------  */
/* Wrapper for all stops */
.inputfields{
  background: transparent;   /* default background */
  border-radius: 10px;
  margin-top: 15px;
  transition: background 0.3s ease;
}

/* Light purple when active */
.inputfields.active {
  background: #f3f2fc; /* light purple like your screenshot */
	padding: 14px;
}

/* Row = input + delete button */
.stop-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

/* Input column (input + error) */
.stop-input-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Input itself */
.stop-input {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 10px;
  width: 100%;
}

/* Error below input */
.stop-error {
  color: red;
  font-size: 13px;
  margin-top: 3px;
}
img.btn-dustbin {
    margin-top: 5% !important;
    height: 72% !important;
    margin-left: 4px !important;
}
div#stops-list {
    display: block !important;
/*     grid-template-columns: 1fr 1fr;
    gap: 29px; */
}
/*---input flied with button-----*/
.counter-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
input#counterInput {
    width: 65%;
    height: 53px;
    text-align: justify;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
button#decrement {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}
button#increment {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}
div#errorMessage {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
span.stops-count {
    width: 70px;
    height: 70px;
    background: #333F82;
    color: white;
    border-radius: 50%;
    padding: 1px 6px;
}

/* -------------step form tracker -------------*/

.step-tracker {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    margin-bottom: 40px;
    margin-right: 445px;
    margin-left: 20rem;
    gap: 12rem;
    width: 68%;
    padding-left: 52px;
	margin-top: 40px;
}
  .step-tracker::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 86px;
    width: 70%;
    height: 4px;
    background: #333F82;
    border-radius: "2px";
    z-index: 0;
  }
  .progress {
    position: absolute;
    top: 18px;
    left: 69px;
    height: 4px;
    /* background: #333F82; */
    border-radius: 2px;
    transition: width 0.3s ease;
    z-index: 1;
    width: 26% !important;
    padding-left: -37px;
}
 .step {
    /* position: relative; */
    text-align: center;
    /* flex: 1; */
    z-index: 2;
    margin-left: -42px;
}
  .step::before {
    content: attr(data-step);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    /* background: #fff; */
    color: #777;
    font-weight: bold;
    transition: all 0.3s;
  }
  .step.active::before {
    border-color: #333F82; /* updated */
    background: #333F82;  
    color: #fff;
  }
  .step.completed::before {
    content: "✓";
    background: #333F82;  
    border-color: #333F82; /* updated */
    color: #fff;
  }
  .step span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #555;
  }
  /* Form Steps */
  .form-step { display: none; }
  .form-step.active { display: block; }
  h3 { 
	  margin-bottom: 15px; 
	  color: #333; 
}
.form-group label {
    display: flex;
    font-weight: 500;
    gap: 10px;
    margin-top: 15px;
}
  input#terms1 , input#terms2 {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
  }
  /* Buttons */
  button {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
  }
  #prevBtn {
    /* background: #e5e7eb; */
    color: #333;
  }
  /* #prevBtn:hover { background: #d1d5db; } */
  #nextBtn {
    background: #333F82; 
    color: #fff;
  }
  /* #nextBtn:hover { background: #2a3066; } */
  /* Review */
  #review p { margin: 8px 0; }
/*-------date input fieldd-------------  */

.placeholder {
    position: absolute;
    top: 50%;
    left: 44px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
    transition: 0.2s;
}
.placeholder img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  fill: #666;
}
.placeholder span {
  color: #888;
  font-size: 16px;
  transition: 0.2s;
}
.info {
  margin-top: 5px;
   display:none;
  font-size: 14px;
}

/* Add red star automatically after every label that has a required field */
label:has(+ *[required])::after {
  content: " *";
  color: red;
  font-weight: bold;
}
span.select2-selection.select2-selection--single {
    border: none;
    margin: 0px;
    padding: 2px 0px 0 0;
}
/* For backfround chnge when yes on additional stops */
.stops-active {
  background-color: #EFF1FA; 
  border-radius: 8px;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 7px;
    right: 1px;
    width: 20px;
}

.pickup-day {
  font-size: 13px;
  color: #666;
  margin-right: 4px;
}

.pickup-date {
    font-size: 14px;
    font-weight: 700;
    color: #505864;
    margin-right: 6px;
}

.pickup-time {
  font-size: 14px;
  font-weight: 700;
  color:#505864;
}
/*-------------------------circle logic   -------------------------*/
.progress-step .circle {
  background: #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-step.current .circle {
  border: 2px solid #4CAF50;
  background: #fff;
  color: #4CAF50;
}

.progress-step.complete .circle {
  background: #4CAF50;
  color: #fff;
}
td.jImage {
    display: flex;
}
td.jImage img {
    margin-top: -5px;
}

/* For email */

.email-wrapper {
  max-width: 600px;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.email-wrapper .header {
  background: #2c2c54;
  color: white;
  text-align: center;
  padding: 20px;
}
.email-wrapper .logo-circle {
  width: 50px;
  height: 50px;
  background: #f05454;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}
.email-wrapper .greeting {
  padding: 20px;
}
.email-wrapper .greeting .ref {
  margin-top: 10px;
  font-size: 14px;
}
.email-wrapper .section {
  padding: 20px;
  border-top: 1px solid #eee;
}
.email-wrapper .section h3 {
  margin-top: 0;
  font-size: 16px;
  color: #444;
}
.email-wrapper .section ul {
  list-style: none;
  padding: 0;
}
.email-wrapper .section ul li {
  margin: 5px 0;
  font-size: 14px;
}
.email-wrapper .highlight {
  background: #f9f9f9;
  border-left: 4px solid #2c2c54;
}
.email-wrapper .footer {
  background: #fafafa;
  padding: 20px;
  text-align: center;
  font-size: 13px;
}
.email-wrapper .footer-columns {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 10px;
}
.email-wrapper .footer-left, .footer-right {
  width: 48%;
}
.email-wrapper .footer .note {
  background: #2c2c54;
  color: white;
  padding: 10px;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 5px;
}
.email-wrapper .footer .copy {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.vehicle-wheelchair{
	display: flex;
    gap: 20%;
}

.custom-input-field.error {
    border-color: #d32f2f !important;
}
/* Responsive */
@media (max-width: 600px) {
 .email-wrapper  .footer-columns {
    flex-direction: column;
  }
 .email-wrapper  .footer-left, .footer-right {
    width: 100%;
    margin-bottom: 10px;
  }
}