/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.13.6
*/

@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

#content p, #content li {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 112%;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.footer-map iframe {
  width: 100%;
  max-width: 600px;
  height: 250px;
  border: none;
}

.zoom-text {
  display: inline-block;
  animation: zoomInOut 1s ease-in-out infinite;
  color: #e0218a; 
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.banner-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
}

.banner-description {
  font-size: 1rem;
  color: #f1f1f1;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}

@keyframes alarmZoom {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.15);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.15);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.alarm-button {
  display: inline-block;
  animation: alarmZoom 2s ease-in-out infinite;
}
.promo-container {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
  max-width: 1000px;
  margin: 40px auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.promo-image {
  flex: 1 1 40%;
  background: url('https://lantavafix.com/wp-content/uploads/2025/05/LINE_ALBUM_กายภาพ_250423_5.jpg') center/cover no-repeat;
  min-height: 360px;
  position: relative;
}

.promo-text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.promo-content {
  flex: 1 1 60%;
  background: linear-gradient(to bottom, #f9fcfe, #eaf0f5);
  padding: 30px;
}

.promo-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
}

.promo-content p {
  margin-bottom: 10px;
}

.promo-table {
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
}

.promo-table td {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.promo-table tr:last-child td {
  border-bottom: none;
}

.promo-price {
  text-align: right;
  color: #e65c00;
  font-weight: bold;
}

@media (max-width: 768px) {
  .promo-container {
    flex-direction: column;
  }

  .promo-image,
  .promo-content {
    flex: 1 1 100%;
  }

  .promo-text-overlay {
    font-size: 1rem;
    bottom: 10px;
    left: 10px;
  }

  .promo-content {
    padding: 20px;
  }

  .promo-content h2 {
    font-size: 1.5rem;
  }
}
.am-lite-footer {
    display: none !important;
}


.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1000px;
}

.service-card {
  flex: 1 1 280px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.service-icon {
  font-size: 2.5rem;
  color: #e5278f;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 1.3rem;
  color: #002b54;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}


.highlight-title {
  text-align: center;
  color: #e5278f;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}


@media (max-width: 768px) {
  .service-card {
    flex: 1 1 100%;
  }

  .highlight-title {
    font-size: 1.6rem;
  }
}


.intro-container {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
  max-width: 1000px;
  margin: 40px auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.intro-image {
  flex: 1 1 40%;
  background-image: url('https://lantavafix.com/wp-content/uploads/2025/05/S__50659349-scaled.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 360px;
  position: relative;
}


.intro-text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.intro-content {
  flex: 1 1 60%;
  background: linear-gradient(to bottom, #f9fcfe, #eaf0f5);
  padding: 30px;
}

.intro-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
}

.intro-content p {
  margin-bottom: 10px;
}

.intro-table {
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
}

.intro-table td {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.intro-table tr:last-child td {
  border-bottom: none;
}

.intro-price {
  text-align: right;
  color: #e65c00;
  font-weight: bold;
}


@media (max-width: 768px) {
  .intro-container {
    flex-direction: column;
  }

  .intro-image,
  .intro-content {
    flex: 1 1 100%;
  }

  .intro-text-overlay {
    font-size: 1rem;
    bottom: 10px;
    left: 10px;
  }

  .intro-content {
    padding: 20px;
  }

  .intro-content h2 {
    font-size: 1.5rem;
  }
}

.profile-container {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
  max-width: 1000px;
  margin: 40px auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.profile-image {
  flex: 1 1 40%;
  background-image: url('https://lantavafix.com/wp-content/uploads/2025/05/B1E8158B-BA5A-49AD-BB6B-1A28310DE7CF-scaled.jpg'); 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 360px;
  position: relative;
}

.profile-text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.profile-content {
  flex: 1 1 60%;
  background: linear-gradient(to bottom, #fdfefe, #edf3f8);
  padding: 30px;
}

.profile-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
}

.profile-content p {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
  }

  .profile-image,
  .profile-content {
    flex: 1 1 100%;
  }

  .profile-text-overlay {
    font-size: 1rem;
    bottom: 10px;
    left: 10px;
  }

  .profile-content {
    padding: 20px;
  }

  .profile-content h2 {
    font-size: 1.5rem;
  }
}


.fee-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.fee-table th,
.fee-table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 0.95rem;
}

.fee-table thead {
  background-color: #fce4f1;
}

.highlight {
  color: #e5278f;
  font-weight: bold;
}

.best-value {
  background-color: #fff0fa;
}

.tag {
  display: inline-block;
  background-color: #e5278f;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 4px;
}


.fee-wrapper {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.fee-wrapper h2 {
  text-align: center;
  color: #e5278f;
  font-size: 2rem;
  margin: 40px 0 20px;
}

.fee-wrapper p {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}


.cta-button.small {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  background-color: #e5278f;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1.2;
  margin: 6px 8px;
  vertical-align: middle;
}

.cta-button.small.green {
  background-color: #2e7d32;
}

.cta-button.small.gray {
  background-color: #555;
}

.cta-button.small.pink {
  background-color: #e5278f;
}

.cta-button.small.map::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-icons-png.flaticon.com/512/684/684908.png') no-repeat center center;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}


@media (max-width: 600px) {
  .fee-wrapper {
    padding: 16px;
  }

  .fee-wrapper h2 {
    font-size: 1.5rem;
  }

  .fee-wrapper p {
    font-size: 0.85rem;
  }

  .fee-table th,
  .fee-table td {
    font-size: 0.85rem;
    padding: 8px;
  }

  .cta-button.small {
    display: inline-block;
    width: auto;
    margin: 8px auto;
    text-align: center;
  }
}
.steps-infographic {
  max-width: 960px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', sans-serif;
}

.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards;
}

.step:nth-child(1) { animation-delay: 0.2s; }
.step:nth-child(2) { animation-delay: 0.4s; }
.step:nth-child(3) { animation-delay: 0.6s; }
.step:nth-child(4) { animation-delay: 0.8s; }

.circle {
  width: 50px;
  height: 50px;
  background: #e5278f;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.step-content h4 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  color: #333;
}

.step-content p {
  margin: 0 0 10px;
  color: #666;
  font-size: 0.95rem;
}

.step-content {
  text-align: left;
}

.cta-button.small {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 6px;
}

.cta-button.small.pink {
  background-color: #e5278f;
}

.cta-button.small.green {
  background-color: #2e7d32;
}

.cta-button.small.gray {
  background-color: #555;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes snoozePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(229, 39, 143, 0.2);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 0 18px rgba(229, 39, 143, 0.4);
  }
}

@keyframes glowPulse {
  0%, 100% {
    text-shadow: 0 0 5px #e5278f, 0 0 10px #e5278f;
  }
  50% {
    text-shadow: 0 0 15px #ff71c8, 0 0 25px #ff71c8;
  }
}

@media (max-width: 600px) {
  .step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .circle {
    margin: 0 auto 12px auto;
  }

  .step-content {
    text-align: center;
  }

  .step::before,
  .step::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.snooze-button {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 14px;
  background-color: #e5278f;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  animation: snoozePulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(229, 39, 143, 0.2);
  transition: transform 0.3s;
}


.snooze-button:hover {
  transform: scale(1.05);
  background-color: #e5278f;
}

.text-banner {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  max-width: 90%;
  margin: 12px auto;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.text-banner h2 {
  color: #FFF;
  font-size: 1.5rem;
  margin-bottom: 10px;
  animation: glowPulse 2.5s ease-in-out infinite;
}

.text-banner p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 6px 0;
}


@keyframes glowPulse {
  0%, 100% {
    text-shadow: 0 0 5px #e5278f, 0 0 10px #e5278f;
  }
  50% {
    text-shadow: 0 0 15px #ff71c8, 0 0 25px #ff71c8;
  }
}

@keyframes snoozePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(229, 39, 143, 0.2);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 0 18px rgba(229, 39, 143, 0.4);
  }
}

.pc-banner {
  max-width: 900px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.pc-banner .banner-title {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 16px;
  animation: glowPulse 2.5s ease-in-out infinite;
  font-weight: 700;
}

.pc-banner .banner-description {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

.snooze-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #e5278f;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  animation: snoozePulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(229, 39, 143, 0.2);
  transition: transform 0.3s;
}

.snooze-button:hover {
  transform: scale(1.05);
  background-color: #e5278f;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 40px auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.card-box {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .card-box {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .card-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.card-box {
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.card-box:hover {
  transform: translateY(-5px);
}

.card-box img {
  width: 100%;
  height: auto;
}

.card-title {
  background-color: #e21a8c;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  font-size: 1.1rem;
}

.card-desc {
  padding: 15px;
  font-size: 0.95rem;
  color: #333;
  flex-grow: 1;
}

.card-link {
  padding: 10px;
  font-size: 0.85rem;
  color: #e21a8c;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
}


@media (max-width: 991px) {
  .card-box {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}


@media (max-width: 600px) {
  .card-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.faq-accordion-pure {
  max-width: 800px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

.faq-accordion-pure details {
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion-pure summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #e5278f;
  color: white;
  border-radius: 10px;
  position: relative;
  list-style: none;
}

.faq-accordion-pure summary::-webkit-details-marker {
  display: none;
}

.faq-accordion-pure summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 1.2rem;
}

.faq-accordion-pure details[open] summary::after {
  content: "−";
}

.faq-accordion-pure .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-accordion-pure details[open] .faq-content {
  max-height: 1000px;
}

.faq-accordion-pure p {
  margin: 0;
  padding: 18px 22px;
  font-size: 0.95rem;
  background-color: #fdf0f7;
  border-top: 1px solid #f1d1e5;
}

.ltv-section-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.ltv-section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.ltv-section-underline {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffffff;
  margin: 8px auto 0;
  border-radius: 2px;
}

.ltv-nav {
  text-align: center;
  margin-top: 20px;
}

.ltv-nav-button {
  background: #e5278f;
  border: none;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ltv-card {
    flex: 0 0 100%;
  }
}

.ltv-info-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 24px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #f6fafe, #ffffff);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.ltv-info-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a3d6d;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ltv-info-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
}

.ltv-info-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #f6fafe, #ffffff);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

.ltv-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.ltv-info-image {
  flex: 1 1 300px;
  text-align: center;
}

.ltv-info-image img {
  max-width: 100%;
  height: auto;
}

.ltv-info-content {
  flex: 1 1 0;
  min-width: 280px;
}

.ltv-info-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a3d6d;
  line-height: 1.4;
  margin-bottom: 16px;
}

.ltv-info-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ltv-info-inline {
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(to bottom, #f6fafe, #ffffff);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.ltv-info-icon {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  margin-top: 6px;
}

.ltv-info-textbox {
  flex: 1;
}

.ltv-info-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a3d6d;
  margin-bottom: 16px;
  line-height: 1.4;
}

.ltv-info-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 24px;
}
.ltv-hero-row {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
}

.ltv-hero-image {
  flex: 1 1 45%;
  text-align: center;
}

.ltv-hero-image img {
  max-width: 100%;
  height: auto;
}

.ltv-hero-box {
  flex: 1 1 50%;
  background: linear-gradient(to bottom, #f6fafe, #ffffff);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.ltv-hero-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e5278f;
  margin-bottom: 20px;
  line-height: 1.4;
}

.ltv-hero-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
}

.ltv-pink-button {
  display: inline-block;
  background-color: #e5278f;
  color: #fff;
  font-weight: bold;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}

.ltv-pink-button:hover {
  background-color: #c41e77;
}


@media (max-width: 768px) {
  .ltv-hero-row {
    flex-direction: column;
    text-align: center;
  }

  .ltv-hero-box {
    margin-top: 20px;
  }
}

.ltv-info-title {
  font-size: 2rem;
  font-weight: 700;
  color: #e5278f;
  margin-bottom: 16px;
  line-height: 1.4;
}

.ltv-info-lead {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #444;
  line-height: 1.6;
}

.ltv-info-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #e5278f;
  margin: 10px 0 20px;
}

.ltv-info-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

.ltv-pink-button {
  background-color: #e5278f;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.ltv-pink-button:hover {
  background-color: #c41e75;
}

@media (max-width: 768px) {
  

  .ltv-info-title {
    font-size: 1.5rem;
  }

  .ltv-info-subtitle {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 48em) {



}

/**
 * Color 
 **/

.dark-blue { color: #004173; }
.red { color: #ffda00; }
.yellow { color: #be0c0f; }
.blue { color: #2ca9e2; }

.box-text { font-size: 1em; }
   

.radius-4 .col-inner { border-radius: 4px !important; overflow: hidden; }
.radius-4 .col-inner .box-image { border-bottom: 1px solid #eee; }
.radius-5 .col-inner { border-radius: 5px !important; overflow: hidden; }
.radius-5 .col-inner .box-image { border-bottom: 1px solid #eee; }
.radius-5.slider .box-blog-post img { border-radius: 5px !important; overflow: hidden; }

.fac-icons { margin: 0; display: flex; list-style: none; flex-wrap: nowrap; justify-content: center; }
.fac-icons li { margin: 0 0 0 !important; width: 12.5%; }
.fac-icons li img { margin-bottom: 15px; padding: 20px; width: 84%; border: 8px solid #eee; border-radius: 100%; }
.fac-icons li strong { display: block; }
@media only screen and (max-width: 48em) {
 .fac-icons { flex-wrap: wrap; }
 .fac-icons li{ padding-bottom: 15px; width: 33.33%; }
}


.flickity-page-dots { }
.flickity-page-dots .dot { margin: 0 6px; height: 20px; width: 7px; transform: rotate(-20deg); border-radius: 24px; }
.flickity-page-dots .dot.is-selected { border-color: #2ca9e2; background: #2ca9e2 !important; }


.sitemap-row { }
.sitemap-row h4 { margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.3); }
.sitemap-row ul { }
.sitemap-row ul li { font-size: 92%; line-height: 1.4em; }

.absolute-footer { padding-top: 0; }
.absolute-footer .container .footer-primary { padding-top: 15px; display: block; width: 100%; border-top: 1px solid rgba(255,255,255,.3); }

.custom-footer .bg { background: url(images/sitemap-bg.jpg) bottom right no-repeat; background-size: 70% auto !important; }

#content p,
#content li { font-family: "Sarabun", sans-serif; font-weight: 400; font-style: normal; font-size: 112%; }

#content .nav-wrapper { padding: 7px 15px; background-color: #f7f7f7; }
#content .nav-wrapper ul { padding-top: 7.5px; padding-bottom: 7.5px; border-radius: 4px; }
#content .nav-wrapper ul li { border: 0; }
#content .nav-wrapper ul li a { padding: 7.5px 7.5px 7.5px 7.5px; font-size: 90%; color: #222; }
#content .nav-wrapper ul li.active a { color: #004173; }

.fac-gallery {}
.fac-gallery .gallery-col .box-image { padding: 20px; border-radius: 100px; border: 8px solid #eee; }
.fac-gallery .gallery-col .box-text { text-align: center; color: #222; }
.fac-gallery .flickity-page-dots .dot { margin: 0 4px; height: 7px; width: 7px; }
.fac-gallery .flickity-page-dots .dot.is-selected { border-color: #2ca9e2; background: #2ca9e2 !important; }


.blue-hilight { }
.blue-hilight { background-color: #1e73be; border-radius: 5px; }
.blue-hilight .col-inner h3 { color: #fff; }


.single-post {}
.single-post #content .entry-content p { font-size: 96%; }


.tax-procurement-cat #main, 
.post-type-archive-procurement #main { padding-bottom: 30px; }


.procurement-card { border: 1px solid #bbb; border-radius: 5px; overflow: hidden; }
.procurement-card .cat { margin-bottom: 0; padding: 7px 15px; font-size: 130%; color: #fff; text-align: center; }
.procurement-card h4 { padding: 15px 15px; font-size: 100%; text-align: center; color: #222; min-height: 135px; }
.procurement-card .date { padding: 7px 15px;  text-align: center; font-size: 80%; background-color: #eee; }

.procurement-cat-9 .cat { background-color: #25A9E0; }
.procurement-cat-10 .cat { background-color: #3B71B8; }
.procurement-cat-11 .cat { background-color: #9390C4; }

.procurement-table tr td:first-child,
.procurement-table tr td:last-child{ white-space: nowrap; }

.header .header-wrapper:not(.stuck),
.slider-wrapper.shadow { box-shadow: 0px 5px 5px rgba(0,0,0,.3); }


.procurement-title-links { display: flex; }
.procurement-title-links a { font-size: 60%; }
.procurement-title-container i { font-style: normal; font-size: 90%; }


.home .mtsc_breadcrumb { display: none; }

.post-item .box .box-text .button.is-outline { color: #004173; border-color: #004173; }
.post-item .box .box-text .button.is-outline:hover { color: #fff; }



/* === Updated ltv-info-row layout === */
.ltv-info-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  font-family: 'Segoe UI', sans-serif;
}

.ltv-info-image {
  flex: 0 0 45%;
  text-align: center;
}

.ltv-info-image img {
  width: 100%;
  height: auto;
}

.ltv-info-content {
  flex: 1;
  text-align: left;
}

.ltv-info-title {
  font-size: 2rem;
  font-weight: 700;
  color: #e5278f;
  margin-bottom: 16px;
}

.ltv-info-lead {
  font-size: 1.125rem;
  color: #444;
  margin-bottom: 20px;
  font-weight: 500;
}

.ltv-info-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #e5278f;
  margin-bottom: 20px;
}

.ltv-info-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.highlight {
  color: #e5278f;
  font-weight: bold;
}

.button-wrapper {
  margin-top: 30px;
  text-align: left;
}

.ltv-pink-button {
  background-color: #e5278f;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.ltv-pink-button:hover {
  background-color: #c41e75;
}


@media (max-width: 768px) {
  .ltv-info-row {
    flex-direction: column;
    text-align: center;
  }

  .ltv-info-content {
    padding-top: 20px;
  }

  .button-wrapper {
    text-align: center;
  }
}

/* === Why Choose Us Section === */
.why-choose-wrapper {
  background: none;
  padding: 60px 15px;
  text-align: center;
}

.why-choose-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #111;
}

.why-choose-underline {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #e5278f;
  margin: 10px auto 40px;
  border-radius: 2px;
}

.why-choose-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .why-choose-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.why-card {
  padding: 5px;
}

.why-card-inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}

.why-card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.why-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #e5278f;
}

.why-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #e5278f;
}

.why-card p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* For Home page Consistent paragraph styling inside .ltv-info-content */
.ltv-info-content p {
  font-family: "Kanit", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 18px;
}

/* Lead paragraph (like the intro) */
.ltv-info-lead {
  font-size: 1.15rem;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  margin-bottom: 22px;
}

/* Optional: add subtle animation for smooth fade-in */
.ltv-info-content p {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.therapy-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
  }

  /* Card styles */
.therapy-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    flex: 1 1 220px;
    max-width: 250px;
    text-align: center;
    font-family: Arial, sans-serif;
  }

.therapy-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

.therapy-card h3 {
    font-size: 16px;
    color: #c2185b; /* dark pink title */
    margin-bottom: 10px;
  }

.therapy-card p {
    font-size: 14px;
    color: #34495e;
    line-height: 1.5;
  }

  /* Mobile: show only images */
  @media (max-width: 768px) {
 .therapy-card p, .therapy-card h3 {
      display: none;
    }
  }

.map-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio, change to 75% for 4:3 */
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}
