.reservation-form .elementor-form .elementor-message-success {
    text-align: center !important;
}

/*Footer*/
.footer-links-section a {
    font-family: "Montserrat", Sans-serif;
}

/* Home Page */
.pub-hours-section {
    backdrop-filter: blur(10px);
}

.menu-link-item {
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

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

.menu-link-button:hover {
    transform: translateY(-2px);
}

.food-showcase-item:hover {
    transform: translateY(-8px);
}

.food-image {
    height: 300px;
}

.food-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.food-showcase-item:hover .food-image {
    transform: scale(1.1);
}


/* About Page */
.why-choose-item .why-choose-number {
    transform: translate(-50%, -50%);
    width: clamp(60px, 3.646vw, 70px);
    height: clamp(60px, 3.646vw, 70px);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.cta-section .cta-button-secondary:hover {
    transform: translateY(-3px);
}

.cta-section .cta-button-outline:hover {
    transform: translateY(-3px);
}

.brands-grid .brand-item:hover {
    transform: translateY(-8px);
}

.hours-left-4 {
    backdrop-filter: blur(10px);
}

.phone-link {
    color: #6F472F;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}


.phone-link:hover {
    color: #8A5A3C;
    text-decoration: underline;
}

.age-policy-note {
    backdrop-filter: blur(10px);
}

.reservation-form .elementor-field::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.flatpickr-day.today {
    border-color: #8A5A3C !important;
    background: #8A5A3C !important;
    color: #fff !important;
}

/* Today on hover & focus */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #6F472F !important;
    background: #6F472F !important;
    color: #fff !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus,
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    border-color: #6F472F !important;
    background: #6F472F !important;
    color: #fff !important;
}

/*Team Memeber list Shortcode*/

.team-content-section {
    padding: 3.333vw 1.667vw;
    background-color: #ffffff;
}

.team-section-alt {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
}

.team-section-header {
    text-align: center;
    margin-bottom: 2.5vw;
}

.team-section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.667vw;
    color: #000000;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.title-underline {
    width: 80px;
    height: 3px;
    background: #6F472F;
    margin: 0 auto 1.5rem !important;
    border-radius: 2px;
}

.team-section-description {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 16px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.667vw;
}

.team-member-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(111, 71, 47, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(111, 71, 47, 0.1);
    text-align: center;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(111, 71, 47, 0.35);
    border-color: #6F472F;
}

.team-member-photo-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
}

.team-member-photo {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member-info {
    padding: 1.667vw 1.25vw;
}

.team-member-name {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.146vw;
    color: #000000;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-member-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.938vw;
    color: #6F472F;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Specials Page*/
.cta-section .cta-button-secondary:hover {
    transform: translateY(-3px);
}

.cta-section .cta-button-outline:hover {
    transform: translateY(-3px);
}

.special-card:hover {
    transform: translateY(-6px);
}

.special-card-image {
    height: 200px;
}

.special-card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.special-card-image:hover .food-image {
    transform: scale(1.1);
}

/*What's New Page*/
.whats-new-image {
    height: 250px;
}

/*Breakfast Lunch Menu*/
.menu-items-grid .menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(111, 71, 47, 0.2);
    border-color: rgba(111, 71, 47, 0.3) !important;
}

/*Blog Detail Page*/
.blog-detail-main .blog-detail-body h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #6F472F;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.blog-detail-main .blog-detail-body h2 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #6F472F;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.blog-detail-body h3 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #6F472F;
    text-transform: capitalize;
    letter-spacing: 0.5;
}

.blog-detail-body h4 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #6F472F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-detail-body h5 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #6F472F;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.blog-detail-body h6 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #6F472F;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.blog-detail-main .blog-detail-body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}

.blog-detail-body ul,
.blog-detail-body ol {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 32px;
    margin-bottom: 20px;
}

.blog-detail-body img {
    width: auto;
    overflow: hidden;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.pdf-viewer-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.pdf-viewer-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 250px);
    min-height: 600px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(138, 90, 60, 0.2);
}

.pdf-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Floating Action Buttons */
.pdf-action-buttons {
    display: flex;
    gap: 16px;
    justify-content: right;
    z-index: 1000;
    margin-bottom: 30px;
}

.pdf-action-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #8A5A3C;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(138, 90, 60, 0.4);
    transition: all 0.3s ease;
    padding: 0;
}

.pdf-action-btn svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.pdf-action-btn:hover {
    color: #fff;
    background: #6F472F;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(111, 71, 47, 0.5);
}

.pdf-action-btn:active {
    transform: translateY(-1px) scale(0.98);
}

/* Share Menu */
.share-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(4px);
}

.share-menu.active {
    opacity: 1;
    visibility: visible;
}

.share-menu-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

/*.share-menu.active .share-menu-content {
    transform: scale(1);
}*/

.share-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #6F472F;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
    font-family: Arial, sans-serif;
}

.share-menu-close:hover {
    background: #f5f5f5;
    color: #8A5A3C;
    /*transform: rotate(90deg);*/
}

.share-menu-content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 24px;
    color: #6F472F;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 1px;
}

.share-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.share-menu-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
    color: #333;
    background: #f9f9f9;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.share-menu-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.share-copy-link:hover,
.share-copy-link:focus {
    background: transparent;
    color: #333;
}

/* .share-menu-btn:hover {
    border-color: #6F472F;
    color: #1877f2;
} */

/*.share-menu-buttons a:hover {
    background: #6F472F;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(111, 71, 47, 0.3);
}*/

