/* Global Font Style */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header background and padding */
.custom-header {
    background-color: #f8f9fa;
    /* Light gray */
    padding: 10px 0;
    /* Vertical padding */
    border-bottom: 1px solid #ddd;
    /* Optional bottom border */
}

/* Icons and text alignment */
.custom-header .bi {
    font-size: 1.2rem;
    /* Icon size */
    color: #333;
    /* Icon color */
}

/* Link styles for buttons */
.custom-header .btn {
    font-size: 0.9rem;
    /* Button font size */
    border-radius: 20px;
    /* Rounded corners */
    font-weight: 500;
    /* Slightly bold text */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header .btn-warning {
    background-color: #ffc107;
    /* Yellow */
    color: #000;
    /* Black text */
}

.custom-header .btn-warning:hover {
    background-color: #e0a800;
    /* Darker yellow */
    color: #fff;
    /* White text on hover */
}

/* Hide text on small screens */
.custom-header .btn span {
    display: none;
    /* Hide text on mobile by default */
}

.time-info {
    font-weight: bold;
    /* Membuat teks bold */
    font-size: 16px;
    /* (Opsional) Ukuran font */
    margin-left: 5px;
    /* Jarak antara ikon dan teks */
    color: #000000;
    /* (Opsional) Warna teks */
}

@media (min-width: 768px) {
    .custom-header .btn span {
        display: inline;
        /* Show text on medium and larger screens */
    }
}

/* Hero Section Styling */
.hero {
    position: relative;
    height: 72vh;
    /* Default fullscreen height */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    /* Prevent content overflow */
    padding: 0 20px;
}

/* Video Container Styling */
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Full height by default */
    overflow: hidden;
    z-index: -1;
    /* Ensure video is behind content */
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the video covers the container */
    object-position: center;
    /* Centers the video */
}

/* Overlay to darken the video */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Add a dark overlay */
    z-index: 1;
}

/* Hero Content Styling */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px 0;
    text-align: left;
    margin-left: 40px;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #fff;
}

/* Button Styling */
.hero-content .btn {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: left;
}

.btn-search {
    background-color: #ffc107;
    color: #000;
}

.btn-search:hover {
    background-color: #e0a800;
    color: #fff;
}

/* Responsiveness for smaller screens */
@media (max-width: 1200px) {

    /* Large Desktop */
    .hero {
        height: 80vh;
        /* Reduce height for large desktop */
    }

    .hero-content h1 {
        font-size: 2.5rem;
        /* Reduce font size for title */
    }

    .hero-content p {
        font-size: 0.9rem;
        /* Adjust font size for paragraph */
    }
}

@media (max-width: 992px) {

    /* Medium Desktop / Tablet */
    .hero {
        height: 70vh;
        /* Reduce height further */
    }

    .hero-content {
        margin-left: 20px;
        /* Adjust margin */
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 2rem;
        /* Reduce font size */
    }

    .hero-content p {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {

    /* Mobile */
    .hero {
        height: 60vh;
        /* Height for mobile */
    }

    .video-container {
        height: 60vh;
        /* Match container height */
    }

    .hero-content {
        margin-left: 10px;
        text-align: left;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 0.8rem;
    }

    .hero-content .btn {
        font-size: 0.85rem;
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {

    /* Small Mobile */
    .hero {
        height: 50vh;
        /* Minimum height for smaller devices */
    }

    .video-container {
        height: 50vh;
        /* Match container height */
    }

    .hero-content h1 {
        font-size: 1.25rem;
    }

    .hero-content p {
        font-size: 0.75rem;
    }

    .hero-content .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

/* Section Layanan Styling */
#layanan .layanan-tabs {
    background-color: #003366;
    /* Warna latar belakang tab menu */
    display: flex;
    /* Flexbox untuk tata letak tab */
    justify-content: space-between;
    /* Membagi ruang antar tab secara rata */
    border-top: 3px solid #5799DF;
    /* Border biru di atas semua tab */
    margin: 0;
    padding: 0;
}

#layanan .layanan-tabs .nav-link {
    color: #fff;
    /* Warna teks tab */
    font-weight: 600;
    padding: 15px 20px;
    /* Spasi di dalam tab */
    text-align: center;
    background-color: #003366;
    /* Warna latar belakang default */
    border: none;
    /* Tidak ada border samping dan bawah */
    border-top: 3px solid transparent;
    /* Transparan secara default */
    border-radius: 0;
    /* Hilangkan semua radius */
    flex: 1;
    /* Membagi lebar tab secara merata */
    transition: border-color 0.3s ease;
    /* Animasi perubahan warna border */
}

#layanan .layanan-tabs .nav-link.active {
    color: #fff;
    /* Warna teks tab aktif */
    border-top: 3px solid #fff;
    /* Border putih di atas tab aktif */
    border-radius: 0;
    /* Pastikan border tetap siku-siku */
}

/* Tab Content Spacing */
#layanan .tab-content {
    margin-top: 20px;
    /* Jarak antara tab menu dan konten */
}

#layanan .tab-pane h3 {
    color: #145EA6;
    /* Warna teks #145EA6 */
    font-weight: bold;
    /* Membuat teks lebih tebal */
}

