/* =========================
   GLOBAL
   ========================= */
html.preload body{
  visibility:hidden;
}

html{
scroll-behavior:auto;
overflow-x:hidden;
}

body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
color:#222;
line-height:1.6;
overflow-x:hidden;
/* JANGAN ADA padding-top lagi */
}

*,*::before,*::after{
box-sizing:border-box;
}

img,iframe{
max-width:100%;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* =========================
   GALLERY TITLE (CONSISTENT STYLE)
   ========================= */
#gallery .section-title {
  color: #ffffff; /* wajib, supaya terlihat */
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}

/* garis emas bawah judul */
#gallery .section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(
    to right,
    rgba(245,166,35,0),
    rgba(245,166,35,1),
    rgba(245,166,35,0)
  );
}

.section-title{
text-align:center !important;
display:block;
width:100%;
margin:0 auto 60px;
}


/* =========================
   HEADER
   ========================= */
.header{
position:fixed;
top:0;
left:0;
width:100%;
background:#111;
z-index:9999;
transition:.3s;
}

#home{
  padding-top:140px;
}

.header-wrap {
  display: flex;
  flex-direction: column;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  transition: min-height 0.3s ease;
}

.header.shrink {
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.header.shrink .header-top {
  min-height: 60px;
}

.logo img {
  height: 55px;
  transition: height 0.3s ease;
}

.header.shrink .logo img {
  height: 40px;
}

/* Language Switcher */
.lang-switcher {
  display: flex;
  gap: 6px;
}

.lang-switcher button {
  font-size: 18px;
  padding: 6px 8px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lang-switcher button:hover,
.lang-switcher button.active {
  background: #fff;
  color: #000;
  transform: scale(1.1);
}

/* Nav */
.header-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.25);
  white-space: nowrap;
  transition: padding 0.3s ease;
}

.header.shrink .header-nav {
  padding: 8px 0;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  position: relative;
}

/* Hover state */
.header-nav a:hover {
  color: #f5a623;
}

/* Active state */
.header-nav a.active {
  color: #f5a623;
  padding-bottom: 4px;
  border-bottom: 2px solid #f5a623;
}


.header-nav a:hover {
  text-decoration: underline;
}

.header-nav a.active {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(245,166,35,0),
    rgba(245,166,35,1),
    rgba(245,166,35,0)
  ) 1;
}

/* Force LTR Header */
.header-fixed-ltr,
.header-fixed-ltr * {
  direction: ltr !important;
  text-align: left;
}

/* NAV INDICATOR (SLIDING GOLD LINE) */
.header-nav{
  position: relative;
}

.nav-indicator{
  position: absolute;
  bottom: 10px;
  height: 2px;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(245,166,35,0),
    rgba(245,166,35,1),
    rgba(245,166,35,0)
  );
  transition: all 0.35s ease;
}

/* HAPUS border lama */
.header-nav a.active{
  border-bottom: none !important;
}

/* =========================
   SLIDER
   ========================= */
.slider {
  height: 70vh;
  min-height: 400px;
  max-height: 700px;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: none;
  align-items: center;
  justify-content: center;
}

.slide.active {
  display: flex;
}

.slide h1,
.slide h2{
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 20px 30px;
  font-size: 32px;
  text-align: center;
  max-width: 90%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 110px;
}

.hero-btn {
  background: #f5a623;
  color: #000;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.25s ease;
}

.hero-btn:hover {
  background: #ffb84d;
  transform: translateY(-2px);
}

/* =========================
   SECTION BASE
   ========================= */
.section{
padding:100px 0;
scroll-margin-top:108px;
}

.alt {
  background: linear-gradient(
    to bottom,
    #0e0e0e 0%,
    #f6f6f6 25%
  );
}


.section-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #f5a623;
  display: block;
  margin: 14px auto 0;
}

.section.alt .section-title {
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.35),
    0 0 18px rgba(0,0,0,0.25);
}

.section.alt .section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(
    to right,
    rgba(245,166,35,0),
    rgba(245,166,35,1),
    rgba(245,166,35,0)
  );
}


