*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fafafa;color:#21252c;line-height:1.6;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;line-height:1.2}h1{font-size:2.5rem;font-weight:800}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}p{line-height:1.7;color:#4b5563}a{color:#4835f7;text-decoration:none;transition:color .2s ease}a:hover{color:#3b2fd1;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.profile-img{width:50px;height:50px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.account-section{display:flex;align-items:center;gap:8px;color:#4835f7;cursor:pointer}.account-text{font-size:14px;font-weight:500}.account-icon{background:#b44c861a;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.profile-banner{position:relative;padding:4rem 0;background-color:#667eea;overflow:hidden}.banner-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:.3;background-color:#764ba2}.banner-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;filter:blur(1px)}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eeacc,#764ba2cc)}.banner-content{position:relative;height:100%;display:flex;align-items:center;justify-content:space-between;padding:2rem 0;z-index:2}.banner-text{flex:1;max-width:600px;color:#fff;animation:fadeInLeft .8s ease-out}.banner-title{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.02em}.banner-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#ffffffe6}.banner-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#fffc;max-width:500px}.banner-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.badge:hover{background:#ffffff4d;transform:translateY(-2px)}.profile-picture{position:relative;width:200px;height:200px;border-radius:30px;border:6px solid white;box-shadow:0 10px 40px #0000004d;overflow:hidden;background-color:#f0f0f0;animation:fadeInRight .8s ease-out;transition:transform .3s ease}.profile-picture:hover{transform:scale(1.05)}.profile-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-badge{position:absolute;bottom:-10px;right:-10px;background:#10b981;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 4px 15px #0003}.badge-icon{font-size:1.5rem}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.info-grid-section{background-color:#fafafa;padding:100px 0 60px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.info-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .6s ease-out;position:relative;overflow:hidden}.info-card:nth-child(1){animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}.info-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(72,53,247,.02) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;z-index:1}.info-card:hover:before{opacity:1}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.info-card *{position:relative;z-index:2}.info-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.info-card p{font-size:.95rem;color:#666;margin-bottom:1.5rem}.info-card-link{color:#4835f7;font-weight:600;text-decoration:none}.map-placeholder{width:100%;height:150px;border-radius:10px;overflow:hidden;background-color:#e0e0e0}.map-placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hours-card h3{text-align:left}.hours-list{gap:12px}.hour-item{padding:0;border:none}.time{font-weight:600}.time.closed{font-weight:400}.doctor-card{background:#fff;border-radius:20px;padding:30px;max-width:400px;box-shadow:0 10px 40px #0000001a}.doctor-profile{display:flex;justify-content:center;margin-bottom:20px}.doctor-img{width:120px;height:120px;border-radius:20px;-o-object-fit:cover;object-fit:cover;border:4px solid #f5f5f5}.doctor-info h1{font-size:24px;font-weight:700;color:#21252c;text-align:center;margin-bottom:15px}.doctor-info p{font-size:14px;color:#666;text-align:center;margin-bottom:20px;line-height:1.5}.btn-primary{background:#4835f7;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:0 auto}.btn-primary:hover{background:#65cde7;transform:translateY(-2px)}.location-badge{background:#3c6ac0e6;color:#fff;padding:12px 20px;border-radius:25px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;max-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-icon{background:#fff3;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.location-section{padding:40px 0;background:#fff}.location-section .container{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start}.location-card{background:#f8f9fa;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.map-container{width:100%;height:250px;overflow:hidden}.map-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.location-info{padding:20px}.location-info h3{font-size:18px;font-weight:700;color:#21252c;margin-bottom:10px}.location-info p{font-size:14px;color:#666;line-height:1.5}.hours-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0}.hours-card h3{font-size:18px;font-weight:700;color:#21252c;margin-bottom:20px;text-align:center}.hours-list{display:flex;flex-direction:column;gap:10px}.hour-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.hour-item:last-child{border-bottom:none}.day{font-size:14px;font-weight:600;color:#21252c}.time{font-size:13px;color:#666;text-align:right}.time.closed{color:#999;font-style:italic}.services-section{padding:60px 0;background:#fafafa}.services-section h2{font-size:32px;font-weight:700;color:#21252c;text-align:center;margin-bottom:40px}.service-tabs{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.tab-btn{background:#fff;border:2px solid #e0e0e0;padding:12px 30px;border-radius:25px;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.tab-btn.active{background:#4835f7;border-color:#4835f7;color:#fff}.tab-btn:hover{border-color:#4835f7;color:#4835f7}.tab-btn.active:hover{color:#fff}.tab-content{display:none}.tab-content.active{display:block}.section-title{font-size:24px;font-weight:700;color:#4835f7;margin-bottom:30px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.services-grid>a{text-decoration:none;color:inherit;display:flex}.service-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;animation:fadeInUp .6s ease-out;display:flex;flex-direction:column;width:100%}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(72,53,247,.05) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;z-index:1}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.service-card *{position:relative;z-index:2}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-image{width:80px;height:80px;border-radius:12px;-o-object-fit:cover;object-fit:cover;margin:20px 0 0 20px}.service-content{padding:15px 20px 20px;display:flex;flex-direction:column;flex-grow:1}.service-content h4{font-size:18px;font-weight:700;color:#21252c;margin-bottom:10px}.service-content p{font-size:14px;color:#666;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-footer{display:flex;justify-content:space-between;align-items:center}.service-meta{display:flex;flex-direction:column;gap:5px;width:100%}.duration{font-size:13px;color:#666;display:flex;align-items:center;gap:5px}.price{font-size:16px;font-weight:700;color:#4835f7}.price.free{color:#28a745}footer{background:#21252c;color:#fff;padding:40px 0 20px;flex-shrink:0}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:30px}.footer-section h4{font-size:16px;font-weight:700;color:#4835f7;margin-bottom:15px}.footer-profile{width:50px;height:50px;border-radius:12px;-o-object-fit:cover;object-fit:cover;margin-bottom:15px}.footer-section p{font-size:14px;color:#ccc;line-height:1.5}.footer-section ul{list-style:none}.footer-section ul li{font-size:14px;color:#ccc;margin-bottom:8px;cursor:pointer}.footer-section ul li:hover{color:#4835f7}.footer-bottom{border-top:1px solid #333;padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999}.footer-links{display:flex;align-items:center;gap:10px}.skedu-logo{height:20px}.footer-legal{display:flex;gap:20px;align-items:center}.footer-legal a{color:#999;text-decoration:none}.footer-legal a:hover{color:#4835f7}.service-booking-header{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;display:flex;gap:2rem;padding:2rem;margin-bottom:2rem;align-items:center}.service-image-container{flex-shrink:0}.service-image-container img{width:120px;height:120px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.service-details{flex-grow:1}.service-title{font-size:2rem;font-weight:700;color:#21252c;margin-bottom:.5rem}.service-description{font-size:1rem;color:#666;margin-bottom:1rem;line-height:1.6}.service-meta-booking{display:flex;gap:1.5rem;align-items:center;font-size:1rem}.product-detail-container{display:grid;grid-template-columns:1fr 500px;gap:3rem;align-items:start;max-width:1200px;margin:0 auto 2rem}.service-meta-booking .duration{font-size:1rem}.service-meta-booking .price{font-size:1.25rem}.section-divider{border:none;height:1px;background-color:#e0e0e0;margin:2rem auto;width:80%}.product-gallery-container{max-width:500px;margin:0 auto 1.5rem}.main-image-wrapper{width:100%;padding-top:70%;position:relative;background-color:#f0f0f0;border-radius:15px;overflow:hidden;margin-bottom:1rem}#main-service-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease-in-out}.thumbnail-carousel{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:10px}.thumbnail-image{width:100px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px;cursor:pointer;border:3px solid transparent;transition:border-color .3s ease;flex-shrink:0}.thumbnail-image:hover{border-color:#ccc}.thumbnail-image.active{border-color:#4835f7}.product-info-container{text-align:center;max-width:800px;margin:0 auto 2rem}.service-title-large{font-size:2.5rem;font-weight:700}.service-description-large{font-size:1.1rem;color:#666;margin:1rem 0}.service-meta-large{display:flex;justify-content:flex-start;gap:2rem;font-size:1.1rem;margin-top:1.5rem}.service-meta-large .price{font-size:1.5rem}.availability-header{text-align:center;margin-bottom:1.5rem}.availability-header h2{font-size:2rem;font-weight:700;margin-bottom:.25rem}.availability-header p{font-size:1rem;color:#666}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#21252c99;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-overlay:not(.hidden){opacity:1;visibility:visible;transition:opacity .3s ease}.modal-content{background:#fff;padding:2rem;border-radius:15px;max-width:500px;width:90%;position:relative;z-index:1001;box-shadow:0 10px 30px #0003;transform:scale(.95);transition:transform .3s ease}.modal-overlay:not(.hidden) .modal-content{transform:scale(1)}.modal-close{position:absolute;top:10px;right:15px;background:#f0f0f0;border:none;border-radius:50%;width:30px;height:30px;font-size:1.2rem;font-weight:700;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.modal-close:hover{background-color:#e0e0e0}.modal-content h3{font-size:1.5rem;font-weight:700;text-align:center;color:#21252c;margin-bottom:.5rem}.modal-content p{text-align:center;color:#666;margin-bottom:1.5rem;line-height:1.5}.modal-content .form-group{margin-bottom:1rem}.modal-content .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#21252c}.modal-content .form-control{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem}.modal-content .btn-primary{width:100%;margin-top:1rem}@media (max-width: 1024px){.info-grid{grid-template-columns:1fr 1fr}.info-card.hours-card{grid-column:1 / -1}}@media (max-width: 768px){.hero-content{flex-direction:column;gap:20px;padding:20px}.doctor-card{max-width:100%;padding:25px}.location-section .container{grid-template-columns:1fr;gap:20px}.services-grid{grid-template-columns:1fr}.service-tabs{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;gap:20px}.footer-bottom{flex-direction:column;gap:15px;text-align:center}.profile-banner{padding:2rem 0}.banner-content{flex-direction:column;text-align:center;gap:2rem;justify-content:center}.banner-title{font-size:2.5rem}.banner-subtitle{font-size:1.2rem}.banner-description{font-size:1rem}.banner-badges{justify-content:center}.profile-picture{width:160px;height:160px;margin-top:1rem}.info-grid-section{padding-top:60px}.info-grid,.product-detail-container{grid-template-columns:1fr}.product-info-column{order:1}.product-gallery-column{order:2}}@media (max-width: 480px){.hero{height:300px}.doctor-card{padding:20px}.doctor-img{width:100px;height:100px}.services-section h2{font-size:24px}.service-card{margin:0 10px}.banner-title{font-size:2rem}.profile-picture{width:120px;height:120px}}.about-me-short{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}html,body{height:100%}main.container{flex:1 0 auto}.calendar-container{border:1px solid #e2e8f0;border-radius:15px;padding:1.5rem;max-width:800px;margin:2rem auto;background:#fff;box-shadow:0 4px 20px #0000000d;background:linear-gradient(145deg,#fff,#f8f9fa);transition:all .3s ease}.calendar-container:hover{box-shadow:0 15px 40px #00000026}.week-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:600}.week-navigation button{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;width:40px;height:40px;cursor:pointer;transition:all .2s ease-in-out;color:#4835f7;font-size:1.2rem;line-height:1}.week-navigation button:hover{background:#e2e8f0;transform:scale(1.05)}.week-days{display:flex;justify-content:space-around;text-align:center;margin-bottom:1.5rem}.day-selector{cursor:pointer;padding:.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:.25rem;width:50px}.day-selector .day-name{text-transform:capitalize;font-size:.8rem;color:#718096}.day-selector .day-number{font-weight:600}.day-selector.active{background-color:#4835f7;color:#fff}.day-selector.active .day-name{color:#ffffffb3}.availability-dot{width:6px;height:6px;background-color:#48bb78;border-radius:50%}.time-slots-container{border-top:1px solid #e2e8f0;padding-top:1.5rem}.time-slots-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.slot-button{border:1px solid #cbd5e0;padding:.75rem;border-radius:5px;text-align:center;cursor:pointer;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.slot-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4835f733}.slot-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.slot-button:hover:before{left:100%}.slot-button.selected{border-color:#4835f7;background-color:#4835f7;color:#fff}.available{background-color:#fff;color:#2d3748}.available:hover{background-color:#edf2f7}.taken{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed;text-decoration:line-through}.hidden{display:none}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:15px;margin:2rem auto;max-width:400px}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #4835f7;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-text{color:#64748b;font-size:1rem;font-weight:500;text-align:center;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