#layanan .tab-pane p {
    font-size: 0.75rem;
    /* Ukuran font setara dengan 12pt */
    line-height: 1.5;
    /* Spasi antar baris untuk kenyamanan membaca */
    color: #333;
    /* (Opsional) Warna teks */
}

/* Placeholder Styling */
#layanan .placeholder-img {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    overflow: hidden;

}

/* Styling gambar di dalam placeholder */
#layanan .placeholder-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

/* Placeholder Text */
#layanan .placeholder-img::before {
    content: "Placeholder Gambar";
    font-style: italic;
    color: #888;
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#layanan .placeholder-img img {
    z-index: 3;

}

#layanan .placeholder-img:hover::before {
    opacity: 1;
}


/* Styling Row Title */
.title-section {
    background-color: #ffffff;
    /* Latar belakang putih */
    padding: 20px 0;
}

.title-section h2 {
    font-size: 2rem;
    color: #000;
}

.title-section .highlight {
    color: #ffffff;
    background-color: #145EA6;
    padding: 0 5px;
    border-radius: 4px;
}

.title-section p {
    font-size: 1rem;
    margin: 10px 0;
    line-height: 1.6;
    color: #333;
}

.title-section a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.title-section a:hover {
    color: #FF0000;
}

/* Styling untuk Paragraf */
.title-section .description {
    font-size: 1rem;
    /* Default font size untuk desktop */
    line-height: 1.5;
    /* Spasi antar baris */
    color: #333;
    /* Warna teks */
    margin: 10px 0;
    /* Jarak atas dan bawah */
    text-align: center;
    /* Rata tengah */
    padding: 0 15px;
    /* Padding kiri dan kanan untuk responsivitas */
}

/* Link di dalam paragraf */
.title-section .description .cta-link {
    color: #FF0000;
    /* Warna merah mencolok */
    font-weight: bold;
    /* Teks bold */
    text-decoration: none;
    /* Hilangkan garis bawah */
    transition: color 0.3s ease;
    /* Animasi hover */
}

.title-section .description .cta-link:hover {
    color: #B30000;
    /* Warna lebih gelap saat di-hover */
}

/* Responsiveness */
@media (max-width: 1024px) {

    /* Tablet */
    .title-section .description {
        font-size: 0.9rem;
        /* Ukuran font lebih kecil */
        padding: 0 10px;
        /* Kurangi padding kiri dan kanan */
    }
}

@media (max-width: 768px) {

    /* Mobile */
    .title-section .description {
        font-size: 0.8rem;
        /* Ukuran font lebih kecil lagi */
        padding: 0 8px;
        /* Kurangi padding */
    }
}

@media (max-width: 576px) {

    /* Small Mobile */
    .title-section .description {
        font-size: 0.75rem;
        /* Ukuran font terkecil */
        line-height: 1.4;
        /* Kurangi spasi antar baris */
        padding: 0 5px;
        /* Padding lebih kecil */
    }
}

/* Styling Row Tabel dan Button */
.table-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

/* Background Image */
.table-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg-jadwal-pelatihan.png') no-repeat center center;
    background-size: cover;
    z-index: 0;

}

/* Kontainer Tabel dan Tombol */
.table-section .container {
    position: relative;
    z-index: 1;
}

.table-section .table-bordered {
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    color: #0F2052;
    font-family: 'Poppins', sans-serif;
}

.table-section .table-bordered th {
    background-color: #145EA6;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.table-section .table-bordered td {
    font-weight: 600;
    vertical-align: middle;
    background-color: #F9F9F9;
}

.table-section .table-bordered tr:nth-child(even) td {
    background-color: #E9ECEF;
}

/* Button Styling */
.table-section .btn-primary {
    background-color: #FFC107;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.table-section .btn-primary:hover {
    background-color: #FFB400;
    color: #fff;
    transform: scale(1.05);
}


