/* PENGATURAN UMUM */
@font-face {
    font-family: 'Nunito-SemiBold.ttf';
    src: url('OleoScript-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'FontKukkiBold'; /* Kita beri nama 'FontKukkiBold' biar beda */
    src: url('Nunito-Bold.ttf') format('truetype'); /* <--- GANTI dengan nama file font versi BOLD aslimu ya! */
}

@font-face {
    font-family: 'PTSans';
    src: url('PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans';
    src: url('PTSans-Bold.ttf') format('truetype');
}

/* Warna tombol navigasi saat aktif */
.nav-links a.active {
    color: #DC7D7D; /* <--- GANTI WARNA DI SINI (Misal marun tua kotak visi misi agar kontras) */
    font-weight: 700; /* Membuat teksnya jadi bold/tebal */
    padding-bottom: 5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Trik utama biar kalau diklik bisa geser mulus (scroll) */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #EFD9CA; /* Warna krem latar belakang utama */
    color: #5C2525; /* Warna teks cokelat marun */
}

/* NAVBAR */
.navbar {
    background-color: #FCD8A5; /* Warna krem cerah di bagian atas */
    text-align: center;
    padding: 20px 0;
}

.logo-container .logo {
    height: 90px;
    margin-bottom: 15px;
}

.nav-links a {
    text-decoration: none;
    color: #5C2525;
    font-weight: bold;
    font-size: 16px;
    
    /* ATUR JARAK DI SINI */
    margin: 0 40px; /* <--- Ubah angka 25px ini untuk mengatur jarak antar tombol */
    
    transition: color 0.3s;

    font-family: 'Nunito-Bold.ttf', sans-serif; 
    src: url('Nunito-Bold.ttf') format('truetype');
}

.nav-links a:hover {
    color: #A04040;
}

/* ====== STYLING GAMBAR 1 (HOME) ====== */
.hero-banner {
    /* Masukkan nama file foto roti kamu di sini */
    background: url('Hero\ Home.jpg'); 
    
    background-size: cover;       
    background-position: center;  
    height: 100vh;                 /* Mengatur tinggi banner */
    width: 100%;                  /* Memastikan banner melebar penuh semestinya */
    
    display: flex;
    align-items: center;          
    padding-left: 8%;             
}

.hero-text h1 {
    color: #EFD9CA;               
    font-size: 75px;              
    line-height: 1.7;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); 
    text-align: left;
    
    /* PANGGIL FONT CUSTOM KAMU DI SINI */
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
}

.hero-text h1{
    color: #EFD9CA;               
    font-size: 75px;              
    line-height: 1.1; /* <--- Diubah dari 1.1 ke 1.2 biar jarak antar barisnya lebih lega dan rapi */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); 
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
}

.hero-text h1 span {
    /* Jika teks bawahnya mau pakai font yang sama */
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
    font-size: 40px;
    display: block;
    margin-top: 5px;
}

/* KODE PEMBETULAN UNTUK TEKS BAWAH (INTRO) */
.intro-text {
    background-color: #EFD9CA;    /* Warna krem agak gelap sesuai desain 1 */
    text-align: center;           /* MEMBUAT TEKS PAS DI TENGAH */
    padding: 120px 20px;          /* MEMBUAT RUANG JADI LEGA (Atas-bawah 120px, kiri-kanan 20px) */
    width: 100%;                  /* Memastikan area memanjang penuh */
}

.intro-text h3 {
    color: #5C2525;               /* Warna marun */
    font-size: 20px;
    margin-bottom: 20px; /* Jarak antara judul intro dengan paragraf di bawahnya */

    font-family: 'PTSans';
    src: url('PTSans-Bold.ttf') format('truetype');
}          

.intro-text p {
    color: #5C2525;
    font-size: 16px;
    max-width: 600px;             /* Membatasi lebar teks p agar pas dibaca dan gak kemana-mana */
    margin: 0 auto;               /* Trick maut biar teks p yang dibatasi tadi tetep center di tengah */
}

.feature-image-box p {
    color: #5C2525;
    font-size: 16px;
    max-width: 600px;             /* Membatasi lebar teks p agar pas dibaca dan gak kemana-mana */
    margin: 0 auto;
}

.feature-image-box h4 {
    text-align: center;
    font-family: 'PTSans', sans-serif; 
    src: url('PTSans-Bold.ttf') format('truetype');
}

/* ====== STYLING GAMBAR 2 (CERITA) ====== */
.cerita-banner {
    background: url('Hero\ Cerita.jpg'); /* Ganti dengan foto roti cerita */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.cerita-banner h1 {
    color: #EFD9CA;               
    font-size: 75px;              
    line-height: 1.1; /* <--- Diubah dari 1.1 ke 1.2 biar jarak antar barisnya lebih lega dan rapi */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); 
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
}

.cerita-content {
    background-color: #EFD9CA !important;
    padding: 0px 0px;
    text-align: center;
}

.greeting-text {
    background-color: #EFD9CA;    /* Warna krem agak gelap sesuai desain 1 */
    text-align: center;           /* MEMBUAT TEKS PAS DI TENGAH */
    padding: 120px 20px;          /* MEMBUAT RUANG JADI LEGA (Atas-bawah 120px, kiri-kanan 20px) */
    width: 100%;                  /* Memastikan area memanjang penuh */
}

.greeting-text h3 {
    color: #5C2525;               /* Warna marun */
    font-size: 20px;
    margin-bottom: 20px; /* Jarak antara judul intro dengan paragraf di bawahnya */

    font-family: 'PTSans';
    src: url('PTSans-Bold.ttf') format('truetype');
} 

.greeting-text p {
    color: #5C2525;
    font-size: 16px;
    max-width: 600px;             /* Membatasi lebar teks p agar pas dibaca dan gak kemana-mana */
    margin: 0 auto; 
}     

.profile-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 50px;
    text-align: justify;
}

.profile-desc p {
    color: #5C2525;
    font-size: 16px;
    text-align: justify;
}

.profile-logo img {
    width: 450px; /* <--- GANTI ANGKA INI. Makin kecil angkanya, makin kecil logonya */
    height: auto; /* Ini wajib ada supaya logonya tetap bulat sempurna, gak gepeng */
}

.store-photos {
    padding-top: 50px;
}

.photo-placeholder {
    background: url('Store\ Photo.png'); /* Ganti dengan foto roti cerita */
    
    background-size: cover;       
    background-position: center;  
    height: 100vh;                 /* Mengatur tinggi banner */
    width: 100%;                  /* Memastikan banner melebar penuh semestinya */
    
    display: flex;
    align-items: center;          
}

.sejarah p {
    color: #5C2525;
    font-size: 16px;
    text-align: center;
    margin-top: 80px;
}

/* Bagian Visi Misi berbentuk Card Kotak Marun */
.visimisi-container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 90px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #EFD9CA;
}

.card-visimisi {
    background-color: #6B2D2D; /* Warna marun gelap */
    color: #EFD9CA;
    padding: 30px;
    border-radius: 20px;
    flex: 5;
    text-align: left;
}

.card-visimisi h4 {
    margin-bottom: 0px;
}

.card-visimisi p {
    color: #EFD9CA;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

/* FOOTER */
footer {
    background-color: #5C2525;
    color: #EFD9CA;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
}

.section-features {
    width: 100%;
    padding: 60px 0% 100px 0%; /* Memberi jarak aman atas, kanan-kiri, dan bawah sebelum footer */
    background-color: #EFD9CA;    /* Menjaga warna krem latar belakang tetap senada */
}

.features-container {
    display: flex;
    justify-content: center; /* Membuat 3 ikon berkumpul di tengah */
    align-items: flex-end;     
    width: 100%;
    
    gap: 80px; /* <--- Sekarang kamu bebas atur jarak antar ikon lewat angka ini! */
}

.feature-item {
    display: flex;
    flex-direction: column;    
    align-items: center;       
    flex: 1;
    /* MENAIKKAN BATAS LEBAR MAX ITEM BIAR ROTI DI KIRI-KANAN BISA IKUT MELEBAR KE PINGGIR */
    max-width: 33.33%;          
}

.feature-image-box {
    width: 90%;
    margin-bottom: 30px;       
}

.feature-image-box img {
    width: 100%;               
    height: auto;
    object-fit: contain;
    display: block;
}

.feature-item h4 {
    color: #5C2525;            
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    font-family: 'FontKukkiBold', sans-serif; 
}

.feature-image-box img.ikon-telur {
    width: 230px;        /* Sesuai dengan ukuran yang kamu inginkan */
    height: auto; 
    display: block;      /* <--- WAJIB ADA: Mengubah sifat gambar agar bisa diatur marginnya */
    margin: 0 auto;      /* <--- MAUTNYA DI SINI: Otomatis membagi jarak kanan-kiri biar posisinya center/tengah */
}

.feature-image-box img.ikon-sugar {
    width: 350px; /* <--- Ubah angka ini untuk mengatur besar/kecilnya ikon telur */
    height: auto; /* Menjaga agar gambar tidak gepeng */
}

/* --- produk kukki --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #F5E6D3; /* Warna krem hangat latar belakang utama */
    color: #5C2525; /* Warna teks cokelat gelap */
}

/* --- HEADER & NAVIGATION --- */
.header-container {
    display: flex;
    align-items: center;
    padding-left: 10%;
    background-color: #FCDCB4; /* Warna peach/krem terang atas */
}

.logo-container {
    margin-bottom: 20px;
}

.logo-gambar {
    height: 70px;
    width: auto;
}

.nav-container {
    width: 100%;
}

.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #5C2525;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0;
    transition: color 0.3s ease;
}

/* Tombol aktif halaman Produk Kukki */
.nav-links a.active {
    color: #DC7D7D; 
}

/* --- HERO BANNER --- */
.hero-content {
    background-image: url('produk\ hero.jpg'); /* Gradasi cokelat maroon moka */
   background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.hero-content h1 {
    color: #EFD9CA;               
    font-size: 5px;              
    line-height: 1.1; /* <--- Diubah dari 1.1 ke 1.2 biar jarak antar barisnya lebih lega dan rapi */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); 
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
    text-align: left;
}

.hero-image-container {
    max-width: 55%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-image {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* --- TEKS PENGANTAR --- */
.intro-section {
    text-align: center;
    padding: 90px 20px 100px 20px;
    max-width: 700px;
    margin: 0 auto;
}

.intro-section h3 {
    color: #7A2E2F;               /* Warna marun */
    font-size: 20px;
    margin-top: 20PX; /* Jarak antara judul intro dengan paragraf di bawahnya */

    font-family: 'PTSans';
    src: url('PTSans-Bold.ttf') format('truetype');
}

.intro-section p {
     color: #5C2525;
    font-size: 16px;
    text-align: center;
}

/* --- GRID PRODUK (3 DI ATAS, 2 DI BAWAH) --- */
.products-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
}

/* Baris Pertama: Grid 3 Kolom */
.row-triple {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 70px;
}

/* Baris Kedua: Grid 2 Kolom di Tengah */
.row-double {
    display: flex;
    justify-content: center;
    gap:80px;
    margin-bottom: 60px;
}

.row-double .product-card {
    width: calc(33.333% - 27px); /* Supaya ukuran kartunya pas dengan baris atas */
}

/* Kartu Item Produk */
.product-card {
    display: flex;
    flex-direction: column;
}

/* Bingkai Foto Maroon Melengkung */
.product-image-box {
    background-color: #7A2E2F; /* Warna maroon pekat */
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3 / 4;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.product-image-box img {
    max-height: 95%;
    max-width: 95%;
    object-fit: contain;
    border-radius: 0px;
}

/* Detail Teks */
.product-info {
    padding: 0 5px;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #6B2D26;
    margin-bottom: 8px;
}

.product-name {
    font-size: 16px;
}

.product-price {
    font-size: 16px;
    white-space: nowrap;
}

.product-description {
    font-size: 16px;
    color: #6B2D26;
    line-height: 1.5;
    text-align: left;
}

/* RESEP SARAPAN */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #EFD9CA;
    color: #7B2E30;
    text-align: center;
}

/* NAVBAR */
/* NAVBAR (Logo di Tengah Atas, Menu di Bawahnya) */
.navbar {
    background-color: #FCD5A3; /* Warna krem kekuningan sesuai header */
    display: flex;
    flex-direction: column; /* Menyusun logo dan menu secara vertikal ke bawah */
    align-items: center;
    padding: 20px 0 10px 0;
}

.navbar .logo {
    margin-bottom: 15px; /* Jarak antara logo dan menu di bawahnya */
}

.navbar .logo img {
    height: 60px; /* Sesuaikan ukuran logo Kukki kamu */
    display: block;
}
/* HERO SECTION */
.hero-sarapan {
    background-image: url('resep.jpg'); /* Ganti dengan gambar flatlay roti kamu */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.hero-resep h1 {
    color: #EFD9CA;               
    font-size: 75px;              
    line-height: 1.7;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); 
    text-align: left;
    
    /* PANGGIL FONT CUSTOM KAMU DI SINI */
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
}

/* INTRO TEXT */

.sub-title {
   color: #7A2E2F;               /* Warna marun */
    font-size: 20px;
    margin-top: 20PX; /* Jarak antara judul intro dengan paragraf di bawahnya */

    font-family: 'PTSans';
    src: url('PTSans-Bold.ttf') format('truetype');
}

.sub-title p {
   color: #7A2E2F;               /* Warna marun */
    font-size: 16px;
    margin-top: 20PX; /* Jarak antara judul intro dengan paragraf di bawahnya */

    font-family: 'PTSans';
    src: url('PTSans-Bold.ttf') format('truetype');
}

/* CONTAINER RESEP */
.container-resep {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.resep-card {
    background-color: #EFD9CA;
    margin-bottom: 100px;
    text-align: center;
}

.resep-title {
    font-family: 'Comfortaa', cursive;
    color: #C05C54; /* Warna pink/merah bata tua untuk judul resep */
    font-size: 22px;
    margin-bottom: 15px;
}

.resep-desc {
    border: 2px solid #C05C54;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 1.6;
}

/* VISUAL & LABEL MAKANAN */
.resep-visual {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
}

.resep-visual img {
    align-content: center;
    width: 100%
}

.resep-desc p {
    font-size: 14px;
    color: #7B2E30;
}
/* Label/Tag Bahan Makanan */

/* META INFO (Waktu, Nutrisi, Level) */
.resep-meta {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #C05C54;
    border-bottom: 1px solid #C05C54;
    padding: 15px 0;
    margin-top: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    text-align: left;
}

kontak
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #EFD9CA; /* Background krem pastel */
    color: #7B2E30; /* Warna teks cokelat tua */
    text-align: center;
}

/* NAVBAR (Logo di tengah atas seperti halaman sebelumnya) */
.navbar {
    background-color: #FCD5A3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 15px 0;
}

.navbar .logo {
    margin-bottom: 15px;
}

.navbar .logo img {
    height: 55px;
    display: block;
}

.navbar nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 25px;
    padding: 0;
}

.navbar nav ul li a {
    text-decoration: none;
    color: #7B2E30;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.navbar nav ul li a.active {
    border-bottom: 2px solid #4A2810;
    padding-bottom: 2px;
}

/* HERO SECTION */
.hero-kontak {
    background-image: url('hero\ kontak.jpg'); /* Ganti dengan gambar flatlay belanjaan/kantong kamu */
    background-size: cover;       
    background-position: center;  
    height: 100vh;                 /* Mengatur tinggi banner */
    width: 100%;                  /* Memastikan banner melebar penuh semestinya */
    
    display: flex;
    align-items: center;          
    padding-left: 8%; 
}

.hero-beli h1 {
    color: #EFD9CA;               
    font-size: 5px;              
    line-height: 1.1; /* <--- Diubah dari 1.1 ke 1.2 biar jarak antar barisnya lebih lega dan rapi */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); 
    font-family: 'Nunito-SemiBold.ttf', sans-serif; 
    src: url('OleoScript-Bold.ttf') format('truetype');
    text-align: left;
}

.sub-text {
    color: #7A2E2F;               /* Warna marun */
    font-size: 16px;
    margin-top: 20PX; /* Jarak antara judul intro dengan paragraf di bawahnya */
}
/* INTRO & SECTION HEADINGS */
.intro-section {
    padding: 40px 20px;
    max-width: 700px;
    margin: 0 auto;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #7B2E30;
    margin-bottom: 15px;
}

p {
    font-size: 13px;
    line-height: 1.6;
    color: #7B2E30;
}

