/* Definisikan animasi dengan keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Terapkan animasi ke section */
section {
    animation: fadeIn 1s ease-out;
}

*{
    font-family: "Roboto", sans-serif;
}

/* Primary Header styles */
#header-primary {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #0084a5;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    z-index: 999;
    transition: transform 0.3s ease, visibility 0.3s ease;
    transform: translateY(0); /* Initial state (visible) */
    visibility: visible; /* Initial state (visible) */
    border-bottom: 1px solid #dddddd; /* Add border to create separator line */
}
.conhe{
    height: 70%; /* Ensure container takes full height of the header */
    display: flex;
    align-items: center; 
}

/* Flexbox for rows */
.header-row {
    display: flex;
    justify-content: space-between; /* Distribute space between left and right */
    align-items: center; /* Center items vertically */
    width: 100%; /* Ensure row takes full width of the container */
    margin: 0; /* Remove any margin */
}

/* Flex items styling */
.header-left, .header-right {
    flex: 1; /* Allow items to grow and shrink */
}

.header-left {
    text-align: left; /* Align text to the left */
    flex: 1 1 60%;
}

.header-right {
    text-align: right; /* Align text to the right */
    flex: 1 1 40%;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 60%; /* Sesuaikan lebar */
}
.marquee-content {
    display: inline-block;
    animation: marquee 10s linear infinite;
}
@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Menu Header styles */
#header-menu {
    position: fixed;
    top: 50px; /* Initially positioned below the primary header */
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 100px;
    text-align: center;
    z-index: 999; /* Lower than primary header */
    transition: top 0.3s ease;
}

/* Hide primary header by moving it up */
#header-primary.hidden {
    transform: translateY(-100%); /* Move it up by 100% of its height */
    visibility: hidden; /* Hide it */
}

/* Content styles */
.content {
    padding-top: 140px; /* Ensure enough space for both headers initially */
}

.content2 {
    padding-top: 30px; /* Ensure enough space for both headers initially */
}

#header-menu .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-menu .navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-link {
    margin-left: 15px; /* Adjust spacing between links */
}

.navbar-brand img{
	height: 55px;
	width: auto;
}

.hov{
    color: #ffffff; 
    text-decoration : none;
    font-family: 'Lexend', sans-serif;
}

.hov:hover{
    color:#c49f08;
    transition: color 1s ease;
}

.nav-link{
	color: #212121 !important;
	font-weight: 500;
    font-size: 15px;
    transition: all 200ms linear;
    position: relative;
	padding: 6px 12px !important;
	display: inline-block;
}

.nav-link:hover{
	color: #0084a5 !important;
}

.nav-link.active{
	color: #0084a5 !important;
    border: 1px solid #cacaca;
    border-radius: 12px; /* Rounded corners */
}

.nav-link:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #0084a5 ;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-link:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-link.active:hover:after{
	opacity: 0;
}
.nav-link{
	position: relative;
    transition: all 200ms linear;
}

.sec2 {
    padding-top: 25px;
    margin-left: 90px;
    margin-right: 90px;
    font-size: 35px;
}

.divider {
    border-top: 1px solid #333; /* Thickness and color of the line */
    margin-left: 10px;
    margin-bottom: 25px;
    width: 80%; /* Full width */
}

.divider2 {
    border-top: 1px solid #b1b1b1; /* Thickness and color of the line */
    margin-left: 10px;
    width: 90%; /* Full width */
}

.rounded-button {
    background-color: #0084a5 ; /* Warna latar belakang */
    color: white; /* Warna teks */
    border: none; /* Menghilangkan border default */
    padding: 10px 15px; /* Padding dalam tombol */
    text-align: center; /* Teks rata tengah */
    text-decoration: none; /* Menghilangkan underline */
    display: inline-block; /* Memastikan tombol tidak mengisi lebar penuh */
    font-size: 14px; /* Ukuran font */
    border-radius: 15px; /* Membulatkan sudut tombol */
    cursor: pointer; /* Menampilkan pointer saat hover */
    transition: background-color 0.3s; /* Transisi halus pada perubahan warna */
    width: 30%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    margin-left: 10px;
}

.rounded-button:hover {
    background-color: #004e61 ; /* Warna latar belakang saat hover */
    color: white;
}

.mengapa {
    background-color: #f5f5f5;
    border-radius: 15px;
    margin-left: 10px;
}

