:root {
    --bs-primary: #6a8c60; /* Earthy Green Accent */
    --bs-light: #f7f5f2; /* Off-white background */
    --bs-secondary-text: #6c757d;
    --bs-font-sans-serif: 'Montserrat', sans-serif;
}

body {
    padding-top: 10px;
    font-family: var(--bs-font-sans-serif);
    color: #333;
    background-color: #fff;
}

.bg-light-custom {
    background-color: var(--bs-light) !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    filter: brightness(1.15);
    box-shadow: 0 5px 15px rgba(106, 140, 96, 0.3);
}

.custom-navbar {
    width: 100%;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
}

.custom-navbar.scrolled {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-top: 0.75rem !important;    
    padding-bottom: 0.75rem !important; 
}

.custom-navbar .nav-link {
    color: var(--bs-dark) !important; 
    font-weight: 500;
    transition: color 0.2s;
}
.custom-navbar .nav-link:hover {
    color: var(--bs-primary) !important; 
}


.hero-section {
    padding-top: 100px !important; 
}

.logo-img {
    height: 30px; 
    width: auto; 
    max-width: 100%;
    transition: height 0.3s ease;
}
.custom-navbar .logo-box {
    background-color: var(--bs-dark);
    color: #fff !important;
    padding: 0.5rem 0.75rem;
    border-radius: 8px; 
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
}


.location-pin {
    font-weight: 500;
    color: var(--bs-secondary-text);
    font-size: 1rem;
}

.avatar-group-container {
    display: inline-flex;
    position: relative;
    width: 70px; 
    height: 35px; 
    vertical-align: middle;
}

.avatar-sm {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.avatar-group-container .avatar-sm:nth-child(2) {
    left: 20px;
    z-index: 10;
}

.avatar-group-container .avatar-sm:nth-child(3) {
    left: 40px;
    z-index: 20;
}

.reserve-btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 50px; 
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1.1rem;
}

.hero-main-img {
    margin-top: 3rem;
    max-width: 90%; 
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 20px !important; 
}

.small-dot {
    letter-spacing: 5px;
    font-size: 0.9rem;
}

.stats-row {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2rem 0;
}

.host-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.host-quote {
    font-style: italic;
    color: #555;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15rem;
    line-height: 1.6;
}

.btn-tag {
    background-color: #fff;
    border: 1px solid #eee;
    color: #333;
    border-radius: 50px;
    padding: 8px 15px;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.btn-tag:hover {
    background-color: #f0f0f0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
    height: 100%;
}
.row.g-4 {
    align-items: stretch; 
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.item-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee !important;
}

.feature-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.amenities-list li {
    background-color: #fff;
    border: 1px solid #eee !important;
    font-size: 1.1rem;
    transition: border-color 0.3s ease;
}

.amenities-list li:hover {
    border-color: var(--bs-primary) !important;
}

.avatar-small {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.review-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

:root {
    --bs-dark-bg: #111111;
}

.dark-section {
    background-color: var(--bs-dark-bg);
    color: #fff;
}

#pricing h2 {
    font-size: 5rem;
}
#pricing h2 span {
    font-size: 2rem;
}

.scrolling-gallery-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.scrolling-gallery {
    width: max-content;
    display: flex;
    animation: galleryMarquee 7s linear infinite;
}

.scrolling-gallery-item {
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 0 15px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes galleryMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}


.location-details-dark h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}
.location-details-dark .small {
    font-size: 0.85rem;
}

.map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness() grayscale(100%);
}

.location-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: var(--bs-dark-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.footer-links-dark a {
    color: #aaa !important;
    transition: color 0.2s;
}

.footer-links-dark a:hover {
    color: #fff !important;
}

.btn-dark.reserve-btn-dark {
    background-color: #fff;
    color: var(--bs-dark-bg);
    border: 1px solid #fff;
}
.btn-dark.reserve-btn-dark:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.footer-links-dark h6 {
    color: #fff;
}

.footer-links-dark p {
    color: #fff;
}

#cta-footer .btn-light {
    background-color: #fff;
    color: var(--bs-dark-bg) !important;
    border: 1px solid #fff;
}

#cta-footer .btn-light .reserve-icon {
    color: var(--bs-dark-bg) !important;
}

.dark-section .text-muted {
    color: #ddd !important;
}

.dark-section .small-dot::before {
    background-color: #ddd;
}

@media (max-width: 992px) {
    .reserve-btn {
        font-size: 1rem;
        padding: 8px 25px;
    }
    .hero-main-img {
        max-width: 95%;
    }
}

.review-tags-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 20px 0;
    margin-top: 2rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.scrolling-tags {
    display: inline-flex;
    animation: marquee 30s linear infinite;
}

.btn-tag {
    flex-shrink: 0;
    margin: 0 10px;
    white-space: nowrap; 
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.metrics-grid {
    border-top: 1px solid #eee;
}

.metrics-grid .col-6, .metrics-grid .col-md-3 {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .metrics-grid .col-md-3:not(:last-child) {
        border-right: 1px solid #eee;
    }
}
.special-offer-section {
    background-image: url('https://cdn.prod.website-files.com/68adbe74167afa69c31b65ea/68af1c93cb63694c6eaf9ddc_pexels-heyho-7195595.avif');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}

.special-offer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.special-offer-section .offer-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.special-offer-section h2 {
    line-height: 1.1;
}

.offer-section {
    background-color: var(--bs-primary);
}

.custom-faq-list .accordion-item {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-faq-list .accordion-button {
    background-color: #fff;
    color: #333;
    padding: 1.5rem 1.25rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    transition: background-color 0.2s;
}

.custom-faq-list .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.custom-faq-list .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: var(--bs-primary);
}

.faq-icon-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.custom-faq-list .accordion-button::after {
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23212529' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}

.custom-faq-list .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.form-control {
    border-radius: 10px; 
    padding: 1rem 0.75rem;
    transition: border-color 0.2s;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1); 
    border-color: #000;
}

.btn-dark.reserve-btn {
    background-color: var(--bs-dark);
    color: #fff;
    border-radius: 15px; 
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    transition: background-color 0.2s;
}

.btn-dark.reserve-btn:hover {
    background-color: #333;
}

.contact-card {
    border: 1px solid #e0e0e0;
    padding: 1.5rem;
    border-radius: 15px;
}
.copyright {
    text-align: center;
    font-size: 0.75rem; 
    color: #6B7280;
}
