/*-- Use For Custom Styling --*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i");
@import "https://fonts.googleapis.com/css?family=Just+Another+Hand";

:root {
  --primary-color: #4991ce;
  --secondary-color: #1a489f;
  /* Variables for storing colors */
  /* --card-clr: #161922;
	--body-clr: #191d28;
	--primary-clr: #f0bf6a;
	--heading-clr: #dadada;
	--text-clr: #767a86; */
}

.bg-img2 {
  background-image: url(../images/main/adrian-sulyok-sczNLg6rrhQ-unsplash.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-blue {
  background-color: var(--primary-color);
}

header a.logo img {
  max-height: 70px;
  max-width: "auto";
  vertical-align: sub;
}

header nav.navbar .navbar-nav > li > a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.0625rem;
}

.basic-font {
  letter-spacing: 0.125rem;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.vision-title {
  color: var(--primary-color);
}

.vision h2 {
  color: #55565b;
  font-size: 3rem;
  line-height: 1.2;
}

.our-product {
  color: #55565b;
}

.our-statistic {
  color: #f8f8f8;
}

/* custom navbar */
.custom-navbar {
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.custom-nav-logo a {
  text-decoration: none;
  font-size: 24px;
  color: #333;
}

.custom-nav-links {
  list-style: none;
  display: flex;
}

.custom-nav-links li {
  margin-right: 15px;
}

.custom-nav-links a {
  text-decoration: none;
  color: #333;
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown a {
  position: relative;
}

.custom-dropdown .custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 3px;
  border: 1px solid silver;
  padding: 5px;
}

.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-menu li {
  padding-left: 10px;
  padding-right: 50px;
}

.custom-dropdown-menu a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  /* line-height: 20px; */
  color: rgb(35, 35, 35);
}

.language {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  line-height: 20px;
  color: rgb(35, 35, 35);
}

.language:active {
  color: var(--primary-color);
}
.language:focus {
  color: var(--primary-color);
}

.custom-menu-item a:hover {
  color: rgb(35, 35, 35);
}

.custom-currency {
  font-size: 4.3rem;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  /* vertical-align: middle; */
}

.price-tag {
  padding: 15px 0;
  text-align: left;
  border-top: 2px solid rgba(111, 123, 133, 0.18);
  border-bottom: none !important;
}

.statistik-card {
  border-radius: 5rem;
}

/* product shrimpfeed */
.container-toggle {
  text-align: center;
}
#toggle-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
#product-list {
  display: none;
}
.product-item {
  margin: 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#product-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
}
#product-table th,
#product-table td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
}

.filter-product {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #7e8082;
  line-height: 25px;
  font-weight: normal;
}

.select-md {
  padding-right: 2rem;
  border: none;
  border-bottom: 1px solid #ccc;
}

/* table product */
.product-table table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-table th,
.product-table td {
  padding: 10px;
  text-align: left;
}

.product-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.product-image {
  width: 80px;
  height: auto;
}

.product-table a {
  color: #007bff;
  text-decoration: none;
}

/* CSS Kustom */
.number-column {
  width: 30px; /* Ubah ukuran sesuai kebutuhan */
  text-align: center; /* Pusatkan isi dalam kolom */
}

/* pagination */

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pagination-item {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 5px;
}

.pagination-item.active {
  background-color: #4991ce;
  color: white;
  border-color: #4991ce;
}

.content-product {
  display: flex;
  justify-content: center;
}

.filter-container {
  width: 300px; /* Set the desired fixed width for the filter */
  margin-right: 20px; /* Add some right margin for spacing */
}

/* new css */
.new-menu-item {
  text-align: left;
}

.new-menu-item li {
  margin-left: 20px;
}

