body {
    background-color: #f8f9fa;
}
/* Navbar */
.navbar {
    background: linear-gradient(to right, #1f2937, #02152b); /* Dark background for navbar */
    z-index: 3;
    border-radius: 3px;
}
.navbar-brand{
    font-size: 18px;
    font-weight: bold;
    color: #f4c542 !important; /* Ensure text is white */
    width: auto;
}
.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #f4c542 !important;
}
.nav-link.active {
    font-weight: bold;
}
.navbar-toggler {
    border-color: #f8f8f8 !important; /* Set toggle border color to white */
}

.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-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; /* Set toggle icon color to white */
}
.navbar-nav :hover {
    color: #fdba00 !important; /* Ensure text is white */
    transform: scale(1.05); /* Scale up on hover */
    transition: transform 0.3s ease; /* Smooth transition */
}
/* Hero */
#hero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.img-hero {
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: brightness(80%); /* Darken the image */
    
}

.hero-tagline {
    position: absolute;
    color: #f4c542; /* Ensure text is white */
    top: 80px; /* Adjust as needed */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Add black shadow to text */
}

.hero-tagline h1 {
    font-size: 40px;
    font-weight: bold;
}

.hero-tagline p {
    font-size: 16px;
}

/* Tentang Kami Section */

#tentang {
    padding: 10px 0;
}
#tentang .col-md-12 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542 /* Ensure text is white */
}
#tentang .sub-title {
    font-size: 16px;
    color: #02152b; /* Ensure text is white */
    text-align: justify;
}
.visi {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #02152b;
    padding: 40px;
    box-shadow: 0px 0px 7p 3px rgba(0, 0, 0, 0.05);
}
.tentang-icon {
    padding: 30px;
}
.tentang-icon img {
    width: auto;
    height: auto;
}
.visi h3 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
}
.visi p {
    font-size: 16px;
    color: #f8f8f8; /* Ensure text is white */
}
.misi {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #02152b; /* Dark background for section */
    padding: 40px;
    box-shadow: 0px 0px 7p 3px rgba(0, 0, 0, 0.05);
}
.misi h3 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
}
.misi ol {
    font-size: 16px;
    color: #f8f8f8; /* Ensure text is white */
    text-align: justify;
}

/* Produk */
#produk .keterangan-produk {
    font-size: 20px;
    color: #f8f8f8; /* Ensure text is white */
}
#produk .col-md-12 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
}
#produk .col-md-12 p {
    font-size: 16px;
    font-weight: normal;
    color: #02152b; /* Ensure text is white */
}
#produk {
    margin-top: 50px;
}
#produk .produk-icon {
    width: auto;
    height: auto;
}
#produk .container-2 {
    background-color: #02152b;
    padding: 20px 20px 60px 20px;
}
/* Media Section */
#media .col-md-12 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
}
#media .container-3 {
    padding: 10px;
    border-radius: 5px;
}
#media .media-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #f8f8f8; /* Ensure text is white */
}
#media .media-content p {
    font-size: 14px;
    font-weight: normal;
    color: #f8f8f8; /* Ensure text is white */
    display: -webkit-box; /* Use WebKit box model */
    -webkit-line-clamp: 3; /* Show only three lines */
    line-clamp: 3; /* Show only three lines */
    -webkit-box-orient: vertical; /* Set box orientation to vertical */
    text-overflow: ellipsis; /* Add ellipses to truncated text */
    overflow: hidden; /* Hide overflowing text */
}
#media .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensure items are evenly spaced */
    gap: 30px; /* Add spacing between items */
}

#media .media-image img:hover {
    transform: scale(1.05); /* Scale up on hover */
    transition: transform 0.3s ease; /* Smooth transition */
}
/* Media Section Vertical Layout */
.media-vertical {
    max-width: 1000px;
    margin: 0 auto;
}

.media-item {
    background: #02152b;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.media-image {
    flex-shrink: 0;
}

.media-content {
    flex-grow: 1;
}

.media-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #f8f8f8;
}

.media-content p {
    color: #f8f8f8;
}

/* Kontak Section */
#kontak {
    background-image: url(../Assets/IMG_0596.JPG);
    margin-top: 158px;
    background-size: cover;
    background-repeat: no-repeat;
}
.kontak-page #kontak {
    margin-top: 60px; /* Atur sesuai kebutuhan */
}
#kontak .col-md-12 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
}
#kontak .sub-title {
    font-size: 16px;
    color: #f8f8f8; /* Ensure text is white */
}
#kontak .informasi-kontak {
    text-align: start;
    font-size: 18px;
    color: #f8f8f8; /* Ensure text is white */
}
#kontak .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}
#kontak .container {
     padding: 10px 0 148px 0;
}
#kontak .card-kontak h2 {
    font-size: 32px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
    text-align: center;
    line-height: 60px;
}
#kontak .card-kontak {
    background: #f8f8f8;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 52px 48px;
    margin-bottom: 21px;
}
#kontak .form-control {
    background: #c4c4c4;
    height: 70px;
}
#kontak .button-kontak {
    margin-top: 10px;
    width: 100%;
    height: 70px;
    background: #f4c542;
    font-size: 24px;
    font-weight: normal;
    color : #02152b; /* Ensure text is white */
    border: none;
}
#kontak .form-floating label {
    color: #717171; /* Ensure text is grey */
}
.g-recaptcha {
    transform: scale(0.9);
    transform-origin: left top;
}
/* footer */
footer {
    background: linear-gradient(to right, #1f2937, #02152b); /* Dark background for footer */
    width: 100%;
    height: 270px;
}
footer .company-name {
    font-size: 16px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
}
footer .col-md-5 a {
    font-size: 16px;
    font-weight: bold;
    color: #f4c542; /* Ensure text is white */
    text-decoration: none;
}
footer .col-md-5 a:hover {
    color: #fdba00; /* Ensure text is white */
    transform: scale(1.05); /* Scale up on hover */
    transition: transform 0.3s ease; /* Smooth transition */
}
footer .col-12 p {
    font-size: 16px;
    font-weight: normal;
    color: #f4c542; /* Ensure text is white */
}
/* Kontak Page */
.kontak-page #kontak {
    background-image: url(../Assets/IMG_0596.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px; /* Atur sesuai kebutuhan */
    padding: 50px 0 0px 0;
}
.kontak-page .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}
/* media page */
.media-page #media {
    padding: 50px 0 50px 0;
}
/* produk page */
.produk-page #produk {
    margin-top: 0px;
    padding: 100px 0 50px 0;
}
/* tentang page*/
.tentang-page #tentang {
    padding: 50px 0;
}
/* Berita 1 page*/
.media1-page #media .media-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #f8f8f8; /* Ensure text is white */
}
.media1-page #media .media-content p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    color: #f8f8f8; /* Ensure text is white */
}
.media1-page #media .col-md-12{
    padding: 30px 0;
}