body {
  padding-top: 40px;
  /* To offset fixed navbar */
}

.fw-bold {
  font-family: 'Playfair Display', serif !important;
}

.fw-semibold {
  font-family: 'Playfair Display', serif !important;
}

/* Style navbar biasa */
.navbar-apple {
  background-color: #f8f8f8 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.navbar-apple .nav-link {
  color: #333;
  padding: 0.2rem;
  font-weight: 200;
}

.navbar-apple .nav-link:hover {
  color: #000;
}

.navbar-apple ul li {
  padding-right: 15px;
}

#searchForm input {
  height: 30px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.search-box {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 260px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.search-box.show {
  opacity: 1;
  visibility: visible;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button.custom-font {
  font-size: 22px;
  font-weight: 500;
}

.usa-section {
  margin-top: 20px;
  background-color: #e8f6fb;
}

.usa-flag-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.usa-title {
  color: #132a75;
  font-size: 3rem;
}

.usa-link {
  margin-right: 1rem;
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}

.usa-divider {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.usa-item-border {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3) !important;
  border-top: 1px dashed rgba(0, 0, 0, 0.3) !important;
  max-width: 400px;
  margin: 40px 20px;
}

.usa-article-title {
  color: #0b2b45;
  font-weight: bold;
  text-decoration: underline;
  max-width: 80%;
  margin-right: 10px;
}

.usa-article-img {
  width: 110px;
  height: 75px;
  object-fit: cover;
}

.footer {
  padding: 2rem 1rem;
  background-color: #f8f9fa;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-links a {
  color: #000;
  text-decoration: underline;
  font-size: 1rem;
}

.footer-link a {
  color: #000;
  text-decoration: underline;
  font-size: 1rem;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-info {
  flex: 1 1 60%;
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.footer-info strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.footer-info p {
  margin: 0;
  font-size: 0.95rem;
}

.footer-right {
  flex: 1 1 30%;
  text-align: center;
}

.garuda-img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer-right p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

/*ISSUE*/

.issues-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #0d1b2a;
  color: white;
}

.issues-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  color: #000;
}


.issue-card {
  position: relative;
  overflow: hidden;
  height: 365px;
  color: white;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* Hanya ini, hapus yang sebelumnya */
  transition: all 0.3s ease;
  padding: 3.5rem 2rem;

}

.issue-title {
  font-family: 'Playfair Display', serif;
  position: relative;
  font-weight: 300;
  font-size: 26px;
  z-index: 2;
}

.issue-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  left: 0;
  bottom: -6px;
  transition: 0.3s;
}

.issue-card:hover .issue-title::after {
  width: 100%;
}

/* Hover effect khusus dengan overlay dan button */
.issue-card.hover-effect .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 55px;
  transition: all 0.3s ease-in-out;
}

.issue-card.hover-effect:hover .overlay {
  bottom: 0;
}

.issue-card.hover-effect .issue-title {
  transform: translateY(0);
  transition: transform 0.3s;
}

.issue-card.hover-effect:hover .issue-title {
  transform: translateY(-65px);
}

.issue-button {
  border-radius: 30px;
  margin-top: 10px;
  background: none;
  border: 1px solid white;
  color: white;
  padding: 8px 20px;
  font-size: 0.9rem;
  transition: background 0.3s;
}

.issue-button:hover {
  background: white;
  color: black;
}

#priorities-section h2.text-center {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Georgia', serif;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

#priorities-section .accordion-button {
  font-family: 'Georgia', serif;
  font-size: 18px;
  background-color: #f8f9fa;
  transition: background-color 0.3s ease;
}

#priorities-section .accordion-button:not(.collapsed) {
  background-color: #e9ecef;
}

#priorities-section .accordion-body ul {
  padding-left: 20px;
  margin-bottom: 0;
}

#priorities-section .accordion-body li {
  margin-bottom: 8px;
  line-height: 1.6;
}

#prioritiesAccordion .accordion-item {
  border: none;
  background-color: transparent;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}

#prioritiesAccordion .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 30px;
  padding-bottom: 30px;
}

#prioritiesAccordion .accordion-button:focus {
  box-shadow: none;
}

#prioritiesAccordion .accordion-body {
  background-color: transparent;
}