/* Table Styling */
.table-bordered {
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    color: #0F2052;
    /* Warna teks */
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.table-bordered th {
    background-color: #145EA6;
    color: #fff;
    font-weight: 600;

    text-transform: uppercase;
}

.table-bordered td {
    font-weight: 600;
    vertical-align: middle;
    background-color: #F9F9F9;
}

.table-bordered tr:nth-child(even) td {
    background-color: #CCCCCC;

}

/* Responsiveness */
@media (max-width: 1024px) {

    /* Tablet */
    .table-bordered {
        font-size: 0.9rem;
    }

    .table-bordered th {
        font-size: 0.95rem;
    }

    .table-bordered td {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {

    /* Mobile */
    .table-bordered {
        font-size: 0.8rem;
        /* Ukuran lebih kecil */
    }

    .table-bordered th {
        font-size: 0.85rem;
    }

    .table-bordered td {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {

    /* Small Mobile */
    .table-bordered {
        font-size: 0.7rem;
    }

    .table-bordered th {
        font-size: 0.75rem;
    }

    .table-bordered td {
        font-size: 0.7rem;
    }
}

/* Texture Background Only for Pelatihan Page */
#section-utama {
    background: url('../img/texture-background.png') repeat;
    background-size: cover;
    padding: 40px 0;
}


/* Section Pelatihan Styling */
#pelatihan-section {
    padding: 50px 0;
}

#pelatihan-section h2 {
    font-size: 2rem;
    color: #145EA6;
    font-weight: bold;
    text-transform: uppercase;
}

/* Card Styling */
.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.card .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Navigation Arrow Styling */
.carousel-control-prev.custom-prev,
.carousel-control-next.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #145EA6;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev.custom-prev {
    left: -60px;
    /* Posisi tombol di luar */
}

.carousel-control-next.custom-next {
    right: -60px;
    /* Posisi tombol di luar */
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 1.5rem;
    /* Ukuran icon */
}

/* Placeholder Styling for Card Images */
.card .placeholder-img {
    width: 100%;
    /* Menyesuaikan lebar card */
    height: 100%;
    /* Tetap dengan tinggi 200px */
    background-color: #e0e0e0;
    /* Warna latar belakang placeholder */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    /* Warna teks */
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    /* Sudut melengkung atas saja */
    text-transform: uppercase;
    /* Teks huruf besar */
    overflow: hidden;
    /* Pastikan tidak ada overflow */
}

/* Button Container Styling */
.button-container {
    margin-top: 10px;
    /* Memberikan jarak atas untuk tombol */
    width: 100%;
}

/* Button Detail Styling */
.btn-detail {
    background-color: #FFBF0B;
    color: #000;
    /* Warna font hitam */
    font-weight: bold;
    /* Teks bold */
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    width: 48%;
    /* Membagi lebar tombol */
    border: none;
    transition: background-color 0.3s ease;
}

.btn-detail:hover {
    background-color: #e6ac0a;
    /* Warna hover */
    color: #fff;
    /* Warna teks saat hover */
}

/* Button Daftar Styling */
.btn-daftar {
    background-color: #145EA6;
    color: #fff;
    /* Warna font putih */
    font-weight: bold;
    /* Teks bold */
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    width: 48%;
    /* Membagi lebar tombol */
    border: none;
    transition: background-color 0.3s ease;
}

.btn-daftar:hover {
    background-color: #104b84;
    /* Warna hover */
}

/* Ensure Buttons Fit Properly */
.button-container .btn {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    /* Ukuran font */
}

/* Badge Container Styling */
.badge-container {
    margin-bottom: 1rem;
    /* Memberikan jarak bawah */
    gap: 10px;
    /* Jarak antar badge */
}

/* Custom Badge Styling */
.badge-custom {
    border: 1px solid #145EA6;
    /* Warna border biru */
    color: #145EA6;
    /* Warna teks biru */
    font-size: 0.9rem;
    /* Ukuran font */
    font-weight: 500;
    /* Tebal font */
    padding: 5px 10px;
    /* Spasi dalam badge */
    border-radius: 4px;
    /* Sudut melengkung */
    background-color: #fff;
    /* Latar belakang putih */
    display: inline-block;
    /* Supaya sejajar */
    text-align: left;
    /* Teks rata kiri */
    text-transform: capitalize;
}

/* Button Jadwal Training */
.btn-training {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #0F2052, #145EA6);
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hilangkan efek hover sepenuhnya */
.btn-training:hover {
    background: linear-gradient(90deg, #0F2052, #145EA6);
    transform: none;
    box-shadow: none;
    color: #fff;
}


/* Icon Styling */
.btn-training i {
    margin-left: 10px;
    font-size: 1.2rem;
    vertical-align: middle;
}

/* Image Slide Banner Section Styling */
#slide-banner {
    padding: 40px 0;
}

#slide-banner .carousel-inner {
    padding: 0 40px;
}

.placeholder-img {
    width: 100%;
    max-width: 1360px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.placeholder-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Indicators Styling */
.carousel-indicators.custom-indicators {
    position: relative;
    bottom: -20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.carousel-indicators.custom-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d3d3d3;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicators.custom-indicators button.active {
    background-color: #FFBF0B;
}

/* Full Size Placeholder Section */
#full-size-placeholder {
    width: 100%;
    margin: 0 auto;
    /* Center horizontally */
    padding: 0;
    box-sizing: border-box;
}

/* Placeholder Container */
.placeholder-container {
    width: 100%;
    /* Full width */
    height: auto;
    overflow: hidden;

}

/* Image Styling */
.placeholder-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Testimoni Alumni Section */
#testimoni-alumni {
    background-color: #145EA6;
    background-image: url('../img/texture-testimoni.png');
    /* Optional texture */
    background-size: cover;
    background-position: center;
    color: #fff;
}

#testimoni-alumni .text-highlight {
    color: #FFBF0B;
    /* Yellow highlight */
}

#testimoni-alumni .testimoni-box {
    background-color: #fff;
    border-radius: 8px;
    color: #333;
    /* Text color */
    line-height: 1.6;
}

#testimoni-alumni .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFBF0B;
    /* Yellow border */
}

#testimoni-alumni img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Padding between images */
#testimoni-alumni .row.g-2>[class*="col-"] {
    padding: 0.5rem;
}

