.hero{background:linear-gradient(135deg,#e8f4fd,#d4ecfa 40%,#c5e4f7);min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:60px 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(29,138,189,.1) 0%,transparent 70%);pointer-events:none}.hero-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.hero-text{z-index:2}.hero-text h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:20px}.hero-text h1 span{color:var(--primary)}.hero-text p{font-size:1rem;color:var(--text);line-height:1.8;margin-bottom:32px;max-width:440px}.google-rating{margin-top:28px;display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--text)}.google-rating .stars{color:#f5a623;font-size:1rem}.hero-image{position:relative;display:flex;justify-content:center;align-items:flex-end}.hero-image img.main-img{width:100%;max-width:480px;object-fit:contain;animation:floatUp 3s ease-in-out infinite}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.doctor-badge{position:absolute;bottom:60px;left:0;background:var(--white);border-radius:14px;padding:10px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #0000001f;animation:fadeInLeft 1s ease forwards}.doctor-badge img{width:44px;height:44px;border-radius:50%;object-fit:cover}.doctor-badge-info strong{display:block;font-size:.85rem;color:var(--navy);font-weight:600}.doctor-badge-info span{font-size:.75rem;color:var(--text)}.hero-star{position:absolute;color:var(--primary);animation:pulseStar 3s ease-in-out infinite;pointer-events:none}.hero-star svg{width:100%;height:100%}.hero-star-1{top:80px;right:20px;width:44px;height:44px;animation-delay:0s}.hero-star-2{top:220px;right:-10px;width:28px;height:28px;animation-delay:1s}.hero-star-3{bottom:120px;right:30px;width:36px;height:36px;animation-delay:2s}@keyframes pulseStar{0%,to{transform:scale(1) rotate(0);opacity:.8}50%{transform:scale(1.15) rotate(15deg);opacity:1}}.sparkle{position:absolute;color:var(--primary);font-size:1.5rem;animation:sparkleAnim 2s ease-in-out infinite;pointer-events:none}.sparkle-1{top:40px;left:30%;animation-delay:0s}.sparkle-2{top:120px;left:10%;animation-delay:.7s}.sparkle-3{bottom:150px;left:5%;animation-delay:1.4s}@keyframes sparkleAnim{0%,to{opacity:.3;transform:scale(.8) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(30deg)}}.about-section{background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-images{position:relative;padding-bottom:60px;padding-right:40px}.about-img-main,.about-img-second{border-radius:20px;overflow:hidden;position:relative}.about-img-main img,.about-img-second img{width:100%;height:100%;object-fit:cover;display:block}.about-img-main{height:420px;width:65%}.about-img-second{height:280px;width:55%;position:absolute;bottom:0;right:0;border:6px solid #fff;z-index:2}.exp-badge{position:absolute;top:25%;right:calc(35% - 70px);z-index:5;width:140px;height:140px}.exp-badge svg{animation:spinRing 12s linear infinite;width:100%;height:100%}@keyframes spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-sparkle{position:absolute;color:var(--primary);opacity:.25;font-size:1.5rem;pointer-events:none}.about-sparkle.s1{top:10px;right:50%}.about-sparkle.s2{bottom:75px;left:10px}.about-sparkle.s3{top:45%;right:35%;font-size:2rem;opacity:.15}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 32px}.feature-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--navy);font-weight:500}.feature-item i{color:var(--primary);font-size:1rem}.services-top{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.service-card{background:var(--white);border-radius:20px;padding:32px 24px;transition:all .35s ease;cursor:pointer}.service-card:hover{transform:translateY(-6px);background:var(--navy);box-shadow:0 20px 50px #0a254040}.service-icon{width:60px;height:60px;background:var(--bg-light);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .35s}.service-card:hover .service-icon{background:#ffffff26}.service-icon i{font-size:1.5rem;color:var(--primary);transition:color .35s}.service-card:hover .service-icon i{color:var(--white)}.service-card h3{font-size:1.05rem;color:var(--navy);font-weight:700;margin-bottom:12px;transition:color .35s}.service-card:hover h3{color:var(--white)}.service-card p{font-size:.875rem;color:var(--text);line-height:1.7;margin-bottom:16px;transition:color .35s}.service-card:hover p{color:#ffffffbf}.service-card:hover .read-more{color:var(--white);gap:12px}.service-card:hover .arrow-sm{background:var(--white)}.service-card:hover .arrow-sm i{color:var(--navy)}.video-banner-wrapper{padding:40px 20px;background:transparent}.video-banner{position:relative;min-height:600px;background:url(/images/dental-bg.jpg) center/cover fixed no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:0;max-width:1320px;margin:0 auto;border-radius:30px;overflow:hidden;box-shadow:0 20px 50px #00000026}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a2540a6}.video-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 24px;display:flex;flex-direction:column;align-items:center}.play-btn{margin-top:28px;display:inline-flex;align-items:center;gap:12px;background:var(--white);border:none;border-radius:50px;padding:14px 28px;font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;transition:transform .3s,box-shadow .3s}.play-btn:hover{transform:scale(1.04);box-shadow:0 8px 24px #0003}.play-btn i{color:var(--primary)}.stats-section{background:var(--white);padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-item{padding:32px 24px;background:var(--white);border-radius:12px;border-bottom:3px solid transparent;transition:border-color .3s,box-shadow .3s}.stat-item:hover{border-color:var(--primary);box-shadow:0 8px 24px #1d8abd1a}.stat-num{font-size:2.8rem;font-weight:800;color:var(--navy);display:inline}.stat-suffix{font-size:2rem;font-weight:800;color:var(--navy)}.stat-label{font-size:1rem;font-weight:700;color:var(--navy);margin:4px 0 12px}.stat-divider{display:block;height:1px;background:#e0e8ef;margin:16px 0}.stat-desc{font-size:.85rem;color:var(--text);line-height:1.7}.why-us{background:var(--bg-light);padding:80px 0;overflow:hidden}.why-us .section-header{text-align:center;margin-bottom:60px}.why-us-layout{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center}.why-item{display:flex;align-items:center;gap:20px;margin-bottom:40px}.why-us-left .why-item{flex-direction:row-reverse;text-align:right}.why-us-right .why-item{flex-direction:row;text-align:left}.why-icon{width:64px;height:64px;flex-shrink:0;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #1d8abd14;transition:transform .3s}.why-item:hover .why-icon{transform:scale(1.1)}.why-icon i{color:var(--primary);font-size:1.6rem}.why-item h4{font-size:1.1rem;font-weight:800;color:var(--navy);margin-bottom:8px}.why-item p{font-size:.9rem;color:var(--text);line-height:1.6;margin:0}.tooth-circle{width:340px;height:340px;border-radius:50%;border:1px solid rgba(29,138,189,.15);display:flex;align-items:center;justify-content:center;position:relative}.tooth-circle:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:50%;border:1px dashed rgba(29,138,189,.35);animation:spinDashed 20s linear infinite}.tooth-circle .dot{position:absolute;width:10px;height:10px;background:var(--primary);border-radius:50%;box-shadow:0 0 0 4px var(--bg-light);z-index:2}.tooth-circle .dot-1{top:0;left:50%;transform:translate(-50%,-50%)}.tooth-circle .dot-2{bottom:0;left:50%;transform:translate(-50%,50%)}.tooth-circle .dot-3{top:50%;left:0;transform:translate(-50%,-50%)}.tooth-circle .dot-4{top:50%;right:0;transform:translate(50%,-50%)}.tooth-circle .dot-5{top:15%;left:15%;transform:translate(-50%,-50%)}.tooth-circle .dot-6{top:15%;right:15%;transform:translate(50%,-50%)}.tooth-circle .dot-7{bottom:15%;left:15%;transform:translate(-50%,50%)}.tooth-circle .dot-8{bottom:15%;right:15%;transform:translate(50%,50%)}@keyframes toothFloat{0%,to{transform:translateY(-10px)}50%{transform:translateY(-26px)}}.tooth-img{width:280px;height:auto;z-index:5;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));animation:toothFloat 3s ease-in-out infinite}@keyframes spinDashed{to{transform:rotate(360deg)}}.what-we-do{background:var(--white)}.wwd-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.wwd-img img{width:100%;border-radius:20px;object-fit:cover;height:500px}.team-section{background:var(--bg-light)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.team-card{background:var(--white);border-radius:20px;overflow:hidden;text-align:center;padding-bottom:24px;transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.team-img{width:100%;aspect-ratio:1;overflow:hidden;border-radius:16px;padding:0;background:var(--bg-light);position:relative}.team-img img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:16px;transition:transform .4s}.team-card:hover .team-img img{transform:scale(1.04)}.team-social{display:flex;justify-content:center;gap:8px;margin:12px 0 8px}.team-social a{width:32px;height:32px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:.8rem;text-decoration:none;transition:background .3s,color .3s}.team-social a:hover{background:var(--primary);color:#fff}.team-card h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:4px}.team-card p{font-size:.8rem;color:var(--text)}.blog-section{background:var(--bg-light)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{background:var(--white);border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.blog-img{height:240px;overflow:hidden}.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-img img{transform:scale(1.06)}.blog-body{padding:24px}.blog-body h4{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:12px;line-height:1.4}.blog-body p{font-size:.875rem;color:var(--text);margin-bottom:16px}.contact-section{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-items{margin-top:28px;display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:center;gap:14px;font-size:.95rem;color:var(--navy)}.contact-item i{width:40px;height:40px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}@media (max-width: 991px){.hero-content{grid-template-columns:1fr;text-align:center;gap:30px}.hero-text{display:flex;flex-direction:column;align-items:center}.hero-image{order:-1;justify-content:center}.hero-text p{max-width:100%;margin-left:auto;margin-right:auto;text-align:center}.google-rating{justify-content:center}.doctor-badge{left:50%;transform:translate(-50%);bottom:30px}.sparkle,.hero-star{display:none}.about-grid{grid-template-columns:1fr}.about-images{padding-right:0;max-width:500px;margin:0 auto;padding-bottom:40px}.about-img-main{height:350px;width:100%}.about-img-second{height:250px;width:70%}.services-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.why-us-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:stretch;justify-items:center;justify-content:center}.why-us-left,.why-us-right{display:contents}.why-us-center{display:none}.why-us-left .why-item,.why-us-right .why-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;margin-bottom:0;box-sizing:border-box}.why-icon{margin:0 auto 10px;width:44px;height:44px;flex-shrink:0}.why-icon i{font-size:1.1rem}.why-item h4{font-size:.75rem;min-height:36px;line-height:1.3}.why-item p,.tooth-circle{display:none}.wwd-grid{grid-template-columns:1fr}.team-grid,.blog-grid{grid-template-columns:repeat(2,1fr);gap:20px}.contact-grid{grid-template-columns:1fr}}@media (max-width: 768px){.services-grid,.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.about-features{grid-template-columns:1fr}.team-grid,.blog-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 576px){.hero-image img.main-img{max-width:260px}.about-img-main{height:260px}.about-img-second{height:170px}.wwd-img img{height:300px}}@media (max-width: 480px){.services-grid,.stats-grid,.team-grid,.blog-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-item{text-align:center;padding:12px 10px}.stat-num{font-size:1.5rem}.stat-suffix{font-size:1.1rem}.stat-label{font-size:.75rem}.service-card{padding:16px 12px}.service-card h3{font-size:.85rem}}
