.elementor-147 .elementor-element.elementor-element-9588a98{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c36bca3 *//* =========================================================
   EVENTS CATERING PAGE
   FULL UPDATED CSS
   ========================================================= */


/* =========================================================
   1. VARIABLES
   ========================================================= */

:root {
    --event-brown: #706658;
    --event-brown-dark: #4f493f;
    --event-beige: #b49c88;

    --event-green: #a9c5aa;
    --event-green-dark: #7fa582;

    --event-cream: #f7f4ee;
    --event-white: #ffffff;

    --event-text: #353535;
    --event-muted: #777777;

    --event-border: #e8e3da;

    --event-shadow:
        0 15px 40px rgba(60, 52, 43, 0.10);

    --event-shadow-hover:
        0 22px 55px rgba(60, 52, 43, 0.17);
}


/* =========================================================
   2. MAIN PAGE
   ========================================================= */

.events-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    overflow: hidden;

    background: var(--event-white);
    color: var(--event-text);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    line-height: 1.6;
}


/* Prevent Elementor from causing spacing issues */

.events-page *,
.events-page *::before,
.events-page *::after {
    box-sizing: border-box;
}


/* Images */

.events-page img {
    max-width: 100%;
}


/* Links */

.events-page a {
    text-decoration: none;
}


/* Paragraphs */

.events-page p {
    margin-top: 0;
}


/* =========================================================
   3. CONTAINER
   ========================================================= */

.events-container {
    width: min(1180px, 92%);
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   4. SMALL EYEBROW TEXT
   ========================================================= */

.events-eyebrow {
    display: block;

    margin-bottom: 18px;

    color: var(--event-green-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 4px;

    line-height: 1.4;

    text-transform: uppercase;
}


/* =========================================================
   5. MAIN HEADINGS
   ========================================================= */

.events-title,
.events-section-title,
.events-card h3,
.events-process-item h3,
.events-feature h3,
.events-faq summary {
    font-family:
        Impact,
        Haettenschweiler,
        "Arial Narrow Bold",
        sans-serif;

    font-weight: 700;
}


/* Hero heading */

.events-title {
    margin: 0;

    color: var(--event-text);

    font-size: clamp(44px, 5vw, 72px);

    line-height: 1.02;

    letter-spacing: .3px;
}


/* Green highlighted heading */

.events-title span,
.events-section-title span {
    color: var(--event-green);
}


/* Section heading */

.events-section-title {
    margin: 0;

    color: var(--event-text);

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.05;

    letter-spacing: .2px;
}


/* =========================================================
   6. BODY TEXT
   ========================================================= */

.events-text {
    margin: 22px 0 0;

    color: var(--event-muted);

    font-size: 17px;

    line-height: 1.75;
}


/* =========================================================
   7. BUTTONS
   ========================================================= */

.events-button {
    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 56px;

    padding: 0 30px;

    border: 1px solid transparent;

    background: var(--event-beige);

    color: #ffffff !important;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1.3px;

    line-height: 1;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease,
        color .25s ease;
}


/* Arrow */

.events-button::after {
    content: "→";

    display: inline-block;

    font-size: 20px;

    line-height: 1;

    transition:
        transform .25s ease;
}


/* Button hover */

.events-button:hover {
    background: var(--event-brown);

    color: #ffffff !important;

    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(112, 102, 88, .35),
        0 0 18px rgba(180, 156, 136, .35);
}


/* Arrow movement */

.events-button:hover::after {
    transform: translateX(5px);
}


/* Keyboard focus */

.events-button:focus-visible {
    outline: 3px solid rgba(169, 197, 170, .8);

    outline-offset: 4px;
}


/* Outline button */

.events-button-outline {
    background: transparent;

    border: 1px solid rgba(255,255,255,.85);

    color: #ffffff !important;

    box-shadow: none;
}


/* Outline button hover */

.events-button-outline:hover {
    background: #ffffff;

    color: var(--event-brown) !important;

    border-color: #ffffff;

    box-shadow:
        0 12px 30px rgba(255,255,255,.18),
        0 0 20px rgba(255,255,255,.22);
}


/* =========================================================
   8. DECORATIVE SQUARE
   ========================================================= */

.events-decoration {
    position: absolute;

    width: 54px;
    height: 54px;

    border: 2px solid rgba(169,197,170,.75);

    transform: rotate(35deg);

    pointer-events: none;

    z-index: 1;
}


.events-decoration::after {
    content: "";

    position: absolute;

    width: 54px;
    height: 54px;

    top: 12px;
    left: 12px;

    background: rgba(112,102,88,.12);
}


/* =========================================================
   9. HERO SECTION
   ========================================================= */

.events-hero {
    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    isolation: isolate;

    background-image:
        linear-gradient(
            90deg,
            rgba(53,48,42,.82) 0%,
            rgba(53,48,42,.65) 42%,
            rgba(53,48,42,.28) 100%
        ),
        url("https://images.unsplash.com/photo-1555244162-803834f70033?auto=format&fit=crop&w=2000&q=85");

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;
}


/* Hero content */

.events-hero-content {
    position: relative;

    z-index: 3;

    max-width: 720px;

    padding: 100px 0;
}


/* Hero eyebrow */

.events-hero .events-eyebrow {
    color: #c7d9c8;
}


/* Hero heading */

.events-hero .events-title {
    color: #ffffff;
}


/* Hero highlighted text */

.events-hero .events-title span {
    color: #e8d2b7;
}


/* Hero paragraph */

.events-hero .events-text {
    max-width: 650px;

    color: rgba(255,255,255,.90);
}


/* Hero buttons */

.events-hero-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 16px;

    margin-top: 34px;
}


/* Hero decoration */

.events-hero .events-decoration {
    top: 80px;

    right: 7%;

    opacity: .8;
}


/* =========================================================
   10. INTRO SECTION
   ========================================================= */

.events-intro {
    position: relative;

    padding: 110px 0;

    background: #ffffff;
}


.events-intro-grid {
    display: grid;

    grid-template-columns:
        .9fr
        1.1fr;

    gap: 80px;

    align-items: center;
}


/* Image stack */

.events-image-stack {
    position: relative;

    min-height: 540px;
}


/* Main image */

.events-image-main {
    display: block;

    width: 78%;
    height: 510px;

    object-fit: cover;

    box-shadow:
        0 15px 40px rgba(0,0,0,.10);
}


/* Small image */

.events-image-small {
    position: absolute;

    right: 0;
    bottom: 10px;

    width: 48%;
    height: 300px;

    object-fit: cover;

    border: 12px solid #ffffff;

    box-shadow:
        0 18px 45px rgba(0,0,0,.14);
}


/* Intro content */

.events-intro-content {
    padding-right: 20px;
}


/* Intro checklist */

.events-intro-list {
    margin: 30px 0;

    padding: 0;

    list-style: none;
}


.events-intro-list li {
    position: relative;

    margin: 14px 0;

    padding-left: 32px;

    color: var(--event-muted);

    font-size: 16px;

    line-height: 1.6;
}


.events-intro-list li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    color: var(--event-green-dark);

    font-size: 20px;

    font-weight: 800;
}


