
        :root {
            --pale-blue: #A6C1EE;
            --cloud-white: #F5F7FA;
            --slate-gray: #4A5568;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--slate-gray);
        }
        
        /* Navbar Styles */
        .navbar {
            background-color: transparent !important;
            padding: 1rem 0;
            transition: all 0.3s ease;
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            font-weight: bold;
            font-size: 1.5rem;
            color: var(--slate-gray) !important;
        }
        
        .navbar-brand i {
            font-size: 2rem;
            margin-right: 10px;
            color: var(--pale-blue);
        }
        
        .navbar-nav .nav-link {
            color: var(--slate-gray) !important;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--pale-blue) !important;
        }
        
        .btn-cta-nav {
            background-color: var(--pale-blue);
            color: white !important;
            padding: 8px 25px;
            border-radius: 25px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
        }
        
        .btn-cta-nav:hover {
            background-color: #8ca9e3;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(166, 193, 238, 0.3);
            color: white !important;
        }
        
        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, rgba(74, 85, 104, 0.9) 0%, rgba(74, 85, 104, 0.8) 100%), url('https://chdlife.com/wp-content/uploads/2025/07/interior-designers-home-renovation-services-chandigarh.jpg-scaled.jpg');
            background-size: cover;
            background-position: center;
            padding: 120px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content h1 {
            font-size:5rem;
            font-weight: bold;
            color: var(--cloud-white);
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .hero-content p {
            font-size: 1.2rem;
            color: rgba(245, 247, 250, 0.9);
            margin-bottom: 30px;
        }
        
        .btn-hero {
            background-color: var(--pale-blue);
            color: white;
            padding: 15px 40px;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-hero:hover {
            background-color: #8ca9e3;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(166, 193, 238, 0.3);
            color: white;
        }
        
        /* Section Styles */
        .section-padding {
            padding: 80px 0;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: bold;
            color: var(--slate-gray);
            margin-bottom: 20px;
            text-align: center;
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #718096;
            text-align: center;
            max-width: 600px;
            margin: 0 auto 50px;
        }
        
        /* About Section */
        .about-image {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Counter Section */
        .counter-section {
            background-color: var(--slate-gray);
            color: white;
            padding: 60px 0;
        }
        
        .counter-item {
            text-align: center;
        }
        
        .counter-item i {
            font-size: 3rem;
            margin-bottom: 15px;
            color: var(--pale-blue);
        }
        
        .counter-number {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .counter-label {
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        /* Vision Mission */
        .vm-card {
            background-color: var(--cloud-white);
            padding: 30px;
            border-radius: 15px;
            height: 100%;
            transition: transform 0.3s ease;
            border-left: 4px solid var(--pale-blue);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .vm-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .vm-card i {
            font-size: 3rem;
            color: var(--pale-blue);
            margin-bottom: 20px;
        }
        
        /* Why Choose Us */
        .feature-card {
            text-align: center;
            padding: 30px 20px;
            transition: all 0.3s ease;
            height: 100%;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .feature-card i {
            font-size: 3rem;
            color: var(--pale-blue);
            margin-bottom: 20px;
        }
        
        /* Work Process */
        .process-step {
            text-align: center;
            position: relative;
            padding: 20px;
        }
        
        .process-step .step-number {
            width: 60px;
            height: 60px;
            background-color: var(--pale-blue);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0 auto 20px;
        }
        
        /* Services Section */
        .service-card {
            background-color: var(--cloud-white);
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .service-card-body {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .service-card-title {
            font-size: 1.3rem;
            font-weight: bold;
            color: var(--slate-gray);
            margin-bottom: 15px;
        }
        
        .service-card-text {
            color: #718096;
            flex-grow: 1;
            margin-bottom: 20px;
        }
        
        /* Reviews */
        .review-card {
            background-color: white;
            border: 1px solid #e2e8f0;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .review-card:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .review-stars {
            color: #f6ad55;
            margin-bottom: 15px;
        }
        
        .review-author {
            font-weight: bold;
            color: var(--slate-gray);
            margin-top: 15px;
        }
        
        /* FAQ */
        .accordion-button:not(.collapsed) {
            background-color: var(--pale-blue);
            color: white;
        }
        
        .accordion-button:focus {
            box-shadow: none;
        }
        
        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--slate-gray) 0%, #2d3748 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .btn-cta {
            background-color: var(--pale-blue);
            color: white;
            padding: 15px 40px;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
        }
        
        .btn-cta:hover {
            background-color: #8ca9e3;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(166, 193, 238, 0.3);
            color: white;
        }
        
        /* Contact Section */
        .contact-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .contact-info-item i {
            font-size: 1.5rem;
            color: var(--pale-blue);
            margin-right: 15px;
            width: 30px;
        }
        
        /* Footer */
        footer {
            background-color: #2d3748;
            color: white;
            padding: 60px 0 30px;
        }
        
        .footer-title {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 20px;
            color: var(--pale-blue);
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #a0aec0;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: var(--pale-blue);
        }
        
        .newsletter-form {
            display: flex;
            gap: 10px;
        }
        
        .newsletter-form input {
            flex-grow: 1;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
        }
        
        .newsletter-form button {
            background-color: var(--pale-blue);
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            font-weight: 600;
        }
        
        .newsletter-form button:hover {
            background-color: #8ca9e3;
        }
        
        .copyright {
            text-align: center;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #4a5568;
            color: #a0aec0;
        }
        
        .copyright a {
            color: #a0aec0;
            text-decoration: none;
            margin: 0 10px;
        }
        
        .copyright a:hover {
            color: var(--pale-blue);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }
