
html {
  scroll-behavior: smooth;
}

body { 
    top: 0 !important; 
	overflow-x: hidden !important;
}
header, .navbar {
    z-index: 10000 !important;
	position: relative;
}
.goog-te-banner-frame { 
    display: none !important; 
}
.goog-te-menu-frame {
    right: 0 !important;   /* Jangkar ke sisi kanan (0px dari kanan) */
    left: auto !important; /* Abaikan posisi kiri yang dihitung Google (yang menyebabkan overflow) */
}
.goog-te-spinner-pos, 
.skiptranslate.goog-te-gadget,
#myid { /* Menambahkan ID lama Anda untuk memastikan tersembunyi */
    display: none !important;
    visibility: hidden !important; 
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}
.skiptranslate,
body > .skiptranslate,
body > iframe[src*="translate.google"],
.goog-te-ftab, 
.goog-te-menu-value {
    /* **PENTING** Membuat elemen transparan secara fungsional */
    pointer-events: none !important; 
    display: none !important;
    visibility: hidden !important;
}
#translate-button {
    pointer-events: auto !important; 
    cursor: pointer !important; /* Memberikan umpan balik visual bahwa tombol dapat diklik */
    position: relative; 
    z-index: 100000 !important;
}

/* 2. Gaya umum untuk container di dalam <li> (Desktop) */
.translate-widget-li {
    /* Memberi ruang di desktop agar sejajar dengan nav-link */
    padding: 0; 
    margin: 0px 15px; /* Ambil margin horizontal dari nav-item */
    display: flex !important; 
    align-items: center;
}

/* 3. Gaya dasar untuk Dropdown GT */
#myid .goog-te-gadget {
    /* Pastikan widget terlihat di atas elemen lain */
    z-index: 1000 !important; 
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}
#myid .goog-te-gadget-simple {
    border: none !important;
    background-color: transparent !important;
}


/* Gaya dropdown select (Desktop) */
.translate-widget-li .goog-te-combo {
    text-transform: capitalize; 
    font-size: 15px !important; /* Ukuran font nav-link */
    font-weight: 500 !important; /* Berat font nav-link */
    letter-spacing: 0.5px !important; /* Spasi huruf nav-link */
    color: #fff !important;
    
    /* Hapus styling button/dropdown yang lama */
    border: none !important;
    background-color: transparent !important;
    
    /* Margin dan Padding untuk alignment vertical dan hover border */
    padding: 18px 0 !important; 
    margin: 0 !important; 

    /* Bersihkan tampilan dropdown standar (keep) */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.5s; /* Sesuaikan transisi */
}
.translate-widget-li .goog-te-combo:focus {
    outline: none !important;
}
.translate-widget-li .goog-te-combo:hover {
    border-color: #fff !important; /* Border lebih terang saat di-hover */
}
.translate-widget-li .goog-te-combo:hover,
.translate-widget-li .goog-te-combo:focus {
    color: #fff !important;
    padding-bottom: 15px !important; /* Sesuaikan padding-bottom agar total tinggi sama */
    border-bottom: 3px solid #D77D3F !important;
}
.background-header .navbar-nav .translate-widget-li .goog-te-combo {
    color: #1e1e1e!important; /* Warna teks gelap saat background putih */
}
.background-header .navbar-nav .translate-widget-li .goog-te-combo:hover,
.background-header .navbar-nav .translate-widget-li .goog-te-combo:focus {
    color: #D77D3F!important; /* Warna teks hover saat background putih */
    border-bottom: 3px solid #D77D3F !important;
}
.translate-widget-li .goog-te-combo option {
    color: #333; 
}
/* Aturan Tambahan untuk Menyembunyikan Widget Google Translate yang Duplikat */

/* Menargetkan semua elemen GT di dalam #myid KECUALI yang pertama */
#myid > .skiptranslate:not(:first-child) {
    display: none !important;
}

/* Aturan lama Anda, pastikan ini ada: */
body { 
    top: 0 !important; 
}
.goog-te-banner-frame { 
    display: none !important; 
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #D77D3F;
	color: #fff;
}

a.filled-button {
	background-color: #D77D3F;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.products-heading {
	background-image: url(../images/ProductHead.webp);
}

.about-heading {
	background-image: url(../images/about-heading.jpg);
}

.contact-heading {
	background-image: url(../images/contact-heading.jpg);
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #D77D3F;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
  overflow: hidden;
  background: #D77D3F;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #121212;;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	background-color: #232323;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #D77D3F!important;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #D77D3F;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #D77D3F;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #D77D3F;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}

.banner-item-01 {
	padding: 300px 0px;
	background-image: url(../images/s1.webp) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 300px 0px;
	background-image: url(../images/s2.webp) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 300px 0px;
	background-image: url(../images/s3.webp) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	
}

.banner .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

    width: 100%;

    /* Tambahan untuk tidak mepet kiri–kanan */
    max-width: 800px;   /* batas lebar teks */
    margin: 0 auto;      /* center horizontal */
    padding: 0 30px;     /* jarak kiri-kanan */
    left: 50%;
    transform: translate(-50%, -50%);
}