/* =========================
   COMPANY INTRO
   ========================= */
.company-intro {
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.88) 0%,
      rgba(0,0,0,0.75) 50%,
      rgba(0,0,0,0.9) 100%
    ),
    #0e0e0e;
  color: #eee;
  padding: 120px 0;
  animation: fadeUp 0.8s ease-out both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-grid{
display:grid;
grid-template-columns:1fr 1.1fr;
gap:70px;
align-items:start;
margin-top:50px;
position:relative;
}

.intro-visual{
order:1;
}

.intro-text{
order:2;
}

.intro-title{
max-width:780px;
margin-bottom:0;
}

@media(max-width:768px){

.intro-grid{
grid-template-columns:1fr;
gap:35px;
margin-top:35px;
}

.intro-visual{
order:1;
}

.intro-text{
order:2;
}

}

/* Text */
.intro-label {
  color: #f5a623;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 18px;
  padding-left: 38px;
  position: relative;
}

.intro-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #f5a623;
  transform: translateY(-50%);
}

.intro-title {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 34px;
  color: #fff;
  max-width: 640px;
  letter-spacing: -0.5px;
}

.intro-text p {
  color: #ccc;
  line-height: 1.9;
  margin-bottom: 18px;
  max-width: 520px;
  text-align: justify;
  text-justify: inter-word;
}

/* Visual */
.intro-visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 8px 20px rgba(0,0,0,0.4),
    0 0 40px rgba(245,166,35,0.08);
  animation: visualFade 0.8s ease-out both;
}

@keyframes visualFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  pointer-events: none;
}

.intro-visual img {
  width: 100%;
  display: block;
  transform: scale(1.02);
}

/* Accent Line */
.intro-accent {
  display: none;
}

@keyframes accentFade {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 0.9;
    transform: translateX(0);
  }
}

.intro-accent.left {
  top: 120px;
  left: 0;
}

.intro-accent.right {
  bottom: 80px;
  right: 0;
}

.intro-trust {
  margin-top: 22px;
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.3px;
}

/* =========================
   GRID & CARD
   ========================= */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.icon {
  margin-bottom: 15px;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(245,166,35,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}


.section.alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.35) 35%,
    rgba(255,255,255,1) 70%
  );
  filter: blur(12px);
  transform: none;
  z-index: 0;
}

.section.alt > .container {
  position: relative;
  z-index: 1;
}

.section.alt{
position:relative;
overflow:hidden;
padding-top:50px;
background:linear-gradient(
to bottom,
#000 0%,
#111 20%,
#2b2b2b 45%,
#1a1a1a 70%,
#111 100%
);
}

/* =========================
   WHY SECTION CUSTOM
   ========================= */

.why-section{
margin-top:-150px;
padding-top:0;
}

/* =========================
   PARALLAX
   ========================= */
.parallax{
background:url('../images/background/world-map.jpg') center/cover fixed;
height:300px;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;   /* penting */
}

.parallax .overlay{
background:rgba(0,0,0,.6);
color:#fff;

max-width:900px;   /* bukan width:100% */
width:90%;

padding:40px 50px;

text-align:center;
box-sizing:border-box;
}

/* =========================
   GLOBAL EXPERIENCE TITLE
   ========================= */
.parallax .section-title {
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.35),
    0 0 18px rgba(0,0,0,0.25);
}

/* Garis emas bawah judul */
.parallax .section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(
    to right,
    rgba(245,166,35,0),
    rgba(245,166,35,1),
    rgba(245,166,35,0)
  );
}


/* =========================
GLOBAL EXPERIENCE FLAGS
========================= */

.country-flags{
margin-top:34px;

display:grid;
grid-template-columns:repeat(4,120px);
justify-content:center;
gap:28px 34px;   /* row gap | column gap */
}

.country-flags img{
width:120px;
height:72px;
object-fit:cover;
border-radius:2px;
background:#fff;

box-shadow:
0 4px 12px rgba(0,0,0,.35);

transition:.3s ease;
}

