/* style.css */
:root {
  --color-bg: #5F4675;
  --color-bg-transparent: rgba(95, 70, 117, 0.85);
  --color-text-main: #ffffff;
  --color-text-muted: #e0d8ea;
  --color-accent: #bda6de;
  --font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

body {
  font-family: var(--font-family);
  color: var(--color-text-main);
  background-color: var(--color-bg);
  min-height: 100vh;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Floating Socials */
.floating-socials { position: fixed; bottom: 30px; right: 30px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }
.floating-socials img { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: transform 0.2s; cursor: pointer; }
.floating-socials img:hover { transform: scale(1.1); }

/* Navbar Dropdown */
.navbar { padding: 15px 40px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; background-color: rgba(0, 0, 0, 0.25); box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { color: white; text-decoration: none; font-size: 15px; letter-spacing: 1px; opacity: 0.8; transition: opacity 0.3s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--color-accent); }
.nav-dropdown { position: relative; display: inline-block; }
.nav-dropdown .dropbtn { background: none; border: none; color: white; font-size: 15px; cursor: pointer; letter-spacing: 1px; opacity: 0.8; transition: opacity 0.3s; padding: 0; }
.nav-dropdown:hover .dropbtn { opacity: 1; color: var(--color-accent); }
.nav-dropdown-content { opacity: 0; visibility: hidden; position: absolute; top: 100%; background-color: rgba(40, 25, 55, 0.95); min-width: max-content; width: max-content; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5); z-index: 1001; border-radius: 6px; overflow: hidden; padding: 10px 0; backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.1); transform: translateY(10px) scale(0.95); transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, visibility 1.8s 0.5s; }
.nav-dropdown-content a { color: white; padding: 10px 20px; text-decoration: none; display: block; opacity: 0.8; transition: 0.5s ease; transform: scale(1); transform-origin: left; white-space: nowrap; }
.nav-dropdown-content a:hover { opacity: 1; background-color: rgba(255,255,255,0.1); transform: scale(1.05); color: var(--color-accent); }
.nav-dropdown:hover .nav-dropdown-content { opacity: 1; visibility: visible; transform: translateY(0) scale(1); transition-delay: 0s, 0s, 0s; }

.translation-widget { margin-left: 20px; }

