/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Logo Styles */
.logo-img,
.hero-logo-img,
.footer-logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.hero-logo-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
  object-fit: contain;
}

.footer-logo-img {
  width: 45px;
  height: 45px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 60px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-text h2 {
  color: #d4af37;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.logo-tagline {
  font-size: 0.8rem;
  color: #666;
  font-weight: 300;
  font-style: italic;
  margin-top: 2px;
}

.hero-logo {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.footer-logo img {
  align-self: center;
}

.footer-logo h3 {
  margin: 0;
}

/* Typography */
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c1810;
  position: relative;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.3),
    rgba(255, 107, 53, 0.3)
  );
  border-radius: 1px;
}

/* Header & Navigation */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.navbar {
  padding: 1rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 70px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2.5rem;
}

.nav-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
}

.nav-link:hover {
  color: #d4af37;
  transform: translateY(-2px);
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.nav-toggle:hover {
  background: rgba(212, 175, 55, 0.1);
}

.bar {
  width: 25px;
  height: 3px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* Hero Section */
.hero {
  height: 100vh;
  background: linear-gradient(
      135deg,
      rgba(212, 175, 55, 0.9),
      rgba(255, 107, 53, 0.8)
    ),
    linear-gradient(45deg, rgba(44, 24, 16, 0.3), rgba(212, 175, 55, 0.2)),
    url("tranparent_logo.png"),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="spice" patternUnits="userSpaceOnUse" width="100" height="100"><circle fill="%23d4af37" cx="50" cy="50" r="2" opacity="0.3"/><circle fill="%23ff6b35" cx="25" cy="25" r="1" opacity="0.2"/><circle fill="%23d4af37" cx="75" cy="75" r="1.5" opacity="0.2"/></pattern></defs><rect fill="%23fdfcfb" width="1200" height="800"/><rect fill="url(%23spice)" width="1200" height="800"/><circle fill="%23d4af37" cx="200" cy="200" r="120" opacity="0.1"/><circle fill="%23ff6b35" cx="800" cy="600" r="180" opacity="0.08"/><circle fill="%23d4af37" cx="1000" cy="300" r="100" opacity="0.06"/></svg>');
  background-size: cover, cover, 800px 800px, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(44, 24, 16, 0.3) 0%,
    rgba(44, 24, 16, 0.6) 100%
  );
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="%23ffffff" cx="20" cy="20" r="1" opacity="0.3"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="3s" repeatCount="indefinite"/></circle><circle fill="%23d4af37" cx="80" cy="40" r="0.8" opacity="0.4"><animate attributeName="opacity" values="0.4;0.9;0.4" dur="4s" repeatCount="indefinite"/></circle><circle fill="%23ffffff" cx="60" cy="80" r="1.2" opacity="0.2"><animate attributeName="opacity" values="0.2;0.7;0.2" dur="5s" repeatCount="indefinite"/></circle></svg>');
  animation: float 20s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease 0.2s both;
  color: #f8f8f8;
}

.hero-decorative-line {
  width: 150px;
  height: 3px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  margin: 1.5rem auto;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.5);
  animation: fadeInUp 1s ease 0.3s both;
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  opacity: 0.95;
  animation: fadeInUp 1s ease 0.4s both;
  color: #f5f5f5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease 0.6s both;
}

.btn {
  display: inline-block;
  padding: 18px 35px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  min-width: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  color: white;
  border: 2px solid transparent;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ff6b35, #d4af37);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #2c1810;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
}

/* Services Section */
.services {
  padding: 100px 0;
  background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 50%, #fdfcfb 100%);
  position: relative;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("tranparent_logo.png"),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="%23d4af37" cx="10" cy="10" r="1" opacity="0.1"/><circle fill="%23ff6b35" cx="90" cy="20" r="0.8" opacity="0.08"/><circle fill="%23d4af37" cx="30" cy="90" r="1.2" opacity="0.06"/></svg>');
  background-size: 1200px 1200px, 100px 100px;
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  opacity: 0.03;
  pointer-events: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.service-card {
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  padding: 3rem 2.5rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(212, 175, 55, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  transition: left 0.4s ease;
}

.service-card:hover::before {
  left: 0;
}

.service-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
    0 10px 25px rgba(212, 175, 55, 0.2);
}

.service-card-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.service-card:hover .service-card-shine {
  opacity: 1;
  animation: shine 0.8s ease;
}

.service-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.service-icon {
  font-size: 3.5rem;
  display: block;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.3));
}

