/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a {
    color: #05924e;
    text-decoration: none;
}

a:hover {
    color: #05924e;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #e9ffe3;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    /* Awalnya terlihat penuh */
    transition: opacity 1s ease-in-out;
    /* Smooth transisi 1 detik */
}

#preloader.fade-out {
    opacity: 0;
    /* Fade out menjadi transparan */
    pointer-events: none;
    /* Mencegah interaksi saat fading */
}

#preloader .circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

#preloader .circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    border-top: 3px solid #064b1c;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

#preloader .circle .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: linear-gradient(90deg, #065b32, #05924e);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    font-family: "Poppins", sans-serif;
    transition: all 0.5s;
    z-index: 997;
    padding: 13px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    /* Bayangan halus di bawah elemen */
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #ffff;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 52px;
}

/* Warna teks default */
#header .nav-link {
    color: #fff;
    /* Warna teks putih default */
    transition: all 0.3s ease;
    /* Transisi smooth */
}

/* Warna teks saat scroll */
#header.header-scrolled .nav-link {
    color: #000;
    /* Warna teks hitam saat di-scroll */
}

/* Warna teks dan latar belakang saat hover di scroll */
#header.header-scrolled .nav-link:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    /* Latar belakang hijau */
    color: #ffff;
    /* Teks putih */
    border-radius: 25px;
    /* Membuat latar menjadi membulat */
    padding: 10px 20px;
    /* Menambahkan padding untuk kesan rapi */
}

/* Warna untuk elemen aktif */
#header .nav-link.active {
    background: #f8f8f8;
    /* Latar belakang hijau */
    color: #094729;
    font-weight: 600;
    /* Teks putih */
    border-radius: 25px;
    padding: 10px 20px;
}

/* Elemen aktif saat di-scroll */
#header.header-scrolled .nav-link.active {
    background: linear-gradient(90deg, #065b32, #05924e);
    /* Latar belakang hijau */
    color: #fff;
    /* Teks putih */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 5px;
    /* Jarak antar ul */
}

.navbar li {
    position: relative;
}

.navbar .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar .nav-link:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    background: linear-gradient(90deg, #065b32, #05924e);
}

.navbar .getstarted {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #065b32;
    font-weight: 600;
}

.navbar .getstarted:hover {
    color: #fff;
    background: linear-gradient(90deg, #065b32, #05924e);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #05924e;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #065b32, #05924e);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #05924e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #05924e;
}

.navbar-mobile .getstarted {
    margin: 15px;
    color: #05924e;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #05924e;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Aside
--------------------------------------------------------------*/
#main aside {
    position: fixed;
    inset-block: 0;
    inset-inline-end: 0;
}

#main aside .social-media {
    height: 100%;
    display: flex;
}

#main aside .social-media ul {
    padding: 1.5rem 1rem;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: auto;
    background: linear-gradient(90deg, #065b32, #05924e);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

#main aside .social-media li {
    list-style-type: none;
}

#main aside .social-media li a {
    text-decoration: none;
    font-size: 1.3rem;
    color: white;
    transition: all 0.1s ease-in-out;
}

#main aside .social-media li a:hover {
    color: #89d9a8;
}

/* Tombol bulat dengan teks */
#scroll-to-social {
    position: fixed;
    right: 15px;
    bottom: 100px;
    display: flex;
    background-color: orange;
    color: white;
    background: linear-gradient(90deg, #065b32, #05924e);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

#scroll-to-social:hover {
    transform: scale(1.1);
}

#scroll-to-social:hover {
    transform: scale(1.1);
}

/* Sembunyikan/munculkan ikon */
.hidden-icons {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Carousel Section
--------------------------------------------------------------*/

#carouselExampleIndicators {
    width: 100%;
    height: 100vh;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg-mwt.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#hero > * {
    position: relative;
    z-index: 2;
}

#hero .container {
    padding-top: 72px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: linear-gradient(90deg, #065b32, #05924e);
}

#hero .btn-get-started:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #05924e;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.TheWinner {
    background: linear-gradient(90deg, #065b32, #05924e);
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3faf7;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #065b32;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #065b32, #05924e);
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

.thin-title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #05924e;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
    padding: 12px 0;
    text-align: center;
}

