.footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}

/* หัวข้อใหญ่ */
.footer-title {
    font-size: 20px;
    font-weight: bold;
    color: gold;
}

/* หัวข้อรอง */
.footer-subtitle {
    font-size: 18px;
    color: #00ff99;
    margin-top: 10px;
}

/* ข้อความทั่วไป */
.footer-text {
    font-size: 13px;
    color: #ddd;
    margin-top: 8px;
}

/* ปุ่ม */
.btn-contact {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background: #06c755;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
}

.btn-contact:hover {
    background: #05a84a;
}

/* อีเมล */
.footer-email {
    font-size: 17px;
    color: #ccc;
}

.footer-email a {
    color: #4fc3f7;
    text-decoration: none;
}

.footer-email a:hover {
    text-decoration: underline;
}
