footer .footer_wrapper{background-color:#fff;color:#000;padding:50px;transition:background-color .3s ease,color .3s ease}footer .footer_wrapper .footer_grid{display:grid;grid-template-columns:2fr .8fr 1fr 1.5fr;align-items:start;grid-gap:50px;gap:50px}footer .footer_wrapper .footer_grid .first{display:flex;flex-direction:column;gap:20px}footer .footer_wrapper .footer_grid .first .image{width:200px}footer .footer_wrapper .footer_grid .first .image img{width:100%}footer .footer_wrapper .footer_grid .first .des p{font-size:16px;line-height:1.5;margin:0;color:#505050}footer .footer_wrapper .footer_grid .part{display:flex;flex-direction:column;align-items:start}footer .footer_wrapper .footer_grid .part .head{font-size:18px;font-weight:700;color:#590902;margin-bottom:15px}footer .footer_wrapper .footer_grid .part ul{list-style:none;padding-left:0;margin:0}footer .footer_wrapper .footer_grid .part ul li{margin-top:10px}footer .footer_wrapper .footer_grid .part ul li a{text-decoration:none;font-size:16px;color:#505050;transition:color .3s ease}footer .footer_wrapper .footer_grid .part ul li a:hover{color:#f23322}footer .footer_wrapper .footer_grid .part ul .first_text{margin-top:0}footer .footer_wrapper .footer_grid .part.contact_column .contact_items{display:flex;flex-direction:column;gap:14px;width:100%}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#f1f1f1;border:1px solid #e4e4e4;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);width:100%;max-width:260px}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card .icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#fff;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.05)}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card .icon svg{color:#590902;font-size:14px;transition:transform .3s ease}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card .text span{color:#0d0d0d;font-size:14px;font-weight:500;word-break:break-all;transition:color .3s ease}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover{background-color:#fff;border-color:#f23322;box-shadow:0 4px 12px rgba(242,51,34,.15);transform:translateY(-2px)}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover .icon svg{color:#f23322;transform:scale(1.1)}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover .text span{color:#f23322}footer .footer_wrapper .line{width:100%;height:1px;background-color:#ddd;margin:30px 0}footer .footer_wrapper .copy_social{display:flex;justify-content:space-between;align-items:center}footer .footer_wrapper .copy_social .copy p{font-size:14px;color:#505050;margin:0}footer .footer_wrapper .copy_social .copy p span{color:#000;font-weight:500}footer .footer_wrapper .copy_social .social_icons{display:flex;gap:12px}footer .footer_wrapper .copy_social .social_icons a{width:36px;height:36px;border-radius:50%;border:1.5px solid #505050;display:flex;align-items:center;justify-content:center;color:#505050;transition:all .3s ease}footer .footer_wrapper .copy_social .social_icons a svg{font-size:14px}footer .footer_wrapper .copy_social .social_icons a:hover{border-color:#f23322;color:#fff;background-color:#f23322;transform:scale(1.1)}.dark-theme footer{box-shadow:0 0 16px 0 rgba(242,51,34,.4)}.dark-theme footer .footer_wrapper{background-color:#000;color:#fff}.dark-theme footer .footer_wrapper .footer_grid .first .des p{color:#ddd}.dark-theme footer .footer_wrapper .footer_grid .part .head{color:#f23322}.dark-theme footer .footer_wrapper .footer_grid .part ul li a{color:#ddd}.dark-theme footer .footer_wrapper .footer_grid .part ul li a:hover{color:#f23322}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card{background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1)}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card .icon{background-color:hsla(0,0%,100%,.07);box-shadow:none}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card .icon svg{color:#ddd}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card .text span{color:#fff}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover{background-color:rgba(242,51,34,.08);border-color:#f23322;box-shadow:0 4px 15px rgba(242,51,34,.3)}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover .icon{background-color:#f23322}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover .icon svg{color:#fff}.dark-theme footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card:hover .text span{color:#f23322}.dark-theme footer .footer_wrapper .line{background-color:#0d0d0d}.dark-theme footer .footer_wrapper .copy_social .copy p{color:#ddd}.dark-theme footer .footer_wrapper .copy_social .copy p span{color:#fff}.dark-theme footer .footer_wrapper .copy_social .social_icons a{border-color:#fff;color:#f23322}.dark-theme footer .footer_wrapper .copy_social .social_icons a:hover{border-color:#f23322;color:#fff;background-color:#f23322}@media(max-width:991px){footer .footer_wrapper .footer_grid{grid-template-columns:1fr 1fr;gap:40px}footer .footer_wrapper .footer_grid .first{grid-column:span 2}footer .footer_wrapper .footer_grid .part.contact_column .contact_items .contact_card{max-width:100%}}@media(max-width:576px){footer .footer_wrapper{padding:30px 20px}footer .footer_wrapper .footer_grid{grid-template-columns:1fr;gap:30px}footer .footer_wrapper .footer_grid .first{grid-column:span 1}footer .footer_wrapper .copy_social{flex-direction:column;gap:20px;text-align:center}}