 .gowaste-booking-container {
    /*max-width: 900px;*/
    margin: 0 auto;
    padding: 60px;
    background: #000;
    /*border-radius: 8px;*/
}

.gowaste-booking-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    font-size: 28px;
}

.booking-intro {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

.step-icon {
    margin-right: 10px;
}

.form-section {
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    pointer-events: auto;
}

/* New layout: left vertical steps and right content panels */
.booking-grid {
    display: flex;
    gap: 20px;
    background-color:black;
}

.step-list {
    width: 180px;
    background: #0b0b0b;
    border-right: 1px solid #222;
    display: flex;
    flex-direction: column;
    padding: 10px 6px;
    gap: 8px;
}

.step-item{
    background: transparent;
    color: #ccc;
    padding: 10px 6px;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    display:flex;
    align-items:center;
    gap:8px;
}

.step-item span{
    display:block;
    font-size:18px;
}

.step-item.active{
    background: #111;
    color: #ffff00;
    box-shadow: inset 3px 0 0 #ffff00;
}

.step-item.completed{
    color: #ffd24d;
}
.size-list  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}
.step-panels {
    flex: 1;
}

.form-section[data-step] {
    display: none;
}

/* Show the active step section */
.form-section[data-step].active {
    display: block !important;
}

/* show first panel by default via inline JS; keep .step-controls visible when shown */
.form-section .step-controls{
    display:block;
}

/* Show address step by default */
.form-section[data-step="step-address"] {
    display: block !important;
}

.form-section[data-step="step-address"] .step-controls {
    display: block !important;
    pointer-events: auto;
}

/* Keep labels/headings visible but hide controls until revealed */
.form-section h3 {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.step-controls.active {
    display: block !important;
    pointer-events: auto;
}

.form-section .step-controls {
    pointer-events: auto;
}

.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: #222;
    color: #fff !important;
    border: 1px solid #444;
    border-radius: 3px;
    box-sizing: border-box;
    pointer-events: auto;
    cursor: text;
}

#service-options {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.card-content img {
    height: 200px;
}

div#category-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.form-control:focus {
    outline: none;
    border-color: #ffff00;
}

.option-card, .size-card {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    margin-bottom: 10px;
    /*max-height:300px !important;*/
    overflow:hidden;
    cursor: pointer;
}

.option-card:last-child {
    margin-right: 0;
}

.size-card {
    width: 31%;
    margin-right: 2%;
}

.size-card:nth-child(3n) {
    margin-right: 0;
}

.option-card input[type="radio"],
.size-card input[type="radio"] {
    display: none;
}

.card-content, .size-content {
    border: 2px solid #ffff00;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    background: #222;
    color:white;
    /*height:300px;*/
}

.size-content {
    padding: 25px 15px;
}

.option-card input[type="radio"]:checked ~ .card-content,
.size-card input[type="radio"]:checked ~ .size-content {
    background: #ffff00;
    color: #000;
}

.card-title {
    /*color:#ffffff;*/
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-desc {
    display: block;
    font-size: 16px;
    /*color: white;*/
}

.size-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.warning-text {
    color: #ffff00;
    font-size: 12px;
    margin-top: 10px;
}

.pricing-note {
    color: #ccc;
    font-size: 12px;
    margin-top: 10px;
}

.date-row {
    display: flex;
    gap: 20px;
}

.date-field {
    flex: 1;
}

.date-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.date-input {
    width: 100%;
    padding: 10px;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #444;
    border-radius: 3px;
    box-sizing: border-box;
}
.date-input::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
}
.form-row {
    display: flex;
    gap: 15px;
}
.bin-type-options {
    display: flex;
}
.form-row .form-control {
    flex: 1;
    margin-bottom: 10px;
}

.customer-info {
    background: #222;
    padding: 15px;
    border-radius: 5px;
}

.payment-section {
    background: #222;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.price-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
}

.price-value {
    color: #ffff00;
    font-weight: bold;
    font-size: 28px;
}
#price-value {
    color: #ffff00;
    font-weight: bold;
    font-size: 28px;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: #ffff00;
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-submit:hover {
    background: #ffffcc;
}

.btn-next {
    width: 100%;
    padding: 12px;
    background: #ffff00;
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
}

.btn-next:hover {
    background: #ffffcc;
}

.message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    display: none;
}

.message.success {
    display: block;
    background: #28a745;
    color: #fff;
}

.message.error {
    display: block;
    background: #dc3545;
    color: #fff;
}

@media (max-width: 768px) {
    .gowaste-booking-container {
        padding: 20px;
    }

    .option-card, .size-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .date-row {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;
    }
}