/*
Theme Name: Astra Child - Real Estate
Template: astra
Theme URI: https://yourwebsite.com
Description: Child theme สำหรับเว็บไซต์ขายอสังหาริมทรัพย์ พร้อมเทมเพลตสีฟ้าสวยงาม
Author: Your Name
Author URI: https://yourwebsite.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Tags: real-estate, property, light-blue, responsive, thai
*/

/* ═══════════════════════════════════════════════════════════
   ASTRA CHILD THEME - REAL ESTATE
   คุณสามารถเพิ่ม CSS เพิ่มเติมที่นี่
   ═══════════════════════════════════════════════════════════ */

/* 
   หมายเหตุ: 
   - ไฟล์ real-estate-styles.css จะโหลดโดยอัตโนมัติ
   - ไฟล์นี้สำหรับ CSS ทั่วไปของเว็บ
   - อย่าลบส่วน Header ข้างบนออก
*/

/* ─────────────────────────────────────────────────────────── */
/* ตัวอย่าง: ปรับแต่งสไตล์ Astra เพิ่มเติม */
/* ─────────────────────────────────────────────────────────── */

/* ปรับสีลิงก์ทั่วทั้งเว็บ */
a {
  color: #4FC3F7;
  transition: color 0.3s ease;
}

a:hover {
  color: #0288D1;
}

/* ปรับ Header ของ Astra */
.site-header {
  box-shadow: 0 2px 10px rgba(79, 195, 247, 0.1);
}

/* ปรับ Footer ของ Astra */
.site-footer {
  background: #263238;
  color: rgba(255, 255, 255, 0.8);
}

/* ปรับปุ่มทั่วไป */
.ast-button,
.button,
button[type="submit"] {
  background: linear-gradient(135deg, #4FC3F7 0%, #0288D1 100%);
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ast-button:hover,
.button:hover,
button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(79, 195, 247, 0.4);
}

/* ─────────────────────────────────────────────────────────── */
/* เพิ่ม CSS ของคุณเองที่นี่ */
/* ─────────────────────────────────────────────────────────── */
