/* --- General & Typography --- */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff; /* A light beige background matching the mockup */
}

:root {
    --waku-primary: #f8c02c; /* The main yellow color from the mockup */
    --waku-dark: #333333; /* Dark text color */
    --waku-light-gray: #f8f9fa; /* Light gray for backgrounds */
}

.text-waku-primary {
    color: var(--waku-primary);
}

.text-mari{
    color: #000;
    font-size: 1.5rem;
}

h1, h3, h2, h4 {
    font-family: Poppins;
}

/* --- Navbar --- */
/*
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    
}

.navbar-brand .brand-subtitle {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 400;
}

.nav-link {
    font-weight: 600;
    color: var(--waku-dark) !important;
}

.nav-link.active {
    color: var(--waku-primary) !important;
}
*/

.register-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.register-link.active {
    color: var(--waku-primary) !important;
}

.lang-switcher a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.lang-switcher a.active {
    color: var(--waku-dark);
}

.btn-register {
    background-color: var(--waku-primary);
    border: none;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
}

.btn-register:hover {
    background-color: #e0ac28; /* A slightly darker yellow for hover */
}

/* --- Hero Section --- */
.hero-section {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.hero-title {
    line-height: 1.2;
    color: var(--waku-dark);
    color:#568002;
}

.hero-image-collage {
    min-height: 500px;
}

.hero-image-collage img {
    position: absolute;
    transition: transform 0.3s ease;
}

.hero-image-collage .img-women {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.img-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: right;
}

.hero-image-collage .img-kitchen {
    width: 80%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.img-kitchen {
    width: 8%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.img-news {
    width: 70%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.img-chef {
    width: 80%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.img-ourservices{ 
    width: 80%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hero-image-collage .img-cartoon {
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hero-image-collage .img-spatula {
    width: 20%;
    top: -10%;
    right: 0;
    z-index: 4;
}

.button_daftar_merchant{
    background-color: #FBB03B;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    border-radius: 50px;
    color:#fff;
    font-weight: bold;
    margin-top: 7%;
    font-size: 25px;
}

.onestop-section {
    background-color: #fff;
    padding: 6rem 0;
    padding-top: 0rem;
    padding-bottom: 2rem;
}

/* --- Benefits Section --- */
.benefits-section {
    background-color: #fff;
    padding: 6rem 0;
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.one-section {
    background-color: #fff;
    padding: 6rem 0;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.kenapa-section {
    background-color: #fff
    padding: 6rem 0;
    padding-top: 0rem;
    padding-bottom: 10rem;
}

.news-section {
    background-color: #fff
    padding: 6rem 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footerlogo-section {
    background-color: #fff
    padding: 6rem 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.testimoni-section {
    background-color: #fff
    padding: 6rem 0;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.benefit-card {
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.benefit-icon {
    font-size: 3rem;
    color: var(--waku-primary);
}

.badge-247 {
    display: inline-block;
    background-color: var(--waku-primary);
    color: var(--waku-dark);
    padding: 0.1em 0.5em;
    border-radius: 0.35rem;
    font-weight: 700;
}

/* --- Footer --- */
.footer-section {
    border-top: 1px solid #eee;
    background-color: #;
}

.footer-section .navbar-brand {
    font-size: 1.25rem;
}

.image_12jt{
        width: 100%;
    }

/* Main Container */
.waku-slider-container {
    width: 100%;
    text-align: center;
}

.waku-slider-container h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #4CAF50; /* Green color from image */
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/* Slider Wrapper */
.slider-view {
    position: relative;
    overflow: hidden; /* This hides the parts of the slides that are not in view */
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth sliding animation */
}

/* Individual Slide Styling */
.slide {
    min-width: 100%; /* Default for mobile */
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
}

.slide img {
    width: 100%;
    border-radius: 15px; /* Rounded corners for the images */
    display: block;
    /*height: 150px;*/ /* Fixed height for consistency */
    object-fit: cover; /* Ensures images cover the area without distortion */
}

.slide p {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.2rem;
}

/* Navigation Buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #333;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.prev-btn {
    left: -15px;
}

.next-btn {
    right: -15px;
}


.flex-control-paging li a {
  background-color: #ddd;
  box-shadow:inset 0 0 3px #ddd;

  opacity: 0.5;
  width: 7px;
  height: 7px;
}

.flex-control-paging li a.flex-active {
  
  background-color: #99CC00;
  box-shadow:inset 0 0 3px #99CC00;

  opacity: 0.3;
}

#flayanan_desktop .flex-control-nav{
  display: none;
}

.flex-direction-nav{
  display: none;
}

.flexslider{
  margin-bottom: 30px;
}

#ftesti .flex-control-nav{
  display: none;
}

#flayanan .flex-control-nav{
  display: none;
}

#service_1 .flex-control-nav{
  display: none;
}

#service_2 .flex-control-nav{
  display: none;
}

#service_3 .flex-control-nav{
  display: none;
}

#f2 .flex-control-nav{
  display: none;
}

.flex-control-nav {
  bottom: 0px;
}

/* Responsive Design using Media Queries */

/* Tablet View */
@media (min-width: 600px) {
    .slide {
        min-width: 33.33%; /* Show 3 slides */
    }
        .prev-btn {
        left: 10px;
    }
    .next-btn {
        right: 10px;
    }
}

/* Desktop View */
@media (min-width: 1024px) {
    .slide {
        min-width: 20%; /* Show 5 slides */
    }
}

/* --- Responsive Adjustments --- */
@media (max-width: 1400px) {
    .image_12jt{
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .hero-image-collage {
        min-height: 400px;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-image-collage .img-spatula {
        width: 25%;
        top: -5%;
    }
}

@media (max-width: 767.98px) {
    .hero-image-collage {
        min-height: 300px;
        margin-top: 2rem;
    }
    .hero-title {
        font-size: 2rem;
    }
}


.waku-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*border-bottom: 1px solid #dee2e6;*/ /* Faint line at the bottom of the navbar */
}

/* Style for all navigation links */
.waku-navbar .nav-link {
    color: #568002; /* A dark, earthy green color from the screenshot */
    margin-left: 1rem;
    margin-right: 1rem;
    transition: color 0.2s ease-in-out;
    font-family: Poppins;
}

/* Hover effect for links */
.waku-navbar .nav-link:hover {
    color: #2b402d; /* A slightly darker green for hover */
}

/* Making the download icon align perfectly with the text */
.waku-navbar .nav-link i {
    font-size: 1.1rem;
    vertical-align: middle;
}


.waku-footer {
    background-color: #5a721d; /* Dark olive green from the screenshot */
    color: #ffffff;
    padding: 1rem 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

/* --- Language Switcher (Left) --- */
.lang-switcher {
    display: flex;
    gap: 0.5rem; /* Space between the circles */
}

.lang-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

/* Style for the active language */
.lang-circle.active {
    background-color: #ffffff;
    color: #5a721d; /* The background color of the footer */
}

/* Hover effect for the non-active language */
.lang-circle:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.15);
}

/* --- Social Icons (Center) --- */
.social-icons {
    display: flex;
    gap: 1.5rem; /* Space between icons */
}

.social-icons a {
    color: #ffffff;
    font-size: 1.5rem; /* Icon size */
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-icons a:hover {
    opacity: 0.8; /* Slight fade on hover */
}

/* --- Copyright Text (Right) --- */
.copyright-text p {
    margin: 0;
    font-size: 0.9rem;
}

/* --- Responsive Adjustments for Mobile --- */
@media (max-width: 767px) {
    .footer-content {
        flex-direction: column; /* Stack items vertically */
        gap: 1rem; /* Add space between stacked items */
    }

    /* Ensure the social icons are in the middle on mobile */
    .social-icons {
        order: 1; 
    }
    .lang-switcher {
        order: 2;
    }
    .copyright-text {
        order: 3;
    }
}

@media only screen and (min-width: 1920px) {
    
    .display_container{
        max-width: 1600px;
    }

}

@media only screen and (min-width: 1200px) {
    
    .mobile-hide{
    	display: block;
    }

	.mobile-view{
    	display: none;
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mobile-hide{
    	display: none;
    }

	.mobile-view{
    	display: block;
    }

    .news-section { 
        padding: 0rem 0;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .img-kitchen {
        width: 20%;
    }

    .display_container_kenapa{
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero-section {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .hero-title{
        font-size: 2rem;
    }

    .benefits-section{
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .kenapa-section {
        padding-bottom: 0rem;
    }

    .testimoni-section {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .one-section {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    .img-news {
        width: 90%;
    }

    .text-mari {
        color: #000;
        font-size: 1rem;
    }

    .flex-control-nav {
        bottom: -25px;
    }
}