@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ==========================
   PREMIUM CATERING SECTION
========================== */

.catering-banner{

    background:
    linear-gradient(
        rgba(12,35,25,.85),
        rgba(12,35,25,.85)
    ),
    url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1600');

    background-size:cover;
    background-position:center;

    padding:120px 0;

    position:relative;
}

.catering-title{

    color:#fff;

    font-size:3rem;

    font-weight:800;

    margin-top:15px;

    margin-bottom:20px;
}

.catering-subtitle{

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

    max-width:750px;

    margin:0 auto 50px;

    font-size:1.1rem;

    line-height:1.8;
}

.catering-events{

    display:grid;

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

    gap:25px;

    margin-top:50px;
}

.event-card{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

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

    border-radius:25px;

    padding:35px 20px;

    text-align:center;

    transition:.35s ease;
}

.event-card:hover{

    transform:translateY(-8px);

    background:rgba(217,119,6,.15);

    border-color:#D97706;
}

.event-card i{

    color:#D97706;

    font-size:2rem;

    margin-bottom:15px;
}

.event-card h5{

    color:white;

    font-weight:600;

    margin:0;
}

.btn-catering{

    background:#D97706;

    color:white;

    text-decoration:none;

    padding:15px 40px;

    border-radius:50px;

    display:inline-block;

    font-weight:700;

    transition:.3s;
}

.btn-catering:hover{

    background:white;

    color:#166534;
}
@media(max-width:768px){

    .catering-banner{

        padding:80px 0;
    }

    .catering-title{

        font-size:2rem;
    }

    .catering-subtitle{

        font-size:.95rem;

        margin-bottom:30px;
    }

    .catering-events{

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

        gap:15px;
    }

    .event-card{

        padding:20px 10px;

        border-radius:18px;
    }

    .event-card i{

        font-size:1.4rem;
    }

    .event-card h5{

        font-size:.9rem;
    }

    .btn-catering{

        width:100%;

        max-width:300px;
    }
}

@media(max-width:480px){

    .catering-title{

        font-size:1.7rem;
    }

    .catering-events{

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

        gap:12px;
    }

    .event-card{

        padding:15px 8px;
    }

    .event-card h5{

        font-size:.8rem;
    }
}

/* ==========================
   MENU CATEGORY SECTION
========================== */

.category-card-link{

    text-decoration:none;
}

.category-card{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    height:320px;

    cursor:pointer;

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

    transition:.35s ease;
}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.category-img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;
}

.category-card:hover .category-img{

    transform:scale(1.08);
}

.category-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:25px;

    background:
    linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
}

.category-count{

    display:inline-block;

    width:max-content;

    background:#D97706;

    color:white;

    padding:6px 14px;

    border-radius:50px;

    font-size:.8rem;

    font-weight:600;

    margin-bottom:12px;
}

.category-overlay h4{

    color:white;

    margin:0;

    font-size:1.4rem;

    font-weight:700;
}

/* ==========================
   MOBILE VIEW
========================== */

@media(max-width:768px){

    .category-card{

        height:220px;

        border-radius:18px;
    }

    .category-overlay{

        padding:15px;
    }

    .category-overlay h4{

        font-size:1rem;
    }

    .category-count{

        font-size:.7rem;

        padding:5px 10px;
    }

}

@media(max-width:480px){

    .category-card{

        height:180px;
    }

    .category-overlay h4{

        font-size:.9rem;
    }

    .category-count{

        font-size:.65rem;
    }

}

/* ==========================
   VISIT US SECTION
========================== */

.visit-us-section{

    padding:120px 0;

    background:#fffdf5;
}

.visit-title{

    font-size:3rem;

    font-weight:700;

    color:#166534;

    line-height:1.2;

    margin-top:15px;

    margin-bottom:20px;
}

.visit-description{

    color:#6b7280;

    font-size:1.05rem;

    line-height:1.9;

    margin-bottom:30px;
}

