@charset "UTF-8";
/*
Theme Name: Inimahwp
Theme URI:
Author: Sawala Tecnology
Author URI: https://www.sawala.tech/
Description: Custom Theme for Inimahsumedang
Requires at least: WordPress 5.8
Version: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inimahsumedang.com
Tags: The custom theme
*/

body {
  font-family: "Poppins", sans-serif;
}

.zoom-image {
  overflow: hidden;
  display: inline-block;
}

.rounded-10px {
  border-radius: 10px;
}

.zoom-image img {
  transition: transform 0.5s ease;
}

.zoom-image:hover img {
  transform: scale(1.06); /* Zoom 6% */
}

.text-primary-blue {
  color: rgb(32, 54, 86);
}

.border-primary-grey {
  border: solid 1px #ebebeb;
}

.bordered {
  border: solid 1px #ebebeb;
}

.primary-btn {
  background: #023b68;
  color: white !important;
  border-radius: calc(infinity * 1px);
  font-size: 14px;
  text-decoration: none;
  padding: 9.5px 36px;
}

.primary-circle-btn {
  background: #023b68;
  color: white !important;
  font-size: 14px;
  text-decoration: none;
  padding: 9.5px 12px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  line-height: 1;
}

.secondary-circle-btn {
  background: white;
  color: rgb(143, 155, 173) !important;
  border: solid 1px rgb(235, 235, 235);
  font-size: 14px;
  text-decoration: none;
  padding: 9.5px 12px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  line-height: 1;
}

.hr-line {
  border: solid 1px lightgrey;
}

.hover-dropdown-list-nav {
  transition: margin-left 0.3s ease;
}

.hover-dropdown-list-nav:hover {
  margin-left: 0.3rem;
}

.hover-dropdown-list-nav a.dropdown-item:hover {
  color: #023b68 !important;
}

.dropdown-menu {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  color: white;
}

.contact-social-media-wrapper {
  background-color: rgb(32, 54, 86);
  padding: 1rem;
  border-radius: 10px;
}

.contact-item h3 {
  color: rgb(32, 54, 86);
  font-size: 18px;
}

.contact-item p {
  font-size: 15px;
  color: rgb(143, 155, 173);
  margin-top: 0.25rem;
}

.header-default.scrolled {
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.wave {
  height: 6px;
  margin-bottom: 20px;
}

.category-badge {
  background: #023b68;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.badge {
  background: #023b68;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem;
  font-weight: 400;
  z-index: 999;
}

.post-title {
  font-weight: 700;
  line-height: 1.3;
}

.post-list-sm .thumb {
  width: 60px;
  height: 60px;
}

.social-icons a {
  color: rgb(32, 54, 86);
  margin: 0 5px;
}

.featured-post-lg .thumb {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.ui-autocomplete {
  background: #ffffff;
  border: 2px solid #023b68 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  max-height: 400px;
  width: 200px;
  overflow: hidden !important;
  z-index: 1000;
}

.ui-menu-item-wrapper {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  border-bottom: 1px solid #e7f3ff !important;
}

.ui-autocomplete-input {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  border: 2px solid #023b68 !important;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.search-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 700px;
  width: 100%;
}

.search-input {
  border-radius: calc(infinity * 1px);
  padding: 0.75rem 1.5rem;
}

.submit-search-btn {
  padding: 0.75rem 2.5rem;
  border-radius: calc(infinity * 1px);
  background-color: #023b68;
}

.submit-search-btn:hover {
  background-color: #023b68;
}

.canvas-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: white;
  z-index: 9998;
  padding: 20px 40px;
  transition: right 0.3s ease;
}

.canvas-menu .nav-item .nav-link {
  color: rgb(32, 54, 86);
  border-bottom: 1px solid lightgray;
  padding-left: 0px !important;
}

.canvas-menu.active {
  right: 0;
}

.main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-inimah {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 5px;
  color: #333;
  text-decoration: none;
}

.ads-img-long {
  width: 100%;
  max-height: 126px;
  object-fit: cover;
  border-radius: 10px;
}

.nav-item .nav-link {
  padding: 0.5rem 1.25rem !important;
}

.nav-item.active .nav-link {
  background: #023b68;
  color: white !important;
  border-radius: calc(infinity * 1px);
}

.navbar-nav.custom-style-nav a {
  font-size: 14px;
  color: rgb(121, 136, 158) !important;
}

.nav-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

.nav-link.dropdown-toggle svg,
.nav-link.dropdown-toggle i {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.show .nav-link.dropdown-toggle svg,
.show .nav-link.dropdown-toggle i {
  transform: rotate(180deg);
}

.dropdown-toggle::after {
  display: none;
}

.search-btn {
  background: #023b68;
  border-radius: 100%;
  margin-right: 0.75rem;
}

.search-btn:hover {
  background: #023b68;
  border-radius: 100%;
  cursor: pointer;
}

.search-btn i {
  color: white;
}

.burger-menu {
  background: #023b68;
  border-radius: 100%;
  cursor: pointer;
}

.burger-menu svg {
  color: white;
}

.burger-menu:hover {
  background: #023b68;
  border-radius: 100%;
  cursor: pointer;
}

.search-and-hamburger-wrapper {
  display: flex;
  align-items: center;
}

.sidebar-menu-item-wrapper {
  height: 66vh;
}

.canvas-menu a {
  font-size: 14px;
  color: rgb(32, 54, 86);
}

.canvas-menu .nav-item .nav-link {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

#heroCarousel {
  position: relative;
  z-index: 1;
  height: 533px;
}

#heroCarousel img {
  height: 533px;
  object-fit: cover;
}

.carousel-inner {
  height: 100%;
}

/* Responsive adjustments */
@media (min-width: 1920px) {
  .left-vertical-ads,
  .right-vertical-ads {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .horizontal-bawah {
    margin-top: 45px !important;
  }

  #heroCarousel {
    height: 450px;
  }

  #heroCarousel img {
    height: 450px;
  }
}

