/* Premium Enhancements for Annapurna Mewad */

/* Enhanced Typography */
body {
  letter-spacing: 0.3px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Premium Header Styling */
.header {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(249, 249, 249, 0.98) 100%
  );
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.logo h1 {
  text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* Premium Button Styling */
.btn-get-started,
.btn-getstarted {
  background: linear-gradient(135deg, #d4af37 0%, #c19b2b 100%);
  color: #0b0b0b;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.btn-get-started:hover,
.btn-getstarted:hover {
  background: linear-gradient(135deg, #e5c048 0%, #d4af37 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
  border-color: #d4af37;
  color: #0b0b0b;
}

/* Premium Card Styling */
.stats-item,
.testimonial-item,
.chef-member {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  overflow: hidden;
}

.chef-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);
  border-color: rgba(212, 175, 55, 0.6);
}

/* Premium Menu Item Styling - Keep original layout */
.menu-item h4 {
  color: #d4af37;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.menu-item .price {
  color: #d4af37;
  font-weight: 600;
}

.menu-item .ingredients {
  color: #666666;
}

/* Premium Section Titles */
.section-title h2 {
  font-size: 48px;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

.section-title .description-title {
  color: #d4af37;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.section-title .description-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

/* Premium Stats Section */
.stats {
  background: linear-gradient(135deg, #000000 0%, #0b0b0b 100%);
  position: relative;
  overflow: hidden;
}

.stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(212,175,55,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.stats-item {
  background: rgba(212, 175, 55, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 40px 20px;
  border-radius: 15px;
}

.stats-item .purecounter {
  color: #d4af37;
  font-size: 56px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.5);
}

.stats-item p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
}

/* Premium Hero Section */
.hero {
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
  position: relative;
}

.hero h1 {
  font-size: 39px;
  color: #d4af37;
  font-weight: 700;
  line-height: 1.3;
}

.hero p {
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

/* Premium About Section */
.about .book-a-table {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3);
  border: 2px solid rgba(212, 175, 55, 0.5);
}

.about .book-a-table h3 {
  color: #d4af37;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about .book-a-table p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Premium Menu Tabs */
.menu .nav-tabs {
  border: none;
  background: #ffffff;
  padding: 15px;
  border-radius: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.menu .nav-link {
  border: none;
  background: transparent;
  color: #2c2c2c;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu .nav-link:hover,
.menu .nav-link.active {
  background: linear-gradient(135deg, #d4af37 0%, #c19b2b 100%);
  color: #0b0b0b;
  box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
}

/* Premium Footer */
.footer {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  border-top: 3px solid #d4af37;
}

.footer h4 {
  color: #d4af37;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer p,
.footer a {
  color: #e0e0e0;
  letter-spacing: 0.5px;
}

.footer .social-links a {
  background: rgba(212, 175, 55, 0.1);
  border: 2px solid rgba(212, 175, 55, 0.3);
  color: #d4af37;
  transition: all 0.3s ease;
}

.footer .social-links a:hover {
  background: #d4af37;
  color: #0b0b0b;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.6);
}

/* Premium Testimonials */
.testimonial-item {
  padding: 40px;
  background: #ffffff;
  border-left: 4px solid #d4af37;
}

.testimonial-item .stars {
  color: #d4af37;
  font-size: 18px;
}

/* Premium Contact Form */
.contact .php-email-form {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 10px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
  background: #ffffff;
  color: #2c2c2c;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

/* Premium Scroll Effects */
[data-aos] {
  transition-duration: 0.8s;
}

/* Premium Dividers */
.section {
  padding: 80px 0;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a961, transparent);
}

/* Premium Image Overlays */
.glightbox {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

/* Premium Loading Animation */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.premium-shimmer {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.1),
    transparent
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
}

/* Customer Reviews Styling */
.review-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #d4af37;
  transition: transform 0.3s ease;
  height: 100%;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.review-text {
  font-style: italic;
  color: #2c2c2c;
  margin-bottom: 15px;
  line-height: 1.6;
}

.customer-info strong {
  color: #d4af37;
}

/* Signature Dishes Styling */
.signature-dish-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(212, 175, 55, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.signature-dish-card:hover {
  transform: translateY(-5px);
  border-color: #d4af37;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.signature-dish-card h4 {
  color: #d4af37;
  margin: 15px 0 10px;
  font-weight: 700;
}

.signature-dish-card p {
  color: #666666;
  margin-bottom: 15px;
  line-height: 1.5;
}

.price-tag {
  background: linear-gradient(135deg, #d4af37 0%, #c19b2b 100%);
  color: #0b0b0b;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

/* Enhanced CTA Buttons */
.cta-buttons {
  justify-content: center;
}

.cta-buttons .btn-getstarted {
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 25px;
  background: linear-gradient(135deg, #d4af37 0%, #c19b2b 100%);
  color: #0b0b0b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.cta-buttons .btn-getstarted:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  color: #0b0b0b;
}

/* Trust Signals */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.trust-badge {
  background: rgba(212, 175, 55, 0.1);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #d4af37;
  font-weight: 600;
  border: 1px solid rgba(212, 175, 55, 0.3);
}
