.container {
  max-width: 1440px;
  margin: 0 auto;
  /* border: solid 1px rgb(0, 0, 0); */
  padding: 1%;
}

/* General Row Styling */
.row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Images default */
.row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Row 1 - Full width fixed height */
.row1 {
  height: 372px;
    object-fit: contain;
}
.row1 img {
  width: 100%;
  height: 100%;
  
}

/* Row 2 - Full width, fixed height 50px */
.row2 {
  height: 50px;
  background: #f2f2f2;
 
}

/* Row 3 - Two images, padding 70px each side, 70px gap */
.row3 {
   /* border: solid 1px red; */
   width: 100%;
  padding: 20px 0px;
  gap: 15px;
  height: 372px; /* optional fixed height, pwede tanggalin if auto */
}
.row3 img {
  height: 100%;
  object-fit: contain;
}

/* Row 4 - Full width 75px height */
.row4 {
  height: 75px;
  background: #f9f9f9; 
  
}

/* Horizontal line */
hr {
  border: none;
  border-top: 2px solid #ccc;
  margin: 0;
}

/* Row 5 - 3 images (38%, 38%, 24%) with 70px padding */
.row5 {
  padding: 0px;
     /* border: solid 1px red; */
  gap: 10px;
  height: 372px;
}
.row5 img:nth-child(1),
.row5 img:nth-child(2) {
  /* width: 35%; */
  object-fit: contain;
}
.row5 img:nth-child(3) {
  width: 26%;
  object-fit: contain;
}
.row5 img {
  height: 100%;
  object-fit: contain;
}

/* Row 6 and 7 - Full width image, 340px height, padding 70px */
.row6, .row7 {
  padding: 0px;
  height: 340px;
  padding: 30px 0;
  /* border: solid 1px red; */
  object-fit: contain;
}
.row6 img, .row7 img {
  width: 100%;
  height: 100%;
   object-fit: contain;
}

/* Row 8 - Two images 50% each with padding 70px both side + gap 70px */
.row8 {
  padding: 0px;
  gap: 20px;
  height: 372px;
}
.row8 img {
  /* width: calc(50% - 35px); */
  height: 100%;
  object-fit: contain;
}

/* Row 9 - Full width image, 340px height, padding 70px */
.row9 {
  padding: 0px;
  height: 340px;
}
.row9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Placeholder for non-image rows */
.placeholder {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #555;
}


/* modaaaal */

/* Modal background */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.6);
}

/* Modal content box */
.modal-content {
  background: #fff;
  margin: auto;
  padding: 30px 50px;
  border-radius: 12px;
  max-width: 600px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.modal-content h2{
  font-size: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #344B52;
}

.modal-content p{
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
}

/* Close button */
.close {
  position: absolute;
  top: 10px; right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}
/* Modal background */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.6);
}

/* Modal content box */
.modal-content {
  background: #fff;
  margin: auto;
  padding: 20px 30px;
  border-radius: 12px;
  border-top: solid 10px #344B52;
  max-width: 600px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Close button */
.close {
  position: absolute;
  top: 10px; right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}


.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.info-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 50%;
  padding: 6px 9px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.info-icon:hover {
  background: rgba(0,0,0,0.85);
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  max-width: 1440px;
  padding: 20px;
}

.navigation a {
  text-decoration: none;
  background: #446770;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}

.navigation a:hover {
  background: white;
  color: #344B52;
  border: solid 1px #344B52;
}

.row{
  border: solid 1px rgb(0, 0, 0);
  padding: 1% 0;
}

.fivereason{
  /* border: solid 1px red; */
  max-width: fit-content;
  width: 100%;
}

.fivereason img {
  width: 100%;      
  height: auto;     
  display: block;    
}


.participate{
  /* border: solid 1px red; */
  max-width: fit-content;
  width: 100%;
}

.participate img {
  width: 100%;      
  height: auto;     
  display: block;    
}

/* ------------ table of contents ---------- */


.container1 {
  max-width: 1200px;;
  margin: auto;
  margin-top: 3%;
  /* border: solid 1px red; */
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.toc {
  position: relative;
  display: inline-block;
  width: 100%;

}

.toc .bg-img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12% 15% 10% 15%;
  width: 70%;
  height: 76%;
  color: #000;
  /* border: solid 1px rgb(212, 255, 0); */
}

.overlay h1{
  font-size: 45px;
  color: #344B52;
}

.section1 {
  margin-bottom: 20px;
  /* background-color: #00000092; */
  background-color: #28373bd6;
  padding: 40px 50px 30px 50px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
  line-height: 250%;
}


.section2 {
  margin-bottom: 20px;
  /* background-color: #00000092; */
 background-color: #28373bd6;
  padding: 40px 50px 30px 50px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
  line-height: 250%;
}


.section2 h3 {
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
    color: #ffffffa4;
}

.section1 h3 {
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
    color: #ffffffa4;
}

.section1 h3 span {
  font-weight: 500;
  font-size: 35px;
    color: #ffffffa4;
  min-width: 25px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 35px;
    color: #ffffffa4;
      line-height: 300%;
}

li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #999;
  margin: 6px 0;
    color: #ffffffa4;
  font-size: 28px;
}

li a {
  text-decoration: none;
    color: #ffffffa4;
  font-weight: normal;
}

li span {
  margin-left: 20px;
  font-weight: 500;
    color: #ffffffa4;
}

/* ---------- responsiveness ------------- */


/* Laptops (max 1366px) */
@media (max-width: 1366px) {
  .container { max-width: 1200px; }
  .row3 img, .row5 img, .row8 img { min-width: 48%; }
}

/* Tablets (max 1024px) */
@media (max-width: 1024px) {
  .container { max-width: 950px; }
  .row3, .row5, .row8 { flex-direction: column; }
  .row3 img, .row5 img, .row8 img { width: 100%; min-width: 100%; }
}

/* Small Tablets / Large Phones (max 768px) */
@media (max-width: 768px) {
  .container { max-width: 700px; padding: 10px; }
  .row { flex-direction: column; }
  .row img { width: 100%; }
  .info-icon { font-size: 12px; padding: 4px 7px; }
}

/* Phones (max 480px) */
@media (max-width: 480px) {
  .container { max-width: 100%; padding: 5px; }
  .row { margin-bottom: 10px; }
  .navigation a { padding: 10px 16px; font-size: 14px; }
}