.banner .text-content h1 {
	color: #D77D3F;
	font-size: 62px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h4 {
	color: #fff;
	font-size: 22px;
	text-transform: normal;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}

.banner .owl-carousel a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #D77D3F;
}


/* ============================
   CARD PRODUK — DESAIN RAPI & PROPOSIONAL
============================ */

.product-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.18);
}

.product-item img {
  width: 100%;
  height: 250px;              /* Biar semua gambar sejajar tingginya */
  object-fit: cover;
}

.product-item .down-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Judul produk */
.product-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  min-height: 48px;           /* Agar judul pendek/panjang tetap rata */
  line-height: 24px;
}

/* Deskripsi */
.product-item p {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
  min-height: 40px;           /* Tinggi minimum supaya proporsional */
}

/* Harga (1 atau 3 baris tetap rapi) */
.product-item h5 {
  margin-top: auto;           /* Dorong harga ke bawah card */
  font-size: 17px;
  font-weight: 700;
  color: #D77D3F;
  line-height: 22px;
  text-align: left;
  background: #fff8f3;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ffd4b8;
}

/* Agar grid lebih rapi */
.grid .col-lg-4,
.grid .col-md-4 {
  margin-bottom: 30px;
}




/* Best Features */

.about-features {
	margin-top: 100px!important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.best-features img {
	width: 100%;
	overflow: hidden;
}

.best-features h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 25px;
}

.best-features ul.featured-list li a {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #D77D3F;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #D77D3F;
}

.best-features .filled-button {
	margin-top: 20px;
}





/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #D77D3F;
	margin-left: 3px;
}




/* Product Page */



.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #D77D3F;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  clear: both;
}

.pagination-wrapper ul.pages {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination-wrapper ul.pages li {
  display: inline-block;
  margin: 0 3px;
}

.pagination-wrapper ul.pages li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  border: 1px solid #ddd;
  color: #121212;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}

.pagination-wrapper ul.pages li.active a,
.pagination-wrapper ul.pages li a:hover {
  background-color: #D77D3F;
  color: #fff;
  border-color: #D77D3F;
}


.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #D77D3F;
	border-color: #D77D3F;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #D77D3F;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #D77D3F;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #D77D3F;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #D77D3F;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #D77D3F!important;
}

.accordion a.active {
  color: #D77D3F!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

.navbar .navbar-brand h2 .logo-word, 
.navbar .navbar-brand h2 em.logo-word{
	 	display: inline;
		line-height: normal;
		margin-right: 5px;
	}
	.backkground-header .navbar-brand h2
	em.logo-accent{
		color: #D77D3F!important;
	}

	@media (max-width: 350px) {
    .translate-widget-li {
        /* Sedikit lebih banyak padding untuk layar sangat kecil */
        padding: 10px 10px !important; 
    }
}

/* Responsive Style */
@media (max-width: 768px) {
	.navbar .navbar-brand img{
		height: 30px !important;
		margin-right: 15px !important;
	}
	.navbar .navbar-brand h2 .logo-word,
	.navbar .navbar-brand h2 em.logo-word {
		display: block;
		font-size: 18px !important;
		line-height: 1.1;
		padding: 0;
		margin: 0;
	}

	.translate-widget-li {
        display: block !important;
        padding: 15px 15px !important; 
        border-bottom: 1px solid #eee; /* Sesuaikan dengan border nav-item */
    }

    /* Gaya dropdown select di mobile agar terlihat jelas di menu gelap */
    .translate-widget-li .goog-te-combo {
        background-color: transparent !important;
        color: #1e1e1e !important; /* Warna teks gelap saat menu background putih */
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        font-size: 15px !important; /* Sesuaikan dengan nav-link */
        font-weight: 500 !important;
        letter-spacing: 0.5px !important;
        margin: 0 !important;
    }
}
.translate-widget-li .goog-te-combo:hover {
        color: #D77D3F!important; 
        border-bottom: none !important;
    }

	.navbar .navbar-brand h2 em.logo-accent {
		color: #D77D3F;
	}

	header .navbar {
	padding: 15px 0px;
	}
	.background-header .navbar {
	padding: 15px 0px;
	}
.navbar .navbar-brand {
    float:  left;
    margin-top: 0px; /* Diatur ulang ke 0 */
    outline: none;
}
	.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.banner .text-content {
        width: 90%;
        margin-left: 5%;
    }
    .banner .text-content h4 {
        font-size: 22px;
    }

    .banner .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    .banner-item-01,
    .banner-item-02,
    .banner-item-03 {
        padding: 180px 0px;
    }

	/*teks banner depan*/
.banner .text-content h4 {
    color: #fff;
    font-size: 22px;
    text-transform: normal;
    letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 0px;

}

	.flex-container-center {
  /* 1. Aktifkan Flexbox */
  display: grid; 
  /* 2. Menengahkan item secara horizontal */
  justify-content: center; 
  /* 3. Menengahkan item secara vertikal */
  align-items: center; 
  
  
  /* *Tambahan: Tentukan tinggi agar penengahan vertikal terlihat* */
  height: 100px;
  border: 0px dashed gray;
}


.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}

