/* =========================================
   Danli Dent: SCREENSHOT HERO + MODERN BODY
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
  /* SCREENSHOT EXACT COLORS */
  --teal-primary: #6ccfc3; 
  --teal-accent: #4ae0b8;
  --text-white: #ffffff;
  --bg-gray: #f3f4f4;
  
  /* Modern styling variables */
  --c-teal: #6ccfc3;
  --c-teal-bright: #4ae0b8;
  --c-gold: #b1a376;
  --c-blue: #106ab0;
  
  /* Modern Neutrals */
  --c-light: #f8fafc;
  --c-white: #ffffff;
  --c-dark: #1e293b;
  --c-text: #475569;
  
  --radius: 16px;
  --shadow-sm: 0 4px 6px -1px rgba(0,0,0,0.05);
  --shadow-md: 0 10px 30px -5px rgba(108, 207, 195, 0.2);
  --shadow-float: 0 20px 40px -10px rgba(0,0,0,0.1);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  
  --font-main: 'Open Sans', sans-serif;
  --font-modern: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-modern); color: var(--c-text); background: var(--c-light); line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; }
.text-center { text-align: center; }
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.mb-60 { margin-bottom: 60px; }
.bg-gray { background-color: #f1f5f9; }


/* =================================================================
   PART 1: SCREENSHOT-EXACT HEADER & HERO
================================================================= */
.header { background-color: var(--teal-primary); width: 100%; color: var(--text-white); padding: 15px 0; position: relative; z-index: 10; font-family: var(--font-main); transition: padding 0.3s; }
.header.scrolled { position: fixed; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 5px 0; }
.header-container { display: flex; align-items: center; justify-content: space-between; }

.logo { display: flex; align-items: center; gap: 15px; }
.logo-icon { width: 55px; height: 55px; border: 2px dashed rgba(255,255,255,0.8); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff;}
.logo-text { font-size: 32px; font-weight: 700; letter-spacing: -0.5px; text-shadow: 0 2px 4px rgba(0,0,0,0.05); }

.nav { flex: 1; display: flex; justify-content: center; }
.nav-list { list-style: none; display: flex; gap: 40px; margin-left: -50px; }
.nav-item { position: relative; }
.nav-link { color: var(--text-white); font-size: 15px; font-weight: 400; text-transform: none; letter-spacing: normal;}
.nav-item.active::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background-color: var(--text-white); border-radius: 50%; }

.header-search { font-size: 18px; cursor: pointer; }

