@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

:root {
    --red: #BC0F0F;
    --black: #333237;
    --grey: #828282;
    --grey-soft: #DDE5E9;
    --gold: #EAA901;
    --orange: #E15E01;
    --white: #FFFFFF;
    --background: #FAF9FB;
    --linear: linear-gradient(90deg, #B5427C 35.05%, #F07328 100%);

}

body {
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;

}

.table-fit {
    width: 1%;
    white-space: nowrap;
}

.image-align-left {
    text-align: left;
}

.image-align-center {
    text-align: center;
}

.image-align-right {
    text-align: right;
}

#content {}

/* NAVBAR */
#navbar {
    background: var(--linear) !important;
    color: var(--white) !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-master .nav-link {
    padding: 0 !important;

}

.navbar-master {
    background: var(--linear);
}

.navbar-master li a {
    color: var(--white) !important;
    margin-right: 10px;
    font-size: 15px !important;
}

.navbar.navbar-floating li a {
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-right: 10px;
    font-size: 17px;
}

.navbar.navbar-scrolled li a {
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: white;
    color: white;
    margin-right: 10px;
    font-size: 17px;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-link {
    color: var(--white);
}

.nav-link.active {
    font-weight: 600;
}

/* Header Detail Page */
.sticky-header {
    position: sticky;
    top: 76px;
    z-index: 9;
}

/* Slider */
.header-slider {
    position: relative;
    height: 430px;
    overflow: hidden;
}

.header-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.header-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.header-slide a {
    text-decoration: none;
    color: var(--white);
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
    color: #fff;
}

.header-content {
    position: relative;
}

.header-content .icon{
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.header-title {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}

.header-desc {
    font-size: 16px;
    margin: 5px 0 0;
    line-height: 25.6px;
    font-weight: 300;
}


.custom-nav-header-slider {
    position: absolute;
    top: -165px;
    left: 0;
    padding-left: calc(1.5rem * .5);
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 2;
    transform: none;
}

.custom-nav-header-slider button {
    background-color: white;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 20px;
}

.custom-nav-header-slider button.tns-nav-active {
    background-color: var(--orange);
    width: 80px;
    height: 12px;
}

.hero-content {
    z-index: 2;
    max-width: 1000px;
    margin-top: 150px;
}

.hero-content h1 {
    font-size: 65px;
    font-weight: 700;
    color: var(--white);
    line-height: 118.4px;
}

.hero-content p {
    font-size: 21px;
    font-weight: 400;
    color: var(--white);
    line-height: 33.6px;
}

.hero-content a {
    background-color: var(--gold);
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.hero-content a:hover {
    background-color: var(--white);
    color: var(--gold);
}

/* Service */

.menu-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--gold);
}

.menu-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--grey);
}

.service-container {
    /* background-color: var(--background); */
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    text-decoration: none;
}

.gradient-bg {
    width: 130px;
    height: 97px;
    background: var(--linear);
    border-radius: 12px;
    margin: auto;
    /* padding: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#layanan .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    margin-top: 11px;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#layanan .desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 25.2px;
    color: var(--grey);
}

/* Infografis */
.container-infografis {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#infografis .swiper {
    width: 100%;
    padding: 50px 0px 70px 0px;
}

#infografis .swiper-slide {
    position: relative;
    width: 360px;
    height: 450px;
}

#infografis .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    border-radius: inherit;
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

#infografis .swiper-slide-active::after {
    opacity: 0;
}

#infografis .swiper-slide a {
    position: relative;
    /* z-index: 2; */
}

#infografis .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    user-select: none;
    z-index: 2;
}

#infografis .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-top: 150px !important;

}

#infografis .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #E15E01;
    border-radius: 50%;
}

#infografis .swiper-pagination-bullet-active {
    width: 42px;
    height: 10px;
    background-color: #E15E01;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out;
}

/* PPID */
.ppid {
    min-height: 90px;
    background-color: var(--background);
    margin-bottom: 40px;
    border-radius: 20px;
    border-left: var(--orange) 10px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.ppid a {
    text-decoration: none;
}

.ppid h4 {
    background: var(--linear);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    line-height: 28.8px;
    font-size: 16px !important;
    margin-bottom: 0;
}

.ppid-image {
    width: 100%;
}


/* kalkulator-reklame */

#kalkulator-reklame .container {
    margin-top: 120px;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select:focus {
    outline: none;
    border-color: #DDE5E9;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.label-form {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    color: var(--grey);
    margin-bottom: 15px;
}

.custom-input {
    width: 100%;
    height: 45px !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    background-color: var(--background);
    color: #828282B2;
    border: 1px solid var(--grey-soft);

}

.custom-input::placeholder {
    font-size: 15px !important;
    /* Sesuaikan ukuran font placeholder */
    color: #828282B2;
    /* Sesuaikan warna placeholder */
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}


#kalkulator-reklame .form-control {
    height: 45px !important;
    background-color: var(--background) !important;
    color: var(--grey) !important;
    border: 1px solid var(--grey-soft) !important;
}

