body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    padding: 20px;
}

form {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

fieldset {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

legend {
    font-weight: bold;
    color: #333;
    padding: 0 10px;
}

label {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

label img {
    max-width: 120px;
    display: block;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="radio"],
input[type="number"],
input[type="file"],
input[type="text"],
select,
textarea {
    display: block;
    width: 100%;
    padding: 8px 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    height: 80px;
    resize: none;
}

button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#totalPrice {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
    margin-top: 10px;
}

#step1 .options-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 15px;
}

#step1 label {
text-align: center;
cursor: pointer;
}

#step1 label img {
width: 100%;
max-width: 100px;
height: auto;
margin-top: 10px;
border: 1px solid #ddd;
border-radius: 5px;
transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

#step1 label img:hover {
transform: scale(2.1)!important;
}

.select-form{
    padding: 0px 20px!important;
}

.select-form-2{
    padding: 0px 15px!important;
}

.custom-cart-data {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.custom-cart-data strong {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.door-details-item {
    margin-bottom: 15px;
}

.door-details-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.door-details-item li {
    margin-bottom: 4px;
    font-size: 0.95em;
    color: #222;
}

.door-details-item li span:first-child {
    font-weight: bold;
    color: #555;
}
.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio .card {
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
}

.custom-radio .card:hover {
    border-color: #888;
}

.custom-radio input[type="radio"]:checked + .card {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.custom-radio img {
    height: 100px;
    object-fit: cover;
    border-bottom: 2px solid #ccc;
}
.custom-upload{
	background: black!important;
    color: white!important;
}
.custom-plus{
	font-size:35px!important;
	color:black!important;
}