/* ONLINE ORDER CARDS */
.online-order {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.sub-text {
    margin-bottom: 30px;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.order-card {
    background-color: #7B2E30;
    color: #FFFFFF;
    width: 180px;
    height: 220px; /* <--- Tambahkan ini untuk mengunci tinggi kotak agar semua sama rata */
    padding: 30px 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* <--- Mengatur konten di dalamnya agar seimbang di tengah */
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.order-card p {
    color: #F7E1D7;
    font-size: 12px;
    font-weight: 500;
}

.icon-box img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

/* OFFLINE STORE & MAP */
.offline-store {
    padding: 20px 20px 50px 20px;
    max-width: 700px;
    margin: 0 auto;
}

.map-container {
    margin: 30px 0;
}

.map-img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.store-details {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 35px;
    text-align: left;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 250px;
}

.detail-item span {
    font-size: 20px;
    color: #7B2E30;
}

.detail-item p {
    font-size: 12px;
}

/* BUTTON ACTION */
.btn-action {
    display: inline-block;
    background-color: #7B2E30;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 35px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: background 0.3s;
}

.btn-action:hover {
    background-color: #7B2E30;
}

/* MENGUNCI WARNA COPYRIGHT FOOTER DI SEMUA PAGE */
.footer-resep p, 
.footer-beli p, 
footer p, 
.copyright {
    color: #EFD9CA !important; /* Memaksa warna tetap krem pastel terang */
    opacity: 0.8 !important;   /* Menjaga keterbacaan agar tidak terlalu terang benderang */
}

p, 
.intro-section p, 
.cerita-content p {
    color: #7B2E30 !important; /* Mengunci warna teks isi jadi cokelat tua kembali */
}

.card-visimisi h4 {
    color: #EFD9CA !important; /* Mengunci warna teks isi jadi cokelat tua kembali */
}

.card-visimisi p {
    color: #EFD9CA !important; /* Mengunci warna teks isi jadi cokelat tua kembali */
}

/* MEMASTIKAN TEKS FOOTER TETAP KREM */
footer p, 
.footer-beli p, 
.footer-resep p, 
.copyright {
    color: #EFD9CA !important; /* Tetap menjaga teks footer berwarna terang */
}

/* Menghilangkan garis bawah dan mempertahankan warna teks pada link card */
.order-card-link {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease;
}

/* Efek sedikit membesar saat kursor menyentuh kotak */
.order-card-link:hover {
    transform: scale(1.05);
}

.hero-content h1 {
    font-size: 75px !important;                 /* Ganti ukuran font sesuai keinginanmu */
    font-weight: 700 !important;
    color: #EFD9CA !important;                  /* Mengunci warna teks tetap putih */
    line-height: 1.2 !important;
    font-family: 'Nunito-SemiBold.ttf', cursive !important;
}

.intro-text {
    background-color: #EFD9CA !important;
}

.hero-resep h1 {
    font-size: 75px !important;                 /* Ganti ukuran font sesuai keinginanmu */
    font-weight: 700 !important;
    color: #EFD9CA !important;                  /* Mengunci warna teks tetap putih */
    line-height: 1.2 !important;
    font-family: 'Nunito-SemiBold.ttf', cursive !important;
}

.hero-beli h1 {
    font-size: 75px !important;                 /* Ganti ukuran font sesuai keinginanmu */
    font-weight: 700 !important;
    color: #EFD9CA !important;                  /* Mengunci warna teks tetap putih */
    line-height: 1.2 !important;
    font-family: 'Nunito-SemiBold.ttf', cursive !important;
}

.order-card p {
    font-size: 12px !important;                 /* Ganti ukuran font sesuai keinginanmu */
    font-weight: 700 !important;
    color: #EFD9CA !important;                  /* Mengunci warna teks tetap putih */
    line-height: 1.2 !important;
    font-family: 'FontKukkiBold', cursive !important;
}

.fade-in-left {
    opacity: 0; /* Mulai dari tidak terlihat */
    transform: translateX(-50px); /* Geser 50px ke kiri luar posisi aslinya */
    animation: fadeInLeftAnime 1.2s ease-out forwards; /* Durasi animasi 1.2 detik */
    
    /* Setelan tambahan agar teks rapi */
    display: block;
    line-height: 1.3;
}

/* KUNCI GERAKAN ANIMASI (FADING & SLIDING) */
@keyframes fadeInLeftAnime {
    0% {
        opacity: 0;
        transform: translateX(-50px); /* Posisi awal di kiri */
    }
    100% {
        opacity: 1; /* Memudar jadi jelas sempurna */
        transform: translateX(0); /* Kembali ke posisi asli pas di tengah */
    }
}