html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px !important;
    /* <--- Yeh line aapke section ko header ke niche se shuru karegi */
}

.page1885Wrap p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.page1885Wrap .slider1885 {
    background: url(https://themontanaclub.com/wp-content/uploads/2026/06/banner-image.webp) no-repeat top;
    background-size: cover;
    max-height: 650px;
    height: 100vh;
}

.page1885Wrap .slider1885 .slideOverlay {
    /* background: rgb(0 0 0 / 70%); */
    background: rgba(0, 0, 0, 10.7);
    background: radial-gradient(circle, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .4) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    text-align: center;
    padding-top: 75px;
}

.page1885Wrap .slider1885 .slideOverlay * {
    margin: 0px;
    padding: 0px;
}

.page1885Wrap .slider1885 .slideOverlay h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.page1885Wrap .slider1885 .slideOverlay p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.page1885Wrap .slider1885 .slideOverlay h1 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #c8b278;
    letter-spacing: 6px;
    text-shadow: 2px 0px 14px #0008;
}

.page1885Wrap .slider1885 .slideOverlay h1 span {
    transform: translateY(-10px);
    display: inline-block;
}

.page1885Wrap .slider1885 .slideOverlay h1 p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    letter-spacing: 0px;
    transform: translateY(-22px);
    text-transform: uppercase;
}

.page1885Wrap .slider1885 .slideOverlay ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}


/* Sweep To Right */
.btn1885 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px 25px !important;
    background: var(--gold);
    border-radius: 0px;
    color: var(--white);
    border: 1px solid transparent;
    font-weight: var(--fw-semibold);
    width: 300px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.btn1885:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn1885:hover,
.btn1885:focus,
.btn1885:active {
    color: var(--gold);
}

.btn1885:hover:before,
.btn1885:focus:before,
.btn1885:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn1885.MenuBtn {
    background: none;
    border: 1px solid var(--gold);
}


.btn1885.MenuBtn:before {
    background: var(--gold);
}

.btn1885.MenuBtn:hover,
.btn1885.MenuBtn:focus,
.btn1885.MenuBtn:active {
    color: var(--white);
}

/* Slider End */

.box1885 {
    padding: 50px 0px;
    background: rgb(200 178 120 / 25%);
}

.box1885 .box1885Tile {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 0px 20px;
}

.box1885 .box1885Tile * {
    padding: 0px;
    margin: 0px;
}

.box1885 .box1885Tile.tile1 {
    background: url(https://themontanaclub.com/wp-content/uploads/2026/06/box-85-01.jpg) no-repeat center;
    background-size: cover;
}

.box1885 .box1885Tile.tile2 {
    background: url(https://themontanaclub.com/wp-content/uploads/2026/06/box-85-02.jpg) no-repeat center;
    background-size: cover;
}

.box1885 .box1885Tile.tile3 {
    background: url(https://themontanaclub.com/wp-content/uploads/2026/06/box-85-03.jpg) no-repeat center;
    background-size: cover;
}

.box1885 .box1885Tile.tile4 {
    background: url(https://themontanaclub.com/wp-content/uploads/2026/06/box-85-04.jpg) no-repeat center;
    background-size: cover;
}

.box1885 .box1885Tile h2 {
    font-size: 26px;
    /* text-transform: uppercase; */
    color: #fff;
}

.box1885 .box1885Tile .separator {
    background: #fff;
    height: 1px;
    width: 20px;
}

.box1885 .box1885Tile p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
}

/* Box 1885 End */

.ourStory1885 {
    padding: 50px 0px;
    text-align: center;
}

hgroup.heading1885Wrap {
    font-size: 14px;
    margin-bottom: 5px;
    margin-bottom: 30px;
}

hgroup.heading1885Wrap p {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    color: var(--gold);
    font-weight: var(--fw-semibold);
    text-align: center;
}

hgroup.heading1885Wrap h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 0px;
}

hgroup.heading1885Wrap .subText {
    font-size: 16px;
    text-align: center;
    margin: 10px 0px;
    color: var(--black);
}

hgroup.heading1885Wrap .note {
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: var(--gold);
    font-weight: 600;
}

.ourStory1885 .storyPartLeft p,
.ourStory1885 .storyPartRight p {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif !important;
    text-align: justify;
    text-align-last: center;

}

.ourStory1885 .storyPartLeft img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 8px;
}

.ourStory1885 .storyPartRight .guestNames {
    background: #fff;
    border: 1px solid rgb(200 178 120 / 25%);
    height: 350px;
    text-align: left;
    border-radius: 8px;
}

.ourStory1885 .storyPartRight .guestNames h4 {
    padding: 15px 0px;
    margin: 0px 15px;
    font-size: 22px;
    /* font-family: "Montserrat", sans-serif !important; */
    border-bottom: 3px solid var(--gold);
    margin-bottom: 15px;
    font-weight: var(--fw-semibold);
}

.ourStory1885 .storyPartRight .guestNames ul {
    padding-left: 15px;
    height: calc(350px - 80px);
    overflow: auto;
    margin-right: 15px;
    font-family: "Montserrat", sans-serif !important;
}

.ourStory1885 .storyPartRight .guestNames ul li {
    padding-bottom: 14px;
    font-size: 16px;
}

/* our Story 1885 End  */

.theRoom1885 {
    padding: 50px 0px;
    background: rgb(200 178 120 / 15%);
    text-align: center;
}

.theRoom1885 .theRoomTile {
    height: 100%;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gold);
    padding: 20px;
    border-radius: 10px;
}

