/* HEXAS ENTERPRICES - Responsive Styles */

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }

  .process-timeline {
    flex-direction: column;
    gap: 1.5rem;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .process-step h5 {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 70px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.15rem;
  }

  .page-hero {
    padding: 140px 0 60px;
  }

  .page-hero h1 {
    font-size: 2.25rem;
  }

  .about-image-wrapper img {
    height: 350px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

  .site-header .navbar-collapse {
    background: var(--white);
    padding: 1rem;
    border-radius: var(--radius-sm);
    margin-top: 1rem;
    box-shadow: var(--shadow-sm);
  }

  .site-header .nav-link.active::after {
    display: none;
  }

  .floating-buttons {
    bottom: 20px;
    right: 20px;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .back-to-top {
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .legal-content {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --header-height: 70px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .hero-section {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }

  .page-hero h1 {
    font-size: 1.85rem;
  }

  .about-badge {
    bottom: 15px;
    right: 15px;
    padding: 15px 20px;
  }

  .about-badge .number {
    font-size: 1.5rem;
  }

  .property-card-image {
    height: 200px;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .contact-info-card {
    padding: 1.5rem;
  }

  .map-wrapper {
    height: 280px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .footer-bottom .row {
    text-align: center;
  }

  .error-code {
    font-size: 5rem;
  }

  .error-page h1 {
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .cta-content h2 {
    font-size: 1.65rem;
  }

  .cta-content p {
    font-size: 1rem;
  }

  .process-step .step-icon {
    width: 60px;
    height: 60px;
  }

  .process-step .step-icon i {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .hero-tags {
    gap: 6px;
  }

  .hero-tag {
    font-size: 0.75rem;
    padding: 5px 12px;
  }

  .brand-logo {
    height: 44px;
    max-width: 160px;
  }

  .service-card {
    padding: 1.5rem;
  }

  .category-card {
    padding: 1.5rem 1rem;
  }

  .location-tag {
    padding: 8px 16px;
    font-size: 0.82rem;
  }

  .property-features {
    gap: 0.5rem;
  }

  .property-filter .row > div {
    margin-bottom: 0.5rem;
  }

  .floating-buttons {
    bottom: 15px;
    right: 15px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Print styles */
@media print {
  .site-header,
  .floating-buttons,
  .back-to-top,
  .preloader,
  .cta-section {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .hero-section,
  .page-hero,
  .stats-section {
    background: white !important;
    color: black !important;
  }
}