.service-icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.1),
    rgba(255, 107, 53, 0.1)
  );
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon-bg {
  transform: translate(-50%, -50%) scale(1.2);
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.2),
    rgba(255, 107, 53, 0.2)
  );
}

.service-card h3 {
  color: #2c1810;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #2c1810, #4a3020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-card p {
  color: #666;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* About Section */
.about {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fdfcfb 50%, #ffffff 100%);
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><radialGradient id="aboutGrad" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:%23d4af37;stop-opacity:0.05"/><stop offset="100%" style="stop-color:%23d4af37;stop-opacity:0"/></radialGradient></defs><circle fill="url(%23aboutGrad)" cx="100" cy="100" r="80"/></svg>');
  background-size: 400px 400px;
  animation: float 25s ease-in-out infinite;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-text h2 {
  color: #2c1810;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  background: linear-gradient(135deg, #2c1810, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-text p {
  margin-bottom: 1.5rem;
  color: #555;
  font-size: 1.15rem;
  line-height: 1.8;
  text-align: justify;
}

.about-image {
  position: relative;
}

.restaurant-photo {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 20px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 3px solid #d4af37;
}

.restaurant-photo:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(212, 175, 55, 0.3);
}

.restaurant-logo-photo {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

.restaurant-logo-photo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 15px 30px rgba(212, 175, 55, 0.4));
}

/* Hours Section */
.hours {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c1810 0%, #3d2318 50%, #2c1810 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.hours::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="%23d4af37" cx="20" cy="20" r="1" opacity="0.2"><animate attributeName="opacity" values="0.2;0.6;0.2" dur="4s" repeatCount="indefinite"/></circle><circle fill="%23ff6b35" cx="80" cy="40" r="0.8" opacity="0.3"><animate attributeName="opacity" values="0.3;0.7;0.3" dur="5s" repeatCount="indefinite"/></circle><circle fill="%23d4af37" cx="60" cy="80" r="1.2" opacity="0.15"><animate attributeName="opacity" values="0.15;0.5;0.15" dur="6s" repeatCount="indefinite"/></circle></svg>');
  animation: twinkle 8s ease-in-out infinite;
}

