/* Main CSS for GSP Astra Child */
:root{--gsp-maroon:#6C2B2B;--gsp-dark:#222;--gsp-light:#F5F5F5;--container:1200px;}

/*body.page .ast-container {*/
/*  max-width: 100% !important;*/
/*  padding: 0 !important;*/
/*}*/

body.home .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

body.home .custom-hero {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 0;
  right: 0;
}

body.home .custom-hero .custom-hero-inner {
  padding-left: 8%;
  padding-bottom: 6%;
}

.custom-hero, .our-service {
  display: block !important;
  width: 100%;
}

.ast-container {
  display: block !important;
}

.ast-container > section {
  display: block;
  width: 100%;
}



/* Wrapper utama */
.site-header {
  background: #fff !important;
  border-bottom: none !important;
  position: relative;
  z-index: 100; /* tetap di atas elemen lain */
  overflow: visible;
}
/* ruang putih tipis di atas garis */
.site-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 45px; /* tinggi putih di atas garis merah */
  background: #fff;
}

/* garis merah elegan di bawah ruang putih */
.site-header::after {
  content: "";
  position: absolute;
  top: 45px; /* muncul di bawah putih */
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #6C2B2B;
  z-index: 101; /* pastikan di atas main-header-bar */
}

/* pastikan main-header-bar gak nutupin garis */
.main-header-bar {
  position: relative;
  background: #fff !important;
  padding-top: 3px !important;
  z-index: 100; /* lebih rendah dari garis merah */
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}


.ast-site-identity a {
  font-weight: 600;
  color: #333 !important;
  text-decoration: none;
}

.main-header-menu a {
  color: #333 !important;
  font-weight: 500;
  padding: 0 15px !important;
}

.main-header-menu a:hover {
  color: #6C2B2B !important;
}


footer{background:var(--gsp-dark);color:#fff;padding:0px;text-align:center}

:root {
  --gsp-maroon: #6C282B;
  --gsp-light: #F5F5F5;
  --gsp-dark: #222;
}
body {
  font-family: 'Poppins', sans-serif;
  color: var(--gsp-dark);
  margin: 0;
}
/* ===== HERO SECTION ===== */


.custom-hero {
  position: relative;
  width: 100%;
  height: clamp(420px, 65vw, 760px); /* tinggi responsive */
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.custom-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  z-index: 2;
}

.custom-hero-inner {
  position: relative; /* reference untuk absolute children */
  width: 100%;
  height: 100%;
  z-index: 3;
}


.hero-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px; /* panjang garis */
  height: 4px; /* tebal garis */
  background-color: #C1272D; /* warna merah */
  margin-left: 80px; /* sejajar sama hero-box kiri */
}


.custom-hero-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.custom-hero-sub {
  font-size: 15px;
  color: #f0f0f0;
  line-height: 1.6;
}

.hero-box {
  position: absolute;
  bottom: 0;                /* nempel di bawah hero */
  left: 5vw;                /* jarak kiri proporsional tapi elegan */
  z-index: 10;
  background: rgba(108, 43, 43, 0.92);
  color: #fff;
  padding: 2rem 2.4rem;     /* spacing yang lega */
  width: 380px;             /* ukuran ideal di desktop */
  max-width: 90%;           /* agar tetap aman di layar kecil */
  border-radius: 4px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
  

/* teks di dalam box */
.hero-box h3 {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 14px);
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.hero-box p {
  margin: 0;
  font-size: clamp(11, 1.2vw, 11px);
  font-style: justify-items;
  font-family: inter;
  line-height: 1.55;
  color: #f6f6f6;
}


/* tombol */
.hero-box .btn-read {
  margin-top: 8px;
  display: inline-block;
  background: #fff;
  color: #6C2B2B;
  font-size: clamp(11px, 1.05vw, 13px);
  padding: 7px 14px;
  border-radius: 3px;
  text-decoration: none;
  align-self: flex-start;
}

/* garis merah di bawah hero (sejajar left hero-box) */
.hero-border {
  position: absolute;
  bottom: 0;
  left: calc(max(18px, 4vw));      /* sejajar dengan left hero-box */
  width: clamp(80px, 13vw, 160px);
  height: 4px;
  background-color: #C1272D;
  z-index: 9000;
}

/* responsive tweak tambahan */
@media (max-width: 900px) {
  .hero-box { left: clamp(12px, 4vw, 24px); bottom: 0;padding: clamp(10px, 2vw, 18px); }
  .hero-border { left: clamp(12px, 4vw, 24px); width: clamp(60px, 20vw, 120px); }
  
}

@media (max-width: 480px) {
  .custom-hero { height: 380px; }
  .hero-box { width: calc(100% - 32px); left: 16px; bottom: 0; padding: 12px; }
  .hero-border { left: 16px; width: 72px; }
}

/* ===== OUR SERVICE ===== */
.our-service {
  text-align: center;
  padding: 80px 20px;
  background: white;
  max-width: 1100%;
  margin: 0 auto;
}
.our-service h2 {
   color: #6C2B2B;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.our-service p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto 40px;
}
.service-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 25px; /* vertical / horizontal spacing */
  justify-items: center;
  align-items: center;
  max-width: 500px;
  margin: 20px auto;
  margin-bottom:40px;
  box-sizing: border-box;
}