#testimoni-alumni .rounded {
    border-radius: 8px;
    /* Slight rounded corners */
}

.shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Box shadow */
}

.shadow-sm {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    /* Light shadow */
}

/* Grid Container */
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
}


/* Key Metric Section Styling */
#key-metric {
    background-color: #FFBF0B;
    /* Background color */
    color: #000;
    /* Text color */
    padding: 20px 0;
    /* Padding top and bottom */
}

#key-metric .mdi {
    font-size: 2.5rem;
    /* Icon size */
    color: #000;
    /* Icon color */
}

div h3,
div p {
    text-align: left;
}

#key-metric h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

#key-metric p {
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    #key-metric .row {
        flex-direction: column;
        align-items: flex-start;
    }

    #key-metric .col-md-3 {
        margin-bottom: 20px;
    }
}

/* Section Video Kegiatan */
#video-kegiatan {
    background-color: #f9f9f9;
    padding: 50px 0;
}

#video-kegiatan h2 {
    color: #145EA6;
    /* Warna font sesuai permintaan */
    font-size: 1.8rem;
    /* (Opsional) Ukuran font */
    font-weight: bold;
    /* Font tebal */
    text-align: center;
    /* Teks rata tengah */
}

/* Video Container Styling */
#video-kegiatan .kegiatan-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

/* Video Frame Styling */
#video-kegiatan .video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Placeholder Styling */
#video-kegiatan .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1rem;
    font-weight: bold;
    background: #f8f8f8;
    border: 1px dashed #bbb;
    border-radius: 8px;
}

/* Hide Placeholder When Video is Loaded */
#video-kegiatan .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#video-kegiatan .video-frame iframe+.placeholder {
    display: none;
}

/* Client Section Styling */
#client-section {
    background-color: #fff;
    padding: 40px 0;
}

#client-section h2 {
    font-size: 2rem;
    color: #145EA6;
    font-weight: bold;
    text-transform: uppercase;
}

#client-section .highlight {
    background-color: #145EA6;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    border-radius: 4px;
}

#client-section .client-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

#client-section .client-logo img {
    max-width: 150px;
    /* Sesuaikan ukuran logo */
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

#client-section .client-logo img:hover {
    transform: scale(1.1);
}

/* Artikel Section Styling */
#artikel-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

#artikel-section h2 {
    font-size: 2rem;
    color: #145EA6;
    font-weight: bold;
}

/* Artikel Container Styling */
.artikel-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Artikel Card Styling */
.artikel-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artikel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Artikel Image Styling */
.artikel-image {
    width: 100%;
    height: 180px;
    background-color: #e0e0e0;
    position: relative;
    overflow: hidden;
}

.artikel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    /* Default sembunyikan gambar */
}

.artikel-image img[src] {
    display: block;
    /* Tampilkan hanya jika src ada */
}

/* Artikel Content Styling */
.artikel-content {
    padding: 15px;
    text-align: left;
    flex-grow: 1;
}

.artikel-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.artikel-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

/* Artikel Footer Styling */
.artikel-footer {
    text-align: center;
    padding: 15px;
    margin-top: auto;
}

/* Button Styling */
.btn-detail {
    display: inline-block;
    background-color: #FFBF0B;
    color: #000;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-detail:hover {
    background-color: #e6ac0a;
}

/* Responsiveness */
@media (max-width: 768px) {
    .artikel-container {
        grid-template-columns: 1fr;
    }
}

/* Footer Styling */
#main-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
}

#main-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.footer-column {
    flex: 1 1 calc(25% - 20px);
    min-width: 200px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-column h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.footer-column h4:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #FFBF0B;
    margin-top: 5px;
}

.footer-column p,
.footer-column ul {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-column ul li i {
    font-size: 1.1rem;
    color: #FFBF0B;
}

/* Styling Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background-color: #145EA6;
    /* Background biru */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    /* Sudut melengkung */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon i {
    font-size: 1.5rem;
    color: #fff;
    /* Warna ikon putih */
}

/* Hover Effect */
.social-icon:hover {
    background-color: #FFBF0B;
    /* Background kuning saat hover */
    transform: scale(1.1);
    /* Efek membesar saat hover */
}

/* Responsiveness */
@media (max-width: 768px) {
    .footer-column {
        flex: 1 1 100%;
    }

    .footer-logo {
        margin-bottom: 10px;
    }
}

/* Floating Contact Container */
#floating-contact {
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 1000;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* Memastikan semua konten diratakan ke kanan */
}

/* Assistant Image Styling */
#assistantImage {
    margin-bottom: 10px;
    /* Beri sedikit jarak antara assistantImage dan chatFrame */
    text-align: center;
    cursor: pointer;
    z-index: 1100;
    /* Pastikan gambar berada di atas */
}

#assistantImage img {
    width: 120px;
    /* Ukuran gambar */
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
    /* Animasi hover opsional */
}

#assistantImage:hover img {
    transform: scale(1.1);
    /* Animasi hover untuk visual yang lebih baik */
}

