/* Custom fixes for Mist Valley Lodge website */

/* 1. Fix logo and heading overlap */
.header__area-menubar-left-logo {
    position: relative;
    z-index: 100;
    padding: 15px 0;
}

.header__area-menubar-left-logo img {
    max-height: 60px;
    width: auto;
}

/* 2. Fix breadcrumbs spacing */
.breadcrumb__area {
    padding: 120px 0 60px;
}

.breadcrumb__area-title {
    margin-top: 20px;
}

.breadcrumb__area-title h1 {
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 700;
}

.breadcrumb__area-title-menu {
    margin-top: 10px;
}

.breadcrumb__area-title-menu ul {
    padding: 0;
    margin: 0;
}

.breadcrumb__area-title-menu ul li {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

.breadcrumb__area-title-menu ul li:after {
    content: '>';
    margin-left: 5px;
}

.breadcrumb__area-title-menu ul li:last-child:after {
    display: none;
}

/* 3. Reduce white space between header and content */
.about__area {
    padding-top: 0px;
}

/* 4. Improve image and text alignment */
.about__area-left {
    padding-right: 30px;
}

.about__area-left-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.about__area-left-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.about__area-right {
    padding-left: 30px;
}

.about__area-right-title {
    margin-top: 20px;
}

.about__area-right-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 5. Update footer branding */
.footer__area-widget-about-logo img {
    max-height: 50px;
    width: auto;
}

/* 6. Improve section title hierarchy */
.feature__area-title {
    text-align: center;
    margin-bottom: 50px;
}

.feature__area-title .subtitle__one {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}

.feature__area-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature__area-item {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.feature__area-item:hover {
    transform: translateY(-5px);
}

.feature__area-item-icon {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.feature__area-item-content h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .about__area-left,
    .about__area-right {
        padding: 0 15px;
    }
    
    .breadcrumb__area {
        padding: 100px 0 40px;
    }
    
    .breadcrumb__area-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .header__area-menubar-left-logo img {
        max-height: 50px;
    }
    
    .breadcrumb__area {
        padding: 80px 0 30px;
    }
    
    .breadcrumb__area-title h1 {
        font-size: 28px;
    }
}

/* Header menu: dark text on non-home pages, only for normal (non-sticky) header */
.header__area:not(.home-header):not(.header__sticky) .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a,
.header__area:not(.home-header):not(.header__sticky) .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li {
    color: #222 !important;
    font-weight: 600;
}

.header__area:not(.home-header):not(.header__sticky) .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a:hover,
.header__area:not(.home-header):not(.header__sticky) .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li.active > a {
    color: #b9934a !important; /* gold accent on hover/active */
}

/* Sticky header: ensure menu text is white */
.header__sticky .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a,
.header__sticky .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li {
    color: #fff !important;
}

.header__sticky .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a:hover,
.header__sticky .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li:hover > a {
    color: #fff !important;
}

/* For other header variants (e.g., .three, .one, .two) */
.header__sticky.one .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a,
.header__sticky.one .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li {
    color: #fff !important;
}

.header__sticky.one .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a:hover,
.header__sticky.one .header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li:hover > a {
    color: #fff !important;
}

.header__area-menubar-right-menu.three.menu-responsive ul#mobilemenu > li > a,
.header__area-menubar-right-menu.three.menu-responsive ul#mobilemenu > li {
    color: #fff !important;
}

.header__area-menubar-right-menu.three.menu-responsive ul#mobilemenu > li > a:hover,
.header__area-menubar-right-menu.three.menu-responsive ul#mobilemenu > li:hover > a {
    color: #fff !important;
}

/* Menu text color on hover should always be white */
.header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li > a:hover,
.header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li:hover > a,
.header__area-menubar-right-menu.menu-responsive ul#mobilemenu > li.active > a {
    color: #fff !important;
}

/* Our Rooms page layout improvements */
.room__list-area {
    padding-top: 30px;
}

.room__list-item {
    margin-bottom: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border-radius: 12px;
    background: #fff;
    transition: transform 0.2s;
}

.room__list-item:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.room__list-item-image img {
    border-radius: 12px 12px 0 0;
}

.room__list-item-content {
    padding: 24px 20px 20px 20px;
}

@media (max-width: 991px) {
    .room__list-area {
        padding-top: 10px;
    }
    .room__list-item-content {
        padding: 18px 10px 16px 10px;
    }
} 