* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0a0a0a;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background: rgba(10, 10, 10, 0.5); /* Glassmorphism effect */
  backdrop-filter: blur(10px);
}

/* Navigation */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 15px 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.nav-logo {
  height: 40px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #d4af37;
}

/* Hero Section */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
  position: relative;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.5); /* Glassmorphism effect */
  backdrop-filter: blur(10px);
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/drwprime-faceside.png') center center/cover no-repeat;
  opacity: 0.10;
  z-index: 0;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.05) 50%, transparent 70%);
}

.hero-content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: #e8e8e8;
  font-weight: 300;
  line-height: 1.7;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #c8c8c8;
  line-height: 1.8;
}

.cta-primary {
  display: inline-block;
  background: linear-gradient(45deg, #d4af37, #f4d03f);
  color: #0a0a0a;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}

/* Stats Section */
.stats {
  padding: 80px 20px;
  background: #111;
}

.stats-grid {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  text-align: center;
  justify-content: center;
}

.stat-item {
  min-width: 120px;
  padding: 16px 10px;
  border: 1px solid #333;
  border-radius: 15px;
  background: rgba(212, 175, 55, 0.05);
  transition: transform 0.3s;
  background: rgba(20, 20, 20, 0.35); /* Glassmorphism effect */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
}

.stat-item:hover {
  transform: translateY(-5px);
  border-color: #d4af37;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.stat-label {
  font-size: 0.9rem;
  color: #ccc;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Excellence Section */
.excellence {
  padding: 80px 20px;
  background: #0a0a0a;
  text-align: center;
  width: 100vw;
  max-width: none;
  margin: 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.excellence-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #e8e8e8;
  font-weight: 300;
}

/* Treatments Section */
.treatments {
  padding: 80px 20px;
  background: #111;
  text-align: center;
}

.treatments-grid {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  margin-top: 32px;
  justify-content: center;
}

.treatment-card {
  min-width: 180px;
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid #333;
  border-radius: 20px;
  padding: 18px 10px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(20, 20, 20, 0.35); /* Glassmorphism effect */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
}

.treatment-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.2);
}

.treatment-card h3 {
  color: #d4af37;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.treatment-card p {
  color: #ccc;
  margin-bottom: 25px;
  line-height: 1.6;
}

.btn-discover {
  display: inline-block;
  border: 1px solid #d4af37;
  color: #d4af37;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-discover:hover {
  background: #d4af37;
  color: #0a0a0a;
}

/* Gallery Section */
.gallery {
  padding: 80px 20px;
  background: #0a0a0a;
  text-align: center;
}

.gallery-grid {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  margin-top: 32px;
  justify-content: center;
}

.gallery-grid img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d4af37;
  background: rgba(20,20,20,0.35);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  margin: 0 auto;
  display: block;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease, border 0.3s;
}

.gallery-grid img:hover {
  border-color: #fffbe6;
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(212,175,55,0.18);
}

/* Society Section */
.society {
  padding: 80px 20px;
  background: #111;
  text-align: center;
}

.society-subtitle {
  font-size: 1.8rem;
  color: #d4af37;
  margin-bottom: 25px;
  font-weight: 600;
}

.society-description {
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
  color: #e8e8e8;
  line-height: 1.7;
}

.society-features {
  max-width: 1000px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.feature-item {
  background: rgba(20,20,20,0.35);
  padding: 30px 20px;
  border-radius: 15px;
  border: 1.5px solid #d4af37;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.feature-item h4 {
  color: #d4af37;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.feature-item p {
  color: #ccc;
  font-size: 0.95rem;
}

/* Values Section */
.values {
  padding: 80px 20px;
  background: #0a0a0a;
  text-align: center;
}

.values-grid {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  margin-top: 32px;
  justify-content: center;
}

.value-item {
  min-width: 140px;
  padding: 16px 10px;
  border-left: 4px solid #d4af37;
  background: rgba(20,20,20,0.35);
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.value-item h3 {
  color: #d4af37;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.value-item p {
  color: #ccc;
  font-size: 0.95rem;
}

/* Testimonials Section */
.testimonials {
  padding: 80px 20px;
  background: #111;
  text-align: center;
}

.testimonials-subtitle {
  font-size: 1.3rem;
  color: #ccc;
  margin-bottom: 50px;
}

.testimonials-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-item {
  background: rgba(20,20,20,0.35);
  padding: 40px 30px;
  border-radius: 15px;
  border: 1.5px solid #d4af37;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.testimonial-item p {
  font-style: italic;
  color: #e8e8e8;
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.testimonial-author {
  color: #d4af37;
  font-weight: 500;
  font-size: 0.95rem;
}

/* Contact Section */
.contact {
  padding: 80px 20px;
  background: #0a0a0a;
}

.contact-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
}

.contact-info h3 {
  color: #d4af37;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.contact-info p {
  color: #ccc;
  margin-bottom: 15px;
  line-height: 1.6;
}

.contact-socials {
  margin-top: 30px;
}

.social-link {
  display: inline-block;
  margin-right: 20px;
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.social-link:hover {
  color: #f4d03f;
}

.contact-form {
  background: rgba(20,20,20,0.35);
  padding: 40px;
  border-radius: 20px;
  border: 1.5px solid #d4af37;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333;
  border-radius: 10px;
  color: #fff;
  font-size: 0.95rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.btn-submit {
  width: 100%;
  background: linear-gradient(45deg, #d4af37, #f4d03f);
  color: #0a0a0a;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.3s;
}

.btn-submit:hover {
  transform: translateY(-2px);
}

/* Footer */
footer {
  background: #111;
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #333;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(20, 20, 20, 0.35); /* Glassmorphism effect */
  border-radius: 18px;
  border: 1.5px solid #d4af37;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
  padding: 24px 0 8px 0;
}

.footer-logo {
  height: 60px;
  margin-bottom: 20px;
}

footer p {
  color: #ccc;
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
