/* =============================================
   KUTIM HOME - Modern Homepage Styles
   Theme color: #0d47a1 → #29b6f6 (Diskominfo gradient)
   ============================================= */

/* =============================================
   HEADER - Transparent on top, solid on scroll
   ============================================= */
.header-style-two {
    margin-top: 0 !important;
}

.header-style-two .header-upper {
    background: transparent !important;
    border-radius: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-style-two .header-upper .logo-box {
    background: transparent !important;
}

/* Menu teks putih saat transparan */
.header-style-two .header-upper .main-menu .navigation > li > a {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.header-style-two .header-upper .main-menu .navigation > li:hover > a,
.header-style-two .header-upper .main-menu .navigation > li.current > a {
    color: #29b6f6 !important;
    text-shadow: 0 1px 8px rgba(41,182,246,0.5) !important;
}

.header-style-two .header-upper .search-btn-one button .icon,
.header-style-two .mobile-nav-toggler .icon {
    color: #fff !important;
    transition: color 0.3s ease;
}

/* Logo */
.kutim-logo-link {
    display: flex !important;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}

.header-style-two .header-upper .logo-box .logo img {
    max-height: 55px !important;
}

.kutim-logo-text {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.header-style-two.fixed-header .kutim-logo-text {
    color: #1a252f;
    text-shadow: none;
}

/* === Saat scroll (fixed-header) === */
.header-style-two.fixed-header {
    margin-top: 0 !important;
    top: 0 !important;
}

.header-style-two.fixed-header .header-upper {
    top: 0 !important;
}

.header-style-two.fixed-header .header-upper {
    background: #fff !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
}

.header-style-two.fixed-header .header-upper .logo-box {
    background: #fff !important;
}

.header-style-two.fixed-header .header-upper .main-menu .navigation > li > a {
    color: #333 !important;
    text-shadow: none !important;
}

.header-style-two.fixed-header .header-upper .main-menu .navigation > li:hover > a,
.header-style-two.fixed-header .header-upper .main-menu .navigation > li.current > a {
    color: #0d47a1 !important;
    text-shadow: none !important;
}

.header-style-two.fixed-header .header-upper .search-btn-one button .icon,
.header-style-two.fixed-header .mobile-nav-toggler .icon {
    color: #cdcdcd !important;
}

/* Dropdown tetap normal */
.header-style-two .header-upper .main-menu .navigation > li > ul > li > a {
    color: #333 !important;
    text-shadow: none !important;
}

/* =============================================
   DROPDOWN MENU
   ============================================= */
/* Level 1 dropdown */
.main-menu .navigation > li > ul {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 10px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    margin-top: 15px !important;
    min-width: 240px;
}

.main-menu .navigation > li > ul > li {
    padding: 0 !important;
}

.main-menu .navigation > li > ul > li > a {
    padding: 10px 16px 10px 16px !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #444 !important;
    text-shadow: none !important;
    margin-bottom: 2px;
    transition: all 0.2s ease !important;
}

/* Remove circle dot and line decorations */
.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > a:after,
.main-menu .navigation > li > ul > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > ul > li > a:after {
    display: none !important;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > a:hover {
    background: #e3f2fd !important;
    color: #0d47a1 !important;
    padding-left: 20px !important;
}

/* Level 2 dropdown (sub-sub menu) */
.main-menu .navigation > li > ul > li > ul {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 8px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    min-width: 220px;
}

.main-menu .navigation > li > ul > li > ul > li {
    padding: 0 !important;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    padding: 9px 14px !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #555 !important;
    text-shadow: none !important;
    margin-bottom: 1px;
    transition: all 0.2s ease !important;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background: #e3f2fd !important;
    color: #0d47a1 !important;
    padding-left: 18px !important;
}

/* Dropdown arrow indicator */
.main-menu .navigation li.dropdown > .dropdown-btn {
    display: none;
}

.main-menu .navigation li ul > li.dropdown:after {
    color: #bbb !important;
    font-size: 12px !important;
    right: 14px !important;
}

/* Mega Menu (Selayang Pandang) */
.kutim-mega-parent {
    position: static !important;
}

.kutim-mega-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 15px;
    width: 460px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.04);
    padding: 24px;
    z-index: 200;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.kutim-mega-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}

.kutim-mega-parent:hover > .kutim-mega-menu {
    display: grid;
}

.kutim-mega-col h6 {
    font-size: 13px;
    font-weight: 700;
    color: #0d47a1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e3f2fd;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kutim-mega-col h6 i {
    font-size: 14px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e3f2fd;
    border-radius: 6px;
    color: #0d47a1;
}

.kutim-mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kutim-mega-col ul li a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #555 !important;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-shadow: none !important;
    border-bottom: none !important;
}

.kutim-mega-col ul li a:before,
.kutim-mega-col ul li a:after {
    display: none !important;
}

.kutim-mega-col ul li a:hover {
    background: #e3f2fd;
    color: #0d47a1 !important;
    padding-left: 14px;
}

/* --- Hero / Banner Slider --- */
.kutim-hero {
    position: relative;
    z-index: 1;
    margin-top: 0;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.kutim-hero > .kutim-hero-carousel {
    height: 100% !important;
}

.kutim-hero .owl-stage-outer {
    height: 100% !important;
    overflow: hidden;
}

.kutim-hero .owl-stage {
    height: 100% !important;
}

.kutim-hero .owl-item {
    height: 100% !important;
}

.kutim-hero-slide {
    position: relative;
    height: 100% !important;
    overflow: hidden;
}

.kutim-hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 6s ease;
}

.owl-item.active .kutim-hero-bg {
    transform: scale(1.05);
}

.kutim-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(10,30,60,0.75) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.50) 100%);
    z-index: 1;
}

.kutim-hero-content {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.kutim-hero-text {
    max-width: 650px;
}

.kutim-hero-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    background: rgba(13,71,161,0.85);
    padding: 6px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s ease 0.3s;
}

.owl-item.active .kutim-hero-label {
    opacity: 1;
    transform: translateY(0);
}

.kutim-hero-text h1 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease 0.5s;
}

.owl-item.active .kutim-hero-text h1 {
    opacity: 1;
    transform: translateY(0);
}

.kutim-hero-text p {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    max-width: 500px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease 0.7s;
}

.owl-item.active .kutim-hero-text p {
    opacity: 1;
    transform: translateY(0);
}

/* Hero nav arrows & dots - hidden */
.kutim-hero .owl-nav {
    display: none !important;
}

.kutim-hero .owl-dots {
    display: none !important;
}

/* Scroll indicator */
.kutim-hero-scroll {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 80px;
    z-index: 5;
}

.kutim-hero-scroll span {
    display: block;
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 12px;
    position: relative;
}

.kutim-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    animation: kutimScroll 1.5s ease-in-out infinite;
}

@keyframes kutimScroll {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(14px); }
}

/* =============================================
   QUICK ACCESS / LAYANAN CEPAT
   ============================================= */
.kutim-quick-access {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    z-index: 10;
    padding: 0;
}

.kutim-quick-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.10);
    padding: 18px 20px;
}

.kutim-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.25s ease;
    min-width: 85px;
    text-align: center;
}

.kutim-quick-item:hover {
    background: #e8f4fd;
    color: #0d47a1;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(13,71,161,0.12);
    text-decoration: none;
}

.kutim-quick-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.kutim-quick-item:hover .kutim-quick-icon {
    border: 2px solid #0d47a1;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.kutim-quick-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: filter 0.25s ease;
}

/* =============================================
   PROFIL & KEPALA DAERAH
   ============================================= */
.kutim-pejabat-section {
    padding: 60px 0 70px;
    background: #f8fafb;
}

/* -- Layout Row -- */
.kutim-profil-row {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.kutim-profil-col {
    flex: 1 1 0;
    min-width: 0;
}

.kutim-kepala-col {
    flex: 0 0 360px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 20px;
}

/* -- Profil Card (Kiri) -- */
.kutim-profil-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kutim-profil-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.kutim-profil-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.kutim-profil-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kutim-profil-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1a252f;
    margin: 0;
    line-height: 1.3;
}

.kutim-profil-divider {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0d47a1 0%, #29b6f6 100%);
    border-radius: 3px;
    margin-bottom: 20px;
}

/* -- Accordion -- */
.kutim-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kutim-accordion-item {
    border: 1px solid #eef0f2;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.kutim-accordion-item.active {
    border-color: #bbdefb;
}

.kutim-accordion-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #1a252f;
    text-align: left;
    transition: all 0.2s ease;
    font-family: inherit;
}

.kutim-accordion-item.active .kutim-accordion-toggle {
    background: #e8f4fd;
    color: #0d47a1;
}

.kutim-accordion-toggle:hover {
    background: #e8f4fd;
}

.kutim-accordion-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    color: #0d47a1;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.kutim-accordion-item.active .kutim-accordion-icon {
    background: linear-gradient(135deg, #0d47a1, #29b6f6);
    color: #fff;
}

.kutim-accordion-arrow {
    margin-left: auto;
    font-size: 12px;
    color: #aaa;
    transition: transform 0.3s ease;
}

.kutim-accordion-item.active .kutim-accordion-arrow {
    transform: rotate(180deg);
    color: #0d47a1;
}

.kutim-accordion-body {
    display: none;
    padding: 16px 18px 20px;
    border-top: 1px solid #eef0f2;
    background: #fff;
}

.kutim-accordion-text {
    font-size: 13.5px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
    text-align: justify;
}

.kutim-accordion-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0d47a1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kutim-accordion-link:hover {
    color: #0a3d8f;
    text-decoration: none;
}

/* Expandable content */
.kutim-expandable {
    position: relative;
}

.kutim-expand-short {
    margin-bottom: 0;
}

.kutim-expand-full {
    margin-bottom: 0;
}

.kutim-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 6px 16px;
    background: #e8f4fd;
    color: #0d47a1;
    border: 1px solid #bbdefb;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.kutim-expand-btn:hover {
    background: #0d47a1;
    color: #fff;
    border-color: #0d47a1;
}

.kutim-expand-btn.expanded {
    background: #f0f0f0;
    color: #666;
    border-color: #ddd;
}

.kutim-expand-btn.expanded:hover {
    background: #e0e0e0;
    color: #333;
}

/* Pejabat inside accordion */
.kutim-accordion-pejabat {
    display: flex;
    align-items: center;
    gap: 20px;
}

.kutim-acc-pejabat-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e3f2fd;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(13,71,161,0.10);
}

.kutim-acc-pejabat-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kutim-acc-pejabat-info {
    min-width: 0;
}

.kutim-acc-pejabat-info h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a252f;
    margin: 0 0 8px;
    line-height: 1.3;
}

.kutim-acc-pejabat-bio {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    text-align: justify;
}

/* Rich text styling untuk konten dari TipTap editor */
.kutim-rich h1,
.kutim-rich h2,
.kutim-rich h3,
.kutim-rich h4,
.kutim-rich h5,
.kutim-rich h6 {
    font-weight: 700;
    color: #1a252f;
    margin: 14px 0 8px;
    line-height: 1.3;
}

.kutim-rich h1 { font-size: 18px; }
.kutim-rich h2 { font-size: 17px; }
.kutim-rich h3 { font-size: 16px; }
.kutim-rich h4 { font-size: 15px; }
.kutim-rich h5 { font-size: 14px; }
.kutim-rich h6 { font-size: 13px; }

.kutim-rich p {
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: justify;
}

.kutim-rich ul,
.kutim-rich ol {
    padding-left: 24px !important;
    margin-bottom: 12px !important;
    list-style-position: outside !important;
}

.kutim-rich ul {
    list-style: disc !important;
}

.kutim-rich ol {
    list-style: decimal !important;
}

.kutim-rich ul li,
.kutim-rich ol li {
    margin-bottom: 4px;
    line-height: 1.7;
    display: list-item !important;
    list-style: inherit !important;
}

.kutim-rich strong,
.kutim-rich b {
    font-weight: 700;
    color: #1a252f;
}

.kutim-rich em,
.kutim-rich i {
    font-style: italic;
}

.kutim-rich a {
    color: #0d47a1;
    text-decoration: underline;
}

.kutim-rich blockquote {
    border-left: 3px solid #0d47a1;
    padding: 10px 16px;
    margin: 12px 0;
    background: #e3f2fd;
    border-radius: 0 8px 8px 0;
    color: #555;
    font-style: italic;
}

.kutim-rich img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.kutim-rich table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}

.kutim-rich table td,
.kutim-rich table th {
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    font-size: 13px;
}

.kutim-rich table th {
    background: #f5f7fa;
    font-weight: 600;
}

.kutim-pejabat-jabatan {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: linear-gradient(135deg, #0d47a1 0%, #29b6f6 100%);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
}

/* -- Kepala Daerah Visual (Kanan) -- */
.kutim-kepala-visual {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.kutim-kepala-showcase {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 250px;
}

.kutim-kepala-showcase.primary {
    background: linear-gradient(135deg, #0a1e3c 0%, #1565c0 100%);
}

.kutim-kepala-showcase.secondary {
    background: linear-gradient(135deg, #1a252f 0%, #34495e 100%);
}

.kutim-kepala-img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.kutim-kepala-img img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.kutim-kepala-showcase::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.kutim-kepala-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 22px;
    z-index: 2;
    color: #fff;
}

.kutim-kepala-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: rgba(13,71,161,0.9);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.kutim-kepala-label h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* =============================================
   BERITA TERBARU
   ============================================= */
.kutim-berita-section {
    padding: 70px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.kutim-berita-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 400px;
    height: 100%;
    background: linear-gradient(160deg, #0a3d8f 0%, #0d47a1 40%, #1976d2 70%, transparent 100%);
    border-radius: 0 80px 80px 0;
    z-index: 0;
}

.kutim-berita-section::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 80px;
    transform: translateY(-50%);
    width: 260px;
    height: 260px;
    background-image: url('/images/logo1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.15;
    z-index: 0;
}

.kutim-berita-section > .auto-container {
    position: relative;
    z-index: 2;
}

.kutim-berita-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.kutim-berita-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.kutim-berita-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.kutim-berita-img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 200px;
}

.kutim-berita-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kutim-berita-card:hover .kutim-berita-img img {
    transform: scale(1.08);
}

.kutim-berita-date {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #0d47a1 0%, #29b6f6 100%);
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.1;
    z-index: 2;
}

.kutim-berita-date .day {
    display: block;
    font-size: 22px;
    font-weight: 800;
}

.kutim-berita-date .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

.kutim-berita-date .year {
    display: block;
    font-size: 11px;
    opacity: 0.8;
}

.kutim-berita-body {
    padding: 20px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.kutim-berita-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.kutim-tag {
    display: inline-block;
    background: #e3f2fd;
    color: #0d47a1;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.kutim-tag:hover {
    background: #0d47a1;
    color: #fff;
    text-decoration: none;
}

.kutim-berita-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    flex-grow: 1;
}

.kutim-berita-title a {
    color: #1a252f;
    text-decoration: none;
    transition: color 0.2s;
}

.kutim-berita-title a:hover {
    color: #0d47a1;
}

.kutim-berita-meta {
    font-size: 13px;
    color: #888;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kutim-berita-meta i {
    margin-right: 5px;
    color: #0d47a1;
}

.kutim-berita-views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #999;
    font-size: 12px;
}

.kutim-berita-views i {
    color: #999;
    font-size: 13px;
}

/* =============================================
   PENGUMUMAN
   ============================================= */
.kutim-pengumuman-section {
    padding: 70px 0;
    background: #f8fafb;
}

.kutim-pengumuman-layout {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}

/* Header kiri */
.kutim-pengumuman-header {
    flex: 0 0 280px;
    position: sticky;
    top: 100px;
}

.kutim-pengumuman-header-inner {
    background: linear-gradient(135deg, #0d47a1 0%, #29b6f6 100%);
    border-radius: 18px;
    padding: 36px 28px;
    color: #fff;
    text-align: center;
}

.kutim-pengumuman-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 18px;
}

.kutim-pengumuman-header-inner h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.kutim-pengumuman-header-inner p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
}

.kutim-btn-pengumuman {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0d47a1;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.kutim-btn-pengumuman:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    color: #0a3d8f;
}

/* Cards pengumuman */
.kutim-pengumuman-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kutim-pengumuman-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.kutim-pengumuman-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
    text-decoration: none;
    color: inherit;
}

.kutim-pengumuman-card-img {
    flex: 0 0 160px;
    overflow: hidden;
}

.kutim-pengumuman-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kutim-pengumuman-card:hover .kutim-pengumuman-card-img img {
    transform: scale(1.08);
}

.kutim-pengumuman-card-body {
    flex: 1;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kutim-pengumuman-card-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.kutim-pengumuman-card-date i {
    color: #0d47a1;
    margin-right: 4px;
}

.kutim-pengumuman-card-body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a252f;
    margin: 0 0 10px;
    line-height: 1.5;
}

.kutim-pengumuman-readmore {
    font-size: 12px;
    font-weight: 600;
    color: #0d47a1;
    transition: gap 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kutim-pengumuman-card:hover .kutim-pengumuman-readmore {
    gap: 8px;
}

/* =============================================
   GALERI
   ============================================= */
.kutim-galeri-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #0d47a1 0%, #29b6f6 100%);
}

/* Header galeri */
.kutim-galeri-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.kutim-galeri-title h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.kutim-galeri-title p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.kutim-btn-galeri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.kutim-btn-galeri:hover {
    background: #fff;
    color: #0d47a1;
    border-color: #fff;
    text-decoration: none;
}

/* Bento layout */
.kutim-galeri-bento {
    display: flex;
    gap: 16px;
    height: 420px;
}

/* Item shared */
.kutim-galeri-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    display: block;
}

.kutim-galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kutim-galeri-item:hover img {
    transform: scale(1.08);
}

.kutim-galeri-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
    color: #fff;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.kutim-galeri-item:hover .kutim-galeri-caption {
    transform: translateY(0);
    opacity: 1;
}

.kutim-galeri-badge {
    display: inline-block;
    background: rgba(13,71,161,0.85);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.kutim-galeri-badge i {
    margin-right: 4px;
}

.kutim-galeri-caption h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.4;
}

.kutim-galeri-caption h5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    line-height: 1.4;
}

/* Item besar kiri */
.kutim-galeri-big {
    flex: 0 0 50%;
    height: 100%;
}

/* Grid kecil kanan */
.kutim-galeri-small-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.kutim-galeri-small {
    width: 100%;
    height: 100%;
}

/* Item terakhir jika ganjil - span 2 kolom */
.kutim-galeri-small-grid .kutim-galeri-small:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

/* =============================================
   LINK TERKAIT
   ============================================= */
.kutim-link-section {
    padding: 70px 0 80px;
    background: #fff;
}

.kutim-link-banner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 50px 48px;
}

.kutim-link-banner-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, #0a1e3c 0%, #0d47a1 50%, #1976d2 100%);
    z-index: 0;
}

.kutim-link-banner-bg::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(41,182,246,0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.kutim-link-banner-content {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

.kutim-link-banner-content h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.kutim-link-banner-content p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin: 0;
    max-width: 500px;
}

.kutim-link-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.kutim-link-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 60px;
    padding: 10px 24px 10px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.kutim-link-chip:hover {
    background: #fff;
    color: #0d47a1;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    text-decoration: none;
    border-color: #fff;
}

.kutim-link-chip img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    padding: 6px;
    transition: all 0.3s ease;
}

.kutim-link-chip:hover img {
    background: #e3f2fd;
}

/* =============================================
   SHARED: BUTTONS & CTA
   ============================================= */
.kutim-section-cta {
    text-align: center;
    margin-top: 36px;
}

.kutim-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #0d47a1 0%, #29b6f6 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.kutim-btn-primary:hover {
    background: linear-gradient(135deg, #0a3d8f 0%, #1565c0 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13,71,161,0.3);
    text-decoration: none;
}

.kutim-btn-outline {
    display: inline-block;
    background: transparent;
    color: #0d47a1;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 36px;
    border-radius: 50px;
    border: 2px solid #0d47a1;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.kutim-btn-outline:hover {
    background: #0d47a1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13,71,161,0.3);
    text-decoration: none;
}

.kutim-btn-light {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 36px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.kutim-btn-light:hover {
    background: #fff;
    color: #0d47a1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    text-decoration: none;
}

/* =============================================
   EMPTY STATE
   ============================================= */
.kutim-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 15px;
    grid-column: 1 / -1;
}

/* =============================================
   FOOTER
   ============================================= */
.kutim-footer {
    background: #0a1e3c;
    color: #fff;
}

.kutim-footer-main {
    padding: 60px 0 40px;
}

.kutim-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* About */
.kutim-footer-about {
    display: flex;
    flex-direction: column;
}

.kutim-footer-logo {
    margin-bottom: 24px;
}

.kutim-footer-logo img {
    max-height: 60px;
    position: relative;
    left: -12px;
}

.kutim-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.kutim-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

.kutim-footer-contact-item i {
    color: #29b6f6;
    margin-top: 3px;
    width: 14px;
    flex-shrink: 0;
}

.kutim-footer-contact-item a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.kutim-footer-contact-item a:hover {
    color: #29b6f6;
}

.kutim-footer-social {
    display: flex;
    gap: 10px;
}

.kutim-footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.kutim-footer-social a:hover {
    background: #29b6f6;
    color: #fff;
    transform: translateY(-2px);
}

/* Links */
.kutim-footer-links h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.kutim-footer-links h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #0d47a1, #29b6f6);
    border-radius: 2px;
}

.kutim-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kutim-footer-links ul li a {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kutim-footer-links ul li a::before {
    content: '';
    width: 0;
    height: 1px;
    background: #29b6f6;
    transition: width 0.2s ease;
}

.kutim-footer-links ul li a:hover {
    color: #29b6f6;
    padding-left: 4px;
}

.kutim-footer-links ul li a:hover::before {
    width: 12px;
}

/* Stats */
.kutim-footer-stats h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.kutim-footer-stats h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #0d47a1, #29b6f6);
    border-radius: 2px;
}

.kutim-footer-stats-total {
    margin-bottom: 20px;
}

.kutim-stats-number {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.kutim-stats-value {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #29b6f6, #4dd0e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.kutim-stats-label {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
}

.kutim-footer-chart-wrap {
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.06);
}

.kutim-chart-caption {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    text-align: center;
    margin: 12px 0 0;
}

/* Bottom */
.kutim-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
    text-align: center;
}

.kutim-footer-bottom p {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    margin: 0;
}

/* Hide old footer */
.main-footer {
    display: none !important;
}

/* =============================================
   GALERI LIST PAGE
   ============================================= */
.kutim-galeri-list-section {
    padding: 50px 0 70px;
    background: #f5f7fa;
}

.kutim-galeri-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.kutim-galeri-list-item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.kutim-galeri-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(13,71,161,0.18);
    text-decoration: none;
    color: inherit;
}

.kutim-galeri-list-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.kutim-galeri-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kutim-galeri-list-item:hover .kutim-galeri-list-img img {
    transform: scale(1.08);
}

.kutim-galeri-list-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(13,71,161,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 32px;
}

.kutim-galeri-list-item:hover .kutim-galeri-list-overlay {
    opacity: 1;
}

.kutim-galeri-list-info {
    padding: 14px 16px 16px;
}

.kutim-galeri-list-info h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a252f;
    margin: 0 0 6px;
    line-height: 1.4;
}

.kutim-galeri-list-info span {
    font-size: 11px;
    color: #888;
}

.kutim-galeri-list-info span i {
    color: #0d47a1;
    margin-right: 4px;
}

@media (max-width: 1199px) {
    .kutim-galeri-list-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .kutim-galeri-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

/* =============================================
   MAJALAH LIST
   ============================================= */
.kutim-majalah-section {
    padding: 50px 0 70px;
    background: #f5f7fa;
}

.kutim-majalah-info {
    margin-bottom: 24px;
    font-size: 14px;
    color: #888;
}

.kutim-majalah-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.kutim-majalah-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.kutim-majalah-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(13,71,161,0.18);
    text-decoration: none;
    color: inherit;
}

.kutim-majalah-cover {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f0f4f8;
}

.kutim-majalah-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kutim-majalah-card:hover .kutim-majalah-cover img {
    transform: scale(1.05);
}

.kutim-majalah-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(13,71,161,0.85) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kutim-majalah-card:hover .kutim-majalah-overlay {
    opacity: 1;
}

.kutim-majalah-read-btn {
    background: #fff;
    color: #0d47a1;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.kutim-majalah-card:hover .kutim-majalah-read-btn {
    transform: translateY(0);
}

.kutim-majalah-info-card {
    padding: 16px 18px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kutim-majalah-info-card h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a252f;
    margin: 0 0 8px;
    line-height: 1.4;
    flex: 1;
}

.kutim-majalah-info-card span {
    font-size: 12px;
    color: #888;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kutim-majalah-info-card span i {
    color: #0d47a1;
}

@media (max-width: 1199px) {
    .kutim-majalah-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .kutim-majalah-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .kutim-majalah-info-card h5 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .kutim-majalah-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =============================================
   SEARCH POPUP (Global)
   ============================================= */
.kutim-search-popup {
    position: fixed !important;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 24px 24px;
}

.kutim-search-popup.popup-visible {
    display: flex !important;
}

.kutim-search-popup-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(10,30,60,0.96) 0%, rgba(13,71,161,0.94) 100%);
    backdrop-filter: blur(8px);
}

.kutim-search-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kutim-search-close:hover {
    background: rgba(255,255,255,0.25);
    transform: rotate(90deg);
}

.kutim-search-popup-inner {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 700px;
    margin-top: 6vh;
}

.kutim-search-popup-header {
    text-align: center;
    margin-bottom: 28px;
}

.kutim-search-popup-header h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}

.kutim-search-popup-header p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin: 0;
}

.kutim-search-popup-form {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    overflow: hidden;
}

.kutim-search-popup-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d47a1;
    font-size: 18px;
    z-index: 2;
}

.kutim-search-popup-form input {
    width: 100%;
    padding: 22px 24px 22px 60px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #1a252f;
    font-family: inherit;
    background: transparent;
}

.kutim-search-popup-form input::placeholder {
    color: #aaa;
}

.kutim-search-popup-results {
    background: #fff;
    border-radius: 16px;
    margin-top: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    max-height: 60vh;
    overflow-y: auto;
}

.kutim-search-popup-results:empty {
    display: none;
}

.kutim-search-popup-results .kutim-search-item {
    padding: 14px 20px;
}

.kutim-search-popup-results .kutim-search-item-img {
    flex: 0 0 64px;
    height: 64px;
}

.kutim-search-popup-results .kutim-search-item-info h5 {
    font-size: 14px;
}

.kutim-search-popup-empty {
    padding: 32px 20px;
    text-align: center;
    color: #888;
}

.kutim-search-popup-empty i {
    font-size: 36px;
    color: #ddd;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .kutim-search-popup {
        padding: 70px 16px 16px;
    }
    .kutim-search-popup-header h3 {
        font-size: 22px;
    }
    .kutim-search-popup-form input {
        font-size: 15px;
        padding: 18px 20px 18px 52px;
    }
    .kutim-search-popup-icon {
        left: 18px;
        font-size: 15px;
    }
}

/* Scroll to top */
.scroll-to-top {
    background: linear-gradient(135deg, #0d47a1, #29b6f6) !important;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(13,71,161,0.3) !important;
    transition: all 0.3s ease !important;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(13,71,161,0.4) !important;
}

/* =============================================
   PAGE HERO (post-all, tag, etc)
   ============================================= */
.kutim-page-hero {
    position: relative;
    padding: 140px 0 60px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.kutim-page-hero-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
}

.kutim-page-hero-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(135deg, rgba(10, 30, 60, 0.85) 0%, rgba(13, 71, 161, 0.7) 100%);
}

.kutim-page-hero-content {
    position: relative;
    z-index: 1;
}

.kutim-page-hero-content h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.kutim-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}

.kutim-breadcrumb a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.kutim-breadcrumb a:hover {
    color: #29b6f6;
}

.kutim-breadcrumb .fa {
    font-size: 10px;
}

/* =============================================
   POST ALL - Layout
   ============================================= */
.kutim-postall-section {
    padding: 50px 0 70px;
    background: #f5f7fa;
}

.kutim-postall-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.kutim-postall-main {
    flex: 1;
    min-width: 0;
}

.kutim-postall-info {
    margin-bottom: 20px;
    font-size: 14px;
    color: #888;
}

.kutim-postall-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.kutim-pagination {
    display: flex;
    justify-content: center;
}

/* Pagination custom */
.kutim-pg {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.kutim-pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #444;
    background: #fff;
    border: 1px solid #e0e4e8;
    transition: all 0.25s ease;
    cursor: pointer;
}

.kutim-pg-btn:hover {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13,71,161,0.25);
    text-decoration: none;
}

.kutim-pg-active {
    background: linear-gradient(135deg, #0d47a1, #29b6f6) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(13,71,161,0.3);
}

.kutim-pg-disabled {
    color: #ccc !important;
    background: #f8f9fa !important;
    border-color: #eee !important;
    cursor: not-allowed;
    pointer-events: none;
}

.kutim-pg-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
}

/* =============================================
   SIDEBAR
   ============================================= */
.kutim-postall-sidebar {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 100px;
}

.kutim-sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.kutim-sidebar-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e3f2fd;
}

/* Search */
.kutim-search-form {
    display: flex;
    gap: 8px;
}

.kutim-search-form input {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
}

.kutim-search-form input:focus {
    border-color: #0d47a1;
}

.kutim-search-form button {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #0d47a1, #29b6f6);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.kutim-search-form button:hover {
    opacity: 0.85;
}

/* Search wrap & results */
.kutim-search-wrap {
    position: relative;
}

.kutim-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    border: 1px solid #e8ecf0;
    max-height: 400px;
    overflow-y: auto;
    z-index: 100;
}

.kutim-search-item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    border-bottom: 1px solid #f0f2f5;
}

.kutim-search-item:last-child {
    border-bottom: none;
}

.kutim-search-item:hover {
    background: #e3f2fd;
    text-decoration: none;
    color: inherit;
}

.kutim-search-item-img {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
}

.kutim-search-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kutim-search-item-info {
    flex: 1;
    min-width: 0;
}

.kutim-search-item-info h5 {
    font-size: 13px;
    font-weight: 600;
    color: #1a252f;
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kutim-search-item-info span {
    font-size: 11px;
    color: #aaa;
}

.kutim-search-item-info span i {
    margin-right: 3px;
    color: #0d47a1;
}

.kutim-search-empty {
    padding: 24px 16px;
    text-align: center;
    color: #aaa;
}

.kutim-search-empty i {
    font-size: 28px;
    margin-bottom: 8px;
    display: block;
    color: #ddd;
}

.kutim-search-empty p {
    font-size: 13px;
    margin: 0;
}

/* Kategori list */
.kutim-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kutim-sidebar-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.kutim-sidebar-list li a:hover {
    background: #e3f2fd;
    color: #0d47a1;
}

.kutim-sidebar-count {
    background: #f0f4f8;
    color: #888;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 20px;
}

.kutim-sidebar-list li a:hover .kutim-sidebar-count {
    background: #0d47a1;
    color: #fff;
}

/* Berita terkini sidebar */
.kutim-sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kutim-sidebar-post {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.kutim-sidebar-post:hover {
    text-decoration: none;
    color: inherit;
}

.kutim-sidebar-post-img {
    flex: 0 0 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
}

.kutim-sidebar-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.kutim-sidebar-post:hover .kutim-sidebar-post-img img {
    transform: scale(1.1);
}

.kutim-sidebar-post-info {
    flex: 1;
    min-width: 0;
}

.kutim-sidebar-post-info h5 {
    font-size: 13px;
    font-weight: 600;
    color: #1a252f;
    margin: 0 0 6px;
    line-height: 1.4;
    transition: color 0.2s;
}

.kutim-sidebar-post:hover .kutim-sidebar-post-info h5 {
    color: #0d47a1;
}

.kutim-sidebar-post-info span {
    font-size: 11px;
    color: #aaa;
}

.kutim-sidebar-post-info span i {
    margin-right: 4px;
    color: #0d47a1;
}

/* Tags sidebar */
.kutim-sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* =============================================
   POST DETAIL
   ============================================= */
.kutim-post-hero {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.kutim-post-hero-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
}

.kutim-post-hero-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(135deg, rgba(10, 30, 60, 0.85) 0%, rgba(13, 71, 161, 0.7) 100%);
}

.kutim-post-hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.kutim-post-section {
    padding: 40px 0 70px;
    background: #f5f7fa;
}

.kutim-post-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.kutim-post-article {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

.kutim-post-header {
    padding: 32px 36px 0;
}

.kutim-post-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a252f;
    line-height: 1.35;
    margin-bottom: 20px;
}

.kutim-post-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}

.kutim-post-meta-left {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.kutim-post-meta-item {
    font-size: 13px;
    color: #888;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kutim-post-meta-item i {
    color: #0d47a1;
    font-size: 13px;
}

.kutim-post-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kutim-post-share span {
    font-size: 13px;
    color: #aaa;
    font-weight: 600;
}

.kutim-post-share a,
.kutim-post-share button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f4f8;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kutim-post-share a:hover,
.kutim-post-share button:hover {
    background: #0d47a1;
    color: #fff;
}

.kutim-post-image {
    margin: 24px 36px;
    border-radius: 14px;
    overflow: hidden;
}

.kutim-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

.kutim-post-content {
    padding: 0 36px 36px;
    font-size: 15.5px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}

.kutim-post-content p {
    margin-bottom: 16px;
}

.kutim-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 12px 0;
}

.kutim-post-content h2,
.kutim-post-content h3,
.kutim-post-content h4 {
    color: #1a252f;
    margin: 24px 0 12px;
}

.kutim-post-content blockquote {
    border-left: 4px solid #0d47a1;
    padding: 16px 20px;
    margin: 20px 0;
    background: #e3f2fd;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #555;
}

.kutim-post-content ul,
.kutim-post-content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.kutim-post-content a {
    color: #0d47a1;
    text-decoration: underline;
}

.kutim-post-tags {
    padding: 20px 36px 32px;
    border-top: 1px solid #f0f2f5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.kutim-post-tags-label {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    margin-right: 4px;
}

.kutim-post-tags-label i {
    color: #0d47a1;
}

/* =============================================
   POST ALL - Responsive
   ============================================= */
