.styles_page__oUYUu .header{background:transparent;transition:background .3s}.styles_page__oUYUu .header.solid{background:#fff;box-shadow:0 4px 20px rgba(48,53,115,.06)}.styles_page__oUYUu .doc-hero{background:linear-gradient(90deg,rgba(255,248,238,.9),rgba(255,248,238,.78) 58%,rgba(255,248,238,.66)),url(/assets/shared/branch-madurai-main.png) 50% /cover no-repeat;padding:clamp(76px,8vw,120px) 0;text-align:center;position:relative;border-bottom:1px solid var(--line)}.styles_page__oUYUu .doc-hero-in{max-width:780px;margin:0 auto;min-width:0}.styles_page__oUYUu .doc-hero h1{font-size:clamp(32px,5vw,48px);margin-top:10px;color:var(--blue-deep)}.styles_page__oUYUu .doc-hero .lede{font-size:17px;color:var(--muted);margin-top:14px;max-width:600px;margin-left:auto;margin-right:auto}.styles_page__oUYUu .search-box-wrap{margin-top:32px;position:relative;width:100%;box-sizing:border-box;background:#fff;border:1px solid var(--line);border-radius:999px;padding:15px;display:flex;align-items:center;box-shadow:0 10px 30px rgba(189,132,76,.08);max-width:580px;margin-left:auto;margin-right:auto;transition:border-color .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.styles_page__oUYUu .search-box-wrap:focus-within{border-color:var(--brown);box-shadow:0 10px 30px rgba(189,132,76,.16);transform:scale(1.02)}.styles_page__oUYUu .search-box-wrap svg{fill:var(--muted);width:20px;height:20px;margin-right:12px;transition:fill .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.styles_page__oUYUu .search-box-wrap:focus-within svg{fill:var(--brown);transform:scale(1.1) rotate(8deg)}.styles_page__oUYUu .search-input{border:none;outline:none;font-family:inherit;font-size:16px;color:var(--ink);flex:1 1;min-width:0;background:transparent}.styles_page__oUYUu .search-input::placeholder{color:#a0a4b5}.styles_page__oUYUu .dept-filter-sec{background:#fff;padding:14px 0;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:76px;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.02)}.styles_page__oUYUu .dept-filter-sec .wrap{margin:0 auto}.styles_chipsControl__MsShA{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;grid-gap:10px;gap:10px}.styles_chipsArrow__0OiaZ{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--teal);display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.styles_chipsArrow__0OiaZ:hover{background:var(--teal);border-color:var(--teal);color:#fff;transform:translateY(-1px)}.styles_chipsArrow__0OiaZ:active{transform:translateY(0) scale(.96)}.styles_chipsArrow__0OiaZ:focus-visible{outline:3px solid rgba(253,112,161,.52);outline-offset:3px}.styles_page__oUYUu .chips-scroll-wrap{display:flex;gap:10px;overflow-x:auto;padding:4px 10px;scrollbar-width:none}@media (max-width:560px){.styles_page__oUYUu .dept-filter-sec{padding:10px 0}.styles_chipsControl__MsShA{grid-template-columns:36px minmax(0,1fr) 36px;gap:6px}.styles_chipsArrow__0OiaZ{width:36px;height:36px;font-size:19px}}.styles_page__oUYUu .chips-scroll-wrap::-webkit-scrollbar{display:none}.styles_page__oUYUu .dept-chip{white-space:nowrap;padding:10px 22px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13.5px;font-weight:700;color:var(--muted);cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1)}.styles_page__oUYUu .dept-chip:hover{color:var(--brown-deep);border-color:var(--brown);background:var(--brown-soft);transform:translateY(-2px)}.styles_page__oUYUu .dept-chip:active{transform:translateY(0)}.styles_page__oUYUu .dept-chip.active{color:#fff;border-color:var(--brown);background:var(--brown);box-shadow:0 8px 20px rgba(189,132,76,.35);transform:translateY(-2px) scale(1.02)}.styles_page__oUYUu .results-bar{padding:24px 0 0;font-size:15px;font-weight:700;color:var(--muted)}.styles_page__oUYUu .dept-section{margin-top:56px}.styles_page__oUYUu .dept-section+.dept-section{margin-top:72px}.styles_page__oUYUu .dept-header{margin-bottom:28px;border-bottom:1px solid var(--line);padding-bottom:12px}.styles_page__oUYUu .dept-header h2{font-size:clamp(20px,3.2vw,26px);color:var(--blue)}.styles_page__oUYUu .doc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.styles_page__oUYUu .doc-grid>*{min-width:0}@media(max-width:960px){.styles_page__oUYUu .doc-grid{grid-template-columns:repeat(2,1fr);gap:22px}.styles_page__oUYUu .doc-photo-wrap{height:240px}}@media(max-width:600px){.styles_page__oUYUu .doc-grid{grid-template-columns:1fr}}.styles_page__oUYUu .doc-card{position:relative;height:100%;overflow:hidden;display:flex;flex-direction:column;text-align:left;padding:0 24px 24px;background:linear-gradient(180deg,#fff,#fff 56%,#fcf7f1);border:1px solid var(--line);border-radius:28px;box-shadow:0 6px 18px rgba(48,53,115,.05);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s ease}.styles_page__oUYUu .doc-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brown),var(--pink))}.styles_page__oUYUu .doc-card:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.35));transform:skewX(-25deg);transition:.75s;pointer-events:none}.styles_page__oUYUu .doc-card:hover:after{left:120%}.styles_page__oUYUu .doc-card:hover{transform:translateY(-8px);box-shadow:0 28px 54px rgba(48,53,115,.1);border-color:rgba(189,132,76,.22)}.styles_page__oUYUu .doc-photo-wrap{width:calc(100% + 48px);height:260px;margin:0 -24px 18px;border-radius:0 0 26px 26px;overflow:hidden;background:linear-gradient(135deg,var(--brown-soft),var(--blue-soft));border:0;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.55);position:relative;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s ease}.styles_page__oUYUu .doc-card:hover .doc-photo-wrap{transform:scale(1.02);box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.55)}.styles_page__oUYUu .doc-photo{width:100%;height:100%;object-fit:cover;object-position:center top}.styles_page__oUYUu .doc-fb-avatar{width:100%;height:100%;background:linear-gradient(135deg,var(--brown-soft),#fff);color:var(--brown-deep);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:32px;letter-spacing:.08em}.styles_page__oUYUu .doc-name{font-size:18px;font-weight:800;text-transform:none;color:var(--blue-deep);margin:12px 0 14px;padding-bottom:6px;letter-spacing:0;line-height:1.2}.styles_page__oUYUu .doc-qual{display:block;padding:10px 16px;margin-bottom:18px;border-radius:14px;background:rgba(189,132,76,.08);color:var(--muted);font-size:12.5px;font-weight:700;line-height:1.55}.styles_page__oUYUu .doc-role{font-size:14.5px;color:var(--muted);margin-bottom:0;line-height:1.65;padding-top:14px;border-top:1px solid rgba(48,53,115,.08)}@media (max-width:600px){.styles_page__oUYUu .doc-card{padding:0 18px 22px;border-radius:24px}.styles_page__oUYUu .doc-photo-wrap{width:calc(100% + 36px);height:230px;margin:0 -18px 16px;border-radius:0 0 22px 22px}.styles_page__oUYUu .doc-name{font-size:17px}}.styles_page__oUYUu .empty-state{text-align:center;padding:80px 20px;border:1px dashed var(--line);border-radius:var(--radius);background:var(--blue-soft);color:var(--muted);max-width:500px;margin:40px auto 0}.styles_page__oUYUu .empty-state h3{color:var(--blue-deep);margin-bottom:10px}.styles_page__oUYUu .cta-band{overflow:hidden;display:flex!important;align-items:stretch!important;padding:0!important}.styles_page__oUYUu .cta-copy{flex:1.2 1;padding:48px;color:#fff;display:flex;flex-direction:column;justify-content:center;min-width:0}.styles_page__oUYUu .cta-copy h2{color:#fff;font-size:clamp(26px,3.4vw,38px);max-width:480px}.styles_page__oUYUu .cta-copy p{color:#d6d9f0;margin-top:12px;max-width:440px}.styles_page__oUYUu .cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.styles_page__oUYUu .cta-form{flex:1 1;background:hsla(0,0%,100%,.06);border-left:1px solid hsla(0,0%,100%,.12);padding:48px;display:flex;flex-direction:column;justify-content:center;min-width:0}.styles_page__oUYUu .cta-form h3{color:#fff;font-size:18px;margin-bottom:6px}.styles_page__oUYUu .cta-form input,.styles_page__oUYUu .cta-form select{width:100%;padding:13px 14px;margin-bottom:11px;border-radius:11px;border:none;font-size:14px;font-family:inherit;background:#fff;color:var(--ink)}@media (max-width:860px){.styles_page__oUYUu .cta-band{flex-direction:column}.styles_page__oUYUu .cta-copy{padding:40px 24px 24px!important}.styles_page__oUYUu .cta-form{padding:32px 24px!important;border-left:none!important;border-top:1px solid hsla(0,0%,100%,.12)!important}}@media (max-width:700px){.styles_page__oUYUu .doc-hero .lede{font-size:16px;line-height:1.6}.styles_page__oUYUu .search-box-wrap{margin-top:24px;padding:13px}.styles_page__oUYUu .search-input{font-size:15px}.styles_page__oUYUu .dept-chip{padding:9px 17px;font-size:13px}.styles_page__oUYUu .results-bar{padding-top:18px}.styles_page__oUYUu .dept-section{margin-top:42px}.styles_page__oUYUu .dept-section+.dept-section{margin-top:54px}}@media (max-width:480px){.styles_page__oUYUu .cta-actions{flex-direction:column;width:100%}.styles_page__oUYUu .cta-actions .btn{width:100%;justify-content:center}.styles_page__oUYUu .doc-hero h1{font-size:31px}.styles_page__oUYUu .search-box-wrap svg{width:18px;height:18px;margin-right:9px}.styles_page__oUYUu .doc-qual{padding:9px 15px;margin-bottom:14px}}@media (max-width:380px){.styles_page__oUYUu .doc-photo-wrap{height:210px}.styles_page__oUYUu .chips-scroll-wrap{gap:7px;padding-inline:4px}.styles_page__oUYUu .dept-chip{padding-inline:14px}}.styles_sectionNoTop__k0dz7{padding-top:0}.styles_page__oUYUu #book{padding-block:clamp(68px,8vw,120px)}.styles_page__oUYUu #book>.wrap{margin:0 auto}.styles_fullButton__hpC_S{width:100%;justify-content:center}.styles_headingTop__HebrW{margin-top:12px}.styles_headingTopSmall__3mLLv{margin-top:10px}.styles_themesSpace__96afU{margin-top:22px}.styles_enqActions__TzoyL{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.styles_footerLogoSpace__L4R7X{margin-bottom:16px}.styles_footerDescGreen__PAuGq{color:#9fc4bb;max-width:270px;font-size:14px}.styles_footerDescPurple__UrcRO{color:#9398c2;max-width:270px;font-size:14px}.styles_footerDescLight__XF_lq{color:#aeb2d6;max-width:270px;font-size:14px}.styles_hidden__FQitH{display:none}