#kalkulator-reklame .form-control::placeholder {
    font-size: 15px !important;
    color: #828282B2 !important;
}

.calendar-icon {
    width: 18px;
    height: 18px;
}

.input-group-text {
    height: 45px;
    background: var(--linear) !important;
    text-align: center !important;
    align-items: center !important;
}


#kalkulator-reklame .btn-hitung {
    background-color: var(--gold);
    color: var(--white);
    padding: 10px 20px;
}

#kalkulator-reklame .btn-reset {
    border: 2px solid var(--grey-soft);
    color: #828282B2;
    padding: 10px 20px;
    margin-right: 20px;
}

#kalkulator-reklame hr {
    width: 45%;
    border: 2px solid var(--grey-soft);
}

#kalkulator-reklame .modal .tax-amount {
    background-color: #E15E011A;
    border-radius: 10px;
}

.modal-content {
    border-radius: 25px !important;

}

.modal-header {
    border: none !important;
    justify-content: center !important;
    text-align: center !important;
}

.modal-footer {
    border: none !important;
}

.modal-title {
    color: var(--gold);
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: center !important;
    align-self: center !important;
}

.modal-body {
    color: var(--grey);
}

#kalkulator-reklame .modal .tax-amount h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 56px;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#kalkulator-reklame .modal .modal-body .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

#kalkulator-reklame .modal .modal-body .value {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

#kalkulator-reklame .modal .modal-body a {
    background-color: var(--gold);
    color: var(--white);
    padding: 15px 30px;
}

/* Jenis Pajak */
#jenis-pajak {
    background: var(--linear) !important;
}

#jenis-pajak .container {
    margin-top: 100px;
    padding: 80px;
}

#jenis-pajak .menu-desc {
    color: var(--white);
}

.jenis-pajak-container {
    background-color: var(--background);
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
}

#jenis-pajak .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 10px;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#jenis-pajak .desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 25.2px;
    color: var(--grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Layanan Pengaduan */

.gradient-bg-pengaduan {
    width: 160px;
    height: 120px;
    background: var(--linear);
    border-radius: 5px;
    margin: auto;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pengaduan .container {
    margin-top: 80px;
}

#pengaduan .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 10px;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#pengaduan .desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 25.2px;
    color: var(--grey);

}

/* Berita */
#berita {
    background-color: var(--background) !important;
    /* margin-bottom: 200px !important; */
}

#berita .container {
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 120px;
}

#berita .container h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: var(--black);
}

.read-more {
    width: 50px;
    height: 50px;
}

#berita .slider {
    height: 100%;
}

.cover-berita {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 66.67%;
    border-radius: 20px;
}

.cover-berita img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    display: block;
    max-height: none;
    max-width: none;
}

#berita .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--grey);
    margin-top: 20px;

}

.icon-berita {
    height: 25px;
    width: 25px;
}

.desc-berita {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.6px;
    color: var(--orange);
    text-align: center;
    margin-left: 10px;
}

#berita .card-berita {
    background-color: var(--white);
    border-radius: 25px;
}

#berita .card-berita h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--black);
}

#berita .card-berita .desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--grey);
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#berita .card-berita .row {
    padding: 20px 25px;
}

.custom-nav-news-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 12px;
    padding: 10px 0;
    margin-top: 50px;
}

.custom-nav-news-slider button {
    width: 12px;
    height: 12px;
    border: transparent;
    background-color: #E15E0133;
    border-radius: 20px;
    margin-right: 10px;
}

.custom-nav-news-slider button.tns-nav-active {
    background-color: var(--orange);
    width: 50px;
    height: 12px;
}

/* PPID */


#ppid {
    margin-top: 100px !important;
}

.gradient-bg-ppid {
    width: 160px;
    height: 120px;
    background: var(--linear);
    border-radius: 5px;
    margin: auto;
    padding: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ppid-container {
    background-color: var(--background);
    text-align: center;
    border-radius: 20px;
}

.ppid-link {
    text-decoration: none;
}

.ppid-container {
    background-color: var(--background);
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 20px;
}

#ppid .ppid-container .gradient-bg-ppid h5 {
    color: white;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

#ppid .ppid-container p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Informasi */

#informasi {
    /* margin-top: 120px !important; */
}

#informasi .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.accordion {
    /* border-radius: 20px !important; */
    background-color: transparent !important;
    --bs-accordion-border-width: 0 !important;
}

.accordion-item {
    border-radius: 20px !important;
    border-left: var(--orange) 10px solid !important;
    /* border-style: inset !important; */
    margin-bottom: 50px;
}