.country-flags img:hover{
transform:translateY(-4px) scale(1.03);
box-shadow:
0 10px 20px rgba(0,0,0,.45);
}

/* =========================
   GLOBAL EXPERIENCE ANIMATION
   ========================= */

/* Initial state (hidden) */
.animate-title,
.animate-flags img {
  opacity: 0;
  transform: translateY(24px);
}

/* Active state */
.animate-title.in-view {
  animation: fadeUpTitle 0.8s ease forwards;
}

.animate-flags.in-view img {
  animation: fadeUpFlag 0.6s ease forwards;
}

/* Stagger delay for flags */
.animate-flags.in-view img:nth-child(1) { animation-delay: 0.1s; }
.animate-flags.in-view img:nth-child(2) { animation-delay: 0.2s; }
.animate-flags.in-view img:nth-child(3) { animation-delay: 0.3s; }
.animate-flags.in-view img:nth-child(4) { animation-delay: 0.4s; }
.animate-flags.in-view img:nth-child(5) { animation-delay: 0.5s; }
.animate-flags.in-view img:nth-child(6) { animation-delay: 0.6s; }
.animate-flags.in-view img:nth-child(7) { animation-delay: 0.7s; }
.animate-flags.in-view img:nth-child(8) { animation-delay: 0.8s; }

/* Keyframes */
@keyframes fadeUpTitle {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpFlag {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .country-flags img {
    width: 36px;
    height: 24px;
  }
}

/* =========================
   PRODUCT TABS
========================= */

.product-tabs{
display:flex;
justify-content:center;
gap:16px;
margin:25px 0 35px;
}

.tab{
padding:10px 22px;
border:none;
border-radius:20px;
background:#eee;
cursor:pointer;
font-weight:600;
transition:.3s;
}

.tab:hover{
background:#ddd;
}

.tab.active{
background:#2ea89c; /* hijau kamu */
color:#fff;
}


/* =========================
   PRODUCT CONTENT SWITCH
========================= */

.product-content{
display:none;
animation:fadeIn .35s ease;
}

.product-content.active{
display:block;
}

@keyframes fadeIn{
from{
opacity:0;
transform:translateY(8px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* =========================
   PRODUCT MAIN TITLE
   ========================= */
.product-title {
  color: #111;
  position: relative;
  text-align: center;
}

.product-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(
    to right,
    rgba(245,166,35,0),
    rgba(245,166,35,1),
    rgba(245,166,35,0)
  );
}

.product-subtitle {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
  color: #222;
}

.product-desc {
  text-align: justify;
  width: 100%;
  margin: 0 0 40px 0;
  line-height: 1.8;
}

/* Arabic product subtitle only */
html[lang="ar"] .product-subtitle,
body.rtl .product-subtitle{
direction:rtl;
text-align:right !important;
margin-left:auto;
margin-right:0;
width:100%;
}

/* =========================
   PRODUCT SECTION HEADINGS
   ========================= */
.product-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 48px 0 14px;
  padding-left: 10px;
  border-left: 3px solid #f5a623; /* emas */
}

/* Arabic mode */
html[lang="ar"] .product-section-title,
body.rtl .product-section-title{
padding-left:0 !important;
border-left:none !important;

padding-right:10px !important;
border-right:3px solid #f5a623 !important;

text-align:right !important;
}

#products{
padding-top:49px;
}

/* =========================
   TABLE
   ========================= */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 56px;
}

