/* Styling untuk tampilan Body */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #0d0d0d;
  color: #f1c40f;
  position: relative; /* pastikan positioning untuk ::before */
}

  body::before {
	  content: "";
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: url('../img/alphaoneea.webp') no-repeat center center;
	  background-size: 50%;
	  opacity: 0.3; /* coba ubah ke 0.005 jika masih terlalu kuat */
	  z-index: -1;
	  pointer-events: none;
  }

header {
  background: #000;
  color: #f1c40f;
  padding: 20px;
  text-align: center;
}

nav {
  background: #1a1a1a;
  padding: 10px;
  text-align: center;
}

nav a {
  color: #f1c40f;
  margin: 0 12px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

section {
  padding: 0px 20px;
  max-width: 1100px;
  margin: auto;
}

h2 {
  color: #f7d774;
  margin-bottom: 20px;
}

h3 {
  color: #ffe066;
  text-align: center;
  margin-bottom: 10px;
}

p, li {
  color: #fffbd6;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

.features, .about, .live, .cta, .products, .charts, .site-links {
  margin-bottom: 50px;
}

.live img, .backtest img {
  max-width: 100%;
  border: 1px solid #f1c40f;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.2);
}

.chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.chart-box {
  border: 1px solid #f1c40f;
  padding: 10px;
  background: #1a1a1a;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background: #f1c40f;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: bold;
}

.button:hover {
  background: #ffe066;
}

.site-links {
  text-align: center;
  font-size: 0.95em;
}

.site-links a {
  color: #f1c40f;
  margin: 0 15px;
  text-decoration: none;
}

.site-links a:hover {
  text-decoration: underline;
}

.disclaimer {
  text-align: center;
  padding: 20px;
  font-size: 0.85em;
  color: #ccc;
}

footer {
  background: #1a1a1a;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
  color: #999;
}

/* Styling untuk tampilan screenshot 4 pair di MT5 */
.all-trading {
  text-align: center;
  margin: 40px auto;
  max-width: 1100px;
  padding: 20px;
}
.all-trading p {
  color: #fffbd6;
  margin-bottom: 15px;
}
.all-trading-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
/* End Styling untuk tampilan screenshot 4 pair di MT5 */

/* Styling untuk tMyFxBook Live Trading Capture */
.live-capture {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
}

.capture-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Kiri: Info tabs (lebih kecil) */
.capture-tabs#info {
  flex: 1;
  min-width: 260px;
  max-width: 320px;
}

/* Kanan: Chart tabs (lebih besar) */
.capture-tabs#chart {
  flex: 2;
  min-width: 400px;
}

.tab-header {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.tab-header button {
  background: #333;
  color: #f1c40f;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.tab-header button:hover {
  background: #555;
}

.tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 280px;
  border: 1px solid #f1c40f;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.2);
}

.capture-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Advance Statistics Section */
.advance-capture {
  margin-top: 40px;
  width: 100%;
}

/* End Styling untuk tMyFxBook Live Trading Capture */

/* ============================= */
/* ðŸ“± Responsive Mobile Styling  */
/* ============================= */
@media (max-width: 768px) {
  .capture-container {
    flex-direction: column;
  }

  .capture-tabs#info,
  .capture-tabs#chart {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tab-header {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tab-header button {
    flex: 1 1 auto;
    margin-bottom: 5px;
  }

  .tab-content {
    display: block;
    text-align: center;
  }

  .tab-content img {
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }

  .trading-capture img {
    width: 100%;
    height: auto !important;
  }

  .chart-grid {
    grid-template-columns: 1fr;
  }

  .all-trading img {
    width: 100%;
    height: auto;
  }
}

.centered-img {
  display: block;
  margin: 0 auto;
  border: 1px solid #f1c40f;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.2);
}


/* ============================= */
/* ðŸ“± Bagian Key Feature   */
/* ============================= */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.feature-box {
  background: #1a1a1a;
  padding: 15px 20px;
  border: 1px solid #f1c40f;
  border-radius: 6px;
  color: #fffbd6;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.1);
  font-weight: 500;
}

.feature-box p {
  font-size: 0.95em;
  color: #e0e0aa;
  margin-top: 8px;
}


.about-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

/* ============================= */
/* ðŸ“± Bagian About   */
/* ============================= */
.about-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.about-box {
  flex: 1 1 400px;
  max-width: 480px;
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 360px;
}

.about-box h3 {
  color: #ffe066;
  margin-top: 15px;
}

.about-box p {
  color: #fffbd6;
  font-size: 0.95em;
}

.about-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto 15px auto;
  border: 2px solid #f1c40f;
  background: #000;
}

.features a {
  color: #fffbd6;
  text-decoration: underline;
}

.features a:hover {
  color: #f1c40f;
}


