

body { 
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    background: #121212; 
    color: #fff; 
    line-height: 1.6;
    padding-top: 80px; 
}
header {
    background: rgba(0, 0, 0, 0.9); 
    backdrop-filter: blur(10px);  
    text-align: center;
    border-bottom: 2px solid #2ecc71;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    display: flex;         
    align-items: center;   
    justify-content: center;
    gap: 15px;           
    font-size: 30px; 
    font-weight: 900;
    animation: logo-glow 2s ease-out;
} 

header img {
    height: 60px;  
    width: auto;   
}
header a{
    text-decoration: none;
}
.text-main {
    color: #ffffff;
    text-shadow: 
        0 0 7px #2ecc71,
        0 0 20px #2ecc71;
    line-height: 1; 
}

.text-sub {
    color: #2ecc71; 
    line-height: 1;
}


.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&q=80&w=1200');
    background-size: cover; background-position: center; height: 500px;
    display: flex; align-items: center; justify-content: center; text-align: center;
}
.hero-badge {
     background: hsl(145, 29%, 45%); padding: 5px 15px; border-radius: 20px; font-size: 12px; margin-bottom: 15px; display: inline-block; 
    }
.hero-btns { 
    display: flex; gap: 15px; justify-content: center; margin-top: 20px; 
}
.btn-hero { 
    padding: 15px 30px; background: #2ecc71; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; transition: 0.3s;
 }
.btn-hero.secondary {
    padding: 15px 30px; background: #2ecc71; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; transition: 0.3s; 
 }
.btn-hero:hover, .btn:hover {
    background: #fff;       
    color: #2ecc71;         
    transform: translateY(-3px); 
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
}
.ultimate-center {
    display: block !important; 
    text-align: center !important; 
    width: 100% !important;   
    margin: 40px 0 !important; 
    clear: both;
    padding-top: 70px;              
}
#concept {
    text-align: center;
    padding: 100px 20px; 
    
}

.concept-subtitle {
    color: #2ecc71;
    font-size: 0.9rem;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.concept-text {
    font-size: 15px;
    line-height: 2; 
    max-width: auto;
    margin: 0 auto;
    font-weight: 300;
}


#concept .concept-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

#concept.fade-in .concept-content {
    opacity: 1;
    transform: translateY(0);
}
.btn-bar-link {
    display: inline-block !important; 
    padding: 15px 40px;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.4);
}


.btn-bar-link:hover {
    background-color: #2ecc71;   
    color: #000;                  
    box-shadow: 0 0 25px #2ecc71; 
    transform: scale(1.05);       
}

section { 
    padding: 60px 20px; max-width: 900px; margin: auto; 
}
.section-title { 
    text-align: center; color: #2ecc71; font-size: 2rem; margin-bottom: 40px; 
}
.section-title2{
     text-align: center; color: #fafcfb; font-size: 2rem; margin-bottom: 40px; 
     font-size: 45px;
}
.section-title2 span{
    background: linear-gradient(transparent 60%, #2ecc71 60%);
}
.contents-grid { 
    display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
 }
.contents-card { 
    background: #1e1e1e; padding: 40px 30px; border-radius: 12px; border: 1px solid #333; text-align: center;
 }
.contents-card h3 { 
    color: #2ecc71; margin-bottom: 15px; 
}

.info-table{
     margin-left: auto;
    margin-right: auto;   
}
#menu{
    padding: 0%;
}
.menu-container {
     display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
     }
.menu-category h3 { 
    border-left: 4px solid #2ecc71; padding-left: 10px; margin-bottom: 20px; 
}
.menu-item { 
    display: flex; justify-content: space-between; border-bottom: 1px solid #333; padding: 10px 0; 
}
.price {
     color: #2ecc71; font-weight: bold; 
    }


.btn-insta {
    display: inline-block;
    padding: 14px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    color: #fff !important;
    border: none;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    box-shadow: 0 0 15px rgba(220, 39, 67, 0.6);
    animation: pulse-insta 2s infinite;
    transition: all 0.3s ease;
}

.btn-insta:hover {
    transform: scale(1.1) rotate(-2deg); 
    box-shadow: 0 0 30px rgba(220, 39, 67, 0.9);
    filter: brightness(1.2);
}

.price-container {
     background: #1e1e1e; padding: 30px; border-radius: 12px; margin-bottom: 30px; border: 1px solid #333;
     }
.price-table {
     width: 100%; border-collapse: collapse;
     }
.price-table th { 
    text-align: left; padding: 15px 0; border-bottom: 1px solid #333; 
}
.price-table td { 
    text-align: right; color: #2ecc71; font-weight: bold; padding: 15px 0; border-bottom: 1px solid #333;
 }
.rental-box { 
    background: #2a2a2a; padding: 20px; border-radius: 8px; margin-top: 20px; font-size: 0.9rem;
 }
.syatem-main{
    font-size: 25px; 
}
.contact-form { 
    background: #1e1e1e; padding: 30px; border-radius: 10px; max-width: 500px; margin: auto; 
}
.form-group {
     margin-bottom: 20px; 
    }
.form-group label { 
    display: block; margin-bottom: 8px; color: #2ecc71;
 }
.form-group input, .form-group textarea {
     width: 100%; padding: 12px; background: #2a2a2a; border: 1px solid #333; color: #fff; border-radius: 4px; box-sizing: border-box; 
    }
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); }

.map-container { 
    margin-top: 20px; border-radius: 8px; overflow: hidden; 
}

.bar-section {
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.bar-intro {
    color: #2ecc71;
    font-style: italic;
    margin-bottom: 50px;
}

.bar-concept {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.concept-item i {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 0 10px #2ecc71; 
}

.bar-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.bar-table td {
    padding: 15px;
    border-bottom: 1px solid #222;
    color: #ccc;
}

.bar-table td:last-child {
    text-align: right;
    color: #2ecc71;
    font-weight: bold;
}
.btn {
     display: block; width: 100%; padding: 15px; background: #2ecc71; color: #fff; border: none; border-radius: 50px; font-weight: bold; cursor: pointer; text-decoration: none; text-align: center; font-size: 1rem; 
    }
.floating-btn {
    position: fixed;     
    bottom: 30px;        
    right: 30px;         
    width: 100px;         
    height: 100px;
    background-color: #2ecc71; 
    color: #fff;
    border-radius: 50%;  
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5); 
    z-index: 1000;       
    font-size: 0.9rem;
    transition: transform 0.3s; 
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
}
.floating-btn:hover {
    transform: scale(1.1); 
    background-color: #27ae60;
    
} 
.contents-card, .menu-category, .info-box {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}  
@keyframes logo-glow {
    from { opacity: 0; filter: blur(10px); }
    to { opacity: 1; filter: blur(0); }
}
.logo { animation: logo-glow 2s ease-out; }


.logo-container {
   width:10px;
}
footer { 
    text-align: center; padding: 40px; color: #666; border-top: 1px solid #222;
 }

@media (max-width: 600px) { .feature-grid, .menu-container { grid-template-columns: 1fr; } }