/* ==================================================================FOOTER=============================== */
.footer {
   background-color: #202020;
   padding-top: 70px;
   color: white;
   height: auto !important;
   max-height: auto !important;
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   overflow: hidden;
 }
 
 .footer .container {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 2rem;
   max-width: 2000px;
   width: 90%;
   height: auto !important;
   justify-content: space-between;
   align-items: stretch;
 }
 
 .footer .container .col {
   width: 100%;
   height: auto !important;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   padding: 0 10%;
   box-sizing: border-box;
 }
 
 .footer .container h2 {
   font-size: 1.4rem;
   font-weight: 600;
   color: #82ab87;
   width: auto;
   text-align: center;
   padding-bottom: 0.5rem;
   padding-top: 0rem;
 }
 
 .footer .container .logo {
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   top: 0;
 }
 
 .footer .container .logo .footer-logo {
   width: 100% !important;
   max-width: 250px;
   height: auto !important;
   max-height: 100% !important;
   min-height: auto !important;
   object-fit: contain;
 }
 
 .footer .container .logo p {
   font-size: 1rem;
   line-height: 1.5;
   font-weight: 400;
 }
 
 .footer .container .logo .newsletter .input {
   width: 50%;
 }
 
 .footer .container .links {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   height: fit-content;
   width: 100%;
 
   border-left: 1px solid #cccccc83;
 }
 
 .footer .container .links a {
   padding-bottom: 0.9rem;
   color: white;
   font-size: 0.9rem;
   text-decoration: none;
   cursor: pointer;
   width: auto;
   text-align: left;
   padding-left: 0%;
 }
 
 .footer .container .links a:hover {
   color: #82ab87;
   text-decoration: none;
   cursor: pointer;
 }
 
 .footer .container .info {
   height: 100%;
   width: 100%;
   padding-left: 10%;
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: flex-start;
   border-left: 1px solid #cccccc83;
 }
 
 .footer .container .info p {
   font-size: 0.9rem;
   padding-bottom: 0.9rem;
   width: auto;
   display: flex;
   align-items: center;
   gap: 0.5rem;
 }
 
 .footer .container .info p i {
   font-size: 1.2rem;
   color: #82ab87;
 }
 
 .footer .container .info .email {
   color: #82ab87;
   font-size: 0.9rem;
   text-align: center;
   width: auto;
 }
 
 .footer .rights-socials {
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
   font-size: 14px;
   padding-top: 40px;
   padding-bottom: 30px;
 
   background-color: #000000;
   margin-top: 3rem;
   border-top: 1px solid #cccccc83;
 }
 
 .footer .rights-socials .rights {
   height: 100%;
   width: auto;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
 }
 
 .footer .rights-socials .rights p {
   color: gray;
   font-weight: 500;
   text-align: start;
 }
 
 .footer .rights-socials .rights .newvasha {
   font-size: 0.9rem;
   padding-right: 5px;
   padding-left: 5px;
   font-weight: 400;
 }
 
 .footer .socials {
   display: flex;
   justify-content: flex-start;
   width: auto;
   gap: 0.5rem;
   margin-top: 10px;
 }
 
 .footer .socials img {
   width: 25px;
   height: 25px;
   background-color: white;
   margin-right: 10px;
   border-radius: 30px;
   border: 1px solid #ffffff2f;
   transition: 0.3s ease;
 }
 
 .footer .socials img:hover {
   background-color: #82ab87;
   border: 1px solid #82ab87;
   scale: 1.1;
   transition: 0.3s ease;
 }
 
 @media only screen and (max-width: 780px) {
   .footer {
     padding-top: 2rem;
   }
 
   .footer .container {
     display: flex;
     flex-direction: column;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: center;
     gap: 2rem;
   }
 
   .footer .container .logo {
     width: 80%;
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
   }
 
   .footer .container .logo img {
     width: 100%;
     max-width: 100%;
     margin: 0 auto;
   }
 
   .footer .container .logo .footer-logo {
     width: 100% !important;
     max-width: 100% !important;
     height: auto !important;
     max-height: 100% !important;
     min-height: auto !important;
     object-fit: contain;
   }
 
   .footer .container .logo .newsletter {
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
   }
 
   .footer .container .logo .newsletter .input {
     width: 70%;
     height: auto;
   }
 
   .footer .container .links {
     display: flex;
     flex-direction: column;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: flex-start;
     margin-top: 0px;
     border: none;
     padding: 0;
   }
 
   .footer .container .col {
     padding: 0;
     width: 90%;
   }
 
   .footer .container .links a {
     padding-bottom: 15px;
     color: white;
     text-decoration: none;
     padding-left: 0;
   }
 
   .footer .container .info {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     margin-top: 0px;
     text-align: center;
     padding-left: 0;
   }
 
   .footer .container .info.col {
     border: none;
     width: 90%;
   }
 
   .footer .container .info .j {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
   }
 
   .footer .container .info .socials {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
 
     padding-top: 1rem;
   }
 
   .footer .rights-socials {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     text-align: center;
   }
 
   .footer .rights-socials .rights {
     height: 100%;
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
   }
 
   .footer .rights-socials .socials {
     display: flex;
     width: 100%;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
   }
 }
 
 .moving-trucks {
   width: 100%;
   height: 8rem;
   position: relative;
   overflow: hidden;
 }
 
 .moving-object {
   position: absolute;
   bottom: 0%;
   left: 0%;
   border-radius: 50%;
   animation: moveRight 18s linear infinite;
   z-index: 0;
 }
 
 .moving-object2 {
   position: absolute;
   bottom: 0%;
   left: 0%;
   border-radius: 50%;
   animation: moveLeft 18s linear infinite;
   z-index: 5;
   /* transform: scale(1.5); -------------- zoom*/
 }
 
 .moving-object3 {
   position: absolute;
   bottom: 0%;
   left: 0%;
   animation: moveRight 25s forwards linear infinite;
   z-index: 0;
   color: #82ab87;
 }
 
 .heavy {
   width: 90px;
   height: auto;
 }
 
 .truck {
   width: 110px;
   height: auto;
 }
 
 .forklift {
   width: 80px;
   height: auto;
 }
 
 @media only screen and (max-width: 600px) {
   .heavy {
     width: 80px;
     height: auto;
   }
 
   .truck {
     width: 100px;
     height: auto;
   }
 
   .forklift {
     width: 80px;
     height: auto;
   }
 }
 
 @keyframes moveLeft {
   0% {
     left: 100%;
   }
   100% {
     left: -200px;
   }
 }
 
 @keyframes moveRight {
   0% {
     left: -200px;
   }
   100% {
     left: 100%;
   }
 }
 
 /* Safari-specific fixes for footer whitespace */
 @supports (-webkit-touch-callout: none) {
   .footer {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
     min-height: auto !important;
     height: auto !important;
     max-height: none !important;
   }
 
   .footer .container {
     min-height: auto !important;
     height: auto !important;
   }
 
   .footer .rights-socials {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
   }
 
   /* Fix footer container whitespace */
   #footer-container {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
     height: auto !important;
     min-height: auto !important;
   }
 
   /* Ensure no extra space below footer */
   body {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
   }
 
   html {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
   }
 }
 