#prioritiesAccordion .accordion-body ul li {
  font-family: 'Playfair Display', serif;
  font-size: 16px;

}

/* tech-innovation */
#title-section {
  background-color: #0a163f;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

#title-section h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  font-family: 'Playfair Display', serif;

}

/* SECTION: AI Achievements */
#ai-achievements {
  background-color: #ffffff;
  padding: 4rem 0;
}

#ai-achievements .section-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #0a163f;
  margin-bottom: 3rem;
  text-align: center;
  font-family: 'Playfair Display', serif;

}

#ai-achievements .achievement-item {
  display: flex;
  align-items: start;
  /* atau gunakan center untuk tengah vertikal */
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
  font-family: 'Playfair Display', serif;

}

#ai-achievements .number {
  font-size: 2.5rem;
  color: #12326b;
  font-weight: bold;
  min-width: 3rem;
  margin-right: 1rem;
  line-height: 1;
  /* penting agar tidak terlalu tinggi */
}

#ai-achievements p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2.5;
  /* agar tidak terlalu dempet */
}


/* SECTION: Crypto Achievements */
#crypto-achievements {
  background-color: #f4f5f8;
  padding: 4rem 0;
}

#crypto-achievements .section-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #0a163f;
  margin-bottom: 3rem;
  text-align: center;
  font-family: 'Playfair Display', serif;

}

#crypto-achievements .achievement-item {
  display: flex;
  align-items: start;
  /* atau gunakan center untuk tengah vertikal */
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;

}

#crypto-achievements .number {
  font-size: 2.5rem;
  color: #12326b;
  font-weight: bold;
  min-width: 3rem;
  margin-right: 1rem;
  line-height: 1;
  /* penting agar tidak terlalu tinggi */
}

#crypto-achievements p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  /* agar tidak terlalu dempet */
}

/* SECTION: Related Links */
#related-links {
  background-color: #ffffff;
}

.related-container {
  max-width: 860px;
}

.related-title {
  text-transform: uppercase;
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.related-item {
  margin-bottom: 2rem;
}

.related-link {
  display: block;
  font-size: 1.75rem;
  color: #2c3640;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
}

.related-link:hover {
  text-decoration: underline;
}

.related-date {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.3rem;
}

.pagination .page-link {
  color: #6c757d;
  border: none;
  background: transparent;
  font-weight: 500;
}

.pagination .page-item.active .page-link {
  color: #0d6efd;
  border: none;
  background: transparent;
  font-weight: 700;
}

.pagination .page-link:hover {
  text-decoration: underline;
  background-color: transparent;
}

/* CONTAINER WIDTH CONTROL */
.custom-container {
  max-width: 860px;
}

/* ABOUT */
#about-1 img,
#about-3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}

#about-2 .section-title,
#about-4 .section-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;


}

#about-2 .section-text,
#about-4 .section-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-family: 'Playfair Display', serif;

}

/* executive */


#executive .container,
#executive .accordion,
#executive .accordion-item,
#executive .accordion-body {
  background: transparent;
  box-shadow: none;
  border: none;
}

#executive .accordion-item {
  border-bottom: 1px dashed #aaa;
  padding: 15px 0;
  cursor: pointer;
  padding: 0;
}

#executive .accordion-header {
  padding: 15px 0;
}

#executive .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, transform 0.4s ease;
  transform: translateY(-10px);
  margin: 0;
  /* Tidak ada margin agar border nempel */
  padding: 0 0 0 0;
  /* Padding biar tidak ngedorong border saat ditutup */
}

#executive .accordion-item.active .accordion-body {
  max-height: 300px;
  /* Atau pakai JS scrollHeight */
  transform: translateY(0);
  padding-top: 10px;
  /* Spasi antara judul dan konten SAAT AKTIF */
}

#executive .arrow {
  transition: transform 0.3s ease;
}

#executive .accordion-item.active .arrow {
  transform: rotate(180deg);
}

#accordion-image {
  transition: transform 0.4s ease;
}

#executive .judul {
  font-weight: 700;
  font-size: 50px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: 'Playfair Display', serif;

}