/* HERO (SCREENSHOT FORMAT) */
.hero-wrapper { background-color: #ffffff; width: 100%; font-family: var(--font-main); }
.hero-slider-container { max-width: 1400px; margin: 0 auto; position: relative; }
.hero-slide { background-color: #eaeaea; width: 100%; height: 600px; position: relative; display: flex; align-items: center; overflow: hidden; }

.hero-left { flex: 1; padding-left: 80px; position: relative; z-index: 2; margin-top: -60px; }
.hero-subtitle { font-size: 42px; font-weight: 300; color: var(--teal-primary); margin-bottom: -5px; }
.hero-title { font-size: 80px; font-weight: 700; color: var(--text-white); text-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 25px; line-height: 1; letter-spacing: -1px; }

.hero-icon { width: 75px; height: 75px; border: 1px solid var(--teal-primary); border-radius: 50% 50% 50% 0; display: flex; justify-content: center; align-items: center; margin-bottom: 35px; }

.btn-hero { background: linear-gradient(90deg, #74ccc2 0%, #52b7ba 100%); color: var(--text-white); padding: 16px 28px; border-radius: 3px; font-size: 15px; font-weight: 600; box-shadow: 0 12px 25px rgba(90, 195, 189, 0.4); display: inline-flex; align-items: center; border: none; cursor: pointer; }

.hero-right { position: absolute; right: 5%; bottom: 0; height: 95%; z-index: 1; }
.hero-img { height: 100%; width: auto; object-fit: contain; object-position: bottom; }
.hero-slider-dot { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background-color: var(--teal-accent); z-index: 3; }

/* TEAL INFO BLOCK */
.hero-info-block { position: relative; z-index: 5; margin-top: -100px; display: flex; font-family: var(--font-main); }
.info-bg { background-color: var(--teal-accent); width: 75%; padding: 35px 80px 35px 80px; color: var(--text-white); display: flex; flex-direction: column; justify-content: center; box-shadow: 0 15px 40px rgba(74, 224, 184, 0.35); }
.info-title { font-size: 26px; font-weight: 400; margin-bottom: 12px; color: #fff;}
.info-title strong { font-weight: 700; color: #fff;}
.info-text { font-size: 14px; line-height: 1.6; font-weight: 400; color: #fff; margin-bottom:0;}


/* =================================================================
   PART 2: MODERN STYLE FOR SERVICES, TEAM, REVIEWS, FOOTER
================================================================= */

/* Section Headers Modern */
.section-title { font-family: 'Playfair Display', serif; font-size: 42px; color: var(--c-gold); margin-bottom: 16px; font-style: italic; }
.title-divider { width: 60px; height: 3px; background: var(--c-teal); margin: 0 auto 20px; border-radius: 2px; }
.section-subtitle { font-size: 16px; color: var(--c-text); max-width: 600px; margin: 0 auto; }

/* Services Grid Modern */
.services-modern { background: #fff; }
.services-grid-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { background: var(--c-white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); }
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); }
.service-img { position: relative; height: 220px; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .service-img img { transform: scale(1.05); }
.service-overlay { position: absolute; inset: 0; background: rgba(108, 207, 195, 0.2); display: flex; justify-content: center; align-items: center; opacity: 0; transition: var(--transition); }
.service-card:hover .service-overlay { opacity: 1; }
.btn-circle { width: 50px; height: 50px; border-radius: 50%; background: var(--c-teal-bright); color: white; display: flex; justify-content: center; align-items: center; font-size: 18px; transform: translateY(20px); transition: var(--transition); }
.service-card:hover .btn-circle { transform: translateY(0); }
.service-body { padding: 30px 24px; text-align: center; border-top: 3px solid var(--c-teal); }
.service-body h3 { font-size: 20px; color: var(--c-dark); margin-bottom: 10px; font-weight: 700; }
.service-body p { font-size: 14px; color: var(--c-text); margin-bottom: 0; }

/* Doctors Grid Modern */
.doctors-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 900px; margin: 0 auto; }
.doc-card { background: var(--c-white); border-radius: var(--radius); padding: 40px; text-align: center; box-shadow: var(--shadow-sm); transition: var(--transition); }
.doc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.doc-avatar-wrap { position: relative; width: 180px; height: 180px; margin: 0 auto 24px; }
.doc-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 4px solid var(--c-white); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.doc-icon { position: absolute; bottom: 0; right: 0; width: 45px; height: 45px; border-radius: 50%; background: var(--c-gold); color: white; display: flex; justify-content: center; align-items: center; font-size: 18px; border: 3px solid var(--c-white); }
.doc-name { font-size: 22px; color: var(--c-blue); font-weight: 800; margin-bottom: 5px; }
.doc-role { display: inline-block; padding: 4px 12px; background: rgba(108,207,195,0.15); color: var(--c-teal); border-radius: 20px; font-size: 12px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; }
.doc-desc { font-size: 14px; line-height: 1.6; color: var(--c-text); margin-bottom: 0;}

/* Reviews Modern */
.reviews-modern { background: #fff; }
.reviews-masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.review-box { background: var(--c-light); padding: 30px; border-radius: var(--radius); box-shadow: var(--shadow-sm); border-top: 4px solid var(--c-teal-bright); }
.review-stars { color: var(--c-gold); font-size: 14px; margin-bottom: 16px; display: flex; gap: 4px; }
.review-box p { font-size: 15px; font-style: italic; margin-bottom: 24px; color: var(--c-text); line-height: 1.7; }
.reviewer-meta { display: flex; align-items: center; gap: 16px; }
.reviewer-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.reviewer-info strong { display: block; font-size: 15px; color: var(--c-dark); }
.reviewer-info span { font-size: 13px; color: var(--c-teal); }

/* Footer Modern Blue */
.footer-modern { background: var(--c-blue); color: #fff; padding: 80px 0 0; }
.footer-grid-modern { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 40px; margin-bottom: 60px; }
.footer-logo { color: var(--c-white); margin-bottom: 20px; display: flex; align-items: center; gap: 12px;}
.footer-logo .logo-circle { width: 44px; height: 44px; border: 2px dashed rgba(255,255,255,0.8); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 20px; color: var(--c-white); }
.footer-desc { color: rgba(255,255,255,0.7); font-size: 15px; max-width: 320px; }
.footer-title { font-size: 18px; font-weight: 600; margin-bottom: 24px; color: var(--c-white); letter-spacing: 1px; }

.footer-links { display: flex; flex-direction: column; gap: 16px; }
.footer-links a { color: rgba(255,255,255,0.7); font-weight: 500; font-size: 15px; }
.footer-links a:hover { color: var(--c-teal-bright); transform: translateX(5px); }

.contact-list { display: flex; flex-direction: column; gap: 16px; color: rgba(255,255,255,0.7); font-size: 15px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list i { color: var(--c-teal-bright); font-size: 18px; margin-top: 4px; width: 20px; }

.footer-bottom-modern { border-top: 1px solid rgba(255,255,255,0.1); padding: 30px 0; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,0.5); font-size: 14px; }
.footer-social { display: flex; gap: 16px; }
.social-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; justify-content: center; align-items: center; color: var(--c-white); }
.social-icon:hover { background: var(--c-teal-bright); color: var(--c-dark); transform: translateY(-3px); }

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero-title { font-size: 52px; }
  .info-bg { width: 85%; }
  .services-grid-modern { grid-template-columns: repeat(2, 1fr); }
  .reviews-masonry { grid-template-columns: repeat(2, 1fr); }
  .footer-grid-modern { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-left { padding-left: 20px; }
  .hero-title { font-size: 42px; }
  .nav-list { display: none; }
  .hero-right { opacity: 0.3; right: -20px; }
  .info-bg { width: 100%; }
  .services-grid-modern, .doctors-cards-grid, .reviews-masonry, .footer-grid-modern { grid-template-columns: 1fr; }
  .footer-grid-modern { text-align: center; }
  .footer-logo { justify-content: center;}
  .contact-list li { justify-content: center; }
  .footer-bottom-modern { flex-direction: column; }
}
