.grecaptcha-badge { 
    visibility: hidden !important;
}

:root {
    --avatar-fallback-grad-start: #1f8f6a;
    --avatar-fallback-grad-end: #236e90;
    --avatar-fallback-text: #ffffff;
}

.error {
    color: rgb(245, 173, 65);
    font-weight: normal !important;
    /* background-color: rgb(182, 189, 199); */
 }

 .errMsg {
    color: #ff0000;
    font-weight: normal !important;
    /* background-color: rgb(182, 189, 199); */
 }

.modal-lg {
    max-width: 860px;
}

/* ============================================
   TODAY'S SPECIAL — Professional Popup
   ============================================ */

#terms-txt .modal-dialog {
    max-height: 75vh;
    height: 75vh;
    display: flex;
    flex-direction: column;
}

#terms-txt .modal-content {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #e9e5df;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    border: none;
}

#terms-txt .modal-header,
#terms-txt .modal-footer {
    display: none !important;
}

#terms-txt .modal-body {
    padding: 0;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #ece8e1;
}

.career-modal-controls {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1065;
    display: flex;
    gap: 8px;
}

.career-modal-control {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(185, 146, 88, 0.22);
    background: rgba(255, 255, 255, 0.88);
    color: #2c241d;
    font: 600 1.05rem/1 'Poppins', sans-serif;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.career-modal-control:hover {
    background: rgba(205, 178, 134, 0.35);
    border-color: rgba(185, 146, 88, 0.46);
    transform: translateY(-1px);
}

.career-modal-control.is-active {
    background: rgba(205, 178, 134, 0.92);
    color: #1a1a1a;
}

.career-modal-close {
    font-size: 1.35rem;
}

#terms-txt.career-modal-expanded .modal-dialog,
#modal_diaglog.career-modal-maximized {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
}

#terms-txt.career-modal-expanded .career-application-shell,
#terms-txt.career-modal-expanded .career-application-shell > form,
#terms-txt.career-modal-expanded .modal-body > div {
    max-height: none !important;
}

.ts-tabs-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.ts-tab-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px 10px;
    background: #171717;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow-x: auto;
}

.ts-tab-btn {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #d3c6af;
    border-radius: 999px;
    padding: 9px 14px;
    font: 600 0.82rem/1 'Poppins', sans-serif;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.ts-tab-btn:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.ts-tab-btn.active {
    background: #c8b08a;
    color: #111;
    border-color: #c8b08a;
}

.ts-tab-panel {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #111;
}

.ts-empty-state {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 22px;
    color: #ddd;
}

.ts-empty-state h4 {
    margin: 0 0 10px;
    font: 600 1rem/1.2 'Poppins', sans-serif;
    color: #f0e3cb;
}

.ts-empty-state p {
    margin: 0;
    max-width: 460px;
    color: #b9b9b9;
    line-height: 1.6;
}

/* --- Title banner --- */
.ts-title-bar {
    flex-shrink: 0;
    background: #1a1a1a;
    border-bottom: 1px solid #978667;
    padding: 11px 50px 10px;
    text-align: center;
    letter-spacing: 0.18em;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #978667;
}

.ts-title-star {
    font-size: 0.6rem;
    vertical-align: middle;
    opacity: 0.7;
    margin: 0 8px;
}

/* --- Carousel shell --- */
.ts-carousel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
    background: #111;
}

/* --- Image wrapper (nav anchors here) --- */
.ts-image-wrap {
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.ts-image-wrap .carousel-inner {
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0;
}

.ts-carousel .carousel-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ts-carousel .carousel-item.active {
    display: flex;
}

.ts-slide-media {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    padding: 18px 22px 28px;
}

.ts-slide-img,
.ts-slide-video,
.ts-slide-embed {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: block;
    background: #111;
}

.ts-slide-img,
.ts-slide-video {
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.ts-slide-embed {
    height: 100%;
    border: 0;
}

/* --- Dot indicators — bottom of image wrap --- */
.ts-dots {
    position: absolute;
    bottom: 14px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 15;
    display: flex;
    justify-content: center;
    gap: 9px;
    padding: 0;
    list-style: none;
}

.ts-dots [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(12,12,12,0.62);
    border: 1px solid rgba(255,255,255,0.42);
    opacity: 1;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.ts-dots [data-bs-target].active {
    background: #f0e3cb;
    border-color: #f0e3cb;
    transform: scale(1.22);
}

/* --- Prev / Next nav --- */
.ts-prev,
.ts-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(8,8,8,0.8);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.92);
    border-radius: 999px;
    width: 54px;
    height: 54px;
    font-size: 1.45rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 12px 28px rgba(0,0,0,0.34);
}

.ts-prev { left: 18px; }
.ts-next { right: 18px; }

.ts-prev:hover,
.ts-next:hover {
    background: rgba(151,134,103,0.95);
    border-color: #fff;
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 14px 32px rgba(0,0,0,0.4);
}

/* --- Caption bar --- */
.ts-caption-bar {
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(33,33,33,0.99), rgba(19,19,19,0.99));
    border-top: 1px solid rgba(200,176,138,0.28);
    min-height: 52px;
    padding: 13px 72px 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-caption-text {
    margin: 0;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1rem;
    font-weight: 400;
    color: #f0e3cb;
    line-height: 1.7;
    letter-spacing: 0.012em;
    text-wrap: balance;
    text-shadow: 0 1px 0 rgba(0,0,0,0.32);
}

/* --- Floating × close button --- */
#ts-modal-maximize {
    position: absolute;
    top: 12px;
    right: 62px;
    z-index: 1060;
    background: rgba(0,0,0,0.82);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.88);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
    padding: 0;
    box-shadow: 0 10px 24px rgba(0,0,0,0.34);
}

