/* Ivory Dental Studio - WordPress Healthcare Theme */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #333;
    line-height: 1.6;
    background: #f5f8fa;
}

h1, h2, h3, h4 { font-family: 'Merriweather', serif; font-weight: 700; }

/* Notice Bar */
.notice-bar { background: #0066cc; color: #fff; text-align: center; padding: 12px 20px; font-size: 14px; }
.notice-container { }
.notice-bar strong { font-weight: 700; }
.notice-bar a { color: #fff; text-decoration: underline; }

/* Header */
.dental-header { background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }
.header-wrapper { max-width: 1200px; margin: 0 auto; padding: 20px; display: flex; justify-content: space-between; align-items: center; }
.logo-section { }
.dental-logo h1 { font-size: 28px; color: #0066cc; margin: 0; }
.logo-subtitle { font-size: 13px; color: #666; margin-top: 3px; }
.header-contact { display: flex; gap: 25px; align-items: center; }
.contact-item { display: flex; flex-direction: column; }
.contact-label { font-size: 11px; color: #999; text-transform: uppercase; }
.contact-value { font-size: 16px; font-weight: 700; color: #0066cc; }
.header-cta-btn { background: #0066cc; color: #fff; padding: 12px 25px; text-decoration: none; border-radius: 4px; font-weight: 700; transition: background 0.3s; }
.header-cta-btn:hover { background: #0052a3; }
.primary-nav { background: #f5f8fa; border-top: 1px solid #ddd; }
.primary-nav ul { list-style: none; display: flex; justify-content: center; gap: 0; max-width: 1200px; margin: 0 auto; }
.primary-nav a { display: block; padding: 15px 25px; text-decoration: none; color: #333; font-weight: 600; text-transform: uppercase; font-size: 13px; transition: all 0.3s; }
.primary-nav a:hover { background: #0066cc; color: #fff; }

/* Hero */
.hero-dental { background: #fff; padding: 60px 0; }
.hero-content-dental { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 0 20px; align-items: center; }
.hero-text-dental { }
.hero-main-title { font-size: 42px; color: #0066cc; margin-bottom: 20px; line-height: 1.2; }
.hero-lead { font-size: 18px; color: #666; margin-bottom: 25px; line-height: 1.7; }
.hero-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; }
.hero-badge { background: #e6f2ff; color: #0066cc; padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; display: inline-block; }
.hero-btns { display: flex; gap: 15px; }
.btn-dental-primary { background: #0066cc; color: #fff; padding: 14px 30px; text-decoration: none; border-radius: 4px; font-weight: 700; transition: background 0.3s; }
.btn-dental-primary:hover { background: #0052a3; }
.btn-dental-secondary { background: transparent; color: #0066cc; padding: 14px 30px; text-decoration: none; border-radius: 4px; border: 2px solid #0066cc; font-weight: 700; }
.hero-image-dental img { width: 100%; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }

/* Welcome Section */
.welcome-dental { background: #fff; padding: 60px 0; }
.container-dental { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.welcome-content { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.section-heading { font-size: 36px; color: #0066cc; margin-bottom: 20px; }
.welcome-intro { font-size: 18px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.why-choose { margin-top: 30px; }
.why-choose h3 { font-size: 24px; margin-bottom: 15px; }
.check-list { list-style: none; }
.check-list li { padding: 8px 0; font-size: 16px; }
.welcome-sidebar { }
.info-card { background: #f5f8fa; border: 1px solid #ddd; padding: 25px; margin-bottom: 20px; border-radius: 6px; }
.info-card h3 { font-size: 20px; margin-bottom: 15px; color: #0066cc; }
.hours-table-dental { width: 100%; font-size: 14px; }
.hours-table-dental tr { border-bottom: 1px solid #ddd; }
.hours-table-dental td { padding: 10px 0; }
.hours-table-dental td:last-child { text-align: right; font-weight: 600; }
.emergency-card { background: #fff3cd; border-color: #ffc107; }
.emergency-btn { display: block; background: #dc3545; color: #fff; padding: 12px; text-align: center; text-decoration: none; border-radius: 4px; font-weight: 700; margin-top: 15px; }

/* Services */
.services-dental { background: #f5f8fa; padding: 60px 0; }
.section-title-center { text-align: center; margin-bottom: 40px; }
.section-title-center h2 { font-size: 36px; color: #0066cc; }
.section-subtitle { color: #666; font-size: 16px; margin-top: 10px; }
.services-grid-dental { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.service-card { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 30px; transition: box-shadow 0.3s; }
.service-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.service-icon { font-size: 48px; margin-bottom: 15px; }
.service-card h3 { font-size: 22px; color: #0066cc; margin-bottom: 15px; }
.service-card > p { color: #555; margin-bottom: 15px; line-height: 1.6; }
.service-card ul { list-style: none; margin: 20px 0; }
.service-card li { padding: 5px 0; color: #666; font-size: 14px; }
.service-link { color: #0066cc; text-decoration: none; font-weight: 600; }

/* Team */
.team-dental { background: #fff; padding: 60px 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px; }
.team-member { }
.member-photo img { width: 100%; border-radius: 8px 8px 0 0; }
.member-info { padding: 25px; background: #f5f8fa; border-radius: 0 0 8px 8px; }
.member-info h3 { font-size: 22px; margin-bottom: 5px; }
.member-title { color: #0066cc; font-weight: 600; display: block; margin-bottom: 5px; font-size: 14px; }
.member-info p { color: #666; line-height: 1.6; font-size: 14px; }

/* Insurance */
.insurance-dental { background: #f5f8fa; padding: 60px 0; }
.insurance-content { }
.insurance-text h2 { font-size: 36px; color: #0066cc; margin-bottom: 20px; }
.lead-text { font-size: 18px; color: #555; line-height: 1.8; margin-bottom: 25px; }
.insurance-logos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 30px 0; }
.insurance-logo { background: #fff; border: 2px solid #ddd; padding: 20px; text-align: center; font-weight: 700; color: #0066cc; border-radius: 6px; }
.payment-options { margin-top: 40px; }
.payment-options h3 { font-size: 24px; margin-bottom: 15px; }
.payment-list { list-style: none; }
.payment-list li { padding: 8px 0; font-size: 16px; }

/* Testimonials */
.testimonials-dental { background: #fff; padding: 60px 0; }
.testimonials-grid-dental { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.testimonial-dental { background: #f5f8fa; padding: 30px; border-radius: 8px; border-left: 4px solid #0066cc; }
.rating { color: #ffc107; margin-bottom: 15px; font-size: 18px; }
.testimonial-text { color: #555; line-height: 1.7; margin-bottom: 15px; font-style: italic; }
.testimonial-author { font-weight: 700; color: #0066cc; }

/* CTA */
.cta-dental { background: #0066cc; color: #fff; text-align: center; padding: 60px 20px; }
.cta-content-dental h2 { font-size: 36px; margin-bottom: 15px; }
.cta-content-dental p { font-size: 18px; margin-bottom: 25px; }
.cta-buttons-dental { display: flex; gap: 15px; justify-content: center; }
.btn-dental-cta-primary { background: #fff; color: #0066cc; padding: 14px 30px; text-decoration: none; border-radius: 4px; font-weight: 700; transition: background 0.3s; }
.btn-dental-cta-secondary { background: transparent; color: #fff; border: 2px solid #fff; padding: 14px 30px; text-decoration: none; border-radius: 4px; font-weight: 700; }

/* Contact */
.contact-dental { background: #f5f8fa; padding: 60px 0; }
.contact-grid-dental { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info-dental h2 { font-size: 32px; margin-bottom: 30px; }
.contact-details { }
.contact-item-dental { margin-bottom: 25px; }
.contact-item-dental strong { display: block; color: #0066cc; margin-bottom: 8px; font-size: 16px; }
.btn-directions-dental { display: inline-block; background: #0066cc; color: #fff; padding: 12px 25px; text-decoration: none; border-radius: 4px; margin-top: 15px; }
.map-dental { }
.map-embed { border-radius: 8px; }

/* Footer */
.dental-footer { background: #2c3e50; color: #fff; padding: 50px 0 0; }
.footer-main-dental { }
.footer-grid-dental { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 0 20px 40px; }
.footer-col-dental h4 { font-size: 18px; margin-bottom: 20px; color: #fff; }
.footer-col-dental ul { list-style: none; }
.footer-col-dental li { margin-bottom: 10px; }
.footer-col-dental a { color: #ccc; text-decoration: none; transition: color 0.3s; }
.footer-col-dental a:hover { color: #fff; }
.footer-bottom-dental { background: #1a252f; padding: 20px; text-align: center; font-size: 13px; color: #999; }
.footer-bottom-dental a { color: #0066cc; text-decoration: none; }