/* Product Section Extended */
.products .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.products .product-box {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.products .product-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.products .product-box strong {
  display: block;
  color: #ffe066;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.products .product-box ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
  margin: 10px 0;
}

/* ============================= */
/* ðŸ“š FAQ Page                  */
/* ============================= */
.faq-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-item {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.faq-item summary {
  cursor: pointer;
  font-weight: bold;
  color: #ffe066;
}

.faq-item[open] {
  background: #262626;
}

.faq-item p {
  margin-top: 10px;
  color: #fffbd6;
}

/* ============================= */
/* ðŸ“§ FAQ Contact Box           */
/* ============================= */
.faq-contact-box {
  background: #1a1a1a;
  border-left: 4px solid #f1c40f;
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 6px;
  text-align: center;
  color: #fffbd6;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.1);
}

.faq-contact-box a {
  color: #f1c40f;
  font-weight: bold;
  text-decoration: none;
}

.faq-contact-box a:hover {
  text-decoration: underline;
}


/* ============================= */
/* ðŸ’³ Payment Page              */
/* ============================= */
.payment-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.payment-box {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.1);
}

.payment-box h2 {
  margin-bottom: 20px;
  color: #ffe066;
}

.payment-box p {
  color: #fffbd6;
  line-height: 1.6;
  margin-bottom: 15px;
}

.payment-box ul {
  margin: 15px 0 20px 20px;
}

.payment-box li {
  color: #fffbd6;
  margin-bottom: 8px;
}

.paypal-info {
  background: #262626;
  padding: 15px;
  border-radius: 6px;
  border-left: 4px solid #f1c40f;
  margin: 15px 0;
  font-size: 1.1em;
}

.highlighted {
  color: #f1c40f;
  font-size: 1.2em;
  font-weight: bold;
}

.coming-soon {
  margin-top: 30px;
  font-style: italic;
  color: #ccc;
}

/* ============================= */
/* ðŸ’³ Payment Gumroad              */
/* ============================= */

.buy-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #f1c40f;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.buy-button:hover {
  background-color: #ffe066;
}

/* ===== GUMROAD POPUP ===== */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.popup iframe {
  width: 90%;
  max-width: 500px;
  height: 600px;
  border: none;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
}

/* ===== PRICING BOX HEIGHT SYNC ===== */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.feature-box {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
.feature-box ul {
  flex-grow: 1;
}

/* ===== TABEL FOR NEWS ===== */
/* Container utama halaman news */
.main-news {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 30px auto 30px; /* â†‘â†‘ Tambah jarak atas & bawah â†‘â†‘ */
  padding: 20px;  
}

/* Paragraf penjelasan di atas tabel */
.news-intro {
  max-width: 800px;
  margin: 10px auto 10px; /* spasi atas dan bawah intro */
  padding: 12px 16px;
  font-size: 0.95em;
  background-color: #ffffff;
  color: #000000 !important;
  border-left: 4px solid #f1c40f;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

.news-intro * {
  color: #000000 !important;
}

.high-impact-text {
  color: #c0392b;
  font-weight: bold;
}

/* Tabel berita */
.news-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 50px; /* spasi bawah tabel agar tidak dempet footer */
  max-width: 900px;
}

table.news-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  margin-top: 10px;
}

table.news-table th,
table.news-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

table.news-table th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

table.news-table tr:nth-child(even) {
  background-color: #fafafa;
}

table.news-table tr:hover {
  background-color: #f1f1f1;
}


/* Untuk 404 page */
.main-404 {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
  padding: 40px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.main-404 h1 {
  font-size: 2em;
  margin-bottom: 1em;
}
.main-404 .button {
  background: #f1c40f;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}


/* Untuk Cookies */
.cookie-banner {
  display: none; /* awalnya disembunyikan */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: #f1c40f;
  text-decoration: underline;
}

.cookie-banner button {
  background: #f1c40f;
  color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}


/* Untuk FXBlue */
.fxblue-widget-section {
  max-width: 960px;
  margin: 20px auto;
  padding: 0 20px;
  text-align: center;
}

.gold-box {
  background-color: #000; /* fallback untuk browser lama */
  background-color: rgba(0, 0, 0, 0.8); /* transparan hitam modern */
  border: 2px solid gold;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); /* glow gold */
  overflow-x: auto;
}


/* Promo pada page Pricing */
.promo-note {
  background-color: #fff8dc;
  border: 1px solid gold;
  padding: 10px;
  margin-top: 12px;
  font-size: 0.9em;
  border-radius: 6px;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
.promo-note code {
  background: #f8f8f8;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: #d35400;
}


/* BROKER IKLAN */
.broker-grid-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}

.broker-grid-box {
  background-color: #111;
  border: 1.5px solid gold;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 180px;
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.25);
  transition: transform 0.2s ease;
}

.broker-grid-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px gold;
}

.broker-grid-box img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.broker-label {
  font-size: 15px;
  font-weight: 600;
  color: #ffd700;
}

/* Responsive */
@media (max-width: 768px) {
  .broker-grid-box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .broker-grid-box {
    width: 100%;
  }
}


.histats-wrapper {
  text-align: center;
  margin: 20px auto;
}