/* Hero Section (Offset Overlapping Transparent Card Layout) */
.hero-wrapper { display: flex; align-items: center; justify-content: center; max-width: 1100px; margin: 80px auto; position: relative; padding: 40px 0; }
.hero-left { width: 60%; z-index: 1; transform: translateY(-40px); border-radius: 12px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.5); background: #000; }
.hero-left img { width: 100%; height: 380px; object-fit: cover; display: block; opacity: 0.9; }
.hero-right { width: 50%; margin-left: -10%; transform: translateY(90px); padding: 35px 40px 0 40px; display: flex; flex-direction: column; justify-content: flex-end; gap: 15px; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); z-index: 2; border-radius: 12px; box-shadow: -10px 10px 30px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.15); overflow: hidden; position: relative; }
.hero-right h1 { font-size: 36px; font-weight: bold; color: #fff; letter-spacing: 2px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.hero-right .subtitle { font-size: 15px; color: rgba(255,255,255,0.8); text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }

/* Premium Advanced Music Player Redesign */
.advanced-player { display: flex; flex-direction: column; gap: 15px; background: rgba(0,0,0,0.4); padding: 25px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); margin-bottom: 20px; }
.advanced-player.home-player { flex-direction: row; align-items: center; gap: 15px; padding: 15px 40px; max-width: calc(100% + 80px); width: calc(100% + 80px); margin-left: -40px; margin-right: -40px; margin-bottom: 0; box-shadow: none; background: rgba(95, 70, 117, 0.45); border-radius: 0; border-left: none; border-right: none; border-bottom: none; }
.advanced-player.home-player .album-art { width: 50px; height: 50px; border-radius: 6px; -webkit-user-drag: none; user-select: none; }
.advanced-player.home-player .player-right-col { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.advanced-player.home-player .player-row-controls { display: flex; align-items: center; gap: 12px; width: 100%; }
.advanced-player.home-player .big-play-btn { width: auto; height: auto; padding: 0; background: none; border: none; color: white; font-size: 20px; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
.advanced-player.home-player .track-orig { font-size: 14px; font-weight: bold; margin-bottom: 0; opacity: 0.9; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.advanced-player.home-player .time-stamp { font-size: 11px; opacity: 0.7; min-width: 75px; text-align: right; }
.advanced-player.home-player .progress-range { height: 4px; }
.player-top-row { display: flex; align-items: center; gap: 20px; }
.advanced-player .album-art { width: 100px; height: 100px; object-fit: cover; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.4); border: 2px solid rgba(255,255,255,0.1); -webkit-user-drag: none; user-select: none; }
.player-info-section { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.player-info-section .track-orig { font-size: 18px; font-weight: bold; color: white; letter-spacing: 1px; }
.player-info-section .track-trans { font-size: 14px; color: var(--color-accent); opacity: 0.9; }
.player-info-section .track-album { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.big-play-btn { background: var(--color-accent); border: none; color: black; width: 50px; height: 50px; border-radius: 50%; font-size: 20px; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(189, 166, 222, 0.4); padding-left: 5px; }
.big-play-btn:hover { transform: scale(1.1); box-shadow: 0 8px 20px rgba(189, 166, 222, 0.6); }

.player-bottom-row { display: flex; align-items: center; gap: 15px; margin-top: 5px; width: 100%; }
.adv-btn { background: rgba(255,255,255,0.1); border: none; color: white; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; transition: 0.2s; display:flex; align-items:center; justify-content:center; font-size:16px; }
.adv-btn:hover { background: rgba(255,255,255,0.2); }
.progress-container { flex: 1; }
.progress-range { -webkit-appearance: none; width: 100%; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, 0.2); outline: none; }
.progress-range::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; border-radius: 50%; background: var(--color-accent); cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5); }
.time-stamp { font-size: 12px; opacity: 0.7; font-family: monospace; }

/* Playlist Dropdown */
.playlist-dropdown { margin-top: 10px; width: 100%; padding: 8px; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.2); color: white; border-radius: 4px; outline: none; }

/* Instructions Section */
.instructions-section { max-width: 1000px; margin: 0 auto 60px; padding: 40px; background-color: rgba(255, 255, 255, 0.05); border-radius: 12px; }
.instructions-section h2 { font-size: 16px; margin-bottom: 15px; font-weight: normal; color: var(--color-accent); }
.instructions-section div { font-size: 14px; line-height: 1.8; white-space: pre-wrap; }

