@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

* {
  font-family: "Plus Jakarta Sans", Helvetica;
}

/* Hide the Google Translate toolbar */
.goog-te-banner-frame {
    display: none !important;
}

/* Hide the Google Translate top frame */
body {
    top: 0 !important;
}

/* Alternative: Hide the entire Google Translate container */
.goog-te-gadget {
    display: none !important;
}

/* Hide specific Google Translate elements */
.goog-te-combo,
.skiptranslate {
    display: none !important;
}

/* navbar */
.navbar-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.navbar-dark{
    background: linear-gradient(180deg, #1D1D1D -22.16%, rgba(29, 29, 29, 0.60) 44.05%, rgba(29, 29, 29, 0.00) 100%);
}
.logo{
    width: 160px;
    height: 60px;
    flex-shrink: 0;
    aspect-ratio: 159.66/52.00;
}
.with-left-border{
    border-left: 2px solid #fff;   
}
.with-left-border-black{
    border-left: 1px solid #ADB1B2;   
}

.bg-green{
    background-image: url('../assets/images/bg-green.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar-transparent .menu .active {
  font-weight: bold;
  color: #142F37;
  border-bottom: 2px solid #47700A;
}

.navbar-dark .menu .active {
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 2px solid #47700A;
}

.navbar-green .menu .active {
    font-weight: bold;
  color: #FFFFFF;
  border-bottom: 2px solid #fff;
}

.content-product h4{
    margin-bottom: 1.25rem; 
    margin-top: 1.25rem;
    font-weight: 500; 
    color: #142F37;
    font-size: 24px;
}

/* swiper */
.content-swiper{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}
.swiper .content-swiper h5{
    color: var(--Neutral-10, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 140% */
    text-transform: capitalize;
}

.swiper .content-swiper p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 160% */
}

.swiper .content-swiper a{
    border-radius: 32px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(5px);
    color: var(--Neutral-10, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    padding: 10px 20px;
}

.swiper-controller{
    z-index: 10;
    position: absolute;
    top: 64%;
    right: 7%;
    transform: translateY(-64%);
}
.swiper-button-next,
.swiper-button-prev{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(5px);
    padding: 10px 22px;
}
.swiper-button-next{
    left: -20px!important;
    right: auto!important;
}
.swiper-button-prev{
    right: 40px!important;
    left: auto!important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 15px!important;
    color: #fff;
    font-weight: 700;
}
.bg-swiper-gradient-dark{
    background-image: url('../assets/images/banners/bg-banner-home.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.absolute-border{
    border-radius: 12px 12px 0px 0px;
    background: linear-gradient(90deg, #47700A 0%, #609215 100%);
    height: 16px;
    width: 50%;
    margin: auto;
}
/* buttons */
.btn-green-rounded{
    padding: 12px 32px;
    color: var(--Neutral-10, #FFF);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    border-radius: 32px;
    background: #609215;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-text p {
    margin-bottom: 15px;
}

/* footer */
.nav-footer ul li a {
    color: #5D6C78;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.form-group{
    width: 100%;
    margin-bottom: 1.5rem;
}

.form-input{
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    color:  #ADB1B2;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    padding: 12px 20px;
    width: 100%;
}
.bg-white-green{
    background-image: url('../assets/images/bg-white-green.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F6F6F6;
}

.bg-white-green-home{
    background-image: url('../assets/images/bg-white-green-home.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F6F6F6;
}
.tag .tag-item{
    border-radius: 32px;
    border: 1px solid #CDF294;
    padding: 8px 12px;
    background: #F7FFEC;
    color: #609215;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.border-8px_solid_47700A{
    border-bottom: 8px solid #47700A;
}

@media (max-width: 640px) {

    .bg-white-green{
        background-color: #F6F6F6;
        background-image: none;
    }

    .content-swiper{
        left: 0;
        right: 0;
        top: 60%;
        text-align: center;
        z-index: 100;
        padding: 5px 20px;
    }
    .swiper .content-swiper h5{
        color: var(--Neutral-10, #FFF);
        font-size: 26px;
        font-weight: 700;
        line-height: 30px; /* 140% */
        text-transform: capitalize;
    }
    .swiper .content-swiper p{
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }
    .swiper-controller{
        bottom: 13%;
        top: unset;
        right: 0;
        left: 0;
        width: 30%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-button-prev{
        margin-right: 10px;
    }
    .swiper-button-next, .swiper-button-prev{
        position: relative !important;
        right: unset !important;
        left: unset !important;
    }

    .absolute-border{
        width: 75%;
    }

    .flex-mobile {
        display: flex;
        justify-content: center;
        align-items: flex-start; /* atau 'start' tidak valid, gunakan 'flex-start' */
    }

    .mobile-menu{
        padding: 1rem;
        background-image: url('../assets/images/bg-mobile-menu.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 150;
    }
    .mobile-menu .header-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-menu .footer-menu{
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .mobile-menu .list-menus li{
        margin-bottom: 1rem;
    }
    .mobile-menu .list-menus li a{
        color: #FFF;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }


    .mobile-menu .list-menus li a.active{
        font-weight: 600;
        border-bottom: 2px solid #fff;
    }
}