@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: local('ITC Avant Garde Gothic Demi'), local('ITC-Avant-Garde-Gothic-Demi'),
        url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: local('ITC Avant Garde Gothic Md'), local('ITC-Avant-Garde-Gothic-Md'),
        url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: local('ITC Avant Garde Gothic Bold'), local('ITC-Avant-Garde-Gothic-Bold'),
        url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: local('ITC Avant Garde Gothic Bk'), local('ITC-Avant-Garde-Gothic-Bk'),
        url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: local('ITC Avant Garde Gothic Light'), local('ITC-Avant-Garde-Gothic-Light'),
        url('../fonts/ITCAvantGardeStd-XLt.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-XLt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'ITC Avant Garde Gothic', "Noto Sans Thai", sans-serif !important;
    font-weight: 400;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    padding: 20px;
}
header a {
    font-family: 'ITC Avant Garde Gothic', "Noto Sans Thai", sans-serif !important;
    font-weight: 300;
}
header .navbar-nav {
    gap: 15px;
}
header .btn {
    border-radius: 40px;
    color: #fff !important;
}
header nav {
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 6px rgba(170, 170, 170, 0.15), 0px 4px 10px rgba(167, 167, 167, 0.3);
    border-radius: 40px;
    padding: 15px 20px !important;
}
.font-blue {
    color: #3543FF;
}
.font-dark {
    color: #1C1C1B;
}
.font-th {
    font-family: "Noto Sans Thai", sans-serif;
}

