:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:100vw;min-height:100vh;width:100%;box-sizing:border-box;overflow-x:hidden;background-color:#f3f4f6}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;max-width:100%;overflow-x:hidden}.dark-mode{--bg-color: #111827;--text-color: #e5e7eb;--card-bg: #1f2937;background-color:var(--bg-color);color:var(--text-color)}.dark-mode .header{background-color:var(--card-bg)}.dark-mode .header.scrolled{box-shadow:0 4px 6px #0003}.dark-mode .feature-card,.dark-mode .project-card,.dark-mode .testimonial-card{background-color:var(--card-bg);color:var(--text-color)}.dark-mode .contact-form input,.dark-mode .contact-form textarea{background-color:var(--card-bg);color:var(--text-color);border-color:#374151}.dark-mode .contact-form input::placeholder,.dark-mode .contact-form textarea::placeholder{color:#9ca3af}.dark-mode .social-link{color:var(--text-color)}.dark-mode .social-link:hover{color:#2563eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;transition:background-color .3s ease,color .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.header.scrolled{box-shadow:0 2px 4px #0000001a;padding:.5rem 0;background-color:#fffffffa}.nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav .logo{display:flex;align-items:center;gap:.5rem}.nav .logo i{font-size:1.5rem;color:#2563eb}.nav .logo h1{font-size:1.5rem;font-weight:700;color:#2563eb}.nav .nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav .nav-links a{text-decoration:none;color:inherit;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.nav .nav-links a i{font-size:1rem}.nav .nav-links a:hover{color:#2563eb}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.5rem;border-radius:50%;color:inherit;transition:background-color .3s ease,transform .3s ease}.theme-toggle:hover{background-color:#0000001a;transform:rotate(15deg)}.main{margin-top:4rem;flex:1}.main section{padding:4rem 2rem}.main h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:1rem}.main h2 i{color:#2563eb}.hero{background:linear-gradient(135deg,#f8faff,#f0f5ff);color:#1f2937;padding:2rem;min-height:calc(100vh - 4rem);display:flex;align-items:center;position:relative;overflow:hidden;background-image:url(../src/images/bathroom-bg.jpeg),url(../src/images/wardrobe-bg.jpeg);background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;background-blend-mode:overlay;background-color:#f0f5ffb3}.hero .hero-split{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:2rem;background:#ffffff40;box-shadow:0 8px 32px #1f26872e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:2rem;border:1px solid rgba(255,255,255,.18)}.hero .hero-content h2{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:#1f2937;font-weight:700;text-align:left}.hero .hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#4b5563;line-height:1.6}.hero .hero-buttons{display:flex;gap:1rem}.hero .hero-buttons .cta-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:1rem;cursor:pointer;border:none}.hero .hero-buttons .cta-button.primary{background-color:#2563eb;color:#fff}.hero .hero-buttons .cta-button.primary:hover{background-color:#1e40af;transform:translateY(-2px)}.hero .hero-buttons .cta-button.secondary{background-color:#fff;color:#2563eb;border:2px solid #2563eb}.hero .hero-buttons .cta-button.secondary:hover{background-color:#2563eb;color:#fff;transform:translateY(-2px)}.hero .hero-buttons .cta-button.secondary i{transition:transform .3s ease}.hero .hero-buttons .cta-button.secondary:hover i{transform:translate(4px)}.hero .hero-image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #0000001a;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.hero .hero-image:hover{transform:perspective(1000px) rotateY(0)}.hero .hero-image img{width:100%;height:auto;display:block;object-fit:cover}.hero .hero-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb1a,#1e40af1a);pointer-events:none}.dark-mode .hero{background:linear-gradient(135deg,#1a1f2e,#111827)}.dark-mode .hero .hero-content h2{color:#fff}.dark-mode .hero .hero-content p{color:#9ca3af}.dark-mode .hero .hero-buttons .cta-button.secondary{background-color:transparent;border-color:#fff;color:#fff}.dark-mode .hero .hero-buttons .cta-button.secondary:hover{background-color:#fff;color:#111827}@media (max-width: 1024px){.hero .hero-split{grid-template-columns:1fr;gap:2rem}.hero .hero-content{text-align:center}.hero .hero-content h2{font-size:2.5rem;text-align:center}.hero .hero-buttons{justify-content:center}.hero .hero-image{transform:none;max-width:80%;margin:0 auto}.hero .hero-image:hover{transform:none}}@media (max-width: 640px){.hero{padding:1rem}.hero .hero-content h2{font-size:2rem}.hero .hero-content p{font-size:1.125rem}.hero .hero-buttons{flex-direction:column;gap:1rem}.hero .hero-buttons .cta-button{width:100%;justify-content:center}.hero .hero-image{max-width:100%}}.features{max-width:1200px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.feature-card .feature-icon{font-size:2.5rem;color:#2563eb;margin-bottom:1rem}.feature-card h3{color:#2563eb;margin-bottom:1rem;font-size:1.5rem}.projects{padding:4rem 2rem;background-color:#f3f4f6;width:100%;overflow-x:hidden}.projects h2{text-align:center;margin-bottom:1rem}.projects h2 i{color:#2c3e50}.projects .section-description{text-align:center;color:#666;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.project-card{background:#fff;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.project-card.kitchen-profile .project-image{height:200px;position:relative;display:flex;align-items:center;justify-content:center}.project-card.kitchen-profile .project-image .project-number{position:absolute;top:1rem;left:1rem;font-size:2rem;color:#ffffffe6;font-weight:700}.project-card.kitchen-profile .project-image .profile-icon{font-size:3.5rem;color:#ffffffe6;transform:rotate(-15deg);transition:all .3s ease}.project-card.kitchen-profile .project-image:hover .profile-icon{transform:rotate(0) scale(1.1);color:#fff}.project-card.kitchen-profile .card-content{padding:1.5rem}.project-card.kitchen-profile h3{color:#1f2937;font-size:1.5rem;margin-bottom:.75rem;font-weight:600}.project-card.kitchen-profile .description{color:#6b7280;line-height:1.5;margin-bottom:1.25rem}.project-card.kitchen-profile .feature-list{list-style:none;margin-bottom:1.5rem}.project-card.kitchen-profile .feature-list li{display:flex;align-items:center;gap:.5rem;color:#4b5563;margin-bottom:.5rem;font-size:.95rem}.project-card.kitchen-profile .feature-list li i{color:#10b981;font-size:.875rem}.project-card.kitchen-profile .card-actions{display:flex;gap:1rem}.project-card.kitchen-profile .card-actions .project-button{flex:1;padding:.75rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.95rem}.project-card.kitchen-profile .card-actions .project-button:not(.secondary){background-color:#2563eb;color:#fff}.project-card.kitchen-profile .card-actions .project-button:not(.secondary):hover{background-color:#1e40af}.project-card.kitchen-profile .card-actions .project-button.secondary{background-color:#f3f4f6;color:#4b5563}.project-card.kitchen-profile .card-actions .project-button.secondary:hover{background-color:#e5e7eb;color:#1f2937}.project-card.kitchen-profile .card-actions .project-button i{transition:transform .3s ease}.project-card.kitchen-profile .card-actions .project-button:hover i{transform:translate(3px)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.testimonial-card .quote{font-size:2rem;color:#2563eb;margin-bottom:1rem}.testimonial-card p{margin-bottom:1.5rem;font-style:italic}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-card .testimonial-author .author-avatar{width:50px;height:50px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.testimonial-card .testimonial-author .author-avatar i{font-size:1.5rem;color:#2563eb}.testimonial-card .testimonial-author .author-info h4{font-weight:600}.testimonial-card .testimonial-author .author-info p{margin:0;font-size:.875rem;color:#6b7280}.contact{padding:6rem 2rem;background-color:#fff}.contact h2{text-align:center;margin-bottom:1rem;color:#1a1a1a}.contact .section-description{text-align:center;color:#666;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a}.contact-form-section h3{font-size:1.5rem;margin-bottom:2rem;color:#1a1a1a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form .form-group label{font-weight:500;color:#4a5568}.contact-form .form-group .input-icon{position:relative}.contact-form .form-group .input-icon i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#718096}.contact-form .form-group .input-icon input,.contact-form .form-group .input-icon textarea{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background-color:#fff}.contact-form .form-group .input-icon input:focus,.contact-form .form-group .input-icon textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-form .form-group .input-icon input:focus+i,.contact-form .form-group .input-icon textarea:focus+i{color:#2563eb}.contact-form .form-group .input-icon input::placeholder,.contact-form .form-group .input-icon textarea::placeholder{color:#a0aec0}.contact-form .form-group .input-icon textarea{min-height:120px;resize:vertical}.contact-form .submit-button{background-color:#2563eb;color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.contact-form .submit-button i{transition:transform .3s ease}.contact-form .submit-button:hover{background-color:#1e40af;transform:translateY(-2px)}.contact-form .submit-button:hover i{transform:translate(4px)}.contact-info-section h3{font-size:1.5rem;margin-bottom:2rem;color:#1a1a1a}.contact-info-section .info-items{display:flex;flex-direction:column;gap:2rem}.contact-info-section .info-item{display:flex;align-items:flex-start;gap:1rem}.contact-info-section .info-item i{font-size:1.25rem;color:#2563eb;padding:.75rem;background-color:#2563eb1a;border-radius:.5rem}.contact-info-section .info-item .info-content{flex:1}.contact-info-section .info-item .info-content h4{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem}.contact-info-section .info-item .info-content p{color:#718096;line-height:1.5}.contact-info-section .info-item .info-content .business-hours{display:flex;flex-direction:column;gap:.5rem}.contact-info-section .info-item .info-content .business-hours .hours-row{display:flex;justify-content:space-between;color:#718096}.contact-info-section .info-item .info-content .business-hours .hours-row span:first-child{font-weight:500}.footer{background-color:#f3f4f6;padding:4rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-content .footer-info{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-content .footer-info i{font-size:2rem;color:#2563eb}.footer-content .footer-info h3{color:#2563eb;font-size:1.5rem}.footer-content .social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-content .social-links .social-link{color:#1f2937;text-decoration:none;font-size:1.5rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;background-color:#f3f4f6}.footer-content .social-links .social-link:hover{transform:translateY(-3px)}.footer-content .social-links .social-link:hover:nth-child(1){color:#ea4335;background-color:#ea43351a}.footer-content .social-links .social-link:hover:nth-child(2){color:#25d366;background-color:#25d3661a}.footer-content .social-links .social-link:hover:nth-child(3){color:#e4405f;background-color:#e4405f1a}.footer-content .copyright{color:#6b7280;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.dark-mode .projects{background-color:#161f32}.dark-mode .projects .section-description{color:#9ca3af}.dark-mode .project-card.kitchen-profile{background-color:#1f2937}.dark-mode .project-card.kitchen-profile h3{color:#e5e7eb}.dark-mode .project-card.kitchen-profile .description{color:#9ca3af}.dark-mode .project-card.kitchen-profile .feature-list li{color:#d1d5db}.dark-mode .project-card.kitchen-profile .card-actions .project-button.secondary{background-color:#374151;color:#d1d5db}.dark-mode .project-card.kitchen-profile .card-actions .project-button.secondary:hover{background-color:#4b5563;color:#f3f4f6}.dark-mode .social-links .social-link{background-color:#1f2937;color:#e5e7eb}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav .nav-links{flex-direction:column;align-items:center;width:100%}.hero .hero-content h2{font-size:2.5rem}.hero .hero-content p{font-size:1.125rem}section{padding:3rem 1rem;width:100%;overflow-x:hidden}.main h2{font-size:2rem}.scroll-indicator{display:none}.projects{padding:3rem 1rem}.projects .section-description{font-size:1rem;padding:0 1rem}.project-card.kitchen-profile .project-image{height:180px}.project-card.kitchen-profile .project-image .project-number{font-size:1.75rem}.project-card.kitchen-profile .project-image .profile-icon{font-size:3rem}.project-card.kitchen-profile h3{font-size:1.25rem}.project-card.kitchen-profile .card-actions{flex-direction:column}}@media (max-width: 1200px){.projects-grid{grid-template-columns:repeat(2,1fr);padding:0 1rem}}@media (max-width: 640px){.projects-grid{grid-template-columns:1fr}.projects{padding:3rem 1rem}.projects .section-description{font-size:1rem;padding:0 1rem}}@media (max-width: 1024px){.contact-container{grid-template-columns:1fr;gap:3rem;padding:1.5rem}}@media (max-width: 640px){.contact{padding:4rem 1rem}.contact-container{padding:1rem}.info-item{flex-direction:column;align-items:flex-start;text-align:left}.info-item i{margin-bottom:.5rem}.business-hours .hours-row{flex-direction:column;gap:.25rem}}.dark-mode .contact{background-color:#161f32}.dark-mode .contact h2,.dark-mode .contact h3{color:#e5e7eb}.dark-mode .contact .section-description{color:#9ca3af}.dark-mode .contact-container{background-color:#1f2937}.dark-mode .contact-form .form-group label{color:#e2e8f0}.dark-mode .contact-form .form-group .input-icon i{color:#9ca3af}.dark-mode .contact-form .form-group .input-icon input,.dark-mode .contact-form .form-group .input-icon textarea{background-color:#192339;border-color:#4a5568;color:#e5e7eb}.dark-mode .contact-form .form-group .input-icon input::placeholder,.dark-mode .contact-form .form-group .input-icon textarea::placeholder{color:#718096}.dark-mode .contact-form .form-group .input-icon input:focus,.dark-mode .contact-form .form-group .input-icon textarea:focus{border-color:#2563eb}.dark-mode .contact-info-section .info-item i{background-color:#2563eb33}.dark-mode .contact-info-section .info-item .info-content h4{color:#e2e8f0}.dark-mode .contact-info-section .info-item .info-content p,.dark-mode .contact-info-section .info-item .info-content .business-hours .hours-row{color:#9ca3af}.gallery-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.gallery-modal-content{background-color:#fff;padding:20px;border-radius:8px;max-width:90%;max-height:90%;display:flex;flex-direction:column;position:relative}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.image-container{flex-grow:1;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:20px}.image-container img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .1s ease-out}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.controls button{background-color:#007bff;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:16px}.controls button:hover{background-color:#0056b3}.zoom-controls{display:flex;align-items:center}.zoom-controls button{background-color:#6c757d;margin:0 5px}.zoom-controls button:hover{background-color:#5a6268}.zoom-controls span{font-weight:700}.thumbnail-container{display:flex;overflow-x:auto;padding-bottom:10px}.thumbnail-container img{width:80px;height:60px;object-fit:cover;margin-right:10px;border:2px solid transparent;border-radius:4px;cursor:pointer}.thumbnail-container img.active{border-color:#007bff}
