        :root {
            --primary-color: #fe4b7b;
            --text-dark: #2c3e50;
            --text-light: #6c757d;
            --bg-light: #f8f9fa;
        }

        .btn {
            background: #4b6cb7;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .header-area {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
        }

        .navbar-toggler {
            border: none;
            padding: 0.25rem 0.5rem;
            font-size: 1.25rem;
            color: #4b6cb7;
            z-index: 10000;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-nav .nav-link {
            color: #2d3748;
            font-weight: 500;
            padding: 0.5rem 0rem;
            transition: all 0.3s ease;
        }

        .navbar-nav .nav-link:hover {
            color: #4b6cb7;
        }

        .dropdown-menu {
            position: relative;
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .dropdown-item {
            padding: 0.5rem 1rem !important;
            transition: all 0.3s ease;
        }

        .dropdown-item:hover {
            background-color: #fe4b7b !important;
            color: white !important;
        }

        .second-header-btn .btn:hover {
            color: #fff;
            background: #fe4b7b;
        }

        .logo-content {
            color: #fe4b7b !important;
            opacity: 0;
            animation: zoomFadeIn 2s ease-in-out infinite, glow 1.1s ease-in-out infinite alternate;
        }

        /* Zoom + Fade looping */
        @keyframes zoomFadeIn {
            0% {
                opacity: 0;
                transform: scale(0.7);
            }

            50% {
                opacity: 1;
                transform: scale(1.1);
            }

            100% {
                opacity: 0;
                transform: scale(0.7);
            }
        }

        @media screen and (max-width: 1200px) {
            .main-menu nav ul {
                margin-left: -25px;
            }

            .main-menu nav ul li a {
                font-size: 18px;
            }
        }

        /* Mobile styles */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                padding-inline: 20px;
                border-radius: 10px;
                position: absolute;
                top: 100%;
                width: 100%;
                background: white;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                margin: 10px 0px
            }

            .nav-item {
                margin-left: 0px;
                border-bottom: 1px solid #000;
            }

            .navbar-nav {
                text-align: start;
            }

            .header-btn {
                text-align: center;
                margin-top: 15px;
            }
        }

        body {
            font-family: 'Roboto', sans-serif;
            color: var(--text-dark);
            line-height: 1.6;
        }

        /* Scroll to Top Button */
        .scroll-to-top {
            position: fixed;
            bottom: 90px;
            right: 10px;
            width: 50px;
            height: 50px;
            background: #fe4b7b;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(254, 75, 123, 0.3);
            transition: all 0.3s ease;
            z-index: 1000;
            display: none;
            align-items: center;
            justify-content: center;
        }

        .scroll-to-top:hover {
            background: #e03a6a;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(254, 75, 123, 0.4);
        }

        .scroll-to-top.show {
            display: flex;
            animation: fadeInUp 0.5s ease;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .header-three .menu-area {
            margin-bottom: -180px;
            margin-top: 20px;
            border-top: 0;
            position: relative;
            z-index: 9;
        }

        .menu-area .container {
            padding: 10px 10px;
            height: 90px;
        }

        .hero-section-housekeeping {
            position: relative;
            margin-top: 200px;
            padding: 100px 20px;
            text-align: center;
            color: white;
            min-height: 700px;
            background: url('/Image/mommyhelp-img/HouseKeeping/enjoying-the-simplicity-of-ironing-clothes-in-a-co-2025-04-22-20-40-55-utc.jpg') no-repeat center/cover;
        }

        /* dark overlay only on background */
        .hero-section-housekeeping::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            /* light effect, subtle */
            /* 0.2 = around 80% brightness */
            z-index: 0;
        }

        .hero-section-housekeeping h1 {
            position: relative;
            font-size: 3.5rem;
            font-weight: 700;
            margin-top: 14rem;
            color: #fe4b7b;
            z-index: 1;
        }

        .hero-section-salon {
            position: relative;
            margin-top: 200px;
            padding: 100px 20px;
            text-align: center;
            color: white;
            min-height: 700px;
            background: url('/Image/mommyhelp-img/salon-service/saloon-woman.jpg') no-repeat;
            background-size: cover;
            background-position: 50% 50%;
        }

        /* dark overlay only on background */
        .hero-section-salon::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            /* light effect, subtle */
            /* adjust opacity if you want more darkness */
            z-index: 0;
        }

        .hero-section-salon h1 {
            position: relative;
            font-size: 3.5rem;
            font-weight: 700;
            margin-top: 14rem;
            color: #fe4b7b;
            z-index: 1;
        }

        .hero-section-doula {
            position: relative;
            margin-top: 200px;
            padding: 100px 20px;
            text-align: center;
            color: white;
            min-height: 700px;
            background: url('../Image/mommyhelp-img/doula-service/adult-sisters-woman-happy-family.jpg') no-repeat center/cover;
            background-position: center;
        }

        /* dark overlay only on background */
        .hero-section-doula::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            /* light effect, subtle */
            /* adjust darkness: 0.2 ≈ 80% brightness */
            z-index: 0;
        }

        .hero-section-doula h1 {
            position: relative;
            font-size: 3.5rem;
            font-weight: 700;
            margin-top: 16rem;
            color: #fe4b7b;
            z-index: 1;
        }


        .hero-section-nanny {
            position: relative;
            margin-top: 200px;
            padding: 100px 20px;
            text-align: center;
            color: white;
            min-height: 700px;
            background: url('/Image/Nanny Service Banner.jpg') no-repeat center/cover;
        }

        /* light overlay only on background */
        .hero-section-nanny::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            /* White overlay for light effect */
            z-index: 0;
        }

        .hero-section-nanny h1 {
            position: relative;
            /* ensure text stays above overlay */
            font-size: 3.5rem;
            font-weight: 700;
            margin-top: 14rem;
            color: #fe4b7b;
            z-index: 1;
        }

        .hero-section-cooks {
            position: relative;
            margin-top: 200px;
            padding: 100px 20px;
            text-align: center;
            color: white;
            min-height: 700px;
            background: url('/Image/mommyhelp-img/Cooking-service/young-woman-is-preparing-salad-kitchen.jpg') no-repeat center/cover;
        }

        /* dark overlay only on background */
        .hero-section-cooks::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            /* light effect, subtle */
            /* adjust opacity: 0.2 ≈ 80% brightness */
            z-index: 0;
        }

        .hero-section-cooks h1 {
            position: relative;
            font-size: 3.5rem;
            font-weight: 700;
            margin-top: 14rem;
            color: #fe4b7b;
            z-index: 1;
        }

        .hero-section-cleaner {
            position: relative;
            margin-top: 200px;
            padding: 100px 20px;
            text-align: center;
            color: white;
            min-height: 700px;
            background: url('/Image/mommyhelp-img/cleaning/cleaning-and-dusting-furniture-at-home-2025-09-08-14-03-00-utc.jpg') no-repeat center/cover;
        }

        /* dark overlay only on background */
        .hero-section-cleaner::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            /* light effect, subtle */
            /* adjust darkness here */
            z-index: 0;
        }

        .hero-section-cleaner h1 {
            position: relative;
            /* to appear above overlay */
            font-size: 3.5rem;
            font-weight: 700;
            margin-top: 14rem;
            color: #fe4b7b;
            z-index: 1;
        }

        h3 {
            color: #fe4b7b;
        }

        .breadcrumb {
            background: transparent;
            justify-content: center;
            margin-bottom: 2rem;
        }

        .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }

        .breadcrumb-item.active {
            color: white;
        }

        .main-content {
            padding: 80px 0;
        }

        .service-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: var(--primary-color);
            color: white;
            border: none;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            font-size: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .play-button:hover {
            background: #d63384;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #fe4b7b;
            margin-bottom: 2rem;
        }

        .service-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border-left: 5px solid var(--primary-color);
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .service-item {
            display: flex;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }

        .service-item:last-child {
            border-bottom: none;
        }

        .service-item i {
            color: var(--primary-color);
            margin-right: 20px;
            font-size: 1.5rem;
            min-width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(254, 75, 123, 0.1);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            flex-shrink: 0;
        }

        .sidebar {
            background: var(--bg-light);
            padding: 40px;
            border-radius: 15px;
            position: sticky;
            top: 20px;
        }

        .sidebar-section {
            margin-bottom: 40px;
        }

        .sidebar-section h5 {
            font-weight: 700;
            margin-bottom: 20px;
            color: #fe4b7b;
        }

        .service-category {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background: white;
            border-radius: 10px;
            margin-bottom: 10px;
            text-decoration: none;
            color: var(--text-dark);
            transition: all 0.3s ease;
        }

        .service-category:hover {
            background: var(--primary-color);
            color: white;
            transform: translateX(5px);
        }

        .form-control {
            border-radius: 10px;
            border: 1px solid #ddd;
            padding: 12px 20px;
        }

        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(254, 75, 123, 0.25);
        }

        .btn-primary {
            background: var(--primary-color);
            border: none;
            border-radius: 10px;
            padding: 12px 30px;
            font-weight: 600;
        }

        .btn-primary:hover {
            background: #d63384;
        }

        .feature-list {
            list-style: none;
            padding: 0;
        }

        .feature-list li {
            padding: 10px 0;
            position: relative;
            padding-left: 30px;
        }

        .feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
            font-size: 1.2rem;
        }

        .highlight-box {
            background: linear-gradient(135deg, #fe4b7b 0%, #ff6b6b 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin: 30px 0;
        }

        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.3rem;
                margin-top: 6rem;
            }

            .section-title {
                font-size: 2rem;
                color: #fe4b7b;
            }

            .sidebar {
                margin-top: 40px;
                position: static;
            }

        }