/* font */
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* variable */
:root {      
    --alt-font: "Carlito", sans-serif;
    --primary-font: "Carlito", sans-serif;
    --base-color: #3a954f;
    --green: #195828;
    --dark-gray: #1f2220;
    --medium-gray: #828282;
    --very-light-gray: #f7f7f7;
}
html {
    height: 100%;
}
body {
    font-size: 16px;
    line-height: 28px;
}
/* header */
.navbar {
    box-shadow: 1px 0px 76px 19px rgba(0,0,0,0.26);
    -webkit-box-shadow: 1px 0px 76px 19px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 0px 76px 19px rgba(0,0,0,0.26);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: auto;
    min-width: 200px;
    max-width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 40px;
    margin-right: 10px;
    width: 40px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}
header .navbar-brand img {
    max-height: 60px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 80px;
}
.navbar .navbar-nav .nav-item > i {
    display: block;
    margin-left: -10px;
}
.navbar .navbar-nav .nav-item > i.dropdown-toggle::after {
    display: none;
}
.icon-feather-search {
    font-weight: bold;
}
header {
    font-size: 14px;
}
.text-green {
    color: #046938 !important;
}
.text-orange {
    color: #F04E22 !important;
}
.text-grey {
    color: #6D6E70;
}
.btn-orange, .background-orange {
    background-color: #F04E22;
    color: #fff;
}
.fs-60 {
    line-height: 4rem;
}
.change-green {
    fill: #046938 !important;
}
.bg-dotted {
    background: url('../../assets/images/dotted-bg.jpg');
    background-size: contain;
}
.bg-pattern-2 {
    background: url('../../assets/images/bg-homepage-products.jpg');
    background-size: cover;
}
.add-bg-leftdotted {
    background: url('../../assets/images/bg-pemandangan.jpg') right top no-repeat;
    /*background: url('../../assets/images/circle-dotted-left.png') right top no-repeat;*/
    background-size: cover;
}
.bg-ornament {
    background: url('../../assets/images/bg-footer.jpg');
    background-size: cover;
}
footer.bg-ornament .itemslist, footer.bg-ornament .itemslist a {
    color: white;
}
.fs-90 {
    font-size: 5.3rem;
    line-height: 8.625rem;
}
.bg-ornament-2 {
    background: url('../../assets/images/bg-pattern-2.jpg');
    background-size: cover;
}
.divider-section {
    background: url('../../assets/images/divider-section.png');
    background-size: cover;
    width: 100%;
    height: 130px;
    position: absolute;
    margin-top: -213px;
}
.divider-section-bottom {
    background: url('../../assets/images/divider-section-bottom.png') center no-repeat;
    background-size: 110%;
    width: 100%;
    height: 165px;
    position: absolute;
    margin-top: 35px;
    left: 0;
}
.bg-gandum {
    background: url('../../assets/images/bg-contact-us.jpg') bottom center no-repeat;
    background-size: cover;
}
#recipes .swiper-slide h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
}
#recipes .gallery-box .gallery-image img {
    width: 102% !important;
    max-width: 101% !important;
}
html {
        overflow-x: hidden;
}
.categories-btn {
    border-radius: 10px !important;
}
#recipes .blog-categories {
    margin-top: -50px;
}
.bg-recipe-detail {
    position: absolute;
    width: 100%;
    height: 285px;
    left: 0;
    top: 90px;
    background-image: url(../../assets/images/bg-yummy.jpg);
    background-size: cover;
    z-index: 0;
}
.pd-section .bg-recipe-detail {
    height: 290px;
}
.pd-section .divider-section-bottom {
    margin-top: -35px;
}
.text-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prodcat.easymix {
    background-color: #c4e7cc;
}
.typecat.sweet {
    background-color: #F04E22;
    color: #fff;
}
.blur-bg {
  /* warna transparan di atas blur */
  background: rgba(255, 255, 255, 0);
  /* efek blur pada BACKGROUND di belakang elemen */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari */
  /* pemanis opsional */
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 40px 24px rgba(0,0,0,0.12);
}
.allproducts-homepage {
    max-width: 550px;
}
/* button */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 17px 38px;
    font-size: 16px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 26px;
    font-size:14px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* Text gradient color */
.text-gradient-light-green-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #ebf6ee 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}
.bg-very-light-green {
    background-color: #ebf3ed;
}
/* Transparent background color */
.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #ebf3ed 100%);
}

.right-210px {
  right: 210px;
}

/* page title */
.page-title-large h1 {
    font-size: 4.2rem;
    line-height: 4rem;
}
.page-title-large h2 {
    font-size: 18px;
}

/* Custom Style */
#product-split-section .col-lg-6 .logo {
    width: 100%;
    max-width: 200px;
    margin: auto;
    height: auto;
    display: block;
    margin-top: 35px;
    margin-bottom: 20px;
}
#product-split-section .col-lg-6 p {
    width: 70%;
    margin: 0 auto;
    color: white;
    font-size: 16px;
    line-height: 25px;

    text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}