#executive .fw-semibold {
  font-weight: 600 !important;
  color: #12326b !important;
  font-size: 1.5rem !important;
  font-family: 'Playfair Display', serif;

}

#executive .h1-aboutklik {
  font-size: 12px !important;
}

/*news */
#highlights {
  border-top: 1px solid #999;
  padding-top: 2rem;
  background-color: #ffffff;
}

#highlights .main-article {
  border-right: 1px solid #999;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

#highlights .media-articles {
  padding-left: 1rem;
}

#highlights .article-img {
  width: 100%;
  margin: auto;
}

#highlight-list .article-img {
  height: 150px;
  object-fit: cover;
}

#highlights .badge {
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}

#highlights a {
  text-decoration: none;
  color: #000;
}

#highlights a:hover h3,
#highlights a:hover p {
  color: #1a499c;
}

#highlights small {
  font-size: 0.8rem;
}

#highlights .bottom-border {
  border-bottom: 2px dotted #999;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#highlights .youtube-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0.85;
}

#all-news a:hover h4 {
  color: #1a499c;
  /* merah bootstrap */
}

#all-news .border-top {
  border-top: 2px solid black !important;
  padding-top: 10px;
  padding-bottom: 30px;
}

#all-news .berita {
  width: 75%;
}

/* CONTACT */

#contact-header {
  background-color: #0a163f;
  color: #fff;
  padding: 4rem 0;
  text-align: center;

}

#contact-header h1 {
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Playfair Display', serif;

}

#contact-form {
  background-color: #fff;
  padding: 3rem 1rem;
}

#contact-form .form-label {
  font-weight: 600;
  color: #333;
}

#contact-form input,
#contact-form textarea {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 0.95rem;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #999;
}

#contact-form textarea {
  resize: none;
}

.btn-submit {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  transition: 0.3s ease;
}

.btn-submit:hover {
  background-color: #0d1b2a;
  color: #fff;
  border-color: #0d1b2a;
}

.form-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

/* Tombol submit rata kiri sejajar input */
.btn-submit {
  margin-top: 0.5rem;
}

.quote {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  font-size: 1.5rem;
  color: #444;
  font-style: italic;
  margin-bottom: 0.2rem;
  font-family: 'Playfair Display', serif;

}

.quote-author {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-size: 0.8rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

/*GALLERY */

#gallery-section .card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
}

#gallery-section .card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#gallery-section .card:hover img {
  transform: scale(1.05);
}

#gallery-section .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 10px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* transparan */
  pointer-events: none;
}

#gallery-section .card:hover .overlay {
  bottom: 0;
}

.gallery-page {
  display: none;
}

.gallery-page.active {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#detail-gallery {
  min-height: 90vh;
}

#detail-gallery .carousel-img {
  width: 90%;
  height: 80vh;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

#detail-gallery .carousel-caption-custom {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  font-weight: bold;
}

#artikel1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  padding: 0px 0px 70px 0px;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.4;
  color: #000000;
}

#artikel1 .container:first-child {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

#artikel1 .container:first-child .head {
  height: auto;
  width: 100%;
  padding: 0px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#artikel1 .container:first-child .head .waktu {
  width: 100%;
  height: auto;
  display: flex;
  gap: 15px;
  font-family: 'Playfair Display', serif;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #2059ba;
  margin-top: 25px;
}

#artikel1 .container:first-child .head .waktu h3,
#artikel1 .container:first-child .head .waktu p {
  padding: 0px 0px 0px 15px;
  justify-content: start;

}

#artikel1 .container:first-child .head .waktu a {
  color: #2059ba;
  text-decoration: none;
}

#artikel1 .container:first-child .head .waktu .tgl {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  text-align: left;
  word-spacing: 10px;
  color: #2059ba;
}

#artikel1 .container:first-child .head .waktu .sponsor {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}


#artikel1 .container:first-child .head .title {
  height: auto;
  font-family: 'Playfair Display', serif;
  font-size: 3.3em;
  max-width: 50%;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: start;
  text-align: center;
  margin-top: 10px;
}

#artikel1 .container:first-child .head .lead {
  height: auto;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1em;
  max-width: 50%;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  margin-bottom: 30px;

}

