/* Genel Stiller */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    background: #0078d7;
    color: white;
    padding: 20px 0;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}
header p {
    font-size: 1.2em;
    margin: 10px 0 0;
    color: #0078d7;  /* Örneğin mavi renk */
}


main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Form Stilleri */
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

legend {
    font-weight: bold;
    padding: 0 10px;
    font-size: 1.2em;
    color: #0078d7;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

input[type="text"],
input[type="number"],
select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="radio"] {
    margin-right: 10px;
}

p#calculatedPrice {
    font-size: 1.2em;
    color: #0078d7;
    text-align: right;
}

/* Paket Seçimi */
fieldset label {
    margin-top: 10px;
}

fieldset label input[type="radio"] {
    margin-left: 0;
}

button[type="submit"] {
    background: #0078d7;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

button[type="submit"]:hover {
    background: #005bb5;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    background: #333;
    color: white;
    font-size: 0.9em;
}
/* Genel Stiller */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #e9f7ef; /* Hafif yeşil arka plan */
    color: #333;
    margin: 0;
    padding: 0;
}

/* Header Styling */
header {
    background-color: #f6f6f6;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.174);
    margin-bottom: 40px;
}

/* Header Title Styling */
header h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Header Description Styling */
header p {
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 0;
    color: #e0e0e0;
}

/* Hover Effect for Header */
header:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Responsive Design for Header */
@media (max-width: 768px) {
    header {
        padding: 30px 15px;
    }

    header h1 {
        font-size: 2.5em;
    }

    header p {
        font-size: 1em;
    }
}

/* Ana İçerik */
main {
    max-width: 800px;
    margin: 30px auto;
    padding: 25px;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border-top: 5px solid #0078d7;
    position: relative;
    overflow: hidden;
}

main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0078d7, #28a745);
}

/* Form Stilleri */
form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

fieldset {
    border: none;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

fieldset::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0078d7, #28a745);
}

legend {
    font-weight: bold;
    font-size: 1.5em;
    color: #0078d7;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 5px;
}

/* Şık Radyo Butonları */
fieldset label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

fieldset label:hover {
    background-color: #e6f2ff;
    border-color: #0078d7;
    transform: translateY(-2px);
}

fieldset label input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #0078d7;
    border-radius: 50%;
    position: relative;
}

fieldset label input[type="radio"]:checked {
    background-color: #0078d7;
    border-color: #0078d7;
    box-shadow: 0 0 0 3px #e6f2ff;
}

fieldset label input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

/* Gruplu Radyo Seçenekleri */
.radio-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.radio-group label:hover {
    background-color: #eaf9f0;
    transform: translateY(-2px);
}

/* Fiyat Gösterim Alanı */
p#calculatedPrice {
    font-size: 1.0em;
    color: #32CD32;
    text-align: right;
    font-weight: bold;
    margin-top: 15px;
}

/* Submit Butonu */
button[type="submit"] {
    background: linear-gradient(135deg, #32CD32, #0078d7);
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1.2em;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.3s ease;
}

button[type="submit"]:hover {
    background: linear-gradient(135deg, #0078d7, #28a745);
    transform: scale(1.05);
}

/* Footer */
footer {
    text-align: center;
    margin-top: 20px;
    padding: 15px 0;
    background: #0078d7;
    color: white;
    font-size: 0.9em;
    border-top: 5px solid #32CD32;
}
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    line-height: 1.6;
}
fieldset {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
}
legend {
    font-weight: bold;
}
label {
    display: block;
    margin-bottom: 5px;
}
#calculatedPrice {
    position: fixed; /* Ekrana sabitler */
    top: 50%; /* Dikey ortalama */
    right: 20px; /* Sağdan 20px boşluk bırakır */
    transform: translateY(-50%); /* Tam ortalamak için */
    background-color: #fff; /* Beyaz arka plan */
    color: #0078d7; /* Yazı rengi */
    padding: 15px 15px; /* İç boşluk */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
    border-radius: 10px; /* Köşeleri yuvarlama */
    font-size: 1.5em; /* Büyük font */
    z-index: 1000; /* Üstte görünmesi için */
    text-align: center; /* Metni ortalar */
}
@media (max-width: 768px) {
    header h1 {
        font-size: 1.5em;
    }

    main {
        padding: 15px;
    }

    fieldset {
        padding: 10px;
    }

    legend {
        font-size: 1em;
    }

    button[type="submit"] {
        font-size: 1em;
        padding: 10px;
    }

    #calculatedPrice {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 1.2em;
    }

    header p {
        font-size: 0.9em;
    }

    #calculatedPrice {
        font-size: 0.9em;
        padding: 8px 0;
    }

    button[type="submit"] {
        font-size: 0.9em;
    }
}
#dateTimeSelector {
    text-align: center;
    font-family: Arial, sans-serif;
}

#datePicker, #timePicker {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.dateOption, .timeOption {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dateOption:hover, .timeOption:hover {
    background-color: #f0f0f0;
}

.dateOption.active, .timeOption.active {
    background-color: #32CD32;
    color: #fff;
    border-color: #32CD32;
}

.dateOption:disabled, .timeOption:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#continueButton {
    padding: 10px 20px;
    background-color: #32CD32;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#continueButton:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.timeOption.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    border-color: #999;
}
.error-message {
    color: red;
    font-weight: bold;
    border: 1px solid red;
    background-color: #ffe6e6;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: none;
}
button.disabled {
    background-color: #ccc;
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
}






#bookingForm {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#bookingForm label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

#bookingForm input[type="date"],
#bookingForm select {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#bookingForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#bookingForm button:hover {
    background-color: #45a049;
}



#bookingForm {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333333;
}

.form-group select, .form-group input[type="date"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #0056b3;
}




body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.item-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item-row label {
    flex: 1;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-controls input {
    width: 50px;
    text-align: center;
}

.total-price {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f9f9f9;
    color: #333;
}

h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #4CAF50;
}
/* Accordion Container */
.accordion-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

/* Accordion Button */
.accordion-button {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #45a049;
}

/* Accordion Content */
.accordion-content {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    margin-top: 10px;
}

/* Accordion Item Row */
.item-row {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-row label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.item-row .quantity-input {
    width: 70px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.item-row .quantity-input:focus {
    border-color: #4CAF50;
}

/* Accordion Item Row Last */
.item-row:last-child {
    margin-bottom: 0;
}

/* Active Accordion Style */
.accordion-item.active .accordion-content {
    display: block;
}

/* Hizmet Tarihi / Saati */
.date-selection {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.date-selection .date-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.date-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.date-btn:hover {
    background-color: #3498db;
    color: white;
    border-color: #2980b9;
}

.date-btn.active {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.date-btn:focus {
    outline: none;
}

.time-selection {
    margin-top: 1rem;
}

#service-time {
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
/* Takvim kısmı */
#calendar {
    margin-top: 1rem;
}

.open-calendar-btn {
    background-color: #2980b9;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.open-calendar-btn:hover {
    background-color: #3498db;
}

#service-date-picker {
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}