/* Custom Styles for Mono Page */

/* Import Graf Bubble Font */
@font-face {
    font-family: 'Graf Bubble';
    src: url('../font/graf-bubble.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Für bessere Performance */
}

/* Import Montserrat Font */
@font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap; /* Für bessere Performance */
}

/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #64c2c8;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    padding-top: 80px; /* Abstand für fixed Header */
}

/* Desktop Split Background */
@media (min-width: 992px) {
    body {
        background: linear-gradient(to right, #64c2c8 50%, #e7295c 50%);
        background-attachment: fixed;
    }
    
    /* Alle Sektionen mit geteiltem Hintergrund */
    .fullscreen-section {
        background: linear-gradient(to right, #64c2c8 50%, #e7295c 50%);
        background-attachment: fixed;
    }
    
    /* Red Bars anpassen */
    .red-bar {
        background: linear-gradient(to right, #64c2c8 50%, #e7295c 50%);
        background-attachment: fixed;
    }
    
    /* Footer anpassen */
    .footer-section {
        background: linear-gradient(to right, #64c2c8 50%, #e7295c 50%);
        background-attachment: fixed;
    }
    
    /* White Bar mit SOULFOOD Text auf Desktop ausblenden */
    .white-bar {
        display: none !important;
    }
    
    /* Red Bar in Section 1 auf Desktop ausblenden */
    .red-bar:first-of-type {
        display: none;
    }
}

/* Red Bars */
.red-bar {
    height: 15vh;
    background-color: #e7295c;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-bar-title {
    color: white;
    font-size: 6rem;
    font-weight: normal;
    margin: 0;
    font-family: 'Graf Bubble', cursive;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fullscreen Sections */
.fullscreen-section {
    min-height: auto;
    background-color: #64c2c8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 50px 0 150px 0;
    position: relative;
    z-index: 1;
}

.fullscreen-section h1 {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 1rem;
    font-family: 'Graf Bubble', cursive;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Section 1 Styles */
.section-title {
    font-size: 80px !important;
    font-weight: normal !important;
    margin-bottom: 1rem !important;
    font-family: 'Graf Bubble', cursive !important;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    line-height: 0.8 !important;
    text-shadow: 15px 15px 0 #e7295c;
    margin-top: 50px !important;
}

/* Desktop Section 1 Layout */
@media (min-width: 992px) {
    .section-title {
        position: absolute !important;
        left: 20% !important;
        transform: translateX(-50%) !important;
        align-items: flex-start !important;
    }
    
    .section-subtitle {
        position: absolute !important;
        left: 20% !important;
        transform: translateX(-50%) !important;
        text-align: left !important;
        top: 200px !important;
    }
    
    .section-image {
        position: absolute !important;
        top: 100px !important;
        right: 0 !important;
        width: 70% !important;
        height: auto !important;
        z-index: 2 !important;
    }
    
    .hero-image {
        max-width: 100%;
        max-height: 700px;
        object-fit: cover;
    }
    
    /* Container für Section 1 anpassen */
    #section1 .container {
        min-height: 100vh;
        position: relative;
    }
}

.title-line {
    display: block;
}

.title-line:last-child {
    margin-left: 10rem;
    color: #ffffff !important;
    font-size: 80px !important;
    text-shadow: 8px 8px 0 #e7295c !important;
}

.section-subtitle {
    font-size: 2.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 2rem !important;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: lowercase !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Desktop Section 1 Layout */
@media (min-width: 992px) {
    .section-title {
        position: absolute !important;
        left: 10% !important;
        transform: translateX(-50%) !important;
        align-items: flex-start !important;
    }
    
    .section-subtitle {
        position: absolute !important;
        left: 10% !important;
        transform: translateX(-50%) !important;
        text-align: left !important;
        top: 200px !important;
    }
    
    .section-image {
        position: absolute !important;
        top: 100px !important;
        right: 0 !important;
        left: auto !important;
        width: 72% !important;
        height: auto !important;
        z-index: 2 !important;
    }
    
    .hero-image {
        max-width: 100% !important;
        max-height: 580px !important;
        object-fit: cover;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 0 !important;
    }
    
    /* Desktop Hero Image */
    .mobile-hero-image {
        display: none !important;
    }
    
    .desktop-hero-image {
        display: block !important;
    }
    
    /* Container für Section 1 anpassen */
    #section1 .container {
        min-height: 100vh;
        position: relative;
    }
}

.white-bar {
    height: 25vh;
    background-color: #e7295c;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.soulfood-text {
    position: absolute;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    color: #ffffff;
    z-index: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    line-height: 1.2;
}

.soulfood-text:nth-child(1) { top: 0; }
.soulfood-text:nth-child(2) { top: 3.6rem; }
.soulfood-text:nth-child(3) { top: 7.2rem; }
.soulfood-text:nth-child(4) { top: 10.8rem; }
.soulfood-text:nth-child(5) { top: 14.4rem; }

.hero-image {
    max-width: 100%;
    height: auto;
    max-height: 440px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: -75px;
}

/* Mobile Hero Image */
.mobile-hero-image {
    display: block;
}

.desktop-hero-image {
    display: none;
}

/* Food Words List */
.food-words-list {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.food-word {
    color: transparent;
    font-family: 'Graf Bubble', cursive;
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: right;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
}

/* Individuelle horizontale Verschiebungen */
.food-word-1 {
    transform: translateX(0);
}

.food-word-2 {
    transform: translateX(-20px);
}

.food-word-3 {
    transform: translateX(30px);
}

.food-word-4 {
    transform: translateX(-10px);
}

.food-word-5 {
    transform: translateX(40px);
}

/* Desktop Food Words List */
@media (min-width: 992px) {
    .food-words-list {
        position: absolute !important;
        right: 0% !important;
        top: 40% !important;
        transform: translateY(-50%) !important;
        z-index: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.1rem !important;
        line-height: 0.8;
    }
    
    .food-word {
        font-family: 'Graf Bubble', cursive !important;
        font-size: 11rem !important;
        font-weight: normal !important;
        text-transform: uppercase !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        text-align: right !important;
        color: transparent;
        -webkit-text-stroke: 4px white;
        text-stroke: 4px white;
    }
    
    /* Desktop individuelle horizontale Verschiebungen */
    .food-word-1 {
        transform: translateX(100px) !important;
    }
    
    .food-word-2 {
        transform: translateX(200px) !important;
    }
    
    .food-word-3 {
        transform: translateX(400px) !important;
    }
    
    .food-word-4 {
        transform: translateX(400px) !important;
    }
    
    .food-word-5 {
        transform: translateX(160px) !important;
    }
    
    /* Desktop Section 1 Typography */
    .section-title {
        font-size: 120px !important;
        z-index: 3;
    }
    
    #section1 .title-line:first-of-type {
        font-size: 180px !important;
    }
    #section1 .title-line:last-of-type {
        font-size: 120px !important;
    }
    
    .section-subtitle {
        font-size: 2.2rem !important;
        margin-top: 100px;
    }
}

/* Food Section Styles */
.food-product {
    margin-bottom: 2rem;
    text-align: center;
    padding: 1rem 0;
}

/* Mobile Food Layout - Text immer über Bild */
@media (max-width: 991px) {
    .food-content {
        display: flex;
        flex-direction: column;
    }
    
    .food-text {
        order: 1;
    }
    
    .food-image {
        order: 2;
    }
}

/* Desktop Food Layout */
@media (min-width: 992px) {
    .food-product {
        text-align: left;
        padding: 0.5rem 0;
    }
    
    .food-content {
        display: flex;
        align-items: center;
        gap: 3rem;
    }
    
    .food-text {
        flex: 0 0 40%;
    }
    
    .food-image {
        flex: 0 0 60%;
        text-align: center;
    }
    
    /* Text rechts, Bild links - Text rechtsbündig */
    .food-product-right .food-text {
        text-align: right;
    }
    
    .food-product-right .food-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        text-align: right;
    }
    
    .food-product-right .food-description {
        font-size: 1rem;
        max-width: none;
        margin: 0 0 1.5rem 0;
        text-align: right;
    }
    
    .food-product-right .food-price {
        font-size: 2rem;
        text-align: right;
    }
    
    /* Text links, Bild rechts - Text linksbündig */
    .food-product-left .food-text {
        text-align: left;
    }
    
    .food-product-left .food-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        text-align: left;
    }
    
    .food-product-left .food-description {
        font-size: 1rem;
        max-width: none;
        margin: 0 0 1.5rem 0;
        text-align: left;
    }
    
    .food-product-left .food-price {
        font-size: 2rem;
        text-align: left;
    }
}

.food-title {
    font-family: 'Graf Bubble', cursive;
    font-size: 3rem;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    margin-bottom: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.food-image {
    margin: 2rem 0;
}

/* Mobile Product Image */
@media (max-width: 991px) {
    .product-image {
        max-width: 100%;
        height: auto;
        max-height: 300px;
        border-radius: 10px;
    }
}

/* Desktop Product Image */
@media (min-width: 992px) {
    .product-image {
        max-width: 100%;
        max-height: 350px;
        border-radius: 10px;
    }
}

.food-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 500;
}

.food-price {
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.fullscreen-section p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Footer */
.footer-section {
    height: 120px;
    background-color: white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    border-top: 1px solid #eee;
    margin-top: -50px;
}

.footer-logo {
    height: 30px;
    width: auto;
    max-width: 120px;
}

.footer-copyright {
    margin: 0;
    font-size: 0.9rem;
    color: white;
}

.footer-instagram {
    display: inline-block;
    transition: transform 0.3s ease;
}

.footer-instagram:hover {
    transform: scale(1.1);
}

.footer-instagram-icon {
    width: 120px;
    height: 120px;
    transition: all 0.3s ease;
}

.footer-links {
    margin-top: 15px;
    color: white;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: white;
}

.footer-instagram:hover .footer-instagram-icon {
    transform: scale(1.1);
}



/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 80px;
    display: flex;
    align-items: center;
}

/* Desktop Navigation */
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.desktop-nav .nav-link {
    color: #e7295c !important;
    font-family: 'Graf Bubble', cursive;
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.desktop-nav .nav-link:hover {
    color: #64c2c8 !important;
}

.desktop-nav .nav-link.active {
    color: #d41f4a !important;
}

.instagram-nav {
    padding: 0.5rem !important;
}

.instagram-nav-icon {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.instagram-nav:hover .instagram-nav-icon {
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333 !important;
}

.navbar-logo {
    height: 40px;
    width: auto;
    max-width: 200px;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
    color: #333 !important;
}

.nav-link:hover {
    color: #007bff !important;
}

.nav-link.active {
    color: #007bff !important;
}

/* Einfaches Hamburger Menu */
.hamburger-menu {
    border: none !important;
    background: transparent !important;
    padding: 10px;
    cursor: pointer;
    outline: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10003;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-menu:focus {
    outline: none;
    box-shadow: none;
}

.hamburger {
    width: 25px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Burger-Farben - Mono Rot */
.hamburger span:nth-child(1) {
    background: #e7295c;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(2) {
    background: #e7295c;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(3) {
    background: #e7295c;
    transition: all 0.3s ease;
}

/* Weiße Farbe wenn Overlay aktiv */
.hamburger-menu[aria-expanded="true"] .hamburger span {
    background: #ffffff !important; /* Weiß für bessere Sichtbarkeit */
}

/* Animation: Burger zu X */
.hamburger-menu[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}



/* Fullscreen Overlay Menu */
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e7295c;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}



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

.overlay-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
}

.overlay-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.overlay-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.overlay-menu-list li {
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-link {
    color: white;
    text-decoration: none;
    font-size: 5rem;
    font-weight: normal;
    transition: all 0.3s ease;
    display: block;
    padding: 2rem;
    font-family: 'Graf Bubble', cursive;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay-link:hover {
    color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.overlay-link.active {
    color: rgba(255, 255, 255, 0.9);
}

.instagram-button {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.instagram-icon {
    width: 120px;
    height: 120px;
    transition: all 0.3s ease;
}

.instagram-button:hover {
    transform: scale(1.1);
}

.instagram-button:hover .instagram-icon {
    filter: none;
}

/* Responsive Anpassungen */
@media (max-width: 991px) {
    .desktop-nav {
        display: none !important;
    }
    
    .hamburger {
        width: 22px;
        height: 18px;
    }
    
    .hamburger span {
        height: 3px;
    }
    
    .overlay-link {
        font-size: 3rem;
        font-family: 'Graf Bubble', cursive;
        font-weight: normal;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .instagram-icon {
        width: 80px;
        height: 80px;
    }
}

/* Buttons */
.btn-primary {
    background: #e7295c;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 41, 92, 0.4);
}

/* Catering Section */
.catering-image {
    margin: 2rem 0;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.catering-hero-image {
    max-width: 100%;
    max-height: 800px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

/* Catering Layout */
.catering-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
    margin: 2rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.catering-left {
    flex: 1;
    text-align: right;
}

.catering-left p {
    text-align: right !important;
}

.catering-right {
    flex: 1;
    text-align: left;
}

.catering-right p {
    text-align: left !important;
}

.catering-bottom {
    text-align: center;
    margin: 2rem 0;
}

#section3 p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

#section3 h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mono-red {
    background: #e7295c;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.catering-button {
    background: white;
    color: #e7295c;
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2rem;
    display: inline-block;
    max-width: 800px;
    width: 100%;
}



.catering-button:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(100, 194, 200, 0.4);
}

/* Contact Section */
.contact-map {
    margin: 2rem 0;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.contact-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-info {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section {
    text-align: center;
    padding: 1rem;
}

.contact-section:first-child,
.contact-section:last-child {
    text-align: right;
}

.contact-section:nth-child(2) {
    text-align: left;
}

.contact-section h3 {
    color: #e7295c;
    font-family: 'Graf Bubble', cursive;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.contact-section p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.contact-section a {
    color: #e7295c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-section a:hover {
    color: #d41f4a;
}

.contact-section small {
    color: #666;
    font-size: 0.9rem;
}

/* Impressum Page */
.impressum-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: left;
}

.impressum-content h3 {
    color: #e7295c;
    font-family: 'Graf Bubble', cursive;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.impressum-content h3:first-child {
    margin-top: 0;
}

.impressum-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.impressum-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.impressum-content li {
    margin-bottom: 0.5rem;
}

.impressum-content a {
    color: #e7295c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.impressum-content a:hover {
    color: #d41f4a;
    text-decoration: underline;
}

.impressum-content h4 {
    color: #e7295c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.impressum-content h5 {
    color: #e7295c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

/* Footer */
footer {
    margin-top: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding-top: 70px; /* Kleinerer Abstand für Mobile */
    }
    
    .food-words-list {
        display: none !important;
    }
    
    .catering-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .catering-left,
    .catering-right {
        text-align: center !important;
    }
    
    .catering-left p,
    .catering-right p {
        text-align: center !important;
    }
    
    .catering-bottom {
        text-align: center !important;
    }
    
    .contact-section {
        text-align: center !important;
    }
    
    .contact-section:first-child,
    .contact-section:last-child,
    .contact-section:nth-child(2) {
        text-align: center !important;
    }
    
    .fullscreen-section h1 {
        font-size: 2rem;
    }
    
    .fullscreen-section p {
        font-size: 1rem;
    }
    
    .red-bar-title {
        font-size: 4rem;
    }
    
    .catering-button {
        width: 100%;
        padding: 18px 20px;
        font-size: 1.1rem;
    }
    
    .catering-hero-image {
        max-height: 400px;
    }
    
    .footer-section {
        height: auto;
        padding: 20px 0;
        background-color: #e7295c !important;
    }
    
    .footer-logo {
        display: block;
        margin: 0 auto 10px;
    }
    
    .footer-copyright {
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    .footer-instagram {
        margin: 10px 0;
    }
    
    .footer-instagram-icon {
        width: 80px;
        height: 80px;
    }
    
    .footer-links {
        margin-top: 10px;
        text-align: center;
    }
    
    .footer-links a {
        color: white !important;
        text-decoration: none;
        font-size: 0.9rem;
    }
    
    .footer-links a:hover {
        color: white !important;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 