#artikel1 .container:first-child .head .img {
  width: 100%;
  height: 93vh;
  overflow: hidden;
  background-repeat: no-repeat;
  /* Mencegah gambar muncul berkali-kali */
  background-position: center;
  /* Set default position */
  position: relative;

}


#artikel1 .container:first-child .head .desc {
  width: 86%;
  display: flex;
  justify-content: left;
  align-items: start;
  margin-top: 6px;
  font-size: 13px;
  color: #212121;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  padding-bottom: 10px;
  margin-right: 6%;

}

#artikel1 .container:first-child .head .garis {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#artikel1 .container:first-child .head .desc img {
  height: 13px;
  /* Sesuaikan ukuran logo */
  vertical-align: middle;
  /* Menyelaraskan logo dengan teks */
  padding-top: 2px;
}

#artikel1 .container:nth-child(2) .paragraf .desc {
  width: 600px;
  display: flex;
  justify-content: left;
  align-items: start;
  font-size: 10px;
  color: #1e1e1e;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

#artikel1 .container:nth-child(2) .paragraf .desc {
  height: fit-content;
  /* Sesuaikan ukuran logo */
  vertical-align: middle;
  /* Menyelaraskan logo dengan teks */

}

#artikel1 .container:nth-child(2) .paragraf .desc img {
  padding-top: 2px;
  height: 13px;
  /* Sesuaikan ukuran logo */
  vertical-align: middle;
  /* Menyelaraskan logo dengan teks */
}


#artikel1 .container:nth-child(2) {
  width: 90%;
  height: fit-content;
  display: flex;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: start;
}



#artikel1 .container:nth-child(2) .paragraf {
  padding: 10px 0px 0px 19%;
  display: flex;
  width: 85%;
  height: fit-content;
  justify-content: space-between;
  align-items: start;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) {
  width: 10%;
  height: fit-content;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: center;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .bookmark {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .bookmark a {
  height: 70px;
  width: 70px;
  margin-top: 300%;
  border-radius: 15%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  transition: 0.3s;
  justify-content: center;
  font-size: 27px;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
  align-items: center;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .bookmark a:hover {
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background-color: #e03a3c;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed a i {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed a {
  height: 35px;
  width: 35px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  margin: 20px 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #090909;
  border-radius: 50%;
  transition: 0.3s;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed a:hover {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) {
  width: 100%;
  height: fit-content;
  margin-left: 20px;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) .penulis {
  padding: 10px 0px 20px 0px;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #2059ba;
  margin-left: 1.9%;
}


#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) p {
  height: fit-content;
  width: 90%;
  font-size: 1.2em;
  font-family: 'Playfair Display', serif;
}


#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) p a {
  color: #b70d0f;
  transition: 0.3s;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) p a:hover {
  color: #f91014;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) .img {
  height: 319px;
  width: 580px;
  margin: 20px 0 5px 0;
}


#artikel1 .container:nth-child(2) .adv {
  padding-top: 100px;
  width: 30%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#artikel1 .container:nth-child(2) .adv .mostPopular {
  width: 95%;
  height: fit-content;
  padding: 7cm 30% 0 30px;
}

#artikel1 .container:nth-child(2) .adv .mostPopular .judul {
  width: 90%;
  text-align: left;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Playfair Display', serif;
  color: #b70d0f;
}

#artikel1 .container:nth-child(2) .adv .mostPopular .content {
  height: fit-content;
  padding: 20px 0px 0px 0px;
  width: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: start;
  line-height: 1;

}

#artikel1 .container:nth-child(2) .adv .mostPopular .content .img {
  width: 85px;
  height: 90px;
  margin-bottom: 10px;

}

#artikel1 .container:nth-child(2) .adv .mostPopular .content .desc {
  width: 70%;
  margin-left: 10px;
}

#artikel1 .container:nth-child(2) .adv .mostPopular .content .tipe {
  color: #b70d0f;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 0.9em;
}

#artikel1 .container:nth-child(2) .adv .mostPopular .content .title {
  font-size: 1.1em;
  max-width: 87%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  margin: 5px 0px 5px 0px;
  font-family: 'Playfair Display', serif;
}

#artikel1 .container:nth-child(2) .adv .mostPopular .content .penulis {
  font-size: 12px;
  color: #525252;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-transform: uppercase;
}

