.elementor-676 .elementor-element.elementor-element-2dd156f{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-676:not(.elementor-motion-effects-element-type-background), body.elementor-page-676 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E2DCD4;}/* Start custom CSS for html, class: .elementor-element-c2469f5 */.site-footer {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #000000 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #B50000, transparent);
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  padding: 80px 0 60px;
}

.brand-section {
  max-width: 400px;
}

.footer-logo {
  margin-bottom: 24px;
}

.logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.logo-accent {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #B50000, #ff6b6b);
  border-radius: 2px;
}

.brand-description {
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 32px;
  font-size: 1.05rem;
}

.riding-stats {
  display: flex;
  gap: 32px;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #B50000;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-text {
  font-size: 0.85rem;
  color: #999999;
  font-weight: 500;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #B50000;
  margin-bottom: 24px;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #B50000;
  border-radius: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links a:hover {
  color: #B50000;
  padding-left: 8px;
}

.footer-links a::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #B50000;
  transition: width 0.3s ease;
}

.footer-links a:hover::before {
  width: 12px;
}

.contact-info {
  margin-bottom: 32px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-icon {
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
}

.contact-text {
  color: #cccccc;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #cccccc;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: #B50000;
  border-color: #B50000;
  color: #ffffff;
  transform: translateY(-2px);
}

.social-link svg {
  width: 20px;
  height: 20px;
}

.footer-cta {
  background: rgba(181, 0, 0, 0.05);
  border: 1px solid rgba(181, 0, 0, 0.2);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(181, 0, 0, 0.05), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.cta-text {
  font-size: 1.1rem;
  color: #cccccc;
  margin-bottom: 32px;
  font-style: italic;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #B50000;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.cta-button:hover {
  background: #d60000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(181, 0, 0, 0.3);
}

.cta-button svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  margin: 0;
  color: #999999;
  font-size: 0.9rem;
}

.tagline {
  font-style: italic;
  margin-top: 4px !important;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-links a {
  color: #999999;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.legal-links a:hover {
  color: #B50000;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .brand-section {
    grid-column: 1 / -1;
    max-width: none;
  }
  
  .riding-stats {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    padding: 0 20px;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 0 40px;
  }
  
  .riding-stats {
    gap: 24px;
  }
  
  .footer-cta {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  
  .cta-title {
    font-size: 1.6rem;
  }
  
  .bottom-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .legal-links {
    gap: 16px;
  }
}

@media screen and (max-width: 480px) {
  .riding-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .legal-links {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */