:root {
--primary-color: #d4af37;
--text-color: #222;
--font-stack: "Segoe UI", sans-serif;
--max-width: 1200px;
--padding: 1.5rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
html {
font-size: 16px;
}
body {
font-family: var(--font-stack);
color: var(--text-color);
line-height: 1.6;
background-color: #fff;
}
img {
max-width: 100%;
height: auto;
display: block;
object-fit: cover;
}
section {
padding: var(--padding);
max-width: var(--max-width);
margin: 0 auto;
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: var(--max-width);
margin: 0 auto;
flex-wrap: wrap;
}
.navbar-logo {
height: 40px;
}
.navbar-links {
display: flex;
gap: 1.5rem;
list-style: none;
flex-wrap: wrap;
justify-content: center;
}
.navbar-links a {
text-decoration: none;
color: var(--text-color);
font-weight: 500;
}
.navbar-links a:hover {
color: var(--primary-color);
}
.nav-link.active {
color: #FFAE01;
font-weight: 600;
position: relative;
}
.nav-link.active::after {
content: "";
position: absolute;
bottom: -5px; left: 0;
width: 100%; height: 2px;
background-color: #FFAE01;
}
.hero-full {
position: relative;
height: 100vh;
background: url("/static/assets/images/6A-Hotel-Building.jpg") center center / cover no-repeat;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
overflow: hidden;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-logo {
width: 150px;
margin-bottom: 1rem;
}
.btn-primary {
background-color: #d4af37;
color: #fff;
padding: 0.75rem 1.5rem;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
transition: 0.3s;
}
.btn-primary:hover {
background-color: #ffae01;
}
.hero {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
height: 100vh;
background-image: url('../assets/images/6A-Hotel-Building.jpg');
background-size: cover;
background-position: center;
color: #fff;
padding: 2rem;
}
.hero-logo {
max-width: 150px;
margin-bottom: 1.5rem;
}
.hero-full {
position: relative;
height: 100vh;
width: 100vw;
background-image: url('../assets/images/6A-Hotel-Building.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
overflow: hidden;
}
.hero-full::before {
content: "";
position: absolute; inset: 0;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(4px);
z-index: 0;
}
.hero-overlay {
position: relative;
z-index: 1;
max-width: 700px;
padding: 2rem;
}
.hero-overlay h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
.hero-overlay p {
font-size: 1.1rem;
margin-bottom: 2rem;
color: #eee;
}
.hero-grid {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: var(--max-width);
margin: 0 auto;
gap: 2rem;
}
.hero-text { flex: 1 1 45%; }
.hero-image { flex: 1 1 50%; }
.hero-image img {
width: 100%;
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.hero-logo {
width: 100px;
margin-bottom: 1rem;
}
.hero {
background: #fff;
padding: 4rem var(--padding);
}
.cta-center {
text-align: center;
margin-top: 1.5rem;
margin-bottom: 4rem;
}
.btn-primary {
background-color: var(--primary-color);
color: #000;
padding: 0.75rem 1.5rem;
margin-top: 1.5rem;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
display: inline-block;
}
.btn-small {
padding: 0.75rem 1.5rem;
font-size: 0.9rem;
background-color: #FFAE01;
color: #000;
font-weight: 600;
border-radius: 6px;
text-decoration: none;
transition: background 0.3s ease;
}
.btn-small:hover {
background-color: #e09b00;
}
.btn-secondary {
background-color: transparent;
color: #FFAE01;
border: 2px solid #FFAE01;
padding: 0.65rem 1.25rem;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s ease;
}
.btn-secondary:hover {
background-color: #FFAE01;
color: #000;
}
.form-actions .btn-secondary,
.btn-secondary:not(:hover) {
color: #888;
border-color: #ddd;
font-weight: 500;
}
.form-actions .btn-secondary:hover,
.btn-secondary:hover {
border-color: #aaa;
color: #000;
}
.btn-primary {
display: inline-block;
background-color: #FFAE01;
color: #000;
padding: 0.75rem 1.5rem;
font-weight: bold;
border-radius: 6px;
border: none;
text-decoration: none;
cursor: pointer;
transition: all 0.25s ease;
}
.btn-primary:hover {
background-color: #e09b00;
transform: translateY(-2px);
}
.hero-full {
position: relative;
width: 100%;
height: 100vh;
background: url("/static/assets/images/6A-Hotel-Building.jpg") center/cover no-repeat;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.hero-overlay {
background: rgba(0, 0, 0, 0.4);
color: #fff;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 2rem;
}
.hero-logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
display: block;
filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
.hero-overlay h1 {
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 0.8rem;
font-family: 'Segoe UI', sans-serif;
}
.hero-overlay p {
font-size: 1.2rem;
margin-bottom: 1.5rem;
font-family: 'Segoe UI', sans-serif;
color: #f0f0f0;
}
.btn-primary {
background-color: #d4af37;
color: #222;
padding: 0.8rem 2rem;
border-radius: 4px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #FFAE01;
color: #111;
}
.about-section {
background: #f9f9f9;
padding: 4rem var(--padding);
}
.about-wrapper {
padding: 4rem 1rem;
background: #fff;
}
.about-container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
max-width: 1200px;
margin: auto;
gap: 2rem;
}
.about-text {
flex: 1 1 55%;
min-width: 300px;
}
.about-text h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
.about-text h2 {
font-size: 1.5rem;
margin-top: 2rem;
margin-bottom: 0.5rem;
}
.about-text .lead {
font-size: 1.1rem;
font-weight: 500;
color: #444;
}
.about-text ul {
padding-left: 1.5rem;
}
.about-image {
flex: 1 1 40%;
min-width: 300px;
}
.about-image img {
width: 100%;
border-radius: 12px;
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.about-hero {
position: relative;
width: 100%;
height: 60vh;
overflow: hidden;
background-position: center;
}
.about-hero img {
width: 100%; height: 100%;
object-fit: cover;
filter: brightness(65%);
}
.about-hero-text {
position: absolute;
top: 50%; left: 5%;
transform: translateY(-50%);
color: #fff;
max-width: 600px;
}
.about-hero-text h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.about-hero-text p {
font-size: 1.2rem;
font-weight: 300;
}
.about-body {
padding: 4rem 1rem;
background: #fff;
}
.about-why {
padding: 4rem 1rem;
background: #f8f8f8;
}
.about-two-col {
display: flex; flex-wrap: wrap;
gap: 3rem;
justify-content: space-between;
}
.about-two-col > div {
flex: 1 1 45%;
min-width: 300px;
}
.features-list {
list-style: none;
padding-left: 0;
}
.features-list li {
margin-bottom: 1rem;
font-size: 1rem;
}
.features-list i {
margin-right: 0.5rem;
color: #FFAE01;
}
.about-approach {
padding: 4rem 1rem;
background-color: #ffffff;
text-align: center;
}
.about-approach h2 {
font-size: 1.8rem;
margin-bottom: 1rem;
}
.about-approach p {
max-width: 800px;
margin: 0 auto 1.5rem;
color: #444;
line-height: 1.6;
}
.about-approach blockquote {
font-style: italic;
color: #777;
margin-top: 1rem;
}
.about-contact-cta {
background-color: #f4f4f4;
text-align: center;
padding: 3rem 1rem;
}
.about-contact-cta h3 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
.about-contact-cta p {
margin-bottom: 1.5rem;
color: #444;
}
.about-gallery-cta {
background: #fff;
padding: 3rem 1rem;
}
.gallery-cta-grid {
display: flex; align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 2rem;
}
.gallery-scroll {
display: flex; overflow-x: auto;
gap: 1rem; flex: 1 1 65%;
scroll-snap-type: x mandatory;
}
.gallery-scroll img {
width: 180px; height: 120px;
object-fit: cover;
border-radius: 8px;
scroll-snap-align: start;
flex-shrink: 0;
}
.cta-button-wrap {
flex: 1 1 30%;
display: flex; justify-content: flex-end;
align-items: center;
}
.rooms-section {
padding: 4rem var(--padding);
background-color: #fff;
text-align: center;
}
.section-header h2 {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.section-header p {
max-width: 700px;
margin: 0 auto 2rem;
color: #555;
}
.room-grid {
display: flex; flex-wrap: wrap;
gap: 2rem;
justify-content: center;
}
.room-card {
background-color: #f1f1f1;
border-radius: 12px;
overflow: hidden;
width: 300px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.room-card:hover { transform: translateY(-5px); }
.room-card img {
width: 100%; height: 200px;
object-fit: cover;
}
.room-card h3 { margin: 1rem 0 0.5rem; }
.room-card p {
padding: 0 1rem 1.5rem;
color: #333;
}
.rooms-grid { padding: 3rem 1rem; }
.room-block {
display: flex; gap: 2rem;
margin-bottom: 3rem;
flex-wrap: wrap;
}
.room-block img {
width: 300px; height: 200px;
object-fit: cover;
border-radius: 10px;
flex-shrink: 0;
}
.room-block h2 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
.room-block ul {
list-style: none; padding-left: 0;
}
.room-block ul li { margin: 0.5rem 0; }
.room-block ul i {
margin-right: 0.5rem;
color: #FFAE01;
}
.room-block-v2 { margin-bottom: 4rem; }
.room-overview {
display: flex; flex-wrap: wrap; gap: 2rem;
align-items: flex-start;
}
.room-image img {
width: 320px; height: 220px;
object-fit: cover;
border-radius: 10px;
}
.room-info {
flex: 1; min-width: 250px;
}
.room-info h2 {
margin-bottom: 1rem;
font-size: 1.6rem;
}
.room-info ul { list-style: none; padding-left: 0; }
.room-info li { margin-bottom: 0.75rem; font-size: 1rem; }
.room-info i {
margin-right: 0.5rem;
color: #FFAE01;
}
.room-description {
margin-top: 1.5rem;
padding-left: 0.5rem;
font-size: 1rem;
line-height: 1.6;
color: #444;
}
.services-section {
background: #f9f9f9;
padding: 4rem var(--padding);
text-align: center;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
max-width: var(--max-width);
margin: 2rem auto 0;
}
.service-card {
background: #fff;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 0 15px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
}
.service-card:hover { transform: translateY(-5px); }
.service-card img {
width: 50px; height: 50px;
margin-bottom: 1rem;
}
.service-icon {
font-size: 2rem;
color: var(--primary-color);
margin-bottom: 1rem;
}
.service-card h3 {
margin-bottom: 0.5rem;
font-size: 1.2rem;
}
.service-feature {
padding: 4rem 1rem;
background: #fff;
}
.service-feature.alt { background: #f8f8f8; }
.feature-flex {
display: flex; flex-wrap: wrap; gap: 2rem;
align-items: center;
}
.feature-text {
flex: 1 1 50%; min-width: 300px;
}
.feature-text h2 {
font-size: 1.6rem;
margin-bottom: 1rem;
}
.feature-text ul { list-style: none; padding: 0; margin-top: 1rem; }
.feature-text li { margin-bottom: 0.75rem; font-size: 1rem; }
.feature-text i { color: #FFAE01; margin-right: 0.5rem; }
.feature-image img {
width: 100%; max-width: 500px;
border-radius: 10px;
}
.gallery-section {
padding: 4rem var(--padding);
background-color: #fff;
text-align: center;
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
padding: 4rem 1rem;
}
.gallery-heading {
font-size: 1.4rem;
font-weight: 600;
margin: 2.5rem 0 1rem;
border-left: 4px solid #FFAE01;
padding-left: 1rem;
color: #231E1D;
}
.grid-layout {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 1.5rem;
}
.grid-layout img,
.gallery-grid img {
width: 100%; height: 200px;
object-fit: cover;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.gallery-grid img:hover {
transform: scale(1.03);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.lightbox {
display: none;
position: fixed; z-index: 9999;
padding: 60px 20px;
background-color: rgba(0, 0, 0, 0.9);
top: 0; left: 0; width: 100%; height: 100%;
overflow: auto;
}
.lightbox-content {
display: block; margin: auto;
max-width: 90%; max-height: 80vh;
border-radius: 8px;
box-shadow: 0 0 12px rgba(255,255,255,0.2);
}
.lightbox-close {
position: absolute; top: 20px; right: 30px;
color: #fff; font-size: 36px; font-weight: bold;
cursor: pointer;
}
.lightbox-close:hover { color: #FFAE01; }
.lightbox-prev, .lightbox-next {
position: absolute; top: 50%;
color: #fff; font-size: 2.5rem; font-weight: bold;
cursor: pointer; padding: 0 1rem;
user-select: none; transform: translateY(-50%);
}
.lightbox-prev { left: 10px; }
.lightbox-next { right: 10px; }
.lightbox-prev:hover, .lightbox-next:hover { color: #FFAE01; }
.contact-section {
padding: 4rem var(--padding);
background-color: #f9f9f9;
text-align: center;
}
.contact-grid {
display: flex; flex-wrap: wrap; gap: 2rem;
max-width: var(--max-width);
margin: 2rem auto 0;
justify-content: space-between;
}
.contact-details {
flex: 1 1 40%; text-align: left;
}
.contact-form {
flex: 1 1 50%;
display: flex; align-items: center;
justify-content: center;
}
.contact-form form {
display: flex; flex-direction: column;
gap: 1rem;
width: 100%; max-width: 600px;
margin: 0 auto;
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form input[type="date"] {
padding: 1rem;
border-radius: 5px;
border: 1px solid #ccc;
font-size: 1rem;
width: 100%;
}
.date-row { display: flex; gap: 1rem; }
.date-row input { flex: 1; }
.contact-form button {
background-color: var(--primary-color);
border: none; color: #000;
padding: 1rem; font-weight: bold;
border-radius: 5px; cursor: pointer;
}
.contact-details {
padding: 40px 20px;
background-color: #f8f8f8;
color: #333;
font-family: 'Segoe UI', sans-serif;
}
.contact-details h2 { font-size: 2em; margin-bottom: 10px; }
.contact-details p.lead {
font-size: 1.1em; margin-bottom: 30px; color: #555;
}
.contact-details .contact-grid {
display: flex; flex-wrap: wrap; gap: 40px;
}
.contact-details .contact-column { flex: 1; min-width: 250px; }
.contact-details .contact-column h3 { margin-bottom: 10px; font-size: 1.2em; }
.contact-details .contact-column a { color: #0066cc; text-decoration: none; }
.contact-details .contact-column a:hover { text-decoration: underline; }
.contact-details .concierge-note {
margin-top: 40px; border-top: 1px solid #ddd; padding-top: 30px;
}
.contact-details .concierge-note h3 { font-size: 1.2em; }
.contact-details .concierge-note p { margin-top: 10px; color: #555; }
.contact-details h3 i {
color: var(--primary-color); margin-right: 8px; font-size: 1.2em;
}
.icon-title {
color: #FFAE01;
margin-right: 0.5rem;
font-size: 1.25rem;
vertical-align: middle;
}
.reservation-form {
padding: 4rem 1rem;
background-color: #f9f9f9;
}
.reservation-form h3 {
text-align: center;
margin-bottom: 2rem;
}
.reservation-form form {
max-width: 600px; margin: 0 auto;
}
.form-group {
margin-bottom: 1.5rem;
flex: 1; min-width: 280px;
}
.form-group label {
display: block; font-weight: 600; margin-bottom: 0.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
width: 100%; padding: 0.75rem; border-radius: 6px;
border: 1px solid #ccc; font-size: 1rem;
}
textarea { resize: vertical; }
.form-row {
display: flex; gap: 2rem; flex-wrap: wrap;
margin-bottom: 1.5rem;
}
.form-actions {
margin-top: 2rem; display: flex; gap: 1rem;
align-items: center; justify-content: flex-start;
}
.rooms-spa-cta {
background: #f8f8f8;
padding: 3rem 1rem;
}
.spa-cta-flex {
display: flex; gap: 2rem; flex-wrap: wrap;
align-items: center;
}
.spa-image img {
width: 280px; height: auto;
border-radius: 12px;
}
.spa-text { flex: 1; }
.spa-text h3 { margin-bottom: 1rem; }
.spa-text p { margin-bottom: 1.5rem; }
.footer {
background: #111;
color: #fff;
text-align: center;
padding: 2.5rem 1rem;
}
.footer-container {
display: flex; flex-direction: column;
align-items: center; gap: 0.75rem;
}
.footer-container a {
color: var(--primary-color);
text-decoration: none;
}
@media (max-width: 1200px) { html { font-size: 15px; } }
@media (max-width: 992px) { html { font-size: 14px; } }
@media (max-width: 768px) { html { font-size: 13px; } }
section,
.about-wrapper,
.services-section,
.rooms-section,
.gallery-section,
.contact-section {
padding: 3rem 1.25rem;
}
h1, h2, h3 { line-height: 1.2; word-break: keep-all; }
p { line-height: 1.7; }
@media (max-width: 768px) {
.navbar-container {
flex-direction: column; align-items: center;
}
.navbar-links {
flex-direction: column; gap: 0.75rem; margin-top: 1rem;
}
.about-container,
.room-overview,
.feature-flex,
.cta-two-col,
.spa-cta-flex,
.contact-grid {
flex-direction: column;
align-items: center; text-align: center;
}
.about-hero-text h1 { font-size: 2rem; }
.about-hero-text p { font-size: 1rem; }
}
.hero-full, .about-hero {
height: auto; min-height: 70vh;
padding: 4rem 1rem;
background-position: center;
}
.hero-overlay h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); }
.hero-overlay p { font-size: clamp(1rem, 2.5vw, 1.2rem); }
.gallery-grid,
.grid-layout,
.services-grid {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 1rem;
}
@media (max-width: 480px) {
.gallery-grid img, .grid-layout img { height: 150px; }
}
@media (max-width: 480px) {
section { padding: 2rem 1rem; }
.btn-primary, .btn-secondary { padding: 0.65rem 1.25rem; }
h1 { font-size: 1.75rem; }
h2 { font-size: 1.4rem; }
p { font-size: 0.95rem; }
}
.rooms-reservation-cta {
background-color: #f8f8f8;
padding: 4rem 1rem;
text-align: center;
}
.rooms-reservation-cta h3 {
font-size: 1.8rem; margin-bottom: 1rem;
}
.rooms-reservation-cta p {
font-size: 1rem; margin-bottom: 2rem; color: #555;
}
.cta-two-col {
display: flex; gap: 3rem; flex-wrap: wrap;
justify-content: space-between; align-items: flex-start;
}
.cta-booking, .cta-contact {
flex: 1 1 45%; min-width: 280px;
}
.cta-booking h3 { font-size: 1.8rem; margin-bottom: 1rem; }
.cta-booking p { margin-bottom: 1.5rem; color: #555; }
.cta-contact h4 { font-size: 1.3rem; margin-bottom: 0.75rem; }
.cta-contact p { margin-bottom: 0.5rem; color: #333; }
@media (max-width: 768px) {
.cta-two-col { flex-direction: column; }
}
.navbar-links .nav-link {
position: relative;
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links .nav-link::after {
content: "";
position: absolute;
bottom: -4px;
left: 0;
width: 0%;
height: 2px;
background-color: #d4af37;
transition: width 0.3s ease;
}
.navbar-links .nav-link:hover::after {
width: 100%;
}
.navbar-links .nav-link.active {
color: #d4af37;
}
.navbar-links .nav-link.active::after {
width: 100%;
background-color: #d4af37;
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.2rem 5%;
transition: padding 0.3s ease;
}
.navbar-logo {
height: 60px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-container {
padding: 0.5rem 5%;
}
.navbar.shrink .navbar-logo {
height: 45px;
}
.navbar-links {
display: flex;
gap: 2rem;
list-style: none;
align-items: center;
}
.navbar-links .nav-link {
text-decoration: none;
color: #222;
font-weight: 500;
position: relative;
transition: color 0.3s ease;
}
.navbar-links .nav-link::after {
content: "";
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 2px;
background-color: #d4af37;
transition: width 0.3s ease;
}
.navbar-links .nav-link:hover::after {
width: 100%;
}
.navbar-links .nav-link.active {
color: #d4af37;
}
.navbar-links .nav-link.active::after {
width: 100%;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 24px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.navbar-toggle .bar {
height: 3px;
width: 100%;
background-color: #222;
border-radius: 10px;
}
@media (max-width: 900px) {
.navbar-links {
display: none;
position: absolute;
top: 100%;
right: 0;
background: #fff;
flex-direction: column;
width: 220px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
padding: 1rem;
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.7);
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
backdrop-filter: blur(8px);
}
.navbar.shrink .navbar-container {
padding: 0.5rem 5%;
}
.navbar.shrink .navbar-logo {
height: 45px;
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.hero-full {
position: relative;
height: 100vh;
background: url("/static/assets/images/6A-Hotel-Building.jpg") center/cover no-repeat;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.hero-overlay {
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.hero-logo {
width: 150px;
height: auto;
z-index: 2;
position: relative;
display: block;
margin: 0 auto 20px;
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(6px);
padding: 10px 60px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
body {
padding-top: 100px;
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
}
.navbar-logo {
height: 45px;
cursor: pointer;
}
.navbar-links {
list-style: none;
display: flex;
gap: 25px;
}
.navbar-links li a {
color: #222;
text-decoration: none;
font-weight: 500;
}
.navbar-links li a:hover {
color: #d4af37;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border: none;
background: none;
cursor: pointer;
}
.bar {
width: 24px;
height: 3px;
background-color: #222;
margin: 3px 0;
transition: 0.3s;
}
@media (max-width: 768px) {
.navbar-links {
position: absolute;
top: 60px;
right: 20px;
flex-direction: column;
align-items: flex-end;
background: white;
width: 200px;
padding: 10px 0;
border-radius: 6px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
display: none;
opacity: 0;
transform: translateY(-10px);
transition: all 0.3s ease;
}
.navbar-links.show {
display: flex;
opacity: 1;
transform: translateY(0);
}
.navbar-toggle {
display: flex;
}
}
.navbar {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar.shrink {
padding: 0.5rem 2rem;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.navbar.scrolling {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(6px);
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-logo {
height: 40px;
transition: height 0.3s ease;
}
.navbar.shrink .navbar-logo {
height: 32px;
}
.navbar-links {
display: flex;
list-style: none;
gap: 1.5rem;
}
.navbar-links a {
text-decoration: none;
color: #222;
font-weight: 500;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #d4af37;
}
.navbar-links .active {
color: #FFAE01;
position: relative;
}
.navbar-links .active::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background-color: #FFAE01;
}
.navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 18px;
background: none;
border: none;
cursor: pointer;
}
.bar {
width: 100%;
height: 3px;
background-color: #222;
border-radius: 2px;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 100%;
right: 0;
width: 220px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar-links.show {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
.navbar-container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0.8rem 1.5rem;
}
.navbar-logo {
height: 55px;
cursor: pointer;
}
.navbar-links {
display: flex;
gap: 1.5rem;
}
.nav-link {
color: #222;
font-weight: 500;
text-decoration: none;
transition: color 0.3s;
}
.nav-link:hover {
color: #d4af37;
}
.navbar-toggle {
background: none;
border: none;
cursor: pointer;
display: none;
flex-direction: column;
gap: 4px;
}
.navbar-toggle .bar {
width: 25px;
height: 3px;
background-color: #222;
transition: all 0.3s ease;
}
@media (max-width: 768px) {
.navbar-links {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 70px;
right: 0;
width: 100%;
text-align: center;
padding: 1rem 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.navbar-links.active {
display: flex;
}
.navbar-toggle {
display: flex;
}
}
/* ========================================= */
/* 6A HOTEL NAVBAR — MOBILE RESPONSIVE STYLES */
/* ========================================= */
@media (max-width: 768px) {
  /* Container adjustments */
  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
  }

  /* Hide link list by default */
  .navbar-links {
    display: none;
    flex-direction: column;
    background-color: #fff; /* Solid background for readability */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  /* When toggled */
  .navbar-links.show {
    display: flex;
  }

  /* Link styling inside dropdown */
  .navbar-links li {
    margin: 0.8rem 0;
  }

  .navbar-links a {
    display: block;
    padding: 0.6rem 1.2rem;
    color: #222;
    font-weight: 500;
  }

  .navbar-links a:hover {
    background-color: #f5f5f5;
    color: #d4af37;
  }

  /* Hamburger menu button */
  .navbar-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 28px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }

  .navbar-toggle .bar {
    height: 3px;
    width: 100%;
    background-color: #222;
    margin: 3px 0;
    border-radius: 2px;
    transition: 0.3s ease;
  }

  /* Hide logo overflow / adjust scaling */
  .navbar-logo {
    height: 45px;
    width: auto;
  }

  /* Optional: Add smooth dropdown animation */
  .navbar-links.show {
    animation: slideDown 0.3s ease forwards;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* ========================================= */
/* 6A HOTEL NAVBAR — STICKY + SCROLL EFFECT  */
/* ========================================= */

/* Make navbar stick to top */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0.92); /* light transparent default */
  box-shadow: none;
  backdrop-filter: blur(6px);
}

/* When scrolled */
.navbar.scrolled {
  background-color: #ffffff; /* solid white */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Adjust spacing so page content doesn’t hide under navbar */
body {
  padding-top: 80px;
}

/* Optional: smooth shrinking logo when scrolling */
.navbar.scrolled .navbar-logo {
  height: 38px;
  transition: height 0.3s ease;
}

/* For small screens, ensure sticky still looks clean */
@media (max-width: 768px) {
  .navbar {
    background-color: rgba(255, 255, 255, 0.96);
  }

  .navbar.scrolled {
    background-color: #ffffff;
  }

  .navbar-links {
    backdrop-filter: blur(8px);
  }
}
/* ============================= */
/* 6A HOTEL — FIX MOBILE MENU LAYERING */
/* ============================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* ensures it stays above hero and all sections */
}

/* Ensure toggle button always clickable and visible */
.navbar-toggle {
  position: relative;
  z-index: 1100; /* higher than links or hero overlay */
}

/* If your hero overlay covers it */
.hero-overlay {
  position: relative;
  z-index: 1; /* keep this below navbar */
}
/* Remove dark box overlay */
.hero-overlay {
  background: none !important;
  box-shadow: none !important;
}

/* If it’s a pseudo-element overlay */
.hero-full::before {
  background: none !important;
  content: none !important;
}
/* ============================= */
/* HERO SECTION REFINEMENT */
/* ============================= */
.hero-full {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* soft dark overlay */
  backdrop-filter: blur(3px); /* subtle blur effect */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 20px;
}

.hero-logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.hero-content .btn-primary {
  background-color: #d4af37;
  color: #222;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hero-content .btn-primary:hover {
  background-color: #ffae01;
}