/*Kotak di Pricing saat tambah Preset
.note-box {
  background-color: #fff3cd;
  border-left: 4px solid #f1c40f;
  color: #856404;
  padding: 12px 16px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 0.95em;
  line-height: 1.5;
}


/*Bendera
.trusted-section {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: #1a1a1a;
  color: #fffbd6;
  border-top: 2px solid #f1c40f;
  border-bottom: 2px solid #f1c40f;
  box-sizing: border-box;
}

.flags-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

.flags-row img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
  object-fit: cover;
}

    @media (max-width: 480px) {
      .flags-row img {
        width: 28px;
        height: 28px;
      }
    }
    
    
    
/*Memilih bahasa

/* Language Dropdown */
.language-dropdown {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-family: sans-serif;
}

.dropdown-toggle {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  min-width: 150px;
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.dropdown-menu a.active {
  background-color: gold;
  color: black;
}



/* Blog Section Styling */
#blog_news_section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.blog_news_container {
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.blog_news_title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}

#blog_news_posts article {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.blog_news_post_title {
  font-size: 18px;
  margin: 0 0 5px;
  color: #0066cc;
}

.blog_news_post_title a {
  text-decoration: none;
  color: inherit;
}

.blog_news_post_date {
  font-size: 14px;
  color: #888;
}

.blog_news_more {
  margin-top: 20px;
  text-align: center;
}

.blog_news_btn {
  padding: 10px 20px;
  background-color: #0073e6;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}

.blog_news_article {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.blog_news_post_snippet {
  font-size: 15px;
  color: #444;
  margin: 10px 0;
}

.blog_news_readmore {
  font-size: 14px;
  color: #0073e6;
  font-weight: bold;
  text-decoration: none;
}
.blog_news_readmore:hover {
  text-decoration: underline;
}


.blog_news_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.blog_news_card {
  background-color: #111;
  border: 1px solid gold;
  border-radius: 8px;
  padding: 20px;
  width: 260px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_news_card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: gold;
}

.blog_news_card h3 a {
  color: gold;
  text-decoration: none;
}

.blog_news_card p {
  font-size: 14px;
  color: #ccc;
  margin: 5px 0;
}

.blog_news_snippet {
  flex-grow: 1;
}

.blog_news_readmore_btn {
  background-color: gold;
  color: #000;
  text-align: center;
  margin-top: 15px;
  padding: 8px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s ease;
}

.blog_news_readmore_btn:hover {
  background-color: #ffd700;
}

/* MAIN CONTAINER */
.blog_insight_main {
  background-color: #000;
  padding: 20px 20px;
  border: 2px solid gold;
  border-radius: 10px;
  max-width: 900px;
  margin: 40px auto;
}

/* SECTION WRAPPER */
.blog_insight_container {
  text-align: center;
  color: white;
}

/* HEADING */
.blog_insight_heading {
  font-size: 32px;
  font-weight: bold;
  color: gold;
  margin-bottom: 30px;
}

/* GRID BLOG CARDS */
.blog_news_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* INDIVIDUAL BLOG CARD */
.blog_news_card {
  background-color: #000;
  border: 2px solid gold;
  border-radius: 10px;
  padding: 25px;
  width: 320px; /* default untuk desktop */
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  transition: transform 0.2s ease;
}

.blog_news_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(255, 215, 0, 0.3);
}

.blog_news_card h3 {
  font-size: 18px;
  color: gold;
  margin-bottom: 10px;
}

.blog_news_card h3 a {
  text-decoration: none;
  color: gold;
}

.blog_news_card time {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.blog_news_snippet {
  font-size: 15px;
  color: #ddd;
  margin-bottom: 15px;
  flex-grow: 1;
}

.blog_news_readmore_btn {
  background-color: gold;
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.blog_news_readmore_btn:hover {
  background-color: #ffd700;
}

.blog_news_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* RESPONSIF: Mobile ≤768px → 1 kolom */
@media (max-width: 768px) {
  .blog_news_card {
    width: 100%;
    max-width: 500px;
  }
}


.blog_news_image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.blog_news_button_container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px; /* ✅ Tambahkan ini */  
}

.blog_news_visit_btn {
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* Image Feature Comparison */
.feature-image {
  width: 80px;       /* ukuran icon */
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.blog_news_visit_btn:hover {
  background-color: #e6c200;
}




/* Menu Melayang Posisi melayang kanan */
.fm-floating-menu {
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; /* selalu vertikal */
  gap: 12px;
  z-index: 9999;
}

.fm-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #FFD700; /* ikon emas */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease;
}

.fm-menu-item i {
  font-size: 20px;
}

.fm-menu-item:hover {
  background: #444;
}

/* Tooltip */
.fm-menu-item::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 60px;
  background: #222;
  color: #FFD700;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.fm-menu-item:hover::after {
  opacity: 1;
}

/* Tooltip tetap muncul di mobile (tap/hold) */
@media (hover: none) {
  .fm-menu-item:active::after {
    opacity: 1;
  }
}