.cliens img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.cliens img:hover {
    filter: none;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .cliens img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content p {
    text-align: left;
}

.about .content h3 {
    font-weight: 600;
    font-size: 24px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #05924e;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #05924e;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #05924e;
}

.about .content .btn-learn-more:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    text-decoration: none;
}

.about .title-pt {
    color: #065b32;
    font-weight: 600;
}

.about .image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.about .image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.about .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #065b32, #05924e);
    color: white;
    padding: 10px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about .image-overlay h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.about .image-overlay h6 {
    margin: 0;
    font-size: 14px;
}

/* Founder Cards Styling */
.founder-card {
    border-radius: 8px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.founder-image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #f8f9fa;
}

.founder-img {
    width: 320px;
    height: 280px;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.founder-info {
    background: linear-gradient(135deg, #065b32, #05924e);
    color: white;
    padding: 16px 12px;
    border-radius: 0 0 8px 8px;
    margin-top: -4px;
}

.founder-info h5 {
    color: white;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.founder-info p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 500;
}

/* Vision & Mission Cards */
.vision-mission-card {
    border: 1px solid #e0e0e0;
    border-left: 4px solid #065b32;
    transition: all 0.3s ease;
    padding: 5px;
}

.vision-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(6, 91, 50, 0.12);
    border-left-color: #05924e;
}

.vision-mission-card .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #065b32, #05924e);
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
}

.vision-mission-card h4 {
    color: #065b32;
    font-size: 20px;
}

.vision-mission-card p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Fasilitas
--------------------------------------------------------------*/

.fasilitas .img img {
    width: 420px;
    height: 350px;
}

.fasilitas .section-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding-bottom: 0px;
}

.fasilitas .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    border: 2px solid #05924e;
    margin-top: 6px;
}

.fasilitas .btn-learn-more:hover {
    background: transparent;
    color: #05924e;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .fasilitas .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .fasilitas .img {
        min-height: 400px;
    }

    .fasilitas .content {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .fasilitas .img {
        min-height: 200px;
    }
}

/* Scrollable Table */
.scrollable-table {
    max-height: 300px; /* Atur tinggi maksimum tabel */
    overflow-y: auto; /* Tambahkan scrollbar vertikal jika data banyak */
    overflow-x: auto; /* Tambahkan scrollbar horizontal jika diperlukan */
    border: 1px solid #ddd; /* Opsional: Tambahkan border untuk memperjelas area tabel */
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products .section-image {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding-bottom: 0px;
}

/* Mengatur ukuran gambar di dalam carousel */
.products .carousel-item img {
    width: 500px;
    height: 350px;
    object-fit: cover;
}

/* Mengubah warna tombol kontrol 'next' dan 'previous' menjadi abu-abu */
.products .carousel-control-prev-icon,
.products .carousel-control-next-icon {
    background-color: #6c757d;
}

/* Mengatur ukuran gambar dalam modal */
.products #imageModal .modal-dialog {
    max-width: 70%;
    /* Mengatur lebar modal menjadi 90% dari lebar layar */
    width: auto;
    /* Pastikan lebar otomatis menyesuaikan */
}

.products #imageModal .modal-body {
    text-align: center;
    /* Membuat gambar terpusat dalam modal */
}

.products #modalImage {
    width: 100%;
    /* Gambar akan mengisi 100% lebar modal */
    height: 500px;
    /* Mengatur tinggi gambar menjadi 400px, bisa disesuaikan */
    object-fit: contain;
    /* Menjaga gambar tetap proporsional */
}

.products .content p:last-child {
    margin-bottom: 0;
}

.products .section-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding-bottom: 0px;
}

.products.section-title h2,
.products .section-title p,
.products .section-title .btn-learn-more {
    margin: 0.5em 0;
}

.products .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #05924e;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #05924e;
}

.products .btn-learn-more:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# berita
--------------------------------------------------------------*/
.berita .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

.berita .icon-box .icon {
    margin-bottom: 10px;
}

.berita .icon-box .icon i {
    color: #05924e;
    font-size: 36px;
    transition: 0.3s;
}

.berita .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.berita .icon-box h4 a {
    color: #05924e;
    transition: ease-in-out 0.3s;
}

.berita .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.berita .icon-box:hover {
    transform: translateY(-10px);
}

.berita .icon-box:hover h4 a {
    color: #05924e;
}

.berita .row {
    display: flex;
    flex-wrap: wrap;
}

.berita .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    background: #fff;
}