.tiapcol{
    font-size: 15px; 
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white; 
    border-radius: 25px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px; 
}

.sec3 img{
    max-width: 90%;
    height: auto;
}

.rowus{
    margin-right: 80px;
}

.highlight-red{
    color: #0084a5;
}

.kekontak {
    margin-left: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    background-color:white;
    margin-top: 35px;
    margin-bottom: 45px;
    border-radius: 15px;
    padding: 0;
    
}
  
  .flex-item {
    box-sizing: border-box;
  }

  .item1{
    flex: 1 1 60%;
    padding: 17px; 
    background-color:white;
    border-radius: 15px 0 0 15px; 
    font-size:13px; 
    color:darkgrey;
    text-align: center !important;
  }

  .item2{
    flex: 1 1 40%;
    padding: 17px; 
    background-color:#0084a5;
    border-radius: 0 15px 15px 0; 
    color:white;
    font-size:13px;
    text-align: center !important;
  }

.batu{
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0; /* Centering columns in the grid */
    width: 250px; /* Ensures the column takes full width available */
    flex: 1 1 calc(25% - 15px); 
    box-sizing: border-box;
}

.batukosong{
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0; /* Centering columns in the grid */
    width: 250px; /* Ensures the column takes full width available */
    flex: 1 1 calc(25% - 15px); 
    box-sizing: border-box;
}

.batu img{
    width: 100%;
    height: auto;
}

.batu2{
    background-color: white;
    padding: 0;
    margin: 0; /* Centering columns in the grid */
    width: 250px; /* Ensures the column takes full width available */
    flex: 1 1 calc(25% - 15px); 
    box-sizing: border-box;
}

.batu2 img{
    width: 100%;
    height: auto;
}

.batu2kosong{
    padding: 0;
    margin: 0; /* Centering columns in the grid */
    width: 250px; /* Ensures the column takes full width available */
    flex: 1 1 calc(25% - 15px); 
    box-sizing: border-box;
}

.rounded-button2 {
    background-color: #0084a5; /* Warna latar belakang */
    color: white; /* Warna teks */
    border: none; /* Menghilangkan border default */
    padding: 11px 16px; /* Padding dalam tombol */
    text-align: center; /* Teks rata tengah */
    text-decoration: none; /* Menghilangkan underline */
    display: inline-block; /* Memastikan tombol tidak mengisi lebar penuh */
    font-size: 12px; /* Ukuran font */
    border-radius: 20px; /* Membulatkan sudut tombol */
    cursor: pointer; /* Menampilkan pointer saat hover */
    transition: background-color 0.3s; /* Transisi halus pada perubahan warna */
    width: 55%;
    margin-bottom: 25px;
    margin-left: 10px;
}

.leichtlogo{
    width: 25%;
}

.leichtlogo2{
    width: 35%;
}

.rounded-button2:hover {
    background-color: #004e61; /* Warna latar belakang saat hover */
    color: white;
}

.rounded-button3 {
    background-color: #00171d; /* Warna latar belakang */
    color: white; /* Warna teks */
    border: none; /* Menghilangkan border default */
    padding: 18px 25px; /* Padding dalam tombol */
    text-align: center; /* Teks rata tengah */
    text-decoration: none; /* Menghilangkan underline */
    display: inline-block; /* Memastikan tombol tidak mengisi lebar penuh */
    font-size: 12px; /* Ukuran font */
    border-radius: 30px; /* Membulatkan sudut tombol */
    cursor: pointer; /* Menampilkan pointer saat hover */
    transition: background-color 0.3s; /* Transisi halus pada perubahan warna */
    width: 40%;
    margin-top:10px;
}

.rounded-button3:hover {
    background-color: #004758; /* Warna latar belakang saat hover */
    color: white;
}

.rounded-button4 {
    background-color: white; /* Warna latar belakang */
    color: #0084a5; /* Warna teks */
    border: none; /* Menghilangkan border default */
    padding: 15px 25px; /* Padding dalam tombol */
    text-align: center; /* Teks rata tengah */
    text-decoration: none; /* Menghilangkan underline */
    display: inline-block; /* Memastikan tombol tidak mengisi lebar penuh */
    border-radius: 0; /* Membulatkan sudut tombol */
    cursor: pointer; /* Menampilkan pointer saat hover */
    transition: background-color 0.3s; /* Transisi halus pada perubahan warna */
    width: 170px;
    margin-top:15px;
}

