/*

Theme Name: JasaTerdekat
Theme URI: https://google.com/
Author: Sativa Wahyu Priyanto
Author URI: https://google.com/
Description: Template yang cocok untuk website jasa.
Text Domain: Jasa
Version: 1.2

*/

body {
  font-family: "Nunito", serif;
  margin: 0;
  padding: 0;
  background: #fff;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul,
ol {
  margin: 0 0 15px 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #5094f9;
}

p {
  margin: 0;
}

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.wrapper-isi {
  border-top: 4px solid #abf9d7;
  border-bottom: 4px solid #abf9d7;
  background-color: #fff;
  padding: 20px;
}

/* Header */

header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.header-wrapper {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.header-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading-site {
  height: 50px;
}

.heading-site img {
  height: 100%;
  width: auto;
}

.menu-wrapper {
  background-color: #d1fff1;
}

.primary_menu_container {
  display: block;
}

ul.primary_menu_ul {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 !important;
}

.primary_menu_ul li {
  font-weight: 600;
}

.primary_menu_ul li a {
  color: #333;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.primary_menu_ul li a:before {
  content: "";
  border-bottom: 3px solid #76b2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}

.primary_menu_ul li a:hover {
  background-color: #9ce7cf;
}

.primary_menu_ul li:hover a:before {
  display: block;
}

.primary_menu_ul li.current_page_item a {
  background-color: #9ce7cf;
}

.primary_menu_ul li.current_page_item a:before {
  display: block;
}

.wrapper-search {
  background-image: url("./img/background_search.png");
}

.wrapper-search .search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
}

.wrapper-search .search_title {
  margin-bottom: 30px;
}

.search-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 3px #bbb;
  border: 1px solid #ddd;
}

.flex-search-field {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.wrapper-search .search-form {
  display: flex;
  justify-content: start;
  align-items: center;
}

.search-term select {
  height: 40px;
  width: 200px;
  border-radius: 20px;
  padding: 0 15px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  outline: none;
  border: 3px solid #c8e3c9;
}

.search-form .searchfield {
  border: 3px solid #c8e3c9;
  height: 40px;
  padding: 0 15px;
  width: 200px;
  outline: none;
  border-right: none;
  border-radius: 20px 0 0 20px;
}

.search-form .searchsubmit {
  background-color: #5fc762;
  height: 40px;
  width: 40px;
  outline: none;
  border: 3px solid #c8e3c9;
  border-left: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
}

.search-form .searchsubmit:hover {
  background-color: #3fb143;
}

/* INDEX */

.title-index {
  margin-bottom: 20px;
}

/* RATING */

/* Container untuk rating bintang */
.star-rating {
  display: inline-flex;
  font-size: 24px; /* Ukuran bintang */
}

/* Warna emas untuk bintang aktif */
.star-gold {
  color: gold;
}

/* Warna abu-abu untuk bintang tidak aktif */
.star-gray {
  color: lightgray;
}

/* OTHER */

.icon-location {
  width: 24px;
  height: 24px;
  color: #007bff; /* Warna biru */
  display: inline-block;
  vertical-align: middle;
}

.icon-workday,
.icon-weekend,
.icon-day {
  width: 24px; /* Atur ukuran */
  height: 24px;
  fill: #007bff; /* Warna default */
  vertical-align: middle;
}
.icon-workday:hover,
.icon-weekend:hover,
.icon-day:hover {
  fill: #ff6347; /* Warna ketika dihover */
}

.icon-category {
  width: 24px;
  height: 24px;
  fill: #007bff; /* Warna ikon */
  vertical-align: middle;
}

.icon-category:hover {
  fill: #ff6347; /* Warna saat hover */
}

/* POST */

.article_bungkus_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.article_bungkus_1 article {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 0 10px #ddd;
}

.article_bungkus_1 article .info_post {
  padding: 15px;
	width: 100%;
}

.article_bungkus_1 article .info_post h3 {
  margin-bottom: 5px;
}

.rating_post {
  margin-bottom: 5px;
}

.domisili_post,
.category_post {
  margin-bottom: 5px;
}

.domisili_post img,
.category_post img {
  margin-right: 5px;
}

.category_post a {
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #eee;
  color: #333;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: all 0.2s;
}

.category_post a:hover {
  background-color: #ddd;
}

.thumbnail_post {
  width: 250px;
  height: 100%;
  overflow: hidden;
}

.thumbnail_post img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info_post div {
  font-size: 15px;
}

/* PAGINATION */

.pagination ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.pagination ul li a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #eee;
  color: #333;
}

.pagination ul li.active a {
  background-color: #76b2f2;
  color: #fff;
}

/* FOOTER */

footer {
  background-color: #1a403d;
  padding: 20px;
}

.widget-footer h2 {
  color: #eee;
  margin-bottom: 10px;
}

.footer_menu li {
  list-style-type: disc;
  margin-left: 20px;
  color: #9dddff;
  margin-bottom: 5px;
}

.footer_menu li a {
  color: #c7ecff;
}

.footer_menu li a:hover {
  color: #8ec3dd;
}

.footer-bungkus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-copyright {
  padding: 15px;
  text-align: center;
  background-color: #102c29;
  color: #fff;
  font-size: 15px;
}

.footer-copyright a {
  color: #76b2f2;
}

.footer-content p {
  color: #eee;
  line-height: 27px;
  font-size: 16px;
}

.footer-lokasi {
  color: #eee;
  line-height: 27px;
  font-size: 16px;
}

.footer-lokasi p {
  margin-bottom: 10px;
}

.footer-lokasi li {
  list-style-type: disc;
  color: #eee;
  margin-left: 20px;
}

/* SINGLE */

.single {
  margin: 20px auto;
}

.rating_single {
  margin-bottom: 20px;
}

.info-single {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
}

.description_seo {
	display: none;
}

.thumbnail-single {
  margin-bottom: 15px;
}

.thumbnail-single img {
  width: 350px;
  height: auto;
}

.info-single ul {
  margin-bottom: 0;
}

.info-single li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

.heading-single {
  margin-bottom: 20px;
}

.heading-single span {
  color: #3fb143;
}

.gallery-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
}

