: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}.navbar{position:absolute;top:0;left:0;width:100%;height:80px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;z-index:999;font-family:Inter,sans-serif;background:transparent}.logo{display:flex;align-items:center}.logo img{height:40px;width:auto}.navbar-right-group{display:flex;align-items:center;gap:2rem}.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}.navbar-cart-img{width:26px;height:26px}.navbar-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;z-index:1001}.navbar-hamburger span{width:28px;height:3px;background-color:#fff;display:block}.nav-mobile{position:fixed;top:0;right:-100%;width:60%;height:100vh;background-color:#3b3b3b;padding:2rem;display:flex;flex-direction:column;transition:right .3s ease;z-index:1000}.nav-mobile.open{right:0}.nav-mobile ul{list-style:none;padding:0;margin-top:2rem;display:flex;flex-direction:column;gap:14px}.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{position:fixed;inset:0;background-color:#00000080;z-index:999}@media(max-width:767px){.nav-desktop,.navbar-cart-icon{display:none}.navbar-hamburger{display:flex}.logo img{height:30px}}@media(max-width:600px){.logo img{height:30px}}@media(max-width:320px){.logo img{height:20px}}.hero-section{position:relative;height:100vh;overflow:hidden}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:subtleZoom 10s ease-in-out infinite}@keyframes subtleZoom{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-overlay{position:relative;background-color:#0006;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{width:90%;padding:0}.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{width:90%;padding:0 1.5rem}.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}.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}.nav-arrow{padding:0 25px;font-size:30px;cursor:pointer;background:none;border:none;color:var(--text-dark)}.collections-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.collection-card{position:relative;max-width:220px;margin:0 auto;cursor:pointer;transition:transform .3s ease}.collections-img{width:100%;height:auto;object-fit:cover;border-radius:20px;aspect-ratio:1 / 1}.collection-card:hover img{transform:scale(1.05)}.card-title{margin-top:12px;font-family:var(--font-body);color:var(--text-dark)}@media(max-width:500px){.collections-gallery{grid-template-columns:1fr}.collections-header{text-align:center;padding:0 1rem 10px;align-items:center;justify-content:center}.title{font-size:1.3rem}.subtitle{font-size:.9rem;max-width:90%;padding-top:10px;text-align:center}.collection-card{max-width:100%;padding-top:20px}.collection-card img{aspect-ratio:2 / 1}.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{font-size:.95rem;text-align:center}.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}.title{font-size:1.4rem}.subtitle{font-size:.95rem}}@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}}.about-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.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}}.pc-section{padding:5rem 0 3rem;font-family:Inter,sans-serif;background:linear-gradient(to bottom,#fff,#e0f2e9)}.pc-container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.pc-intro{font-size:1rem;margin-bottom:2.5rem;font-weight:500;line-height:1.5}.pc-filter-bar{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.pc-filter-barr,.pc-filter-bar input[type=text]{padding:.75rem 1rem;font-size:1rem;border:2px solid #7CAF8E;border-radius:50px;max-width:500px;flex:1}.product-search-button,.pc-search-button{background-color:#7caf8e;color:#fff;border:none;padding:.75rem;border-radius:999px;cursor:pointer}.product-filters-button{background:none;border:none;color:#7caf8e;font-weight:600;cursor:pointer;font-size:1rem}.pc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:4rem}.pc-card{background:#fff;border-radius:12px;box-shadow:0 6px 16px #00000014;display:flex;flex-direction:column;transition:transform .2s ease}.pc-card:hover{transform:translateY(-4px)}.pc-card-img{width:100%;padding-bottom:75%;background-size:cover;background-position:center;cursor:pointer;border-top-left-radius:12px;border-top-right-radius:12px}.pc-card-info{padding:1rem;text-align:left}.pc-card-header .pc-collection-name{font-size:1.1rem;font-weight:900;margin:0;color:#333;font-family:var(--font-body);margin-bottom:.2rem}.pc-card-header .pc-collection-specs{font-size:.8rem;color:#555;margin-bottom:.5rem}.pc-color-row{display:flex;flex-direction:column;gap:.4rem}.pc-color-label{font-size:.8rem;color:#333}.pc-color-thumbs{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.pc-thumb{width:35px;height:35px;object-fit:cover;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.pc-thumb:hover{transform:scale(1.1)}.pc-thumb.active{border-color:#7caf8e}.pc-thumbs-toggle-btn{background:#7caf8e;border:none;color:#fff;padding:.3rem;font-size:.6rem;cursor:pointer;border-radius:5px}.pc-card-actions .pc-request-button{width:100%;padding:.6rem 1rem;background:#7caf8e;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s ease;text-align:center;margin-top:.5rem}.pc-card-actions .pc-request-button:hover{background:#699f7e}.pc-no-results{color:#555;margin-top:2rem}.pc-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:3rem}.pc-page-arrow,.pc-page-num{border:1px solid #7CAF8E;color:#7caf8e;padding:.4rem .8rem;border-radius:4px;cursor:pointer;background:none}.pc-page-num.active,.pc-page-arrow:disabled{background:#7caf8e;color:#fff;cursor:default}.pc-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.pc-modal-content{position:relative;max-width:80vh;max-height:80vh}.pc-modal-image{width:100%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #00000080}.pc-modal-close-btn{position:absolute;top:-30px;right:-25px;background:#fff;border:none;border-radius:50%;width:30px;height:30px;font-size:1.5rem;cursor:pointer;z-index:1}.product-filters-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.product-filters-modal{background:#fff;padding:2rem 1rem;border-radius:12px;width:90%;max-width:320px;box-shadow:0 4px 16px #0003;text-align:center}.product-filter-group label,.product-filter-gp{font-size:1rem;display:block;margin-bottom:.5rem}.product-filter-group select{border-color:#699f7e;border-radius:15px;padding:.3rem}.product-filter-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-apply-filters-btn{background:#7caf8e;color:#fff;border:none;padding:.75rem;border-radius:8px;cursor:pointer}.product-clear-filters-btn{color:#7caf8e;font-size:.9rem;cursor:pointer;text-decoration:underline}.scroll-to-top-button{position:fixed;bottom:40px;right:20px;background:#7caf8e;color:#fff;border:none;padding:.9rem 1.25rem;border-radius:50px;cursor:pointer;z-index:1000;font-size:.8rem}.pc-load-more-button{display:block;margin:2rem auto 3rem;background-color:#7caf8e;color:#fff;border:none;padding:.9rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .15s ease}.pc-load-more-button:hover{background-color:#699f7e;transform:translateY(-2px)}.pc-load-more-button:active{transform:scale(.97)}@media(max-width:900px){.pc-section{padding:3rem 0 1rem}.pc-card-img{padding-bottom:60%}.pc-thumb{width:50px;height:50px}}@media(max-width:500px){.pc-intro{font-size:1rem!important}.pc-filter-barr,.pc-filter-bar input[type=text]{padding:.75rem 1rem;font-size:1rem;border:2px solid #7CAF8E;border-radius:50px;max-width:200px;flex:1}}.product-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-hero:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.product-overlay{position:relative;z-index:2}.product-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.product-overlay h1{font-size:2rem}}.projects-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.projects-hero:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.projects-overlay{position:relative;z-index:2}.projects-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.projects-overlay h1{font-size:2rem}}.booking-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.booking-hero:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.booking-overlay{position:relative;z-index:2}.booking-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.booking-overlay h1{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}}.sample-request-page{font-family:Inter,sans-serif;background:linear-gradient(to bottom,#fff 25%,#e0f2e9);min-height:100vh}.sample-request-container{max-width:640px;margin:0 auto;padding-top:3rem;padding-bottom:4rem}.sample-request-container h1{padding-bottom:2rem;text-align:center;font-size:1.8rem}.sample-cart{margin-bottom:2.5rem;border:1px solid #7CAF8E;padding:1.25rem;border-radius:8px;width:100%}.sample-cart h2{margin-bottom:1rem;font-size:1.25rem}.sample-cart p{padding:1rem 0;font-size:1rem;color:#444}.sample-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sample-item span{font-size:1rem;color:#333}.remove-btn{background:none;border:none;color:#e74c3c;font-size:1.3rem;cursor:pointer;transition:transform .2s}.remove-btn:hover{transform:scale(1.2)}.sample-form{display:flex;flex-direction:column;gap:1.5rem}.sample-form .form-group{display:flex;flex-direction:column;align-items:center;width:100%}.sample-form label{margin-bottom:.5rem;font-weight:600;width:60%}.sample-form input{padding:.75rem;border:1px solid #7CAF8E;border-radius:6px;font-size:1rem;width:60%}.error{color:red;font-size:.85rem;margin-top:.4rem;width:60%;text-align:left}.bnt-sub{text-align:center;padding-top:1.5rem}.submit-btn{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1.6rem;border-radius:999px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.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}.back-btn:hover{text-decoration:underline}.extra-buttons{text-align:center;padding-top:1rem}@media(max-width:768px){.sample-request-container{padding:2rem 1rem 3rem}.sample-form label,.sample-form input,.error,.submit-btn,.sample-cart{width:100%}}@media(min-width:1800px){.sample-request-container{max-width:720px}.sample-cart,.sample-form input,.sample-form label{width:60%}}.sample-hero{position:relative;height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.sample-hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.sample-hero:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.sample-overlay{position:relative;z-index:2}.sample-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.sample-overlay h1{font-size:2rem}}.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:200px;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:180px;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:180px}.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}}.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}.return-home-btn:hover{background-color:#7caf8e;color:#fff}@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:190px;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:.5rem 1rem .8rem;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}.product-request-button{background-color:#7caf8e;color:#fff;width:100%;margin-top:.8rem;padding:.5rem;font-size:.9rem;border:none;border-radius:8px;cursor:pointer}.product-request-button:hover{background-color:#689f7c}}.aboutt-hero{background:url(https://ik.imagekit.io/ijsd2xvnc/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{position:relative;height:80vh;overflow:hidden}.tv-hero:before{content:"";position:absolute;inset:0;background-color:#0006;z-index:1}.tv-overlay{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:flex-end;padding:2rem;height:100%;width:100%}.tv-overlay h1{color:#fff;font-size:2rem;font-weight:700;text-align:right;font-family:var(--font-heading)}@media(max-width:500px){.tv-overlay h1{font-size:1.5rem}}.wall-hero{position:relative;height:60vh;overflow:hidden}.wall-hero:before{content:"";position:absolute;inset:0;background-color:#0006;z-index:1}.wall-overlay{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;height:100%}.wall-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@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}}.sp-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.sp-hero:before{content:"";position:absolute;inset:0;background-color:#0006;z-index:1}.sp-overlay{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.sp-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.sp-overlay h1{font-size:2rem}}.pv-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.pv-overlay{background-color:#0006;height:100%;width:100%;position:absolute;inset:0;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;font-family:var(--font-heading)}@media(max-width:500px){.pv-overlay h1{font-size:2rem}}.uc-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(to bottom,#f5f5f5,#e0f2e9);padding:3rem 1rem;font-family:Inter,sans-serif}.uc-logo{height:60px;margin-bottom:2rem}.uc-box{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 12px 30px #0000001a;text-align:center;max-width:420px;width:100%}.uc-icon{font-size:3rem;animation:bounce 1.2s infinite alternate;margin-bottom:1rem;color:#7caf8e}.uc-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:.75rem}.uc-text{font-size:1.1rem;color:#555;margin-bottom:2rem;line-height:1.5}.uc-btn{background-color:#7caf8e;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:999px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.uc-btn:hover{background-color:#699f7e}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.about-heroRugs{position:relative;height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.about-heroRugs:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.overlay{position:relative;z-index:2}.overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.overlay h1{font-size:2rem}}.skirting-hero{position:relative;height:60vh;overflow:hidden}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.skirting-hero:before{content:"";position:absolute;inset:0;background-color:#0006;z-index:1}.skirting-overlay{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;height:100%}.skirting-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center;font-family:var(--font-heading)}@media(max-width:500px){.skirting-overlay h1{font-size:2rem}}
