:root {
  --bs-pale-red: #ffe7e8;
}

.main-color1 {
  color: #333592;
}

.main-color2 {
  color: #ED1D25;
}

.color-link {
  color: #4d5ac3;
}

.text-red {
  color: #db111f !important;
}

.text-red2 {
  color: #ff2660 !important;
}

.gradient-1 {
  background-image: linear-gradient(120deg, #ff0606 10%, #ff3737 100%) !important;
}

:root {
  color-scheme: light only !important;
  --bs-primary: #1D2C79 !important;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  color: #2f3031;
  font-size: 15px;
}

a {
  color: #4d5ac3;
}

img {
  max-width: 100%;
}

.sub-title {
  font-size: clamp(16px, 2vw, 1rem) !important;
}

.text-justify {
  text-align: justify;
}

.btn-circle.inside-boder {
  position: relative;
}
.btn-circle.inside-boder:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 46px;
  height: 46px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transform: scale(0.8);
}
.btn-circle.num-1 {
  background-color: #48428B;
  border-color: #48428B;
}
.btn-circle.num-1:before {
  content: "1";
  display: inline-block;
}
.btn-circle.num-2 {
  background-color: #FD3125;
  border-color: #FD3125;
}
.btn-circle.num-2:before {
  content: "2";
  display: inline-block;
}
.btn-circle.num-3 {
  background-color: #4BB46B;
  border-color: #4BB46B;
}
.btn-circle.num-3:before {
  content: "3";
  display: inline-block;
}
.btn-circle.num-4 {
  background-color: #B84499;
  border-color: #B84499;
}
.btn-circle.num-4:before {
  content: "4";
  display: inline-block;
}
.btn-circle.num-5 {
  background-color: #EB9359;
  border-color: #EB9359;
}
.btn-circle.num-5:before {
  content: "5";
  display: inline-block;
}
.btn-circle.num-6 {
  background-color: #00adcc;
  border-color: #00adcc;
}
.btn-circle.num-6:before {
  content: "6";
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1001px) {
  .nowrap-desktop {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .text-justify-mobile {
    text-align: justify;
  }
}
@media screen and (min-width: 1001px) {
  .text-justify-desktop {
    text-align: justify;
  }
}
.p-footer {
  color: #7f7f7f;
}

.navbar {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  background: rgba(255, 255, 255, 0.9098039216);
  border-bottom: 3px solid #ED1D25;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show {
  color: #ED1D25;
}
.navbar .navbar-brand {
  padding-block: 12px;
}
.navbar .navbar-brand img {
  max-height: 100px;
}
@media screen and (max-width: 1000px) {
  .navbar .navbar-brand {
    padding-block: 10px;
  }
  .navbar .navbar-brand img {
    max-height: 70px;
  }
}

.navbar-clone {
  transform: translateY(-200%);
}
.navbar-clone.navbar-stick {
  transform: translateY(0%);
}
.navbar-clone .navbar-brand {
  max-height: 80px;
  padding-top: 0;
}
.navbar-clone .navbar-brand a {
  display: inline-block;
  background: #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 12px;
  box-shadow: 0 0 0.55rem rgba(22, 24, 27, 0.26);
}
@media screen and (max-width: 575px) {
  .navbar-clone .navbar-brand a {
    box-shadow: none;
  }
}
.navbar-clone .navbar-brand a img {
  max-height: 90px;
}
@media screen and (max-width: 575px) {
  .navbar-clone .navbar-brand a img {
    max-height: 60px;
  }
}

.content-wrapper > section.image-wrapper {
  background-image: url("../img/main-bg-2.jpg") !important;
}
@media screen and (max-width: 400px) {
  .content-wrapper > section.image-wrapper .description {
    font-size: 5vw !important;
  }
}

@media screen and (max-width: 500px) {
  footer {
    font-size: 11px;
  }
}

/* section#head-image{
	.item-image{
		background-color: #ffffff8a;
		padding: 0;
		padding-block: 30px;
		padding-inline: 30px;
		border-radius: 11px;
		display: flex;
		flex-direction: column;
		max-width: 450px;

		@media screen and (max-width:1000px) {
			padding-inline: 20px;
		}
	}
} */
section#intro {
  margin-top: 124px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  section#intro {
    margin-top: 92px;
  }
}
section#intro .underline-3:after {
  bottom: -0.3em;
}
section#intro.angled:before {
  top: auto;
  bottom: 0;
}
section#intro.angled:after, section#intro.angled:before {
  border-color: #fff;
}
@media screen and (max-width: 575px) {
  section#intro .container {
    text-align: center;
  }
  section#intro h1 {
    font-size: 1.1rem !important;
  }
  section#intro p {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 500px) {
  section#about h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  section#service > .container {
    max-width: 416px;
  }
}
section#service .card {
  border: 1px solid rgba(165, 165, 165, 0.2);
  border-top: 5px solid rgba(165, 165, 165, 0.2);
  background-color: #fbfbfb !important;
}
section#service .card.bg-soft-violet {
  border-color: #e3cff7;
}
section#service .card.bg-soft-blue {
  border-color: #bbccef;
}
section#service .card.bg-soft-orange {
  border-color: #ffd5cd;
}
section#service .card.bg-soft-orange {
  border-color: #ffd5cd;
}
section#service .card.bg-soft-leaf {
  border-color: #b9edce;
}
section#service .card.bg-soft-pink {
  border-color: #ffccdb;
}
section#service .card .card-body {
  min-height: 291px;
}
@media screen and (max-width: 991px) {
  section#service .card .card-body {
    min-height: auto;
    padding: 20px !important;
  }
}
section#service .card .card-body h3 {
  font-size: clamp(1rem, 2vw, 1.4rem);
}
section#service .card .card-body .post-category {
  font-size: clamp(0.55rem, 2vw, 0.7rem);
}
@media screen and (max-width: 991px) {
  section#service .card .card-body p {
    text-align: left !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 991px) {
  section#service .card .card-body p, section#service .card .card-body ul {
    margin-bottom: 0;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 991px) {
  section#service .card figure {
    height: 345px !important;
  }
}
section#service .card img.photo-frame {
  max-width: 86%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  padding: 7px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
section#service .card img.photo-frame.img-fluid {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  section#service .card img.photo-frame {
    max-width: 90%;
  }
}

.page-ac section#intro {
  transform: translateY(20px);
}
.page-ac section#pricing .pricing-wrapper > .row [class*=col] .pricing.card .prices .price-duration:before {
  display: none;
}
.page-ac section#pricing .pricing-wrapper > .row [class*=col] .pricing.card .card-body {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.page-ac section#pricing .pricing-wrapper > .row [class*=col] .pricing.card .card-body .card-title {
  margin: 0;
}/*# sourceMappingURL=custom.css.map */