body {
	background: linear-gradient(to bottom right, #eafaf1, #ffffff);
  color: #2e4d43;
  font-family: "Sarabun", Tahoma, Arial, Verdana;
  font-size:1em;
  letter-spacing: 1px;
}
img{max-width:100%;height:auto}
.author-avatar{width:48px;height:48px;max-width:none;object-fit:cover}
.horo-top{
  background-color:rgba(0,0,0,0.4);
}
.horo-top a{font-size:.9em;}
.horo-top h1{font-size: .9rem;margin-bottom:0;}
.horo-body{
  max-width:800px;
  margin:0px auto;
  padding-bottom:40px;
}
.horo-body-card{
	background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem .5rem;
	box-shadow: 0 6px 20px rgba(0, 128, 96, 0.1);
	border: 1px solid #c8ead8;
}
#top-nav{scrollbar-width:none;-ms-overflow-style:none;padding:auto 10px;border-bottom:2px solid #c7f2cd;-webkit-overflow-scrolling:touch}
#top-nav::-webkit-scrollbar{display:none;}
#top-nav .container{max-width:800px;}
#top-nav img {border:3px solid #c7f2cd;border-radius:50%;}
#top-nav img:hover{transition: transform 0.2s ease;}
.horo-header{
	background-color:#d2f2e3;
	color:#3f7c72;
	border-bottom:2px solid #c7f2cd;
}
.horo-nav{
	background-color:#fff;
}
.horo-menu{
  width:200px;
}
.mwide-500 {
	max-width: 500px;
}

.caption-style-1 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	.caption-style-1 li {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	}
	.caption-style-1 li:hover .caption {
	opacity: 1;
	}
	.caption-style-1 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	}
	.caption-style-1 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	}
	.caption-style-1 .blur {
	background-color: rgba(0,0,0,0.65);
	height: 300px;
	width: 400px;
	z-index: 5;
	position: absolute;
	}
	.caption-style-1 .caption-text h1 {
	text-transform: uppercase;
	font-size: 24px;
	}
	.caption-style-1 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
	top: 100px;
}
a{color:#007C7C;}
.bg-gold{background-color:#ffd943;}
.btn.bg-gold:hover{background-color:#c3aa4b;}
.bg-pink{background-color:#f274b8;}
.bg-dark-pink{background-color:#d52182;}
.bg-lightgreen{background-color:#eafaf1;}
.bg-purple{background-color:#2a132d;background-color: rgba(42, 19, 45,var(--bs-bg-opacity)) !important;}
.btn.bg-pink{color:#5c022a;font-weight:600;}
.btn.bg-pink:hover{background-color:#ec53a3;}
.btn.bg-dark-pink:hover{background-color:#bb0f6c;color:#ffffff;}
.btn.btn-success{background-color:#06975d;color:#ffffff;}
.btn.btn-success:hover{background-color:#069e61;color:#ffffff;}
.border-purple{border-color:#250b48;}
.package-ribbon{background-color:#d52182;width:100%;text-align:center;color:#ffffff;padding:4px 0;margin:10px 0;font-size:.85em;}
.card-package-detail{font-size:.95em;}
.text-smallest{font-size:.7em;}
.text-body-tertiary{color:#798c8c !important;}
hr{border-top: 6px solid #A0D7D0;margin: 50px auto;width:80%;opacity:1;}
h2, h3, h4 {color: #246b5f !important;}
.badge-kaidee {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #fe2b28;
	padding: 4px 20px;
	border-radius: 10px 0 0 10px;
}
.badge-kaidee:after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #8b0907;
	content: '';
}
#delay-pane{
  transition: opacity 3s ease-in;
}
#horo-result{
  opacity: 0;
  transition: opacity 3s ease-in;
}
/* HIDE RADIO */
.tarot-select[type=radio], .tarot-select[type=checkbox] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* IMAGE STYLES */
.tarot-select[type=radio] + img, .tarot-select[type=checkbox] + img {
  cursor: pointer;
  opacity:0.5;
}
/* CHECKED STYLES */
.tarot-select[type=radio]:checked + img, .tarot-select[type=checkbox]:checked + img {
  opacity:1;
  box-shadow: 0 0 10px 6px #48abe0;
}
.cta-box{
	background: #d2f2e3;
  border: 2px dashed #a0e3c2;
  padding: 2.5rem 1rem;
  border-radius: 18px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cta-box h3 {
  color: #2d5f52;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
	font-weight:bold;
}
.btn-cta{
	background-color: #c7f2cd;
  color: #2d4f46;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(0, 128, 96, 0.15);
  transition: all 0.2s ease;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}
@media (max-width: 768px) {
  .btn-pulse {
    animation: pulse 1.8s infinite ease-in-out;
  }
}
/* Small screens tweaks */
@media (max-width: 575.98px) {
  .horo-top h1{font-size:1.2rem}
  .home-benefits{grid-template-columns:1fr;padding:0 16px}
  .home-benefit-item{flex-direction:column;align-items:flex-start}
  .home-benefit-emoji{margin-bottom:4px}
  hr{width:90%;margin:30px auto}
}
@media (min-width: 576px) and (max-width: 767.98px){
  .home-benefits{grid-template-columns:repeat(2,1fr)}
}
@media screen and (min-width: 768px) {
	.horo-top h1{font-size: 1.4rem;}
  body{font-size:1.2em;}
  .horo-top a{font-size:1em;}
  .card-package-detail{font-size:.8em;}
	.horo-body-card{padding:2.5rem;}
}

/* Home: hero */
.home-hero{
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 18px 8px;
}
.home-hero-inner{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: radial-gradient(1200px 300px at top left, #d2f2e3, transparent),
              radial-gradient(1000px 260px at bottom right, #eafaf1, transparent);
  border: 1px solid #c8ead8;
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: 0 10px 28px rgba(0,128,96,.10);
}
.home-hero-title{
  color: #1f5b4f !important;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}
.home-hero-subtitle{
  color: #4b7066;
  margin: 0 0 18px;
}
.home-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary-cta{
  background: linear-gradient(180deg, #c7f2cd, #aeeec0);
  color: #1c4e45;
  border-radius: 999px;
  padding: .9rem 1.6rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0,128,96,.20);
}
.btn-primary-cta:hover{filter:brightness(0.98);transform:translateY(-1px)}
.btn-secondary-cta{
  background: #ffffff;
  color: #2e4d43;
  border: 1px solid #c8ead8;
  border-radius: 999px;
  padding: .9rem 1.4rem;
  font-weight: 700;
}
.home-hero-visual img{
  border-radius: 16px;
  border: 4px solid #c7f2cd;
  box-shadow: 0 8px 20px rgba(0,128,96,.15);
}

/* Home: benefits */
.home-benefits{
  max-width: 920px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.home-benefit-item{
  background: #ffffff;
  border: 1px solid #d6efe2;
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-benefit-emoji{font-size: 20px}
.home-benefit-text{color:#2e5f54;font-weight:700}

/* Home: services */
.home-services{
  max-width: 920px;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0 16px;
}
.home-service-card{
  background: #ffffff;
  border: 1px solid #cfeadf;
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,128,96,.08);
}
.home-service-card img{border-radius:12px;border:3px solid #c7f2cd;margin-bottom:10px}
.home-service-title{font-weight:800;color:#1f5b4f}
.home-service-desc{color:#4b7066;margin:6px auto 12px;max-width:520px}
.btn-sm-cta{padding:.6rem 1.2rem;border-radius:999px;font-weight:800}
.btn-outline-cta{background:#fff;color:#2d4f46;border:1px solid #a0e3c2}

@media screen and (min-width: 768px){
  .home-hero-inner{grid-template-columns: 1.4fr .6fr;align-items: center;padding:34px 30px}
  .home-hero-title{font-size:2.2rem}
  .home-services{grid-template-columns: 1fr 1fr}
}
blockquote.blockquote{position:relative;font-weight:500;background:#e7f6ee;border-radius:8px;padding:1.5rem 2rem;margin:2rem 0;line-height:1.7;color:#388869;font-size:1.2em;text-align:center;box-shadow:0 2px 10px rgba(0, 0, 0, 0.04);}
blockquote.blockquote::before,blockquote.blockquote::after{position:absolute;color:#51a685;font-size:2.5rem;font-weight:700;line-height:1;font-family:"Georgia",serif;}
blockquote.blockquote::before{content:"“";top:5px;left:12px;}
blockquote.blockquote::after{content:"”";bottom:-10px;right: 12px;}
blockquote.blockquote p {margin:0;display:inline-block;}