#ts-modal-maximize:hover {
    background: rgba(151,134,103,0.95);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(0,0,0,0.4);
}

#ts-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 1060;
    background: rgba(0,0,0,0.82);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.88);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
    padding: 0;
    box-shadow: 0 10px 24px rgba(0,0,0,0.34);
}

#ts-modal-close:hover {
    background: rgba(151,134,103,0.95);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(0,0,0,0.4);
}

/* --- Daily special maximized layout --- */
#terms-txt.ts-maximized #modal_style {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    margin: 12px auto;
}

#terms-txt.ts-maximized #modal_style .modal-content {
    height: 100%;
}

#terms-txt.ts-maximized .modal-body {
    height: 100%;
}

#terms-txt.ts-maximized .ts-tabs-shell {
    min-height: 100%;
}

/* --- Note bar (page-level text below carousel) --- */
.ts-note {
    flex-shrink: 0;
    background: #141414;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 10px 20px;
    font-size: 0.8rem;
    color: #808080;
    text-align: center;
    line-height: 1.55;
    letter-spacing: 0.02em;
}

.ts-note i {
    color: #978667;
    margin-right: 6px;
}

/* --- Loading dots --- */
.ts-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
}

.ts-loading-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #978667;
    animation: ts-bounce 1.2s infinite ease-in-out;
}

.ts-loading-dot:nth-child(2) { animation-delay: 0.2s; }
.ts-loading-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes ts-bounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
    40%            { transform: scale(1);   opacity: 1; }
}

@media (max-width: 767px) {
    #terms-txt .modal-dialog {
        margin: 0;
        max-height: 75vh;
        height: 75vh;
        max-width: 100%;
    }
    .career-modal-controls {
        top: 10px;
        right: 10px;
    }
    .career-modal-control {
        width: 34px;
        height: 34px;
    }
    .ts-tab-nav { padding: 10px 12px 8px; gap: 6px; }
    .ts-tab-btn { padding: 8px 12px; font-size: 0.76rem; }
    .ts-caption-bar { min-height: 60px; padding: 12px 50px 14px; }
    .ts-prev, .ts-next { width: 42px; height: 42px; font-size: 1.1rem; }
}

/* ============================================
   CAREERS APPLICATION FORM
   ============================================ */

.career-application-shell {
    padding: 24px;
    background: linear-gradient(180deg, #efebe5 0%, #e6e1d9 100%);
}

.career-role-overview {
    padding: 28px;
    background: linear-gradient(180deg, #f5f2ec 0%, #e8e1d6 100%);
    color: #2c241d;
}

.career-role-header {
    margin-bottom: 18px;
    padding: 0 64px 0 0;
}

.career-role-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #d8c2a0;
    font: 600 0.78rem/1 'Poppins', sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.career-role-header h3 {
    margin: 0 0 10px;
    color: #1f1a16;
    font: 600 2rem/1.1 'Poppins', sans-serif;
}

.career-role-header p,
.career-role-panel p {
    margin: 0;
    color: rgba(44, 36, 29, 0.78);
    line-height: 1.7;
}

.career-role-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.career-role-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(185, 146, 88, 0.22);
    background: rgba(255, 255, 255, 0.68);
    color: #2c241d;
    font: 500 0.92rem/1.2 'Poppins', sans-serif;
}

.career-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.career-role-panel {
    padding: 20px 22px;
    border: 1px solid rgba(185, 146, 88, 0.14);
    background: rgba(255, 255, 255, 0.78);
}

.career-role-panel-wide {
    margin-top: 4px;
}

.career-role-panel h4 {
    margin: 0 0 12px;
    color: #1f1a16;
    font: 600 1rem/1.2 'Poppins', sans-serif;
}

.career-role-panel ul {
    margin: 0;
    padding-left: 18px;
}

.career-role-panel li {
    margin-bottom: 8px;
    color: rgba(44, 36, 29, 0.86);
    line-height: 1.6;
}

.career-form-intro {
    margin-bottom: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(185, 146, 88, 0.14);
    background: linear-gradient(135deg, rgba(205, 178, 134, 0.18), rgba(255, 255, 255, 0.78));
    color: #2c241d;
}

.career-form-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font: 600 0.78rem/1 'Poppins', sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #cdb286;
}

.career-form-intro h3 {
    margin: 0 0 8px;
    color: #1f1a16;
    font: 600 1.6rem/1.2 'Poppins', sans-serif;
}

