 .footer-component {
   color: #fff;

   .footer {
     background: #2c2c2c;
     padding: 15px;

     .footer-top {
       display: flex;
       justify-content: space-between;

       .reach_sales {
         display: flex;
         justify-content: space-between;
         width: 50%;

         .reach_us {
           flex: 1 1 300px;
           max-width: 300px;

           h3 {
             margin-bottom: 10px;
           }

           .title_reachus {
             font-weight: 700;
             font-size: 20px;
           }

           .title_reach_option {
             margin-bottom: 20px;

             a {
               display: inline-block;
               background: #fff;
               color: #000;
               text-decoration: none;
               padding: 8px 12px;
               border-radius: 4px;
               margin: 5px 5px 0 0;
               font-size: 14px;
               text-transform: uppercase;
               width: 100%;
             }

           }
         }

         .menu-blocks {
           h4 {
             font-size: 20px;
             margin-bottom: 8px;
             text-transform: uppercase;
           }

           ul {
             list-style: none;
             padding: 0;
             margin: 0;

             li {
               margin-bottom: 2px;

               a {
                 text-decoration: none;
                 color: #d6d6d6;
                 font-size: 14px;
                 font-weight: 400;
               }
             }
           }
         }
       }

       .menu_social {
         display: flex;
         gap: 20px;

         .menu-blocks {
           h4 {
             font-size: 20px;
             margin-bottom: 8px;
             text-transform: uppercase;
           }

           ul {
             list-style: none;
             padding: 0;
             margin: 0;

             li {
               margin-bottom: 2px;

               a {
                 text-decoration: none;
                 color: #d6d6d6;
                 font-size: 14px;
                 font-weight: 400;
               }
             }
           }
         }

         .social_media {
           text-align: right;

           .footer-mail h3 {
             font-size: 16px;
             margin-bottom: 0;

             a {
               color: #fff;
               text-decoration: none;
             }
           }

           ul {
             list-style: none;
             padding: 0;
             margin: 5px 0;
             display: flex;
             justify-content: flex-end;
             gap: 10px;

             li img {
               width: 28px;
               height: 28px;
             }
           }
         }
       }



       .play-store-link h4 {
         font-size: 15px;
         margin-bottom: 8px;
         font-weight: 900;

         a img {
           margin-right: 10px;
           border-radius: 5px;
         }
       }

       .qr_code {
         display: flex;
         justify-content: end;
         align-items: center;

         span {
           display: block;
           font-size: 13px;
           margin-bottom: 5px;
           margin-right: 5px;
         }

         div {
           margin-right: 5px;
         }

         img {
           width: 90px;
           height: 90px;
         }
       }
     }

     .disclaimer-paragraph {
       font-size: 12px;
       margin: 4px 0;
       color: #fff;
     }
   }

   .footer_menu {
     flex: 2;
     display: flex;
     justify-content: space-between;
     min-width: 300px;
     margin-bottom: 20px;
   }
 }