.intro-section .container {
  position: relative;
  z-index: 2;
}

.intro-section {
  position: relative;
  background-image: url('../img/home30.jpg');
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  padding: 40px 15px;
  /* Increased padding for better spacing */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Text Styling */
.header-section h1 {
  font-size: 2.5rem;
  /* Responsive font size */
  font-weight: 700;
  /* Bold font for emphasis */
  letter-spacing: 1px;
  /* Add some spacing between letters */
  margin-bottom: 20px;
  text-transform: uppercase;
}

.header-section small {
  font-size: 1rem;
  /* Smaller font size for subtitle */
  font-weight: 300;
}


/* css yang baru */
.page-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}


.breadcrumb {
  background-color: #f8f9fa;
}

.breadcrumb-dark .breadcrumb-item a {
  color: #00D9A5;
}

.breadcrumb-dark .breadcrumb-item a:hover {
  color: #07be94;
  text-decoration: none;
}

.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  content: "/";
}

.breadcrumb-dark .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
  font-size: 14px;
}


.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.blog-details {
  position: relative;
  display: block;
}

.blog-details .post-thumb {
  position: relative;
  display: block;
  margin-bottom: 32px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(154, 159, 151, 0.3);
}

.blog-details .post-title {
  margin-bottom: 24px;
  font-weight: 400;
}

.blog-details .post-content {
  font-size: 18px;
  line-height: 1.7;
  color: #6E807A;
}

.blog-details .post-thumb img {
  width: 100%;
}

.blog-details .post-meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.blog-details .post-meta a {
  color: #6E807A;
}

.blog-details .post-meta a:hover {
  color: #07be94;
  text-decoration: none;
}

.blog-details .post-meta .divider {
  padding-left: 8px;
  padding-right: 8px;
}

.blog-details .post-tags {
  display: block;
  padding: 16px 0;
}

.blog-details .post-tags a {
  display: inline-block;
  padding: 4px 12px;
  background-color: #596261;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  transition: all .2s ease;
}

.blog-details .post-tags a:hover {
  text-decoration: none;
  background-color: #07be94;
  color: #fff;
}


.card-blog .post-title,
.card-blog .post-title a {
  color: #343531;
}

.card-blog .post-title:hover,
.card-blog .post-title a:hover {
  text-decoration: none;
  color: #07be94;
}

.blog-item .post-title a {
  color: #6D7170;
  transition: all .2s ease;
}

.blog-item .post-title a:hover {
  color: #07be94;
  text-decoration: none;
}


.sidebar-block {
  position: relative;
  display: block;
  padding: 15px 24px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E8EEE4;
  box-shadow: 0 4px 12px rgba(154, 159, 151, 0.2);
}

.sidebar-block::after {
  display: block;
  clear: both;
  content: "";
}

.sidebar-title {
  font-weight: 600;
  margin-bottom: 24px;
  color: #596261;
}

.sidebar-title::after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 50px;
  height: 3px;
  background-color: #00D9A5;
  border-radius: 40px;
}


.blog-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8EEE4;
}

.blog-item .post-thumb {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 100px;
  height: 80px;
  background-color: #A1AAA7;
  overflow: hidden;
}

.blog-item .post-thumb img {
  width: auto;
  height: 100%;
}


.blog-item .meta a {
  margin-right: 6px;
  font-size: 12px;
  color: #6E807A;
}

.blog-item .meta a:hover {
  text-decoration: none;
}


/* Styling for the article and sidebar */
.page-section {
  padding-top: 3rem;
  /* Reduced padding top */
}

.container {
  max-width: 1200px;
  /* Adjust container width */
}

.blog-details .post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  /* Rounded corners for images */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Soft shadow for images */
}

.blog-details .post-title {
  margin-top: 1.5rem;
  /* Space between title and content */
  font-size: 2rem;
  /* Adjust font size */
  font-weight: bold;
  /* Bold title */
}

.blog-details .post-content p {
  line-height: 1.6;
  /* Improve readability */
  font-size: 1rem;
  /* Adjust font size */
  color: #333;
  /* Darker text for better contrast */
}

.sidebar {
  border-left: 1px solid #ddd;
  /* Light border for separation */
  padding-left: 1.5rem;
  /* Add padding */
}

.sidebar-block {
  margin-bottom: 2rem;
  /* Space between blocks */
}

.sidebar-block .sidebar-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  /* Space below title */
}


.blog-item {
  display: flex;
  margin-bottom: 1rem;
  /* Space between blog items */
  border-bottom: 1px solid #ddd;
  /* Divider line */
  padding-bottom: 1rem;
  /* Padding for blog items */
}

.blog-item .post-thumb img {
  width: 80px;
  /* Fixed width for thumbnail */
  height: auto;
  border-radius: 4px;
  /* Rounded corners for thumbnails */
}

.blog-item .content {
  margin-left: 1rem;
  /* Space between image and content */
}

.blog-item .post-title {
  font-size: 1rem;
  /* Font size for post title */
  font-weight: normal;
  color: #007bff;
  /* Link color */
}

.blog-item .meta {
  font-size: 0.875rem;
  /* Smaller font size for meta information */
  color: #666;
  /* Lighter color for meta */
}

.blog-item .meta a {
  margin-right: 1rem;
  /* Space between meta links */
}


/* Styling for pagination */
.pagination {
  margin-top: 20px;
}

.page-link {
  border-radius: 25px;
  padding: 5px 15px;
  /* Mengurangi padding pada pagination */
}

.page-item.active .page-link {
  background-color: #28a745;
  /* Warna hijau untuk halaman aktif */
  border-color: #28a745;
}

.page-link:hover {
  background-color: #e9ecef;
  /* Warna latar belakang saat di-hover */
}

.page-link:focus {
  box-shadow: none;
  /* Hilangkan bayangan saat tombol fokus */
}

.card-artikel {
  margin-top: 20px; /* Jarak atas default */
}

/* Menambahkan margin lebih besar pada card terbaru */
.card-artikel:first-of-type {
  margin-top: 40px; /* Jarak atas lebih besar untuk card pertama */
}
