@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);:root{--nav-height:75px;--text-color:#1a1a1a;--desktop-padding:120px;--tablet-padding:60px;--mobile-padding:30px}.navbar{align-items:center;background:#fff;border-bottom:1px solid #e6e6e6;display:flex;height:75px;height:var(--nav-height);justify-content:space-between;left:0;padding:0 120px;padding:0 var(--desktop-padding);position:fixed;top:0;width:100%;z-index:2000}.logo img{cursor:pointer;height:48px;margin-left:-20px}.nav-links{align-items:center;display:flex;gap:40px;list-style:none;transition:transform .35s ease,opacity .35s ease}.nav-links li a{color:#1a1a1a;color:var(--text-color);font-size:17px;font-weight:500;text-decoration:none;transition:color .25s ease}.desktop-lang{align-items:center;display:flex;gap:12px}.desktop-lang button{background:#0000;border:1.5px solid #333;border-radius:4px;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .25s ease}.desktop-lang button.active,.desktop-lang button:hover{background:#000;color:#fff}.burger{cursor:pointer;display:none;flex-direction:column;height:22px;justify-content:space-between;width:28px;z-index:3000}.burger span{background:#000;border-radius:2px;height:3.5px;transition:.35s ease;width:100%}.burger.open span:first-child{transform:translateY(9px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:992px){.navbar{padding:0 60px;padding:0 var(--tablet-padding)}.nav-links{background:#fff;border-left:1px solid #e6e6e6;flex-direction:column;gap:30px;height:100vh;justify-content:flex-start;opacity:0;padding-top:120px;position:fixed;right:0;top:0;transform:translateX(100%);width:270px;z-index:2500}.nav-links.active{opacity:1;transform:translateX(0)}.nav-links li a{font-size:19px}.burger{display:flex}.desktop-lang{display:none}}.backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .35s ease;width:100%;z-index:2400}.backdrop.active{opacity:1;pointer-events:auto}.mobile-lang{display:none;margin-top:20px}.mobile-lang button{background:#0000;border:1.5px solid #333;border-radius:4px;color:#1a1a1a;cursor:pointer;font-size:14px;margin:0 6px;padding:6px 14px;transition:all .25s ease}.mobile-lang button.active,.mobile-lang button:hover{background:#000;color:#fff}@media (max-width:992px){.mobile-lang{display:flex}}@media (max-width:600px){.navbar{height:68px;padding:0 30px;padding:0 var(--mobile-padding)}.logo img{height:42px}.nav-links{padding-top:100px;width:240px}}@media (max-width:400px){.nav-links{width:210px}.nav-links li a{font-size:17px}}.footer{background-color:#000;color:#fff;font-family:Inter,sans-serif;padding:70px var(--desktop-padding) 30px}.footer-top{margin:0 auto 60px;max-width:760px;text-align:center}.footer-top h2{font-size:32px;font-weight:600;margin-bottom:15px}.footer-top p{font-size:17px;line-height:1.5;margin-bottom:28px;opacity:.85}.footer-buttons{display:flex;gap:18px;justify-content:center}.footer-buttons .btn{border-radius:30px;cursor:pointer;font-size:16px;font-weight:500;padding:14px 32px;transition:.25s ease}.btn-get{background:#fff;border:none;color:#000}.btn-get:hover{background:#e5e5e5}.btn-portfolio{background:#0000;border:2px solid #fff;color:#fff}.btn-portfolio:hover{background:#ffffff26}.footer-middle{display:flex;flex-wrap:wrap;gap:100px;justify-content:space-between;margin-bottom:50px}.footer-brand{max-width:260px}.brand-row{align-items:center;display:flex;gap:12px}.brand-logo{filter:brightness(0) invert(1);height:auto;object-fit:contain;width:150px}.brand-text{font-size:15px;line-height:1.6;margin-top:12px;opacity:.85}.footer-section h3{font-size:19px;margin-bottom:12px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:7px}.footer-link{color:#fff;opacity:.85;text-decoration:none;transition:.2s}.footer-link:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid #444;color:#aaa;font-size:14px;padding-top:20px;text-align:center}@media (max-width:992px){.footer{padding:70px var(--tablet-padding) 30px}.footer-middle{gap:60px}.brand-logo{width:130px}.footer-section h3{font-size:18px}}@media (max-width:600px){.footer{padding:60px var(--mobile-padding) 30px}.footer-top h2{font-size:26px}.footer-top p{font-size:15px}.footer-buttons{flex-direction:column;gap:14px}.footer-middle{flex-direction:column;gap:40px}.brand-logo{width:120px}.footer-section h3{font-size:17px}}@media (max-width:400px){.footer-top h2{font-size:22px}.footer-buttons .btn{font-size:14px;padding:12px 24px}.footer-section h3{font-size:16px}}body{background:#f7f3ee;color:#222}.home-container{width:100%}.hero-section{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:space-between;padding:100px 120px}.hero-left{display:flex;flex:1 1;flex-direction:column}.hero-title{color:#222;font-size:50px;font-weight:700;margin-bottom:20px;margin-top:50px}.hero-text{color:#555;font-size:18px;line-height:1.6;margin-bottom:30px;max-width:480px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.btn-primary,.btn-secondary{border:none;border-radius:40px;cursor:pointer;font-size:16px;padding:14px 34px}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#222;transform:scale(1.08)}.btn-secondary{background:#fff;border:1px solid #ccc;color:#000}.btn-secondary:hover{background:#f1ece6;transform:scale(1.05)}.stats{align-items:center;display:flex;flex-wrap:nowrap;gap:clamp(20px,4vw,50px)}.stat-box{flex:1 1;min-width:0;text-align:left}.stat-box h2{font-size:clamp(18px,3.2vw,34px);font-weight:700}.stat-box p{color:#666;font-size:clamp(11px,1.6vw,14px)}.hero-right{display:flex;flex:1 1;justify-content:center}.hero-right img{border-radius:20px;box-shadow:0 25px 50px #0000001a;max-width:600px;transition:.3s;width:100%}.hero-right img:hover{box-shadow:0 35px 70px #0000002e;transform:translateY(-12px)}.services-section{background:#fff;padding:100px 120px;text-align:center}.section-title{font-size:36px;font-weight:700;margin-bottom:10px}.section-description{color:#666;font-size:18px;margin:0 auto 50px;max-width:600px}.services-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.service-item{background:#f7f3ee;border-radius:14px;box-shadow:0 12px 35px #0000000f;flex:1 1 280px;padding:40px 30px;text-align:left;transition:.3s}.service-item:hover{box-shadow:0 18px 50px #00000021;transform:translateY(-12px)}.service-icon{font-size:48px;padding-bottom:15px}.service-item h3{margin-bottom:15px}.service-item p{color:#555;font-size:15px;line-height:1.5;margin-bottom:20px}.service-item ul{list-style-position:inside;margin-left:0;padding-left:0}.service-item li{margin-bottom:6px}.projects-section{background:#f5efe8;padding:80px 120px;text-align:center}.projects-title{color:#222;font-size:32px;font-weight:700;margin-bottom:10px}.projects-subtitle{color:#666;font-size:17px;margin:0 auto 50px;max-width:650px}.projects-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.project-card{background:#fff;border-radius:16px;box-shadow:0 12px 30px #00000014;cursor:pointer;display:flex;flex-direction:column;height:380px;overflow:hidden;transition:.3s}.project-card img{height:280px;object-fit:cover;transition:.3s;width:100%}.project-card:hover img{transform:scale(1.05)}.project-info{padding:16px 18px;text-align:left}.view-projects{align-items:center;cursor:pointer;display:inline-flex;font-weight:600;gap:8px}.why-section{background:#fff;padding:100px 120px;text-align:center}.why-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:60px}.why-item{flex:1 1 200px;text-align:center}.why-icon{align-items:center;background:#000;border-radius:50%;display:flex;height:72px;justify-content:center;margin:0 auto 20px;width:72px}.testimonials-section{background:#f5efe8;padding:100px 120px;text-align:center}.testimonials-title{color:#222;font-size:28px;font-weight:700;margin-bottom:10px}.testimonials-subtitle{color:#666;font-size:16px;line-height:1.5;margin:0 auto 60px;max-width:520px}.testimonials-container{display:flex;flex-wrap:wrap;gap:38px;justify-content:center;margin:0 auto;max-width:1200px}.testimonial-card{background:#fff;border:1px solid #dcdcdc;border-radius:18px;box-shadow:0 3px 18px #00000012;display:flex;flex:0 1 320px;flex-direction:column;padding:28px 26px 30px;text-align:left;transition:.3s}.testimonial-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-6px)}.testimonial-card .stars,.testimonial-card .testimonial-text{margin-bottom:12px}.testimonial-card .testimonial-divider{margin-bottom:12px;margin-top:auto}.testimonial-name{border-top:1.5px solid #e0e0e0;margin-bottom:5px;padding-top:20px}.testimonial-role{color:#666;font-size:14px}@media (max-width:1024px){.hero-section,.projects-section,.services-section,.testimonials-section,.why-section{padding:80px 60px}}@media (max-width:768px){.hero-section{flex-direction:column;padding:60px 30px;text-align:center}.hero-left,.hero-right{flex:initial}.hero-right img{max-width:100%}.services-container,.testimonials-container,.why-container{align-items:center;flex-direction:column}.stats{justify-content:center}.stat-box{text-align:center}.projects-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.hero-title{font-size:24px}.hero-text{font-size:14px}.btn-primary,.btn-secondary{width:100%}.projects-grid{grid-template-columns:1fr}}@media (max-width:360px){.hero-section,.projects-section,.services-section,.testimonials-section,.why-section{padding:50px 20px}}body{background-color:#f5efe8}*{transition:all .25s ease}.about-banner{align-items:center;display:flex;gap:70px;justify-content:space-between;padding:120px 140px}.about-text{flex:1 1;max-width:520px}.about-text h2{font-size:46px;font-weight:700;margin-bottom:25px;transition:.3s ease}.about-text h2:hover{color:#111;letter-spacing:1px}.about-text p{color:#555;font-size:18px;line-height:1.65;margin-bottom:22px}.about-image img{border-radius:22px;box-shadow:0 30px 55px #0000002e;max-width:560px;transform:translateY(0);width:100%}.about-image img:hover{box-shadow:0 40px 70px #00000040;transform:translateY(-10px)}.foundation-section{padding:0 140px 100px}.foundation-title{font-size:30px;margin:0;text-align:center}.foundation-subtitle{font-size:20px;margin:0;padding-bottom:70px;text-align:center}.foundation-row{display:flex;gap:40px;justify-content:space-between}.foundation-card{background:#fff;border-radius:18px;box-shadow:0 14px 40px #00000014;flex:1 1;overflow:hidden;padding:32px;position:relative;transform:translateY(0)}.foundation-card:hover{box-shadow:0 22px 55px #0000002b;transform:translateY(-12px) scale(1.02)}.foundation-card:after{background:linear-gradient(120deg,#0000,#fff6,#0000);content:"";height:100%;left:-120%;position:absolute;top:0;transform:skewX(-20deg);transition:.6s;width:80%}.foundation-card:hover:after{left:120%}.foundation-card h3{transition:.25s ease}.foundation-card:hover h3{color:#000;letter-spacing:1px}.foundation-icon{align-items:center;background:linear-gradient(135deg,#111,#333);border-radius:18px;box-shadow:0 6px 18px #0003;display:flex;height:70px;justify-content:center;margin-bottom:20px;transition:.3s ease;width:70px}.foundation-card:hover .foundation-icon{background:linear-gradient(135deg,#000,#444);box-shadow:0 10px 28px #00000047;transform:translateY(-4px) scale(1.05)}.foundation-icon svg{color:#fff;font-size:32px}.story-wrapper{padding:0 140px}.story-section{align-items:center;background:#fff;border-radius:24px;box-shadow:0 25px 55px #0000001a;display:flex;gap:40px;justify-content:center;padding:60px 50px;transform:translateY(0)}.story-section:hover{box-shadow:0 35px 70px #00000026;transform:translateY(-10px)}.story-text{flex:1 1}.story-text h2{font-size:34px;font-weight:700;margin-bottom:20px;transition:.3s ease}.story-text h2:hover{letter-spacing:1px}.story-text p{color:#555;font-size:17px;line-height:1.65;margin-bottom:18px}.story-image img{border-radius:18px;box-shadow:0 20px 45px #0000001f;height:380px;object-fit:cover;transform:scale(1);width:400px}.story-image img:hover{transform:scale(1.04)}.single-img-wrapper1{margin:60px 0;padding-bottom:20px;padding-top:60px;width:100%}.single-img1{border-radius:22px;box-shadow:0 25px 55px #00000026;height:480px;object-fit:cover;width:100%}.single-img1:hover{box-shadow:0 35px 70px #0003;transform:scale(1.03)}.process-wrapper{border-radius:24px;margin:80px 0;overflow:hidden;width:100%}.process-card{background:#fff;border-radius:24px;box-shadow:0 25px 55px #0000001a;padding:60px 50px}.process-card:hover{box-shadow:0 35px 70px #00000026}.process-title{font-size:26px;font-weight:600;margin-bottom:5px;text-align:center}.process-subtitle{color:#777;font-size:17px;margin-bottom:60px;text-align:center}.process-steps{display:flex;gap:40px;justify-content:space-between}.process-step{flex:1 1}.process-step:hover h3{color:#000}.process-step:hover .process-number{background:#222;transform:scale(1.1)}.process-number{align-items:center;background:#000;border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:600;height:55px;justify-content:center;margin-bottom:20px;transition:.25s ease;width:55px}.process-step p{color:#666;font-size:15px;line-height:1.65;max-width:230px}.team-section{text-align:center}.team-title{font-size:28px;font-weight:600;margin-bottom:12px;transition:.3s ease}.team-title:hover{letter-spacing:1px}.team-subtitle{color:#777;font-size:17px;margin:0 auto 50px;max-width:650px}.team-image{border-radius:22px;box-shadow:0 25px 55px #0000001f;width:100%}.team-image:hover{box-shadow:0 35px 70px #0000002e;transform:scale(1.03)}.sustain-wrapper{padding:120px 140px;text-align:center}.sustain-box{background:#0e0e0e;border-radius:28px;box-shadow:0 25px 55px #00000059;color:#fff;margin-bottom:70px;padding:60px 80px}.sustain-box:hover{box-shadow:0 35px 70px #0006;transform:translateY(-10px)}.sustain-desc{color:#ddd;font-size:17px;margin:0 auto 50px;max-width:720px}.sustain-grid{display:flex;gap:50px}.sustain-item{flex:1 1;text-align:center;transition:.25s ease}.sustain-item:hover{transform:translateY(-10px)}.sustain-item:hover h4{color:#fff;letter-spacing:1px}.sustain-item:hover p{color:#eee}.sustain-bottom-text{color:#444;font-size:17px;margin:0 auto 40px;max-width:760px}.sustain-btn{background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:15px;padding:20px 40px;transition:.25s ease}.sustain-btn:hover{background:#222;transform:scale(1.08)}@media (max-width:1024px){.about-banner,.foundation-section,.story-wrapper,.sustain-wrapper{padding:100px 60px}.process-card,.story-section{padding:50px 40px}}@media (max-width:768px){.about-banner{flex-direction:column;padding:100px 30px;text-align:center}.about-image img,.about-text{max-width:100%}.foundation-row{flex-direction:column}.foundation-card{text-align:center}.story-wrapper{padding:0 30px}.story-section{flex-direction:column;text-align:center}.story-image img{height:auto;width:100%}.single-img1{height:300px}.process-steps{align-items:center;flex-direction:column;text-align:center}.process-step p{max-width:100%}.sustain-wrapper{padding:80px 30px}.sustain-box{padding:50px 30px}.sustain-grid{flex-direction:column}}@media (max-width:480px){.about-text h2{font-size:28px}.about-text p{font-size:15px}.foundation-title{font-size:24px}.foundation-subtitle{font-size:16px;padding-bottom:40px}.story-text h2{font-size:26px}.story-text p{font-size:15px}.process-title{font-size:22px}.process-subtitle{font-size:15px}.team-title{font-size:24px}.sustain-desc,.team-subtitle{font-size:15px}.sustain-btn{width:100%}}@media (max-width:360px){.about-banner,.foundation-section,.sustain-wrapper{padding:100px 20px}.story-wrapper{padding:0 20px}.process-card{padding:40px 20px}}.work-container{background:#f7f3ee;box-sizing:border-box;margin-top:50px;padding:100px 120px;text-align:center;width:100%}.work-title{color:#222;font-size:32px;font-weight:700;margin-bottom:10px;margin-top:0}.work-subtext{color:#666;font-size:17px;line-height:1.6;margin:0 auto 40px;max-width:650px}.filter-container{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:50px}.filter-btn{background:#fff;border:1px solid #ddd;border-radius:25px;color:#333;cursor:pointer;font-size:15px;padding:10px 26px}.filter-btn:hover{background:#f1ece6}.active-filter{background:#000;color:#fff}.work-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(3,1fr);margin-top:20px}.work-card{background:#fff;border-radius:16px;box-shadow:0 12px 30px #00000014;cursor:pointer;overflow:hidden;transform:translateY(0)}.work-card:hover{box-shadow:0 18px 55px #00000029;transform:translateY(-10px)}.work-image{height:260px;object-fit:cover;transform:scale(1);width:100%}.work-card:hover .work-image{transform:scale(1.05)}.work-info{padding:18px;text-align:left}.work-category{color:#999;font-size:14px}.work-item-title{color:#222;font-size:18px;font-weight:600;margin-top:6px}.work-subtitle{color:#666;font-size:14.5px;line-height:1.4;margin-top:6px}@media (max-width:1024px){.work-container{padding:80px 60px}.work-grid{gap:30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.work-container{padding:70px 30px}.work-title{font-size:28px}.work-subtext{font-size:16px;margin-bottom:30px}.filter-container{column-gap:12px;row-gap:14px}.filter-btn{font-size:14px;padding:9px 22px}.work-grid{gap:28px;grid-template-columns:1fr}.work-image{height:240px}}@media (max-width:480px){.work-container{padding:60px 18px}.work-title{font-size:24px}.work-subtext{font-size:15px}.filter-btn{min-width:140px;text-align:center}.work-image{height:210px}}*{transition:.25s ease}.contact-container{align-items:center;background:#f7f3ee;display:flex;flex-direction:column;padding:60px 20px;width:100%}.contact-header{margin:50px auto 60px;max-width:650px;text-align:center}.contact-header h2{color:#222;font-size:36px;font-weight:700}.contact-header p{color:#666;font-size:17px;line-height:1.6;margin-top:12px}.contact-wrapper{grid-gap:45px;align-items:stretch;display:grid;gap:45px;grid-template-columns:2fr 1fr;margin-bottom:45px;max-width:1200px;width:100%}.contact-left{display:flex;flex-direction:column;gap:35px}.contact-form-card{background:#fff;border-radius:16px;box-shadow:0 12px 35px #0000000f;flex:1 1;padding:40px}.form-title{font-size:22px;font-weight:700;margin-bottom:25px}.form-group{display:flex;flex-direction:column;margin-bottom:22px}.form-group label{color:#444;font-size:14px;margin-bottom:6px}input,textarea{background:#f7f3ee;border:none;border-radius:10px;font-size:15px;padding:14px 16px}textarea{height:130px;resize:none}.send-btn{align-items:center;background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:8px;justify-content:center;padding:15px;width:100%}.send-btn:hover{transform:scale(1.05)}.contact-right{display:flex;flex-direction:column;gap:45px}.info-card{background:#fff;border-radius:16px;box-shadow:0 12px 35px #0000000f;padding:35px}.info-card h3{font-size:20px;font-weight:700;margin-bottom:20px}.info-item{gap:15px;margin-bottom:22px}.info-icon,.info-item{align-items:center;display:flex}.info-icon{background:#000;border-radius:50%;color:#fff;font-size:20px;justify-content:center;min-height:48px;min-width:48px;padding:14px}.info-item h4{color:#222;font-weight:700;margin:0}.info-item p{color:#666;font-size:14px;line-height:1.5;margin-top:3px}.business-card{background:#000;border-radius:16px;box-shadow:0 12px 35px #0000000f;color:#fff;padding:35px}.business-card h3{color:#fff;margin-bottom:15px}.hours-row{display:flex;font-size:15px;justify-content:space-between;padding:10px 0}.map-full{margin:30px 0 70px;max-width:1200px;width:100%}.map-box iframe{border:0;border-radius:16px;height:400px;width:100%}@media (max-width:992px){.contact-wrapper{display:flex;flex-direction:column;gap:35px}.map-full{margin-top:20px}}@media (max-width:768px){.contact-header h2{font-size:28px}.contact-header p{font-size:15px}}.single-container{box-sizing:border-box;margin:50px auto 0;max-width:1200px;padding:80px 30px;position:relative;width:100%}.arrow-btn{align-items:center;background:#2c2c2c;border-radius:50%;color:#fff;display:flex;height:45px;justify-content:center;margin-bottom:40px;text-decoration:none;transition:.3s ease;width:45px}.arrow-btn:hover{background:#c59423}.single-inner{align-items:center;animation:fadeUp .8s ease forwards;display:flex;gap:50px;opacity:0;transform:translateY(20px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.single-image{border-radius:16px;box-shadow:0 8px 25px #00000026;height:450px;object-fit:cover;transition:.3s ease;width:50%}.single-image:hover{transform:scale(1.02)}.single-divider{background:#d6a645;border-radius:3px;height:70%;width:3px}.single-info{padding-right:20px;text-align:left;width:50%}.single-info h1{color:#2c2c2c;font-size:42px;font-weight:700;margin-bottom:15px}.single-info h3{color:#c59423;font-size:20px;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.single-info p{color:#4a4a4a;font-size:18px;line-height:1.7;max-width:600px}.details-box{background:#f0e9dd;border-radius:12px;box-shadow:0 5px 15px #0000001a;font-size:16px;margin-top:30px;padding:20px}@media (max-width:850px){.single-inner{flex-direction:column;text-align:center}.single-divider{display:none}.single-image{height:350px;width:100%}.single-info{padding:0;width:100%}.details-box,.single-info{text-align:center}}@media (max-width:1024px){.single-container{padding:70px 30px}.single-inner{gap:40px}.single-image{height:400px}.single-info h1{font-size:36px}.single-info p{font-size:17px}}@media (max-width:850px){.single-container{padding:60px 20px}.arrow-btn{height:40px;margin-bottom:30px;width:40px}.single-inner{flex-direction:column;gap:30px;text-align:center}.single-divider{display:none}.single-image{height:320px;width:100%}.single-info{padding:0;text-align:center;width:100%}.single-info h1{font-size:30px}.single-info h3{font-size:18px}.single-info p{font-size:16px}.details-box{font-size:15px;padding:18px}}@media (max-width:480px){.single-container{padding:50px 16px}.single-image{border-radius:12px;height:260px}.single-info h1{font-size:26px}.single-info h3{font-size:16px}.single-info p{font-size:15px}.details-box{font-size:14px;padding:16px}}*{box-sizing:border-box;font-family:Poppins,sans-serif!important;margin:0;padding:0}body{background-color:#f8f8f8;color:#1a1a1a}.App{padding-top:75px;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb;text-decoration:none;transition:color .25s ease}.App-link:hover{color:#07f}body,html{scroll-behavior:smooth}@media (max-width:992px){.App{padding-top:68px}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background:#f4f4f9;font-family:Arial,sans-serif;margin:0;padding:0}.login-container{align-items:center;display:flex;height:100vh;justify-content:center}.login-box{background:#fff;border-radius:10px;box-shadow:0 8px 20px #00000026;max-width:400px;padding:40px 50px;text-align:center;width:100%}.login-box h1{color:#333;font-size:28px;margin-bottom:30px}.login-box input{border:1px solid #ccc;border-radius:5px;font-size:16px;margin:10px 0;padding:12px 15px;width:100%}.login-box input:focus{border-color:#4caf50;outline:none}.login-box button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;margin-top:20px;padding:12px;transition:background .3s ease;width:100%}.login-box button:hover{background-color:#45a049}.login-box p{color:#f44336;font-size:14px;margin-top:15px}.dashboard-container{background:#fff;border-radius:10px;box-shadow:0 8px 20px #00000026;font-family:Arial,sans-serif;margin:50px auto;max-width:900px;padding:40px;text-align:center}.dashboard-container h1{color:#333;font-size:32px;margin-bottom:20px}.dashboard-container p{color:#555;font-size:18px;margin-bottom:40px}.dashboard-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.dashboard-buttons button{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:15px 25px;transition:.3s}.add-card-btn{background-color:#4caf50}.add-card-btn:hover{background-color:#45a049}.manage-cards-btn{background-color:#2196f3}.manage-cards-btn:hover{background-color:#0b7dda}.logout-btn{background-color:#f44336}.logout-btn:hover{background-color:#da190b}
/*# sourceMappingURL=main.691a06eb.css.map*/