.career-form-intro p {
    margin: 0;
    color: rgba(44, 36, 29, 0.78);
    line-height: 1.65;
}

.career-submit-status {
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid transparent;
    font: 500 0.9rem/1.4 'Poppins', sans-serif;
}

.career-submit-status.is-error {
    background: #fde8e8;
    border-color: #e6b0b0;
    color: #8e1b1b;
}

.career-submit-status.is-success {
    background: #e8f7ed;
    border-color: #b8ddc2;
    color: #1f6c38;
}

.career-form-card {
    margin-bottom: 18px;
    border: 1px solid rgba(205, 178, 134, 0.16);
    background: #f8f4ed;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.career-validation-focus {
    border-color: rgba(214, 40, 40, 0.44) !important;
    box-shadow: 0 0 0 3px rgba(214, 40, 40, 0.08), 0 18px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.career-form-head {
    padding: 18px 22px;
    text-align: left;
    background: linear-gradient(135deg, #232323 0%, #4a3f35 100%);
}

.career-form-head .title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.career-step-label {
    display: inline-block;
    font: 600 0.72rem/1 'Poppins', sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d8c2a0;
}

.career-form-head h3 {
    margin: 0;
}

.career-form-head small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.career-step-warning {
    display: none;
    margin-top: 4px;
    color: #ffd4d4;
    font: 600 0.82rem/1.4 'Poppins', sans-serif;
}

.career-step-warning.is-visible {
    display: inline-block;
}

.career-form-body {
    padding: 24px;
}

.career-field {
    margin-bottom: 18px;
}

.career-field label,
.career-question-row label {
    color: #2c241d;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.career-field .form-control,
.career-question-row .form-control,
.career-pay-group .input-group-text,
.career-field select {
    min-height: 48px;
    border-radius: 0;
    border: 1px solid #d7cab9;
    background: #fffdf9;
    box-shadow: none;
}

.career-field select {
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236e6358' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

#location {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    background-color: #fffdf9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236e6358' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

#location::-ms-expand {
    display: none;
}

.career-field .form-control:focus,
.career-question-row .form-control:focus,
.career-field select:focus {
    border-color: #b99258;
    box-shadow: 0 0 0 0.18rem rgba(185, 146, 88, 0.14);
}

.career-field textarea.form-control {
    min-height: 120px;
    padding-top: 12px;
}

.career-field-note {
    display: block;
    margin-top: 8px;
    color: #6e6358;
    font-size: 0.88rem;
}

.career-question-row {
    margin-bottom: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(44, 36, 29, 0.08);
}

.career-question-row:last-of-type {
    border-bottom: 0;
}

.career-choice-grid,
.career-inline-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.career-choice-chip,
.career-radio-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #d7cab9;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.career-choice-chip.is-active,
.career-radio-chip.is-active {
    background: #f2e6d4;
    border-color: #b99258;
    box-shadow: inset 0 0 0 1px rgba(185, 146, 88, 0.18);
}

.career-choice-chip input,
.career-radio-chip input {
    margin: 0;
}

.career-choice-chip label,
.career-radio-chip label,
.career-inline-check {
    margin: 0;
    font-size: 0.92rem;
    cursor: pointer;
}

.career-choice-chip.is-active label,
.career-radio-chip.is-active label {
    color: #2f2418;
    font-weight: 600;
}

.career-followup {
    padding: 16px;
    border-left: 3px solid #b99258;
    background: rgba(255, 255, 255, 0.62);
}

.career-field .errMsg,
.career-field .errMsg *,
.career-question-row .errMsg,
.career-question-row .errMsg *,
#errworkdays {
    color: #d62828 !important;
    font-size: 0.88rem;
}

#applyforjob_form input.error,
#applyforjob_form select.error,
#applyforjob_form textarea.error {
    border-color: #d62828 !important;
    box-shadow: 0 0 0 0.16rem rgba(214, 40, 40, 0.12) !important;
}

.career-history-stack {
    margin-bottom: 16px;
}

.career-history-card {
    position: relative;
    margin-bottom: 14px;
    border: 1px solid rgba(185, 146, 88, 0.3);
    background: #fffdf8;
}

.career-history-card-inner {
    background: #fff8ec;
    padding: 20px 22px 14px;
}

.career-history-index {
    margin: 0 0 12px;
    color: #7a5f3a;
    font: 600 0.78rem/1 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.career-history-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(185, 146, 88, 0.32);
    background: rgba(255, 255, 255, 0.94);
    color: #5c4a38;
    font: 700 1.15rem/1 'Poppins', sans-serif;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.career-history-remove:hover {
    background: #f5e1e1;
    color: #8f2222;
    border-color: rgba(143, 34, 34, 0.35);
}

.career-history-remove.is-hidden {
    display: none;
}

.career-history-actions {
    margin: 10px 0 16px;
    text-align: right;
}

.career-history-add-btn {
    min-width: 210px;
}

.career-history-toggle {
    margin-bottom: 0;
    border: 1px dashed #ceb286;
    background: #fffdf8;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.career-history-toggle.is-active {
    background: #f2e6d4;
    border-color: #b99258;
}

.career-history-toggle label,
.career-history-toggle .checkmark,
.career-history-toggle i {
    cursor: pointer;
}

.career-history-action-wrap {
    display: flex;
    align-items: end;
}

.career-history-action {
    width: 100%;
    text-align: right;
}

.career-history-divider {
    margin: 18px 0 0;
    border-color: rgba(44, 36, 29, 0.08);
}

.career-recaptcha {
    margin-top: 18px;
}

#modal_action_bar {
    margin-top: 18px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
}

.career-action-bar {
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    padding: 12px 18px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff 42%);
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .career-application-shell {
        padding: 16px;
    }

    .career-role-overview {
        padding: 18px;
    }

    .career-role-header {
        padding-right: 46px;
    }

    .career-role-grid {
        grid-template-columns: 1fr;
    }

    .career-form-intro,
    .career-form-body,
    .career-form-head {
        padding-left: 16px;
        padding-right: 16px;
    }

    .career-history-action {
        margin-top: 8px;
        text-align: left;
    }

    .career-history-actions {
        text-align: left;
    }

    .career-choice-grid,
    .career-inline-options {
        gap: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .main-menu ul li.login-submenu > ul {
        left: auto;
        right: 0;
        transform-origin: 90% top;
    }

    .main-menu ul li.login-submenu > ul:before {
        left: auto;
        right: 18px;
        margin-left: 0;
    }
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form {
    min-width: 250px;
    padding: 10px 8px 8px;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .form-group {
    margin-bottom: 10px;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-dropdown-graphic {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-dropdown-graphic i {
    font-size: 18px;
    color: #333;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-input-wrap {
    position: relative;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-input-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .form-control {
    height: 40px;
    border-radius: 4px;
    padding-left: 34px;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form #menu-login-username,
.main-menu ul li.login-submenu > ul li .auth-dropdown-form #menu-login-password {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: none;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .btn_1 {
    margin-top: 4px;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-dropdown-links {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-dropdown-links a {
    font-size: 12px;
    line-height: 1.3;
}

.main-menu ul li.login-submenu > ul li .auth-dropdown-form .auth-dropdown-message {
    margin-top: 8px;
    color: #bf1e2e;
    font-size: 12px;
    line-height: 1.35;
}

.main-menu > ul > li.login-submenu > a.show-submenu:after {
    content: none !important;
}

.main-menu ul li.login-submenu.is-authenticated > a.show-submenu.auth-user-trigger {
    border: 0;
    background: transparent;
    color: inherit !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.main-menu ul li.login-submenu .auth-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.main-menu ul li.login-submenu .auth-nav-label {
    display: none;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-menu ul li.login-submenu .auth-nav-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    overflow: hidden;
    position: relative;
    border: 0;
    box-shadow: none;
}

.main-menu ul li.login-submenu .auth-profile-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--avatar-fallback-grad-start) 0%, var(--avatar-fallback-grad-end) 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    overflow: hidden;
    position: relative;
}

.main-menu ul li.login-submenu .auth-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    border: 0;
}

.main-menu ul li.login-submenu .auth-avatar-fallback {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--avatar-fallback-grad-start) 0%, var(--avatar-fallback-grad-end) 100%);
    color: var(--avatar-fallback-text);
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.45), 0 -1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.main-menu ul li.login-submenu .auth-nav-avatar .auth-avatar-fallback {
    font-size: 11px;
    font-weight: 700;
}

.main-menu ul li.login-submenu .auth-avatar-fallback.is-hidden {
    display: none;
}

.main-menu ul li.login-submenu .auth-profile-panel {
    margin-top: 2px;
    border-top: 1px solid #f0f0f0;
    padding: 12px 10px 8px;
    min-width: 250px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.main-menu ul li.login-submenu .auth-profile-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f1f1f1;
}

.main-menu ul li.login-submenu .auth-profile-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
}

.main-menu ul li.login-submenu .auth-profile-link {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
    padding: 9px 10px;
    border-radius: 6px;
    border: none;
    background: transparent;
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.18s ease;
}

.main-menu ul li.login-submenu .auth-profile-link:hover {
    background: transparent;
    color: #1f8f6a;
    text-decoration: none;
}

.main-menu ul li.login-submenu .auth-logout-btn {
    border-color: #d93f4c;
    background: #d93f4c;
    color: #fff;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.main-menu ul li.login-submenu .auth-logout-btn:hover {
    border-color: #cc3a46;
    background: #cc3a46;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .main-menu > ul > li.submenu > a.show-submenu:after {
        font-family: 'ElegantIcons';
        content: "\33";
        display: inline-block;
        margin-left: 6px;
        font-size: 11px;
        color: #777;
        line-height: 1;
        vertical-align: middle;
    }

    .main-menu > ul > li.login-submenu > a.show-submenu:after {
        content: none;
    }

    .main-menu > ul > li.login-submenu.is-authenticated > a.show-submenu.auth-user-trigger:after {
        content: none;
    }
}

.main-menu ul li.login-submenu button.auth-profile-link {
    cursor: pointer;
}

.hero_single.inner_pages.login-hero {
    height: 300px;
    background-position: center 40%;
}

#login-screen.pattern_2 .margin_120_100,
#create-account-screen.pattern_2 .margin_120_100,
#forgot-password-screen.pattern_2 .margin_120_100 {
    padding-top: 40px;
    padding-bottom: 40px;
}

#member-home-content.margin_120_100 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero_single.inner_pages.profile-hero {
    height: 320px;
    background-position: center 40%;
}

