 /* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
  border: thin #DEC861 solid;
  color: #4a1a4a;
  line-height: 1.6;
}
#wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px 50px;
}
 #wrapper ul {
  padding-left: 1.2rem;
  list-style-position: outside;
  text-align: left;
}
.header {
  background: linear-gradient(135deg, #FFD9FF, #FFFFFF);
  padding: 25px 15px;
  border-radius: 12px;
  text-align: center;
  color: #CC0066;
  margin-bottom: 25px;
  border: thin #DEC861 solid;
}
.header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.header p {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
}
 .search-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.search-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #EC4899;
}
#siteSearch {
  width: 100%;
  padding: 14px 16px 14px 50px;
  border: 2px solid #EC4899;
  border-radius: 9999px;
  font-size: 18px;
  outline: none;
  transition: box-shadow 0.3s ease;
}
#siteSearch:focus {
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.3);
}
#suggestions {
  margin-top: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
  list-style: none;
  padding: 0;
}
#linkContainer {
  margin: 20px auto;
  max-width: 600px;
}
#pagination {
  text-align: center;
  margin-top: 20px;
}
.navbar {
  background: linear-gradient(to left, hsl(331, 91%, 42%), #ec008c, #fedafe);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 10px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(107, 9, 85, 0.3);
  margin-bottom: 25px;
  border: thin #DEC861 solid;
}
.navbar a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navbar a:hover,
.navbar a:focus {
  background-color: #CC0066;
  color: #f7b733;
  outline: none;
}
.container {
  margin: 0 auto 40px;
  text-align: center;
}
.container h3:hover {
  color: #FF00FF;
}
.container h2:hover {
  color: #FF00FF;
}
.video-container iframe {
  width: 100%;
  max-width: 700px;
  height: 360px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(247, 183, 51, 0.3);
  display: block;
  margin: 0 auto;
}
.video-container p {
  text-align: center;
}
.whatsapp-contact {
  margin: 20px 0;
  text-align: center;
}
.whatsapp-contact a {
  background: #25d366;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0 3px 12px rgba(37, 211, 102, 0.6);
  transition: background-color 0.3s ease;
}
.whatsapp-contact a:hover {
  background: #1da851;
}
.whatsapp-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
}
.whatsapp-button:hover { 
    background-color: #1ebe5d;
 }
 h2 {
  font-size: 1.8em;  /* Bigger than h3 */
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #CC0066; 
  border: thin #DEC861 solid;
}
h3 {
  font-size: 1.4em;  /* Smaller than h2 */
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.4em;
  color: #CC0066;
  border: thin #DEC861 solid;
}
h4 {
  font-size: 1.1rem;
  color: #CC0066;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  padding-left: 0.6rem;
  border: thin #DEC861 solid;
}
p {
  max-width: 100%;
  margin: 10px auto 0 auto;
  font-size: 1.05rem;
  font-weight: 500;
  color: #4a1a4a;
  text-align: left;
}
.anchor-links {
  background-color: #fff;
  border: 2px solid #e9d8c6;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(191, 168, 128, 0.1);
}
.anchor-links a {
  margin: 0 1rem;
  color: #7c5e3b;
  text-decoration: none;
  font-weight: bold;
}
.anchor-links a:hover {
  text-decoration: underline;
  color: #bfa880;
}
.massage-thumb {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  margin: 40px 0;
  padding: 0 10px;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
  gap: 30px;
  padding: 20px;
}
.region-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.region-column li {
  margin: 8px 0;
  font-weight: 600;
  color: #6b0955;
}
.region-column li a {
  text-decoration: none;
  color: #b75d95;
  transition: color 0.3s ease;
}
.region-column li a:hover {
  color: #f7b733;
}
.daily-update {
  padding: 20px;
}
.daily-update h2 {
  text-align: center;
  color: #d63384;
}
.daily-update p,
.daily-update ul {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
}
.text-rotator {
  text-align: center;
  padding: 10px;
  color: #6b0955;
}
.text-rotator p {
    text-align: center;
}
.hero-banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide.active {
  opacity: 1;
}
.footer {
  background-color: white;
  border: thin #DEC861 solid;
  color: #d63384;
  text-align: center;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  clear: both;
}
.footer-links {
  margin-bottom: 15px;
}
.footer-link {
  margin: 0 10px;
  color: #d63384;
  text-decoration: none;
  font-weight: bold;
}
.footer-link:hover {
  text-decoration: underline;
}
footer {
  position: relative;
  bottom: auto;
  top: auto;
}
.footer p {
  text-align: center;
}
:root {
  --primary-color: #CC0066;
  --accent-color: #f7b733;
  --text-color: #4a1a4a;
  --background-color: #fff;
}
.backtotop {
  margin-top: 10px;
}
.backtotop button {
  background-color: white;
  color: #d63384;
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid gold;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.backtotop button:focus {
  outline: 2px solid #d63384;
  outline-offset: 4px;
}
.backtotop button:hover {
  background-color: #f1e5f3; /* Light hover effect */
}
@media (max-width: 768px) {
  .header h1 {
    font-size: 2rem;
  }
  .navbar {
    justify-content: center;
  }
  .container {
    max-width: 100%;
  }
  .row {
    grid-template-columns: 1fr 1fr;
  }
}
 @media (max-width: 480px) {
  .row {
    grid-template-columns: 1fr;
  }
  .navbar a {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  p {
    font-size: 0.95rem;
  }
  @media (max-width: 1024px) {
  .massage-card {
    flex: 1 1 calc(50% - 1.5rem);
  }
}
@media (max-width: 600px) {
  .massage-card {
    flex: 1 1 100%;
  }
}
}