/* Chat Frame Styling */
#chatFrame {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    flex-direction: column;
    display: none;
    /* Mulai sebagai hidden */
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    max-width: 300px;
    width: 100%;
    z-index: 1000;
    /* Posisi di bawah assistantImage */
    position: relative;
    /* Pastikan posisinya tidak memengaruhi assistantImage */
}

/* Chat Header */
.chat-header {
    background: #0F2052;
    color: #fff;
    padding: 10px;
    /* Kurangi padding */
    text-align: center;
    position: relative;
    font-size: 0.9rem;
    /* Perkecil font */
    border-bottom: 2px solid #145EA6;
}

.chat-header h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

.chat-header p {
    margin: 0;
    font-size: 0.75rem;
    /* Perkecil teks deskripsi */
}

#close-chat {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1rem;
    /* Ukuran close icon */
    cursor: pointer;
    color: #fff;
}

/* Chat Body */
.chat-body {
    padding: 8px;
    /* Kurangi padding */
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Kurangi jarak antar item */
}

/* Admin Item Styling */
.admin-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 8px;
    /* Kurangi padding */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.admin-item img {
    width: 30px;
    /* Sesuaikan ukuran */
    height: 30px;
    /* Tetap proporsional */
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    /* Jika gambar tidak proporsional */
}

.admin-info {
    flex: 1;
}

.admin-info h5 {
    margin: 0;
    font-size: 0.8rem;
    /* Perkecil ukuran teks */
    font-weight: bold;
}

.admin-info p {
    margin: 0;
    font-size: 0.7rem;
    /* Perkecil ukuran teks */
}

.admin-info .status {
    color: #28a745;
    font-size: 0.7rem;
    /* Ukuran status */
}

/* Call Button */
.call-btn {
    color: #fff;
    background: #28a745;
    padding: 6px;
    /* Kurangi padding */
    border-radius: 50%;
    width: 30px;
    /* Tetap proporsional */
    height: 30px;
    /* Tetap proporsional */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.call-btn i {
    font-size: 1rem;
}

/* Floating Formulir Styling */
#floating-formulir {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 1000;
}

/* Formulir Frame Styling */
#formulirFrame {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    flex-direction: column;
    display: none;
    /* Awalnya hidden */
    max-width: 300px;
    /* Default width */
    transition: all 0.3s ease-in-out;
}

/* Formulir Header */
.formulir-header {
    background: #0F2052;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    border-bottom: 2px solid #145EA6;
}

.formulir-header h4 {
    margin: 0;
    font-size: 1rem;
    /* Ukuran font untuk title */
    font-weight: bold;
    text-transform: uppercase;
    /* Format huruf besar */
}

/* Formulir Body */
.formulir-body ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.formulir-body ul li {
    padding: 8px 12px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.formulir-body ul li:hover {
    background-color: #FFBF0B;
    color: #000;
}

/* Floating Button Styling */
#formulirButton {
    text-align: center;
}

.formulir-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFBF0B;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.formulir-btn:hover {
    background: #e6ac0a;
}

/* Icon Styling */
.formulir-btn i {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Responsive: Hide text on smaller devices */
@media (max-width: 768px) {
    .formulir-btn {
        padding: 10px;
        justify-content: center;
    }

    .formulir-btn .formulir-text {
        display: none;
    }

    #formulirFrame {
        max-width: 250px;
        /* Perkecil frame pada mobile */
    }
}

/* nuari -start */

/* Custom CSS */

.top-bar {
    background-color: #fff;
    /* border-bottom: 2px solid #ffc107; */
    padding: 10px 20px;
    font-size: 1.5rem;
    height: 70px;
}

.top-bar span {
    color: #000;
    margin-right: 15px;
}

.top-bar a {
    color: #ffc107;
    font-weight: bold;
    text-decoration: none;
}

.navbar {
    background: url('../img/texture-navbar.png') no-repeat center center;
    background-size: cover;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.navbar-brand img {
    height: 50px;
}

/* Custom mobile menu text */
.navbar-toggler-text {
    color: white;
    font-size: 14px;
    margin-right: 5px;
}

.navbar-toggler {
    padding: 0;
    border: none;
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: white !important;
    font-size: 1.5rem;
    padding: 8px 16px !important;
    position: relative;
}

.nav-link:hover {
    color: #FFC107 !important;
}

/* Custom chevron dropdown arrow */
.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M4 9l8 8 8-8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
    transition: transform 0.2s;
}

.active-link {
    color: #FFC107 !important;
}



.nav-item {
    margin: 0 5px;
}

/* Split navigation items */
.navbar-nav.left-nav {
    margin-right: 100px;
}

.navbar-nav.right-nav {
    margin-left: 100px;
}

/* Dropdown menu styling */
.dropdown-menu {
    /* background: linear-gradient(to right, #00205B, #001845, #00205B); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}


.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFC107;
}

@media (max-width: 991.98px) {
    .navbar>.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        position: relative;
        left: 0;
        transform: none;
    }

    /* Mobile menu button styling */
    .mobile-menu {
        display: flex;
        align-items: center;
        background: none;
        border: none;
        padding: 0;
    }

    .navbar-collapse {
        background: linear-gradient(to bottom, #00205B, #001845);
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav.left-nav,
    .navbar-nav.right-nav {
        margin: 0;
    }
}

/* batas */
.navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #113c79;
    min-width: 250px;
}

.navbar-nav .dropdown-menu::before {
    content: '';
    display: block;
    height: 3px;
    background-color: #FFD700;
}

.navbar-nav .dropdown-item {
    padding: 15px 20px;
    color: white;
    background-color: #113c79;
    transition: color 0.3s background-color 0.3s ease;
}

.navbar-nav .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #FFD700;
}