#product-split-section .col-lg-6 .floating-content {
    position: absolute;
    margin:0;
    z-index: 10;
    
    text-align: center;  
    width: 100%;
}
.logo-grayscale img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.logo-grayscale:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.section-products-page {
    position: relative;
    top: 90px;
    height: 90%;
    padding: 0 !important;
    margin: 0 !important;
    background: #73664c;
}
.section-products-page #product-split-section .col-lg-6 .logo {
    max-width: 240px;
    margin-top: 55px;
}

.product-hover-card {
    overflow: hidden;
    text-decoration: none;
}
.qs-zoom-img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.qs-hover-content {
    transition: transform 0.3s ease-out, opacity 0.3s ease !important;
    z-index: 2;
    transform: translateY(0); 
}
.product-hover-card:hover .qs-zoom-img {
    transform: scale(1.05);
}
.product-hover-card:hover .qs-hover-content {
    transform: translateY(-20px);
}
.bg-grey2 {
    background-color: #f3f0eb;
}
#contact-form {
    padding-bottom: 50px;
}
.article-detail .article-container img {
    margin-bottom: 30px;
    max-width: 100%;
}
.newsletter-style-04 .btn {
    padding: 10px;
}
.newsletter-style-04 input {
    padding: 11px 25px;
}
.icon-small {
    font-size: 16px;
}
.page-header-text-only {
    top: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Recipe */
.latest-recipe {
    padding-bottom: 40px;
}
/* Custom Prefix Styles */
.ir-recipe-section { font-family: 'Inter', sans-serif; }
.border-radius-20px { border-radius: 20px !important; }
.ir-image-container {
    aspect-ratio: 4 / 5;
    background-color: #f8f9fa;
}
.ir-target-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
/* Badge Styles */
.ir-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}
.ir-badge-white { background: #fff; color: #333; }
.ir-badge-green { background: #006837; color: #fff; }
.ir-badge-orange { background: #f05a28; color: #fff; }
/* Text Overlay with Gradient for Readability */
.ir-text-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgb(0 0 0 / 40%) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    height: 30%;
    padding: 30px 35px !important;
}
.ir-recipe-name {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}
/* Hover State */
.ir-overlay-link {
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
    text-decoration: none;
}
.ir-recipe-card:hover .ir-overlay-link { opacity: 1; }
.ir-recipe-card:hover .ir-target-img { transform: scale(1.1); }
.ir-icon-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.ir-recipe-card:hover .ir-icon-circle { transform: translateY(0); }
.ir-btn-load {
    background-color: #43a047; /* Sesuai warna hijau di gambar */
    border: none;
    transition: background 0.3s;
}
.ir-btn-load:hover { background-color: #2e7d32; }
#savoury-recipes .divider-section-bottom {
    transform: scaleY(-1);
    margin-top: 0px;
}

.img-lg-headline {
    height: 550px;
    margin-top: 90px;
}
.img-lg-headline .container {height: 100%;}

/* Custom CSS for hover effect */
.director-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.director-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.director-img {
    transition: transform 0.4s ease;
}
.director-card:hover .director-img {
    transform: scale(1.05);
}
.director-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.director-card:hover .director-overlay {
    opacity: 1;
}
.btn:first-child:active , .director-overlay .btn:hover {
    color: #fff;
    border: 2px solid #fff;
}

/* Headline Owl Slider */
/* Background section sesuai gambar */
.owl-news-section {
    background-color: #ecf4ee;
    padding: 140px 0 35px;
    overflow: hidden;
    width: 100%;
}
/* Memastikan stage slider terlihat keluar layar (overflow) */
.owl-news-section .owl-stage-outer {
    overflow: visible !important;
}
/* Ukuran slide utama */
.owl-news-section .news-card {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    /* Efek gambar samping lebih redup */
    opacity: 0.5;
    transform: scale(0.9);
}
/* Efek saat slide menjadi pusat (Center) */
.owl-news-section .owl-item.center .news-card {
    opacity: 1;
    transform: scale(1);
}
.owl-news-section .news-card img {
    width: 100%;
    height: auto;
    display: block;
}
/* Caption Style (Gradient seperti gambar) */
.owl-news-section .news-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 40px 60px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    color: white;
    text-align: left;
}
.owl-news-section .news-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    color: #dfdfdf;
}
.owl-news-section .news-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}
/* Navigasi Custom Bulat */
.owl-news-section .owl-nav button.owl-prev,
.owl-news-section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,0.2) !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 10;
}
.owl-news-section .owl-nav button.owl-prev:hover,
.owl-news-section .owl-nav button.owl-next:hover {
    background: #fff !important;
    color: #333 !important;
}
.headline-slider.owl-news-section {
    height: 600px;
}
.headline-slider.owl-news-section .owl-item .news-card{
    max-height: 400px;
}
.headline-slider.owl-news-section .owl-item.active .news-card{
    max-height: 425px;
}
.select:after {
    color: var(--light-gray);
}
/* Posisi Panah di sisi gambar tengah */
.owl-news-section .owl-nav button.owl-prev { left: 5%; }
.owl-news-section .owl-nav button.owl-next { right: 5%; }
/* Responsive Mobile */
@media (max-width: 1100px) {
    .owl-news-section .owl-nav button.owl-prev { left: 50px; }
    .owl-news-section .owl-nav button.owl-next { right: 50px; }
}
@media (max-width: 768px) {
    .owl-news-section .news-title { font-size: 18px; letter-spacing: 0px }
    .owl-news-section .news-card { max-width: 100%; }
    .owl-news-section .owl-nav { display: none; } /* Sembunyikan panah di mobile */
    .owl-news-section {
        padding: 80px 0 25px;
    }
    .owl-news-section .news-card {
        border-radius: 0;
    }
    .owl-news-section .news-caption {
        padding: 40px 30px 30px;
    }
    header .navbar-brand {
        padding: 10px 0;
    }
    .headline-slider.owl-news-section .owl-item .news-card {
        height: 250px;
    }
    .owl-news-section .news-card {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }
    .owl-news-section .news-card img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }
    .headline-slider.owl-news-section {
        height: 355px;
    }
    .latest-recipe {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .ir-badge {
        font-size: 8px;
        padding: 0px 5px;
        border-radius: 10px;
    }
    .ir-text-overlay {
        height: 40%;
        padding: 35px 15px 20px !important;
    }
    .btn.btn-switch-text.btn-large > span {
        padding: 8px 15px;
        font-size: 12px;
    }
    .ir-image-container {
        aspect-ratio: 4 / 6;
    }
    #savoury-recipes {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    #savoury-recipes .divider-section-bottom {
        position: relative;
    }
    .recipe-detail-header {
        margin-top: 80px;
    }
    .rd-info-pill {
        padding: 5px 15px !important;
    }
    .rd-ingredients-list {
        padding: 15px;
    }
    .rd-main-img {
        margin-top: 25px !important;
        border-radius: 10px !important;
    }
    .rd-float-card {
        width: 100% !important;
        padding: 20px 30px !important;
    }
    .flex-shrink-0.w-50 {
        width: 37% !important;
    }
    .rd-pack-img {
        width: 150% !important;
        max-width: 150% !important;
        margin-left: -15% !important;
    }
    .rd-float-card {
        margin-top: 35px !important;
    }
    .bg-recipe-detail {
        height: 220px;
    }
    .page-header-text-only {
        top: 80px;
    }
    .pd-section {
        padding-top: 10% !important;
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf3ed 100%);
    }
    .pd-section .bg-recipe-detail {
        display: none;
    }
    .pd-pack-image {
        max-width: 85%;
        margin-left: -30px;
    }
    .pd-image-wrapper {
        margin-bottom: 80px;
    }
    .pd-section .divider-section-bottom {
        display: none;
    }
    .img-lg-headline {
        height: 270px;
        padding: 0;
        margin-top: 80px;
        background-size: cover;
        background-position: right center !important;
    }
    .img-lg-headline h1 {
        color: white;
    }
    .img-lg-headline::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-color: rgba(0, 0, 0, 0.7); 
        z-index: 1;
    }
    .img-lg-headline > .container {
        position: relative;
        z-index: 2; 
    }
}