.rounded-button4:hover {
    background-color: #015d74; /* Warna latar belakang saat hover */
    color: white;
}

/* Styling umum untuk tombol navigasi */
.owl-nav button {
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px; /* Ukuran ikon */
    width: 40px; /* Lebar tombol */
    height: 40px; /* Tinggi tombol */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%; /* Menempatkan tombol di tengah vertikal */
    transform: translateY(-50%); /* Memusatkan tombol secara vertikal */
    transition: background 0.3s ease;
}

/* Posisi tombol navigasi 'Prev' */
.owl-nav .owl-prev {
    left: 10px; /* Posisi dari sisi kiri */
}

/* Posisi tombol navigasi 'Next' */
.owl-nav .owl-next {
    right: 10px; /* Posisi dari sisi kanan */
}

/* Efek hover untuk tombol navigasi */
.owl-nav button:hover {
    background: #3C8D6C; /* Warna latar belakang saat hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Bayangan saat hover */
}

.item {
    background: white;
    color: black;
    text-align: center;
    padding: 0;
    margin: 5px;
    transition: transform 0.5s ease-in-out; /* Ensure smooth transition */
}

.col1, .col2 {
    display: flex;
  }

  .col1{
    flex: 1 1 60%;
  }

  .col2{
    flex: 1 1 40%;
    justify-content: flex-end;
  }
  
  .c2 {
    display: flex;
    justify-content: flex-end;
    align-items: center; /* Memastikan tombol berada di tengah secara vertikal */
  }

  .why {
    background-color: rgb(255, 255, 255);
    flex: 1 1 30%;
    padding: 8px; 
    box-sizing: border-box;
    border-radius: 20px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
  }

  .kotakdalam {
    padding: 25px; 
    box-sizing: border-box;
    border-radius: 20px; 
    border: 1px solid #0084a5;
    height: 100%;
  }

  .judulwhy {
    font-size: 17px;
    margin-bottom:10px;
  }

  .untuki{
    color: #0084a5;
    font-size: 30px; 
    margin-right:10px;
  }

  .pwhy {
    font-size: 15px; 
    margin:0;
    padding:0;
  }

  .inform1 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    flex: 1 1 30%;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
  }

  .inform2 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    flex: 1 1 30%;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 15px;
  }

  .informpage {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    flex: 1 1 30%;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
  }

  .prodpage {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    flex: 1 1 30%;
    box-sizing: border-box;
    font-weight: 500;
    margin: 0;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .inform3 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    background-color: #424242;
    color: white;
    flex: 1 1 30%;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
  }

  .news {
    flex: 1 1 30%;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }

  .newskosong {
    flex: 1 1 30%;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  .titlenews{
    color: #0084a5; 
  }

  .titlenews:hover{
    color: black;
  }

  .titleart2{
    color: black; 
  }

  .titleart2:hover{
    color: #0084a5;
  }

  .titleart3{
    color: rgb(48, 48, 48); 
    position: relative;
  }

  .titleart3:hover{
    color: #0084a5;
    transition: transform 0.3s ease;
    
  }
  
.titleart3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0084a5; /* Ganti warna sesuai keinginan */
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}
.titleart3:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    color: #0084a5;
}

  .floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    transition: padding-bottom 0.3s ease;
}

.btnfloat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btnfloat:hover {
    background-color: #555;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.scroll-top {
    background-color: #007bff;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s; /* Menambahkan transisi untuk opacity dan visibility */
    opacity: 0; /* Tidak terlihat secara default */
    visibility: hidden; /* Tidak terlihat secara default */
}

.scroll-top.visible {
    opacity: 1; /* Menjadi terlihat */
    visibility: visible; /* Menjadi terlihat */
}

.scroll-top:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

.scroll-top .icon {
    display: inline-block; /* Membuat ikon menjadi inline-block agar animasi dapat diterapkan */
    transition: transform 0.3s ease; /* Transisi untuk animasi */
}

.scroll-top:hover .icon {
    animation: moveEffect 1s ease-in-out infinite; /* Menambahkan animasi saat di-hover */
}

@keyframes moveEffect {
    0% {
        transform: translateY(0); /* Posisi awal */
    }
    50% {
        transform: translateY(-10px); /* Bergerak ke atas 10px */
    }
    100% {
        transform: translateY(0); /* Kembali ke posisi awal */
    }
}