.accordion-button {
    background-color: var(--background) !important;
    padding: 30px !important;
    color: var(--grey) !important;
    font-size: 18px !important;
    font-weight: 600px !important;
    line-height: 30px !important;
    border-radius: 20px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body {
    background-color: var(--background) !important;
    border-radius: 20px !important;
    margin-top: -40px !important;
    padding-top: 40px !important;
}

.header-iframe {
    background-color: var(--black);
    color: var(--white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 40px;
}

.accordion iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px !important;
}

#rating {
    background-color: var(--background);
    padding: 50px 0;
    margin-bottom: 100px;
    position: relative;
}

#rating .bg-block{
    background-color: var(--background);
    height: 45px;
    width: 220px;
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}

/* Footer */
footer {
    background: var(--linear);
}

footer a {
    color: var(--white);
    text-decoration: none !important;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.4px;
}

footer i {
    font-size: 23px;
    /* padding: 5px; */
    margin-right: 15px;
}

/* Floating */
.floating-container {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 10px;
}

.floating-btn {
    width: 60px;
    height: 60px;
    background-color: var(--gold);
    border-radius: 50%;
    margin-bottom: 15px;
}

.floating-btn:last-child {
    margin-bottom: 5px;
}

.floating-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.floating-btn .icon {
    width: 100%;
    padding: 5px;
}

.floating-btn i {
    color: var(--white);
    font-size: 30px;
}

/* Pengaduan */
.contact-complaint b {
    display: inline-block;
    width: 10%;
    position: relative;
    padding-right: 10px;
}

.contact-complaint b::after {
    content: ":";
    position: absolute;
    right: 10px;
}

/* Berita - Bidang A */

#berita-bidang h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    color: var(--grey);
}

#berita-bidang .img-berita {
    border-radius: 20px;
}

#berita-bidang a {
    text-decoration: none;
}

.read-more {
    width: 50px;
    height: 50px;
}

#berita-bidang .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--grey);
    margin-top: 10px;

}

.icon-berita {
    height: 25px;
    width: 25px;
}

.desc-berita {
    font-size: 13px;
    font-weight: 400;
    line-height: 25.6px;
    color: var(--orange);
    text-align: center;
    margin-left: 10px;
}

#berita .card-berita {
    background-color: var(--white);
    border-radius: 25px;
}

#berita .card-berita h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--black);
}

#berita .card-berita .desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--grey);
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#berita .card-berita .row {
    padding: 20px 25px;
}

/* Pagination Berita Bidang */
.pagination .btn-control-pagination {
    background-color: var(--background);
    color: var(--grey);
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    margin-right: 10px;
}

.pagination .btn-pagination {
    background-color: var(--background);
    color: var(--grey);
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
    margin-right: 10px;
}

.pagination .btn-pagination.active {
    background-color: var(--gold) !important;
    color: var(--white) !important;
    border-radius: 5px;
    padding: 5px 15px;
}

.pagination .page-item {
    margin-right: 5px;
    margin-left: 5px;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #fff;
    background: var(--gold);
    box-shadow: unset;
    border: unset;

}

.pagination .page-item .page-link {
    border-radius: 5px;
    border: unset;
    padding: 0 10px;
    height: 40px;
    min-width: 40px;
    background: var(--background);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--grey);
}

#download-table {
    border-collapse: collapse !important;
    margin-top: 0 !important;
}

#download-table_wrapper .datatables-header {
    background-color: var(--background) !important;
    padding: 25px 25px 0;
    border-radius: 10px 10px 0 0;
}

#download-table_wrapper .dataTables_length {
    display: none;
}

#download-table_wrapper #download-table_filter .form-control-sm:focus {
    box-shadow: unset;
    border-color: var(--orange);
}

#download-table_wrapper #download-table_filter .form-control-sm {
    min-height: unset;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: var(--bs-border-radius);
}

#download-table_wrapper #datatables-footer-download .dataTables_info {
    padding-top: 0;
}

#download-table_wrapper #datatables-footer-download .paginate_select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 50% !important;
    transform: translateY(50%) !important;
}

/* PBJT */
#header {
    background: var(--linear);
    border-bottom-right-radius: 90px;
    padding-bottom: 20px;
}

#header .overlay {
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

#header .title {
    font-size: 25px;
    font-weight: 500;
    color: var(--white);
    line-height: 40px;
    margin-bottom: 20px;
}

#content {
    min-height: calc(100vh - 423px);
}

#content .title-content h4,
.datatables-header-left h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--black);
    line-height: 38px;
}

.datatables-header-left h4 {
    margin-bottom: 0;
}

#content .desc-content {
    font-size: 17px;
    font-weight: 400;
    color: var(--grey);
    line-height: 32px;
}

#content .desc-content td {
    padding: 0 5px !important;
    border: unset !important;
    font-weight: normal;
}

#content .desc-content img {
    max-width: 100%;
    height: auto;
}

#content .iframe {
    width: 100%;
    height: 500px;
}

#content .submenu-content {
    color: var(--gold);
    font-weight: 600;
    font-size: 19px;
    line-height: 33.6px;

}

/* Pajak BPHTB */

.table-bordered {
    border-color: var(--grey-soft) !important;
    border-radius: 20px !important;
}