.banner .owl-carousel a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.banner {
    position: relative;
    text-align: center;
    padding-top: 80px;
}

.banner-item-01 {
    padding: 300px 0px;
    background-image: url(../images/s1.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-item-02 {
    padding: 300px 0px;
    background-image: url(../images/s2.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-item-03 {
    padding: 300px 0px;
    background-image: url(../images/s3.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .banner-item {
    max-height: 600px;
}

.banner .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
	
    
}

.banner .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

    width: 100%;

    /* Tambahan untuk tidak mepet kiri–kanan */
    max-width: 800px;   /* batas lebar teks */
    margin: 0 auto;      /* center horizontal */
    padding: 0 30px;     /* jarak kiri-kanan */
    left: 50%;
    transform: translate(-50%, -50%);
}

	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}

	/*bannner text luar besar home*/
	.banner .text-content h1 {
    color: #D77D3F;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: -15px;
	text-align: center;
}
	/*bannner text luar kecil home*/
	.banner .text-content h4 {
		font-size: 26px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}
	/*banner katalog produk dalam*/
	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
	}
	.product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}


/* ============================ PENYESUAIAN PRODUCTS & SEARCH BAR (Tambahkan atau ganti) ============================ */

/* Tetapkan jarak atas untuk konten utama produk,
   agar tidak tertutup oleh header (tinggi ~80px) dan search bar (tinggi ~50px). */
#products-section {
    padding-top: 130px; /* Ganti margin-top menjadi padding-top agar background ikut */
    margin-top: 0; 
}

/* Blok .search-bar-fixed */
.search-bar-fixed {
  position: fixed;
  top: 75px;            /* Sesuaikan tinggi navbar kamu */
  left: 0;
  width: 100%;
  background: #fff;
  padding: 12px 0;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  text-align: center;
}

.search-bar-fixed input {
  width: 60%;
  max-width: 500px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}
@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 7px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #D77D3F!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}

	.translate-widget-li {
        display: block !important;
        padding: 15px 15px !important; 
        border-bottom: 1px solid #eee; /* Sesuaikan dengan border nav-item */
    }

    /* Gaya dropdown select di mobile agar terlihat jelas di menu gelap */
    .translate-widget-li .goog-te-combo {
        /* Kembalikan warna ke terang agar terlihat di background menu yang gelap */
        background-color: transparent !important;
        color: #1e1e1e !important; /* Warna teks gelap saat menu background putih */
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        font-size: 15px !important; /* Sesuaikan dengan nav-link */
        font-weight: 500 !important;
        letter-spacing: 0.5px !important;
        margin: 0 !important;
    }
	.translate-widget-li .goog-te-combo:hover {
        color: #D77D3F!important; 
        border-bottom: none !important;
    }
    /* Pastikan div #myid tidak tersembunyi oleh style template lainnya */
    #myid {
        display: block !important;
        visibility: visible !important;
    }
}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.products ul.pages {
  clear: both;
  display: block;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
/* FIXED SEARCH BAR */
.search-bar-fixed {
  position: fixed;
  top: 75px;            /* sesuaikan tinggi navbar kamu */
  left: 0;
  width: 100%;
  background: #fff;
  padding: 12px 0;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  text-align: center;
}

.search-bar-fixed input {
  width: 60%;
  max-width: 500px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}

/* Beri jarak ke product agar tidak ketimpa */

.product-card {
    width: 100%;
    max-width: 340px;
    padding: 18px;
    margin: 20px auto;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.product-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.product-name {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 4px;
    color: #222;
}

.product-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}

.size-select {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #d35400;
}

.owl-carousel .owl-item .banner-item-01,
.owl-carousel .owl-item .banner-item-02,
.owl-carousel .owl-item .banner-item-03 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block !important;
}

.banner-item-01,
.banner-item-02,
.banner-item-03 {
    display: block !important;
}


	