.gallery-container::-webkit-scrollbar {
  height: 10px;
}

.gallery-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.gallery-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gallery-item {
  display: inline-block;
  margin-right: 10px;
}

.gallery-item img {
  width: auto;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.sosial-media {
  margin-bottom: 20px;
}

.sosial-media ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sosial-media ul li a {
  display: inline-block;
  background-color: #eee;
  padding: 7px 15px;
  border-radius: 10px;
  color: #333;
  transition: all 0.2s;
}

.sosial-media ul li a:hover {
  opacity: 0.8;
}

.sosial-media ul li.Instagram a {
  background-color: #f7c7ff;
}

.sosial-media ul li.WhatsApp a {
  background-color: #c7ffc9;
}

.hari-buka li {
  margin-bottom: 10px;
  display: flex;
}

.hari-buka li strong {
  border-radius: 10px 0 0 10px;
  background-color: #77c5ff;
  display: flex;
  width: 120px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.hari-buka li span {
  border-radius: 0 10px 10px 0;
  background-color: #ffd799;
  display: flex;
  width: 150px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.description_business {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 27px;
}

/* Paragraf */
.description_business p {
  margin-bottom: 1em;
}

/* Heading (h1-h6) */
.description_business h1,
.description_business h2,
.description_business h3,
.description_business h4,
.description_business h5,
.description_business h6 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #111; /* Warna heading */
  line-height: 1.3;
}

/* Contoh styling khusus per level heading */
.description_business h1 {
  font-size: 1.8em;
}
.description_business h2 {
  font-size: 1.6em;
}
.description_business h3 {
  font-size: 1.4em;
}
.description_business h4 {
  font-size: 1.2em;
}
.description_business h5 {
  font-size: 1.1em;
}
.description_business h6 {
  font-size: 1em;
  text-transform: uppercase;
}

/* Daftar bullet (ul) dan berurutan (ol) */
.description_business ul,
.description_business ol {
  margin: 0 0 1em 2em; /* Spasi kiri agar menjorok */
  padding: 0;
}

.description_business li {
  margin-bottom: 0.5em;
  list-style: disc;
}

/* Blockquote */
.description_business blockquote {
  margin: 1em 0;
  padding: 1em 1.5em;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #666;
}

/* Teks tebal dan miring */
.description_business strong {
  font-weight: bold;
}
.description_business em {
  font-style: italic;
}

/* Tautan */
.description_business a {
  color: #0073aa; /* Warna biru khas WP */
  text-decoration: none;
}
.description_business a:hover {
  color: #005177;
  text-decoration: underline;
}

/* Gambar */
.description_business img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

/* Tabel dasar */
.description_business table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.description_business table th,
.description_business table td {
  border: 1px solid #ccc;
  padding: 0.75em;
}

.description_business table th {
  background-color: #f2f2f2;
}

/* Kode program (inline dan block) */
.description_business code {
  background: #f4f4f4;
  padding: 0.2em 0.4em;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.95em;
}

.description_business pre {
  background: #f4f4f4;
  padding: 1em;
  overflow: auto;
  margin: 1em 0;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.95em;
}
.description_business pre code {
  padding: 0; /* Hilangkan padding ganda */
  background: none; /* Hilangkan background ganda */
}

.galery {
  margin-bottom: 20px;
}

/* REVIEW */

.review {
  margin-bottom: 20px;
}

.review ul > li {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  display: flex;
  gap: 20px;
}

.review_data {
  flex: 1;
}

.header-review {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
  align-items: center;
}

.description_review {
  margin-bottom: 15px;
  line-height: 27px;
}

.footer-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-review div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  padding: 8px 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}

.footer-review div:nth-child(1) {
  background-color: #fff;
  border: 1px solid #88c9ff;
}

.footer-review div:nth-child(1):hover {
  background-color: #88c9ff;
  color: #fff;
}

.footer-review div:nth-child(2) {
  background-color: #fff;
  border: 1px solid #f37979;
}

.footer-review div:nth-child(2):hover {
  background-color: #f37979;
  color: #fff;
}

.image-profile {
  width: 100px;
}

.image-profile img {
  width: 100%;
  height: auto;
}

.review-report {
  background-color: #ffe4e4;
  margin-top: 15px;
  border-radius: 7px;
  padding: 15px;
}

.review-report ol {
  margin-left: 15px;
  margin-bottom: 0;
}

.review-report h3,
.review-report h4,
.review-report p {
  margin-bottom: 10px;
}

.lihat-semua-review a {
  color: #5094f9;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #6bc5ff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

/* Ulasan */

.ulasan {
  margin-bottom: 20px;
}

.ulasan a {
  display: inline-block;
  color: #333;
  background-color: #b5ffdb;
  padding: 10px 20px;
  font-weight: 600;
  border-left: 5px solid #74efb3;
  transition: all 0.2s;
}

.ulasan a:hover {
  background-color: #74efb3;
}

.single h1 span {
  color: #3fb143;
}

.review_single .heading-single {
  font-size: 20px;
  margin: 20px 0;
}

.review-info {
  background-color: #cfffd9;
  border-radius: 10px;
  padding: 20px;
  color: #333;
  margin-bottom: 15px;
}

.tulis-ulasan {
  border-radius: 20px;
  border: 2px solid #78ffcd;
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}

.tulis-ulasan:hover {
  border: 2px solid #4fabed;
}

.info-tulis-ulasan {
  margin-bottom: 20px;
}

.info-tulis-ulasan p {
  padding: 15px;
  border-radius: 20px;
  background-color: #eee;
  margin-bottom: 10px;
}

/* POST 2 */

.article_bungkus_2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.article_bungkus_2 article {
  overflow: hidden;
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 5px solid #f5f5f5;
  transition: all 0.2s;
  box-shadow: 0 0 15px #ddd;
}

.article_bungkus_2 article:hover {
  border: 5px solid #b0deff;
}

.article_bungkus_2 article .thumbnail_post {
  height: 200px;
  width: 100%;
}

.article_bungkus_2 article .thumbnail_post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article_bungkus_2 .info_post {
  padding: 15px;
}

.article_bungkus_2 h3 {
  margin-bottom: 5px;
}

.icon-menu {
  color: #333;
  width: 24px;
  height: 24px;
}

.menu-icon-mobile {
  display: none;
}

.image_review {
	margin-bottom: 20px;
}

.image_review_flex {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.image_review_flex img {
	width: 150px;
	height: auto;
}

.share-container {
  margin-bottom: 25px;
}

.share-container .title_share {
	margin-bottom: 10px;
}

.share-btn {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.5em 0.8em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.875em;
}

/* Warna khas per platform (opsional) */
.share-twitter {
  background-color: #1da1f2;
}

.share-facebook {
  background-color: #4267B2;
}

.share-trends {
  background-color: #DB4437; /* Warna Google-ish */
}

.share-pinterest {
  background-color: #E60023;
}

/* Hover */
.share-btn:hover {
  opacity: 0.8;
}

.google_map_info a {
	background: #c8ffc0;
	padding: 1px 3px;
}

/* CONTENT CSS */

.content-single {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

/* Headings */
.content-single h1,
.content-single h2,
.content-single h3,
.content-single h4,
.content-single h5,
.content-single h6 {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2;
}

.content-single h1 { font-size: 2.5em; }
.content-single h2 { font-size: 2em; }
.content-single h3 { font-size: 1.75em; }
.content-single h4 { font-size: 1.5em; }
.content-single h5 { font-size: 1.25em; }
.content-single h6 { font-size: 1em; }

/* Paragraf */
.content-single p {
    margin-bottom: 1em;
}

/* Link */
.content-single a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s;
}
.content-single a:hover {
    color: #005177;
}

/* Gambar */
.content-single img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

/* List */
.content-single ul,
.content-single ol {
    margin: 1em 0 1em 1.5em;
    padding: 0;
}
.content-single li {
    margin-bottom: 0.5em;
}

/* Blockquote */
.content-single blockquote {
    margin: 1.5em 0;
    padding: 0.5em 1em;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    font-style: italic;
}

/* Code & Preformatted Text */
.content-single code,
.content-single pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 3px;
}
.content-single pre {
    padding: 1em;
    overflow: auto;
    margin: 1em 0;
}

/* Tabel */
.content-single table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}
.content-single th,
.content-single td {
    border: 1px solid #ddd;
    padding: 0.75em;
    text-align: left;
}
.content-single th {
    background: #f2f2f2;
}

h1.single-title {
    margin-bottom: 25px;
}

.image_post_blog img {
    width: 720px;
    height: auto;
}

.list_blog_in_map li {
    padding: 15px;
    font-weight: 600;
    border-radius: 20px;
    border: 3px solid #d8f3ff;
    margin-bottom: 10px;
}