.features-grid h4 {
    font-size: 22px !important;
    line-height: 26px;
    margin-bottom: 5px !important;
}
.features-grid .text {
    /* width: 230px; */
    max-width: 100%;
    margin: 10px auto;
}
.features-grid svg {
    max-width: 120px;
    max-height: 120px;
}
.features-grid .feature-box:first-child img {
    width: 100px;
}
h2.section-title {
    font-weight: 700;
    font-size: 44px !important;
    line-height: 48px !important;
    color: #3C45FF;
    z-index: 1005;
    position: relative;
}
.services-tabs .nav-link {
    margin: 0px !important;
}
.services-tabs .nav-link.active {
    color: #fff !important;
}
.service-card {
    border: 1px solid #3C45FF !important;
    border-radius: 20px !important;
    padding-bottom: 0px !important;
}
.service-card img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
    object-position: center;
}
.service-card .service-card-head {
    padding: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #3543FF;
    text-align: center;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
.services-tabs {
    margin: 40px 0px 30px !important;
}
.stars {
    font-size: 20px !important;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.testimonial-body {
    font-size: 18px !important;
    line-height: 20px !important;
    min-height: 215px;
    padding-bottom: 15px !important;
}
.testimonial-body .stars {
    margin-bottom: 15px !important;
}
.testimonial-body .stars img {
    width: 30px;
    height: auto;
}
.location-section {
    position: relative;
}
.location-section .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.location-section {
    height: 100vh !important;
}
.location-content h3 {
    font-weight: 400 !important;
}
.location-content h3 b {
    font-weight: 700 !important;
}
.location-section {
    position: relative;
}
.location-section .see-all {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.see-all {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer-contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.footer-contact .text-icon {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.footer-contact h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
    font-weight: 700;
    width: 400px;
    max-width: 100%;
}
.footer-contact .text-icon h4 {
    font-size: 23px;
    line-height: 30px;
}
.footer-contact .text-icon svg {
    margin-top: -5px;
    margin-right: 8px;
}
.pre-footer h3 {
    font-size: 36px;
    line-height: 46px;
}
.pre-footer p {
    font-size: 24px;
    line-height: 32px;
    color: #fff !important;
}
.social {
    display: flex;
    gap: 15px;
}
.social a {
    display: inline-block;
}

.footer-main {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.footer-main ul {
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.footer-main a, .footer-main p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none !important;
}
.footer-main p {
    margin-bottom: 0px;
}
.footer-main p b {
    font-weight: 700 !important;
}
.footer-main a:hover {
    color: #3250FF;
}
.copyright {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: inline-block;
    margin-top: -40px;
    float: left;
}

.feature-img {
    background: #fff !important;
    position: relative;
    padding: 0px !important;
}
.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.dropdown-toggle::after {
    display: none !important;
}

header .dropdown.open ul, header .dropdown-menu.show {
    display: block;
    margin-top: 20px;
}
header .dropdown.open ul a, header .dropdown-menu.show a {
    padding: 6px 15px;
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: lowercase;
}
header .dropdown.open ul li:not(.active) a:hover, header .dropdown-menu.show li:not(.active) a:hover {
    color: #3250FF !important;
}
header a:not(.navbar-brand):not(.btn) {
    text-decoration: none !important;
    color: inherit !important;
    outline: none !important;
}
header .dropdown.open ul .active a, header .dropdown-menu.show .active a {
    color: #1C1C1B;
    background: #BCBEC0;
    font-weight: 700;
}

.cover {
    width: 100%;
    height: 100vh;
    background: #3543FF;
    position: relative;
}
.cover .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cover .container-fluid {
    color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
}
.cover .hero-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
}
.img-full {
    width: 100%;
}

.hero-section {
    width: 100%;
    position: relative;
    /* min-height: 100vh; */
}
.hero-section .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-section .container {
    position: relative;
}
.hero-section .item video {
    width: 100%;
}
.service-banner-text {
    margin-top: -30vh;
}

.smooth-smile-section {
    width: 100%;
    position: relative;
    min-height: 600px;
    color: #1C1C1B;
}
.smooth-smile-section .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.smooth-smile-section .text {
    padding: 30px;
}
.smooth-smile-section .text .text-muted {
    margin-top: 150px;
}
.smooth-smile-section.img-right .bg {
    left: auto;
    right: 0px;
}
.smooth-smile-section {
    color: #212529bf !important;
}
.smooth-smile-title big {
    font-size: inherit;
}

.intro-section {
    width: 100%;
    position: relative;
    min-height: 600px;
    /* color: #1C1C1B; */
    color: #212529bf !important;
}
.intro-section .bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro-section .text {
    margin-top: 150px;
}
.grid-main-col h3 {
    font-weight: 800;
    font-size: 44px !important;
    line-height: 54px !important;
    margin: 0;
}
.bg-blue, .related-section.bg-blue {
    background: #3543FF;
}
.related-section.bg-blue .related-title {
    color: #fff;
}
.grid-cell p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1C1C1B;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}
.grid-cell.bg-gray {
    background-color: #e6e6e6;
}
.article-card {
    border: 1px solid #3C45FF;
    display: inline-block;
}
.read-more {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #3543FF;
}

.article-item img {
    width: 100%;
}
.article-body-content {
    margin-top: 30px;
}
.bg-purple {
    background: #E2E4FF !important;
}
.related-card h3 {
    margin-top: 20px;
}
.location-img img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
}
header .navbar-brand {
    color: #3250ff !important;
}
header .navbar-brand img {
    height: 23px;
    margin-top: -3px;
}
.grid-cell img {
    width: 100%;
    height: 19vw;
    object-fit: cover;
}

#pills-tab {
    display: flex;
}
#pills-tab li {
    flex: 1;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
#pills-tab .nav-link, .pills-course .nav-link {
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 40px 40px 0px 0px;
    background: #fff;
    color: #000;
    min-height: 44px;
}
#pills-tab .nav-link.active, .pills-course .nav-link.active {
    background-color: #3250ff;
    color: white;
    font-weight: 700;
}
.feature-box.d-lg-block {
    display: flex !important;
}
.about-content-section {
    padding-top: 100px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.btn-primary-blue.is-light {
    color: #3543FF !important;
    background: #E2E4FF !important;
}
.btn-location {
    display: flex;
    gap: 10px;
}
.sticky-bottom {
    display: none;
}

.course-pricing {
    margin-top: 30px;
}

.course-card {
    border: 1px solid #4c5cff;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.course-card-header {
    background: linear-gradient(45deg, #6f7cff, #4c5cff);
    color: #fff;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: bold;
}

.course-card-body .tr {
    padding: 12px;
    border-top: 1px solid #eee;
}
.course-card-body .tr:nth-child(even) {
    background: #F1F1F1;
}
.course-card-body label {
    margin-bottom: 5px;
}
.course-card-body .no {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #3543FF;
    width: 100%;
    font-family: "Noto Sans Thai", sans-serif !important;
}

.course-highlight {
    color: #4c5cff;
    font-weight: bold;
}

.course-price {
    font-size: 20px;
    font-weight: bold;
    color: #4c5cff;
}

.course-footer {
    background: linear-gradient(45deg, #6f7cff, #4c5cff);
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans Thai", sans-serif !important;
}

.course-save-badge {
    position: absolute;
    top: -15px;
    right: -25px;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #4c5cff;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    color: #4c5cff;
}

.course-card-wrapper {
    position: relative;
}

.course-row .col-md-2 {
    width: 20%;
}
.fw-recom {
    background: #FFFFFF;
    border: 1px solid #3543FF;
    border-radius: 24px;
    padding: 1px 15px 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #3C45FF;
    display: inline-block;
    margin-left: 10px;
}
.hidden-lg {
    display: none;
}
.bg-white2 {
    background: #F1F1F1;
}
.grid-cell {
    position: relative;
}
.grid-cell .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.grid-cell .text {
    position: relative;
    text-align: center;  
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;  
}

#pills-tab {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background: #ffffff;
    padding-top: 100px;
    margin-top: -80px !important;
    margin-left: -25px;
    margin-right: -15px;
} 
.bg-gray {
    background: #f1f1f1;
}
.section-article {
    padding: 60px 0px;
}
.section-article.related-article .article-item img {
    border-radius: 0px;
}  

/* Articles List */
.article-section {
    padding: 30px 0 5rem 0; /* Extra top padding for fixed navbar */
} 
.article-item {
    margin-bottom: 3.5rem;
}
.img-placeholder {
    background-color: var(--placeholder-bg);
    border-radius: 8px;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    font-size: 3rem;
}
.article-meta-date {
    color: #3250ff;
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
}
.article-meta-category {
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
}
.article-title {
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--text-dark);
}
.article-excerpt {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.article-list.style-2 .article-item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #3C45FF;
    overflow: hidden;
    cursor: pointer;
    margin: 0px 0px 20px;
}
.article-list.style-2 .article-item .col-md-5, .article-list.style-2 .article-item .col-md-7 {
    width: 100%;
    padding: 0px;
}
.article-list.style-2 .article-item .col-md-7 {
    padding: 20px !important;
}
.article-list.style-2 .article-meta-date {
    display: none;
}
.article-list.style-2 .article-meta-category {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    height: 30px;
    border: 1px solid #3543FF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #3543FF;
    float: right;
}
.article-list.style-2 .article-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #3543FF;
}
.article-list.style-2 .article-excerpt {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.article-list.style-2 .btn {
    display: none;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 0;
}
.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}
.box-blue {
    grid-row: 1 / 3;
    background-color: #3250ff;
    color: white;
}
.box-blue i { font-size: 3rem; margin-bottom: 1rem; }
.box-light { background-color: #F8F9FA; }
.box-white { background-color: #ffffff; }
.feature-box h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.feature-box p { font-size: 0.9rem; margin: 0; }
.box-blue h4 { color: white; }
.feature-icon { font-size: 2.5rem; color: #3250ff; }
.feature-img {
    background-image: url('https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&q=80&w=400');
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
    .box-blue { grid-row: auto; grid-column: 1 / 3; padding: 3rem; }
}
@media (max-width: 576px) {
    .features-grid { grid-template-columns: 1fr; }
    .box-blue { grid-column: 1 / 2; }
}
.fixed-top {
    z-index: 2000;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    margin-bottom: 40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 3px !important;
}
.owl-dots .owl-dot.active span {
    width: 24px !important;
}

header .btn {
    font-weight: 700;
}
.service-card .service-card-body {
    padding: 15px;
    min-height: 190px;
}
.testimonial-card {
    border-radius: 20px !important;
}
.testimonial-card p {
    font-style: normal !important;
    margin-bottom: 0px !important;
}
.smooth-smile-section .container, .intro-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.smooth-smile-section .text {
    width: 600px;
    max-width: 100%;
}

.custom-grid .grid-cell .text-blue-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
}

.service-value .custom-grid {
    grid-auto-rows: minmax(25vw, auto);
}
.service-value .grid-cell img {
    width: 100%;
    height: 100%;
}

.explore-section .service-card-body {
    padding-top: 15px;
    padding-bottom: 15px;
}
.explore-section .service-card .service-card-body {
    min-height: 160px;
}
.explore-section .service-card img {
    height: 250px !important;
}

#services-carousel1 .owl-stage {
    padding-left: 0px !important;
}
.services-carousel {
    display: block !important;
}
.services-carousel  .service-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.services-carousel  .service-card-body .d-flex:last-child {
    margin-top: auto;
    text-align: right;
    margin-bottom: 10px;
}

.course-save-badge {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    transform: none;
    top: -3px;
}
.course-row .course-card-header {
    border-bottom: 1px solid #3544ff;
}
.course-row .course-footer {
    border-top: 1px solid #3544ff;
}
.course-row .item.is-level1 .course-card-header, .course-row .item.is-level1 .course-footer {
    background: #E2E4FF;
    color: #3543FF;
}
.course-row .item.is-level2 .course-card-header, .course-row .item.is-level2 .course-footer {
    background: #C3C7FF;
    color: #3543FF;
}
.course-row .item.is-level3 .course-card-header, .course-row .item.is-level3 .course-footer {
    background: #9CA3FF;
    color: #3543FF;
}
.course-row .item.is-level4 .course-card-header, .course-row .item.is-level4 .course-footer {
    background: #7680FF;
    color: #FFF;
}
.course-row .item.is-level5 .course-card-header, .course-row .item.is-level5 .course-footer {
    background: #4C58FF;
    color: #FFF;
}
.container-full {
    padding-left: 15px;
    padding-right: 15px;
}
.article-item img {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}
.footer-main p, .footer-op, .footer-main a, .copyright {
    font-weight: 500;
    font-family: 'ITC Avant Garde Gothic', "Noto Sans Thai", sans-serif !important;
}
.footer-main p b {
    font-weight: 900;
}

.main-content .smooth-smile-section:first-child {
    margin-top: 95px;
}
.smooth-smile-section { padding: 5rem 0; background: #fff; }
.smooth-smile-title { color: #3250ff; font-weight: 800; font-size: 2rem; margin-bottom: 1.5rem; }
.smooth-smile-section .text {
    padding-top: 0px;
    padding-bottom: 0px;
}
.smooth-smile-section {
    padding: 3rem 0;
}
.smooth-smile-section .text {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
}

.smooth-smile-section .text h2 {
    font-family: 'ITC Avant Garde Gothic', "Noto Sans Thai", sans-serif !important;
}
.smooth-smile-section .text .text-big {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.smooth-smile-section .text p {
    margin-top: auto !important;
}

.well-section, .vision-section {
    padding: 60px 0px;
}
.well-section h2 {
    text-align: center;
}
.well-box {
    text-align: center;
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}
.well-box .item {
    width: 350px;
    height: 350px;
    background: #FFFFFF;
    border: 1px solid #3543FF;
    border-radius: 300px;
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #3C45FF;
    max-width: 100%;
    margin-top: 20px;
    margin: 20px auto 0px;
}
.well-box .item p {
    margin: 0px;
    flex: 1;
}
.vision-section{
    padding-bottom: 0px;
}
.vision-section .img {
    width: 100%;
}
.no-padding {
    padding: 0px !important;
}

.collap {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #3C45FF;
}
.collap-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex: 1;
}
.collap-head {
    padding: 0px 40px;
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #3543FF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #3C45FF;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}
.collap-head span {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 20px;
}
.collap-body {
    padding: 15px;
    margin-top: auto;
    display: none;
}
.collap-item.active .collap-body {
    display: block;
}
.collap-item.active {
    min-height: 50%;
}
.collap-item.active .collap-head > span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center;
    top: 8px;
}

.vision-slide-box {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}
.vision-slide-col {
    height: 700px;
    position: relative;
}
.vision-slide-col:first-child {
    position: relative;
    padding-bottom: 200px;
    padding: 30px;
}
.vision-slide-body {
    width: 100%;
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.vision-slide-body .item  {
    position: relative;
    width: 100%;
    opacity: 0;
    transition: .3s ease 0s;
    position: absolute;
    color: #3C45FF;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    top: 0px;
    left: 0px;
    width: 100%;
}
.vision-slide-body .item.active {
    opacity: 1;
}
.vision-slide-head {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 30px;

    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    padding: 30px 0px;
}
.vision-slide-head .item {
    padding: 15px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #BCBEC0;
    cursor: pointer;
    transition: .3s ease .3s;
}
.vision-slide-head .item.active {
    color: #3C45FF;
}
.vision-slide-head .item:not(:first-child) {
    border-top: 2px solid #BCBEC0;
}
.vision-slide-body h4 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 20px;
}
.vision-slide-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vision-slide-img .item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.btn-location .btn {
    font-family: 'ITC Avant Garde Gothic', "Noto Sans Thai", sans-serif !important;
    font-weight: 700;
    border-radius: 30px;
    padding: 0px 30px 0px;
    height: 56px;
    line-height: 58px;
}
.nav-pills-custom .nav-link {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: -0.5px !important;
}
.service-price span {
    display: block;
}

.star-icon-blue {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12.1144C8.84068 12.1144 9.07797 12.9655 9.77627 14.2606C10.461 15.5355 10.8475 16 11.6068 16C12.2136 16 12.9119 15.7864 13.2678 14.7218C13.4441 14.1996 14.0203 12.345 14.6441 10.3886C15.2983 8.33397 16 6.41492 16 4.02119C16 2.28184 14.6949 0 11.8881 0C10.0746 0 9.62034 0.74253 8 0.74253C6.37966 0.74253 5.92542 0 4.11186 0C1.30508 0 0 2.28184 0 4.02119C0 6.41492 0.701695 8.33397 1.35593 10.3886C1.97966 12.345 2.55593 14.1996 2.7322 14.7218C3.08814 15.7864 3.78644 16 4.39322 16C5.15254 16 5.53898 15.5355 6.22373 14.2606C6.92203 12.9655 7.15932 12.1144 8 12.1144Z' fill='%233543FF'/%3E%3C/svg%3E");
}
.star-icon-light {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12.1144C8.84068 12.1144 9.07797 12.9655 9.77627 14.2606C10.461 15.5355 10.8475 16 11.6068 16C12.2136 16 12.9119 15.7864 13.2678 14.7218C13.4441 14.1996 14.0203 12.345 14.6441 10.3886C15.2983 8.33397 16 6.41492 16 4.02119C16 2.28184 14.6949 0 11.8881 0C10.0746 0 9.62034 0.74253 8 0.74253C6.37966 0.74253 5.92542 0 4.11186 0C1.30508 0 0 2.28184 0 4.02119C0 6.41492 0.701695 8.33397 1.35593 10.3886C1.97966 12.345 2.55593 14.1996 2.7322 14.7218C3.08814 15.7864 3.78644 16 4.39322 16C5.15254 16 5.53898 15.5355 6.22373 14.2606C6.92203 12.9655 7.15932 12.1144 8 12.1144Z' fill='%23F1F1F1'/%3E%3C/svg%3E");
}

.course-card p {
    margin: 0px;
}

.e-br {
    display: none !important;
}
section + p {
    display: none;
}


/* Custom Grids (Service Value & Types of Cases) */
.mce-content-body .e-br {
    display: block !important;
}
.mce-content-body .custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(350px, auto);
}
.mce-content-body .grid-main-col {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: #3250ff;
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mce-content-body .grid-main-col h3 { font-weight: 800; font-size: 2rem; margin: 0; }

.mce-content-body .grid-cell {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mce-content-body .bg-white { background-color: #ffffff; }
.mce-content-body .bg-gray { background-color: #F8F9FA; }
.mce-content-body .text-blue-title { color: #3250ff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem;}

.mce-content-body .circle-border {
    border: 3px solid #3250ff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.mce-content-body .quarter-circle {
    background-color: #3250ff;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 100%;
}
.mce-content-body .smooth-smile-title, .mce-content-body .intro-title {
    color: #3250ff;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

/* Services Section */
.mce-content-body .services-tabs .nav-link {
    border-radius: 50px;
    color: var(--text-dark);
    background: #F8F9FA;
    margin: 0 5px;
    padding: 8px 25px;
}
.mce-content-body .services-tabs .nav-link.active {
    background-color: #3250ff;
    color: white;
}
.mce-content-body .service-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 1.5rem;
    transition: 0.3s ease;
}
.mce-content-body .service-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.mce-content-body .service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.mce-content-body .service-card-body { padding: 1.5rem; }
.mce-content-body .service-card .service-title { font-weight: 700; font-size: 22px; line-height: 26px; color: #3250ff; }
.mce-content-body .service-card .service-price { font-weight: 700; font-size: 20px; line-height: 24px; color: #1C1C1B; text-align: right; }
.mce-content-body .service-card .stars { color: #3250ff; font-size: 0.8rem; }
.mce-content-body .services-carousel .item {
    width: 480px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.mce-content-body .services-carousel.is-two .item {
    width: 620px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.mce-content-body .course-carousel .item {
    width: 300px;
    margin: 0px 20px 20px 0px;
    float: left;
}

.mce-content-body .custom-grid.is-gray {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(350px, auto);
}
.mce-content-body .custom-grid.is-gray .grid-main-col {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: #636363;
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mce-content-body .custom-grid.is-gray .grid-main-col h3 { font-weight: 800; font-size: 2rem; margin: 0; }
.mce-content-body .custom-grid.is-gray .bg-blue {
    background-color: #636363;
}

.mce-content-body .custom-grid.is-gray .grid-cell {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mce-content-body .custom-grid.is-gray .bg-white { background-color: #ffffff; }
.mce-content-body .custom-grid.is-gray .bg-gray { background-color: #F8F9FA; }
.mce-content-body .custom-grid.is-gray .text-blue-title { color: #3250ff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem;}

.mce-content-body .custom-grid.is-gray .circle-border {
    border: 3px solid #3250ff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.mce-content-body .custom-grid.is-gray .quarter-circle {
    background-color: #3250ff;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 100%;
}

/* Testimonials Section */
.mce-content-body .testimonials-carousel .item {
    float: left;
    width: 350px;
    margin: 0px 20px 20px 0px;
}
.mce-content-body .testimonial-card {
    border: 1px solid #3250ff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.mce-content-body .testimonial-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.mce-content-body .testimonial-body { padding: 1.5rem; }

/* Products Section */
.mce-content-body .products-carousel .service-card {
    width: 420px;
    margin: 0px 20px 20px 0px;
    float: left;
}
.mce-content-body .product-card {
    background: #F8F9FA;
    border-radius: 12px;
    height: 250px;
    margin-bottom: 1rem;
}
.mce-content-body .product-info h5 { font-weight: 700; color: #3250ff; font-size: 1rem; }
.feature-box img {
    max-width: 100%;
}

/* Product Section */
.product-card {
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 1.5rem;
    transition: 0.3s ease;
    padding-bottom: 50px !important;
    margin-bottom: 20px;
    position: relative;
}
.product-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.product-card-body { padding: 1.5rem; text-align: center; }
.product-title { font-weight: 700; font-size: 24px; line-height: 32px; color: var(--primary-blue); }
.product-price { font-weight: 700; font-size: 20px; line-height: 24px; color: #1C1C1B; }
.product-price span {
    display: block;
}
.product-card img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: center;
}
.product-card p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px !important;
}
.product-card-footer {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    color: #3543FF;
    font-size: 18px;
    line-height: 26px;
}

/* product head */
.product-head {
    padding: 150px 0px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #3C45FF;
}
.product-head h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
}
.product-head label {
    font-weight: 700;
    font-size: 26px;
    line-height: 60px;
}
.product-all {
    padding: 50px 0px 100px !important;
}
.product-all .img, .product-all .img img {
    position: relative;
    transition: .4s ease 0s;
}
.product-all .img img:last-child {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 1;
}
.product-all .product-card:hover .img img:last-child {
    left: 0%;
}
.product-all .product-card:hover .img img:first-child {
    margin-left: -100%;
}

/* product detail*/
.product-detail {
    padding: 130px 0px 50px;
}
.product-info {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #1C1C1B;
    padding: 80px 20px;
}
.product-relate {
    background: #F1F1F1;
}
.product-relate-title {
    text-align: center;
    margin-bottom: 30px;
}
.product-info h2, .product-relate-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #3C45FF;
}
.product-info .text {
    margin-bottom: 30px;
}
.product-info .btn-book-now {
    margin-top: 50px;
}
.product-info .product-price {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
}
.product-imgs {
    width: 100%;
    position: relative;
}
.product-imgs .product-img {
    border-radius: 20px;
    overflow: hidden;
}
.product-imgs .product-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.product-imgs .thumb-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-imgs .thumb-img img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: .3s ease 0s;
}
.product-imgs .thumb-img img:hover {
    border-color: #3250ff;
}
.product-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0px;
}
.product-colors .color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D9D9D9;
    border: 1px solid #3543FF;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-all .col {
        width: 50%;
        max-width: 50%;
    }
    .product-card img {
        width: calc(50vw - 30px) !important;
        height: 55vw !important;
        display: block;
        min-width: 100%;
    }
    .product-card-body {
        padding: 10px 0px;
    }
    .product-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px !important;
        min-height: 40px;
    }
    .product-card {
        padding-bottom: 30px !important;
    }
    .product-card .mb-2 {
        margin-bottom: 0px !important;
    }
    .product-card p, .product-card-footer {
        font-size: 12px;
        line-height: 16px;
    }
    .product-price{
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .product-price span {
        display: block;
    }
    
    .product-detail {
        padding-top: 100px;
    }
    .product-imgs .product-img img {
        height: 400px;
    }
    .product-imgs .thumb-img {
        position: relative;
        padding: 15px 0px;
        gap: 10px;
    }
    .product-imgs .thumb-img img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    .product-info {
        padding: 20px 0px;
        font-size: 16px;
        line-height: 22px;
    }
    .product-info .btn-book-now {
        margin-top: 30px;
    }
    .product-info h2, .product-relate-title {
        font-size: 32px;
        line-height: 42px;
    }
    .product-info .product-price {
        font-size: 20px;
    }
    .product-info .text {
        margin-bottom: 15px;
    }
}

/* lang */
.lang-switcher {
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.lang-switcher a {
    position: relative;
    padding: 10px 11px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    color: #777;

    transition: .25s ease;
}

.lang-switcher a + a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 1px;
    height: 18px;
    background: #d4d4d4;
}

.lang-switcher a:hover {
    color: #3553ff;
}

.lang-switcher a.active {
    color: #3553ff !important;
    font-weight: 700;
}
@media (max-width: 991px) {

    .lang-switcher {
        margin-left: 8px;
    }

    .lang-switcher a {
        font-size: 13px;
        padding: 8px 7px;
    }

    .navbar-right {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .lang-switcher {
        order: 1;
    }

    .navbar-toggler {
        order: 2;
        margin-left: 20px;
    }
    .navbar-toggler {
        margin-left: -20vw;
    }
}
/* what app */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px;

    background: #25D366;
    color: #fff;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;
    text-decoration: none;

    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
}