*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#fffaf5;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}.container{width:90%;max-width:1200px;margin:auto}.primary-btn{color:#fff;background:#ff6f3c;border-radius:10px;padding:12px 20px;font-weight:600}.navbar{z-index:9999;background-color:#fffaf5;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex;position:sticky;top:0;box-shadow:0 4px 15px #00000014}.profile-container{position:relative}.profile-circle{color:#fff;cursor:pointer;background-color:#ff6f3c;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.profile-circle:hover{background-color:#ff9a3c}.profile-dropdown{z-index:1000;background-color:#fffaf5;border:1px solid #ddd;border-radius:8px;flex-direction:column;width:180px;display:flex;position:absolute;top:45px;right:0;box-shadow:0 4px 12px #00000026}.profile-item{cursor:pointer;color:#333;padding:10px 14px;font-size:.95rem;text-decoration:none;transition:background .2s}.profile-item:hover{color:#fff;background-color:#ff6f3c}.logout-item{border-top:1px solid #ddd}.logo-container{cursor:pointer;align-items:center;gap:12px;display:flex}.logo-link{color:#333;align-items:center;text-decoration:none;display:flex}.logo-container img{width:40px;height:40px}.logo{color:#000;font-size:1.6rem;font-weight:700}.nav-middle{flex:1;justify-content:center;transition:max-height .3s ease-in-out;display:flex}.nav-links{align-items:center;gap:32px;font-weight:500;list-style:none;display:flex}.nav-links li a{color:#333;padding-bottom:4px;font-size:1rem;text-decoration:none;transition:color .3s;position:relative}.nav-links li a:hover{color:#ff6f3c}.nav-links li a:after{content:"";background-color:#ff6f3c;width:0%;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links li a:hover:after,.nav-links li a.active:after{width:100%}.nav-right{align-items:center;gap:10px;display:flex;position:relative}.login-btn,.logout-btn,.signup-btn{color:#ff6f3c;cursor:pointer;letter-spacing:.4px;background-color:#0000;border:2px solid #ff6f3c;border-radius:25px;padding:8px 20px;font-size:.95rem;font-weight:600;transition:all .3s}.login-btn:hover,.logout-btn:hover,.signup-btn:hover{color:#fff;background-color:#ff6f3c;transform:translateY(-1px);box-shadow:0 6px 15px #ff6f3c59}.login-btn:active,.logout-btn:active,.signup-btn:active{transform:scale(.97)}.cart-container{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;font-size:2rem;transition:color .3s;display:flex;position:relative}.cart-container:hover{color:#ff6f3c}.cart-badge{color:#fff;background-color:#ff6f3c;border-radius:50%;justify-content:center;align-items:center;padding:3px 6px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.hamburger-btn{cursor:pointer;color:#333;background:0 0;border:none;font-size:1.8rem;display:none}@media (max-width:768px){.nav-middle{background-color:#fffaf5;flex-direction:column;align-items:center;width:100%;max-height:0;position:absolute;top:70px;left:0;overflow:hidden;box-shadow:0 6px 12px #00000014}.nav-middle.active{max-height:400px}.nav-links{flex-direction:column;gap:20px;padding:20px 0}.login-btn,.logout-btn,.signup-btn{padding:7px 16px;font-size:.9rem}.cart-container{font-size:1.8rem}.hamburger-btn{display:flex}.nav-right{flex-direction:column;align-items:center;gap:8px}}.auth-overlay{z-index:1000;background:url(/assets/bgImg_Auth-cXTBRgVv.jpeg) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.auth-overlay:before{content:"";z-index:1;background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.auth-modal{text-align:center;z-index:2;background:#fffaf5;border-radius:16px;width:400px;max-width:100%;padding:2rem;position:relative;box-shadow:0 8px 25px #0003}.auth-modal h2{color:#ff6f3c;margin-bottom:1rem;font-size:1.5rem}.auth-modal input{border:1px solid #ccc;border-radius:8px;outline:none;width:100%;margin:.5rem 0;padding:.7rem 1rem;font-size:1rem}.name-fields{gap:1rem;margin-bottom:.5rem;display:flex}.name-fields input{flex:1}.primary-btn,.google-btn,.facebook-btn{cursor:pointer;border:none;border-radius:8px;width:100%;margin:.5rem 0;padding:.7rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}.primary-btn{color:#fff;background:#ff6f3c}.primary-btn:hover{background:#ff9a3c}.google-btn{color:#fff;background:#ff6f3c}.google-btn:hover{background:#ff9a3c}.facebook-btn{color:#fff;background:#ff6f3c}.facebook-btn:hover{background:#ff9a3c}.divider{color:#999;margin:1rem 0;font-weight:500}.switch-auth{margin-top:1rem;font-size:.9rem}.switch-auth span{color:#ff6f3c;cursor:pointer;margin-left:.3rem}.close-btn{cursor:pointer;color:#ff6f3c;font-size:1.5rem;position:absolute;top:.8rem;right:1rem}.forgot-pw{color:#1877f2;cursor:pointer;margin:.3rem 0 .5rem;font-size:.85rem;text-decoration:underline;transition:color .2s}.forgot-pw:hover{color:#0f5bb5}.verification-msg{color:#ff6f3c;margin-bottom:1rem;font-size:.9rem}.verification-msg span{cursor:pointer;color:#1877f2;margin-left:.3rem;text-decoration:underline}.social-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.social-btns button{flex:45%}@media (max-width:480px){.auth-modal{width:95%;padding:1.5rem}.auth-modal h2{font-size:1.3rem}.primary-btn,.google-btn,.facebook-btn{padding:.6rem 1rem;font-size:.95rem}.auth-modal input{padding:.6rem .8rem;font-size:.95rem}.name-fields{flex-direction:column;gap:.5rem}.social-btns button{flex:100%}}@media (min-width:481px) and (max-width:768px){.auth-modal{width:90%;padding:1.8rem}.auth-modal h2{font-size:1.4rem}.primary-btn,.google-btn,.facebook-btn{padding:.65rem 1rem;font-size:.98rem}.auth-modal input{padding:.65rem .9rem;font-size:.98rem}}.home-container-wrapper{width:100%}.home-container{background-color:#fffaf5;justify-content:space-between;align-items:center;gap:50px;min-height:90vh;padding:50px 80px;display:flex}.left-container{flex-direction:column;flex:1;gap:25px;display:flex}.left-container span{color:#ff6f3c;background-color:#efdabe;border-radius:2rem;align-items:center;gap:10px;width:fit-content;padding:6px 18px;font-size:1rem;font-weight:600;display:flex}.description h1{color:#333;margin:0;font-size:3rem;font-weight:700;line-height:1.2}.description h1:nth-of-type(3){color:#ff6f3c}.description p{color:#555;font-size:1.4rem;line-height:1.6}.buttons{gap:20px;margin-top:10px;display:flex}.shop-now-btn{color:#fff;background-color:#ff6f3c;border-radius:8px;padding:12px 28px;font-weight:600;text-decoration:none;transition:all .3s}.shop-now-btn:hover{background-color:#ff9a3c}.view-collections-btn{color:#555;background-color:#0000;border:2px solid #cac8c8;border-radius:8px;padding:12px 28px;font-weight:600;text-decoration:none;transition:all .3s}.view-collections-btn:hover{color:#fff;background-color:#ff6f3c;border-color:#ff6f3c}.services-list ul{gap:30px;padding:0;list-style:none;display:flex}.services-list li{color:#333;align-items:center;gap:8px;font-weight:500;display:flex}.services-list li svg{color:#05f571}.right-container{flex:1;justify-content:center;display:flex}.right-container img{border-radius:15px;width:100%;max-width:600px}.companies-list{text-align:center;padding:50px 80px;overflow:hidden}.companies-list h2{color:#959191;margin-bottom:30px;font-size:2rem}.companies-list ul{gap:40px;list-style:none;animation:20s linear infinite scrollLeft;display:flex}.companies-list li{color:#b0abab;white-space:nowrap;font-size:1.2rem}@keyframes scrollLeft{0%{transform:translate(100%)}to{transform:translate(-100%)}}@media (max-width:1024px){.home-container{text-align:center;flex-direction:column-reverse;padding:30px 20px}.left-container{align-items:center}.services-list ul{justify-content:center}}html{scroll-behavior:smooth}.product-container{box-sizing:border-box;background-color:#fff;width:100%;padding:50px 80px}.UpperContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}.title-subtitle h1{color:#333;margin-bottom:10px;font-size:2rem;font-weight:700}.title-subtitle span{color:#666;font-size:1.5rem}.products-view a{color:#ff6f3c;align-items:center;gap:5px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.products-view a:hover{text-decoration:underline}.LowerContainer{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px;display:grid}@media screen and (max-width:1024px){.LowerContainer{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:768px){.product-container{padding:40px 30px}}@media screen and (max-width:600px){.LowerContainer{grid-template-columns:1fr;gap:15px}.UpperContainer{flex-direction:column;align-items:flex-start}}.product-card{background-color:#fff;border-radius:2rem;flex-direction:column;height:100%;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 12px #00000014}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000026}.product-card .badge{color:#ff6f3c;background-color:#fff;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:600;position:absolute;top:15px;left:15px;box-shadow:0 2px 6px #0000001a}.product-card .img-container{justify-content:center;align-items:center;width:100%;height:180px;margin-bottom:15px;display:flex}.product-card .img-container img{object-fit:contain;max-width:100%;max-height:100%;display:block}.product-info .name-rating{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.product-info h2{color:#333;min-height:48px;margin-bottom:8px;font-size:1.3rem}.product-info .rating{color:#333;background-color:#f1c40f;border-radius:8px;justify-content:center;align-items:center;gap:4px;padding:2px 6px;font-size:.9rem;font-weight:700;display:flex}.product-info p.description{color:#666;min-height:40px;margin-bottom:12px;font-size:.95rem}.bottom-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.product-card p.price{color:#ff6f3c;font-size:1.1rem;font-weight:700}.product-card p.price .price-label{margin-right:5px;font-weight:500}.product-card button.add-to-cart{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:8px;padding:8px 16px;font-weight:600;transition:background-color .3s}.product-card button.add-to-cart:hover{background-color:#333}.product-card p.discount{color:#27ae60;margin-top:5px;font-size:.85rem;font-weight:600}@media screen and (max-width:1024px){.LowerContainer{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:600px){.LowerContainer{grid-template-columns:1fr}}.newsletter-container{box-sizing:border-box;background-color:#e7e0d8;justify-content:center;align-items:center;width:100%;padding:60px 20px;display:flex;position:relative}.newsletter-inner{background-color:#fff;border-radius:2rem;flex-wrap:wrap;align-items:center;gap:30px;width:100%;max-width:1200px;height:200px;padding:40px;display:flex;box-shadow:0 8px 20px #0000001a}.newsletter-left{flex:1;min-width:250px}.newsletter-left h2{color:#333;margin-bottom:15px;font-size:1.8rem;font-weight:700}.newsletter-left p{color:#666;margin-bottom:0;font-size:1.3rem}.newsletter-right{flex:1;justify-content:flex-end;min-width:250px;display:flex}.newsletter-form{flex-wrap:wrap;gap:10px;width:100%;display:flex}.newsletter-form input[type=email]{border:1px solid #ddd;border-radius:8px;outline:none;flex:200px;padding:12px 15px;font-size:1rem}.newsletter-form button{color:#fff;cursor:pointer;background-color:#ff9a3c;border:none;border-radius:8px;padding:12px 25px;font-size:1rem;font-weight:600;transition:background-color .3s}.newsletter-form button:hover{background-color:#ff7a1c}.newsletter-toast{color:#fff;z-index:9999;background-color:#27ae60;border-radius:8px;padding:15px 20px;font-weight:600;animation:.3s slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #0003}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width:768px){.newsletter-inner{flex-direction:column;align-items:stretch}.newsletter-right{justify-content:center;margin-top:20px}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}}.footer-container{color:#333;box-sizing:border-box;background-color:#fff;border-top:1px solid #ddd;width:100%;padding:60px 20px 30px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:30px;max-width:1200px;margin:0 auto;display:flex}.footer-column{flex:1;min-width:220px}.logo-wrapper{align-items:center;gap:10px;margin-bottom:10px;display:flex}.logo-wrapper img{object-fit:contain;width:50px;height:50px}.logo-wrapper h2.logo{color:#0d0d0d;margin:0;font-size:1.5rem}.footer-column h3{text-transform:uppercase;margin-bottom:15px;font-size:1.2rem;font-weight:700}.footer-column p,.footer-column ul,.footer-column li{color:#666;margin:0 0 10px;font-size:.95rem}.footer-column ul{padding:0;list-style:none}.footer-column ul li{cursor:pointer;transition:color .3s}.footer-column ul li:hover{color:#ff9a3c}.footer-bottom{text-align:center;color:#999;border-top:1px solid #ddd;margin-top:30px;padding-top:15px;font-size:.9rem}.social-media-links{justify-content:center;gap:15px;margin-top:20px;display:flex}.social-media-links a{color:#333;font-size:1.4rem;transition:color .3s,transform .3s}.social-media-links a:hover{color:#ff9a3c;transform:scale(1.2)}@media screen and (max-width:1024px){.footer-inner{text-align:center;flex-direction:column;align-items:center}.footer-column{min-width:100%;margin-bottom:20px}.footer-column ul li{margin:0 10px;display:inline-block}.social-media-links{margin-top:20px}}.Journey-Container{color:#333;background-color:#fefdfc;max-width:1200px;margin:0 auto;padding:3rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.UpperTitle{text-align:center;margin-bottom:3rem}.UpperTitle h1{margin-bottom:.5rem;font-size:2rem}.UpperTitle p{color:#666;font-size:1rem}.Timeline{flex-direction:column;gap:3rem;margin-left:200px;display:flex;position:relative}.TimelineItem{align-items:flex-start;gap:2rem;display:flex;position:relative}.TimelineLeft{flex-direction:column;align-items:center;display:flex;position:relative}.TimelineYear{color:#ff6f3c;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.TimelineImg{object-fit:cover;border-radius:50%;width:50px;height:50px}.TimelineLine{background-color:#ff6f3c;width:2px;height:calc(100% - 60px);position:absolute;top:60px;left:25px}.TimelineRight{flex:1}.TimelineRight h2{margin:0 0 .5rem;font-size:1.2rem}.TimelineRight p{color:#555;font-size:.95rem;line-height:1.5}@media (max-width:768px){.TimelineItem{flex-direction:column;align-items:flex-start}.TimelineLine{left:25px}}.details-container{color:#333;background-color:#fffaf5;max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.header-container{text-align:left;margin-bottom:2rem}.header-container h1{margin-bottom:.5rem;font-size:2rem}.header-container p{color:#555;font-size:.9rem}.categories-container{background-color:#fff;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;display:flex}.left-items{flex-direction:column;gap:.5rem;display:flex}.search-box{background-color:#fff;border:1px solid #ccc;border-radius:6px;align-items:center;gap:.25rem;width:300px;padding:.3rem .5rem;display:flex}.search-box input{border:none;outline:none;width:150px;font-size:.85rem}.search-icon{color:#555;font-size:1rem}.price-dropdown{gap:.5rem;margin-top:.5rem;display:flex}.price-dropdown input{border:1px solid #ccc;border-radius:6px;width:70px;padding:.25rem .4rem;font-size:.85rem}.right-items{flex-wrap:wrap;gap:.5rem;display:flex}.right-items button{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:.4rem .8rem;font-size:.85rem}.right-items button.active-category{color:#fff;background-color:#ff6f3c;border-color:#ff6f3c}.sort-btn{align-items:center;gap:.25rem;display:flex}.sort-options{z-index:10;background-color:#fff;border:1px solid #ccc;border-radius:6px;margin-top:.3rem;position:absolute;overflow:hidden}.sort-option{cursor:pointer;padding:.5rem 1rem;font-size:.85rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.load-more-container{justify-content:center;margin:2rem 0;display:flex}.load-more-btn{color:#333;cursor:pointer;background-color:#0000;border:1px solid #333;border-radius:8px;padding:.75rem 2rem;font-size:1rem}.products-footer{color:#555;background-color:#fff;border-top:1px solid #ccc;border-radius:6px;justify-content:space-between;align-items:center;width:100%;margin-top:2rem;padding:1rem 2rem;font-size:.9rem;display:flex}.footer-left{align-items:center;gap:.5rem;display:flex}.footer-logo{object-fit:contain;width:30px;height:30px}.footer-name{font-size:1rem;font-weight:700}.footer-right{color:#888;font-size:.85rem}@media (max-width:768px){.categories-container{flex-direction:column;align-items:stretch}.left-items,.right-items{flex-wrap:wrap;justify-content:flex-start;width:100%;margin-bottom:.5rem;display:flex}.search-box input{width:100%}.right-items button{flex:none;margin-right:.3rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}}.About-Container{color:#333;flex-direction:column;gap:60px;max-width:1200px;margin:0 auto;padding:0 50px;display:flex}.Upper-Section{background:#fffaf5;justify-content:space-between;align-items:center;gap:50px;padding:80px 40px;display:flex}.leftSide{flex:1}.leftSide h1{margin-bottom:10px;font-size:3rem;font-weight:700}.leftSide h1:nth-of-type(2){color:#ff6f3c}.leftSide p{color:#555;margin-bottom:25px;font-size:1.1rem;line-height:1.6}.shop-collection-btn{color:#fff;background-color:#ff6f3c;border-radius:8px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;display:inline-block}.shop-collection-btn:hover{background-color:#ff9a3c;transform:translateY(-2px)}.rightSide{flex:1;justify-content:center;display:flex}.rightSide img{border-radius:10px;width:100%;max-width:450px}.Lower-Section{text-align:center;background:#fff;padding:20px 30px}.Lower-Section h1{margin-bottom:15px;font-size:2.2rem;font-weight:700}.Lower-Section p{color:#555;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.Bottom-Containers{background:#fff;justify-content:space-between;gap:30px;padding:60px 40px;display:flex}.Bottom-Item{text-align:left;background:#fff;border:1px solid #ffe6ea;border-radius:12px;flex:1;padding:25px;transition:transform .3s,box-shadow .3s}.Bottom-Item:hover{transform:translateY(-6px);box-shadow:0 10px 20px #00000014}.Bottom-Item span{color:#ff6f3c;background-color:#ffe6ea;border-radius:8px;justify-content:center;align-items:center;margin-bottom:12px;padding:8px;font-size:1.4rem;display:inline-flex}.Bottom-Item h1{margin-bottom:10px;font-size:1.5rem;font-weight:700}.Bottom-Item p{color:#555;font-size:1rem;line-height:1.5}.Meet-Founder{background:#fffaf5;padding:60px 40px}.Founder-Container{justify-content:space-between;align-items:center;gap:40px;display:flex}.Founder-Left{flex:1;justify-content:center;display:flex}.Founder-Left img{object-fit:cover;border-radius:12px;width:250px;height:250px}.Founder-Right{background:#fff;border-radius:12px;flex-direction:column;flex:1;gap:15px;padding:30px;display:flex}.Founder-Right span{color:#ff6f3c;letter-spacing:1px;font-size:.85rem;font-weight:700}.Founder-Right h1{font-size:2rem;font-weight:700}.Founder-Right p{color:#555;font-size:1rem;font-style:italic;line-height:1.6}@media (max-width:992px){.Upper-Section{flex-direction:column;gap:30px}.Bottom-Containers{flex-direction:column}.Founder-Container{text-align:center;flex-direction:column}.Founder-Left img{width:200px;height:200px}}.Contact-Container{color:#333;flex-direction:column;gap:50px;max-width:1200px;margin:0 auto;padding:80px 50px;display:flex;position:relative}.contact-main{flex-wrap:wrap;gap:50px;display:flex}.left-container{flex:1;min-width:300px}.left-container h1{margin-bottom:5px;font-size:2.5rem;font-weight:800}.left-container p{color:#555;font-size:1.1rem;line-height:1.5}.box-container{flex-direction:column;gap:20px;margin-top:30px;display:flex}.contact-box{background:#fff;border:1px solid #ffe6ea;border-radius:10px;flex-direction:column;gap:8px;padding:20px;display:flex}.contact-box-header{align-items:center;gap:10px;display:flex}.contact-box span{color:#ff6f3c;font-size:1.5rem}.contact-box h3{margin:0;font-size:1.2rem;font-weight:600}.contact-box p{color:#555;margin:2px 0;font-size:1rem}.contact-box .info{font-weight:700}.map-container{margin-top:40px}.map-container h3{margin-bottom:10px;font-size:1.3rem;font-weight:600}.map-container iframe{border-radius:10px;width:100%;height:300px}.right-container{flex:1;min-width:300px}.right-container .form-wrapper{background:#fff;border-radius:10px;flex-direction:column;gap:15px;height:650px;padding:30px 25px;display:flex;box-shadow:0 4px 15px #0000000d}.right-container h3{margin-bottom:5px;font-size:1.3rem;font-weight:600}.right-container p{color:#555;margin-bottom:15px;font-size:1rem}.contact-form{flex-direction:column;gap:25px;display:flex}.contact-form .form-row{gap:15px;display:flex}.contact-form .form-group{flex-direction:column;flex:1;gap:5px;display:flex}.contact-form label{color:#333;font-size:.95rem;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 15px;font-size:1rem}.contact-form textarea{resize:vertical;min-height:120px;max-height:400px}.contact-form button{color:#ff6f3c;cursor:pointer;background-color:#fff;border:2px solid #ff6f3c;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-size:1rem;font-weight:600;transition:background .3s,color .3s;display:flex}.contact-form button:hover{color:#fff;background-color:#ff6f3c}.toast-notification{color:#fff;z-index:1000;background-color:#ff6f3c;border-radius:8px;padding:15px 20px;font-weight:600;animation:.3s slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 15px #0003}.contact-bottom{flex-direction:column;align-items:center;gap:15px;margin-top:50px;display:flex}.contact-logo img{height:50px}.contact-footer-links{flex-wrap:wrap;gap:15px;display:flex}.contact-footer-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.contact-footer-links a:hover{color:#ff6f3c}.contact-copyright{color:#777;font-size:.9rem}@media (max-width:992px){.contact-main{flex-direction:column;gap:40px}.contact-form .form-row{flex-direction:column}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
