#order-form-wrap {
    padding-bottom: 150px !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Form container */
#climbing-shoe-repair-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

/* Input styling */
.input-class {
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    transition: all 0.2s ease !important;
    background: white !important;
}

.input-class:focus {
    border-color: #589fb9 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

.grid {
    gap: 1.5rem !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
}

.bg-white.shadow-md {
    background: linear-gradient(145deg, #ffffff, #f8fafc) !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 8px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 380px !important;
}

.bg-white.shadow-md:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.bg-white.shadow-md h4 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 1rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bg-white.shadow-md img {
    border-radius: 8px !important;
    margin: 1rem auto !important;
    background: #f9fafb !important;
    padding: 0.5rem !important;
    width: 100%;
    height: 150px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Price styling */
.bg-white.shadow-md p {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
    display: inline-block !important;
    margin: 1rem auto !important;
    text-align: center !important;
}

/* Container for the stepper section - PUSH TO BOTTOM */
.bg-white.shadow-md h6 {
    margin-top: auto !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    text-align: center !important;
}

/* Enhanced stepper buttons */
.stepper-btn {
    background: linear-gradient(145deg, #77c7e4, #589fb9) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
}

.stepper-btn:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4) !important;
    background: linear-gradient(145deg, #2563eb, #1d4ed8) !important;
}

.stepper-btn:active {
    transform: scale(0.95) !important;
}

/* Quantity input styling */
.flex input[type="number"] {
    width: 60px !important;
    height: 40px !important;
    text-align: center !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    margin: 0 0.5rem !important;
    transition: border-color 0.2s ease !important;
}

.flex input[type="number"]:focus {
    border-color: #3b82f6 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.bg-white.shadow-md .flex.items-center {
    margin-top: auto !important;
    padding-top: 1rem !important;
}

/* Submit button styling */
button[type="submit"] {
    background: linear-gradient(135deg, #f2d37e, #cfa400) !important;
    color: white !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 25px !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgb(242 211 126) !important;
}

button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.4) !important;
}

/* Total price styling */
#total-price {
    background: linear-gradient(135deg, #5c91f6, #589fb9) !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 15px !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    box-shadow: 0 8px 20px rgb(92 200 246 / 30%) !important;
}

/* Form section headers */
h5, .center h5 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

.center p {
    color: #6b7280 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    /* max-width: 600px !important; */
    text-align: center !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    #climbing-shoe-repair-form {
        padding: 1rem !important;
        margin: 50px 0 !important;
    }
    #sole-repair-type{
        padding-top: 50px !important;
    }
    .grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .bg-white.shadow-md {
        min-height: 320px !important;
    }
    
    .bg-white.shadow-md h4 {
        min-height: 50px !important;
        font-size: 1rem !important;
    }
    
    .bg-white.shadow-md img {
        height: 235px !important;
    }
    
    .stepper-btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
    }
    
    .flex input[type="number"] {
        width: 50px !important;
        height: 35px !important;
    }
    
    .flex.items-center.justify-between {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    #total-price {
        text-align: center !important;
        width: 40% !important;
    }
}

/* Loading states and animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bg-white.shadow-md {
    animation: fadeInUp 0.5s ease-out !important;
}

/* Error and success message styling */
#form-messages {
    padding: 1rem !important;
    border-radius: 8px !important;
    margin-top: 1rem !important;
    font-weight: 500 !important;
}

#form-messages.error {
    background-color: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #dc2626 !important;
}

#form-messages.success {
    background-color: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #16a34a !important;
}