.home-container{width:100%;overflow-x:hidden}.logo-section{display:flex;flex-direction:column}.clinic-name{font-size:2rem;font-weight:700;background:linear-gradient(89deg,#205da6,#114685);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:.9rem;color:#666;font-style:italic}.hero-section{margin-top:0;position:relative;height:600px;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:800px;padding:2rem;animation:fadeInUp 1s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn-primary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;background:linear-gradient(89deg,#205da6,#114685);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(32,93,166,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(32,93,166,.4)}.btn-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid #fff;border-radius:50px;background:transparent;color:#fff;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#205da6;transform:translateY(-2px)}.slider-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;width:30px;border-radius:6px}.services-section{padding:5rem 2rem;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.section-subtitle{font-size:1.1rem;color:#666}.services-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.08)}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(32,93,166,.2)}.service-icon{font-size:4rem;margin-bottom:1rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.2) rotate(5deg)}.service-title{font-size:1.5rem;font-weight:600;color:#205da6;margin-bottom:1rem}.service-description{color:#666;line-height:1.8}.specialties-section{padding:5rem 2rem;background:#fff}.specialties-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.specialty-card{border-radius:15px;padding:2rem;text-align:center;transition:all .4s ease;cursor:pointer;overflow:hidden;position:relative}.specialty-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);transition:left .5s ease}.specialty-card:hover:before{left:100%}.specialty-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 15px 40px rgba(0,0,0,.15)}.specialty-image-wrapper{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease}.specialty-card:hover .specialty-image-wrapper{transform:rotate(1turn);border-color:#205da6}.specialty-image{width:100%;height:100%;object-fit:cover}.specialty-name{font-size:1.3rem;font-weight:600;color:#205da6}.about-section{padding:5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#e8f0f8)}.about-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text{padding:2rem}.about-description{font-size:1.1rem;color:#555;margin-bottom:1.5rem;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.1);transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 5px 25px rgba(32,93,166,.2)}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(89deg,#205da6,#114685);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#666;font-size:.9rem;margin-top:.5rem}.about-image{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.2);transition:all .3s ease}.about-image:hover{transform:scale(1.05);box-shadow:0 15px 50px rgba(0,0,0,.3)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.testimonials-section{padding:5rem 2rem;background:#fff}.testimonials-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:2.5rem;border-radius:15px;box-shadow:0 3px 15px rgba(0,0,0,.1);transition:all .3s ease;border:2px solid transparent}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(32,93,166,.2);border-color:#205da6}.testimonial-rating{margin-bottom:1rem}.star{font-size:1.2rem;margin-right:.2rem}.testimonial-text{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(89deg,#205da6,#114685);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.author-name{font-weight:600;color:#333}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.about-content,.about-stats,.services-grid,.specialties-grid,.testimonials-grid{grid-template-columns:1fr}}