.hero_single.inner_pages.profile-hero .opacity-mask {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.56) 0%, rgba(17, 17, 17, 0.42) 100%);
}

.hero_single.inner_pages.profile-hero .opacity-mask h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.hero_single.inner_pages.profile-hero .profile-hero-avatar-wrap {
    margin-bottom: 12px;
    width: 88px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero_single.inner_pages.profile-hero .profile-hero-divider {
    width: 78px;
    height: 16px;
    margin: 4px auto 12px;
    background: url("../img/divider.svg") no-repeat center center;
    background-size: contain;
}

.hero_single.inner_pages.profile-hero .profile-hero-avatar {
    position: absolute;
    inset: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero_single.inner_pages.profile-hero .profile-hero-avatar-fallback {
    position: absolute;
    inset: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    background: linear-gradient(145deg, var(--avatar-fallback-grad-start) 0%, var(--avatar-fallback-grad-end) 100%);
    color: var(--avatar-fallback-text);
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.45), 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.profile-avatar-upload-overlay {
    position: absolute;
    inset: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 2;
}

.profile-avatar-upload-overlay:hover {
    background: rgba(0, 0, 0, 0.45);
}

.profile-avatar-upload-icon {
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.profile-avatar-upload-overlay:hover .profile-avatar-upload-icon {
    opacity: 1;
}

.hero_single.inner_pages.profile-hero .opacity-mask p {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.45;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.profile-content-compact {
    padding-top: 38px;
    padding-bottom: 56px;
}

.profile-content-compact .mtea-login-card {
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.profile-card-pro {
    background: #ffffff;
    border-radius: 14px;
    padding: 26px 24px 20px;
}

.profile-card-header {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ececec;
}

.profile-card-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f8f6a;
}

.profile-card-title {
    margin: 6px 0 4px;
    font-size: 24px;
    line-height: 1.2;
    color: #171717;
}

.profile-card-subtitle {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    color: #6a6a6a;
}

.profile-meta-row {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #d9e7e1;
    background: #f6fbf9;
    color: #2f5a4d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.profile-meta-pill.is-ok {
    border-color: #b7decf;
    background: #eff9f4;
    color: #1c6b50;
}


.profile-content-compact .profile-field {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.profile-field:last-child {
    margin-bottom: 0;
}

.profile-field-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #666;
}

.profile-content-compact .form-group label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #1f1f1f;
    font-weight: 600;
    margin-bottom: 0;
    width: 170px;
    flex: 0 0 170px;
}

.profile-content-compact .form-group label i {
    color: #1f8f6a;
    font-size: 14px;
}

.profile-label-badge {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid #b7decf;
    color: #1c6b50;
    background: #eef8f3;
}

.profile-label-badge.is-locked {
    border-color: #d5d5d5;
    color: #555;
    background: #f2f2f2;
}

.profile-content-compact .form-control {
    color: #1e1e1e;
    font-weight: 500;
    border-color: #cfcfcf;
    background: #ffffff;
    flex: 1 1 auto;
}

.profile-content-compact .form-control:focus {
    color: #121212;
    border-color: #1f8f6a;
}

.profile-edit-message {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    min-width: 220px;
    max-width: 300px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.profile-edit-message.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.profile-edit-message.is-success {
    border-color: #b8e3d3;
    background: #f4fbf8;
    color: #1f8f6a;
}

.profile-edit-message.is-error {
    border-color: #f2c4c9;
    background: #fff7f8;
    color: #bf1e2e;
}

@media (max-width: 767px) {
    .profile-edit-message {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-width: 0;
        max-width: none;
    }
}

.profile-editable[readonly] {
    background: #ffffff;
    color: #1f1f1f;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.profile-editable[readonly]:hover {
    background: #fbfefd;
    border-color: #8fc8b4;
    box-shadow: 0 0 0 2px rgba(31, 143, 106, 0.08);
}

.profile-editable.is-editing {
    background: #fff;
    border-color: #1f8f6a;
    box-shadow: 0 0 0 3px rgba(31, 143, 106, 0.14);
}

.profile-readonly,
.profile-readonly[readonly] {
    background: #f4f4f4;
    color: #303030;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .hero_single.inner_pages.profile-hero {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .hero_single.inner_pages.profile-hero {
        height: 240px;
    }

    .hero_single.inner_pages.profile-hero .opacity-mask h1 {
        font-size: 31px;
        font-size: 1.9375rem;
    }

    .hero_single.inner_pages.profile-hero .profile-hero-avatar {
        width: 74px;
        height: 74px;
    }

    .hero_single.inner_pages.profile-hero .profile-hero-avatar-fallback {
        inset: 0;
        width: 74px;
        height: 74px;
        font-size: 28px;
    }

    .hero_single.inner_pages.profile-hero .profile-hero-avatar-wrap {
        width: 74px;
        height: 74px;
    }

    .hero_single.inner_pages.profile-hero .profile-hero-divider {
        width: 68px;
        height: 14px;
        margin-bottom: 10px;
    }

    .hero_single.inner_pages.profile-hero .opacity-mask p {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .profile-content-compact {
        padding-top: 26px;
        padding-bottom: 40px;
    }

    .profile-card-pro {
        padding: 20px 16px 16px;
    }

    .profile-card-title {
        font-size: 21px;
    }

    .profile-content-compact .profile-field {
        display: block;
        margin-bottom: 14px;
    }

    .profile-content-compact .form-group label {
        gap: 6px;
        width: auto;
        flex: 0 0 auto;
        margin-bottom: 6px;
    }

    .profile-label-badge {
        margin-left: 6px;
    }
}

@media (max-width: 991px) {
    .main-menu ul li.login-submenu.is-authenticated > a.show-submenu.auth-user-trigger {
        display: block !important;
        width: 100%;
        padding: 15px !important;
        background-color: transparent !important;
        border: 0;
    }

    .main-menu ul li.login-submenu .auth-nav-trigger {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .main-menu ul li.login-submenu .auth-nav-label {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        color: #333;
        max-width: 110px;
    }
}

.profile-content-compact .profile-sms-optin {
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    color: #2f6257;
    line-height: 1.4;
}

.profile-content-compact .profile-sms-optin input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    margin: 0 4px 0 0;
    padding: 0;
    transform: none;
    vertical-align: middle;
    border: 1.5px solid #26856b;
    border-radius: 4px;
    background: #e7f7ef;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.profile-content-compact .profile-sms-optin input[type="checkbox"]:checked {
    border-color: #1f8f6a;
    background: linear-gradient(140deg, #cdf1e3 0%, #bde9da 100%);
}

.profile-content-compact .profile-sms-optin input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #0f5f4b;
}

.profile-content-compact .profile-sms-optin input[type="checkbox"]:disabled {
    opacity: 1;
    border-color: #7fbda8;
    background: #e8f7ef;
}
/* ---- Contact Page ---- */
.contact-content-wrap {
    padding-top: 50px;
    padding-bottom: 60px;
}

.contact-location-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 36px 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-location-card:hover {
    box-shadow: 0 8px 36px rgba(0,0,0,0.13);
    transform: translateY(-3px);
}

.contact-location-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f8f6a, #236e90);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.contact-location-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.contact-location-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-location-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.contact-location-tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1f8f6a;
    margin: 0 0 16px;
}

.contact-location-address {
    font-size: 15px;
    color: #444;
    line-height: 1.65;
    font-style: normal;
    margin-bottom: 18px;
}

.contact-location-details {
    margin-bottom: 22px;
}

.contact-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13.5px;
    color: #555;
    margin-bottom: 8px;
}

.contact-detail-row i {
    color: #1f8f6a;
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
}

.contact-detail-row a {
    color: #555;
    text-decoration: none;
}

.contact-detail-row a:hover {
    color: #1f8f6a;
}

.contact-directions-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
}

.contact-cta-row {
    margin-top: 48px;
    text-align: center;
}

.contact-cta-inner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f4faf7;
    border: 1px solid #c5e8d8;
    border-radius: 10px;
    padding: 18px 28px;
    font-size: 14px;
    color: #444;
}