.instagram {
    background-color: #e4405f;
}

.instagram:hover {
    background-color: #c13584;
}

.phone {
    background-color: #25d366;
}

.phone:hover {
    background-color: #128c7e;
}

.whatsapp {
    background-color: #25d366;
}

.whatsapp:hover {
    background-color: #128c7e;
}

.sectentang{
    margin-top:140px;
}

.secproduk{
    margin-top:140px;
}

.butshow {
    display: block;
    margin: 10 0;
    padding: 6px 15px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    border: 0;
    background-color: #0084a5;
    color: white;
    font-weight: 500px;
    text-align: start;
}

.additionalContent {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out, padding 0.5s ease-out;
    padding: 0;
    background-color: white;
}
.toggleButton:hover {
    background-color: #005368;
}

/* Ikon panah ke bawah */
.arrow-down:before {
    content: "\f078"; /* Unicode untuk panah ke bawah */
}

/* Ikon panah ke atas */
.arrow-up:before {
    content: "\f077"; /* Unicode untuk panah ke atas */
}

/* Style tambahan untuk tombol */
.toggleButton i {
    margin-right: 8px;
    font-family: "Font Awesome 5 Free"; /* Pastikan font awesome digunakan */
}

/* Ikon panah saat konten terlihat */
.additionalContent.visible + .toggleButton i {
    content: "\f077"; /* Ganti dengan panah ke atas */
}

.additionalContent.visible {
    max-height: 1000px; /* Atau nilai yang lebih besar dari tinggi maksimum konten */
    opacity: 1;
}

.secgaleri{
    margin-top:140px;
}

.seckontak{
    margin-top:140px;
}

.secartikel{
    margin-top:140px;
}

.gal1 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    flex: 1 1 100%;
    box-sizing: border-box;
    margin: 0;
}

.gal2, .gal3, .gal4, .gal5, .gal6, .gal7, .gal8, .gal9 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    justify-content: center;  /* Posisikan konten secara horizontal di tengah */
    align-items: center;      /* Posisikan konten secara vertikal di tengah */
    flex: 1 1 calc(25% - 15px); 
    box-sizing: border-box;
    margin: 0;
}

.gallery-item {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
}

.modal-content {
    position: relative;
    margin: auto;
    max-width: 500px;
    max-height: auto;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    object-fit: contain; /* Menjaga gambar tetap terlihat tanpa terpotong */
    object-position: center; /* Menjaga gambar tetap terpusat dalam modal */
    z-index: 1000; /* Menempatkan caption di atas gambar */
}

body.modal-open {
    overflow: hidden; /* Mencegah scroll pada body saat modal terbuka */
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Efek transparan */
    backdrop-filter: blur(20px); /* Efek blur */
    display: none; /* Sembunyikan secara default */
    z-index: 1000; /* Lebih rendah dari modal */
    pointer-events: auto; /* Pastikan overlay dapat menangkap klik */
}

.caption {
    position: absolute;
    top: 10px; /* Jarak dari atas */
    left: 50%; /* Jarak dari kiri */
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1001;
    margin-bottom: 20px; /* Jarak antara caption dan gambar */
}

.modal-content img {
    width: 100%;
    height: auto;
    z-index: 3000;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1002;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
    z-index: 1002;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Styling untuk iframe agar responsive */
.map-container {
    position: relative;
    padding-bottom: 40.25%; /* Aspect Ratio 16:9 */
    height: 0;
    overflow: hidden;
    height: auto;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.kon1 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */   
    color: rgb(0, 0, 0);
    flex: 1 1 35%;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
}

.kon1 a, .kon2 a{
    color: #000000;
    text-decoration: none;
}

.kon2 p{
    font-weight: 500;
}

.kon1 p {
    padding-left: 10px;
    padding-right: 10px;
    margin:5px;
}

.kon2 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */
    flex: 1 1 60%; 
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e9e9e9;
    margin: 0;
    padding: 20px;
}

.art1 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */   
    color: rgb(0, 0, 0);
    flex: 1 1 70%;
    box-sizing: border-box;
    margin: 0;
    padding-right: 55px;
}

.art2 {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */
    flex: 1 1 25%; 
    box-sizing: border-box;
    background-color: #e9e9e9;
    margin: 0;
    padding: 20px;
}