/* =========================================================
   11. EVENT TYPES
   ========================================================= */

.events-types {
    position: relative;

    padding: 110px 0;

    background: var(--event-cream);
}


/* Center heading */

.events-heading-center {
    max-width: 800px;

    margin: 0 auto 55px;

    text-align: center;
}


.events-heading-center .events-text {
    max-width: 700px;

    margin-left: auto;
    margin-right: auto;
}


/* Cards */

.events-card-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;
}


.events-card {
    overflow: hidden;

    background: #ffffff;

    box-shadow: var(--event-shadow);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.events-card:hover {
    transform: translateY(-8px);

    box-shadow: var(--event-shadow-hover);
}


/* Card image */

.events-card-image {
    position: relative;

    height: 280px;

    overflow: hidden;
}


.events-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .5s ease;
}


.events-card:hover .events-card-image img {
    transform: scale(1.06);
}


/* Number */

.events-card-number {
    position: absolute;

    top: 18px;
    left: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background: var(--event-brown);

    color: #ffffff;

    font-family:
        Impact,
        Haettenschweiler,
        "Arial Narrow Bold",
        sans-serif;

    font-size: 19px;

    box-shadow:
        0 5px 15px rgba(0,0,0,.2);
}


/* Card content */

.events-card-content {
    padding: 30px;
}


.events-card h3 {
    margin: 0;

    color: var(--event-text);

    font-size: 28px;

    line-height: 1.15;
}


.events-card p {
    margin: 14px 0 22px;

    color: var(--event-muted);

    font-size: 15px;

    line-height: 1.65;
}


/* Card link */

.events-card-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--event-brown);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

    transition:
        color .2s ease;
}


.events-card-link::after {
    content: "→";

    font-size: 18px;

    transition:
        transform .2s ease;
}


.events-card-link:hover {
    color: var(--event-green-dark);
}


.events-card-link:hover::after {
    transform: translateX(5px);
}


/* =========================================================
   12. PROCESS / HOW IT WORKS
   ========================================================= */

.events-process {
    padding: 110px 0;

    background: var(--event-brown);

    color: #ffffff;
}


.events-process-grid {
    display: grid;

    grid-template-columns:
        .85fr
        1.15fr;

    gap: 90px;

    align-items: start;
}


/* Process eyebrow */