.contact-cta-inner i {
    font-size: 22px;
    color: #1f8f6a;
    flex-shrink: 0;
}

.contact-cta-inner a {
    color: #1f8f6a;
    font-weight: 600;
    text-decoration: none;
}

.contact-cta-inner a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .contact-location-card {
        padding: 26px 20px 22px;
    }
    .contact-cta-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

/* ---- Contact Form ---- */
.contact-form-section {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid #e8e8e8;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.contact-required {
    color: #d93f4c;
}

.contact-form .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23575f57' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
}

.contact-select-wrap {
    position: relative;
}

.contact-select-wrap::after {
    content: none;
}

.contact-private-events-callout {
    margin-top: 26px;
}

.contact-private-events-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid #cfe8dc;
    border-radius: 12px;
    background: #f7fcfa;
}

.contact-private-events-copy h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.contact-private-events-copy p {
    margin: 0;
    font-size: 14px;
    color: #4e4e4e;
}

@media (max-width: 767px) {
    .contact-private-events-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.contact-form .form-control:focus {
    border-color: #1f8f6a;
    box-shadow: 0 0 0 3px rgba(31,143,106,0.12);
    background: #fff;
    outline: none;
}

.contact-form .form-control.is-invalid,
.contact-form .form-control:invalid.form-validated {
    border-color: #d93f4c;
    box-shadow: 0 0 0 3px rgba(217, 63, 76, 0.12);
    background: #fffafa;
}

.contact-textarea {
    resize: vertical;
    min-height: 130px;
}

.contact-submit-btn {
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.contact-form-message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.contact-form-message.is-success {
    background: #eaf7f1;
    border: 1px solid #a8dfc8;
    color: #1a6b4a;
}

.contact-form-message.is-error {
    background: #fdf0f0;
    border: 1px solid #f0b8b8;
    color: #9b2c2c;
}

/* ---- Contact success panel ---- */
.contact-success-panel {
    text-align: center;
    padding: 48px 24px 40px;
    background: #f8fdf9;
    border: 1px solid #a8dfc8;
    border-radius: 12px;
    max-width: 520px;
    margin: 0 auto;
}

.contact-success-icon {
    font-size: 56px;
    color: #1a6b4a;
    line-height: 1;
    margin-bottom: 16px;
}

.contact-success-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a6b4a;
    margin: 0 0 10px;
}

.contact-success-body {
    font-size: 16px;
    color: #444;
    margin: 0 0 18px;
}

.contact-success-email {
    display: inline-block;
    font-size: 14px;
    color: #1a6b4a;
    margin-bottom: 24px;
    text-decoration: none;
}

.contact-success-email:hover {
    text-decoration: underline;
}

.contact-send-another-btn {
    display: inline-block;
    margin-top: 4px;
}

/* ---- Home Secondary Links ---- */
.home-secondary-section {
    background: radial-gradient(120% 140% at 0% 0%, #f3f9f5 0%, #ffffff 62%);
    padding: 54px 0 64px;
    border-top: 1px solid #e8efeb;
}

.home-secondary-head {
    text-align: center;
    margin-bottom: 30px;
}

.home-secondary-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #d7e7df;
    background: #f6fbf8;
    color: #1f8f6a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-secondary-head h3 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    color: #1d2b26;
    line-height: 1.2;
}

.home-secondary-head p {
    margin: 0;
    font-size: 15px;
    color: #5c6662;
}

.home-secondary-grid {
    margin-top: 12px;
}

.home-secondary-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 24px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid #d8e4de;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdfc 100%);
    box-shadow: 0 14px 34px rgba(18, 35, 27, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    min-height: 188px;
    position: relative;
    overflow: hidden;
}

.home-secondary-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #1f8f6a;
}

