/* 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; }

.rf4aqff0 {
    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;
}

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

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

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

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

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

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

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

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

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

.nzv54yhy {
    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;
}

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

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

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

.sf4xb7xm {
    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;
}

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

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

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

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

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

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

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

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

.qjfkr787 {
    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;
}

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

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

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

.qjfkr787:hover .epgrp4qs img { transform: scale(1.1); }

.jgkrxrl4 { padding: 25px; }

.vk8tjmuy {
    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;
}

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

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

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

.sj01rnn8:hover { gap: 12px; }

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

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

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

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

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

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

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

.euxot1bf {
    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;
}

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

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

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

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

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

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

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

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

.jgmic16m {
    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;
}

.knuptjs5 {
    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;
}

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

.roe5yfsh {
    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;
}

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

.ny1zw56u {
    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;
}

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

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

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

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

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

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

.b9uq3h4i { margin-bottom: 30px; }

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

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

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

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

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

.d6g2p4e4:hover { gap: 12px; }

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

@media (max-width: 768px) {
    .xhht5342 {
        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);
    }
    .xhht5342[style*="display: flex"] { display: flex !important; }
    .cwgtalrv { display: flex; }
    .qwf6jze7 { grid-template-columns: 1fr; }
    .uofyivyr { font-size: 32px; }
    .zffqpyvc { font-size: 18px; }
    .yyqx6416 { font-size: 28px; }
    .rpt58nlu { flex-direction: column; }
    .d1xgc4bs {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .g10gb7pw {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .uofyivyr { font-size: 26px; }
    .sf4xb7xm { padding: 12px 30px; font-size: 14px; }
    .knuptjs5 { padding: 30px 20px; }
}
