@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap');

/* 2. Terapkan Open Sans untuk Teks Bacaan (Body, Paragraf, Input) */
body, p, a, span, div, button, input, select, textarea {
    font-family: 'Open Sans', sans-serif !important;
}

/* 3. Terapkan Montserrat Khusus untuk Judul & Elemen Penting agar lebih Tegas */
h1, h2, h3, h4, h5, h6, .section-title, .event-title, .feature-card h2, .feature-card h4, .subtitle, .nav-link, .btn-feature {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}
.top-header {
    position: sticky;
    top: 0;
    z-index: 1020; 
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px; 
    padding-left: 20px;
}
.top-header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}
.logo-img {
    height: 45px;
}
.top-nav {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-nav a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.top-nav li a.active {
    color: #1a3673 !important;
    font-weight: 800 !important;
}
.top-header-right {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #fff;
}
.partner-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 40px;
}
.partner-logo-img {
    height: 40px;
}
.search-icon {
    padding: 0 30px;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.search-icon:hover {
    color: #0056b3;
}
.brand-blue-block {
    background-color: transparent;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honda-logo {
    height: 50px;
}
.bottom-header {
    position: sticky;
    top: 60px; 
    z-index: 1010;
    background-color: #2b2b2b;
    display: flex;
    width: 100%;
}
.bottom-nav {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-nav li {
    flex: 1;
    text-align: center;
}
.bottom-nav li:last-child {
    border-right: none;
}
.bottom-nav a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 15px 0; /* <-- Diubah dari 25px menjadi 15px */
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
}
.bottom-nav a.active, .bottom-nav a:hover {
    background-color: #004085;
}
/* Memastikan Menu Mobile Juga Menempel */
.navbar.d-lg-none {
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero-carousel .carousel-item {
    height: 600px;
    background-color: #333;
}
.hero-carousel .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ffffff;
    opacity: 0.5;
    border: none;
}
.carousel-indicators .active {
    opacity: 1;
}
/* Mengganti ikon Prev dengan versi garis (stroke) lebih tebal */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath stroke='%23ffffff' stroke-width='2.5' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

/* Mengganti ikon Next dengan versi garis (stroke) lebih tebal */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath stroke='%23ffffff' stroke-width='2.5' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Memperbesar ukuran & menambahkan latar lingkaran eksklusif */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
    background-color: rgba(26, 54, 115, 0.5); /* Biru gelap transparan */
    border-radius: 50%; /* Membuatnya bulat sempurna */
    background-size: 55% 55%; /* Menyesuaikan ukuran panah di dalam lingkaran */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Opacity container tombol */
.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    opacity: 1;
}

/* Efek Hover: Berubah menjadi biru cerah dan sedikit membesar saat disentuh */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #1E90FF; /* Racing Blue menyala */
    transform: scale(1.1);
}
.about-section {
    background-color: #002b5e;
    padding: 70px 0;
    color: #ffffff;
}
.about-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.about-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #66b2ff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #d1e5ff;
}
.btn-outline-light-custom {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s;
}
.btn-outline-light-custom:hover {
    background-color: #ffffff;
    color: #002b5e;
}
.about-image {
    width: 100%;
    border: 4px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.section-title {
    text-align: center;
    font-weight: 800;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.section-title span {
    color: #0056b3;
}
.split-banner-container {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.split-banner {
    flex: 1;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.split-banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.split-banner:hover img {
    transform: scale(1.05);
}
.banner-text-left {
    position: absolute;
    top: 30px;
    left: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.banner-text-right {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #ffffff;
    text-align: right;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.banner-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 2px;
    letter-spacing: 1px;
}
.banner-link-text {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.custom-footer {
    background-color: #002b5e;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
}
.footer-top {
    padding: 60px 0 40px;
}
.footer-col-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0056b3;
    color: #ffffff;
}
.footer-col-content p {
    font-size: 14px;
    color: #d1e5ff;
    margin-bottom: 8px;
    line-height: 1.8;
}
.footer-col-content a {
    color: #d1e5ff;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.4;
    transition: color 0.3s;
}
.footer-col-content a:hover {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.footer-subscribe input {
    border-radius: 4px 0 0 4px;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
    height: 45px;
}
.footer-subscribe input:focus {
    outline: none;
    box-shadow: none;
}
.btn-subscribe {
    background-color: #0056b3;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    font-weight: 700;
    font-size: 13px;
    padding: 0 25px;
    height: 45px;
    border: 2px solid #0056b3;
    transition: 0.3s;
}
.btn-subscribe:hover {
    background-color: #ffffff;
    color: #0056b3;
}
.footer-middle {
    padding: 0 0 40px;
}
.stay-connected {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.stay-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.social-icons a {
    color: #ffffff;
    background-color: rgba(255,255,255,0.1);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}
.social-icons a:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}
.app-downloads {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
.brand-blue-box {
    background-color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.brand-blue-box img {
    height: 20px;
}
.app-downloads img {
    height: 40px;
    border-radius: 5px;
    transition: transform 0.3s;
}
.app-downloads img:hover {
    transform: scale(1.05);
}
.footer-bottom {
    background-color: #001a3b;
    padding: 25px 0;
    font-size: 13px;
    color: #8da2c0;
}
.footer-bottom a {
    color: #8da2c0;
    text-decoration: none;
    margin: 0 8px;
    transition: 0.3s;
}
.footer-bottom a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .split-banner-container {
        flex-direction: column;
    }
    .split-banner img {
        height: 250px;
    }
    .carousel-control-prev, 
    .carousel-control-next {
        width: 55px;           /* Lebar tombol statis */
        height: 55px;          /* Tinggi tombol statis (harus sama dengan lebar) */
        top: 50%;              /* Turunkan ke tengah layar */
        transform: translateY(-50%); /* Kunci persis di tengah */
        background-color: rgba(26, 54, 115, 0.7); /* Opsional: Warna Biru Yamaha transparan */
        border-radius: 50%;    /* Buat bentuknya bulat sempurna (anti-lonjong) */
        margin: 0 10px;        /* Beri sedikit jarak dari tepi layar */
        opacity: 0.9;
    }

    /* 2. Memastikan ukuran ikon panah di dalamnya tetap proporsional */
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
        background-size: 30% 30%;
        padding:0;
    }

    .category-menu-v2 {
        display: flex;
        flex-wrap: nowrap;         /* Kunci agar tidak turun ke baris baru */
        overflow-x: auto;          /* Aktifkan scroll ke samping */
        gap: 10px;                 /* Jarak antar tombol diperkecil */
        padding-bottom: 10px;      /* Ruang napas di bawah */
        -webkit-overflow-scrolling: touch; /* Scroll mulus di iPhone/iOS */
    }

    /* Sembunyikan garis scrollbar agar terlihat lebih bersih (bersih ala aplikasi) */
    .category-menu-v2::-webkit-scrollbar {
        display: none;
    }
    .category-menu-v2 {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* 4. Teks Diperkecil */
    .btn-category-v2 span {
        font-size: 11px;     
    }
    .btn-category-v2.active, .btn-category-v2:hover {
        background-color: #102341;
        color: white;
    }
}
.feature-grid-70-30 {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.feature-grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}
.feature-card {
    position: relative;
    height: 350px;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}
.feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: transform 0.5s ease;
}
.feature-card:hover .feature-bg {
    transform: scale(1.05);
    opacity: 0.6;
}
.feature-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content-left {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.content-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content-right {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
.feature-card h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 15px;
}
.feature-card h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}
.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.feature-card .subtitle {
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.btn-feature {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}
.btn-feature:hover {
    background-color: #ffffff;
    color: #000000;
}
.link-feature {
    color: #0056b3;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}
.link-feature:hover {
    color: #66b2ff;
}
@media (max-width: 992px) {
    .feature-grid-70-30, .feature-grid-50-50 {
        grid-template-columns: 1fr;
    }
}
.video-section {
    background-color: #f0f0f0;
    padding: 50px 0;
    margin-top: 50px;
}
.video-section .section-title {
    color: #222222;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.video-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.video-track {
    display: inline-flex;
    animation: slide-video 30s linear infinite;
}
.video-track:hover {
    animation-play-state: paused;
}
.video-item {
    width: 350px;
    margin: 0 10px;
    transition: transform 0.3s ease;
}
.video-item:hover {
    transform: scale(1.05);
    z-index: 2;
}
.video-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
/* Styling untuk judul video di bagian bawah thumbnail */
.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 10px 10px; /* Padding atas lebih besar untuk gradasi */
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap; /* Mencegah teks turun ke bawah */
    overflow: hidden;
    text-overflow: ellipsis; /* Menambahkan titik-titik (...) jika judul terlalu panjang */
    z-index: 2;
    transition: all 0.3s ease;
}

/* Sedikit efek hover agar judul semakin jelas saat kursor didekatkan */
.video-item:hover .video-title {
    padding-bottom: 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}
/* Menambahkan efek pembesaran pada hover */
.video-title:hover {
  transform: scale(1.1); /* Judul membesar 10% */
  /* transition: transform 0.3s ease; /* Transisi halus (opsional, karena sudah ada di hover video-item) */
}
@keyframes slide-video {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.category-menu-v2 {
    display: flex;
    background-color: #102341;
    border-radius: 0;
    margin-bottom: 90px;
    overflow-x: auto;
}
.btn-category-v2 {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.btn-category-v2:last-child {
    border-right: none;
}
.btn-category-v2 img {
    height: 35px;
    width: auto;
}
.btn-category-v2.active, .btn-category-v2:hover {
    background-color: #004fb3;
    color: white;
}
.product-card-v2 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    position: relative;
    padding: 20px;
    margin-top: 60px;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 70px;
}
.product-img-v2 {
    width: 90%;
    max-width: 240px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.product-info-v2 {
    margin-top: 120px;
    text-align: left;
}
.product-title-v2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.product-label-v2 {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}
.product-price-v2 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.btn-details-v2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1a3673;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-radius: 20px 0 20px 0;
    transition: background-color 0.3s ease;
}
.btn-details-v2:hover {
    background-color: #0d204a;
    color: #fff;
}
.product-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0 15px;
}
.slider-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #1a3673;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.slider-btn:hover {
    background-color: #0d204a;
    transform: translateY(-50%) scale(1.1);
}
.slider-btn-prev {
    left: -15px;
}
.slider-btn-next {
    right: -15px;
}
.product-slider-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    scroll-snap-type: x mandatory;
}
.product-slider-container::-webkit-scrollbar {
    display: none;
}
.product-item {
    flex: 0 0 calc((100% - 60px) / 4);
    scroll-snap-align: start;
}
@media (max-width: 992px) {
    .product-item {
        flex: 0 0 calc((100% - 40px) / 3);
    }
}
@media (max-width: 768px) {
    .product-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}
@media (max-width: 576px) {
    .product-item {
        flex: 0 0 100%;
    }
}
.info-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}
.info-box-v2 {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.02);
}
.info-box-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,86,179,0.1);
    border-color: rgba(0,86,179,0.2);
}
.info-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 86, 179, 0.1);
    color: #0056b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 25px auto;
    transition: all 0.3s ease;
}
.info-box-v2:hover .info-icon {
    background-color: #0056b3;
    color: #ffffff;
}
.info-box-v2 h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    margin-bottom: 15px;
}
.info-box-v2 p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}
.floating-dara {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    transition: transform 0.3s;
}
.floating-dara:hover {
    transform: scale(1.1);
}
.floating-dara img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    z-index: 1000;
    min-width: 320px;
    height: 100%;
    
    /* Posisi Awal (Sembunyi di kanan) */
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.search-form-v2 {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
}
.search-grey-box {
    width: 45px;
    height: 100%;
    background-color: #f1f1f1;
    border-right: 1px solid #dcdcdc;
}
.search-input-v2 {
    flex: 1;
    border: none;
    padding: 0 15px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #555;
}
.search-input-v2::placeholder {
    color: #777;
}
.search-btn-v2 {
    background: transparent;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    color: #000;
    transition: color 0.3s;
}
.search-btn-v2:hover {
    color: #0056b3;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* 1. Pastikan kotak pembungkusnya menjadi patokan (relative) */
.video-item {
    position: relative;
    display: inline-block; /* Sesuaikan dengan layout slider Anda */
    overflow: hidden;
    border-radius: 12px; /* Opsional: Biar ujung gambar tidak kaku */
}

/* 2. Posisikan ikon melayang tepat di tengah */
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Kunci utama untuk center presisi */
    z-index: 2; /* Pastikan ikon selalu di atas gambar */
    
    /* -- Bagian bawah ini opsional untuk mempercantik (Bisa disesuaikan) -- */
    font-size: 35px;
    color: #ff0000; /* Merah khas YouTube */
    background: rgba(255, 255, 255, 0.85); /* Latar putih transparan */
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Membuat latar menjadi bulat sempurna */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; /* Efek transisi halus */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* 3. Beri sedikit efek gelap pada gambar agar ikon lebih mencolok */
.video-item img {
    width: 100%;
    display: block;
    transition: filter 0.3s ease;
}

/* 4. Efek Interaktif (Saat kursor menyentuh video) */
.video-item:hover img {
    filter: brightness(0.7); /* Gambar sedikit meredup */
}

.video-item:hover .video-play-icon {
    background: #ffffff; /* Latar menjadi putih solid */
    transform: translate(-50%, -50%) scale(1.15); /* Ikon membesar ala tombol gas! */
}