
/*
Theme Name: Discover the World Exact
Theme URI: https://example.com/discover-world-exact
Author: Hannes
Author URI: https://example.com
Description: Exact layout match of Discover the World travel theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: discover-world-exact
Tags: travel, blog, adventure, responsive
*/

body {
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

header {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

header nav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.hero {
    background: linear-gradient(to right, rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.3)), url('assets/hero.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: left;
}

.hero h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 20px;
}

.cta-button {
    background-color: #fdb913;
    color: #003366;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

.cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    flex: 1 1 22%;
    text-align: center;
}

.card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card h3 {
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
