body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}
#container {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
h1, h2, h3, h4 {
    font-family: 'Playfair Display', 'Georgia', serif;
    color: #1a2d4b;
}
h1 { font-size: 35px; }
h2 { font-size: 28px; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; margin-bottom: 20px; }
h3 { font-size: 18px; margin-top: 0; }
h4 { margin-top: 0; border-bottom: 1px solid #e0e0e0; padding-bottom: 5px; }
p.intro { font-size: 16px; color: #555; }
a {
    color: #b38600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#header {
    padding: 20px;
    border-bottom: 5px solid #1a2d4b;
}
#logo {
    float: left;
}
#logo h1 {
    margin: 0;
}
#logo h1 a {
    color: #1a2d4b;
    text-decoration: none;
}
#nav {
    float: right;
    margin-top: 5px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float: left;
    margin-left: 25px;
}
#nav a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
#nav .dropdown {
    position: relative;
}
#nav .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 220px;
    z-index: 100;
}
#nav .dropdown:hover .dropdown-content {
    display: block;
}
#nav .dropdown-content li {
    float: none;
    margin-left: 0;
}
#nav .dropdown-content a {
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    text-transform: none;
    color: #333;
}
#nav .dropdown-content a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
}
#hero {
    height: 400px;
    background-image: url('images/1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
#hero-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-color: rgba(26, 45, 75, 0.7);
    padding: 20px;
}
#hero-text h2 {
    color: #fff;
    margin: 0 0 10px 0;
    border: none;
}
#hero-text p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}
#main-content {
    padding: 20px;
}
#primary {
    float: left;
    width: 620px;
}
#sidebar {
    float: right;
    width: 300px;
}
.packages-container {
    margin-top: 20px;
}
.package-card {
    float: left;
    width: 290px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.package-card:nth-child(2n) {
    margin-right: 0;
}
.package-card img {
    width: 100%;
    height: auto;
}
.card-sovereign img {
    border-bottom: 4px solid #b38600;
}
.card-maxim img {
    border-bottom: 4px solid #D2691E;
}
.card-heritage img {
    border-bottom: 4px solid #708090;
}
.card-albion img {
    border-bottom: 4px solid #556B2F;
}
.button {
    display: inline-block;
    background-color: #1a2d4b;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}
.button:hover {
    background-color: #3c5a8a;
    text-decoration: none;
}
.widget {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget li {
    margin-bottom: 8px;
}
.widget label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.widget input[type="text"] {
    width: 95%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.widget input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #b38600;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.widget input[type="submit"]:hover {
    background-color: #d4a000;
}
#footer {
    clear: both;
    background-color: #1a2d4b;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 12px;
}