/* === ICON STYLE === */
.service-icons img {
  width: 90px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(17%) sepia(30%) saturate(500%) hue-rotate(330deg);
}

.service-icons img:hover {
  transform: scale(1.1);
   filter: brightness(0) saturate(100%) invert(30%) sepia(45%) saturate(800%) hue-rotate(330deg);
}
.btn-read {
  background: #6C2B2B;
  color: white;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.btn-read:hover {
  background: #501f1f;
}


/* ===== OUR FIRM PAGE ===== */
/* === OUR FIRM: OUR STORIES (2-COLUMN LEFT TEXT) === */
.our-firm-intro {
  padding: 100px 40px;
  background: #fff;
  color: #333;
}

.our-stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.story-left {
  text-align: left;
}

.story-left h2 {
  color: #6C2B2B;
  font-size: 36px;
  margin-bottom: 20px;
}

.story-left p {
  line-height: 1.8;
  font-size: 14px;
  text-align: justify;
  color: #444;
  margin: 0;
}

.story-right {
  text-align: left;
}

.story-right h2 {
  color: #6C2B2B;
  font-size: 36px;
  margin-bottom: 20px;
}

/* === Responsive === */
@media (max-width: 900px) {
  .our-stories-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .story-left {
    text-align: center;
  }

  .story-right {
    display: center; /* hilang di layar kecil biar nggak ada ruang kosong */
  }
}


/* === OUR FIRM: WHY GSP === */
.our-firm-why {
position: relative;
  background-color: #6C2B2B;
  color: #fff;
  padding: 80px 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); /* kunci utama full width */
  box-sizing: border-box;
  overflow: hidden;
}

/* === OVERRIDE ASTRA CONTAINER UNTUK SECTION WHY GSP === */
body.page-id-XX .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

body.page-id-617 .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
/* jaga jangan sampai ada horizontal scroll */
html, body {
  overflow-x: hidden;
}

.our-firm-why .ast-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.our-firm-why h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 700;
  color: #fff;
}

/* OUR STORIES GRID */
.our-stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Right column */
.story-right h2 {
  color: #6b2a2a; /* samain dengan Our Stories */
  margin-bottom: 24px;
}

/* Client logo grid */
.client-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 16px;
}

.client-logo {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 80%;
  max-height: 55px;          /* bikin sejajar dengan paragraf kiri */
  object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
  .our-stories-grid {
    grid-template-columns: 1fr;
  }

  .client-logos {
    grid-template-columns: 1fr 1fr;
  }
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 70px;
  align-items: start;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.why-item img {
  width: 90px;
  height: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1); /* ubah icon jadi putih */
}

.why-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.why-text p {
  font-size: 11px;
  line-height: 1.7;
  color: #f4f4f4;
  text-align: justify;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-item img {
    width: 50px;
  }
}



.our-firm-values {
  padding: 90px 20px;
  background: #fff;
  text-align: center;
}
.our-firm-values h2 {
  color: #6C2B2B;
  font-size: 2rem;
  margin-bottom: 50px;
}
.values-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.value-item {
  flex: 1 1 280px;
  max-width: 320px;
}
.value-item img {
  width: 90px;
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(30%) saturate(500%) hue-rotate(330deg);
}
.value-item h3 {
  color: #6C2B2B;
  margin-bottom: 10px;
}
.value-item p {
  font-size: 12px;
  color: #444;
  line-height: 1.6;
 text-align: justify;
}

/* Make "Our Service" page full-width */
body.page-id-821 .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

body.page-id-619 .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ===== KEY SECTOR ===== */
  .key-sector-section {
  background-color: #6C2B2B;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 90px 0;
}

.key-sector-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.key-sector-section .section-title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 55px;
  color: #fff;
}

.key-sector-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 150px; /* space between left and right columns */
  margin: 0 auto;
}

.sector-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 0 0 auto;
  width: 300px; /* column width control */
}

.sector-item {
  display: flex;
  align-items: center;
  gap: 12px; /* space between icon and text */
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* line under both icon and text */
}

.sector-item img {
  height: 45px;
  width: 45px;
  filter: brightness(0) invert(1);
}