/* Section Divider */
.section-divider { text-align: center; margin-bottom: 40px; margin-top: 60px; }
.section-divider h1, .section-divider h2 { font-family: var(--font-family); font-size: 48px; font-weight: normal; margin-bottom: 20px; letter-spacing: 2px; color: #ffffff; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); margin-top: 0; }
.section-divider hr { width: 80%; max-width: 1000px; margin: 0 auto; border: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.section-divider.left-align { text-align: left; display: flex; flex-direction: column; align-items: flex-start; }
.section-divider.left-align hr { margin: 0; width: 100%; }

/* Characters Grid (Centered when less than 3) */
.characters-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1200px; margin: 0 auto 80px; padding: 40px; background-color: rgba(0, 0, 0, 0.1); border-radius: 12px; }
.char-item { width: calc(33.333% - 27px); min-width: 280px; max-width: 350px; display: flex; flex-direction: column; cursor: pointer; text-decoration: none; color: var(--color-text-main); background-color: rgba(255, 255, 255, 0.03); border-radius: 12px; border: 2px solid #000; box-shadow: 0 15px 35px rgba(0,0,0,0.7); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; overflow: hidden; }
.char-item:hover { transform: scale(1.03); box-shadow: 0 0 30px rgba(255,255,255,0.4), 0 20px 45px rgba(0,0,0,0.9); border-color: rgba(255,255,255,0.8); }

/* Site Footer */
.site-footer { padding: 40px; text-align: center; font-size: 15px; background-color: rgba(0,0,0,0.4); color: white; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 60px; letter-spacing: 1px; }
.char-media { width: 100%; aspect-ratio: 9/16; object-fit: cover; margin-bottom: 0; border-radius: 0; display: block; -webkit-user-drag: none; user-select: none; }
.char-item-content { padding: 15px; display: flex; flex-direction: column; flex: 1; }
.char-meta { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 10px; opacity: 0.8;}
.char-meta .char-job { font-weight: normal; }
.char-meta .char-stats { text-align: right; color: var(--color-accent); }
.char-name { font-size: 24px; font-weight: 600; margin-bottom: 15px; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0,0,0,0.6); }
.char-tags-container { display: flex; flex-wrap: wrap; gap: 6px; min-height: 22px; }
.char-imp-tags-container { display: flex; gap: 5px; margin-bottom: 8px; flex-wrap: wrap; min-height: 20px; }

/* Character Detail Page Layout */
.character-detail-container { max-width: 1200px; margin: 60px auto; padding: 40px; background-color: rgba(0, 0, 0, 0.15); border-radius: 12px; }
.back-btn { color: var(--color-accent); text-decoration: none; font-size: 16px; margin-bottom: 30px; display: inline-block; }
.back-btn:hover { text-decoration: underline; }

.char-layout { display: flex; gap: 60px; align-items: flex-start; margin-bottom: 50px; }
.char-layout-left { flex: 0 0 380px; position: relative; }
.char-layout-left .char-media { box-shadow: 0 10px 30px rgba(0,0,0,0.6); margin-bottom: 0; width: 100%; border: 1px solid #000; }
.media-wrapper { position: relative; }
.video-controls { position: absolute; top: 10px; left: 10px; display: flex; gap: 5px; background: rgba(0,0,0,0.6); padding: 5px; border-radius: 20px; backdrop-filter: blur(5px); opacity: 0; transition: opacity 0.3s; }
.media-wrapper:hover .video-controls { opacity: 1; }
.ctrl-btn { background: none; border: none; color: white; cursor: pointer; font-size: 18px; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; }
.ctrl-btn:hover { color: var(--color-accent); }

.char-layout-right { flex: 1; }
.char-info h1 { font-size: 48px; margin-bottom: 20px; font-weight: normal; letter-spacing: 2px; }
.tag-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.tag-pill { padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.2); }
.char-info-table { margin-bottom: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; background: rgba(0,0,0,0.2); padding: 20px; border-radius: 8px; border: 1px solid #000; }
.char-info-table p { margin-bottom: 0; font-size: 16px; opacity: 0.9; }

/* 3-Part Text formatting & Action Buttons */
.external-links-group { display: flex; flex-direction: column; gap: 12px; margin: 15px 0 25px 0; }
.action-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 25px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; transition: 0.3s ease; letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(5px); }
.btn-qqww { background: linear-gradient(135deg, rgba(255,105,180,0.2) 0%, rgba(95,70,117,0.5) 100%); color: #ffb6c1; border-color: rgba(255,105,180,0.3); }
.btn-qqww:hover { background: linear-gradient(135deg, rgba(255,105,180,0.4) 0%, rgba(95,70,117,0.7) 100%); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,105,180,0.2); color: white; }
.btn-notion { background: linear-gradient(90deg, rgba(0, 50, 150, 0.5) 0%, rgba(0, 100, 255, 0.2) 100%); color: #bde0ff; border-color: rgba(30, 144, 255, 0.3); text-align: center; }
.btn-notion:hover { background: linear-gradient(90deg, rgba(0, 50, 150, 0.7) 0%, rgba(0, 100, 255, 0.4) 100%); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(30, 144, 255, 0.2); color: white; }
.btn-pink { background: linear-gradient(90deg, rgba(255, 105, 180, 0.5) 0%, rgba(255, 182, 193, 0.2) 100%); color: #ffe4e1; border-color: rgba(255, 105, 180, 0.3); text-align: center; }
.btn-pink:hover { background: linear-gradient(90deg, rgba(255, 105, 180, 0.7) 0%, rgba(255, 182, 193, 0.4) 100%); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 105, 180, 0.2); color: white; }

.char-story-sections { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 30px; }
.c-short { font-size: 16px; font-style: italic; color: #ffffff; margin: 30px 0; padding-left: 20px; border-left: 4px solid #ffffff; white-space: pre-wrap; line-height: 1.8; }
.c-quote { font-size: 16px; font-style: italic; color: var(--color-accent); margin: 30px 0; padding-left: 0; text-align: center; border-left: none; white-space: pre-wrap; font-family: serif; }
.c-details { font-size: 15px; opacity: 0.8; line-height: 2; white-space: pre-wrap; }

/* Horizontal Music Player (Detail Page) */
.horizontal-music-player { background: linear-gradient(135deg, rgba(255, 105, 180, 0.3), rgba(0, 191, 255, 0.3)); border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.5); margin: 30px 0; padding: 20px; backdrop-filter: blur(10px); display: flex; flex-direction: column; gap: 15px; }
.player-controls { display: flex; align-items: center; gap: 20px; }
.player-info { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.player-playlist { border-top: 1px dashed rgba(255,255,255,0.1); padding-top: 15px; max-height: 120px; overflow-y: auto; display: flex; flex-direction: column; gap: 5px; }
.playlist-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 10px; border-radius: 6px; cursor: pointer; font-size: 14px; color: #ffffff; transition: 0.2s; background: rgba(255,255,255,0.03); border: 1px solid transparent; }
.playlist-item:hover { color: #ffffff !important; font-weight: bold; background: rgba(255,255,255,0.08) !important; }
.playlist-item.active:hover { color: #ffffff !important; font-weight: bold; background: rgba(179, 136, 255, 0.2) !important; }
.playlist-item.active { border-color: #4a0072 !important; color: #ffffff !important; font-weight: bold; background: rgba(74, 0, 114, 0.4) !important; }
.playlist-item.active .pl-title { font-style: italic; }
.playlist-item.active .cat-tag { font-style: normal !important; display: inline-block; }
.playlist-item.active .time-stamp { font-style: normal !important; color: #ffffff !important; }
.pl-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 80%; font-size: 16px; }
.pl-duration { font-size: 14px; opacity: 0.6; }
.horizontal-music-player .track-orig { font-size: 20px; font-weight: bold; }
.playlist-item::-webkit-scrollbar { width: 5px; }
.playlist-item::-webkit-scrollbar-thumb { background: var(--color-accent); border-radius: 5px; }

/* Horizontal Slider Gallery */
.gallery-slider-container { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 60px 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); }
.slider-btn { background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.2); color: white; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 16px; flex-shrink: 0; transition: 0.2s; }
.slider-btn:hover { background: var(--color-accent); color: black; }
.gallery-slider { display: flex; gap: 15px; justify-content: flex-start; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; padding: 20px 0; width: 100%; max-width: 560px; margin: 0 auto; }
.gallery-slider::-webkit-scrollbar { display: none; }
.slider-img { flex: 0 0 auto; width: 100px; height: 420px; object-fit: cover; border-radius: 6px; scroll-snap-align: start; cursor: pointer; border: 1px solid #000; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); transform-origin: center center; -webkit-user-drag: none; user-select: none; }
.slider-img:hover { transform: scale(1.15); z-index: 10; position: relative; }

/* Lyrics */
.lyrics-section { padding-top: 15px; }
.lyrics-section h3 { margin-bottom: 10px; font-weight: normal; color: var(--color-accent); font-size: 20px;}
.lyric-item { margin-bottom: 15px; border: 1px solid #000; border-radius: 8px; background: rgba(0,0,0,0.15); padding: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.lyric-song-title { font-size: 18px; color: var(--color-accent); margin-bottom: 10px; font-weight: normal; border-bottom: 1px dashed rgba(255,255,255,0.2); padding-bottom: 5px; margin-top: 0; }
.lyric-content { display: flex; gap: 30px; overflow: hidden; transition: max-height 0.4s ease; padding-left: 30px; }
.lyric-content.collapsed { max-height: 110px; position: relative; }
.lyric-content.collapsed::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30px; background: linear-gradient(transparent, rgba(30, 20, 40, 0.9)); }
.lyric-col { flex: 1; min-width: 0; box-sizing: border-box; white-space: pre-wrap; line-height: 1.6; font-size: 14px; opacity: 0.9; padding-left: 30px; }
.lyric-readmore-btn { margin-top: 15px; background: transparent; border: 1px solid #ffffff; color: #ffffff; padding: 10px 16px; border-radius: 4px; cursor: pointer; width: 100%; transition: 0.2s; font-size: 14px; }
.lyric-readmore-btn:hover { background: rgba(255, 255, 255, 0.15); }

/* Lightbox Modal */
.lightbox-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 1s ease; }
.lightbox-modal.active { opacity: 1; pointer-events: auto; }
.lightbox-modal img { max-width: 90%; max-height: 90vh; object-fit: contain; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.lightbox-close { position: absolute; top: 20px; right: 30px; background: none; border: none; color: white; font-size: 30px; cursor: pointer; opacity: 0.7; z-index: 10000; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.1); border: none; color: white; width: 50px; height: 50px; border-radius: 50%; font-size: 20px; cursor: pointer; transition: 0.2s; z-index: 10000; }
.lightbox-nav:hover { background: var(--color-accent); color: black; }
.lightbox-prev { left: 30px; }
.lightbox-next { right: 30px; }

/* Mobile Responsive */
@media (max-width: 900px) {
  .hero-wrapper { flex-direction: column; }
  .hero-left { flex: none; width: 100%; height: 300px; }
  .hero-right { align-items: center; text-align: center; }
  .characters-grid { gap: 20px; }
  .char-item { width: 100%; }
  .char-layout { flex-direction: column; gap: 30px; }
  .char-layout-left { flex: none; width: 100%; }
  .char-info-table { grid-template-columns: 1fr; }
  .lyric-content { flex-direction: column; }
  .floating-socials { bottom: 15px; right: 15px; }
  .floating-socials img { width: 30px; height: 30px; }
  .gallery-slider-container { margin: 30px 0; flex-direction: column; }
  .slider-btn { display: none; } /* Hide arrows on mobile, rely on touch swipe */
  .gallery-slider { width: 100%; padding: 10px; }
  .slider-img { width: 150px; height: 150px; }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .char-item { width: calc(50% - 20px); }
}

/* Carousel Lightbox */
.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.carousel-item {
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: scale(0.5) translate3d(0, 0, 0);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  max-height: 40vh;
  object-fit: cover;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  max-width: 90%;
}

.carousel-item.active {
  opacity: 1;
  transform: scale(1.1) translate3d(0, 0, 0);
  max-height: 80vh;
  z-index: 10;
  box-shadow: 0 10px 40px rgba(0,0,0,0.8);
  cursor: default;
  pointer-events: auto;
}

.carousel-item.m1 {
  opacity: 1;
  transform: scale(0.75) translate3d(-110%, 0, 0);
  z-index: 5;
  pointer-events: auto;
}

.carousel-item.m2 {
  opacity: 1;
  transform: scale(0.6) translate3d(-220%, 0, 0);
  z-index: 3;
  pointer-events: auto;
}

.carousel-item.p1 {
  opacity: 1;
  transform: scale(0.75) translate3d(110%, 0, 0);
  z-index: 5;
  pointer-events: auto;
}

.carousel-item.p2 {
  opacity: 1;
  transform: scale(0.6) translate3d(220%, 0, 0);
  z-index: 3;
  pointer-events: auto;
}

/* Hide the default Google Translate widgets and top banner */
#google_translate_element, .skiptranslate, iframe.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}
.goog-te-gadget {
  display: none !important;
}
.goog-te-spinner-pos {
  display: none !important;
}
iframe[id*="translate"] {
  display: none !important;
}