#readmore {
  width: 100%;
  padding: 0px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
}

#readmore .container {
  padding: 0px 0;
  width: 100%;
}

/* Kartu artikel */
#readmore .card {
  border: none;
  transition: transform 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#readmore .card:hover {
  transform: scale(1.02);
}

#readmore .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
  padding: 10px 10px 0 10px;
}

#readmore .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin: 10px 0 5px;
  padding: 0px 10px 10px 10px;
}

#readmore .card-body {
  padding: 10px 0 0;
}

/* Pagination */
#readmore .pagination {
  margin-top: 30px;
}

#readmore .pagination .page-link {
  color: #000;
  border: 1px solid #ccc;
}

#readmore .pagination .page-link:hover {
  background-color: #000;
  color: #fff;
}

#readmore .pagination .active .page-link {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

#rolex-section {
  background-color: white;
  margin-bottom: 0;
  padding-bottom: 0;
}

#rolex-section .logo-section {
  background-color: #12326b;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

#rolex-section .logo-caption {
  font-size: 0.95rem;
  margin-bottom: 2rem;
  color: white;
}

#rolex-section .logo-img {
  height: 85px;
  object-fit: contain;
  filter: brightness(100%);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#rolex-section .section-title {
  color: #1a499c;
  font-weight: 700;
  font-size: 2.25rem;
}

#rolex-section .section-description {
  color: #444;
  font-size: 1rem;
  margin-bottom: 10px;
}

#rolex-section .btn-link {
  color: #1a499c;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
}

#rolex-section .btn-link i {
  margin-left: 5px;
}

#rolex-section .filter-menu a {
  text-decoration: none;
  font-weight: 500;
  color: #222;
}

#rolex-section .filter-menu a.active {
  color: #1a499c;
  position: relative;
}

#rolex-section .filter-menu a.active .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1a499c;
  border-radius: 50%;
  margin-left: 4px;
}

#rolex-section .btn-config {
  background-color: #1a499c;
  color: white;
  border-radius: 999px;
  padding: 6px 20px;
  font-weight: 600;
}

/* Breakpoint: max-width 992px (Tablet dan ke bawah) */
@media (max-width: 992px) {
  #statis-footer h3 {
    font-size: 1.6rem;
  }

  #statis-footer p.lead {
    font-size: 1rem;
  }

  #statis-footer h5 {
    font-size: 1.1rem;
  }

  #statis-footer li {
    font-size: 0.95rem;
  }
}

/* Breakpoint: max-width 768px (Tablet ke bawah) */
@media (max-width: 768px) {

  #about-2 .section-title,
  #about-4 .section-title {
    font-size: 28px;
  }

  #about-2 h5,
  #about-4 h5 {
    font-size: 18px;
  }

  #about-2 p,
  #about-4 p {
    font-size: 16px;
  }

  .navbar-apple {
    height: 60px;
    padding: 0;
    margin: 0;
  }

  #appleNavbar {
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background-color: #f9f9f9;
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1050;
    padding-top: 50px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  }

  #appleNavbar.show {
    right: 0;
  }

  #appleNavbar .navbar-nav {
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
  }

  #appleNavbar .nav-item {
    padding: 0;
  }

  #appleNavbar .nav-link {
    padding: 1rem 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #333;
    background-color: transparent;
  }

  #appleNavbar .nav-link:hover {
    background-color: #e0e0e0;
    color: #000;
  }

  .navbar-toggler {
    z-index: 1100;
    position: fixed;
    top: 10px;
    right: 10px;
  }

  #searchForm {
    display: none;
  }

  #searchForm input {
    width: 100%;
    height: 35px;
  }

  #searchToggle {
    display: none;
  }

  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-info {
    order: 2;
    margin-top: 2rem;
  }

  .footer-right {
    order: 1;
  }

  .footer-links {
    justify-content: center;
  }

  #crypto-achievements p,
  #ai-achievements p {
    line-height: 1.2;
  }

  .quote {
    font-size: 0.9rem;
  }

  .quote-author {
    font-size: 0.6rem;
  }

  #contact-header h1,
  #title-section h1 {
    font-size: 2rem;
  }

  .issue-title {
    font-size: 20px;
  }

  .issues-section h2 {
    font-size: 32px;
  }

  #priorities-section h2.text-center {
    font-size: 24px;
  }

  .usa-item-border {
    margin: 10px;
    max-width: 95%;
  }

  #highlights .utama {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    margin-left: 3%;
    width: 95%;
  }

  #highlights .utama .article-img {
    width: 105% !important;
    height: auto;
    margin-bottom: 1rem;
  }

  #highlights .utama p.text-secondary {
    display: none !important;
  }

  #highlights .utama .article-content {
    width: 100%;
    max-width: 600px;
  }

  #highlight-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.5rem;
    padding-bottom: 1rem;
  }

  #highlight-list::-webkit-scrollbar {
    display: none;
  }

  #highlight-list .col-md-3 {
    flex: 0 0 70%;
    max-width: 45%;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 6px;
  }

  #highlight-list .article-img {
    width: 100%;
    height: auto;
  }

  #highlight-list p.fw-semibold {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }

  #highlight-list small {
    font-size: 0.75rem;
  }

  #highlight-dots {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }

  #highlight-dots .dot {
    height: 8px;
    width: 8px;
    margin: 0 3px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  #highlight-dots .dot.active {
    background-color: #1a499c;
  }

  #all-news .berita {
    width: 100%;
  }

  #statis-footer h3 {
    font-size: 1.4rem;
  }

  #statis-footer p.lead {
    font-size: 0.95rem;
  }

  #statis-footer h5 {
    font-size: 1rem;
  }

  #statis-footer li {
    font-size: 0.9rem;
  }
}

