.elementor-82 .elementor-element.elementor-element-7a38af0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-82 .elementor-element.elementor-element-7a38af0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-45d6fcd */.footer-custom-express-white {
  background-color: #ffffff !important;
  color: #333333 !important;
  font-family: inherit;
  padding-top: 60px;
  border-top: 4px solid #cc0000;
}

.footer-custom-express-white .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.footer-custom-express-white .footer-logo {
  max-width: 170px;
  margin-bottom: 12px;
  display: block;
}

.footer-custom-express-white h4 {
  color: #1a1a1a !important;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer-custom-express-white h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #cc0000;
}

.footer-custom-express-white p, 
.footer-custom-express-white .footer-address {
  font-size: 14px;
  line-height: 1.6;
  color: #666666 !important;
  margin-bottom: 15px;
}

.footer-custom-express-white .carfax-badge-img {
  max-width: 130px;
  margin: 10px 0 15px 0;
  transition: transform 0.3s ease;
  display: block;
}

.footer-custom-express-white .carfax-badge-img:hover {
  transform: scale(1.05);
}

.footer-custom-express-white .footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-custom-express-white .footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f9f9f9 !important;
  color: #cc0000 !important;
  border-radius: 50%;
  border: 1px solid #e0e0e0 !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-custom-express-white .footer-socials a:hover {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(204, 0, 0, 0.2);
}

.footer-custom-express-white .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-custom-express-white .footer-links li {
  margin-bottom: 10px;
}

.footer-custom-express-white .footer-links a,
.footer-custom-express-white .footer-legal a {
  color: #555555 !important;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-custom-express-white .footer-links a:hover,
.footer-custom-express-white .footer-legal a:hover {
  color: #cc0000 !important;
  padding-left: 4px;
}

/* Bloque compacto y elegante para Contact & Hours */
.footer-custom-express-white .contact-box {
  background: #fafafa;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #eeeeee;
}

/* Botón de teléfono brillante en rojo */
.footer-custom-express-white .footer-phone-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #fff0f0;
  border: 2px solid #cc0000;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(204, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.footer-custom-express-white .footer-phone-box:hover {
  background-color: #cc0000;
  box-shadow: 0 0 16px rgba(204, 0, 0, 0.5);
}

.footer-custom-express-white .footer-phone-box:hover .phone-icon-wrap {
  background-color: #ffffff;
  color: #cc0000;
}

.footer-custom-express-white .footer-phone-box:hover .phone-number {
  color: #ffffff;
}

.footer-custom-express-white .phone-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #cc0000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  transform: none !important;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-custom-express-white .phone-number {
  color: #cc0000;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.footer-custom-express-white .footer-address {
  font-size: 13.5px;
  margin-bottom: 12px;
  color: #555555 !important;
}

.footer-custom-express-white .hours-list {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.footer-custom-express-white .hours-list p {
  margin-bottom: 5px;
  font-size: 13px;
  color: #666666 !important;
  display: flex;
  align-items: center;
}

.footer-custom-express-white .hours-list span {
  color: #222222 !important;
  font-weight: 600;
  margin-right: 6px;
}

.footer-custom-express-white .footer-bottom {
  background-color: #f9f9f9 !important;
  border-top: 1px solid #eeeeee !important;
  padding: 20px 0;
  margin-top: 20px;
}

.footer-custom-express-white .footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-custom-express-white .copyright {
  font-size: 13px;
  color: #777777 !important;
  margin: 0;
}

.footer-custom-express-white .footer-legal {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .footer-custom-express-white .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */