/*
@import './base/reset.css';
@import './base/typography.css';*/
@import 'components/buttons.css';
@import 'components/cards.css';
@import 'components/video-player.css';
@import 'components/loading.css';
@import 'sections/public-services.css';
@import 'sections/video-section.css';
@import 'sections/logo-section.css';
@import 'sections/carousel.css';
@import 'layouts/header.css';
@import 'layouts/footer.css';
@import 'layouts/containers.css';
@import 'utils/helpers.css';
@import 'components/running-text.css';
@import './sections/news-list.css';
@import 'sections/news-detail.css';
@import 'sections/profile-detail.css';
@import 'sections/contact.css';
@import 'sections/public-services.css';
@import 'components/loading.css';
@import 'sections/video-section.css';
@import 'sections/about-us.css';
@import './sections/program-detail.css';
@import './sections/visi-misi.css';



body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}


body {
    background-color: #F5F5F5;
    font-family: 'Poppins', sans-serif;
}

.underline-image {
    width: 200px;
    height: 6px;
    margin-top: 0px;
    padding-top: 0px;
    object-fit: contain;
    display: block;
    margin-left: 0;
}


.public-services {
    height: auto; 
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8; 
    padding-top: 40px;
}


.public-services .slide-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800; 
    font-size: 32px;
    color: #ffffff;
}


.text-content {
    margin-left: 100px;
    margin-right: 100px;
}


@media (max-width: 768px) {
    .text-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.public-services a {
    color: inherit;
    text-decoration: none;
}

.public-services a:hover {
    color: inherit;
    text-decoration: none;
}

.service-cells {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px; 
    margin-top: 40px;
    margin-bottom: 120px;
}

.custom-btn {
    background-color: #F97910;
    border: none;
    color: white;
    width: auto;
    height: auto;
    border-radius: 30px; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    font-weight: 500; 
    font-size: 13px; 
}

.custom-btn:hover {
    background-color: #e87e0d; 
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); 
}


.logo-container {
    background-color: white;
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
    margin: 0;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-container a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}


.logo-container .text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;  
    font-size: 12px;  
    color: #005952;  
    margin-left: 15px;
}

@media (max-width: 768px) {
   .logo-container .text {
        font-size: 11px;
    }

    .logo-container {
        padding: 5px;
        height: auto;
    }
}


body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}


body {
    background-color: #F5F5F5;
    font-family: 'Poppins', sans-serif;
}

.underline-image {
    width: 200px;
    height: 6px;
    margin-top: 0px;
    padding-top: 0px;
    object-fit: contain;
    display: block;
    margin-left: 0;
}

.close-button:hover {
    background-color: rgba(0, 0, 0, 0.7); 
}

.custom-btn {
    background-color: #F97910;
    border: none;
    color: white;
    width: auto;
    height: auto;
    border-radius: 30px; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    font-weight: 500; 
    font-size: 13px; 
}

.custom-btn:hover {
    background-color: #e87e0d; 
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); 
}

.logo-container a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}


.kominfo-news-section {
    padding: 20px 0;
}

.kominfo-news-section .slide-title {
    font-size: 24px;
}

.kominfo-news-section .underline-image {
    max-width: 120px;
}

.kominfo-news-section .col-md-4 {
    max-width: 300px;
    flex: 0 0 auto;
    padding: 0 10px;
}

.smaller-card {
    font-size: 0.9rem;
}

.smaller-card .card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.smaller-card .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}
.kominfo-news-section .text-content .slide-title {
    color: #005950;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    z-index: 2;
}

.news-tabs {
    border-bottom: 2px solid #005950;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5px;
}

.news-tabs .nav-item {
    margin: 0 5px;
    margin-bottom: 10px;
}

.news-tabs .nav-link {
    color: #333;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.news-tabs .nav-link:hover {
    background-color: #e0e0e0;
    color: #005950;
}

.news-tabs .nav-link.active {
    color: #fff;
    background-color: #005950;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 89, 80, 0.2);
}

.tab-content > .tab-pane {
    padding-top: 25px;
}

.tab-pane .col-12.text-center {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* News card spacing adjustments */
.news-tabs + .tab-content .col-lg-4 {
    padding: 0 8px;
    margin-bottom: 16px;
}

.news-tabs + .tab-content .card {
    margin-bottom: 0;
    transition: transform 0.2s;
}

.news-tabs + .tab-content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-tabs + .tab-content .card-body {
    padding: 15px;
}

.news-tabs + .tab-content .card-title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.news-tabs + .tab-content .card-text {
    font-size: 14px;
    margin-bottom: 0;
}


/* Additional images styling */
.additional-images h4 {
    color: #005950;
    margin-bottom: 20px;
    font-weight: 600;
}

.additional-images .image-container {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.additional-images .image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.additional-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-image img {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.news-image img:hover {
    opacity: 0.9;
}

#imageModal .modal-body {
    padding: 0;
    position: relative;
}

#imageModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    padding: 8px;
    z-index: 1050;
}


.komdigi-table {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
}

.komdigi-row {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.komdigi-row:last-child {
    border-bottom: none;
}

.komdigi-row:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.komdigi-date {
    min-width: 100px;
    color: #005950;
    font-size: 14px;
    font-weight: 500;
}

.komdigi-title {
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .komdigi-row {
        padding: 10px 15px;
    }
    
    .komdigi-date {
        min-width: 80px;
        font-size: 13px;
    }
    
    .komdigi-title {
        font-size: 13px;
        margin-left: 15px;
    }
}