/* =========================================================
   BMA FARM — Main Styles
   ========================================================= */

:root {
  --green-950: #102b20;
  --green-900: #173a2b;
  --green-800: #23513a;
  --green-700: #316948;
  --green-600: #4b7f59;
  --green-100: #e9f0e7;
  --cream: #f7f5ee;
  --cream-2: #efede3;
  --white: #ffffff;
  --ink: #1d2721;
  --muted: #6c756e;
  --line: #dfe3dc;
  --gold: #c79b4b;
  --shadow: 0 18px 45px rgba(17, 40, 28, .10);
  --radius: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* TOP BAR */
.topbar {
  background: var(--green-950);
  color: rgba(255,255,255,.8);
  font-size: 12px;
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar a {
  color: #fff;
  font-weight: 700;
}

/* BRAND */
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--green-900);
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.brand > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--green-800);
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: .9;
}

.brand strong {
  font-size: 22px;
  letter-spacing: 2px;
}

.brand small {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 4px;
}

/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20,50,35,.08);
}

.nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  color: #465149;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease;
}

.nav-links a:hover {
  color: var(--green-700);
}

.nav-cta {
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--green-800);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.nav-cta:hover {
  background: var(--green-950);
  transform: translateY(-1px);
}

.nav-cta span {
  margin-left: 5px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.menu-toggle span {
  width: 23px;
  height: 2px;
  background: var(--green-900);
  display: block;
  margin: 5px auto;
  transition: .2s ease;
}

/* HERO */
.hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(11,35,24,.92) 0%,
      rgba(11,35,24,.76) 45%
    ),
    url("images/hero-sapi.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(10,28,20,.45));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 650px;
  color: #fff;
  padding: 80px 0;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.hero h1 {
  margin-top: 16px;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.hero h1 em {
  color: #d8c48d;
  font-style: normal;
}

.hero-copy > p {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  min-height: 50px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}

.btn-primary {
  background: #fff;
  color: var(--green-900);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.btn-outline {
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  background: rgba(255,255,255,.04);
}

.btn-outline:hover {
  background: rgba(255,255,255,.12);
}

.hero-trust {
  display: flex;
  gap: 28px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.hero-trust div {
  display: flex;
  flex-direction: column;
}

.hero-trust strong {
  font-size: 16px;
}

.hero-trust span {
  color: rgba(255,255,255,.62);
  font-size: 11px;
}

/* INTRO */
.intro {
  background: var(--cream);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.intro h2 {
  margin-top: 12px;
}

.intro h2 span {
  color: var(--green-700);
}

.intro-text {
  max-width: 510px;
  color: var(--muted);
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid rgba(49,105,72,.25);
  padding-bottom: 3px;
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

/* CATALOG */
.catalog {
  background: #fff;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.section-head h2 {
  margin-top: 8px;
}

.section-head p {
  color: var(--muted);
  margin-top: 5px;
  font-size: 14px;
}

.filters {
  display: flex;
  gap: 10px;
}

.filters input,
.filters select {
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
  font-size: 13px;
}

.filters input {
  width: 190px;
}

.filters select {
  width: 160px;
  cursor: pointer;
}

.filters input:focus,
.filters select:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(75,127,89,.10);
}

.cattle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cattle-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.cattle-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.card-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: var(--cream-2);
}

.card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.cattle-card:hover .card-image img {
  transform: scale(1.045);
}

.status {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.status.available {
  background: rgba(235,249,239,.96);
  color: #287045;
}

.card-body {
  padding: 20px;
}

.card-breed {
  color: var(--green-600);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.card-body h3 {
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.25;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
}

.card-footer small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.card-footer strong {
  display: block;
  margin-top: 2px;
  color: var(--green-900);
  font-size: 16px;
}

.card-footer > a {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--green-800);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.card-footer > a:hover {
  background: var(--green-950);
  transform: translateX(2px);
}

.catalog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.empty-state {
  padding: 60px 20px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.empty-state span {
  font-size: 36px;
}

.empty-state h3 {
  margin-top: 8px;
}

.empty-state p {
  color: var(--muted);
  font-size: 13px;
}

[hidden] {
  display: none !important;
}

/* =========================================================
   HOW IT WORKS - BMA FARM
   ========================================================= */

.how {
  background: var(--cream);
  padding: 105px 0 95px;
}

.center-head {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.center-head .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.center-head h2 {
  margin-top: 12px;
  color: var(--green-950);
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.05;
}

.center-head h2 span {
  color: var(--gold);
}

.heading-line {
  width: 65px;
  height: 3px;
  margin: 20px auto 17px;
  border-radius: 10px;
  background: var(--gold);
}

.center-head p {
  color: var(--muted);
  font-size: 14px;
}


/* =========================
   THREE STEPS
   ========================= */

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.step {
  min-width: 0;
  min-height: 355px;
  padding: 38px 40px;
  border: 1px solid #dfe3dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 45, 30, .07);
  transition: .25s ease;
}

.step:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 155, 75, .45);
  box-shadow: 0 20px 40px rgba(20, 45, 30, .11);
}

.step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.step-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e9f0e7;
  font-size: 28px;
}

.step-number {
  color: #cbd1ca;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1;
}

.step h3 {
  margin-top: 30px;
  color: var(--green-950);
  font-size: 21px;
}

.step-line {
  width: 45px;
  height: 3px;
  margin-top: 13px;
  border-radius: 5px;
  background: var(--gold);
}

.step p {
  margin-top: 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}


/* PANAH DI ANTARA CARD */

.step-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 21px;
  box-shadow: 0 8px 20px rgba(199,155,75,.25);
  transform: translateY(-50%);
}

.step-arrow:nth-of-type(2) {
  left: calc(33.333% - 23px);
}

.step-arrow:nth-of-type(4) {
  left: calc(66.666% - 23px);
}


/* =========================
   TRUST BAR
   ========================= */

.trust-bar {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 42px;
  padding: 27px 30px;
  border: 1px solid #d7ddd3;
  border-radius: 20px;
  background: rgba(255,255,255,.55);
}

.trust-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 25px;
}

.trust-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e7efe4;
  font-size: 24px;
}

.trust-main h3 {
  color: var(--green-950);
  font-size: 15px;
}

.trust-main p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.trust-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 22px;
  border-left: 1px solid #d9ddd6;
}

.trust-item > span {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.trust-item strong {
  display: block;
  color: var(--green-950);
  font-size: 11px;
}

.trust-item small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {

  .steps {
    gap: 16px;
  }

  .step {
    padding: 30px 25px;
  }

  .step-arrow {
    display: none;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .trust-main {
    padding-right: 0;
  }

  .trust-item {
    border-left: 0;
    padding-left: 0;
  }
}


@media (max-width: 760px) {

  .how {
    padding: 75px 0;
  }

  .center-head h2 {
    font-size: 42px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .step {
    min-height: auto;
  }

  .trust-bar {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .trust-main {
    padding-bottom: 18px;
    border-bottom: 1px solid #d9ddd6;
  }
}


@media (max-width: 450px) {

  .center-head h2 {
    font-size: 36px;
  }

  .step {
    padding: 27px 23px;
  }
}

/* SELL */
.sell {
  background: var(--green-900);
  color: #fff;
}

.sell-box {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: center;
}

.sell h2 {
  margin-top: 10px;
  color: #fff;
}

.sell-copy > p {
  max-width: 580px;
  margin-top: 18px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.btn-light {
  margin-top: 28px;
  background: #fff;
  color: var(--green-900);
}

.btn-light:hover {
  transform: translateY(-2px);
}

.sell-points {
  border-left: 1px solid rgba(255,255,255,.16);
  padding-left: 45px;
}

.sell-points > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 3px 12px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.sell-points > div:last-child {
  border-bottom: 0;
}

.sell-points span {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: #d8c48d;
}

.sell-points strong {
  font-size: 14px;
}

.sell-points small {
  color: rgba(255,255,255,.56);
  font-size: 11px;
}

/* FOOTER */
.footer {
  background: var(--green-950);
  color: rgba(255,255,255,.7);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 55px;
  padding: 70px 0 55px;
}

.brand-footer {
  color: #fff;
}

.brand-footer .brand-mark {
  background: #fff;
  color: var(--green-900);
}
.brand-footer img {
    width: 140px;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-brand p {
  max-width: 310px;
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
}

.footer-col h4 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-col a:hover {
  color: #fff;
}

.footer-action {
  margin-top: 8px;
  color: #d8c48d;
  font-weight: 700;
}

.footer-bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.38);
  font-size: 11px;
}

/* BACK TO TOP */
.back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: .25s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.back-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .nav-links {
    gap: 16px;
  }

  .nav-cta {
    display: none;
  }

  .intro-grid,
  .sell-box {
    gap: 50px;
  }

  .cattle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 75px 0;
  }

  .topbar {
    display: none;
  }

  .nav-inner {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 18px 20px 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px rgba(0,0,0,.06);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 11px 0;
  }

  .hero {
    min-height: 650px;
    background-position: 62% center;
  }

  .hero-copy {
    padding: 70px 0;
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .hero-trust {
    gap: 15px;
  }

  .intro-grid,
  .sell-box {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .filters {
    width: 100%;
  }

  .filters input,
  .filters select {
    width: 50%;
  }

  .cattle-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 260px;
  }

  .sell-points {
    padding-left: 0;
    border-left: 0;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 450px) {
  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-trust div {
    text-align: center;
  }

  .filters {
    flex-direction: column;
  }

  .filters input,
  .filters select {
    width: 100%;
  }

  .catalog-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

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

/* =========================
   GALERI KANDANG
========================= */

.gallery {
    background: var(--cream);
    padding-bottom: 50px;
}

.gallery-head {
  max-width: 650px;
  margin-bottom: 45px;
}

.gallery-head h2 {
  margin: 10px 0 12px;
}

.gallery-head p {
  color: var(--muted);
  max-width: 550px;
}

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

.gallery-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}
/* =========================
   LIGHTBOX GALERI
========================= */

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.88);

    padding: 30px;
}

.gallery-lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;

    width: min(900px, 85vw);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-content img {
    max-width: 85vw;
    max-height: 78vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 8px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.55);

    user-select: none;
    -webkit-user-drag: none;
}

.lightbox-counter {
    width: auto;

    margin-bottom: 14px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.5px;

    text-align: center;
}

.lightbox-caption {
    margin-top: 12px;

    color: #fff;

    font-size: 14px;
}

/* TOMBOL CLOSE */

.lightbox-close {
    position: fixed;

    top: 22px;
    right: 25px;

    width: 46px;
    height: 46px;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    color: #fff;

    font-size: 30px;
    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    z-index: 100000;

    transition:
        background .2s ease,
        transform .2s ease;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.18);

    transform: rotate(90deg);
}

/* TOMBOL SEBELUMNYA */

.lightbox-prev,
.lightbox-next {
    position: fixed;

    top: 50%;
    transform: translateY(-50%);

    width: 52px;
    height: 52px;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    color: #fff;

    font-size: 38px;
    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    z-index: 100000;

    transition:
        background .2s ease,
        transform .2s ease,
        opacity .2s ease;
}

.lightbox-prev {
    left: 28px;
}

.lightbox-next {
    right: 28px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.18);

    transform: translateY(-50%) scale(1.05);
}

.lightbox-prev {
    left: 25px;
}

.lightbox-next {
    right: 25px;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
    opacity: 0.7;
}


/* MOBILE */

@media (max-width: 700px) {

    .gallery {
        padding-bottom: 35px;
    }

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

    .gallery-lightbox {
        padding: 15px;
    }

    .lightbox-content {
        width: 92vw;
    }

    .lightbox-content img {
        max-width: 94vw;
        max-height: 76vh;

        border-radius: 6px;
    }

.lightbox-prev,
.lightbox-next {
    width: 42px;
    height: 42px;

    font-size: 30px;
}

.lightbox-prev {
    left: 8px;
}

.lightbox-next {
    right: 8px;
}

.lightbox-close {
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;

    font-size: 26px;
}

}
/* BMA FARM - Brand Link */
.brand-link,
.brand-link:link,
.brand-link:visited,
.brand-link:hover,
.brand-link:active {
  color: #111111 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}