* {
    margin: 0;
    padding: 0;
}
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.aside-title{
    text-align: left;
    width: 100%;
}

.banner{
    text-align: center;
    color: #055339;
}

.banner h1{
    text-transform: uppercase;
}

.banner .title-news{
    text-transform: none;
}

.bi--person-circle{
    margin-left: 20px;
    text-decoration: none;
}

.bi--person-circle:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23FE5719'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/%3E%3C/g%3E%3C/svg%3E");
}

.btn{
    background-color: #055339;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn:hover{
    background-color: #FE5719;
}

.btn-footer{
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 10px;
    background-color: transparent;
    color: #c5a462;
    padding: 6px 10px;
    border: 2px solid #c5a462;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-footer:hover{
    background-color: #c5a462;
    color: #0b3c5a;
}

.card{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.cards{
    margin: 0 auto;
}

.cards img{
    height: 200px;
    width: auto;
}

.cards .TWBWI{
    width: 400px;
    height: auto;
}

.column{
    background-color: #c5a462;
    border-radius: 10px;
    padding: 10px 10px;
    width: 250px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-caption{
    color: #023e01;
    font-size: 14px;
}

.container{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container .left-section{
    display: flex;
    align-items: center;
}

.container .right-section{
    display: flex;
    align-items: center;
}

.content{
    margin-top: 70px;
    padding: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
}

.datacard{
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 3px 3px 3px#023e01;
    padding: 10px 20px;
    border: #023e01 1px solid;
    flex: 1;
    text-align: center;
}

.datacard p{
    font-weight: bold;
    font-size: 36px;
}

.down{
    display: flex;
    align-items: center;
}

.dropdown-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    background-color: #FFF;
    border-radius: 10px;
    display: none;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu li {
    margin: 0;
}

.footer{
    background-color: #055339;
    color: #FFF;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

.footer-card{
    background-color: #FFFFFF33;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FFFFFF4D;
    text-align: left;
    box-shadow: 0 4px 6px #00000033;
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: inline-block;
}

.footer-bottom {
    border-top: 1px solid #FFF;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    align-items: center;
    padding: 10px 0;
}

.footer-column{
    flex: 1;
    min-width: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer-column p{
    width: 80%;
    margin: 0 auto;
}

.footer-column h4{
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li{
    margin-bottom: 5px;
}

.footer-column ul li a{
    color: #FFF;
    text-decoration: none;
    border-bottom: #055339 2px solid;
    transition: border-bottom 0.3s ease;
}

.footer-column ul li a:hover{
    border-bottom: 2px solid #FE5719;
}

.grid{
    margin-top: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 70% 30%;
    justify-content: center;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px #055339 solid;
    display: flex;
    justify-content: center;
    z-index: 1000;
    height: 70px;
    box-shadow: 0 4px 8px 0 #055339;
}

.icon .skill-icons--instagram, .icon .logos--youtube-icon, .icon .logos--whatsapp-icon, .icon .logos--google-gmail{
    width: 48px;
    height: 48px;
}

.icon .mdi--phone-classic{
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23023e01' d='M12 3C7.46 3 3.34 4.78.29 7.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48a1.01 1.01 0 0 0 1.41.01c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1C8.85 5.25 10.39 5 12 5c1.59 0 3.14.25 4.59.72v3.1c0 .39.23.74.56.9c.98.49 1.85 1.12 2.67 1.85c.18.18.43.28.68.28c.3 0 .55-.11.73-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7A16.97 16.97 0 0 0 12 3M9 7v3s-6 5-6 8v4h18v-4c0-3-6-8-6-8V7h-2v2h-2V7zm3 5a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 9.5 16a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5'/%3E%3C/svg%3E");
}

.img-banner{
    display: flex;
    gap: 3px;
    max-height: 500px;
}

.banner-row{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-direction: column;
}

.banner-column{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 3px;
}

.banner-container{
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: inline-block;
}

.banner-img-news{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.banner-img-news:hover{
    transform: scale(1.1);
}

.banner-caption{
    position: absolute;
    color: #FFF;
    z-index: 2;
    width: 100%;
    bottom: 10px;
    padding: 5px 5px;
}

.banner-tag{
    background-color: #FE5719;
    font-size: 12px;
    border-radius:5px;
    min-width: 50px;
    max-width: max-content;
    text-align: center;
    padding: 3px 5px;
}

.banner-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: justify;
    margin-top: 10px;
    width: 95%;
}

.banner-title a{
    text-decoration: none;
    color: #FFF;
    transition: color 0.3s ease;
    font-weight: bold;
    text-shadow: 
    1px 1px 0px #000,
    -1px 1px 0px #000,
    1px -1px 0px #000,
    -1px -1px 0px #000;
}

.banner-title a:hover{
    color: #0b3c5a;
    text-shadow: none;
}

.banner-date{
    font-size: 14px;
    opacity: 60%;
}

.img-footer{
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-container{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}

.img-news{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.img-news:hover{
    transform: scale(1.1);
}

.information{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin: 0 auto;
    padding: 10px 0px;
    border-bottom: #055339 1px solid;
    border-top: #055339 1px solid;
}

.information p{
    display: flex;
    align-items: center;
    gap: 10px;
}

.information p:not(:last-child){
    border-right: #055339 1px solid;
    padding-right: 10px;
}

.information p:not(:first-child){
    padding-left: 10px;
}

.information .bi--person-circle{
    width: 20px;
    height: 20px;
}

.isi{
    text-align: justify;
}

.isi p{
    margin-top: 20px;
}

.logo-caption{
    opacity: 80%;
    font-style: italic;
    text-align: center;
}

.logo-img{
    height: 50px;
}

.menu{
    display: flex;
    position: relative;
}

.menu a{
    color: #055339;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s ease;
    padding: flex;
    align-items: center;
    gap: 5px;
    border-bottom: #FFF 1px solid;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.menu a:hover{
    color: #FE5719;
    border-bottom: #0b3c5a 1px solid;
}

.menu a:hover .ri--arrow-drop-down-line{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FE5719' d='m12 15l-4.243-4.242l1.415-1.414L12 12.172l2.828-2.828l1.415 1.414z'/%3E%3C/svg%3E");
}

.news-caption{
    opacity: 60%;
}

.news-category{
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px 15px;
    color: #0b3c5a;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 30px;
    border: #0b3c5a 1px solid;
}

.news-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 250px;
    height: 150px;
}

.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
    display: block;
}

.news-img img:hover{
    transform: scale(1.1);
}

.news-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: justify;
    margin-top: 10px;
}

.news-title a{
    text-decoration: none;
    color: #0b3c5a;
    transition: color 0.3s ease;
}

.news-title a:hover{
    color: #FE5719;
}

.paragraph{
    font-weight: lighter;
    text-align: justify;
}

.photo img{
    width: 100%;
    height: auto;
}

.platform{
    color: #023e01;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.pop-article{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}


.pop-img{
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-img img{
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
    transition: transform 0.3s ease;
    display: block;
}

.pop-img img:hover{
    transform: scale(1.1);
}

.pop-caption{
    font-size: 14px;
    opacity: 50%;
}

.pop-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.pop-news{
    color: #055339;
    margin-top: 10px;
}

.pop-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pop-title a{
    text-decoration: none;
    color: #0b3c5a;
    transition: color 0.3s ease;
}

.pop-title a:hover{
    color: #FE5719;
}


.popular{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pprofile{
    width: 100%;
    text-align: justify;
}

.QR{
    display: flex;
    gap: 50px;
    justify-content: center;
}

.QR img{
    height: 500px;
    width: auto;
    border: 1px solid #0b3c5a;
    border-radius: 10px;
}

.row{
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.search{
    margin-right: 20px;
}

.search input{
    padding: 5px;
    border: 1px solid #055339;
    border-radius: 5px;
    padding: 9px 5px;
}

.sec-main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sec-title{
    display: flex;
    justify-content: space-between;
}

section, aside {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
}

.sec-foot{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.socmed{
    color: #FFF;
}

.socmed:hover{
    color: #c5a462;
}

.subtitle{
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: underline #FE5719;
}

.sub-title{
    text-decoration: underline #FE5719;
}

table{
    margin: 0 auto;
    border-collapse: collapse;
}

.tag{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FE5719;
    color: #FFF;
    padding: 5px 5px;
    font-size: 12px;
    border-radius:0px 0px 10px 0px;
    z-index: 2;
    min-width: 50px;
}


.tagar{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.tagar a{
    text-decoration: none;
    color: #0b3c5a;
    font-weight: bolder;
    border-radius: 5px;
    border: #0b3c5a 1px solid;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.tagar a:hover{
    color: #FFF;
    background-color: #0b3c5a;
}

td{
    padding: 3px 8px;
    text-align: left;
}


.vismis{
    text-align: center;
    font-weight: lighter;
}

.vismis li{
    text-align: left;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin-top: 50px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    padding: 10px 15px;
    color: #0b3c5a;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination li a:hover {
    background-color: #0b3c5a;
    color: white;
}

.pagination .active span {
    background-color: #0b3c5a;
    color: white;
    border-color: #0b3c5a;
    padding: 10px 15px;
    border-radius: 5px;
}

.chart-container {
    display: flex;
    justify-content: center;  /* Memusatkan secara horizontal */
    align-items: center;
    width: 100%;  /* Lebar penuh */
    height: 400px; /* Tinggi yang sama untuk kedua canvas */
}

#kelurahanChart, #kegunaanTanahChart {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%; /* Sesuaikan tinggi dan lebar dari div container */
}

.table {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th {
    background-color: #f8f9fc;
    color: #055339;
    font-weight: bold;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    border-top: #055339 1px solid;
    border-bottom: #055339 1px solid;
}

.table td {
    text-align: center;
    white-space: nowrap; /* Menghindari teks dalam tabel untuk membungkus dan memastikan scroll muncul */
    vertical-align: middle;
    padding: 5px 10px;
}

.table tr:last-child{
    border-bottom: #055339 1px solid;
}

.table-responsive {
    overflow-x: auto;
    justify-content: center;
}