/* CSS untuk mengatur rotasi panah */
.collapsed .rotate-icon {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.rotate-icon {
  transition: transform 0.3s ease-in-out;
}

.btn-link:focus {
  box-shadow: none;
}

.btn-link {
  color: rgb(35, 35, 35, 0.7);
}

.btn-link:focus {
  color: #00abc9;
  text-decoration: underline;
}

/* accordion */
.custom-accordion {
  display: block;
  margin-bottom: 10px;
  border-radius: 0.25rem;
}

.custom-card {
  border: none;
}

.custom-card-header {
  padding: 2px;
  cursor: pointer;
  padding-left: 0px;
}

.category {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  /* line-height: 2.1; */
  color: #474747;
}

/* CSS untuk indentasi tingkatan */
.custom-card {
  margin-left: 0; /* Indentasi tingkatan teratas (category) */
}

.custom-card .new-menu-item {
  margin-left: 10px; /* Indentasi tingkatan child */
}

.custom-card .new-menu-item .new-menu-item {
  margin-left: 14px; /* Indentasi tingkatan grandchild */
}

/* ===> search start <=== */
/* Tambahkan gaya untuk input pencarian dan ikon */
.search-container {
  position: relative;
  display: inline-block;
}

/* Tambahkan border dengan RGBA dan opasitas */
#searchInput {
  width: 295px;
  padding-right: 30px;
  border-radius: 5px;
  border: 1px solid rgba(92, 92, 92, 0.2); /* Warna hitam dengan opasitas 20% */
}