.home-secondary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(16, 31, 24, 0.14);
    border-color: #b7d5c7;
}

.home-secondary-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #eef8f3;
    border: 1px solid #cfe4d8;
    color: #1f8f6a;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-secondary-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a5a3a;
}

.home-secondary-body h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #11201a;
}

.home-secondary-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #52615b;
}

.home-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f8f6a;
}

.home-secondary-link i {
    font-size: 11px;
}

.home-secondary-card.is-events::before {
    background: #1f8f6a;
}

.home-secondary-card.is-events .home-secondary-icon {
    background: #eef8f3;
    border-color: #d6ebe0;
    color: #1f8f6a;
}

.home-secondary-card.is-catering::before {
    background: #c8a96e;
}

.home-secondary-card.is-catering .home-secondary-icon {
    background: #fbf6ee;
    border-color: #ecdcbc;
    color: #b9924d;
}

@media (max-width: 767px) {
    .home-secondary-section {
        padding: 40px 0 46px;
    }

    .home-secondary-head h3 {
        font-size: 27px;
    }

    .home-secondary-card {
        min-height: 0;
        padding: 22px 18px;
    }

    .home-secondary-body h4 {
        font-size: 20px;
    }
}

/* ---- Footer Sitemap ---- */
.footer-sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-sitemap li {
    margin-bottom: 6px;
}

