@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* VARIABLES */
:root {
  --c-dark: #212529;
  --c-brand: #be8314;
  --c-brand-light: #ffffffe5; 
  --c-brand-rgb: rgb(20, 190, 71);
  --c-body: #4b4946;
  --font-base: "generalsans", sans-serif;
  --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
  --transition: alll 0.5s ease;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: var(--c-body);
}

h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, h5, .h6 {
  font-weight: 600;
  color: var(--c-dark);
}

a{
  text-decoration: none;
  color: var(--c-brand);
  transition: var(--transition);
}

a:hover {
  color: var(--c-brand-light);
}

img {
  max-width: 150px;
  height: auto;
}


.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bg-cover{
  background-position: center !important;
  background-size: cover !important;
  background-position: center !important;
}


/* navbar */
.navbar {
  box-shadow: var(--box-shadow);
}
.navbar .navbar-nav .nav-link:hover{
  color: #be8314;
  text-decoration: underline;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  color: var(--c-dark);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--c-brand);
}


/* BTN */
.btn {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px, 24px;
}

.btn-brand {
  background-color: var(--c-brand) !important;
  border-color: var(--c-brand) !important;
  color: white !important;
}

.btn-brand:hover {
  background-color: white !important;
  border-color: white !important;
  color: gray !important;
}

.hero {
  position: relative;
  background: url('../image/Monitoring\ sistem\ fix.jpg') no-repeat center center/cover;
  height: 100vh;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
}

/* Footer */
footer {
  background-color: #20262E;
  color: #ffffff;
  padding: 40px 20px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: orange;
}
.social-icons a {
  margin-right: 15px;
  color: #ffffff;
  font-size: 20px;
}
.social-icons a:hover {
  color: orange;
}
.menu-list a {
  display: block;
  margin-bottom: 10px;
}
.subscribe input {
  margin-bottom: 10px;
}

/*Kontent Mobile */
.content-section {
  padding: 60px 0;
  text-align: center;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}

.watermark {
  width: 150px;
  height: auto;
  opacity: 0.9;
  margin: 0 auto;
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-content {
  flex: 1;
  padding-right: 30px;
}

.right-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-image {
  min-width: 1100px;
  height: auto;
  margin-left: -100px;
  margin-right: -500px;
}

.side-image {
  width: 600px;
  height: auto;
  max-width: none;
}

.description {
  text-align: justify;
  font-size: 19px;
  margin-bottom: 20px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .image-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .left-content {
    padding: 0;
  }

  .main-image {
    margin-left: -400px;
    max-width: 220px;
  }

  .side-image {
    margin-left: -50px;
    width: 460px;
  }

  .description {
    font-size: 17px;
    text-align: center;
    padding: 0 15px;
  }

  .title {
    font-size: 24px;
  }
}

/* Kontent Mobile Skala Industri */
.content-container {
  position: relative;
  background:  linear-gradient(rgba(156, 219, 243, 0.65), rgb(156, 219, 243, 0.65)), url('../image/Background\ Panel\ Pabrik.jpg') no-repeat center center/cover;
  padding: 0 0 5%;
  width: 100%;
  max-height: auto;
}

/* Card Judul */
.content-title {
  background: white;
  padding: 12x 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  max-width: 800px;
  margin: 5px auto;
}

.title-text{
  background-color: rgba(255, 255, 255, 0.70);
  height: auto;
  border-radius: 10px;
}

.title-text2{
  background-color: rgba(255, 255, 255, 0.70);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  border-radius: 10px;
}

.text-content1{
  margin-left: 2%;
}

.text-content{
  margin-top: 20px;
  padding: auto;
}

.content {
  position: relative;
  z-index: 34;
  padding: 2rem;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
img.mockup {
  max-width: 30%; /* Mengurangi ukuran gambar mockup */
}
.text-container {
  max-width: 40%; /* Membatasi lebar teks agar tidak terlalu kekanan */
}

@media screen and (max-width: 600px) {
  .main-content {
    padding: 12px;
    max-width: 100%;
  }

  .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .text-container {
    max-width: 90%;
      text-align: center;
      padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .d-flex {
      flex-direction: column;
      align-items: center;
  }
  img.mockup {
      max-width: 80%;
  }
  .text-container {
      max-width: 90%;
      text-align: center;
      padding-left: 0 !important;
  }
}

/* Background */
.background-komersial {
  position: relative;
  background: linear-gradient(rgba(156, 219, 243, 0.65), rgb(156, 219, 243, 0.65)), url('../image/tampilan\ drone\ PLTS.jpeg') center/cover no-repeat;
  width: 100%;
  min-height: min-content;
  padding: 0 0;
}

.komersial-text{
  justify-content: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  padding: 50px 0;
}
.fade-in {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.card-custom {
  border-radius: 8%;
  padding: 15px;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.watermark {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.watermark img {
  width: 200%;
  height: auto;
}
.img-fluid {
  max-width: 200%;
  height: auto;
}

.img-fluide {
  max-width: 830px;
  height: auto;
  margin-left: -70px;
}

.img-tangan{
  position: relative;
  margin-top: 5px;
  margin-left: -100px;
  max-width: 800px;
  height: auto;
  margin-bottom: auto;
}

/* konten isi data pribadi*/
.full-width-section {
  position: relative;
  background: url('../image/background\ PLTS.jpg') no-repeat center center/cover;
  width: 100%;
  min-height: 600px;
}
.full-width-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 20%);
}
.card-right {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-left: 5%;
  transform: translateY(-48%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}

.text-bold{
  font-size: 13px;
}
.btn-custom {
  background: var(--c-brand);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}
.terms {
  font-size: 12px;
  color: gray;
}
.btn-custom:hover {
  background-color: white !important;
  border-color: white !important;
  color: gray !important;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.checklist li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.checklist li::before {
  content: '\2714';
  color: #34C759;
  font-weight: bold;
  margin-right: 1rem;
}


/* Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Modal Box */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: justify;/* Membuat teks rata kanan-kiri */
  align-items: right; 
  width: 90%; /* Ukuran modal menyesuaikan layar */
  max-width: 900px; /* Maksimal lebar modal */
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Input Fields */
input {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #555;
}

/* Placeholder Styling */
input::placeholder {
  color: #bbb;
  font-style: italic;
}

/* Modal Footer (Button Area) */
.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Checkbox Group */
.checkbox-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}


/* Button Styling */
button {
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

/* Tambahkan Efek Error untuk Input Kosong */
.error {
  border: 2px solid red !important;
  background-color: #ffecec;
}


.label-name {
  all: unset; /* Reset semua style bawaan atau global */
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  direction: ltr;
  font-family: sans-serif; /* biar rapi */
}

.kotak-ceklist {
  width: 16px;
  height: 16px;
}

@media (max-widht: 768px) {
  .img-fluid {
    max-width: 200%;
    height: auto;
  }
}