.theRoom1885 .theRoomTile img {
    border-radius: 10px;
}

.theRoom1885 .theRoomTile .roomTitleWrap {
    background: rgba(200, 178, 115, 10.05);
    background: linear-gradient(0deg, rgba(200, 178, 115, .5) 0%, rgba(200, 178, 115, .10) 100%);
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
    flex: 1;
}

.theRoom1885 .theRoomTile .roomTitleWrap h4 {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}

.theRoom1885 .theRoomTile .roomTitleWrap p {
    margin-bottom: 0px;
}

/* The room Css End */

.theStackMenu {
    padding-top: 50px;
}

.stackMenuWrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stackMenuList {
    background: #fff;
    border-radius: 8px;
    /* border: 1px solid var(--gold); */
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0px 0px 25px 0px #0002;
    padding: 10px;
}

.stackMenuList .listTitle {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    width: 280px;
}

.stackMenuList .listTitle span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    font-family: "Montserrat", sans-serif !important;
}

.stackMenuList .listPrice {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 20px;
    border-Left: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    color: var(--gold);
    width: 100px;
    text-align: center;
}

.stackMenuList .listDescription {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif !important;
    flex: 1;
}

.theStackMenu .addons {
    font-size: 16px;
    font-family: "Cinzel", serif !important;
    color: var(--gold);
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

.menuImageView {
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* THE STEAKS CSS End */
.theMenu1885 {
    padding: 50px 0px;
}

.theMenu1885 .menu-listWrap {
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 28px;
}

.theMenu1885 .menu-listWrap h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 600;
}

.theMenu1885 .menu-listWrap h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
}

.theMenu1885 .menu-listWrap h4 img {
    width: 30px;
    vertical-align: text-bottom;
}

.theMenu1885 .menuListRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.theMenu1885 .menuListRow:last-child {
    margin-bottom: 0px;
}

.theMenu1885 .menuListRow .MenuTitle {

    flex: 1;
}

.theMenu1885 .menuListRow h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-right: 10px;
}

.theMenu1885 .menuListRow h5 .menuLine {
    flex: 1;
    height: 1px;
    border-bottom: 1px dashed var(--gold);
}

.theMenu1885 .menuListRow h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.theMenu1885 .menuListRow p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.theMenu1885 .menuListRow .MenuPrice {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--gold);
}

.theMenu1885 .menuInfo {
    margin-bottom: 0px;
    font-style: italic;
    color: var(--gold);
    font-size: 14px;
}

.theMenu1885 .menu-listWrap.additionalNote {
    background: var(--gold);
    margin-bottom: 0px;
}

.theMenu1885 .menu-listWrap.additionalNote .menuLine {
    border-bottom-color: white;
}

.theMenu1885 .menu-listWrap.additionalNote .MenuPrice {
    color: white;
}

.menu1885Images ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menu1885Images ul li {
    width: 25%;
    border-radius: 50%;
    height: auto;
    padding: 6px;
    border: 1px solid var(--gold);
}

.menu1885Images ul li img {
    width: 100%;
    border-radius: 50%;
    height: auto;
}

/* The Menu Css End */

.notableGuests {
    /* background-image: url(https://themontanaclub.com/wp-content/uploads/2026/06/1885-19.jpg); */
}

.notableGuests .notableGuestsOverlay {
    padding: 50px 0px;
    background-color: rgb(200 178 120 / 10%);
}

.notableGuests .heading1885Wrap {
    padding-top: 100px;
    position: sticky;
    top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
}

.notableGuests .guestTile {
    border: 1px solid var(--gold);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 28px;
}

.notableGuests .guestTile:last-child {
    margin-bottom: 0px;
}

.notableGuests .guestTile img {
    border-radius: 8px;
    margin-bottom: 10px;
}

.notableGuests .guestTile h4 {
    font-size: 16px;
    color: var(--gold);
    margin-bottom: 0px;
}

