*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;overflow-x:hidden;background-color:#e0f2f7;background-image:url(../assets/images/medical-cross-pattern.svg);opacity:.85;background:linear-gradient(135deg,#e0f2f7cc,#fffc),url(../assets/images/medical-cross-pattern.svg);background-repeat:repeat;background-size:120px;background-attachment:fixed;background-blend-mode:luminosity}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(37,99,235,.1)}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#007bff;font-weight:600;font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#1f2937;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#007bff}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#007bff;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-cta .btn{padding:10px 20px;border-radius:25px;font-weight:500}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger .bar{width:25px;height:3px;background:#1f2937;margin:3px 0;transition:.3s}.btn{display:inline-block;padding:12px 24px;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb4d}.btn-secondary{background:transparent;color:#007bff;border:2px solid #007bff}.btn-secondary:hover{background:#007bff;color:#fff;transform:translateY(-2px)}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f0f8ff,#e6f2f5);min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;color:#007bff;font-weight:600;margin-bottom:1rem}.hero-description{font-size:1.2rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#007bff}.stat-label{font-size:.9rem;color:#6b7280;font-weight:500}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{text-align:center}.doctor-image{width:100%;max-width:400px;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.doctor-image:hover{transform:scale(1.05)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.about{padding:80px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4b5563;line-height:1.7}.about-highlights{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.highlight{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:10px;border-left:4px solid #007bff}.highlight i{color:#007bff;font-size:1.2rem}.about-img{width:100%;height:auto;border-radius:15px;box-shadow:0 15px 30px #0000001a}.services{padding:80px 0;background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid #e5e7eb}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026;border-color:#007bff}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#007bff,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-icon i{font-size:2rem;color:#fff}.service-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.service-card p{color:#6b7280;line-height:1.6}.qualifications{padding:80px 0;background:#fff}.timeline{max-width:800px;margin:0 auto 4rem;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#e5e7eb;transform:translate(-50%)}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-item:nth-child(odd) .timeline-content{text-align:right;margin-right:2rem;padding-left:1.5rem}.timeline-item:nth-child(2n) .timeline-content{margin-left:2rem;padding-right:1.5rem}.timeline-date{background:#007bff;color:#fff;padding:.3rem .8rem;border-radius:20px;font-weight:600;position:absolute;left:50%;transform:translate(-50%);top:-15px;white-space:nowrap;z-index:2}.timeline-content{flex:1;background:#f8fafc;padding:2.5rem 1.5rem 1.5rem;border-radius:10px;border:1px solid #e5e7eb;min-width:0;word-wrap:break-word;position:relative}.timeline-content h3{color:#1f2937;margin-bottom:.5rem;font-weight:600}.memberships{text-align:center}.memberships h3{font-size:1.5rem;margin-bottom:2rem;color:#1f2937}.membership-list{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.membership-item{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:1rem 1.5rem;border-radius:25px;border:1px solid #e5e7eb}.membership-item i{color:#007bff}.testimonials{padding:80px 0;background:#f8fafc}.testimonials-carousel{max-width:800px;margin:0 auto;position:relative}.testimonial-card{display:none;background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;text-align:center}.testimonial-card.active{display:block;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1.5rem}.testimonial-content p{font-size:1.2rem;font-style:italic;color:#4b5563;margin-bottom:2rem;line-height:1.6}.testimonial-author strong{color:#1f2937;font-size:1.1rem}.testimonial-author span{display:block;color:#6b7280;font-size:.9rem;margin-top:.5rem}.testimonial-nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.nav-dot{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:background .3s ease}.nav-dot.active{background:#007bff}.contact{padding:80px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{width:50px;height:50px;background:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:#fff;font-size:1.2rem}.contact-details h3{color:#1f2937;margin-bottom:.5rem;font-weight:600}.contact-details p{color:#6b7280}.office-hours{background:#f8fafc;padding:2rem;border-radius:10px;border:1px solid #e5e7eb}.office-hours h3{color:#1f2937;margin-bottom:1rem;font-weight:600}.hours-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.hours-item:last-child{border-bottom:none}.contact-form{background:#f8fafc;padding:2rem;border-radius:15px;border:1px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#1f2937;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #2563eb1a}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#007bff}.footer-section p{color:#9ca3af;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#007bff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:40px;height:40px;background:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s ease}.social-link:hover{background:#007bff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-cta{display:none}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-stats{justify-content:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.timeline:before{left:20px}.timeline-item{flex-direction:column;margin-left:40px}.timeline-item:nth-child(odd){flex-direction:column}.timeline-item:nth-child(odd) .timeline-content{text-align:left;margin-right:0;margin-left:0}.timeline-item:nth-child(2n) .timeline-content{margin-left:0}.timeline-date{left:20px;transform:translate(-50%)}.membership-list{flex-direction:column;align-items:center}.hero-buttons{justify-content:center}.section-title{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.services-grid{grid-template-columns:1fr}.testimonial-card{padding:2rem 1rem}}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}
