/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Header Styles */
.fusion-header-wrapper {
   /* width: 100%; */


        position: sticky;
        top: 0;
        z-index: 2000;
    
}

/* Secondary Header (Top Bar) */
.fusion-secondary-header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.fusion-secondary-header .fusion-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fusion-contact-info img {
    height: 25px;
    width: auto;
}

.fusion-secondary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fusion-secondary-menu .menu-item {
    display: inline-block;
}

.fusion-secondary-menu a {
    display: block;
    padding: 5px 15px;
    background-color: #65bc7b;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
    transition: background-color 0.3s;
}

.fusion-secondary-menu a:hover {
    background-color: #5aaa6f;
}

/* Main Header */
.fusion-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.fusion-header .fusion-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.fusion-logo {
    padding: 30px 0;
}

.fusion-logo img {
    display: block;
    width: 197px;
    height: auto;
}

/* Main Navigation */
.fusion-main-menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.fusion-main-menu .fusion-menu {
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.fusion-main-menu .menu-item {
    position: relative;
}

.fusion-main-menu .menu-item a {
    display: block;
    padding: 12px 20px;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.fusion-main-menu .menu-item a:hover,
.fusion-main-menu .current-menu-item a {
    color: #65bc7b;
}

/* Mobile Menu */
.fusion-mobile-menu-icons {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.fusion-mobile-menu-icons .fusion-icon-bars::before {
    content: "☰";
}

.fusion-mobile-nav-holder {
    display: none;
}

/* Slider Section */
#sliders-container {
    width: 100%;
}

.slider-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Main Content */
main {
    padding: 0 30px;
}

.fusion-row {
    max-width: 1100px;
    margin: 0 auto;
}

#content {
    width: 100%;
}

.post-content {
    padding: 50px 0 80px;
}

/* Three Column Layout */
.fusion-builder-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-bottom: 50px;
}

.fusion_builder_column_1_3 {
    flex: 0 0 calc(33.333% - 2.667%);
    width: calc(33.333% - 2.667%);
}

.fusion_builder_column_1_3:last-child {
    margin-right: 0;
}

/* Image Styling */
.midImg img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text Content */
.fusion-text {
    line-height: 1.8;
}

.fusion-text p {
    margin-bottom: 1.2em;
    font-size: 14px;
    color: #333;
}

/* Facebook Widget */
.fusion_builder_column_1_3 iframe {
    width: 100%;
    max-width: 335px;
    height: 550px;
    border: none;
}

/* Footer */
.fusion-footer {
    background-color: #363839;
    color: #ffffff;
}

/* Footer Widgets */
.fusion-footer-widget-area {
    padding: 50px 0;
}

.fusion-footer-widget-area .fusion-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

.fusion-columns-3 {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}

.fusion-column {
    flex: 0 0 calc(33.333% - 2.667%);
}

.fusion-footer-widget-column {
    margin-bottom: 30px;
}

.fusion-footer-widget-column h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget_text p {
    line-height: 1.8;
    margin-bottom: 1em;
    font-size: 13px;
}

.widget_text img {
    margin-bottom: 15px;
}

/* Footer Menu */
.fusion-vertical-menu-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fusion-vertical-menu-widget li {
    margin-bottom: 10px;
}

.fusion-vertical-menu-widget a {
    color: #bfbfbf;
    font-size: 13px;
    transition: color 0.3s;
    display: block;
}

.fusion-vertical-menu-widget a:hover {
    color: #ffffff;
}

.fusion-vertical-menu-widget .current-menu-item a {
    color: #65bc7b;
}

/* Contact Info in Footer */
.contRow {
    margin-bottom: 10px;
    font-size: 13px;
    color: #bfbfbf;
}

.contRow a {
    color: #65bc7b;
    transition: color 0.3s;
}

.contRow a:hover {
    color: #ffffff;
}

/* Copyright Footer */
.fusion-footer-copyright-area {
    background-color: #2e2f30;
    padding: 20px 0;
    text-align: center;
}

.fusion-footer-copyright-area .fusion-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

.fusion-copyright-notice {
    font-size: 13px;
    color: #8c8989;
}

.fusion-copyright-notice a {
    color: #65bc7b;
    transition: color 0.3s;
}

.fusion-copyright-notice a:hover {
    color: #ffffff;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .fusion-main-menu {
        display: none;
    }
    
    .fusion-mobile-menu-icons {
        display: block;
    }
    
    .fusion-mobile-nav-holder {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        z-index: 999;
    }
    
    .fusion-mobile-nav-holder.active {
        display: block;
    }
    
    .fusion-mobile-nav-holder .fusion-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .fusion-mobile-nav-holder .menu-item {
        border-bottom: 1px solid #e5e5e5;
    }
    
    .fusion-mobile-nav-holder .menu-item a {
        display: block;
        padding: 15px 30px;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .fusion-mobile-nav-holder .menu-item a:hover,
    .fusion-mobile-nav-holder .current-menu-item a {
        background-color: #f8f8f8;
        color: #65bc7b;
    }
}