.table-bordered th,
.table-bordered td {
    border-color: var(--grey-soft);
    /* Warna border untuk th dan td */
}

#content .table th {
    /* text-align: center; */
    background-color: var(--background) !important;
    color: var(--grey) !important;
    padding: 25px;
}

#content #pills-realisasi .table.table-bordered {
    border-color: var(--grey-soft) !important;
    border-radius: 10px !important;
}

#content #pills-realisasi .table th {
    text-align: center;
    background-color: var(--background) !important;
    color: var(--black) !important;
    padding: 15px !important;
}

#content #pills-realisasi .table thead td[colspan="3"] {
    text-align: center;
}

#content #pills-realisasi .table td {
    padding: 20px !important;
    /* text-align: center; */

}

.table td {
    padding: 35px 20px !important;
    color: var(--grey) !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 30.4px;

}

.table td li {
    padding: 5px;
}

/* Detail Berita */
.prev-berita .control {
    color: var(--grey);
    font-size: 19px;
    line-height: 33.6px;
    font-weight: 500;
}

.prev-berita .berita-title {
    color: var(--grey);
    font-size: 18px;
    line-height: 33.6px;
    font-weight: 400;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.prev-berita img {
    width: 60px;
    height: 60px;
    transform: rotate(224deg);
}

.next-berita .control {
    color: var(--grey);
    font-size: 19px;
    line-height: 33.6px;
    font-weight: 500;
}

.next-berita .berita-title {
    color: var(--grey);
    font-size: 18px;
    line-height: 33.6px;
    font-weight: 400;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.next-berita .img-control {
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
}

/* Halaman Detail Berita */
#title-detail-berita {
    line-height: 45px !important;
}

#header .overlay-detail-berita {
    width: 100% !important;
    height: 100% !important;
    bottom: 0 !important;
    top: 0 !important;
}

.news-information p {
    font-size: 14px;
    color: var(--white);
    margin-left: 10px;
}

.news-thumbnail {
    width: 100%;
    border-radius: 20px;
}


/* Detail Informasi Berkala */
.nav-pills .nav-link.active {
    border-radius: 50px;
    background: var(--linear) !important;
    color: var(--white) !important;
}


.nav-pills a {
    color: var(--grey);
}

.nav-pills a:hover {
    color: var(--orange);
}

.form-select {
    background-color: var(--grey-soft) !important;
    color: var(--orange) !important;
    border-radius: 10px !important;
}

.tab-line {
    color: var(--grey-soft);
}

.without-list {
    list-style: none;
}

.btn-download,
.btn-view {
    background-color: var(--background);
    color: var(--orange);
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 15px;
    margin-right: 20px;
    font-size: 15px;
}

.icon-button {
    width: 22px;
    height: 22px;
}

.custom-select-tab {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    background: url('assets/img/select-icon.png') no-repeat right 25px center;
    background-size: 12px;
    cursor: pointer;
    background-color: var(--background);
    color: #828282B2;
    border-color: #DDE5E9;
    font-size: 15px;
}

/* Profile - Visi Misi */
.title-desc {
    font-size: 17px;
    color: var(--grey);
    font-weight: 700;
}

#visi-misi .pemkot {
    height: 134px;
}

#visi-misi .bapenda {
    height: 95px;
}

/* Profile - Bapenda */
h1 {
    font-size: 43px;
    font-weight: 600;
    line-height: 68.8px;
}

.img-profile {
    width: 400px;
    height: 400px;
}

#iframe-profile {
    width: 100%;
    height: 500px;
    border-radius: 20px !important;
}

.btn-back {
    width: 212px;
    background-color: var(--gold);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    color: var(--white);
    text-decoration: none;
}

/* Download */


#btn-search {
    background: var(--linear) !important;
    border: unset !important;
    height: 45px !important;
    width: 50px !important;
    padding-bottom: 12px !important;
}


/* ISI SKM */
.link-survey {
    color: var(--gold) !important;
    line-height: 27.2px;
}

.qr-container {
    width: 300px;
    height: 300px;
    background-color: var(--background);
    border-radius: 20px;
    padding: 24px;
}

.card-submenu {
    text-decoration: none;
    color: var(--black);
    border-radius: 20px;
    border: 1px solid var(--grey-soft);
    margin-bottom: 50px;
}

.card-submenu .thumbnail {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 100%;
    border-radius: 20px;
}

.card-submenu .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    display: block;
    max-height: none;
    max-width: none;
}

.card-submenu .text {
    padding: 20px 20px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
}

.card-submenu .text h4 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.card-submenu .text .icon {
    width: 45px;
    height: 45px;
}

.card-submenu .text .bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    border-radius: 0 20px 0 0;
}

.card-submenu .text .icon-mobile {
    position: absolute;
    height: 24px;
    width: 24px;
    bottom: 10px;
    right: 10px;
}

.card-post {
    border: 1px solid var(--grey-soft);
    border-radius: 20px;
    background-color: var(--white);
    height: 100%;
}