@media (max-width: 991px) {
    .kutim-postall-layout {
        flex-direction: column;
    }
    .kutim-postall-sidebar {
        flex: 1 1 auto;
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .kutim-page-hero {
        padding: 120px 0 40px;
        min-height: 200px;
    }
    .kutim-page-hero-content h1 {
        font-size: 26px;
    }
    .kutim-postall-grid {
        grid-template-columns: 1fr;
    }
    .kutim-postall-sidebar {
        grid-template-columns: 1fr;
    }
    .kutim-post-layout {
        flex-direction: column;
    }
    .kutim-post-article {
        margin-top: -60px;
    }
    .kutim-post-header {
        padding: 24px 20px 0;
    }
    .kutim-post-title {
        font-size: 22px;
    }
    .kutim-post-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .kutim-post-image {
        margin: 20px;
    }
    .kutim-post-content {
        padding: 0 20px 24px;
        font-size: 14.5px;
    }
    .kutim-post-tags {
        padding: 16px 20px 24px;
    }
    .kutim-post-hero {
        height: 220px;
    }
    .kutim-post-section .kutim-postall-sidebar {
        position: static;
        flex: 1 1 auto;
    }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1199px) {
    .kutim-hero-content {
        padding: 0 50px;
    }
    .kutim-hero-text h1 {
        font-size: 40px;
    }
    .kutim-hero .owl-nav {
        right: 50px;
    }
    .kutim-hero-scroll {
        left: 50px;
    }
    .kutim-berita-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .kutim-galeri-bento {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .kutim-quick-access {
        margin-top: -30px;
    }
    .kutim-quick-item {
        min-width: 85px;
        padding: 10px 8px;
        font-size: 12px;
    }
    .kutim-quick-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }
    .kutim-quick-icon img {
        width: 28px;
        height: 28px;
    }
    .kutim-kepala-col {
        flex: 0 0 300px;
    }
    .kutim-kepala-showcase {
        min-height: 200px;
    }
    .kutim-link-banner {
        padding: 36px 28px;
    }
    .kutim-pengumuman-layout {
        flex-direction: column;
    }
    .kutim-pengumuman-header {
        flex: 1 1 auto;
        position: static;
    }
    .kutim-pengumuman-header-inner {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
        padding: 24px 28px;
    }
    .kutim-pengumuman-icon {
        margin-bottom: 0;
    }
    .kutim-pengumuman-header-inner p {
        margin-bottom: 0;
    }
    .kutim-pengumuman-header-inner h2 {
        margin-bottom: 4px;
    }
}

@media (max-width: 991px) {
    .kutim-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 767px) {
    .kutim-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .kutim-footer-main {
        padding: 40px 0 30px;
    }
    .kutim-hero-slide {
        height: 100%;
    }
    .kutim-hero-content {
        padding: 0 20px;
        align-items: center;
        padding-bottom: 160px;
    }
    .kutim-hero-text h1 {
        font-size: 26px;
    }
    .kutim-hero-text p {
        font-size: 14px;
    }
    .kutim-hero-label {
        font-size: 11px;
        padding: 5px 14px;
        letter-spacing: 2px;
    }
    .kutim-quick-access {
        width: 95%;
        bottom: 16px;
    }
    .kutim-quick-grid {
        padding: 14px 10px;
        gap: 6px;
    }
    .kutim-quick-item {
        min-width: 65px;
        font-size: 10px;
        padding: 6px 4px;
    }
    .kutim-quick-icon {
        width: 38px;
        height: 38px;
    }
    .kutim-quick-icon img {
        width: 22px;
        height: 22px;
    }
    .kutim-hero .owl-nav {
        bottom: 130px;
        right: 16px;
    }
    .kutim-hero .owl-nav button {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .kutim-hero .owl-dots {
        bottom: 130px;
        left: 16px;
    }
    .kutim-quick-access {
        margin-top: -25px;
        padding: 0 10px 20px;
    }
    .kutim-quick-grid {
        padding: 20px 16px;
        gap: 8px;
        border-radius: 12px;
    }
    .kutim-quick-item {
        min-width: 75px;
        padding: 8px 6px;
        font-size: 11px;
    }
    .kutim-quick-icon {
        width: 42px;
        height: 42px;
    }
    .kutim-quick-icon img {
        width: 24px;
        height: 24px;
    }
    .kutim-berita-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .kutim-berita-img {
        height: 180px;
    }
    .kutim-pejabat-section,
    .kutim-berita-section,
    .kutim-pengumuman-section,
    .kutim-galeri-section,
    .kutim-link-section {
        padding: 50px 0;
    }
    .kutim-profil-row {
        flex-direction: column;
        gap: 28px;
    }
    .kutim-kepala-col {
        flex: 1 1 auto;
    }
    .kutim-kepala-visual {
        flex-direction: row;
        gap: 16px;
    }
    .kutim-kepala-showcase {
        min-height: 280px;
    }
    .kutim-profil-card {
        padding: 28px 24px;
    }
    .kutim-accordion-pejabat {
        gap: 16px;
    }
    .kutim-acc-pejabat-photo {
        width: 80px;
        height: 80px;
    }
    .kutim-pengumuman-item {
        gap: 16px;
        padding: 16px 18px;
    }
    .kutim-pengumuman-date .day {
        font-size: 26px;
    }
    .kutim-pengumuman-content h4 {
        font-size: 14px;
    }
    .kutim-pengumuman-header-inner {
        flex-direction: column;
        text-align: center;
    }
    .kutim-pengumuman-card-img {
        flex: 0 0 100px;
    }
    .kutim-pengumuman-card-body {
        padding: 14px 16px;
    }
    .kutim-pengumuman-card-body h4 {
        font-size: 14px;
    }
    .kutim-galeri-bento {
        flex-direction: column;
        height: auto;
    }
    .kutim-galeri-big {
        flex: 1 1 auto;
        height: 250px;
    }
    .kutim-galeri-small-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .kutim-galeri-small {
        height: 160px;
    }
    .kutim-galeri-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .kutim-galeri-caption {
        opacity: 1;
        transform: translateY(0);
    }
    .kutim-link-banner {
        padding: 30px 20px;
    }
    .kutim-link-chip {
        padding: 8px 18px 8px 8px;
        font-size: 13px;
    }
    .kutim-link-chip img {
        width: 30px;
        height: 30px;
    }
    .kutim-btn-primary,
    .kutim-btn-outline,
    .kutim-btn-light {
        padding: 12px 28px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .kutim-kepala-visual {
        flex-direction: column;
    }
    .kutim-kepala-showcase {
        min-height: 220px;
    }
    .kutim-accordion-pejabat {
        flex-direction: column;
        text-align: center;
    }
    .kutim-acc-pejabat-photo {
        width: 90px;
        height: 90px;
    }
    .kutim-quick-grid {
        padding: 16px 12px;
    }
    .kutim-quick-item {
        min-width: 65px;
        font-size: 10px;
    }
    .kutim-quick-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    .kutim-quick-icon img {
        width: 22px;
        height: 22px;
    }
    .kutim-link-list {
        gap: 10px;
    }
    .kutim-galeri-small-grid {
        grid-template-columns: 1fr 1fr;
    }
}