.artpageleft {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */   
    color: rgb(0, 0, 0);
    flex: 1 1 48%;
    box-sizing: border-box;
}

.artpageright {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-end;  /* Posisikan konten ke kiri */
    flex: 1 1 48%; 
    box-sizing: border-box;
    text-align: end;
}

.img-art {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */ 
    flex: 1 1 25%;
    box-sizing: border-box;
}

.title-art {
    display: flex;            /* Menjadikan div sebagai kontainer flexbox */
    flex-direction: column;   /* Menyusun konten secara vertikal */
    justify-content: flex-start; /* Posisikan konten dari atas */
    align-items: flex-start;  /* Posisikan konten ke kiri */
    padding-top: 0 !important;
    margin-top: 0 !important;
    flex: 1 1 65%; 
    box-sizing: border-box;
}

.kon2 button:hover {
    background-color: #0056b3;
}

.art1 button:hover {
    background-color: #0056b3;
}

.form{
    width:100%;
    height:100%;
    box-sizing:border-box;
    position:relative
}

input::placeholder {
    color: rgba(0, 0, 0, 0.3); /* Warna hitam dengan transparansi 50% */
}

textarea::placeholder {
    color: rgba(0, 0, 0, 0.3); /* Warna hitam dengan transparansi 50% */
}

.kon2 input{
    width:100%;
    padding:5px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family:'Montserrat',sans-serif;
    transition:all .3s;
    border-bottom:2px solid #bebed2
}

.kon2 input:focus{
    border-bottom:2px solid #78788c
}

.kon2 textarea{
    width:100%;
    padding:5px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family:'Montserrat',sans-serif;
    transition:all .3s;
    border-bottom:2px solid #bebed2
}

.kon2 textarea:focus{
    border-bottom:2px solid #78788c
}


.kon2 p:before{
    content:attr(type);
    display:block;
    font-size:14px;
    color:#252525
}

.kon2 button{
    float:start;
    width:70%;
    padding:8px 12px;
    margin:8px 0 0;
    font-family:'Montserrat',sans-serif;
    border:2px solid #78788c;
    background:0;
    color:#5a5a6e;
    cursor:pointer;
    transition:all .3s
}

.kon2 button:hover{
    background:#78788c;
    color:#fff
}

.art1 input{
    width:100%;
    padding:5px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family:'Montserrat',sans-serif;
    transition:all .3s;
    border-bottom:2px solid #bebed2
}

.art1 input:focus{
    border-bottom:2px solid #78788c
}

.art1 textarea{
    width:100%;
    padding:5px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family:'Montserrat',sans-serif;
    transition:all .3s;
    border-bottom:2px solid #bebed2
}

.art1 textarea:focus{
    border-bottom:2px solid #78788c
}


.art1 p:before{
    content:attr(type);
    display:block;
    font-size:14px;
    color:#252525
}

.art1 button{
    float:start;
    width:70%;
    padding:8px 12px;
    margin:8px 0 0;
    margin-bottom:25px;
    font-family:'Montserrat',sans-serif;
    border:0 solid #78788c;
    background-color:#0084a5;
    color: white;
    border-radius: 15px;
    cursor:pointer;
    transition:all .3s
}

.art1 button:hover{
    background:#014b5e;
    color:#fff
}

.tombolflex1{
    flex: 1 1 50%; 
}

.tombolflex2{
    flex: 1 1 50%;
}

.tombolflex2 button{
    width:60%;
}

.space{
    margin-bottom: 140px;
}


.page {
    display: none;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(250, 250, 250); /* Lebih ringan dari sebelumnya */
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px; /* Tambahkan padding untuk jarak yang lebih baik */
}

.search-overlay.show {
    display: flex;
}

.search-bar-container {
    position: relative; /* Ensure container is positioned relative */
    width: 100%;
    max-width: 500px;
    margin: 0 auto; /* Center container */
    margin-bottom: 15px; /* Margin below the search bar */
}

.search-bar {
    padding: 12px 16px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding-left: 40px; /* Space for the icon */
    box-sizing: border-box;
}

.search-icon {
    position: absolute;
    left: 12px; /* Distance from the left */
    top: 50%;
    transform: translateY(-50%); /* Vertical center */
    font-size: 18px; /* Icon size */
    color: #3b3b3b; /* Icon color */
    pointer-events: none; /* Do not interfere with clicks */
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px; /* Jarak antar tab */
    margin-bottom: 16px;
}

