@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,serif}body{background:#f7f3eb}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.btn{background:#fff;color:#212121;padding:14px 25px;font-size:16px;border-radius:30px;cursor:pointer;border:0;outline:0;display:inline-flex;align-items:center;justify-content:center}.btn img{width:20px;margin-left:10px}nav{width:100%;background:#f7f3eb;color:#000;padding:4px 0;height:70px;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:space-between;z-index:10}.nav-container{padding-left:10%;padding-right:10%}.logo{width:300px}nav ul li{display:inline-block;list-style:none;margin:5px 20px;font-size:16px;color:inherit;text-decoration:none}.dark-nav{background:#f7f3eb;transition:.5s;color:#000}.dark-clr{color:#000}.btn{background-color:#ffa54e}.menu-icon{display:none}@media (max-width: 1050px){.logo{width:250px}nav ul li{margin:10px 15px}}@media (max-width: 940px){.logo{width:200px}nav ul li{margin:10px}}@media (max-width: 840px){nav{padding:15px 0}.logo{width:250px}nav ul{position:fixed;top:0;right:0;bottom:0;background:#f7f3eb;z-index:-1;width:150px;padding-top:70px;transition:.5s}nav ul li{display:block;margin:25px 40px}.menu-icon{display:block;width:30px;cursor:pointer}.hide-mobile-menu{right:-150px}}.hero{width:100%;height:100vh;background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;justify-content:center;transition:background-image 1s ease-in-out}.hero-text{text-align:center;max-width:800px;z-index:1}.hero-text h1{font-size:60px;font-weight:600}.hero-text p{max-width:700px;margin:35px auto 30px;line-height:1.4}.send-enquiry-btn{background-color:#ffa54e;padding:12px 24px;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background-color .3s ease}.send-enquiry-btn:hover{background-color:#ff913a}.chevron-down{position:absolute;bottom:20px;animation:bounce 2s infinite;z-index:2}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.hero-text h1,.hero-text p,.send-enquiry-btn{animation:slideInFromLeft 1s ease-out}@media (max-width:850px){.hero-text h1{font-size:40px}}@media (max-width:650px){.hero-text h1{font-size:30px;max-width:400px;margin:auto}.hero-text p{margin:15px auto 30px;font-size:14px}}.about-container{display:flex;justify-content:space-between;align-items:center;padding:60px 40px!important;background-color:#f7f3eb;max-width:1200px;margin:0 auto;flex-wrap:wrap}.about-content{flex:1;max-width:600px;margin-right:20px}.about-content h2{font-size:2.5rem;color:#333;margin-bottom:20px;position:relative}.about-content p{font-size:1.1rem;line-height:1.8;color:#4a4a4a}.about-underline{text-decoration:underline;text-decoration-color:#ffa54e;text-decoration-thickness:2px;text-underline-offset:7px}@media (max-width: 768px){.about-container{flex-direction:column;align-items:center}.about-content{margin-right:0;margin-bottom:20px;text-align:center}.image-container{max-width:100%}}.whychooseus-container{display:flex;justify-content:space-between;align-items:center;padding:60px 40px;background-color:#f7f3eb;max-width:1200px;margin:0 auto;flex-wrap:wrap}.wcu-content{flex:1;max-width:600px;margin-right:20px}.wcu-content h2{font-size:2.5rem;color:#333;margin-bottom:20px;position:relative}.wcu-content p{font-size:1.1rem;line-height:1.8;color:#4a4a4a}.wcu-underline{text-decoration:underline;text-decoration-color:#ffa54e;text-decoration-thickness:2px;text-underline-offset:7px}@media (max-width: 768px){.whychooseus-container{flex-direction:column;align-items:center}.wcu-content{margin-right:0;margin-bottom:20px;text-align:center}.image-container{max-width:100%}}.title{text-align:center;color:#1b100b;font-size:15px;font-weight:600;text-transform:uppercase;margin:70px 0 30px}.title h2{font-size:40px;font-weight:700;color:#1b100b;margin-bottom:20px;text-transform:none}.products-section{width:100%;padding:40px 0;background-color:#1b100b;overflow:hidden;position:relative}.products-section h1{text-align:center;color:#fff;font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;font-weight:600}.subtitle{text-align:center;color:#fff;font-size:clamp(1rem,3vw,1.5rem);margin-bottom:3rem}.products-container{max-width:1400px;margin:0 auto;overflow:hidden;padding:20px 40px;position:relative;display:flex;align-items:center}.products-slider{display:flex;transition:transform .5s ease-in-out;gap:20px;width:100%}.product-card{flex:1;min-width:calc(25% - 15px);background:#f5f5f5;border-radius:12px;overflow:hidden;height:400px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image{height:70%;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-image img.hover-effect{transform:scale(1.1)}.product-content{height:30%;padding:15px;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.product-content h3{margin:0;font-size:1.2rem;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;line-height:1.2}.learn-more-btn{margin-top:auto;background-color:#ffa54e;color:#fff;border:none;padding:8px 20px;border-radius:25px;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .2s ease;width:fit-content;align-self:center}.nav-button{background:#fff3;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003;z-index:10;transition:all .3s ease;color:#fff}.nav-button:hover{background:#ffffff4d;color:#fff;transform:translateY(-50%) scale(1.1)}.nav-button.prev{left:10px}.nav-button.next{right:10px}.hidden{opacity:0;pointer-events:none}.explore-more-card{flex:0 0 300px;background:#ffa54e;border-radius:12px;overflow:hidden;height:400px;box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;margin-right:20px}.explore-more-content{text-align:center;padding:30px;color:#fff}.explore-more-content h3{font-size:1.8rem;margin-bottom:15px}.explore-more-content p{font-size:1.1rem;opacity:.9}.explore-arrow{color:#fff;margin:20px 0;transition:transform .3s ease}.explore-more-card:hover{transform:translateY(-5px)}.explore-more-card:hover .explore-arrow{transform:translate(10px)}@media (max-width: 1200px){.product-card{min-width:calc(100% / 3 - 15px)}.products-container{padding:20px 30px}}@media (max-width: 768px){.product-card{min-width:calc(50% - 15px)}.products-container{padding:20px 25px}.nav-button{width:35px;height:35px}.explore-more-card{flex:0 0 260px;height:350px}.explore-more-content h3{font-size:1.5rem}.explore-more-content p{font-size:1rem}.explore-arrow{margin:15px 0}}@media (max-width: 480px){.product-card{min-width:calc(100% - 15px)}.products-container{padding:20px}.nav-button{width:40px;height:40px}.explore-more-card{flex:0 0 240px;height:400px}.explore-more-content h3{font-size:1.3rem}.explore-more-content p{font-size:.9rem}}.contact{margin:80px auto;max-width:90%;display:flex;align-items:center;justify-content:space-between}.contact-col{flex-basis:48%}.contact-col h3{font-weight:500;font-size:25px;display:flex;align-items:center;margin-bottom:20px}.contact-col h3 img{width:35px;margin-left:10px}.contact-col p{max-width:450px;line-height:1.3}.contact-col ul li{display:flex;align-items:center;margin:20px 0}.l_icon{color:#ffa54e;padding-right:10px;width:50px}.contact form input,.contact form textarea{width:100%;padding:15px;margin-bottom:15px;margin-top:5px;resize:none;border:1px solid #ddd;outline:none;display:block;border-radius:10px}.contact-col span{margin:20px 0;display:block}.dark-btn{background-color:#ffa54e}@media (max-width:768px){.contact{display:block}.contact-col{padding:20px}}.footer{background-color:#1b1b1b;color:#fff;padding:40px 0;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap;gap:20px}.footer-section{flex:1;min-width:250px;margin-bottom:20px}.footer-section h3{font-size:20px;margin-bottom:10px;color:#ffa54e}.footer-section p{font-size:14px;line-height:1.6}.social-icons{display:flex;gap:15px;justify-content:center}.social-link{color:#fff;transition:transform .3s ease,color .3s ease}.social-link:hover{color:#ffa54e;transform:scale(1.2)}hr{border:0;height:1px;background:#333;margin:20px auto;width:90%}.footer-bottom{font-size:14px;margin-top:10px}.gst-info{margin-top:10px;font-size:.9rem;color:#ccc}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.social-icons{justify-content:center}}.gallery-container{padding:80px 20px;background-color:#f7f3eb;min-height:100vh}.gallery-container h1{text-align:center;margin-bottom:40px;color:#1b100b}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:0 5%}.gallery-item{overflow:hidden;border-radius:8px;box-shadow:0 4px 8px #0000001a}.gallery-image{width:100%;height:250px;object-fit:cover;transition:transform .3s ease;cursor:pointer}.gallery-image:hover{transform:scale(1.05)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{max-width:90%;max-height:90vh;object-fit:contain}.close{position:absolute;top:15px;right:35px;color:#fff;font-size:40px;cursor:pointer}.modal-caption{color:#fff;text-align:center;padding:10px;position:absolute;bottom:20px;width:100%}.product-list-container{padding:100px 40px 40px;max-width:1200px;margin:0 auto;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;padding:20px 0}.product-item{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;padding:0;background-color:#fff;display:flex;flex-direction:column;height:100%;position:relative}.product-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.product-image{width:100%;height:240px;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-content{padding:24px;flex-grow:1;display:flex;flex-direction:column}.product-item h3{margin:0 0 12px;font-size:1.25rem;font-weight:600;color:#1a1a1a}.product-item p{margin:0 0 16px;font-size:.95rem;line-height:1.5;color:#4a4a4a}.product-item ul{list-style-type:none;padding:0;margin:0 0 24px}.product-item ul li{margin:8px 0;padding-left:24px;position:relative;font-size:.9rem;color:#666}.product-item ul li:before{content:"•";position:absolute;left:8px;color:#ffa54e}.learn-more-btn{display:inline-block;padding:12px 32px;background-color:#ffa54e;color:#fff;text-decoration:none;border-radius:6px;font-size:1rem;font-weight:500;transition:all .3s ease;text-align:center;margin:0 auto 24px;width:auto;min-width:160px;border:none;cursor:pointer}.learn-more-btn:hover{background-color:#ff913a;transform:translateY(-2px)}.product-details-container{padding:40px;max-width:1200px;margin:0 auto}.back-button{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;margin-bottom:20px;color:#333}.product-details-content{display:flex;gap:40px}.product-gallery{flex:1;max-width:600px}.main-image{width:100%;height:400px;border-radius:8px;overflow:hidden;margin-bottom:20px}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-container{display:flex;gap:10px}.thumbnail{width:80px;height:80px;border-radius:4px;overflow:hidden;cursor:pointer}.thumbnail.active{border:2px solid #FFA54E}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{flex:1;padding:20px}.description{margin:20px 0;line-height:1.6}.features-section{margin:30px 0}.features-section ul{list-style-type:none;padding:0}.features-section li{margin:10px 0;padding-left:20px;position:relative}.features-section li:before{content:"•";color:#ffa54e;position:absolute;left:0}.specifications-section{margin:30px 0}.spec-item{display:flex;margin:10px 0}.spec-label{font-weight:700;width:150px}.button-group{display:flex;gap:10px;margin-top:30px}.enquiry-button{display:flex;align-items:center;gap:10px;background:#ffa54e;color:#fff;border:none;padding:15px 30px;border-radius:8px;cursor:pointer;font-size:1.1em}.view-products-button{background:#333;color:#fff;border:none;padding:15px 30px;border-radius:8px;cursor:pointer;font-size:1.1em}.not-found-container{min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px}.not-found-container h1{font-size:2.5rem;color:#333;margin-bottom:20px}.not-found-container p{font-size:1.2rem;color:#666;margin-bottom:30px}.not-found-container .back-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:#ffa54e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:background-color .3s ease}.not-found-container .back-button:hover{background-color:#ff913a}@media (max-width: 768px){.product-details-content{flex-direction:column}.product-gallery{max-width:100%}.main-image{height:300px}.thumbnail-container{justify-content:center}.product-info{padding:0}.button-group{flex-direction:column;gap:10px}.enquiry-button,.view-products-button{width:100%;justify-content:center}}.floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.floating-button{width:50px;height:50px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000004d;transition:transform .3s ease;overflow:hidden;position:relative}.floating-button:hover{transform:scale(1.1)}.call-button{background-color:#ffa54e;color:#fff;box-shadow:0 0 10px #ffa54eb3;animation:wave-glow 2s infinite ease-out;right:10px;width:65px;height:65px}.call-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background-color:#ffffff4d;border-radius:50%;opacity:0;animation:ripple 2s linear infinite}@keyframes wave-glow{0%{box-shadow:0 0 10px #ffa54eb3}50%{box-shadow:0 0 20px #ffa54ee6,0 0 10px #ffa54e66}to{box-shadow:0 0 10px #ffa54eb3}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.phone-icon{animation:shake-new 1.5s infinite linear}@keyframes shake-new{0%{transform:rotate(0)}25%{transform:rotate(30deg)}50%{transform:rotate(0)}75%{transform:rotate(-30deg)}to{transform:rotate(0)}}@keyframes glow{0%{box-shadow:0 0 5px #ffa54e80}to{box-shadow:0 0 20px #ffa54e}}.whatsapp-button{background-color:#25d366;padding:12px}.message-button{background-color:#007aff;color:#fff}.whatsapp-icon{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.floating-buttons{bottom:15px;right:15px}.floating-button{width:45px;height:45px}.call-button{width:55px;height:55px;right:0}.phone-icon{width:20px;height:20px}}.not-found{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f7f3eb}.not-found-content{text-align:center;padding:40px}.not-found h1{font-size:6rem;color:#ffa54e;margin:0}.not-found h2{font-size:2rem;color:#333;margin:20px 0}.not-found p{font-size:1.2rem;color:#666;margin-bottom:30px}.cabin-ascii{font-family:monospace;white-space:pre;color:#555;margin:30px 0;animation:float 3s ease-in-out infinite}.home-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:#ffa54e;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;margin:0 auto;transition:transform .3s ease}.home-button:hover{transform:translateY(-2px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width: 768px){.not-found h1{font-size:4rem}.not-found h2{font-size:1.5rem}}.client-satisfaction{display:flex;justify-content:space-between;align-items:center;padding:60px 40px;background-color:#f7f3eb;max-width:1200px;margin:0 auto;flex-wrap:wrap}.client-content{flex:1;max-width:600px;margin-right:20px}.client-content h2{font-size:2.5rem;color:#333;margin-bottom:20px;position:relative}.client-content h2:after{content:"";position:absolute;left:0;bottom:-10px;width:60px;height:3px;background-color:#ffa54e}.client-content p{font-size:1.1rem;line-height:1.8;color:#4a4a4a}.image-container{flex:1;max-width:600px;text-align:center}.image-container img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:20px}.get-price-button{padding:12px 24px;background-color:#ffa54e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:background-color .3s ease}.get-price-button:hover{background-color:#ff913a}@media (max-width: 768px){.client-satisfaction{flex-direction:column;align-items:center}.client-content{margin-right:0;margin-bottom:20px;text-align:center}.image-container{max-width:100%}}