/* Recipe Detail */
:root {
    --rd-green: #006837; /* Warna Hijau Utama */
    --rd-bg-pattern: #f9f9f9;
    --rd-dashed-color: #dcdcdc;
}
.recipe-detail-header {
    margin-top: 90px;
}

/* Custom Utility Classes */
.text-inofa-green { color: var(--rd-green) !important; }
.bg-inofa-green { background-color: var(--rd-green) !important; }
.fs-42 { font-size: 42px; line-height: 1.2; }
.fs-15 { font-size: 15px; }

/* --- SECTION 1 SPECIFIC STYLES --- */

/* 1. Background Pattern Simulation */
.rd-pattern-section {
    background-color: #fff;
    /* Menggunakan dummy image pattern berulang */
    background-image: url('https://placehold.co/200x200/ffffff/f0f0f0?text=Food+Pattern'); 
    background-repeat: repeat;
    background-size: 150px; 
}

/* 2. Green Pill Bar Styling */
.rd-info-pill {
    background-color: var(--rd-green);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 104, 55, 0.15);
}

.rd-info-divider {
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 40px; /* Tinggi divider */
    width: 1px;
}

/* 3. Ingredients List Dashed Border */
.rd-ingredient-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--rd-dashed-color); /* Garis Putus-putus Presisi */
    color: #555;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}
.rd-ingredient-item:last-child { border-bottom: none; }

.rd-hero-wrapper {
    position: relative;
    z-index: 1;
}

.rd-main-img {
    border-radius: 40px;
    width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.rd-float-card {
    background: #fff;
    border: 5px solid var(--rd-green);
    border-radius: 40px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 10;
    max-width: 100%;
    margin-top: 15%;
}

/* Desktop: Overlap Position */
@media (min-width: 992px) {
    .rd-float-card {
        bottom: 40px;
        right: -30px;
    }
    .rd-ingredient-col { padding-right: 50px; }
}

/* Mobile: Stack Position */
@media (max-width: 991px) {
    .rd-float-card {
        position: relative;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        bottom: 0;
        right: 0;
    }
    .fs-42 { font-size: 32px; } /* Resize title on mobile */
}

.bg-soft-orange {
    background-color: #F3EFEB;
}
.headline-bigimage-header {
    margin-top: 90px;
    padding: 0px;
}

/* Product Listing */
:root {
    --pl-green: #43a047; /* Warna Hijau Tombol sesuai gambar */
    --pl-green-hover: #2e7d32;
}
.pl-section .divider-section {
    margin-top: -201px;
}
/* Card Styling */
.pl-card {
    transition: transform 0.3s ease;
}
.pl-card:hover {
    transform: translateY(-5px); /* Efek hover halus naik ke atas */
}

/* Title Styling */
.pl-title {
    min-height: 48px; /* Menjaga tinggi judul agar sejajar meski 1 atau 2 baris */
}

/* Image Wrapper & Shadow Simulation */
.pl-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pl-pack-img {
    width: 100%;
    max-width: 300px !important;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));

    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: bottom center;
}
.pl-card:hover .pl-pack-img {
    transform: scale(1.1); /* Zoom in sebesar 15% */
}

/* Simulasi tumpukan tepung di bawah (opsional, visual only) */
.pl-shadow-effect {
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    z-index: 1;
    border-radius: 50%;
}

/* Button Styling */
.pl-btn {
    background-color: var(--pl-green);
    border: none;
    padding: 10px 30px; /* Padding lebar untuk efek pill */
    min-width: 160px;
    box-shadow: 0 4px 6px rgba(67, 160, 71, 0.2);
    transition: all 0.3s ease;
}

.pl-btn:hover {
    background-color: var(--pl-green-hover);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(67, 160, 71, 0.3);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .pl-btn {
        padding: 8px 20px;
        min-width: 120px;
        font-size: 14px;
    }
    .pl-title {
        font-size: 16px;
    }
    .pl-title span {
        font-size: 14px;
    }
    .pl-section .divider-section {
        margin-top: -85px;
        height: 85px;
    }
}

/* products- detail */
:root {
    --pd-green: #006837;
    --pd-bg-pattern: #f9fdfa;
}

/* Section Background Pattern */
.pd-section { 
    background-repeat: repeat;
    background-size: 100px; 
}

/* Typography */
.pd-main-title {
    color: #388e3c;
    font-size: 4rem;
    line-height: 1;
}
.pd-feature-list {
    list-style: disc !important;
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 1.25rem;
}
.pd-feature-list li {
    list-style: disc !important;
    display: list-item;
    margin-bottom: 10px;
}

/* Image Area Styling */
.pd-image-wrapper {
    width: 100%;
    max-width: 500px;
    padding-bottom: 20px;
}

.pd-pack-image {
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15));
    transform: scale(1);
    transition: transform 0.5s ease;
}

.pd-pack-image:hover {
    transform: scale(1.05);
}

.pd-flour-base {
    width: 120%; /* Lebih lebar dari pack */
    height: auto;
    opacity: 0.8;
    bottom: -20px !important;
    pointer-events: none;
}

/* Floating Weight Bubbles */
.pd-weight-container {
    top: 20%;
    right: -15px;
    width: 100px;
    font-weight: 700;
    color: var(--base-color);
    line-height: 18px;
}

.pd-weight-bubble {
    width: 70px;
    height: 70px;
    background-color: #388e3c;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: transform 0.3s ease;
}

.pd-weight-bubble:hover {
    transform: scale(1.1);
    background-color: var(--pd-green);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .pd-main-title {
        font-size: 3rem;
    }
    
    .pd-weight-container {
        right: 0; /* Geser bubble agar tidak keluar layar di mobile */
        top: 10%;
    }
    
    .pd-flour-base {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .pd-main-title {
        font-size: 2.5rem;
    }
    .pd-weight-bubble {
        width: 60px;
        height: 60px;
    }
}


/* Product Pack Image Pop-out effect */
.rd-pack-img {
    width: 95%;
    margin-top: -50%;
    margin-bottom: -50%;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}

/* Section Steps Styling */
.rd-step-circle {
    width: 50px;
    height: 50px;
    background-color: #d1e7dd; /* Light green circle */
    color: #0f5132;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.rd-step-box {
    background-color: #f3f4f6; /* Very light gray */
    border-radius: 25px;
}


/* CSS untuk section testimonial partner/klien */     
.text-green-accent {
    color: var(--base-color); 
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

/* Tombol Navigasi Bulat (Kiri) */
.nav-btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    cursor: pointer;
}
.nav-btn-circle:hover {
    background-color: #f8f9fa;
    border-color: #ddd;
    transform: translateY(-2px);
}

.logo-nav-item {
    cursor: pointer;
    opacity: 0.4;
    filter: grayscale(100%);
    transition: all 0.3s ease;
    max-width: 100px;
    margin-right: 20px;
}

.logo-nav-item.active, 
.logo-nav-item:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}
.user-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-content {
    position: relative;
}
.testimonial-nav .logo-nav-item {
    max-width: 60px;
    border-radius: 50%;
}
.testimonial-nav .logo-nav-item.active {
    max-width: 60px;
    border-radius: 50%;
    border: var(--base-color) 2px solid;
}

.header-nav a {
    color: var(--base-color) !important;
}
.language-trigger {
    cursor: pointer;
}
.language-trigger.dropdown-toggle::after {
    display: none !important;
}
.lang-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.lang-item.active, .lang-item:active {
    background-color: var(--base-color);
    color: #fff !important;
    font-weight: normal;
}

