:root {
    --primary: #8B0000; /* Deep Red */
    --secondary: #D4AF37; /* Gold */
    --dark: #1a1a1a; /* Rich Black */
    --light: #f5f5f5;
    --accent: #c19a6b; /* Warm Bronze */
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--dark);
    color: var(--light);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.navbar {
    background-color: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 15px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--secondary) !important;
    font-weight: 700;
}

.nav-link {
    color: var(--light) !important;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s;
    position: relative;
}

.nav-link:hover {
    color: var(--secondary) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary);
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

.active-link {
    color: var(--secondary) !important;
}

.active-link::after {
    width: 100%;
}

.hero-section {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url('https://www.temptationsportsbarduncanville.com/media/FrontofClub.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.25rem;
  margin-top: 10px;
}


.hero-content {
    text-align: center;
    z-index: 2;
}

.hero-title {
    font-size: 4.5rem;
    color: var(--secondary);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: var(--light);
    margin-bottom: 2rem;
    font-weight: 300;
    font-style: italic;
}

.btn-primary-custom {
    background-color: var(--primary);
    border: none;
    color: var(--light);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary-custom:hover {
    background-color: var(--secondary);
    color: var(--dark);
    transform: translateY(-3px);
}

.section-title {
    font-size: 3rem;
    color: var(--secondary);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: var(--accent);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-padding {
    padding: 100px 0;
}

.about-section {
    background-color: var(--dark);
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.about-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(139, 0, 0, 0.3), rgba(212, 175, 55, 0.3));
    z-index: 1;
}

.about-image img {
    transition: transform 0.5s;
}

.about-image:hover img {
    transform: scale(1.05);
}

.menu-section {
    background: linear-gradient(rgba(26, 26, 26, 0.95), rgba(26, 26, 26, 0.95)), url('https://images.unsplash.com/photo-1559339352-11d035aa65de?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
}

.menu-category-title {
    font-size: 2rem;
    color: var(--accent);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.menu-category-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--secondary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.menu-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    padding: 25px;
    margin-bottom: 25px;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.menu-item:hover {
    transform: translateY(-5px);
    border-left: 3px solid var(--secondary);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.menu-item-title {
    font-size: 1.4rem;
    color: var(--secondary);
    margin-bottom: 8px;
    font-family: 'Playfair Display', serif;
}

.menu-item-price {
    color: var(--accent);
    font-weight: 600;
    font-size: 1.3rem;
    position: absolute;
    top: 25px;
    right: 25px;
}

.menu-item-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.menu-item-badge {
    position: absolute;
    top: 10px;
    left: -30px;
    background-color: var(--primary);
    color: white;
    padding: 5px 30px;
    transform: rotate(-45deg);
    font-size: 0.8rem;
    font-weight: 600;
}

.services-section {
    background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)), url('https://images.unsplash.com/photo-1514933651103-005eec06c04b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
}

.service-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
    border-bottom: 3px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid var(--secondary);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.service-icon {
    font-size: 3rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.service-title {
    font-size: 1.5rem;
    color: var(--light);
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.service-description {
    color: rgba(255, 255, 255, 0.7);
}

.vip-section {
    background-color: var(--dark);
}

.vip-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}

.vip-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.vip-image {
    height: 250px;
    overflow: hidden;
}

.vip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.vip-card:hover .vip-image img {
    transform: scale(1.1);
}

.vip-content {
    padding: 25px;
}

.vip-title {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.vip-price {
    color: var(--accent);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.reservation-section {
    background-color: var(--dark);
}

.reservation-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 0;
    overflow: hidden;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--light);
    padding: 12px 15px;
    border-radius: 0;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: var(--secondary);
    color: var(--light);
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

.contact-section {
    background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)), url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
}

.contact-info {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
    border-bottom: 3px solid transparent;
}

.contact-info:hover {
    transform: translateY(-5px);
    border-bottom: 3px solid var(--secondary);
}

.contact-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 15px;
}

.social-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    text-align: center;
    line-height: 45px;
    color: var(--light);
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: var(--primary);
    color: var(--light);
    transform: translateY(-3px);
}

.footer {
    background-color: #0f0f0f;
    padding: 60px 0 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--secondary);
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links a {
    color: var(--light);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--secondary);
}

.developer-credit {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
}

.food-showcase {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.food-showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.food-showcase:hover img {
    transform: scale(1.1);
}

.food-showcase-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    color: white;
}

.cocktail-section {
    background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)), url('https://images.unsplash.com/photo-1536935338788-846bb9981813?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
}

.cocktail-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}

.cocktail-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cocktail-image {
    height: 200px;
    overflow: hidden;
}

.cocktail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.cocktail-card:hover .cocktail-image img {
    transform: scale(1.1);
}

.cocktail-content {
    padding: 20px;
}

.cocktail-title {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.cocktail-price {
    color: var(--accent);
    font-weight: 600;
    font-size: 1.2rem;
}

/* Footer Social Icons */
.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* Hover Effects */
.social-icons a:hover {
  background: var(--secondary, #e63946);
  transform: translateY(-3px);
}

.social-icons a:hover i {
  color: #fff;
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .menu-item-price {
        position: static;
        display: block;
        margin-top: 10px;
    }
}