.berita .card:hover {
    transform: translateY(-10px);
}

.berita .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.berita .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
}

.berita .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #064b1c;
    margin-bottom: 15px;
    text-align: left;
}

.berita .card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.berita .btn-primary {
    background: linear-gradient(90deg, #065b32, #05924e);
    width: 45%;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #05924e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 5px 0px;
}

.berita .section-button-berita {
    text-align: center;
}

.berita .btn-primary:hover {
    background-color: #fff;
    /* Warna latar belakang saat hover */
    background: linear-gradient(90deg, #065b32, #05924e);
    /* Warna teks saat hover */
    border: 1px solid #05924e;
    /* Outline tetap sama */
    cursor: pointer;
}

.badge-news {
    display: block;
    background-color: #f1f1f1;
    color: #064b1c;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: center;
    width: 30%;
    /* Lebar badge sama dengan lebar card */
    margin-bottom: 15px;
}

.berita .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #05924e;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #05924e;
}

.berita .btn-learn-more:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Vidcom
--------------------------------------------------------------*/

.vidcom {
    background:
        linear-gradient(rgba(40, 90, 47, 0.9), rgba(40, 90, 47, 0.9)),
        url("../img/bg-mwt.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    height: 65vh;
    color: white;
}

.vidcom .section-title h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.vidcom .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.vidcom .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffff;
    bottom: 0;
    left: calc(50% - 20px);
}

.video-item iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
}

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

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: linear-gradient(90deg, #065b32, #05924e);
    padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #05924e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #05924e;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #065b32, #05924e);
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Customer
--------------------------------------------------------------*/
.customer {
    text-align: center;
    padding-bottom: 10px;
}

.customer .content h3 {
    font-weight: 600;
    font-size: 24px;
}

.customer .content p:last-child {
    margin-bottom: 0;
}

.customer img {
    max-width: 65%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.customer img:hover {
    filter: none;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .customer img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover {
    transform: translateY(-10px);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #05924e;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.team .member .social a i {
    color: #05924e;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
}

.team .member .social a:hover i {
    color: #fff;
}

.team .member .social a + a {
    margin-left: 8px;
}

/*--------------------------------------------------------------
# pricing
--------------------------------------------------------------*/

.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #05924e;
}

.pricing h4 {
    font-size: 48px;
    color: #05924e;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: #05924e;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #05924e;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    transition: 0.3s;
    border: 1px solid #05924e;
}

.pricing .buy-btn:hover {
    background: #05924e;
    color: #fff;
}

.pricing .featured {
    border-top-color: #05924e;
}

.pricing .featured .buy-btn {
    background: #05924e;
    color: #fff;
}

.pricing .featured .buy-btn:hover {
    background: #05924e;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

.custom-card {
    height: 400px;
    /* Tentukan tinggi tetap untuk setiap kartu */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card img {
    height: 200px;
    /* Tinggi tetap untuk gambar */
    object-fit: cover;
    /* Memastikan gambar pas dengan ukuran */
}

.custom-card .card-title {
    font-size: 1rem;
    /* Sesuaikan font agar terlihat rapi */
    text-align: center;
}

.custom-card .btn {
    margin-top: auto;
    /* Membuat tombol berada di bagian bawah kartu */
}

.pricing .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #05924e;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #05924e;
}

.pricing .btn-learn-more:hover {
    background: #05924e;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #05924e;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #05924e;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #05924e;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background:
        linear-gradient(rgba(40, 90, 47, 0.9), rgba(40, 90, 47, 0.9)),
        url("../img/bg-karir.png") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #05924e;
    border: 2px solid #05924e;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .row {
    justify-content: center;
    align-items: center;
}

.contact .info {
    border-top: 3px solid #05924e;
    border-bottom: 3px solid #05924e;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #05924e;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #05924e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #05924e;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #05924e;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #05924e;
    border-bottom: 3px solid #05924e;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form label {
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #05924e;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .pesan-input::placeholder {
    color: #aaa;
}

.contact .file-upload {
    border-radius: 4px;
    height: 44px;
}

.contact .file-upload::-webkit-file-upload-button {
    background-color: #05924e;
    color: #fff;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
}

.contact .file-info {
    color: #aaa;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.contact .php-email-form button[type="submit"] {
    background: #05924e;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #065b32;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #05924e;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background: linear-gradient(90deg, #05924e, #065b32);
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #064b1c;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
}

#footer .footer-top {
    padding: 30px 0 25px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 10px;
}

#footer .footer-top .footer-contact img {
    max-width: 220px;
}

.logo-right {
    max-width: 150px;
    width: 125px;
    /* Sesuaikan ukuran logo */
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #064b1c;
}

#footer .footer-top .footer-contact h6 {
    color: #064b1c;
}