.tab {
    padding: 12px 24px;
    background-color: transparent; /* Tidak ada latar belakang */
    border: none; /* Hilangkan border default */
    color: #808080; /* Warna teks default */
    cursor: pointer;
    font-size: 16px; /* Ukuran font */
    position: relative; /* Untuk pseudo-element */
    transition: color 0.3s; /* Transisi warna teks */
}

.tab.active {
    color: #0084a5; /* Warna teks tab aktif */
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px; /* Ketebalan garis bawah */
    background-color: #0084a5; /* Warna garis bawah aktif */
    border-radius: 2px; /* Sedikit radius pada garis bawah */
    transition: width 0.3s; /* Transisi lebar garis bawah */
}

.tab:hover {
    color: #0084a5; /* Warna teks saat hover */
}

.tab:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px; /* Ketebalan garis bawah saat hover */
    background-color: #0084a5; /* Warna garis bawah saat hover */
    border-radius: 2px; /* Sedikit radius pada garis bawah */
    transition: width 0.3s; /* Transisi lebar garis bawah saat hover */
}

.search-results {
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    max-width: 400px;
    background: transparent; /* Set background menjadi transparan */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Bayangan lebih lembut */
    padding: 0; /* Hapus padding jika perlu */
}

.search-results .item {
    background: #f9f9f9; /* Warna latar belakang item yang lebih terang */
    padding: 12px;
    border-bottom: 1px solid #ddd; /* Garis bawah yang lebih terang */
    cursor: pointer;
    transition: background-color 0.3s; /* Transisi warna latar belakang */
}

.search-results .item:hover {
    background: #bed1d6; /* Latar belakang item saat hover */
}

.no-results {
    background: transparent; /* Set background menjadi transparan */
    color: #777; /* Warna teks lebih lembut */
    text-align: center;
    padding: 12px;
    font-size: 16px; /* Ukuran font yang sedikit lebih besar */
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #272727;
    font-size: 35px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #0084a5; /* Warna merah saat hover */
}

.no-scroll {
    overflow: hidden;
}

.texthink{
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    margin:0;
    margin-top:15px;
}

.think{
    padding:90px 0;
}

.isithink{
    font-size:15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    margin-bottom:10px;
    line-height: 22px;
    padding: 0;
}

.close-button {
    display: none;
  }

  /* Responsive Styles */
@media (max-width: 991px) {
    /* Hide primary header on mobile devices */
    #header-primary {
        display: none; /* Hide the header-primary on small screens */
    }

    #header-menu {
        position: fixed;
        top: 0; /* Initially positioned below the primary header */
        left: 0;
        width: 100%;
        background-color: #ffffff;
        color: #000000;
        padding: 5px 5px;
        text-align: center;
        z-index: 999; /* Lower than primary header */
        transition: top 0.3s ease; /* Smooth transition */
    }

    /* Style for when the navbar is collapsed (on smaller screens) */