.container-custom {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.tab-btn.nav-link.active {
  background: #023b68;
  color: white;
  border-radius: 20px;
}

.tab-btn.nav-link.active:hover {
  background: #023b68;
  color: white;
}

.tab-btn.nav-link {
  color: #8f9bad;
  border-radius: 30px;
  border: solid 1px #ebebeb;
  font-size: 15px;
  width: 100%;
  padding: 0.6rem 1.25rem !important;
}

.card.card-tab {
  border: solid 1px #ebebeb;
  border-radius: 10px;
}

.card.card-tab .card-header {
  border: none;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
}

.card.card-tab .card-body {
  padding: 30px !important;
}
.card.card-tab .nav {
  justify-content: space-between;
}

.card.card-tab .nav-item {
  width: 48%;
}

.card-body.card-tab h6 {
  font-size: 15px;
  font-weight: 700 !important;
}

.section-title {
  font-size: 24px;
}

.fs-15px {
  font-size: 15px;
}

.post-img {
  width: 166px;
  height: 80px;
  object-fit: cover;
}

.post-format {
  color: #fff;
  display: block;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  line-height: 54px;
  right: 20px;
  text-align: center;
  bottom: -25px;
  position: absolute;
  width: 50px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: #023b68;
  background: -webkit-linear-gradient(bottom, #023b68 0%, #616baf 100%);
  background: #023b68;
  z-index: 1;
  top: -1.5rem;
}

.card.categories a {
  color: #203656;
  font-weight: 500;
}

.card.categories .amount {
  color: rgb(143, 155, 173);
}

.card.categories li {
  border-bottom: none;
}

.border-b-inimahsumedang {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #ebebeb 0%, transparent 100%);
  border-image-slice: 1;
}

.border-b-inimahsumedang-to-left {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to left, #ebebeb 0%, transparent 100%);
  border-image-slice: 1;
}

.tag-inimah {
  color: #8f9bad;
  border: solid 1px #ebebeb;
  border-radius: 25px;
  font-size: 13px;
  display: inline-block;
  padding: 3px 14px;
  margin: 4px 0;
  background-color: white;
}

.back-to-top-btn {
  color: #8f9bad;
  border: solid 1px #ebebeb;
  border-radius: calc(infinity * 1px);
  padding: 0.5rem 1rem;
  font-size: 13px;
}

.text-build-from a {
  color: #023b68;
}

/* article page */
.article-hero {
  background: #f1f8ff;
  padding: 40px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-item a {
  color: #9faabb;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #9faabb;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item.active::before {
  color: #9faabb;
  font-size: 14px;
}

.page-numbers {
  position: relative;
  display: block;
  color: #8f9bad;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  border: solid 1px #ebebeb;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  width: 45px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination {
  justify-content: space-around;
}

.page-numbers.current {
  z-index: 3;
  color: #fff;
  border-color: transparent;
  background: #616baf;
  background: -webkit-linear-gradient(
    bottom,
    #616baf 0%,
    #023b68 51%,
    #616baf 100%
  );
  background: #023b68;
  background-size: auto 200%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html {
  margin-top: 0px !important;
}

.menu-item-has-children {
  position: relative;
}

#navbarNav .dropdown-item:active {
  background-color: transparent !important;
}

.zoom-image.thumbnail {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
  /* opsional */
}

.zoom-image.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-content {
  min-height: 60vh;
}
@media (max-width: 768px) {
  .pagination .page-numbers:nth-child(n + 8):nth-last-child(n + 4) {
    display: none;
  }
}