#footer .footer-top .footer-contact p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #5e5e5e;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #064b1c;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 1s ease-in-out;
}

#footer .footer-top .footer-links ul li:hover {
    transform: translateX(5px);
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #05924e;
    font-size: 18px;
    line-height: 1.2;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #4d4d4d;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #05924e;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: linear-gradient(90deg, #05924e, #065b32);
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    float: right;
    padding-left: 0.5rem;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

/*--------------------------------------------------------------
# Headline Sections
--------------------------------------------------------------*/

.headline-kontak {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/bg-mwt-p4.JPG");
    background-size: cover;
    padding: 140px 0px;
}

.headline-about {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/bg-mwt-p4.JPG");
    background-size: cover;
    padding: 140px 0px;
}

.headline-karir {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/bg-karir2.png");
    background-size: cover;
    padding: 140px 0px;
}

.content .section-title-headline h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    margin-bottom: -10px;
}

.section-title-headline h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title-headline h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 20px);
}

@media (max-width: 1024px) {
    .headline .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .headline .content {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
/* Style Section */
.contacts .section-titles {
    color: #065b32;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.contacts .section-subtitles {
    position: relative;
    color: #666;
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.contacts .section-subtitles::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #05924e;
}

/* Style Contact Info */
.contacts .contact-info {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50px;
}

.contacts .contact-info .contact-item {
    align-items: center;
    color: #333;
    font-size: 15px;
}

.contacts .contact-info .contact-item p {
    margin-bottom: 5px;
}

/* Map Container */
.contacts .map-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    min-height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Visi
--------------------------------------------------------------*/

.visi .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.visi .img img {
    width: 400px;
    height: 260px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.visi .img img {
    width: 420px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.visi .section-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding-bottom: 0px;
    padding: 0px 80px;
}

@media (max-width: 1024px) {
    .visi .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .visi .img {
        min-height: 400px;
    }

    .visi .content {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .visi .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Misi
--------------------------------------------------------------*/

/* Mengatur ukuran gambar di dalam carousel */
.misi .section-image {
    padding: 0px 60px;
}

/* Mengatur ukuran gambar di dalam carousel */
.misi .section-image img {
    width: 420px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.misi .content p:last-child {
    margin-bottom: 0;
}

.misi .section-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding-bottom: 0px;
    padding: 0px 30px;
}

.misi.section-title h2,
.misi .section-title p {
    margin: 0.5em 0;
}

/*--------------------------------------------------------------
# Core Value Section
--------------------------------------------------------------*/
.core-value {
    padding: 80px 0;
    background:
        linear-gradient(rgba(40, 90, 47, 0.9), rgba(40, 90, 47, 0.9)),
        url("../img/bg-karir.png") fixed center center;
    background-size: cover;
    color: #fff;
    /* Warna teks untuk kontras */
}

.core-value .section-title {
    padding-bottom: 0px;
}

.core-value .section-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.core-value .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.core-value .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffff;
    bottom: 0;
    left: calc(50% - 20px);
}

.core-value .section-title .thin-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.core-value .section-title-white p {
    font-size: 17px;
    color: #ddd;
}

/* Card Value - Transparan */
.core-value .card-value {
    background: rgba(255, 255, 255, 0.1);
    /* Transparansi Card */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Hover effect untuk Card */
.core-value .card-value:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Icon Circle */
.core-value .icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 36px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.core-value .card-value:hover .icon-circle {
    background: #ffffff;
    color: #285a2f;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

/* Judul dan Paragraf di Card */
.core-value .card-value h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.core-value .card-value p {
    font-size: 14px;
    color: #f4f4f4;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .core {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
}

/*--------------------------------------------------------------
# Milestone Section
--------------------------------------------------------------*/

.milestone .section-title {
    padding-bottom: 0px;
}

.milestone .section-title h2 {
    margin-bottom: 0px;
}

/* Container Timeline */
.milestone .timeline-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto;
    position: relative;
    overflow-x: auto;
}

/* Garis Tengah */
.milestone .line {
    flex-grow: 1;
    height: 3px;
    background: #ddd;
    /* Warna default */
    margin: -30px -30px 0 -30px;
    z-index: 0;
    transition: background-color 0.3s ease;
    /* Animasi warna */
}

.milestone .line.active {
    background: linear-gradient(90deg, #065b32, #05924e);
    /* Warna hijau ketika aktif */
}

/* Step Item */
.milestone .step-item {
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
}

/* Bulatan */
.milestone .circle {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}

/* Hover Efek */
.milestone .circle:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Tahun */
.milestone .year {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

/* Aktif dan Selesai */
.milestone .step-item.active .circle {
    background: linear-gradient(90deg, #065b32, #05924e);
}

.milestone .line.active {
    background: linear-gradient(90deg, #065b32, #05924e);
}

.milestone .image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 50%;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

.milestone .image-wrapper.visible {
    opacity: 1;
    transform: translateY(0);
}

.milestone .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
}

.milestone .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Menyesuaikan lebar gambar */
    background: linear-gradient(90deg, #065b32, #05924e);
    /* Warna overlay transparan */
    color: #fff;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    /* Agar padding tidak melebihi ukuran */
}

.milestone .overlay h2 {
    margin: 0;
    font-size: 20px;
    /* Ukuran teks tahun */
}

.milestone .overlay p {
    margin: 5px 0 0;
    font-size: 14px;
    /* Ukuran teks deskripsi */
}

/*--------------------------------------------------------------
# Milestone Section
--------------------------------------------------------------*/

.plants {
    padding: 60px 0px 40px 0px;
}

.plants .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
}

.plants .card-body {
    padding-bottom: 6px;
}

.plants .same-height {
    display: flex;
    flex-direction: column;
}

.plants .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.plants .card-img-top {
    height: 250px;
    object-fit: cover;
}

.plants .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #064b1c;
    margin-bottom: 15px;
}

.plants .table {
    font-size: 14px;
    color: #555;
}

.plants .table .label {
    font-weight: bold;
    color: #333;
    width: 120px;
    padding: 3px 8px;
}

.plants .table .value {
    color: #555;
    line-height: 1.5;
    /* Line height lebih kecil */
    padding: 3px 8px;
}

.plants .row {
    display: flex;
    /* Mengaktifkan flexbox untuk row */
    justify-content: center;
    /* Pusatkan card di tengah */
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
    /* Menambahkan jarak antar card */
}

.plants .col-lg-6 {
    flex: 0 0 45%;
    /* Lebar card 45% */
    max-width: 45%;
    padding: 5px;
    /* Jarak antar card lebih kecil */
}

/*--------------------------------------------------------------
# Achievement Section
--------------------------------------------------------------*/
.achievements {
    background:
        linear-gradient(rgba(40, 90, 47, 0.9), rgba(40, 90, 47, 0.9)),
        url("../img/bg-mwt.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.achievements .section-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.achievements .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.achievements .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffff;
    bottom: 0;
    left: calc(50% - 20px);
}

.achievements .card.achievement-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;
}

.achievements .card.achievement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.achievements .card.achievement-card .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.achievements .card.achievement-card .card-title {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.achievements .card.achievement-card .card-text {
    color: #ddd;
    font-size: 0.8rem;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .achievements {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
}

/*--------------------------------------------------------------
# Facilities Section
--------------------------------------------------------------*/

.facilities {
    background-color: #f9f9f9;
    padding: 40px 0 60px 0;
}

.facilities .nav-tabs-container {
    margin-bottom: 30px;
}

.facilities .nav-tabs {
    border-bottom: none;
    gap: 15px;
    /* Menambahkan gap antar-tab */
}

.facilities .nav-tabs .nav-item {
    margin: 0;
}

.facilities .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    transition: all 0.3s;
    font-weight: 500;
}

.facilities .nav-tabs .nav-link:not(.active) {
    border: 1px solid #05924e;
    background-color: #fff;
    color: #05924e;
}

.facilities .nav-tabs .nav-link:not(.active):hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    border-color: #05924e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.facilities .nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    border: none;
    font-weight: 600;
}

.facilities .nav-tabs .nav-link:hover {
    background-color: #f0f0f0;
    color: #05924e;
}

.facilities .tab-content {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.facilities .plant-section {
    text-align: center;
}

.facilities .plant-section h4 {
    margin-top: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.facilities .plant-section h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.facilities .plant-section p {
    font-size: 16px;
    color: #555;
}

.facilities .plant-section ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #555;
}

.facilities .plant-section ul li {
    margin-bottom: 5px;
}

.facilities .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.facilities .table-bordered {
    border: 1px solid #dee2e6;
}

.facilities .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.facilities .table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.15);
}

.facilities .table-dark {
    background-color: #343a40;
    color: #fff;
}

.facilities .table-dark th {
    background-color: #065b32;
}

.facilities .table-light {
    background-color: #f8f9fa;
}

.facilities #facility-table {
    font-size: 14px;
    padding: 3px;
}

.facilities #facility-table th,
#facility-table td {
    padding: 3px;
}

.facilities #facility-table .table-light {
    background-color: #f8f9fa;
}

.facilities .carousel-image {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.facilities .carousel-image:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.facilities .carousel .carousel-inner {
    text-align: center;
}

.facilities .carousel-control-prev-icon,
.facilities .carousel-control-next-icon {
    background-image: none;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    color: #05924e;
}

.facilities .carousel-control-prev-icon::after,
.facilities .carousel-control-next-icon::after {
    font-size: 2rem;
    font-weight: bold;
}

.facilities .carousel-control-prev-icon::after {
    content: "\276E";
}

.facilities .carousel-control-next-icon::after {
    content: "\276F";
}

.facilities .carousel .carousel-control-prev,
.facilities .carousel .carousel-control-next {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.facilities .d-flex.justify-content-center.gap-3 {
    gap: 1.5rem;
}

.facilities #facility-table-polymer-ckr,
.facilities #facility-table-polymer-bdg,
.facilities #facility-table-metal-ckr {
    font-size: 14px;
}

.facilities #facility-table-polymer-ckr th,
.facilities #facility-table-polymer-ckr td,
.facilities #facility-table-polymer-bdg th,
.facilities #facility-table-polymer-bdg td,
.facilities #facility-table-metal-ckr th,
.facilities #facility-table-metal-ckr td {
    padding: 3px;
}

/*--------------------------------------------------------------
# Karir Section
--------------------------------------------------------------*/

/* Filter Card */
.career {
    padding-bottom: 40px;
}

.career .section-title {
    padding-bottom: 0px;
}

.career .section-title h2 {
    font-size: 36px;
    color: #05924e;
}

.career .section-title .thin-title {
    font-size: 36px;
    font-weight: 400;
    color: #05924e;
}

.career .section-description {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.career .filter-card {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.career .card-body {
    padding: 20px;
}

.career .filter-input,
.career .filter-select {
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    width: 100%;
    /* Adjust width */
}

.career .filter-select {
    background-color: #f8f8f8;
}

.career .btn-search {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
}

.career .btn-search:hover {
    background: linear-gradient(90deg, #05924e, #065b32);
    cursor: pointer;
}

.career .btn-search i {
    margin-right: 5px;
}

/* Job Cards */
.career .job-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
    /* Spacing between cards */
}

.career .company-logo {
    width: 150px;
    /* Adjust the size of the logo */
    height: auto;
    margin-bottom: 20px;
}

.career .job-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.career .job-card p {
    margin-bottom: 10px;
    font-weight: 400;
}

.career .job-category {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.career .deadline {
    color: #f8594e;
    font-size: 14px;
}

/* Custom Button */
.career .job-actions .btn-detail {
    background: linear-gradient(90deg, #05924e, #065b32);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 50%;
}

.career .job-actions .btn-detail i {
    margin-left: 10px;
    /* Space between text and arrow */
}

.career .job-actions .btn-detail:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    cursor: pointer;
}

/* Pagination Styles */
.career .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.career .pagination .page-item {
    margin: 0 5px;
}

.career .pagination .page-link {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #333;
    padding: 8px 16px;
    border-radius: 50%;
    font-size: 13px;
}

.career .pagination .page-link:hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
}

.career .pagination .page-item.active .page-link {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
}

.career .pagination .page-item.disabled .page-link {
    pointer-events: none;
    background-color: #e0e0e0;
    color: #999;
}

/* Modal Custom Styles */
.career .job-detail-content {
    font-size: 14px;
    line-height: 1.6;
}

.career .job-detail-content h6 {
    margin-top: 15px;
    font-weight: bold;
    color: #333;
}

.career .job-detail-content ul {
    padding-left: 20px;
}

.career .job-detail-content ul li {
    margin-bottom: 8px;
}

.career .modal-header,
.modal-footer {
    border-color: #dee2e6;
}

.career .modal-title i {
    color: #007bff;
    margin-right: 5px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/

.product {
    font-family: "Poppins", sans-serif;
    padding-bottom: 40px;
}

.product .row {
    display: flex;
    flex-wrap: wrap;
    /* Pastikan elemen dibungkus ke baris baru jika tidak muat */
    align-items: stretch;
    /* Semua kartu memiliki tinggi yang sama */
}

.product .section-title {
    padding-bottom: 0px;
}

.product .section-title h2 {
    font-size: 36px;
    color: #05924e;
}

.product .section-title .thin-title {
    font-size: 36px;
    font-weight: 400;
    color: #05924e;
}

.product .section-description {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.product .card {
    max-width: 100%;
    /* Ukuran tetap untuk lebar kartu */
    height: 370px;
    /* Tetapkan tinggi tetap untuk kartu */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    border-radius: 10px;
    /* Tambahkan sudut bulat */
    display: flex;
    flex-direction: column;
    /* Konten diatur secara vertikal */
    overflow: hidden;
}

.product .card-gambar {
    padding: 5px 5px 0px 5px;
}

.product .card-img-top {
    height: 200px;
    width: 100%;
}

.product .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px;
    height: 70px;
}

.product .card:hover {
    transform: scale(1.05);
    /* Efek zoom pada hover */
}

/* Tab Navigation Styling */
.product .nav-tabs {
    border-bottom: none;
    font-size: 15px;
    gap: 15px;
    /* Menambahkan gap antar-tab */
    display: flex;
    justify-content: center;
}

.product .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.product .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
    transition: all 0.3s;
    font-weight: 500;
}

.product .nav-tabs .nav-link:not(.active) {
    border: 1px solid #05924e;
    background-color: #fff;
    color: #05924e;
}

.product .nav-tabs .nav-link:not(.active):hover {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    border-color: #05924e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.product .nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    border: none;
    font-weight: 600;
}

.product .card-title {
    font-size: 16px;
    /* Ukuran font default */
    font-weight: 500;
    word-wrap: break-word;
    /* Pecahkan kata jika terlalu panjang */
    text-align: center;
    /* Pusatkan teks */
    line-height: 1.2;
    /* Jarak antar baris */
    margin-bottom: 0px;
}

.product .card-title.auto-resize {
    display: block;
    overflow: hidden;
    white-space: normal;
    /* Izinkan teks turun ke bawah */
    text-overflow: unset;
    /* Jangan gunakan ellipsis */
}

.product .card-title.auto-resize p {
    font-size: 14px;
    /* Atur ukuran font responsif */
    line-height: 1.1;
    text-align: center;
}

.product .card-text {
    font-size: 11px;
    font-weight: 500;
}

.product .dropdown {
    margin-top: 5px;
    margin-bottom: 35px;
}

/* Dropdown Styling */
.product .dropdown {
    position: relative;
}

.product .dropdown button {
    background: linear-gradient(90deg, #065b32, #05924e);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    transition:
        background-color 0.3s,
        box-shadow 0.3s;
}

.product .dropdown button:hover {
    background: linear-gradient(90deg, #05924e, #065b32);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    margin-top: 5px;
    transition: opacity 0.3s ease-in-out;
}

.product .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    transition:
        background-color 0.3s,
        color 0.3s;
}

.product .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #05924e;
}

.product .dropdown-menu .dropdown-item:focus {
    background-color: #065b32;
    color: #fff;
}

.product .dropdown-menu .dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e9ecef;
}

@media screen and (max-height: 400px) {
    .product .card-title {
        font-size: 12px;
        /* Huruf akan mengecil di ukuran layar kecil */
    }
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/

.table-data {
    width: 100%;
    border-radius: 8px;
    margin: 0 auto;
}

.table-data th {
    background-color: #05924e;
    color: white;
    text-align: center;
}

.table-data td {
    text-align: center;
    padding: 5px;
}

.table-data tbody tr:hover {
    background-color: #f1f1f1;
}