.footer-sitemap li a {
    color: #ccc;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.18s ease;
}

.footer-sitemap li a:hover {
    color: #fff;
}

/* ---- Events Calendar ---- */
.events-layout-row {
    align-items: stretch;
}

.events-calendar-card,
.events-list-card {
    height: 100%;
}

.events-calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 10px;
}

.events-toolbar-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.events-today-btn {
    border: 1px solid #1f8f6a;
    background: #fff;
    color: #1f8f6a;
    border-radius: 20px;
    padding: 2px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.6;
    transition: background 0.15s ease;
}

.events-today-btn:hover {
    background: #eaf7f1;
}

.events-month-label {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2a3a;
    text-align: center;
}

.events-nav-btn {
    border: 1px solid #d7e0ea;
    background: #fff;
    color: #1f2a3a;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.events-nav-btn:hover {
    background: #f4f8fc;
}

.events-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.events-weekday {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c7a89;
    padding: 4px 0;
}

.events-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.events-day-cell {
    min-height: 46px;
}

.events-day-cell.is-empty {
    background: transparent;
}

.events-day-btn {
    width: 100%;
    min-height: 46px;
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    background: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #243447;
    cursor: pointer;
}

.events-day-btn:hover {
    border-color: #a9bcd0;
    background: #f7fbff;
}

.events-day-btn.has-events {
    border-color: #7cb29f;
    background: #f4fbf7;
}

.events-day-btn.is-past {
    border-color: #e6ebf1;
    background: #fafbfd;
    color: #97a4b2;
    opacity: 0.65;
}

.events-day-btn.has-events.is-past {
    border-color: #d7e5de;
    background: #f7fbf8;
}

