body{font-family:Arial,sans-serif;margin:0;padding:0;scroll-behavior:smooth}.header_container{border-radius:0;box-shadow:0 0 10px #00800080;flex-direction:row;height:80px;height:120px;min-height:80px;opacity:.9;position:fixed;top:0;width:100vw;width:100%;z-index:1000}.img{flex:1 1}#rd-logo{height:100px;margin-left:10px;margin-top:10px;width:100px}.nav_menu{align-items:center;display:flex;flex:1 1;gap:20px;justify-content:center}.nav_link{color:#203394;list-style-type:none;margin:0;padding:0}.nav_link li{color:#203394;display:inline}.nav_link a{align-items:center;color:#203394;display:flex;font-size:22px;gap:5px;padding:2px 10px;text-decoration:none;transition:color .3s ease}.nav_link a:hover{color:#13b33b;text-decoration:none}.toggle-wrapper{align-items:center;display:flex;justify-content:flex-end;min-width:60px}.navbar__toggle{cursor:pointer;display:none;font-size:28px}@media (max-width:768px){.nav_menu{align-items:center;background:#fff;border-radius:0 0 20px 20px;box-shadow:0 4px 8px #0080004d;flex-direction:column;left:0;max-height:0;overflow:hidden;position:fixed;right:0;top:100px;transition:max-height .3s ease;z-index:999}.nav_menu.active{max-height:300px}.nav_link{color:#203394;flex-direction:column;gap:15px;padding:15px 0}.navbar__toggle{display:block}}body{background-color:#fff;color:#203394;transition:background-color .3s ease,color .3s ease}*{box-sizing:border-box;margin:0;padding:0}.header_container{align-items:center;background-color:#fff;background-color:var(--header-bg,#fff);border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:10px 20px}.logo-container{flex-shrink:0}.logo-img{height:100px;object-fit:contain;width:100px}.nav_menu{flex-grow:1;text-align:right}.nav-auth-btn{align-items:center;background-color:#2f4fcb;border:none;border-radius:20px;color:#fff!important;cursor:pointer;display:flex;font-size:18px;gap:6px;padding:6px 14px;text-decoration:none;transition:all .3s ease}.nav-auth-btn:hover{background-color:green;transform:translateY(-1px)}.nav_link{gap:20px;justify-content:flex-end;list-style:none}.nav_link,.nav_link li a{align-items:center;display:flex}.nav_link li a{color:#203394;font-weight:500;gap:6px;text-decoration:none}.nav_link li a:hover{color:green}.dark-mode{background-color:#181a1b!important;color:#e0e0e0!important}.dark-mode .header_container{background-color:#23272f!important;box-shadow:0 0 10px #00ff8033}.dark-mode .nav_link a{color:#e0e0e0!important}.dark-mode .nav_link li a:hover{color:#13b33b!important}body.dark-mode .nav-auth-btn{background-color:#44e66d;color:#fff!important}body.dark-mode .nav-auth-btn:hover{background-color:#2f4fcb;color:#e0e0e0!important}body.dark-mode input,body.dark-mode select,body.dark-mode textarea{background-color:#2a2d33!important;border:1px solid #555!important;color:#fff!important}body.dark-mode input::placeholder,body.dark-mode textarea::placeholder{color:#bbb!important}body.dark-mode .login-btn,body.dark-mode .register-btn{background-color:#13b33b!important;border:none!important;color:#fff!important}body.dark-mode .login-btn:hover,body.dark-mode .register-btn:hover{background-color:#0f962f!important}.dark-mode .img #rd-logo{filter:brightness(.8) contrast(1.2)}.dark-mode .dark-mode-toggle{color:gold!important}.dark-mode-toggle{background:none;border:none;color:#333;color:gold;cursor:pointer;font-size:1.5rem;margin-left:20px;position:relative;transition:color .3s;z-index:999}body.dark-mode{background-color:#121212;color:#e0e0e0}body.dark-mode .header_container{background-color:#1e1e1e}body.dark-mode .nav_link a{color:#e0e0e0}.dark-toggle-btn{background:none;border:none;color:#203394;cursor:pointer;font-size:25px;margin-left:15px;padding-top:2px}body.dark-mode .dark-toggle-btn{color:gold}.emergency-btn{align-items:center;background:none;border:none;color:#dc3545;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:6px;padding:0;transition:color .3s ease}.emergency-btn:hover{color:#a71d2a;text-decoration:underline}.fixed-emergency-btn{align-items:center;background-color:#dc3545;border:none;border-radius:50px;bottom:20px;box-shadow:0 4px 12px #dc354566;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;padding:15px 25px;position:fixed;right:20px;transition:all .3s ease;z-index:1001}.fixed-emergency-btn:hover{background-color:#c82333;box-shadow:0 6px 16px #dc354599;transform:translateY(-2px)}.fixed-emergency-btn:active{transform:translateY(0)}@media (max-width:768px){.fixed-emergency-btn{bottom:15px;font-size:14px;padding:12px 20px;right:15px}}@media (max-width:480px){.fixed-emergency-btn{bottom:10px;font-size:13px;padding:10px 18px;right:10px}}.emergency-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.emergency-panel{animation:slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-height:80vh;max-width:400px;overflow-y:auto;width:90%}.emergency-header{align-items:center;background:#dc3545;border-bottom:1px solid #eee;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px}.emergency-header h2{font-size:1.5rem;font-weight:700;margin:0}.close-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.close-btn:hover{background:#fff3;border-radius:50%}.emergency-content{padding:20px}.error,.loading{font-size:1.1rem;padding:20px;text-align:center}.error{color:#dc3545}.contacts-list{display:flex;flex-direction:column;gap:15px}.contact-item{align-items:center;background:#f8f9fa;border-left:4px solid #dc3545;border-radius:8px;display:flex;gap:15px;padding:15px}.contact-icon{font-size:1.5rem;min-width:40px}.contact-info{display:flex;flex-direction:column}.contact-name{color:#333;font-size:1.1rem;font-weight:700}.contact-number{color:#007bff;font-size:1.1rem;font-weight:500;text-decoration:none}.contact-number:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.emergency-panel{margin:10px;width:95%}.emergency-header{padding:15px}.emergency-header h2{font-size:1.3rem}.emergency-content{padding:15px}}.Footer_siteFooter__uX9yY{background-color:#203394;box-shadow:0 4px 24px #0003;color:#e6f7f1;padding:40px 20px 20px}.Footer_footerInner__UViGO{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:auto;max-width:1200px}.Footer_leftContent__AqdY-,.Footer_legalInfo__i6nS6,.Footer_newsletter__vXeEy,.Footer_quickLinks__diu\+R{flex:1 1;min-width:220px}.Footer_leftContent__AqdY-{align-items:center;color:#13b33b;display:flex;flex-direction:column;justify-content:center;text-align:center}.Footer_footerInner__UViGO img{display:block;height:60px;margin-bottom:10px;max-width:60px}.Footer_legalInfo__i6nS6 h2,.Footer_newsletter__vXeEy h2,.Footer_quickLinks__diu\+R h2{color:#13b33b;font-size:1.3rem;font-weight:600;margin-bottom:10px}.Footer_legalInfo__i6nS6 ul,.Footer_quickLinks__diu\+R ul{list-style:none;margin:0;padding:0}.Footer_legalInfo__i6nS6 li,.Footer_quickLinks__diu\+R li{margin-bottom:8px}.Footer_legalInfo__i6nS6 a,.Footer_quickLinks__diu\+R a{color:#e6f7f1;font-size:1rem;text-decoration:none}.Footer_legalInfo__i6nS6 a:hover,.Footer_quickLinks__diu\+R a:hover{color:#13b33b}.Footer_newsletter__vXeEy p{font-size:.95rem;margin-bottom:10px}.Footer_newsletter__vXeEy form{display:flex;flex-wrap:wrap;gap:10px}.Footer_newsletter__vXeEy input{border:none;border-radius:6px;flex:1 1;min-width:180px;padding:10px}.Footer_newsletter__vXeEy button{background-color:13b33b;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 18px;width:100%}.Footer_newsletter__vXeEy button:hover{background-color:#0e8f2c}hr{border:none;border-top:1px solid #ffffff4d;margin:20px 0}.Footer_copyright__QJwUC{background-color:#203394;padding:10px;text-align:center}.Footer_socialIcons__RhpXs{margin-bottom:10px}.Footer_socialIcons__RhpXs a{color:#e6f7f1;font-size:22px;margin:0 10px}.Footer_socialIcons__RhpXs a:hover{color:#13b33b}@media (max-width:768px){.Footer_footerInner__UViGO{flex-direction:column;text-align:center}.Footer_newsletter__vXeEy form{flex-direction:column}.Footer_newsletter__vXeEy button,.Footer_newsletter__vXeEy input{width:100%}}.dark-mode .Footer_siteFooter__uX9yY{background-color:#121212!important;box-shadow:none!important;color:#e0e0e0!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_leftContent__AqdY-,.dark-mode .Footer_siteFooter__uX9yY .Footer_legalInfo__i6nS6 h2,.dark-mode .Footer_siteFooter__uX9yY .Footer_newsletter__vXeEy h2,.dark-mode .Footer_siteFooter__uX9yY .Footer_quickLinks__diu\+R h2{color:#13b33b!important}.dark-mode .Footer_siteFooter__uX9yY a{color:#bbb!important}.dark-mode .Footer_siteFooter__uX9yY a:hover{color:#13b33b!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_newsletter__vXeEy input{background-color:#2a2d33!important;border:1px solid #444!important;color:#fff!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_newsletter__vXeEy input::placeholder{color:#bbb!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_newsletter__vXeEy button{background-color:#13b33b!important;color:#fff!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_newsletter__vXeEy button:hover{background-color:#0e8f2c!important}.dark-mode .Footer_siteFooter__uX9yY hr{border-top:1px solid #ffffff14!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_copyright__QJwUC{background-color:#121212!important;color:#bbb!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_socialIcons__RhpXs a{color:#bbb!important}.dark-mode .Footer_siteFooter__uX9yY .Footer_socialIcons__RhpXs a:hover{color:#13b33b!important}.slider_heroHeader__0AWSc{height:100vh;overflow:hidden;position:relative;width:100%}.slider_slider__IXIk0{align-items:center;display:flex;justify-content:center;overflow:hidden;padding:115px 0 0}.slider_slider__IXIk0,.slider_slides__aGeZC{height:100%;position:relative;width:100%}.slider_slide__xmayS{display:block;height:100%;object-fit:cover;width:100%}.slider_button__sSgyG{background-color:#00000080;border:none;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:16px;position:absolute;top:50%;transform:translateY(-50%);transition:.3s ease;z-index:2}.slider_button__sSgyG:hover{background-color:#000c}.slider_prev__3vE2j{left:0}.slider_next__W6oEE{right:0}.slider_overlayText__GMKnR{color:#fff;left:50%;position:absolute;text-align:center;text-shadow:0 2px 8px #000c;top:50%;transform:translate(-50%,-50%);z-index:3}.slider_overlayText__GMKnR h1{font-size:3rem;margin-bottom:1rem}.slider_overlayText__GMKnR p{font-size:1.25rem}.slider_dark-mode__2b6Xq .slider_heroHeader__0AWSc,.slider_dark-mode__2b6Xq .slider_slide__xmayS,.slider_dark-mode__2b6Xq .slider_slider__IXIk0,.slider_dark-mode__2b6Xq .slider_slides__aGeZC{background-color:#181a1b!important}.slider_dark-mode__2b6Xq .slider_button__sSgyG{background-color:#ffd70033!important;color:#f2f7a1!important}.slider_dark-mode__2b6Xq .slider_button__sSgyG:hover{background-color:#ffd70066!important}.slider_dark-mode__2b6Xq .slider_overlayText__GMKnR{color:#f7f7f7!important;text-shadow:0 2px 10px #000}.ServiceSection_serviceSection__9kMd-{background-color:#f9f9f9;padding:60px 20px;text-align:center}.ServiceSection_serviceSection__9kMd- h1{background-color:#203394;border:1px #fff;border-radius:10px;box-shadow:0 4px 24px #727773;color:#e6f3e6;font-size:2.5em;height:100px;margin:5px auto;padding-top:30px;text-align:center;width:80%}.ServiceSection_cogIcon__\+olt-{color:#1e90ff}.ServiceSection_serviceContainer__wsAlx{background-color:#f5f5f5;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding-top:5px;width:500px}.ServiceSection_box__lw6fv{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 5px #0000001a;display:flex;flex:0 0 55%;flex-direction:column;justify-content:space-between;min-width:300px;transition:transform .3s ease,box-shadow .3s ease}.ServiceSection_box__lw6fv:hover{box-shadow:0 4px 24px #727773;transform:scale(1.05)!important}.ServiceSection_image__GXp-F img{height:180px;object-fit:cover;width:100%}.ServiceSection_text__T-N5B{font-size:1.2em}.ServiceSection_textWithIcon__Wy5u8,.ServiceSection_text__T-N5B{align-items:center;display:flex;flex:1 1;font-weight:600;justify-content:center;padding:10px;text-align:center}.ServiceSection_textWithIcon__Wy5u8{color:#333;font-size:1.2rem;gap:8px;margin:15px 0 10px}.ServiceSection_description__5\+eS5{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:12px;padding:0 16px;text-align:justify}.ServiceSection_bookButton__f1PU4{background-color:#13b33b;border-radius:8px;color:#fff;font-weight:700;margin:0 16px 20px;padding:10px 16px;text-align:center;text-decoration:none;transition:background .3s ease}.ServiceSection_bookButton__f1PU4:hover{background-color:#218838}@keyframes ServiceSection_fadeIn__olnWg{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ServiceSection_fadeIn__olnWg{animation:ServiceSection_fadeIn__olnWg 1s ease-in-out forwards}@media (max-width:768px){.ServiceSection_box__lw6fv{width:90%}.ServiceSection_image__GXp-F{height:180px}}@media (max-width:480px){.ServiceSection_image__GXp-F{height:150px}.ServiceSection_serviceSection__9kMd- h1{font-size:1.5em;height:auto;padding:20px 10px}.ServiceSection_description__5\+eS5,.ServiceSection_readMore__alEuD{font-size:.85rem}}body.dark-mode .ServiceSection_serviceSection__9kMd-{background:#1a1a1a;color:#eee}body.dark-mode .ServiceSection_serviceSection__9kMd- h1{box-shadow:0 4px 24px #727773;color:#fff}body.dark-mode .ServiceSection_box__lw6fv{background-color:#1e1e2f;border:1px solid #000;box-shadow:0 8px 24px #ffffff0d;color:#ddd}body.dark-mode .ServiceSection_box__lw6fv:hover{background-color:#202040;box-shadow:0 4px 15px #efebeb;box-shadow:0 4px 20px #efebeb}body.dark-mode .ServiceSection_description__5\+eS5{color:#c1bdbd}body.dark-mode .ServiceSection_textWithIcon__Wy5u8,body.dark-mode .ServiceSection_text__T-N5B{color:#fff}body.dark-mode .ServiceSection_serviceSection__9kMd- h1{background:#203394;background-color:#1e1e2f;border:1px solid #e2e8f0;box-shadow:0 4px 24px #4caf50;box-shadow:0 10px 24px #000100;color:#eef6f9}body.dark-mode .ServiceSection_serviceContainer__wsAlx{background:#121212;box-shadow:0 10px 24px #000501}.ServiceSection_serviceSlider__F14\+o{padding:10px 0;scroll-snap-type:x mandatory}.ServiceSection_box__lw6fv{flex:0 0 auto;flex-basis:calc(20% - 16px);flex-grow:0;flex-shrink:0;scroll-snap-align:start}.ServiceSection_sliderWrapper__0Zv\+X{align-items:center;display:flex;gap:10px;position:relative}.ServiceSection_serviceSlider__F14\+o{display:flex;gap:20px;overflow-x:auto;padding:10px 20px 10px 0;scroll-behavior:smooth;scrollbar-width:none;width:100%}.ServiceSection_serviceSlider__F14\+o::-webkit-scrollbar{display:none}.ServiceSection_navButton__407RF{background-color:#218838;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:10px;transition:background-color .3s ease;z-index:2}.ServiceSection_navButton__407RF:hover{background-color:#203394}@media (max-width:768px){.ServiceSection_box__lw6fv{flex-shrink:0;min-width:80%}.ServiceSection_serviceSlider__F14\+o{gap:16px}}.DoctorSection_doctorsSection__CHq5z{background-color:#fff;padding:50px 0;text-align:center}.DoctorSection_doctorsSection__CHq5z h1{background-color:#203394;border:2px solid #e6f3e6;border-radius:10px;color:#e6f3e6;font-size:2.5em;height:100px;margin:5px auto;padding-top:30px;text-align:center;width:80%}.DoctorSection_doctorsContainer__mRhyQ{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px}.DoctorSection_doctorCard__DxMJV{height:380px;perspective:1000px;width:250px}.DoctorSection_cardInner__r4R5w{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.DoctorSection_frontInfo__2DjdK{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.DoctorSection_specialty__NB3k0{background-color:#e6f3e6;border-radius:20px;color:#13b33b;font-size:.8rem;font-weight:600;padding:4px 10px}.DoctorSection_experience__RVx9F{background-color:#e6f0ff;border-radius:20px;color:#203394;font-size:.8rem;font-weight:500;padding:4px 10px}.DoctorSection_doctorName__TdCCG{color:#203394;font-size:1.2rem!important;font-weight:500;line-height:1.3;margin:8px 0 4px;text-align:center}.DoctorSection_doctorCard__DxMJV:hover .DoctorSection_cardInner__r4R5w{transform:rotateY(180deg)}.DoctorSection_cardBack__7FLrB,.DoctorSection_cardFront__9aQJR{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0003;height:100%;position:absolute;width:100%}.DoctorSection_cardFront__9aQJR{z-index:2}.DoctorSection_cardBack__7FLrB{background:linear-gradient(135deg,#fff,#f9f9f9);border-radius:10px;box-shadow:inset 0 0 6px #0000000d;color:#333;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;padding:16px;text-align:left;transform:rotateY(180deg)}.DoctorSection_cardFront__9aQJR img{border-radius:10px 10px 0 0;height:250px;object-fit:cover;width:100%}.DoctorSection_cardFront__9aQJR h2{font-size:1.5em;margin:10px 0 5px}.DoctorSection_cardFront__9aQJR p{color:#777;font-size:1em;margin-bottom:10px}.DoctorSection_cardBack__7FLrB h4{color:#0077b5;font-size:14px;font-weight:700;margin-bottom:4px}.DoctorSection_cardBack__7FLrB hr{background-color:#eaeaea;border:none;height:1px;margin:8px 0}.DoctorSection_cardBack__7FLrB .DoctorSection_bio__YGpzS{color:#444;font-size:13px;font-weight:500;line-height:1.4;margin-bottom:8px}.DoctorSection_cardBack__7FLrB .DoctorSection_details__Ni\+mY{color:#555;font-size:12.5px;line-height:1.4;margin-bottom:8px}.DoctorSection_cardBack__7FLrB .DoctorSection_timing__RreLO{background:#e6f7ff;border-radius:6px;color:#2c3e50;display:inline-block;font-size:13px;font-weight:600;margin-bottom:10px;padding:4px 8px}.DoctorSection_cardBack__7FLrB .DoctorSection_socialIcons__tRVig{display:flex;font-size:28px;gap:10px;justify-content:center;margin-top:auto}.DoctorSection_cardBack__7FLrB .DoctorSection_socialIcons__tRVig a{color:#555;transition:color .3s ease,transform .3s ease}.DoctorSection_socialIcons__tRVig a{align-items:center;background:#f2f2f2;border-radius:8px;display:flex;height:36px;justify-content:center;padding:8px;width:36px}.DoctorSection_cardBack__7FLrB .DoctorSection_socialIcons__tRVig a:hover{color:#0077b5;transform:scale(1.2)}.DoctorSection_bookNowBtn__\+RKdt{background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;border-radius:10px;box-shadow:0 0 15px #4facfe99;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-left:auto;margin-right:auto;margin-top:12px;overflow:hidden;padding:12px 24px;position:relative;text-align:center;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.DoctorSection_bookNowBtn__\+RKdt:hover{background:linear-gradient(135deg,#00c6ff,#0072ff);box-shadow:0 0 25px #4facfee6,0 0 40px #00f2feb3;transform:translateY(-3px) scale(1.05)}body.dark-mode .DoctorSection_doctorsSection__CHq5z{background-color:#121212;color:#fff}body.dark-mode .DoctorSection_doctorsSection__CHq5z h1{background-color:#1e1e2f;border:1px solid #e2e8f0;color:#e6f3e6;color:#eef6f9}body.dark-mode .DoctorSection_cardFront__9aQJR{background-color:#1e1e2f;color:#eee}body.dark-mode .DoctorSection_cardBack__7FLrB{background:linear-gradient(180deg,#1e1e2f,#2a2d4a);border-radius:10px;box-shadow:0 4px 15px #00000080;color:#e6f3e6;padding:15px}body.dark-mode .DoctorSection_cardFront__9aQJR p{color:#bbb}body.dark-mode .DoctorSection_cardBack__7FLrB h4{align-items:center;color:#57d596;display:flex;font-size:14px;font-weight:600;gap:6px;margin-bottom:4px}body.dark-mode .DoctorSection_bio__YGpzS,body.dark-mode .DoctorSection_details__Ni\+mY,body.dark-mode .DoctorSection_timing__RreLO{color:#d0d6e0;font-size:13px;line-height:1.4}body.dark-mode .DoctorSection_timing__RreLO{background:#57d59626;border-radius:6px;display:inline-block;font-weight:700;padding:4px 8px}body.dark-mode .DoctorSection_socialIcons__tRVig a{background:#ffffff0d;border-radius:8px;color:#d0d6e0;padding:6px;transition:all .3s ease}body.dark-mode .DoctorSection_socialIcons__tRVig a:hover{background:#57d59626;color:#57d596}body.dark-mode .DoctorSection_cardBack__7FLrB hr{background:#ffffff1a;border:none;height:1px;margin:8px 0}body.dark-mode .DoctorSection_cardBack__7FLrB{background-color:#262a52}body.dark-mode .DoctorSection_doctorName__TdCCG{color:#e6f3e6}body.dark-mode .DoctorSection_specialty__NB3k0{background-color:#57d59626;color:#57d596}body.dark-mode .DoctorSection_experience__RVx9F{background-color:#ffffff14;color:#a4b4ff}.AboutSection_cardGrid__G\+gat{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.AboutSection_aboutUs__57\+8C{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #f6f5f7;margin:30px auto;max-width:1400px;padding:60px 40px}.AboutSection_aboutContainer__wJVil{border-radius:12px;margin:auto;max-width:1200px}.AboutSection_aboutContainer__wJVil h1{align-items:center;background:#203394;border:1px solid #e2e8f0;border-radius:12px;color:#eef6f9;display:flex;font-size:2.8em;font-weight:600;height:120px;justify-content:center;letter-spacing:-.5px;margin-bottom:30px;text-align:center}.AboutSection_text__3HINV{color:#1c2733;font-size:1.2em;font-weight:400;line-height:1.7;margin-bottom:25px;text-align:justify}.AboutSection_card__xH01p{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;cursor:pointer;padding:20px;transition:transform .3s ease,background-color .3s ease;width:300px}.AboutSection_card__xH01p.AboutSection_expanded__0WVch{background-color:#e6f0ff;transform:scale(1.05)}.AboutSection_cardHeader__hIHVj{justify-content:space-between}.AboutSection_cardText__XbQMO{color:#333;font-size:16px;margin-top:10px}.AboutSection_readMoreButton__rWLPN{background-color:#13b33b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:10px;padding:8px 14px;transition:background-color .3s}.AboutSection_readMoreButton__rWLPN:hover{background-color:#0e902e}.AboutSection_readMoreButton__rWLPN.AboutSection_expanded__0WVch{background-color:#203394}.AboutSection_specialtiesHeading__PIHfg{background:linear-gradient(90deg,#132d85,#1d44c4);border-radius:10px;color:#fff;font-size:2.5rem;margin:40px 0 20px;padding:20px;text-align:center}.AboutSection_specialties__dukGF{display:flex;flex-direction:column;gap:20px;padding:0 1rem}.AboutSection_specialtyCard__Ibfuj{background:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;overflow:hidden}.AboutSection_cardHeader__hIHVj{align-items:center;background:linear-gradient(90deg,#5b9bd5,#1e3c72);color:#fff;display:flex;font-size:1.5rem;gap:10px;padding:15px 20px}.AboutSection_cardBody__e9Nen{color:#333;font-size:1rem;padding:20px}.AboutSection_icon__IiSbA{height:40px;margin-right:10px;object-fit:contain;width:40px}body.dark-mode .AboutSection_aboutUs__57\+8C{background-color:#121212;box-shadow:none}body.dark-mode .AboutSection_aboutContainer__wJVil h1{background:#1e1e2f;border:1px solid #333;color:#eef6f9}body.dark-mode .AboutSection_text__3HINV{color:#ddd}body.dark-mode .AboutSection_card__xH01p{background-color:#1e1e2f;box-shadow:0 4px 12px #00000080}body.dark-mode .AboutSection_card__xH01p.AboutSection_expanded__0WVch{background-color:#13b33b1a}body.dark-mode .AboutSection_cardText__XbQMO{color:#ccc}body.dark-mode .AboutSection_readMoreButton__rWLPN{background-color:#13b33b;color:#fff}body.dark-mode .AboutSection_readMoreButton__rWLPN:hover{background-color:#0e902e}body.dark-mode .AboutSection_readMoreButton__rWLPN.AboutSection_expanded__0WVch{background-color:#203394}body.dark-mode .AboutSection_specialtiesHeading__PIHfg{background:linear-gradient(90deg,#1e1e2f,#2a2d4a);color:#fff}body.dark-mode .AboutSection_specialties__dukGF{background-color:initial}body.dark-mode .AboutSection_specialtyCard__Ibfuj{background-color:#1e1e2f;box-shadow:0 0 10px #00000080}body.dark-mode .AboutSection_cardHeader__hIHVj{background:linear-gradient(90deg,#2a2d4a,#1e1e2f);color:#fff}body.dark-mode .AboutSection_cardBody__e9Nen{color:#ddd}body.dark-mode .AboutSection_cardHeader__hIHVj img,body.dark-mode .AboutSection_icon__IiSbA{filter:brightness(0) invert(1)}:root{--accent:#13b33b;--accent-light:#13b33b;--bg-section:#f7f9fc;--bg-card:#fff;--bg-input:#fff;--text-primary:#333;--text-muted:#777272;--border:#e3e6ee}.ContactSection_contact__c97dG{background:#f7f9fc;background:var(--bg-section);color:#333;color:var(--text-primary);padding:80px 24px}.ContactSection_card__wRjOh{grid-gap:64px;background:#fff;background:var(--bg-card);border:1px solid #e3e6ee;border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 24px #00000014;display:grid;gap:64px;grid-template-columns:320px 1fr;margin:0 auto;max-width:1100px;padding:48px 40px}@media (max-width:880px){.ContactSection_card__wRjOh{gap:40px;grid-template-columns:1fr}}.ContactSection_info__krZZA h2{font-size:2.2rem;margin-bottom:6px}.ContactSection_tagline__HLdg8{color:#777272;color:var(--text-muted);margin-bottom:32px}.ContactSection_row__z5PiL{border-bottom:1px solid #e3e6ee;border-bottom:1px solid var(--border);display:flex;gap:16px;padding:20px 0}.ContactSection_row__z5PiL:last-of-type{border:none}.ContactSection_icon__cP61G{color:#13b33b;color:var(--accent);font-size:24px;margin-top:4px}.ContactSection_form__TGjdW{grid-gap:28px;display:grid;gap:28px;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content}.ContactSection_group__h5qkE{position:relative}.ContactSection_group__h5qkE input,.ContactSection_group__h5qkE textarea{background:#fff;background:var(--bg-input);border:1px solid #e3e6ee;border:1px solid var(--border);border-radius:12px;font-size:1rem;padding:22px 18px 12px;transition:border-color .25s,box-shadow .25s;width:100%}.ContactSection_group__h5qkE input:focus,.ContactSection_group__h5qkE textarea:focus{border-color:#13b33b;border-color:var(--accent);box-shadow:0 0 0 3px #007bff40;outline:none}.ContactSection_group__h5qkE label{background:#fff;background:var(--bg-input);color:#777272;color:var(--text-muted);left:18px;padding:0 4px;pointer-events:none;position:absolute;top:12px;transition:transform .25s,font-size .25s,color .25s}.ContactSection_group__h5qkE input:focus+label,.ContactSection_group__h5qkE input:not(:placeholder-shown)+label,.ContactSection_group__h5qkE textarea:focus+label,.ContactSection_group__h5qkE textarea:not(:placeholder-shown)+label{color:#13b33b;font-size:.8rem;transform:translateY(-28px)}.ContactSection_submit__NBiFq{align-items:center;background-color:#13b33b;background:linear-gradient(135deg,#13b33b,#13b33b);background:linear-gradient(135deg,var(--accent) 0,var(--accent-light) 100%);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;justify-self:start;overflow:hidden;padding:16px 36px;position:relative;transition:transform .18s,box-shadow .18s}.ContactSection_submit__NBiFq:hover:not(:disabled){background-color:#13b33b;transform:translateY(-2px)}.ContactSection_submit__NBiFq:disabled{cursor:not-allowed;opacity:.6}.ContactSection_plane__NCCFY{transition:transform .35s ease}.ContactSection_submit__NBiFq:hover .ContactSection_plane__NCCFY{transform:translateX(6px) rotate(20deg)}.ContactSection_submit__NBiFq:active:after{animation:ContactSection_ripple__ROAOp .6s ease;background:#ffffff4d;content:"";inset:0;position:absolute}@keyframes ContactSection_ripple__ROAOp{0%{opacity:.6}80%,to{opacity:0;transform:scale(2)}}.ContactSection_loader__18NAu{animation:ContactSection_spin__Itqp7 .8s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:#0000;height:22px;width:22px}@keyframes ContactSection_spin__Itqp7{to{transform:rotate(1turn)}}.ContactSection_error__nj7t6,.ContactSection_success__7-S1e{font-weight:600;margin-top:4px}.ContactSection_success__7-S1e{color:#28a745}.ContactSection_error__nj7t6{color:#dc3545}body.dark-mode{--accent:#13b33b;--accent-light:#13b33b;--bg-section:#121212;--bg-card:#1e1e2f;--bg-input:#1e1e2f;--text-primary:#f0f0f0;--text-muted:#aaa;--border:#333}body.dark-mode group{border:#00a505}body.dark-mode input,body.dark-mode textarea{color:#fff}.FAQ_faqContainer__XBMMK{font-family:sans-serif;margin:0 auto;max-width:700px;padding:2rem}.FAQ_faqItem__MQW6H{border-bottom:1px solid #ccc;margin-bottom:1.2rem;padding-bottom:1rem}.FAQ_question__BGtCA{align-items:center;cursor:pointer;display:flex;font-weight:700;justify-content:space-between}.FAQ_answer__CV9\+y{color:#09e723;line-height:1.5;margin-top:.5rem}.FAQ_toggleIcon__GAnSm{font-size:1.2rem;margin-left:1rem}.PharmacyPage_pharmacyContainer__ELTI-:hover{background-color:#f9f9f9;box-shadow:0 14px 50px #08f44333;min-height:100vh;padding:40px}.PharmacyPage_pharmacyTitle__umhy4{color:#1d3557;font-size:2.5em;margin-bottom:30px;text-align:center}.PharmacyPage_medicineGrid__zpdXJ{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.PharmacyPage_medicineCard__rpLPA{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;overflow:hidden}.PharmacyPage_medicineImage__JAKOD{border-bottom:1px solid #ddd;height:180px;object-fit:cover;width:100%}.PharmacyPage_medicineDetails__Y8oNs{padding:20px}.PharmacyPage_medicineDetails__Y8oNs h2{color:#2a9d8f;font-size:1.3em;margin-bottom:10px}.PharmacyPage_medicineDetails__Y8oNs p{color:#555;font-size:.95em;margin:4px 0}.PharmacyPage_orderButton__gXd0t{background-color:#13b33b;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 16px}.PharmacyPage_dark-mode__EenAT .PharmacyPage_pharmacyContainer__ELTI-{background-color:#23272f!important;color:#e0e0e0!important}.PharmacyPage_dark-mode__EenAT .PharmacyPage_pharmacyTitle__umhy4{color:gold!important}.PharmacyPage_dark-mode__EenAT .PharmacyPage_medicineCard__rpLPA{background-color:#181a1b!important;border-color:#333!important;color:#e0e0e0!important}.PharmacyPage_dark-mode__EenAT .PharmacyPage_medicineDetails__Y8oNs h2{color:gold!important}.PharmacyPage_dark-mode__EenAT .PharmacyPage_medicineDetails__Y8oNs p{color:#e0e0e0!important}.PharmacyPage_dark-mode__EenAT .PharmacyPage_orderButton__gXd0t{background-color:gold!important;color:#23272f!important}.LabsPage_labsContainer__lJIlo{background-color:#f8f9fa;border-radius:12px;box-shadow:0 0 10px #005fa3;font-family:Roboto,sans-serif;margin:60px auto;max-width:600px;padding:40px}h1{color:#2d3436;font-size:28px;margin-bottom:32px;text-align:center}.LabsPage_form__4tpKU{gap:20px}.LabsPage_formGroup__Iu-q3{display:flex;flex-direction:column}.LabsPage_formGroup__Iu-q3 label{color:#333;font-weight:600;margin-bottom:6px}.LabsPage_formGroup__Iu-q3 input,.LabsPage_formGroup__Iu-q3 select{background-color:#fff;border:1px solid #ccc;border-radius:8px;font-size:16px;outline:none;padding:12px 14px;transition:border-color .2s}.LabsPage_formGroup__Iu-q3 input:focus,.LabsPage_formGroup__Iu-q3 select:focus{border-color:#07c}button[type=submit]{background-color:#07c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:14px;transition:background-color .3s}button[type=submit]:hover{background-color:#005fa3}.LabsPage_form__4tpKU{align-items:stretch;display:flex;flex-direction:column;position:relative}button[type=submit]{margin-top:10px;position:relative;z-index:0}.CheckupPage_checkupContainer__jz\+I5{margin:auto;max-width:1200px;padding:40px}.CheckupPage_checkupContainer__jz\+I5 h1{color:#203394}.CheckupPage_doctorGrid__5LM9A{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px}.CheckupPage_doctorCard__chPGg{background:#f9f9f9;border:2px solid #203394;border-radius:10px;box-shadow:0 4px 10px #0003;cursor:pointer;padding:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;width:280px}.CheckupPage_doctorCard__chPGg:hover{border-color:#203394;box-shadow:0 8px 20px #0000001f;transform:translateY(-6px)}.CheckupPage_doctorCard__chPGg.CheckupPage_selected__6ONrt{background-color:#13b33b;border-color:#203394}.CheckupPage_doctorCard__chPGg img{border-radius:12px;height:220px;margin-bottom:15px;object-fit:cover;width:100%}.CheckupPage_doctorCard__chPGg h3{color:#203394;font-size:1.2rem;margin:10px 0 5px}.CheckupPage_doctorCard__chPGg p{color:#203394;font-size:.95rem;margin:5px 0}.CheckupPage_doctorCard__chPGg p strong{color:#203394}h2{text-align:center!important}.CheckupPage_appointmentForm__RQynx{display:flex;flex-direction:column;gap:15px;margin-top:30px;margin:0 auto;max-width:400px}.CheckupPage_formGroup__F-sqN{display:flex;flex-direction:column}label{color:#203394!important;margin-bottom:5px}input{border:1px solid #ccc;border-radius:5px;padding:8px 10px}button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}button:hover{background-color:#0056b3}.dark-mode .CheckupPage_checkupContainer__jz\+I5{background-color:#23272f!important;color:#e0e0e0!important}.dark-mode .CheckupPage_doctorCard__chPGg{background-color:#1e1e2f!important;border-color:#e2e8f0!important}.dark-mode .CheckupPage_doctorCard__chPGg.CheckupPage_selected__6ONrt{background-color:#0c0c1c!important;border-color:#e2e8f0!important}.dark-mode .CheckupPage_appointmentForm__RQynx button,.dark-mode .CheckupPage_appointmentForm__RQynx input{background-color:#181a1b;border-color:#e2e8f0!important;color:#e2e8f0!important}.dark-mode h1,.dark-mode h2{color:#13b33b}.dark-mode .CheckupPage_appointmentForm__RQynx button{background-color:#13b33b;color:#fff;cursor:pointer;font-weight:700;transition:background-color .3s ease}.dark-mode.CheckupPage_appointmentForm__RQynx button:hover{background-color:#76de90!important}.dark-mode label{color:#13b33b!important}.SurgeryPage_surgeryContainer__KLFGz{background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 10px #0000001a;margin:40px auto;max-width:600px;padding:30px}.SurgeryPage_surgeryContainer__KLFGz h1{color:#2c3e50;margin-bottom:25px;text-align:center}.SurgeryPage_surgeryForm__1WPq\+{display:flex;flex-direction:column;gap:15px}.SurgeryPage_surgeryForm__1WPq\+ input[type=date],.SurgeryPage_surgeryForm__1WPq\+ input[type=email],.SurgeryPage_surgeryForm__1WPq\+ input[type=file],.SurgeryPage_surgeryForm__1WPq\+ input[type=tel],.SurgeryPage_surgeryForm__1WPq\+ input[type=text]{border:1px solid #ccc;border-radius:8px;font-size:16px;outline:none;padding:10px 15px;transition:border .3s ease}.SurgeryPage_surgeryForm__1WPq\+ input:focus{border-color:#3498db}.SurgeryPage_surgeryForm__1WPq\+ button{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 20px;transition:background-color .3s ease}.SurgeryPage_surgeryForm__1WPq\+ button:hover{background-color:#2980b9}.NotFoundPage_notFound__ijMYN{align-items:center;background-color:#fff;box-shadow:inset 0 8px 24px #f6f5f7;display:flex;height:100vh;justify-content:center;padding:5rem 20px 20px}.NotFoundPage_content__9rMOD{background-color:#fdfdfd;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #2c7a7b14;max-width:500px;padding:40px;text-align:center;width:100%}.NotFoundPage_icon__PooxA{color:#13b33b;filter:drop-shadow(0 0 4px rgba(0,0,0,.2));font-size:4rem;margin-bottom:20px}.NotFoundPage_content__9rMOD h1{color:#203394;font-size:2.4em;font-weight:700;margin-bottom:20px}.NotFoundPage_text__d1pUB{color:#334155;font-size:1.1em;line-height:1.6;margin-bottom:30px;text-align:justify}.NotFoundPage_homeButton__qfIN0{background-color:#203394;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.NotFoundPage_homeButton__qfIN0:hover{background-color:#13b33b;color:#fff}@media (max-width:768px){.NotFoundPage_content__9rMOD{padding:30px 20px}.NotFoundPage_icon__PooxA{font-size:3rem}.NotFoundPage_content__9rMOD h1{font-size:2em}.NotFoundPage_text__d1pUB{font-size:1em}}body.dark-mode .NotFoundPage_notFound__ijMYN{background-color:#121212;box-shadow:inset 0 8px 24px #000}body.dark-mode .NotFoundPage_content__9rMOD{background-color:#1e1e2f;border-color:#333;box-shadow:0 4px 12px #ffffff0d}body.dark-mode .NotFoundPage_content__9rMOD h1{color:#fff}body.dark-mode .NotFoundPage_text__d1pUB{color:#e0e0e0}body.dark-mode .NotFoundPage_homeButton__qfIN0{background-color:#3c3f75;color:#57d596}body.dark-mode .NotFoundPage_homeButton__qfIN0:hover{background-color:#1a1f3c;color:#4caf50}body.dark-mode .NotFoundPage_icon__PooxA{color:#57d596}.login-form{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a;display:flex;flex-direction:column;gap:1rem;margin:5% auto;max-width:400px;padding:2rem}.login-form h2{color:#2d3748;margin-bottom:.5rem;text-align:center}.login-form p.description{color:#718096;font-size:.95rem;text-align:center}.input{border:1px solid #cbd5e0;border-radius:8px;font-size:1rem;margin-top:.3rem;padding:.75rem;width:100%}.input:focus{border-color:#3182ce;box-shadow:0 0 0 2px #3182ce33;outline:none}label{color:#2d3748;display:block;font-weight:500;margin-top:.5rem}.login-btn{background-color:#3182ce;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:6px;padding:.75rem;transition:background-color .3s;width:100%}.login-btn:hover{background-color:#2b6cb0}.login-form a{color:#3182ce;font-weight:500;text-decoration:none}.login-form a:hover{text-decoration:underline}.forgotpassword{color:#2b6cb0;font-size:.9rem;margin-top:10px;text-align:left}.error-message{color:red;font-size:14px;margin:5px 0}.success-message{color:green;font-size:14px;margin:5px 0}@media (max-width:480px){.login-form{margin:2rem;padding:1.5rem}}
/*# sourceMappingURL=main.a8df41bb.css.map*/