@font-face{font-family:relationship of mélodrame;src:local("Playfair Display"),local("Georgia");font-weight:700;font-style:normal}@font-face{font-family:Baustil;src:local("Helvetica Neue"),local("Arial");font-weight:300;font-style:normal}.home{width:100%;min-height:100vh;background:#fff}.header{background:#fff;padding:1.5rem 2rem}.header-top{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:1.5rem;flex-wrap:wrap}.header-left{display:flex;align-items:center;gap:3rem}.logo-section{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.logo-icon{width:40px;height:40px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-links{display:flex;gap:1.5rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s;font-size:.95rem;padding:.5rem 1rem;border-radius:6px}.nav-links a:hover{color:#2563eb}.nav-links a.active{color:#2563eb;background:#eff6ff;font-weight:600}.header-buttons{display:flex;gap:.75rem;align-items:center}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid #2563eb;transition:all .3s;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.user-avatar:hover{border-color:#1d4ed8;transform:scale(1.05)}.avatar-image{width:100%;height:100%;object-fit:cover}.user-name{font-weight:600;color:#1f2937;font-size:.95rem}.user-role{font-size:.875rem;color:#6b7280;font-style:italic}.btn-outline{padding:.625rem 1.25rem;border:1.5px solid #2563eb;background:#fff;color:#2563eb;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s}.btn-outline:hover{background:#2563eb;color:#fff}.search-bar{display:flex;align-items:center;max-width:800px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem;box-shadow:0 2px 4px #0000000d;position:relative}.search-location{display:flex;align-items:center;gap:.5rem;padding-right:1rem;cursor:pointer;position:relative}.location-icon,.location-loading{font-size:1rem}.location-loading{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.location-text{font-size:.95rem;color:#333;font-weight:500}.location-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:1000;min-width:200px;max-height:300px;overflow-y:auto}.location-dropdown-header{border-bottom:1px solid #e5e7eb}.location-option{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:transparent;border:none;cursor:pointer;font-size:.95rem;color:#333;transition:background .2s}.location-option:hover{background:#f3f4f6}.location-option.active{background:#eff6ff;color:#2563eb;font-weight:500}.location-option.use-current{font-weight:500;color:#2563eb}.search-button{background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem .5rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.search-button:hover{transform:scale(1.1)}.search-divider{width:1px;height:24px;background:#e5e7eb;margin:0 1rem}.search-input{flex:1;border:none;outline:none;font-size:.95rem;color:#333;background:transparent}.search-input::placeholder{color:#9ca3af}.header-download-links{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.header-download-link{padding:.625rem 1.25rem;background:linear-gradient(180deg,#60a5fa,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s;white-space:nowrap}.header-download-link:hover{background:linear-gradient(180deg,#3b82f6,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 768px){.header-top{flex-direction:column;align-items:flex-start;gap:1rem}.header-left{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.header-buttons{width:100%;flex-direction:column;gap:.5rem}.btn-outline{width:100%}.search-bar{flex-direction:column;gap:.75rem;padding:1rem}.search-divider{display:none}.search-location{width:100%;padding-right:0}.nav-links{flex-direction:column;gap:.5rem}.header-download-links{width:100%;flex-direction:column;gap:.75rem}.header-download-link{width:100%;text-align:center}}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.login-modal-content{background:#fff;border-radius:28px;padding:3rem 2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;line-height:1}.login-modal-close:hover{background:#f3f4f6;color:#1f2937}.login-step{display:flex;flex-direction:column;gap:1.5rem}.login-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0;text-align:left}.login-subtitle{font-size:.9rem;color:#6b7280;margin:0;text-align:left;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1rem}.phone-input-container{width:100%}.phone-input{width:100%;padding:1rem 1.25rem;border:1px solid #e5e7eb;border-radius:16px;font-size:1rem;background:#f3f4f6;color:#3b82f6;transition:all .3s;box-sizing:border-box;font-weight:500}.phone-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.phone-input::placeholder{color:#3b82f6;font-weight:500}.privacy-note{font-size:.875rem;color:#0ea5e9;margin:-.5rem 0 0;text-align:left;font-weight:400}.phone-display{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.phone-number-display{font-size:1.125rem;font-weight:700;color:#111827}.change-number-btn{background:transparent;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:color .3s}.change-number-btn:hover{color:#1d4ed8;text-decoration:underline}.verification-code-container{display:flex;gap:.625rem;justify-content:center;margin:1rem 0}.code-input{width:56px;height:56px;border:1px solid #e5e7eb;border-radius:16px;font-size:1.5rem;font-weight:600;text-align:center;background:#f3f4f6;color:#111827;transition:all .3s}.code-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.code-input:disabled{background:#f3f4f6;cursor:not-allowed}.resend-container{text-align:right;margin:.5rem 0}.resend-timer{font-size:.875rem;color:#9ca3af;margin:0}.resend-timer strong{color:#3b82f6;font-weight:600}.resend-button{background:transparent;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem;transition:color .3s}.resend-button:hover{color:#1d4ed8;text-decoration:underline}.login-button{width:100%;padding:1rem;background:#3b82f6;color:#fff;border:none;border-radius:28px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;margin-top:.5rem}.login-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.login-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.terms-text{font-size:.8rem;color:#9ca3af;text-align:center;margin:0;line-height:1.5}.terms-text strong{color:#6b7280;font-weight:600;cursor:pointer}.terms-text strong:hover{color:#3b82f6;text-decoration:underline}.user-type-badge{position:absolute;top:1rem;left:1rem;background:#e0f2fe;color:#2563eb;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}@media (max-width: 480px){.login-modal-content{padding:2rem 1.5rem;border-radius:20px}.login-title{font-size:1.5rem}.code-input{width:50px;height:50px;font-size:1.25rem}.verification-code-container{gap:.5rem}}.hero-section{display:flex;gap:3rem;padding:4rem 2rem 2rem;background:#fff;justify-content:center;flex-wrap:wrap;max-width:1400px;margin:0 auto}.hero-doctor-card{flex:0 1 auto;width:380px;background:linear-gradient(180deg,#bae6fd,#e0f2fe);border-radius:24px;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-doctor-image{width:100%;height:100%;object-fit:cover;display:block}.hero-text-section{max-width:1000px;margin:0 auto;padding:3rem 2rem;text-align:center}.hero-text{color:#1f2937;line-height:1.8;font-size:1.125rem;max-width:900px;margin:0 auto;font-weight:400}@media (max-width: 768px){.hero-section{flex-direction:column;padding:2rem 1rem}.hero-doctor-card{max-width:100%}}.section-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.section-title-left{font-size:2rem;font-weight:700;color:#1f2937;text-align:left}@media (max-width: 768px){.section-title,.section-title-left{font-size:1.5rem}}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:10px;height:10px;border-radius:50%;background:#bfdbfe;cursor:pointer;transition:background .3s}.dot.active{background:#60a5fa}.specialties-section{padding:3rem 2rem;max-width:1400px;margin:0 auto}.specialties-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;max-width:1400px}.specialties-carousel{display:flex;gap:3rem;overflow-x:auto;padding:1.5rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;justify-content:flex-start}.specialties-carousel::-webkit-scrollbar{display:none}.specialty-item{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:100px;cursor:pointer;transition:transform .3s;flex-shrink:0}.specialty-item:hover{transform:translateY(-5px)}.specialty-item img{width:100px;height:100px;object-fit:contain;border-radius:50%;background:#bae6fd;padding:1.5rem}.specialty-item span{font-size:.9rem;color:#1f2937;text-align:center;font-weight:500;white-space:nowrap}.carousel-arrows{display:flex;gap:.5rem}.arrow-left,.arrow-right{width:40px;height:40px;border-radius:50%;border:none;background:#bae6fd;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#1f2937;font-weight:700}.arrow-left:hover,.arrow-right:hover{background:#7dd3fc;transform:scale(1.05)}@media (max-width: 768px){.specialties-carousel{gap:1rem}.carousel-arrows{display:flex}}.doctors-section{padding:4rem 2rem;background:#fff;max-width:1400px;margin:0 auto;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.doctors-content{display:flex;align-items:center;justify-content:space-between;gap:6rem;max-width:1400px;margin:0 auto}.doctors-text{flex:0 0 450px}.doctors-text h2{margin-bottom:3rem}.doctors-text p{color:#1f2937;line-height:1.8;font-size:1.125rem;text-align:center;max-width:450px}.doctors-image{flex:1;max-width:550px;display:flex;justify-content:flex-end}.doctors-image img{width:100%;height:auto;border-radius:32px;box-shadow:0 4px 20px #00000014;background:linear-gradient(180deg,#e0f2fe,#7dd3fc);padding:0}@media (max-width: 1024px){.doctors-content{flex-direction:column}}.categories-section{padding:4rem 2rem;max-width:1400px;margin:0 auto;position:relative}.categories-section .section-title-left{margin-bottom:2rem;padding-bottom:0;border-bottom:none}.categories-section .carousel-dots{margin-top:3rem;padding-top:0;border-top:none}.categories-grid{display:grid;grid-template-columns:470px 1fr;gap:20px;width:100%;max-width:1400px;margin:0 auto;height:auto;min-height:auto;margin-top:2rem}.category-card-large{border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .3s;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000014}.category-card-large.exercises{width:100%;height:auto;border-radius:20px}.category-card-large:hover{transform:scale(1.02)}.category-card-large.exercises .category-video-container{position:relative;overflow:hidden;height:300px;flex:0 0 300px}.category-video-container{position:relative;flex:1;overflow:hidden;min-height:200px}.category-video{width:100%;height:100%;object-fit:cover;display:block}.category-title-overlay{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;color:#fff;z-index:2;display:flex;align-items:center;justify-content:space-between}.category-title-overlay h3{font-size:2.5rem;font-weight:500;margin:0;display:flex;align-items:center;gap:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3);font-family:Baustil,Helvetica Neue,Arial,sans-serif}.category-arrow-icon{width:40px;height:40px;border-radius:50%;background:#fffffff2;display:flex;align-items:center;justify-content:center;color:#1f2937;font-size:1.2rem;font-weight:700;box-shadow:0 2px 8px #0003;flex-shrink:0}.category-description-area{background:#e9d5ff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;border-radius:0 0 20px 20px;min-height:180px}.category-description-text{font-family:Baustil,Helvetica Neue,Arial,sans-serif;font-weight:300;font-style:normal;font-size:22px;line-height:32px;letter-spacing:-.02em;color:#1f2937;margin:0}.category-description-emphasis{font-family:relationship of mélodrame,Playfair Display,Georgia,serif;font-weight:700;font-style:italic;font-size:54px;line-height:110%;letter-spacing:.02em;color:#1f2937;margin:0}.categories-right-column{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 260px;gap:20px;width:100%;height:auto}.category-card-small{border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .3s;box-shadow:0 2px 8px #00000014;width:100%;height:100%;position:relative}.category-card-small.music{grid-column:1;grid-row:1}.category-card-small.articles{grid-column:1;grid-row:2}.category-card-small.articles .category-title-overlay{justify-content:flex-start}.category-card-small.articles .category-title-overlay h3{margin:0}.category-card-small.articles .category-arrow-icon{display:none}.category-card-small.selfcare{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;box-shadow:0 2px 8px #00000014;height:100%}.category-card-small.selfcare .selfcare-text-section{display:flex;flex-direction:column;background:#fffdd0;padding:2rem 1.5rem;border-radius:20px 20px 0 0;justify-content:center;gap:.5rem;flex:0 0 auto}.category-card-small.selfcare .selfcare-text-section .category-description-text{font-family:Baustil,Helvetica Neue,Arial,sans-serif;font-weight:300;font-style:normal;font-size:22px;line-height:32px;letter-spacing:-.02em;color:#1f2937;margin:0}.category-card-small.selfcare .selfcare-text-section .category-description-emphasis{font-family:relationship of mélodrame,Playfair Display,Georgia,serif;font-weight:700;font-style:italic;font-size:54px;line-height:110%;letter-spacing:.02em;color:#1f2937;margin:0}.category-card-small.selfcare .category-video-container{overflow:hidden;position:relative;flex:1;min-height:260px;border-radius:0 0 20px 20px;height:100%}.category-card-small:hover{transform:scale(1.02)}.category-card-small .category-video{width:100%;height:100%;object-fit:cover}.category-card-small .category-title-overlay{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;display:flex;align-items:center;justify-content:space-between}.category-card-small .category-title-overlay h3{font-size:2rem;font-family:Baustil,Helvetica Neue,Arial,sans-serif}.category-card-small .category-arrow-icon{width:36px;height:36px;font-size:1rem}@media (max-width: 1024px){.categories-section{padding:3rem 1.5rem}.categories-grid{grid-template-columns:1fr;gap:1.5rem}.categories-right-column{grid-template-columns:1fr 1fr;gap:1.5rem}.category-card-large.exercises{width:100%;max-width:470px;margin:0 auto}}@media (max-width: 768px){.categories-grid,.categories-right-column{grid-template-columns:1fr}.category-card-small.selfcare{flex-direction:column}.category-card-small.selfcare .category-video-container{width:100%;height:200px}.category-card-small.selfcare .selfcare-text-section{width:100%;border-radius:20px 20px 0 0}.category-title-overlay h3{font-size:2rem}.category-card-small .category-title-overlay h3{font-size:1.5rem}.category-description-text{font-size:18px}.category-description-emphasis{font-size:40px}}@media (max-width: 480px){.categories-section{padding:2rem 1rem}.categories-grid{gap:1rem}.category-video-container{min-height:250px}.category-card-small{height:200px}.category-description-area{padding:1.5rem 1.25rem}.category-description-text{font-size:16px;line-height:24px}.category-description-emphasis{font-size:36px}.category-title-overlay h3{font-size:1.5rem}.category-card-small .category-title-overlay h3{font-size:1.25rem}}.offers-section{padding:3rem 2rem;background:#fff;position:relative}.offers-grid{display:flex;gap:18px;max-width:1400px;margin:0 auto;justify-content:center;flex-wrap:wrap;padding:0 2rem}.offer-card{position:relative;padding:0;border-radius:10px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s;width:100%;max-width:600px;height:335px}.offer-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.offer-tag{position:absolute;top:1rem;left:1rem;background:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:2}.offer-tag-red{color:#dc2626;border:1px solid #DC2626}.offer-tag-blue{color:#2563eb;border:1px solid #2563EB}.offer-content{flex:1;z-index:1;display:flex;flex-direction:column;gap:1rem}.offer-content h3{font-size:1.25rem;font-weight:600;margin:0;color:#1f2937;line-height:1.4}.offer-link{color:#1f2937;text-decoration:underline;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s;display:inline-block;margin-top:.5rem}.offer-link:hover{color:#2563eb}.offer-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.offer-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1024px){.offers-grid{grid-template-columns:1fr}}.download-section{padding:2.5rem 2rem;background:#f3f8ff}.download-content{display:flex;align-items:center;gap:3rem;max-width:1438px;margin:0 auto}.download-image{flex:0 0 50%;max-width:50%;display:flex;align-items:center;justify-content:center}.download-image img{width:100%;height:auto;max-height:400px;object-fit:contain;display:block}.download-text{flex:0 0 50%;max-width:50%}.download-text h2.section-title{text-align:left;margin-bottom:1rem;font-size:2rem;font-weight:700;color:#1f2937}.download-text p{color:#1f2937;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.download-buttons{display:flex;flex-direction:column;gap:1rem}.btn-download{padding:.875rem 1.25rem;background:linear-gradient(180deg,#60a5fa,#2563eb);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s;width:100%;max-width:280px;justify-content:flex-start;text-decoration:none;text-align:left}.btn-download:hover{background:linear-gradient(180deg,#3b82f6,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.store-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}@media (max-width: 1024px){.download-content{flex-direction:column}.download-image,.download-text{flex:1;max-width:100%}.download-text h2.section-title{font-size:2rem;text-align:center}.download-text p{text-align:center}.download-buttons{align-items:center}.btn-download{max-width:100%;justify-content:center}}@media (max-width: 480px){.download-buttons{flex-direction:column;width:100%;align-items:center}.btn-download{width:100%;max-width:100%;justify-content:center}.download-text h2.section-title{font-size:1.75rem;text-align:center}.download-text p{text-align:center;font-size:1rem}.download-content{gap:2rem}}.iso-section{padding:3rem 2rem;background:#f9fafb}.iso-content{display:flex;align-items:center;gap:3rem;max-width:1200px;margin:0 auto}.iso-text{flex:1}.iso-text p{color:#666;line-height:1.6;font-size:1rem}.iso-logo{flex:1;display:flex;justify-content:center}.iso-logo img{max-width:200px;height:auto}@media (max-width: 1024px){.iso-content{flex-direction:column}}.reviews-section{padding:3rem 2rem;background:#fff}.reviews-content{display:flex;align-items:center;gap:2rem;max-width:800px;margin:0 auto}.review-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.review-arrow:hover{background:#2563eb;color:#fff;border-color:#2563eb}.review-text{flex:1;color:#666;line-height:1.6;font-size:1rem;text-align:center}.blogs-section{padding:3rem 2rem;background:#fff}.blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;cursor:pointer;position:relative}.blog-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.blog-image-wrapper{position:relative;width:100%;overflow:hidden}.blog-card img{width:100%;height:200px;object-fit:cover;display:block}.blog-tag{position:absolute;bottom:1rem;left:1rem;background:#2563eb;color:#fff;padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;z-index:2}.blog-tag.self-care-tag{background:#2563eb}.blog-content{padding:1.5rem}.blog-meta{display:flex;gap:1rem;font-size:.875rem;color:#9ca3af;margin-bottom:.75rem}.blog-content h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.5}.read-more{color:#9ca3af;text-decoration:none;font-weight:500;transition:color .3s;font-size:.875rem}.read-more:hover{color:#6b7280}@media (max-width: 1024px){.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.blogs-grid{grid-template-columns:1fr}}.wave-transition{width:100%;height:120px;background:#fff;margin-top:0;overflow:hidden;line-height:0;position:relative}.wave-transition svg{width:100%;height:100%;display:block;position:absolute;bottom:0;left:0}.footer{background:#2563eb;padding:3rem 2rem 1.5rem;color:#fff;margin-top:0;position:relative}.footer-content{display:grid;grid-template-columns:1fr 3fr;gap:4rem;max-width:1400px;margin:0 auto;margin-bottom:2rem}.footer-logo{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.footer-logo-icon{width:50px;height:50px;object-fit:contain;background:#93c5fd4d;border-radius:10px;padding:10px}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#fff}.social-icons{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:opacity .3s;padding:0}.social-icon:hover{opacity:.8}.social-icon-img{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#fff}.footer-column a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s;display:inline-flex;align-items:center;gap:.25rem;line-height:1.6}.footer-column a:hover{color:#fffc}.footer-arrow{color:#fff;font-size:.875rem;margin-left:.25rem;font-weight:400;display:inline-block}.footer-link{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-link:hover{color:#fffc}.contact-info{color:#fff;font-size:.95rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.footer-copyright{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);color:#fff;font-size:.875rem;margin-top:2rem}.footer-copyright p{margin:0}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width: 768px){.footer-content,.footer-links{grid-template-columns:1fr;gap:2rem}}.doctor-home{min-height:100vh;background:#f5f5f5;padding:1rem;padding-bottom:80px}.doctor-home-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.5rem 0}.header-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #2563eb;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.avatar-img{width:100%;height:100%;object-fit:cover;display:block}.header-actions{display:flex;align-items:center;gap:.75rem}.website-home-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;color:#374151;font-size:.875rem;font-weight:500;transition:all .2s}.website-home-btn:hover{background:#e5e7eb;color:#1f2937}.website-home-btn svg{flex-shrink:0}.header-notification{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333}.doctor-home-content{display:flex;flex-direction:column;gap:1rem}.appointments-card,.availability-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #0000000d}.appointments-card:hover,.availability-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.appointments-card .card-text{font-weight:600;font-size:1rem;color:#1f2937}.availability-card{display:flex;justify-content:space-between;align-items:center}.availability-card .card-text{font-weight:600;font-size:1rem;color:#1f2937}.card-icons{display:flex;align-items:center;gap:.75rem;color:#6b7280}.main-illustration-card{background:linear-gradient(135deg,#60a5fa,#34d399);border-radius:16px;padding:2rem 1.5rem;margin-top:.5rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center}.illustration-container{width:100%;max-width:300px;margin-bottom:1.5rem}.illustration-image{width:100%;height:auto;object-fit:contain}.card-content{width:100%}.card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.card-description{font-size:.95rem;color:#374151;margin-bottom:1.5rem;line-height:1.5}.view-schedule-btn{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;width:100%;max-width:300px}.view-schedule-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 8px #2563eb4d}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:space-around;align-items:center;padding:.75rem 0;box-shadow:0 -2px 8px #0000000d;z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:.5rem 1.5rem;color:#6b7280;transition:color .3s}.nav-item.active{color:#2563eb}.nav-item svg{width:24px;height:24px}.nav-item.earnings-nav{position:relative}.nav-item .rupee-symbol{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;margin-top:-2px}.nav-item:hover{color:#2563eb}@media (max-width: 768px){.doctor-home{padding:1rem}.main-illustration-card{padding:1.5rem 1rem}.card-title{font-size:1.25rem}.card-description{font-size:.875rem}}.website-home{width:100%}.specialties-page{min-height:100vh;background:#fff}.find-doctors-section{padding:2rem 2rem 3rem;max-width:1400px;margin:0 auto}.find-doctors-container{width:100%}.section-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.specialties-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.specialties-carousel-inner{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:1;padding:1rem 0;scrollbar-width:none}.specialties-carousel-inner::-webkit-scrollbar{display:none}.specialty-circle{display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:120px;cursor:pointer;transition:all .3s;flex-shrink:0}.specialty-circle:hover{transform:translateY(-4px)}.specialty-icon-wrapper{width:100px;height:100px;border-radius:50%;background:#e0f2fe;display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:all .3s}.specialty-circle.active .specialty-icon-wrapper{background:#2563eb}.specialty-icon{width:100%;height:100%;object-fit:contain}.specialty-name{font-size:.9rem;color:#1f2937;text-align:center;font-weight:500;white-space:nowrap}.specialty-circle.active .specialty-name{color:#2563eb;font-weight:600}.carousel-arrow{width:40px;height:40px;border-radius:50%;border:none;background:#e0f2fe;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#1f2937;font-weight:700;flex-shrink:0}.carousel-arrow:hover{background:#7dd3fc;transform:scale(1.05)}.doctors-listing-section,.top-doctors-section{padding:3rem 2rem;max-width:1400px;margin:0 auto}.doctors-listing-container,.top-doctors-container{width:100%}.no-doctors-message{grid-column:1 / -1;text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1.1rem;background:#f9fafb;border-radius:8px;margin:2rem 0}@media (max-width: 768px){.find-doctors-section,.doctors-listing-section,.top-doctors-section{padding:2rem 1rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.specialties-carousel-wrapper{gap:.5rem}.specialties-carousel-inner{gap:1rem}.specialty-circle{min-width:100px}.specialty-icon-wrapper{width:80px;height:80px;padding:1rem}.carousel-arrow{width:35px;height:35px;font-size:1.2rem}.doctors-grid{grid-template-columns:1fr;gap:1.5rem}}.retry-button:active{transform:scale(.98)}.breadcrumb{display:flex;align-items:center;padding:1rem 2rem;font-size:.875rem;color:#6b7280;max-width:1400px;margin:0 auto}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-separator{margin:0 .5rem;color:#9ca3af}.breadcrumb-link{color:#6b7280;text-decoration:none;transition:color .3s}.breadcrumb-link:hover{color:#2563eb}.breadcrumb-active{color:#1f2937;font-weight:500}@media (max-width: 768px){.breadcrumb{padding:.75rem 1rem;font-size:.8rem}}.doctor-card{background:#f8f8f8;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;position:relative;min-height:200px}.doctor-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.doctor-image{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #ffffff;flex-shrink:0;position:relative;z-index:1;margin-top:-10px;margin-left:-10px;box-shadow:0 2px 6px #0000001a}.doctor-image img{width:100%;height:100%;object-fit:cover}.doctor-info{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.doctor-name-rating{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.doctor-name{font-size:1.125rem;font-weight:700;color:#000;margin:0;flex:1}.doctor-rating{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.star{font-size:1rem;color:gold;line-height:1}.rating-value{font-size:.95rem;font-weight:500;color:#000}.doctor-specialization{font-size:.95rem;color:#000;margin:0;font-weight:400}.doctor-experience{font-size:.875rem;color:#000;margin:0;font-weight:400}.doctor-location{font-size:.875rem;color:#000;margin:.25rem 0;display:flex;align-items:center;gap:.25rem;font-weight:400}.location-icon{font-size:.875rem;color:#6b7280}.doctor-price-slots{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;margin-bottom:.5rem}.fee-amount{font-size:1.125rem;font-weight:700}.fee-amount.available-price{color:#10b981}.fee-amount.unavailable-price{color:#ef4444}.doctor-slots{display:flex;align-items:center;gap:.5rem}.doctor-slots.available .slot-indicator{width:10px;height:10px;border-radius:50%;background:#10b981;flex-shrink:0}.doctor-slots.unavailable .slot-indicator{width:10px;height:10px;border-radius:50%;background:#ef4444;flex-shrink:0}.doctor-slots.available .slot-text{font-size:.875rem;color:#10b981;font-weight:500}.doctor-slots.unavailable .slot-text{font-size:.875rem;color:#ef4444;font-weight:500}.book-now-btn{width:100%;padding:.75rem 1.5rem;background:linear-gradient(180deg,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;margin-top:auto;transition:background .3s,transform .2s;box-shadow:0 2px 4px #3b82f64d}.book-now-btn:hover{background:linear-gradient(180deg,#3b82f6,#2563eb);transform:translateY(-1px);box-shadow:0 4px 6px #3b82f666}.book-now-btn:active{transform:translateY(0)}@media (max-width: 1024px){.doctor-card{padding:1.25rem}.doctor-image{width:90px;height:90px}}@media (max-width: 768px){.doctor-card{padding:1rem;flex-direction:column;align-items:center}.doctor-image{width:100px;height:100px;margin-top:0;margin-left:0;margin-bottom:.5rem}.doctor-info{width:100%;text-align:center}.doctor-name-rating{justify-content:center}.doctor-price-slots{justify-content:center;flex-wrap:wrap}}.how-it-works{padding:4rem 2rem;background:#f9fafb;max-width:1400px;margin:0 auto}.how-it-works-container{max-width:1200px;margin:0 auto}.how-it-works-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem}.how-it-works-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.how-it-works-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.step-icon{font-size:3rem;margin-bottom:.5rem}.step-text{font-size:1rem;color:#1f2937;font-weight:500;margin:0;line-height:1.5}@media (max-width: 1024px){.how-it-works-steps{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.how-it-works{padding:3rem 1.5rem}.how-it-works-title{font-size:1.5rem;margin-bottom:2rem}.how-it-works-steps{grid-template-columns:1fr;gap:2rem}.step-icon{font-size:2.5rem}.step-text{font-size:.95rem}}.search-results-page{min-height:100vh;background:#fff}.search-results-section{padding:3rem 2rem;max-width:1400px;margin:0 auto}.search-results-container{width:100%}.search-results-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.search-location-info{font-size:1rem;color:#6b7280;margin:0}.results-count{margin-bottom:2rem;padding:1rem;background:#f9fafb;border-radius:8px}.results-count p{margin:0;font-size:1rem;color:#374151}.results-count strong{color:#2563eb;font-weight:600}.doctors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-message{font-size:1.2rem;color:#6b7280;margin-bottom:1rem}.error-container{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:2rem;margin:2rem 0}.error-message{color:#dc2626;font-size:1.1rem;margin-bottom:1.5rem}.retry-button{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.no-results{text-align:center;padding:4rem 2rem}.no-results-message{font-size:1.25rem;color:#374151;margin-bottom:.5rem;font-weight:500}.no-results-suggestion{font-size:1rem;color:#6b7280;margin-bottom:2rem}.back-to-search-button{background:#2563eb;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.back-to-search-button:hover{background:#1d4ed8}@media (max-width: 1024px){.doctors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.search-results-section{padding:2rem 1rem}.page-title{font-size:1.5rem}.doctors-grid{grid-template-columns:1fr;gap:1.5rem}}.doctor-profile-page{min-height:100vh;background:#fff}.doctor-profile-container{max-width:1400px;margin:0 auto;padding:2rem}.doctor-profile-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.doctor-info-column{display:flex;flex-direction:column;gap:2rem}.doctor-header-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;display:flex;gap:1.5rem;align-items:flex-start}.doctor-header-image{width:150px;height:150px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #e5e7eb}.doctor-header-image img{width:100%;height:100%;object-fit:cover}.doctor-header-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.doctor-profile-name{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.doctor-profile-specialization{font-size:1rem;color:#6b7280;margin:0}.doctor-profile-experience{font-size:.95rem;color:#6b7280;margin:0}.doctor-profile-location{font-size:.95rem;color:#6b7280;margin:.5rem 0 0;display:flex;align-items:center;gap:.5rem}.location-icon{font-size:1rem}.info-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.section-heading{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.section-content{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0}.section-list{list-style:none;padding:0;margin:0}.section-list li{font-size:.95rem;color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative}.section-list li:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:700}.hospital-details{display:flex;gap:1.5rem;align-items:flex-start}.hospital-map{flex-shrink:0;width:200px;height:150px;border-radius:8px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb}.map-image{width:100%;height:100%;object-fit:cover}.map-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af}.map-placeholder span{font-size:2rem;margin-bottom:.5rem}.map-placeholder p{font-size:.875rem;margin:0}.hospital-address{flex:1;display:flex;flex-direction:column;gap:1rem}.hospital-address p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.5}.get-directions-btn{padding:.75rem 1.5rem;background:transparent;color:#2563eb;border:2px solid #2563eb;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;align-self:flex-start}.get-directions-btn:hover{background:#2563eb;color:#fff}.appointment-column{display:flex;flex-direction:column;gap:2rem}.appointment-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.appointment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.appointment-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.appointment-fee{font-size:1rem;font-weight:600;color:#10b981}.date-selection{margin-bottom:2rem}.selection-label{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.date-cards-container{position:relative;display:flex;align-items:center;gap:.5rem}.date-scroll-btn{width:30px;height:30px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#6b7280;transition:all .3s;flex-shrink:0}.date-scroll-btn:hover{background:#f3f4f6;border-color:#d1d5db}.date-cards{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;flex:1;padding:.5rem 0;scrollbar-width:none}.date-cards::-webkit-scrollbar{display:none}.date-card{min-width:120px;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .3s;flex-shrink:0}.date-card:hover:not(.unavailable){border-color:#2563eb;background:#eff6ff}.date-card.selected{background:#dbeafe;border-color:#2563eb}.date-card.unavailable{background:#f9fafb;border-color:#e5e7eb;opacity:.6;cursor:not-allowed}.date-text{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.date-status{font-size:.75rem;color:#6b7280;margin:0}.date-status.unavailable{color:#9ca3af;text-decoration:line-through}.time-selection{margin-bottom:1rem}.time-slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.time-slot-btn{padding:.75rem 1rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#1f2937;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s}.time-slot-btn:hover:not(.unavailable):not(:disabled){border-color:#2563eb;background:#eff6ff}.time-slot-btn.selected{background:#dbeafe;border-color:#2563eb;color:#1e40af}.time-slot-btn.unavailable,.time-slot-btn:disabled{background:#f9fafb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.6}.book-appointment-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(180deg,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:all .3s;box-shadow:0 2px 4px #3b82f64d}.book-appointment-btn:hover:not(:disabled){background:linear-gradient(180deg,#3b82f6,#2563eb);transform:translateY(-1px);box-shadow:0 4px 6px #3b82f666}.book-appointment-btn:active:not(:disabled){transform:translateY(0)}.book-appointment-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.booking-error{margin-top:1rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.schedule-section{margin-bottom:2rem}.schedule-info-note{margin-top:1rem;padding:1rem;background:#eff6ff;border-left:4px solid #2563eb;border-radius:8px}.schedule-info-note p{margin:0;font-size:.9rem;color:#1e40af;line-height:1.6}.ratings-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.ratings-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.ratings-overview{margin-bottom:1.5rem}.overall-rating{display:flex;flex-direction:column;align-items:center;gap:.5rem}.rating-number{font-size:3rem;font-weight:700;color:#1f2937}.rating-stars{display:flex;gap:.25rem}.rating-stars .star{font-size:1.5rem;color:#d1d5db}.rating-stars .star.filled{color:#2563eb}.rating-stars .star.half{color:#2563eb;opacity:.7}.reviews-count{font-size:.875rem;color:#6b7280;margin:0}.rating-distribution{display:flex;flex-direction:column;gap:.75rem}.rating-bar-item{display:flex;align-items:center;gap:.75rem}.rating-label{font-size:.875rem;color:#6b7280;min-width:50px}.rating-bar-container{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.rating-bar{height:100%;border-radius:4px;transition:width .3s}.rating-count{font-size:.875rem;color:#6b7280;min-width:30px;text-align:right}.reviews-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.reviews-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.review-item:last-child{border-bottom:none;padding-bottom:0}.review-user{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.review-user-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.review-user-name{font-size:.95rem;font-weight:600;color:#1f2937}.review-text{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0}.top-doctors-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.top-doctors-section .section-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.top-doctors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.loading-container,.error-container{text-align:center;padding:4rem 2rem;color:#6b7280}.error-container button{margin-top:1rem;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.error-container button:hover{background:#1d4ed8}.no-doctors-message{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1.1rem;background:#f9fafb;border-radius:8px}@media (max-width: 1024px){.doctor-profile-content{grid-template-columns:1fr}.top-doctors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.doctor-profile-container{padding:1rem}.doctor-header-card{flex-direction:column;align-items:center;text-align:center}.doctor-header-image{width:120px;height:120px}.hospital-details{flex-direction:column}.hospital-map{width:100%}.time-slots-grid{grid-template-columns:repeat(2,1fr)}.top-doctors-grid{grid-template-columns:1fr}}.schedule-management{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.schedule-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.add-schedule-btn{padding:.75rem 1.5rem;background:linear-gradient(180deg,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.add-schedule-btn:hover{background:linear-gradient(180deg,#3b82f6,#2563eb);transform:translateY(-1px)}.schedule-loading,.schedule-error{text-align:center;padding:2rem;color:#6b7280}.schedule-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:1rem}.schedule-form-card{background:#f9fafb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.schedule-form-card h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.submit-btn,.bulk-create-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn{background:linear-gradient(180deg,#60a5fa,#3b82f6);color:#fff}.submit-btn:hover{background:linear-gradient(180deg,#3b82f6,#2563eb)}.bulk-create-btn{background:#f3f4f6;color:#1f2937;border:1px solid #d1d5db}.bulk-create-btn:hover{background:#e5e7eb}.schedules-list h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.no-schedules,.no-schedule-day{text-align:center;padding:2rem;color:#9ca3af;font-size:.95rem}.schedules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.schedule-day-card{background:#f9fafb;border-radius:8px;padding:1rem;border:1px solid #e5e7eb}.day-name{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.schedule-item{background:#fff;border-radius:6px;padding:.75rem;margin-bottom:.5rem;border:1px solid #e5e7eb}.schedule-time{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#1f2937}.schedule-status{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.schedule-status.available{background:#d1fae5;color:#065f46}.schedule-status.unavailable{background:#fee2e2;color:#991b1b}.schedule-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;color:#6b7280}.schedule-type{background:#dbeafe;color:#1e40af;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.schedule-actions{display:flex;gap:.5rem;margin-top:.5rem}.edit-btn,.delete-btn{flex:1;padding:.5rem;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s}.edit-btn{background:#dbeafe;color:#1e40af}.edit-btn:hover{background:#bfdbfe}.delete-btn{background:#fee2e2;color:#991b1b}.delete-btn:hover{background:#fecaca}.schedule-note{margin-top:1rem;padding:.75rem;background:#eff6ff;border-left:3px solid #2563eb;border-radius:4px;font-size:.875rem;color:#1e40af;font-style:italic}@media (max-width: 768px){.form-row,.schedules-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}.appointments-page-new{min-height:100vh;background:#fff;padding-bottom:80px}.appointments-header-new{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem 1rem}.header-avatar-new{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #2563eb;display:flex;align-items:center;justify-content:center;background:#f3f4f6;flex-shrink:0}.avatar-img-new{width:100%;height:100%;object-fit:cover}.header-notification-new{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1f2937}.appointments-content{padding:0 1rem}.section-title-large{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.upcoming-appointments-section{margin-bottom:2rem}.upcoming-appointment-card{background:#f3f4f6;border-radius:12px;padding:1.5rem;margin-top:1rem}.upcoming-appointment-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.upcoming-appointment-text{flex:1}.upcoming-appointment-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.upcoming-appointment-time{font-size:.95rem;color:#6b7280;margin:0}.upcoming-appointment-illustration{width:80px;height:80px;flex-shrink:0;margin-left:1rem}.illustration-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.upcoming-appointment-actions{display:flex;gap:.75rem}.start-session-btn{flex:1;padding:.875rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.start-session-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.start-session-btn svg{width:20px;height:20px}.reschedule-btn-new{flex:1;padding:.875rem 1rem;background:#f3f4f6;color:#1f2937;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.reschedule-btn-new:hover{background:#e5e7eb}.set-availability-section{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:2rem;cursor:pointer;transition:opacity .3s}.set-availability-section:hover{opacity:.7}.set-availability-content{display:flex;align-items:center;gap:.75rem}.calendar-icon{color:#1f2937;width:20px;height:20px}.set-availability-text{font-size:1rem;font-weight:500;color:#1f2937}.arrow-icon{color:#6b7280;width:16px;height:16px}.appointments-list-section{margin-bottom:2rem}.appointment-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#f3f4f6;padding:.25rem;border-radius:8px}.tab-btn{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-radius:6px;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s}.tab-btn.active{background:#2563eb;color:#fff}.tab-btn:hover:not(.active){background:#e5e7eb}.appointments-list-new{display:flex;flex-direction:column;gap:1rem}.appointment-item-new{display:flex;align-items:center;gap:1rem;background:#f3f4f6;border-radius:12px;padding:1rem}.appointment-avatar-new{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.appointment-details-new{flex:1;min-width:0}.appointment-title-new{font-size:.95rem;font-weight:500;color:#1f2937;margin:0 0 .25rem}.appointment-time-new{font-size:.875rem;color:#6b7280;margin:0}.appointment-status-badge{padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap;flex-shrink:0}.loading-state,.error-state,.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.error-state{color:#dc2626}.bottom-nav-new{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:space-around;align-items:center;padding:.75rem 0;box-shadow:0 -2px 8px #0000000d;z-index:100}.nav-item-new{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:.5rem 1.5rem;color:#6b7280;transition:color .3s;position:relative}.nav-item-new.active{color:#2563eb}.nav-item-new svg{width:24px;height:24px}.nav-item-new:hover{color:#2563eb}.nav-item-new.earnings-nav-new{position:relative}.rupee-symbol-new{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;margin-top:-2px}@media (max-width: 768px){.appointments-content{padding:0 1rem}.upcoming-appointment-content{flex-direction:column;align-items:flex-start}.upcoming-appointment-illustration{width:100%;height:120px;margin-left:0;margin-top:1rem}.upcoming-appointment-actions{width:100%}}.set-availability-page{min-height:100vh;background:#fff;padding:1rem 1rem 2rem}.set-availability-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-top:.5rem}.back-button{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#1f2937;transition:color .3s}.back-button svg{width:24px;height:24px}.page-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.availability-section{background:#f0f9ff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d}.section-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 1.25rem}.days-list{display:flex;flex-direction:column;gap:1rem}.day-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.day-name{font-size:.95rem;color:#6b7280;font-weight:500}.day-checkbox{width:24px;height:24px;border:2px solid #60a5fa;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;padding:0;flex-shrink:0}.day-checkbox:hover{border-color:#3b82f6;background:#eff6ff}.day-checkbox.checked{background:#2563eb;border-color:#2563eb}.day-checkbox.checked:hover{background:#1d4ed8;border-color:#1d4ed8}.time-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.time-input-group{display:flex;flex-direction:column;gap:.5rem}.time-label{font-size:.875rem;font-weight:500;color:#374151}.time-input{width:100%;padding:.875rem;border:2px solid #60a5fa;border-radius:8px;background:#f0f9ff;font-size:.95rem;color:#1f2937;transition:all .3s;cursor:pointer}.time-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.time-display{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:.25rem}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#dc2626;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;animation:slideIn .3s ease-out}.error-message:before{content:"⚠️";font-size:1.2rem;flex-shrink:0}.error-message p{margin:0;line-height:1.5}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.save-button-container{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 8px #0000000d}.save-schedule-btn{width:100%;padding:1rem;background:linear-gradient(180deg,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #2563eb33}.save-schedule-btn:hover:not(:disabled){background:linear-gradient(180deg,#3b82f6,#2563eb);transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.save-schedule-btn:active:not(:disabled){transform:translateY(0)}.save-schedule-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.time-inputs{grid-template-columns:1fr;gap:1rem}.availability-section{padding:1.25rem}.set-availability-page{padding-bottom:100px}}.earnings-page{min-height:100vh;background:#fff;padding-bottom:80px}.earnings-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem 1rem}.back-button-earnings{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#1f2937;transition:color .3s}.back-button-earnings:hover{color:#2563eb}.back-button-earnings svg{width:24px;height:24px}.earnings-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;flex:1;text-align:center}.earnings-tabs{display:flex;gap:.5rem;padding:0 1rem;margin-bottom:1.5rem}.earnings-tab{flex:1;padding:.75rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:.95rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .3s}.earnings-tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.earnings-tab:hover:not(.active){background:#f3f4f6}.date-range-filter{padding:0 1rem;margin-bottom:1.5rem}.date-range-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .3s}.date-range-btn:hover{border-color:#2563eb;background:#f9fafb}.date-range-btn svg{color:#1f2937}.summary-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:0 1rem;margin-bottom:1.5rem}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.summary-card-label{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;font-weight:500}.summary-card-value{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.consultations-graph-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin:0 1rem 2rem}.graph-header{margin-bottom:1.5rem}.graph-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.graph-subtitle{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.growth-indicator{display:flex;align-items:center;gap:.25rem;color:#10b981;font-weight:600}.growth-indicator svg{width:12px;height:12px}.chart-container{position:relative;width:100%;height:200px;margin-top:1rem;overflow:hidden}.area-chart{width:100%;height:150px;display:block}.chart-labels{display:flex;justify-content:space-between;margin-top:.5rem;padding:0 .5rem}.chart-label{font-size:.75rem;color:#1f2937;font-weight:500;flex:1;text-align:center}.patients-list-container{padding:0 1rem;margin-bottom:2rem}.patients-list{display:flex;flex-direction:column;gap:.75rem}.patient-session-item{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;transition:all .3s}.patient-session-item:hover{box-shadow:0 2px 8px #0000000d;border-color:#d1d5db}.patient-avatar-earnings{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e5e7eb}.patient-session-details{flex:1;min-width:0}.patient-session-title{font-size:.95rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.patient-session-time{font-size:.875rem;color:#6b7280;margin:0}.session-more-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .3s;flex-shrink:0}.session-more-btn:hover{color:#1f2937}.session-more-btn svg{width:20px;height:20px}.loading-state-patients,.empty-state-patients{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:.95rem}.bottom-nav-earnings{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:space-around;align-items:center;padding:.75rem 0;box-shadow:0 -2px 8px #0000000d;z-index:100}.nav-item-earnings{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:.5rem 1.5rem;color:#6b7280;transition:color .3s;position:relative}.nav-item-earnings.active{color:#2563eb}.nav-item-earnings svg{width:24px;height:24px}.nav-item-earnings:hover{color:#2563eb}.nav-item-earnings.earnings-nav-earnings{position:relative}.rupee-symbol-earnings{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;margin-top:-2px}@media (max-width: 768px){.summary-cards{grid-template-columns:1fr}.chart-container{height:180px}}.payment-page{min-height:100vh;background:#f9fafb;padding:1rem}.payment-container{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.payment-header{display:flex;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.back-button{background:none;border:none;cursor:pointer;padding:.5rem;margin-right:1rem;color:#374151;display:flex;align-items:center;justify-content:center}.back-button:hover{color:#2563eb}.payment-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.booking-summary{padding:2rem}.summary-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.doctor-info-summary{display:flex;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1.5rem}.doctor-image-summary{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-right:1rem}.doctor-details-summary{flex:1}.doctor-name-summary{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.appointment-type-summary{font-size:.875rem;color:#6b7280;margin:0}.appointment-details-summary{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.875rem;color:#6b7280}.detail-value{font-size:.875rem;font-weight:500;color:#1f2937}.fee-value{font-size:1.125rem;font-weight:600;color:#2563eb}.payment-status{padding:2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.payment-status p{color:#6b7280;margin:0}.payment-error{padding:2rem;text-align:center;background:#fee2e2;margin:1rem;border-radius:8px}.payment-error p{color:#991b1b;margin-bottom:1rem}.retry-button{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.retry-button:hover{background:#1d4ed8}.payment-instructions{padding:2rem;text-align:center}.payment-instructions p{color:#6b7280;margin-bottom:1.5rem}.proceed-payment-btn{background:#2563eb;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;width:100%}.proceed-payment-btn:hover:not(:disabled){background:#1d4ed8}.proceed-payment-btn:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.payment-page{padding:0}.payment-container{border-radius:0}.booking-summary{padding:1.5rem}}.bill-details-page{min-height:100vh;background:#f5f5f5}.bill-details-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.bill-details-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-top:2rem}.bill-details-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.bill-details-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.doctor-info-card{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1.5rem}.doctor-image-bill{width:80px;height:80px;border-radius:8px;object-fit:cover}.doctor-info-bill{flex:1}.doctor-name-bill{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.doctor-specialization-bill{font-size:.875rem;color:#6b7280;margin:0 0 .25rem}.appointment-type-bill{font-size:.875rem;color:#2563eb;font-weight:500;margin:0}.appointment-details-card{background:#f9fafb;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.detail-item:last-child{margin-bottom:0}.detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.detail-value{font-size:.875rem;color:#1f2937;font-weight:600;text-align:right;flex:1;margin-left:1rem}.address-value{font-size:.8rem;font-weight:400}.slot-check-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#eff6ff;border-radius:8px;margin-bottom:1.5rem;color:#2563eb}.loading-spinner-small{width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.slot-unavailable-message{padding:1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;text-align:center}.slot-unavailable-message p:first-child{font-size:1.125rem;font-weight:700;color:#dc2626;margin:0 0 .5rem}.slot-unavailable-detail{font-size:.875rem;color:#991b1b;margin:0 0 1rem}.back-to-slot-btn{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .3s}.back-to-slot-btn:hover{background:#1d4ed8}.bill-breakdown{background:#f9fafb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.bill-section-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.bill-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.bill-item:last-child{border-bottom:none}.bill-item.total{margin-top:.5rem;padding-top:1rem;border-top:2px solid #1f2937;border-bottom:none}.bill-label{font-size:.875rem;color:#6b7280}.bill-item.total .bill-label{font-size:1rem;font-weight:700;color:#1f2937}.bill-amount{font-size:.875rem;font-weight:600;color:#1f2937}.bill-item.total .bill-amount{font-size:1.125rem;font-weight:700;color:#1f2937}.savings-section{margin-bottom:1.5rem}.coupons-btn{width:100%;padding:.75rem;background:#fff;border:2px solid #2563eb;border-radius:8px;color:#2563eb;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s}.coupons-btn:hover{background:#eff6ff}.notification-terms-section{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.phone-number{color:#2563eb;font-weight:500;margin-left:.25rem}.error-message-bill{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;color:#dc2626;font-size:.875rem}.pay-button{width:100%;padding:1rem;background:linear-gradient(180deg,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #2563eb33}.pay-button:hover:not(:disabled){background:linear-gradient(180deg,#3b82f6,#2563eb);transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.pay-button:disabled{opacity:.6;cursor:not-allowed}.offers-section{display:flex;flex-direction:column;gap:1.5rem}.promo-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;text-align:center}.promo-banner h3{font-size:1.125rem;font-weight:700;margin:0}.razorpay-emi-section{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.emi-title{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.emi-subtitle{font-size:.875rem;color:#10b981;font-weight:600;margin:0 0 .5rem}.emi-savings{font-size:.75rem;color:#6b7280;margin:0 0 1rem}.emi-actions{display:flex;gap:.5rem}.view-plans-btn,.view-offers-btn{flex:1;padding:.5rem;background:#eff6ff;border:1px solid #2563eb;border-radius:6px;color:#2563eb;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .3s}.view-plans-btn:hover,.view-offers-btn:hover{background:#dbeafe}.app-download-banner{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:1.5rem;border-radius:12px;text-align:center}.app-download-banner h3{font-size:1rem;font-weight:700;margin:0 0 .5rem}.app-download-banner p{font-size:.875rem;margin:0;opacity:.9}@media (max-width: 968px){.bill-details-content{grid-template-columns:1fr}.offers-section{order:-1}}@media (max-width: 640px){.bill-details-container{padding:1rem}.bill-details-section{padding:1.5rem}.doctor-info-card{flex-direction:column;text-align:center}.detail-item{flex-direction:column;gap:.25rem}.detail-value{text-align:left;margin-left:0}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.privacy-container{line-height:1.6;color:#333;max-width:800px;margin:0 auto;padding:20px;background-color:#f5f5f5;min-height:100vh}.privacy-wrapper{background-color:#fff;padding:40px;border-radius:10px;box-shadow:0 2px 10px #0000001a}.privacy-wrapper h1{color:#2c3e50;border-bottom:3px solid #3498db;padding-bottom:10px}.privacy-wrapper h2{color:#2c3e50;margin-top:30px}.privacy-wrapper h3{color:#34495e;margin-top:20px}.privacy-summary{background-color:#e8f4f8;padding:20px;border-left:4px solid #3498db;margin:20px 0;border-radius:5px}.privacy-highlight{background-color:#fff3cd;padding:15px;border-left:4px solid #ffc107;margin:15px 0;border-radius:5px}.privacy-wrapper ul{padding-left:25px}.privacy-wrapper li{margin:8px 0}.privacy-contact{background-color:#f8f9fa;padding:20px;border-radius:5px;margin-top:30px}.privacy-last-updated{color:#7f8c8d;font-style:italic;margin-bottom:20px}.privacy-wrapper a{color:#3498db;text-decoration:none}.privacy-wrapper a:hover{text-decoration:underline}.privacy-footer{text-align:center;color:#7f8c8d;font-size:14px}@media (max-width: 768px){.privacy-wrapper{padding:24px}}.app{min-height:100vh;padding:2rem}.container{max-width:1200px;margin:0 auto}.header{text-align:center;color:#fff;margin-bottom:3rem}.header h1{font-size:3rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header p{font-size:1.2rem;opacity:.9}.error-message{background:#f44;color:#fff;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.form-section h2{margin-bottom:1.5rem;color:#333}.form{display:flex;flex-direction:column;gap:1rem}.input,.textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.input:focus,.textarea:focus{outline:none;border-color:#667eea}.textarea{resize:vertical}.form-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-edit{background:#17a2b8;color:#fff}.btn-edit:hover{background:#138496}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}.items-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.items-section h2{margin-bottom:1.5rem;color:#333}.loading,.empty-state{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.item-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;transition:transform .3s,box-shadow .3s}.item-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0000001a}.item-card h3{color:#333;margin-bottom:.5rem;font-size:1.25rem}.item-card p{color:#666;margin-bottom:1rem;line-height:1.6}.item-actions{display:flex;gap:.5rem}@media (max-width: 768px){.header h1{font-size:2rem}.items-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh;color:#1f2937}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
