/*Reset Global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
body {
  color: #333;
  line-height: 1.6;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }
} /*Container*/
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.topbar {
  background: #0a8f5a;
  color: #fff;
  font-size: 14px;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
} /* Logo / Brand */
.topbar-left {
  font-size: 15px;
  font-weight: 700;
} /* Navigation */
.topbar-nav {
  display: flex;
}
.topbar-nav a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.15s ease;
}
.topbar-nav a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.topbar-nav a.active {
  background: rgba(255, 255, 255, 0.25);
  font-weight: 600;
} /* Tablet & Mobile */
@media (max-width: 1024px) {
  .topbar .container {
    flex-direction: row; /* tetap satu baris */
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
  }
  .topbar-left {
    font-size: 15px;
    white-space: nowrap;
  }
  .topbar-nav {
    flex-wrap: nowrap;
    gap: 6px;
  }
  .topbar-nav a {
    margin-left: 8px;
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
} /* Our Service Title */
.os-text h3 {
  color: #0a8f5a;
} /*Home Logo */
.home-logo {
  text-align: center;
  padding: 60px 0;
}
.home-logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.home-logo p {
  margin-top: 15px;
  font-weight: 700;
} /*Content*/
.content {
  padding: 50px 0;
}
.light {
  background: #f9f9f9;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: -40px;
}
.contentt {
  padding: 20px 0;
}
.light {
  background: #f9f9f9;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
}
.grid-2 h3 {
  margin-bottom: 10px;
}
.grid-2 ul {
  padding-left: 24px;
  margin-bottom: 30px;
} /*Section Box*/
.section-box,
.center {
  background: #f5f5f5;
  border-left: 6px solid #0a8f5a;
  border-right: 6px solid #0a8f5a;
  padding: 18px 25px;
  margin: 80px auto;
  max-width: 1100px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}
.section-box,
.center-our {
  background: #f5f5f5;
  border-left: 6px solid #0a8f5a;
  border-right: 6px solid #0a8f5a;
  padding: 18px 25px;
  margin: 10px auto;
  max-width: 1100px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
} /*Card */
.cardd {
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.cardd:hover {
  transform: translateY(-10px);
}
.cardd img {
  width: 100%;
  border-radius: 6px;
}
.card {
  background: #fff;
  border-radius: 8px;
  padding: 80px;
  text-align: left;
  width: 100%;
  box-shadow: 0 8px 42px rgba(0, 0, 0, 0.286);
  border-bottom: 5px solid #1ca34a;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
    
}
.card:hover {
  transform: translateY(-10px);
}
.container.wide {
  max-width: 200%;
  margin: 0 auto;
  padding: auto;
}
.carddd {
  background: #fff;
  border-radius: 8px;
  padding: 80px;
  text-align: left;
  width: 100%;
  height: 90%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.carddd:hover {
  transform: translateY(-10px);
}
.carddd img {
  width: 100%;
  border-radius: 6px;
}
.image-card {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.image-card img {
  .image-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 992px) {
  .grid-3-visimisi {
    grid-template-columns: 1fr;
  }
}
.os-header {
  padding: 60px 0;
}
.os-header-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
.os-logo img {
  max-width: 540px;
  width: 100%;
} /* Service Cards Grid */
.os-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
} /* Icon */
.os-icon {
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-icon img {
  width: 160px;
  height: 140px;
  margin-bottom: 10px;
} /* Button */
.os-btn {
  display: inline-block;
  margin-top: auto;
  padding: 12px 26px;
  background: #35c34a;
  font-weight: 700;
  border-radius: 25px;
  text-decoration: none;
  color: #ffffff;
  flex-direction: column;
} /* Card */
.os-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.why-section {
  background: #ffffff;
  padding: 60px 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.why-card {
  text-align: center;
  padding: 30px;
  border-right: 3px solid #333;
}
.why-card:last-child {
  border-right: none;
} /*Icon Why Section*/
.why-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto 15px;
  display: block;
}
.why-card,
.footer-item {
  border-right: none;
} /*Footer*/
.footer {
  background: #fffdd0;
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  padding-top: 50px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.footer-grid {
  position: relative;
  padding-bottom: 30px;
}
.footer-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ddd;
}
.footer-item {
  padding: 0 30px;
}
.footer-item a {
  display: block;
  width: 100%;
}
.footer a {
  color: #333;
  text-decoration: none;
} /* Hover effect */
.footer a:hover {
  color: #0a8f5a;
}
.footer-item:not(:last-child) {
  border-right: none;
}
.footer-copy {
  margin-top: 40px;
  background: #0a8f5a;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
.footer-line img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer h4 {
  margin: 0 0 10px;
  font-size: 15px;
}
.footer p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.footer a {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .grid-2,
  .grid-3,
  .os-grid-3,
  .why-grid,
  .footer-grid,
  .os-header-grid {
    grid-template-columns: 1fr;
  }
  .why-card,
  .footer-item {
    border-right: none;
    border-bottom: 2px solid #ddd;
  }
}
.spasi {
  margin-bottom: 30px;
} /*Visi Misi 1 Box*/
.visi-misi-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  border-bottom: 5px solid #f78e31;
}
.visi-misi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
} /*Visi Misi2 Box*/
.visi-misi-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.visi-misi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
} /*Visi & Misi*/
.visi-box h3,
.misi-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0a8f5a;
}
.visi-box p {
  font-size: 15px;
  line-height: 1.8;
}
.misi-box ul {
  padding-left: 20px;
}
.misi-box ul li {
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .visi-misi-grid {
    grid-template-columns: 1fr;
  }
} /*Track Of Works*/
.Backround-white {
  background: #f7f8fa;
  min-height: 100vh;
}
.product-list {
  list-style: none;
  padding-left: 0;
}
.product-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}
.product-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0a8f5a;
  font-weight: bold;
}
.product-section {
  padding: 60px 0;
  background: #f4f4f4;
}
.product-grid {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
} /*Card*/
.product-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.product-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
} /*garis*/
.product-card .line {
  width: 80%;
  height: 2px;
  margin: 10px auto 20px;
  background: #22c55e;
  border-radius: 2px;
  margin-bottom: 18px;
} /*image*/