/* Timeline Section */
.timeline-container {
	background: transparent;
	padding: 4rem 3rem;
	/*max-width: 900px;*/
	width: 100%;
	/*box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);*/
	text-align: center;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	/*border: 1px solid rgba(226, 232, 240, 0.8);
	backdrop-filter: blur(10px);*/
}

.timeline-header {
	margin-bottom: 3rem;
}

.timeline-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	opacity: 0;
	animation: fadeInUptTitle 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	color: #1e293b;
	letter-spacing: -0.025em;
}

.timeline-subtitle {
	font-size: 1.125rem;
	font-weight: 400;
	opacity: 0;
	animation: fadeInUptTitle 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
	color: #00000061;
	letter-spacing: 0.025em;
}
@keyframes fadeInUptTitle {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(-5px);
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.timeline-content {
	margin-bottom: 4rem;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.event-icon {
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, #F04E22, #3A954F);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	margin-bottom: 2rem;
	color: white;
	box-shadow: 0 10px 25px #318745;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-year {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: var(--base-color);
	letter-spacing: 0em;
}

.event-company {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
	color: #00000094;
	letter-spacing: -0.025em;
}

.event-description {
	/*font-size: 1.125rem;*/
	font-weight: 400;
	max-width: 550px;
	line-height: 1.7;
	/*color: #6D6E70;*/
	letter-spacing: 0;
}

.slider-container {
	position: relative;
	margin: 3rem 0 0 0;
	padding: 0 1rem;
}

.slider-track {
	position: relative;
	height: 6px;
	background: #8a8b8b;
	border-radius: 8px;
	margin-bottom: 2rem;
	user-select: none;
}

.progress-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, #F04E22, #3A954F);
	border-radius: 8px;
	width: 0%;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tick {
	position: absolute;
	top: -4px;
	width: 14px;
	height: 14px;
    border-radius: 70%;
	background: #8a8b8b;
	transform: translateX(-5px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tick.active {
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	height: 18px;
	top: -6px;
	width: 3px;
	box-shadow: 0 0 8px rgba(99, 102, 241, 0.4);
}

.year-labels {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	font-size: 1.1rem;
	color: #94a3b8;
	font-weight: 500;
	user-select: none;
	letter-spacing: 0.025em;
	position: relative;
}

.year-label {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	transform: translateX(-50%);
	white-space: nowrap;
}

.year-label.active {
	color: #046938;
	font-weight:bold;
	transform: translateX(-50%) scale(1.1);
	text-shadow: 0 0 8px rgba(99, 102, 241, 0.3);
}

.timeline-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	background: transparent;
	outline: none;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
    padding: 0;
    border: none !important;
	cursor: pointer;
	z-index: 10;
}

.timeline-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: white;
	border: 3px solid #046938;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: -8px;
	position: relative;
	z-index: 2;
}

/* Early Web */
.era-early-web .timeline-slider::-webkit-slider-thumb {
	border-color: #0284c7; /* same as .year-label.active in era-early-web */
}

/* Dot-Com Era */
.era-dot-com .timeline-slider::-webkit-slider-thumb {
	border-color: #d97706; /* same as .year-label.active in era-dot-com */
}

/* Social Media Era */
.era-social-media .timeline-slider::-webkit-slider-thumb {
	border-color: #dc2626;
}

/* Mobile Era */
.era-mobile .timeline-slider::-webkit-slider-thumb {
	border-color: #059669;
}

/* Modern Era */
.era-modern .timeline-slider::-webkit-slider-thumb {
	border-color: #4b5563;
}

/* Future Tech Era */
.era-future-tech .timeline-slider::-webkit-slider-thumb {
	border-color: #7c3aed;
}

.timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px #0bf483,
		0 0 0 8px rgba(99, 102, 241, 0.1);
	border-color: #046938;
}
.era-early-web .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(14, 165, 233, 0.5),
		0 0 0 8px rgba(14, 165, 233, 0.1);
	border-color: #0284c7;
}
.era-dot-com .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5),
		0 0 0 8px rgba(245, 158, 11, 0.1);
	border-color: #d97706;
}
.era-social-media .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5), 0 0 0 8px rgba(239, 68, 68, 0.1);
	border-color: #dc2626;
}
.era-mobile .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5),
		0 0 0 8px rgba(16, 185, 129, 0.1);
	border-color: #059669;
}
.era-modern .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(107, 114, 128, 0.5),
		0 0 0 8px rgba(107, 114, 128, 0.1);
	border-color: #4b5563;
}
.era-future-tech .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(168, 85, 247, 0.5),
		0 0 0 8px rgba(168, 85, 247, 0.1);
	border-color: #7c3aed;
}

.timeline-slider::-webkit-slider-thumb:active {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.6),
		0 0 0 4px rgba(99, 102, 241, 0.2);
}

.timeline-slider::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: white;
	border: 3px solid #046938;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 2;
}

.timeline-slider::-moz-range-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5);
	border-color: #8b5cf6;
}