.events-process .events-eyebrow {
    color: #c7d9c8;
}


/* Process heading */

.events-process .events-section-title {
    color: #ffffff;
}


/* Process highlighted text */

.events-process .events-section-title span {
    color: #b9d0ba;
}


/* Process text */

.events-process .events-text {
    color: rgba(255,255,255,.78);
}


/* Process list */

.events-process-list {
    margin: 0;

    padding: 0;

    list-style: none;
}


/* Process item */

.events-process-item {
    display: grid;

    grid-template-columns:
        70px
        1fr;

    gap: 24px;

    padding: 28px 0;

    border-bottom:
        1px solid rgba(255,255,255,.20);
}


.events-process-item:first-child {
    padding-top: 0;
}


/* Number */

.events-process-number {
    color: #b8d1b9;

    font-family:
        Impact,
        Haettenschweiler,
        "Arial Narrow Bold",
        sans-serif;

    font-size: 38px;

    line-height: 1;
}


/* Process heading */

.events-process-item h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;

    line-height: 1.15;
}


/* Process description */

.events-process-item p {
    margin: 8px 0 0;

    color: rgba(255,255,255,.70);

    font-size: 15px;

    line-height: 1.6;
}


/* =========================================================
   13. WHY CHOOSE US
   ========================================================= */

.events-why {
    padding: 110px 0;

    background: #ffffff;
}


.events-why-grid {
    display: grid;

    grid-template-columns:
        1.1fr
        .9fr;

    gap: 80px;

    align-items: center;
}


/* Features */

.events-feature-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;

    margin-top: 38px;
}


.events-feature {
    padding: 27px;

    background: var(--event-cream);

    border-left:
        4px solid var(--event-green);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.events-feature:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0,0,0,.08);
}


/* Feature icon */

.events-feature-icon {
    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    background: var(--event-green);

    color: #ffffff;

    font-size: 21px;

    font-weight: 800;
}


/* Feature heading */

.events-feature h3 {
    margin: 0;

    color: var(--event-text);

    font-size: 22px;

    line-height: 1.2;
}


/* Feature paragraph */

.events-feature p {
    margin: 8px 0 0;

    color: var(--event-muted);

    font-size: 14px;

    line-height: 1.6;
}


/* Why image */

.events-why-image {
    position: relative;
}


.events-why-image img {
    display: block;

    width: 100%;
    height: 580px;

    object-fit: cover;
}


/* Badge */

.events-why-badge {
    position: absolute;

    left: -35px;
    bottom: 35px;

    width: 230px;

    padding: 28px;

    background: var(--event-brown);

    color: #ffffff;

    box-shadow:
        0 15px 35px rgba(0,0,0,.18);
}


.events-why-badge strong {
    display: block;

    color: #c6d9c7;

    font-family:
        Impact,
        Haettenschweiler,
        "Arial Narrow Bold",
        sans-serif;

    font-size: 37px;

    line-height: 1;
}


.events-why-badge span {
    display: block;

    margin-top: 8px;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   14. GALLERY
   ========================================================= */

.events-gallery {
    padding: 0;

    background: var(--event-cream);
}


.events-gallery-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);
}


.events-gallery-item {
    position: relative;

    height: 300px;

    overflow: hidden;
}


.events-gallery-item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .5s ease;
}


/* Gallery overlay */

.events-gallery-item::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        rgba(55,48,41,0);

    transition:
        background .3s ease;
}


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


.events-gallery-item:hover::after {
    background:
        rgba(55,48,41,.18);
}


/* =========================================================
   15. CTA SECTION
   ========================================================= */

.events-cta {
    position: relative;

    padding: 115px 0;

    text-align: center;

    background-image:
        linear-gradient(
            rgba(79,73,63,.91),
            rgba(79,73,63,.91)
        ),
        url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=2000&q=85");

    background-size: cover;

    background-position: center;
}


.events-cta-content {
    max-width: 800px;

    margin: 0 auto;
}


.events-cta .events-eyebrow {
    color: #c5d8c6;
}


.events-cta .events-section-title {
    color: #ffffff;
}


.events-cta .events-section-title span {
    color: #e5d1b6;
}


.events-cta .events-text {
    max-width: 700px;

    margin-left: auto;
    margin-right: auto;

    color: rgba(255,255,255,.82);
}


.events-cta-buttons {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;
}


/* =========================================================
   16. FAQ
   ========================================================= */

.events-faq {
    padding: 110px 0;

    background: #ffffff;
}


.events-faq-grid {
    display: grid;

    grid-template-columns:
        .8fr
        1.2fr;

    gap: 80px;

    align-items: start;
}


.events-faq-list {
    display: grid;

    gap: 14px;
}


/* FAQ item */

