.site-footer{
	background-color: #010223;
	background-image: url(https://www.pickpackparcel.com/wp-content/uploads/2024/04/map.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	.bottomContainer{
		@media(max-width: 767px){ 
			gap: 15px;
		flex-direction: column;
		}
		div{
			flex-basis: auto;
			@media(max-width: 767px){ 
			flex-basis: 100%;
			}
			.widget-title{
				color: #FFFFFF;
				font-size: 20px;
				line-height: 28px;
				font-weight: 500;
				margin: 0 0 20px;
				@media(max-width: 767px){
					font-size: 18px;
				line-height: 24px;
				margin: 0 0 15px;
				}
				
			}
			ul.menu {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px; 
				@media(max-width: 767px){  
				gap: 10px;
					margin-bottom: 0px;
				}
				li{
					a{
						color: #A7A7A7;
						text-decoration: none;
						font-size: 15px;
						line-height: 24px;
						font-weight: 400;
					}
				}
}
			.socailLinks{
				list-style: none;
				a{
					box-shadow: 0px 6px 27px 0px #3131312B;
					width: 42px;
					height: 42px;
				    background: #fff;
				}
			}
		}
	}
	.copyrightRow{
		@media(max-width: 767px){ 
			gap: 10px;
		flex-direction: column;
		}
	}
}