/* Start custom CSS for html, class: .elementor-element-746c1a4 */body {
    margin: 0;
    padding: 0;
    font-family: 'Prompt', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* ส่วนหัว */
.header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.header .logo {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: #007ACC;
}

.header .logo span {
    color: #000;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav li {
    margin-left: 20px;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
}

.nav a:hover,
.nav a.active {
    background-color: #007ACC;
    color: #fff;
}

/* ส่วน Hero */
.hero {
    background: linear-gradient(to right, #e0f7fa, #b2ebf2);
    text-align: center;
    padding: 80px 0;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #007ACC;
}

.hero p {
    font-size: 1.2rem;
    color: #333;
}

/* ส่วนเกี่ยวกับเรา */
.about {
    background-color: #fff;
    padding: 60px 0;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.about-text {
    flex: 1;
}

.about-text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #007ACC;
}

.about-text p {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 8px;
}

/* Highlight */
.about-highlights {
    text-align: center;
}

.about-highlights h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: #007ACC;
}

.highlight-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.highlight-list li {
    width: 250px;
    background: #f0f9ff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.highlight-list img {
    max-width: 60px;
    margin-bottom: 20px;
}

.highlight-list h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #007ACC;
}

.highlight-list p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* ส่วนท้าย */
.footer {
    background-color: #007ACC;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer p {
    margin: 0;
    font-size: 0.9rem;
}/* End custom CSS */