/* Tampilkan dropdown saat hover */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Style untuk nav link */
.navbar-nav .nav-link {
    padding: 10px 15px;
}

.gold-nav-container {
    background-color: #113c79;
    padding: 15px 0;
    font-size: 1.5rem;
    border-top: #fff solid;
}

.gold-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gold-menu-item {
    margin: 0 5px;
}

.gold-menu-link {
    color: black;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    background-color: white;
    border: 2px solid #FFD700;
    transition: all 0.3s ease;
}

.gold-menu-link.active {
    background-color: #113c79;
    color: #FFD700;
}

.gold-menu-link:hover {
    background-color: #113c79;
    color: #FFD700;
}

.gold-toggler {
    display: none;
    background-color: transparent;
    border: 2px solid #FFD700;
    padding: 5px 10px;
    color: #FFD700;
}

@media (max-width: 992px) {
    .gold-menu {
        display: none;
        width: 100%;
    }

    .gold-menu.show {
        display: flex;
        flex-direction: column;
    }

    .gold-menu-item {
        width: 100%;
        margin: 5px 0;
    }

    .gold-toggler {
        display: block;
    }

    .gold-nav-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.kemnaker-header-section {
    background-color: #113c79;
    padding: 20px;
    border-top: white solid;
}

.kemnaker-header-title {
    color: white;
    font-size: 24px;
    margin: 0;
}

.kemnaker-menu-section {
    background-color: #113c79;
    padding: 0 20px 20px 20px;
}


.kemnaker-menu-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.kemnaker-menu-item {
    background-color: transparent;
    color: white;
    text-decoration: none;
    padding: 10px;
    text-align: left;
    font-size: 1rem;
    display: block;
    transition: color 0.3s ease;
}

.kemnaker-menu-item:hover {
    color: #ffd700;
    text-decoration: none;
}

@media (max-width: 768px) {
    .kemnaker-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .kemnaker-menu-grid {
        grid-template-columns: 1fr;
    }
}

/* nuati - end */

/* Formulir Section */
#formulir-section {
    height: 70vh;
    background-image: url('../img/construction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 20px;
}

/* Formulir Content */
.formulir-content {
    width: 80%;
    max-width: 800px;
    padding: 20px;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.formulir-content h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

/* Formulir List */
.formulir-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.formulir-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.formulir-item i {
    font-size: 1.2rem;
    color: #145EA6;
}

.formulir-item label {
    font-size: 0.9rem;
    color: #333;
}

.download-btn {
    background-color: #145EA6;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.download-btn:hover {
    background-color: #104b84;
}

/* Responsive Design for Tablets */
@media (max-width: 1024px) {
    #formulir-section {
        background-size: cover;
        justify-content: center;
        padding: 30px;
    }

    .formulir-content {
        width: 70%;
    }
}

/* Responsive Design for Phones */
@media (max-width: 768px) {
    #formulir-section {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-position: center;
        padding: 20px;
    }

    .formulir-content {
        width: 100%;
        max-width: none;
    }

    .formulir-list {
        grid-template-columns: 1fr;
    }

    .formulir-content h2 {
        font-size: 1rem;
    }

    .download-btn {
        font-size: 0.7rem;
    }
}

/* Section Styling */
#formulir-pendaftaran {
    padding: 40px 20px;
    background-color: #fff;
}

#formulir-pendaftaran h1 {
    text-align: center;
}

/* Title */
.formulir-title {
    font-size: 2rem;
    font-weight: bold;
    color: #145EA6;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Description */
.formulir-description {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

/* Form Section Styling */
#formulir-data {
    background: #fff;
    padding: 40px 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    max-width: 900px;
    margin: 20px auto;
}

#formulir-data .container {
    margin-bottom: 40px;
}

/* Form Title */
.form-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #145EA6;
    margin-bottom: 20px;
    text-align: left;
}

/* Form Group Input Styling */
input,
select {
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    border: 1px solid #145EA6;
    border-radius: 4px;
    box-sizing: border-box;
}

input:focus,
select:focus {
    outline: none;
    border-color: #145EA6;
    box-shadow: 0 0 5px rgba(20, 94, 166, 0.5);
}

/* Samakan tinggi dengan input lainnya */
input[type="file"] {
    height: 40px;
    line-height: 1.5;
    border: 1px solid #145EA6;
    border-radius: 4px;
    background-color: #fff;
    font-size: 0.9rem;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
}

/* Samakan tinggi tombol dalam input file */
input[type="file"]::file-selector-button {
    height: 100%;
    padding: 5px 10px;
    border: 1px solid #145EA6;
    border-radius: 4px;
    background-color: #fff;
    color: #145EA6;
    font-size: 0.9rem;
    cursor: pointer;

}

