/* Kee-San-Kha Health Portal - Clinical Clean Design */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #0288D1;
    --accent-green: #8BC34A;
    --accent-green-hover: #7CB342;
    --white: #FFFFFF;
    --light-gray: #F5F7FA;
    --text-dark: #2C3E50;
    --text-light: #7F8C8D;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Sarabun', 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.ygdtyzvh {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.mycpgpi3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.p3y8dchg {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 1px;
}

.teglhxo0 {
    display: flex;
    gap: 30px;
}

.teglhxo0 a {
    font-size: 15px;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.teglhxo0 a:hover { color: var(--primary-blue); }

.teglhxo0 a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-blue);
    transition: width 0.3s ease;
}

.teglhxo0 a:hover::after { width: 100%; }

.mzcvpqdl {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.mzcvpqdl span {
    width: 25px;
    height: 3px;
    background-color: var(--primary-blue);
}

.kr0ffpm2 {
    background: linear-gradient(135deg, rgba(2, 136, 209, 0.95) 0%, rgba(2, 136, 209, 0.85) 100%),
                url('../images/hero-bg.jpg') center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.jfud70tv {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
    padding: 60px 20px;
}

.izzg8z6g {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.d9qbjdrd {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.h196mfkl {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: inherit;
}

.l4f9pk1r {
    background-color: var(--accent-green);
    color: var(--white);
}

.l4f9pk1r:hover {
    background-color: var(--accent-green-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(139, 195, 74, 0.4);
}

.wsps2suc {
    background-color: var(--primary-blue);
    color: var(--white);
}

.wsps2suc:hover {
    background-color: #0277BD;
    transform: translateY(-2px);
}

.section { padding: 80px 0; }
.mv56secs { background-color: var(--light-gray); }

.xjby3qo0 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.v4j0t9fa {
    text-align: center;
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.qdqqs7ri {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.d1zvc013 {
    background-color: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.d1zvc013:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.sajniupg {
    height: 220px;
    overflow: hidden;
}

.sajniupg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.d1zvc013:hover .sajniupg img { transform: scale(1.1); }

.psw53sre { padding: 25px; }

.nruoo52w {
    display: inline-block;
    padding: 5px 12px;
    background-color: rgba(2, 136, 209, 0.1);
    color: var(--primary-blue);
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 15px;
}

.khpz1v5p {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.4;
}

.zws6i41r {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.7;
}

.kvb5tcdz {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 14px;
    transition: gap 0.3s ease;
}

.kvb5tcdz:hover { gap: 12px; }

.djoylpyw {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #039BE5 100%);
    padding: 80px 0;
}

.csk0qi67 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

.z9wrekpl {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.bkn9w4r6 {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 30px;
}

.qqwmevca {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.qydwxnbb {
    flex: 1;
    padding: 15px 25px;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    outline: none;
}

.qydwxnbb::placeholder { color: var(--text-light); }

.fnwtib4d {
    padding: 15px 35px;
    background-color: var(--accent-green);
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.fnwtib4d:hover {
    background-color: var(--accent-green-hover);
    transform: translateY(-2px);
}

.footer {
    background-color: #1A252F;
    color: var(--white);
    padding: 50px 0 30px;
}

.l5esyyha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.jmd07ji1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}

.i5rnm081 {
    display: flex;
    gap: 25px;
}

.i5rnm081 a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.i5rnm081 a:hover { color: var(--accent-green); }

.hkmoo3h9 {
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.ifowkqex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.s6h7ivj7 {
    background-color: var(--white);
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    padding: 40px;
    text-align: center;
    transform: translateY(-30px);
    transition: transform 0.3s ease;
    position: relative;
}

.ifowkqex[style*="opacity: 1"] .s6h7ivj7 { transform: translateY(0); }

.kjqhyoup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border: none;
    background-color: var(--light-gray);
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: var(--text-light);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kjqhyoup:hover {
    background-color: #E74C3C;
    color: var(--white);
}

.n7uxrc55 {
    width: 80px;
    height: 80px;
    background-color: rgba(139, 195, 74, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.n7uxrc55 svg {
    width: 45px;
    height: 45px;
    fill: var(--accent-green);
}

.pbt9splg {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.aw58zas6 {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.7;
}

.sn33314o {
    padding-top: 100px;
    min-height: 100vh;
}

.r33zl98c {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.i2kqsnxi {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--accent-green);
}

.diowm20b { margin-bottom: 30px; }

.diowm20b h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.diowm20b p, .diowm20b li {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 15px;
}

.diowm20b ul {
    list-style: disc;
    padding-left: 25px;
}

.diowm20b li { margin-bottom: 10px; }

.jr945e5d {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 30px;
    transition: gap 0.3s ease;
}

.jr945e5d:hover { gap: 12px; }

@media (max-width: 992px) {
    .qdqqs7ri { grid-template-columns: repeat(2, 1fr); }
    .izzg8z6g { font-size: 38px; }
}

@media (max-width: 768px) {
    .teglhxo0 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .teglhxo0[style*="display: flex"] { display: flex !important; }
    .mzcvpqdl { display: flex; }
    .qdqqs7ri { grid-template-columns: 1fr; }
    .izzg8z6g { font-size: 32px; }
    .d9qbjdrd { font-size: 18px; }
    .xjby3qo0 { font-size: 28px; }
    .qqwmevca { flex-direction: column; }
    .l5esyyha {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .i5rnm081 {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .izzg8z6g { font-size: 26px; }
    .h196mfkl { padding: 12px 30px; font-size: 14px; }
    .s6h7ivj7 { padding: 30px 20px; }
}
