/* Service Booking Pages - Exclusive & Professional Styling */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #f5f0e8;
    color: #1a1a1a;
    line-height: 1.6;
}

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Header */
.service-header {
    background-color: #2a2a2a;
    color: #f5f0e8;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #1a1a1a;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-content .logo {
    width: 70px;
    height: auto;
}

.header-text h1 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    color: #f5f0e8;
}

.tagline {
    font-size: 13px;
    letter-spacing: 1px;
    color: #d4c5a9;
    font-style: italic;
}

.back-link {
    color: #d4c5a9;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #d4c5a9;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.back-link:hover {
    background-color: #d4c5a9;
    color: #2a2a2a;
}

/* Content Layout */
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    min-height: 600px;
}

/* Service Info Section */
.service-info {
    background-color: #ebe5d5;
    padding: 40px;
    border-right: 2px solid #8a7a5a;
}

.service-info h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.division-line {
    height: 3px;
    background-color: #1a1a1a;
    margin-bottom: 25px;
}

.intro-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #2a2a2a;
    text-align: justify;
}

.service-description h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.service-description p {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: justify;
    color: #2a2a2a;
}

.service-list {
    margin: 15px 0 20px 20px;
    font-size: 14px;
}

.service-list li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #2a2a2a;
}

.exclusive-notice {
    background-color: #d4c5a9;
    padding: 20px;
    border-left: 4px solid #6a5a4a;
    margin-top: 30px;
}

.exclusive-notice h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.exclusive-notice p {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
}

/* Appointment Section */
.appointment-section {
    padding: 40px;
    background-color: #fff;
}

.appointment-section h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.appointment-intro {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #3a3a3a;
}

/* Form Styling */
.appointment-form {
    margin-top: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #2a2a2a;
}

.form-group small {
    display: block;
    font-size: 11px;
    color: #6a5a5a;
    margin-top: 5px;
    font-style: italic;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #d4c5a9;
    background-color: #fafaf8;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 14px;
    color: #1a1a1a;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6a5a4a;
    background-color: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group select[multiple] {
    min-height: 100px;
}

.checkbox-group {
    margin-top: 25px;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.5;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #2a2a2a;
    color: #f5f0e8;
    border: 2px solid #1a1a1a;
    font-family: 'Georgia', serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 25px;
}

.submit-btn:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.submit-btn:active {
    transform: translateY(2px);
}

.form-note {
    font-size: 11px;
    color: #6a5a5a;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
}

/* Contact Alternative */
.contact-alternative {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.contact-alternative h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #2a2a2a;
    letter-spacing: 1px;
}

.contact-alternative p {
    font-size: 13px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Footer */
.service-footer {
    background-color: #2a2a2a;
    color: #d4c5a9;
    padding: 20px 40px;
    text-align: center;
    border-top: 3px solid #1a1a1a;
}

.service-footer p {
    font-size: 12px;
    margin: 5px 0;
}

.footer-note {
    font-style: italic;
    letter-spacing: 1px;
    color: #a09080;
}

/* Form Success Message */
.success-message {
    display: none;
    background-color: #d4e8d4;
    border: 2px solid #5a8a5a;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.success-message.show {
    display: block;
}

.success-message h3 {
    color: #2a5a2a;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.success-message p {
    color: #3a4a3a;
    font-size: 14px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }
    
    .service-info {
        border-right: none;
        border-bottom: 2px solid #8a7a5a;
    }
}

@media screen and (max-width: 768px) {
    .service-header {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        text-align: center;
    }
    
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .header-text h1 {
        font-size: 20px;
    }
    
    .service-info,
    .appointment-section {
        padding: 25px 20px;
    }
    
    .service-info h2,
    .appointment-section h2 {
        font-size: 22px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .service-footer {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 480px) {
    .header-content .logo {
        width: 50px;
    }
    
    .header-text h1 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .tagline {
        font-size: 11px;
    }
    
    .service-info h2,
    .appointment-section h2 {
        font-size: 18px;
    }
    
    .submit-btn {
        font-size: 13px;
        padding: 12px;
    }
}

/* Print Styles */
@media print {
    .service-header,
    .service-footer,
    .back-link,
    .submit-btn {
        display: none;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
    }
    
    body {
        background-color: white;
    }
}
