*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.form-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 50px 100px;
}
.form-header {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 35px 40px;
    border-radius: 20px;
}
.progress-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  z-index: 1;
  transform: translateY(-50%);
}
.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  background-color: #27963c;
  width: 0%;
  z-index: 2;
  transform: translateY(-50%);
  transition: width 0.3s ease-in-out;
}
.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.progress-circle {
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.progress-circle.active {
  background-color: #27963c;
}
.progress-label {
    margin-top: 5px;
    font-size: 14px;
    color: black;
    position: absolute;
    bottom: -25px;
}

.progress-label.active {
  color: #27963c;
}

/* Form Steps */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}
.navigation-buttons {
    margin-top: 20px;
    border-top: 2px solid black;
    padding-bottom: 15px;
    padding-top: 35px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation-buttons button {
     padding: 10px 15px;
     margin: 5px;
     cursor: pointer;
     margin: 0px ! IMPORTANT;
    background: #d9d9d9;
    color: #25282a;
    border-radius: 15px;
    font-size: 17px;
    padding: 15px 26px !important;
    height: auto ! IMPORTANT;
    min-height: 100%;
    display: flex;
    gap: 8px;
}
button#nextBtn {
    background: green;
    color: white;
}
h1.main-title {
    margin: 0px !IMPORTANT;
    font-size: 45px;
}
p.main-desc {
    margin: 0px !important;
    font-size: 18px;
}
p.main-desc a {
    color: #27963c;
    text-decoration: underline;
}
.steps-top-title span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.steps-top-title {
    border-bottom: 2px solid black;
    padding-bottom: 15px;
    padding-top: 35px;
    margin-bottom: 35px;
}
.data-card {
    border: 2px solid black;
    border-radius: 20px;
    padding: 25px;
}
.card-title-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-bottom: 1px solid #27963c;
    padding-bottom: 25px;
    margin-bottom: 25px;*/
}
.data-card h2 {
    font-size: 38px;
    margin: 0px 0px 0px!important;
    font-weight: 500;
}
.more-info p,.more-info a {
    font-size: 15px;
}
.more-info a {
    text-decoration: underline;
}
.right-logo img {
    width: 140px;
    height: 80px;
    object-fit: contain;
}
.cards-main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 18px;
    row-gap: 18px;
}
.cards-main.twofr{
   grid-template-columns: repeat(2,1fr);
}
.divider-hr hr {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #27963c;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}
div#Clearance-block {
    display: flex;
    align-items: center;
    width: 100%;
}
div#Clearance-block .data-card {
    width: 40%;
}
.left-title {
    width: 100%;
}
.item-card-titles {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px 15px;
}
.item-card-titles div {
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.item-title {
    width: 60%;
}
.item-quantity {
    width: 15%;
}
.item-Price {
    width: 25%;
    text-align: right;
}
.item-detail-row {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}
.item-detail-row >div {
    font-size: 18px;
}
.item-quantity select {
    padding: 9px 30px 9px 10px;
    border-radius: 8px;
    border: 1px solid #00000030;
    width: 70px;
}
.item-card-total >div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.item-card-total p {
    margin-bottom: 0px;
}
.item-card-body {
    margin-bottom: 25px;
}
.item-card-total div {
    font-size: 18px;
}
.card-title-logo {
    margin-bottom: -18px;
}
p.moretext {
    margin: 5px 0px 0px;
}
.price-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.md-text {
    margin: 5px 0px;
    font-size: 15px;
}
.card-price {
    font-size: 22px;
}
.card-price span {
    font-size: 12px;
    color: grey;
}
div#midi-bag .card-title-logo,
div#mega-bag .card-title-logo {
    margin-bottom: -2px;
}
.form-step.step-3 .steps-top-title >span {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.steps-top-title span {
    flex-wrap: wrap;
}
div#volumeCard-block .data-card {
    padding: 0px;
    overflow: hidden;
}
.card-bottom-info {
    padding: 15px 20px 0px;
}
div#volumeCard-block .price-btn {
    padding: 0px 20px 20px;
}
div#volumeCard-block .card-bottom-info h2 {
    font-weight: 300;
    font-size: 38px;
}
.price-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-btn h3 {
    font-weight: 600;
    font-size: 26px;
    margin: 0px;
}
.price-btn h4 {
    margin: 0px;
    font-size: 14px;
    color: grey;
}
.card-bottom-info p.sm-text {
    margin: 0;
    border-bottom: 1px solid #27963c;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.conditional {
    display: none;
}