.visit-info-card{

    background:#ffffff;

    border-radius:25px;

    padding:30px;

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

.visit-row{

    display:flex;

    gap:18px;

    align-items:flex-start;

    padding:18px 0;

    border-bottom:1px solid #f1f5f9;
}

.visit-row:last-child{

    border-bottom:none;
}

.visit-row-icon{

    width:55px;

    height:55px;

    background:#D97706;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:15px;

    font-size:22px;

    flex-shrink:0;
}

.visit-row h6{

    color:#166534;

    font-weight:700;

    margin-bottom:8px;

    font-size:1.05rem;
}

.visit-row p{

    margin:0;

    color:#6b7280;

    line-height:1.7;
}

.visit-link{

    color:#D97706;

    text-decoration:none;

    font-weight:600;
}

.visit-link:hover{

    color:#166534;
}

.visit-buttons{

    display:flex;

    gap:15px;

    margin-top:30px;

    flex-wrap:wrap;
}

.visit-btn-primary{

    background:#D97706;

    color:white;

    text-decoration:none;

    padding:14px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.visit-btn-primary:hover{

    background:#166534;

    color:white;
}

.visit-btn-secondary{

    border:2px solid #166534;

    color:#166534;

    text-decoration:none;

    padding:14px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.visit-btn-secondary:hover{

    background:#166534;

    color:white;
}

.visit-map{

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.visit-map iframe{

    display:block;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

    .visit-us-section{

        padding:70px 0;
    }

    .visit-title{

        font-size:2rem;

        text-align:center;
    }

    .visit-description{

        text-align:center;

        font-size:.95rem;
    }

    .visit-buttons{

        justify-content:center;
    }

    .visit-btn-primary,
    .visit-btn-secondary{

        width:100%;

        text-align:center;
    }

    .visit-map iframe{

        height:350px;
    }

    .visit-info-card{

        padding:20px;
    }

}

@media(max-width:768px){

    .visit-buttons{

        display:flex;

        gap:10px;

        justify-content:center;

        flex-wrap:nowrap;
    }

    .visit-btn-primary,
    .visit-btn-secondary{

        width:50%;

        padding:12px 10px;

        font-size:.9rem;

        text-align:center;
    }

}

@media(max-width:400px){

    .visit-buttons{

        gap:8px;
    }

    .visit-btn-primary,
    .visit-btn-secondary{

        width:50%;

        padding:10px 8px;

        font-size:.8rem;
    }

}


/* ==========================
   PREMIUM CTA SECTION
========================== */

.contact-cta{

    position:relative;
    padding:120px 0;
    background:
    linear-gradient(
        rgba(0,0,0,.75),
        rgba(0,0,0,.75)
    ),
    url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1600');
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.cta-card{

    max-width:900px;
    margin:auto;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    padding:70px 50px;
}

.cta-badge{

    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#FFD166;
    padding:10px 20px;
    border-radius:50px;
    letter-spacing:2px;
    font-size:.85rem;
    font-weight:600;
    margin-bottom:20px;
}

.cta-title{

    color:white;
    font-size:3rem;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.cta-text{

    color:rgba(255,255,255,.85);
    font-size:1.1rem;
    max-width:700px;
    margin:auto;
    line-height:1.9;
}

.cta-highlights{

    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    margin-top:35px;
    margin-bottom:35px;
}

.cta-highlights span{

    color:white;
    background:rgba(255,255,255,.08);
    padding:12px 20px;
    border-radius:50px;
    font-size:.95rem;
}

.cta-buttons{

    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.cta-btn-primary{

    background:#D97706;
    color:white;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.cta-btn-primary:hover{

    background:#166534;
    color:white;
    transform:translateY(-3px);
}

.cta-btn-secondary{

    border:2px solid white;
    color:white;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.cta-btn-secondary:hover{

    background:white;

    color:#111;
}

/* ==========================
   TABLET
========================== */

@media(max-width:768px){

    .contact-cta{

        padding:80px 0;
    }

    .cta-card{

        padding:40px 25px;
    }

    .cta-title{

        font-size:2rem;
    }

    .cta-text{

        font-size:.95rem;
    }

    .cta-highlights{

        gap:10px;
    }

    .cta-highlights span{

        font-size:.85rem;
        padding:10px 15px;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    .cta-title{

        font-size:1.7rem;
    }

    .cta-buttons{

        flex-direction:row;

        gap:10px;
    }

    .cta-btn-primary,
    .cta-btn-secondary{

        flex:1;
        padding:12px 10px;
        font-size:.85rem;
        text-align:center;
    }

    .cta-highlights{

        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

}

/* ==========================
   ABOUT SECTION
========================== */

.about-section{

    padding:120px 0;

    background:#fffdf7;

    position:relative;

    overflow:hidden;
}

.about-section::before{

    content:'';

    position:absolute;

    top:-120px;

    right:-120px;

    width:350px;

    height:350px;

    background:#fff4d6;

    border-radius:50%;

    z-index:0;
}

.about-section .container{

    position:relative;

    z-index:2;
}

/* Image */

.about-image-wrapper{

    position:relative;
}

.about-main-image{

    width:100%;

    height:600px;

    object-fit:cover;

    border-radius:30px;

    transition:.4s;

    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.about-main-image:hover{

    transform:scale(1.03);
}

.about-floating-badge{

    position:absolute;

    bottom:25px;

    left:25px;

    background:#166534;

    color:white;

    padding:14px 24px;

    border-radius:50px;

    font-weight:600;

    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

/* Content */

.section-tag{

    color:#D97706;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:.85rem;
}

.about-title{

    font-size:3rem;

    font-weight:700;

    line-height:1.2;

    color:#1f2937;

    margin-top:15px;

    margin-bottom:20px;
}

.about-text{

    color:#6b7280;

    font-size:1.05rem;

    line-height:1.9;

    margin-bottom:30px;
}

/* Features */

.about-features-grid{

    display:grid;

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

    gap:15px;

    margin-bottom:35px;
}

.feature-card{

    background:white;

    padding:18px;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    display:flex;

    align-items:center;

    gap:12px;

    transition:.3s;
}

.feature-card:hover{

    transform:translateY(-5px);
}

.feature-card i{

    color:#D97706;

    font-size:1.2rem;
}

.feature-card span{

    font-weight:600;

    color:#374151;
}

/* Stats */

.about-stats{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.stat-box{

    flex:1;

    min-width:120px;

    background:linear-gradient(
        135deg,
        #166534,
        #0f5132
    );

    color:white;

    padding:25px;

    border-radius:20px;

    text-align:center;

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

.stat-box h3{

    color:#FFD166;

    font-size:2rem;

    font-weight:700;

    margin-bottom:5px;
}

.stat-box span{

    color:white;

    font-size:.9rem;
}

/* Buttons */

.about-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;
}

/* ==========================
   TABLET
========================== */

@media(max-width:768px){

    .about-section{

        padding:80px 0;
    }

    .about-title{

        font-size:2.2rem;

        text-align:center;
    }

    .section-tag{

        display:block;

        text-align:center;
    }

    .about-text{

        text-align:center;
    }

    .about-main-image{

        height:380px;
    }

    .about-features-grid{

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

    .about-buttons{

        justify-content:center;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:576px){

    .about-main-image{

        height:280px;

        border-radius:20px;
    }

    .about-floating-badge{

        left:15px;

        bottom:15px;

        padding:10px 16px;

        font-size:.8rem;
    }

    .about-title{

        font-size:1.9rem;
    }

    .about-features-grid{

        grid-template-columns:1fr;
    }

    .about-stats{

        display:grid;

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

        gap:10px;
    }

    .stat-box{

        padding:12px 8px;

        min-width:auto;
    }

    .stat-box h3{

        font-size:1.2rem;
    }

    .stat-box span{

        font-size:.7rem;
    }

    .about-buttons{

        flex-direction:column;
    }

    .about-buttons a{

        width:100%;

        text-align:center;
    }

}
.about-action-buttons{

    display:flex;

    gap:15px;

    margin-top:35px;
}

.about-menu-btn{

    flex:1;

    background:#D97706;

    color:white;

    text-decoration:none;

    text-align:center;

    padding:14px 20px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.about-menu-btn:hover{

    background:#166534;

    color:white;
}

.about-learn-btn{

    flex:1;

    border:2px solid #166534;

    color:#166534;

    text-decoration:none;

    text-align:center;

    padding:14px 20px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.about-learn-btn:hover{

    background:#166534;

    color:white;
}

@media(max-width:576px){

    .about-action-buttons{

        display:grid;

        grid-template-columns:1fr 1fr;

        gap:10px;
    }

    .about-menu-btn,
    .about-learn-btn{

        width:100%;

        padding:12px 8px;

        font-size:.9rem;
    }

}
@media(max-width:576px){

    .about-features-grid{

        display:grid;

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

        gap:10px;
    }

    .feature-card{

        padding:12px;

        min-height:85px;

        flex-direction:column;

        text-align:center;

        gap:8px;
    }

    .feature-card i{

        font-size:1.2rem;
    }

    .feature-card span{

        font-size:.8rem;

        line-height:1.3;
    }

}

@media(max-width:360px){

    .about-features-grid{

        gap:8px;
    }

    .feature-card{

        padding:10px;
    }

    .feature-card span{

        font-size:.75rem;
    }

}
