.header{background:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 2px 6px #0000000d;position:sticky;top:0;z-index:1000;animation:headerDropIn .8s ease-in-out forwards}.header.scrolled{box-shadow:0 4px 15px #00000026}.top-bar{background:#f8f9fa;color:#333;padding:8px 0;border-bottom:1px solid #eaeaea;font-size:16px}.top-bar-content{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1400px;margin:0 auto;padding:0 20px}.contact-info{display:flex;gap:25px;align-items:center;flex-wrap:nowrap;flex-direction:row}.contact-item{display:flex;align-items:center;gap:8px;transition:all .3s ease;font-size:15px;white-space:nowrap}.contact-item:hover{color:#f60}.contact-icon{font-size:14px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:5px 40px;margin:0 auto;position:relative}.header-logo{display:flex;align-items:center}.header-logo img{max-height:110px}.nav-links{display:flex;gap:80px;list-style:none;align-items:center;margin:0;padding:0}.nav-links li{position:relative}.nav-links a,.nav-links span{text-decoration:none;color:orange;font-weight:700;font-size:18px;transition:all .3s ease;position:relative;cursor:pointer}.nav-links a:after,.nav-links span:after{content:"";position:absolute;width:0;height:3px;bottom:-6px;left:0;background-color:#f60;transition:width .3s ease}.nav-links a:hover:after,.nav-links span:hover:after{width:100%}.nav-links a:hover,.nav-links span:hover{color:#f60}.dropdown-menu{display:none;position:absolute;top:38px;left:0;background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;overflow:hidden;z-index:10;min-width:220px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.dropdown.active .dropdown-menu{display:block;opacity:1;transform:translateY(0);animation:fadeDown .4s ease-in-out}.dropdown-menu li a{display:block;padding:14px 22px;color:orange;transition:all .3s;border-bottom:1px solid #f0f0f0;font-size:16px;font-weight:600}.dropdown-menu li:last-child a{border-bottom:none}.dropdown-menu li a:hover{background:#fff5eb;color:#f60;padding-left:28px}.menu-toggle{display:none;font-size:28px;color:#333;cursor:pointer;transition:all .3s ease}.menu-toggle:hover{color:#f60;transform:scale(1.1)}@media (max-width: 992px){.nav-links{gap:40px}}@media (max-width: 768px){.top-bar{padding:6px 0;font-size:14px}.contact-info{gap:8px}.navbar{justify-content:space-between;padding:15px 20px}.nav-links{position:fixed;top:0;left:-100%;background:#fff;flex-direction:column;width:80%;height:100vh;text-align:left;gap:0;padding:90px 30px 30px;transition:left .4s ease-in-out;box-shadow:5px 0 15px #0000001a}.nav-links.active{left:0}.nav-links li{width:100%;padding:15px 0;border-bottom:1px solid #f0f0f0}.nav-links a,.nav-links span{font-size:20px;display:block;width:100%}.dropdown-menu{position:static;box-shadow:none;margin:12px 0 12px 20px;width:calc(100% - 40px);display:none}.dropdown.active .dropdown-menu{display:block}.menu-toggle{display:block;z-index:1001}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes headerDropIn{0%{transform:translateY(-100px)}to{transform:translateY(0)}}.footer{background:#000;color:#f1f1f1;padding:50px 20px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;max-width:1200px;margin:0 auto}.footer-left{flex:1;min-width:280px}.footer-logo img{width:150px;margin-bottom:20px}.footer-left p{font-size:16px;line-height:1.7;color:#ddd}.footer-center{flex:1.5;display:flex;justify-content:center;gap:60px;min-width:300px}.footer-column h4{color:#ff7a00;margin-bottom:15px;font-size:18px;font-weight:700;text-transform:uppercase}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#bbb;text-decoration:none;font-size:15px;transition:color .3s ease}.footer-column ul li a:hover{color:#ff7a00}.footer-right{flex:1;min-width:200px}.footer-right h4{color:#ff7a00;margin-bottom:15px;font-size:18px;font-weight:700}.footer-right p{font-size:15px;margin-bottom:10px;color:#ccc;transition:color .3s ease}.footer-right p:hover{color:#ff7a00}.footer-bottom{border-top:1px solid #333;margin-top:40px;padding-top:15px;width:100%}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.footer-bottom-left{flex:1;display:flex;justify-content:flex-start}.footer-bottom-left p{font-size:18px;color:#aaa;margin:0}.footer-bottom-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.footer-bottom-right img{width:100%;height:auto;max-width:400px;object-fit:contain;cursor:pointer;transition:transform .3s ease}.footer-bottom-right img:hover{transform:scale(1.05)}@media (max-width: 768px){.footer-center{flex-direction:column;gap:30px;align-items:flex-start}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-bottom-left,.footer-bottom-right{justify-content:center;width:100%}.footer-bottom-right img{max-width:300px}}.crew{color:#ff7a00}.whatsapp-container{position:fixed;bottom:25px;left:25px;z-index:3000}.whatsapp-float{background:linear-gradient(135deg,#25d366,#1ebe57);color:#fff;border-radius:50%;width:72px;height:72px;display:flex;align-items:center;justify-content:center;font-size:34px;box-shadow:0 10px 25px #0006;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.whatsapp-float:hover{transform:scale(1.15);box-shadow:0 12px 30px #0009}.whatsapp-icon{color:#fff}@media (max-width: 768px){.whatsapp-float{width:60px;height:60px;font-size:28px}}@media (min-width: 1200px){.whatsapp-float{width:85px;height:85px;font-size:40px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root,.home-container{height:100%;width:100%;scroll-behavior:smooth}.home-container{background-color:#f9fafb;color:#374151;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.full-section{min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-section{position:relative;background:url(/bgg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:flex-start}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000000b3,#0006);z-index:1}.hero-content{position:relative;z-index:10;padding:2rem;max-width:100%;color:#fff;text-align:center}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:orange}.hero-title{font-size:2rem;font-weight:800;line-height:1.2;font-family:Barlow,sans-serif;margin-bottom:1rem}.hero-paragraph{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;color:#fff}.hero-button{background-color:#ff8c00;color:#fff;font-weight:700;padding:.9rem 2rem;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.hero-button:hover{background-color:#f70;transform:translateY(-3px)}.service-section{background:#fff;padding:2rem 1rem}.service-heading{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:2rem;color:#111}.service-row{display:flex;flex-direction:column;gap:2rem;align-items:center}.service-text{font-size:1rem;line-height:1.6;color:#444;order:2}.service-paragraph{margin-bottom:1.5rem}.service-image{order:1;width:100%}.service-image img{width:100%;border-radius:10px;box-shadow:0 8px 20px #0000001a}.cards-section{background:#f9fafb;padding:2rem 1rem;text-align:center;position:relative}.cards-heading{font-size:1.8rem;font-weight:800;margin-bottom:2rem;color:#222;font-family:Barlow,sans-serif}.cards-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);border-bottom:4px solid #ff8c00}.card-img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.card-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#ff8c00;font-family:Barlow,sans-serif}.card-text{font-size:.95rem;line-height:1.6;color:#555;flex-grow:1}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;padding:1.5rem;border-radius:12px;max-width:100%;width:100%;max-height:90vh;position:relative;text-align:center;overflow-y:auto}.modal-close{position:absolute;top:10px;right:15px;font-size:1.8rem;cursor:pointer;color:#333;background:none;border:none;z-index:1010}.modal-image{width:100%;max-height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.modal-content h3{font-size:1.4rem;margin-bottom:1rem;color:#ff8c00}.modal-content p{font-size:1rem;line-height:1.6;color:#555}.cta-section{display:flex;flex-direction:column;align-items:center;background:#fff;padding:2rem 1rem;margin-top:2rem}.cta-left{display:flex;justify-content:center;align-items:center;text-align:center;margin-bottom:1.5rem}.cta-heading{font-size:1.8rem;font-weight:900;font-family:Barlow,sans-serif;color:#0d0d0d;text-transform:uppercase;letter-spacing:1px;line-height:1.3}.cta-right{display:flex;justify-content:center;align-items:center}.cta-button{background:#ff8c00;color:#fff;padding:1rem 2rem;font-size:1rem;border:none;border-radius:10px;cursor:pointer;transition:.3s ease}.cta-button:hover{background:#ce8d43}.new-section{display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem;background:#f9fafb}.new-left h4{font-size:1.2rem;color:#ff8c00;margin-bottom:.5rem}.new-left h1{font-size:1.8rem;font-weight:800;margin-bottom:1rem;color:#111;font-family:Barlow,sans-serif}.new-left h5{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#ff8c00;font-family:Barlow,sans-serif}.new-left p{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.new-right h2{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#ff8c00;font-family:Barlow,sans-serif}.new-right p{margin-bottom:1.5rem;font-size:1rem;color:#444;line-height:1.6}.showcase-section{background:#fff;padding:2rem 1rem;text-align:center;margin-top:2rem}.showcase-top h2{font-size:1.8rem;font-weight:800;margin-bottom:1rem;color:#111;font-family:Barlow,sans-serif}.showcase-top p{font-size:1rem;color:#555;margin:0 auto 2rem;line-height:1.6;max-width:800px}.showcase-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.showcase-item{border-radius:12px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;background:#f9fafb}.showcase-item:hover{transform:translateY(-5px);border-bottom:4px solid #ff8c00}.showcase-item img{width:100%;max-height:80px;object-fit:contain;border-radius:8px;margin:0 auto 1rem;display:block}.showcase-item h3{font-size:1.2rem;font-weight:700;margin-bottom:.8rem;color:#ff8c00;font-family:Barlow,sans-serif;text-align:center}.showcase-item p{font-size:.9rem;color:#555;line-height:1.5;flex-grow:1}.extra-section{background:#f9fafb;padding:2rem 1rem}.extra-heading{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:2rem;color:#111;font-family:Barlow,sans-serif}.extra-content{display:flex;flex-direction:column;gap:1.5rem}.extra-left h2,.extra-right h2{text-align:left;font-size:1.3rem;margin-bottom:.5rem;color:#ff8c00;font-family:Barlow,sans-serif}.extra-left p,.extra-right p{text-align:left;font-size:.95rem;margin-bottom:1.5rem;color:#555;line-height:1.6}.steps-section{background:#fff;padding:2rem 1rem;text-align:center}.steps-heading{font-size:1.8rem;font-weight:800;margin-bottom:2rem;color:#111}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.step-item{border-radius:10px;padding:1.5rem;transition:all .3s ease;background:#f9fafb}.step-item:hover{transform:translateY(-5px);border-bottom:4px solid #ff8c00}.step-item img{width:60px;height:60px;object-fit:contain;border-radius:50%;margin:0 auto 1rem;display:block;background-color:#fff;padding:10px}.step-item h3{font-family:Barlow,sans-serif;font-size:1.1rem;color:#ff8c00;font-weight:700;text-align:center}@media (min-width: 768px){.hero-content{max-width:80%;text-align:left;padding:3rem}.hero-subtitle{font-size:1.8rem}.hero-title{font-size:2.8rem}.hero-paragraph{font-size:1.3rem}.service-section{padding:3rem 2rem}.service-heading{font-size:2.2rem}.service-row{flex-direction:row;gap:3rem}.service-text{order:1;flex:1;font-size:1.1rem}.service-image{order:2;flex:1}.cards-section{padding:3rem 2rem}.cards-heading{font-size:2.2rem}.cards-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.modal-content{max-width:600px;padding:2rem}.modal-image{max-height:300px}.cta-section{flex-direction:row;justify-content:space-between;padding:3rem 2rem}.cta-left{margin-bottom:0;text-align:left;justify-content:flex-start}.cta-heading{font-size:2.2rem}.cta-button{padding:1.2rem 2.5rem;font-size:1.1rem}.new-section{flex-direction:row;gap:3rem;padding:3rem 2rem}.new-left,.new-right{flex:1}.new-left h1{font-size:2.2rem}.showcase-section{padding:3rem 2rem}.showcase-top h2{font-size:2.2rem}.showcase-grid{grid-template-columns:repeat(2,1fr)}.extra-section{padding:3rem 2rem}.extra-heading{font-size:2.2rem}.extra-content{flex-direction:row;gap:3rem}.steps-section{padding:3rem 2rem}.steps-heading{font-size:2.2rem}.steps-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.cards-grid{grid-template-columns:repeat(4,1fr)}.showcase-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(5,1fr)}.hero-content{max-width:70%}.hero-title{font-size:3.5rem}}@media (min-width: 1200px){.showcase-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 480px){.hero-content{padding:1rem}.hero-title{font-size:1.7rem}.hero-button{padding:.7rem 1.5rem;font-size:.9rem}.steps-grid{grid-template-columns:1fr}.modal-content{padding:1.2rem}.modal-close{top:5px;right:10px;font-size:1.5rem}}.newone-cards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.newone-card{padding:30px 20px;border-radius:16px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.newone-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.newone-icon{width:60px;height:60px;margin-bottom:-15px}.newone-card h3{font-size:3rem;font-weight:700;color:#f60;margin-bottom:12px;text-align:center}.newone-card p{font-size:1rem;color:#555;line-height:1.6;text-align:center}@media (max-width: 992px){.newone-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.newone-cards{grid-template-columns:1fr}}.newone-section{padding:80px 20px;background:linear-gradient(135deg,#fff,#f8faff);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.graph-container{max-width:1000px;margin:0 auto 60px;display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.graph-row{padding:16px 20px;border-radius:16px;transition:transform .3s ease,box-shadow .3s ease}.graph-row:hover{transform:translateY(-6px)}.graph-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.graph-header span{font-size:1rem;font-weight:600;color:#333}.progress-bar{height:14px;background:#e5e5e5;border-radius:10px;overflow:hidden}.progress-fill{height:100%;width:0;background:#ff9800;border-radius:10px;transition:width 2.5s ease}.graph-carousel{max-width:500px;margin:0 auto 60px}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.carousel-btn{background:#ff9800;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.carousel-btn:hover{background:#f57c00}.carousel-indicators{display:flex;gap:8px}.indicator{width:10px;height:10px;border-radius:50%;background:#ccc;cursor:pointer;transition:background .3s ease}.indicator.active{background:#ff9800}.newone-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;max-width:1000px;margin:0 auto}.newone-card{padding:25px 15px;border-radius:12px;text-align:center;transition:transform .3s ease}.newone-card:hover{transform:translateY(-15px)}.newone-card h3{font-size:2rem;color:#ff9800;margin:10px 0}.newone-card p{color:#666;font-weight:500}.icon-placeholder{font-size:40px;margin-bottom:10px}@media (max-width: 1024px){.newone-cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.newone-cards{grid-template-columns:1fr;gap:15px}.newone-section{padding:50px 15px}}@media (min-width: 1024px){.graph-carousel{display:none}}@media (max-width: 1023px){.graph-container{display:none}}.contect-page{width:100%;padding:4rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9fafc;color:#222}.contect-page h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#111}.contect-layout{display:grid;grid-template-columns:5fr 7fr;gap:3rem;align-items:flex-start}.contect-info{display:flex;flex-direction:column;gap:1.5rem}.contect-card{background:#fff;padding:1.5rem;border-radius:15px;display:flex;align-items:center;gap:1rem;transition:all .3s ease;box-shadow:0 6px 14px #00000014}.contect-card:hover{transform:translateY(-6px)}.contect-pic{width:45px;height:45px;object-fit:contain;flex-shrink:0}.contect-card h3{font-size:1.2rem;margin-bottom:.3rem;color:#ff8c00;text-align:left}.contect-card p{font-size:1rem;color:#555;text-align:left}.map-container{width:100%;height:100%;min-height:400px;border-radius:15px;overflow:hidden;box-shadow:0 6px 18px #0000001a}@media (max-width: 992px){.contect-layout{grid-template-columns:1fr}.map-container{min-height:350px}}.cost-estimation{width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222;line-height:1.6}.section-one{background:#fff}.section-two{background:#f3f6fa}.section-three{background:#fff}.section-four{background:#f8f9fb}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#111;text-align:left}h3{font-size:1.7rem;font-weight:600;margin:1.5rem 0 .8rem;color:#333;text-align:left}h4{font-size:1.2rem;font-weight:600;margin-top:.8rem;color:#222;text-align:left}.section-three p{display:flex;align-items:center;gap:10px;font-weight:500}.section-three p:before{content:"✔";color:#0a7c2f;font-weight:700;font-size:1.1rem}.image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.image-card{text-align:center;border-radius:12px;padding:1.5rem;transition:all .3s ease}.image-card:hover{transform:translateY(-6px)}.image-card img{width:30%;max-width:220px;border-radius:10px;transition:transform .3s ease;margin:0 auto;display:block}.image-card img:hover{transform:scale(1.07)}.image-card h4{margin-top:.8rem;font-size:1.5rem;color:#333;text-align:center}@media (max-width: 1024px){.image-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){h2{font-size:2rem}h3{font-size:1.4rem}p{font-size:.95rem}.image-grid{grid-template-columns:1fr}.image-card img{max-width:100%}}.material-takeoff{width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222;line-height:1.6}.mt-section-one{background:#fff}.mt-section-two{background:#f3f6fa}.mt-section-three{background:#fff}.mt-section-four{background:#f8f9fb}.mt-section-one h2,.mt-section-two h2,.mt-section-three h2,.mt-section-four h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#111;text-align:left}.mt-section-two h3{font-size:1.7rem;font-weight:600;margin:1.5rem 0 .8rem;color:#ff8c00;text-align:left}.mt-image-card h4{margin-top:.8rem;font-size:1.3rem;color:#ff8c00;text-align:center}p{font-size:1.05rem;text-align:left;margin-bottom:1rem;color:#444;max-width:900px}.mt-section-three p{display:flex;align-items:center;gap:10px;font-weight:500}.mt-section-three p:before{content:"✔";color:#0a7c2f;font-weight:700;font-size:1.1rem}.mt-image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.mt-image-card{text-align:center;border-radius:12px;padding:1.5rem;transition:all .3s ease}.mt-image-card:hover{transform:translateY(-6px)}.mt-image-card img{width:50%;max-width:80px;border-radius:10px;transition:transform .3s ease;margin:0 auto;display:block}.mt-image-card img:hover{transform:scale(1.07)}@media (max-width: 1024px){.mt-image-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){h2{font-size:2rem}h3{font-size:1.4rem}p{font-size:.95rem}.mt-image-grid{grid-template-columns:1fr}.mt-image-card img{max-width:100%}}.estimating-fee{width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222;line-height:1.6}section{width:100%;padding:4rem 3rem}.ef-row{display:flex;align-items:center;justify-content:space-between;gap:2rem}.ef-left,.ef-right{flex:1}h2{font-size:2.3rem;font-weight:700;margin:1rem 0;color:#111;text-align:left}h3{font-size:1.7rem;font-weight:600;margin:1.5rem 0 .8rem;color:#ff8c00;text-align:left}p{font-size:1.05rem;margin-bottom:1rem;color:#444;text-align:left;max-width:900px}.ef-right img,.ef-left img{width:100%;border-radius:10px;display:block}.ef-options p{display:flex;align-items:center;font-weight:500}.ef-options p:before{content:"✔";color:#0a7c2f;margin-right:10px;font-weight:700}.circle-icon{color:#0073e6;font-size:1.2rem;margin-right:8px}.ef-section-three p,.ef-benefits p{display:flex;align-items:center;font-weight:500}.ef-benefits p:before{content:"★";color:#f39c12;margin-right:10px;font-weight:700}.ef-section-one{background:#fff}.ef-section-two{background:#f3f6fa}.ef-section-three{background:#fff}.ef-section-four{background:#f8f9fb}@media (max-width: 900px){.ef-row{flex-direction:column;text-align:center}.ef-left,.ef-right{flex:none;width:100%}h2{font-size:2rem;text-align:center}h3{font-size:1.4rem;text-align:center}p{text-align:center}}.refund-policy{width:100%;padding:3rem 4rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#333;background:#fff;box-sizing:border-box}.refund-policy h1{text-align:center;font-size:3rem;margin-bottom:2.5rem;font-weight:800;color:#111}.refund-policy h2{font-size:1.8rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#222;border-left:5px solid #f0ad4e;padding-left:10px}.refund-policy p{font-size:1.1rem;color:#444;margin-bottom:1.5rem;text-align:justify;width:100%;max-width:100%;display:block}.refund-policy p strong{color:#000;font-weight:600}@media (max-width: 1024px){.refund-policy{padding:2.5rem 2rem}.refund-policy h1{font-size:2.5rem}.refund-policy h2{font-size:1.5rem}.refund-policy p{font-size:1rem}}@media (max-width: 600px){.refund-policy{padding:2rem 1rem}.refund-policy h1{font-size:2rem}.refund-policy h2{font-size:1.3rem}.refund-policy p{font-size:.95rem;line-height:1.6}}.privacy-policy{width:100%;padding:3rem 4rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#333;background:#fff;box-sizing:border-box}.privacy-policy h1{text-align:center;font-size:3rem;margin-bottom:2.5rem;font-weight:800;color:#111}.privacy-policy h2{font-size:1.8rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#222;border-left:5px solid #f0ad4e;padding-left:10px}.privacy-policy p{font-size:1.1rem;color:#444;margin-bottom:1.5rem;text-align:justify;width:100%;max-width:100%;display:block}.privacy-policy p strong{color:#000;font-weight:600}@media (max-width: 1024px){.privacy-policy{padding:2.5rem 2rem}.privacy-policy h2{font-size:1.6rem}.privacy-policy p{font-size:1rem}}@media (max-width: 600px){.privacy-policy{padding:2rem 1rem}.privacy-policy h1{font-size:2.2rem}.privacy-policy h2{font-size:1.3rem}.privacy-policy p{font-size:.95rem;line-height:1.6}}.terms-conditions{width:100%;padding:3rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.8;color:#333;background:#fff;box-sizing:border-box}.terms-conditions p{font-size:1.1rem;color:#444;margin-bottom:1.5rem;text-align:left;width:100%;max-width:100%;display:block}@media (max-width: 1024px){.terms-conditions{padding:2.5rem 1.5rem}.terms-conditions p{font-size:1.05rem}}@media (max-width: 768px){.terms-conditions{padding:2rem 1rem}.terms-conditions p{font-size:1rem}}@media (max-width: 480px){.terms-conditions{padding:1.5rem .8rem}.terms-conditions p{font-size:.95rem;line-height:1.6}}:root{--primary-color: #0056b3;--text-color: #333;--secondary-text-color: #777;--background-color: #f8f9fa;--card-background-color: #fff;--box-shadow: 0 4px 8px rgba(0, 0, 0, .1);--hover-box-shadow: 0 6px 12px rgba(0, 0, 0, .15)}body{font-family:Arial,sans-serif;line-height:1.6}.review-container{width:100%;padding:50px 20px;text-align:center;box-sizing:border-box}h2{font-size:clamp(1.8em,4vw,2.5em);color:var(--text-color);margin-bottom:40px}.review-cards-wrapper{overflow:hidden;white-space:nowrap}.review-cards-track{display:inline-block;animation:scroll-left 40s linear infinite;padding-bottom:20px}.review-card{width:clamp(280px,80vw,350px);min-height:250px;max-height:350px;display:inline-block;background-color:var(--card-background-color);border-radius:12px;box-shadow:var(--box-shadow);padding:25px;margin:0 15px;vertical-align:top;box-sizing:border-box;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;white-space:normal;overflow:hidden;text-overflow:ellipsis;position:relative}.review-card:hover{transform:translateY(-5px);box-shadow:var(--hover-box-shadow)}.review-card-header{display:flex;align-items:center;margin-bottom:15px}.reviewer-pic{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-right:15px}.reviewer-info{text-align:left}.reviewer-name{font-weight:700;font-size:1.1em;margin:0;color:var(--text-color)}.reviewer-project{font-size:.9em;color:var(--secondary-text-color);margin:0}.reviewer-comment{font-size:1em;line-height:1.5;color:#555;text-align:left;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.popup-content{background:var(--card-background-color);padding:40px;border-radius:15px;width:100%;max-width:650px;position:relative;box-shadow:0 8px 16px #0003;transform:scale(.8);animation:scaleIn .3s forwards cubic-bezier(.68,-.55,.27,1.55)}.close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:2em;color:var(--secondary-text-color);cursor:pointer;transition:color .2s ease}.close-btn:hover{color:var(--primary-color)}.popup-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:25px}.popup-pic{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:15px}.popup-info{text-align:center}.popup-name{font-weight:700;font-size:1.5em;margin:0;color:var(--text-color)}.popup-project{font-size:1.1em;color:var(--secondary-text-color);margin:5px 0 0}.popup-comment{font-size:1.1em;line-height:1.6;color:#444;text-align:justify;text-justify:inter-word;white-space:pre-wrap}@media (max-width: 768px){.review-container{padding:40px 10px}h2{margin-bottom:30px}.review-cards-track{animation-duration:30s}.review-card{margin:0 10px}}@media (max-width: 480px){h2{font-size:1.5em}.review-cards-track{animation-duration:25s}.popup-content{padding:25px}.popup-pic{width:90px;height:90px}.popup-name{font-size:1.3em}.popup-project,.popup-comment{font-size:1em}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}