#parking:not(:checked) ~ .conditional,
#cardholder:not(:checked) ~ .conditional,
#contact:checked ~ .conditional,
#organisation:checked ~ .conditional ,
#access:not(:checked) ~ .conditional {
    display: block;
}
.input-feild {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 26px;
}
.input-feild label {
    width: 20%;
    text-align: right;
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}
.data-feild {
    width: 80%;
}
.data-feild input, .data-feild select {
    padding: 16px 25px;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    width: 100%;
    font-size: 16px;
    border: 1px solid white;
}
.feild-textarea textarea {
    border: 1px solid white;
}
.data-feild-inner {
    background: #ebebeb;
    padding: 25px;
    border-radius: 25px;
}
p.help-txt {
    margin: 15px 0px 0px 15px;
}
.data-feild-inner select {
    background-color: white;
}
.input-feild-txt {
    color: black;
    font-size: 18px;
}
.conditional-feild input[type=checkbox] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 45px;
  width: 45px;
  -webkit-appearance: none;
  opacity: .5;
  border-radius: 15px;
  margin: 0
}
.conditional-feild input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}
.conditional-feild input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 9px;
  height: 22px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.parking-txt.input-feild-txt {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 80%;
}
.data-feild-textarea {
    width: 80%;
}
p.sm-help-txt {
    margin: 0px 0px 12px 12px;
    font-size: 14px;
}
.feild-textarea textarea {
    padding: 16px 25px;
    height: 90px !important;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
/*    border: none;*/
    width: 100% !important;
    font-size: 16px;
    min-height: auto;
}
.collection-detailed-form fieldset.conditional {
    width: 100%;
    border: none;
    padding: 0px;
}
.conditional-feild {
    position: relative;
}
.conditional-feild input[type=checkbox] {
    position: absolute;
    right: 0;
    top: -6px;
}
.input-feild.group-feilds {
    margin: 35px  0px 50px;
}
.data-feild-input {
    width: 80%;
}
.data-feild-input input {
    padding: 16px 25px;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    width: 100%;
    font-size: 16px;
}
.step-select-btn {
    display: inline-block;
    position: relative;
}
.step-select-btn label {
    display: inline-block;
    width: 150px;
    padding: 10px 20px;
    text-align: center;
    background-color: #d9d9d9; /* Button color */
    color: #000000;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 18px;
}
.step-select-btn label:hover {
    background-color: #27963c; /* Hover color */
    color:white
}
.step-select-btn input[type="checkbox"],
.step-select-btn input[type="radio"] {
   position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    appearance: none;
    cursor: pointer;
}
.step-select-btn .select-text {
    display: none;
}
span.selected-text {
    display: none;
}
.step-select-btn input[type="checkbox"]:not(:checked) + label .select-text,
.step-select-btn input[type="radio"]:not(:checked) + label .select-text {
    display: inline;
}
.step-select-btn input[type="checkbox"]:checked + label .selected-text,
.step-select-btn input[type="radio"]:checked + label .selected-text {
    display: inline;
}
.step-select-btn input[type="checkbox"]:checked + label,
.step-select-btn input[type="radio"]:checked + label {
    background-color: #27963c; /* Change color when selected */
    color:white
}
.step-select-btn input[type="checkbox"]:checked + label:hover,
.step-select-btn input[type="radio"]:checked + label:hover {
    background-color: #27963c; /* Hover color for selected state */
    color:white
}
.step-select-btn label i {
    margin-left: 8px;
    font-size: 18px;
}
.yards-bag-collection{
    display: none;
}
.yards-bag-collection.active{
    display: block;
}
h3.review-order-title {
    border-bottom: 2px solid black;
    padding-bottom: 15px;
    padding-top: 35px;
    margin-bottom: 35px;
    font-size: 45px;
}
ul.main-data-list {
    list-style: none;
    padding: 0px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px;
    border-radius: 20px;
}
li.data-list-info {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 12px;
}
.data-left {
    width: 50%;
    text-align: right;
    font-size: 18px;
}
.data-right {
    width: 50%;
    font-size: 18px;
}
.policy-line {
    text-align: center;
    padding-top: 50px;
    font-size: 16px;
}
.policy-line a {
    color: #008000;
    font-weight: 500;
}
.custom-loader {
    text-align: center;
    padding: 140px 100px 100px;
}
.custom-loader img {
    object-fit: contain;
    width: 70px;
    height: 70px;
}
.date-picker-main {
    display: inline-block;
/*    padding: 10px;*/
/*    border: 1px solid #ccc;*/
    border-radius: 5px;
    cursor: pointer;
    padding: 16px 25px;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    width: 100%;
    font-size: 16px;
    border: 1px solid white;
}
.date-picker-main:hover {
    background-color: #f9f9f9;
}
.date-picker-main input[type="date"] {
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
}
.custom-tooltip {
    font-size: 12px;
    position: absolute;
    display: none;
    padding: 10px 20px 10px 20px;
    line-height: 20px;
    z-index: 99999;
    margin-top: 20px;
    max-width: 400px;
    border: 1px solid gray;
    bottom: 40px;
    background: white;
}
span.close-tooltip {
    background: black;
    width: 18px;
    height: 18px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 100%;
    padding-bottom: 1px;
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
}
.item-title {
    position: relative;
}
.custom-tooltip:after {
    content: "";
    background: white;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: -7px;
    transform: rotate(45deg);
    z-index: -1;
    left: 49%;
    border-bottom: 1px solid #00000099;
    border-right: 1px solid #00000099;
}
.custom-tooltip.active{
    display: block;
}
.feild-textarea textarea {
    border: 1px solid transparent;
}