.elementor-84 .elementor-element.elementor-element-6f426af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5cd0275 */.pushparides-footer {
  background: #000000fc;
  color: white;
  padding: 50px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #ff6f61;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.4);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  animation: fadeIn 1s ease-in;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.logo-section img {
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
}

.footer-column p {
  font-size: 15px;
  line-height: 1.7;
  color: white;
  max-width: 250px;
  margin: 0 auto;
  text-align: left;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.social-links a {
  color: white;
  font-size: 24px;
  transition: all 0.3s;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
  background: linear-gradient(90deg, #ffffff, #cccccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 15px;
}

.contact p a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #6b6b9a;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
}

.pushparides-footer a:hover {
  color: #cccccc;
}

.pushparides-footer i:hover {
  transform: scale(1.3);
  color: #cccccc;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-column {
    min-width: 100%;
    text-align: center;
  }

  .footer-column p {
    text-align: center;
    max-width: 80%;
  }

  .social-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pushparides-footer {
    padding: 30px 0;
  }

  .logo-section img {
    max-width: 200px;
  }

  .footer-column h3 {
    font-size: 18px;
  }

  .footer-column p,
  .footer-column ul li a {
    font-size: 14px;
  }

  .social-links a {
    font-size: 20px;
  }

  .footer-bottom {
    font-size: 12px;
  }
}/* End custom CSS */