.search-icon {
  position: absolute;
  right: 10px; /* Sesuaikan posisi ikon */
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Style ikon kaca pembesar */
.fa-search {
  font-size: 16px;
  color: #666;
}
/* ===> search end <=== */

/* text product description */
.text-small.text-gray {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4em;
  min-height: 4em;
}


/* Menerapkan warna teks hitam saat hover */
.navbar-default .navbar-nav > li > a:hover {
  color: #00abc9 !important; /* Warna teks hitam saat hover */
}

/* Menerapkan warna teks hitam untuk link aktif */
.navbar-default .navbar-nav > .active > a:hover {
  color: #00abc9 !important; /* Warna teks hitam untuk link aktif */
}

/* statistic */
.price-item {
  background-color: rgba(255, 255, 255, 0.35);
  border: rgba(255, 255, 255, 0.35);
  width: 90%;
  border-radius: 20px;
}
.price,
.currency {
  font-size: 10rem !important;
}

.card-statistic {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 250px;
  text-align: center;
}

.item-1,
.item-2,
.item-3 {
  padding-bottom: 0;
}

.currency {
  color: rgba(255, 255, 255, 1) !important;
}

.shop_content {
  text-align: left !important;
}

/* logo */

header nav .row > div:first-child {
  flex: 0 0 auto !important;
}

.btn.btn-blue-more {
  background: #1a489f !important;
  border-color: #1a489f !important;
  color: #fff !important;
}
.btn.btn-blue-more:hover {
  background: transparent !important;
  border-color: #1a489f !important;
  color: #1a489f !important;
}

.btn.btn-blue-less {
  background: #4991ce !important;
  border-color: #4991ce !important;
  color: #fff !important;
}

.btn.btn-blue-less:hover {
  background: transparent !important;
  border-color: #4991ce !important;
  color: #4991ce !important;
}

.btn.btn-blue-more-big {
  background: #1a489f !important;
  border-color: #1a489f !important;
  color: #fff !important;
}
.btn.btn-blue-more-big:hover {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.btn.btn-blue-less-big {
  background: #4991ce !important;
  border-color: #4991ce !important;
  color: #fff !important;
}

.btn.btn-blue-less-big:hover {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.container {
  width: 80% !important;
}

.sub-menu-product:hover {
  color: #00abc9;
}

.custom-text {
  font-weight: 400;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.0625rem;
  color: #888889;
}
/* font-size: 2rem; */
.shopping_box .image {
  min-width: 260px;
  min-height: 0 !important;
  overflow: hidden;
}

/* Mengatur lebar dan tinggi gambar dalam Fancybox */
.fancybox-slide img {
  max-width: 100%;
  max-height: 100%;
}

.alt-font {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bg-shrimfeed {
  background-size: cover !important;
  background-position: center center !important;
  /* background-image: url(../images/products/shrimpfeeds/zeigler/Pakan_Texture/IMG_4644.JPG); */
  background-image: url(../ljgimages/shrimpfeed-page/TOP_BG_SHRIMPFEED.webp);
}

.bg-shrimfeed-product {
  background-size: cover !important;
  background-position: center center !important;
  /* background-image: url(../images/products/shrimpfeeds/zeigler/Pakan_Texture/IMG_4644.JPG); */
  background-image: url(../ljgimages/shrimpfeed-product/TOP_SHRIMPFEED_PRODUCT_4644.webp);
}

.bg-about {
  background-color: var(--primary-color);
}

.bg-chemical {
  background-size: cover !important;
  background-position: center center !important;
  background-image: url(../ljgimages/chemical-page/TOP_CHEMICAL_V2_4772.webp);
}

.layer-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background-color: rgba(0, 0, 0, 0.35); /* Ubah warna lapisan sesuai kebutuhan */
  pointer-events: none; /* Memastikan lapisan tidak menghalangi interaksi dengan gambar di bawahnya */
  z-index: 1;
}

.top-chemical {
  position: relative;
  z-index: 2;
}

.bg-chemical-product {
  background-size: cover !important;
  background-position: center center !important;
  background-image: url(../ljgimages/chemical-page/TOP_CHEMICAL_V2_4772.webp);
}

.layer-custom-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background-color: rgba(0, 0, 0, 0.35); /* Ubah warna lapisan sesuai kebutuhan */
  pointer-events: none; /* Memastikan lapisan tidak menghalangi interaksi dengan gambar di bawahnya */
  z-index: 1;
}

.top-chemical-product {
  position: relative;
  z-index: 2;
}

/* ======== start carousel ======== */
.main-font-div {
  font-weight: bold !important;
  font-size: 10px !important;
  padding: 2px 16px 1px !important;
}

header nav .row > div:first-child {
  flex: 0 0 auto !important;
}

.test-content {
  flex: 1 1 auto !important;
}

.btn.btn-blue-more-main {
  background: transparent !important;
  border-color: #1a489f !important;
  color: #1a489f !important;
}

.btn.btn-blue-less-main {
  background: transparent !important;
  border-color: #4991ce !important;
  color: #4991ce !important;
}

.list-item {
  margin-right: -2px !important;
}

.list-item-no-mr {
  font-size: 12px !important;
}

/* ===== fancy box ======== */
.thumbnail-container {
  display: flex; /* Mengatur kontainer thumbnail menjadi flex container */
  flex-direction: row; /* Mengatur arah tata letak menjadi horizontal (default) */
  justify-content: center; /* Mengatur jarak horizontal antara thumbnail */
  align-items: center; /* Mengatur posisi vertikal thumbnail menjadi tengah */
  flex-wrap: wrap;
  margin-top: 5px;
}

.thumbnail {
  margin: 5px; /* Mengatur jarak antara thumbnail horizontal */
}

.image-detail {
  max-width: 385px;
  margin: 0 auto;
  overflow: hidden;
}

.image-detail img {
  width: 100%;
}

.text-brochure {
  font-weight: bolder;
}

#card-list {
  width: 100%;
}

/* === pagination new ==== */
/* Menghilangkan border dan background dari tombol navigasi */
.pagination-button {
  border: none;
  background: none;
  padding: 0; /* Hapus padding jika diperlukan */
  margin-left: 6px;
  margin-right: 10px;
}

/* Menambahkan warna teks dan mengatur ukuran ikon panah */
.pagination-button i {
  font-size: 25px; /* Sesuaikan dengan ukuran yang Anda inginkan */
  color: var(--primary-color); /* Sesuaikan dengan warna teks yang Anda inginkan */
}

.pg-container {
  display: flex;
  justify-content: end;
}

/* Whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* popup form */

/* Styling popup */
.popup {
  display: none;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

button[type="submit"] {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* end popup */

#email-select {
  border-radius: 50px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 13px;
  /* padding-right: 25px; */
  margin-bottom: 10px;
  font-size: 14px;
}

#email-select-brochure {
  /* border-radius: 50px; */
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 13px;
  /* padding-right: 25px; */
  margin-bottom: 10px;
  font-size: 14px;
}

#email-select:disabled {
  background-color: #f1f1f1; /* Latar belakang lebih gelap */
  color: #888; /* Warna teks lebih gelap */
  cursor: not-allowed; /* Kursor "not allowed" */
  /* border: 1px solid #ccc;  */
}

#email-select-brochure:disabled {
  background-color: #f1f1f1; /* Latar belakang lebih gelap */
  color: #888; /* Warna teks lebih gelap */
  cursor: not-allowed; /* Kursor "not allowed" */
  /* border: 1px solid #ccc;  */
}