.sector-item p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 992px) {
  .key-sector-columns {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .sector-col {
    width: 100%;
    max-width: 320px;
  }

  .sector-item {
    justify-content: center;
    text-align: center;
  }
}

/* ===== AREAS OF PRACTICE ===== */
/* ===== AREAS OF PRACTICE - Smooth Final Version ===== */
.areas-practice-section {
  background: #fff;
  padding: 100px 0;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.areas-practice-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.areas-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.areas-practice-section .section-title {
  color: #6A1B1B;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: 0.3px;
}

/* Swiper Card */
.practiceSwiper .swiper-slide {
background: linear-gradient(180deg, #ffffff 0%, #faf9f9 100%);
  border-radius: 16px;
  padding: 35px 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 460px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center; /* ✅ center all content horizontally */
}

.practiceSwiper .swiper-slide:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, #fff 0%, #f6f5f5 100%);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
}

/* Icon + Title + Text */
.practiceSwiper img {
  height: 58px;
  width: 58px;
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(33%) saturate(1818%) hue-rotate(340deg) brightness(93%) contrast(91%);
  display: block;
  margin-left: auto;
  margin-right: auto; /* ✅ ensure icon centered */
}

.practiceSwiper h3 {
  color: #6A1B1B;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.practiceSwiper p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: justify; /* ✅ justify paragraph text */
  margin: 0 auto;
  max-width: 90%;
  word-spacing: normal;       /* ✅ hindari spasi lebar */
  text-justify: auto;  
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #6A1B1B;
  background-color: #fff;
  border: 1px solid #6A1B1B;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: justify;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #6A1B1B;
  color: #fff;
  transform: scale(1.05);
}

/* Pagination */
.swiper-pagination-bullet {
  background: #d9b6b6;
  opacity: 1;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #6A1B1B;
}

/* Responsive */
@media (max-width: 1024px) {
  .practiceSwiper .swiper-slide {
    width: 400px;
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .practiceSwiper .swiper-slide {
    width: 90%;
    padding: 25px 20px;
  }
}


/* ==== OUR UPDATES HEADER ==== */
.updates-header {
  background-color: #6A1B1B; /* maroon full width */
  padding: 60px 0;
  text-align: left;
  color: #fff;
}

.updates-header .updates-title {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding-left: 130px;
}

/* ==== OUR UPDATES SECTION ==== */
.updates-section {
  background: #fff;
  padding: 80px 100px;
  
}
/* Make "Our Service" page full-width */

body.page-id-622 .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  justify-items: center;
}

.update-card {
  background: #f8f7f7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  max-width: 360px;
}

.update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.update-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.update-content {
  padding: 20px 25px 30px;
  text-align: left;
}

.update-category {
  color: #a25b5b;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.update-title {
  font-size: 1.05rem;
  color: #6A1B1B;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.update-title a {
  color: inherit;
  text-decoration: none;
}

.update-title a:hover {
  color: #a23d3d;
}

.update-excerpt {
  font-size: 0.93rem;
  color: #444;
  margin-bottom: 18px;
  line-height: 1.55;
}

.update-read {
  font-size: 0.85rem;
  color: #6A1B1B;
  font-weight: 600;
  border: 1px solid #6A1B1B;
  border-radius: 4px;
  padding: 6px 14px;
  display: inline-block;
  transition: all 0.3s ease;
}

.update-read:hover {
  background: #6A1B1B;
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .updates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*@media (max-width: 768px) {*/
/*  .updates-grid {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .updates-header .updates-title {*/
/*    text-align: center;*/
/*    padding-left: 0;*/
/*  }*/
/*}*/
/* Perbaiki layout Our Updates di mobile */
@media (max-width: 768px) {

  /* Kurangi padding section di HP */
  .updates-section {
    padding: 40px 16px; /* atas/bawah 40, kiri/kanan 16 */
  }

  .updates-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: stretch; /* jangan center, biar kartu bisa full width */
  }

  .update-card {
    max-width: 100%;  /* hilangkan batas 360px di mobile */
    width: 100%;
  }

  .update-content {
    padding: 16px 18px 22px;
  }

  .update-title {
    font-size: 1rem;
  }

  .update-excerpt {
    font-size: 0.9rem;
  }
}

/* Opsional: di layar sangat kecil, biarkan gambar auto height */
@media (max-width: 480px) {
  .update-thumb img {
    height: auto;
    min-height: 180px; /* boleh dihapus kalau nggak perlu */
    object-fit: cover;
  }
}
/* ==========================================================
   SINGLE POST (LAW FIRM STYLE)
   Template: Gultom Siagian & Partners
   ========================================================== */


/* =====================================================
   SINGLE PAGE FULL-WIDTH ALIGNMENT
   ===================================================== */

/* Override Astra default container */
body.single-post .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Wrapper full width sejajar dengan header nav */
.single-fullwidth-wrapper {
  width: 100%;
  background-color: #f9f9f9;
  padding: 40px 0;
}

/* Kontainer utama sejajar dengan header (logo - contact us) */
.single-news .container {
  width: min(90%, 1320px);
  margin: 0 auto;
  padding: 0 20px;
}

/* Grid layout */
.single-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Main content */
.single-main {
  width: 100%;
}

.single-title {
  font-size: 2rem;
  font-weight: 700;
  color: #6A1B1B;
  margin-bottom: 25px;
  line-height: 1.4;
}

.single-thumb {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.single-thumb img {
  width: 60%;
  height: 60%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

.single-content {
  font-size: 1rem;
  color: #333;
  line-height: 1.9;
  text-align: justify;
}

.single-content p {
  margin-bottom: 18px;
}

/* Sidebar */
.single-sidebar {
  position: sticky;
  top: 100px;
  padding: 150px 30px;
}

.sidebar-title {
  color: #6A1B1B;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.recent-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-news-list li {
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.recent-news-list li:last-child {
  border-bottom: none;
}

.recent-news-list a {
  color: #6A1B1B;
  text-decoration: none;
  font-size: 0.95rem;
}

.recent-news-list a:hover {
  color: #A33B3B;
}

/* Responsive */
@media (max-width: 1024px) {
  .single-layout {
    grid-template-columns: 1fr;
  }
  .single-sidebar {
    margin-top: 40px;
    position: relative;
    top: 0;
  }
}

/* =====================================================
   OUR PEOPLE SECTION
   ===================================================== */
body.page-id-655 .site-content > .ast-container {
  max-width: 1240px !important; /* sejajar dengan navbar */
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.our-people {
  background-color: #fff;
  padding: 0 0;
}

.our-people .container {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.page-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #6A1B1B;
  margin-bottom: 50px;
}

/* Header per person */
.person-header {
  background-color: #6A1B1B;
  color: #fff;
  padding: 25px 30px;
  border-radius: 6px 6px 0 0;
}

.person-name {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}

.person-role {
  margin: 5px 0 0;
  font-size: 1rem;
  opacity: 0.9;
}

/* Body layout */
.person-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 60px;
}

.person-photo img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.person-info {
  padding-left: 60px;
  padding-right: 30px;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
}

.person-info p {
  margin-bottom: 18px;
  text-align: justify;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .person-body {
    grid-template-columns: 1fr;
  }

  .person-photo {
    text-align: center;
  }

  .person-photo img {
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .our-people {
    padding: 40px 0;
  }

  .our-people .container {
    width: 92%;
    margin: 0 auto;
  }

  .person-header {
    text-align: center;
    padding: 18px 20px;
  }

  .person-name {
    font-size: 1.4rem;
  }

  .person-role {
    font-size: 0.95rem;
  }

  .person-body {
    grid-template-columns: 1fr;   /* sudah ada, tapi biar pasti */
    padding: 20px;
    gap: 20px;
    margin-bottom: 40px;
  }

  .person-photo {
    text-align: center;
  }

  .person-photo img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .person-info {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .person-info p {
    margin-bottom: 16px;
  }
}

/* ================================
   CONTACT PAGE STYLES
   ================================ */

/* ================================
   CONTACT PAGE LAYOUT FIX (2 COLUMNS)
   ================================ */
.contact-wrapper {
  max-width: 1240px;
  margin: 60px auto;
  padding: 0 20px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  background: #fafafa;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-form {
  flex: 0 0 58%;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.contact-form h2 {
  color: #6A1B1B;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-flex {
  display: flex;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1.5px solid #6A1B1B;
  border-radius: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #922323;
  outline: none;
}

.contact-form button {
  background-color: #6A1B1B;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #922323;
}

.contact-info {
  flex: 0 0 35%;
  padding-top: 10px;
}

.contact-info h3 {
  color: #6A1B1B;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-info p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.success {
  color: green;
  background: #e9f9e9;
  padding: 10px 15px;
  border-radius: 8px;
}

.error {
  color: #c0392b;
  background: #fbeaea;
  padding: 10px 15px;
  border-radius: 8px;
}

/* map */
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* responsive */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    padding: 25px;
  }
  .contact-form, .contact-info {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {

  .contact-wrapper {
    margin: 40px auto;
    padding: 0 10px;
  }

  .contact-container {
    padding: 20px 16px;
    border-radius: 16px;
    gap: 24px;
  }

  .contact-form {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .contact-form h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 18px;
  }

  /* Email & phone jangan sejajar, tapi di-stack */
  .contact-flex {
    flex-direction: column;
    gap: 0;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    border-radius: 16px;
    padding: 12px 14px;
    font-size: 15px;
    margin-bottom: 12px;
  }

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

  /* Button full width biar lebih kokoh di HP */
  .contact-form button {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    border-radius: 16px;
    margin-top: 4px;
  }

  /* Info di bawah form juga rapi */
  .contact-info {
    padding-top: 0;
  }
}
