/*
Theme Name: Tx Star Homes LLC
Theme URI: http://txstarhomes.com
Author: Tx Star Homes
Author URI: http://txstarhomes.com
Description: Custom WordPress theme for Tx Star Homes LLC.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: txstarhomes
Tags: custom, builder, construction, responsive, clean
*/

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    color: #333;
}
header {
    background-color: #222;
    color: white;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 0;
}
nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}
.hero {
    background: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c') center/cover no-repeat;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.hero h2 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.hero button {
    background-color: #f4b400;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.section {
    padding: 50px;
    text-align: center;
}
.services {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.service {
    background: white;
    border-radius: 8px;
    padding: 20px;
    width: 250px;
    margin: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.service h3 {
    color: #f4b400;
}
.contact-info {
    font-size: 18px;
    margin-top: 20px;
}
footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}
