@charset "UTF-8";

@font-face {
	font-family: 'LINESeedSansTH';
	src: url('/fonts/LINESeedSansTH_W_Bd.woff2') format('woff2');
	font-weight: 700; /* น้ำหนักสำหรับ Bold */
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LINESeedSansTH';
	src: url('/fonts/LINESeedSansTH_W_Rg.woff2') format('woff2');
	font-weight: 400; /* น้ำหนักสำหรับ Regular */
	font-style: normal;
	font-display: swap;
}



body {
	font-family: 'LINESeedSansTH', system-ui, sans-serif;
	font-weight: 400;
	color: #666666;
	/*font-size: 13px;*/
	font-variant-ligatures: none;

}

.text-xl {
	font-family: 'LINESeedSansTH', sans-serif;
	font-weight: 800; /* Extra Bold */
}

.border-radius-3 {
    border-radius: 1rem !important;
}

.border-radius-4 {
    border-radius: 1.25rem !important;
}
.border-radius-4-top {
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}
.border-radius-4-bottom {
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}


:root {
	--color-1: #f8f9fa;
	--color-2: #f3f3f5; /*apple*/
	--color-3: #ffffff;
	--color-4: #333333;

	--color-5: #06C755;
	--color-6: #fcfcfc;
	--color-7: #f5f5f5;
	--color-8: #efefef;
	--color-9: #dfdfdf;
	--color-10: #c8c8c8;
	--color-11: #b7b7b7;
	--color-12: #949494;
	--color-13: #6e6464;
	--color-14: #555555;
	--color-15: #303030;
	--color-16: #000000;
}

.text-color-4 {
	color: var(--color-4);
}
.text-color-5 {
	color: var(--color-5);
}
.text-color-8 {
	color: var(--color-8);
}
.text-color-10 {
	color: var(--color-10);
}
.text-color-11 {
	color: var(--color-11);
}
.text-color-12 {
	color: var(--color-12);
}
.text-color-13 {
	color: var(--color-13);
}
.text-color-14 {
	color: var(--color-14);
}
.text-color-15 {
	color: var(--color-15);
}




.bg-color-2 {
	background-color: var(--color-2);
}
.bg-color-3 {
	background-color: var(--color-3);
}
.bg-color-5 {
	background-color: var(--color-5);
}
.bg-color-6 {
	background-color: var(--color-6);
}
.bg-color-7 {
	background-color: var(--color-6);
}
.bg-color-8 {
	background-color: var(--color-8);
}

.shadow-on-white-100 {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07),
                0px 1px 2px rgba(0, 0, 0, 0.07);
}

.shadow-on-white-200 {
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
}
.shadow-on-white-300 {
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07);
}

.shadow-100 {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.shadow-200 {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
}

.shadow-300 {
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.04);
}





.text-primary {
	color: #007bff !important;
}
/*.bg-primary {
	background-color:#007bff !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #007bff;
  --bs-btn-border-color: #007bff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0069d9;
  --bs-btn-hover-border-color: #0062cc;
  --bs-btn-focus-shadow-rgb: 38, 143, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0062cc;
  --bs-btn-active-border-color: #005cbf;
  --bs-btn-disabled-bg: #007bff;
  --bs-btn-disabled-border-color: #007bff;
}
*/









.carousel-indicators .active {
	background-color: #007bff !important;
}
.carousel-indicators button {
	background-color: #dddddd !important;
}










/* START price table*/
#pricing-container {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
  	scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

#pricing-container::-webkit-scrollbar {
  	display: none; /* Chrome, Safari and Opera */
}

#pricing-container > .scroll-item {
	scroll-snap-align: center;
}

#bullet-nav {
	text-align: center;
	margin-top: 1rem;
}

#bullet-nav .bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 6px;
	background-color: #dddddd;
	cursor: pointer;
	transition: background-color 0.3s, width 0.5s, transform 0.3s;
}

#bullet-nav .bullet.active {
	background-color: #007bff;
	width: 40px;
	transform: scale(1,1);
}

/* END price table*/






#mainNav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #f6f6f6;
}
#mainNav .navbar-toggler {
	padding: 0.75rem;
	font-size: 0.75rem;
  
 
	font-weight: 700;
}
  
#mainNav .navbar-nav .nav-item .nav-link {
	color: var(--color-14);
}

#mainNav .navbar-nav .nav-item .nav-link.active {
	color: #0d6efd;
	font-weight: bold;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #000000;
	font-weight: bold;
}

  
@media (min-width: 992px) {
	#mainNav {
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	  border: none;
	  background-color: #f5f5f5;
	  transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
	}
	#mainNav .navbar-brand {
	  font-size: 1.5em;
	  transition: font-size 0.3s ease-in-out;
	}
	#mainNav .navbar-brand img {
	  height: 2rem;
	  transition: height 0.3s ease-in-out;
	}
	#mainNav.navbar-shrink {
	  padding-top: 0.6rem;
	  padding-bottom: 0.6rem;
	  background-color: #fcfcfc;
	}
	#mainNav.navbar-shrink .navbar-brand {
	  font-size: 1.25em;
	}
	#mainNav.navbar-shrink .navbar-brand svg,
	#mainNav.navbar-shrink .navbar-brand img {
	  height: 1.5rem;
	}
	#mainNav .navbar-nav .nav-item {
	  margin-right: 1rem;
	}
	#mainNav .navbar-nav .nav-item:last-child {
	  margin-right: 0;
	}
}








.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: "";
	background-color: #e9ecef;
}
.timeline > li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
	display: table;
	content: " ";
}
.timeline > li:after {
	clear: both;
}
.timeline > li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 2px solid #e9ecef;
	border-radius: 100%;
	background-color: #eeeeee;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li:last-child {
	margin-bottom: 0;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
	margin-bottom: 0;
}
  
@media (min-width: 768px) {
	.timeline:before {
	  left: 50%;
	}
	.timeline > li {
	  min-height: 100px;
	  margin-bottom: 100px;
	}
	.timeline > li .timeline-panel {
	  float: left;
	  width: 41%;
	  padding: 0 20px 20px 30px;
	  text-align: right;
	}
	.timeline > li .timeline-image {
	  left: 50%;
	  width: 100px;
	  height: 100px;
	  margin-left: -50px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
	  float: right;
	  padding: 0 30px 20px 20px;
	  text-align: left;
	}
}
@media (min-width: 992px) {
	.timeline > li {
	  min-height: 150px;
	}
	.timeline > li .timeline-panel {
	  padding: 0 20px 20px;
	}
	.timeline > li .timeline-image {
	  width: 150px;
	  height: 150px;
	  margin-left: -75px;
	}
	.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
	  font-size: 18px;
	  line-height: 26px;
	  margin-top: 30px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
	  padding: 0 20px 20px;
	}
}
@media (min-width: 1200px) {
 
	.timeline > li .timeline-panel {
	  padding: 0 20px 20px 50px;
	}
	.timeline > li .timeline-image {
	  width: 170px;
	  height: 170px;
	  margin-left: -85px;
	}
	.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
	  margin-top: 40px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
	  padding: 0 50px 20px 20px;
	}
}

@keyframes heartbeat {
	0%   { transform: scale(1); }
	10%  { transform: scale(1.3); }
	20%  { transform: scale(1); }
	30%  { transform: scale(1.3); }
	40%  { transform: scale(1); }
	100% { transform: scale(1); }
}

#icon-youtube {
	color: #ff0033;
	width: 90px;
	height: 90px;
	transform-origin: center;
}
.animate-heartbeat {
	animation: heartbeat 2.5s infinite;
}
/* popup overlay */
#video-popup {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* popup container */
.popup-content {
	position: relative;
	width: 360px;
	height: 640px; /* แนวตั้ง */
	background: #000;
	max-height: 90%;
	max-width: 90%;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.popup-content iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	cursor: pointer;
	z-index: 2;
}