@import url("all.min.css");@import url("main.css");@import url("layout.css");.contact-header{position:relative;min-height:55vh;display:flex;align-items:center;justify-content:center;background:url('/images/shop/wood.webp') center/cover no-repeat;padding:140px 0 80px 0;border-bottom-right-radius:90px;overflow:hidden}.contact-header::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,13,20,0.85) 0%,rgba(10,13,20,0.5) 100%);z-index:1}.hero-box{position:relative;z-index:2;width:100%;max-width:780px;margin:0 auto;padding:3rem 3.5rem;background:rgba(255,255,255,0.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-md);border:1px solid rgba(255,255,255,0.12);text-align:center;box-shadow:0 30px 60px rgba(0,0,0,0.3)}.hero-box h1{color:#ffffff;margin-top:0.5rem;margin-bottom:1.25rem;font-weight:600}.hero-box p{color:#E2E8F0;font-size:clamp(0.95rem,1.8vw,1.1rem);font-size:1.05rem;line-height:1.8;margin-bottom:0;font-weight:300}.tag{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1rem;color:var(--text-muted,#737373)}@media (max-width:992px){.contact-header{min-height:auto;padding:130px 20px 80px 20px;border-bottom-right-radius:60px}.hero-box{padding:2.5rem 2rem}}@media (max-width:768px){.contact-header{padding:110px 15px 60px 15px;border-bottom-right-radius:40px}.hero-box{padding:2rem 1.25rem;border-radius:var(--border-radius-sm,10px);background:rgba(0,0,0,0.3)}.hero-box h1{font-size:1.85rem;margin-bottom:0.85rem}.hero-box p{font-size:0.96rem;line-height:1.6}}@media (max-width:480px){.contact-header{padding-top:100px;padding-bottom:50px}.hero-box{padding:1.5rem 1rem}.hero-box h1{font-size:1.6rem}.hero-box p{font-size:0.88rem}}#services{padding:90px 0;background:var(--bg-primary)}.service-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;overflow:hidden;padding:2.5rem 2rem;text-align:center;background:#fff;border:1px solid var(--border-color);border-radius:12px;transition:var(--transition)}.service-card::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:var(--primary);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-card:hover::after{transform:scaleX(1)}.service-icon{margin-bottom:1.5rem;font-size:2.8rem;color:var(--primary);transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.10)}.service-card h3{margin-bottom:1rem;font-size:1.4rem;font-weight:600;color:var(--text-main)}.service-card p{margin:0;font-size:.9rem;line-height:1.6;color:var(--text-muted)}.product-card{background:#fff;border-radius:var(--border-radius-sm);overflow:hidden;border:1px solid var(--border-color);transition:var(--hover-transition);position:relative;height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 15px 35px rgba(0,0,0,0.05);border-color:transparent}.product-img{height:280px;padding:1.5rem;background:#F8F9FA;display:flex;align-items:center;justify-content:center}.product-img img{max-width:100%;max-height:100%;object-fit:contain;transition:var(--hover-transition)}.product-card:hover .product-img img{transform:scale(1.08)}.product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-title{font-size:1.1rem;font-weight:500;margin-bottom:0.5rem}.product-price{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--accent-color);font-weight:600;margin-top:auto;margin-bottom:1rem}.dim-badge{font-size:0.75rem;background:var(--bg-light-grey);padding:0.3rem 0.6rem;border-radius:4px;color:var(--text-muted);display:inline-block;margin-bottom:1rem;letter-spacing:0.05em}.featured-row{align-items:center;margin-bottom:4rem}.featured-img-box{background:var(--bg-light-grey);border-radius:var(--border-radius-sm);padding:1rem;text-align:center;overflow:hidden;position:relative}.featured-img-box .carousel-item{height:350px;background:#EAEAEA;border-radius:8px;overflow:hidden;cursor:pointer}.featured-img-box .carousel-item img{width:100%;height:100%;object-fit:contain;display:block;transition:transform 0.6s ease}.featured-img-box .carousel-item:hover img{transform:scale(1.05)}.featured-img-box{position:relative;border-radius:12px;overflow:hidden}.featured-img-box::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:2}.featured-img-box::before{content:'View Details';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.9);background-color:#ffffff;color:#1a1a1a;font-size:0.85rem;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;padding:0.5rem 1.25rem;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,0.2);opacity:0;transition:opacity 0.3s ease,transform 0.3s ease;pointer-events:none;z-index:3}.featured-img-box:hover::after{opacity:1}.featured-img-box:hover::before{opacity:1;transform:translate(-50%,-50%) scale(1)}.carousel-indicators{z-index:4!important}.btn-custom{border-radius:var(--border-radius-sm);padding:0.8rem 2.5rem;letter-spacing:0.1em;text-transform:uppercase;font-size:0.85rem;transition:var(--hover-transition);text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem}.btn-outline-dark-custom{border:1px solid var(--text-main);color:var(--text-main);background:transparent}.btn-outline-dark-custom:hover{background-color:rgba(0,0,0,0.8);color:#FFF}.btn-solid-custom{background-color:var(--text-main);color:#fff;border:1px solid var(--text-main);padding:0.6rem 1.5rem;width:100%}.btn-solid-custom:hover{background-color:#fff;color:var(--text-main)}.product-card{background:#ffffff;border-radius:10px;border:1px solid rgba(0,0,0,0.08);box-shadow:0 2px 10px rgba(0,0,0,0.03);transition:box-shadow 0.3s ease}.product-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.08)}.product-img-wrapper{position:relative;width:100%;height:240px;overflow:hidden!important;border-top-left-radius:10px;border-top-right-radius:10px;background-color:#f8f9fa}.product-card-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.4s ease-in-out;display:block}.product-img-wrapper:hover .product-card-img,.product-card:hover .product-card-img{transform:scale(1.08)}.cursor-pointer{cursor:pointer}.btn-outline-dark-custom{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a;padding:0.4rem 0.85rem;font-size:0.8rem;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;border-radius:4px;transition:all 0.25s ease;display:inline-block;text-decoration:none}.btn-outline-dark-custom:hover{background-color:#1a1a1a;color:#ffffff;border-color:#1a1a1a;box-shadow:0 3px 8px rgba(0,0,0,0.12)}.btn-outline-light-custom{padding:0.4rem 0.85rem;font-size:0.8rem;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;border-radius:4px;transition:all 0.25s ease;display:inline-block;text-decoration:none;background-color:#1a1a1a;color:#ffffff;border-color:#1a1a1a}.btn-outline-light-custom:hover{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a;box-shadow:0 3px 8px rgba(0,0,0,0.12)}.modal-close-btn{position:absolute;top:20px;right:20px;z-index:10;background:rgba(255,255,255,0.9);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.25s ease}.modal-close-btn i{color:#000000!important;font-size:1.1rem;transition:color 0.25s ease}.modal-close-btn:hover{background:#e5e5e5!important}.modal-close-btn:hover i{color:#000000!important}.product-img-wrapper{position:relative;width:100%;height:240px;overflow:hidden!important;border-top-left-radius:10px;border-top-right-radius:10px;background-color:#f8f9fa;border:none;padding:0;display:block}.product-card-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center;transition:transform 0.4s ease-in-out;display:block}.product-img-wrapper:hover .product-card-img,.product-card:hover .product-card-img{transform:scale(1.08)}