.custom-text-justify {
  /* text-align: justify;*/
  word-spacing: -2px !important;
  /* text-justify: inter-word */
}

.custom-text-justify-chem {
  /* text-align: justify;*/
  word-spacing: -2px !important;
  /* text-justify: inter-word */
}

.statistik-content {
  font-size: 2rem;
}

.flex-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-main {
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}

/* test */
/* 
.testimonials-section {
  width: 80%;
  padding: 0px 8%;
}
.testimonials-section .section-header {
  max-width: 700px;
  text-align: center;
  margin: 30px auto 40px;
}
.section-header h1 {
  position: relative;
  font-size: 36px;
  color: var(--primary-clr);
}
.testimonials-container {
  position: relative;
}
.testimonials-container .testimonial-card {
  padding: 20px;
}
.testimonial-card .test-card-body {
  background-color: var(--card-clr);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.test-card-body .quote {
  display: flex;
  align-items: center;
}
.test-card-body .quote i {
  font-size: 45px;
  color: var(--heading-clr);
  margin-right: 20px;
}
.test-card-body .quote h2 {
  color: var(--heading-clr);
}
.test-card-body p {
  margin: 10px 0px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-clr);
}
.test-card-body .ratings {
  margin-top: 20px;
}
.test-card-body .ratings i {
  font-size: 17px;
  color: var(--primary-clr);
  cursor: pointer;
}
.testimonial-card .profile {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.profile .profile-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.profile .profile-desc {
  display: flex;
  flex-direction: column;
}
.profile-desc span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-clr);
}
.profile-desc span:nth-child(2) {
  font-size: 15px;
  color: var(--text-clr);
}
.owl-nav {
  position: absolute;
  right: 20px;
  bottom: -10px;
}
.owl-nav button {
  border-radius: 50% !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  padding: 10px !important;
  border-radius: 50%;
  font-size: 18px !important;
  background-color: var(--card-clr) !important;
  color: var(--primary-clr);
  cursor: pointer;
  transition: 0.4s;
}
.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover {
  background-color: var(--primary-clr) !important;
  color: #e9e9e9;
}
.owl-dots {
  margin-top: 15px;
}
.owl-dots .owl-dot span {
  background-color: #434753 !important;
  padding: 6px !important;
}
.owl-dot.active span {
  background-color: var(--primary-clr) !important;
} */

/* test 2 */

