*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f6f6f6;font-family:"Montserrat",sans-serif}h1,h2,h3,h4,h5,h6{font-family:"Noto Sans Devanagari",sans-serif}a{text-decoration:none}a:hover{text-decoration:none}.golden{color:#d4a017}header{background:linear-gradient(to right, #28386f, #3a539c)}header .header-container-top{background-color:#fff;padding:4px 70px;display:flex;justify-content:space-between;align-items:center}header .header-container-top a{color:#354b8c;margin-right:1.8rem;transition:all .5s ease;font-size:.8rem}header .header-container-top a:hover{color:#d4a017}header .header-container-top a i{font-size:1rem;margin-right:.3rem}@media screen and ((max-width: 767px)){header .header-container-top{display:none}}@media screen and ((max-width: 991px)){header .header-container-top{display:none}}header .header-container{padding:10px 70px;display:flex;justify-content:space-between;align-items:center}header .header-container .logo-header{width:80px}header .header-container .header-nav a{color:#fff;margin:0 .8rem;transition:all .5s ease;border-bottom:2px solid rgba(0,0,0,0)}header .header-container .header-nav a:hover{color:#d4a017;border-bottom:2px solid #d4a017;padding-bottom:.5rem}header .header-container .contact-btn-header{background-color:#d4a017;color:#fff;border:1px solid rgba(0,0,0,0);padding:10px 20px;border-radius:8px;transition:all .5s ease}header .header-container .contact-btn-header:hover{background-color:#b8890f;border:1px solid #28386f}@media screen and ((max-width: 767px)){header .header-container{padding:10px 20px}header .logo-header{width:60px}header .header-nav{display:none}header .contact-btn-header{display:none}}@media screen and ((max-width: 991px)){header .header-container{padding:10px 20px}header .header-nav{display:none}header .contact-btn-header{display:none}}header .header-menu-toggle{display:none;background:none;border:none;padding:.25rem;cursor:pointer;line-height:1}header .header-menu-toggle i{font-size:2rem;color:#d4a017;transition:color .3s ease}header .header-menu-toggle:hover i{color:#b8890f}@media screen and ((max-width: 767px)){header .header-menu-toggle{display:block}}@media screen and ((max-width: 991px)){header .header-menu-toggle{display:block}}header .mobile-menu-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.menu-open header .mobile-menu-overlay{opacity:1;visibility:visible}header .mobile-menu{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:linear-gradient(to right, #28386f, #3a539c);z-index:1000;padding:1.25rem 1rem 2rem;transform:translateX(100%);transition:transform .3s ease;box-shadow:-4px 0 20px rgba(0,0,0,.2);display:flex;flex-direction:column}.menu-open header .mobile-menu{transform:translateX(0)}header .mobile-menu-close{align-self:flex-end;background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;line-height:1;margin-bottom:1rem}header .mobile-menu-close i{font-size:1.75rem;transition:color .3s ease}header .mobile-menu-close:hover i{color:#d4a017}header .mobile-menu-links{display:flex;flex-direction:column;gap:.25rem}header .mobile-menu-links a{color:#fff;padding:.75rem 1rem;font-size:1rem;text-decoration:none;border-radius:8px;transition:background-color .3s ease,color .3s ease;border-left:3px solid rgba(0,0,0,0)}header .mobile-menu-links a:hover{background-color:hsla(0,0%,100%,.1);color:#d4a017;border-left-color:#d4a017}header .mobile-menu-links .mobile-menu-cta{margin-top:1rem;background-color:#d4a017;color:#fff !important;text-align:center;font-weight:600}header .mobile-menu-links .mobile-menu-cta:hover{background-color:#b8890f !important;color:#fff !important;border-left-color:rgba(0,0,0,0)}body.menu-open{overflow:hidden}.banner-home{position:relative;background-color:#28386f;height:30rem;display:flex;justify-content:left;align-items:center;overflow:hidden}.banner-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.banner-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:1}.home-container{font-family:"Noto Sans Devanagari",sans-serif;position:relative;z-index:2;max-width:500px;background-color:rgba(40,56,111,.3137254902);backdrop-filter:blur(5px);margin:0 70px;padding:15px 30px;border-radius:10px;border-left:8px solid #354b8c;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.home-container .title-home{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1.5rem 0}.home-container .subtitle-home{font-size:1.2rem;color:#fff;margin-bottom:2rem}.home-container .banner-btn{display:block;width:fit-content;background-color:#d4a017;color:#fff;padding:10px 20px;border-radius:8px;transition:all .3s ease;border:1px solid rgba(0,0,0,0);float:right}.home-container .banner-btn:hover{background-color:#b8890f;color:#fff}.home-container .banner-btn i{margin-left:.5rem;transition:all .3s ease;font-size:1.2rem}@media screen and ((max-width: 767px)){.home-container{margin:0 20px;padding:10px 20px}}.products-container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;background-color:#f6f6f6}.products-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:2.5rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.products-description{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.products-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem;max-width:960px;margin:0 auto}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(40,56,111,.08);transition:transform .3s ease;border:1px solid rgba(40,56,111,.1);width:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0px 0px 10px #d4a017}.product-card-image{height:260px;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #354b8c 0%, #28386f 100%)}.product-card-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center}.product-card-content{padding:1rem;flex:1}.product-card-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:1.1rem;color:#354b8c;margin:0 0 .4rem 0;border-left:4px solid #d4a017;padding:.6rem 0 .6rem .6rem;background-color:#f4f6fb;border-radius:0 10px 10px 0}.product-card-description{font-size:.85rem;color:#555;line-height:1.45;margin:0 0 .75rem 0}.product-card-list{list-style:none;margin-bottom:.5rem;font-size:.85rem;padding-left:0}.product-card-list li{color:#354b8c;margin-bottom:.8rem}.product-card-list li i{font-size:1rem;margin-right:.5rem;color:#d4a017}.product-card-btn{display:inline-block;background-color:#d4a017;color:#fff;padding:8px 16px;border-radius:6px;font-size:.85rem;text-decoration:none;transition:background-color .3s ease;margin:0 0 12px 12px;align-self:flex-start}.product-card-btn:hover{background-color:#b8890f;text-decoration:none;color:#fff}.description-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:2.2rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.description-description{font-family:"Noto Sans Devanagari",sans-serif;font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.description-card{background-color:#fff;border-radius:8px;border:2px solid #28386f;overflow:hidden;box-shadow:12px -12px 1px #28386f;padding:1rem;text-align:center;width:400px;margin:0 auto;transition:all .5s ease}.description-card:hover{transform:translateY(-4px)}.description-card:hover i{background-color:#354b8c;color:#fff;border:1px solid #354b8c}@media screen and ((max-width: 991px)){.description-card{margin:1rem auto}}@media screen and ((max-width: 576px)){.description-card{width:100%}}.description-card i{font-size:3.5rem;color:#354b8c;margin-bottom:1rem;border:1px solid #354b8c;text-align:center;padding:.6rem;border-radius:16px}.description-card p{font-size:1.1rem;color:#555}.description-card-title{font-size:1.5rem;color:#354b8c;text-align:center;margin:1rem 0;background-color:#f4f6fb;border-left:4px solid #d4a017;padding:.6rem 0 .6rem .6rem;background-color:#f4f6fb;border-radius:0 10px 10px 0}@media screen and ((max-width: 767px)){.description-title{font-size:1.8rem}.description-description{font-size:1rem}}.experience-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:2.2rem;color:#354b8c;text-align:left;margin-bottom:2.5rem;border-left:4px solid #d4a017;padding-left:.8rem}.experience-description{font-family:"Noto Sans Devanagari",sans-serif;font-size:1.2rem;color:#555;text-align:left;margin-bottom:2.5rem}.experience-list{list-style:none;padding:0;margin:0;margin-bottom:2rem;display:flex;gap:3rem}.experience-list li{color:#354b8c;text-align:center;margin-bottom:1rem;width:10rem;background-color:#fff;padding:10px;border-left:6px solid #d4a017;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 12px rgba(40,56,111,.08)}.experience-list li:hover{transform:translateY(-4px)}.experience-list li i{font-size:1.5rem;color:#d4a017;padding:3px;display:block;text-align:center}@media screen and ((max-width: 767px)){.experience-list{flex-direction:column;gap:1rem}.experience-list li{width:100%}}.experience-image{width:320px;border-radius:8px;box-shadow:12px -12px 1px #28386f;transition:all .3s ease}.experience-image:hover{transform:translateY(-4px)}@media screen and ((max-width: 767px)){.experience-image{display:none;width:80%;text-align:center;margin:0 auto 2rem auto}}.transforming-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:2.2rem;color:#354b8c;text-align:right;margin-bottom:2.5rem;border-right:4px solid #d4a017;padding-right:.8rem}.transforming-description{font-family:"Noto Sans Devanagari",sans-serif;font-size:1.2rem;color:#555;text-align:right;margin-bottom:2.5rem}.transforming-image{width:320px;border-radius:8px;box-shadow:-12px -12px 1px #28386f;transition:all .3s ease}.transforming-image:hover{transform:translateY(-4px)}@media screen and ((max-width: 767px)){.transforming-image{display:none;width:80%;text-align:center;margin:0 auto 2rem auto}}.transforming-list{list-style:none;padding:0;margin:0;margin-bottom:2rem;display:flex;gap:3rem;justify-content:right}.transforming-list li{color:#354b8c;text-align:center;margin-bottom:1rem;width:10rem;background-color:#fff;padding:10px;border-left:6px solid #d4a017;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 12px rgba(40,56,111,.08)}.transforming-list li:hover{transform:translateY(-4px)}.transforming-list li i{font-size:1.5rem;color:#d4a017;padding:3px;display:block;text-align:center}.location-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:2.2rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.location-description{font-family:"Noto Sans Devanagari",sans-serif;font-size:1.2rem;color:#555;text-align:center}.fade-in-section{opacity:0;transform:translateY(28px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.fade-in-section--visible{opacity:1;transform:translateY(0)}.cta-container{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:50px 70px;background-image:url(../img/cta/cta-background.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-container .cta-left{text-align:left;width:60%}.cta-container .cta-left .cta-title{font-size:2.2rem;color:#fff;margin-bottom:1.5rem;border-bottom:2px solid #d4a017;padding-bottom:.8rem}.cta-container .cta-left .cta-description{font-size:1.2rem;color:#fff;margin-bottom:2rem}.cta-container .cta-left .cta-list{list-style:none;padding:0;margin:0;margin-bottom:2rem}.cta-container .cta-left .cta-list li{color:#fff;margin-bottom:1rem}.cta-container .cta-left .cta-list li i{font-size:1.2rem;margin-right:.5rem;background-color:#d4a017;padding:3px;border-radius:8px}.cta-container .cta-left .cta-btn{background-color:#d4a017;display:inline-block;color:#fff;border:1px solid rgba(0,0,0,0);padding:10px 20px;border-radius:8px;transition:all .5s ease;font-weight:600}.cta-container .cta-left .cta-btn i{font-size:1.2rem;margin-left:1rem;color:#fff}.cta-container .cta-left .cta-btn:hover{background-color:#b8890f;border:1px solid #d4a017}.cta-container .cta-right{width:31%;text-align:right}.cta-container .cta-right img{width:180px;transition:all .5s ease;box-shadow:0 0 10px 0 rgba(0,0,0,.253);border-radius:10px}.cta-container .cta-right img:hover{transform:scale(1.1)}.cta-container .cta-right .cta-image-1{position:relative;bottom:-25px}.cta-container .cta-right .cta-image-2{position:relative;left:-25px}.cta-container .cta-right .cta-image-3{position:relative;right:-25px}.cta-container .cta-right .cta-image-4{position:relative;top:-25px}@media screen and ((max-width: 576px)){.cta-container{flex-direction:column;padding:10px}.cta-container .cta-left{width:100%}.cta-container .cta-right{display:none}}@media screen and ((max-width: 767px)){.cta-container{flex-direction:column;padding:20px}.cta-container .cta-left{width:100%}.cta-container .cta-right{width:100%;margin-top:30px}}@media screen and ((max-width: 991px)){.cta-container{padding:20px}.cta-container .cta-left{width:100%}.cta-container .cta-right{width:100%;margin-top:30px}}.breadcrumb{height:200px;font-size:1.5rem;background-image:url(../img/cta/cta-background.webp);background-size:cover;background-position:center;display:flex;align-items:center;text-align:center}.breadcrumb .breadcrumb-title{font-size:2.5rem;color:#fff;text-align:center;text-transform:capitalize}.breadcrumb nav a{color:#fff;transition:all .3s ease}.breadcrumb nav a:hover{color:#d4a017}.breadcrumb nav i{color:#d4a017;font-size:1.2rem;margin:0 .5rem}.breadcrumb nav .breadcrumb-active{color:#d4a017}.contato-section .contato-title{font-size:2.2rem;color:#354b8c;margin-bottom:1rem}.contato-section .contato-description{font-size:1.1rem;color:#555;max-width:640px;margin:0 auto 2rem}.contato-section .contato-card{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#fff;border-radius:12px;border:1px solid rgba(40,56,111,.1);box-shadow:0 2px 12px rgba(40,56,111,.07);padding:2rem 1.25rem 1.5rem;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;height:100%}.contato-section .contato-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(40,56,111,.14);text-decoration:none}.contato-section .contato-card-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;background-color:rgba(40,56,111,.08);transition:background-color .25s ease}.contato-section .contato-card-icon i{font-size:1.8rem;color:#354b8c;transition:color .25s ease}.contato-section .contato-card-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:1.15rem;color:#354b8c;margin-bottom:.4rem}.contato-section .contato-card-text{font-size:.9rem;color:#555;margin-bottom:1.25rem;word-break:break-word}.contato-section .contato-card-action{display:inline-block;font-size:.85rem;font-weight:600;padding:7px 18px;border-radius:6px;background-color:#d4a017;color:#fff;transition:background-color .25s ease;margin-top:auto}.contato-section .contato-card-action:hover{background-color:#b8890f}.contato-section .contato-card--whatsapp:hover .contato-card-icon{background-color:rgba(37,211,102,.12)}.contato-section .contato-card--whatsapp:hover .contato-card-icon i{color:#25d366}.contato-section .contato-card--phone:hover .contato-card-icon{background-color:rgba(212,160,23,.12)}.contato-section .contato-card--phone:hover .contato-card-icon i{color:#d4a017}.contato-section .contato-card--facebook:hover .contato-card-icon{background-color:rgba(24,119,242,.12)}.contato-section .contato-card--facebook:hover .contato-card-icon i{color:#1877f2}.contato-section .contato-card--email:hover .contato-card-icon{background-color:rgba(53,75,140,.12)}.contato-section .contato-card--email:hover .contato-card-icon i{color:#354b8c}.contato-section .location-title{font-size:2rem;color:#354b8c;margin-bottom:1.5rem;border-left:4px solid #d4a017;padding-left:.8rem}.contato-section .location-map iframe{width:100%;height:420px;border:0;border-radius:12px;box-shadow:0 2px 12px rgba(40,56,111,.08)}@media(max-width: 767px){.contato-section .contato-title{font-size:1.7rem}.contato-section .contato-description{font-size:1rem}.contato-section .location-map iframe{height:300px}}.colchoes-section .colchoes-title{font-size:2.2rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.colchoes-section .colchoes-description{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.colchoes-section .colchoes-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.colchoes-section .colchoes-products{padding-top:0}.colchoes-section .colchoes-card{display:none}.colchoes-section .colchoes-card.product-card--visible{display:block}.colchoes-section .colchoes-pagination{display:flex;justify-content:center;margin-top:2.5rem;padding:1rem .5rem;border-top:1px solid rgba(40,56,111,.15)}.colchoes-section .colchoes-pagination-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.colchoes-section .colchoes-pagination-btn{min-width:2.5rem;height:2.5rem;padding:0 .5rem;font-family:"Noto Sans Devanagari",sans-serif;font-size:1rem;font-weight:500;color:#354b8c;background-color:#fff;border:2px solid rgba(40,56,111,.2);border-radius:8px;cursor:pointer;transition:color .25s ease,border-color .25s ease,background-color .25s ease}.colchoes-section .colchoes-pagination-btn:hover{color:#d4a017;border-color:#d4a017;background-color:rgba(212,175,55,.08)}.colchoes-section .colchoes-pagination-btn.colchoes-pagination-btn--active{color:#fff;background-color:#d4a017;border-color:#d4a017}.colchoes-section .colchoes-pagination-btn.colchoes-pagination-btn--active:hover{background-color:#b8890f;border-color:#b8890f}.sleep-benefits-section .sleep-title{font-size:2.2rem;color:#354b8c;text-align:left;margin-bottom:2.5rem;border-left:4px solid #d4a017;padding-left:.8rem}.sleep-benefits-section .sleep-description{font-size:1.2rem;color:#555;text-align:left;margin-bottom:2.5rem}.sleep-benefits-section .sleep-benefits-list{list-style:none;margin-bottom:1rem}.sleep-benefits-section .sleep-benefits-list li{width:50%;color:#354b8c;margin-bottom:1rem;background-color:#fff;border-left:6px solid #d4a017;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 12px rgba(40,56,111,.08);padding-left:1rem}.sleep-benefits-section .sleep-benefits-list li:hover{transform:translateY(-4px)}.sleep-benefits-section .sleep-benefits-list li i{font-size:1.5rem;color:#d4a017;padding:3px}@media screen and ((max-width: 767px)){.sleep-benefits-section .sleep-benefits-list li{width:100%}}.sleep-benefits-section .sleep-image{width:320px;border-radius:8px;box-shadow:12px -12px 1px #28386f;transition:all .3s ease}.sleep-benefits-section .sleep-image:hover{transform:translateY(-4px)}@media screen and ((max-width: 767px)){.sleep-benefits-section .sleep-image{display:none}}.camas-faq-section{padding:2rem 0 4rem;background-color:#f6f6f6}.camas-faq-section .camas-faq-title{font-size:2.2rem;color:#354b8c;text-align:center;margin-bottom:2rem}.camas-faq-section .camas-faq-accordion{max-width:800px;margin:0 auto}.camas-faq-section .camas-faq-accordion .accordion-item{border:1px solid rgba(53,75,140,.15);border-radius:8px;overflow:hidden;margin-bottom:.75rem;background-color:#fff;box-shadow:0 2px 12px rgba(40,56,111,.06)}.camas-faq-section .camas-faq-accordion .accordion-button{font-size:1.05rem;font-weight:600;color:#354b8c;padding:1rem 1.25rem;box-shadow:none}.camas-faq-section .camas-faq-accordion .accordion-button:not(.collapsed){background-color:rgba(53,75,140,.08);color:#354b8c}.camas-faq-section .camas-faq-accordion .accordion-button:focus{box-shadow:0 0 0 .2rem rgba(53,75,140,.15)}.camas-faq-section .camas-faq-accordion .accordion-button::after{filter:brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(2000%) hue-rotate(194deg) brightness(0.85)}.camas-faq-section .camas-faq-accordion .accordion-body{font-size:1rem;color:#555;line-height:1.55;padding:1rem 1.25rem 1.25rem}.sofas-section .sofas-title{font-size:2.2rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.sofas-section .sofas-description{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.sofas-section .sofas-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.sofas-section .sofas-products{padding-top:0}.sofas-section .sofas-card{display:none}.sofas-section .sofas-card.product-card--visible{display:block}.sofas-section .sofas-pagination{display:flex;justify-content:center;margin-top:2.5rem;padding:1rem .5rem;border-top:1px solid rgba(40,56,111,.15)}.sofas-section .sofas-pagination-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.sofas-section .sofas-pagination-btn{min-width:2.5rem;height:2.5rem;padding:0 .5rem;font-family:"Noto Sans Devanagari",sans-serif;font-size:1rem;font-weight:500;color:#354b8c;background-color:#fff;border:2px solid rgba(40,56,111,.2);border-radius:8px;cursor:pointer;transition:color .25s ease,border-color .25s ease,background-color .25s ease}.sofas-section .sofas-pagination-btn:hover{color:#d4a017;border-color:#d4a017;background-color:rgba(212,175,55,.08)}.sofas-section .sofas-pagination-btn.sofas-pagination-btn--active{color:#fff;background-color:#d4a017;border-color:#d4a017}.sofas-section .sofas-pagination-btn.sofas-pagination-btn--active:hover{background-color:#b8890f;border-color:#b8890f}.sleep-benefits-section .sleep-title{font-size:2.2rem;color:#354b8c;text-align:left;margin-bottom:2.5rem;border-left:4px solid #d4a017;padding-left:.8rem}.sleep-benefits-section .sleep-description{font-size:1.2rem;color:#555;text-align:left;margin-bottom:2.5rem}.sleep-benefits-section .sleep-benefits-list{list-style:none;margin-bottom:1rem}.sleep-benefits-section .sleep-benefits-list li{width:50%;color:#354b8c;margin-bottom:1rem;background-color:#fff;border-left:6px solid #d4a017;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 12px rgba(40,56,111,.08);padding-left:1rem}.sleep-benefits-section .sleep-benefits-list li:hover{transform:translateY(-4px)}.sleep-benefits-section .sleep-benefits-list li i{font-size:1.5rem;color:#d4a017;padding:3px}@media screen and ((max-width: 767px)){.sleep-benefits-section .sleep-benefits-list li{width:100%}}.sleep-benefits-section .sleep-image{width:320px;border-radius:8px;box-shadow:12px -12px 1px #28386f;transition:all .3s ease}.sleep-benefits-section .sleep-image:hover{transform:translateY(-4px)}@media screen and ((max-width: 767px)){.sleep-benefits-section .sleep-image{display:none}}.mesas-section .mesas-title{font-size:2.2rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.mesas-section .mesas-description{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.mesas-section .mesas-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.mesas-section .mesas-products{padding-top:0}.mesas-section .mesas-card{display:none}.mesas-section .mesas-card.product-card--visible{display:block}.mesas-section .mesas-pagination{display:flex;justify-content:center;margin-top:2.5rem;padding:1rem .5rem;border-top:1px solid rgba(40,56,111,.15)}.mesas-section .mesas-pagination-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.mesas-section .mesas-pagination-btn{min-width:2.5rem;height:2.5rem;padding:0 .5rem;font-family:"Noto Sans Devanagari",sans-serif;font-size:1rem;font-weight:500;color:#354b8c;background-color:#fff;border:2px solid rgba(40,56,111,.2);border-radius:8px;cursor:pointer;transition:color .25s ease,border-color .25s ease,background-color .25s ease}.mesas-section .mesas-pagination-btn:hover{color:#d4a017;border-color:#d4a017;background-color:rgba(212,175,55,.08)}.mesas-section .mesas-pagination-btn.mesas-pagination-btn--active{color:#fff;background-color:#d4a017;border-color:#d4a017}.mesas-section .mesas-pagination-btn.mesas-pagination-btn--active:hover{background-color:#b8890f;border-color:#b8890f}.sleep-benefits-section .sleep-title{font-size:2.2rem;color:#354b8c;text-align:left;margin-bottom:2.5rem;border-left:4px solid #d4a017;padding-left:.8rem}.sleep-benefits-section .sleep-description{font-size:1.2rem;color:#555;text-align:left;margin-bottom:2.5rem}.sleep-benefits-section .sleep-benefits-list{list-style:none;margin-bottom:1rem}.sleep-benefits-section .sleep-benefits-list li{width:50%;color:#354b8c;margin-bottom:1rem;background-color:#fff;border-left:6px solid #d4a017;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 12px rgba(40,56,111,.08);padding-left:1rem}.sleep-benefits-section .sleep-benefits-list li:hover{transform:translateY(-4px)}.sleep-benefits-section .sleep-benefits-list li i{font-size:1.5rem;color:#d4a017;padding:3px}@media screen and ((max-width: 767px)){.sleep-benefits-section .sleep-benefits-list li{width:100%}}.sleep-benefits-section .sleep-image{width:320px;border-radius:8px;box-shadow:12px -12px 1px #28386f;transition:all .3s ease}.sleep-benefits-section .sleep-image:hover{transform:translateY(-4px)}@media screen and ((max-width: 767px)){.sleep-benefits-section .sleep-image{display:none}}.privacy-policy .privacy-policy-title{font-size:2.5rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.privacy-policy .privacy-policy-description{font-size:1.2rem;color:#555}.privacy-policy .privacy-policy-subtitle{font-size:1.5rem;color:#354b8c;text-align:left;margin-top:2.5rem;border-left:4px solid #d4a017;padding-left:1rem}.sobre-nos-section .sobre-nos-title{font-size:2.5rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.sobre-nos-section .sobre-nos-description{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.sobre-nos-section .sobre-nos-image{display:block;margin:0 auto;width:60%;height:auto;border-radius:8px;box-shadow:0 2px 12px rgba(40,56,111,.08)}.sobre-nos-section .sobre-nos-btn{display:block;width:fit-content;background-color:#d4a017;color:#fff;padding:10px 20px;border-radius:8px;transition:all .3s ease;border:1px solid rgba(0,0,0,0);margin:1rem auto}.sobre-nos-section .sobre-nos-btn:hover{background-color:#b8890f}.sobre-nos-section .sobre-nos-btn i{margin-left:.5rem;transition:all .3s ease;font-size:1.2rem}@media screen and ((max-width: 767px)){.sobre-nos-section{margin:0 20px;padding:10px 20px}}.about-first-section .about-first-title{font-size:2.5rem;color:#354b8c;text-align:left;margin-bottom:2.5rem}.about-first-section .about-first-description{font-size:1.2rem;color:#555;text-align:left;margin-bottom:2.5rem}.about-first-section .about-first-image{width:100%;height:auto;border-radius:8px;box-shadow:12px -12px 1px #28386f;transition:all .3s ease}.about-first-section .about-first-image:hover{transform:translateY(-4px)}.about-second-section .about-second-title{font-size:2.5rem;color:#354b8c;text-align:right;margin-bottom:2.5rem}.about-second-section .about-second-description{font-size:1.2rem;color:#555;text-align:right;margin-bottom:2.5rem}.about-second-section .about-second-image{width:100%;height:auto;border-radius:8px;box-shadow:-12px -12px 1px #28386f;transition:all .3s ease}.about-second-section .about-second-image:hover{transform:translateY(-4px)}.about-video-container{width:100%;text-align:center}.about-video-container .about-video{width:80%;height:auto;border-radius:8px;box-shadow:0 0 10px 0 rgba(0,0,0,.253);margin:0 auto}@media screen and ((max-width: 767px)){.about-video-container .about-video{width:100%}}.lgpd{width:30%;background:#fff;position:fixed;bottom:0;padding:15px;margin-left:10px;border-radius:8px;z-index:99999999999999;box-shadow:0 0 10px 3px rgba(108,98,98,.2)}@media(max-width: 767px){.lgpd{width:90%}}.lgpd .lgpd-txt span{display:block;margin-bottom:8px;color:#212529;font-weight:700;font-size:18px}.lgpd .lgpd-txt span i{margin-right:8px}.lgpd .lgpd-txt p{color:#555;font-size:.8rem;margin-bottom:0}@media(max-width: 767px){.lgpd .lgpd-txt p{font-size:11px}}.lgpd .lgpd-txt a{color:#d4a017;text-decoration:underline}@media(max-width: 767px){.lgpd .lgpd-txt{display:block}}.lgpd .lgpd-button{display:flex;justify-content:end;margin-top:8px}.lgpd .lgpd-button button{border:none;display:flex;align-items:center;justify-content:center;text-align:center;background:#d4a017;padding:10px 15px;font-size:.8rem;color:#fff;width:100px;height:35px;margin-left:24px;cursor:pointer}@media(max-width: 767px){.lgpd .lgpd-button button{font-size:11px;margin-left:0;margin-top:10px}}.product-section .product-title{font-size:2.5rem;color:#354b8c;text-align:center;margin-bottom:2.5rem}.product-section .product-description{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.5rem}.product-section .product-description a{color:#354b8c;text-decoration:underline;text-underline-offset:3px;font-weight:600;transition:color .2s ease}.product-section .product-description a:hover{color:#d4a017}.product-section .product-gallery{position:relative}@media(max-width: 767px){.product-section .product-gallery{text-align:center}}.product-section .product-image{width:100%;height:500px;object-fit:cover;object-position:center;border-radius:8px;box-shadow:0 0 10px 2px rgba(0,0,0,.253)}.product-section .product-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}@media(max-width: 767px){.product-section .product-thumbnails{justify-content:space-around}}.product-section .product-thumb{border:1px solid rgba(40,56,111,.15);background:rgba(0,0,0,0);border-radius:8px;padding:0;width:96px;height:68px;overflow:hidden;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-section .product-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.product-section .product-thumb:hover{transform:translateY(-2px);border-color:rgba(40,56,111,.35)}.product-section .product-thumb--active{border-color:#d4a017;box-shadow:0px 0px 12px rgba(212,160,23,.25)}.product-section .product-interest-btn{display:inline-block;margin-top:1.25rem;background-color:#d4a017;color:#fff;padding:10px 18px;border-radius:6px;font-size:.95rem;text-decoration:none;transition:background-color .3s ease}.product-section .product-interest-btn i{font-size:1.2rem;margin-left:.5rem;color:#fff}.product-section .product-interest-btn:hover{background-color:#b8890f;color:#fff;text-decoration:none}.product-section .product-specs-title{font-size:1.5rem;color:#354b8c;text-align:center;margin-bottom:2.5rem;border-left:4px solid #d4a017;padding-left:.8rem}.product-section .product-specs-description{font-size:1.2rem;color:#555;text-align:justify;margin-bottom:2.5rem}.product-section .product-specs-list{list-style:none;margin-bottom:2.5rem;padding-left:0}.product-section .product-specs-list li{font-size:1rem;color:#354b8c;margin-bottom:1.2rem}.product-section .product-specs-list li i{font-size:1rem;margin-right:.5rem;color:#d4a017}@media(max-width: 767px){.product-section .product-specs-title,.product-section .product-specs-description,.product-section .product-specs-list{text-align:left}.product-section .product-thumb{width:90px;height:64px}}@media(max-width: 767px){.products-grid{grid-template-columns:1fr;max-width:100%;padding:0 1rem}.products-grid .product-card{width:100%}}.sitemap-section .sitemap-title{font-size:2.2rem;color:#354b8c;margin-bottom:.5rem}.sitemap-section .sitemap-description{font-size:1.1rem;color:#555;margin-bottom:3rem}.sitemap-section .sitemap-group{background-color:#fff;border-radius:12px;border:1px solid rgba(40,56,111,.1);box-shadow:0 2px 12px rgba(40,56,111,.07);padding:1.5rem 1.75rem;margin-bottom:1.5rem}.sitemap-section .sitemap-group-title{font-family:"Noto Sans Devanagari",sans-serif;font-size:1rem;font-weight:700;color:#354b8c;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid rgba(40,56,111,.08);display:flex;align-items:center;gap:.5rem}.sitemap-section .sitemap-group-title i{color:#d4a017;font-size:1.1rem}.sitemap-section .sitemap-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sitemap-section .sitemap-list li a{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:#354b8c;text-decoration:none;transition:color .2s ease,gap .2s ease}.sitemap-section .sitemap-list li a i{font-size:.8rem;color:#d4a017;transition:transform .2s ease}.sitemap-section .sitemap-list li a:hover{color:#d4a017;gap:.75rem}.sitemap-section .sitemap-list li a:hover i{transform:translateX(3px)}@media(max-width: 767px){.sitemap-section .sitemap-title{font-size:1.7rem}.sitemap-section .sitemap-group{padding:1.25rem}}footer{background:linear-gradient(to right, #28386f, #3a539c);color:#fff;padding:40px 0}@media screen and ((max-width: 767px)){footer{padding:20px 0;text-align:center}}footer .footer-title{font-size:1.5rem;display:inline-block;color:#d4a017;margin-bottom:20px;border-bottom:2px solid #d4a017;padding-bottom:5px}footer .footer-description{font-size:.8rem;color:#fff;margin-bottom:20px}footer .footer-list{list-style:none}footer .footer-list li{margin-bottom:10px}footer .footer-list li a{color:#fff;transition:all .3s ease}footer .footer-list li a:hover{color:#d4a017}footer .footer-list li i{color:#d4a017;margin-right:5px;font-size:1rem}footer .footer-copyright{text-align:center;margin-top:20px;font-size:.9rem;color:#fff}footer .footer-top-border{border-top:2px solid #d4a017;padding-top:20px}.region-title{font-size:2.2rem;color:#354b8c}.region-topic{font-size:1.5rem;color:#354b8c;margin-bottom:.8rem}.region-description{font-size:1.2rem;color:#555;margin-bottom:2.5rem}/*# sourceMappingURL=style.css.map */
