@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Lora:wght@600;700&display=swap";.navbar{position:absolute;top:0;left:0;width:100%;padding:0 1rem;background:transparent;display:flex;justify-content:space-between;align-items:center;height:15%;z-index:999;font-family:Inter,sans-serif}.logo{flex:1;display:flex}.logo img{width:auto;height:200px}.navbar-right-group{flex:2;display:flex;align-items:center;justify-content:space-between}.nav-desktop{display:flex}.nav-desktop ul{list-style:none;display:flex;gap:25px;margin:0;padding:0}.nav-desktop a{text-decoration:none;color:#fff;font-weight:500;font-size:1rem;transition:color .3s ease}.nav-desktop a.active{color:#7da98e}.navbar-cart-icon{display:flex;align-items:center;margin-right:2rem}.navbar-cart-img{width:26px;height:26px}.navbar-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;padding-right:20px}.navbar-hamburger span{width:30px;height:3px;background-color:#fff;display:block}.nav-mobile,.navbar-overlay{display:none}@media (max-width: 767px){.navbar-cart-icon,.nav-desktop{display:none}.navbar-hamburger{display:flex}.nav-mobile{display:flex;flex-direction:column;position:fixed;top:0;right:-100%;width:50%;height:100vh;background-color:#3b3b3b;padding:2rem;z-index:1000;transition:right .3s ease}.nav-mobile.open{right:0;z-index:1111}.nav-mobile ul{list-style:none;padding:0;margin-top:2rem;display:flex;flex-direction:column;gap:10px}.nav-mobile a{color:#fff;font-size:1.2rem;text-decoration:none}.nav-mobile a.active{color:#7da98e}.navbar-close{background:none;border:none;color:#fff;font-size:2rem;align-self:flex-end;cursor:pointer}.navbar-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:999}.logo img{height:100px}.navbar-cart-img{width:24px;height:24px}@media (max-width: 600px){.logo img{height:120px}}@media (max-width: 320px){.logo img{height:100px}}}.hero-section{height:100vh;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1);animation:subtleZoom 10s ease-in-out infinite;z-index:0}@keyframes subtleZoom{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.hero-overlay{background-color:#0006;position:relative;height:100%;z-index:1}.hero-content{position:absolute;bottom:60px;left:50%;transform:translate(-50%);text-align:center;color:#fff;z-index:2;padding:0 20px}.hero-content h1{font-size:2.5rem;margin-bottom:8px;font-family:var(--font-heading)}.hero-content p{font-size:1.2rem;margin-bottom:20px;font-family:var(--font-body)}.hero-content button{background-color:var(--primary-green);color:#fff;border:none;padding:12px 28px;font-size:1rem;font-family:var(--font-body);cursor:pointer;border-radius:10px;transition:background .3s ease}.hero-content button:hover{background-color:#6c947b}@media (max-width: 500px){.hero-section{height:80vh}.hero-content{left:50%;transform:translate(-50%);padding:0;text-align:center;width:90%}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.hero-background{background-position:35%}}@media (min-width: 501px) and (max-width: 768px){.hero-content{left:50%;transform:translate(-50%);padding:0 1.5rem;text-align:center;width:90%}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-content button{padding:10px 24px;font-size:.95rem}}.collections-section{padding:55px 20px;background-color:var(--bg-light);text-align:center}.collections-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:0 60px 80px}.nav-arrow{padding:0 25px;font-size:30px}.title{font-family:var(--font-heading);font-size:1.5rem;position:relative;color:var(--text-dark)}.title:after{content:"";display:block;width:150px;height:2px;background-color:var(--primary-green);margin-top:8px}.subtitle{font-family:var(--font-body);font-size:1rem;color:var(--gray-dark);max-width:300px;text-align:right}.collections-gallery-wrapper{display:flex;align-items:center;justify-content:center;position:relative}.collections-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.collection-card{position:relative;background-color:transparent;transition:transform .3s ease;max-width:220px;margin:0 auto;cursor:pointer}.collection-card img{width:100%;height:auto;display:block;border-radius:20px;transition:transform .4s ease;object-fit:cover;aspect-ratio:1 / 1}.collection-card:hover img{transform:scale(1.05)}.collection-card .card-title{margin-top:12px;font-family:var(--font-body);color:var(--text-dark)}@media (max-width: 500px){.collections-gallery{grid-template-columns:1fr}.subtitle{font-size:.9rem;max-width:90%;padding-top:10px}.collection-card{max-width:100%;padding-top:20px}.collection-card img{aspect-ratio:2 / 1}.title{font-size:1.3rem}.subtitle{font-size:.9rem;max-width:90%}.collections-header{text-align:center;padding-left:1rem;padding-right:1rem;align-items:center;justify-content:center;padding-bottom:10px}.nav-arrow{display:none!important}}@media (min-width: 501px) and (max-width: 767px){.collections-gallery{grid-template-columns:repeat(2,1fr)}.collection-card{max-width:100%}.subtitle{text-align:center;font-size:.95rem}.nav-arrow{display:none!important}}@media (min-width: 768px) and (max-width: 900px){.collections-gallery{grid-template-columns:repeat(2,1fr)}.collections-header{flex-direction:row;gap:1.5rem;padding:0 40px 60px}.subtitle{font-size:.95rem}.title{font-size:1.4rem}}@media (min-width: 1800px){.collections-gallery{grid-template-columns:repeat(4,1fr);gap:20px}.collection-card{max-width:280px}.collection-card img{border-radius:24px}.collections-header{padding:0 100px 100px}.title{font-size:2rem}.subtitle{font-size:1.1rem;max-width:400px}}.services-section{padding:80px 20px;background-color:#ededed;text-align:center}.services-title{font-family:var(--font-heading);font-size:1.8rem;margin-bottom:20px;text-align:center}.services-subtext{font-family:var(--font-body);font-size:1rem;color:var(--text-dark);margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.services-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:30px;justify-content:center;width:80%;margin:auto}.services-card{transition:transform .3s ease;cursor:pointer}.services-card:hover .services-img{transform:scale(1.05)}.services-card:hover .services-label{transform:scale(1.03);font-weight:700}.services-img{width:200px;height:200px;border-radius:50%;display:block;margin:0 auto;box-shadow:0 4px 8px #0003;transition:transform .3s ease;object-fit:cover}.services-label{margin-top:12px;font-family:var(--font-body);font-size:.85rem;color:var(--text-dark);transition:transform .3s ease,font-weight .3s ease}.services-btn:hover{background-color:#699f7e}@media (max-width: 768px){.services-subtext{font-size:.95rem;padding:0 10px}.services-img{width:80px;height:80px}.services-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;justify-items:center;max-width:100%}.services-card:nth-child(5){grid-column:span 2;justify-self:center}.services-img{width:120px;height:120px}.services-label{font-size:.95rem;margin-top:8px}}.difference-section{position:relative;background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/bg-mobile.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:30px 20px;overflow:hidden;min-height:20vh}.difference-overlay{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}.difference-inner{position:relative;z-index:2}.difference-title{font-family:var(--font-heading);font-size:1.8rem;color:#fff;margin-bottom:60px;padding-left:120px;line-height:1.2}.difference-title .highlight{color:var(--primary-green)}.steps{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;margin-bottom:40px;padding-left:80px}.step{flex:1;min-width:200px;text-align:left}.step-number{font-family:var(--font-body);font-size:1.2rem;font-weight:700;color:var(--primary-green);margin-bottom:12px}.step-content{font-family:var(--font-body);color:#fff}.step-heading{font-size:1rem;font-weight:300;margin-bottom:10px}.step-heading span{font-weight:700}.step-text{font-size:.8rem}.difference-cta{background-color:var(--primary-green);color:#fff;padding:12px 20px;border:none;border-radius:8px;font-family:var(--font-body);font-size:.9rem;cursor:pointer;transition:background-color .3s ease;margin:auto;display:block}.difference-cta:hover{background-color:var(--green-hover)}@media (max-width: 500px){.difference-title{font-size:1.5rem;padding-left:0;margin-bottom:40px;text-align:center}.steps{padding-left:0;gap:20px;justify-content:center}.step{max-width:60%;text-align:center}.step-number,.step-content{text-align:center}.difference-cta{width:50%;font-size:1rem;padding:14px 0}}@media (min-width: 501px) and (max-width: 767px){.difference-title{font-size:1.7rem;padding-left:40px;margin-bottom:50px}.steps{padding-left:20px;gap:25px}.step{flex:1 1 45%;max-width:100%}.difference-cta{width:80%}}@media (min-width: 768px) and (max-width: 900px){.difference-title{font-size:1.9rem;padding-left:60px;margin-bottom:60px}.steps{padding-left:30px;gap:30px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:50px}.step{flex:1 1 30%;text-align:center}.difference-cta{width:30%}}.project-carousel{padding:4rem 0 0 1rem;background:#fff}.project-carousel__title{font-family:var(--font-heading);font-size:2rem;padding-left:6rem;font-weight:300;margin-bottom:10px}.projects_underline{width:130px;height:2px;background-color:#7da98e;margin:0 0 70px 6rem;border-radius:2px}.project-carousel__container{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;height:auto;padding-left:0}.project-carousel__container::-webkit-scrollbar{display:none}.project-carousel__container{-ms-overflow-style:none;scrollbar-width:none}.project-card{flex:0 0 auto;width:400px;position:relative;height:600px;padding-top:.9rem}.project-card__image{position:relative;width:100%;height:550px;background-size:cover;background-position:center;border-radius:12px;overflow:hidden;transition:transform .6s ease;box-shadow:1px 1px 9px #0003}.project-card:hover .project-card__image{transform:scale(1.03)}.project-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000008c;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transform:scale(1.05);transition:opacity .4s ease,transform .4s ease;padding:2rem;text-align:center}.project-card:hover .project-card__overlay{opacity:1;transform:scale(1)}.project-card__title{font-family:var(--font-title);font-size:1.5rem;margin-bottom:1rem}.project-card__description{font-family:var(--font-primary);font-size:1rem;margin-bottom:1.2rem;max-width:90%;line-height:1.5}.project-card__title--mobile{display:none}.projects__cta{position:relative;background:none;border:none;color:#000;font-size:1.8rem;padding:1rem 2rem;cursor:pointer;transition:color .3s ease;font-family:var(--font-primary);display:inline-block}.bnt{margin:auto;width:18%;padding-top:50px}.projects__cta:hover{color:var(--color-accent)}@media (max-width: 900px){.project-carousel__title{padding-left:20px;font-size:1.7rem;text-align:left}.projects_underline{margin-left:20px;margin-bottom:30px}.project-carousel__container{gap:1.5rem;padding:0 20px}.project-card{width:89%;height:auto}.project-card__image{max-height:85%;border-radius:14px}.project-card__overlay{display:none!important}.project-card__title--mobile{display:block;font-family:var(--font-title);font-size:1rem;margin-top:.7rem;text-align:left;padding-left:8px;color:#333;font-weight:400}}.call-to-action{background:linear-gradient(180deg,#fff,#d8ede4);padding:3rem 1rem 4rem;display:flex;justify-content:center}.cta-wrapper{position:relative;width:90%;max-width:1200px;height:55vh;margin:0 auto}.cta-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 8px 20px #0000004d;display:block;z-index:0}.cta-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;border-radius:20px;z-index:1}.cta-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;padding:0 2rem;z-index:2;width:100%;box-sizing:border-box}.cta-overlay h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cta-overlay p{font-size:1rem;max-width:600px;margin:0 auto 1.5rem;font-weight:300;line-height:1.4}.cta-overlay button{background-color:#7da98e;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;font-size:1rem;z-index:2;transition:background-color .3s ease}.cta-overlay button:hover{background-color:#689f7c}@media (max-width: 900px){.cta-wrapper{height:420px}.cta-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:20px;z-index:0}.cta-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000073;border-radius:20px;z-index:1}.cta-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;padding:0 1rem;z-index:2;width:100%;box-sizing:border-box}.cta-overlay h2{font-size:1.4rem;margin-bottom:.8rem}.cta-overlay p{font-size:.9rem;line-height:1.4;max-width:90%;margin:0 auto 1.2rem}.cta-overlay button{font-size:.9rem;padding:.6rem 1.2rem}.call-to-action{padding:0 1rem 3rem}}.site-footer{position:relative;width:100%}.footer-bg-decor{position:absolute;top:0;left:0;width:100%;height:auto;z-index:1}.footer-bg-decor img{width:100%;height:auto;object-fit:cover}.footer-container{position:relative;z-index:2;background-color:#fff;border-radius:20px 20px 0 0;padding:4rem 3rem 2rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8rem}.footer-left{max-width:400px}.footer-logo{width:80px;margin-bottom:1rem}.footer-quote{font-family:var(--font-body);color:#333;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.footer-socials{display:flex;gap:1.2rem}.footer-socials a{color:#333;font-size:1.5rem;transition:color .3s ease}.footer-socials a:hover{color:var(--primary-green)}.footer-right-group{display:flex;flex-direction:row;gap:3rem;align-items:flex-start}.footer-nav h4,.footer-location h4{padding-bottom:1rem;font-size:1.1rem;font-weight:700}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav li{margin-bottom:.5rem}.footer-nav a{text-decoration:none;color:#000;font-weight:500;transition:color .3s ease}.footer-nav a.active{color:var(--primary-green)}.footer-location p{margin:.25rem 0;font-family:var(--font-body)}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.7rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{text-decoration:none;color:#333;font-size:.7rem;transition:color .3s ease}.footer-links a:hover{color:var(--primary-green)}@media (max-width: 500px){.footer-nav{display:none}.footer-top{flex-direction:column;gap:2rem}.footer-right-group{flex-direction:column;gap:2rem;margin:auto}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem;font-size:.5rem;padding-top:10px}.footer-logo{padding:40px 0 10px;width:60px;margin:auto}.footer-container{padding:0 1rem 1rem}.footer-quote{font-size:.7rem;text-align:center}.footer-left{width:100%}.footer-socials{margin:auto;justify-content:center;gap:1rem}.footer-socials a{font-size:1.2rem}.footer-location h4{font-size:.9rem;text-align:center}.footer-location p{font-size:.7rem;text-align:center}.footer-location{margin:auto}.footer-links{font-size:.8rem;flex-wrap:nowrap;gap:1rem;padding-top:10px}}@media (min-width: 501px) and (max-width: 768px){.footer-top,.footer-right-group{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.footer-logo{width:140px}}@media (min-width: 769px) and (max-width: 1024px){.footer-container{padding:3rem 2rem 2rem}.footer-top,.footer-right-group{flex-direction:column;gap:2rem}.footer-logo{width:120px}.footer-location p,.footer-nav li a{font-size:0 ninerem}}@media (min-width: 1800px){.footer-container{max-width:1600px;margin:0 auto;padding:6rem 5rem 3rem}.footer-top{gap:6rem}.footer-left{max-width:40%}.footer-right-group{gap:4rem}.footer-logo{width:100px}.footer-quote{font-size:1.1rem}.footer-socials a{font-size:1.8rem}.footer-nav h4,.footer-location h4{font-size:1.2rem}.footer-nav a,.footer-location p{font-size:1rem}.footer-bottom{font-size:.9rem;padding-top:2rem}.footer-links a{font-size:.9rem}}.about-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/about-hero.png);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.overlay h1{font-size:2rem}}.why-tred-section{padding:4rem 2rem;background-color:#fff;background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/bgChoose.png)}.why-tred-container{max-width:1200px;margin:0 auto;text-align:center}.why-tred-titles{display:flex;justify-content:space-between;gap:17rem;padding-bottom:100px}.why-tred-titles h2{font-size:1.5rem;font-weight:700;text-align:left;max-width:350px}.why-tred-titles .highlight{color:#7caf8e}.why-tred-titles p{font-size:1rem;color:#333;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6;text-align:right}.why-tred-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem;position:relative}.why-tred-card{background-color:#fff;border:2px solid #7CAF8E;border-radius:16px;padding:2.5rem 1.5rem 2rem;box-shadow:0 6px 16px #0000000f;position:relative;width:250px;text-align:center}.why-tred-icon-wrapper{position:absolute;top:-30px;left:50%;transform:translate(-50%);z-index:1}.why-tred-icon-circle{width:60px;height:60px;background:linear-gradient(180deg,#7caf8e,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a}.why-tred-icon-circle img{width:40px;height:40px}.why-tred-card-content{margin-top:2rem}.why-tred-card-content h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#000}.why-tred-card-content p{font-size:.9rem;color:#555;line-height:1.5}.why-tred-cta{background-color:#7caf8e;color:#fff;padding:.8rem 2.5rem;font-size:1rem;border:none;border-radius:20px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 6px 16px #0003}.why-tred-cta:hover{background-color:#689f7c}@media (max-width: 500px){.why-tred-titles{flex-direction:column;gap:2rem;padding:0 1rem 4rem}.why-tred-titles h2{text-align:center;font-size:1.2rem;max-width:380px}.why-tred-titles p{text-align:center;font-size:.9rem;max-width:380px}.why-tred-card-content{margin-top:1rem}.why-tred-grid{gap:3rem;padding:0 1.5rem}.why-tred-card-content h3{font-size:.9rem}.why-tred-card-content p{font-size:.7rem}.why-tred-card{padding:1.5rem 1rem 1rem}}.process-section{padding:5rem 2rem;background-color:#fff;font-family:Inter,sans-serif}.process-container{max-width:1200px;margin:0 auto;position:relative}.process-title{font-size:1.5rem;font-weight:700;text-align:left;position:relative;margin-bottom:4rem}.process-title span{position:relative;display:inline-block}.process-title span:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:3px;background-color:#7caf8e}.process-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.process-steps{display:flex;flex-direction:column;gap:3rem;padding-left:40px}.process-step{display:flex;flex-direction:column;max-width:280px}.process-left{text-align:right;align-items:flex-end}.process-right{text-align:left;align-items:flex-start}.process-step h3{font-size:1.5rem;color:#d9d9d9;font-weight:700;margin-bottom:.5rem}.process-step h4{font-size:1.1rem;font-weight:400;margin-bottom:.5rem;line-height:1.3}.process-step h4 strong{display:block;font-weight:700;margin-top:.3rem}.process-step p{font-size:1rem;color:#333;line-height:1.6}.process-image img{max-height:500px;width:auto;max-width:100%}@media (max-width: 500px){.process-section{padding:3rem 1.5rem 2rem}.process-grid{display:flex;flex-direction:column}.process-steps{padding-left:0;text-align:center}.process-left{text-align:center}.process-step h3{text-align:center;padding-bottom:10px;margin:auto}.process-step h4{text-align:center;padding-bottom:5px;margin:auto}.process-right{text-align:center}}.product-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/products-hero.png);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.product-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.product-overlay h1{font-size:2rem}}.product-collections-intro{font-size:1rem;margin-bottom:2.5rem;font-weight:500;line-height:1.5}.kulak-product{background-size:300% auto!important;background-position:center!important}.product-collections-filter-bar{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.product-collections-filter-bar input[type=text]{padding:.75rem 1rem;font-size:1rem;border:2px solid #7CAF8E;border-radius:50px;max-width:500px;flex:1}.product-filters-button{background:none;border:none;color:#7caf8e;font-weight:600;cursor:pointer;font-size:1rem}.product-search-button{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1rem;border-radius:999px;cursor:pointer}.product-collection-card{position:relative;height:350px;overflow:hidden;cursor:pointer;transition:transform .3s ease;box-shadow:0 8px 15px #00000017}.product-collection-card:hover{transform:scale(1.03)}.product-collection-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:1;transition:transform .3s ease}.product-collection-overlay{position:absolute;inset:0;background-color:#00000080;z-index:2;color:#fff;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:opacity .3s ease;border-radius:25px}.product-collections-cta{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.product-collections-cta:hover{background-color:#699f7e}.product-filters-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.product-filters-modal{background:#fff;padding:3rem 1rem 2rem;border-radius:12px;max-width:90%;width:320px;box-shadow:0 4px 16px #0003;position:relative;text-align:center}.product-filters-close-btn{position:absolute;top:.5rem;right:1.5rem;font-size:1.5rem;border:none;background:none;cursor:pointer;color:#7caf8e}.product-filters-modal h3{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-filter-group{text-align:center}.product-filter-gp{padding:1rem 0}.product-filter-group select{border-color:#699f7e;border-radius:15px;padding:.3rem}.product-filter-group label{font-weight:400;display:block;font-size:1rem}.product-filter-type{padding-bottom:.6rem}.product-filter-checkbox-row{display:flex;align-items:center;padding-bottom:.5rem;margin:auto;justify-content:center}.product-filter-checkbox-row input{margin-right:.5rem}.product-apply-filters-btn{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;width:70%;margin:auto}.product-filter-actions{display:flex;flex-direction:column}.product-clear-filters-btn{color:#7caf8e;text-decoration:solid;padding-bottom:2.5rem;cursor:pointer;font-size:.8rem}.product-clear-filters-btn:hover{text-decoration:underline}@media (max-width: 900px){.product-collection-card{height:auto!important;display:flex;flex-direction:column;border-radius:20px;overflow:hidden}.product-collection-bg{position:relative!important;height:200px!important;border-radius:20px 20px 0 0;z-index:1}.product-collection-overlay{position:relative!important;opacity:1!important;background:#fff!important;color:#000!important;padding:1.2rem;z-index:2;border-radius:0 0 20px 20px;display:flex;flex-direction:column;gap:.4rem}.product-collection-overlay h3{margin:0;font-size:1rem;text-align:left}.product-collection-overlay p{color:#444;font-size:.85rem;text-align:left}.product-request-button{margin-top:.7rem;background-color:#7caf8e;color:#fff;width:100%;padding:.7rem;border-radius:8px}}.projects-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/projects-hero.png);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.projects-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.projects-overlay h1{font-size:2rem}}.proj-section{padding:5rem 2rem;font-family:Inter,sans-serif;background:linear-gradient(to bottom,#fff,#f4f9f6)}.proj-carousel{position:relative;width:100%;padding-top:56.25%;background:#f0f0f0;overflow:hidden;border-radius:8px}.proj-carousel-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:background-image .3s ease}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;padding:.4rem .6rem;font-size:1.5rem;cursor:pointer;border-radius:10px;z-index:2;box-shadow:0 2px 4px #00000026}.carousel-btn.prev{left:12px}.carousel-btn.next{right:12px}.carousel-btn:hover{background:#fff}.proj-filter-bar{text-align:center;margin-bottom:2rem}.proj-filter-bar p{font-size:1rem;color:#333;margin-bottom:1rem}.proj-filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:5rem}.proj-filter-btn{border:2px solid #7CAF8E;background:#fff;color:#333;padding:.6rem 1.2rem;border-radius:999px;cursor:pointer;transition:background-color .3s,color .3s}.proj-filter-btn.active{background-color:#7caf8e;color:#fff}.proj-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.proj-card{position:relative;overflow:hidden;cursor:pointer;transition:transform .3s ease;display:flex;flex-direction:column}.proj-card:hover{transform:scale(1.02)}.proj-bg{width:100%;padding-top:56.25%;background-size:cover;background-position:center}.proj-content{padding:1rem;background:#fff;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.proj-content h3{font-size:1.3rem;margin-bottom:.5rem}.proj-content p{font-size:1rem;color:#666;margin-bottom:1rem;flex-grow:1}.proj-btn{align-self:flex-start;background-color:#7caf8e;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;text-decoration:none;font-size:.9rem;transition:background-color .3s}.proj-btn:hover{background-color:#689f7c}.proj-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem}.proj-pagination button{border:none;background:none;padding:.5rem .8rem;font-size:1rem;color:#666;cursor:pointer;border-radius:4px;transition:background-color .3s,color .3s}.proj-pagination button.active{background-color:#7caf8e;color:#fff}.proj-pagination button:disabled{opacity:.4;cursor:default}.proj-text{text-align:center;margin-bottom:2rem}.proj-text p{font-weight:500;font-size:1rem;margin-bottom:.3rem}.proj-text span{color:#7caf8e;font-weight:500;font-size:1rem}.proj-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.proj-gallery-item{background-size:cover;background-position:center;width:100%;padding-top:70%;border-radius:6px;overflow:hidden}@media (max-width: 500px){.proj-section{padding:3rem 1rem}.proj-filter-buttons{gap:.4rem;flex-wrap:wrap}.proj-grid{grid-template-columns:1fr}.proj-content h3{font-size:1rem}.proj-content p{font-size:.85rem}.proj-btn{font-size:.8rem;padding:.4rem .8rem}}@media (min-width: 501px) and (max-width: 767px){.proj-section{padding:3rem 1.5rem}.proj-grid{grid-template-columns:1fr}.proj-content h3{font-size:1.1rem}.proj-content p{font-size:.9rem}.proj-btn{font-size:.85rem}}@media (min-width: 768px) and (max-width: 900px){.proj-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.proj-content h3{font-size:1.2rem}.proj-content p{font-size:.95rem}}@media (min-width: 1800px){.proj-section{padding:6rem 10rem;max-width:1800px;margin:0 auto}.proj-grid{gap:3rem}.proj-content h3{font-size:1.6rem}.proj-content p{font-size:1.1rem}.proj-btn{font-size:1rem;padding:.6rem 1.2rem}.carousel-btn{font-size:2rem}}.booking-section{background:linear-gradient(to bottom,#fff,#eaf4ef);padding:5rem 2rem;font-family:Inter,sans-serif}.booking-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:3rem}.error{color:red;font-size:.85rem;margin-top:.3rem}.booking-left{flex:1 1 400px}.booking-left h2{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.booking-left h2 span{color:#7caf8e;font-weight:700}.booking-left p{font-size:1rem;margin-bottom:2rem;color:#333;max-width:400px}.highlight{color:#7caf8e}.contact-block{margin-bottom:2rem}.contact-block p{margin:.3rem 0;font-size:.95rem}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.4rem;font-size:.95rem;cursor:pointer}input,select,textarea,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;font-family:inherit}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#7CAF8E;margin:0;background-color:#fff;border:2px solid #7CAF8E;border-radius:4px;appearance:none;display:inline-block;position:relative;vertical-align:middle}input[type=checkbox]{accent-color:#7CAF8E;padding:.5rem}.checkbox-label input[type=checkbox]:checked{background-color:#7caf8e}.checkbox-label input[type=checkbox]:after{content:"";display:block;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;position:absolute;top:1px;left:4px}.checkbox-label input[type=checkbox]:checked:after{opacity:1}.booking-form{flex:1 1 500px;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-size:.95rem;font-weight:600;margin-bottom:.5rem}input,textarea,select{border:2px solid #7CAF8E;border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-family:inherit;outline:none;resize:vertical;background-color:#fff;color:#333}input:focus,textarea:focus,select:focus{border-color:#5e9b7d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.full-width{flex:1 1 100%}.submit-btn{background-color:#7caf8e;color:#fff;border:none;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;border-radius:20px;align-self:center;cursor:pointer;box-shadow:0 5px 15px #0000001a;transition:background-color .3s ease}select{border:2px solid #7CAF8E;border-radius:8px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;font-family:inherit;outline:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='30,50 70,90 110,50' fill='none' stroke='%237CAF8E' stroke-width='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (max-width: 500px){.booking-left h2{font-size:1.8rem;text-align:center}.booking-left p{text-align:center}.booking-section{padding:5rem 1.5rem}}@media (max-width: 768px){.booking-container,.form-row{flex-direction:column}.submit-btn{align-self:center}}.booking-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/contact-hero.png);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.booking-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.booking-overlay h1{font-size:2rem}}.sample-request-page{font-family:Inter,sans-serif;background:linear-gradient(to bottom,#fff 25%,#e0f2e9)}.sample-request-container{max-width:600px;margin:0 auto;padding-top:90px}.sample-request-container h1{padding-bottom:2rem;text-align:center}.sample-cart{margin-bottom:2rem;border:1px solid #7CAF8E;padding:1rem;border-radius:8px;width:60%;margin:auto}.sample-cart h2{margin-bottom:1rem;font-size:1.2rem}.sample-cart p{padding:1rem 0;font-size:1rem}.sample-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.sample-item span{font-size:1rem}.remove-btn{background:none;border:none;color:red;font-size:1.2rem;cursor:pointer}.sample-form .form-group{margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center}.sample-form label{margin-bottom:.5rem;font-weight:600;width:57%}.sample-form input{padding:.75rem;border:1px solid #7CAF8E;border-radius:6px;font-size:1rem;width:60%;margin:auto}.bnt-sub{margin:auto;width:30%;padding-top:1rem;padding-bottom:4rem}.submit-btn{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-size:1rem;cursor:pointer;transition:background-color .3s ease;margin:auto}.submit-btn:hover{background-color:#689f7c}.back-btn{background:none;border:none;color:#7caf8e;font-weight:600;font-size:1rem;margin:0 0 2rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;padding:0}.back-btn:hover{text-decoration:underline}.extra-buttons{margin:auto;text-align:center;padding-top:1rem}@media (max-width: 500px){.sample-request-container{padding:20px 10px 0;width:90%}.sample-request-container h1{font-size:1.6rem;padding-bottom:1.5rem}.sample-cart{width:90%;padding:.8rem}.sample-cart h2{font-size:1.1rem}.sample-item span{font-size:.9rem}.sample-form .form-group label,.sample-form .form-group input{width:100%}.sample-form input{padding:.6rem;font-size:.9rem}.bnt-sub{width:60%;text-align:center}.submit-btn{padding:.6rem 1.2rem;font-size:.9rem}.back-btn{font-size:.9rem}.extra-buttons{padding-top:.5rem}}@media (min-width: 501px) and (max-width: 767px){.sample-request-container{width:95%}.sample-cart,.sample-form .form-group label,.sample-form input{width:80%}.bnt-sub{width:50%}.submit-btn{padding:.7rem 1.3rem;font-size:1rem}}@media (min-width: 768px) and (max-width: 900px){.sample-request-container{width:80%}.sample-cart,.sample-form .form-group label,.sample-form .form-group input{width:70%}.bnt-sub{width:40%}.submit-btn{font-size:1rem;padding:.8rem 1.5rem}}@media (min-width: 1600px) and (max-width: 1799px){.sample-request-container{max-width:600px}.sample-cart,.sample-form .form-group label,.sample-form .form-group input{width:60%}.bnt-sub{width:30%}.submit-btn{font-size:1rem;padding:.75rem 1.5rem}}@media (min-width: 1800px){.sample-request-container{padding-top:120px;margin:0 auto}.sample-request-container h1{font-size:2rem}.sample-cart{width:50%;padding:1.5rem}.sample-cart h2{font-size:1.3rem}.sample-item span{font-size:1.1rem}.sample-form .form-group label,.sample-form .form-group input{width:50%}.submit-btn{font-size:1.1rem;padding:.9rem 1.8rem}.bnt-sub{width:25%}.back-btn{font-size:1.1rem}}.sample-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/cart-hero.jpg);background-size:cover;background-position:center;height:40vh;position:relative;display:flex;align-items:center;justify-content:center}.sample-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.sample-overlay h1{font-size:2rem}}.projectDetail-heroo{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/products-hero.png);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.projectDetail-heroo .projectDetail-hero-overlay{background:#0006;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.projectDetail-heroo .projectDetail-hero-overlay h1{color:#fff;font-size:2.5rem;margin:0;z-index:1}@media (max-width: 500px){.projectDetail-heroo .projectDetail-hero-overlay h1{font-size:1.8rem}}.project-intro{display:flex;align-items:center;gap:2rem;padding:4rem;flex-wrap:wrap}.intro-text{flex:1 1 400px}.intro-text h2{font-size:2rem;margin-bottom:1rem}.intro-text p{font-size:1.8rem}.intro-image{flex:1 1 300px}.intro-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}@media (max-width: 500px){.project-intro{padding:4rem 1rem 0}.intro-text h2{font-size:1.5rem;text-align:center}.intro-text p{text-align:center}}.project-wide-text{padding:3rem 0}.wide-text-container{max-width:90%;margin:0 auto;text-align:center}.wide-text-container p{font-size:1.8rem}.project-gallery{padding:3rem 2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.gallery-grid img{width:100%;height:auto;border-radius:8px;object-fit:cover}@media (max-width: 500px){.project-gallery{padding:0 1rem}}.project-three-images{padding:3rem 2rem;background:linear-gradient(to bottom,#fff,#eaf4ef)}.three-img-flex{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.three-img-flex img{flex:1 1 calc(33.33% - 1rem);width:100%;height:auto;border-radius:8px;object-fit:cover}@media (max-width: 500px){.project-three-images{padding:0 1rem 2rem}}.product-collections-section{padding:5rem 0;font-family:Inter,sans-serif;background:linear-gradient(to bottom,#fff,#e0f2e9)}.product-collections-container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.product-collections-title{font-size:2rem;margin-bottom:2.5rem;text-transform:capitalize;font-weight:700}.product-collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:4rem}.product-collection-card{position:relative;overflow:hidden;border-radius:20px;cursor:pointer;transition:transform .3s ease;height:350px}.product-collection-card img{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:transform .4s ease;display:block}.product-collection-card:hover img{transform:scale(1.05)}.product-collection-overlay{position:absolute;inset:0;background-color:#00000080;z-index:2;color:#fff;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:opacity .3s ease;border-radius:20px}.product-collection-card:hover .product-collection-overlay{opacity:1}.product-collection-overlay h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:700}.product-collection-overlay p{font-size:.9rem;line-height:1.4}.product-request-button{margin-top:1rem;background-color:#fff;color:#000;border:none;padding:.5rem 1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease}.product-request-button:hover{background-color:#e6e6e6}.product-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.page-num{background:none;border:none;font-size:1rem;color:#666;padding:.5rem .7rem;cursor:pointer;transition:background-color .3s,color .3s}.page-num.active{background-color:#7caf8e;color:#fff;border-radius:4px}.page-arrow{background:none;border:none;font-size:1.2rem;color:#999;padding:.5rem;cursor:pointer}.page-arrow:disabled{opacity:.3;cursor:default}.return-home-btnn{background-color:transparent;border:2px solid #7CAF8E;color:#7caf8e;padding:.6rem 1.2rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}@media (max-width: 768px){.return-home-btn{width:100%;font-size:.95rem}.product-collections-grid{margin-top:2rem}}@media (max-width: 900px){.product-collection-card{height:auto!important;border-radius:20px;overflow:hidden}.product-collection-card img{width:100%;height:220px;object-fit:cover;border-radius:20px 20px 0 0;display:block}.product-collection-overlay{position:static!important;opacity:1!important;background-color:#fff!important;color:#000;padding:1rem;text-align:left;border-radius:0 0 20px 20px;z-index:1}.product-collection-overlay h3{font-size:1rem;margin-bottom:.3rem;font-weight:600}.product-collection-overlay p{font-size:.85rem;color:#444;margin:.2rem 0}.product-request-button{background-color:#7caf8e;color:#fff;width:100%;margin-top:.8rem;padding:.6rem 1rem;font-size:.9rem;border:none;border-radius:8px;cursor:pointer}.product-request-button:hover{background-color:#689f7c}}.aboutt-hero{background:url(https://site-tredflooring-assets.s3.amazonaws.com/pagess.jpg) no-repeat center center/cover;padding:250px 20px;position:relative;text-align:center;color:#fff;height:60vh}.about-hero h1{font-family:Lora,serif;font-size:2.8rem;padding-top:100px}.policy-page{font-family:Inter,sans-serif}.policy-container{max-width:1000px;margin:50px auto;background:#fff;padding:40px;border-radius:16px}.policy-container h2{font-family:Lora,serif;font-size:2rem;margin-bottom:20px}.policy-container h3{margin-top:30px;font-size:1.3rem;color:var(--primary-green)}.policy-container p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1rem}.thankyou-section{display:flex;justify-content:center;align-items:center;padding:4rem 2rem;min-height:100vh;background:linear-gradient(to bottom,#fff,#f4f9f6);font-family:Inter,sans-serif}.thankyou-container{text-align:center;background:#fff;padding:1.5rem 2rem 3rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;max-width:500px;width:100%}.thankyou-logo{width:180px;margin:auto;padding-bottom:3rem}.thankyou-container h1{font-size:2.2rem;color:#333;margin-bottom:1rem}.thankyou-container p{font-size:1rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.thankyou-home-btn{display:inline-block;background-color:#7caf8e;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-size:1rem;transition:background-color .3s}.thankyou-home-btn:hover{background-color:#689f7c}.tv-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/5m.jpg);background-size:cover;background-position:center;height:80vh;position:relative;overflow:hidden}.tv-overlay{position:absolute;inset:0;background-color:#0006;display:flex;justify-content:flex-end;align-items:flex-end;padding:2rem;z-index:1}.tv-overlay h1{color:#fff;font-size:2rem;font-weight:700;text-align:right}@media (max-width: 500px){.tv-overlay h1{font-size:1.5rem}}body.no-scroll{overflow:hidden;position:relative}.tvunit-modal-backdrop{overflow-y:auto;-webkit-overflow-scrolling:touch}.tvunits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1.5rem;padding:20px 60px 0;background:linear-gradient(180deg,#fff,#f5f5f5)}.tvunits-texts{display:flex;flex-direction:row;justify-content:space-between;padding:50px 100px 40px}.tvunits-textsh1{font-family:var(--font-heading);font-size:1.5rem;position:relative;margin-top:10px}.tvunits-textsp{font-family:var(--font-body);font-size:.8rem;max-width:500px;color:var(--gray-dark);text-align:right}.tvunit-card{cursor:pointer;text-align:center;overflow:hidden;display:flex;flex-direction:column;margin-bottom:60px}.tvunit-card-img{width:100%;height:400px;object-fit:cover;transform:scale(1.05);object-position:center 20%;display:block}.tvunit-card-name{margin-top:1.5rem;font-weight:700}.tvunit-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.tvunit-modal{background:#fff;max-width:80%;height:60%;overflow-y:auto;border-radius:12px;position:relative;padding:1.5rem;display:flex;flex-direction:row;gap:1.5rem}.modal-close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.5rem;cursor:pointer}.modal-image-wrapper{overflow:hidden}.modal-main-img{width:100%;max-height:53vh;object-fit:contain;border-radius:8px;transition:transform .3s ease;cursor:zoom-in;transform:scale(1.15);object-position:center 20%}.image-zoom-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:zoom-out}.image-zoom-overl{max-width:80%;max-height:90%;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-zoomed{max-width:90%;max-height:90%;object-fit:contain;border-radius:4px;box-shadow:0 0 30px #000000b3;transform:scale(1.01)}.modal-info{flex:1;display:flex;flex-direction:column;padding:25px 20px 50px}.modal-info h2{margin-top:0;margin-bottom:1rem;font-size:1.5rem}.modal-info p{margin-top:0;margin-bottom:.5rem;font-size:.9rem}.modal-options{display:flex;gap:2rem;margin:1rem 0;font-size:.9rem}.option-group{display:flex;flex-direction:column;font-size:.9rem}.option-groupc{margin-bottom:.5rem;font-size:.9rem}.option-groupss{border:2px solid #7CAF8E;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-family:inherit;outline:none;resize:vertical}.quote-btn{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s ease;align-self:start}.quote-btn:hover{background-color:#5f9674}.return-home-btn{background-color:transparent;border:2px solid #7CAF8E;color:#7caf8e;padding:.6rem 1.2rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin:2rem auto 0;display:block}.return-home-btn:hover{background-color:#7caf8e;color:#fff}@media (max-width: 500px){.tvunit-modal{flex-direction:column;height:auto;gap:0;margin-top:80px}.modal-close-btn{top:1px;right:7px}.modal-image-wrapper{width:100%;height:250px;overflow:hidden;border-radius:8px}.modal-main-img{width:100%;height:100%;object-fit:cover;object-position:center 10%;transform:scale(1.05);border-radius:8px}.tvunits-texts{flex-direction:column;gap:1rem;padding:30px 20px;text-align:left}.tvunits-textsh1{font-size:1.2rem}.tvunits-textsp{text-align:left;font-size:.75rem}.tvunits-grid{padding:20px;grid-template-columns:1fr}.tvunit-card-img{height:220px;object-position:center 10%}.tvunit-card{margin-bottom:20px}.modal-main-img{max-height:40vh}.modal-info{padding:.5rem}.modal-info h2{font-size:1rem}.modal-info p{font-size:.7rem}.modal-options{flex-direction:column;gap:.7rem;margin:.5rem 0}.option-groupss,.option-groupc{font-size:.7rem}.quote-btn{width:60%;font-size:.8rem;margin:8px auto;padding-top:12px}.image-zoomed{transform:scale(1.11)}}@media (min-width: 501px) and (max-width: 767px){.tvunits-texts{flex-direction:column;padding:30px;text-align:left}.tvunits-grid{padding:20px 30px;grid-template-columns:1fr}.tvunit-card-img{height:320px}.tvunit-modal{flex-direction:column;height:auto;max-height:90vh}.modal-main-img{max-height:45vh}.modal-info{padding:1rem}.modal-options{flex-direction:column;gap:1rem}.return-home-btn{width:90%;font-size:1rem}}@media (min-width: 768px) and (max-width: 900px){.tvunits-grid{grid-template-columns:1fr;padding:30px 50px}.tvunits-texts{padding:30px 50px;flex-direction:column;gap:1rem}.tvunit-modal{flex-direction:column;height:auto;max-height:90vh}.modal-main-img{max-height:50vh}.modal-options{flex-direction:row;gap:1.5rem}}@media (min-width: 1800px){.tvunits-grid{max-width:1600px;margin:0 auto;padding:40px 80px;gap:2rem}.tvunit-card-img{height:500px}.tvunits-textsh1{font-size:2rem}.tvunits-textsp{font-size:1rem}.modal-main-img{max-height:70vh}.modal-info{padding:40px}.modal-info h2{font-size:2rem}.quote-btn{font-size:1.2rem;padding:1rem 2rem}}.wall-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/wallpanels/examples/process-step4.jpg);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.wall-overlay{background-color:#0006;height:100%;width:100%;z-index:1;display:flex;justify-content:center;align-items:center}.wall-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.wall-overlay h1{font-size:2rem}}.benefits-section{padding:5rem 1rem 6rem;background-color:#fff;font-family:Inter,sans-serif;text-align:center}.benefits-title{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;margin-bottom:6rem}.benefits-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.benefit-card{background:#f9f9f9;border-radius:12px;padding:1.5rem;width:250px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.benefit-card:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 8px 20px #00000026}.benefit-icon{width:48px;height:48px;margin-bottom:1rem}.benefit-card p{font-size:.95rem;color:#333;line-height:1.5}@media (max-width: 500px){.benefit-card{width:90%;padding:1.2rem}.benefit-card p{font-size:.9rem}}@media (min-width: 501px) and (max-width: 767px){.benefit-card{width:90%;padding:1.3rem}}@media (min-width: 768px) and (max-width: 900px){.benefit-card{width:230px;padding:1.4rem}}@media (min-width: 1800px){.benefit-card{width:280px;padding:1.8rem}.benefit-card p{font-size:1.05rem}.benefit-icon{width:56px;height:56px}}.wp-process{padding:4rem 1rem;background-color:#f5f5f5;font-family:Inter,sans-serif;color:#333}.wp-process-title{font-family:var(--font-heading);font-size:1.6rem;text-align:center;margin-bottom:3rem;font-weight:600}.wp-process-steps{display:flex;flex-direction:column;gap:5rem;max-width:1050px;margin:0 auto}.wp-process-step{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.wp-process-step.left{flex-direction:row}.wp-process-step.right{flex-direction:row-reverse}.wp-process-image img{object-fit:cover;width:500px;height:350px;box-shadow:0 8px 18px #0003}.wp-process-text{flex:1;min-width:280px;max-width:600px}.wp-process-step.right .wp-process-text{text-align:right}.wp-process-step.right .wp-process-text h3{justify-content:flex-end}.wp-process-text h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.step-numberr{color:#7caf8e;font-weight:700;font-size:1.5rem}.wp-process-text p{font-size:1.1rem;line-height:1.6}@media (max-width: 500px){.wp-process-steps{gap:3rem}.wp-process-step{flex-direction:column!important;align-items:center;text-align:center}.wp-process-text{max-width:100%;text-align:center!important}.wp-process-text h3{justify-content:center!important;font-size:1.3rem}.wp-process-text p{font-size:.95rem}.wp-process-image img{height:220px;object-fit:cover;object-position:center 20%}}@media (min-width: 501px) and (max-width: 767px){.wp-process-step{flex-direction:column!important;align-items:center;text-align:center;gap:2rem}.wp-process-text{max-width:100%;text-align:center!important}.wp-process-text h3{justify-content:center!important;font-size:1.35rem}.wp-process-text p{font-size:1rem}.wp-process-image img{width:100%;height:auto;max-width:100%}}@media (min-width: 768px) and (max-width: 900px){.wp-process-step{gap:2.5rem}.wp-process-image img{width:450px;height:320px}.wp-process-text h3{font-size:1.45rem}.wp-process-text p{font-size:1.05rem}}@media (min-width: 1800px){.wp-process-steps{max-width:1300px;gap:6rem}.wp-process-image img{width:650px;height:450px}.wp-process-text h3{font-size:1.8rem}.wp-process-text p{font-size:1.25rem}}.gallery-carousel{padding:2rem 0;background:linear-gradient(180deg,#fff,#f5f5f5)}.gallery-carousel__title{font-family:var(--font-heading);font-size:2rem;padding-left:6rem;font-weight:300;margin-bottom:10px}.gallery_underline{width:210px;height:2px;background-color:#7da98e;margin:0 0 70px 200px;border-radius:2px}.gallery-carousel__container{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-left:0}.gallery-carousel__container::-webkit-scrollbar{display:none}.gallery-carousel__container{-ms-overflow-style:none;scrollbar-width:none}.gallery-card{flex:0 0 auto;width:400px;padding-top:.9rem}.gallery-card__image{width:100%;height:auto;aspect-ratio:4/5;background-size:cover;background-position:center;border-radius:12px;transition:transform .4s ease;box-shadow:1px 1px 9px #0003}.gallery-card__image:hover{transform:scale(1.03)}@media (max-width: 500px){.gallery-carousel__title{font-size:1.5rem;padding-left:1rem;margin-bottom:.5rem}.gallery_underline{margin:0 150px 40px auto;width:40%}.gallery-carousel__container{gap:.6rem}.gallery-card{width:340px;padding-left:5px}.gallery-card__image{aspect-ratio:4/6;border-radius:8px;padding-left:10px}}@media (min-width: 501px) and (max-width: 767px){.gallery-carousel__title{font-size:1.7rem;padding-left:2rem}.gallery_underline{margin-left:2rem;margin-bottom:50px}.gallery-card{width:300px}.gallery-card__image{border-radius:10px}}@media (min-width: 768px) and (max-width: 900px){.gallery-carousel__container{gap:.8rem}.gallery-card{width:320px}.gallery_card__image{border-radius:10px}}@media (min-width: 1800px){.gallery-carousel__title{font-size:2.4rem;padding-left:8rem;margin-bottom:1rem}.gallery_underline{width:260px;margin-left:300px;margin-bottom:80px}.gallery-carousel__container{gap:1.5rem}.gallery-card{width:500px}.gallery-card__image{border-radius:14px}}.wp-cta-wrapper{padding:1rem 1rem 4rem;text-align:center;font-family:Inter,sans-serif;background-color:#f5f5f5}.wp-cta-btn{background-color:#7caf8e;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .25s ease}.wp-cta-btn:hover{background-color:#5f9674}@media (max-width: 500px){.wp-cta-btn{width:70%;font-size:.95rem}}@media (min-width: 501px) and (max-width: 767px){.wp-cta-btn{font-size:.95rem;padding:.9rem 1.6rem}}@media (min-width: 768px) and (max-width: 900px){.wp-cta-btn{font-size:1rem;padding:1rem 2rem}}@media (min-width: 1800px){.wp-cta-btn{font-size:1.15rem;padding:1.1rem 2.4rem}}.sp-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/sandpolish/steps/step4.jpg);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.sp-overlay{background-color:#0006;height:100%;width:100%;z-index:1;display:flex;justify-content:center;align-items:center}.sp-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.sp-overlay h1{font-size:2rem}}.sp-info{padding:4rem 1rem;background-color:#fff;font-family:Inter,sans-serif;color:#333}.sp-info-inner{max-width:900px;margin:0 auto;text-align:center}.sp-info h2{font-family:var(--font-heading);font-size:1.6rem;margin-bottom:1rem;font-weight:600}.sp-info p{font-size:1rem;line-height:1.6}.sp-info-innerp{margin-bottom:4rem}.sp-benefits{display:flex;justify-content:center;gap:2rem}.sp-benefit-card{background:#f9f9f9;border-radius:12px;padding:2.5rem 1.5rem;width:220px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease;cursor:default;text-align:center}.sp-benefit-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0000001a}.sp-icon{width:48px;height:48px;margin-bottom:1rem}@media (max-width: 500px){.sp-info h2{font-size:1.3rem}.sp-info p{font-size:.95rem}.sp-benefits{flex-direction:column;align-items:center}.sp-benefit-card{width:100%;max-width:280px}}@media (min-width: 501px) and (max-width: 767px){.sp-info h2{font-size:1.4rem}.sp-info p{font-size:1rem}.sp-benefits{flex-wrap:wrap;justify-content:center}.sp-benefit-card{width:45%;max-width:280px}}@media (min-width: 768px) and (max-width: 900px){.sp-info h2{font-size:1.5rem}.sp-info p{font-size:1.05rem}.sp-benefit-card{width:200px}}@media (min-width: 1800px){.sp-info-inner{max-width:1100px}.sp-info h2{font-size:1.8rem}.sp-info p{font-size:1.2rem}.sp-benefit-card{width:260px;padding:3rem 2rem}.sp-icon{width:56px;height:56px}}.sp-process{padding:4rem 1rem;background-color:#f9faf9;font-family:Inter,sans-serif;color:#333}.sp-process-title{font-family:var(--font-heading);text-align:center;font-size:1.6rem;margin-bottom:4rem;font-weight:600}.sp-steps{display:flex;flex-direction:column;gap:5rem;max-width:1050px;margin:0 auto}.sp-step{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.sp-step:nth-child(odd){flex-direction:row}.sp-step:nth-child(2n){flex-direction:row-reverse}.sp-step:nth-child(2n) .sp-step-text{text-align:right}.sp-step:nth-child(2n) .sp-step-text h3{justify-content:flex-end}.sp-step-image img{object-fit:cover;width:500px;height:350px;box-shadow:0 8px 18px #0003}.sp-step-text{flex:1;min-width:280px;max-width:600px}.sp-step-text h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.sp-step-number{color:#7caf8e;font-weight:700;font-size:1.5rem}.sp-step-text p{font-size:1.1rem;line-height:1.6}@media (max-width: 500px){.sp-step{flex-direction:column!important;align-items:center;text-align:center;gap:1rem}.sp-step-text{max-width:100%;text-align:center!important}.sp-step-text h3{justify-content:center!important;font-size:1.2rem;margin-bottom:.5rem}.sp-step-text p{font-size:.9rem}.sp-step-image img{height:220px}}@media (min-width: 501px) and (max-width: 767px){.sp-step{flex-direction:column!important;align-items:center;text-align:center}.sp-step-text{max-width:100%;text-align:center!important}.sp-step-text h3{justify-content:center!important;font-size:1.3rem}.sp-step-text p{font-size:.95rem}.sp-step-image img{width:100%;height:auto;max-width:100%}}@media (min-width: 768px) and (max-width: 900px){.sp-step{gap:2rem}.sp-step-image img{width:400px;height:280px}.sp-step-text h3{font-size:1.4rem}.sp-step-text p{font-size:1rem}}@media (min-width: 1800px){.sp-steps{max-width:1300px}.sp-step-image img{width:600px;height:400px}.sp-step-text h3{font-size:1.7rem}.sp-step-text p{font-size:1.2rem}}.sp-cta{padding:3rem 1rem 6rem;background-color:#f9faf9;text-align:center;font-family:Inter,sans-serif}.sp-cta h2{font-size:1.8rem;margin-bottom:1.5rem;font-weight:600}.sp-cta-btn{background-color:#7caf8e;color:#fff;border:none;padding:.9rem 1.8rem;border-radius:999px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.sp-cta-btn:hover{background-color:#689f7c}@media (max-width: 500px){.sp-cta h2{font-size:1.4rem}.sp-cta-btn{font-size:.95rem;padding:.8rem 1.6rem}}@media (min-width: 501px) and (max-width: 767px){.sp-cta h2{font-size:1.5rem}.sp-cta-btn{font-size:1rem;padding:.85rem 1.7rem}}@media (min-width: 768px) and (max-width: 900px){.sp-cta h2{font-size:1.6rem}.sp-cta-btn{font-size:1.05rem;padding:.9rem 1.8rem}}@media (min-width: 1800px){.sp-cta{padding:4rem 1rem 8rem}.sp-cta h2{font-size:2rem}.sp-cta-btn{font-size:1.15rem;padding:1rem 2.2rem}}.pv-hero{background-image:url(https://site-tredflooring-assets.s3.amazonaws.com/pavers/hero.jpg);background-size:cover;background-position:center;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.pv-overlay{background-color:#0006;height:100%;width:100%;z-index:1;display:flex;justify-content:center;align-items:center}.pv-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}@media (max-width: 500px){.pv-overlay h1{font-size:2rem}}.pavers-page{font-family:Inter,sans-serif;color:#222;background:#fff}.pavers-hero{text-align:center;padding:4rem 1rem 2rem}.pavers-hero h1{font-size:2.4rem;margin-bottom:.8rem;font-weight:600}.pavers-hero p{font-size:1rem;max-width:600px;margin:0 auto;color:#555}.pavers-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;padding:2rem 1rem;max-width:1200px;margin:0 auto}.pavers-cta{text-align:center;padding:3rem 1rem 5rem}.pavers-cta-btn{background-color:#7caf8e;color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1rem;cursor:pointer;transition:background-color .25s ease}.pavers-cta-btn:hover{background-color:#5f9674}@media (max-width: 500px){.pavers-hero h1{font-size:1.8rem}.pavers-hero p{font-size:.95rem;padding:0 .5rem}.pavers-list{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.pavers-cta-btn{width:100%;font-size:.95rem;padding:.8rem 1.2rem}}@media (min-width: 501px) and (max-width: 767px){.pavers-list{grid-template-columns:repeat(2,1fr);gap:1.8rem}}@media (min-width: 768px) and (max-width: 900px){.pavers-list{grid-template-columns:repeat(2,1fr);gap:2rem}.pavers-hero h1{font-size:2.2rem}.pavers-hero p{font-size:1rem}}@media (min-width: 1800px){.pavers-list{max-width:1600px;gap:2.5rem}.pavers-hero h1{font-size:2.8rem}.pavers-hero p{font-size:1.1rem;max-width:700px}.pavers-cta-btn{font-size:1.2rem;padding:1.2rem 2.5rem}}.paver-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;cursor:default;width:260px}.paver-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.paver-card__img-wrapper{width:100%;height:220px;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box}.paver-card__img{max-width:100%;max-height:100%;object-fit:contain}.paver-card__body{padding:1rem 1.2rem 1.5rem;width:100%;text-align:center}.paver-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:#222;margin:0 auto;text-align:left}.paver-card__separator{display:block;width:100%;height:1px;background-color:#000;margin:.6rem 0}.paver-card__meta{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-body);font-size:.9rem;color:#555}@media (max-width: 500px){.paver-card{width:100%;max-width:90%;margin:0 auto}.paver-card__img-wrapper{height:200px;padding:.8rem}.paver-card__title{font-size:1rem}.paver-card__meta{font-size:.85rem}}@media (min-width: 501px) and (max-width: 767px){.paver-card{width:100%;max-width:100%}}@media (min-width: 768px) and (max-width: 900px){.paver-card{width:240px}}@media (min-width: 1800px){.paver-card{width:280px}.paver-card__title{font-size:1.3rem}.paver-card__meta{font-size:1rem}.paver-card__img-wrapper{height:240px}}:root{--font-heading: "Lora", serif;--font-body: "Inter", sans-serif}:root{--primary-green: #7DA98E;--green-hover: #6c947b;--white: #ffffff;--black: #000000;--text-dark: #1a1a1a;--bg-light: #f9f9f9;--gray-light: #eaeaea;--gray-dark: #666;--font-heading: "Lora", serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;scroll-behavior:smooth;background-color:#fff;font-family:var(--font-body);color:var(--text-dark);margin:0;overscroll-behavior:none;scrollbar-width:none;-ms-overflow-style:none}a{text-decoration:none}ul,li{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none}input,button,textarea{font-family:inherit;outline:none}html,body{overscroll-behavior:none}body::-webkit-scrollbar{display:none}
