body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    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: 36px; text-align: center; border-bottom: none; margin-bottom: 10px; }
h3 { font-size: 24px; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; margin-top: 40px; }
h4 { font-size: 18px; margin-bottom: 5px; color: #b38600; }
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; }


#package-banner {
    height: 350px;
    background-color: #1a2d4b; /* Fallback color */
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid #b38600;
}

#main-content {
    padding: 40px;
}
#package-primary {
    float: left;
    width: 600px;
}
#package-sidebar {
    float: right;
    width: 260px;
}
.tagline {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    color: #555;
    margin-top: 0;
}
.divider {
    height: 2px;
    width: 100px;
    background-color: #e0e0e0;
    margin: 30px auto;
}
.itinerary-item {
    margin-bottom: 20px;
}
.gallery-container {
    margin-top: 20px;
}

/* This rule is now for a single, 100% width image */
.gallery-container img {
    width: 100%; 
    height: auto; 
    border: 3px solid #f0f0f0;
    box-sizing: border-box;
}

.gallery-container img:last-child {
    margin-right: 0;
}

.widget {
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    padding: 20px;
}
.widget h4 {
    border: none;
    margin-top: 0;
    color: #1a2d4b;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.widget li {
    margin-bottom: 8px;
}
.inclusions-list li {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.button-inquire {
    display: block;
    width: 100%;
    background-color: #b38600;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.button-inquire:hover {
    background-color: #cca300;
    text-decoration: none;
}
#footer {
    clear: both;
    background-color: #1a2d4b;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 12px;
}