@media screen and (max-width: 768px) {
    .fusion_builder_column_1_3 {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .fusion-column {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .slider-container {
        height: 300px;
    }
    
    main {
        padding: 0 15px;
    }
    
    .fusion-header .fusion-row,
    .fusion-secondary-header .fusion-row,
    .fusion-footer-widget-area .fusion-row,
    .fusion-footer-copyright-area .fusion-row {
        padding: 0 15px;
    }
    
    .post-content {
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 640px) {
    .fusion-secondary-header .fusion-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .fusion-logo {
        padding: 20px 0;
    }
    
    .fusion-logo img {
        width: 150px;
    }
    
    .slider-container {
        height: 250px;
    }
}

/* Utility Classes */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.screen-reader-text {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fusion-bar-highlight-pulse {
    animation: pulseColors 2s infinite alternate;
    font-size: 18px !important;
}

@keyframes pulseColors {
    0% {
        background-color: #65bc7b;
    }
    /* green */
    50% {
        background-color: #ff0000;
    }
    /* red */
    100% {
        background-color: #65bc7b;
    }
    /* green */
}



.error-container {
    max-width: 800px;
    margin: 80px auto;
    text-align: center;
    padding: 40px 20px;
}

.error-404 {
    font-size: 120px;
    font-weight: bold;
    color: #65bc7b;
    margin: 0;
    line-height: 1;
    text-shadow: 3px 3px 0px #e5e5e5;
}

.ice-cream-emoji {
    font-size: 100px;
    animation: melt 3s ease-in-out infinite;
    display: inline-block;
    margin: 20px 0;
}

@keyframes melt {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(-5deg);
    }

    50% {
        transform: translateY(0) rotate(5deg);
    }

    75% {
        transform: translateY(-5px) rotate(-2deg);
    }
}

.error-message {
    font-size: 28px;
    color: #333;
    margin: 30px 0 20px;
    font-weight: 600;
}

.error-subtitle {
    font-size: 18px;
    color: #666;
    margin: 20px 0 40px;
    line-height: 1.8;
}

.error-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.error-button {
    display: inline-block;
    background: #65bc7b;
    color: white;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}

    .error-button:hover {
        background: #5aaa6f;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(101, 188, 123, 0.3);
    }

    .error-button.secondary {
        background: #333;
    }

        .error-button.secondary:hover {
            background: #555;
        }

.fun-suggestions {
    background: #f8f8f8;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 50px 0;
}

    .fun-suggestions h3 {
        color: #65bc7b;
        font-size: 24px;
        margin-bottom: 25px;
    }

.suggestion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.suggestion-item {
    padding: 20px;
    background: white;
    border-radius: 8px;
    transition: transform 0.3s;
}

    .suggestion-item:hover {
        transform: scale(1.05);
    }

    .suggestion-item a {
        color: #333;
        text-decoration: none;
        display: block;
    }

    .suggestion-item .emoji {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .suggestion-item .text {
        font-weight: 600;
        color: #65bc7b;
    }

.melting-effect {
    position: relative;
    display: inline-block;
}

.drip {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 4px;
    height: 20px;
    background: #65bc7b;
    border-radius: 0 0 2px 2px;
    animation: dripping 2s ease-in-out infinite;
}

@keyframes dripping {
    0% {
        height: 0;
        opacity: 1;
    }

    50% {
        height: 25px;
        opacity: 0.8;
    }

    100% {
        height: 30px;
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .error-404 {
        font-size: 80px;
    }

    .ice-cream-emoji {
        font-size: 60px;
    }

    .error-message {
        font-size: 22px;
    }

    .error-subtitle {
        font-size: 16px;
    }
}


.hours-directions-content {
    max-width: 900px;
    margin: 0 auto;
}

.info-box {
    background: #f8f8f8;
    padding: 30px;
    margin: 20px 0;
    border-radius: 5px;
}

    .info-box h2 {
        color: #65bc7b;
        margin-bottom: 15px;
    }

.hours-table {
    width: 100%;
    margin: 15px 0;
}

    .hours-table td {
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .hours-table td:first-child {
            font-weight: 600;
            width: 40%;
        }

.map-container {
    margin: 30px 0;
    border-radius: 5px;
    overflow: hidden;
}

    .map-container iframe {
        width: 100%;
        height: 450px;
        border: none;
    }



/* Popup overlay */
.app-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    animation: fadeIn 0.4s ease forwards;
}

/* Popup box */
.app-popup-content {
    background: #ffffff;
    padding: 30px 25px;
    width: 90%;
    max-width: 420px;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    position: relative;
    animation: slideUp 0.45s ease forwards;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Close button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 12px;
    background: #eee;
    border: none;
    font-size: 22px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

    .close-popup:hover {
        background: #ddd;
    }

/* Headline + subtext */
.app-popup-content h2 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #333;
}

.popup-sub {
    font-size: 15px;
    margin-bottom: 20px;
    color: #666;
}

/* Buttons */
.app-buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.app-btn {
    flex: 1;
    padding: 12px 10px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .app-btn img {
        width: 20px;
        height: 20px;
    }

    .app-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    }

    /* Apple button */
    .app-btn.apple {
        background: #000;
    }

    /* Google button */
    .app-btn.google {
        background: #34a853;
    }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
