@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap);.app-header[data-v-c5c3ee48]{padding:1rem;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.logo[data-v-c5c3ee48]{text-align:left;margin-bottom:0}.logo-img[data-v-c5c3ee48]{height:50px}.menu-grid[data-v-c5c3ee48]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:800px;margin:0 auto}.menu-item[data-v-c5c3ee48]{display:flex;align-items:center;padding:1rem;border-radius:10px;text-decoration:none;color:#333;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s}.menu-item[data-v-c5c3ee48]:hover{transform:translateY(-2px)}.icon-wrapper[data-v-c5c3ee48]{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem}.icon-wrapper i[data-v-c5c3ee48]{color:#fff;font-size:1.2rem}.purple[data-v-c5c3ee48]{background-color:#8b5cf6}.blue[data-v-c5c3ee48]{background-color:#3b82f6}.pink[data-v-c5c3ee48]{background-color:#ec4899}.orange[data-v-c5c3ee48]{background-color:#f59e0b}.menu-item span[data-v-c5c3ee48]{font-size:1rem;font-weight:500}@media (max-width:991px){.main-menu[data-v-c5c3ee48]{display:none}}.app-footer[data-v-7274a0b7]{position:fixed;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);padding:.5rem}.footer-menu[data-v-7274a0b7]{display:flex;justify-content:space-around;align-items:center;max-width:600px;margin:0 auto}.menu-item[data-v-7274a0b7]{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#666;padding:.5rem;transition:color .2s}.menu-item.router-link-active[data-v-7274a0b7]{color:#10b981}.menu-item i[data-v-7274a0b7]{font-size:1.2rem;margin-bottom:.25rem}.menu-item span[data-v-7274a0b7]{font-size:.75rem}[data-v-7274a0b7]:root{--footer-height:70px}main[data-v-7274a0b7]{padding-bottom:var(--footer-height)}.mobile-menu-overlay[data-v-3573fda9]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:.3s}.mobile-menu-overlay.active[data-v-3573fda9]{opacity:1;visibility:visible}.mobile-menu-container[data-v-3573fda9]{position:fixed;top:0;right:-300px;width:300px;height:100%;background:#fff;padding:20px;transition:.3s;overflow-y:auto}.mobile-menu-overlay.active .mobile-menu-container[data-v-3573fda9]{right:0}.mobile-menu-header[data-v-3573fda9]{display:flex;justify-content:flex-end;margin-bottom:20px}.close-button[data-v-3573fda9]{background:none;border:none;cursor:pointer;padding:10px;position:relative;width:40px;height:40px}.close-button span[data-v-3573fda9]{position:absolute;width:25px;height:2px;background:#333;top:50%;left:50%}.close-button span[data-v-3573fda9]:first-child{transform:translate(-50%,-50%) rotate(45deg)}.close-button span[data-v-3573fda9]:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu-list[data-v-3573fda9]{list-style:none;padding:0;margin:0}.mobile-menu-list li[data-v-3573fda9]{margin:15px 0}.mobile-menu-list a[data-v-3573fda9]{color:#333;text-decoration:none;font-size:1.1rem;font-weight:500;display:block;padding:10px 0;transition:color .3s ease}.mobile-menu-list a.active[data-v-3573fda9],.mobile-menu-list a[data-v-3573fda9]:hover{color:var(--home4-primary)}.preloader[data-v-74320623]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#28bf7e;display:flex;justify-content:center;align-items:center;z-index:9999}.fade-enter-active[data-v-74320623],.fade-leave-active[data-v-74320623]{transition:opacity .5s ease}.fade-enter-from[data-v-74320623],.fade-leave-to[data-v-74320623]{opacity:0}.loader[data-v-74320623]{position:relative;width:60px;height:60px}.circular[data-v-74320623]{animation:rotate-74320623 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[data-v-74320623]{stroke:#fff;stroke-dasharray:89,200;stroke-dashoffset:0;animation:dash-74320623 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate-74320623{to{transform:rotate(1turn)}}@keyframes dash-74320623{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.line-button[data-v-8eea0212]{position:fixed;bottom:100px;right:30px;width:60px;height:60px;background-color:#05c755;border-radius:10%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;z-index:1000}.line-button[data-v-8eea0212]:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.line-button i[data-v-8eea0212]{font-size:32px}@media (max-width:768px){.line-button[data-v-8eea0212]{width:50px;height:50px;bottom:75px;right:20px}.line-button i[data-v-8eea0212]{font-size:28px}}#app{font-family:Kanit,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;min-height:100vh;background-color:#f8f9fa;position:relative;overflow:hidden}.main-content{padding:1rem;padding-bottom:70px;max-width:1200px;margin:0 auto}.floating-icon{position:absolute;font-size:2.5rem;animation:float-up var(--duration) infinite linear;z-index:0;pointer-events:none}@keyframes float-up{0%{transform:translate(var(--start-x),110vh) rotate(0deg);opacity:0}20%{opacity:.2}80%{opacity:.2}to{transform:translate(var(--end-x),-10vh) rotate(var(--rotation));opacity:0}}.assessment-result[data-v-36bdb060]{padding-top:80px;min-height:100vh;background-color:#f8f9fa}.wizard-v1-content[data-v-36bdb060]{background:#fff;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.1);padding:2rem}.result-text[data-v-36bdb060]{font-size:1.1em;font-weight:500}.card[data-v-36bdb060]{height:100%;border:1px solid rgba(0,0,0,.125);box-shadow:0 2px 4px rgba(0,0,0,.05)}.card-header[data-v-36bdb060]{background-color:#f8f9fa;border-bottom:1px solid rgba(0,0,0,.125);padding:1rem}.card-body[data-v-36bdb060]{padding:1.5rem}.result-section i[data-v-36bdb060]{margin-bottom:1rem}.text-orange[data-v-36bdb060]{color:#fd7e14}.result-section[data-v-36bdb060]{max-width:800px;margin:0 auto}table[data-v-36bdb060]{background-color:#fff}.table td[data-v-36bdb060]{vertical-align:middle}.text-success[data-v-36bdb060]{color:#28a745!important}.text-warning[data-v-36bdb060]{color:#ffc107!important}.text-danger[data-v-36bdb060]{color:#dc3545!important}@media (max-width:768px){.card[data-v-36bdb060]{margin-bottom:1rem}}.padding-area[data-v-2c5eaf2e]{padding:100px 0;position:relative;overflow:hidden}.ota-wrapper[data-v-2c5eaf2e]{position:relative;z-index:1}.section-title h1[data-v-2c5eaf2e]{font-size:2.5rem;margin-bottom:3rem}.ota-items[data-v-2c5eaf2e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:2rem}.ota-item[data-v-2c5eaf2e]{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.ota-item[data-v-2c5eaf2e]:hover{transform:translateY(-5px)}.ota-item img[data-v-2c5eaf2e]{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.ota-overlay[data-v-2c5eaf2e]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1}.ota-item:hover .ota-overlay[data-v-2c5eaf2e]{opacity:1}.ota-content[data-v-2c5eaf2e]{padding:20px}.ota-heading[data-v-2c5eaf2e]{font-size:1.2rem;margin:0;line-height:1.4}.ota-heading a[data-v-2c5eaf2e]{color:#333;text-decoration:none;transition:color .3s ease}.ota-heading a[data-v-2c5eaf2e]:hover{color:var(--home4-primary)}.ota-pattern[data-v-2c5eaf2e]{position:absolute;right:0;bottom:0;z-index:0}.ota-pattern img[data-v-2c5eaf2e]{max-width:300px;opacity:.1}hr[data-v-2c5eaf2e]{border-color:hsla(0,0%,100%,.3);margin:15px 0}@media (max-width:768px){.section-title h1[data-v-2c5eaf2e]{font-size:2rem}.ota-items[data-v-2c5eaf2e]{grid-template-columns:1fr}.ota-pattern img[data-v-2c5eaf2e]{max-width:200px}}.selfcare-page[data-v-c5155f4c]{padding:120px 0 60px}.section-title[data-v-c5155f4c]{margin-bottom:40px}.section-title h1[data-v-c5155f4c]{font-size:2.5rem;margin-bottom:1rem}.section-title p[data-v-c5155f4c]{color:#666;font-size:1.1rem}h1[data-v-68f1d130]{color:#2c3e50}h2[data-v-68f1d130]{color:#42b983;font-size:1.5rem;margin-bottom:.5rem}.card[data-v-68f1d130]{border-radius:15px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s}.card[data-v-68f1d130]:hover{transform:translateY(-5px)}.card-body[data-v-68f1d130]{padding:2rem}.btn-outline-primary[data-v-68f1d130]{color:#42b983;border-color:#42b983}.btn-outline-primary[data-v-68f1d130]:hover{background-color:#42b983;border-color:#42b983;color:#fff}.pagination .page-link[data-v-68f1d130]{color:#42b983}.pagination .active .page-link[data-v-68f1d130]{background-color:#42b983;border-color:#42b983}.blog-page[data-v-e80a3964]{background-color:#f8f9fa;min-height:100vh}.ota-item[data-v-e80a3964]{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease;cursor:pointer}.ota-item[data-v-e80a3964]:hover{transform:translateY(-5px)}.ota-image-wrapper[data-v-e80a3964]{position:relative;padding-top:60%;overflow:hidden}.ota-image[data-v-e80a3964]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ota-content[data-v-e80a3964]{padding:1rem}.ota-heading[data-v-e80a3964]{font-size:1.1rem;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ota-meta[data-v-e80a3964]{font-size:.9rem;color:#6c757d}.ota-meta>span[data-v-e80a3964]:not(:last-child):after{content:"•";margin:0 .5rem}.no-posts-message[data-v-e80a3964]{text-align:center;padding:3rem 0}.no-data-icon[data-v-e80a3964]{font-size:3rem;margin-bottom:1rem}.btn-primary[data-v-e80a3964]:disabled{cursor:not-allowed}.spinner-border-sm[data-v-e80a3964]{width:1rem;height:1rem}.blog-post-title[data-v-bd634ea0]{font-size:1.5rem}.blog-post-content img[data-v-bd634ea0]{width:480px!important}.blog-post-image[data-v-bd634ea0]{max-width:480px;width:100%;border-radius:12px}.loading-container[data-v-bd634ea0]{min-height:60vh;display:flex;justify-content:center;align-items:center}.loading-spinner[data-v-bd634ea0]{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--home4-primary);border-radius:50%;animation:spin-bd634ea0 1s linear infinite}@keyframes spin-bd634ea0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blog-post-container[data-v-bd634ea0]{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 300px;gap:2rem}.blog-content[data-v-bd634ea0]{padding:2rem}.blog-content[data-v-bd634ea0],.related-posts[data-v-bd634ea0]{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.related-posts[data-v-bd634ea0]{position:sticky;top:2rem;align-self:start;padding:1.5rem}.related-title[data-v-bd634ea0]{font-size:1.4rem;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.related-list[data-v-bd634ea0]{display:flex;flex-direction:column;gap:1.5rem}.related-item[data-v-bd634ea0]{display:flex;gap:1rem;cursor:pointer;transition:transform .3s ease;padding:.5rem;border-radius:8px}.related-item[data-v-bd634ea0]:hover{transform:translateX(5px);background:#f8f9fa}.related-image-wrapper[data-v-bd634ea0]{flex:0 0 100px}.related-image[data-v-bd634ea0]{width:100px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.related-content[data-v-bd634ea0]{flex:1;min-width:0}.related-heading[data-v-bd634ea0]{font-size:1rem;color:#2c3e50;margin:0 0 .5rem 0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.related-meta[data-v-bd634ea0]{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem}.related-category[data-v-bd634ea0]{color:var(--home4-primary);font-weight:600}.related-date[data-v-bd634ea0]{color:#666}.blog-post-meta[data-v-bd634ea0]{display:flex;align-items:center;justify-content:center;gap:20px;margin:20px 0;flex-wrap:wrap;font-size:.95rem;color:#666}.blog-post-meta span[data-v-bd634ea0]{display:flex;align-items:center;padding:4px 12px;border-radius:20px;background-color:#f5f5f5;transition:all .3s ease}.blog-post-meta span[data-v-bd634ea0]:hover{background-color:#e9e9e9}.blog-post-category[data-v-bd634ea0]{color:#2196f3;font-weight:500}.blog-post-author[data-v-bd634ea0]{color:#333}.blog-post-date[data-v-bd634ea0]{color:#666}.blog-post-views[data-v-bd634ea0]{color:#4caf50}.blog-post-views i[data-v-bd634ea0]{margin-right:6px}@media (max-width:1024px){.blog-post-container[data-v-bd634ea0]{grid-template-columns:1fr}.related-posts[data-v-bd634ea0]{position:static;margin-top:2rem}.related-list[data-v-bd634ea0]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.related-item[data-v-bd634ea0]{flex-direction:column}.related-image-wrapper[data-v-bd634ea0]{flex:none}.related-image[data-v-bd634ea0]{width:100%;height:150px}}@media (max-width:768px){.blog-content[data-v-bd634ea0],.blog-post-container[data-v-bd634ea0]{padding:1rem}.related-list[data-v-bd634ea0]{grid-template-columns:1fr}.blog-post-meta[data-v-bd634ea0]{gap:10px;justify-content:flex-start}.blog-post-meta span[data-v-bd634ea0]{padding:3px 10px;font-size:.9rem}}.not-found[data-v-bd634ea0]{min-height:60vh;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#f8f9fa}.not-found-content[data-v-bd634ea0]{padding:2rem}.error-code[data-v-bd634ea0]{font-size:8rem;font-weight:700;color:#2c3e50;margin:0;line-height:1}.error-message[data-v-bd634ea0]{font-size:2rem;color:#2c3e50;margin:1rem 0}.error-description[data-v-bd634ea0]{font-size:1.2rem;color:#666;margin-bottom:2rem}.home-button[data-v-bd634ea0]{display:inline-block;padding:.8rem 1.5rem;background-color:var(--home4-primary);color:#fff;text-decoration:none;border:none;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:opacity .3s}.home-button[data-v-bd634ea0]:hover{opacity:.9}.not-found[data-v-bf09387e]{min-height:70vh;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#f8f9fa;border-radius:10px}.not-found-content[data-v-bf09387e]{padding:2rem}.error-code[data-v-bf09387e]{font-size:8rem;font-weight:700;color:#2c3e50;margin:0;line-height:1}.error-message[data-v-bf09387e]{font-size:2rem;color:#2c3e50;margin:1rem 0}.error-description[data-v-bf09387e]{font-size:1.2rem;color:#666;margin-bottom:2rem}.home-button[data-v-bf09387e]{display:inline-block;padding:.8rem 1.5rem;background-color:#42b983;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.home-button[data-v-bf09387e]:hover{background-color:#3aa876}.calendar-day[data-v-667b51e8]{width:14.28571%;height:40px;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.calendar-day[data-v-667b51e8]:hover:not(.disabled){background-color:#e9ecef}.calendar-day.active[data-v-667b51e8]:not(.disabled){background-color:#39b460;color:#fff}.calendar-day.disabled[data-v-667b51e8]{color:#ccc;cursor:not-allowed;background-color:#f8f9fa}.day-name[data-v-667b51e8]{font-weight:700;color:#495057;cursor:default}.time-slot[data-v-667b51e8]{padding:8px 16px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.time-slot[data-v-667b51e8]:hover:not(.booked){background-color:#e9ecef;border-color:#39b460;color:#39b460}.time-slot.active[data-v-667b51e8]{background-color:#39b460;color:#fff;border-color:#39b460}.time-slot.booked[data-v-667b51e8]{background-color:#dc3545;color:#fff;cursor:not-allowed;opacity:.7}.gap-2[data-v-667b51e8]{gap:.5rem!important}.details[data-v-667b51e8]{border:1px solid #ddd;padding:15px;border-radius:5px}.spinner-border[data-v-667b51e8]{width:3rem;height:3rem;color:#39b460}.btn-primary[data-v-667b51e8]{background-color:#39b460!important;border-color:#39b460!important}.btn-primary[data-v-667b51e8]:hover{background-color:#2d8f4c!important;border-color:#2d8f4c!important}.form-select[data-v-667b51e8]:focus{border-color:#39b460;box-shadow:0 0 0 .25rem rgba(57,180,96,.25)}.btn-outline-primary[data-v-667b51e8]:hover{background-color:#39b460!important;color:#fff!important}.main-menu[data-v-224d48ac]{background-size:cover;background-position:50%;min-height:100vh}.main-menu-container[data-v-224d48ac]{padding:1rem;height:80vh;display:flex;align-items:center;justify-content:center}.menu-grid[data-v-224d48ac]{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px;padding:0 1rem}.menu-item[data-v-224d48ac]{display:flex;align-items:center;padding:1rem;border-radius:15px;text-decoration:none;color:#fff;position:relative;overflow:hidden;transition:all .3s ease;min-height:60px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.menu-item[data-v-224d48ac]:hover{transform:translateX(5px) translateY(-2px) scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,.15)}.icon-container[data-v-224d48ac]{background-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;transition:transform .3s ease}.menu-item:hover .icon-container[data-v-224d48ac]{transform:scale(1.1);background-color:hsla(0,0%,100%,.3)}.icon-container i[data-v-224d48ac]{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.menu-text[data-v-224d48ac]{flex:1;font-size:1.2rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;letter-spacing:.3px}.arrow[data-v-224d48ac]{font-size:1rem;opacity:.8;transition:transform .3s ease}.menu-item:hover .arrow[data-v-224d48ac]{transform:translateX(3px);opacity:1}.purple[data-v-224d48ac]{background:linear-gradient(135deg,#9333ea,#7c3aed);box-shadow:0 4px 15px rgba(147,51,234,.3)}.blue[data-v-224d48ac]{background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 4px 15px rgba(59,130,246,.3)}.pink[data-v-224d48ac]{background:linear-gradient(135deg,#f472b6,#ec4899);box-shadow:0 4px 15px rgba(236,72,153,.3)}.orange[data-v-224d48ac]{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 4px 15px rgba(245,158,11,.3)}@media (max-height:800px){.header-image[data-v-224d48ac]{width:120px;height:120px}h1[data-v-224d48ac]{font-size:2rem}.description[data-v-224d48ac]{font-size:.9rem;line-height:1.4}.menu-item[data-v-224d48ac]{padding:.8rem;min-height:50px}.icon-container[data-v-224d48ac]{width:35px;height:35px}.menu-text[data-v-224d48ac]{font-size:1rem}}@media (max-height:600px){.header-image[data-v-224d48ac]{width:100px;height:100px}.description[data-v-224d48ac]{display:none}}.area[data-v-224d48ac]{pointer-events:none}.area[data-v-224d48ac],.circles[data-v-224d48ac]{position:absolute;width:100%;height:100%;overflow:hidden}.circles[data-v-224d48ac]{top:0;left:0}.circles li[data-v-224d48ac]{position:absolute;display:block;list-style:none;animation:animate-224d48ac 25s linear infinite;bottom:-150px}.circles li i[data-v-224d48ac]{color:hsla(0,0%,100%,.5);font-size:20px}.circles li:first-child i[data-v-224d48ac]{color:rgba(255,182,193,.6);font-size:40px}.circles li:nth-child(2) i[data-v-224d48ac]{color:rgba(173,216,230,.6);font-size:20px}.circles li:nth-child(3) i[data-v-224d48ac]{color:rgba(255,218,185,.6);font-size:25px}.circles li:nth-child(4) i[data-v-224d48ac]{color:rgba(221,160,221,.6);font-size:35px}.circles li:nth-child(5) i[data-v-224d48ac]{color:rgba(176,224,230,.6);font-size:22px}.circles li:nth-child(6) i[data-v-224d48ac]{color:rgba(255,192,203,.6);font-size:45px}.circles li:nth-child(7) i[data-v-224d48ac]{color:rgba(230,190,255,.6);font-size:50px}.circles li:nth-child(8) i[data-v-224d48ac]{color:rgba(255,253,150,.6);font-size:25px}.circles li:nth-child(9) i[data-v-224d48ac]{color:rgba(176,224,200,.6);font-size:20px}.circles li:nth-child(10) i[data-v-224d48ac]{color:rgba(255,182,193,.6);font-size:48px}.circles li[data-v-224d48ac]:first-child{left:25%;animation-delay:0s}.circles li[data-v-224d48ac]:nth-child(2){left:10%;animation-delay:2s;animation-duration:12s}.circles li[data-v-224d48ac]:nth-child(3){left:70%;animation-delay:4s}.circles li[data-v-224d48ac]:nth-child(4){left:40%;animation-delay:0s;animation-duration:18s}.circles li[data-v-224d48ac]:nth-child(5){left:65%;animation-delay:0s}.circles li[data-v-224d48ac]:nth-child(6){left:75%;animation-delay:3s}.circles li[data-v-224d48ac]:nth-child(7){left:35%;animation-delay:7s}.circles li[data-v-224d48ac]:nth-child(8){left:50%;animation-delay:15s;animation-duration:45s}.circles li[data-v-224d48ac]:nth-child(9){left:20%;animation-delay:2s;animation-duration:35s}.circles li[data-v-224d48ac]:nth-child(10){left:85%;animation-delay:0s;animation-duration:11s}@keyframes animate-224d48ac{0%{transform:translateY(0) rotate(0deg) scale(1);opacity:1}to{transform:translateY(-1000px) rotate(2turn) scale(.5);opacity:0}}.header-section[data-v-224d48ac]{text-align:center;margin-bottom:1rem;padding:1.5rem;background:hsla(0,0%,100%,.9);border-radius:20px;box-shadow:0 8px 32px rgba(31,38,135,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}h1[data-v-224d48ac]{font-size:2.5rem;color:#4a5568;margin-bottom:1rem;line-height:1.2;font-weight:700}h1 span[data-v-224d48ac]{color:#28bf7e;display:inline-block;position:relative}h1 span[data-v-224d48ac]:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#28bf7e,#28bf7e);border-radius:2px}.header-image[data-v-224d48ac]{margin:1rem auto;width:150px;height:150px;position:relative;overflow:hidden;border-radius:50%;box-shadow:0 4px 20px rgba(124,58,237,.15)}.header-image img[data-v-224d48ac]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.header-image:hover img[data-v-224d48ac]{transform:scale(1.05)}.description[data-v-224d48ac]{color:#4a5568;font-size:1rem;line-height:1.6;margin:1rem auto;max-width:800px;padding:0 1rem}@media (max-width:768px){.header-section[data-v-224d48ac]{padding:1rem;margin-top:15rem}h1[data-v-224d48ac]{font-size:2rem}.header-image[data-v-224d48ac]{width:150px;height:150px}.description[data-v-224d48ac]{font-size:1rem;line-height:1.6}}.btn-primary{background-color:#28bf7e!important;border-color:#28bf7e!important;color:#fff!important}*,body,html{font-family:Kanit,sans-serif!important}*{margin:0;padding:0;box-sizing:border-box}body{font-weight:300;line-height:1.6;color:#333;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#28bf7e}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.text-primary{color:#28bf7e}.bg-primary{background-color:#28bf7e}.font-light{font-weight:300!important}.font-regular{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}@media (max-width:768px){body{font-size:14px}h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.3rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#28bf7e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#219d68}