@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}ul,ol{list-style:none}a{text-decoration:none;color:inherit}input,button,textarea,select{font:inherit;outline:none}button{background:none;border:none;cursor:pointer}table{border-collapse:collapse;border-spacing:0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.app-layout{width:100%;margin:0 auto}@media(min-width:1024px){.app-layout{max-width:1300px;padding-left:0;padding-right:0}}@media(min-width:1440px){.app-layout{max-width:1320px}}@media(min-width:1600px){.app-layout{max-width:1400px}}.top-bar{background:#302d31;color:#fff;display:flex;justify-content:space-between;padding:6px 40px;font-size:16px;font-family:DM Sans,sans-serif}.diffColor{color:#ecdff2;font-size:18px;font-weight:600}.navbar-wrapper{position:relative}.navbar{display:flex;align-items:center;justify-content:space-between;padding:12px 40px;background:#fff;border-bottom:2px solid rgba(183,129,205,1)}.logo img{height:55px}.menu{display:flex;gap:28px}.menu li{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;font-family:DM Sans,sans-serif;cursor:pointer}.menu li img{width:16px}.appointment-btn{background:#784f8a;color:#fff;padding:12px 20px;border-radius:8px;font-weight:700;font-family:DM Sans,sans-serif;cursor:pointer}.mega-dropdown{position:absolute;top:100%;left:0;width:100%;background:#121012;padding:20px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;z-index:999}.dropdown-grid{max-width:1400px;margin:auto;padding:0 20px;display:grid;grid-template-columns:1fr 320px;gap:50px;align-items:start}.dropdown-left{display:flex;flex-direction:column}.dropdown-heading{color:#b068cd;font-size:16px;font-weight:800;font-family:DM Sans,sans-serif;margin-bottom:16px;cursor:pointer}.dropdown-content{display:flex;gap:60px}.column p{margin-bottom:14px;font-size:16px;font-weight:400;color:#fff;font-family:DM Sans,sans-serif;cursor:pointer}.quick-links{background:#fff;border-radius:10px;padding:16px;width:100%}.quick-links h4{color:#693c79;margin-bottom:12px;font-size:16px;font-weight:800;font-family:DM Sans,sans-serif}.helpline-box{background:#ecdff2;padding:16px;border-radius:8px;margin-bottom:8px;border:1px solid rgba(18,16,18,1);font-size:12px;font-weight:600;font-family:DM Sans,sans-serif}.helpline-box strong{font-size:16px;display:block}.quick-btn{width:100%;padding:14px;border-radius:10px;font-weight:700;margin-bottom:8px;font-size:12px;font-family:DM Sans,sans-serif;text-align:left}.quick-btn.purple{background:#b068cd;color:#fff;border:1px solid rgba(18,16,18,1)}.quick-btn.dark{background:#121012;color:#fff;border:1px solid rgba(18,16,18,1);display:flex;justify-content:space-between}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:26px;height:3px;background:#784f8a;border-radius:2px}.mobile-menu{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:20px;border-bottom:2px solid rgba(183,129,205,1);z-index:998}.mobile-menu ul{display:flex;flex-direction:column;gap:16px}.mobile-menu li{font-size:16px;font-weight:700;cursor:pointer}.mobile-btn{width:100%;text-align:center}@media(max-width:1250px){.menu,.appointment-btn{display:none}.hamburger{display:flex}.mobile-menu.open{display:block}.top-bar{flex-direction:column;gap:4px;font-size:14px;padding:8px 16px;text-align:center}.navbar{padding:12px 16px}.logo img{height:46px}}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:998}.navbar-wrapper.sticky{position:sticky;top:0;z-index:999}.slide-down{animation:slideDown .35s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.dropdown-grid{grid-template-columns:1fr;gap:24px}.dropdown-content{flex-direction:column;gap:24px}.quick-links{order:2}.dropdown-left{order:1}.mega-dropdown{max-height:85vh;overflow-y:auto}}.helpline-box{text-decoration:none;color:inherit;display:block}.footer{background:#fbf6ff;padding:80px 40px;font-family:DM Sans,sans-serif}.footer-container{max-width:1300px;margin:auto}.footer-logo img{max-width:420px;margin-bottom:60px}.footer-columns{display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1fr;gap:64px}.footer-col h4{font-size:20px;font-weight:700;color:#693c79;margin-bottom:16px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{font-size:16px;color:#121012;margin-bottom:10px;font-weight:400;cursor:pointer}.centres-list{display:grid;grid-template-columns:repeat(2,minmax(135px,1fr));column-gap:28px;row-gap:16px}.centres-list li{display:flex;flex-direction:column}.centres-list li .sp{font-weight:600;font-size:16px;color:#9558ac}.mt{margin-top:40px}@media(max-width:1440px){.footer{padding:72px 32px}.footer-logo img{max-width:360px;margin-bottom:48px}.footer-columns{gap:48px}}@media(max-width:1199px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:40px}.footer-col h4{font-size:18px}.footer-col ul li{font-size:15px}.centres-list{grid-template-columns:repeat(2,1fr);row-gap:14px}}@media(max-width:1023px){.footer{padding:64px 24px}.footer-logo img{max-width:300px;margin-bottom:40px}.footer-columns{gap:32px}}@media(max-width:767px){.footer{padding:48px 20px}.footer-logo{text-align:center}.footer-logo img{max-width:260px;margin:0 auto 32px}.footer-columns{gap:32px}.footer-col h4{font-size:18px}.footer-col ul li{font-size:15px}.centres-list{grid-template-columns:1fr;row-gap:12px}.mt{margin-top:24px}}@media(max-width:480px){.footer{padding:40px 16px}.footer-logo img{max-width:220px}.footer-col h4{font-size:16px}.footer-col ul li,.centres-list li .sp{font-size:14px}}@media(max-width:360px){.footer-logo img{max-width:200px}.footer-col ul li{font-size:13px}}@media(min-width:1680px){.footer{padding:96px 40px}.footer-logo img{max-width:440px}.footer-columns{gap:72px}.footer-col h4{font-size:22px}.footer-col ul li{font-size:17px}}.footer-social{display:flex;gap:14px;margin:20px 0}.footer-social a{width:42px;height:42px;border-radius:50%;border:1px solid rgba(191,192,204,1);display:flex;align-items:center;justify-content:center;color:#693c79;font-size:18px;transition:all .25s ease}.footer-social a:hover{background:rgba(105,60,121,.1);transform:translateY(-2px)}@media(max-width:767px){.footer-social{justify-content:center}}.hero-carousel{position:relative;width:100%;height:580px;overflow:hidden;font-family:DM Sans,sans-serif}.hero-carousel picture.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-carousel picture.hero-image.active{opacity:1}.hero-carousel picture.hero-image img{width:100%;height:100%;object-fit:cover}.quick-cta{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;border-radius:48px;overflow:hidden;border:1px solid rgba(18,16,18,1);z-index:2;background:transparent}.cta-btn{display:flex;align-items:center;gap:12px;padding:12px 28px;font-size:14px;font-weight:700;font-family:DM Sans,sans-serif;border:none;cursor:pointer;white-space:nowrap}.cta-btn.light{background:#ecdff2;color:#302d31}.cta-btn.white{background:#fff;color:#302d31}.cta-btn.grey{background:#e4e3e5;color:#302d31}.cta-btn span{font-size:26px;color:#98949b;line-height:1;opacity:.6;transition:opacity .2s ease}.cta-btn:hover span{opacity:1}@media(max-width:1199px){.hero-carousel{height:520px}.cta-btn{padding:12px 22px;font-size:13px}}@media(max-width:1023px){.hero-carousel{height:460px}.quick-cta{bottom:24px;border-radius:36px}.cta-btn span{font-size:22px}}@media(max-width:767px){.hero-carousel{height:420px}.quick-cta{flex-direction:column;width:calc(100% - 32px);left:16px;transform:none;border-radius:20px}.cta-btn{width:100%;justify-content:space-between;padding:14px 20px;font-size:14px}.cta-btn span{font-size:24px}}@media(max-width:480px){.hero-carousel{height:560px}.quick-cta{bottom:60px}.cta-btn{font-size:13px;padding:12px 16px}.cta-btn span{font-size:22px}}@media(max-width:360px){.cta-btn{font-size:12px}}@media(min-width:1680px){.hero-carousel{height:640px}.cta-btn{font-size:15px;padding:14px 32px}}.about-section{width:100%;padding:80px 40px;background:#fafafa;font-family:DM Sans,sans-serif}.about-container{max-width:1400px;margin:auto;display:flex;align-items:center;gap:60px}.about-content{flex:1}.about-content h2{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:24px;font-family:DM Sans,sans-serif}.about-content p{font-size:20px;font-weight:400;line-height:1.6;color:#302d31;margin-bottom:20px;font-family:DM Sans,sans-serif}.highlight{color:#b068cd;font-weight:600}.about-image-wrapper{flex:1;display:flex;justify-content:flex-end}.about-image{width:100%;max-width:560px;border-radius:24px;object-fit:cover}@media(max-width:1199px){.about-section{padding:64px 32px}.about-container{gap:48px}.about-content h2{font-size:36px}.about-content p{font-size:18px}.about-image{max-width:520px}}@media(max-width:1023px){.about-section{padding:56px 24px}.about-container{gap:40px}.about-content h2{font-size:32px}.about-content p{font-size:17px}.about-image{max-width:480px}}@media(max-width:767px){.about-section{padding:48px 20px}.about-container{flex-direction:column;gap:32px}.about-content{text-align:center}.about-content h2{font-size:28px}.about-content p{font-size:16px}.about-image-wrapper{justify-content:center}.about-image{max-width:100%;border-radius:20px}}@media(max-width:480px){.about-section{padding:40px 16px}.about-content h2{font-size:24px}.about-content p{font-size:15px}.about-container{gap:24px}}@media(max-width:360px){.about-content h2{font-size:22px}.about-content p{font-size:14px}}@media(min-width:1680px){.about-section{padding:96px 40px}.about-content h2{font-size:44px}.about-content p{font-size:22px}.about-image{max-width:600px}}.why-ictc{background:#302d31;padding:80px 40px;font-family:DM Sans,sans-serif}.why-title{color:#ecdff2;font-size:40px;font-weight:700;margin-bottom:40px;font-family:DM Sans,sans-serif}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-card{background:#fcf5ff;border-radius:24px;display:flex;flex-direction:column;height:90%}.why-card-content{padding:28px}.why-card-content h3{font-size:24px;font-weight:700;color:#3f224a;margin-bottom:16px;font-family:DM Sans,sans-serif}.why-card-content p{font-size:14px;font-weight:400;line-height:1.6;color:#302d31;font-family:DM Sans,sans-serif}.why-card-image{margin-top:auto}.why-card-image img{width:100%;height:100%;object-fit:cover;border-bottom-left-radius:24px;border-bottom-right-radius:24px}@media(max-width:1440px){.why-ictc{padding:72px 32px}.why-title{font-size:36px}.why-card-content h3{font-size:22px}}@media(max-width:1199px){.why-grid{grid-template-columns:repeat(2,1fr)}.why-card-content{padding:24px}.why-card-content h3{font-size:20px}.why-card-content p{font-size:14px}}@media(max-width:1023px){.why-ictc{padding:64px 24px}.why-title{font-size:32px;margin-bottom:32px}.why-grid{gap:20px}}@media(max-width:767px){.why-ictc{padding:48px 20px}.why-title{font-size:28px;text-align:center}.why-grid{grid-template-columns:1fr;gap:24px}.why-card-content{padding:20px}.why-card-content h3{font-size:18px}.why-card-content p{font-size:15px}.why-card-image img{height:220px}}@media(max-width:480px){.why-ictc{padding:40px 16px}.why-title{font-size:24px}.why-card-content h3{font-size:17px}.why-card-content p{font-size:14px}.why-card-image img{height:200px}}@media(max-width:360px){.why-title{font-size:22px}.why-card-content p{font-size:13px}}@media(min-width:1680px){.why-ictc{padding:96px 40px}.why-title{font-size:44px}.why-card-content h3{font-size:26px}.why-card-content p{font-size:16px}}.cancers-section{padding:80px 60px;font-family:DM Sans,sans-serif;background-color:#fff}.cancers-heading{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:40px}.cancers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 80px}.cancer-card{position:relative;background:#fcf5ff;border:1px solid rgba(189,187,191,1);border-radius:16px;padding:20px 80px;height:120px;transition:box-shadow .2s ease}.cancer-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}.icon-wrapper{position:absolute;left:-28px;top:50%;transform:translateY(-71%);width:84px;height:84px;background:#fff;border:2px solid rgba(189,187,191,1);border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-wrapper img{width:36px;height:36px}.card-content h3{font-size:24px;font-weight:700;color:#3f224a}.learn-more{font-size:16px;font-weight:200;color:#000;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.learn-more span{font-size:18px}@media(max-width:1440px){.cancers-section{padding:72px 52px}.cancers-heading{font-size:36px}.cancers-grid{gap:32px 72px}}@media(max-width:1199px){.cancers-grid{grid-template-columns:repeat(2,1fr);gap:38px 78px}.cancer-card{padding:20px 64px;height:auto;min-height:120px}.card-content h3{font-size:22px}}@media(max-width:1023px){.cancers-section{padding:64px 44px}.cancers-heading{font-size:32px;margin-bottom:32px}.icon-wrapper{width:72px;height:72px}.icon-wrapper img{width:32px;height:32px}}@media(max-width:767px){.cancers-section{padding:48px 40px}.cancers-heading{font-size:28px;text-align:center}.cancers-grid{grid-template-columns:1fr;gap:24px 64px}.cancer-card{padding:20px 20px 20px 112px}.icon-wrapper{left:20px;top:20px;transform:none}.card-content h3{font-size:20px}.learn-more{font-size:15px}}@media(max-width:480px){.cancers-section{padding:40px 16px}.cancers-heading{font-size:24px}.cancer-card{padding:12px 12px 12px 98px;min-height:100px}.icon-wrapper{width:56px;height:56px;left:20px;top:20px}.icon-wrapper img{width:28px;height:28px}.card-content h3{font-size:18px}.learn-more{font-size:14px}}@media(max-width:360px){.card-content h3{font-size:17px}.learn-more{font-size:13px}}@media(min-width:1680px){.cancers-section{padding:96px 60px}.cancers-heading{font-size:44px}.cancers-grid{gap:48px 78px}.card-content h3{font-size:26px}.learn-more{font-size:17px}}.experts-section{padding:80px 40px 0;font-family:DM Sans,sans-serif;background-color:#fafafa}.experts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.experts-header h2{font-size:40px;font-weight:700;color:#3f224a}.nav-buttons{display:flex;gap:12px}.nav-buttons button{width:60px;height:60px;border-radius:50%;border:1px solid rgba(152,148,155,1);background:#fafafa;font-size:20px;font-weight:600;cursor:pointer}.experts-slider{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:40px}.experts-slider::-webkit-scrollbar{display:none}.doctor-card-home{min-width:300px;background:#fff;border-radius:16px;border:1px solid rgba(189,187,191,1);box-shadow:0 8px 24px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.doctor-card-home:hover{box-shadow:0 12px 32px rgba(0,0,0,.18)}.doctor-img-wrapper{position:relative}.doctor-img-wrapper img{width:100%;object-fit:contain;border-radius:14px;padding:10px;transition:filter .3s ease}.doctor-card-home:hover .doctor-img-wrapper img{filter:brightness(.9)}.doctor-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:12px;opacity:0;pointer-events:none;transition:opacity .3s ease}.doctor-card-home:hover .doctor-hover{opacity:1;pointer-events:auto}.view-profile-btn{background:#3f224a;border:1px solid rgba(189,187,191,1);color:#ecdff2;padding:0 10px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px}.view-profile-btn span{font-size:18px}.view-profile-btn{transform:translateY(8px);transition:transform .3s ease,opacity .3s ease;opacity:0}.doctor-card-home:hover .view-profile-btn{transform:translateY(0);opacity:1}.doctor-content{padding:0 16px 16px}.doctor-content h3{font-size:24px;font-weight:700;margin-bottom:8px;color:#3f224a;text-align:center}.doctor-content p{font-size:12px;color:#504d53;line-height:1.5;font-weight:700;text-align:center}.doctor-tag{margin:auto 16px 16px;background:#ecdff2;border:1px solid rgba(189,187,191,1);color:#693c79;text-align:center;padding:8px;border-radius:8px;font-size:12px;font-weight:700}@media(max-width:1440px){.experts-header h2{font-size:36px}.doctor-card-home{min-width:280px}}@media(max-width:1199px){.experts-header{margin-bottom:32px}.doctor-card-home{min-width:260px}.doctor-content h3{font-size:22px}}@media(max-width:1023px){.experts-section{padding:64px 24px}.experts-header h2{font-size:32px}.nav-buttons button{width:52px;height:52px;font-size:18px}.doctor-card-home{min-width:240px}}@media(max-width:767px){.experts-section{padding:48px 20px}.experts-header{flex-direction:column;align-items:flex-start;gap:16px}.experts-header h2{font-size:28px}.nav-buttons{display:none}.experts-slider{gap:16px}.doctor-card-home{min-width:220px}.doctor-content h3{font-size:20px}.doctor-content p{font-size:11px}.doctor-tag{font-size:11px;padding:6px}}@media(max-width:480px){.experts-section{padding:40px 16px}.experts-header h2{font-size:24px}.doctor-card-home{min-width:200px}.doctor-img-wrapper img{padding:8px}.view-profile-btn{font-size:11px}.view-profile-btn span{font-size:16px}}@media(max-width:360px){.doctor-card-home{min-width:180px}.doctor-content h3{font-size:18px}}@media(min-width:1680px){.experts-section{padding:96px 40px}.experts-header h2{font-size:44px}.doctor-card-home{min-width:320px}.doctor-content h3{font-size:26px}.doctor-content p,.doctor-tag{font-size:13px}}.news-section{padding:80px 40px;font-family:DM Sans,sans-serif;text-align:center;background-color:#fafafa}.news-heading{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:12px}.news-subtitle{font-size:20px;font-weight:400;color:#3f224a;margin-bottom:32px}.news-tabs{display:flex;justify-content:center;gap:16px;margin-bottom:40px}.tab-btn{padding:10px 22px;border-radius:24px;border:1px solid rgba(189,187,191,1);background:#e4e3e5;font-weight:600;font-size:16px;cursor:pointer;color:#504d53}.tab-btn.active{background:#b068cd;color:#fff;border-color:#bdbbbf}.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.news-card{background:#fff;border-radius:16px;border:1px solid rgba(189,187,191,1);padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;align-items:center}.news-img-wrapper{position:relative;width:100%;border-radius:12px;overflow:hidden}.news-img-wrapper img{width:100%;height:170px;object-fit:cover}.news-badges{position:absolute;bottom:12px;left:12px;display:flex;gap:8px}.badge{background:#e9eaeb;border:1px solid rgba(189,187,191,1);padding:6px 10px;border-radius:16px;font-size:10px;font-weight:700;color:#302d31}.badgeType{background:#ecdff2;border:1px solid rgba(189,187,191,1);padding:6px 10px;border-radius:16px;font-size:10px;font-weight:700;color:#302d31}.news-title{font-size:18px;font-weight:600;color:#3f224a;margin:16px 0;text-align:left}.read-more{background:#ecdff2;border:1px solid rgba(189,187,191,1);padding:8px 18px;border-radius:20px;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;color:#3f224a}.view-all{margin-top:40px;padding:12px 28px;border-radius:24px;border:1px solid rgba(189,187,191,1);background:#e4e3e5;font-weight:600;color:#504d53;font-size:16px;cursor:pointer}@media(max-width:1440px){.news-section{padding:72px 32px}.news-heading{font-size:36px}.news-subtitle{font-size:18px}.news-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1199px){.news-grid{grid-template-columns:repeat(2,1fr);gap:24px}.news-img-wrapper img{height:180px}.news-title{font-size:17px}}@media(max-width:1023px){.news-section{padding:64px 24px}.news-heading{font-size:32px}.news-subtitle{font-size:17px}.news-tabs{margin-bottom:32px}}@media(max-width:767px){.news-section{padding:48px 20px}.news-heading{font-size:28px}.news-subtitle{font-size:16px}.news-tabs{flex-direction:column;gap:12px}.tab-btn{width:100%;font-size:15px}.news-grid{gap:14px}.news-card{justify-content:space-between;padding:10px}.news-badges{bottom:10px;left:0}.news-title{text-align:left;font-size:12px;margin:0 0 5px}.read-more{align-self:center}.view-all{width:100%;font-size:15px}}@media(max-width:480px){.news-section{padding:40px 16px}.news-heading{font-size:24px}.news-subtitle{font-size:15px}.news-img-wrapper img{height:160px}.read-more{font-size:13px;padding:8px 14px}.view-all{padding:10px 20px;font-size:14px}}@media(max-width:360px){.news-title{font-size:15px}.news-subtitle{font-size:14px}}@media(min-width:1680px){.news-section{padding:96px 40px}.news-heading{font-size:44px}.news-subtitle{font-size:22px}.news-grid{gap:32px}.news-title{font-size:20px}}.appointment-wrapper{padding:80px 40px;background:#fff;font-family:DM Sans,sans-serif}.appointment-card{margin:auto;display:flex;border-radius:24px;background:linear-gradient(105.41deg,#ecdff2 8.94%,#b068cd 89.7%);box-shadow:0 4px 16px rgba(63,34,74,.15) inset;border:1px solid rgba(228,227,229,1);position:relative;overflow:hidden}.appointment-form{padding:48px;width:70%}.appointment-form h2{font-size:30px;font-weight:700;color:#3f224a;margin-bottom:24px}.section-label{font-size:14px;font-weight:600;color:#693c79;margin:20px 0 12px}.input-row{display:flex;gap:16px}.appointment-form input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid rgba(189,187,191,1);background:#fff;font-size:14px;font-weight:600;color:#746f77;margin-bottom:16px;outline:none}.centres-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.centre-chip{display:flex;align-items:center;gap:10px;background:#fdfdfd;border:1px solid rgba(189,187,191,1);border-radius:10px;padding:10px 14px;cursor:pointer;font-size:14px;font-weight:600;color:#746f77;position:relative}.centre-chip input{display:none}.custom-checkbox{width:20px;height:20px;border:2px solid rgba(189,187,191,1);border-radius:6px;display:flex;align-items:center;justify-content:center}.custom-checkbox img{width:12px;height:12px;opacity:0}.centre-chip input:checked+.custom-checkbox img{opacity:1}.centre-name{white-space:nowrap}.book-btn{margin-top:24px;padding:14px 28px;background:#b068cd;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.appointment-image{position:absolute;right:0;bottom:0;height:100%;display:flex;align-items:flex-end;padding-right:40px}.appointment-image img{height:95%;object-fit:contain}.error{display:block;font-size:12px;color:#c0392b;margin-top:-10px;margin-bottom:10px;font-weight:600}.date-input{cursor:pointer;width:50%!important}@media(max-width:1440px){.appointment-wrapper{padding:72px 32px}.appointment-form{padding:40px}}@media(max-width:1199px){.appointment-form{width:75%;padding:36px}.appointment-image{padding-right:24px}.appointment-image img{height:90%}}@media(max-width:1023px){.appointment-wrapper{padding:64px 24px}.appointment-card{flex-direction:column}.appointment-form{width:100%;padding:32px}.appointment-image{height:250px;padding:0;justify-content:center}.appointment-image img{height:100%}}@media(max-width:767px){.appointment-wrapper{padding:48px 20px}.appointment-form{padding:24px}.appointment-form h2{font-size:26px}.input-row{flex-direction:column;gap:0}.centres-grid{gap:10px}.centre-chip{font-size:13px;padding:8px 12px}.date-input{width:100%!important}.appointment-image{display:none}.book-btn{width:100%;text-align:center}}@media(max-width:480px){.appointment-wrapper{padding:40px 16px}.appointment-form{padding:20px}.appointment-form h2{font-size:24px}.appointment-form input{font-size:13px;padding:12px 14px}.centre-chip{font-size:12px}.book-btn{font-size:13px;padding:12px}}@media(max-width:360px){.appointment-form h2{font-size:22px}.section-label{font-size:13px}}@media(min-width:1680px){.appointment-wrapper{padding:96px 40px}.appointment-form h2{font-size:32px}.appointment-form{padding:56px}}.book-btn.loading{background:#9b7aa9;cursor:not-allowed;opacity:.9}.book-btn.success{background:#2ecc71;cursor:default}.book-btn{transition:all .3s ease}.callback-wrapper{display:flex;gap:32px;padding:80px 40px;font-family:DM Sans,sans-serif;background:#fff}.callback-card{flex:2;display:flex;background:linear-gradient(303.97deg,#b068cd -81.23%,#fff 60.82%);border:1px solid var(--primary-500, rgba(105, 60, 121, 1));border-radius:24px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1)}.callback-form{padding:30px}.callback-form h2{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:32px}.callback-form input{width:100%;padding:16px;margin-bottom:20px;border-radius:12px;border:1px solid var(--grey-200, rgba(189, 187, 191, 1));font-size:14px;background:#fafafa;color:var(--grey-400, rgba(116, 111, 119, 1));font-weight:600}.callback-form button{margin-top:20px;padding:14px 32px;background:#b068cd;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.error-text{color:#7a1f1f;font-size:14px;margin-top:-10px}.callback-image{width:420px;display:flex;align-items:center;justify-content:flex-end;padding:0;position:relative}.callback-image img{height:100%;max-height:395px;object-fit:cover}.support-card{flex:1;background:var(--grey-600, rgba(48, 45, 49, 1));border:1px solid var(--primary-500, rgba(105, 60, 121, 1));box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:24px;padding:48px;text-align:center;display:flex;flex-direction:column;justify-content:center}.support-card h3{font-size:40px;color:#ecdff2;font-weight:700;margin-bottom:32px}.support-label{font-size:24px;opacity:.7;margin-bottom:12px;font-weight:700;color:#bdbbbf}.support-phone{display:flex;align-items:center;gap:12px;font-size:40px;font-weight:700;color:#fff;text-align:center;justify-content:center}.support-phone img{width:40px;border:1px solid rgba(189,187,191,1);height:40px;border-radius:45px;padding:8px}@media(max-width:1440px){.callback-wrapper{padding:72px 32px}.callback-form h2,.support-card h3{font-size:36px}}@media(max-width:1199px){.callback-wrapper{gap:24px}.callback-image{width:360px}.support-card{padding:40px}.support-phone{font-size:32px}}@media(max-width:1023px){.callback-wrapper,.callback-card{flex-direction:column}.callback-image{width:90%;position:absolute;padding:16px 0;align-items:flex-end}.callback-image img{display:none}.support-card{padding:36px}}@media(max-width:767px){.callback-wrapper{padding:48px 20px}.callback-form h2{font-size:28px}.callback-form{padding:24px}.callback-image{display:none}.callback-card{flex-direction:column}.callback-form button{width:100%}.support-card{margin-top:24px;padding:32px 24px}.support-card h3{font-size:28px}.support-label{font-size:18px}.support-phone{font-size:24px;justify-content:center}.support-phone img{width:32px;height:32px}}@media(max-width:480px){.callback-wrapper{padding:40px 16px}.callback-form h2{font-size:24px}.callback-form input{font-size:13px;padding:14px}.callback-form button{font-size:13px;padding:12px}.support-card h3{font-size:24px}.support-label{font-size:16px}.support-phone{font-size:20px}}@media(max-width:360px){.callback-form h2,.support-card h3{font-size:22px}}@media(min-width:1680px){.callback-wrapper{padding:96px 40px}.callback-form h2,.support-card h3{font-size:44px}}.callback-btn.loading{background:#9b7aa9;cursor:not-allowed;opacity:.9}.callback-btn.success{background:#2ecc71}.callback-form button{transition:all .3s ease}.center-breadcrumb{padding:10px 30px;font-family:DM Sans,sans-serif;background:#fafafa}.center-breadcrumb__content{display:inline-flex;align-items:center;gap:14px;border:1px solid rgba(228,227,229,1);background:#fff;border-radius:999px;padding:6px 20px;box-shadow:0 4px 4px rgba(0,0,0,.02) inset;max-width:100%;flex-wrap:wrap}.center-breadcrumb__home{width:18px;height:18px;flex-shrink:0}.center-breadcrumb__sep{font-size:24px;color:#504d53;line-height:1}.center-breadcrumb__text{font-size:12px;font-weight:400;color:#504d53;white-space:nowrap}.center-breadcrumb__current{font-size:12px;font-weight:700;color:#3f224a;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.center-breadcrumb{padding:8px 16px}.center-breadcrumb__content{gap:10px;padding:6px 16px}.center-breadcrumb__sep{font-size:20px}}@media(max-width:480px){.center-breadcrumb{display:flex;justify-content:center}.center-breadcrumb__content{justify-content:center;text-align:center;row-gap:6px}.center-breadcrumb__text,.center-breadcrumb__current{font-size:11px}.center-breadcrumb__current{max-width:160px}}@media(max-width:360px){.center-breadcrumb__current{max-width:120px}}.our-center-hero{font-family:DM Sans,sans-serif}.hero-banner{height:180px;width:100%;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.center-info{padding:60px 40px 80px;text-align:center;background:#fafafa}.center-info h2{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:20px}.rating-row{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}.stars{display:flex;gap:6px}.stars img{width:28px}.stars .dim{opacity:.5}.rating-text{font-size:24px;font-weight:600;color:#121012}.divider{margin:0 8px}.contact-row{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:20px;flex-wrap:wrap}.contact-row img{width:28px}.phone{font-size:30px;font-weight:600;color:#693c79}.address-block{max-width:760px;margin:0 auto 16px;text-align:center}.address-title{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.address-title img{width:28px}.addTitle{font-weight:600;font-size:24px;color:#121012}.address-text{font-size:20px;font-weight:400;color:#121012;line-height:1.6;padding:0 10px}.timing{font-size:20px;font-weight:600;color:#121012;margin-top:12px}@media(max-width:1024px){.center-info{padding:48px 32px 64px}.center-info h2{font-size:34px}.rating-text{font-size:20px}.phone{font-size:26px}.address-text,.timing{font-size:18px}}@media(max-width:768px){.hero-banner{height:150px}.center-info{padding:40px 24px 56px}.center-info h2{font-size:30px}.stars img{width:24px}.rating-text{font-size:18px}.contact-row img{width:24px}.phone{font-size:22px}.addTitle{font-size:20px}.address-text,.timing{font-size:16px}}@media(max-width:480px){.hero-banner{height:120px}.center-info{padding:32px 16px 48px}.center-info h2{font-size:24px}.rating-row{gap:10px}.rating-text{font-size:16px}.phone,.addTitle{font-size:18px}.address-text,.timing{font-size:15px}}.center-desc-wrapper{padding:80px 40px;background:#fff;font-family:DM Sans,sans-serif}.center-desc-card{max-width:1200px;margin:auto;background:#302d31;border-radius:24px;padding:48px;display:flex;gap:40px;align-items:center}.center-desc-content{flex:1.8}.center-desc-content h2{font-size:30px;font-weight:700;color:#fff;margin-bottom:20px}.center-desc-content p{font-size:20px;font-weight:400;line-height:1.6;color:#fff;margin-bottom:16px}.center-desc-image{flex:1;display:flex;justify-content:center}.center-desc-image img{width:100%;height:400px;max-width:420px;border-radius:16px;object-fit:cover}@media(max-width:1024px){.center-desc-wrapper{padding:64px 24px}.center-desc-card{padding:40px;gap:32px}.center-desc-content p{font-size:18px}}@media(max-width:900px){.center-desc-card{flex-direction:column}.center-desc-image img{max-width:100%;height:auto}}@media(max-width:600px){.center-desc-wrapper{padding:48px 16px}.center-desc-card{padding:28px 20px}.center-desc-content h2{font-size:24px}.center-desc-content p{font-size:16px}}@media(max-width:360px){.center-desc-content h2{font-size:22px}.center-desc-content p{font-size:15px}}.experts-section-dark{background:#fafafa;padding:80px 40px;font-family:DM Sans,sans-serif}.experts-heading{text-align:center;font-size:40px;font-weight:700;color:#3f224a;margin-bottom:60px}.expert-row{border-radius:20px;padding:40px;display:flex;gap:40px;align-items:center;margin-bottom:60px}.expert-row.reverse{flex-direction:row-reverse}.expert-card{width:300px;border-radius:16px;border:1px solid rgba(189,187,191,1);background:#fff;padding:20px;text-align:center;flex-shrink:0}.expert-img{margin-bottom:16px}.expert-img img{width:100%;border-radius:12px;object-fit:cover}.expert-card h3{font-size:24px;font-weight:700;color:#3f224a;margin-bottom:10px}.expert-short{font-size:12px;font-weight:700;line-height:1.5;color:#504d53;margin-bottom:14px}.expert-tag{background:#ecdff2;border:1px solid rgba(189,187,191,1);color:#693c79;border-radius:8px;padding:8px;font-size:12px;font-weight:700}.expert-content{flex:1}.expert-content h3{font-size:30px;font-weight:700;color:#3f224a;margin-bottom:16px}.expert-content p{font-size:20px;line-height:1.6;color:#000;font-weight:400;margin-bottom:16px}.know-more{display:inline-flex;align-items:center;gap:8px;font-size:24px;font-weight:700;color:#693c79;cursor:pointer}@media(max-width:1024px){.experts-section-dark{padding:64px 32px}.expert-row{padding:32px;gap:32px}.expert-content h3{font-size:26px}.expert-content p{font-size:18px}}@media(max-width:900px){.expert-row,.expert-row.reverse{flex-direction:column;align-items:stretch}.expert-card{width:100%;max-width:360px;margin:0 auto}.expert-content{text-align:left}}@media(max-width:768px){.experts-section-dark{padding:56px 24px}.experts-heading{font-size:32px;margin-bottom:40px}.expert-row{padding:24px;gap:24px}.expert-content h3{font-size:22px}.expert-content p{font-size:16px}.know-more{font-size:18px}}@media(max-width:480px){.experts-section-dark{padding:0}.experts-heading{font-size:28px}.expert-row{padding:20px;margin-bottom:40px}.expert-card h3{font-size:20px}.expert-short{font-size:11px}.expert-content p{font-size:15px}}.expert-content{display:flex;flex-direction:column;justify-content:space-between}.expert-summary{font-size:14px;line-height:1.6;color:#ccc;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden}.know-more{margin-top:12px;cursor:pointer;align-self:flex-start}.network-wrapper{padding:80px 40px;background:#302d31;font-family:DM Sans,sans-serif}.network-container{max-width:1300px;margin:auto;display:flex;gap:48px}.network-left{width:380px}.network-left h2{font-size:40px;font-weight:700;color:#ecdff2;margin-bottom:32px}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.location-pill{padding:12px 20px;border-radius:24px;border:1px solid rgba(250,250,250,1);background:transparent;color:#fff;font-size:23px;font-weight:700;cursor:pointer}.location-pill.active{border:1px solid rgba(250,250,250,1);background:#ecdff2;color:#3f224a;font-size:23px;font-weight:700;cursor:pointer}.network-stats{margin-top:48px}.network-stats h1{font-size:80px;font-weight:900;color:#d1b0e0;margin-bottom:8px}.network-stats p{font-size:40px;font-weight:900;color:#fafafa;line-height:1.2}.network-map{flex:1;position:relative;border-radius:20px;overflow:hidden;height:720px}.network-map iframe{width:100%;height:100%;border:none}.map-phone-badge{position:absolute;top:16px;right:16px;background:#302d31;border:1px solid rgba(63,34,74,1);color:#fff;padding:10px 16px;border-radius:16px;font-size:20px;font-weight:700;z-index:10;display:flex;align-items:center;gap:8px}@media(max-width:1440px){.network-wrapper{padding:72px 32px}.network-left h2{font-size:36px}.network-stats h1{font-size:72px}.network-stats p{font-size:36px}}@media(max-width:1199px){.network-container{gap:32px}.network-left{width:340px}.location-pill,.location-pill.active{font-size:20px;padding:10px 16px}.network-map{height:640px}}@media(max-width:1023px){.network-wrapper{padding:64px 24px}.network-container{flex-direction:column}.network-left{width:100%}.location-grid{grid-template-columns:repeat(3,1fr)}.network-stats{margin-top:32px}.network-stats h1{font-size:64px}.network-stats p{font-size:32px}.network-map{height:520px}}@media(max-width:767px){.network-wrapper{padding:48px 20px}.network-left h2{font-size:28px;text-align:center}.location-grid{grid-template-columns:repeat(2,1fr);gap:12px}.location-pill,.location-pill.active{font-size:16px;padding:10px 12px}.network-stats{text-align:center}.network-stats h1{font-size:52px}.network-stats p{font-size:24px}.network-map{height:420px}.map-phone-badge{font-size:10px;padding:6px 8px;top:4px;right:4px}}@media(max-width:480px){.network-wrapper{padding:40px 16px}.network-left h2{font-size:24px}.location-pill,.location-pill.active{font-size:15px}.network-stats h1{font-size:44px}.network-stats p{font-size:20px}.network-map{height:360px}.map-phone-badge{font-size:13px}}@media(max-width:360px){.network-left h2{font-size:22px}.network-map{height:320px}}@media(min-width:1680px){.network-wrapper{padding:96px 40px}.network-left h2{font-size:44px}.network-stats h1{font-size:88px}.network-stats p{font-size:44px}.network-map{height:760px}}.map-phone-badge{display:flex;align-items:center;gap:4px;text-decoration:none}.call-icon{width:22px;height:22px}.ictc-book-wrapper{background:#693c79;border-radius:24px;padding:60px;font-family:DM Sans,sans-serif;box-shadow:0 4px 16px rgba(63,34,74,.15) inset;border:1px solid rgba(228,227,229,1);margin:3rem 6rem}.ictc-book-heading{font-size:30px;font-weight:700;color:#ecdff2;margin-bottom:40px}.ictc-book-section-title{font-size:14px;font-weight:600;color:#d1b0e0;margin:24px 0 12px}.ictc-book-row{display:flex;gap:20px;margin-bottom:20px}.ictc-book-input{padding:18px 20px;border-radius:14px;font-weight:600;font-size:14px;width:100%;color:#746f77;outline:none;border:1px solid rgba(189,187,191,1);background:#fff}.ictc-book-full{width:60%;margin-bottom:28px}.ictc-book-btn-row{margin-top:10px}.ictc-book-btn{background:#b068cd;color:#fff;border:none;padding:16px 36px;font-size:14px;font-weight:700;border-radius:14px;cursor:pointer}.ictc-book-btn:hover{opacity:.9}@media(max-width:1024px){.ictc-book-wrapper{margin:2.5rem 2rem;padding:48px}.ictc-book-full{width:80%}}@media(max-width:768px){.ictc-book-wrapper{margin:2rem 1.2rem;padding:40px 24px}.ictc-book-heading{font-size:26px;margin-bottom:32px}.ictc-book-row{flex-direction:column}.ictc-book-full{width:100%}.ictc-book-btn{width:100%;text-align:center}}@media(max-width:480px){.ictc-book-wrapper{margin:1.5rem 1rem;padding:32px 20px}.ictc-book-heading{font-size:22px}.ictc-book-input{padding:14px 16px;font-size:13px}.ictc-book-btn{padding:14px;font-size:13px}}@media(max-width:360px){.ictc-book-heading{font-size:20px}.ictc-book-section-title{font-size:13px}}.center-gallery{padding:80px 40px;background:#fff;font-family:DM Sans,sans-serif}.center-gallery__title{text-align:center;font-size:40px;font-weight:700;color:#3f224a;margin-bottom:48px}.center-gallery__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;justify-items:center}.center-gallery__item{width:100%;border-radius:20px;overflow:hidden;aspect-ratio:4 / 3;background:#f4f4f4}.center-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}@media(hover:hover){.center-gallery__item:hover img{transform:scale(1.04)}}@media(max-width:1200px){.center-gallery{padding:64px 32px}.center-gallery__grid{gap:28px}}@media(max-width:1024px){.center-gallery__grid{grid-template-columns:repeat(2,1fr)}.center-gallery__title{font-size:36px}}@media(max-width:768px){.center-gallery{padding:56px 24px}.center-gallery__title{font-size:32px;margin-bottom:36px}.center-gallery__grid{gap:24px}}@media(max-width:480px){.center-gallery{padding:48px 16px}.center-gallery__grid{gap:10px}.center-gallery__title{font-size:28px}}.pt-wrapper{display:flex;gap:80px;padding:100px 40px;font-family:DM Sans,sans-serif;background:#fafafa}.pt-left{display:flex;align-items:center}.pt-left img{width:250px;max-width:100%}.pt-right{flex:1;padding:10px;position:relative;overflow-x:hidden;overflow-y:visible}.pt-track{display:flex;gap:32px;transition:transform .6s ease;will-change:transform}.pt-slide{flex:0 0 70%;padding-bottom:70px;overflow:visible}.pt-card-wrapper{position:relative}.pt-card{background:#fff;border-radius:32px;padding:48px;min-height:18rem;border:2px solid var(--grey-100, rgba(228, 227, 229, 1));display:flex;flex-direction:column;justify-content:space-between}.pt-text{font-size:16px;font-weight:400;line-height:1.7;color:#000}.pt-name{font-size:16px;font-weight:700;color:#9558ac}.pt-badges{position:absolute;left:40px;bottom:-30px;display:flex;gap:16px;align-items:center;flex-wrap:wrap}.pt-google{background:#fafafa;border:2px solid var(--grey-100, rgba(228, 227, 229, 1));padding:2px;height:60px;width:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pt-google img{width:52px}.pt-location{display:flex;align-items:center;gap:10px;background:#ecdff2;padding:14px 20px;border-radius:999px;font-size:16px}.pt-location img{width:24px}@media(max-width:1024px){.pt-wrapper{flex-direction:column;gap:48px;padding:80px 32px}.pt-left{justify-content:center}.pt-slide{flex:0 0 80%}}@media(max-width:768px){.pt-wrapper{padding:64px 24px}.pt-slide{flex:0 0 90%}.pt-card{padding:32px;min-height:auto}.pt-text{font-size:15px}.pt-badges{left:24px;bottom:-34px}}@media(max-width:480px){.pt-wrapper{padding:48px 16px;gap:32px}.pt-slide{flex:0 0 100%;padding-bottom:90px}.pt-card{padding:24px}.pt-badges{left:16px;bottom:-24px;gap:8px}.pt-google{height:44px;width:44px}.pt-google img{width:30px}.pt-location{font-size:12px;padding:8px 12px}.pt-left img{width:180px}}.doctor-profile{display:grid;grid-template-columns:320px 1fr;gap:40px;padding:40px;background:#fafafa;font-family:DM Sans,sans-serif}.doctor-profile__sidebar{display:flex;flex-direction:column;gap:24px}.doctor-card{background:#ecdff2;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:28px;padding:32px;text-align:center}.doctor-card__image img{width:160px;border-radius:50%;margin-bottom:20px}.doctor-card__name{font-size:24px;font-weight:900;color:#3f224a}.doctor-card__designation{color:#504d53;font-weight:600;font-size:16px;margin:8px 0}.doctor-card__qualification{font-size:14px;color:#504d53;font-weight:400}.doctor-card__rating{display:flex;justify-content:center;gap:8px;margin-top:16px;font-weight:700;font-size:16px;color:#121012}.doctor-card__rating img{width:20px}.doctor-card__reviews{margin-top:8px;font-weight:600;font-size:14px;color:#121012}.doctor-info-card{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:20px;padding:24px}.doctor-info-card h3{font-size:18px;font-weight:700;color:#121012}.info-row{display:flex;align-items:flex-start;gap:12px;margin-top:14px}.info-row img{width:22px}.info-row span{font-size:14px;font-weight:600;color:#121012}.info-cta{color:#b068cd;font-weight:600;font-size:14px}.doctor-profile__content{display:flex;flex-direction:column;gap:32px}.doctor-section{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:28px;padding:32px}.doctor-section h2{color:#121012;font-size:30px;font-weight:900;margin-bottom:16px}.doctor-section p{font-size:16px;font-weight:400;color:#746f77;line-height:1.6}.doctor-details{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 2px rgba(0,0,0,.05)}.details-block{margin-bottom:40px}.details-title{font-size:24px;font-weight:700;color:#693c79;margin-bottom:12px}.details-text{font-size:15px;color:#c8c8c8;line-height:1.7}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.expertise-grid ul{list-style:none;padding-left:0}.expertise-grid li{margin-bottom:10px;position:relative;padding-left:18px;font-size:16px;color:#121012;font-weight:700}.expertise-grid li:before{content:"";width:8px;height:8px;background:#b068cd;border-radius:50%;position:absolute;left:0;top:6px}.timeline{position:relative}.timeline-item{display:flex;gap:14px;margin-bottom:22px}.timeline .dot{width:8px;height:8px;background:#b068cd;border-radius:50%;margin-top:6px}.timeline strong{font-size:16px;font-weight:700;color:#121012}.timeline p{font-size:14px;font-weight:400;color:#746f77;line-height:1.5}.achievement-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.achievement-card{background:#fafafa;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));color:#121012;font-size:14px;font-weight:600;padding:16px;border-radius:10px;display:flex;gap:12px;align-items:center}.achievement-card img{width:24px}.appointment-box{background:#693c79;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 4px 16px rgba(63,34,74,.15) inset;border-radius:24px;padding:40px;margin-top:40px;color:#fff}.appointment-title{font-size:30px;font-weight:700;color:#ecdff2;margin-bottom:28px}.appointment-subtitle{font-size:14px;font-weight:600;color:#d1b0e0;margin:20px 0 12px}.appointment-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.appointment-form-grid input{padding:14px 16px;border-radius:10px;border:1px solid var(--grey-200, rgba(189, 187, 191, 1));font-size:14px;font-weight:600;background:#fff;color:#746f77}.full-width{grid-column:span 2}.appointment-centre-row{display:grid;grid-template-columns:auto auto 1fr;gap:16px;align-items:center}.centre-checkbox{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border:2px solid rgba(200,200,200,1);border-radius:14px;font-weight:600;font-size:16px;color:#504d53;cursor:pointer}.centre-checkbox img{width:22px;height:22px;border-radius:6px;background:#fff;border:2px solid rgba(180,180,180,1);padding:2px}.centre-checkbox.active,.centre-checkbox.active img{border-color:#b068cd}.appointment-date{height:52px;padding:14px 16px;border-radius:12px;border:none;background:#f0f0f0;font-size:16px}.centre-checkbox img{opacity:0}.centre-checkbox.active img{opacity:1}@media(max-width:1200px){.doctor-profile{grid-template-columns:280px 1fr;gap:32px;padding:64px 32px}.doctor-card__image img{width:140px}}@media(max-width:992px){.doctor-profile{grid-template-columns:1fr}.doctor-profile__sidebar{flex-direction:row;flex-wrap:wrap;gap:20px}.doctor-card{width:100%}.doctor-info-card{flex:1}.expertise-grid,.achievement-grid{grid-template-columns:1fr}}@media(max-width:768px){.doctor-profile{padding:48px 24px}.doctor-section{padding:24px}.doctor-section h2{font-size:24px}.details-title{font-size:20px}.details-text,.doctor-section p{font-size:14px}.appointment-box{padding:28px}.appointment-title{font-size:22px}.appointment-form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.appointment-centre-row{grid-template-columns:1fr;gap:12px}.appointment-date{width:100%}}@media(max-width:480px){.doctor-profile{padding:32px 16px}.doctor-card{padding:24px}.doctor-card__image img{width:120px}.doctor-card__name{font-size:20px}.doctor-section{padding:14px}.doctor-card__designation{font-size:14px}.doctor-info-card h3{font-size:16px}.info-row span{font-size:13px}.doctor-section h2{font-size:22px}.details-title{font-size:18px}.timeline strong{font-size:14px}.timeline p{font-size:13px}.achievement-card{font-size:13px;padding:12px}.appointment-title{font-size:20px}.appointment-subtitle{font-size:12px}.centre-checkbox{font-size:14px;padding:12px}.appointment-date{font-size:14px}}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.expertise-grid ul{list-style:none;padding:0;margin:0}.expertise-grid li{position:relative;padding-left:18px;margin-bottom:14px;font-size:16px;font-weight:700;color:#121012}.expertise-grid li:before{content:"";width:8px;height:8px;background:#b068cd;border-radius:50%;position:absolute;left:0;top:8px}@media(max-width:768px){.expertise-grid{grid-template-columns:1fr;gap:16px}}.summary-text{font-size:16px;font-weight:400;color:#746f77;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.summary-text.expanded{-webkit-line-clamp:unset;overflow:visible}.read-more-btn{margin-top:12px;background:#ecdff2;color:#693c79;border:1px solid rgba(176,104,205,.4);border-radius:999px;padding:8px 18px;font-size:14px;font-weight:600;cursor:pointer}.read-more-btn:hover{background:rgba(176,104,205,.15)}.summary-text p{margin-bottom:16px}.summary-text p:last-child{margin-bottom:0}.centres-list{display:flex;flex-direction:column;gap:4px}.rh-wrapper{padding:100px 40px;background:#fafafa;font-family:DM Sans,sans-serif;text-align:center}.rh-title{color:#3f224a;font-size:40px;font-weight:700;margin-bottom:64px}.rh-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.rh-card{background:#fafafa;border-radius:20px;padding:16px;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));text-align:left}.rh-thumb{border-radius:16px;overflow:hidden;margin-bottom:16px}.rh-thumb img{width:100%;height:200px;object-fit:cover;display:block}.rh-text{font-size:20px;font-weight:600;color:#302d31;line-height:1.5}.rh-view-btn{margin-top:48px;background:#e4e3e5;border:.83px solid var(--grey-200, rgba(189, 187, 191, 1));padding:14px 26px;border-radius:999px;font-size:16px;font-weight:600;color:#504d53;cursor:pointer;display:inline-flex;align-items:center;gap:8px}@media(max-width:1200px){.rh-wrapper{padding:80px 32px}.rh-title{font-size:36px;margin-bottom:48px}.rh-grid{gap:32px}.rh-text{font-size:18px}}@media(max-width:1024px){.rh-grid{grid-template-columns:repeat(2,1fr);gap:28px}.rh-thumb img{height:180px}}@media(max-width:768px){.rh-wrapper{padding:64px 24px}.rh-title{font-size:30px;margin-bottom:40px}.rh-grid{gap:24px}.rh-text{font-size:16px}.rh-view-btn{margin-top:40px;font-size:14px;padding:12px 22px}}@media(max-width:480px){.rh-wrapper{padding:48px 16px}.rh-title{font-size:24px;margin-bottom:32px}.rh-grid{gap:10px}.rh-thumb img{height:160px}.rh-card{padding:14px}.rh-text{font-size:14px;line-height:1.4}.rh-view-btn{margin-top:32px;font-size:13px;padding:10px 18px}}.ps-wrapper{padding:80px 40px;background:#fff;font-family:DM Sans,sans-serif;overflow:hidden}.ps-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.ps-title{font-size:40px;font-weight:700;color:#693c79}.ps-nav{display:flex;gap:12px}.ps-nav button{width:48px;height:48px;border-radius:50%;border:1px solid rgba(191,192,204,1);background:transparent;font-size:20px;cursor:pointer;transition:background .25s ease}.ps-nav button:hover{background:rgba(105,60,121,.08)}.ps-slider{width:100%;overflow:hidden;touch-action:pan-y}.ps-track{display:flex;transition:transform .45s ease-in-out;will-change:transform}.ps-slide{flex-shrink:0;padding:0 12px;box-sizing:border-box}.ps-embed-card{background:#fff;border-radius:20px;overflow:hidden;height:100%;min-height:480px}.instagram-media{width:100%!important;max-width:100%!important;min-width:unset!important;border-radius:20px!important;overflow:hidden!important}@media(max-width:1200px){.ps-wrapper{padding:64px 32px}.ps-title{font-size:34px}}@media(max-width:992px){.ps-header{flex-direction:column;align-items:flex-start;gap:20px}.ps-title{font-size:30px}.ps-nav button{width:44px;height:44px}}@media(max-width:768px){.ps-wrapper{padding:48px 24px}.ps-title{font-size:26px}.ps-slide{padding:0 8px}.ps-embed-card{min-height:520px}}@media(max-width:480px){.ps-wrapper{padding:40px 16px}.ps-header{align-items:center;text-align:center}.ps-title{font-size:22px}.ps-slide{padding:0 6px}.ps-embed-card{border-radius:16px;min-height:540px}.instagram-media{border-radius:16px!important}}.blogs-wrapper{font-family:DM Sans,sans-serif;padding:40px;background:#fafafa}.blogs-heading{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:32px}.blogs-layout{display:grid;grid-template-columns:300px 1fr;gap:32px}.sidebar-card{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));border-radius:16px;padding:20px;margin-bottom:24px}.sidebar-card h3{font-size:30px;font-weight:600;color:#693c79;margin-bottom:16px}.sidebar-card ul li{padding:12px 0;border-bottom:1px solid rgba(228,227,229,1);font-weight:600;font-size:20px;color:#504d53}.sidebar-card ol li{display:flex;gap:12px;margin-bottom:20px;background-color:#fafafa;border-radius:16px;padding:10px}.post-index{font-size:40px;font-weight:700;color:#693c79}.pip p{font-size:20px;font-weight:600;color:#302d31}.blogs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;align-items:start;grid-auto-rows:min-content}.blog-card{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));border-radius:20px;overflow:hidden;min-height:380px;display:flex;flex-direction:column}.blog-card img{width:100%;height:220px;object-fit:cover;display:block}.blog-card-body{padding:16px;display:flex;flex-direction:column;gap:10px;margin-bottom:0}.blog-card h4{font-size:20px;color:#302d31;font-weight:600;margin-top:10px;line-height:1.3}.pagination{display:flex;justify-content:center;gap:12px;margin-top:40px}.pagination button{padding:10px 14px;border-radius:8px;background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));font-weight:600;cursor:pointer;color:#746f77}.pagination .active{background:#ecdff2;color:#000}@media(max-width:1200px){.blogs-layout{grid-template-columns:260px 1fr;gap:24px}.sidebar-card h3{font-size:26px}}@media(max-width:1024px){.blogs-wrapper{padding:32px}.blogs-layout{grid-template-columns:1fr}.blogs-sidebar{order:2}.blogs-grid{order:1;grid-template-columns:repeat(2,1fr)}.blog-card{height:auto}}@media(max-width:768px){.blogs-wrapper{padding:24px}.blogs-heading{font-size:32px}.blogs-grid{grid-template-columns:1fr}.sidebar-card h3{font-size:24px}.sidebar-card ul li{font-size:16px;padding:10px 0}.pip p{font-size:16px}.post-index{font-size:28px}.blog-card h4{font-size:18px}}@media(max-width:480px){.blogs-wrapper{padding:16px}.blogs-heading{font-size:28px;margin-bottom:24px}.sidebar-card{padding:16px}.sidebar-card h3{font-size:22px}.sidebar-card ul li{font-size:14px}.sidebar-card ol li{flex-direction:column;gap:8px}.post-index{font-size:24px}.pip p{font-size:15px}.blog-card-body{padding:14px}.blog-card h4{font-size:16px}.tag-row{flex-wrap:wrap;gap:6px}.pagination{flex-wrap:wrap;gap:8px}}@media(max-width:360px){.blogs-heading{font-size:24px}.blog-card h4{font-size:15px}.pip p{font-size:14px}}.ictc-blogpost-layout{display:grid;grid-template-columns:1fr 380px;background:#fff;gap:40px;padding:40px;font-family:DM Sans,sans-serif}.ictc-blogpost-article .blg{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 4px 15px rgba(0,0,0,.05);border-radius:24px;margin-bottom:32px}.ictc-blg-padd{padding:0 32px}.ictc-blogpost-hero{width:100%;border-radius:20px}.ictc-blogpost-meta-row{display:flex;justify-content:space-between;margin:16px 0}.ictc-blogpost-meta-tags{display:flex;gap:5px;align-items:flex-start;flex-wrap:wrap}.tag-row{display:flex;gap:10px;align-items:center}.tag{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.tag.blog{background:#ecdff2;border:.83px solid var(--grey-200, rgba(189, 187, 191, 1));color:#302d31;font-weight:700;font-size:10px}.tag.childhood-cancer{background:#dff2e3;border:.83px solid var(--grey-200, rgba(189, 187, 191, 1));color:#302d31;font-weight:700;font-size:10px}.tag.news{background:#d7e7fd;border:.83px solid var(--grey-200, rgba(189, 187, 191, 1));color:#302d31;font-weight:700;font-size:10px}.date{font-size:10px;padding:4px 10px;border-radius:20px;font-weight:700;color:#302d31;background:#e9eaeb;border:.83px solid var(--grey-200, rgba(189, 187, 191, 1))}.ictc-blogpost-share-btn{display:flex;align-items:center;gap:6px;background:#e0f2fe;color:#175cd3;font-size:14px;font-weight:600;border:none;padding:8px 14px;border-radius:20px;cursor:pointer}.ictc-blogpost-share-btn img{width:20px;height:20px}.ictc-bp-flex{display:flex;gap:8px;align-items:flex-start;justify-content:space-between}.ictc-blogpost-title{font-size:30px;font-weight:700;margin:12px 0;color:#302d31}.ictc-blogpost-author{display:flex;gap:8px;align-items:center;color:#fafafa;font-size:14px;font-weight:600;margin-bottom:24px;background:#504d53;border:none;padding:4px 10px;border-radius:20px}.ictc-blogpost-author img{width:20px;height:20px;object-fit:cover}.ictc-blogpost-body{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 4px 15px rgba(0,0,0,.1);border-radius:24px;padding:32px}.ictc-blogpost-body p,.ictc-blogpost-body li{line-height:1.7;margin-bottom:10px;font-size:16px;font-weight:400;color:#302d31}.ictc-blogpost-body h2{font-size:20px;font-weight:600;color:#302d31;padding-bottom:10px}.ictc-blogpost-inline-img{width:100%;border-radius:16px;margin:24px 0}.ictc-blogpost-sidebar{display:flex;flex-direction:column}.ictc-blogpost-sidebar-title{color:#693c79;font-size:30px;font-weight:600;margin-bottom:16px}.ictc-blogpost-similar-card{display:flex;flex-direction:column;gap:12px;padding:16px;margin-bottom:18px;background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 4px 15px 2px rgba(0,0,0,.05);border-radius:24px}.ictc-blogpost-similar-card img{width:100%;border-radius:10px;object-fit:cover}.ictc-blg-text{margin-top:10px;color:#302d31;font-size:20px;font-weight:600}.ictc-blogpost-cta{position:relative;display:flex;align-items:stretch;justify-content:space-between;background:linear-gradient(180deg,rgba(176,104,205,.68) -53.92%,#ecdff2 5.33%,#fff 71.84%);border:1px solid rgba(228,227,229,1);box-shadow:0 4px 15px 2px rgba(0,0,0,.05);border-radius:24px;padding:32px;overflow:hidden}.ictc-blogpost-cta-content{z-index:2}.ictc-blogpost-cta-content h3{font-size:24px;font-weight:600;color:#3f224a;margin-bottom:20px}.ictc-blogpost-cta-content p{font-size:16px;color:#3f224a;margin-bottom:20px}.ictc-blogpost-cta-content h2{font-size:32px;font-style:italic;width:65%;font-weight:600;color:#3f224a;margin-bottom:20px}.ictc-blogpost-cta-logo{width:280px;margin:20px 0}.ictc-blogpost-cta-btn{padding:14px 28px;font-size:16px;border-radius:40px}.ictc-blogpost-cta-doctor{position:absolute;right:-20px;bottom:0;height:50%;max-width:none;object-fit:contain;z-index:1}@media(max-width:1024px){.ictc-blogpost-cta-content{max-width:70%}.ictc-blogpost-cta-doctor{display:none}}@media(max-width:768px){.ictc-blogpost-cta{flex-direction:column;padding:24px}.ictc-blogpost-cta-content{max-width:100%}.ictc-blogpost-cta-doctor{position:relative;height:auto;width:100%;margin-top:20px;right:0}}.ictc-blogpost-cta-btn{margin-top:0}.ictc-blogpost-tags-section{margin:40px;padding:24px;background:#e4e3e5;border-radius:24px}.ictc-blogpost-tags-title{font-size:20px;font-weight:700;color:#000;margin-bottom:16px}.ictc-blogpost-tags-list{display:flex;flex-wrap:wrap;gap:12px}.ictc-blogpost-tags-list span{color:#000;font-size:20px;font-weight:400}@media(max-width:1200px){.ictc-blogpost-layout{grid-template-columns:1fr 320px;gap:32px;padding:32px}.ictc-blogpost-title,.ictc-blogpost-sidebar-title{font-size:26px}}@media(max-width:1024px){.ictc-blogpost-layout{grid-template-columns:1fr;padding:28px}.ictc-blogpost-sidebar{order:2}.ictc-blogpost-article{order:1}.ictc-blogpost-sidebar-title{margin-top:24px}.ictc-blogpost-cta{padding:28px}}@media(max-width:768px){.ictc-blogpost-layout{padding:24px}.ictc-blogpost-title{font-size:24px}.ictc-blogpost-body{padding:24px}.ictc-blogpost-body p,.ictc-blogpost-body li{font-size:15px}.ictc-blogpost-body h2{font-size:18px}.ictc-bp-flex{gap:12px;align-items:flex-start}.ictc-blogpost-share-btn{align-self:flex-start}.ictc-blg-text{font-size:18px}.ictc-blogpost-tags-section{margin:24px}.ictc-blogpost-tags-list span{font-size:16px}}@media(max-width:480px){.ictc-blogpost-layout{padding:16px;gap:24px}.ictc-blg-padd{padding:0 16px}.ictc-blogpost-title{font-size:22px}.ictc-blogpost-author{font-size:12px}.ictc-blogpost-body{padding:20px;border-radius:20px}.ictc-blogpost-body p,.ictc-blogpost-body li{font-size:14px;line-height:1.6}.ictc-blogpost-inline-img{margin:16px 0}.ictc-blogpost-sidebar-title{font-size:22px}.ictc-blogpost-similar-card{padding:14px}.ictc-blg-text{font-size:16px}.ictc-blogpost-cta{padding:20px}.ictc-blogpost-cta h3{font-size:20px}.ictc-blogpost-cta h2{font-size:22px}.ictc-blogpost-tags-section{margin:16px;padding:20px}.ictc-blogpost-tags-title{font-size:18px}.ictc-blogpost-tags-list span{font-size:14px}}@media(max-width:360px){.ictc-blogpost-title{font-size:20px}.ictc-blogpost-body{padding:16px}.ictc-blogpost-cta h2{font-size:20px}}.ictc-blogpost-inline-img-wrapper{margin:40px 0;display:flex;justify-content:center;width:100%}.ictc-blogpost-inline-img{width:100%;max-width:900px;aspect-ratio:16 / 9;border-radius:16px;object-fit:cover}@media(min-width:1440px){.ictc-blogpost-inline-img{max-width:1100px}}@media(max-width:1280px){.ictc-blogpost-inline-img{max-width:900px}}@media(max-width:1024px){.ictc-blogpost-inline-img-wrapper{margin:32px 0}.ictc-blogpost-inline-img{max-width:100%;aspect-ratio:16 / 10}}@media(max-width:768px){.ictc-blogpost-inline-img-wrapper{margin:28px 0}.ictc-blogpost-inline-img{aspect-ratio:4 / 3;border-radius:12px}}@media(max-width:480px){.ictc-blogpost-inline-img-wrapper{margin:24px 0}.ictc-blogpost-inline-img{border-radius:10px}}.ictc-centres-page{padding:40px;font-family:DM Sans,sans-serif;background:#fafafa}.ictc-centres-title{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:32px}.ictc-centres-list{display:flex;flex-direction:column;gap:28px}.ictc-centre-card{display:grid;grid-template-columns:260px 1fr;background:#fff;border-radius:24px;border:1px solid var(--grey-200, rgba(189, 187, 191, 1));box-shadow:0 22px 30px 10px rgba(0,0,0,.05);padding:10px;overflow:hidden;gap:20px}.ictc-centre-map iframe{width:100%;height:100%;min-height:210px;border:none;border-radius:16px}.ictc-centre-info{padding:10px}.ictc-centre-header{display:flex;justify-content:space-between;align-items:center}.ictc-centre-header h3{font-size:40px;font-weight:700;color:#3f224a}.ictc-centre-rating{display:flex;align-items:center;gap:6px;margin:14px 0 18px}.ictc-centre-rating img{width:28px}.rating-score,.rating-count{font-size:24px;font-weight:600;margin-left:6px;color:#121012}.rating-sep{margin:0 8px;font-size:20px;font-weight:700}.ictc-centre-address{font-size:20px;line-height:1.5;color:#121012;font-weight:400;margin-bottom:24px}.ictc-centre-footer{display:flex;justify-content:space-between;align-items:center}.ictc-centre-phone{display:flex;align-items:center;gap:10px;font-size:30px;font-weight:600;color:#693c79}.ictc-centre-phone img{width:28px}.ictc-centre-time{font-size:20px;font-weight:600;color:#121012}@media(max-width:1200px){.ictc-centre-card{grid-template-columns:240px 1fr}.ictc-centre-header h3{font-size:32px}}@media(max-width:1024px){.ictc-centres-page{padding:32px}.ictc-centre-card{grid-template-columns:1fr;gap:16px}.ictc-centre-map iframe{min-height:260px}.ictc-centre-header{flex-direction:column;align-items:flex-start;gap:12px}.ictc-centre-header h3{font-size:28px}}@media(max-width:768px){.ictc-centres-page{padding:24px}.ictc-centres-title{font-size:32px}.ictc-centre-rating img{width:22px}.rating-score,.rating-count{font-size:18px}.ictc-centre-address{font-size:16px}.ictc-centre-footer{flex-direction:column;align-items:flex-start;gap:10px}.ictc-centre-phone{font-size:22px}.ictc-centre-time{font-size:16px}}@media(max-width:480px){.ictc-centres-page{padding:16px}.ictc-centres-title{font-size:28px;margin-bottom:24px}.ictc-centre-card{padding:8px}.ictc-centre-map iframe{min-height:220px}.ictc-centre-header h3{font-size:22px}.ictc-centre-rating{flex-wrap:wrap}.ictc-centre-phone{font-size:18px}.ictc-centre-phone img{width:22px}.ictc-centre-time{font-size:14px}}@media(max-width:360px){.ictc-centre-header h3{font-size:20px}.ictc-centre-address{font-size:14px}.ictc-centre-phone{font-size:16px}}.ictc-cancer-details{padding:60px 40px 0;font-family:DM Sans,sans-serif;background:#fafafa}.ictc-cancer-title{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:24px}.ictc-cancer-tabs{display:flex;gap:12px;background:#d1b0e0;padding:10px;border-radius:40px;margin-bottom:32px}.ictc-cancer-tab{border:none;background:transparent;padding:12px 22px;font-size:20px;font-weight:600;color:#302d31;border-radius:24px;cursor:pointer}.ictc-cancer-tab.active{background:#3f224a;color:#ecdff2}.ictc-cancer-content{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));border-radius:24px;padding:36px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.ictc-cancer-content h2{font-size:20px;font-weight:600;color:#302d31;margin-bottom:18px}.ictc-cancer-content h3{font-size:16px;font-weight:400;color:#302d31;margin:20px 0 12px}.ictc-cancer-content ul{padding-left:20px;margin-bottom:16px}.ictc-cancer-content li{font-size:18px;line-height:1.6;color:#3b3b3b;margin-bottom:10px}.ictc-placeholder-text{font-size:18px;color:#555}@media(max-width:1024px){.ictc-cancer-details{padding:48px 32px 0}.ictc-cancer-title{font-size:34px}.ictc-cancer-tabs{flex-wrap:wrap;gap:10px;border-radius:28px}.ictc-cancer-tab{font-size:18px;padding:10px 18px}.ictc-cancer-content{padding:28px}}@media(max-width:768px){.ictc-cancer-details{padding:40px 24px 0}.ictc-cancer-title{font-size:30px;text-align:center}.ictc-cancer-tabs{overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.ictc-cancer-tabs::-webkit-scrollbar{display:none}.ictc-cancer-tab{font-size:16px;padding:10px 16px;flex-shrink:0}.ictc-cancer-content{padding:24px}.ictc-cancer-content h2{font-size:18px}.ictc-cancer-content li,.ictc-placeholder-text{font-size:16px}}@media(max-width:480px){.ictc-cancer-details{padding:32px 16px 0}.ictc-cancer-title{font-size:26px;margin-bottom:20px}.ictc-cancer-tabs{padding:8px;border-radius:20px;gap:8px}.ictc-cancer-tab{font-size:14px;padding:8px 14px}.ictc-cancer-content{padding:20px;border-radius:20px}.ictc-cancer-content h2{font-size:16px}.ictc-cancer-content li{font-size:15px;line-height:1.5}.ictc-placeholder-text{font-size:15px}}@media(max-width:360px){.ictc-cancer-title{font-size:24px}.ictc-cancer-tab{font-size:13px;padding:6px 12px}.ictc-cancer-content{padding:16px}}.ictc-section-block{margin-bottom:24px}.ictc-sub-section{margin-left:16px}.ictc-faq-item{margin-bottom:20px}.ictc-cancer-intro{font-size:1.05rem;margin-bottom:24px;color:#444}.ictc-service-page{background:#fff;padding:48px 48px 0;font-family:DM Sans,sans-serif;color:#302d31}.ictc-service-hero-card{background:#fff;border:1px solid rgba(228,227,229,1);box-shadow:0 4px 15px rgba(0,0,0,.05);border-radius:24px;overflow:hidden;margin-bottom:48px}.ictc-service-hero-card img{width:100%;height:300px;object-fit:cover;display:block}.ictc-service-hero-title{padding:28px 32px;font-size:30px;font-weight:700;line-height:1.3;color:#302d31}.ictc-service-intro{font-size:17px;line-height:1.8;margin-bottom:40px}.ictc-service-content img{width:100%;border-radius:24px;margin:32px 0}.ictc-service-content h3{font-size:22px;font-weight:700;margin:48px 0 16px;position:relative;padding-left:14px}.ictc-service-content h3:before{content:"";position:absolute;left:0;top:6px;width:4px;height:70%;background:#b068cd;border-radius:2px}.ictc-service-section{margin-bottom:28px;padding-left:12px;border-left:2px dashed rgba(228,227,229,1)}.ictc-service-section h4{font-size:18px;font-weight:600;margin:20px 0 8px;color:#693c79}.ictc-service-subsection{margin-left:12px;margin-bottom:12px}.ictc-service-subsection h5{font-size:16px;font-weight:600;margin:12px 0 6px;color:rgba(48,45,49,.85)}.ictc-service-content p{font-size:16px;line-height:1.7;margin-bottom:18px}.ictc-service-content ul{padding-left:22px;margin-bottom:20px}.ictc-service-content li{font-size:16px;line-height:1.6;margin-bottom:10px;position:relative}.ictc-service-content li::marker{color:#b068cd}.ictc-service-faq{margin-top:96px}.ictc-service-faq h2{font-size:30px;font-weight:700;margin-bottom:32px}.ictc-faq-item{background:#fff;border:1px solid rgba(228,227,229,1);border-radius:24px;padding:24px;margin-bottom:20px;cursor:pointer;transition:all .3s ease}.ictc-faq-item:hover{background:#ecdff2}.ictc-faq-active{border-color:#b068cd}.ictc-faq-question{display:flex;justify-content:space-between;align-items:center;font-size:22px;font-weight:600}.ictc-faq-question img{width:28px;transition:transform .3s ease}.rotate{transform:rotate(180deg)}.ictc-faq-answer{margin-top:16px;font-size:18px;line-height:1.7}@media(max-width:1024px){.ictc-service-page{padding:40px 32px 0}.ictc-service-hero-title{font-size:26px}.ictc-service-content h3{font-size:20px}}@media(max-width:768px){.ictc-service-page{padding:32px 24px 0}.ictc-service-hero-card img{height:220px}.ictc-service-hero-title{font-size:24px;padding:20px}.ictc-service-content h3{font-size:18px}.ictc-service-content p,.ictc-service-content li{font-size:15px}.ictc-faq-question{font-size:18px}.ictc-faq-answer{font-size:16px}}@media(max-width:480px){.ictc-service-page{padding:24px 16px 0}.ictc-service-hero-card{border-radius:16px}.ictc-service-hero-card img{height:180px}.ictc-service-hero-title{font-size:20px;padding:16px}.ictc-service-content h3{font-size:17px}.ictc-service-content p,.ictc-service-content li{font-size:14px}.ictc-faq-item{padding:16px;border-radius:16px}.ictc-faq-question{font-size:16px}.ictc-faq-answer{font-size:14px}}.our-doctor-team{padding:80px 40px;font-family:DM Sans,sans-serif;background-color:#fafafa}.our-doctor-team-title{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:20px}.our-doctor-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:1200px){.our-doctor-team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.our-doctor-team{padding:64px 24px}.our-doctor-team-title{font-size:32px;text-align:center}.our-doctor-team-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:480px){.our-doctor-team{padding:48px 16px}.our-doctor-team-title{font-size:28px}.our-doctor-team-grid{grid-template-columns:1fr;gap:20px}}.ictc-about{padding:80px 40px;font-family:DM Sans,sans-serif;background:#fafafa}.ictc-about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:64px}.ictc-stat-card{position:relative;border-radius:24px;padding:18px;background:linear-gradient(105.96deg,rgba(214,214,214,.2),rgba(255,255,255,.2));background-clip:padding-box;transition:background .35s ease,box-shadow .35s ease;z-index:1}.ictc-stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:1px;background:linear-gradient(105.96deg,#888,#3c3c3e);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:destination-out;pointer-events:none;transition:background .35s ease}.ictc-stat-card:hover{background:linear-gradient(105.96deg,rgba(239,200,255,.2),rgba(255,255,255,.2));box-shadow:0 2.79px 11.17px rgba(0,0,0,.1)}.ictc-stat-card:hover:before{background:linear-gradient(111.2deg,#b068cd -.78%,#3f224a 101.68%)}.ictc-stat-top{display:flex;justify-content:space-between;align-items:center}.ictc-stat-value{font-size:40px;font-weight:900;background:linear-gradient(266.06deg,#ecdff2 -59.63%,#b068cd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.ictc-arrow{position:relative;width:28px;height:28px;flex-shrink:0}.ictc-arrow img{width:100%;height:100%;display:block;transition:transform .35s ease;transform-origin:center}.ictc-stat-card:hover .ictc-arrow img{transform:rotate(-45deg)}.ictc-stat-card h4{margin-top:12px;font-size:20px;font-weight:600;color:#121012}.ictc-stat-card p{margin-top:10px;font-size:16px;font-weight:200;color:#302d31}.ictc-about-title{font-size:40px;font-weight:700;color:#3f224a;margin-bottom:24px}.ictc-about-content p{font-size:20px;font-weight:400;line-height:1.6;color:#121012;margin-bottom:20px}.ictc-about-content span{color:#693c79;font-weight:600}@media(max-width:1200px){.ictc-stat-value{font-size:36px}.ictc-stat-card h4{font-size:18px}.ictc-stat-card p{font-size:15px}}@media(max-width:1024px){.ictc-about{padding:64px 32px}.ictc-about-title{font-size:36px}.ictc-about-content p{font-size:18px}.ictc-about-stats{grid-template-columns:repeat(2,1fr);gap:24px}.ictc-stat-value{font-size:34px}}@media(max-width:768px){.ictc-about{padding:48px 24px}.ictc-about-title{font-size:32px}.ictc-about-content p{font-size:16px}.ictc-stat-card{padding:16px}.ictc-stat-value{font-size:30px}.ictc-stat-card h4{font-size:17px}.ictc-stat-card p{font-size:14px}}@media(max-width:640px){.ictc-about{padding:40px 16px}.ictc-about-title{font-size:28px;margin-bottom:20px}.ictc-about-content p{font-size:15px;line-height:1.5}.ictc-about-stats{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.ictc-stat-top{align-items:flex-start}.ictc-stat-value{font-size:28px}.ictc-arrow,.ictc-arrow img{width:24px;height:24px}}@media(max-width:360px){.ictc-about-title{font-size:24px}.ictc-about-content p{font-size:14px}.ictc-stat-value{font-size:26px}.ictc-stat-card h4{font-size:16px}}.chat-button{position:fixed;bottom:20px;right:20px;background:transparent;border:none;cursor:pointer}.chat-window{position:fixed;bottom:75px;right:20px;padding:15px;width:350px;height:500px;background:#fafafa;border-radius:16px;box-shadow:0 4px 4px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;z-index:1000000000000000}.chat-header{display:flex;align-items:center;gap:10px;padding:10px}.chat-header img{width:80%}.close-btn{margin-left:auto;border:none;background:transparent;color:#fff;font-size:22px;cursor:pointer}.chat-body{flex:1;padding:10px;overflow-y:auto}.menu-container{display:flex;flex-direction:column;gap:10px}.msg-area{display:flex;flex-direction:column;gap:8px;margin-top:10px}.msg{padding:8px 12px;border-radius:10px;max-width:80%;font-size:14px;font-weight:400;color:#302d31}.msg.bot{background:#ecdff2;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05);align-self:flex-start}.msg.user{background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05);align-self:flex-end}.input-row{display:flex;gap:6px}.input-row input{flex:1;padding:10px;background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05);border-radius:8px;color:#98949b;font-weight:400;font-size:14px}.send-icon{cursor:pointer;background:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05);border-radius:8px;padding:10px}.back-row{display:flex;align-items:center;gap:6px;margin-bottom:10px;cursor:pointer}.back-icon{width:24px;cursor:pointer}.hi-text{font-size:24px;font-weight:600;color:#121012}.centre-box{margin-left:30px;display:flex;padding:5px;flex-wrap:wrap;gap:8px}.centre-btn{background:#f2f2f2;padding:8px 12px;border-radius:6px;cursor:pointer;border:1px solid #ccc}.inline-date-box{padding:10px;background:#fff}.date-picker-inline{width:100%;padding:10px;font-size:16px;border-radius:8px;border:1px solid #ccc}.chat-float-wrapper{position:fixed;bottom:36px;right:20px;display:flex;align-items:center;margin-right:70px;gap:10px;z-index:999}.chat-hover-text{background:#fff;border:1px solid #b053e7;color:#333;padding:2px 14px;border-radius:18px;font-size:14px;white-space:nowrap;box-shadow:0 4px 10px rgba(0,0,0,.1);opacity:0;transform:translate(10px);transition:all .3s ease;pointer-events:none}.chat-float-wrapper:hover .chat-hover-text{opacity:1;transform:translate(0);background:rgba(255,255,255,.78);border:1px solid var(--primary-200, rgba(209, 176, 224, 1));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#3f224a;font-size:14px;font-weight:600}.chat-button{background:transparent;border:none;cursor:pointer}.chat-icon{width:65px}.menu-option{width:100%;padding:10px;border-radius:10px;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:#302d31;cursor:pointer}.arrow{width:24px;height:24px}.arrow-wrapper{position:relative;width:24px;height:24px}.arrow{position:absolute;top:0;left:0;width:24px;height:24px;transition:opacity .35s ease}.arrow.default{opacity:1}.arrow.hover,.menu-option:hover .arrow.default{opacity:0}.menu-option:hover .arrow.hover{opacity:1}.menu-option:hover{background:#ecdff2;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05)}.menu-option.whatsapp{background:#ecfdf3;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05)}.menu-option.whatsapp:hover{background:#d1fadf;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05)}.whatsapp-logo-msg{display:flex;gap:8px;align-items:center}.chat-down-btn{position:fixed;bottom:24px;right:24px;width:45px;height:45px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:transform .2s ease}.chat-down-btn:hover{transform:scale(1.05)}.down-arrow-icon{width:56px;height:54px}.faq-box{display:flex;flex-direction:column;gap:10px;color:#fff;border:1px solid var(--grey-100, rgba(228, 227, 229, 1));box-shadow:0 1px 6px rgba(0,0,0,.05);border-radius:8px;padding:10px}.faq-box h4{font-size:16px;color:#b053e7}.faq-title{color:#302d31;font-weight:700;font-size:14px}.faq-item{background:#fafafa;border-radius:8px;padding:12px;cursor:pointer}.faq-item:hover{background:#ecdff2;border:1px solid var(--primary-200, rgba(209, 176, 224, 1))}.faq-item.active{background:#fafafa;border:1px solid var(--primary-300, rgba(176, 104, 205, 1))}.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:400;color:#302d31}.faq-item.active .faq-question.active{font-weight:600}.faq-arrow{width:24px;transition:transform .3s ease}.faq-answer{margin-top:10px;font-size:14px;font-weight:400;color:#302d31;line-height:1.4}.faq-link{text-decoration:underline}.chat-body{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chat-body::-webkit-scrollbar{display:none}@media(max-width:1200px){.chat-window{width:340px;height:480px}.chat-header img{width:70%}}@media(max-width:1024px){.chat-window{width:320px;height:460px;bottom:70px}.chat-icon{width:60px}.chat-hover-text{display:none}}@media(max-width:768px){.chat-window{width:100%;height:100%;bottom:0;right:0;border-radius:0}.chat-header{padding:12px}.chat-header img{width:60%}.chat-body{padding:12px}.chat-float-wrapper{bottom:24px;right:16px;margin-right:0}.chat-button,.chat-down-btn{bottom:16px;right:16px}.centre-box{margin-left:0;justify-content:center}.input-row{flex-direction:row!important}}@media(max-width:480px){.chat-window{width:100vw;height:100dvh}.hi-text{font-size:20px}.menu-option{font-size:13px;padding:10px}.msg{font-size:13px;max-width:90%}.input-row input{font-size:13px;padding:10px}.send-icon{padding:10px;width:50px}.centre-btn{font-size:12px;padding:6px 10px}.faq-title,.faq-question,.faq-answer{font-size:13px}.chat-icon{width:56px}}@media(max-width:360px){.menu-option,.msg{font-size:12px}.hi-text{font-size:18px}}
