.content-two-column {
  display: flex;
  gap: 20px;
  max-width: 1240px;
  margin: 40px auto;
  align-items: flex-start;
}

.new-update-wrapper {
  flex: 1.2;
  max-width: 40%;
  background: #000;
  border: 2px solid #ff4d4d;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255,0,0,0.4);
  padding: 10px;
}

.new-update-wrapper h2 {
  font-size: 15px;
  text-align: center;
  color: #ff4d4d;
  margin-bottom: 10px;
  border-bottom: 1px solid #ff4d4d;
  padding-bottom: 4px;
}

.top-featured-wrapper {
  flex: 4;
  max-width: 80%;
  background: #111;
  border: 2px solid #ff4d4d;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255,0,0,0.4);
  padding: 10px;
}

.top-featured-wrapper h2 {
  font-size: 18px;
  text-align: center;
  color: #ff4d4d;
  margin-bottom: 10px;
  border-bottom: 1px solid #ff4d4d;
  padding-bottom: 4px;
}

.vertical-slider-box {
  height: 3500px;
  overflow: hidden;
  position: relative;
  border: 2px solid #ff4d4d;
  border-radius: 8px;
  background: #111;
}

.vertical-slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: scrollUp 95s linear infinite;
}

.vertical-slider:hover {
  animation-play-state: paused;
}

.vslide-card {
  border: 1px solid #ff6600;
  border-radius: 6px;
  background: #1a1a1a;
  overflow: hidden;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.vslide-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255,77,77,0.7);
}

.vslide-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

.vslide-info {
  padding: 6px;
}

.vslide-info h3 {
  font-size: 13px;
  margin: 4px 0;
  color: #ff6b81;
}

.vslide-info .area {
  font-size: 11px;
  color: #ccc;
}

.vslide-info .price {
  font-size: 11px;
  color: gold;
  margin-top: 3px;
}

@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 10px 0;
}

.vslide-card {
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.vslide-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(255,77,77,0.8);
  filter: brightness(1.1);
}

.vslide-card:active {
  transform: scale(0.97);
  filter: brightness(0.95);
  box-shadow: 0 0 10px rgba(255,77,77,0.6);
}

body {
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  margin: 0;
}

.main-frame {
  max-width: 1200px;
  margin: 0 auto;
  border: 3px solid gold;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255,215,0,0.3);
  overflow: hidden;
  padding-bottom: 20px;
  background: #111;
}

.header {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav {
  background: #111;
  border-bottom: 2px solid #ff4d4d;
}

.top-nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.top-nav .logo span:first-child {
  color: #ff4d4d !important;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 0 6px rgba(255,77,77,0.8);
}

.search-box {
  display: flex;
  gap: 8px;
}

.search-box input {
  width: 180px;
  background: #333;
  border: none;
  border-radius: 3px;
  padding: 6px 10px;
  color: #fff;
}

.search-box button {
  background: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 12px;
}

.search-box button:hover {
  background: #ff3333;
}

.color-menu {
  background: #111;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.color-menu .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.color-menu a {
  flex: 1;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  transition: 0.3s;
}

.color-menu a:hover {
  opacity: .85;
}

.showcase {
  max-width: 1240px;
  margin: 45px auto 20px auto;
  border: 3px solid #ff0000;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 0 20px rgba(255,0,0,0.25);
  padding: 10px 10px 30px 10px;
}

.pm-carousel-wrap {
  background: #111;
  border-bottom: 2px solid #ff4d4d;
  border-top: 2px solid #ff4d4d;
  padding: 20px 0;
}

.pm-carousel {
  position: relative;
  overflow: hidden;
  max-width: 1210px;
  margin: 0 auto;
}

.pm-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  transition: transform .45s ease;
}

.pm-card {
  flex: 0 0 220px;
  background: #1a1a1a;
  border: 2px solid #ff4d4d;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  animation: pmGlow 8s linear infinite;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.pm-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.pm-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255,77,77,0.7);
}

.pm-card:hover img {
  transform: scale(1.08);
  cursor: pointer;
}

.pm-badge {
  position: absolute;
  top: 10px;
  left: -35px;
  transform: rotate(-45deg);
  background: #ffae00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 40px;
  text-shadow: 0 0 3px rgba(0,0,0,.6);
}

.pm-play {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffcc00;
  color: #000;
  font-weight: bold;
}

.pm-info {
  background: #000;
  border-top: 1px solid #333;
  padding: 10px;
  text-align: center;
}

.pm-info h3 {
  margin: 4px 0 6px;
  font-size: 16px;
  color: #ff6b81;
}

.pm-info p {
  margin: 2px 0;
  font-size: 13px;
  color: #ccc;
}

.pm-info .price {
  color: gold;
  font-weight: bold;
}

.area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
  margin: 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.area span.lower {
  text-transform: lowercase;
  font-weight: normal;
}

.area.central {
  background: linear-gradient(90deg,#ff0000,#a00040);
}

.area.east {
  background: linear-gradient(90deg,#ffcc00,#e6a300);
  color: #000;
}

.area.geylang {
  background: linear-gradient(90deg,#a377d6,#864ec7);
}

.area.north {
  background: linear-gradient(90deg,#00c000,#007a00);
}

.area.west {
  background: linear-gradient(90deg,#0099ff,#0050cc);
}

.area.massage {
  background: linear-gradient(90deg,#a617b3);
}

.pm-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(255,77,77,.65);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  transition: opacity .25s;
}

.pm-carousel:hover .pm-btn {
  opacity: 1;
}

.pm-prev {
  left: 6px;
}

.pm-next {
  right: 6px;
}

.pm-btn:hover {
  background: #ff4d4d;
}

@keyframes pmGlow {
  0%   { border-color:#ff0000; box-shadow:0 0 10px #ff0000; }
  25%  { border-color:#00ffff; box-shadow:0 0 15px #00ffff; }
  50%  { border-color:#ff00ff; box-shadow:0 0 15px #ff00ff; }
  75%  { border-color:#ffd700; box-shadow:0 0 15px #ffd700; }
  100% { border-color:#ff0000; box-shadow:0 0 10px #ff0000; }
}

h2 {
  color: #ff4d4d;
  font-size: 22px;
  border-bottom: 2px solid #ff4d4d;
  padding-bottom: 5px;
  margin: 20px auto;
  max-width: 1200px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

a.card {
  background: #1a1a1a;
  border: 2px solid #ff4d4d;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  animation: pmGlow 8s linear infinite;
  transition: transform .3s ease;
}

a.card:hover {
  transform: scale(1.05);
}

a.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.badge {
  position: absolute;
  top: 10px;
  left: -35px;
  transform: rotate(-45deg);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 40px;
  text-shadow: 0 0 3px rgba(0,0,0,.6);
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

.badge.new {
  background: #6a1b9a;
}

.badge.hot {
  background: #ff3333;
}

.badge.featured {
  background: #ffae00;
}

.badge.top {
  background: #0099ff;
}

.card-info {
  padding: 10px;
  text-align: center;
}

.card-info h3 {
  color:#ff6b81;
  font-size:18px;
  margin:8px 0;
}

.card-info p {
  color:#ccc;
  font-size:14px;
  margin:3px 0;
}

.price {
  color: gold;
  font-weight: bold;
  font-size: 15px;
}

footer {
  text-align: center;
  color: #888;
  border-top: 1px solid #333;
  padding: 15px;
  margin-top: 30px;
}
