/*
Theme Name: Huntcaro Huntington Car Rental
Theme URI: http://localhost
Author: Omar Faruk
Author URI: http://localhost
Description: Huntington,A Wordpress theme For NY
Version: 1.0
Text Domain: huntcaro
*/


body {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f0e1;
    color: #333;
}
h1, h2, h3, h4, h5, h6, nav a, button {
    font-family: 'Poppins', Arial, sans-serif;
}

header {
    background: #fdf3dd;
    padding:10 px;
    text-align: center;
    border-bottom: 2px solid #ccc;
}

.header-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header h1 a {
    text-decoration: none;
    color: #2d644d;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav li {
    margin-left: 20px;
}

nav a {
    text-decoration: none;
    color: #2d644d;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.hero {
    height: 600px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 20px;
    color: #1e612e;
}

.column {
    flex: 1;
    max-width: 250px;
    min-width: 200px;
    text-align: center;
    margin: 10px;
}

.content .column button {
    background-color: #1e612e !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}



footer {
    text-align: center;
    padding: 10px;
    background: #F9F0E1;
    color: #1e612e;
}

@media (max-width: 768px) {

    .header-container {
        flex-direction: column;
        align-items: center;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav li {
        margin: 10px 0;
    }

    .content {
        flex-direction: column;
        align-items: center;
    }

    .column {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .hero {
        padding: 40px 10px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero p {
        font-size: 16px;
    }
}
