
        body{
            background-color: #EAE8E3;
            font-family: 'Playfair Display',serif;
        }
        .hero {
            background-color: #EAE8E3;
            padding: 100px 20px;
            text-align: left;
            height: 80vh;
        }
        .hero h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            color: #2C4644;
        }
        .hero p{
            font-family: 'Playfair Display',serif;
            font-size: 25px;
            color: #2C4644;
        }
        /* about section */
        .about h2,
        .menu h2,
        .contact h2,
        .testimoni h2,
        .mentor h2,
        .faq h2,
        .promo h2,
        .team h2,
        .section-title h2,
        .kelas-title h2,
        .materi h2{
            text-align: center;
            font-size: 1.8rem;
            margin-bottom: 1rem;
            padding: 5rem;
            color: #2C4644;
            font-family: 'Playfair Display',serif;
        }
        
        .about{
            background-image: url('../img/landing/cover_sertifikasi.png');
            height: 80vh;
        }
        .kelas{
            height: 100vh;
        }
        .kelas h2{
            text-align: center;
            font-size: 1.8rem;
            color: #2C4644;
            margin-top: 4rem;
            font-family: 'Playfair Display',serif;
        }
        /* slider */
        .slider{
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30vh;
            background-color: #f4f4f4;
            margin: 0;
        }
        /* kelas section */
        .kelas-section {
            background-color: #EAE8E3;
            padding: 50px 20px;
            color: white;
            text-align: center;
        }
        .kelas-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .kelas-card {
            background-color: white;
            color: black;
            padding: 20px;
            border-radius: 20px;
            text-align: center;
            width: 250px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }
        .kelas-img{
            height: 150px;
            width: 150px;
            object-fit: cover;
        }
        .harga{
            font-style: italic;
            font-weight: bold;
        }

        .btn-custom {
            background-color: #E89F65;
            color: white;
            font-weight: bold;
            padding: 10px 20px;
            border: none;
            position: relative;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            box-shadow: 10px 10px 0px #333; /* Efek bayangan tanpa div tambahan */
        }
        .btn-custom::after {
            content: '\2192';
            margin-left: 10px;
        }
        .btn-shadow {
            position: absolute;
            background: #333;
            width: 100%;
            height: 100%;
            left: 5px;
            top: 5px;
            z-index: -1;
        }
       /* Navbar logo adjustment */
        .logo {
        height: 90px; /* Biar lebih pas di mobile juga */
        }

        /* Nav link spacing */
        .navbar-nav .nav-link {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            font-size: 0.95rem;
            transition: color 0.3s ease, background-color 0.3s ease;
            color: #2C4644;
            font-weight: bold;
        }
        
        /* Hover effect */
        .navbar-nav .nav-link:hover {
            color: #E89F65 !important; /* Ganti dengan warna yang kamu suka, contoh: biru Bootstrap */
        }

/* Responsive menu alignment for smaller devices */
@media (max-width: 992px) {
    .navbar-collapse {
        background-color: #fff; /* Biar dropdownnya gak transparan */
        padding: 1rem;
    }

    .nav-link {
        color: #000 !important; /* Pastikan tetap terbaca di background putih */
        padding: 0.5rem 0;
        text-align: center;
    }

    .btn-login, .btn-logout {
        width: 100%;
        margin-top: 1rem;
    }
}


        .btn-login{
            background-color: #E89F65;
            color: white;
            font-weight: 400;
            box-shadow: 10px 10px 0px #333; /* Efek bayangan tanpa div tambahan */
            font-family: 'Playfair Display',serif;
        }
        .btn-logout{
            background-color: #E89F65;
            color: white;
            font-weight: 500;
            box-shadow: 10px 10px 0px #333; /* Efek bayangan tanpa div tambahan */
            font-family: 'Playfair Display', serif;
        }
        
/* coba template */
/* class start */
.single-service {
    margin: 50px 0;
    height: 620px;
    text-align: center;
    border: 2px solid rgba(255, 59, 51, 0.15);
    padding: 30px;
    border-radius: 1%;
  }
  
  .owl-carousel .owl-item .single-service>img {
    height: 220px;
    width: 250px;
    display: inline-block;
  }
  
  .single-service h2 {
    margin: 20px 0;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
  }
  .single-service p{
    text-align: justify;
  }
  
  .owl-dots {
    text-align: center;
    margin-top: 30px;
  }
  
  .owl-dots .owl-dot.active {
    width: 25px;
    height: 25px;
    margin: -2px 10px;
  }
  
  .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: #FFCAC8;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50px;
  }
  /* class end */
  /* our team start */
  .team-area {
    padding: 0;
  }
  
  .single-team {
    text-align: center;
    padding: 60px 0;
    border: 2px solid rgba(255, 59, 51, 0.15);
    border-radius: 1%;
    text-transform: capitalize;
    margin-top: 50px;
  }
  
  .single-team:hover {
    box-shadow: 0px 0px 20px rgba(255, 59, 51, 0.15);
    border-color: transparent;
  }
  
  .single-team h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  .tem-social {
    margin: 25px auto 15px auto;
    background: #E7E9FF;
    border-radius: 30px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }

  .tem-social ul{
    padding: 0;
  }

  .tem-social ul li {
    display: inline-block;
    padding: 0px 5px;
  }
  .icon{
    width: 150px;
    margin-right: 15px;
  }
  
  .tem-social ul li a {
    color: #63688E;
    display: block;
    font-size: 16px;
  }
  
  .single-team:hover .tem-social ul li a {
    color: #fff;
  }

  .expert{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 2px;
  }
  .paragraf{
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* tampil 5 baris awal */
    -webkit-box-orient: vertical;
    text-align: justify;
    transition: all 0.3s ease;
  }
  .paragraf.expanded{
    -webkit-line-clamp: unset;
  }
  .read-more-btn {
    margin-top: 10px;
    background-color: #eef;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
  }

  .professional{
    font-size: 19px;
    margin-top: 10px;
}
  /* our team end */
  /* testimonial start */
  .testimonial-section {
    text-align: center;
    padding: 50px 20px;
    background: #f8f7f3;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .testimonial-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .testimonial-card {
    background: white;
    border: 2px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 500px;
    margin: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .testimonial-card.active {
    display: flex;
  }
  
  .profile-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  
  .quote {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
  }
  
  .name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #222;
  }
  
  .dots {
    margin-top: 15px;
  }
  
  .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .dot.active {
    background-color: #222;
  }
  /* testimonial end  */