* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}


/* General Styles */
body {
    background-color:white; /* Dark Background */
    margin: 0;
    padding: 0;
}

/* Header Styling */
.header {
    background-color: white;
    color: #ad8b3a;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Logo Styling - Left Side */
.logo-container {
    position: absolute;
    left: 20px;
}

.logo-img {
    width: 150px;
    height: 100px;
}

/* Centered Text */
.text-container {
    text-align: center;
    flex-grow: 1;
}

.logo-text {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: Cinzel, "Palatino Linotype", sans-s;
}

.byline {
    font-size: 14px;
    margin-top: 5px;
    color: black; /* Bright gold */
    letter-spacing: 1px;
    font-weight: 700;
}

/* Navbar Styling */
.navbar-container {
    border-top: 1px solid #ad8b3a; /* Thin golden line above navbar */
    border-bottom: 1px solid #ad8b3a; /* Thin golden line below navbar */
    background-color: #1e4d2b;
}

.navbar {
    font-family: Inter, sans-serif;
    padding: 15px 0;
}

.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    color: #ad8b3a;
    text-decoration: none;
    font-size: 17.6px;
    letter-spacing: 0.528px;
    line-height: 22px;
}
.nav-button a:hover {
    text-decoration: underline;
    color: #c8a74d;
}
.nav-button a:hover {
    text-decoration: underline;
    color: #c8a74d;
}
/* Contact Us Button - Right Side */
.contact-us {
    position: absolute;
    right: 20px;
}

.contact-us a {
    background-color: #ad8b3a;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.contact-us a:hover {
    background-color: #c8a74d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    height: 550px;
    margin-top: -16px;
}

.image-slider {
    position: relative;
    width: 700px;
    height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
}

.slide.active {
    opacity: 1;
}

.slider-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 14px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    background-color: rgba(0,0,0,0.3);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.rating-section {
    text-align: center;
    padding: 30px;
    background-color: white; /* Dark background */
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    margin-top: 20px;
}

.rating-heading {
    font-size: 48px;
    text color:#45443f;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.rating-stars {
    font-size: 15px;
    line-height: 15px;
    font-weight: regular (400);
    color: #ad8b3a;
    margin-bottom: 8px;
    letter-spacing: 5px;
}

.rating-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: light (300);
    color: #0a1e14;
    margin-bottom: 5px;
}

.reviews-count {
    font-size: 14px;
    line-height: 16.1px;
    font-weight: semi bold(600);
    letter-spacing: normal;
    color:#ad8b3a;
}




.welcome-section {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    
}

.welcome-title {
    font-size: 24px;
    text color:#45443f;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.welcome-text {
    font-size: 17.6px;
    line-height: 27.9616px;
    margin-bottom: 25px;
    color: #45443f;
    letter-spacing: normal;
    font-weight: light (300);
}

.location-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.map-section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 300px;
}

.map-title {
    font-size: 24px;
    text color: #45443F;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.map-container {
    height: 400px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.contact-section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 300px;
}

.contact-title {
    font-size: 24px;
    text color: #45443F;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.contact-subtitle {
    font-size: 18px;
    color: #ffb700;
    margin: 15px 0 5px 0;
    font-weight: bold;
}

.contact-info {
    font-size: 18px;
    line-height: 27px;
    color: #444;
    font-weight: semi bold (600);
    margin-bottom: 10px;
    letter-spacing: normal;
}

.contact-divider {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 15px 0;
}

.highlights-section {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.highlights-title {
    font-size: 24px;
    text color: #45443F;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.highlight-category {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    background-color:  #ad8b3a;
    transition: all 0.3s ease;
}

.highlight-category:hover {
    background-color: #c8a74d;
    transform: translateY(-3px);
}

.highlight-category h3 {
    color: white;
    font-size: 16px;
    margin-top: 10px;
}

.highlight-detail {
    margin-top: 30px;
}

.highlight-detail h3 {
    color: #ffb700;
    font-size: 20px;
    margin-bottom: 15px;
}

.highlight-detail p {
    font-size: 17.6px;
    line-height: 27.9616px;
    margin-bottom: 25px;
    color: #45443f;
    letter-spacing: normal;
    font-weight: light (300);
}

.highlight-detail a {
    color: #ffb700;
    text-decoration: none;
    font-weight: bold;
}

.highlight-detail a:hover {
    text-decoration: underline;
}

.photos-section {
    background-color: white;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.photos-title {
    font-size: 24px;
    text color: #45443F;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.photo-item {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-item:hover img {
    transform: scale(1.05);
}

.view-more {
    text-align: center;
    margin-top: 20px;
}

.view-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ad8b3a;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.view-more-btn:hover {
    background-color: #004b8d;
}

/* FAQ Section Styles */
.faq-section {
    padding: 80px 20px;
    background-color: var(--light-color);
    text-align: center;
}

/* Section Header */
.section-header {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--gray-color);
}

/* FAQ Container */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: var(--white);
    text-align: left;
}

/* FAQ Question */
.faq-question {
    width: 100%;
    padding: 18px 24px;
    background-color: var(--white);
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Change Background on Hover */
.faq-question:hover {
    background-color: rgba(54, 89, 138, 0.05);
}

/* FAQ Icon */
.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;

}

/* When Active, Change "+" to "−" */
.faq-item.active .faq-icon {
    content: "-";
}

/* FAQ Answer */
.faq-answer {
    background-color: var(--white);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease;
}

.faq-answer p {
    padding: 0 24px 20px;
    color: var(--gray-color);
    line-height: 1.7;
}

/* Expand Answer When Active */
.faq-item.active .faq-answer {
    max-height: 300px;
    padding-top: 10px;
}
.fas-answer {
    background-color: white;
}

/* Section Footer */
.section-footer {
    margin-top: 40px;
}

/* FAQ Question */
.faq-question {
    width: 100%;
    padding: 18px 24px;
    background-color: var(--white);
    border: none;
    display: flex;
    justify-content: space-between; /* Ensures text is on left and icon on right */
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    transition: background 0.3s ease;
}

/* FAQ Icon - Aligns the "+" to the right */
.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    margin-left: auto; /* Pushes icon to the right end */
}


/* Footer Styles */
.footer {
    background-color:black;
    color: #ad8b3a;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 1525px;
    margin-left: -185px;
}

.subscribe-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.subscribe-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.subscribe-form {
    display: flex;
    flex-grow: 1;
    margin-right: 40px;
}

.subscribe-form input {
    flex-grow: 1;
    padding: 12px 15px;
    border: none;
    font-size: 14px;
}

.subscribe-form button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    cursor: pointer;
}

.contact-info {
    text-align: right;
    font-size: 14px;
}

.contact-info p {
    margin-bottom: 5px;
    line-height: 1.4;
}
.cont-info {
    color: white;
}
.footer-divider {
    height: 1px;
    background-color: #333;
    margin: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    padding-right: 20px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border-radius: 50%;
    text-decoration: none;
}

.social-links a:hover {
    background-color: #555;
}
/* Footer Copyright Section */
.footer-copyright {
    text-align: center; /* Center the text */
    font-size: 14px; /* Smaller font size */
    color: #fff; /* White text */
    margin-top: 30px; /* Space above the copyright message */
    padding-top: 20px; /* Padding for top space */
    border-top: 1px solid #333; /* Divider line above the copyright */
}


