body{font-family:'Roboto',sans-serif;margin:0;padding:0;color:#333;background-color:#f4f4f4}a{text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:fixed;top:0;width:100%;background-color:#fbf8fefc;color:#0b0b2f;padding:10px 0;z-index:1000}header h1{text-align:center;margin:0}header nav{display:flex;justify-content:center;gap:20px}header nav a{color:#191111;font-size:1.2em;transition:color .3s ease}header nav a:hover{color:#47589e}.hero{text-align:center;padding:10vh 10vh 5vh;background:linear-gradient(135deg,#e0f2f3,#d5abdb);color:#fff;min-height:30vh}.hero h1{font-size:48px;font-family:'Poppins',sans-serif}.hero p{font-size:24px}.typing{font-family:'Courier New',Courier,monospace;border-right:2px solid;white-space:nowrap;overflow:hidden;width:15ch;animation:typing 3.5s steps(15) infinite,blink .75s step-end infinite}@keyframes typing{from{width:0}to{width:15ch}}@keyframes blink{from,to{border-color:transparent}50%{border-color:#fff}}.about{padding:100px 20px;background-color:#fff;animation:slideInLeft 2s ease forwards}.about p{margin:20px 0;line-height:1.8}.services{background-color:#f0f0f0;padding:100px 20px;text-align:center;animation:slideInRight 2s ease forwards}.services h2{font-size:2em;margin-bottom:20px}.service{margin-bottom:40px;padding:20px;border:1px solid #ddd;border-radius:8px;transition:transform .5s ease}.service:hover{transform:scale(1.05)}.v4-container{max-width:1100px;margin:0 auto;padding:40px 20px}.v4-text-center{text-align:center}.v4-section-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:20px}.v4-section-description{margin:0 auto;max-width:500px;color:#666}.v4-grid-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;margin-top:20px;margin-left:auto;max-width:80%}@media (min-width:768px){.v4-grid-container{grid-template-columns:repeat(3,1fr)}}.v4-large-item{grid-column:span 2;grid-row:span 2}@media (min-width:1024px){.v4-large-item{grid-column:span 2}}.v4-product-link{position:relative;display:block;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.v4-product-image{width:100%;height:250px;object-fit:contain;transition:transform .3s ease}.v4-product-link:hover .v4-product-image{transform:scale(1.03)}.v4-overlay{position:absolute;top:15px;left:15px;padding:10px 20px;background:rgba(0,0,0,.6);color:#fff;opacity:0;transition:opacity .4s ease}.v4-product-link:hover .v4-overlay{opacity:1}.v4-product-title{font-size:1.3rem;font-weight:600;margin-bottom:5px}.v4-shop-now{background:#000;color:#fff;padding:8px 12px;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;border-radius:4px}@media (max-width:700px){.v4-grid-container{margin-left:0}}.carousel{padding:5VH 0 5vh;background-color:#ffe2f6;text-align:center;animation:fadeIn 5s ease forwards}.carousel-container{position:relative;overflow:hidden;max-width:100vw;max-height:100vh;margin:0 auto}.carousel-product{display:none;text-align:center;animation:fadeIn 1s ease forwards;max-height:80vh}.carousel-product.active{display:inline-flex;max-height:80vh}.carousel-product.active img{padding:0 5vw;height:300px}.blog-section-v2{padding:40px;background-color:#fff}.container-v2{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap}.content-v2{display:flex;justify-content:space-between;gap:20px}.main-post-v2{flex:3}.post-card-v2{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.post-image-v2{width:100%;height:300px;object-fit:contain}.post-content-v2{padding:20px}.post-content-v2:hover{transform:scale(1.05);color:#666}.post-category-v2{font-size:.875rem;color:#007bff;text-transform:uppercase}.post-title-v2{margin:10px 0;font-size:2rem;font-weight:700;color:#333}.post-author-v2{display:flex;align-items:center;margin-top:15px}.author-image-v2{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-details-v2{margin-left:10px}.author-name-v2{font-size:1rem;font-weight:700}.author-role-v2{font-size:.875rem;color:#888}.sidebar-v2{flex:1;display:flex;flex-direction:column;gap:20px}.sidebar-item-v2{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.card-v2{padding:20px}.sidebar-title-v2{font-size:1rem;color:#007bff}.sidebar-link-v2{display:block;margin-top:10px;font-size:1rem;color:#333;text-decoration:none;transition:color .3s}.sidebar-link-v2:hover{color:#0056b3}@media (max-width:1024px){.content-v2{flex-wrap:wrap}.main-post-v2,.sidebar-v2{width:100%}}.products{padding:100px 20px;background-color:#e9ecef;animation:slideInUp 2s ease forwards}.product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px}.product{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;text-align:center;transition:transform .5s ease}.product:hover{transform:scale(1.05)}.product img{border-radius:5PX;width:300px;height:300PX;object-fit:contain}.buy-button{display:inline-block;margin-top:10px;padding:10px 20px;background-color:#ff6347;color:#fff;text-decoration:none;font-weight:700;transition:background-color .3s ease}.buy-button:hover{background-color:#e55340}.blog{padding:100px 20px;background-color:#f0f0f0;animation:fadeIn 2s ease forwards}.blog-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.blog-list article{background-color:rgba(255,255,255,.9);padding:20px;border-radius:8px;transition:transform .5s ease}.blog-list article:hover{transform:scale(1.05)}.blog-list a{display:inline-block;margin-top:10px;color:#007bff;text-decoration:none}.blog-list a:hover{text-decoration:underline}.team{padding:100px 20px;background-color:#e9ecef;animation:slideInUp 2s ease forwards}.team-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.team-member{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;text-align:center}.team-member h3{margin-bottom:10px;font-size:1.5em}.team-member p{margin-bottom:10px;color:#555}.contact{padding:100px 20px;background-color:#fff;animation:slideInLeft 2s ease forwards}.contact form{max-width:600px;margin:0 auto}.contact label{display:block;margin-bottom:10px;font-weight:700}.contact input,.contact textarea{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ddd;border-radius:4px}.contact button{background-color:#ff6347;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.contact button:hover{background-color:#e55340}.formv2{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:70vh;background-color:#f5f5f5}.review-form{width:100%;max-width:500px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.review-form h2{margin-bottom:20px;text-align:center}.review-form label{display:block;margin-bottom:8px;font-weight:700}.review-form input[type=text],.review-form input[type=email],.review-form textarea{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px}.review-form textarea{resize:vertical;min-height:100px}.review-form button{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.review-form button:hover{background-color:#0056b3}@media (max-width:600px){.review-form{padding:15px}}footer{background-color:#111;color:#fff;padding:20px 0;font-family:'Arial',sans-serif}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:0 20px}.footer-section h3{font-size:1.1em;margin-bottom:10px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:6px}.footer-section ul li a{color:#fff;text-decoration:none;font-size:.9em;transition:color .3s ease}.footer-section ul li a:hover{color:#ff6347}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #444;max-width:1200px;margin:0 auto;padding:10px 20px;flex-wrap:wrap}.footer-logo img{width:100px}.footer-info{text-align:right}.footer-info p{margin:5px 0;font-size:.9em;color:#bbb}.footer-info a{color:#bbb;text-decoration:none;transition:color .3s ease}.footer-info a:hover{color:#ff6347}@media (max-width:768px){.footer-bottom{flex-direction:column;text-align:center}.footer-info{text-align:center;margin-top:10px}.footer-logo img{margin-bottom:15px}}@media (max-width:480px){.footer-section h3{font-size:1em}.footer-section ul li a{font-size:.85em}.footer-info p,.footer-info a{font-size:.85em}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}html{font-size:16px;scroll-behavior:smooth}@media (max-width:1200px){.container{max-width:100%;padding:0 10px}header nav a{font-size:1em}.cta-button{padding:8px 16px;font-size:1em}.services h2,.product-list,.blog-list,.team-list{grid-template-columns:repeat(2,1fr)}.carousel-container{max-width:90%}}@media (max-width:992px){.container{padding:0 5px}header nav{flex-wrap:wrap;justify-content:center}.cta-button{padding:7px 14px}.services h2,.product-list,.blog-list,.team-list{grid-template-columns:1fr}.team-member{padding:10px}.carousel-product img{width:80%}}@media (max-width:768px){header nav{flex-direction:row;gap:10px}.hero{padding:40px 10px;max-height:23vh}.cta-button{font-size:.9em;padding:6px 12px}.about p{font-size:.9em}.services h2,.product-list,.blog-list,.team-list{grid-template-columns:1fr}.service,.team-member{padding:10px}.carousel-container{width:100%}.carousel-product img{width:100%}.contact form{padding:0 10px}footer nav{flex-direction:column}footer table{font-size:.8em}}@media (max-width:576px){header nav{height:3vh;overflow:hidden}.hero{height:23vh}.about p,.service p,.product p,.blog-list article p{font-size:.85em}.carousel{display:flexbox;padding:2vh 0 0}.carousel-product.active{max-height:80vh;padding:0 1vw;overflow:hidden}.carousel-product img{width:80vw;aspect-ratio:3/4;overflow:hidden}.contact form{width:100%}footer nav{flex-direction:column;text-align:center}}.products{padding:50px 20px;background-color:#e9ecef;animation:slideInUp 2s ease forwards}.product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px}@media (max-width:992px){.product-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-list{grid-template-columns:1fr}}.pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304'width='304'height='304'%3E%3Cpath fill='%23a0aec0'fill-opacity='0.1'd='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E")}