/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--transition-fast:0.2s;--transition-medium:0.3s;--transition-slow:0.5s}body{background-color:#f8f9fa;min-height:100vh;overflow-x:hidden;zoom:.75}a,body,button,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,span,textarea,ul{font-family:var(--font-readex-pro),sans-serif!important}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-up{animation:slideUp .5s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.hover-lift{transition:transform var(--transition-fast) ease}.hover-lift:hover{transform:translateY(-4px)}.hover-scale{transition:transform var(--transition-fast) ease}.hover-scale:hover{transform:scale(1.03)}.btn-animated{transition:all var(--transition-fast) ease}.btn-animated:active{transform:scale(.95)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}.home-loading{position:fixed;background:#f2f2f2;display:flex;align-items:center;justify-content:center;z-index:99990;top:0;bottom:0;right:0;left:0;animation:fadeOut 10s ease forwards;animation-delay:.6s}.home-loading img{width:100vw;height:auto}:root{--select-bg:#ffffff;--select-border:#e5e7eb;--select-border-hover:#9ca3af;--select-focus-ring:#f3f4f6;--select-text:#111827;--select-text-muted:#6b7280;--option-hover:#f9fafb;--option-selected:#f3f4f6;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1)}.custom-select-container{position:relative;width:100%;font-family:inherit;direction:rtl}.custom-select-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;background-color:var(--select-bg);border:2px solid var(--select-border);border-radius:12px;cursor:pointer;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}.row{display:flex;flex-wrap:wrap;margin-right:calc(-.5 * 1.5rem);margin-left:calc(-.5 * 1.5rem)}.g-4{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}.row>*{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.row-cols-2>*{flex:0 0 auto;width:50%}@media (min-width:768px){.row-cols-md-3>*{flex:0 0 auto;width:33.333333%}}@media (min-width:992px){.row-cols-lg-4>*{flex:0 0 auto;width:25%}}.custom-select-trigger:hover{border-color:var(--select-border-hover);box-shadow:var(--shadow-sm)}.custom-select-trigger.open{border-color:var(--select-border-hover);box-shadow:0 0 0 4px var(--select-focus-ring)}.select-label{font-size:16px;color:var(--select-text-muted)}.select-label.has-value{color:var(--select-text);font-weight:500}.arrow-icon{width:20px;height:20px;color:var(--select-text-muted);transition:transform .3s ease}.custom-select-trigger.open .arrow-icon{transform:rotate(180deg)}.custom-select-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background-color:var(--select-bg);border:1px solid var(--select-border);border-radius:12px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:50;animation:slideDownFade .2s ease-out forwards;transform-origin:top center}.custom-option{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;color:var(--select-text-muted);transition:background-color .15s}.custom-option:hover{background-color:var(--option-hover);color:var(--select-text)}.custom-option.selected{background-color:var(--option-selected);color:var(--select-text);font-weight:600}.check-icon{width:20px;height:20px;color:#1f2937}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--sort-bg:#ffffff;--sort-border:#e2e8f0;--sort-hover-border:#94a3b8;--sort-text:#1e293b;--sort-option-hover:#f1f5f9;--sort-option-selected:#e2e8f0}.sort-select-container{position:relative;width:180px;font-family:inherit;direction:rtl}.latest-products .category-swiper-section{padding:0!important}.sort-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;background-color:var(--sort-bg);border:1px solid var(--sort-border);border-radius:8px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.sort-trigger.open,.sort-trigger:hover{border-color:var(--sort-hover-border)}.sort-trigger.open{box-shadow:0 0 0 3px rgba(148,163,184,.1)}.sort-label{font-size:14px;color:var(--sort-text);font-weight:500}.sort-menu{position:absolute;top:100%;left:0;right:0;margin-top:6px;background-color:white;border:1px solid var(--sort-border);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:50;overflow:hidden;animation:fadeIn .15s ease-out}.sort-option{padding:10px 14px;font-size:14px;color:var(--sort-text);cursor:pointer;transition:background .15s}.sort-option:hover{background-color:var(--sort-option-hover)}.sort-option.selected{background-color:var(--sort-option-selected);font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.container-me{width:100%;max-width:1100px;margin:0 auto;padding:0 15px}@keyframes fadeOut{80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes pulse-glow{0%{opacity:.8;transform:scale(.98)}to{opacity:1;transform:scale(1.02)}}@keyframes spin-shadow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.col-brand{flex:1 1!important}}@media (max-width:430px){.col-brand{flex:1 1!important}.col-links div{margin:auto;flex-direction:column!important}}.navbar-design-wrapper{width:100%;direction:rtl;box-sizing:border-box;font-family:Readex Pro,sans-serif;position:sticky;top:0;z-index:1000}.navbar-design-wrapper *{box-sizing:border-box}.navbar-design-wrapper .d-desktop-flex,.navbar-design-wrapper .d-mobile-flex,.navbar-design-wrapper .d-tablet-flex{display:none!important}@media(min-width:992px){.navbar-design-wrapper .Frame253.header{width:100%;max-width:1440px;margin:0 auto;height:102px;padding:10px 40px;justify-content:space-between;align-items:center}.navbar-design-wrapper .Frame254{display:flex;gap:20px;flex-direction:row-reverse}.navbar-design-wrapper .Frame237{width:50px;height:50px;outline:1px solid #000;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.navbar-design-wrapper .badge{position:absolute;top:5px;left:32px;width:12px;height:12px;background:#e60000;border-radius:calc(infinity*1px);display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .badge-text{color:#fff;font-size:8px}.navbar-design-wrapper .Frame252.header-content{width:100%;padding:0 2px;justify-content:space-between;align-items:center;gap:20px;display:inline-flex}.navbar-design-wrapper .Frame251.user-actions{justify-content:flex-start;align-items:center;gap:19px;display:flex}.navbar-design-wrapper .Frame236.login-button{width:172px;height:50px;padding:1px 10px;border:1px solid #000;justify-content:center;align-items:center;gap:10px;display:flex;cursor:pointer}.navbar-design-wrapper .Frame236.login-button .login-text{color:#000;font-size:16px;font-family:Readex Pro,sans-serif;font-weight:400}.navbar-design-wrapper .Frame236.login-button .user-icon{width:18.29px;height:24px;background:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}.navbar-design-wrapper .Frame237.cart-icon{width:50px;height:50px;position:relative;border:1px solid #000;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .Frame237.cart-icon:before{content:"";display:block;width:24px;height:24px;background:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E") no-repeat center}.navbar-design-wrapper .cart-count-badge{width:12px;height:12px;position:absolute;top:5px;left:32px;background:#e60000;border-radius:6px;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .cart-count-badge .count{color:#fff;font-size:8px;font-family:Readex Pro,sans-serif}.navbar-design-wrapper .Component1.search-component{flex:1 1;max-width:652px;height:50px;position:relative;margin:0 20px}.navbar-design-wrapper .Frame239.search-bar{width:100%;height:50px;background:#f2f2f2;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.navbar-design-wrapper .search-box{width:100%;display:flex;align-items:center}.navbar-design-wrapper .search-box input{flex:1 1;background:rgba(0,0,0,0);border:none;border-radius:0;outline:none;font-family:Readex Pro;color:#000}.navbar-design-wrapper .search-icon-bg{width:50px;height:50px;background:#000;position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.navbar-design-wrapper .search-icon{width:24px;height:24px;background:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat center}.navbar-design-wrapper .Image3.logo{width:175px;height:82.54px;object-fit:contain}.navbar-design-wrapper .Frame237.menu-icon{width:50px;height:50px;border:1px solid #000;display:flex;justify-content:center;align-items:center;cursor:pointer}.navbar-design-wrapper .menu-icon-vector{width:24px;height:22px;background:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") no-repeat center}.navbar-design-wrapper .top-strip{width:100%;height:45px;background:#000;display:flex;justify-content:center;align-items:center;color:#f1f1f1}.navbar-design-wrapper .strip-content{font-family:Readex Pro,sans-serif;font-size:16px}.navbar-design-wrapper .d-desktop-flex{display:flex!important}}@media(min-width:576px)and (max-width:991px){.navbar-design-wrapper .Frame253{width:100%;padding:0 40px;height:104px;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .Frame252{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse}.navbar-design-wrapper .Frame254{display:flex;gap:20px;flex-direction:row-reverse}.navbar-design-wrapper .Frame236.login-button{width:130px;width:auto;min-width:120px;height:50px;outline:1px solid #000;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .login-text{color:#000;font-size:15px;font-family:Readex Pro}.navbar-design-wrapper .Frame237{width:50px;height:50px;outline:1px solid #000;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.navbar-design-wrapper .badge{position:absolute;top:5px;left:32px;width:12px;height:12px;background:#e60000;border-radius:6px;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .badge-text{color:#fff;font-size:8px}.navbar-design-wrapper .Component1{width:50px;height:50px;position:relative}.navbar-design-wrapper .Frame239{width:50px;height:50px;outline:1px solid #000;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .Vector.rotated{width:24px;height:24px;background:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat center}.navbar-design-wrapper .vector-small{width:24px;height:22px;background:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") no-repeat center}.navbar-design-wrapper .Rectangle226{width:100%;height:45px;background:#000;display:flex;justify-content:center;align-items:center;color:#fff}.navbar-design-wrapper .d-tablet-flex{display:flex!important}}@media(max-width:575px){.navbar-design-wrapper .Frame253{height:102px}.navbar-design-wrapper .Frame252,.navbar-design-wrapper .Frame253,.navbar-design-wrapper .Rectangle226{width:100%;display:flex;justify-content:center;align-items:center}.navbar-design-wrapper .Rectangle226{height:47px;background:#000}.navbar-design-wrapper .Rectangle226-text{color:#fff;font-family:Readex Pro;font-size:16px}.navbar-design-wrapper .d-mobile-flex{display:flex!important}}.navbar-design-wrapper .marquee-container{width:100%;overflow:hidden;white-space:nowrap;position:relative}.navbar-design-wrapper .marquee-content{display:inline-block;padding-left:100%;animation:marquee 30s linear infinite;color:inherit;direction:ltr}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes marquee-rtl{0%{transform:translate(100%)}to{transform:translate(-100%)}}.navbar-design-wrapper .scrolling-text-wrapper{overflow:hidden;white-space:nowrap;width:100%;display:flex}.navbar-design-wrapper .scrolling-text{flex-shrink:0;min-width:100%;display:flex;justify-content:space-around;align-items:center;animation:scroll-seamless 20s linear infinite}@keyframes scroll-seamless{0%{transform:translateX(0)}to{transform:translateX(100%)}}.footer-wrapper{direction:rtl;font-family:Readex Pro,sans-serif;background-color:#fff;padding-top:50px;width:100%;color:#333}.footer-wrapper a{text-decoration:none;color:inherit;transition:color .2s}.footer-wrapper a:hover{color:#555}.footer-wrapper .footer-top{width:90%;max-width:1420px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:40px}.footer-wrapper .col-brand{flex:1 1 300px;display:flex;flex-direction:column;gap:20px}.footer-wrapper .brand-logo{max-width:150px}.footer-wrapper .brand-desc{font-size:14px;line-height:1.6;color:#666}.footer-wrapper .social-icons{justify-content:space-between;display:flex;gap:15px;font-size:20px}.footer-wrapper .social-icons a{display:flex;align-items:center;justify-content:center}.footer-wrapper .col-links{flex:1 1 200px;display:flex;flex-direction:column;gap:30px}.footer-wrapper .links-group h5{font-weight:700;margin-bottom:15px;font-size:16px}.footer-wrapper .links-group ul{list-style:none;padding:0;margin:0}.footer-wrapper .links-group ul li{margin-bottom:10px;font-size:14px;color:#555}.footer-wrapper .contact-info{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-wrapper .contact-info div{display:flex;align-items:center;justify-content:right;gap:10px}.footer-wrapper .col-cert{flex:1 1 250px;display:flex;flex-direction:column;text-align:center}.footer-wrapper .mothaq-logo{width:80px}.footer-wrapper .payments-row{display:flex;margin-top:0!important;flex-direction:column;gap:10px;justify-content:center}.footer-wrapper .payments-row img{height:25px;width:auto}.footer-wrapper .footer-bottom{z-index:60;position:relative;background-color:#f9f9f9;color:#999;text-align:center;padding:15px;padding-bottom:45px!important;font-size:12px}@media(max-width:578px){.footer-wrapper .footer-bottom{padding-bottom:150px!important}}@media(max-width:768px){.footer-wrapper .contact-info{width:160px;margin:auto}.footer-wrapper .footer-top{flex-direction:column;align-items:center;text-align:center}.footer-wrapper .col-brand,.footer-wrapper .col-cert,.footer-wrapper .col-links{align-items:center;width:100%}.footer-wrapper .contact-info div{justify-content:flex-start}.footer-wrapper .social-icons{justify-content:center}}