.spec-table th,
.spec-table td {
  padding: 18px 20px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.spec-table thead {
  background: #f4f4f4;
}

.spec-table th {
  font-weight: 600;
  color: #222;
}

html[lang="ar"] .ltr-fix{
direction:ltr;
unicode-bidi:isolate;
text-align:right;
white-space:nowrap;
}

.shape-row{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;
margin:50px 0 70px;
}

.shape-card{
background:#fff;
padding:18px;
border-radius:18px;
box-shadow:0 8px 22px rgba(0,0,0,.08);
text-align:center;
transition:.3s;
}

.shape-card:hover{
transform:translateY(-5px);
}

.shape-images{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin-bottom:20px;
overflow:hidden;   /* penting untuk scale */
}

.shape-images img{
width:100%;
height:190px;
object-fit:contain;
padding:0;
background:#fff;
border-radius:12px;
transform:scale(1.12);
transition:.3s ease;
}

.shape-card:hover .shape-images img{
transform:scale(1.16);
}

.shape-card h4{
font-size:18px;
margin-top:8px;
}


/* =========================
   TABLE ZEBRA SOFT
   ========================= */
.spec-table tbody tr {
  transition: background-color 0.2s ease;
}

.spec-table tbody tr:nth-child(even) {
  background-color: rgba(0,0,0,0.02);
}

.spec-table tbody tr:hover {
  background-color: rgba(245,166,35,0.06); /* emas transparan */
}

/* =========================
   CONTAINER CAPACITY
========================= */

.container-capacity{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin:40px 0 60px;
}

.capacity-card{
background:#fff;
padding:42px 30px;
text-align:center;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.3s ease;
}

.capacity-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.capacity-icon{
font-size:52px;
margin-bottom:16px;
}

.capacity-card h4{
margin:0 0 12px;
font-size:24px;
font-weight:700;
}

.capacity-card p{
margin:0;
font-size:20px;
font-weight:600;
color:#f5a623;
}

/* Fix angka tons agar center di Arabic */
.capacity-card p.ltr-fix{
text-align:center !important;
direction:ltr;
unicode-bidi:isolate;
display:block;
width:100%;
}


/* Mobile */
@media(max-width:768px){

.container-capacity{
grid-template-columns:1fr;
gap:18px;
}

.capacity-card{
padding:34px 24px;
}

}


/* =========================
OEM PRIVATE LABEL
========================= */

.oem-section{
margin:48px 0 90px;
padding:0;
}

.oem-grid{
display:grid;
grid-template-columns:1.05fr 1fr;
gap:60px;
align-items:start;   /* tadinya center */
padding:0;           /* HAPUS 90px */
}

.oem-image img{
width:100%;
display:block;
margin-top:8px;
border-radius:18px;
box-shadow:
0 12px 35px rgba(0,0,0,.08);
transform:scale(1.03);
}

.oem-content h3{
font-size:34px;
line-height:1.3;
margin-bottom:18px;
}

.oem-content p{
line-height:1.8;
color:#555;
margin-bottom:28px;
}

.oem-features{
display:grid;
gap:18px;
}

.oem-item{
display:flex;
gap:14px;
align-items:center;
padding:20px 26px;
background:#fff;
border-radius:14px;
box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.oem-item span{
color:#f5a623;
font-weight:700;
font-size:20px;
}

/* Arabic */
html[lang="ar"] .oem-content{
direction:rtl;
text-align:right;
}

html[lang="ar"] .oem-item{
flex-direction:row-reverse;
text-align:right;
}

/* Mobile */
@media(max-width:768px){

.oem-grid{
grid-template-columns:1fr;
gap:35px;
padding:0;
}

.oem-content h3{
font-size:28px;
}

}

/* =========================
   FAQ
========================= */

.faq-section{
background:#0d0d0d;
padding:110px 0;
position:relative;
overflow:hidden;
}

.faq-section::before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(
to bottom,
rgba(255,255,255,0.02),
rgba(255,255,255,0)
);
pointer-events:none;
}

.faq-section .section-title{
color:#fff;
margin-bottom:60px;
position:relative;
z-index:2;
}

.faq-wrap{
max-width:900px;
margin:0 auto;
display:grid;
gap:18px;
position:relative;
z-index:2;
}

.faq-item{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.06);
border-radius:16px;
overflow:hidden;
backdrop-filter:blur(8px);
transition:.3s ease;
}

.faq-item:hover{
border-color:rgba(245,166,35,0.35);
transform:translateY(-2px);
}