.demo {
  /* background: #6c6a6a; */
  background: #ffffff;
  font-weight: 400;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.0625rem;
}
.testimonial .pic {
  width: 28%;
  padding: 20px 0;
  margin: 0 6% 0 2%;
  float: left;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
#testimonial-slider {
  position: relative;
  margin-top: -120px;
}
.testimonial .pic:before,
.testimonial .pic:after {
  /* content: "";
  width: 130px;
  height: 150px;
  background: #082252;
  position: absolute;
  z-index: -1; */
}
.testimonial .pic:before {
  top: 0;
  right: -20px;
}
.testimonial .pic:after {
  bottom: 0;
  left: -20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  /* border-radius: 5px; */
  /* border: 3px solid #082252; */
}
.testimonial .testimonial-content {
  width: 58%;
  float: right;
  margin-top: 100px;
}
.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  padding-top: 65px;
  padding-left: 50px;
}
.testimonial .post {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-left: 50px;
}
/*
.testimonial .desc-content{
   background: #082252;
  padding: 20px 15px;
  border-radius: 5px; 
}
*/
.testimonial .description {
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}
.testimonial .description:before,
.testimonial .description:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  color: #e1c37d;
  position: relative;
}
/* .testimonial .description:before {
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}
.testimonial .description:after {
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
} */
.owl-theme .owl-controls {
  width: 70%;
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  top: 160px;
  left: 41%;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 70px;
  height: 90px;
  line-height: 90px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.owl-prev:before,
.owl-next:before {
  content: "\25C0";
  font-family: "fontawesome";
  font-size: 15px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 0;
  left: 25%;
}
.owl-next:before {
  content: "\25B6";
  margin-left: 30rem;
}
.owl-next:after {
  content: "  ";
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (max-width: 990px) {
  #testimonial-slider {
    position: relative;
    margin-top: -50px;
  }
  .testimonial {
    text-align: center;
  }
  .testimonial .pic {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .testimonial .pic:before,
  .testimonial .pic:after {
    width: 80px;
    height: 100px;
  }
  .testimonial .testimonial-content {
    width: 100%;
    float: none;
  }
  .testimonial .title {
    padding: 15px 0 0 0;
  }
  .testimonial .post {
    padding: 0;
    margin-bottom: 10px;
  }
  .owl-theme .owl-controls {
    width: 100%;
    position: static;
    text-align: center;
  }
  .owl-next:before {
    content: "\25B6";
    margin-left: 20px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    line-height: 50px;
  }
}

/* end test */

@media (min-width: 999px) and (max-width: 1300px) {
  .container {
    width: 94% !important;
  }

  .tp-caption {
    font-size: clamp(16px, 3vw, 52px) !important;
  }

  .price-item {
    width: 100%;
  }
  .test-content {
    flex: 0 0 auto !important;
    margin-right: -2px !important;
  }

  .list-item-prod-container {
    font-size: 10px !important;
  }

  .sub-menu-product {
    font-size: 10px !important;
  }

  .list-item {
    margin-right: -2px !important;
    font-size: 10px !important;
  }

  .list-item-no-mr {
    font-size: 10px !important;
    margin-right: -2px !important;
  }

  .language {
    font-size: 10px !important;
  }

  /* .btn */
  .btn-blue-more-main,
  .btn-blue-less-main {
    font-size: 8px !important;
  }

  .btn-blue-more,
  .btn-blue-less {
    font-size: 8px !important;
  }

  /* .btn.btn-blue-less-main{
    font-size: 8px !important;
  } */
}

@media (min-width: 1301px) {
  .container {
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .search-container {
    width: 100%;
    position: relative;
    display: inline-block;
  }

  #searchInput {
    width: 100%;
    padding-right: 30px;
    border-radius: 5px;
    border: 1px solid rgba(92, 92, 92, 0.2); /* Warna hitam dengan opasitas 20% */
  }

  .tp-caption {
    font-size: 13px !important;
  }

  .banner-main {
    font-size: 30px;
    line-height: 30px;
  }

  .tp-caption > span {
    font-size: 13px !important;
  }

  /* Atur lebar sesuai kebutuhan */
  /* Memastikan teks di-wrap */
  /* Pemecahan kata saat melebihi lebar kotak */
  /* Mendukung penuh pemecahan kata */
  /* .long-text {
    width: 767px;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
  } */

  /* Ini akan memaksa pindah ke baris baru setelah setiap tiga kata */
  /* Maksimal 3 kolom */
  /* Jarak antara kolom */
  /* .long-text {
    text-align: center;
    column-count: 3;
    column-gap: 5px;
  } */

  .statistik-content {
    font-size: 1.8rem;
  }

  .header-flex {
    display: none;
  }

  .price-item {
    width: 100%;
  }

  .price,
  .currency {
    font-size: 7.2rem !important;
  }

  .price {
    margin-right: 0 !important;
  }

  #card-list {
    width: 120%;
  }

  .pg-container {
    display: flex;
    justify-content: center;
  }

  .content-product {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

/* Media query untuk ukuran mobile (misalnya, ukuran layar < 999px) */
@media (min-width: 768px) and (max-width: 999px) {
  /* Untuk ukuran layar mobile */
  header nav .row > div:first-child {
    flex: 0 0 auto !important;
  }

  /* .price-item{
    width: 110%;
  } */

  .tp-caption {
    font-size: 25px !important;
  }

  .tp-caption > span {
    font-size: 25px !important;
  }

  .statistik-content {
    font-size: 1.8rem;
  }

  .header-flex {
    display: none;
  }

  .price-item {
    width: 100%;
  }

  .price,
  .currency {
    font-size: 8rem !important;
  }

  #card-list {
    width: 120%;
  }

  .pg-container {
    display: flex;
    justify-content: center;
  }

  .content-product {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1201px) {
  .service-res {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1202px) and (max-width: 1276px) {
  .service-res {
    padding: 0px;
  }
}

@media (min-width: 1277px) {
  .service-res {
    padding-top: 80px;
  }
}