/* Hover efek untuk tombol */
input[type="file"]::file-selector-button:hover {
    background-color: #145EA6;
    color: #fff;

}

/* Styling untuk input disabled */
input[disabled],
textarea[disabled],
select[disabled] {
    background-color: #E6E6E6;
    color: #6c757d;
    border: 1px solid #145EA6;
    cursor: not-allowed;
}

input[disabled]::placeholder,
textarea[disabled]::placeholder {
    color: #A9A9A9;
}


/* Placeholder Text Styling */
input::placeholder {
    color: #aaa;
    font-size: 0.85rem;
}

/* Label Styling */
label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

/* Form Title Styling */
.form-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #145EA6;
    position: relative;
    margin-bottom: 10px;
}

.form-title .underline {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #FFBF0B;
    margin-top: 4px;
}

.form-group {
    margin-bottom: 20px;
}


/* File Input Styling */
.form-group input[type="file"] {
    padding: 0;
}

/* Form Title Styling */
.form-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    color: #145EA6;
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
}

/* Underline Styling */
.form-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background-color: #FFBF0B;
}

.form-subtitle {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 20px;
}

.form-info {
    font-size: 0.9rem;
    color: red;
    margin-bottom: 20px;
}

.required {
    color: red;
    font-weight: bold;
    margin-left: 2px;
}

/* Submit Button Styling */
.form-submit-container {
    text-align: center;
    margin-top: 20px;
}

.btn-submit {
    background-color: #145EA6;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    /* Mengisi penuh lebar form */
    display: block;
}

.btn-submit:hover {
    background-color: #0F2052;
}

/* Cek Sertifikat */
#cek-sertifikat .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

#cek-sertifikat {
    background-color: #ffffff;
    padding: 40px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Title */
#cek-sertifikat .title {
    color: #0F2052;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#cek-sertifikat .description {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Search Container */
#cek-sertifikat .search-container {
    margin-bottom: 40px;
}

#search-form {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

#cek-sertifikat .form-group {
    flex: 1;
    max-width: 1200px;
    text-align: left;
}

#cek-sertifikat .form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #145EA6;
    border-radius: 4px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s ease;
}

#cek-sertifikat.form-input:focus {
    border-color: #0F2052;
}

/* Button */
#cek-sertifikat .btn-search {
    background-color: #145EA6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 0.9rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#cek-sertifikat .btn-search:hover {
    background-color: #0F2052;
}

#cek-sertifikat .btn-search i {
    font-size: 1rem;
}

/* Result Container */
#cek-sertifikat .result-container {
    text-align: center;
}

#cek-sertifikat .result-title {
    background-color: #145EA6;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

#cek-sertifikat .result-box {
    border: 1px solid #145EA6;
    padding: 20px;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}

/* Responsiveness for mobile */
@media (max-width: 768px) {
    #search-form {
        flex-direction: column;
        /* Ubah arah layout ke kolom */
        gap: 10px;
        /* Tambahkan jarak antar elemen */
    }

    #cek-sertifikat .form-group {
        max-width: 100%;
        /* Pastikan elemen memenuhi lebar penuh */
    }

    #cek-sertifikat .btn-search {
        width: 100%;
        /* Tombol akan memenuhi lebar form */
    }
}

/* profil perusahaan */
.profil-banner {
    height: 562px;
    background-image: url('../img/foto_perusahaan_1.png');
}

.struktur {
    background-image: url('../img/texture-background.png');
    border-top: #145EA6 solid 10px;
}

.visi-misi {
    background: linear-gradient(to right, #0F2052, #145EA6);
    border-radius: 20px;
}

.download-profile {
    background: #145EA6;
}

/* tenaga ahli */
.banner-tenaga-ahli {
    height: 423px;
    background-image: url('../img/hero-Tim-Tenaga-Ahli.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-tenaga-ahli {
    width: 293px;
    height: 330px;
}

.nama-ahli {
    color: #145EA6;
}

.profil-tenaga-ahli {
    margin-top: 70px;
    margin-left: 20px;
}

/* CSS untuk perangkat mobile */
@media (max-width: 768px) {
    .profil-tenaga-ahli {
        margin-top: 5px;
    }
}

.img-box-tenaga-ahli {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

/* layanan kami  */
.img-layanan-kemnaker {
    width: 334px;
    height: 431px;
}

.semi-bold-layanan-kemnaker {
    font-weight: 600;
    font-size: 1rem;
}

.border-blue {
    border: #145EA6 solid 4px;
    border-radius: 2px;
}

.layanan-kemnaker-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.layanan-kemnaker-item i {
    font-size: 1.8rem;
    color: #145EA6;
}

.layanan-kemnaker-item label {
    font-size: 1.2rem;
    color: #333;
}

.proposal-k3-listrik {
    background: linear-gradient(to right, #0F2052, #145EA6);
}

/* jadwal pelatihan  */
.banner-jadwal-pelatihan {
    height: 423px;
    background-image: url('../img/hero-jadwal-pelatihan.png');
    background-size: cover;
    /* Menyesuaikan gambar dengan lebar dan tinggi elemen */
    background-repeat: no-repeat;
    /* Menghindari gambar berulang */
    background-position: center;
    /* Mengatur posisi gambar di tengah */
}

.banner-jadwal-pelatihan h1 {
    font-size: 3rem;
}

.img-pelatihan {
    width: 368px;
    height: 475px;
}

/* General Styling */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

#konsultan-smk3 {
    text-align: left;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#konsultan-smk3 .title {
    font-size: 2rem;
    color: #145EA6;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}

#konsultan-smk3 .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

#konsultan-smk3 .rating-score {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

#konsultan-smk3 .rating-stars .mdi {
    font-size: 1.5rem;
    color: #FFD700;
}

#konsultan-smk3 .rating-text {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

#konsultan-smk3 .description {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

#konsultan-smk3 .download-btn {
    background-color: #145EA6;
    color: #ffffff;
    font-size: 1rem;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

#konsultan-smk3 .download-btn:hover {
    background-color: #0F2052;
}

/* Syarat Container */
#konsultan-smk3 .syarat-container {
    margin-top: 30px;
    text-align: left;
}

#konsultan-smk3 .syarat-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0F2052;
    margin-bottom: 10px;
}

