/*
Theme Name: Barber Shop
Theme URI: https://example.com
Author: Your Barbershop
Author URI: https://example.com
Description: Ek modern, responsive one-page WordPress theme jo barber shop / salon kay liye design ki gayi hai. Services, gallery, testimonials aur contact section shamil hain.
Version: 1.0
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barbershop
*/

/* ===== Reset & Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --charcoal: #1a1a1a;
  --charcoal-light: #262626;
  --gold: #c9a24b;
  --gold-light: #e0c078;
  --red: #a8222f;
  --red-light: #c53040;
  --cream: #f5f0e6;
  --text-light: #ece7dc;
  --radius: 6px;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }
.section-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}
.section-title { font-size: 34px; margin-bottom: 20px; }
.section-title.center, .section-label.center { text-align: center; }
.section-intro { max-width: 620px; margin: 0 auto 50px; text-align: center; color: #555; font-size: 17px; }

.btn {
  display: inline-block;
  padding: 14px 34px;
  background: var(--gold);
  color: var(--charcoal);
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: var(--radius);
  transition: background 0.25s ease, transform 0.25s ease;
}
.btn:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn.outline {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
}
.btn.outline:hover { background: var(--gold); color: var(--charcoal); }

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: rgba(26,26,26,0.95);
  padding: 18px 0;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; }
.site-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-title span { color: var(--text-light); }
.main-navigation ul { display: flex; gap: 32px; }
.main-navigation a {
  color: var(--text-light);
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.main-navigation a:hover { color: var(--gold); }
.menu-toggle { display: none; background: none; border: none; color: var(--gold); font-size: 26px; cursor: pointer; }

/* ===== Hero ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(15,15,15,0.75), rgba(15,15,15,0.75)),
              url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?w=1600&q=80') center/cover no-repeat;
  color: var(--text-light);
  text-align: center;
}
.hero .container { width: 100%; }
.hero-eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: 4px; font-size: 14px; margin-bottom: 18px; font-family: Arial, sans-serif; }
.hero-eyebrow .flag { color: var(--red-light); }
.hero h1 { font-size: 58px; margin-bottom: 20px; line-height: 1.15; }
.hero p { font-size: 18px; max-width: 520px; margin: 0 auto 34px; color: #d8d2c4; }
.hero-buttons { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ===== About ===== */
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about img { border-radius: var(--radius); }
.about-text .section-label, .about-text .section-title { text-align: left; }
.about-text p { color: #555; margin-bottom: 16px; }
.about-stats { display: flex; gap: 40px; margin-top: 30px; }
.about-stats div strong { display: block; font-size: 30px; color: var(--gold); font-family: Arial, sans-serif; }
.about-stats div span { font-size: 13px; color: #777; text-transform: uppercase; letter-spacing: 1px; }

/* ===== Services ===== */
.services { background: var(--charcoal); color: var(--text-light); }
.services .section-label, .services .section-title { color: var(--gold); }
.services .section-title { color: var(--text-light); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card {
  background: var(--charcoal-light);
  padding: 36px 28px;
  border-radius: var(--radius);
  border: 1px solid #3a3a3a;
  transition: border 0.25s ease, transform 0.25s ease;
}
.service-card:hover { border-color: var(--gold); transform: translateY(-6px); }
.service-card h3 { font-size: 20px; margin-bottom: 10px; }
.service-card .price { color: var(--gold); font-family: Arial, sans-serif; font-weight: 700; font-size: 20px; margin: 14px 0; }
.service-card p { color: #bcb6a8; font-size: 15px; }
.service-card .icon { color: var(--red-light); font-size: 26px; margin-bottom: 14px; }
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.14);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #d6d0c2;
}
.price-list li:last-child { border-bottom: none; }
.price-list li .val { color: var(--gold); font-weight: 700; white-space: nowrap; margin-left: 12px; }

/* ===== Gallery ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-grid img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius); }

/* ===== Testimonials ===== */
.testimonials { background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testimonial-card {
  background: #fff;
  padding: 34px 28px;
  border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}
.testimonial-card .stars { color: var(--gold); margin-bottom: 14px; font-size: 15px; }
.testimonial-card p { color: #555; font-style: italic; margin-bottom: 18px; }
.testimonial-card .author { font-family: Arial, sans-serif; font-weight: 700; font-size: 14px; }

/* ===== Booking / Contact ===== */
.contact { background: var(--charcoal); color: var(--text-light); }
.contact .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info h2 { color: var(--text-light); font-size: 30px; margin-bottom: 20px; }
.contact-info p { color: #bcb6a8; margin-bottom: 24px; }
.contact-info ul li { margin-bottom: 14px; font-family: Arial, sans-serif; font-size: 15px; }
.contact-info ul li strong { color: var(--gold); display: inline-block; width: 110px; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-family: Arial, sans-serif; font-size: 14px; }
.hours-table td { padding: 6px 0; color: #bcb6a8; border-bottom: 1px solid #333; }
.hours-table td:last-child { text-align: right; color: var(--gold-light); }
.map-embed { border-radius: var(--radius); overflow: hidden; margin-top: 24px; border: 1px solid #3a3a3a; }
.map-embed iframe { width: 100%; height: 220px; border: 0; display: block; }
.contact-form { background: var(--charcoal-light); padding: 36px; border-radius: var(--radius); }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  margin-bottom: 16px;
  background: #1f1f1f;
  border: 1px solid #3a3a3a;
  color: var(--text-light);
  border-radius: var(--radius);
  font-family: Arial, sans-serif;
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .btn { width: 100%; text-align: center; border: none; cursor: pointer; }

/* ===== Footer ===== */
.site-footer { background: #111; color: #8a8578; padding: 40px 0; text-align: center; font-size: 14px; font-family: Arial, sans-serif; }
.site-footer .social { display: flex; justify-content: center; gap: 20px; margin-bottom: 16px; }
.site-footer .social a { color: var(--gold); font-weight: 700; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .about .container, .contact .container { grid-template-columns: 1fr; }
  .service-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 42px; }
}
@media (max-width: 640px) {
  .main-navigation { display: none; }
  .menu-toggle { display: block; }
  .service-grid, .testimonial-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
  .section { padding: 60px 0; }
}
