/* Additional RTL fixes for Hero Section */
.hero .hero-content {
  text-align: right;
}

.hero .hero-content .trust-badges {
  justify-content: flex-start;
}

.hero .hero-content .hero-stats .stat-item {
  text-align: center;
}

.hero .hero-content .hero-actions .btn {
  margin-left: 0;
  margin-right: 0;
}

.hero .hero-content .hero-actions .btn:first-child {
  margin-left: 1rem;
}

.hero .hero-content .emergency-contact {
  justify-content: flex-start;
}

/* Responsive fixes */
@media (max-width: 992px) {
  .hero .hero-visual {
    margin-top: 3rem;
  }
  
  .hero .hero-content {
    text-align: center;
  }
  
  .hero .hero-content .trust-badges {
    justify-content: center;
  }
  
  .hero .hero-content .hero-stats {
    justify-content: center;
  }
  
  .hero .hero-content .hero-actions {
    justify-content: center;
  }
  
  .hero .hero-content .emergency-contact {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero .hero-visual {
    height: auto;
    min-height: 400px;
  }
  
  .hero .hero-visual .main-image img {
    width: 100%;
    height: auto;
  }
}