.card-post .thumbnail {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 66.67%;
    border-radius: 20px;
}

.card-post .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    display: block;
    max-height: none;
    max-width: none;
}

.card-post .text {
    position: relative;
    padding: 20px;
}

.card-post .text h4 {
    color: var(--black);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.card-post .text p {
    color: var(--grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.card-post .text .icon {
    height: 50px;
    width: 50px;
    margin-left: 10px;
}

#ftnr6netwk .ft-float-button ,
#ftifh25x1 .ft-float-button {
    bottom: 355px;
}

/* Breakpoints */
@media (max-width: 575.98px) {
    #ftnr6netwk .ft-float-button ,
    #ftifh25x1 .ft-float-button {
        bottom: 225px;
        right: 5px;
    }

    .datatables-header-left h4 {
        display: none;
    }

    /* Header Detail Page */
    .sticky-header {
        position: sticky;
        top: 61px;
        z-index: 9;
    }

    /* Navbar Mobile */
    .title-offcanvas {
        font-size: 21px;
        line-height: 33.6px;
        font-weight: 600;
        color: var(--white);
    }

    .navbar-master .submenu .submenu-container {
        text-decoration: none !important;
        list-style-type: none !important;
    }

    .navbar-master .submenu .submenu-container li a {
        text-decoration: none !important;
        font-size: 14px !important;
        line-height: 25.6px !important;
        padding-top: 10px;
    }

    .collapse-submenu-icon {
        transition: transform 0.3s ease;
        transform: rotate(0deg);
    }

    .collapse-submenu-icon.rotate {
        transform: rotate(90deg);
    }

    .desc-footer-nav {
        font-size: 12px;
        line-height: 19.2px;
        font-weight: 500;
    }

    /* Header Home */
    .header-slider {
        height: 266px;
    }

    .header-content {
        min-height: 140px;
    }

    .header-title {
        font-size: 17px;
        line-height: 27.2px;
    }

    .header-desc {
        font-size: 12px;
        line-height: 19.2px;
        font-weight: 500;
    }

    .custom-nav-header-slider {
        gap: 5px;
        top: -175px !important;
    }

    .custom-nav-header-slider button {
        width: 8px;
        height: 8px;
        padding: unset;
    }

    .custom-nav-header-slider button.tns-nav-active {
        width: 50px;
        height: 8px;
    }

    /* Aplikasi & Layanan */
    #layanan .container {
        margin-top: 40px;
    }

    #layanan .row>* {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .service-container {
        padding: 0;
        height: 100%;
        border-radius: 10px;
        text-decoration: none;
        text-align: center;
    }

    .menu-title {
        font-size: 16px;
        line-height: 25.6px;
    }

    .menu-desc {
        font-size: 12px;
        line-height: 19.2px;
    }

    .gradient-bg {
        width: 74px;
        height: 60px;
        padding: 15px;
        border-radius: 6px;
    }

    #layanan .title {
        font-size: 12px;
        line-height: 18px !important;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 25px;
    }

    /* Infografis */
    #infografis .swiper {
        padding: 20px 0px 35px 0px !important;
    }

    #infografis .swiper-slide {
        width: 146px !important;
        height: 182px !important;
    }

    #infografis .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }

    #infografis .swiper-pagination-bullet-active {
        width: 29px !important;
        height: 6px !important;
    }

    /* PPID */
    .ppid {
        margin-bottom: 20px !important;
        border-radius: 15px !important;
        border-left: var(--orange) 8px solid !important;
        min-height: 70px;
        padding: 0 20px;
    }

    .ppid h4 {
        background: unset !important;
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: unset !important;
        font-size: 12px !important;
        line-height: 19.2px;
        color: var(--grey) !important;
        margin-bottom: 0 !important;
    }

    /* Berita */
    .custom-nav-news-slider {
        margin-top: 0 !important;
    }

    .custom-nav-news-slider button {
        width: 6px !important;
        height: 6px !important;
        margin-right: 5px !important;
    }

    .custom-nav-news-slider button.tns-nav-active {
        width: 35px !important;
        height: 6px !important;
    }

    /* Informasi */

    /* Profile - Visi Misi */
    #visi-misi .pemkot {
        height: 75px !important;
    }

    #visi-misi .bapenda {
        height: 54px !important;
    }

    /* Floating Button */
    .floating-container {
        padding: 10px 5px 0;
        right: 0px;
    }

    .floating-btn {
        width: 40px;
        height: 40px;
        background-color: var(--gold);
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .floating-content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .floating-btn i {
        color: var(--white);
        font-size: 17px;
    }

    /* Profile - Bapenda */
    .title-content {
        font-size: 18px !important;
        line-height: 25.6px !important;
    }

    .title-desc {
        font-size: 14px !important;
        line-height: 19.2px !important;
    }

    .img-profile {
        width: 220px !important;
        height: 220px !important;
    }

    #iframe-profile {
        width: 100%;
        height: 200px;
        border-radius: 10px !important;
    }

    /* Bidang Berita  */
    #berita-bidang .img-berita {
        width: 100% !important;
        border-radius: 20px !important;
    }

    #berita-bidang .title {
        font-size: 17px !important;
        line-height: 24px !important;
        color: var(--black) !important;
        font-weight: 600 !important;
    }

    #berita-bidang .desc {
        font-size: 14px !important;
        line-height: 21.6px !important;
        font-weight: 400 !important;
        margin-top: 0px !important;
    }

    #berita-bidang .read-more-mobile {
        height: 24px !important;
    }

    .pagination .btn-control-pagination {
        border: var(--grey-soft) 1px solid !important;
    }

    .pagination .btn-pagination {
        border: var(--grey-soft) 1px solid !important;
    }

    /* PPID */
    .zoom-image {
        background-color: #BC0F0F1A;
        border-radius: 5px;
        padding: 2px 5px;
        border: none;
    }

    .zoom-image p {
        font-size: 12px;
        color: var(--red);
        line-height: 16px;
    }

    /* .btn-download-mobile {
        background: var(--linear);
        border-radius: 5px;
        padding: 10px 15px;
    } */


    /* .chart-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    } */

    /* .chart-container {
        min-width: 1000px;
        height: 200px;
    } */
    /* .chart-wrapper {
        height: auto;
        margin-bottom: 50px ;
        background-color: var(--background);
        padding: 15px;
    }
    .chart-container {
        height: 150px !important;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    canvas{
        width: 100% !important;
    } */

    .zoom-chart {
        background-color: #BC0F0F1A;
        border-radius: 5px;
        padding: 2px 5px;
        border: none;
        text-decoration: none !important;
    }

    .zoom-chart p {
        font-size: 12px;
        color: var(--red);
        line-height: 16px;
    }

    #zoomChartModal .modal-dialog {
        max-width: 100vh;
        /* height: 100vw; */
        transform: rotate(90deg);
        margin: 0;
        align-content: center;
    }

    #zoomChartModal .modal-content {
        width: 90vh;
        height: 90vw;
        border-radius: 10px !important;
    }

    #zoomChartModal canvas {
        width: 1200px;
        height: 100%;
        padding: 10px 40px 40px;
    }


    #navbar-mobile .navbar-brand img {
        width: 97px;
        height: 36px;
    }

    .navbar-brand img {
        width: 97px;
        height: 36px;
    }

    .navbar-floating {
        display: none !important;
    }

    .navbar-master {
        display: block !important;
        position: fixed;
    }





    /* Home */

    .home-section {
        height: fit-content !important;
        padding: 20px !important;
    }

    .hero-content {
        margin-top: 100px !important;
    }

    .hero-content h1 {
        font-size: 23px !important;
        line-height: 33.6px !important;
    }

    .hero-content p {
        font-size: 12px !important;
        line-height: 19.2px !important;
    }

    .hero-content a {
        font-size: 10px;
        line-height: 16px;
        padding: 10px 8px;
        margin-top: 5px;
        margin-bottom: 20px;
    }



    /* Kalkulator */
    #kalkulator-reklame .container {
        margin-top: 60px;
    }

    .label-form {
        font-size: 12px;
        line-height: 22.4px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .custom-select-wrapper select {
        font-size: 12px;
    }

    .custom-select {
        height: 35px !important;
        padding: 5px 20px !important;
        border-radius: 5px !important;
        background-size: 12px !important;
        font-size: 12px;
    }

    .custom-input {
        height: 35px !important;
        padding: 5px 20px !important;
        font-size: 12px !important;
        border-radius: 5px;
    }

    .custom-input::placeholder {
        font-size: 12px !important;
        /* Sesuaikan ukuran font placeholder */
        color: #828282B2;
        /* Sesuaikan warna placeholder */
    }

    .custom-select option {
        font-size: 10px !important;
    }

    .input-group {
        height: 35px !important;
    }

    #kalkulator-reklame .form-control {
        height: 35px !important;
    }

    #kalkulator-reklame .form-control::placeholder {
        font-size: 12px !important;
    }

    .calendar-icon {
        width: 12px;
        height: 12px;
    }

    .input-group-text {
        height: 35px;
    }

    #kalkulator-reklame hr {
        display: none;
    }

    #kalkulator-reklame .btn-hitung {
        padding: 10px 20px !important;
        margin-top: 30px;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
    }

    #kalkulator-reklame .btn-reset {
        padding: 8px 20px;
        margin-right: 20px;
        margin-top: 30px;
        font-size: 10px;
        line-height: 16px;

    }

    .modal-title {
        font-size: 16px;
    }

    #kalkulator-reklame .modal .modal-body .title {
        font-size: 14px;
        font-weight: 600;
        line-height: 22.4px;
    }

    #kalkulator-reklame .modal .modal-body .value {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.2px;
        margin-top: 8px;
    }

    #kalkulator-reklame .modal .tax-amount h5 {
        font-size: 14px;
        font-weight: 800;
        line-height: 22.4px;
        margin-top: 10px;
    }

    #kalkulator-reklame .modal .modal-body a {
        background-color: var(--gold);
        color: var(--white);
        padding: 12px 20px;
        font-size: 10px;
    }

    .modal-body {
        padding-bottom: 50px !important;
    }

    /* Jenis Pajak */
    #jenis-pajak .container {
        margin-top: 80px;
        padding: 12px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .gradient-bg-pengaduan {
        width: 80px;
        height: 60px;
    }

    .jenis-pajak-container {
        padding: 20px;
        max-height: 196px !important;
        border-radius: 10px;
    }

    #jenis-pajak .title {
        font-size: 16px;
        line-height: 25.6px;
    }

    #jenis-pajak .desc {
        font-size: 12px;
        line-height: 19.2px;
        margin-top: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    /* Pengaduan */
    #pengaduan .container {
        margin-top: 50px;
    }

    #pengaduan .title {
        font-size: 16px;
        line-height: 23.6px;
        font-weight: 600;
    }

    #pengaduan .desc {
        font-size: 12px;
        line-height: 17.2px;
    }

    /* Berita */
    #berita .container {
        margin-top: 60px;
        padding-top: 30px;
        padding-bottom: 50px !important;
    }

    #berita .container h2 {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
        padding-right: 50px;
    }

    #berita .desc {
        font-size: 12px;
        line-height: 19.2px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .read-more-mobile {
        width: 95px !important;
        height: 21px !important;
    }

    #berita .card-berita {
        background-color: var(--background);
        /* border-radius: 25px; */

    }

    #berita .card-berita .row {
        padding: 0px;
    }

    #berita .card-berita h4 {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
        padding-right: 50px;
    }

    #berita .card-berita .desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 21.6px;
        margin-top: 0px;
    }

    /* PPID */
    #ppid {
        margin-top: 50px !important;
    }

    .gradient-bg-ppid {
        width: 80px;
        height: 60px;
        padding: 35px;
    }

    .ppid-container {
        background-color: var(--background);
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        border-radius: 10px;
    }

    #ppid .ppid-container .gradient-bg-ppid h5 {
        color: white;
        font-size: 12px;
        font-weight: 600;
        line-height: 17.2px;
        text-align: center;
    }

    #ppid .ppid-container p {
        font-size: 12px;
        font-weight: 600;
        line-height: 19.2px;

    }


    /* Informasi */
    #informasi .container {
        padding-bottom: 50px;
    }

    .accordion-item {
        margin-bottom: 30px;
    }

    .accordion-button {
        font-size: 13px !important;
        line-height: 23.4px !important;
        padding: 20px !important;
    }

    .accordion iframe {
        width: 100% !important;
        height: 200px !important;
    }

    /* Footer */
    footer {
        position: sticky;
        top: 100vh;
    }

    footer .pemkot {
        width: 70px;
        height: 70px;
    }

    footer .bapenda {
        width: 132px;
        height: 50px;
    }

    footer p {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

    footer a {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }


    footer i {
        font-size: 20px;
        /* padding: 5px; */
        margin-right: 5px;
    }

    /* Hedaer */

    #header {
        border-bottom-right-radius: 50px;
    }

    #header .title {
        font-size: 16px !important;
        line-height: 25.6px !important;
        margin-bottom: 0;
    }

    #header .overlay {
        width: 85% !important;
        height: 85% !important;
    }

    #content .title-content h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 25.6px;
    }

    #content .desc-content {
        font-size: 12px;
        font-weight: 400;
        color: var(--grey);
        line-height: 21.6px;
    }
    
    #content .desc-content img {
        width: 100%;
    }

    #content .submenu-content {
        font-weight: 600;
        font-size: 14px;
        line-height: 22.4px;

    }

    #content .table th {
        background-color: var(--background) !important;
        color: var(--black) !important;
        padding: 15px;
        font-size: 12px;
        font-weight: 600;
        line-height: 19.2px;
    }

    #content .iframe {
        height: 250px !important;
    }

    .table td {
        padding: 15px !important;
        color: var(--grey) !important;
        font-size: 12px;
        font-weight: 400;
        line-height: 21.6px;
    }

    .table td li {
        padding: 5px;
    }

    /* PPID */

    .btn-download {
        font-size: 12px;
        padding: 10px 15px;
    }

    .icon-button {
        width: 22px;
        height: 22px;
    }

    #content .img-skm {
        width: 100% !important;
        height: 100%;
    }

    /* Berita */

    .prev-mobile {
        width: 22px !important;
        height: 22px !important;
    }

    #content .img-news {
        width: 100% !important;
        height: 100% !important;
    }

    .next-mobile {
        width: 22px !important;
        height: 22px !important;
        transform: rotate(180deg);
        margin-right: 0px !important;
    }

    .prev-news {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 19.2px !important;
        color: var(--orange);
        text-decoration: none;
        margin-left: 10px !important;
    }

    .next-news {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 19.2px !important;
        color: var(--orange);
        text-decoration: none;
        margin-right: 10px !important;

    }

    .card-submenu {
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .card-submenu .thumbnail {
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-submenu .text {
        padding: 10px 10px 10px 0;
    }

    .card-submenu .text h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .card-submenu .text .bg {
        width: 150px;
        height: auto;
        border-radius: 0 10px 0 0;
    }

}

@media (max-width: 767.98px) {
    .datatables-header-left h4 {
        display: none;
    }

    .navbar-master {
        display: none !important;
    }

    /* Home Section */
    .news-slider {
        height: 300px;
    }

    .home-section {
        padding: 20px !important;
    }

    .hero-content {
        margin-top: 50px;
    }

    .hero-content h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 30px;
    }

    /* Aplikasi & Layanan */
    #layanan .container {
        margin-top: 40px;
    }

    #layanan .row>* {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .service-container {
        padding: 0;
        height: 100%;
        border-radius: 10px;
        text-decoration: none;
        text-align: center;
    }

    .menu-title {
        font-size: 16px;
        line-height: 25.6px;
    }

    .menu-desc {
        font-size: 12px;
        line-height: 19.2px;
    }

    .gradient-bg {
        width: 74px;
        height: 60px;
        padding: 15px;
        border-radius: 6px;
    }

    #layanan .title {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    #iframe-profile {
        height: 300px;
    }

    /* Kalkulator */
    .custom-select {
        font-size: 12px;
    }

    .custom-select option {
        font-size: 12px !important;
    }

    #content .iframe {
        height: 350px;
    }

}

