@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&display=swap";:root{--font-main: "Outfit", sans-serif;--color-bg: #0a0a0a;--color-text: #ffffff;--color-accent: #ffd700;--color-glass: rgba(255, 255, 255, .1);--color-glass-border: rgba(255, 255, 255, .2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:#000;color:var(--color-text);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.white-section-wrapper{width:100%;background:#fff;padding:0;padding-bottom:2rem;margin:0}.header-container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;width:100%;max-width:1400px;margin:0 auto;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:100}.mobile-menu-overlay{display:none}.absolute-header{position:absolute;bottom:40px;left:50%;transform:translate(-50%);background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);width:90%;max-width:1200px}.fixed-header{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:50px;border:1px solid rgba(255,255,255,.1);width:80%;padding:1rem 3rem;box-shadow:0 10px 30px #00000080}.logo{display:flex;align-items:center;gap:1rem}.logo-image{height:40px;width:40px;object-fit:cover;border-radius:50%;background:#fff;padding:4px;box-shadow:0 0 10px #ffffff80}.logo h1{font-size:1.2rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:flex;flex-direction:column;line-height:1.2}.company-name-main{font-size:1.2rem;font-weight:700}.company-name-sub{font-size:.7rem;font-weight:600;letter-spacing:1.5px}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:25px;height:3px;background:#fff;transition:all .3s ease;border-radius:2px}.hamburger span.open:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-links{display:flex;align-items:center;gap:3rem}.nav-links ul{display:flex;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;letter-spacing:1px;opacity:.8;transition:opacity .3s}.nav-links a:hover{opacity:1}.contact-btn{background:#fff;color:#000;border:none;padding:.8rem 1.5rem;border-radius:30px;font-weight:600;font-size:.85rem;cursor:pointer;transition:transform .2s;letter-spacing:1px}.contact-btn:hover{transform:scale(1.05)}@media(max-width:1024px){.header-container{padding:1.5rem 2rem}.logo h1{font-size:1rem}.nav-links{gap:2rem}.nav-links ul{gap:1.5rem}.nav-links a{font-size:.85rem}}@media(max-width:767px){.header-container{padding:1rem 1.5rem}.absolute-header{bottom:20px;width:95%;border-radius:15px}.fixed-header{top:10px;width:95%;padding:.8rem 1.5rem;border-radius:15px}.logo h1{font-size:.75rem;letter-spacing:1px}.hamburger{display:flex}.nav-links{display:none}.mobile-menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-overlay{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .4s ease;z-index:1000;padding:2rem}.mobile-menu-overlay.mobile-menu-open{right:0}.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1001}.mobile-menu-close span{color:#fff;font-size:2rem;line-height:1;font-weight:300}.mobile-menu-close:hover{background:#ffffff1a;border-color:#ffffff80;transform:rotate(90deg)}.mobile-menu-overlay ul{display:flex;flex-direction:column;gap:2rem;text-align:center;list-style:none}.mobile-menu-overlay a{font-size:1.2rem;font-weight:600;color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s}.mobile-menu-overlay a:hover{opacity:1}.mobile-menu-overlay .contact-btn{padding:1rem 2rem;font-size:1rem}}.hero-section{position:relative;width:100%;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--color-bg);padding:0 4rem;margin-bottom:0}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh;z-index:0}.hero-image-container img{width:100%;height:100%;min-height:100vh;object-fit:cover;object-position:top center;filter:brightness(.8) contrast(1.1)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.4) 100%)}.hero-content{position:relative;z-index:10;width:100%;max-width:1400px;display:flex;justify-content:space-between;align-items:center;margin-bottom:100px}.hero-text-container{flex:1}.hero-title{font-size:5rem;line-height:.9;font-weight:700;letter-spacing:-2px;margin-bottom:1rem;font-family:Outfit,sans-serif}.hero-subtitle{font-size:1rem;letter-spacing:4px;text-transform:uppercase;opacity:.8;margin-top:1rem}.hero-description{flex:0 0 350px;font-size:.95rem;line-height:1.6;opacity:.9;text-align:left;border-left:1px solid rgba(255,255,255,.3);padding-left:1.5rem}@media(max-width:1024px){.hero-content{flex-direction:column;align-items:flex-start;margin-bottom:150px}.hero-title{font-size:3.5rem}.hero-description{margin-top:2rem;border-left:none;border-top:1px solid rgba(255,255,255,.3);padding-top:1.5rem;padding-left:0;flex:auto;width:100%}}@media(max-width:767px){.hero-section{padding:0 1.5rem;height:100vh}.hero-content{margin-bottom:120px}.hero-title{font-size:2rem;letter-spacing:-1px;line-height:1.1}.hero-subtitle{font-size:.75rem;letter-spacing:2px;margin-top:.5rem}.hero-description{font-size:.85rem;margin-top:1.5rem;padding-top:1rem}}.about-section-container{width:100%;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;padding-bottom:0;margin-top:0;border-radius:0 0 8rem 8rem;overflow:hidden}.about-card{position:relative;width:100%;max-width:1400px;min-height:80vh;background:radial-gradient(circle at center,#ff8c00,#c50);border-radius:60px 60px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0 0;overflow:hidden;box-shadow:0 30px 60px #0000001a}.about-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000000d;pointer-events:none}.about-content-wrapper{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:4rem;padding:0 4rem;box-sizing:content-box}.glass-card{position:relative;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:3rem 5rem;border-radius:40px;box-shadow:0 20px 40px #0000001a;flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.profile-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.profile-img{width:100%;max-width:400px;aspect-ratio:1/1;border-radius:40px;object-fit:cover;border:4px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #0003}.profile-info{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-role{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:gold;margin:0 0 .5rem;font-family:Outfit,sans-serif}.profile-name{font-size:2rem;font-weight:700;color:#fff;margin:0;font-family:Outfit,sans-serif}.profile-designation{font-size:.9rem;font-weight:400;color:#fffc;margin:0;font-family:Outfit,sans-serif}.about-title{font-family:Outfit,sans-serif;font-size:5rem;font-weight:700;color:#fff;letter-spacing:2px;line-height:1;text-transform:uppercase;margin:0 0 2rem}.small-text{font-size:1rem;font-weight:400;opacity:.8;color:#fff;margin-left:10px;letter-spacing:1px}.about-description{flex:1;color:#fff;font-size:1.2rem;line-height:1.6;max-width:600px;text-align:left;font-weight:400;text-shadow:0 2px 4px rgba(0,0,0,.1)}.partners-runner-container{margin-top:1rem;width:100%;overflow:hidden;background:#fff;padding:1rem 0 0;position:relative;z-index:10;display:flex;flex-direction:column;gap:1rem}.partners-heading{text-align:center;font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:2rem;margin:4rem 0 0;width:100%;padding-top:3rem;font-family:Outfit,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}.partners-track{display:flex;width:max-content;gap:4rem;padding-right:4rem;animation:scroll 60s linear infinite}.partner-logo{display:flex;align-items:center;justify-content:center;flex-direction:column;height:80px;min-width:120px;padding-bottom:2rem}.partner-logo img{height:100%;width:auto;object-fit:contain;transition:transform .3s ease}.partner-logo img:hover{transform:scale(1.1)}.partner-fallback{display:none;font-size:.9rem;font-weight:600;color:#333}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.about-content-wrapper{flex-direction:column;text-align:center;gap:3rem}.about-description{text-align:center;font-size:1rem}.profile-image{width:250px;height:250px}}@media(max-width:767px){.about-section-container{padding:4rem 1rem 1rem;border-radius:0 0 5rem 5rem}.about-card{border-radius:3rem 3rem 0 0;padding:2rem 0 0;width:100%;margin:auto}.glass-card{padding:1.5rem;width:95%}.profile-section{gap:1rem}.profile-image{width:180px;height:180px;border-radius:30px}.profile-name{font-size:1.5rem}.profile-role{font-size:.85rem;letter-spacing:1.5px}.about-title{font-size:2rem}.small-text{font-size:1.2rem}.about-description{font-size:.9rem;line-height:1.5}.partners-runner-container{margin-top:1rem;width:100%}.partners-heading{font-size:1.2rem;letter-spacing:.5rem;margin:2rem 0 0;padding-top:1.5rem}.partner-logo{height:60px;min-width:80px}.partner-logo img{max-width:80px;max-height:50px}}.milestones-section{width:100%;min-height:80vh;background-color:#000;display:flex;align-items:center;justify-content:center;gap:2rem;padding:4rem;box-sizing:border-box}.milestone-card{flex:1;height:600px;border-radius:60px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;transition:transform .3s ease;max-width:600px}.milestone-card:hover{transform:translateY(-10px)}.light-card,.dark-card{background-color:#111;color:#fff}.card-title{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;position:relative;width:100%}.card-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.card-content p{font-family:Outfit,sans-serif;font-size:1.1rem;line-height:1.6;color:#ccc;max-width:100%}.satisfaction-badge{display:flex;flex-direction:column;align-items:center}.badge-number{font-size:4rem;font-weight:700;color:#fff;font-family:Outfit,sans-serif}.badge-text{font-size:1rem;color:#888;text-transform:uppercase;letter-spacing:1px}.milestones-grid{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.milestone-item{display:flex;flex-direction:column;align-items:center}.milestone-number{font-family:Outfit,sans-serif;font-size:6rem;font-weight:700;color:#fff;line-height:1}.milestone-label{font-family:Outfit,sans-serif;font-size:1rem;color:#888;margin-top:1rem;text-transform:uppercase;letter-spacing:1px}.milestone-divider{width:50%;height:1px;background-color:#333}@media(max-width:1024px){.milestones-section{flex-direction:column;height:auto;padding:2rem}.milestone-card{width:100%;height:auto;min-height:400px;border-radius:40px;padding:1.5rem}.milestone-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.milestone-number{font-size:4rem}}@media(max-width:767px){.milestones-section{padding:2rem 1rem 5rem}.milestone-card{padding:2rem 1rem;border-radius:30px}.card-title{font-size:2rem;margin-bottom:1.5rem}.milestone-grid{grid-template-columns:1fr;gap:2rem}.milestone-number{font-size:3rem}.milestone-label{font-size:.9rem}}.services-section-container{width:100%;min-height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;padding:0}.services-card{position:relative;width:100%;max-width:none;background-color:#fff;border-radius:10rem 10rem 0 0;padding:4rem 4rem 2rem;color:#111;display:flex;flex-direction:column;gap:3rem;box-sizing:border-box}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.services-title{font-family:Outfit,sans-serif;font-size:5rem;font-weight:700;color:#111;letter-spacing:2px;margin:0;text-transform:uppercase}.services-subtitle{font-family:Outfit,sans-serif;font-size:1rem;color:#666;max-width:400px;margin:0;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2rem;width:100%}.services-grid::-webkit-scrollbar{display:none}.service-item{min-width:0;max-width:none;display:flex;flex-direction:column;gap:0;transition:all .4s ease;border:1px solid #e0e0e0;border-radius:30px;background:#fff;overflow:hidden}.service-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:transparent}.service-image-container{width:100%;height:300px;border-radius:0;overflow:hidden;position:relative}.service-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-item:hover .service-img{transform:scale(1.05)}.service-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem}.service-name{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:#111;margin:0;text-transform:uppercase;letter-spacing:.5px;flex:1}.get-quote-btn{background:#000;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:30px;font-weight:600;font-size:.75rem;cursor:pointer;transition:transform .2s,background-color .3s;letter-spacing:1px;white-space:nowrap;font-family:Outfit,sans-serif}.get-quote-btn:hover{transform:scale(1.05);background-color:#333}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.services-section-container{padding:0}.services-card{padding:2rem 1rem;border-radius:5rem 5rem 0 0}.services-title{font-size:2rem;letter-spacing:.5rem}.services-subtitle{font-size:.85rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:1.5rem}.service-image-container{height:200px}.service-title{font-size:1.3rem}.service-description{font-size:.85rem}.get-quote-btn{padding:.7rem 1.5rem;font-size:.8rem}}.testimonials-section-container{width:100%;background:#0f1012;display:flex;align-items:center;justify-content:center;padding:0;padding-bottom:2rem;border-radius:0 0 14rem 14rem;overflow:hidden}.testimonials-section{width:100%;min-height:80vh;background:radial-gradient(circle at center,#000,#131517);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 8rem;color:#fff;position:relative;border-top:1px solid rgba(255,255,255,.05);margin-bottom:0}.testimonials-header{display:flex;justify-content:space-between;align-items:flex-end;width:100%;max-width:1400px;margin-bottom:4rem;flex-wrap:wrap;gap:2rem;padding:0 1rem;box-sizing:border-box}.testimonials-heading{font-family:Outfit,sans-serif;font-size:5rem;font-weight:700;color:#fff;letter-spacing:2px;margin:0;line-height:1;text-transform:uppercase}.testimonials-subtitle{font-family:Outfit,sans-serif;font-size:1.1rem;color:#ccc;max-width:400px;margin:0;line-height:1.6;text-align:right}.testimonial-slider-viewport{width:100%;max-width:1400px;overflow:hidden;padding:2rem 0}.testimonial-track{display:flex;transition:transform .8s cubic-bezier(.25,1,.5,1);width:100%}.testimonial-card-wrapper{flex-shrink:0;padding:0 1rem;box-sizing:border-box}.testimonial-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 10px 30px #0003;border:1px solid rgba(255,255,255,.1);height:100%;justify-content:space-between;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px);background:#ffffff14}.quote-icon{font-size:3rem;color:#4facfe;line-height:1;font-family:serif;opacity:.8}.testimonial-text{font-family:Outfit,sans-serif;font-size:1rem;line-height:1.6;color:#e0e0e0;font-weight:300;font-style:italic;min-height:80px}.testimonial-author{display:flex;flex-direction:column;gap:.3rem}.author-name{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0}.author-role{font-family:Outfit,sans-serif;font-size:.85rem;color:#8faabd}.rating-stars{color:gold;font-size:1.2rem;letter-spacing:3px}.slider-controls{margin-top:3rem;display:flex;justify-content:center}.indicators{display:flex;gap:.8rem}.indicator-dot{width:60px;height:4px;background:#fff3;border-radius:2px;cursor:pointer;transition:all .3s ease}.indicator-dot.active{background:#4facfe;width:80px}@media(max-width:1024px){.testimonials-heading{font-size:2.5rem}.testimonial-card{padding:2rem}}@media(max-width:767px){.testimonials-section-container{border-radius:0 0 6rem 6rem}.testimonials-section{padding:3rem 1.5rem 4rem}.testimonials-heading{font-size:1.8rem;letter-spacing:.2rem}.testimonials-subtitle{font-size:.85rem}.testimonial-card{padding:1.5rem}.quote-icon{font-size:3rem}.testimonial-text{font-size:.9rem}.author-name{font-size:1rem}.author-role{font-size:.8rem}.rating-stars{font-size:.9rem}.indicator-dot{width:40px;height:3px}.indicator-dot.active{width:60px}}.contact-section-container{width:100%;min-height:100vh;background:linear-gradient(to bottom,#fff 0% 100%);display:flex;align-items:center;justify-content:center;padding:4rem 2rem 2rem;margin-top:-2rem}.contact-card{position:relative;width:100%;max-width:1400px;min-height:80vh;background:radial-gradient(circle at center,#ff8c00,#c50),url(/solar_panels_background.png);background-size:cover;background-position:center;border-radius:6rem;display:flex;align-items:center;justify-content:center;padding:4rem;overflow:hidden;box-shadow:0 30px 60px #0000001a}.contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;pointer-events:none}.contact-content{position:relative;z-index:10;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem}.contact-left{flex:1;color:#fff}.contact-title{font-family:Outfit,sans-serif;font-size:6rem;font-weight:700;line-height:1;margin:0 0 2rem;text-transform:uppercase;letter-spacing:2px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.contact-description{font-family:Outfit,sans-serif;font-size:1.2rem;line-height:1.6;color:#fffffff2;max-width:500px;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.2)}.contact-form-card{flex:0 0 auto;width:100%;max-width:550px;background:#8b451366;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:40px;padding:3rem;box-shadow:0 20px 60px #0000004d}.form-heading{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;text-align:center;margin:0 0 2rem;letter-spacing:1px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;color:#fff;letter-spacing:.5px}.form-group input{font-family:Outfit,sans-serif;padding:.9rem 1.2rem;background:#ffffff26;border:2px solid rgba(255,255,255,.4);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease;width:100%;box-sizing:border-box}.form-group input::placeholder{color:#fff9}.form-group input:focus{outline:none;background:#fff3;border-color:#fff9;box-shadow:0 0 0 3px #ffffff26}.submit-btn{font-family:Outfit,sans-serif;width:100%;padding:1rem;background:#fff;color:#ff8c00;border:none;border-radius:30px;font-size:1rem;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;margin-top:1rem;text-transform:uppercase}.submit-btn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}@media(max-width:1024px){.contact-content{flex-direction:column;text-align:center}.contact-left{align-items:center}.contact-title{font-size:4rem}.contact-description,.contact-form-card{max-width:100%}.contact-card{padding:3rem 2rem}}@media(max-width:767px){.contact-section-container{padding:2rem 1rem 1rem}.contact-card{padding:2rem 1.5rem;border-radius:3rem}.contact-title{font-size:2.5rem;letter-spacing:.3rem}.contact-description{font-size:.9rem}.contact-form-card{padding:2rem 1.5rem}.form-heading{font-size:1.5rem}.form-description{font-size:.85rem}.form-row{flex-direction:column;gap:1rem}.form-group input,.submit-btn{font-size:.9rem;padding:.8rem 1rem}}@media(max-width:768px){.contact-section-container{padding:4rem 1rem}.contact-card{border-radius:4rem;padding:2rem 1.5rem}.contact-title{font-size:3rem}.form-row{grid-template-columns:1fr}.contact-form-card{padding:2rem}}.footer-section{width:100%;background:#fff;color:#fff;padding:0;padding-top:2rem;margin:0}.footer-content{width:100%;max-width:100%;background:#000;border-radius:8rem 8rem 0 0;padding:4rem 3rem 3rem;box-sizing:border-box}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer-tagline{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:2px;color:#fff9;margin:0}.footer-company{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;margin:0;color:#fff;letter-spacing:1px}.footer-description{font-family:Outfit,sans-serif;font-size:.95rem;line-height:1.6;color:#ffffffb3;margin:0;max-width:450px}.footer-credit{font-family:Outfit,sans-serif;font-size:.85rem;color:#ffffff80;margin:1rem 0 0}.riny-link{color:#ff8c00;text-decoration:none;font-weight:600;transition:color .3s ease}.riny-link:hover{color:orange;text-decoration:underline}.footer-center{display:flex;align-items:flex-start;padding-top:2rem}.footer-nav{display:flex;flex-direction:column;gap:1rem}.footer-nav a{font-family:Outfit,sans-serif;font-size:1rem;color:#fffc;text-decoration:none;transition:color .3s ease;position:relative}.footer-nav a:hover{color:#ff8c00}.footer-right{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}.social-heading{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin:0}.social-icons{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .3s ease;text-decoration:none}.social-icon:hover{background:#ff8c00;color:#fff;transform:translateY(-3px)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:3rem}.footer-brand{font-family:Outfit,sans-serif;font-size:3rem;font-weight:700;margin:0;color:#fff;letter-spacing:2px;text-align:center}.footer-copyright{font-family:Outfit,sans-serif;font-size:.85rem;color:#fff6;margin:0;text-align:center}@media(max-width:1024px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-center,.footer-right{padding-top:0}.footer-brand{font-size:2.5rem}}@media(max-width:767px){.footer-section{padding-top:1rem}.footer-content{border-radius:4rem 4rem 0 0;padding:3rem 1.5rem 2rem}.footer-top{gap:2rem;padding-bottom:2rem}.footer-company{font-size:1.3rem}.footer-description{font-size:.85rem}.footer-nav a,.social-heading{font-size:.9rem}.social-icons{justify-content:center}.footer-brand{font-size:1.8rem;letter-spacing:1px}.footer-copyright{font-size:.75rem}}.loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;overflow:hidden}.panel{position:absolute;left:0;width:100%;height:50%;background:#fff;transition:transform 1s ease-in-out}.panel-top{top:0}.panel-bottom{bottom:0}.loader-wrapper.open .panel-top{transform:translateY(-100%)}.loader-wrapper.open .panel-bottom{transform:translateY(100%)}.loader-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10000}.loader-logo{width:80px;height:80px;border-radius:50%;margin-bottom:1.5rem;transition:filter 1s ease-in-out}.loader-wrapper.open .loader-logo{filter:brightness(10)}.loader-content h1{font-size:3rem;font-weight:700;color:#000;letter-spacing:10px;margin:0 0 .5rem;font-family:Outfit,sans-serif;transition:color 1s ease-in-out}.loader-wrapper.open .loader-content h1{color:#fff}.loader-content p{font-size:.9rem;font-weight:600;color:#00000080;letter-spacing:5px;margin:0;font-family:Outfit,sans-serif;transition:color 1s ease-in-out}.loader-wrapper.open .loader-content p{color:#ffffffb3}@media(max-width:767px){.loader-logo{width:60px;height:60px}.loader-content h1{font-size:2rem;letter-spacing:6px}.loader-content p{font-size:.7rem;letter-spacing:3px}}.app-container{width:100%;min-height:200vh}.about-section{padding:4rem;background-color:var(--color-bg);color:var(--color-text)}.section-content{max-width:1200px;margin:0 auto}h2{font-size:2.5rem;margin-bottom:1.5rem}