.green{
  color: #1ead52;
  font-weight: bold;
  font-size: 1rem;
}

.product-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 16px;
} /*deskripsi*/
.product-card p {
  font-size: 0.92rem;
  color: #6b7280;
  line-height: 1.55;
  margin-bottom: 20px;
  min-height: 66px;
} /*Button*/
.btn-green {
  margin-top: auto;
  align-self: center;
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.btn-demo {
  margin-top: 8px;
  align-self: center;
  display: inline-block;
  background: #8b8b8b;
  color: #fff;
  font-weight: 600;
  font-size: 0.6rem;
  padding: 2px 10px;
  border-radius: 10px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.btn-demo:hover {
  background: #6b6b6b;
  transform: scale(1.05);
} /*Track Of Works*/
.btn-green:hover {
  background: #16a34a;
  transform: scale(1.05);
} /*Track Of Works*/
.tracks-works {
  padding: 70px 0;
  background: #f7f8fa;
  font-family: Arial, Helvetica, sans-serif;
} /*Title*/
.tw-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
  text-transform: uppercase;
}
.tw-desc {
  margin-bottom: 40px;
  color: #555;
  font-size: 14px;
  max-width: 700px;
} /*Card Utama*/
.card-works {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.card-works:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
} /*Card Header */
.card-header {
  background: linear-gradient(135deg, #0a8f5a, #067a4b);
  color: #fff;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
} /*Body*/
.card-body {
  padding: 25px;
  background: #fff;
} /*Grid*/
.card-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  align-items: center;
} /* Image */
.card-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  object-fit: cover;
} /*Info*/
.card-info p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
.card-info strong {
  color: #0a8f5a;
}
@media (max-width: 768px) {
  .tw-title {
    font-size: 22px;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .card-image img {
    max-height: 220px;
  }
}
.contact-section {
  padding: 80px 0;
  background: #f4f4f4;
}
.contact-grid-single {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
} /* SOCIAL BOX */
.social-box {
  max-width: 460px;
  min-height: 180px;
  margin: 40px auto;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 35px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-box h4 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
} /* ICONS */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.social-icons a {
  width: 55px;
  height: 55px;
  background: #e4ece9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.social-icons a img {
  width: 38px;
  height: 38px;
  object-fit: contain;
} /* Hover */
.social-icons a:hover {
  transform: translateY(-6px);
}
.social-icons a:nth-child(1):hover {
  background: #25d366;
}
.social-icons a:nth-child(2):hover {
  background: #90d5ff;
}

@media (max-width: 992px) {
  .contact-grid-single {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .social-box {
    padding: 30px 25px;
  }
}
.footer-title-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-title-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
html,
body {
  overflow-x: hidden;
} /*Responsive*/
@media (max-width: 992px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .os-grid-3,
  .why-grid,
  .footer-grid,
  .product-grid,
  .visi-misi-grid,
  .os-header-grid,
  .contact-grid-single {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-item {
    padding: 0 15px;
    border-right: none;
    text-align: center;
  }
  .footer-item:not(:last-child) {
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
  }
  .footer-title-icon {
    justify-content: center;
  }
  .footer-item a {
    margin-bottom: 10px;
  }
}
.os-header {
  text-align: left;
}
.os-logo img {
  margin: right;
}
.os-card {
  max-width: 520px;
  margin: 0 auto;
}
.why-card {
  border-right: 2px solid #000000;
}
.why-card:last-child {
  border-bottom: auto;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .hamburger span {
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
  }

  /* DROPDOWN MENU (HAMBURGER ONLY) */
  .topbar-nav {
    position: absolute;
    top: 60px; /* jangan 5%, biar stabil */
    right: 16px;
    width: 200px;
    background: #0a8f5a;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    z-index: 999;

    /* hidden state */
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
    transition: all 0.25s ease;
  }

  .topbar-nav a {
    padding: 12px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
  }

  .topbar-nav a:last-child {
    border-bottom: none;
  }

  /* AKTIF SAAT HAMBURGER DIKLIK */
  .topbar-nav.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  @media (max-width: 480px) {
    .social-box {
      max-width: 90%;
      min-height: 160px;
      padding: 25px 20px;
    }
  }
  .topbar-nav a {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* gambar hero */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  z-index: 0;
}

/* konten di atas gambar */
.hero .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* overlay gradasi */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 35%,
    rgba(255, 255, 255, 0.5) 55%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 1;
}

/* konten di atas */
.hero .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.hero-logo {
  width: 420px;
}
@media (max-width: 1024px) {
  .hero {
    height: 27vh;
    min-height: 200px;
  }

  .hero-bg {
    object-position: center 12%;
  }

  .hero .container {
    justify-content: center;
  }

  .hero-grid {
    text-align: center;
  }

  .hero-logo {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .footer-grid::after {
    display: none;
  }
}

.cardds {
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #33cccc;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.cardds:hover {
  transform: translateY(-10px);
}
.cardds img {
  width: 50%;
  border-radius: 6px;
}

.trusted {
  padding: 32px 16px;
  text-align: center;
}

.trusted h2 {
  font-size: clamp(18px, 4vw, 34px);
  margin-bottom: 20px;
  font-weight: 600;
}

/* ===== SLIDER ===== */
.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* ===== TRACK ===== */
.logo-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: scrollHorizontal 20s linear infinite;
}

/* ===== LOGO ===== */
.logo-track img {
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ===== TABLET ===== */
@media (min-width: 768px) {
  .logo-track img {
    height: 70px;
  }
}

/* ===== DESKTOP ===== */
@media (min-width: 1024px) {
  .logo-track img {
    height: 85px;
  }
}

/* ===== ANIMASI ===== */
@keyframes scrollHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.mobile-text {
  display: none;
}

.desktop-text {
  display: inline;
}
/* HERO TEXT */
.hero-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  color: #0a8f5a;
}

.hero-desc {
  max-width: 420px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  max-width: 50%;
}
/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .hero-bg {
    object-position: center 14%;
  }

  .hero-grid {
    text-align: left;
  }

  .hero-left {
    align-items: flex-start;
  }

  .hero-logo {
    width: 200px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .hero-title {
    font-size: 18px;
    text-align: left;
  }

  .hero-desc {
    font-size: 12px;
    max-width: 50%;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: -40px 0;
  }

  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: block;
  }

  .hero-bg {
    object-position: center 17%;
  }

  .hero .container {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 200px;
  }

  .hero-grid {
    text-align: left;
  }

  /* LOGO */
  .hero-logo {
    width: 90px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  /* JUDUL */
  .hero-title {
    font-size: 8px;
    margin-top: 6px;
    line-height: 1.3;
  }

  /* DESKRIPSI */
  .hero-desc {
    font-size: 8px;
    line-height: 1.5;
    max-width: 60%;
  }

  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: block;
  }
}