.faq-question{
width:100%;
background:none;
border:none;
padding:24px 28px;
display:flex;
align-items:center;
justify-content:space-between;
cursor:pointer;
color:#fff;
font-size:17px;
font-weight:600;
text-align:left;
}

.faq-icon{
font-size:24px;
color:#f5a623;
transition:.3s ease;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
}

.faq-answer p{
padding:0 28px 24px;
margin:0;
color:#cfcfcf;
line-height:1.8;
}

.faq-item.active .faq-answer{
max-height:220px;
}

.faq-item.active .faq-icon{
transform:rotate(45deg);
}

/* Arabic */
html[lang="ar"] .faq-question,
html[lang="ar"] .faq-answer p{
direction:rtl;
text-align:right;
}

/* Mobile */
@media(max-width:768px){

.faq-section{
padding:80px 0;
}

.faq-question{
font-size:15px;
padding:20px;
}

.faq-answer p{
padding:0 20px 20px;
}

}

/* =========================
   GALLERY PREMIUM
   ========================= */

.gallery{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
}

.gallery-item{
position:relative;
overflow:hidden;
border-radius:8px;
background:#111;
box-shadow:
0 8px 24px rgba(0,0,0,.25);
}

.gallery-item img{
width:100%;
height:100%;
display:block;

aspect-ratio:3/4;
object-fit:cover;

transition:
transform .45s ease,
opacity .35s ease;
}

/* overlay cinematic */
.gallery-item::after{
content:"";
position:absolute;
inset:0;

background:
linear-gradient(
to top,
rgba(0,0,0,.18),
rgba(0,0,0,0)
);

opacity:0;
transition:.35s ease;
pointer-events:none;
}

/* hover */
.gallery-item:hover img{
transform:scale(1.06);
opacity:.92;
}

.gallery-item:hover::after{
opacity:1;
}

/* =========================
   LIGHTBOX
   ========================= */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.lightbox.active {
  display: flex;
}

.lightbox-img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 4px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.lightbox-close {
  top: 25px;
  right: 35px;
  font-size: 36px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
}

.lightbox-prev { left: 30px; }
.lightbox-next { right: 30px; }

/* =========================
   CONTACT
   ========================= */
.contact-info,
.contact-info h3,
.contact-info p,
.contact-info strong {
  color:#fff;
}

.contact-info a {
  color:#25D366;
  font-weight:600;
}

.contact-info a:hover {
  color:#f5a623;
}

.map-title{
  color:#000;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-form-box {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #ccc;
}

.email-field{
direction:ltr;
text-align:left;
}

.phone-field{
direction:ltr;
text-align:left;
}

/* FINAL Arabic input behavior */
html[lang="ar"] .email-field,
html[lang="ar"] .phone-field{
direction:ltr !important;
text-align:left !important;
unicode-bidi:plaintext;
caret-color:auto;
}

html[lang="ar"] .email-field::placeholder,
html[lang="ar"] .phone-field::placeholder{
direction:rtl;
text-align:right;
}

html[lang="ar"] textarea{
direction:rtl;
text-align:right;
}

html[lang="ar"] input[type="text"]{
direction:ltr;
text-align:left;
}

html[lang="ar"] input[type="text"]::placeholder{
direction:rtl;
text-align:right;
}

html[lang="ar"] .email-field::placeholder,
html[lang="ar"] .phone-field::placeholder{
direction:rtl;
text-align:right;
}

html[lang="ar"] .email-field::placeholder,
html[lang="ar"] .phone-field::placeholder{
direction:rtl;
text-align:right;
}

/* =========================
   FOOTER
   ========================= */
.footer {
  background: #111;
  color: #ccc;
  padding: 60px 0 0;
  margin-top: 0px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 40px;
}

.footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 13px;
  color: #aaa;
  direction: ltr;
  unicode-bidi: isolate;
}

.footer-contact a{
  color:#25D366;
  font-weight:600;
}

.footer-contact a:hover{
  color:#f5a623;
}

.footer-social{
  margin-top:30px;
}

.footer-social p{
  margin-bottom:14px;
  font-weight:600;
  color:#fff;
}

