.menu-desktop{display:flex}.products-page{margin-top:80px}.menu-mobile{display:none}.drawer-header{display:flex;justify-content:flex-end;padding:16px}@media (max-width: 1024px){.menu-desktop{display:none}.menu-mobile{display:block}}.poster-section{position:relative;width:100vw;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#452041;text-align:center;overflow:hidden;padding:0;margin:0;font-family:Bookman,serif}.poster-content{width:100%;max-width:90%;background-color:#fffc;padding:1.5rem;border-radius:10px;margin:1rem}.poster-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;animation:fadeIn 2s ease-out;line-height:1.2}.poster-subtitle{font-size:1.3rem;margin-bottom:2rem;animation:fadeIn 3s ease-out;line-height:1.4}.poster-button{padding:1rem 2rem;font-size:1rem;color:#fff;background-color:#452041;text-decoration:none;border-radius:5px;transition:background-color .3s ease;animation:fadeIn 4s ease-out;display:inline-block;min-width:160px}.poster-button:hover{background-color:#6e3a63}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.poster-title{font-size:2rem;margin-bottom:.8rem}.poster-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.poster-button{padding:.8rem 1.5rem;font-size:.9rem;min-width:140px}}@media (max-width: 480px){.poster-section{min-height:90vh}.poster-content{padding:1rem;max-width:95%;margin:.5rem}.poster-title{font-size:1.5rem;margin-bottom:.5rem}.poster-subtitle{font-size:.9rem;margin-bottom:1rem}.poster-button{padding:.7rem 1.2rem;font-size:.8rem;min-width:120px}}@media (max-height: 500px) and (orientation: landscape){.poster-section{min-height:120vh}.poster-content{padding:.8rem;margin:.5rem}.poster-title{font-size:1.2rem;margin-bottom:.3rem}.poster-subtitle{font-size:.8rem;margin-bottom:.8rem}}@media (min-width: 2000px){.poster-title{font-size:4rem}.poster-subtitle{font-size:2rem}.poster-button{font-size:1.5rem;padding:1.5rem 3rem;min-width:220px}}.category-section{padding-top:50px;padding-bottom:84px;text-align:center;background-color:#fff!important;color-scheme:light only!important}.category-title{font-size:2.5rem;margin-bottom:80px;color:inherit!important}.category-cards{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:80%;margin:0 auto}.category-card{background-color:#f1e4d7cc!important;border-radius:10px;overflow:hidden;box-shadow:0 10px 20px #0003,0 6px 6px #0000001a!important;transition:transform .3s ease,box-shadow .3s ease!important;width:23%;margin-bottom:20px}.category-card:hover{transform:translateY(-10px)!important;box-shadow:0 15px 30px #0000004d,0 8px 10px #0003!important}.category-image{width:100%;height:auto;filter:none!important}.category-info{padding:20px}.category-name{font-size:1.5rem;font-weight:700;color:#333!important}@media (max-width: 1024px){.category-card{width:48%}}@media (max-width: 768px){.category-card{width:100%}.category-title{font-size:2rem}}@media (prefers-color-scheme: dark){.category-section{background-color:#fff!important}.category-card{background-color:#f1e4d7cc!important;box-shadow:0 10px 20px #0003,0 6px 6px #0000001a!important}.category-card:hover{box-shadow:0 15px 30px #0000004d,0 8px 10px #0003!important}.category-name{color:#333!important}.category-image{filter:none!important}}.products-section{padding-top:50px;padding-bottom:84px;background-color:#f1e4d7cc;text-align:center}.products-section h1{margin-bottom:80px}.carousel-container{position:relative;max-width:80%;margin:0 auto;display:flex;align-items:center}.carousel-content{display:flex;overflow:hidden;width:100%}.carousel-item{min-width:25%;padding:0 15px;box-sizing:border-box;text-align:center;transition:transform .3s ease}.product-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.product-info{margin-top:10px}.product-title{font-size:1.2rem;font-weight:700}.product-description{font-size:1rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#f1e4d7cc;border:#f1e4d7CC;font-size:2rem;padding:10px;cursor:pointer;z-index:1000}.left-arrow{left:-30px}.right-arrow{right:-30px}@media (max-width: 1024px){.carousel-item{min-width:50%}}@media (max-width: 768px){.carousel-item{min-width:100%}.left-arrow{top:180px;left:5px}.right-arrow{top:180px;right:5px}}.services-section{padding:0 5%;background-color:#f7f4f9;display:flex;flex-direction:column;align-items:center}.services-title{padding-top:50px;font-size:2.5rem;margin-bottom:70px;color:#452041;font-family:Glysa,Book Antiqua,Palatino,serif;text-align:center}.service-item{display:flex;justify-content:center;margin-bottom:60px;width:100%;max-width:1200px;perspective:1000px}.service-card{background:#ddc3dc;border-radius:15px;box-shadow:0 15px 30px #0000001a;padding:20px;width:100%;max-width:1000px;display:flex;align-items:center;transition:transform .6s ease,box-shadow .6s ease;transform-style:preserve-3d}.service-card:hover{transform:rotateY(15deg) translateY(-10px);box-shadow:0 25px 50px #0003}.service-icon-title{display:flex;flex-direction:column;align-items:center;margin-right:50px;flex-shrink:0;transition:transform .6s ease;transform-style:preserve-3d}.service-icon{font-size:3rem;color:#452041;margin-bottom:10px;transition:color .6s ease}.service-title{font-size:1.8rem;text-align:center;transform:translateZ(20px);transition:transform .6s ease,color .6s ease}.service-card:hover .service-icon-title{transform:rotateY(-15deg) translateZ(30px)}.service-card:hover .service-title{transform:translateZ(40px)}.service-content{display:flex;flex-direction:column;flex-grow:1}.service-description{font-size:1.2rem;line-height:1.6;text-align:left;transform:translateZ(10px);transition:transform .6s ease,color .6s ease}.service-card:hover .service-description{transform:translateZ(30px)}@media (max-width: 1024px){.service-item{width:90%}.service-card{padding:25px}}@media (max-width: 768px){.service-item{width:100%}.service-card{flex-direction:column;text-align:center;padding:30px}.service-icon-title{margin-right:0;margin-bottom:15px}.service-description{text-align:center}}@media (max-width: 480px){.services-title{font-size:2.2rem}.service-title{font-size:1.6rem}.service-description{font-size:1rem}}.about-us-section{padding-bottom:100px;background-color:#462042;color:#fff;margin-top:-30px;box-sizing:border-box;overflow-x:hidden;font-family:Arial,sans-serif}.main-about-title{padding-top:100px;font-size:3rem;margin-bottom:40px;text-align:center;font-weight:700;color:#f1e4d7;letter-spacing:1px}.section-heading{font-size:2.2rem;margin-bottom:25px;margin-top:40px;font-weight:700;color:#f1e4d7;text-align:left}.section-heading.centered{text-align:center}.sub-heading{font-size:1.6rem;margin-bottom:15px;margin-top:25px;font-weight:600;color:#ffffffe6;text-align:left}.about-us-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap}.about-us-text{flex:1;padding-right:40px;text-align:left;min-width:300px;box-sizing:border-box}.about-us-image{flex:1;max-width:500px;text-align:center;margin-left:20px}.about-us-image img{width:100%;border-radius:10px;box-shadow:0 8px 16px #0000004d;margin-top:30px;object-fit:cover;height:auto;max-height:500px}.product-range-section{max-width:1200px;margin:60px auto 0;padding:0 20px;box-sizing:border-box}.product-list-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;margin-top:30px}.product-list{list-style-type:none;margin:0;flex:1;min-width:280px;background-color:#ffffff0d;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0003}.product-list li{font-size:1.1rem;line-height:1.8;margin-bottom:8px;padding-left:25px;position:relative;color:#ffffffe6}.product-list li:before{content:"•";color:#f1e4d7;font-weight:700;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0}.why-choose-section{max-width:1200px;margin:60px auto 0;padding:0 20px;box-sizing:border-box}.why-choose-content{margin-top:30px;background-color:#ffffff0d;border-radius:8px;padding:30px;box-shadow:0 4px 8px #0003}.why-choose-list{list-style-type:none;padding:0;margin:0 0 30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.why-choose-list li{font-size:1.1rem;line-height:1.6;padding-left:25px;position:relative;color:#ffffffe6}.why-choose-list li:before{content:"✓";color:#f1e4d7;font-weight:700;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0}.why-choose-description{font-size:1.1rem;line-height:1.7;margin-bottom:15px;color:#ffffffe6}@media (max-width: 992px){.about-us-content{flex-direction:column;align-items:center;text-align:center}.about-us-text{padding-right:0;margin-bottom:30px}.section-heading,.sub-heading{text-align:center}.about-us-image{order:1;margin-bottom:30px;margin-left:0;max-width:600px}.about-us-image img{margin-top:0}.product-list-container{flex-direction:column;align-items:center}.product-list{width:90%;min-width:unset}.why-choose-list{grid-template-columns:1fr}}@media (max-width: 768px){.main-about-title{font-size:2.5rem;padding-top:80px;margin-bottom:30px}.section-heading{font-size:1.8rem;margin-top:30px;margin-bottom:20px}.sub-heading{font-size:1.4rem;margin-top:20px;margin-bottom:10px}.about-us-description,.product-list li,.why-choose-list li,.why-choose-description{font-size:1rem;line-height:1.5}.about-us-content,.product-range-section,.why-choose-section{padding:0 15px}.product-range-section,.why-choose-section{margin-top:40px}.product-list{padding:15px}.why-choose-content{padding:20px}}@media (max-width: 480px){.main-about-title{font-size:2rem;padding-top:60px;margin-bottom:25px}.section-heading{font-size:1.6rem;margin-top:25px;margin-bottom:15px}.sub-heading{font-size:1.2rem;margin-top:15px;margin-bottom:8px}.about-us-description,.product-list li,.why-choose-list li,.why-choose-description{font-size:.95rem;margin-bottom:10px}.about-us-image{max-width:90%}.product-list,.why-choose-content{padding:15px}}.contact-section-home{background-color:#fff!important;color:#333!important;padding:80px 0 100px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.contact-main-title-home{font-size:3.5rem;font-weight:700;color:#452041!important;text-align:center;margin-bottom:15px;letter-spacing:1.5px}.contact-tagline-home{font-size:1.2rem;color:#666!important;text-align:center;margin-bottom:60px}.contact-content-wrapper-home{display:flex;justify-content:center;align-items:flex-start;max-width:1200px;margin:0 auto;padding:0 30px;gap:60px;flex-wrap:wrap}.contact-info-section-home{flex:1.2;min-width:350px;padding:20px;box-sizing:border-box}.contact-info-heading-home{font-size:2.2rem;font-weight:600;color:#452041!important;margin-bottom:30px;border-bottom:2px solid rgba(69,32,65,.2);padding-bottom:10px}.contact-items-home{margin-bottom:30px}.contact-item-home{font-size:1.1rem;color:#555!important;margin-bottom:15px;display:flex;align-items:center;line-height:1.5}.contact-item-home a{color:#007bff!important;text-decoration:none;transition:color .3s ease}.contact-item-home a:hover{color:#0056b3!important;text-decoration:underline}.contact-icon-home{font-size:1.3rem;color:#452041!important;margin-right:15px;width:25px;text-align:center}.contact-icon-home.whatsapp{color:#25d366!important}.social-links-container-home{margin-bottom:40px}.social-heading-home{font-size:1.6rem;color:#452041!important;margin-bottom:20px}.social-icons-home{display:flex;gap:20px;flex-wrap:wrap}.social-icons-home a{font-size:2.2rem;color:#888!important;transition:color .3s ease,transform .2s ease;text-decoration:none}.social-icons-home a:hover{transform:translateY(-3px)}.social-icons-home .fa-youtube{color:red!important}.social-icons-home .fa-instagram{color:#c13584!important}.social-icons-home .fa-facebook-f{color:#1877f2!important}.social-icons-home .fa-cart-shopping{color:#2874f0!important}.address-section-home{margin-bottom:40px}.location-card-home{background-color:#e9e9e9!important;border-radius:8px;padding:20px;margin-bottom:25px;box-shadow:0 4px 10px #00000014}.location-name-home{font-size:1.8rem;color:#452041!important;margin-bottom:15px;font-weight:600;border-bottom:1px dashed rgba(69,32,65,.2);padding-bottom:8px}.address-item-home{font-size:1.05rem;color:#555!important;margin-bottom:10px;display:flex;align-items:flex-start;line-height:1.5}.address-icon-home{font-size:1.1rem;color:#452041!important;margin-right:15px;flex-shrink:0;padding-top:2px}.quick-assist-text-home{font-size:1.1rem;color:#555!important;text-align:center;margin-top:40px;font-style:italic;padding:15px;background-color:#f0f0f0!important;border-left:5px solid #452041;border-radius:5px}.form-and-image-wrapper-home{flex:1;min-width:350px;display:flex;flex-direction:column;gap:40px;box-sizing:border-box}.contact-image-container-home{width:100%;text-align:center;background-color:#f1e4d7;border-radius:12px;box-shadow:0 8px 16px #00000026;padding:15px;box-sizing:border-box}.contact-us-main-image-home{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto;box-shadow:0 4px 8px #0000001a}.contact-form-home{background-color:#ddc3dc!important;color:#000!important;padding:40px;box-shadow:0 10px 25px #0003!important;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;color-scheme:light only}.form-title-home{font-size:2.2rem;font-weight:600;color:#452041!important;text-align:center;margin-bottom:35px}.form-group-home{margin-bottom:25px}.form-group-home label{display:block;margin-bottom:8px;font-weight:700;color:#452041!important;font-size:1.05rem}.form-group-home input,.form-group-home textarea{width:100%;padding:12px 15px;font-size:1.05rem;border:1px solid #bbb!important;border-radius:8px;box-sizing:border-box;background-color:#fff!important;color:#333!important;transition:border-color .3s ease,box-shadow .3s ease}.form-group-home input:focus,.form-group-home textarea:focus{border-color:#452041!important;box-shadow:0 0 0 3px #45204133;outline:none}.form-group-home textarea{min-height:120px;resize:vertical}.form-group-home input.error,.form-group-home textarea.error{border-color:#dc3545!important}.error-message-home{color:#dc3545!important;font-size:.9rem;margin-top:8px;display:block}.submit-button-home{display:block;width:100%;padding:15px 20px;font-size:1.25rem;color:#fff!important;background-color:#452041!important;border:none!important;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;font-weight:600;margin-top:20px;box-shadow:0 4px 10px #0000001a}.submit-button-home:hover{background-color:#5a2a56!important;transform:translateY(-2px);box-shadow:0 6px 15px #0003}@media (max-width: 992px){.contact-main-title-home{font-size:3rem}.contact-tagline-home{font-size:1.1rem;margin-bottom:50px}.contact-content-wrapper-home{flex-direction:column;align-items:center;gap:40px;padding:0 20px}.contact-info-section-home,.form-and-image-wrapper-home{min-width:unset;width:100%;margin:0}.contact-info-section-home,.contact-form-home{padding:30px}.contact-image-container-home{padding:10px}.contact-info-heading-home,.form-title-home{font-size:2rem;text-align:center;margin-bottom:25px}.social-icons-home{justify-content:center}.location-card-home{padding:15px;margin-bottom:20px}.location-name-home{font-size:1.6rem;text-align:center}.address-item-home,.contact-item-home{font-size:1rem;text-align:center;justify-content:center}.address-icon-home,.contact-icon-home{margin-right:10px}.quick-assist-text-home{text-align:center}}@media (max-width: 576px){.contact-main-title-home{font-size:2.5rem;margin-bottom:10px}.contact-tagline-home{font-size:1rem;margin-bottom:40px}.contact-section-home{padding:60px 0}.contact-info-heading-home,.form-title-home{font-size:1.8rem;margin-bottom:20px}.social-icons-home a{font-size:2rem}.location-name-home{font-size:1.4rem}.address-item-home,.contact-item-home,.quick-assist-text-home{font-size:.95rem}.form-group-home label{font-size:1rem}.form-group-home input,.form-group-home textarea{padding:10px 12px;font-size:.95rem}.submit-button-home{padding:12px 15px;font-size:1.1rem}}@media (prefers-color-scheme: dark){.contact-section-home,.contact-form-home,.contact-info-section-home,.location-card-home,.quick-assist-text-home,.contact-image-container-home{background-color:#f8f8f8!important;color:#333!important}.contact-main-title-home,.contact-info-heading-home,.form-title-home,.social-heading-home,.location-name-home,.form-group-home label{color:#452041!important}.contact-tagline-home,.contact-item-home,.address-item-home{color:#555!important}.contact-item-home a,.address-item-home a{color:#007bff!important}.contact-item-home a:hover,.address-item-home a:hover{color:#0056b3!important}.form-group-home input,.form-group-home textarea{background-color:#fff!important;color:#333!important;border-color:#bbb!important}.form-group-home input:focus,.form-group-home textarea:focus{border-color:#452041!important;box-shadow:0 0 0 3px #45204133!important}.submit-button-home{background-color:#452041!important;color:#fff!important}.submit-button-home:hover{background-color:#5a2a56!important}.social-icons-home a{color:#888!important}.social-icons-home .fa-youtube{color:red!important}.social-icons-home .fa-instagram{color:#c13584!important}.social-icons-home .fa-facebook-f{color:#1877f2!important}.social-icons-home .fa-cart-shopping{color:#2874f0!important}.contact-icon-home.whatsapp{color:#25d366!important}.contact-info-heading-home,.location-name-home{border-color:#45204133!important}}.footer-section{background:linear-gradient(90deg,#452041,#452041);color:#fff;padding:30px 0;text-align:left;font-family:Arial,sans-serif}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;width:90%;margin:0 auto;gap:30px;flex-wrap:wrap}.footer-contact-info{flex:1;min-width:280px;text-align:left}.footer-title{font-size:1.8rem;font-weight:700;margin-bottom:20px;letter-spacing:1px}.footer-contact-item{margin:10px 0;font-size:.95rem;display:flex;align-items:flex-start;line-height:1.4}.footer-contact-item .footer-icon{margin-right:10px;font-size:1.1rem;color:#fffc;flex-shrink:0;padding-top:2px}.footer-contact a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#f0f0f0;text-decoration:underline}.footer-cta-section{background:#ffffff1a;border-radius:10px;padding:20px;text-align:center;box-shadow:0 4px 15px #0003;width:100%;max-width:400px;margin:0 auto;box-sizing:border-box}.cta-headline{font-size:1.6rem;font-weight:700;margin-bottom:15px;color:#fff}.cta-contact-text{font-size:1.1rem;margin-bottom:20px;color:#ffffffe6}.order-now-button{display:inline-block;background-color:#f0f0f0;color:#452041;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700;font-size:1rem;transition:background-color .3s ease,color .3s ease,transform .2s ease;box-shadow:0 2px 5px #0003}.order-now-button:hover{background-color:#fff;color:#2a1027;transform:translateY(-2px)}.footer-social-links{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-end;align-items:center;flex:1;min-width:250px}.social-link{color:#fff;font-size:1.8rem;transition:color .3s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border:1px solid rgba(255,255,255,.3);border-radius:50%}.social-link:hover{color:#f0f0f0;transform:translateY(-3px) scale(1.1);background-color:#ffffff1a}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-size:.85rem}@media (max-width: 992px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:40px}.footer-contact-info{align-items:center;text-align:center;width:100%}.footer-contact-item{justify-content:center}.footer-cta-section{order:-1;margin-bottom:30px}.footer-social-links{justify-content:center;width:100%}}@media (max-width: 576px){.footer-section{padding:20px 0}.footer-content{width:95%;gap:30px}.footer-title{font-size:1.6rem}.cta-headline{font-size:1.4rem}.cta-contact-text{font-size:1rem}.order-now-button{padding:10px 20px;font-size:.9rem}.social-link{font-size:1.6rem;width:40px;height:40px}.footer-bottom{margin-top:30px;font-size:.8rem}}.about-us-page{background-color:#452041;color:#fff;width:100vw;box-sizing:border-box;overflow-x:hidden;padding-bottom:60px}.about-us-title{padding-top:100px;font-size:3rem;margin-bottom:40px;text-align:center;font-weight:700;color:#f1e4d7;letter-spacing:1px}.section-headline{font-size:2.2rem;margin-bottom:25px;margin-top:40px;font-weight:700;color:#f1e4d7;text-align:left}.sub-headline{font-size:1.6rem;margin-bottom:15px;margin-top:25px;font-weight:600;color:#ffffffe6;text-align:left}.about-us-content{display:flex;align-items:flex-start;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap;padding:0 20px;box-sizing:border-box}.about-us-text{flex:2;padding-right:40px;box-sizing:border-box;min-width:300px}.about-us-description{font-size:1.1rem;line-height:1.7;margin-bottom:15px;color:#ffffffe6}.about-us-text ul{list-style-type:disc;margin-left:25px;margin-bottom:20px}.about-us-text ul li{font-size:1.1rem;line-height:1.6;margin-bottom:8px;color:#ffffffd9}.about-us-image{flex:1;max-width:500px;text-align:center;order:2;margin-left:20px}.about-us-image img{width:100%;border-radius:10px;box-shadow:0 8px 16px #0000004d;margin-top:30px;object-fit:cover;height:auto;max-height:600px}.why-us-section{background-color:#f1e4d7;color:#452041;padding:60px 20px;box-sizing:border-box;margin-top:60px}.why-us-section .section-headline{text-align:center;margin-bottom:40px;color:#452041}.why-us-content{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.why-us-text{text-align:left;width:100%}.why-us-text .sub-headline,.why-us-text .about-us-description{color:#452041}.why-us-text ul{list-style-type:disc;margin-left:25px;margin-bottom:20px}.why-us-text ul li{font-size:1.1rem;line-height:1.6;margin-bottom:8px;color:#452041}@media (max-width: 992px){.about-us-content{flex-direction:column;align-items:center;text-align:center}.about-us-text{padding-right:0;margin-bottom:30px}.about-us-text .section-headline,.about-us-text .sub-headline{text-align:center}.about-us-text ul{list-style-position:inside;padding-left:0}.about-us-image{order:1;margin-bottom:30px;margin-left:0;max-width:600px}.about-us-image img{margin-top:0}.why-us-text ul{list-style-position:inside;padding-left:0}}@media (max-width: 768px){.about-us-title{font-size:2.5rem;padding-top:80px;margin-bottom:30px}.section-headline{font-size:1.8rem;margin-top:30px;margin-bottom:20px}.sub-headline{font-size:1.4rem;margin-top:20px;margin-bottom:10px}.about-us-description,.about-us-text ul li,.why-us-text ul li{font-size:1rem;line-height:1.5}.about-us-content,.why-us-content{padding:0 15px}.why-us-section{padding:40px 15px;margin-top:40px}}@media (max-width: 480px){.about-us-title{font-size:2rem;padding-top:60px;margin-bottom:25px}.section-headline{font-size:1.6rem;margin-top:25px;margin-bottom:15px}.sub-headline{font-size:1.2rem;margin-top:15px;margin-bottom:8px}.about-us-description,.about-us-text ul li,.why-us-text ul li{font-size:.95rem;margin-bottom:10px}.about-us-image{max-width:90%}.why-us-section{padding:30px 10px;margin-top:30px}}.products-page{display:flex;flex-direction:column;align-items:center;width:100%;color-scheme:light only!important;background-color:#f8f8f8;padding:60px 0;box-sizing:border-box;font-family:Arial,sans-serif;overflow-x:hidden}.products-title{padding-top:30px;text-align:center;font-size:3em;font-weight:700;margin-bottom:60px;color:#452041!important;letter-spacing:1px}.products-container{max-width:1200px;width:90%;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.product-card{background-color:#f1e4d7!important;border:2px solid rgba(255,255,255,.8)!important;padding:10px;border-radius:12px;width:calc(33.33% - 30px);box-sizing:border-box;margin-bottom:20px;box-shadow:0 8px 16px #00000026;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000040}.product-card-inner{background-color:#f1e4d7!important;padding:25px;border-radius:8px;border:1px solid rgba(255,255,255,.9)!important;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.product-item-title{text-align:center;font-size:1.8em;margin-bottom:20px;color:#452041!important;font-weight:700}.product-image{width:100%;height:250px;object-fit:cover;border-radius:6px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.product-details-list{list-style-type:none;padding:0;margin:0;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.product-details-list li{font-size:1em;color:#333!important;line-height:1.4;padding:8px 0;position:relative;border-bottom:1px solid rgba(0,0,0,.1)}.product-details-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media (max-width: 1024px){.product-card{width:calc(50% - 25px)}.products-title{font-size:2.5em;margin-bottom:50px}}@media (max-width: 768px){.products-title{font-size:2em;margin-bottom:40px;padding-top:20px}.products-container{width:95%;gap:20px}.product-card{width:100%;padding:8px;margin-bottom:15px}.product-card-inner{padding:20px}.product-item-title{font-size:1.6em;margin-bottom:15px}.product-image{height:200px;margin-bottom:15px}.product-details-list li{font-size:.95em;line-height:1.5;padding:7px 0}}@media (max-width: 480px){.products-title{font-size:1.8em;margin-bottom:30px;padding-top:15px}.products-container{width:98%;gap:15px}.product-card-inner{padding:15px}.product-item-title{font-size:1.4em;margin-bottom:10px}.product-image{height:180px}.product-details-list li{font-size:.9em;line-height:1.4;padding:6px 0}}@media (prefers-color-scheme: dark){.products-page,.products-page *{color-scheme:light!important;background-color:initial!important;color:initial!important}.products-page{background-color:#f8f8f8!important}.products-title,.product-item-title{color:#452041!important}.product-card,.product-card-inner{background-color:#f1e4d7!important;border-color:#fffc!important}.product-details-list li{color:#333!important}.product-details-list li:before{color:#452041!important}.product-details-list li{border-color:#0000001a!important}.product-image{filter:none!important}}.contactus-page-section{background-color:#f8f8f8!important;color:#333!important;padding:80px 0 100px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.contactus-main-title{font-size:3.5rem;font-weight:700;color:#452041!important;text-align:center;margin-bottom:15px;letter-spacing:1.5px}.contactus-tagline{font-size:1.2rem;color:#666!important;text-align:center;margin-bottom:60px}.contactus-content-wrapper{display:flex;justify-content:center;align-items:flex-start;max-width:1200px;margin:0 auto;padding:0 30px;gap:60px;flex-wrap:wrap}.contact-info-section{flex:1.2;min-width:350px;padding:20px;box-sizing:border-box}.contact-info-heading{font-size:2.2rem;font-weight:600;color:#452041!important;margin-bottom:30px;border-bottom:2px solid rgba(69,32,65,.2);padding-bottom:10px}.contact-items{margin-bottom:30px}.contact-item{font-size:1.1rem;color:#555!important;margin-bottom:15px;display:flex;align-items:center;line-height:1.5}.contact-item a{color:#007bff!important;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#0056b3!important;text-decoration:underline}.contact-icon{font-size:1.3rem;color:#452041!important;margin-right:15px;width:25px;text-align:center}.contact-icon.whatsapp{color:#25d366!important}.social-links-container{margin-bottom:40px}.social-heading{font-size:1.6rem;color:#452041!important;margin-bottom:20px}.social-icons{display:flex;gap:20px;flex-wrap:wrap}.social-icons a{font-size:2.2rem;color:#888!important;transition:color .3s ease,transform .2s ease;text-decoration:none}.social-icons a:hover{transform:translateY(-3px)}.social-icons .fa-youtube{color:red!important}.social-icons .fa-instagram{color:#c13584!important}.social-icons .fa-facebook-f{color:#1877f2!important}.social-icons .fa-cart-shopping{color:#2874f0!important}.address-section{margin-bottom:40px}.location-card{background-color:#e9e9e9!important;border-radius:8px;padding:20px;margin-bottom:25px;box-shadow:0 4px 10px #00000014}.location-name{font-size:1.8rem;color:#452041!important;margin-bottom:15px;font-weight:600;border-bottom:1px dashed rgba(69,32,65,.2);padding-bottom:8px}.address-item{font-size:1.05rem;color:#555!important;margin-bottom:10px;display:flex;align-items:flex-start;line-height:1.5}.address-icon{font-size:1.1rem;color:#452041!important;margin-right:15px;flex-shrink:0;padding-top:2px}.quick-assist-text{font-size:1.1rem;color:#555!important;text-align:center;margin-top:40px;font-style:italic;padding:15px;background-color:#f0f0f0!important;border-left:5px solid #452041;border-radius:5px}.form-and-image-wrapper{flex:1;min-width:350px;display:flex;flex-direction:column;gap:40px;box-sizing:border-box}.contact-image-container{width:100%;text-align:center;background-color:#f1e4d7;border-radius:12px;box-shadow:0 8px 16px #00000026;padding:15px;box-sizing:border-box}.contact-us-page-main-image{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto;box-shadow:0 4px 8px #0000001a}.contactus-page-form{background-color:#ddc3dc!important;color:#000!important;padding:40px;box-shadow:0 10px 25px #0003!important;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;color-scheme:light only}.form-title{font-size:2.2rem;font-weight:600;color:#452041!important;text-align:center;margin-bottom:35px}.form-group-page{margin-bottom:25px}.form-group-page label{display:block;margin-bottom:8px;font-weight:700;color:#452041!important;font-size:1.05rem}.form-group-page input,.form-group-page textarea{width:100%;padding:12px 15px;font-size:1.05rem;border:1px solid #bbb!important;border-radius:8px;box-sizing:border-box;background-color:#fff!important;color:#333!important;transition:border-color .3s ease,box-shadow .3s ease}.form-group-page input:focus,.form-group-page textarea:focus{border-color:#452041!important;box-shadow:0 0 0 3px #45204133;outline:none}.form-group-page textarea{min-height:120px;resize:vertical}.form-group-page input.error,.form-group-page textarea.error{border-color:#dc3545!important}.error-message-page{color:#dc3545!important;font-size:.9rem;margin-top:8px;display:block}.submit-button-page{display:block;width:100%;padding:15px 20px;font-size:1.25rem;color:#fff!important;background-color:#452041!important;border:none!important;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;font-weight:600;margin-top:20px;box-shadow:0 4px 10px #0000001a}.submit-button-page:hover{background-color:#5a2a56!important;transform:translateY(-2px);box-shadow:0 6px 15px #0003}@media (max-width: 992px){.contactus-main-title{font-size:3rem}.contactus-tagline{font-size:1.1rem;margin-bottom:50px}.contactus-content-wrapper{flex-direction:column;align-items:center;gap:40px;padding:0 20px}.contact-info-section,.form-and-image-wrapper{min-width:unset;width:100%;margin:0}.contact-info-section,.contactus-page-form{padding:30px}.contact-image-container{padding:10px}.contact-info-heading,.form-title{font-size:2rem;text-align:center;margin-bottom:25px}.social-icons{justify-content:center}.location-card{padding:15px;margin-bottom:20px}.location-name{font-size:1.6rem;text-align:center}.address-item,.contact-item{font-size:1rem;text-align:center;justify-content:center}.address-icon,.contact-icon{margin-right:10px}.quick-assist-text{text-align:center}}@media (max-width: 576px){.contactus-main-title{font-size:2.5rem;margin-bottom:10px}.contactus-tagline{font-size:1rem;margin-bottom:40px}.contactus-page-section{padding:60px 0}.contact-info-heading,.form-title{font-size:1.8rem;margin-bottom:20px}.social-icons a{font-size:2rem}.location-name{font-size:1.4rem}.address-item,.contact-item,.quick-assist-text{font-size:.95rem}.form-group-page label{font-size:1rem}.form-group-page input,.form-group-page textarea{padding:10px 12px;font-size:.95rem}.submit-button-page{padding:12px 15px;font-size:1.1rem}}@media (prefers-color-scheme: dark){.contactus-page-section,.contactus-page-form,.contact-info-section,.location-card,.quick-assist-text,.contact-image-container{background-color:#f8f8f8!important;color:#333!important}.contactus-main-title,.contact-info-heading,.form-title,.social-heading,.location-name,.form-group-page label{color:#452041!important}.contactus-tagline,.contact-item,.address-item{color:#555!important}.contact-item a,.address-item a{color:#007bff!important}.contact-item a:hover,.address-item a:hover{color:#0056b3!important}.form-group-page input,.form-group-page textarea{background-color:#fff!important;color:#333!important;border-color:#bbb!important}.form-group-page input:focus,.form-group-page textarea:focus{border-color:#452041!important;box-shadow:0 0 0 3px #45204133!important}.submit-button-page{background-color:#452041!important;color:#fff!important}.submit-button-page:hover{background-color:#5a2a56!important}.social-icons a{color:#888!important}.social-icons .fa-youtube{color:red!important}.social-icons .fa-instagram{color:#c13584!important}.social-icons .fa-facebook-f{color:#1877f2!important}.social-icons .fa-cart-shopping{color:#2874f0!important}.contact-icon.whatsapp{color:#25d366!important}.contact-info-heading,.location-name{border-color:#45204133!important}}.services-page{padding:0 5%;background-color:#f7f4f9;display:flex;flex-direction:column;align-items:center}.services-page-title{padding-top:100px;font-size:2.5rem;margin-bottom:70px;color:#452041;font-family:Glysa,Book Antiqua,Palatino,serif;text-align:center}.services-page-item{display:flex;justify-content:center;margin-bottom:60px;width:100%;max-width:1200px;perspective:1000px}.services-page-card{background:#ddc3dc;border-radius:15px;box-shadow:0 15px 30px #0000001a;padding:20px;width:100%;max-width:1000px;display:flex;align-items:center;transition:transform .6s ease,box-shadow .6s ease;transform-style:preserve-3d}.services-page-card:hover{transform:rotateY(15deg) translateY(-10px);box-shadow:0 25px 50px #0003}.services-page-icon-title{display:flex;flex-direction:column;align-items:center;margin-right:50px;flex-shrink:0;transition:transform .6s ease;transform-style:preserve-3d}.services-page-icon{font-size:3rem;color:#452041;margin-bottom:10px;transition:color .6s ease}.services-page-service-title{font-size:1.8rem;text-align:center;transform:translateZ(20px);transition:transform .6s ease,color .6s ease}.services-page-card:hover .services-page-icon-title{transform:rotateY(-15deg) translateZ(30px)}.services-page-card:hover .services-page-service-title{transform:translateZ(40px)}.services-page-content{display:flex;flex-direction:column;flex-grow:1}.services-page-description{font-size:1.2rem;line-height:1.6;text-align:left;transform:translateZ(10px);transition:transform .6s ease,color .6s ease}.services-page-card:hover .services-page-description{transform:translateZ(30px)}@media (max-width: 1024px){.services-page-item{width:90%}.services-page-card{padding:25px}}@media (max-width: 768px){.services-page-item{width:100%}.services-page-card{flex-direction:column;text-align:center;padding:30px}.services-page-icon-title{margin-right:0;margin-bottom:15px}.services-page-description{text-align:center}}@media (max-width: 480px){.services-page-title{font-size:2.2rem}.services-page-service-title{font-size:1.6rem}.services-page-description{font-size:1rem}}.gallery-section{background-color:#f1e4d7cc!important;padding-bottom:80px;color-scheme:light only!important}.gallery-container{width:80%;margin:0 auto;box-sizing:border-box}.gallery-heading{padding-top:100px;font-size:2.5rem;margin-bottom:50px;text-align:center;color:inherit!important}.gallery-section-heading{text-align:center;margin-bottom:40px;font-size:2rem;font-weight:700;color:#fff!important}.gallery-section-content{background-color:#462042!important;margin-bottom:50px;padding:40px 20px;border-radius:10px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.gallery-item{overflow:hidden;border-radius:8px;position:relative}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:none!important}.gallery-item:hover .gallery-image{transform:scale(1.1)}.no-images-message,.loading-message{text-align:center;font-size:1.2rem;color:#666;margin-top:50px}@media (max-width: 1024px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.gallery{grid-template-columns:1fr}.gallery-item{height:200px}.gallery-container{width:90%}.gallery-heading{padding-top:80px;font-size:2rem}.gallery-section-heading{font-size:1.7rem;margin-bottom:30px}.gallery-section-content{padding:30px 15px}}@media (min-width: 769px) and (max-width: 1024px){.gallery-item:nth-child(odd){grid-row:span 2}.gallery-item:nth-child(2n){grid-row:span 1}}@media (prefers-color-scheme: dark){.gallery-section{background-color:#f1e4d7cc!important}.gallery-section-content{background-color:#462042!important}.gallery-section-heading{color:#fff!important}.gallery-image{filter:none!important}.gallery-heading{color:inherit!important}}body{overflow-x:hidden}.page-padding{padding-top:50px}.App{width:100vw;max-width:100%;overflow-x:hidden;background-color:#f7f4f9!important}@font-face{font-family:Glysa;src:url(/assets/Glysa%20-%20trial-EJGw8c3a.otf) format("opentype");font-weight:400;font-style:normal}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;place-items:center;min-width:320px;min-height:100vh;color:#452041}h1{font-size:3.2em;line-height:1.1;font-family:Glysa,serif}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}