.events-day-btn.is-today {
    border-color: #d49a2a;
    background: #fff8ea;
    font-weight: 800;
    color: #a86b00;
}

.events-day-btn.is-today .events-day-number::after {
    content: '';
    display: block;
    height: 2px;
    background: #d49a2a;
    border-radius: 2px;
    margin-top: 2px;
}

.events-day-btn.has-events.is-today {
    border-color: #d49a2a;
    background: #fff3d9;
}

.events-day-btn.is-selected {
    border-color: #1f8f6a;
    background: #eaf7f1;
    box-shadow: 0 0 0 2px rgba(31,143,106,0.14);
}

.events-day-number {
    display: inline-block;
}

.events-day-dot {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f6fb6;
    transform: translateX(-50%);
}

.events-day-btn.is-past .events-day-dot {
    background: #9db8d9;
}

.events-right-title {
    margin-bottom: 8px;
}

.events-selected-summary-time,
.events-month-item-time {
    font-size: 12px;
    color: #5b6f84;
    font-weight: 600;
}

.events-month-item-datetime {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.events-month-item-datetime-sep {
    color: #8ca0b4;
    font-size: 11px;
    line-height: 1;
}

.events-month-item-location-row {
    font-size: 12px;
    color: #6a7a8c;
}

.events-month-item-location-label {
    font-weight: 600;
    color: #4f6174;
}

.events-month-item-location {
    font-size: 12px;
    color: #6a7a8c;
    font-weight: 400;
}

.events-month-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.events-month-item {
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    padding: 11px 13px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.events-month-item:hover {
    background: #f7fbff;
}

.events-month-item.is-past {
    border-color: #edf1f5;
    background: #fbfcfd;
    opacity: 0.68;
}

.events-month-item.is-past .events-month-item-title,
.events-month-item.is-past .events-month-item-date,
.events-month-item.is-past .events-month-item-time,
.events-month-item.is-past .events-month-item-summary,
.events-month-item.is-past .events-month-item-location-row,
.events-month-item.is-past .events-month-item-location-label,
.events-month-item.is-past .events-month-item-location {
    color: #94a1af;
}

.events-month-item.is-active {
    border-color: #1f8f6a;
    background: #eaf7f1;
}

.events-month-item-date {
    font-size: 12px;
    color: #5f7287;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.events-month-item-title {
    font-size: 15px;
    color: #223243;
    font-weight: 600;
    line-height: 1.35;
}

.events-month-item-summary {
    font-size: 12px;
    color: #596d81;
    line-height: 1.4;
}

.events-empty-note {
    margin: 0;
    font-size: 13px;
    color: #6a7a8c;
}

.events-detail-modal-dialog {
    max-width: 860px;
}

.events-detail-modal-content {
    border: 1px solid rgba(151, 134, 103, 0.35);
    border-radius: 14px;
    overflow: hidden;
    background: #121212;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.events-detail-modal-header {
    border-bottom: 1px solid rgba(200, 176, 138, 0.28);
    background: linear-gradient(180deg, #1b1b1b 0%, #131313 100%);
    padding: 14px 18px;
}

.events-detail-modal-header .modal-title {
    font: 600 1.12rem/1.3 'Poppins', sans-serif;
    color: #f0e3cb;
    letter-spacing: 0.01em;
}

.events-detail-modal-header .btn-close {
    filter: invert(1) brightness(1.8);
    opacity: 0.9;
}

.events-detail-modal-body {
    padding: 16px;
    background: #111;
}

.events-modal-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.events-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.events-modal-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(200, 176, 138, 0.35);
    background: rgba(255, 255, 255, 0.05);
    color: #d8c8ad;
    border-radius: 999px;
    padding: 6px 10px;
    font: 500 0.79rem/1.2 'Poppins', sans-serif;
}

.events-modal-pill strong {
    color: #f2e8d5;
    font-weight: 600;
}

.events-modal-content {
    background: #f9f6f1;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 16px 18px;
    color: #2b3239;
    line-height: 1.7;
}

.events-modal-content h1,
.events-modal-content h2,
.events-modal-content h3,
.events-modal-content h4 {
    color: #1f262d;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 0;
}

.events-modal-content p {
    color: #3d4c5b;
    margin-bottom: 0.9rem;
}

.events-modal-content img,
.events-modal-content video,
.events-modal-content iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 10px 0;
}

@media (max-width: 767px) {
    .events-detail-modal-body {
        padding: 12px;
    }

    .events-modal-content {
        padding: 13px 14px;
    }

    .events-modal-pill {
        font-size: 0.75rem;
    }
}

@media (max-width: 991px) {
    .events-month-label {
        font-size: 19px;
    }
    .events-day-btn {
        min-height: 42px;
    }
}

/* ---- Footer Sitemap Row ---- */
.footer-sitemap-row {
    padding: 14px 0 8px;
    justify-content: center;
}

.footer-sitemap-group {
    margin-bottom: 10px;
    text-align: center;
}

.footer-sitemap-heading {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-sitemap li {
    margin-bottom: 3px;
}

.footer-sitemap li a {
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.18s ease;
}

.footer-sitemap li a:hover {
    color: #fff;
}