.hours .section-title {
  color: white;
  background: linear-gradient(135deg, #ffffff, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hours-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
  padding: 2rem 1.5rem;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.hours-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.hours-card:hover::before {
  transform: scaleX(1);
}

.hours-card:hover {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.25),
    rgba(212, 175, 55, 0.1)
  );
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.hours-card.closed {
  opacity: 0.6;
  background: linear-gradient(
    145deg,
    rgba(255, 107, 53, 0.1),
    rgba(255, 107, 53, 0.05)
  );
}

.hours-card.closed:hover {
  opacity: 0.8;
}

.day {
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #d4af37;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #f0f0f0;
}

/* Contact Section */
.contact {
  padding: 80px 0;
  background: #f8f9fa;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-item h3 {
  color: #2c1810;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-item p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-item a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ff6b35;
}

/* Directions Link */
.directions-link {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 8px 16px;
  background: linear-gradient(135deg, #d4af37, #ff6b35);
  color: white !important;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.directions-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
  color: white !important;
}

/* Map Container */
.map-container {
  position: relative;
}

.map-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.map-link:hover {
  transform: scale(1.02);
}

.map-placeholder {
  background: #f0f0f0;
  border-radius: 8px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  font-weight: 500;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.map-placeholder:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.map-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.map-container {
  position: relative;
}

.map-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  z-index: 3;
  color: #ea4335;
}

.map-text {
  line-height: 1.3;
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 0.9rem;
}

.map-text strong {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.3rem;
  color: #1a73e8;
  font-weight: 600;
}

.map-action {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #1a73e8;
  font-weight: 500;
  text-decoration: underline;
}

.map-action:hover {
  color: #1557b0;
}

/* Footer */
.footer {
  background: #2c1810;
  color: white;
  padding: 50px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-logo h3 {
  color: #d4af37;
  margin-bottom: 1rem;
}

.footer-logo p {
  color: #ccc;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.footer-column h4 {
  color: #d4af37;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 0.5rem;
}

.footer-column a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #d4af37;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 1rem;
  text-align: center;
  color: #999;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(2deg);
  }
  66% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Mobile Responsive Design */
@media screen and (max-width: 768px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(253, 252, 251, 0.95)
    );
    backdrop-filter: blur(20px);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    gap: 1.5rem;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu li {
    margin: 1rem 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .logo-text .logo-tagline {
    display: none;
  }

  .nav-logo {
    gap: 10px;
    height: 50px;
  }

  .logo-img {
    width: 42px;
    height: 42px;
  }

  .logo-text h2 {
    font-size: 1.5rem;
  }

  .hero-logo-img {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-description {
    font-size: 1.05rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-card {
    padding: 2.5rem 2rem;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-text h2 {
    font-size: 2.3rem;
    text-align: center;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    align-items: center;
  }

  .hours-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hero {
    background-attachment: scroll;
    background-size: cover, cover, 600px 600px, cover;
  }

  .services::before {
    background-size: 800px 800px, 100px 100px;
    opacity: 0.02;
  }

  .btn {
    padding: 15px 30px;
    min-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .nav-logo {
    gap: 8px;
    height: 45px;
  }

  .logo-img {
    width: 35px;
    height: 35px;
  }

  .logo-text h2 {
    font-size: 1.3rem;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-logo-img {
    width: 65px;
    height: 65px;
  }

  .service-card {
    padding: 2rem 1.5rem;
  }

  .btn {
    padding: 12px 25px;
    min-width: 180px;
  }

  .hours-grid {
    grid-template-columns: 1fr;
  }

  .nav-container {
    padding: 0 15px;
  }

  .logo-img {
    width: 35px;
    height: 35px;
  }

  .logo-text h2 {
    font-size: 1.3rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .hero-logo-img {
    width: 50px;
    height: 50px;
  }
}

/* Smooth scrolling and enhanced interactions */
.nav-link,
.btn {
  cursor: pointer;
}

/* Enhanced logo animations */
.logo-img,
.hero-logo-img,
.footer-logo-img {
  animation: pulse 4s ease-in-out infinite;
}

.logo-img:hover,
.footer-logo-img:hover {
  transform: scale(1.1) rotate(5deg);
  animation: none;
}

.hero-logo-img:hover {
  transform: scale(1.1);
  animation: none;
}

/* Loading animation for better UX */
.service-card,
.hours-card,
.contact-item {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.service-card:nth-child(1) {
  animation-delay: 0.1s;
}
.service-card:nth-child(2) {
  animation-delay: 0.2s;
}
.service-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Enhanced button interactions */
.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn:active::after {
  width: 300px;
  height: 300px;
}

/* Focus states for accessibility */
.nav-link:focus,
.btn:focus {
  outline: 3px solid #d4af37;
  outline-offset: 3px;
  border-radius: 5px;
}

/* Enhanced scroll effects */
.section-title {
  background-size: 200% 200%;
  animation: gradient-shift 4s ease infinite;
}

/* Touch device enhancements */
@media (hover: none) and (pointer: coarse) {
  .service-card:active {
    transform: scale(0.98);
  }

  .btn:active {
    transform: scale(0.95);
  }

  .hours-card:active {
    transform: scale(0.98);
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero {
    background: #2c1810;
  }

  .service-card {
    border: 2px solid #333;
  }

  .section-title {
    color: #2c1810;
    background: none;
    -webkit-text-fill-color: #2c1810;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-particles {
    display: none;
  }
}

/* Print styles */
@media print {
  .nav-toggle,
  .hero-particles,
  .service-card-shine {
    display: none;
  }

  .hero {
    background: white;
    color: black;
  }

  .section-title {
    color: black;
    background: none;
    -webkit-text-fill-color: black;
  }
}
