/*
Theme Name: PT Lucky Mitra Abadi
Theme URI: http://luckymitraabadi.local
Description: Professional recruitment theme for PT Lucky Mitra Abadi - Indonesia Manpower & Labour Supplier
Author: PT Lucky Mitra Abadi
Author URI: http://luckymitraabadi.local
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globaltalent-child
Domain Path: /languages
Template: twentytwentyfive
*/

/* ═══════════════════════════════════════════════════════════════
   PT LUCKY MITRA ABADI - CUSTOM STYLES
   ═══════════════════════════════════════════════════════════════ */

:root {
  --navy: #16416F;
  --navy-mid: #16416F;
  --gold: #C8972A;
  --gold-light: #E5B84A;
  --gold-pale: #F8EFD6;
  --white: #FFFFFF;
  --off-white: #F5F3EE;
  --gray: #8A8A8A;
  --text: #1A1A2E;
  --font-display: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

main#main-content {
  margin: 0;
  padding: 0;
}

.site-main {
  margin: 0;
  padding: 0;
}

article {
  margin: 0;
  padding: 0;
}

.entry-content {
  margin: 0;
  padding: 0;
}

#home {
  margin-top: 0 !important;
}

/* ═══ HEADER / NAVIGATION ═══ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(22, 65, 111, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 151, 42, 0.25);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  transition: height 0.3s ease;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: bold;
}

.logo-mark {
  width: 40px;
  height: 40px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--navy);
  font-weight: bold;
}

.logo-text {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--white);
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

.logo-sub {
  font-size: 8px;
  color: var(--gold-light);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

nav a:hover {
  color: var(--gold-light);
}

.btn-nav {
  background: var(--gold);
  color: var(--navy);
  padding: 9px 22px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  display: inline-block;
}

.btn-nav:hover {
  background: var(--gold-light);
  color: var(--navy);
}

/* ═══ BUTTONS ═══ */
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
  background: transparent;
  cursor: pointer;
}

.btn-outline:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

/* ═══ SECTION SHARED ═══ */
section {
  padding: 90px 8%;
}

.section-label {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-body);
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--navy);
  line-height: 1.18;
  font-weight: 700;
  margin: 0 0 18px 0;
}

.section-title em {
  color: var(--gold);
  font-style: normal;
}

.section-line {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 18px 0 28px 0;
}

/* ═══ SERVICE CARD ═══ */
.service-card {
  background: var(--white);
  border: 1px solid rgba(200, 151, 42, 0.15);
  border-radius: 4px;
  padding: 36px 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11, 30, 61, 0.1);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card h3 {
  font-family: var(--font-body);
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 12px;
  font-weight: 700;
}

.service-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}

/* ═══ STAT ITEM ═══ */
.stat-item {
  text-align: center;
  padding: 0 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}

.stat-num sup {
  font-size: 18px;
}

.stat-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 960px) {
  nav {
    display: none;
  }

  section {
    padding: 60px 5%;
  }
}

@media (max-width: 600px) {
  header {
    height: 60px;
    padding: 0 3%;
  }

  section {
    padding: 60px 5%;
  }

  .stat-item {
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .stat-item:last-child {
    border-bottom: none;
  }
}

/* ═══ ELEMENTOR OVERRIDES ═══ */
.elementor-container {
  max-width: 100%;
}

.elementor-widget-container {
  text-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: var(--font-body);
  font-weight: 700;
}

p {
  line-height: 1.7;
}
/* jangan paksa line-height 0 kalau bikin kepotong */
.slider-container { 
  margin-top: 0 !important; 
  padding-top: 0 !important; 
}

/* atur tinggi hero lebih aman */
.slider-container .slide {
  min-height: 520px !important; /* desktop */
  background-size: cover !important;
  background-position: center center !important;
}

/* mobile */
@media (max-width: 768px){
  .slider-container .slide{
    min-height: 420px !important;
    background-position: center top !important;
  }
}