.social-icons{
  display:flex;
  align-items:center;
  gap:18px;
}

.social-icons a{
  color:#fff;
  transition:.25s ease;
}

.social-icons a:hover{
  color:#f5a623;
  transform:translateY(-3px);
}

.footer-links a{
  display:block;
  color:#ddd;
  text-decoration:none;
  margin-bottom:10px;
  transition:.25s ease;
}

.footer-links a:hover{
  color:#f5a623;
  transform:translateX(3px);
}

/* =========================
   WHATSAPP FLOAT (FIXED)
   ========================= */
.wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 3s infinite;
  z-index: 99999;        
  isolation: isolate;   
  pointer-events: auto;
}

.wa svg {
  width: 24px;
  height: 24px;
  display: block;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* =========================
   INTRO YOUTUBE GRID
========================= */

.intro-videos{
order:3;                 /* penting */
grid-column:1 / -1;      /* bentang full row di bawah image+text */

margin-top:60px;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;

width:100%;
max-width:1100px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
}

.video-card{
position:relative;
aspect-ratio:16/9;
overflow:hidden;
border-radius:18px;
box-shadow:
0 10px 30px rgba(0,0,0,.35),
0 0 0 1px rgba(255,255,255,.06);
}

.video-card iframe{
width:100%;
height:100%;
border:0;
display:block;
}

.video-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.video-card:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:
0 18px 40px rgba(0,0,0,.45),
0 0 0 1px rgba(245,166,35,.3);
}

@media(max-width:768px){

.intro-videos{
grid-template-columns:1fr;
gap:20px;
margin-top:40px;
}

}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 70px 0; }

  .header-top { min-height: 80px; }
  .header-nav { gap: 20px; }

  .slider { height: 70vh; }
  .slide h1 { font-size: 20px; }

  .grid-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .parallax {
    background-attachment: scroll;
    height: auto;
    padding: 60px 0;
  }

  .parallax .overlay{
  width:100%;
  max-width:100%;
  padding:40px 20px;
  border-radius:0;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .intro-title { font-size: 26px; }
  .intro-accent { display: none; }

  .intro-text p{
    max-width:100%;
    text-align:justify;
    text-justify:inter-word;
  }

  .country-flags{
  grid-template-columns:repeat(2,90px);
  gap:18px 18px;
  }

  .country-flags img{
  width:90px;
  height:54px;
  }

  .shape-row{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  overflow:visible;
  }

  .shape-card{
  min-width:auto;
  }

  .shape-images img{
  height:145px;
  transform:scale(1.08);
  }

  .shape-card h4{
  font-size:15px;
  }
}

/* FORCE Gallery Title Style */
#gallery.section.alt .section-title {
  color: #ffffff;
}

.header-nav a.active{
color:#f5a623;
padding-bottom:4px;
border-bottom:2px solid #f5a623;
}

/* =========================
   PROMO BANNER
========================= */

.promo-banner{
padding:0;
margin:0;
background:#111;
overflow:hidden;
}

.promo-banner img{
width:100%;
display:block;
object-fit:cover;
transition:transform .4s ease;
}

.promo-banner:hover img{
transform:scale(1.01);
}

/* Mobile */
@media(max-width:768px){

.promo-banner img{
min-height:220px;
object-fit:cover;
}

}

/* =========================
   MOBILE CONTACT FIX
========================= */

@media (max-width:768px){

  .contact-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .contact-form-box{
    width:100%;
    padding:24px;
    margin-top:0;
  }

  .contact-form-box form{
    width:100%;
  }

  .contact-form-box input,
  .contact-form-box textarea,
  .contact-form-box button{
    width:100%;
    font-size:16px;
  }

  .contact-form-box textarea{
    min-height:140px;
  }

  /* agar CTA langsung pas ke form */
  #contact-form{
    scroll-margin-top:140px;
  }

}

/* =========================
   CONTACT MAP
========================= */

.contact-map{
  margin-top:70px;
}

.contact-map iframe{
  border-radius:14px;
  overflow:hidden;
}