/*.share-menu-buttons a:active {
    transform: translateY(0);
}*/

/*Blog Page*/
/* Blogs Content Section */

.blogs-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.blog-accordion-item {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.blog-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(15px, 1.25vw, 24px);
    border: none;
    text-align: left;
    transition: background-color 0.3s ease;
    font-family: 'Playfair Display', sans-serif;
    background: #0c5345;
}

.blog-accordion-header:hover {
    background-color: #0c5345e6;
}

.blog-accordion-header:focus {
    outline: none;
    box-shadow: none;
    background-color: #0c5345e6;
}

.blog-accordion-item.active .blog-accordion-header {
    background-color: #0c5345e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-accordion-year {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.blog-accordion-count {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}

.blog-accordion-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.blog-accordion-icon svg {
    width: 100%;
    height: 100%;
}

.blog-accordion-item.active .blog-accordion-icon {
    transform: rotate(180deg);
}

.blog-accordion-content {
    display: none;
    padding: clamp(15px, 1.25vw, 24px);
    background-color: #f9fafb;
}

.blog-accordion-item.active .blog-accordion-content {
    display: block;
}

/* Blogs Grid */
.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(15px, 1.667vw, 32px);
}

/* Blog Card */
.blog-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.blog-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
}

.blog-card-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.04);
}

.blog-card-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #c8a35f;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

.blog-date-day,
.blog-date-month {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.blog-card-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card-title a {
    text-decoration: none !important;
    font-family: "Playfair Display", Sans-serif;
    color: #0C5345;
    font-size: 22px;
    font-weight: 600;
}

.blog-card-title a:hover {
    color: #c8a35f;
}

.blog-card-excerpt {
    font-size: 16px;
}

.blog-card-meta {
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-card-author,
.blog-card-read-time {
    font-size: 14px;
}

.blog-card-link {
    text-decoration: none !important;
    background: #0c5345;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    display: block;
}

.blog-card-link:hover {
    background: #0c5345e6;
}

.blog-load-more-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-more-posts {
    background-color: #8A5A3C;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.load-more-posts:hover,
.load-more-posts:focus {
    background-color: #6F472F;
    color: white;
}


/*Event Detail Page*/
.event-detail-form .elementor-field-group-event_name,
.event-detail-form .elementor-field-group-event_date_start_time {
    pointer-events: none;
}

.events-single .tribe-events-before-html {
    display: none;
}

.blog-detail-body .alignnone,
.blog-detail-body .alignleft,
.blog-detail-body .alignright,
.blog-detail-body .aligncenter {
    border-radius: 12px !important;
}

.tls-qr-code-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.tls-qr-expiry-note {
    margin-bottom: 24px;
    padding: 12px 16px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
}

.tls-qr-expiry-note p {
    margin: 0;
}

.tls-qr-access-wrapper {
    margin: 15px;
}

.tls-qr-access-denied {
    max-width: 600px;
    margin: 32px auto;
    padding: clamp(16px, 1.667vw, 32px);
    text-align: center;
    border: 1px solid #ccc;
    background: #f9f9f9;
    font-size: 16px;
}

.tls-qr-access-denied p {
    margin: 0;
}

.tls-qr-expired-message {
    display: none;
    margin-top: 16px;
    color: #8A5A3C;
    font-weight: 600;
}



@media(max-width: 1024px) {
    .main-header-menu {
        width: min-content;
    }

    .pdf-viewer-wrapper {
        height: calc(100vh - 200px);
        min-height: 500px;
    }

    .pdf-action-buttons {
        right: 1rem;
    }

    .pdf-action-btn {
        width: 48px;
        height: 48px;
    }

    .pdf-action-btn svg {
        width: 20px;
        height: 20px;
    }

    /*Blog Page*/
    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .food-image {
        height: 280px;
    }

    .team-content-section {
        padding: 48px 24px;
    }

    .team-section-header {
        margin-bottom: 40px;
    }

    .team-section-title {
        font-size: 28px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .team-member-photo-wrapper {
        height: 250px;
    }

    .team-member-info {
        padding: 24px;
    }

    .team-member-name {
        font-size: 22px;
    }

    .team-member-title {
        font-size: 16px;
    }

    .pdf-viewer-section {
        padding: 1rem;
    }

    .pdf-viewer-wrapper {
        height: calc(100vh - 150px);
        min-height: 400px;
        border-radius: 4px;
    }

    .pdf-action-buttons {
        gap: 12px;
    }

    .pdf-action-btn {
        width: 44px;
        height: 44px;
    }

    .pdf-action-btn svg {
        width: 18px;
        height: 18px;
    }

    .share-menu-content {
        padding: 24px;
        max-width: 90%;
    }

}

@media(max-width: 480px) {

    .blogs-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .food-image {
        height: 250px;
    }

    .team-content-section {
        padding: 32px 16px;
    }

    .team-section-title {
        font-size: 24px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /*.team-member-photo-wrapper {
        height: 220px;
    }*/

    .team-member-info {
        padding: 20px;
    }

    .team-member-name {
        font-size: 20px;
    }

    .pdf-viewer-wrapper {
        height: calc(100vh - 120px);
        min-height: 350px;
    }

    .pdf-action-buttons {
        gap: 8px;
    }

    .pdf-action-btn {
        width: 40px;
        height: 40px;
    }

    .pdf-action-btn svg {
        width: 16px;
        height: 16px;
    }

}