/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: Astra Child Theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ========== ±âº» ½ºÅ¸ÀÏ ========== */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Arial, sans-serif;
}

/* Çì´õ */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation .menu li {
    margin-right: 20px;
}

.main-navigation .menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* CTA ¹öÆ° */
.header-cta .button {
    background: #ffcc00;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

/* ========== Hero ¼½¼Ç ========== */
.hero {
    position: relative;
    background: #f4f4f4 url('/wp-content/themes/astra_child/images/living-cleaning.jpg') no-repeat center/cover;
    padding: 120px 20px;
    text-align: center;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.hero h1,
.hero p,
.hero a {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

.button-cta {
    background: #0073aa;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

/* ========== Çì´õ ½ºÅ¸ÀÏ (Åõ¸í ¡æ ½ºÅ©·Ñ ½Ã Èò»ö) ========== */
.site-header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 15px 30px;
}

.site-header .menu li a {
    color: #fff !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.site-header .header-cta .button {
    background: #f1c40f;
    color: #000;
    padding: 8px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.site-header.scrolled {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.site-header.scrolled .menu li a {
    color: #333 !important;
}

.site-header.scrolled .header-cta .button {
    background: #e67e22;
    color: #fff;
}

/* ========== Services ¼½¼Ç ========== */
.services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.services h2,
.gallery h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.service-item {
    flex: 1 1 calc(50% - 20px);
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    text-align: left;
}

.service-item ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

/* ========== Gallery (Swiper) ========== */
.gallery .swiper-slide img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.swiper-button-next, .swiper-button-prev {
    color: #e67e22;
}

.swiper-pagination-bullet-active {
    background: #e67e22;
}

/* ========== About Us ========== */
.about-us .about-background {
    position: relative;
    width: 100%;
    height: 550px;
    background: url('/wp-content/themes/astra_child/images/couple1.jpg') no-repeat center/cover;
    background-position: top 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.about-us .about-background::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 0;
}

.about-us .about-overlay-text {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
    color: #fff;
}

.about-us .about-overlay-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-us .about-overlay-text p {
    font-size: 1rem;
    line-height: 1.6;
}

/* ========== Testimonials / Contact °øÅë ========== */
.about-us,
.testimonials,
.contact {
    margin: 0 auto;
    padding: 50px 10px;
    text-align: center;
    width: 100%;
}

.about-us h2,
.testimonials h2,
.contact h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

/* Contact Info Áß¾ÓÁ¤·Ä */
.contact-info {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

.contact-info h2 {
    margin-bottom: 20px;
}

.contact-info p {
    margin: 8px 0;
    font-size: 18px;
}

/* ========== Contact Page Form ========== */
.contact-form-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.contact-form-section .form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-form-section h2 {
    text-align: center;
    margin-bottom: 10px;
}

.contact-form-section p {
    text-align: center;
    margin-bottom: 20px;
}

/* Ninja Forms input */
.contact-form-section input,
.contact-form-section textarea,
.contact-form-section select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-form-section input:focus,
.contact-form-section textarea:focus,
.contact-form-section select:focus {
    border-color: #f36f21;
    outline: none;
}

/* Submit ¹öÆ° */
.contact-form-section input[type="submit"],
.contact-form-section button {
    background: #f36f21;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form-section input[type="submit"]:hover,
.contact-form-section button:hover {
    background: #d95e1c;
}

/* ========== Footer ========== */
.site-footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}
