/*
Theme Name: Alhijaz Landing
Theme URI: https://alhijaztravel.co.id
Author: Alhijaz Digital
Author URI: https://alhijaztravel.co.id
Description: Tema landing page ringan, cepat, dan SEO-friendly untuk travel umroh & haji. Dioptimalkan untuk konversi tinggi sebagai landing page Meta Ads. Homepage 100% dapat diedit dengan Elementor (native containers & widgets).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alhijaz-landing
Tags: elementor, landing-page, one-page, responsive, custom-colors, translation-ready
*/

/* =========================================================
   BASE RESET & ANTI-OVERFLOW (kritis untuk mobile)
   ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1f2d3d;
  line-height: 1.6;
  background: #ffffff;
}

img,
video,
iframe,
svg,
embed,
object {
  max-width: 100%;
  height: auto;
}

/* Mencegah elemen apapun melebihi viewport */
.elementor-section,
.e-con,
.e-con-inner {
  max-width: 100%;
}

a {
  color: #1bb0ce;
  text-decoration: none;
}

a:hover {
  color: #0f2a47;
}

/* =========================================================
   SKIP LINK (aksesibilitas)
   ========================================================= */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #0f2a47;
  color: #fff;
  padding: 10px 16px;
  z-index: 100000;
  border-radius: 0 0 6px 0;
}
.skip-link:focus {
  left: 0;
}
