@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Sora:wght@400;500;600&display=swap";body{padding:0%;margin:0%}.navbar{position:fixed;top:0;width:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf7f2eb;z-index:1000;border-bottom:1px solid rgba(15,30,45,.08);box-shadow:0 10px 24px #0f1e2d17}.nav-container{max-width:1200px;margin:auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#1a1a1a;text-decoration:none;cursor:pointer}.logo-img{height:38px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:25px}.nav-links a{text-decoration:none;color:#1f2a33;font-weight:600;position:relative;line-height:1;transition:color .2s ease}.nav-links a:hover{color:#111}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:#c79b4b;transition:width .2s ease}.nav-links a:hover:after{width:100%}.navbar .btn-primary{background:#111;color:#fff;padding:6px 14px;border-radius:10px;border:1px solid #111;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:1;height:32px;font-size:14px;margin-top:0;box-shadow:0 10px 20px #0f1e2d26}.navbar .btn-primary:hover{background:#0b0b0b;color:#fff;transform:translateY(-1px);box-shadow:0 14px 26px #0f1e2d33}.menu-btn{display:none;font-size:26px;background:none;border:none;cursor:pointer}.mobile-menu{display:none;flex-direction:column;gap:15px;padding:15px}@media(max-width:768px){.nav-links{display:none}.menu-btn{display:block}.mobile-menu{display:flex;background:#faf7f2fa;border-bottom:1px solid rgba(15,30,45,.08);padding-bottom:20px}.mobile-menu a{font-size:18px;padding:5px 0;color:#444}}:root{--hero-bg: #f6f2ec;--hero-ink: #0f1e2d;--hero-muted: #546170;--hero-accent: #c79b4b;--hero-line: rgba(15, 30, 45, .12);--hero-shadow: rgba(15, 30, 45, .18)}.hero{min-height:100vh;padding-top:120px;display:flex;align-items:center;position:relative;overflow:hidden;font-family:Sora,sans-serif;color:var(--hero-ink);background:linear-gradient(120deg,#faf7f2,#efe6d9 60%,#f4eee6)}.hero:before{content:"";position:absolute;inset:-30% -10% auto;height:70%;background:radial-gradient(50% 50% at 15% 30%,rgba(199,155,75,.25),transparent 70%),radial-gradient(40% 40% at 85% 20%,rgba(15,30,45,.08),transparent 65%);pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(15,30,45,.04) 0,rgba(15,30,45,.04) 1px,transparent 1px,transparent 10px);opacity:.5;pointer-events:none}.hero-container{max-width:1200px;margin:auto;padding:20px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;position:relative;z-index:1}.hero-left{display:flex;flex-direction:column;gap:22px;max-width:580px}.hero-left>*{animation:hero-rise .8s ease both}.hero-left>*:nth-child(1){animation-delay:.05s}.hero-left>*:nth-child(2){animation-delay:.12s}.hero-left>*:nth-child(3){animation-delay:.2s}.hero-left>*:nth-child(4){animation-delay:.28s}.hero-left>*:nth-child(5){animation-delay:.36s}.badge{background:#fff;border:1px solid var(--hero-line);padding:8px 16px;display:inline-flex;border-radius:999px;color:var(--hero-ink);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 12px 30px #0f1e2d14}.badge span{position:relative;padding-left:18px}.badge span:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--hero-accent);left:0;top:50%;transform:translateY(-50%)}.hero-title{font-size:58px;font-weight:700;line-height:1.08;color:#1a1a1a;font-family:Cormorant Garamond,serif;letter-spacing:-.5px}.hero-highlight{color:inherit}.hero-subtext{font-size:18px;color:var(--hero-muted);max-width:520px;line-height:1.7}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.hero .btn-primary.big{padding:14px 28px;border-radius:14px;font-size:17px;background:#111!important;color:#fff!important;border:1px solid rgba(17,17,17,.5);cursor:pointer;text-decoration:none;box-shadow:0 20px 40px var(--hero-shadow);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero .btn-primary.big:hover{background:#111!important;transform:translateY(-2px);box-shadow:0 26px 46px #0f1e2d42}.btn-outline.big{padding:14px 26px;border-radius:14px;font-size:17px;background:transparent;color:var(--hero-ink);border:1px solid var(--hero-line);cursor:pointer;transition:transform .2s ease,background .2s ease,border .2s ease}.btn-outline.big:hover{background:#0f1e2d0f;transform:translateY(-2px)}.hero-stats{display:flex;gap:30px;padding-top:10px;flex-wrap:wrap;border-top:1px solid var(--hero-line)}.hero-stats>div{min-width:140px;padding-top:14px}.hero-stats h3{font-size:28px;color:var(--hero-ink);margin:0}.hero-stats p{font-size:12px;color:var(--hero-muted);margin:6px 0 0;letter-spacing:.1em;text-transform:uppercase}.hero-right{position:relative;width:100%;height:520px;animation:hero-fade .9s ease both;animation-delay:.25s}.hero-right:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(199,155,75,.35),rgba(199,155,75,.08) 60%,transparent 70%);top:-20px;right:-10px}.hero-right:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(15,30,45,.18);bottom:20px;left:-20px}.floating-box{position:absolute;border-radius:18px;animation:float 7s infinite ease-in-out;border:1px solid rgba(15,30,45,.15);background:#ffffffbf;box-shadow:0 18px 40px #0f1e2d1f}.box1{width:130px;height:130px;top:40px;right:40px}.box2{width:96px;height:96px;left:10px;top:170px}.box3{width:170px;height:170px;bottom:20px;right:60px}.box4{width:70px;height:70px;bottom:200px;left:40px}.hero-card{position:absolute;width:260px;height:320px;--card-slide-h: 170px;background:#0f1e2d;border:1px solid rgba(199,155,75,.4);padding:24px;border-radius:24px;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;flex-direction:column;box-shadow:0 30px 60px #0f1e2d4d;color:#f8f4ee}.hero-card-slider{height:var(--card-slide-h);overflow:hidden}.hero-card-track{display:flex;flex-direction:column;gap:12px;animation:hero-card-slide 6s infinite;will-change:transform}.hero-card-slide{min-height:var(--card-slide-h);display:flex;flex-direction:column;gap:8px}.hero-card h3{margin:12px 0 8px;font-size:18px;color:#f8f4ee}.hero-card p{margin:0;color:#f8f4eebf;font-size:14px;line-height:1.5}.mini-box{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#f2d08a,#c79b4b);box-shadow:0 10px 20px #c79b4b4d}.dots span{width:10px;height:10px;background:#f8f4ee99;border-radius:50%;margin-right:6px;display:inline-block}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(1.5deg)}to{transform:translateY(0) rotate(0)}}@keyframes hero-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-card-slide{0%,28%{transform:translateY(0)}33%,61%{transform:translateY(calc(-1 * var(--card-slide-h)))}66%,94%{transform:translateY(calc(-2 * var(--card-slide-h)))}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-left>*,.hero-right,.floating-box,.hero-card-track{animation:none}}@media(max-width:900px){.hero-container{grid-template-columns:1fr}.hero-right{display:none}}.services{padding:100px 0;background:#f8f6ff}.services-container{max-width:1200px;margin:auto;padding:0 20px;text-align:center}.services-header{max-width:650px;margin:auto auto 60px}.services-tag{font-size:14px;text-transform:uppercase;background:#00000087;padding:8px 16px;border-radius:20px;color:#f0eff1;font-weight:600}.services-title{font-size:40px;margin-top:20px;color:#222}.highlight{background:linear-gradient(90deg,#6e00ff,#ff007b);-webkit-background-clip:text;background-clip:text;color:transparent}.services-subtext{font-size:18px;color:#666;margin-top:15px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-top:40px}.service-card{background:#fff;border-radius:16px;border:1px solid #e7e7e7;transition:.3s;overflow:hidden;text-align:left;cursor:pointer}.service-card:hover{transform:translateY(-6px);box-shadow:0 6px 20px #00000014}.service-img{width:100%;height:180px;object-fit:cover}.service-card h3{font-size:22px;margin:20px 20px 10px;color:#222}.service-card p{color:#666;line-height:1.5;margin:0 20px 20px}.service-details-box{margin-top:60px;padding:40px;background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000026;text-align:left;position:relative}.details-img{width:100%;height:280px;object-fit:cover;border-radius:14px;margin-bottom:20px}.service-details-box h2{font-size:30px;margin-bottom:10px;color:#222}.service-details-box p{font-size:18px;color:#555;line-height:1.6}.close-btn{position:absolute;top:20px;right:20px;background:#000;color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer}@media(max-width:768px){.services-title{font-size:32px}.service-details-box{padding:25px}}.about{padding:100px 0;background:#fff}.about-container{max-width:1200px;margin:auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-left{position:relative;width:100%;height:420px}.about-outer{position:absolute;inset:0;border-radius:26px;background:linear-gradient(130deg,#6e00ff22,#ff007b22);opacity:.15}.about-middle{position:absolute;inset:30px;background:#fff;border-radius:22px;border:1px solid #ddd}.about-inner{position:absolute;inset:55px;border-radius:16px;background:#f6f2ff;padding:0;overflow:hidden;display:flex}.about-years{font-size:70px;font-weight:800;background:linear-gradient(90deg,#000,#000);-webkit-background-clip:text;color:transparent}.about-heading{font-size:24px;font-weight:600;color:#222;margin-bottom:10px}.about-inner p{color:#555}.about-stamp{position:absolute;bottom:-20px;right:-20px;background:#fff;border:1px solid #ddd;padding:15px 25px;border-radius:14px;box-shadow:0 4px 10px #0000001a}.about-stamp h3{font-size:28px;margin:0;color:#000}.about-right{display:flex;flex-direction:column;gap:25px}.about-tag{font-size:14px;text-transform:uppercase;background:#1716168e;padding:8px 16px;border-radius:12px;color:#fff;font-weight:600}.about-title{font-size:40px;font-weight:700;color:#222}.highlight-accent{background:linear-gradient(90deg,#000,#000)!important;-webkit-background-clip:text;color:transparent}.about-text{font-size:18px;color:#666;line-height:1.6;max-width:500px}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 20px}.about-item{display:flex;align-items:flex-start;gap:10px}.tick{color:#3e3943!important;font-size:20px;margin-top:3px}.about-btn{width:fit-content;padding:14px 28px;border-radius:10px;font-size:16px}@media(max-width:900px){.about-container{grid-template-columns:1fr}.about-left{height:370px}}.about-image{width:100%;height:100%;object-fit:cover;border-radius:16px}.footer{background:linear-gradient(120deg,#faf7f2,#efe6d9 60%,#f4eee6);color:#111;padding:80px 0 40px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:-30% -10% auto;height:70%;background:radial-gradient(50% 50% at 15% 30%,rgba(199,155,75,.22),transparent 70%),radial-gradient(40% 40% at 85% 20%,rgba(15,30,45,.08),transparent 65%);pointer-events:none}.footer:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(15,30,45,.04) 0,rgba(15,30,45,.04) 1px,transparent 1px,transparent 10px);opacity:.5;pointer-events:none}.footer-container{max-width:1200px;margin:auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;position:relative;z-index:1}.footer-logo{font-size:28px;font-weight:700;margin-bottom:15px;color:#000}.footer-about p{color:#00000054;max-width:320px;line-height:1.6}.footer-social{display:flex;gap:12px;margin-top:20px}.social-box{width:42px;height:42px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#000;font-size:14px;cursor:pointer;transition:.3s}.social-box:hover{background:#533082}.footer-column h3{font-size:18px;margin-bottom:12px;color:#000}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin:8px 0}.footer-column ul li a{text-decoration:none;color:#000;transition:.3s}.footer-column ul li a:hover{color:#000}.footer-bottom{border-top:1px solid #333;margin-top:60px;display:flex;justify-content:space-between;padding:20px 30px;color:#777;font-size:14px;position:relative;z-index:1}@media(max-width:900px){.footer-container{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;text-align:center;gap:10px}}@media(max-width:600px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-about p{margin:auto}.footer-social{justify-content:center}}.login-bg{min-height:100vh;background:linear-gradient(135deg,#e0e7ff,#f0f9ff);position:relative;overflow:hidden}.circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.circle1{width:380px;height:380px;background:#60a5fa;top:-80px;left:-60px}.circle2{width:320px;height:320px;background:#818cf8;bottom:-90px;right:-60px}.login-wrapper{display:flex;justify-content:center;align-items:center;padding:50px 20px;min-height:100vh}.login-card{width:100%;max-width:420px;padding:45px;background:#ffffffa6;border-radius:22px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 15px 50px #00000024;animation:fadeSlide .7s ease;text-align:center}.login-title{font-size:32px;font-weight:800;color:#1e293b}.login-subtitle{color:#64748b;margin-bottom:30px;font-size:15px}.input-group{position:relative;margin-bottom:27px}.input-group input{width:100%;padding:22px 12px 16px;border-radius:12px;border:1px solid #cbd5e1;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:15px;transition:.25s}.input-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;background:#fff;outline:none}.input-group label{position:absolute;left:14px;top:15px;color:#94a3b8;pointer-events:none;transition:.22s ease;font-size:14px}.input-group input:focus+label,.input-group input:valid+label{top:5px;font-size:12px;color:#2563eb}.login-btn{width:100%;padding:15px;margin-top:8px;border-radius:12px;font-size:17px;font-weight:600;transition:.25s}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb40}.forgot,.signup{font-size:14px;margin-top:15px}.forgot a,.signup a{color:#2563eb;font-weight:600}@keyframes fadeSlide{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.error{color:#dc2626;margin-bottom:10px;font-size:14px;font-weight:600}.login-logo-box{display:flex;justify-content:center;margin-bottom:10px}.login-logo{width:90px;height:auto;object-fit:contain;border-radius:10px}.dashboard-wrapper{min-height:100vh;background:#fff!important;color:#000!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding-top:0!important}.sidebar{position:fixed;top:0;left:0;height:100vh;background:#fff;border-right:1px solid #e5e7eb;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow-y:auto;transition:.3s ease;z-index:1000}.sidebar.open{width:260px}.sidebar.closed{width:90px}.sidebar-header{padding:24px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.sidebar-title{font-size:15px;font-weight:700;color:#000;white-space:nowrap;overflow:hidden}.sidebar-toggle{width:36px;height:36px;border-radius:8px;background:#f3f4f6;color:#000;border:1px solid #d1d5db;cursor:pointer;font-size:20px;transition:.2s ease}.sidebar-toggle:hover{background:#e5e7eb}.sidebar-nav{padding:18px 12px;display:flex;flex-direction:column;gap:10px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;background:transparent;border:none;cursor:pointer;transition:.2s ease;color:#444;font-size:14px}.nav-item:hover{background:#f3f4f6;color:#000}.nav-item.active{background:#e0edff;color:#1e40af}.nav-icon{font-size:20px}.nav-label{white-space:nowrap}.main-content{transition:.3s ease;min-height:100vh}.main-content.sidebar-open{margin-left:260px}.main-content.sidebar-closed{margin-left:90px}.topbar{height:80px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.topbar-title{font-size:28px;font-weight:800;color:#000}.topbar-right{display:flex;align-items:center;gap:18px}.search-bar{padding:10px 16px;border-radius:10px;background:#f3f4f6;border:1px solid #d1d5db;color:#000;width:260px}.search-bar::placeholder{color:#6b7280}.search-bar:focus{outline:none;background:#fff;border-color:#2563eb}.icon-btn{width:40px;height:40px;background:#f3f4f6;border-radius:8px;border:1px solid #d1d5db;cursor:pointer;color:#000;font-size:20px;transition:.2s}.icon-btn:hover{background:#e5e7eb}.logout-btn{padding:10px 18px;border-radius:8px;background:#000;color:#fff;font-weight:600;border:none;cursor:pointer;transition:.2s}.logout-btn:hover{background:#111;transform:translateY(-2px)}.content{padding:40px;max-width:1600px;margin:0 auto;color:#000}.section-title{font-size:22px;font-weight:800;color:#111;margin-bottom:20px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.action-card{background:#fff;border:1px solid #e5e7eb;padding:24px;border-radius:16px;transition:.3s ease;display:flex;flex-direction:column;gap:12px;cursor:pointer;text-decoration:none;color:#000}.action-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 10px 20px #2563eb26}.action-header{display:flex;justify-content:space-between;align-items:center}.action-icon{font-size:32px}.action-badge{padding:4px 12px;background:#e0edff;color:#1e40af;font-size:12px;font-weight:700;border-radius:14px}.action-title{font-size:18px;font-weight:700}.action-desc{font-size:14px;opacity:.75}@media(max-width:900px){.sidebar.open{width:220px}.main-content.sidebar-open{margin-left:220px}}@media(max-width:600px){.topbar{flex-direction:column;gap:10px;padding:12px;height:auto}.search-bar{width:100%}.content{padding:20px}}.form-wrapper{width:100%;max-width:900px;margin:45px auto;background:linear-gradient(135deg,#fff,#f4f7ff);padding:35px 32px;border-radius:14px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 22px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form-title{text-align:center;font-size:28px;font-weight:700;color:#2f3b88;margin-bottom:30px;letter-spacing:.5px}.form-container label{font-size:15px;font-weight:600;margin-bottom:6px;display:block;color:#303972}.form-container input,.form-container select{width:100%;padding:13px 14px;font-size:15px;margin-bottom:20px;border-radius:10px;border:1px solid #d1d7f0;background:#f9faff;transition:.25s ease}.form-container input:focus,.form-container select:focus{border-color:#6a5af9;background:#fff;outline:none;box-shadow:0 0 8px #6a5af959}.submit-btn{width:100%;padding:14px;font-size:18px;border:none;background:linear-gradient(135deg,#6a5af9,#4c84ff);color:#fff;border-radius:10px;cursor:pointer;margin-top:12px;font-weight:600;letter-spacing:.6px;transition:.25s ease-in-out}.submit-btn:hover{background:linear-gradient(135deg,#5245f7,#2f6bff);transform:translateY(-3px);box-shadow:0 4px 15px #4c84ff66}@media(max-width:480px){.form-wrapper{padding:22px 18px;margin:20px}.form-title{font-size:24px}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 25px}*{font-family:Noto Sans Devanagari,sans-serif}.appointment-container{max-width:1100px;margin:0 auto}.form-wrapper{background:#fff;padding:16px;border-radius:8px;margin-bottom:18px;box-shadow:0 2px 6px #0000000f}.form-wrapper h3{margin:0 0 10px;color:#003d86}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.form-grid input{padding:20px 16px;border:1px solid #d0d6db;border-radius:6px;font-size:14px}.actions{margin-top:12px}.btn-primary{background:#003d86;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:600}.pdf-page{width:210mm;height:297mm;padding:15mm;box-sizing:border-box;background:#fff;overflow:hidden}.pdf-header{display:flex;align-items:center;gap:12px;border-bottom:2px solid #e6e6e6;padding-bottom:5px}.pdf-header.small{padding-bottom:6px}.left-logo{width:90px}.logo-img{width:90px;height:auto}.header-text{flex:1;text-align:center}.company-name{color:#003d86;font-weight:900;font-size:24px}.company-meta{font-size:14px;color:#333;margin-top:4px;font-weight:900}.qr-box{width:120px;text-align:right}.qr-img{width:100px;height:100px;object-fit:contain}.ref-date{display:flex;justify-content:space-between;margin:14px 0;font-size:13px;color:#000}.ref-left{font-weight:600}.center-heading{text-align:center;text-decoration:none;margin-bottom:50px}.experiencecertificate{margin-top:30px;justify-content:end;align-items:end;margin-bottom:60px}.emplyyy{margin-top:60px}.signe{margin-top:80px;text-align:center;margin-bottom:30px}.signaturess{display:flex;justify-content:flex-end;margin-top:70px;font-weight:600}.employee-details p{margin:6px 0;font-size:15px}.letter-body{margin-top:8px;line-height:1.8;font-size:15px;color:#222;font-weight:400}.letter-body ol{margin-left:18px}.emply{margin-top:35px;justify-content:left}.signatures{display:flex;justify-content:space-between;margin-top:50px;font-weight:600}.Authorized{text-align:center;line-height:90px}.footer1{margin-top:10px}.pdf-footer{background:#003d86;color:#fff;padding:10px;font-size:12px;border-radius:6px;text-align:center}.pdf-footer .small{font-size:11px;margin-top:4px;color:#ffffffe6}.sign{margin-top:40px;text-align:center}.rules-heading{color:#003d86;text-decoration:underline;margin-top:8px;text-align:center}.rules-list{margin-top:12px;line-height:1.8;font-size:17px;font-weight:400}.final-sign{margin-top:160px;text-align:right;font-weight:700}@media print{body{background:#fff}.pdf-wrapper{padding:0}.pdf-page{box-shadow:none;margin:0 auto}}.form-wrapper{background:#fff;padding:20px;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 12px #00000014}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.form-grid input,.form-grid select{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;outline:none;background:#fff;box-sizing:border-box;transition:all .3s ease}.form-grid input:focus,.form-grid select:focus{border-color:#06f;box-shadow:0 0 0 2px #06f3}.btn-primary{background:#0052d4;border:none;padding:10px 18px;color:#fff;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;display:inline-block;margin-top:15px;transition:.3s}.btn-primary:hover{background:#003c9d}@media(max-width:900px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.form-grid{grid-template-columns:1fr}}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.pdf-wrapper{width:210mm;margin:0 auto}.pdf-page{width:210mm;height:297mm;padding:12mm 15mm;background:#fff;box-sizing:border-box;overflow:hidden;page-break-inside:avoid;-webkit-page-break-inside:avoid;break-inside:avoid}.letter-body,.rules-list{page-break-inside:avoid}.edit-box{width:100%;border:1px solid #ccc;padding:10px;border-radius:6px}.header-divider{border-bottom:5px solid #000000}.pdf-wrapper{page-break-inside:avoid!important}.pdf-page{page-break-inside:avoid!important;break-inside:avoid-page!important;-webkit-region-break-inside:avoid!important}.appointment-layout{display:grid;grid-template-columns:320px 1fr;gap:30px;align-items:flex-start}.left-panel{position:sticky;top:20px;height:fit-content}.right-panel{width:100%}@media(max-width:900px){.appointment-layout{grid-template-columns:1fr}.left-panel{position:relative;top:0}}.delete-btn{background:red;color:#fff;padding:4px 10px;border:none;border-radius:4px;cursor:pointer}.delete-btn:hover{background:#8b0000}.list-box{width:100%;margin-top:40px}.btn-primary{background:#007bff;color:#fff;padding:6px 12px;border:none;border-radius:4px;cursor:pointer;margin-bottom:10px}table{width:100%;border-collapse:collapse}th,td{padding:8px;text-align:left;border-bottom:1px solid #ddd}th{background-color:#f2f2f2}.delete-btn{background:red;color:#fff;border:none;padding:4px 10px;border-radius:4px;cursor:pointer}.btn-primary{background:#007bff;color:#fff;padding:6px 14px;border-radius:5px;border:none;cursor:pointer;margin-bottom:10px}.btn-primary:hover{background:#0056b3}.dashboard-bg{min-height:100vh;background:#fff;color:#000}.modern-topbar{background:#fff;padding:20px 30px;border-bottom:1px solid #e5e7eb}.dashboard-container{max-width:1300px;margin:auto;padding:30px}.profile-popup{background:#fff;padding:20px;width:400px;border-radius:12px;box-shadow:0 0 20px #0003}.profile-table{width:100%;border-collapse:collapse}.profile-table th{text-align:left;padding:8px;background:#f3f3f3;width:40%;border-bottom:1px solid #ddd}.profile-table td{padding:8px;border-bottom:1px solid #ddd}.notification-box{position:relative;cursor:pointer;font-size:22px;margin-right:20px}.bell-icon{font-size:28px}.notif-count{position:absolute;top:-5px;right:-10px;background:red;color:#fff;padding:2px 6px;border-radius:50%;font-size:12px}.notification-dropdown{position:absolute;top:70px;right:20px;width:280px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 15px #0003;z-index:50}.notif-item{background:#f7f7f7;padding:10px;margin-bottom:8px;border-radius:6px}.notif-item .time{font-size:11px;color:gray}.empty{text-align:center;color:gray}.profile-table tr:last-child th,.profile-table tr:last-child td{border-bottom:none}.profile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f0f99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999}.profile-card{background:#fff;width:450px;border-radius:14px;padding:25px;box-shadow:0 4px 25px #00000040;animation:fadeIn .3s ease}.profile-header{text-align:center;margin-bottom:20px}.avatar{width:80px;height:80px;background:linear-gradient(135deg,#4b79a1,#283e51);color:#fff;border-radius:50%;font-size:35px;display:flex;justify-content:center;align-items:center;margin:0 auto 12px;font-weight:700}.profile-header h2{margin:5px 0 3px;font-size:24px}.sub-text{color:#888;font-size:14px}.profile-table-pro{width:100%;border-collapse:collapse;margin-top:15px}.profile-table-pro th{background:#f5f7fa;padding:10px;width:40%;color:#333;text-align:left;font-weight:600;border-bottom:1px solid #e5e5e5}.profile-table-pro td{padding:10px;border-bottom:1px solid #e5e5e5;color:#555;font-weight:500}.profile-table-pro tr:last-child td,.profile-table-pro tr:last-child th{border-bottom:none}.close-btn-pro{width:100%;padding:12px;margin-top:20px;background:#d9534f;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:.2s ease-in-out}.close-btn-pro:hover{background:#c9302c}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.filter-box{display:flex;gap:15px;padding:15px;background:#fff;border-radius:12px;margin-bottom:25px;border:1px solid #e5e7eb}.filter-box input,.filter-box select{padding:12px 14px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#000;font-size:15px;outline:none}.profile-popup{background:#fff;padding:20px;width:350px;border-radius:10px;box-shadow:0 0 15px #0003}.profile-details p{margin:8px 0;font-size:16px}.filter-box input:focus,.filter-box select:focus{border-color:#2563eb;background:#fff}.styled-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.styled-table th{padding:14px;background:#f3f4f6;font-size:15px;text-align:left;font-weight:600;color:#000;border-bottom:1px solid #e5e7eb}.styled-table td{padding:14px;border-bottom:1px solid #e5e7eb;color:#000}.styled-table tr:hover{background:#f9fafb}.btn{padding:10px 18px;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:8px;border:none;cursor:pointer;color:#fff;font-weight:600;transition:.2s}.btn:hover{transform:scale(1.05);opacity:.9}.popup-modern{background:#fff;color:#000;padding:30px;width:420px;border-radius:15px;border:1px solid #d1d5db;box-shadow:0 10px 40px #00000026}.popup-modern input{width:100%;padding:10px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#000;margin-top:5px}.logout-btn{background:#000;padding:10px 20px;border-radius:8px;border:none;color:#fff;font-weight:600;cursor:pointer;transition:.25s ease-in-out}.logout-btn:hover{background:#111;transform:translateY(-2px) scale(1.05)}.logout-btn:active{transform:scale(.95)}.profile{display:flex;align-items:center;gap:20px}.profile span{font-size:16px;font-weight:500}table button{padding:6px 14px;background:linear-gradient(90deg,#2563eb,#3b82f6);border:none;border-radius:6px;color:#fff;font-size:14px;cursor:pointer;transition:.25s ease;display:flex;align-items:center;gap:6px}table button:hover{transform:scale(1.07);opacity:.9;box-shadow:0 4px 12px #2563eb66}table button:active{transform:scale(.95)}.sweeper-page{min-height:100vh;background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dash-header{background:#000;border-bottom:1px solid #e5e7eb;padding:22px 40px;display:flex;justify-content:space-between;align-items:center}.dash-logo{font-size:24px;font-weight:700;color:#fffdfd}.dash-right{display:flex;align-items:center;gap:20px}.dash-admin-name{font-size:16px;color:#f8f8f8}.dash-logout-btn{background:#f7f6f6;color:#000;padding:10px 18px;border-radius:8px;border:none;cursor:pointer;font-weight:600;transition:.2s ease}.dash-title{font-size:26px;font-weight:800;margin:30px 40px 20px;color:#000}.top-actions{display:flex;gap:12px;margin:0 40px 20px}.btn-blue,.btn-green,.btn-red{border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:600;border:none;transition:.2s ease}.btn-blue{background:linear-gradient(90deg,#000,#000);color:#fff}.btn-blue:hover{transform:scale(1.05)}.btn-green{background:linear-gradient(90deg,#000,#000);color:#fff}.btn-green:hover{transform:scale(1.05)}.btn-red{background:linear-gradient(135deg,#090606b9,#0000008e);color:#fffefe}.btn-red:hover{transform:scale(1.05)}.filter-bar{margin:20px 40px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:20px;align-items:center}.filter-label{font-weight:600;color:#000}.filter-select{padding:10px 14px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#000}.table-wrapper{margin:20px 40px;background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:20px;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;color:#000;font-size:14px}.data-table th{background:#f3f4f6;padding:14px;text-align:left;font-weight:700;border-bottom:1px solid #e5e7eb;color:#000}.data-table td{padding:12px;border-bottom:1px solid #e5e7eb;color:#000}.data-table tr:hover{background:#f9fafb}.input-edit{width:120px;padding:8px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#000}.overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:2000}.popup{width:420px;padding:25px;background:#fff;border-radius:18px;border:1px solid #d1d5db;color:#000;box-shadow:0 10px 40px #00000026}.popup h2{font-size:22px;margin-bottom:18px;text-align:center;color:#111}.popup input,.popup select{width:100%;padding:10px 12px;margin-bottom:12px;border-radius:10px;border:1px solid #d1d5db;background:#f9fafb;color:#000}.popup-actions{display:flex;justify-content:space-between;margin-top:10px}.search-input{padding:12px 14px;border-radius:8px;border:none;background:#fff;color:#000;font-size:15px;outline:none;width:250px}.gallery-section{background:#fff;padding:90px 0;border-top:1px solid #f0f0f0}.gallery-container{max-width:1200px;margin:auto;padding:0 20px}.gallery-header{text-align:center;margin-bottom:50px}.gallery-header h2{font-size:34px;font-weight:700;color:#222}.gallery-header p{margin-top:12px;color:#555;max-width:720px;margin-left:auto;margin-right:auto}.scroll-wrapper{overflow:hidden;margin-bottom:40px}.scroll-track{display:flex;gap:24px;width:max-content;animation:infiniteScroll 22s linear infinite;will-change:transform}.info-card{min-width:320px;background:#fff;border:1px solid #eaeaea;border-radius:14px;padding:26px;box-shadow:0 10px 25px #0000000d}.info-card h3{font-size:20px;color:#222;margin-bottom:10px}.info-card p{font-size:15px;color:#555;line-height:1.6}.member-card{min-width:300px;background:#f9fafb;border:1px solid #e6e6e6;border-radius:14px;padding:20px}.member-card img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:14px}.member-card h3{font-size:19px;color:#111}.member-card span{display:block;margin:6px 0 10px;font-size:14px;color:#777}.member-card p{font-size:14.5px;color:#555;line-height:1.6}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.gallery-header h2{font-size:26px}.info-card,.member-card{min-width:260px}.scroll-track{animation-duration:22s}}