.fade-transition {
	animation: fadeOutDown 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fade-in {
	animation: fadeInUpContent 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Staggered entrance for content children */
.timeline-content .fade-in:nth-child(1) {
	animation-delay: 0s;
}
.timeline-content .fade-in:nth-child(2) {
	animation-delay: 0.1s;
}
.timeline-content .fade-in:nth-child(3) {
	animation-delay: 0.2s;
}
.timeline-content .fade-in:nth-child(4) {
	animation-delay: 0.3s;
}

.event-icon.fade-out {
	animation: fadeOutDown 0.3s ease-in-out forwards;
}

.event-year.fade-out,
.event-company.fade-out,
.event-description.fade-out {
	animation: fadeOutDown 0.25s ease-in-out forwards;
}

/* Era-specific theming */
.era-early-web {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-early-web .event-icon {
	background: linear-gradient(135deg, #0ea5e9, #0284c7);
	box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}
.era-early-web .progress-fill {
	background: linear-gradient(90deg, #0ea5e9, #0284c7);
}
.era-early-web .timeline-slider::-webkit-slider-thumb,
.era-early-web .timeline-slider::-moz-range-thumb {
	border-color: #0ea5e9;
}
.era-early-web .tick.active {
	background: linear-gradient(135deg, #0ea5e9, #0284c7);
}
.era-early-web .year-label.active {
	color: #0284c7;
	text-shadow: 0 0 8px rgba(14, 165, 233, 0.3);
}

.era-dot-com {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-dot-com .event-icon {
	background: linear-gradient(135deg, #f59e0b, #d97706);
	box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}
.era-dot-com .progress-fill {
	background: linear-gradient(90deg, #f59e0b, #d97706);
}
.era-dot-com .timeline-slider::-webkit-slider-thumb,
.era-dot-com .timeline-slider::-moz-range-thumb {
	border-color: #f59e0b;
}
.era-dot-com .tick.active {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}
.era-dot-com .year-label.active {
	color: #d97706;
	text-shadow: 0 0 8px rgba(245, 158, 11, 0.3);
}

.era-social-media {
	background: linear-gradient(135deg, #fef2f2 0%, #fde2e2 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-social-media .event-icon {
	background: linear-gradient(135deg, #ef4444, #dc2626);
	box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3);
}
.era-social-media .progress-fill {
	background: linear-gradient(90deg, #ef4444, #dc2626);
}
.era-social-media .timeline-slider::-webkit-slider-thumb,
.era-social-media .timeline-slider::-moz-range-thumb {
	border-color: #ef4444;
}
.era-social-media .tick.active {
	background: linear-gradient(135deg, #ef4444, #dc2626);
}
.era-social-media .year-label.active {
	color: #dc2626;
	text-shadow: 0 0 8px rgba(239, 68, 68, 0.3);
}

.era-mobile {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-mobile .event-icon {
	background: linear-gradient(135deg, #10b981, #059669);
	box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}
.era-mobile .progress-fill {
	background: linear-gradient(90deg, #10b981, #059669);
}
.era-mobile .timeline-slider::-webkit-slider-thumb,
.era-mobile .timeline-slider::-moz-range-thumb {
	border-color: #10b981;
}
.era-mobile .tick.active {
	background: linear-gradient(135deg, #10b981, #059669);
}
.era-mobile .year-label.active {
	color: #059669;
	text-shadow: 0 0 8px rgba(16, 185, 129, 0.3);
}

.era-modern {
	background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-modern .event-icon {
	background: linear-gradient(135deg, #6b7280, #4b5563);
	box-shadow: 0 10px 25px rgba(107, 114, 128, 0.3);
}
.era-modern .progress-fill {
	background: linear-gradient(90deg, #6b7280, #4b5563);
}
.era-modern .timeline-slider::-webkit-slider-thumb,
.era-modern .timeline-slider::-moz-range-thumb {
	border-color: #6b7280;
}
.era-modern .tick.active {
	background: linear-gradient(135deg, #6b7280, #4b5563);
}
.era-modern .year-label.active {
	color: #4b5563;
	text-shadow: 0 0 8px rgba(107, 114, 128, 0.3);
}

.era-future-tech {
	background: linear-gradient(135deg, #fdf4ff 0%, #f3e8ff 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-future-tech .event-icon {
	background: linear-gradient(135deg, #a855f7, #7c3aed);
	box-shadow: 0 10px 25px rgba(168, 85, 247, 0.3);
}
.era-future-tech .progress-fill {
	background: linear-gradient(90deg, #a855f7, #7c3aed);
}
.era-future-tech .timeline-slider::-webkit-slider-thumb,
.era-future-tech .timeline-slider::-moz-range-thumb {
	border-color: #a855f7;
}
.era-future-tech .tick.active {
	background: linear-gradient(135deg, #a855f7, #7c3aed);
}
.era-future-tech .year-label.active {
	color: #7c3aed;
	text-shadow: 0 0 8px rgba(168, 85, 247, 0.3);
}
.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
    color: #f04f23;
    border-bottom: 5px solid #f04f23;
    padding-bottom: 5px;
}

.custom-image-icon {
    max-width: 70px;
}

/* Career Page */
.jc-card-item {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
}
.jc-card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
    border-color: rgba(240, 90, 40, 0.3);
    z-index: 2; 
}
.jc-arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}
.jc-card-item:hover .jc-arrow-icon {
    transform: translateX(5px);
}
.jc-badge-text {
    transition: color 0.3s ease;
}

.jc-card-item:hover .jc-badge-text {
    color: #F04E22 !important;
}
:root {
    --jd-primary: #F05A28;
    --jd-secondary: #E9F7F0;
    --jd-text-head: #222222;
    --jd-text-body: #444444;
    --ja-bg-pink: #FFF5F5;      
    --ja-text-red: #FF4D4F; 
    --ja-orange: #F05A28; 
    --ja-orange-hover: #D94A1C;
    --ja-border-dash: #E0E0E0;
    --ja-input-bg: #FFFFFF;
    --ja-input-border: #D9D9D9;
    --ja-text-dark: #222222;
    --ja-text-gray: #666666;
}
.jd-header {
    background-color: var(--jd-primary);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 90px;
}
.jd-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0;
}
.jd-info-box {
    background-color: var(--jd-secondary);
    border-radius: 8px; 
    padding: 20px 30px; 
    border: 1px solid rgba(0,0,0,0.02); 
}
.jd-label {
    font-weight: 700;
    color: #111;
    margin-right: 8px;
}
.jd-value {
    color: #333;
    font-weight: 400;
}
.jd-section-title {
    color: var(--jd-text-head);
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.jd-text {
    line-height: 1.6;
    margin-bottom: 1rem;
}
.jd-list {
    padding-left: 20px;
    margin-bottom: 1.5rem;
}
.jd-list li {
    margin-bottom: 8px;
    line-height: 1.5;
    list-style: disc !important;
}
@media (max-width: 768px) {
    .jd-header { padding-top: 40px; padding-bottom: 40px; }
    .jd-title { font-size: 2.75rem; }
    .jd-info-box { padding: 20px; }
}
@media (min-width: 992px) {
    .jd-title { font-size: 2.25rem; }
}
@media (max-width: 768px) {
    .jd-main-title {
        font-size: 1.75rem;
    }
}
.ja-warning-section {
    background-color: var(--ja-bg-pink);
    padding: 40px 0;
}

.ja-warning-title {
    color: var(--ja-text-red);
    font-weight: 700;
}

.ja-warning-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* 2. Form Section Typography */
.ja-section-title {
    color: var(--ja-text-dark);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.ja-label {
    font-weight: 700;
    color: var(--ja-text-dark);
    margin-bottom: 8px;
    display: block;
}

.ja-desc {
    line-height: 1.6;
    margin-bottom: 20px;
}

/* 3. Resume Dropzone */
.ja-dropzone {
    border: 2px dashed var(--ja-border-dash);
    border-radius: 8px;
    background-color: #fff;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: border-color 0.3s;
    cursor: pointer;
}

.ja-dropzone:hover {
    border-color: var(--ja-orange);
}

.ja-drop-title {
    font-weight: 700;
    color: var(--ja-text-dark);
    margin-bottom: 5px;
}

.ja-drop-subtitle {
    color: #999;
    font-size: 0.85rem;
}

/* 4. Input Fields */
.ja-form-control {
    border: 1px solid var(--ja-input-border);
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 1rem;
    width: 100%;
    transition: border-color 0.3s;
}

.ja-form-control:focus {
    border-color: var(--ja-orange);
    outline: none;
    box-shadow: 0 0 0 3px rgba(240, 90, 40, 0.1);
}

/* 5. Checkbox & Links */
.ja-check-label {
    color: var(--ja-text-gray);
    line-height: 1.5;
}

.ja-link {
    color: var(--ja-orange);
    text-decoration: none;
}
.ja-link:hover { text-decoration: underline; }

/* 6. Button */
.ja-btn-submit {
    background-color: var(--ja-orange);
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.ja-btn-submit:hover {
    background-color: var(--ja-orange-hover);
}

/* Responsive Spacing */
@media (max-width: 991px) {
    .ja-form-col-right { margin-top: 40px; }
}


/* Custom Popup, Questionaire */
.qs-custom-border-radius { 
    border-radius: 28px !important; 
}
.qs-btn-close-trigger {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: transparent !important;
    border: none !important;
    color: #b02a37 !important; 
    font-size: 26px !important;
    line-height: 1 !important;
    z-index: 1055 !important;
    cursor: pointer;
}
.qs-main-title {
    color: #1a1a1a !important;
    letter-spacing: -0.5px;
}
.qs-question-text {
    color: #333 !important;
    font-size: 15px !important;
}
.qs-btn-submit-primary {
    background-color: #006837 !important; 
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: transform 0.2s, background-color 0.2s !important;
}
.qs-btn-submit-primary:hover {
    background-color: #004d29 !important;
    transform: scale(1.03);
}
/* Custom Radio Styling */
.qs-radio-wrapper .qs-input-dot {
    width: 20px !important;
    height: 20px !important;
    background-color: #e0e0e0 !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0;
}
.qs-radio-wrapper .qs-input-dot:checked {
    background-color: #006837 !important;
    background-image: none !important; /* Menghilangkan titik putih default jika ingin solid */
}
.qs-label-text {
    padding-left: 4px !important;
    font-weight: 500 !important;
    color: #444 !important;
    cursor: pointer;
}
.img-dimond {
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.modal-custom {
    --bs-modal-width: 400px;
}

@media (max-width: 991.98px) {
    .responsive-pos {
        position: relative !important;
    }
}
@media (min-width: 992px) {
    .responsive-pos {
        position: absolute !important;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-nav .nav-item.active .nav-link {
        border-bottom: 0;
    }
    header.sticky .navbar-brand {
        padding: 5px 0 !important;
    }
    .slider-one-slide2.overflow-visible {
        overflow: hidden !important;
    }
    .floating-box {
        bottom: 25px !important;
        width: 100% !important;
        padding: 15px 20px !important;
    }
	.timeline-container {
		padding: 2.5rem 2rem;
		margin: 0;
		border-radius: 16px;
	}
    .tick.active {
        position: absolute;
        top: -4px;
        width: 14px;
        height: 14px;
        border-radius: 70%;
        background: #8a8b8b;
        transform: translateX(-5px);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    #product-split-section {
        margin-bottom: 120px !important;
    }
    .divider-section {
        margin-top: -170px;
    }
    .text-imagelist .feature-box-icon {
        max-height: 81px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .divider-section-bottom {
        background: url(../../assets/images/divider-section-bottom.png) right no-repeat;
        background-size: 204%;
        height: 65px;
        margin-top: 50px;
    }
    #recipes {
        padding-bottom: 50px !important;
    }
    #product-split-section {
        padding-top: 120px;
    }
    #product-split-section > div:first-child {
        margin-bottom: 130px !important;
    }
    #product-split-section img {
        border-radius: var(--bs-border-radius-xxl) !important;
    }
    #product-split-section .col-lg-6 .floating-content {
        top: -130px;
    }
    #product-split-section .col-lg-6 p {
        margin-top: 40px;
        width: 90%;
    }

	.timeline-title {
		font-size: 2rem;
	}

	.timeline-subtitle {
		font-size: 1rem;
	}

	.event-year {
		font-size: 2.5rem;
	}

	.event-company {
		font-size: 1.25rem;
	}

	.event-description {
		/*font-size: 1rem;*/
	}

	.event-icon {
		width: 60px;
		height: 60px;
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.timeline-content {
		min-height: 200px;
		margin-bottom: 3rem;
	}

	.slider-container {
		padding: 0 0.5rem;
	}

	.year-labels {
		padding: 0 0.5rem;
		font-size: 0.75rem;
	}
    .section-products-page {
        top: 0px;
    }
    .split-image-headline {
        margin-top: 80px !important;
        overflow: auto !important;
        padding-top: 0px !important;
    }
    .product-hover-card {
        overflow: unset;
        position: unset !important;
    }
    .split-image-headline .logo {
        margin-bottom: 65px !important;;
    }
    .split-image-headline .col-lg-6 .floating-content {
        position: unset !important;
    }
    .split-image-headline .col-lg-6 p {
        margin-bottom: -115px !important;
    }
    #product-split-section.split-image-headline img {
        border-radius: 0px !important;
    }
    .section-products-page {
        background-color: #ebf3ed;
    }
}

@media (max-width: 480px) {
	.timeline-container {
		padding: 2rem 1.5rem;
		padding-bottom: 3.5rem;
	}

	.timeline-title {
		font-size: 1.75rem;
	}

	.event-year {
		font-size: 2rem;
	}

	.year-labels {
		font-size: 0.7rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.year-label {
		transform: rotate(90deg) translateY(0) !important;
		transform-origin: top left;
	}
}

/* Animation keyframes */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	60% {
		opacity: 1;
		transform: translateY(-5px);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	40% {
		transform: translateY(5px);
	}
	to {
		opacity: 0;
		transform: translateY(20px);
	}
}

@keyframes fadeInUpContent {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	60% {
		opacity: 1;
		transform: translateY(3px);
	}
	to {
		transform: translateY(0);
	}
}

/* Hanya berlaku di layar Desktop (lebar di atas 992px) */
@media (min-width: 992px) {
    .container-narrow {
        max-width: 1024px !important;
    }
}

/* Border color */
.border-color-dark-green {
    border-color: var(--green);
}
/* Subcribe style 02 */
.newsletter-style-02 .btn:hover {
    background-color: var(--green);
}
.newsletter-style-02 .btn {
    height: 85%;
    margin: 4px;
    padding: 5px 20px 5px;
}
.newsletter-style-02 input {
    padding-right: 75px !important;
}

/* Will change */
.animation-rotation {
    -webkit-animation: rotation 2.5s infinite linear;
}
/* footer */
footer .footer-logo img {
    max-height: 43px;
    width: auto;
}
footer a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
@media (max-width: 1600px) {
    /* Font size */
    .fs-80 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (max-width: 1199px){
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 10px;
    }
}
@media (max-width: 991px){
    /* Background image */
    .md-background-position-top-center {
        background-position: top center !important;
    } 
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px){
    /* Background image */
    .sm-background-position-top-center {
        background-position: top center !important;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .headline-bigimage-header {
        margin-top: 80px;
    }
}