/*
Theme Name: Projek Service Indonesia
Theme URI: https://projekservice.com
Description: Professional industrial services website with bilingual support (English/Indonesian). Fully responsive design with modern UI/UX.
Author: Projek Service Indonesia
Author URI: https://projekservice.com
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: projek-service
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
*/

/* Main CSS is enqueued via functions.php (do not use @import here to avoid duplicate requests) */

/* Theme specific styles */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1e3a5f;
  line-height: 1.6;
}

/* Ensure WordPress admin bar doesn't conflict */
html {
  scroll-behavior: smooth;
}

/* WordPress default classes compatibility */
.wp-block-image {
  margin: 1.5rem 0;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure theme works with WordPress widgets */
.widget {
  margin-bottom: 2rem;
}

.widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #4A90E2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

/* Accessibility */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }
}
