@font-face {
    font-family: 'Kanit-Medium';
    src: url('../fonts/Kanit-Medium.eot');
    src: url('../fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-Medium.woff2') format('woff2'), url('../fonts/Kanit-Medium.woff') format('woff'), url('../fonts/Kanit-Medium.ttf') format('truetype'), url('../fonts/Kanit-Medium.svg#Kanit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Light';
    src: url('../fonts/Kanit-Light.eot');
    src: url('../fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-Light.woff2') format('woff2'), url('../fonts/Kanit-Light.woff') format('woff'), url('../fonts/Kanit-Light.ttf') format('truetype'), url('../fonts/Kanit-Light.svg#Kanit-Light') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-SemiBold';
    src: url('../fonts/Kanit-SemiBold.eot');
    src: url('../fonts/Kanit-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-SemiBold.woff2') format('woff2'), url('../fonts/Kanit-SemiBold.woff') format('woff'), url('../fonts/Kanit-SemiBold.ttf') format('truetype'), url('../fonts/Kanit-SemiBold.svg#Kanit-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Bold';
    src: url('../fonts/Kanit-Bold.eot');
    src: url('../fonts/Kanit-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-Bold.woff2') format('woff2'), url('../fonts/Kanit-Bold.woff') format('woff'), url('../fonts/Kanit-Bold.ttf') format('truetype'), url('../fonts/Kanit-Bold.svg#Kanit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Regular';
    src: url('../fonts/Kanit-Regular.eot');
    src: url('../fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-Regular.woff2') format('woff2'), url('../fonts/Kanit-Regular.woff') format('woff'), url('../fonts/Kanit-Regular.ttf') format('truetype'), url('../fonts/Kanit-Regular.svg#Kanit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-ExtraLight';
    src: url('../fonts/Kanit-ExtraLight.eot');
    src: url('../fonts/Kanit-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-ExtraLight.woff2') format('woff2'), url('../fonts/Kanit-ExtraLight.woff') format('woff'), url('../fonts/Kanit-ExtraLight.ttf') format('truetype'), url('../fonts/Kanit-ExtraLight.svg#Kanit-ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Thin';
    src: url('../fonts/Kanit-Thin.eot');
    src: url('../fonts/Kanit-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Kanit-Thin.woff2') format('woff2'), url('../fonts/Kanit-Thin.woff') format('woff'), url('../fonts/Kanit-Thin.ttf') format('truetype'), url('../fonts/Kanit-Thin.svg#Kanit-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #0f172a;
    --bg-soft: #111827;
    --card: #1e293b;
    --card-2: #1f2937;
    --text: #ffffff;
    --muted: #cbd5e1;
    --muted-2: #9ca3af;
    --accent: #22c55e;
    --purple: #4b00b8;
    --border: rgba(255, 255, 255, 0.08);
}

html,
body {
    font-family: Arial, sans-serif;
    color: var(--text);
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1400px, 92%);
    margin: 0 auto;
}

.site-header {
    /*position: sticky;*/
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}

.site-header .container {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

header.site-header.newClass {
    background: #ffffff87;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.nav a {
    color: #400378;
    transition: 0.3s ease;
    font-size: 18px;
    font-family: "Kanit-Regular";
    transition: all 300ms ease-in;
}

.nav a:hover {
    color: #400378;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg.png);
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
    flex-wrap: wrap;
    max-width: 100%;
}

.hero-dotts {
    background: url(../images/dots.svg)no-repeat;
    width: 200px;
    height: 55px;
    position: absolute;
    left: 58%;
    top: 1%;
    transform: translate(-58%, -1%);
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-leftcontent {
    display: flex;
    /* width: 100%; */
}

.hero-metaText {
    margin: 0 25px 0 0;
    padding: 50px 0 0 0;
    max-width: 300px;
}

.hero-rightcontent {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-around;
}

.hero-img {
    margin: 0;
}

.btn {
    padding: 14px 26px; 
    border: none;
    background: var(--accent);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
}

.hero-visual {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mini-card {
    background: #f4f4f4;
    border: 1px solid var(--border);
    border-radius: 18px;
    min-height: 120px;
    padding: 18px;
    display: flex;
    align-items: end;
    font-weight: 700;
    color: #e5e7eb;
}

.section {
    padding: 88px 0;
}

.section-dark {
    background: var(--bg-soft);
}

.section-title {
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 14px;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    color: var(--muted);
    max-width: 760px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.slider .slide-card {
    background: var(--card-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 56px 22px;
    margin: 0 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.card {
    background: #f4f4f4;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 30px 22px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
}

.card h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.card p {
    color: var(--muted);
    line-height: 1.7;
}

.cta-box {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 40px 28px;
    text-align: center;
}

.cta-box h2 {
    margin-bottom: 12px;
    font-size: clamp(28px, 4vw, 42px);
}

.cta-box p {
    color: var(--muted);
    margin-bottom: 24px;
    line-height: 1.7;
}

.site-footer {
    padding: 28px 0;
    background: #400378;
    border-top: 1px solid var(--border);
    text-align: center;
    color: #fff;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
}

.slick-slide>div {
    width: 100%;
}

.slick-dots li button:before,
.slick-prev:before,
.slick-next:before {
    color: white;
}

@media (max-width: 900px) {

    .hero-content,
    .cards {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .hero-visual {
        order: -1;
    }
}

@media (max-width: 640px) {
    .site-header .container {
        padding: 14px 0;
        flex-direction: column;
        justify-content: center;
    }

    .nav {
        justify-content: center;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .slider .slide-card {
        margin: 0 6px;
    }
}

/*** hero anima ***/
.anima-itemLeft01 {
    position: absolute;
    left: -4px;
}

.anima-itemRight01 {
    position: absolute;
    right: 0;
}

.anima-itemBottom01 {
    position: absolute;
    right: 10%;
    bottom: 0;
}

/**/
.hero-metaText h2 {
    font-family: "Kanit-SemiBold";
    font-size: 20px;
    line-height: 24px;
    color: #400378;
    text-align: center;
}

.hero-metaText h2 span {
    color: #AB01AB;
}

.hero-media {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.hero-media p {
    font-family: "Kanit-Regular";
    font-size: 20px;
    line-height: 30px;
    color: #400378;
    text-align: right;
    display: flex;
}

.hero-media ul {
    padding-left: 10px;
}

.hero-media ul li {
    text-align: right;
    list-style: none;
    display: inline-block;
}

.hero-leftjumbotext h2 {
    font-size: 300px;
    color: #400378;
    font-family: 'Kanit-SemiBold';
    line-height: 220px;
    margin: 10px 0 0 -100px;
}

.hero-leftjumbotext h3 {
    font-size: 110px;
    font-family: 'Kanit-SemiBold';
    line-height: 110px;
    margin: 0px 0 0 40px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #3e0375;
}

.hero-rightjumbotext h2 {
    font-size: 60px;
    color: #400378;
    font-family: 'Kanit-SemiBold';
    line-height: 70px;
    margin: 10px 0 0 0px;
}

.hero-rightjumbotext h3 {
    font-size: 60px;
    font-family: 'Kanit-SemiBold';
    line-height: 70px;
    margin: 0px 0 0 0px;
    color: #AB01AB;
}

.hero-rightjumbotext p {
    font-size: 34px;
    font-family: 'Kanit-Regular';
    line-height: 40px;
    margin: 0px 0 0 0px;
    color: #400378;
}

.hero-rightcontent a {
    font-size: 26px;
    font-family: 'Kanit-Regular';
    line-height: 40px;
    margin: 0px 0 0 0px;
    background: #400378;
    color: #fff;
    padding: 14px 24px;
    transition: all 300ms ease-in;
}

.hero-rightcontent a:hover {
    background: #AB01AB;
    color: #fff;
}

.hero-rightjumbotext {
    position: relative;
    padding: 0 45px 0 100px;
    margin-right: 80px;
}

.hero-leftjumbotext {
    z-index: 9;
}

.hero-rightcontent {
    z-index: 9;
}

.hero-rightjumbotext:before {
    content: "";
    width: 1px;
    height: 140px;
    background: #400378;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-rightcontent .hero-img {
    margin-left: -30px;
    position: relative;
    margin-top: -60px;
}

.hero-rightcontent .hero-img:before {
    content: "";
    width: 160px;
    height: 110px;
    background: rgba(63, 3, 120, 80%);
    position: absolute;
    right: -80px;
    bottom: 55px;
}

/** About */
.aboutExpo {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg.png);
    position: relative;
    overflow: hidden;
}

.aboutExpo-inner {
    display: flex;
    align-items: center;
}

.aboutExpo h2 {
    font-family: "Kanit-SemiBold";
    font-size: 80px;
    line-height: 120px;
    color: #400378;
    text-align: center;
    margin: 0;
}

.aboutExpo h3 {
    font-family: "Kanit-Light";
    font-size: 40px;
    line-height: 80px;
    color: #000;
    text-align: center;
    position: relative;
    margin: 0;
}

.aboutExpo p {
    font-family: "Kanit-Light";
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-align: left;
    position: relative;
    margin: 0 0 15px;
}

.about h3 {
    position: relative;
    font-family: "Kanit-Light";
    margin-bottom: 30px;
}

.about h3:before {
    content: " ";
    width: 200px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #400378;
}

.verticalText h2 {
    font-size: 80px;
    font-family: 'Kanit-SemiBold';
    line-height: 90px;
    position: absolute;
    top: 25%;
    left: 0;
    transform: rotate(0deg) translate(-4px);
    writing-mode: vertical-lr;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #3e0375;
}

.aboutAnima_left {
    position: absolute;
    left: -40px;
    top: 20px;
}

.aboutAnima_right {
    position: absolute;
    right: -49px;
    bottom: 100px;
    transform: rotate(-175deg);
}

.aboutExpo .horizontalText h2 {
    font-size: 100px;
    font-family: 'Kanit-SemiBold';
    line-height: 100px;
    position: absolute;
    bottom: -3%;
    right: 40px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3e0375;
}

.venuDetails .horizontalText h2 {
    font-size: 100px;
    font-family: 'Kanit-SemiBold';
    line-height: 100px;
    position: absolute;
    top: -7%;
    right: 40px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.venuDetails {
    position: relative;
    min-height: 100vh;
    display: flex;
    background: #400378 url(../images/venubg.png);
    position: relative;
    overflow: hidden;
    padding: 125px 0 0;
}

.venuDetails h2 {
    font-size: 50px;
    font-family: 'Kanit-SemiBold';
    line-height: 50px;
    color: #fff;
}

.venuDetails h3 {
    position: relative;
    font-size: 40px;
    font-family: 'Kanit-Thin';
    line-height: 40px;
    color: #fff;
    padding-top: 80px;
}

.venuDetails h3:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -10px;
    background: #fff;
    width: 220px;
    height: 1px;
}

.venuinner {
    width: 100%;
    display: block;
    margin: 80px 0;
    position: relative;
}

.venuinner:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 50%;
    background: #fff;
    height: 1px;
    transform: translateX(-50%);
}

.venuinner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.venuinner ul li {
    list-style: none;
}

.venuinner ul li h2 {
    font-size: 28px;
    font-family: 'Kanit-Thin';
    line-height: 40px;
}

.venu-date {
    display: flex;
    align-items: anchor-center;
}

.venuinner ul li h2 span {
    display: block;
    font-family: 'Kanit-SemiBold';
}

.venuinner ul li h2 b {
    font-weight: 100;
    font-family: 'Kanit-Regular';
}

.venu-icon img {
    width: 60px;
}

.venu-icon {
    max-width: 60px;
    margin-right: 25px;
}

.venucontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 125px 0 0;
}

.venucontent-left h2 {
    font-size: 30px;
    line-height: 40px;
}

.venucontent-left ul {
    padding: 15px 0;
}

.venucontent-left ul li {
    list-style: disc;
    list-style-position: inside;
    padding: 8px 0 0;
}

.venucontent-right {
    background: #fff;
    max-width: 600px;
    border-radius: 30px;
    padding: 30px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 80px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 80px;
    height: 260px;
    position: relative;
}

.venucontent-right h2 {
    color: #360366;
    font-size: 32px;
    line-height: 30px;
}

.venucontent-right p {
    font-size: 20px;
    line-height: 26px;
    color: #360366;
    margin: 20px 0;
}

.venucontent-right a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #360366;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 18px;
    transition: all 300ms ease-in;
}

.venucontent-right a:hover {
    background: #AB01AB;
}

.partners-section {
    display: flex;
    background: #400378;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    background: #400378 url(../images/venubg.png);
    padding: 50px 0;
}

.partners-wrap {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 180px);
    gap: 16px;
    justify-content: center;
}

.partner-card {
    width: 180px;
    background: #fff;
    margin: 10px;
    height: 125px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

/*.partner-card:not(:nth-child(4n))::after {
    content: "";
    width: 1px;
    height: 120%;
    background: #fff;
    position: absolute;
    right: -13px;
    bottom: -13px;
}

.partner-card:nth-child(-n + 8)::before {
    content: "";
    width: 115%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -15px;
    bottom: -15px;
}*/

.whyexpo {
    min-height: 100vh;
    display: flex;
    background: url(../images/bg.png);
    position: relative;
    padding: 125px 0 0;
    justify-content: space-between;
}

.whyexpo .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.whyexpo h2 {
    color: #400378;
    font-size: 60px;
    font-family: 'Kanit-SemiBold';
    line-height: 80px;
    margin-bottom: 30px;
}

.whyexpo h3 {
    color: #000;
    font-family: 'Kanit-Light';
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.whyexpo h3:before {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #400378
}

.whyexpo p {
    color: #000;
    font-size: 20px;
    font-family: 'Kanit-Light';
    line-height: 26px;
    margin-bottom: 15px;
}

.whyexpo ul li {
    color: #000;
}

.whyexpo-left {
    max-width: 600px;
}

.whyexpo-right {
    max-width: 600px;
    text-align: right;
}

.partners-left {
    /*max-width: 460px; */
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.partners-left h2 {
    font-family: "Kanit-SemiBold";
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    position: relative;
}

.partners-left p {
    font-family: "Kanit-Thin";
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.whyexpo ul {
    padding: 0;
}

.whyexpo ul li {
    list-style-position: inside;
    padding: 0;
    font-size: 18px;
    font-family: 'Kanit-Light';
}

.whyexpo-right {}

.whyexpo-right ul {
    text-align: left;
    display: inline-block;
}

.whyexpo-right ul li {
    list-style-position: inside;
}

.whyexpo:before {
    content: "";
    width: 1px;
    height: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #400378;
}

.whyexpo .whyexpo-right h3:before {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    right: 0;
    left: inherit;
    bottom: -10px;
    background: #400378
}

.footer {
    background: linear-gradient(180deg, #400378, #AB01AB);
    color: #fff;
    padding: 50px 20px 20px;
    font-family: 'Kanit-Light';
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer h2,
.footer h3 {
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Kanit-Light';
}

.footer p,
.footer a {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    text-decoration: none;
    font-family: 'Kanit-Light';
    transition: all 300ms ease-in;
}

.footer a:hover {
    color: #000;
    transition: 0.3s;
}

.footer-logo {
    font-size: 28px;
    font-weight: bold;
    color: #400378;
    margin-bottom: 12px;
    max-width: 200px;
}

.footer-about p {
    max-width: 280px;
}

.footer-links ul,
.footer-events ul,
.footer-contact ul {
    list-style: none;
}

.footer-links li,
.footer-events li,
.footer-contact li {
    margin-bottom: 0px;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
}

.social-icons a:hover {
    background: #38bdf8;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 35px;
    padding-top: 18px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #fff;
}

/* Tablet */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .footer {
        padding: 40px 15px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-logo {
        font-size: 24px;
    }

    .footer h3 {
        font-size: 18px;
    }

    .footer p,
    .footer a {
        font-size: 14px;
    }

    .social-icons {
        gap: 10px;
    }
}

.navbar {
    width: 100%;
    padding: 20px 0;
}

.nav-container {
    max-width: 1400px;
    margin: auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
}

.nav-menu li a {
    text-decoration: none;
    color: #400378;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 4px 0px;
    font-family:'Kanit-Light';
}

.nav-menu li a:hover {
    color: #400378;
}

a.nav-link.active {
    padding: 4px 0px;
    border-bottom: 2px solid #400378;
}

.hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #400378;
    border-radius: 3px;
    transition: all 0.3s ease;
    left: 0;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 10px;
}

.hamburger span:nth-child(3) {
    top: 20px;
}

/* Cross animation */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 125px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        align-items: center;
        gap: 0;
        display: none;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
        padding-bottom: 10px;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
        border-top: 1px solid #eee;
    }

    .nav-menu li a {
        display: block;
        padding: 18px 0;
    }
}

.jobfair-popup {
    max-width: 520px;
    margin: 40px auto;
    background: #ffffff;
    padding: 35px 30px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.popup-title {
    color: #400378;
    font-size: 28px;
    font-family: 'Kanit-Thin', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.popup-subtitle {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}

.jobfair-form .form-group {
    margin-bottom: 16px;
}

.jobfair-form label {
    display: block;
    margin-bottom: 6px;
    color: #400378;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.jobfair-form input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8c6ea;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.jobfair-form input:focus {
    border-color: #400378;
}

.jobfair-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8c6ea;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.jobfair-form select:focus {
    border-color: #400378;
}

.two-column-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 6px;
    color: #400378;
    font-weight: 600;
    align-items: center;
    display: flex;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8c6ea;
    font-size: 14px;
    box-sizing: border-box;
}

.full-width {
    grid-column: 1 / -1;
}

.register-btn {
    width: 100%;
    background: #400378;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: 0.3s ease;
}

.register-btn:hover {
    background: #5a0aa3;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #400378;
    cursor: pointer;
    font-family: "Kanit-SemiBold";
}

.popup-close:hover {
    color: #5a0aa3;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 50px;
    width: auto;
    max-width: 600px;
    margin: 40px auto;
}

.popup-title {
    color: #400378;
    font-size: 28px;
    font-family: "Kanit-SemiBold";
}

@media (max-width: 768px) {
    .two-column-form {
        grid-template-columns: 1fr;
    }
}

.skill-box {  
    border: 1px solid #ccc;  
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.skill-box input {
    border: none;
    outline: none;
    flex: 1; 
    font-size: 14px;
}

.tag {
    background: #400378;
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.tag span {
    cursor: pointer;
    font-weight: bold;
}

  .upload-wrapper {  
    }

    .upload-box {
      border: 1px dashed #400378; 
      padding:12px;
      text-align: center;
      cursor: pointer;
      background: #faf5ff;
      transition: 0.3s;
    }

    .upload-box:hover {
      background: #f3e8ff;
    }

    .upload-box p {
      margin: 0;
      color: #400378;
      font-size: 14px;
      font-weight: 600;
    }

    .file-name {
      margin-top: 10px;
      font-size: 14px;
      color: #333;
    }

    input[type="file"] {
      display: none;
    }

    .select-wrapper {
  position: relative;
  width: 250px;
}

.select-wrapper select {
  width: 100%;
  padding: 12px 40px 12px 14px;
  border: 1px solid #ccc; 
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  cursor: pointer;
}

.select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #400378;
  pointer-events: none;
}

    .select-wrapper::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #400378;
  border-bottom: 2px solid #400378;
  transform: translateY(-60%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  pointer-events: none;
}


.reg-btn {
    font-size: 24px;
    font-family: 'Kanit-Regular';
    line-height: 34px;
    margin: 0px 0 0 0px;
    background: #400378;
    color: #fff;
    padding: 18px 26px;
    display: inline-block;
    margin: 20px 0;
    transition: all 300ms ease-in;
}

.reg-btn:hover {
    background: #AB01AB;
    color: #fff;
}

.terms-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.terms-label input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #4b0082;
}

.terms-label a {
  color: #4b0082;
  font-weight: 600;
  text-decoration: none;
}

.terms-label a:hover {
  text-decoration: underline;
}

.terms-content h2{
    color: #400378;
    font-size: 20px;
    font-family: 'Kanit-SemiBold';
    line-height: 30px;
    margin-bottom: 20px;
}
.terms-content p{
    color: #000;
    font-size: 14px;
    font-family: 'Kanit-Light';
    line-height: 18px;
    margin-bottom: 15px;
}
.nested-btn{
    font-size: 14px;
    font-family: 'Kanit-Regular';
    line-height: 16px;
    margin: 0px 0 0 0px;
    background: #400378;
    color: #fff;
    padding: 12px;
    display: inline-block;
    margin: 20px 0 0;
    transition: all 300ms ease-in;
}
.nested-btn:hover {
    background: #AB01AB;
    color: #fff;
}
.sign-in-btn { 
    font-size: 16px;
    font-family: 'Kanit-Light';
    line-height: 16px;
    margin: 0px 0 0 0px;
    background: #400378;
    color: #fff;
    padding: 10px 14px;
    transition: all 300ms ease-in;
}

.sign-in-btn:hover { 
    background: #AB01AB;
    color: #fff;
}
sup {
    font-family: 'Kanit-Thin';
    font-size: 32px;
}


/* admin */
.login-wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.login-left {
  background: linear-gradient(135deg, #400378, #6e12b8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #ffffff;
}

.brand-box {
  max-width: 460px;
}

.brand-box h1 {
  font-size: 48px;
  margin-bottom: 16px;
  font-weight: 700;
}

.brand-box p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}

.login-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.login-card {
  width: 100%;
  max-width: 430px;
  background: #ffffff;
  padding: 36px;
  box-shadow: 0 20px 50px rgba(64, 3, 120, 0.15);
}

.login-card h2 {
  color: #400378;
  font-size: 32px;
  margin-bottom: 8px;
}

.subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.login-wrapper .form-group input {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.login-wrapper .form-group input:focus {
  border-color: #400378;
  box-shadow: 0 0 0 3px rgba(64, 3, 120, 0.1);
}

.password-box {
  display: flex;
  border: 1px solid #ddd;
}

.password-box input {
  border: none;
  flex: 1;
}

.password-box:focus-within {
  border-color: #400378;
  box-shadow: 0 0 0 3px rgba(64, 3, 120, 0.1);
}

.password-box button {
  border: none;
  background: transparent;
  color: #400378;
  padding: 0 14px;
  cursor: pointer;
  font-weight: 600;
}

.error-message {
  display: block;
  color: #d60000;
  font-size: 12px;
  margin-top: 6px;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
}

.form-options label {
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-options input {
  accent-color: #400378;
}

.form-options a,
.register-text a {
  color: #400378;
  text-decoration: none;
  font-weight: 600;
}

.login-btn {
  width: 100%;
  height: 50px;
  background: #400378;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.login-btn:hover {
  background: #2d0255;
}

.register-text {
  text-align: center;
  margin-top: 24px;
  color: #555;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 900px) {
  .login-wrapper {
    grid-template-columns: 1fr;
  }

  .login-left {
    min-height: 280px;
  }

  .brand-box {
    text-align: center;
  }

  .brand-box h1 {
    font-size: 36px;
  }

  .brand-box p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .login-left {
    min-height: 220px;
    padding: 25px;
  }

  .brand-box h1 {
    font-size: 30px;
  }

  .login-right {
    padding: 24px 14px;
  }

  .login-card {
    padding: 26px 20px;
  }

  .login-card h2 {
    font-size: 28px;
  }

  .form-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}


.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.auth-card {
  width: 100%;
  max-width: 430px;
  background: #ffffff;
  padding: 38px 34px;
  box-shadow: 0 25px 60px rgba(64, 3, 120, 0.22);
}

.back-link {
  display: inline-block;
  margin-bottom: 22px;
  color: #400378;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.auth-card h2 {
  color: #400378;
  font-size: 30px;
  margin-bottom: 10px;
}

.auth-subtitle {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.login-wrapper .form-group input,
.login-wrapper .password-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #dddddd;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}

.login-wrapper .form-group input:focus,
.login-wrapper .password-field:focus-within {
  border-color: #400378;
  box-shadow: 0 0 0 3px rgba(64, 3, 120, 0.12);
}

.password-field {
  display: flex;
  border: 1px solid #dddddd;
}

.password-field input {
  border: none;
  flex: 1;
}

.toggle-pass {
  border: none;
  background: transparent;
  color: #400378;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.error-message {
  display: block;
  color: #d60000;
  font-size: 12px;
  margin-top: 6px;
}

.primary-btn {
  width: 100%;
  height: 50px;
  border: none;
  background: #400378;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.primary-btn:hover {
  background: #2d0255;
}

.bottom-text {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #555555;
}

.bottom-text a,
.form-options a {
  color: #400378;
  font-weight: 700;
  text-decoration: none;
}

.bottom-text a:hover,
.form-options a:hover,
.back-link:hover {
  text-decoration: underline;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
}

.form-options label {
  color: #555555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-options input {
  accent-color: #400378;
}

.otp-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}

.otp-input {
  height: 52px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid #dddddd;
  outline: none;
  max-width: 50px;
}

.otp-input:focus {
  border-color: #400378;
  box-shadow: 0 0 0 3px rgba(64, 3, 120, 0.12);
}

.otp-error {
  margin-bottom: 18px;
}

@media (max-width: 480px) {
  body {
    background: #f7f2fb;
  }

  .auth-wrapper {
    padding: 16px;
  }

  .auth-card {
    padding: 28px 22px;
  }

  .auth-card h2 {
    font-size: 25px;
  }

  .form-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .otp-box {
    gap: 6px;
  }

  .otp-input {
    height: 46px;
    font-size: 18px;
  }
}
.hero {
  width: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.hero img {
  width: 100%;
  height: 100vh;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}


.hero-inner {
    position: relative;
    z-index: 2;
    width: min(1400px, 90vw);
    margin: auto;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
    gap: 30px;
    padding-top: 0;
    padding-bottom: 100PX;
}

.micro-title {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--purple)
}

.hero h1 {
    margin: 0;
    text-transform: uppercase;
    font-family: Anton, Oswald, sans-serif;
    font-weight: 400;
    line-height: .89;
    letter-spacing: -.035em;
    font-size: clamp(52px, 8vw, 132px)
}

.hero h1 span {
    display: block;
    color: #111
}

.hero h1 strong {
    display: block;
    color: var(--purple);
    font-weight: 400
}

.hero h1 em {
    display: block;
    font-style: normal;
    background: linear-gradient(90deg, var(--purple), #126ac4, var(--teal));
    -webkit-background-clip: text;
    color: transparent
}

.hero-text {
    max-width: 640px;
    margin: 26px 0 0;
    font-size: 19px;
    line-height: 1.7;
    color: #292537
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: 2px solid var(--purple);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: #fff;
    transition: .25s;
    box-shadow: 8px 8px 0 rgba(75, 0, 184, .12)
}

.btn:hover {
    transform: translate(-3px, -3px);
    box-shadow: 12px 12px 0 rgba(75, 0, 184, .16)
}

.btn-dark {
    background: #330474;
    color: #fff
}

.btn-line {
    background: transparent;
    color: var(--purple)
}

.hero-panel {
    border: 1px solid rgba(255, 255, 255, .38);
    background: rgba(19, 0, 46, .86);
    color: #fff;
    padding: 30px;
    box-shadow: 18px 18px 0 rgba(0, 0, 0, .16);
    backdrop-filter: blur(14px)
}

.panel-label {
    text-transform: uppercase;
    letter-spacing: .24em;
    font-size: 12px;
    color: #da0295;
    font-weight: 900
}

.panel-date {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 28px 0
}

.panel-date span {
    font-family: 'Kanit-Light';
    font-size: 110px;
    line-height: .8
}

.panel-date small {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #dacdff;
    font-size: 34px;
    font-family: 'Kanit-Light';
}

.panel-meta {
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding-top: 18px
}

.panel-meta p {
    margin: 8px 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    font-family: 'Kanit-Light';
}

.reveal-up {
    animation: revealUp .8s ease both
}

.delay-1 {
    animation-delay: .2s
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(26px)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.btn:hover {
    transform: translate(-3px, -3px);
    box-shadow: 12px 12px 0 rgba(75, 0, 184, .16);
}

.btn-line {
    background: transparent;
    color: var(--purple);
}