
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',sans-serif;}
body{background:#081c3a;color:white;}
.container{padding:20px;max-width:480px;margin:auto;}
header{
position:fixed;
top:0;left:0;width:100%;
background:rgba(10,25,60,0.6);
backdrop-filter:blur(15px);
border-bottom:1px solid rgba(255,255,255,0.1);
z-index:1000;
}
.nav{
display:flex;
align-items:center;
justify-content:space-between;
padding:15px 20px;
max-width:480px;
margin:auto;
}
.nav img{height:50px;}
.nav a{
color:#d4af37;
text-decoration:none;
margin-left:15px;
font-weight:600;
font-size:14px;
}
.hero{
padding-top:100px;
text-align:center;
padding-bottom:40px;
background:linear-gradient(rgba(5,20,45,0.85),rgba(5,20,45,0.85)),
url('../images/hero.jpg');
background-size:cover;
background-position:center;
}
.hero h1{
font-size:32px;
margin-bottom:15px;
}
.hero p{
font-size:15px;
opacity:0.8;
margin-bottom:25px;
}
.btn{
display:inline-block;
padding:12px 22px;
border-radius:30px;
font-weight:600;
margin:5px;
text-decoration:none;
}
.primary{background:#d4af37;color:#081c3a;}
.secondary{border:2px solid #d4af37;color:#d4af37;}
.section{
padding:120px 20px 40px;
text-align:center;
}
.section img{
width:100%;
border-radius:20px;
margin-top:15px;
}
.footer{
padding:30px 20px;
background:#06152d;
text-align:center;
font-size:14px;
opacity:0.7;
margin-top:40px;
}
/* CONTACT PAGE */

.contact-hero{
    padding-top:120px;
    text-align:center;
    padding-bottom:40px;
}

.contact-hero h1{
    font-size:28px;
    margin-bottom:10px;
}

.contact-section{
    padding:20px;
}

.contact-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    backdrop-filter:blur(10px);
    border-radius:15px;
    padding:20px;
    margin-bottom:15px;
    text-align:center;
}

.contact-card h3{
    margin-bottom:8px;
    color:#d4af37;
}

.contact-card a{
    color:#ffffff;
    text-decoration:none;
    font-weight:600;
}

.map-section iframe{
    width:100%;
    height:300px;
    border:none;
    border-radius:20px;
    margin-top:20px;
}
.logo {
    height: 50px;
    width: auto;
}
/* Testimonials Section */

.testimonials {
    background-color: #0d1b2a;
    padding: 100px 20px;
    text-align: center;
}

.testimonials h2 {
    color: #d4af37;
    font-size: 32px;
    margin-bottom: 10px;
}

.testimonials .subtitle {
    color: #ccc;
    margin-bottom: 50px;
}

.testimonial-slider {
    position: relative;
    max-width: 700px;
    margin: auto;
}

.testimonial {
    display: none;
    background-color: #112240;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: opacity 0.5s ease;
}

.testimonial.active {
    display: block;
}

.stars {
    color: #d4af37;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.review {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial h4 {
    color: #ffffff;
    font-weight: 500;
}

/* Dots */

.dots {
    margin-top: 30px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: #444;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #d4af37;
}
/* Why Brewline Section */

.why-brewline {
    background: linear-gradient(to bottom, #0d1b2a, #0f2238);
    padding: 120px 20px;
    text-align: center;
}

.why-brewline h2 {
    color: #d4af37;
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.why-brewline .subtitle {
    color: #aaa;
    max-width: 600px;
    margin: 0 auto 80px auto;
    font-size: 17px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 50px 30px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: all 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    border: 1px solid #d4af37;
    background: rgba(255, 255, 255, 0.06);
}

.feature-icon {
    font-size: 28px;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

.feature-card p {
    color: #bbb;
    font-size: 16px;
    line-height: 1.6;
}

.delivery-button-container {
    text-align: center;
    margin: 60px 0;
}

.delivery-btn {
    background-color: #d4af37;
    color: #0d1b2a;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.delivery-btn:hover {
    background-color: #c19b2e;
    transform: translateY(-4px);
}
/* Delivery Page */

.delivery-section {
    background-color: #0d1b2a;
    padding: 100px 20px;
    color: white;
}

.delivery-section h2 {
    color: #d4af37;
    text-align: center;
    margin-bottom: 10px;
}

.delivery-section p {
    text-align: center;
    color: #ccc;
    margin-bottom: 50px;
}

.delivery-form {
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.delivery-form input,
.delivery-form textarea {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #333;
    background-color: #112240;
    color: white;
}

.delivery-form textarea {
    resize: none;
    height: 80px;
}

.menu-category {
    margin-bottom: 40px;
}

.menu-category h4 {
    color: #d4af37;
    margin-bottom: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.menu-item input {
    width: 70px;
}

#order-summary {
    background-color: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#order-summary p {
    margin: 5px 0;
}