.notableGuests .guestTile p {
    font-size: 14px;
    margin-bottom: 0px;
}

/* Notable Guests CSS End */

.privateDining {
    padding: 50px 0px;
}

.privateDining .diningTile {
    border: 1px solid var(--gold);
    padding: 20px;
    border-radius: 10px;
}

.privateDining .diningTile img {
    border-radius: 10px;
}

.privateDining .diningTile .diningDesk {
    background: rgba(200, 178, 115, 10.05);
    background: linear-gradient(0deg, rgba(200, 178, 115, .5) 0%, rgba(200, 178, 115, .10) 100%);
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
}

.privateDining .diningTile .diningDesk h5 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600;
}

.privateDining .diningTile .diningDesk p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
}

/* private Dining Css End */

.reservation {
    padding: 50px 0px;
}

.reservation img {
    border-radius: 10px;
}

.reservation .heading1885Wrap * {
    text-align: left !important;
}

.reservation .reservationData h5 {
    font-size: 28px;
    margin-bottom: 15px;
}

.reservation .reservationData ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reservation .reservationData ul li {
    background: rgba(200, 178, 115, 10.05);
    background: linear-gradient(90deg, rgba(200, 178, 115, .25) 0%, rgba(200, 178, 115, .10) 100%);
    padding: 10px 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
}

.ctaWrap1885 {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ctaWrap1885 a {
    text-align: center;
}

.ctaWrap1885 .btn1885.MenuBtn {
    color: #000;
}

.ctaWrap1885 .btn1885.MenuBtn:hover,
.ctaWrap1885 .btn1885.MenuBtn:focus,
.ctaWrap1885 .btn1885.MenuBtn:active {
    color: var(--white);
}

.reservation .dressCode b {
    color: var(--gold);
}

.reservation .note {}

/* Reservation Css End */

footer {
    position: static !important;
    border-top: 1px solid var(--gold);
    /* margin-top: 30px; */
}

.logoOtherPages {
    display: none !important;
}

.headerInnerPages {
    display: none;
}

.header1885 .nav1885 {
    display: flex;
}

.header1885 .nav1885 {
    display: flex;
    justify-content: space-between;
}

.header1885 .nav1885 .menu1885 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header1885 .nav1885 .menu1885 li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 15px 10px;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400;
}

/* Scroll Spy Css */

/* --- Header & Navigation Styles --- */
.header1885 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); */
    backdrop-filter: blur(10px);
    /* Modern blur effect */
    /* border-bottom: 1px solid rgba(212, 175, 55, 0.2); */
    /* Soft gold border */
    transition: all 0.3s ease;
}

.nav1885 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 10px 0px;
}

.logo1885 {
    font-weight: bold;
    color: var(--gold);
    /* Gold Color */
    text-decoration: none;
    font-size: 24px;
}

.logo1885 img {
    height: 80px;
}

.menu1885 {
    display: flex;
    list-style: none;
    gap: 0px;
}

.montanaVisit {
    height: 44px;
    width: 44px;
    background: #4f3f3b;
    border-radius: 50%;
    margin-left: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8b273;
    padding: 0px !important;
}

.montanaVisit img {
    height: 28px;
    width: 28px;
}

/* --- Scrollspy Active State & Hover Animation --- */
.menu1885 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--gold);
    /* Gold indicator */
    transition: width 0.3s ease;
}

.menu1885 li a:hover {
    color: #fff;
}

/* Jab section screen par hoga, ye active class automatically trigger hogi */
.menu1885 li a.active {
    color: var(--gold) !important;
    font-weight: 600;
}

.menu1885 li a.active::after {
    width: 100%;
    /* Gold line dynamic phailegi */
}

/* --- Sections Wrapper & Dummy Height for Testing --- */
.sectionWrap {
    margin-top: 80px;
    /* Header ke niche se space suru ho */
}

/* --- Fade-Up Custom Animation Styles --- */

/* Initial State: Jo section abhi screen par nahi aaya, wo 50px niche hoga aur chupa hoga */
.reveal-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: opacity, transform;
    /* Browser performance boost ke liye */
}

/* Active State: Jab section screen par aayega, toh yeh class automatic jud jayegi */
.reveal-fade-up.animated {
    opacity: 1;
    transform: translateY(0);
}

/* --- Custom Delay Classes --- */
/* Yeh class jis par lagegi, wo 0.2 second ruk kar aayega */
.delay-1 {
    transition-delay: 0.2s;
}

/* Yeh class jis par lagegi, wo 0.4 second ruk kar aayega (Heading ke baad) */
.delay-2 {
    transition-delay: 0.4s;
}

/* Agor teesra element bhi hai (jaise koi button ya text), toh uske liye 0.6 second */
.delay-3 {
    transition-delay: 0.6s;
}