@media (max-width: 991.98px) {

    /* Navbar  */
    .navbar-floating {
        display: none !important;
    }

    .navbar-master {
        display: block !important;
    }

    nav .offcanvas-custom {
        background: var(--linear) !important;
        transform: translateY(-100%);
        /* Mulai dari atas */
        transition: transform 0.3s ease;
        /* Durasi transisi */
    }

    nav .offcanvas-custom hr {
        color: var(--white);

    }

    .custom-nav-header-slider {
        top: -200px;
    }

    /* Home Section */
    .home-section {
        padding: 25px;
    }

    .hero-content {
        margin-top: 80px;
    }

    .hero-content h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .service-container {
        padding: 0;
    }

    #layanan .title {
        margin-bottom: 30px;
    }

    /* PPID */
    .ppid h4 {
        font-size: 14px;
        line-height: 20px;
    }

    /* Layanan */
    /* Kalkulator */
    /* Pengaduan */

    /* Berita */
    .read-more-mobile {
        width: 120px;
        height: 30px;
    }

    /* Detail Jenis Pajak */
    #header {
        border-bottom-right-radius: 50px;
    }

    #header .overlay {
        width: 80%;
        height: 90%;
    }

    /* #header .overlay{
        top: 0;
        bottom: 0;
    }

    #header .overlay img{
        width: 100%;
        height: 100%;
    } */

    #header .title {
        font-size: 27px;
        line-height: 45.6px;
    }

    /* Custom Select Type */

    .custom-select-tab option {
        font-size: 10px !important;
    }

    /* Detail Berita */
    .prev-mobile {
        width: 50px;
        height: 50px;
    }

    #content .img-news {
        width: 100% !important;
        height: 100% !important;
    }

    .next-mobile {
        width: 50px;
        height: 50px;
        transform: rotate(180deg);
        margin-right: 10px;
    }

    .prev-news {
        font-size: 20px;
        font-weight: 500;
        line-height: 19.2px;
        color: var(--orange);
        text-decoration: none;
        margin-left: 10px !important;
    }

    .next-news {
        font-size: 20px;
        font-weight: 500;
        line-height: 19.2px;
        color: var(--orange);
        text-decoration: none;
        margin-right: 10px !important;

    }

    .zoom-image {
        background-color: #BC0F0F1A;
        border-radius: 5px;
        padding: 2px 5px;
        border: none;
        text-decoration: none;
    }

    .zoom-image p {
        font-size: 12px;
        color: var(--red);
        line-height: 16px;
    }


    .btn-download-mobile {
        background: var(--linear) !important;
        border-radius: 4px !important;
        padding: 5px !important;
    }

    #content .iframe {
        height: 350px;
    }

}

@media (max-width: 1199.98px) {

    .custom-nav-header-slider {
        /* left: 7.5% !important; */
    }

    #header .overlay img {
        width: 100% !important;
        height: 100% !important;
    }

    /* Berita */
    #berita .icon-berita {
        height: 20px !important;
        width: 20px !important;
    }
}

@media (max-width: 1399.98px) {
    .custom-nav-header-slider {
        /* left: 7.5% !important; */
    }
}

@media (max-width: 2500px) {
    .custom-nav-header-slider {
        /* left: 15.7%; */
    }
}