.events-faq details {
    border:
        1px solid var(--event-border);

    background: #ffffff;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.events-faq details:hover {
    border-color: var(--event-green);

    box-shadow:
        0 7px 25px rgba(0,0,0,.04);
}


/* FAQ question */

.events-faq summary {
    position: relative;

    padding:
        22px
        55px
        22px
        25px;

    cursor: pointer;

    color: var(--event-text);

    font-size: 20px;

    line-height: 1.3;

    list-style: none;
}


/* Remove browser arrow */

.events-faq summary::-webkit-details-marker {
    display: none;
}


/* Plus icon */

.events-faq summary::after {
    content: "+";

    position: absolute;

    right: 24px;
    top: 16px;

    color: var(--event-green-dark);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 28px;

    font-weight: 400;
}


/* Minus icon */

.events-faq details[open] summary::after {
    content: "−";
}


/* Answer */

.events-faq-answer {
    padding:
        0
        25px
        23px;

    color: var(--event-muted);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   17. ELEMENTOR COMPATIBILITY
   ========================================================= */

/*
   Elementor sometimes adds styles to buttons,
   headings and links. These rules keep the events
   page styling consistent.
*/

.events-page .events-button,
.events-page .events-card-link {
    text-decoration: none !important;
}

.events-page .events-button:hover,
.events-page .events-button:focus {
    text-decoration: none !important;
}


/* =========================================================
   18. TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .events-container {
        width: 92%;
    }


    .events-intro-grid,
    .events-process-grid,
    .events-why-grid,
    .events-faq-grid {
        gap: 45px;
    }


    .events-card-grid {
        gap: 18px;
    }


    .events-card-content {
        padding: 23px;
    }


    .events-why-badge {
        left: -15px;
    }


    .events-gallery-item {
        height: 240px;
    }
}


/* =========================================================
   19. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .events-container {
        width: min(92%, 620px);
    }


    /* HERO */

    .events-hero {
        min-height: 620px;

        background-position:
            60% center;
    }


    .events-hero-content {
        padding: 80px 0;
    }


    .events-title {
        font-size: 43px;
    }


    .events-section-title {
        font-size: 38px;
    }


    .events-text {
        font-size: 15px;
    }


    /* BUTTONS */

    .events-hero-buttons,
    .events-cta-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .events-button {
        width: 100%;
    }


    /* SECTIONS */

    .events-intro,
    .events-types,
    .events-process,
    .events-why,
    .events-faq {
        padding: 75px 0;
    }


    /* GRIDS */

    .events-intro-grid,
    .events-process-grid,
    .events-why-grid,
    .events-faq-grid {
        grid-template-columns: 1fr;
    }


    /* IMAGE STACK */

    .events-image-stack {
        min-height: 470px;
    }


    .events-image-main {
        width: 82%;

        height: 430px;
    }


    .events-image-small {
        width: 52%;

        height: 230px;
    }


    /* CARDS */

    .events-card-grid {
        grid-template-columns: 1fr;
    }


    .events-card-image {
        height: 270px;
    }


    /* PROCESS */

    .events-process-item {
        grid-template-columns:
            55px
            1fr;

        gap: 15px;
    }


    .events-process-number {
        font-size: 31px;
    }


    /* FEATURES */

    .events-feature-grid {
        grid-template-columns: 1fr;
    }


    /* WHY IMAGE */

    .events-why-image img {
        height: 470px;
    }


    .events-why-badge {
        left: 15px;

        bottom: 20px;

        width: 205px;
    }


    /* GALLERY */

    .events-gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .events-gallery-item {
        height: 210px;
    }


    /* CTA */

    .events-cta {
        padding: 80px 0;
    }


    /* DECORATION */

    .events-decoration {
        width: 38px;
        height: 38px;
    }


    .events-decoration::after {
        width: 38px;
        height: 38px;
    }
}


/* =========================================================
   20. SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .events-container {
        width: 90%;
    }


    .events-title {
        font-size: 37px;
    }


    .events-section-title {
        font-size: 33px;
    }


    .events-eyebrow {
        font-size: 11px;

        letter-spacing: 3px;
    }


    .events-image-stack {
        min-height: 410px;
    }


    .events-image-main {
        height: 375px;
    }


    .events-image-small {
        height: 190px;

        border-width: 7px;
    }


    .events-gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .events-gallery-item {
        height: 170px;
    }


    .events-card-content {
        padding: 22px;
    }


    .events-card h3 {
        font-size: 25px;
    }


    .events-process-item h3 {
        font-size: 22px;
    }


    .events-faq summary {
        font-size: 18px;
    }
}


/* =========================================================
   21. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .events-page *,
    .events-page *::before,
    .events-page *::after {
        scroll-behavior: auto !important;

        transition: none !important;
    }
}/* End custom CSS */