﻿html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

/* İçerik alanı büyüyebilsin */
#page {
    flex: 1;
}

/* Footer */
#footer {
    margin-top: auto;
}


.menu-detail-box {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 25px;
    margin-top: 30px;
}

.menu-image img {
    width: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.menu-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.menu-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.menu-price {
    position: relative;
    padding: 15px 0;
    margin-bottom: 25px;
}

    .menu-price::before,
    .menu-price::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.15);
    }

    .menu-price::before {
        top: 0;
    }

    .menu-price::after {
        bottom: 0;
    }


.price-label {
    font-size: 16px;
    color: #999;
    margin-right: 5px;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #c0392b;
}

.btn-outline {
    border: 2px solid #c0392b;
    color: #c0392b;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
}

    .btn-outline:hover {
        background: #c0392b;
        color: #fff;
    }

.menu li.active > a {
    color: #c0392b;
    font-weight: 700;
}

    .menu li.active > a i {
        color: #c0392b;
        font-weight: normal;
    }

.contact-page {
    padding: 30px 0;
}

.contact-header {
    margin: 30px 0 40px;
}

    .contact-header h1 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact-header p {
        color: #777;
        font-size: 15px;
    }

.contact-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 6px;
    border: 0;
}

.contact-cards {
    margin-top: 30px;
}

.contact-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    }

    .contact-card i {
        font-size: 36px;
        color: #c0392b;
        margin-bottom: 15px;
    }

    .contact-card h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact-card p {
        font-size: 15px;
        color: #555;
        margin: 0;
    }

    .contact-card a {
        color: #555;
        text-decoration: none;
    }

        .contact-card a:hover {
            color: #c0392b;
        }

    .contact-card.whatsapp i {
        color: #25D366;
    }
.equal-height {
    display: flex;
    flex-wrap: wrap;
}

    .equal-height > div {
        display: flex;
    }

    .equal-height .contact-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 180px; /* TÜM box’lar aynı taban */
    }


    .contact-map iframe {
        display: block;
        width: 100%;
        height: 350px;
        border: 0;
        margin: 0;
        padding: 0;
    }
.site-content {
    /*padding-top: 0 !important;*/
}

.col-full {
    padding-top: 0 !important;
}

#primary,
.site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.pizzaro-handheld-footer-bar ul li{
    height:70px;
}

.pizzaro-handheld-footer-bar ul li a{
    font-size:30px;
    padding:20px;
}