/* Breakpoint: max-width 576px (Smartphone besar) */
@media (max-width: 576px) {
  #statis-footer h3 {
    font-size: 1.25rem;
  }

  #statis-footer p.lead {
    font-size: 0.9rem;
  }

  #statis-footer h5 {
    font-size: 0.95rem;
  }

  #statis-footer li {
    font-size: 0.85rem;
  }

  #crypto-achievements .section-heading,
  #ai-achievements .section-heading {
    font-size: 1.5rem;
  }

  #crypto-achievements .achievement-item,
  #ai-achievements .achievement-item,
  #crypto-achievements p,
  #ai-achievements p {
    font-size: 1rem;
  }

  .related-link {
    font-size: 1.2rem;
  }

  .related-date {
    font-size: 0.6rem;
  }

  #executive .judul {
    font-size: 2rem;
  }

  #executive .fw-semibold {
    font-weight: 500 !important;
    color: #12326b !important;
    font-size: 1rem;
  }

  #about-2 .section-title,
  #about-4 .section-title {
    font-size: 24px;
  }

  #about-2 h5,
  #about-4 h5 {
    font-size: 16px;
  }

  #about-2 p,
  #about-4 p {
    font-size: 14px;
  }
}

/* Breakpoint: max-width 480px (Smartphone kecil) */
@media (max-width: 480px) {

  #about-2 .section-title,
  #about-4 .section-title {
    font-size: 24px;
  }

  #about-2 h5,
  #about-4 h5 {
    font-size: 16px;
  }

  #about-2 p,
  #about-4 p {
    font-size: 14px;
  }

  .navbar-apple .nav-link {
    background-color: #f9f9f9;
    padding: 0.5rem 1rem;
    display: block;
    width: 100vw;
    box-sizing: border-box;
  }

  #readmore .card {
    margin: 0;
  }

  #readmore .card:first-child {
    margin-left: 10px;
  }

  #readmore .card:last-child {
    margin-right: 10px;
  }

  #artikelContainer {
    margin: 0 -0.5rem;
  }

  #artikelContainer>.artikel-item {
    padding: 0 0.5rem;
  }

  #readmore .card img {
    height: 100px;
    object-fit: cover;
  }

  #readmore .card-title {
    font-size: 13px;
  }

  .isi-artikel {
    font-size: 15px;
  }

  #artikel1 .container:nth-child(2) {
    margin-left: 3%;
  }

  #artikel1 .container:first-child .head .desc {
    font-size: 10px;
  }

  #statis-footer .head .lead {
    font-size: 12px;
  }
}