.navbar-nav {
    gap: 10px;
    padding: 10px;
    height: 100vh;
}


    .navbar-brand img{
        height: 35px;
        width: auto;
    }
    
    /* Adjust content padding to avoid overlap with header-menu */
    .content {
        padding-top: 70px; /* Adjust based on header-menu height */
    }

    .content2 {
        padding-top: 70px; /* Adjust based on header-menu height */
    }

    .sec2 {
        margin-left: 20px;
        margin-right: 40px;
        font-size: 23px;
    }
    
    .divider {
        border-top: 1px solid #333; /* Thickness and color of the line */
        margin-left: 10px;
        margin-bottom: 25px;
        width: 100%; /* Full width */
    }
    
    .rounded-button {
        width: 55%;
        margin-bottom: 25px;
        font-size: 13px;
    }
    
    .rounded-button:hover {
        background-color: #006e8a; /* Warna latar belakang saat hover */
        color: white;
    }

    .tiapcol{
        margin-top: 8px;
        padding: 10px; /* Padding yang lebih besar untuk jarak lebih baik */
    }

    .mengapa {
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .rowm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rowus{
        margin-right: 10px;
    }

    .kiri {
        order: 2;
        margin-bottom: 10px; /* Kolom kiri akan berada di atas pada tampilan mobile */
    }
    .kanan {
        order: 1; /* Kolom kanan akan berada di bawah pada tampilan mobile */
    }
      

    .sec4{
        padding-left: 10px;
        padding-right: 10px;
    }

    .kotakbatu {
        padding-left: 25px;
        padding-right: 25px;
    }

    .kekontak {
        margin-left: 0;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        margin-top: 40px;
        margin-bottom: 40px;
        
    }

    .batu{
        flex: 1 1 calc(50% - 15px); 
    }

    .batu2{
        flex: 1 1 100%; 
        margin-left: 20px;
        margin-right: 20px;
    }

    .leichtlogo2{
        width: 60%;
    }

    .rounded-button2 {
        padding: 11px 16px; /* Padding dalam tombol */
        width: 65%;
        margin-bottom: 25px;
        margin-left: 10px;
    }

    .col1{
        flex: 1 1 100%;
      }
    
      .col2{
        flex: 1 1 100%;
        justify-content: flex-start ;
        margin-top: 10px;
      }

      .conmore {
        padding-left: 20px;
        padding-right: 20px;
      }

      .leichtlogo{
        width: 50%;
    }

      .rounded-button3 {
        padding: 18px 25px; /* Padding dalam tombol */
        width: 50%;
        margin-top:15px;
    }

    .why {
        background-color: rgb(255, 255, 255);
        flex: 1 1 100%;
        margin-bottom: 0;
      }

      .conwhy {
        padding-left: 20px;
        padding-right: 20px;
      }

      .news {
        flex: 1 1 100%;
      }

      .connews {
        padding-left: 20px;
        padding-right: 20px;
      }

      .inform1{
        display: none;
      }

      .inform3{
        display: none;
      }

      .exptentang {
        display: none;
      }

      .secproduk{
        margin-top:70px;
    }

    .sectentang{
        margin-top:60px;
    }

    .secgaleri{
        margin-top:60px;
    }

    .seckontak{
        margin-top:60px;
    }

    .secartikel{
        margin-top:60px;
    }

    .map-container {
        padding-bottom: 75%; /* Aspect Ratio 16:9 */
    }
    .tombolflex1{
        flex: 1 1 40%; 
    }
    
    .tombolflex2{
        flex: 1 1 60%;
    }

    .tombolflex2 button{
        width:90%;
    }

    .art1 {
        flex: 1 1 100%;
        padding-right: 0;
    }
    
    .art2 {
        flex: 1 1 100%; 
    }

    .artpageleft {
        flex: 1 1 100%;
        align-items: flex-start;  /* Posisikan konten ke kiri */

    }

    .artpageright {
        margin-top:10px;
        display: flex;            /* Menjadikan div sebagai kontainer flexbox */
        flex-direction: column;   /* Menyusun konten secara vertikal */
        justify-content: flex-start; /* Posisikan konten dari atas */
        align-items: flex-start;  /* Posisikan konten ke kiri */
        flex: 1 1 100%; 
        box-sizing: border-box;
        text-align: start;
    }

    .space{
        margin-bottom: 80px;
    }
    
    .batukosong{
        flex: 1 1 calc(50% - 15px);
    }

    .kon1 {
        padding-left: 0;
        margin-left:0;
    }

    .texthink{
        font-size: 41px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

    /* Overlay untuk blur efek */
.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Warna gelap semi-transparan */
    backdrop-filter: blur(8px); /* Efek blur */
    z-index: 998 !important; /* Di bawah menu */
    opacity: 0; /* Awalnya tidak terlihat */
  visibility: hidden; /* Sembunyikan awalnya */
  transition: opacity 0.5s ease, visibility 0s 0.5s; /* Sembunyikan awalnya */
  }

  .blur-overlay.active {
    opacity: 1; /* Aktifkan opasitas */
    visibility: visible; /* Tampilkan overlay */
    transition: opacity 0.5s ease; /* Transisi halus */
  }
  
  /* Navbar muncul dari kanan */
  .navbar-collapse.show {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 70px;
    width: 300px;
    background-color: white;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
    z-index: 1050 !important; /* Agar di atas overlay */
  }
  
  /* Navbar tersembunyi */
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-color: white;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }
  
  /* Tombol close berada di pojok kanan atas */
.close-button {
    display: block;
    position: absolute; /* Tetapkan posisi absolut */
    top: 30px; /* Jarak dari atas */
    right: 20px; /* Jarak dari kanan */
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    z-index: 1060; /* Di atas overlay dan navbar */
  }
  
}