#konsultan-smk3 .syarat-description {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

#konsultan-smk3 .syarat-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

#konsultan-smk3 .syarat-list li {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.5;
}

#konsultan-smk3 .syarat-footer {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.6;
}

#konsultan-smk3 .syarat-footer .link-highlight {
    color: #145EA6;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

#konsultan-smk3 .syarat-footer .link-highlight:hover {
    color: #0F2052;
    text-decoration: underline;
}

/* Formulir SKP Section */
#formulir-skp {
    margin: 20px auto;
    text-align: center;
    max-width: 1200px;

}

#formulir-skp .formulir-skp-header {
    margin-bottom: 20px;
}

#formulir-skp .formulir-skp-header .title {
    font-size: 2rem;
    font-weight: bold;
    color: #145EA6;
    margin-bottom: 10px;
}

#formulir-skp .formulir-skp-header .description {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

#formulir-skp .formulir-skp-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background: #f4f4f4; /* Placeholder background */
    display: block;
}

/* Syarat Section */
#formulir-skp .formulir-syarat {
    text-align: left;
    margin-top: 30px;
}

#formulir-skp .formulir-syarat .sub-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0F2052;
    margin-bottom: 15px;
}

#formulir-skp .formulir-syarat .sub-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

#formulir-skp .formulir-syarat .requirements {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #333;
    font-size: 1rem;
}

#formulir-skp .formulir-syarat .requirements li {
    margin-bottom: 10px;
}

#formulir-skp .formulir-syarat .info {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}


/* Galeri SKP Section */
#galeri-formulir {
    margin: 40px auto;
    text-align: center;
    max-width: 1200px;
}

#galeri-formulir  .galeri-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background: #f4f4f4; /* Placeholder background */
    display: block;
}

#galeri-formulir .galeri-skp-header {
    margin-bottom: 20px;
}

#galeri-formulir .galeri-skp-header .title {
    font-size: 2rem;
    font-weight: bold;
    color: #145EA6;
    margin-bottom: 10px;
}

/* peraturan k3 ri  */
/* Section Peraturan K3 */
#peraturan-k3 {
    background-color: #ffffff;
    padding-bottom: 40px;
}

/* Banner Section */
.banner-peraturan-k3 {
    height: 423px;
    background-image: url('../img/hero-jadwal-pelatihan.png'); /* Replace with actual image path */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-peraturan-k3 h1 {
    font-size: 3rem;
}

/* Description Section */
#peraturan-k3 .description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

/* Download List */
#peraturan-k3 .download-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
}

#peraturan-k3 .download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background-color: #fff;
}

#peraturan-k3 .download-item:last-child {
    border-bottom: none;
}

#peraturan-k3 .download-item:hover {
    background-color: #f0f8ff;
}

#peraturan-k3 .download-item span {
    flex-grow: 1;
}

#peraturan-k3 .download-icon {
    text-decoration: none;
    color: #145EA6;
    font-size: 1.5rem;
}

#peraturan-k3 .download-icon:hover {
    color: #0F2052;
}

.banner-info-loker {
    height: 423px;
    background-image: url('../img/hero-Tim-Tenaga-Ahli.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-info-loker {
    width: 557px;
    height: 697px;
}

.info-loker-head {
    color: #145EA6;
    font-weight: 600;
    font-size: 3rem;
}

.info-loker-h1 {
    color: #145EA6;
    font-size: 2rem;
    margin-bottom: 25px;
    margin-top: 10px;
}

.info-loker-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-loker-item i {
    font-size: 1.5rem;
    color: #145EA6;
}

.info-loker-item label {
    font-size: 1.3rem;
    color: #333;
}

.info-loker-p {
    font-size: 1.3rem;
    color: #333;
}

.card-body-loker {
    display: flex;
    align-items: start;
}

/* CSS untuk perangkat mobile */
@media (max-width: 768px) {
    .card-body-loker {
        display: block;
    }
}

.box-info-loker {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}