.zolo-header-area,.zolo-topbar,.pagetitle_parallax_section,.page-title-section,.zolo-footer-area,.zolo-footer,.site-footer,footer,.sidebar,.widget-area,#secondary,.pswp,.pswp__bg,.pswp__ui,.pswp__scroll-wrap{display:none!important}.zolo-container,.layout_design,#primary,.content-area,#content,.site-content,.entry-content,.wpb_wrapper,.vc_column-inner,.vc_row,.wpb_column{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;float:none!important}body .site_layout{padding-top:0!important;margin-top:0!important;width:100%!important;overflow-x:hidden!important}.entry-content{padding:0!important;margin:0!important}.entry-content p:empty{display:none!important;margin:0!important;padding:0!important}
 /* ========== RESET & BASE ========== */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif; color: #2d2d2d; background: #FDF8F0; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; } img { max-width: 100%; height: auto; display: block; } a { text-decoration: none; color: inherit; } /* ========== TYPOGRAPHY ========== */ .serif { font-family: Georgia, 'Times New Roman', serif; } .section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; } .section-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.75rem, 5vw, 2.75rem); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 1rem; } .section-subtitle { font-size: 1.05rem; color: #666; max-width: 560px; line-height: 1.7; } /* ========== COLORS ========== */ :root { --navy: #0E4D45; --navy-deep: #0a3a34; --blue: #14746f; --teal: #2fbaa3; --teal-dark: #27a08c; --gold: #C79A3B; --gold-dark: #a67f2b; --wa-green: #25D366; --cream: #FDF8F0; --warm-white: #FEFCF9; --warm-gray: #f5f0ea; } /* ========== FLOATING HEADER ========== */ .header { position: fixed; top: 0.6rem; left: 0; right: 0; z-index: 1000; display: flex; justify-content: center; padding: 0 0.75rem; pointer-events: none; } .header-inner { pointer-events: auto; position: relative; width: 100%; max-width: 1180px; background: var(--warm-white); border-radius: 60px; box-shadow: 0 6px 24px rgba(14,77,69,0.10), 0 1px 3px rgba(14,77,69,0.06); padding: 0.5rem 0.6rem 0.5rem 1.3rem; display: flex; align-items: center; gap: 1rem; transition: box-shadow 0.3s ease; } .header-logo { flex: 1 1 0; display: flex; align-items: center; } .header-logo img { height: 34px; width: auto; display: block; } .header-nav { display: none; align-items: center; gap: 2.2rem; flex: 0 0 auto; } .header-nav a { color: var(--navy); font-size: 0.98rem; font-weight: 500; letter-spacing: 0.2px; transition: color 0.2s; } .header-nav a:hover { color: var(--teal); } .header-right { flex: 1 1 0; display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; } .header-book-btn { background: var(--teal); color: white; font-size: 0.9rem; font-weight: 700; padding: 0.7rem 1.5rem; border-radius: 50px; letter-spacing: 0.3px; white-space: nowrap; transition: background 0.2s, transform 0.2s; } .header-book-btn:hover { background: var(--teal-dark); transform: translateY(-1px); } .header-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 42px; height: 42px; border: none; background: transparent; cursor: pointer; padding: 0; } .header-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; } .mobile-menu { position: absolute; top: calc(100% + 0.5rem); left: 0; right: 0; background: var(--warm-white); border-radius: 18px; box-shadow: 0 10px 30px rgba(14,77,69,0.15); padding: 0.6rem; display: none; flex-direction: column; } .mobile-menu.open { display: flex; } .mobile-menu a { color: var(--navy); font-size: 1rem; font-weight: 500; padding: 0.85rem 1rem; border-radius: 10px; transition: background 0.2s; } .mobile-menu a:hover { background: var(--warm-gray); } /* ========== HERO ========== */ .hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; background: linear-gradient(180deg, rgba(8,45,40,0.90) 0%, rgba(11,58,52,0.82) 48%, rgba(9,50,45,0.88) 100%), url('https://northdelhidentalclinic.com/wp-content/uploads/2026/07/nddc-home-hero.jpg') 70% 30% / cover no-repeat; overflow: hidden; padding: 6rem 1.5rem 3rem; } .hero::before { content: ''; position: absolute; top: -50%; right: -30%; width: 80vw; height: 80vw; background: radial-gradient(circle, rgba(47,186,163,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, var(--cream), transparent); pointer-events: none; } .hero-content { position: relative; z-index: 2; max-width: 700px; width: 100%; margin: 0; } .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 50px; padding: 0.4rem 1rem; margin-bottom: 1.5rem; backdrop-filter: blur(8px); } .hero-badge-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 1px; } .hero-badge-text { color: rgba(255,255,255,0.9); font-size: 0.78rem; font-weight: 500; } .hero-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 7vw, 3.5rem); font-weight: 700; color: white; line-height: 1.15; margin-bottom: 0.5rem; } .hero-title .accent { color: var(--teal); position: relative; } .hero-tagline { font-size: clamp(1rem, 3vw, 1.2rem); color: rgba(255,255,255,0.75); margin-bottom: 2rem; max-width: 480px; line-height: 1.6; } .hero-ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2.5rem; } .btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--teal); color: white; font-size: 1rem; font-weight: 700; padding: 0.9rem 1.75rem; border-radius: 10px; transition: all 0.2s; border: none; cursor: pointer; } .btn-primary:hover { background: var(--teal-dark); transform: translateY(-1px); } .btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: white; font-size: 1rem; font-weight: 600; padding: 0.9rem 1.75rem; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.2s; cursor: pointer; } .btn-secondary:hover { border-color: white; background: rgba(255,255,255,0.05); } .hero-doctor-card { display: flex; align-items: center; gap: 1rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 0.9rem 1.1rem; backdrop-filter: blur(10px); max-width: 400px; } .hero-doctor-img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; border: 2px solid rgba(255,255,255,0.2); } .hero-doctor-info h4 { color: white; font-size: 0.95rem; font-weight: 700; margin-bottom: 0.15rem; } .hero-doctor-info p { color: rgba(255,255,255,0.6); font-size: 0.75rem; line-height: 1.4; } /* ========== TRUST STRIP ========== */ .trust-strip { background: white; padding: 2rem 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; text-align: center; border-bottom: 1px solid #eee; position: relative; z-index: 3; } .trust-item { padding: 0.75rem 0.25rem; } .trust-icon { font-size: 1.5rem; margin-bottom: 0.35rem; } .trust-number { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; color: var(--navy); line-height: 1.2; } .trust-label { font-size: 0.65rem; color: #888; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-top: 0.15rem; } /* ========== SERVICES ========== */ .services { padding: 4rem 1.5rem; max-width: 900px; margin: 0 auto; } .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; } .service-card { background: white; border-radius: 16px; padding: 1.5rem 1.25rem; border: 1px solid #f0ebe4; transition: all 0.25s ease; cursor: pointer; position: relative; overflow: hidden; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; } .service-card:hover::before { transform: scaleX(1); } .service-card:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(47,186,163,0.1); } .service-icon { width: 44px; height: 44px; background: linear-gradient(135deg, rgba(47,186,163,0.1), rgba(47,186,163,0.05)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 0.85rem; } .service-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 0.35rem; } .service-card p { font-size: 0.8rem; color: #888; line-height: 1.5; } .service-card .arrow { position: absolute; top: 1.25rem; right: 1.25rem; color: #ccc; font-size: 0.85rem; transition: all 0.2s; } .service-card:hover .arrow { color: var(--teal); transform: translateX(2px); } /* ========== DOCTOR SECTION ========== */ .doctor { padding: 4rem 1.5rem; background: white; } .doctor-inner { max-width: 900px; margin: 0 auto; } .doctor-card { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); border-radius: 20px; padding: 2.5rem 1.75rem; overflow: hidden; position: relative; } .doctor-card::before { content: ''; position: absolute; top: -40%; right: -20%; width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(47,186,163,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .doctor-photo-wrapper { text-align: center; margin-bottom: 1.5rem; position: relative; z-index: 1; } .doctor-photo { width: 140px; height: 140px; border-radius: 20px; object-fit: cover; border: 3px solid rgba(255,255,255,0.15); margin: 0 auto; } .doctor-info { text-align: center; position: relative; z-index: 1; } .doctor-info h2 { font-family: Georgia, serif; font-size: 1.5rem; color: white; font-weight: 700; margin-bottom: 0.25rem; } .doctor-info .subtitle { color: var(--teal); font-size: 0.85rem; font-weight: 600; margin-bottom: 1.25rem; } .doctor-info .bio { color: rgba(255,255,255,0.75); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.5rem; max-width: 500px; margin-left: auto; margin-right: auto; } .credential-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; } .credential-tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); font-size: 0.72rem; font-weight: 600; padding: 0.4rem 0.85rem; border-radius: 50px; letter-spacing: 0.3px; } /* ========== REVIEWS ========== */ .reviews { padding: 4rem 1.5rem; max-width: 900px; margin: 0 auto; } .reviews-grid { display: flex; gap: 1rem; margin-top: 2rem; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-width: none; } .reviews-grid::-webkit-scrollbar { display: none; } .review-card { flex: 0 0 85%; scroll-snap-align: start; background: white; border-radius: 16px; padding: 1.5rem; border: 1px solid #f0ebe4; } .review-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; } .review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--navy)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 0.9rem; } .review-name { font-weight: 700; font-size: 0.9rem; color: var(--navy); } .review-stars { color: var(--gold); font-size: 0.75rem; letter-spacing: 1px; } .review-text { font-size: 0.88rem; color: #555; line-height: 1.65; font-style: italic; } .review-source { margin-top: 0.75rem; font-size: 0.7rem; color: #aaa; font-weight: 600; } /* ========== RESULTS / BEFORE-AFTER ========== */ .results { padding: 4rem 1.5rem; background: white; } .results-inner { max-width: 900px; margin: 0 auto; } .results-scroll { display: flex; gap: 1rem; margin-top: 2rem; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-width: none; } .results-scroll::-webkit-scrollbar { display: none; } .result-card { flex: 0 0 75%; scroll-snap-align: start; border-radius: 16px; overflow: hidden; border: 1px solid #f0ebe4; } .result-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; } .result-card .caption { padding: 1rem; background: white; font-size: 1.05rem; text-align: center; color: var(--navy); font-weight: 700; } /* ========== LOCATION ========== */ .location { padding: 4rem 1.5rem; max-width: 900px; margin: 0 auto; } .location-card { background: white; border-radius: 20px; overflow: hidden; border: 1px solid #f0ebe4; } .location-map { width: 100%; height: 220px; border: none; } .location-info { padding: 1.75rem; } .location-info h3 { font-family: Georgia, serif; font-size: 1.15rem; color: var(--navy); margin-bottom: 1rem; } .location-detail { display: flex; gap: 0.75rem; margin-bottom: 0.85rem; align-items: flex-start; } .location-detail .icon { width: 32px; height: 32px; background: rgba(47,186,163,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; } .location-detail .text { font-size: 0.88rem; color: #555; line-height: 1.5; } .location-detail .text strong { color: var(--navy); display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 0.1rem; } /* ========== FINAL CTA ========== */ .final-cta { padding: 4rem 1.5rem 8rem; text-align: center; } .final-cta-card { background: linear-gradient(135deg, var(--navy), var(--blue)); border-radius: 24px; padding: 3rem 1.75rem; max-width: 600px; margin: 0 auto; position: relative; overflow: hidden; } .final-cta-card::before { content: ''; position: absolute; bottom: -30%; left: -20%; width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(47,186,163,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .final-cta-card h2 { font-family: Georgia, serif; font-size: clamp(1.5rem, 5vw, 2rem); color: white; margin-bottom: 0.75rem; position: relative; } .final-cta-card p { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 1.75rem; position: relative; } .final-cta-buttons { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; position: relative; } .cta-call-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: white; color: var(--navy); font-weight: 700; font-size: 1rem; padding: 0.9rem 2rem; border-radius: 12px; width: 100%; max-width: 300px; justify-content: center; transition: all 0.2s; } .cta-call-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(0,0,0,0.2); } .cta-wa-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--wa-green); color: white; font-weight: 700; font-size: 1rem; padding: 0.9rem 2rem; border-radius: 12px; width: 100%; max-width: 300px; justify-content: center; transition: all 0.2s; } .cta-wa-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(37,211,102,0.3); } /* ========== FLOATING WHATSAPP ========== */ .whatsapp-float { position: fixed; bottom: 90px; right: 20px; z-index: 999; width: 56px; height: 56px; background: var(--wa-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); animation: pulse-wa 2s infinite; transition: transform 0.2s; } .whatsapp-float:hover { transform: scale(1.1); } .whatsapp-float svg { width: 28px; height: 28px; fill: white; } @keyframes pulse-wa { 0% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 30px rgba(37,211,102,0.6), 0 0 0 8px rgba(37,211,102,0.1); } 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } } /* ========== STICKY BOTTOM CTA BAR (MOBILE) ========== */ .bottom-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1001; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -4px 20px rgba(14,77,69,0.14); padding-bottom: env(safe-area-inset-bottom); } .bottom-bar a { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.95rem 0; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.3px; transition: opacity 0.2s; } .bottom-bar a:active { opacity: 0.85; } .bottom-bar a svg { width: 20px; height: 20px; flex-shrink: 0; } .bottom-bar .bb-call { color: #fff; background: var(--navy); } .bottom-bar .bb-call svg { stroke: #fff; } .bottom-bar .bb-wa { color: #fff; background: var(--wa-green); } .bottom-bar .bb-wa svg { fill: #fff; } /* leave room for the fixed bar + hide the redundant floating WhatsApp on mobile */ @media (max-width: 767px) { body { padding-bottom: 62px; } .whatsapp-float { display: none; } } /* ========== SCROLL ANIMATIONS ========== */ .fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; } .fade-up.visible { opacity: 1; transform: translateY(0); } /* ========== NAV: DESKTOP ========== */ @media (min-width: 900px) { .header-nav { display: flex; } .header-toggle { display: none; } .mobile-menu { display: none !important; } } /* ========== DESKTOP ADJUSTMENTS ========== */ @media (min-width: 768px) { .hero { padding: 8rem 3rem 5rem; background: linear-gradient(90deg, rgba(8,45,40,0.93) 0%, rgba(11,58,52,0.80) 32%, rgba(14,77,69,0.46) 60%, rgba(20,98,88,0.18) 100%), url('https://northdelhidentalclinic.com/wp-content/uploads/2026/07/nddc-home-hero.jpg') 85% center / cover no-repeat; } .hero-content { max-width: 1100px; } .hero-title { font-size: 3.5rem; } .trust-strip { max-width: 800px; margin: 0 auto; padding: 2.5rem 2rem; border-radius: 16px; margin-top: -2rem; position: relative; z-index: 5; box-shadow: 0 4px 30px rgba(0,0,0,0.06); } .services-grid { grid-template-columns: repeat(3, 1fr); } .doctor-card { display: flex; align-items: center; gap: 3rem; padding: 3rem; } .doctor-photo-wrapper { margin-bottom: 0; } .doctor-photo { width: 180px; height: 180px; } .doctor-info { text-align: left; } .credential-tags { justify-content: flex-start; } .review-card { flex: 0 0 340px; } .result-card { flex: 0 0 260px; } .bottom-bar { display: none; } .whatsapp-float { bottom: 30px; } .final-cta { padding-bottom: 4rem; } .final-cta-buttons { flex-direction: row; justify-content: center; } .location-map { height: 300px; } } @media (min-width: 1024px) { .hero-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; } .hero-right { display: block; } } /* ========== TRUST PILLS (OVAL) ========== */ .trust-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; max-width: 920px; margin: 0 auto; padding: 2.25rem 1.25rem 0.75rem; } .trust-pills .pill { display: inline-flex; align-items: center; gap: 0.45rem; background: var(--warm-white); border: 1px solid rgba(14,77,69,0.08); box-shadow: 0 2px 12px rgba(14,77,69,0.05); border-radius: 50px; padding: 0.62rem 1.25rem; font-size: 0.9rem; font-weight: 500; color: var(--navy); white-space: nowrap; } .trust-pills .pill strong { color: var(--teal); font-weight: 800; } /* ========== FAQ ========== */ .faq { padding: 4rem 1.5rem; background: var(--warm-gray); } .faq-inner { max-width: 1100px; margin: 0 auto; } .faq-intro { margin-bottom: 2rem; } .faq-item { border-bottom: 1px solid rgba(14,77,69,0.12); padding: 1.15rem 0; } .faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 600; color: var(--navy); } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: '+'; font-size: 1.6rem; line-height: 1; color: var(--teal); flex-shrink: 0; transition: transform 0.2s; } .faq-item[open] summary::after { content: '\00d7'; } .faq-item .faq-a { margin-top: 0.8rem; color: #666; font-size: 0.98rem; line-height: 1.7; max-width: 68ch; } @media (min-width: 900px) { .faq-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; align-items: start; } .faq-intro { margin-bottom: 0; position: sticky; top: 100px; } } /* ========== SERVICES: SHOW MORE ========== */ .service-card.more { display: none; } .services-grid.is-expanded .service-card.more { display: block; } .services-more-wrap { text-align: center; margin-top: 1.75rem; } .services-more-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; border: 1.5px solid var(--teal); color: var(--navy); font-weight: 700; font-size: 0.95rem; padding: 0.72rem 1.6rem; border-radius: 50px; cursor: pointer; transition: background 0.2s, color 0.2s; } .services-more-btn:hover { background: var(--teal); color: #fff; } .services-more-btn .smb-chev { transition: transform 0.25s; } .services-more-btn.is-open .smb-chev { transform: rotate(180deg); } /* ========== SPECIALIZATIONS ========== */ .specializations { padding: 3.5rem 1.5rem; background: var(--cream); } .spec-inner { max-width: 900px; margin: 0 auto; text-align: center; } .spec-inner .section-subtitle { margin: 0 auto; } .spec-bubbles { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; margin-top: 1.85rem; } .spec-bubble { display: inline-flex; align-items: center; gap: 0.55rem; background: var(--warm-white); border: 1px solid rgba(14,77,69,0.15); box-shadow: 0 3px 12px rgba(14,77,69,0.07); color: var(--navy); font-weight: 600; font-size: 1rem; padding: 0.72rem 1.4rem; border-radius: 50px; } .spec-bubble::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex-shrink: 0; } .spec-bubble:nth-child(3n)::before { background: var(--gold); } /* ========== ACCREDITATIONS ========== */ .accreditations { padding: 3.5rem 1.5rem; background: var(--warm-white); } .acc-inner { max-width: 1000px; margin: 0 auto; text-align: center; } .acc-inner .section-subtitle { margin: 0 auto; } .acc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.85rem; } .acc-card { background: #fff; border: 1px solid rgba(14,77,69,0.1); border-radius: 14px; padding: 1.4rem 1rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 14px rgba(14,77,69,0.05); } .acc-card img { max-width: 140px; width: 100%; height: auto; } @media (min-width: 768px) { .acc-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } } /* ========== FOOTER ========== */ .pfooter { background: #0a332e; color: #b9d4cd; padding: 3.5rem 1.5rem 1.5rem; } .pfooter-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2.75rem; } .pfooter-logo { background: #fff; border-radius: 10px; padding: 0.6rem 0.8rem; display: inline-block; margin-bottom: 1rem; } .pfooter-logo img { height: 46px; width: auto; display: block; } .pfooter-tagline { font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; color: #8fb3ab; margin-bottom: 1.75rem; } .pfooter-contact { display: flex; flex-direction: column; gap: 1.1rem; } .pfc-item { display: flex; gap: 0.85rem; align-items: flex-start; } .pfc-icon { width: 40px; height: 40px; flex-shrink: 0; background: var(--teal); border-radius: 8px; display: flex; align-items: center; justify-content: center; } .pfc-icon svg { stroke: #fff; } .pfc-text h4 { color: #fff; font-size: 0.95rem; font-weight: 600; margin-bottom: 2px; } .pfc-text, .pfc-text a { color: #b9d4cd; font-size: 0.9rem; line-height: 1.5; } .pfc-text a:hover { color: var(--teal); } .pfooter-social { display: flex; gap: 0.6rem; margin-top: 1.75rem; flex-wrap: wrap; } .pfooter-social a { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; } .pfooter-social a:hover { transform: translateY(-2px); } .pfooter-col h3 { color: var(--teal); font-family: Georgia, 'Times New Roman', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.3rem; } .pfooter-col h3::after { content: ''; display: block; width: 54px; height: 3px; background: var(--gold); margin-top: 0.65rem; border-radius: 2px; } .pfooter-links { list-style: none; margin-top: 0.5rem; } .pfooter-links li { border-bottom: 1px solid rgba(255,255,255,0.08); } .pfooter-links a { display: block; padding: 0.72rem 0; color: #b9d4cd; font-size: 0.92rem; transition: color 0.2s, padding-left 0.2s; } .pfooter-links a:hover { color: var(--teal); padding-left: 6px; } .pfooter-seo { max-width: 1200px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); } .pfooter-seo p { font-size: 0.82rem; color: #8fb3ab; line-height: 2; } .pfooter-seo a { color: #8fb3ab; } .pfooter-seo a:hover { color: var(--teal); } @media (min-width: 900px) { .pfooter-inner { grid-template-columns: 1.35fr 1fr 0.8fr; gap: 3rem; } } /* ========== CLINIC GALLERY (AUTO-SCROLL MARQUEE) ========== */ .gallery { padding: 4rem 0; background: var(--warm-white); overflow: hidden; } .gallery-inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; } .gallery-marquee { margin-top: 2.25rem; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); } .gallery-track { display: flex; gap: 1.1rem; width: max-content; padding: 0.4rem 0.55rem; animation: galleryScroll 48s linear infinite; } .gallery-marquee:hover .gallery-track { animation-play-state: paused; } .gallery-item { flex: 0 0 auto; width: 280px; } .gallery-item.is-wide { width: 663px; } .gallery-item.is-wide .frame { aspect-ratio: 16 / 9; } .gallery-item .frame { position: relative; aspect-ratio: 3 / 4; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(14,77,69,0.14); } .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; } .gallery-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.9rem 1.1rem 1rem; background: linear-gradient(to top, rgba(9,50,45,0.92), rgba(9,50,45,0)); color: #fff; font-size: 1.15rem; font-weight: 700; letter-spacing: 0.2px; } @keyframes galleryScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } @media (min-width: 768px) { .gallery-item { width: 340px; } .gallery-item.is-wide { width: 805px; } } @media (prefers-reduced-motion: reduce) { .gallery-track { animation: none; } } 
/* Canvas Page template: clear the fixed floating header + base spacing */
.nddc-main{padding-top:92px;padding-bottom:8px;min-height:40vh}
@media(min-width:768px){.nddc-main{padding-top:112px}}
