/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
}

/* Container for consistent width and padding */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header styles */
header {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                url('images/fa-massage-featured-image-2-1500x1000.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-content {
    max-width: 800px;
    margin: 0 auto;
}

header h1 {
    font-size: 3.5rem;
    font-weight: 300;
    color: white;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tagline {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Pricing section */
.pricing {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-category {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pricing-category h3 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 400;
}

.pricing-category .highlight {
    color: #3498db;
    font-size: 0.9rem;
}

.pricing-category ul {
    list-style: none;
    padding: 0;
}

.pricing-category li {
    color: #555;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.pricing-note {
    grid-column: 1 / -1;
    text-align: center;
    padding: 15px;
    background: #e8f4fc;
    border-radius: 8px;
    margin-top: 10px;
}

.pricing-note p {
    color: #2c3e50;
    font-size: 0.95rem;
}

.pricing-note i {
    color: #3498db;
    margin-right: 5px;
}

/* Section styles */
section {
    padding: 80px 0;
}

section h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
}

/* About section */
.about {
    background-color: #fff;
}

.about-grid {
    display: grid;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-content {
    text-align: center;
}

.about p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature i {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 20px;
}

.feature h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Booking section */
.booking {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
                url('images/fa-massage-featured-image-2-1500x1000.jpg');
    background-size: cover;
    background-position: center;
}

.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.booking-content {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}

.map-wrapper {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.location-info {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.location-info p {
    margin-bottom: 10px;
    color: #2c3e50;
}

.location-info i {
    color: #3498db;
    margin-right: 10px;
    width: 20px;
}

/* Form styles */
.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 400;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background-color: white;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.checkbox-group label {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

optgroup {
    font-weight: 600;
    color: #2c3e50;
}

option {
    font-weight: normal;
    color: #555;
    padding: 8px;
}

small {
    display: block;
    margin-top: 5px;
    color: #7f8c8d;
    font-size: 0.85rem;
}

.submit-btn {
    background-color: #3498db;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

/* Confirmation message */
.confirmation-message {
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.confirmation-message h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Footer */
footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-info h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 300;
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-contact i {
    margin-right: 10px;
    color: #3498db;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    color: #bdc3c7;
}

/* Responsive design */
@media (max-width: 768px) {
    header {
        padding: 40px 0;
    }

    header h1 {
        font-size: 2.5rem;
    }

    .tagline {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-category {
        padding: 15px;
    }

    .booking-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .booking-content,
    .map-container {
        padding: 20px;
    }

    .features {
        grid-template-columns: 1fr;
    }
}

/* Form validation styles */
input:invalid {
    border-color: #e74c3c;
}

input:valid {
    border-color: #2ecc71;
}

.text-disclaimer {
    display: block;
    margin-top: 8px;
    color: #666;
    font-size: 0.85rem;
    font-style: italic;
}

/* Accessibility improvements */
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .submit-btn,
    .booking {
        display: none;
    }
}

/* Testimonials section */
.testimonials {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.testimonials h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 2rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.stars {
    color: #f1c40f;
    font-size: 1.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.testimonial-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.client-name {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
    text-align: right;
}

/* Responsive adjustments for testimonials */
@media (max-width: 768px) {
    .testimonials {
        padding: 50px 0;
    }

    .testimonials h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .testimonial-card {
        padding: 20px;
    }
} 