.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f3d2e;
}

.page-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Box */
.heritage-box {
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin-bottom: 24px;
}

.box-title {
    background: #0f3d2e;
    color: #ffffff;
    font-weight: 800;
    padding: 10px 14px;
}

.box-content {
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

/* List */
.heritage-list {
    padding-left: 18px;
    margin: 0;
}

.heritage-list li {
    margin-bottom: 6px;
}

/* Responsive */
@media(max-width:767px) {
    .page-title {
        font-size: 26px;
    }
}

.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f3d2e;
}

.page-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Info Box */
.heritage-box {
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-bottom: 24px;
}

.box-title {
    background: #0f3d2e;
    color: #fff;
    font-weight: 800;
    padding: 10px 14px;
}

.box-content {
    padding: 16px;
    font-weight: 600;
    line-height: 1.7;
}

/* Place Card */
.place-card {
    border: 1px solid #d0d0d0;
    background: #fff;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.place-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
}

.place-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.place-body {
    padding: 16px;
}

.place-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f3d2e;
}

.place-text {
    font-size: 14.5px;
    font-weight: 600;
    margin: 8px 0 12px;
}

.view-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #0f3d2e;
    padding: 8px 14px;
    text-decoration: none;
}

.view-btn:hover {
    background: #145c45;
    color: #fff;
}

/* List */
.heritage-list {
    padding-left: 18px;
}

.heritage-list li {
    margin-bottom: 6px;
}

/* Responsive */
@media(max-width:767px) {
    .page-title {
        font-size: 26px;
    }

    .place-img {
        height: 180px;
    }
}

/* ===== VIEW MORE BUTTON ===== */
.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f3d2e;
    background: #f1f6f4;
    border: 2px solid #0f3d2e;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: all .25s ease;
}

/* Arrow icon using CSS */
.view-btn::after {
    content: "→";
    font-size: 16px;
    transition: transform .25s ease;
}

/* Hover */
.view-btn:hover {
    background: #0f3d2e;
    color: #ffffff;
}

.view-btn:hover::after {
    transform: translateX(4px);
}

/* Focus (Govt accessibility) */
.view-btn:focus {
    outline: 2px dashed #0f3d2e;
    outline-offset: 2px;
}

/* Mobile friendly */
@media(max-width:767px) {
    .view-btn {
        width: 100%;
        justify-content: center;
    }
}


/* Titles */
.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f3d2e;
}

.page-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Box */
.detail-box {
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-bottom: 24px;
}

.box-title {
    background: #0f3d2e;
    color: #fff;
    font-weight: 800;
    padding: 10px 14px;
}

.box-content {
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

/* Gallery */
.gallery-img {
    border: 1px solid #d0d0d0;
    cursor: pointer;
    transition: transform .2s ease;
}

.gallery-img:hover {
    transform: scale(1.03);
}



.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f3d2e;
}

.page-subtitle {
    font-size: 18px;
    font-weight: 700;
}

.detail-box {
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-bottom: 24px;
}

.box-title {
    background: #0f3d2e;
    color: #fff;
    font-weight: 800;
    padding: 10px 14px;
}

.box-content {
    padding: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.gallery-img {
    border: 1px solid #d0d0d0;
    cursor: pointer;
}


.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f3d2e;
}

.page-subtitle {
    font-size: 18px;
    font-weight: 700;
}

.detail-box {
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-bottom: 24px;
}

.box-title {
    background: #0f3d2e;
    color: #fff;
    font-weight: 800;
    padding: 10px 14px;
}

.box-content {
    padding: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.gallery-img {
    border: 1px solid #d0d0d0;
    cursor: pointer;
}



/* ===== GOOGLE MAP ===== */
.map-frame{
  width:1300px;
  height:600px;
  max-width:100%;
  border:0;
  display:block;
  margin:0 auto; /* center align */
}

/* Tablet */
@media(max-width:1200px){
  .map-frame{
    width:100%;
    height:450px;
  }
}

/* Mobile */
@media(max-width:767px){
  .map-frame{
    width:100%;
    height:300px;
  }
}
