.footer-widget {font-family: Arial, sans-serif;box-shadow: 0 0 0 100vmax #383737;clip-path: inset(0 -100vmax);background: #383737;}.footer-container {display: flex;flex-wrap: wrap;justify-content: space-between;}.footer-column {flex: 1;min-width: 200px;margin-bottom: 30px;}.footer-column h3 {font-size: 18px;margin-bottom: 20px;margin-top: 20px;position: relative;color: #fff;font-family: "Poppins_Regular";}.footer-column h2 {margin-top: 10px;}.footer-links,.social-links {list-style: none;padding: 0;margin: 0;}.footer-links li,.social-links li {margin-bottom: 10px;}.footer-links a {color: #fff;text-decoration: none;display: inline-block;transition: color 0.3s ease;font-family: "Poppins_Regular";}.footer-links a::after {content: ' →';margin-left: 5px;}.social-links a {color: #fff;text-decoration: none;display: flex;align-items: center;transition: color 0.3s ease;}.social-links a:hover {color: #fff;}.social-icon {width: 20px;height: 20px;margin-right: 10px;fill: currentColor;}.footer-bottom {font-size: 14px;color: #fff;}.footer-bottom p {font-family: "Poppins_Regular";margin-bottom: 0;padding-bottom: 15px;}@media (max-width: 768px) {.footer-container {flex-direction: column;}.footer-column {min-width: 100%;}}