@charset "utf-8";
        .hero {
            height: 600px;
            display: flex;
            align-items: center;
            padding: 0 10%;
            color: white;
            position: relative;
            overflow: hidden;
            background-color: #000; 
        }

        .hero-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slide.active { opacity: 1; }

        .slide::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
        }

        .hero-content {
            position: relative;
            z-index: 10;
            max-width: 800px;
            background: rgba(0, 0, 0, 0.4);
            padding: 30px;
            border-radius: 4px;
            backdrop-filter: blur(2px);
            margin-left: -160px;
            animation: heroFade 1.2s ease-out forwards;
        }

        @keyframes heroFade {
            from { opacity: 0; transform: translateX(-50px); }
            to { opacity: 1; transform: translateX(0); }
        }

        .hero-content h1 {
            font-family: 'Lora', serif;
            font-style: italic;
            font-weight: 700;
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            line-height: 1.2;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        }

        .hero-wave {
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            line-height: 0;
            z-index: 5;
        }

        .hero-wave svg {
            display: block;
            width: 100%;
            height: 150px; 
            fill: #e3e3db;
        }

        .about-main-container {
            background-color: #e3e3db;
            padding-top: 50px;
            padding-bottom: 0;
            overflow-x: hidden;
        }

        .content-wrapper {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .info-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 120px;
            gap: 50px;
            position: relative;
            opacity: 0;
            transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
        }

        .info-row { transform: translateX(-100px); }
        
        .info-row.reverse { transform: translateX(100px); }

        .info-row.appear {
            opacity: 1;
            transform: translateX(0);
        }

        .info-row.reverse { flex-direction: row-reverse; }

        .info-text-box {
            flex: 1;
            background: rgba(210, 210, 200, 0.6);
            padding: 80px 40px 40px; 
            position: relative;
            box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
            min-height: 300px; 
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .header-wrapper {
            position: absolute;
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .header-wrapper span {
            position: absolute;
            font-family: 'Lora', serif;
            color: #000;
            white-space: nowrap;
        }

        .txt-about { font-size: 70px; font-weight: 700; font-style: italic; margin-top: -60px; right: 130px; }
        .txt-us { font-size: 45px; font-weight: 400; font-style: italic; top: 2px; right: 70px; }
        .txt-our-mission { font-size: 45px; font-weight: 400; top: -45px; left: 55px; font-style: italic; }
        .txt-mission { font-size: 70px; font-weight: 700; font-style: italic; top: -10px; left: 90px; }
        .txt-our-vision { font-size: 45px; font-weight: 400; top: -40px; right: 230px; font-style: italic; }
        .txt-vision { font-size: 70px; font-weight: 700; font-style: italic; top: -5px; right: 50px; }
        .txt-core { font-size: 45px; font-weight: 400; top: -40px; left: 50px; font-style: italic; }
        .txt-value { font-size: 70px; font-weight: 700; font-style: italic; top: -5px; left: 100px; }

        .info-text-box p {
            font-family: 'Lora', serif;
            font-size: 16px;
            line-height: 1.6;
            color: #000;
            margin-bottom: 15px;
            text-align: center;
        }

        .bubble-container { flex: 0 0 300px; display: flex; justify-content: center; }
        
        .bubble { 
            width: 280px; 
            height: 280px; 
            border-radius: 50%; 
            display: flex; 
            justify-content: center; 
            align-items: center;
            transform: scale(0);
            transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition-delay: 0.3s;
        }

        .bubble.pop-in {
            transform: scale(1);
            animation: float 4s ease-in-out infinite;
            animation-delay: 1.1s;
        }

        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

        .bubble img { width: 130%; height: auto; object-fit: contain; }

        .key-services-header {
            text-align: center;
            padding: 20px 0 20px 0;
            background-color: #e3e3db;
            position: relative;
        }

        .key-services-header h2 {
            font-family: 'Lora', serif;
            font-style: italic;
            padding: 0;
            display: inline-block;
            width: 100%;
        }

        .txt-key-of {
            font-family: 'Lora', serif;
            display: block;
            font-size: 55px;
            font-weight: 700;
            font-style: italic;
            color: #000;
            position: relative;
            left: -90px; 
            top: 0px; 
        }

        .txt-services-red {
            font-family: 'Lora', serif;
            display: block;
            font-size: 88px;
            font-weight: 700;
            font-style: italic;
            color: #CF1111;
            position: relative;
            left: 70px;
            top: -28px;
        }

        .services-bg-container {
            background-image: url('../image/About Page/woman vacuum.jpg');
            background-size: cover;
            background-position: center;
            position: relative;
            width: 100%;
        }

        .services-overlay-flex {
            display: flex;
            width: 100%;
            max-width: 1200px;
            min-height: 450px;
            margin: 0 auto;
            justify-content: center;
            gap: 150px; 
            padding: 40px 0;
        }

        .service-col {
            flex: 1;
            background: rgba(255, 255, 255, 0.15); 
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            transform: translateY(30px);
        }

        .service-col.appear {
            opacity: 1;
            transform: translateY(0);
        }

        .service-col:hover { 
            background: rgba(0, 0, 0, 0.8);
            border: 1px solid rgba(255, 255, 255, 0.6);
            transform: translateY(-20px) scale(1.05) !important;
            box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        }

        .service-col h3 {
            color: white;
            font-family: 'Lora', serif;
            font-style: italic;
            font-size: 30px;
            font-weight: 500;
            text-align: center;
            line-height: 1.3;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
        }

        .cta-btn-wrapper {
            text-align: center;
            padding: 50px 0;
            background-color: #e3e3db;
        }

        .purple-btn {
            background-color: #36168F;
            color: white;
            padding: 14px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-family: 'Lora', serif;
            font-style: italic;
            font-weight: 700;
            font-size: 1rem;
            display: inline-block;
            transition: 0.3s;
        }

        .purple-btn:hover { color:#36168F; background-color: #E3E3DB; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

        @media (max-width: 768px) {
            .info-row, .info-row.reverse { flex-direction: column-reverse; text-align: center; margin-bottom: 80px; transform: translateY(50px) !important; }
            .info-text-box { padding-top: 100px; }
            .header-wrapper span { position: relative; display: block; top: 0 !important; left: 0 !important; right: 0 !important; text-align: center; }
            .services-overlay-flex { flex-direction: column; padding: 20px; gap: 15px; }
            .service-col { min-height: 200px; transform: none !important; }
            .txt-services-red { font-size: 3.5rem; left: 0; top: 0; }
            .txt-key-of { font-size: 2.5rem; left: 0; }
        }


@media (max-width: 1024px) {
    .hero-content { margin-left: 0; text-align: center; max-width: 90%; }
    
    .header-wrapper { position: relative; height: auto; margin-bottom: 20px; }
    .header-wrapper span { 
        position: static !important; 
        display: block; 
        text-align: center; 
        margin: 0 auto !important; 
    }
    
    .txt-about, .txt-mission, .txt-vision, .txt-value { font-size: 50px !important; }
    .txt-us, .txt-our-mission, .txt-our-vision, .txt-core { font-size: 30px !important; }

    .info-text-box { padding: 40px 20px; min-height: auto; }
}

@media (max-width: 768px) {
    .info-row, .info-row.reverse { 
        flex-direction: column !important; 
        gap: 30px; 
        transform: none !important; 
        margin-bottom: 60px;
    }
    
    .bubble { width: 220px; height: 220px; }
    .bubble-container { flex: 0 0 auto; }

    .txt-key-of { left: 0; font-size: 35px; text-align: center; }
    .txt-services-red { left: 0; top: 0; font-size: 50px; text-align: center; }

    .services-overlay-flex { 
        flex-direction: column; 
        gap: 15px; 
        padding: 40px 10px; 
    }
}