@charset "UTF-8";.navbar-container{position:sticky;top:0;z-index:1000;background:#e9eef5;box-shadow:0 8px 30px #0000000d}.navbar-container .navbar{background:#0b3c5d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.3);padding:1rem;display:flex;align-items:center;justify-content:space-between}.navbar-menu{display:flex;gap:2rem}.navbar-menu a{font-family:Inter,system-ui,-apple-system,sans-serif;text-decoration:none;font-weight:500;color:#f4f7fb;position:relative}.navbar-menu a:hover{color:#f93}.navbar-menu a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:#f93;transition:width .3s ease}.navbar-menu a:hover:after{width:100%}.navbar-logo{display:flex;align-items:center;gap:.75rem}.navbar-logo img{height:60px}.navbar-logo span{font-weight:600;color:#0b3c5d;font-size:1rem;line-height:1.2}.navbar-logo .text{color:#fff}.navbar-right{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;white-space:nowrap}.language-switch{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.lang-label{font-size:.75rem;font-weight:600;color:#f4f7fb;transition:color .2s ease}.lang-label.active{color:#f93}.switch{width:44px;height:22px;background:#ffffffa6;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;position:relative;transition:background .3s ease;border:1px solid black}.switch-knob{width:18px;height:18px;background:#e9eef5;border-radius:50%;position:absolute;top:1px;left:2px;box-shadow:0 2px 6px #00000026;transition:transform .3s ease}.switch-right .switch-knob{transform:translate(22px)}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger span{width:100%;height:3px;background:#f4f7fb;border-radius:10px;transition:all .3s ease;transform-origin:center}.hamburger span.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.navbar-container .navbar{padding:.75rem 1rem}.navbar-logo img{height:45px}.hamburger{display:flex}.navbar-right{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#0b3c5d;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;gap:2rem;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;overflow-y:auto}.navbar-right.mobile-open{right:0}.navbar-menu{flex-direction:column;gap:1.5rem;width:100%}.navbar-menu a{font-size:1.1rem;width:100%;padding:.5rem 0}.language-switch{margin-top:1rem}}@media(max-width:480px){.navbar-logo img{height:40px}.navbar-right{width:80%}.navbar-menu a{font-size:1rem}}.disclaimer{display:flex;align-items:center;border-bottom:1px solid black}.disclaimer-label{padding:.5rem;color:#f93;font-size:12px;font-weight:700}.disclaimer-marquee{overflow:hidden;flex:1}.disclaimer-text{display:inline-block;padding-left:100%;white-space:nowrap;font-size:12px;color:#0f172a;animation:marquee-rtl 18s linear infinite}@keyframes marquee-rtl{0%{transform:translate(0)}to{transform:translate(-100%)}}.disclaimer:hover .disclaimer-text{animation-play-state:paused}.hero-container{position:relative;height:90vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Poppins,sans-serif}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;animation:slowZoom 25s ease-in-out infinite alternate}.hero-bg:after{content:"";position:absolute;inset:0;background:#00000047}.hero-official{position:relative;z-index:2;text-align:center;padding:2.8rem 3.5rem;max-width:880px}.hero-emblem{width:80px;margin-bottom:1rem}.hero-main-title{font-size:2.6rem;font-weight:700;color:gold;margin-bottom:.5rem}.hero-subtitle{font-size:1.1rem;color:#fff;margin-bottom:1.4rem}.hero-notice{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:#00000059;color:#fff;border-radius:6px;font-size:.95rem}@media(max-width:768px){.hero-main-title{font-size:2rem}.hero-emblem{width:60px}}.officials-section{padding:4rem 3rem;background:#f5f7fa;font-family:Poppins,sans-serif}.officials-heading{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem;color:#0f172a}.officials-heading span{font-weight:500;color:#555}.officials-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:start}@media(max-width:1024px){.officials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.officials-grid{grid-template-columns:1fr}.officials-grid:hover .official-card{transform:none;opacity:1}}.official-card{background:#fff;border-radius:14px;padding:0;text-align:center;transition:all .35s ease;box-shadow:0 10px 25px #00000014;cursor:pointer;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:380px;height:100%}.officials-grid:hover .official-card:not(:hover){transform:scale(.92);opacity:.5;filter:brightness(.9)}.official-card:hover{transform:scale(1.08);opacity:1;z-index:3;box-shadow:0 20px 40px #00000026;filter:brightness(1)}.official-card .official-image{width:100%;height:220px;overflow:hidden;position:relative;background-color:#f0f0f0}.official-card .official-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .3s ease;display:block}.official-card .official-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.3),transparent);opacity:0;transition:opacity .3s ease}.official-card:hover .official-image img{transform:scale(1.05)}.official-card:hover .official-image:after{opacity:1}.official-card .card-content{padding:1.5rem 1.2rem;display:flex;flex-direction:column;flex-grow:1;gap:.5rem;justify-content:space-between}.official-card h3{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.4rem;line-height:1.3;min-height:2.6rem}.official-card .role{font-size:.85rem;color:#0f172a;margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.08);line-height:1.4}.official-card .contact{margin-bottom:.5rem;font-size:.85rem;opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease;color:#0f172a}.official-card .contact p{margin:.3rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.official-card:hover .contact{opacity:1;max-height:200px}.official-card .official-message{margin-bottom:.5rem;padding:.75rem;background:#0b3c5d0d;border-radius:8px;font-size:.85rem;color:#0f172a;line-height:1.5;opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease;border-left:3px solid #FF9933}.official-card:hover .official-message{opacity:1;max-height:300px}.official-card .official-btn{margin-top:auto;padding:.6rem 1.5rem;border-radius:6px;border:none;background:#0b3c5d;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;width:100%;opacity:1;max-height:50px}.official-card .official-btn:after{content:"";position:absolute;width:120px;height:120px;background:#fff6;border-radius:50%;transform:scale(0);opacity:0;transition:transform .4s,opacity .6s}.official-card .official-btn:active:after{transform:scale(1);opacity:1;transition:transform 0s,opacity 0s}.official-card:hover .official-btn{opacity:0;max-height:0;padding:0;margin:0}.demographics-section{padding:4rem 3rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:Poppins,sans-serif}.demographics-heading{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem;color:#0f172a;position:relative}.demographics-heading:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#f93;border-radius:2px}.demographics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:1024px){.demographics-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:768px){.demographics-grid{grid-template-columns:1fr;gap:1.5rem}}.demographic-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative;overflow:hidden;border-top:4px solid #0B3C5D}.demographic-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0b3c5d0d,#ff99330d);opacity:0;transition:opacity .3s ease}.demographic-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-top-color:#f93}.demographic-card:hover:before{opacity:1}.demographic-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.demographic-card:hover .card-value{color:#0b3c5d}.demographic-card .card-icon{font-size:3.5rem;margin-bottom:1rem;transition:transform .3s ease;position:relative;z-index:1}.demographic-card .card-value{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;transition:color .3s ease;position:relative;z-index:1}.demographic-card .card-label{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.75rem;position:relative;z-index:1}.demographic-card .card-source{font-size:.85rem;color:#475569;font-style:italic;position:relative;z-index:1}@media(max-width:768px){.demographics-section{padding:3rem 1.5rem}.demographics-heading{font-size:1.6rem;margin-bottom:2rem}.demographic-card{padding:2rem 1.5rem}.demographic-card .card-icon{font-size:3rem}.demographic-card .card-value{font-size:2rem}.demographic-card .card-label{font-size:1rem}}@media print{.demographics-section{background:#fff;page-break-inside:avoid}.demographic-card{box-shadow:none;border:1px solid #ddd;break-inside:avoid}}.gallery-section{padding:60px 20px;background-color:#f8f9fa}.gallery-container{max-width:1200px;margin:0 auto}.gallery-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:40px;position:relative;padding-bottom:15px}.gallery-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#4ecdc4,#45b7d1);border-radius:2px}.gallery-scroll-wrapper{overflow:hidden;position:relative}.gallery-scroll{display:flex;gap:20px;overflow-x:hidden;scroll-behavior:smooth;padding:10px 0}.gallery-item{flex:0 0 auto;width:350px;height:250px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;position:relative}.gallery-item:hover{box-shadow:0 8px 24px #0003;z-index:10}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.15)}@media(max-width:768px){.gallery-section{padding:40px 15px}.gallery-title{font-size:2rem;margin-bottom:30px}.gallery-item{width:280px;height:200px}.gallery-scroll{gap:15px}}@media(max-width:480px){.gallery-title{font-size:1.75rem}.gallery-item{width:240px;height:180px}}.carousel-section{padding:4rem 3rem 2rem;width:100%;background:#f5f7fa}.carousel-title{text-align:center;font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:3rem;position:relative}.carousel-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#f93;border-radius:2px}.carousel-wrapper{display:flex;align-items:center;width:100%;position:relative}.carousel-arrow{border:none;color:#123c69;font-size:2.6rem;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s ease}.carousel-arrow:disabled{opacity:.35;cursor:not-allowed}.carousel-arrow.left{margin-right:.25rem}.carousel-arrow.right{margin-left:.25rem}.carousel-viewport{overflow:hidden}.carousel-track{display:flex;gap:20px;transition:transform .45s ease;will-change:transform;padding:10px}.carousel-card{flex:0 0 280px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#ffffffbf,#ffffff8c);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border:1px solid rgba(255,255,255,.35);box-shadow:0 10px 30px #00000014,inset 0 1px #fff6;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.carousel-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0000001f,inset 0 1px #ffffff73}.carousel-image{width:100%;height:180px;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.carousel-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{font-size:.85rem;color:#475569}.carousel-body{padding:1rem;display:flex;flex-direction:column;flex-grow:1;min-height:0}.carousel-body h3{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem;line-height:1.3}.carousel-body .date{font-size:.75rem;color:#475569;margin-bottom:.5rem}.carousel-body button{margin-top:auto;width:100%;background:#123c69;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease,transform .2s ease}.carousel-body button:hover{background:#0b3c5d;transform:translateY(-2px)}.carousel-body button:active{transform:translateY(0)}.carousel-modal-backdrop{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;display:flex;align-items:center;justify-content:center}.carousel-modal{width:90%;max-width:620px;background:#ffffffa6;border:1px solid rgba(255,255,255,.3);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000040}.modal-image{height:260px;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-content{padding:1.5rem}.modal-content h2{font-size:1.4rem;margin-bottom:.25rem;color:#f4f7fb}.modal-content .date{font-size:.8rem;color:#475569}.modal-content p{margin:1rem 0;line-height:1.6;color:#0f172a}.modal-content button{background:#0b3c5d;color:#fff;border:none;border-radius:10px;padding:.5rem 1.2rem;font-size:.9rem;cursor:pointer}.footer{background:linear-gradient(135deg,#0b3c5d,#123c69);color:#f4f7fb;font-family:Poppins,sans-serif;margin-top:auto}.footer-main{padding:3rem 2rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}@media(max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem}}.footer-column h3.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:#f93;position:relative;padding-bottom:.5rem}.footer-column h3.footer-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:#f93}.footer-about .footer-tagline{font-size:.9rem;color:#fffc;margin-bottom:1rem;font-style:italic}.footer-about .footer-location{font-size:.9rem;color:#ffffffe6;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.5rem}.footer-about .footer-location span{font-size:1.1rem}.footer-contact p{font-size:.9rem;color:#ffffffd9;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.footer-contact p span{font-size:1.1rem}.footer-contact p.helpline{color:#f93;font-weight:500;margin-top:.5rem}.footer-social{margin-top:1.5rem}.footer-social h4{font-size:.95rem;font-weight:500;margin-bottom:.75rem;color:#ffffffe6}.footer-social .social-icons{display:flex;gap:.75rem}.footer-social .social-icons .social-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.footer-social .social-icons .social-icon:hover{background:#f93;transform:translateY(-3px);box-shadow:0 4px 12px #ff99334d}.footer-social .social-icons .social-icon i{font-size:.9rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.65rem}.footer-links li a{color:#ffffffd9;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block;position:relative;padding-left:1rem}.footer-links li a:before{content:"▸";position:absolute;left:0;color:#f93;transition:transform .3s ease}.footer-links li a:hover{color:#fff;padding-left:1.3rem}.footer-links li a:hover:before{transform:translate(4px)}.footer-bottom{background:#0003;padding:1rem 2rem}.footer-bottom .footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:768px){.footer-bottom .footer-bottom-content{flex-direction:column;text-align:center}}.footer-bottom .footer-bottom-content .copyright p{margin:0;font-size:.85rem;color:#fffc}.footer-bottom .footer-bottom-content .footer-meta p{margin:0;font-size:.85rem;color:#ffffffbf}@media print{.footer{display:none}}@media(prefers-contrast:high){.footer{border-top:3px solid white}.footer-links a{text-decoration:underline}}.about-hero-container{position:relative;height:90vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Poppins,sans-serif}.about-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;animation:slowZoom 25s ease-in-out infinite alternate}.about-hero-bg:after{content:"";position:absolute;inset:0;background:#0006}.about-hero-content{position:relative;z-index:2;text-align:center;padding:3rem 2rem;max-width:900px}.about-hero-main-title{font-size:3rem;font-weight:700;color:gold;margin-bottom:.8rem;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.about-hero-subtitle{font-size:2rem;font-weight:600;color:#fff;margin-bottom:2rem;text-shadow:2px 2px 6px rgba(0,0,0,.5)}.about-hero-description{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 2.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.about-hero-desc{font-size:1.2rem;line-height:1.8;color:#fff;font-weight:400;margin:0}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@media(max-width:768px){.about-hero-container{height:80vh}.about-hero-content{padding:2rem 1.5rem}.about-hero-main-title{font-size:2.2rem}.about-hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem}.about-hero-description{padding:1.5rem 1.8rem}.about-hero-desc{font-size:1rem}}@media(max-width:480px){.about-hero-main-title{font-size:1.8rem}.about-hero-subtitle{font-size:1.3rem}.about-hero-description{padding:1.2rem 1.5rem}.about-hero-desc{font-size:.95rem}}.office-staff-section{padding:60px 20px;background-color:#e9eef5}.office-staff-container{max-width:1400px;margin:0 auto}.office-staff-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:50px;position:relative;padding-bottom:15px}.office-staff-title .title-divider{color:#123c69;margin:0 10px}.office-staff-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#123c69;border-radius:2px}.staff-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}.staff-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.staff-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.staff-card-header{display:flex;align-items:center;gap:15px;padding:20px;background:linear-gradient(135deg,#0b3c5d,#123c69);color:#fff}.staff-photo{flex-shrink:0}.staff-photo img{width:80px;height:80px;border-radius:50%;border:3px solid white;object-fit:cover}.staff-info{flex:1}.staff-info .staff-name-hi{font-size:1.2rem;font-weight:700;margin:0 0 5px;color:#fff}.staff-info .staff-name-en{font-size:1rem;font-weight:500;margin:0 0 10px;color:#ffffffe6}.staff-info .staff-designation-hi{font-size:.95rem;margin:0 0 3px;color:gold;font-weight:600}.staff-info .staff-designation-en{font-size:.85rem;margin:0;color:#ffffffd9}.staff-responsibilities{padding:20px;border-bottom:1px solid #e0e0e0}.staff-responsibilities h5{font-size:1rem;font-weight:600;color:#123c69;margin:0 0 12px}.staff-responsibilities ul{list-style:none;padding:0;margin:0}.staff-responsibilities ul li{font-size:.9rem;color:#555;padding:6px 0 6px 20px;position:relative}.staff-responsibilities ul li:before{content:"•";position:absolute;left:0;color:#123c69;font-weight:700;font-size:1.2rem}.staff-contact{padding:20px;border-bottom:1px solid #e0e0e0}.staff-contact .contact-item{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:.9rem}.staff-contact .contact-item:last-child{margin-bottom:0}.staff-contact .contact-item .contact-icon{font-size:1.1rem}.staff-contact .contact-item .contact-label{font-weight:600;color:#333;min-width:70px}.staff-contact .contact-item .contact-value{color:#666;font-family:monospace;word-break:break-all}.staff-hours{padding:15px 20px;background-color:#f8f9fa;text-align:center;font-size:.9rem;color:#666;font-weight:500}@media(max-width:768px){.office-staff-section{padding:40px 15px}.office-staff-title{font-size:1.8rem;margin-bottom:35px}.staff-cards-grid{grid-template-columns:1fr;gap:25px}.staff-card-header{flex-direction:column;text-align:center;padding:25px 20px 20px}.staff-photo img{width:100px;height:100px}.staff-info .staff-name-hi{font-size:1.3rem}.staff-info .staff-name-en{font-size:1.05rem}.staff-contact .contact-item{flex-wrap:wrap}.staff-contact .contact-item .contact-label{min-width:auto}}@media(max-width:480px){.office-staff-title{font-size:1.5rem}.office-staff-title .title-divider{margin:0 5px}.staff-card-header{padding:20px 15px 15px}.staff-responsibilities,.staff-contact{padding:15px}.staff-hours{padding:12px 15px;font-size:.85rem}}.ward-counsellors-section{padding:60px 20px;background-color:#fff}.ward-counsellors-container{max-width:1200px;margin:0 auto}.ward-counsellors-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:40px;position:relative;padding-bottom:15px}.ward-counsellors-title .title-divider{color:#123c69;margin:0 10px}.ward-counsellors-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#123c69;border-radius:2px}.ward-table-wrapper{overflow-x:auto;box-shadow:0 4px 12px #0000001a;border-radius:12px;background:#fff}.ward-table{width:100%;border-collapse:collapse;min-width:600px}.ward-table thead{background:#123c69}.ward-table thead tr th{padding:18px 20px;text-align:left;font-weight:600;font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.ward-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .3s ease}.ward-table tbody tr:hover{background-color:#f5f9fa}.ward-table tbody tr:last-child{border-bottom:none}.ward-table tbody tr td{padding:16px 20px;font-size:.95rem;color:#555;vertical-align:middle}.ward-table tbody tr td:first-child{font-weight:600;color:#123c69;font-size:1.1rem}.ward-table tbody tr td:last-child{font-family:monospace;color:#666}@media(max-width:768px){.ward-counsellors-section{padding:40px 15px}.ward-counsellors-title{font-size:1.8rem;margin-bottom:30px}.ward-table-wrapper{border-radius:8px}.ward-table{min-width:100%}.ward-table thead{display:none}.ward-table tbody tr{display:block;margin-bottom:20px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.ward-table tbody tr:hover{background-color:#fff}.ward-table tbody tr td{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #f0f0f0;text-align:right}.ward-table tbody tr td:last-child{border-bottom:none}.ward-table tbody tr td:before{content:attr(data-label);font-weight:600;color:#333;text-align:left;flex:0 0 40%}.ward-table tbody tr td:first-child{background:#123c69;color:#fff;font-size:1.2rem;font-weight:700;justify-content:center}.ward-table tbody tr td:first-child:before{color:#fff}}@media(max-width:480px){.ward-counsellors-title{font-size:1.5rem}.ward-counsellors-title .title-divider{margin:0 5px}.ward-table tbody tr td{font-size:.9rem;padding:10px 12px}}.annual-budget-section{padding:60px 20px;background-color:#fff}.annual-budget-container{max-width:1200px;margin:0 auto}.annual-budget-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:50px;position:relative;padding-bottom:15px}.annual-budget-title .title-divider{color:#123c69;margin:0 10px}.annual-budget-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#123c69;border-radius:2px}.section-subtitle{font-size:1.5rem;font-weight:600;color:#123c69;margin-bottom:20px;text-align:center}.budget-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}.budget-table-section{background:#fff}.budget-table-wrapper{overflow-x:auto;box-shadow:0 4px 12px #0000001a;border-radius:12px;background:#fff}.budget-table{width:100%;border-collapse:collapse;min-width:400px}.budget-table thead{background:#123c69}.budget-table thead tr th{padding:18px 20px;text-align:left;font-weight:600;font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.budget-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .3s ease}.budget-table tbody tr:hover{background-color:#f5f9fa}.budget-table tbody tr:last-child{border-bottom:none}.budget-table tbody tr td{padding:16px 20px;font-size:.95rem;color:#555;vertical-align:middle}.budget-table tbody tr td .category-cell{display:flex;flex-direction:column;gap:4px}.budget-table tbody tr td .category-cell .category-main{font-weight:600;color:#333;font-size:1rem}.budget-table tbody tr td .category-cell .category-secondary{font-size:.85rem;color:#777}.budget-table tbody tr td .amount-value{font-weight:700;color:#123c69;font-size:1.1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.budget-allocation-section{background:#fff}.allocation-bars{display:flex;flex-direction:column;gap:25px}.allocation-item .allocation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.allocation-item .allocation-header .allocation-labels{display:flex;flex-direction:column;gap:3px}.allocation-item .allocation-header .allocation-labels .allocation-label-main{font-weight:600;color:#333;font-size:1rem}.allocation-item .allocation-header .allocation-labels .allocation-label-secondary{font-size:.85rem;color:#777}.allocation-item .allocation-header .allocation-percentage{font-weight:700;font-size:1.3rem;color:#123c69}.allocation-item .allocation-bar-container{width:100%;height:30px;background-color:#e9ecef;border-radius:15px;overflow:hidden;position:relative}.allocation-item .allocation-bar-container .allocation-bar{height:100%;background:linear-gradient(90deg,#0b3c5d,#123c69);border-radius:15px;transition:width .6s ease;box-shadow:0 2px 8px #0b3c5d4d}.budget-download-section{display:flex;justify-content:center;margin-top:40px}.budget-download-section .download-button{display:flex;align-items:center;gap:12px;padding:15px 35px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0b3c5d,#123c69);border:none;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0b3c5d4d}.budget-download-section .download-button .download-icon{font-size:1.5rem}.budget-download-section .download-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0b3c5d66}.budget-download-section .download-button:active{transform:translateY(-1px)}@media(max-width:968px){.budget-content-wrapper{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.annual-budget-section{padding:40px 15px}.annual-budget-title{font-size:1.8rem;margin-bottom:35px}.section-subtitle{font-size:1.3rem}.budget-content-wrapper{gap:35px}.budget-table{min-width:100%}.budget-table thead{display:none}.budget-table tbody tr{display:block;margin-bottom:15px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.budget-table tbody tr:hover{background-color:#fff}.budget-table tbody tr td{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #f0f0f0}.budget-table tbody tr td:last-child{border-bottom:none}.budget-table tbody tr td:before{content:attr(data-label);font-weight:600;color:#333;flex:0 0 30%}.budget-table tbody tr td .category-cell{text-align:right;flex:1}.allocation-item .allocation-header .allocation-percentage{font-size:1.2rem}.allocation-item .allocation-bar-container{height:25px}.download-button{font-size:1rem;padding:12px 28px}}@media(max-width:480px){.annual-budget-title{font-size:1.5rem}.annual-budget-title .title-divider{margin:0 5px}.section-subtitle{font-size:1.2rem}.allocation-item .allocation-header .allocation-labels .allocation-label-main{font-size:.95rem}.allocation-item .allocation-header .allocation-labels .allocation-label-secondary{font-size:.8rem}.allocation-item .allocation-header .allocation-percentage{font-size:1.1rem}.allocation-item .allocation-bar-container{height:22px}.download-button{font-size:.95rem;padding:12px 25px}}.upcoming-projects-section{padding:60px 20px;background-color:#e9eef5}.upcoming-projects-container{max-width:1400px;margin:0 auto}.upcoming-projects-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:50px;position:relative;padding-bottom:15px}.upcoming-projects-title .title-divider{color:#123c69;margin:0 10px}.upcoming-projects-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#123c69;border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;padding:25px;border:2px solid transparent}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026;border-color:#123c69}.project-card-border{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0b3c5d,#123c69,#0b3c5d)}.project-card-border-bottom{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0b3c5d,#123c69,#0b3c5d)}.project-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px dashed #e0e0e0}.project-header .project-icon{font-size:3rem;flex-shrink:0}.project-header .project-title-wrapper{flex:1}.project-header .project-title-wrapper .project-title-en{font-size:1.3rem;font-weight:700;color:#123c69;margin:0 0 5px;line-height:1.3}.project-header .project-title-wrapper .project-title-hi{font-size:1.1rem;font-weight:600;color:#666;margin:0;line-height:1.3}.project-details{margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:8px}.project-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e0e0e0}.project-details .detail-row:last-child{border-bottom:none;padding-bottom:0}.project-details .detail-row:first-child{padding-top:0}.project-details .detail-row .detail-label{font-weight:600;color:#333;font-size:.95rem}.project-details .detail-row .detail-value{font-weight:500;color:#555;font-size:.95rem}.project-details .detail-row .detail-value.status-badge{background:linear-gradient(135deg,#0b3c5d,#123c69);color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.project-details .detail-row .detail-value.budget-value{color:#123c69;font-weight:700;font-size:1.05rem}.project-features{margin-top:20px}.project-features .features-heading{font-size:1rem;font-weight:600;color:#123c69;margin:0 0 12px}.project-features .features-list{list-style:none;padding:0;margin:0}.project-features .features-list li{font-size:.9rem;color:#555;padding:8px 0 8px 25px;position:relative;line-height:1.5}.project-features .features-list li:before{content:"▸";position:absolute;left:0;color:#123c69;font-weight:700;font-size:1.2rem}.project-features .features-list li:last-child{padding-bottom:0}@media(max-width:768px){.upcoming-projects-section{padding:40px 15px}.upcoming-projects-title{font-size:1.8rem;margin-bottom:35px}.projects-grid{grid-template-columns:1fr;gap:25px}.project-card{padding:20px}.project-header .project-icon{font-size:2.5rem}.project-header .project-title-wrapper .project-title-en{font-size:1.2rem}.project-header .project-title-wrapper .project-title-hi{font-size:1rem}.project-details{padding:12px}.project-details .detail-row{flex-direction:column;align-items:flex-start;gap:5px}.project-details .detail-row .detail-value.status-badge{align-self:flex-start}}@media(max-width:480px){.upcoming-projects-title{font-size:1.5rem}.upcoming-projects-title .title-divider{margin:0 5px}.project-card{padding:18px}.project-header{flex-direction:column;text-align:center}.project-header .project-icon{font-size:2.8rem}.project-features .features-list li{font-size:.85rem;padding:6px 0 6px 22px}}.achievements-section{padding:60px 20px;background-color:#fff}.achievements-container{max-width:1200px;margin:0 auto}.achievements-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:50px;position:relative;padding-bottom:15px}.achievements-title .title-divider{color:#123c69;margin:0 10px}.achievements-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#123c69;border-radius:2px}.achievements-accordion{display:flex;flex-direction:column;gap:20px}.accordion-item{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.accordion-item.active{box-shadow:0 6px 20px #00000026}.accordion-header{width:100%;padding:20px 30px;background:linear-gradient(135deg,#0b3c5d,#123c69);color:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:700;transition:all .3s ease;position:relative}.accordion-header:hover{background:linear-gradient(135deg,#082d46,#0e3053)}.accordion-header .year-divider{letter-spacing:3px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.accordion-header .accordion-icon{font-size:1.2rem;transition:transform .3s ease}.accordion-item.active .accordion-header .accordion-icon{transform:rotate(0)}.accordion-content{padding:30px;background-color:#f8f9fa;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.achievement-category{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}.achievement-category:hover{transform:translateY(-3px);box-shadow:0 4px 16px #0000001f}.category-header{display:flex;align-items:center;gap:12px;margin-bottom:15px;padding-bottom:12px;border-bottom:2px solid #123C69}.category-header .category-icon{font-size:2rem;flex-shrink:0}.category-header .category-title{flex:1}.category-header .category-title h4{font-size:1.1rem;font-weight:700;color:#123c69;margin:0;line-height:1.3}.achievement-list{list-style:none;padding:0;margin:0}.achievement-list li{font-size:.95rem;color:#555;padding:10px 0 10px 25px;position:relative;line-height:1.6;border-bottom:1px dashed #e0e0e0}.achievement-list li:last-child{border-bottom:none;padding-bottom:0}.achievement-list li:before{content:"✓";position:absolute;left:0;color:#123c69;font-weight:700;font-size:1.1rem}@media(max-width:768px){.achievements-section{padding:40px 15px}.achievements-title{font-size:1.8rem;margin-bottom:35px}.accordion-header{padding:18px 20px;font-size:1.3rem}.accordion-header .year-divider{letter-spacing:2px}.accordion-header .accordion-icon{font-size:1rem}.accordion-content{padding:20px 15px}.achievements-grid{grid-template-columns:1fr;gap:20px}.achievement-category{padding:18px}.category-header .category-icon{font-size:1.8rem}.category-header .category-title h4{font-size:1rem}.achievement-list li{font-size:.9rem;padding:8px 0 8px 22px}}@media(max-width:480px){.achievements-title{font-size:1.5rem}.achievements-title .title-divider{margin:0 5px}.accordion-header{padding:15px 18px;font-size:1.1rem}.accordion-header .year-divider{letter-spacing:1px}.accordion-content{padding:18px 12px}.achievement-category{padding:15px}.category-header .category-icon{font-size:1.6rem}.category-header .category-title h4{font-size:.95rem}.achievement-list li{font-size:.85rem;padding:7px 0 7px 20px}}.citizen-message-section{padding:60px 20px;background-color:#e9eef5}.citizen-message-container{max-width:900px;margin:0 auto}.citizen-message-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:50px;position:relative;padding-bottom:15px}.citizen-message-title .title-divider{color:#123c69;margin:0 10px}.citizen-message-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#123c69;border-radius:2px}.letter-paper{background:linear-gradient(to bottom,#fefefe,#fafafa);border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 10px 40px #00000026;padding:40px 50px;position:relative;font-family:Georgia,Times New Roman,serif}.letter-paper:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 30px,rgba(0,0,0,.02) 30px,rgba(0,0,0,.02) 31px);pointer-events:none;border-radius:8px}.letter-paper:after{content:"🏛️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15rem;opacity:.03;pointer-events:none;z-index:0}.letter-header{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:3px double #123C69;position:relative;z-index:1}.letter-header .header-line{flex:1;height:2px;background:linear-gradient(90deg,transparent,#123C69,transparent)}.letter-header .emblem-placeholder{font-size:3rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.letter-content{position:relative;z-index:1;line-height:1.8}.letter-quote{text-align:center;font-size:1.4rem;font-weight:600;color:#123c69;font-style:italic;margin-bottom:30px;padding:20px;background:#123c690d;border-left:4px solid #123C69;border-radius:4px}.letter-quote .quote-mark{font-size:2rem;color:#0b3c5d;font-family:Georgia,serif}.letter-salutation{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:20px}.letter-message{margin-bottom:30px}.letter-message p{font-size:1.1rem;color:#444;line-height:2;text-align:justify;text-indent:40px;margin:0}.letter-suggestion{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,#ffd7001a,#ffa5001a);border-left:4px solid #ffa500;border-radius:8px;margin-bottom:30px;font-size:1.1rem;font-weight:600;color:#333;font-style:italic}.letter-suggestion .suggestion-icon{font-size:1.8rem;flex-shrink:0}.letter-closing{margin-top:40px;text-align:right}.letter-closing p{font-size:1.1rem;color:#444;margin:10px 0}.letter-closing .signature-line{width:250px;height:2px;background:#123c69;margin:20px 0 10px auto}.letter-closing .signature-name{font-weight:600;color:#123c69;font-size:1.2rem}.letter-footer{margin-top:40px;padding-top:20px;border-top:3px double #123C69;position:relative;z-index:1}.letter-footer .footer-pattern{height:10px;background:repeating-linear-gradient(90deg,#123C69,#123C69 10px,transparent 10px,transparent 20px);opacity:.3}@media(max-width:768px){.citizen-message-section{padding:40px 15px}.citizen-message-title{font-size:1.8rem;margin-bottom:35px}.letter-paper{padding:30px 25px}.letter-paper:after{font-size:10rem}.letter-header{gap:15px;margin-bottom:25px}.letter-header .emblem-placeholder{font-size:2.5rem}.letter-quote{font-size:1.2rem;padding:15px;margin-bottom:25px}.letter-quote .quote-mark{font-size:1.5rem}.letter-salutation{font-size:1.1rem;margin-bottom:15px}.letter-message{margin-bottom:25px}.letter-message p{font-size:1rem;line-height:1.8;text-indent:30px}.letter-suggestion{padding:15px;font-size:1rem}.letter-suggestion .suggestion-icon{font-size:1.5rem}.letter-closing{margin-top:30px}.letter-closing p{font-size:1rem}.letter-closing .signature-line{width:200px}.letter-closing .signature-name{font-size:1.1rem}.letter-footer{margin-top:30px}}@media(max-width:480px){.citizen-message-title{font-size:1.5rem}.citizen-message-title .title-divider{margin:0 5px}.letter-paper{padding:25px 20px}.letter-paper:after{font-size:8rem}.letter-header{gap:10px;margin-bottom:20px}.letter-header .emblem-placeholder{font-size:2rem}.letter-quote{font-size:1.1rem;padding:12px;margin-bottom:20px}.letter-quote .quote-mark{font-size:1.3rem}.letter-salutation{font-size:1rem}.letter-message p{font-size:.95rem;line-height:1.7;text-indent:20px;text-align:left}.letter-suggestion{padding:12px;font-size:.95rem;flex-direction:column;text-align:center}.letter-closing{margin-top:25px;text-align:center}.letter-closing .signature-line{width:150px;margin:15px auto}.letter-closing p,.letter-closing .signature-name{font-size:.95rem}}.nagrik-sewa-page{min-height:100vh;background:#f5f7fa;font-family:Poppins,sans-serif}.nagrik-hero{background:linear-gradient(135deg,#0b3c5d,#123c69);color:#fff;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.nagrik-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4}.nagrik-hero .breadcrumb{position:relative;z-index:1;margin-bottom:1.5rem;font-size:.9rem;opacity:.9}.nagrik-hero .breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.nagrik-hero .breadcrumb a:hover{opacity:.8;text-decoration:underline}.nagrik-hero .breadcrumb span{margin:0 .5rem}.nagrik-hero .hero-title{position:relative;z-index:1;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(max-width:768px){.nagrik-hero .hero-title{font-size:2rem}}.nagrik-hero .hero-description{position:relative;z-index:1;font-size:1.1rem;max-width:700px;margin:0 auto;opacity:.95;line-height:1.6}@media(max-width:768px){.nagrik-hero .hero-description{font-size:1rem}}.nagrik-container{max-width:1400px;margin:0 auto;padding:2rem}@media(max-width:768px){.nagrik-container{padding:1rem}}.service-section{margin-bottom:4rem}.service-section .section-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem;position:relative;display:inline-block}.service-section .section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#f93;border-radius:2px}@media(max-width:768px){.service-section .section-title{font-size:1.5rem}}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}@media(max-width:768px){.service-grid{grid-template-columns:1fr;gap:1.5rem}}.service-grid.govt-services{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media(max-width:768px){.service-grid.govt-services{grid-template-columns:1fr}}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#f93}.service-card .card-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.service-card .card-title{font-size:1.2rem;font-weight:600;color:#0b3c5d;margin-bottom:.5rem;text-align:center}.service-card .card-subtitle{text-align:center;font-size:.9rem;color:#475569;margin-bottom:1rem;font-style:italic}.service-card .card-info{margin:1rem 0;padding:.75rem;background:#0b3c5d0d;border-radius:8px}.service-card .card-info p{margin:.4rem 0;font-size:.9rem;color:#0f172a}.service-card .card-info p.fee{color:#f93;font-weight:600}.service-card .card-description{font-size:.9rem;color:#475569;margin:1rem 0;line-height:1.6}.service-card .card-contact{margin:1rem 0;padding:1rem;background:#1388080d;border-radius:8px;border-left:3px solid #138808}.service-card .card-contact strong{display:block;margin-bottom:.5rem;color:#138808}.service-card .card-contact p{margin:.3rem 0;font-size:.85rem;color:#0f172a}.service-card .card-documents{margin:1rem 0}.service-card .card-documents strong{display:block;margin-bottom:.5rem;color:#0f172a;font-size:.9rem}.service-card .card-documents ul{list-style:none;padding:0;margin:0}.service-card .card-documents ul li{padding:.4rem 0 .4rem 1.5rem;position:relative;font-size:.85rem;color:#475569}.service-card .card-documents ul li:before{content:"✓";position:absolute;left:0;color:#138808;font-weight:700}.service-card .card-actions{margin-top:auto;padding-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.service-card .card-actions button{flex:1;min-width:120px;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.service-card .card-actions button.btn-primary{background:#0b3c5d;color:#fff}.service-card .card-actions button.btn-primary:hover{background:#123c69;transform:translateY(-2px);box-shadow:0 4px 8px #0b3c5d4d}.service-card .card-actions button.btn-secondary{background:#fff;color:#0b3c5d;border:2px solid #0B3C5D}.service-card .card-actions button.btn-secondary:hover{background:#0b3c5d;color:#fff;transform:translateY(-2px)}.service-card .card-actions button:active{transform:translateY(0)}.municipal-section .municipal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}@media(max-width:768px){.municipal-section .municipal-grid{grid-template-columns:1fr}}.municipal-section .municipal-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.municipal-section .municipal-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#f93}.municipal-section .municipal-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(11,60,93,.1)}.municipal-section .municipal-card .card-header .card-icon{font-size:2.5rem;flex-shrink:0}.municipal-section .municipal-card .card-header .card-title{font-size:1.1rem;font-weight:600;color:#0b3c5d;margin:0;text-align:left}.municipal-section .municipal-card .card-description{font-size:.9rem;color:#475569;margin-bottom:1rem;line-height:1.6}.municipal-section .municipal-card .card-list{margin:1rem 0}.municipal-section .municipal-card .card-list strong{display:block;margin-bottom:.5rem;color:#0f172a;font-size:.9rem}.municipal-section .municipal-card .card-list ul{list-style:none;padding:0;margin:0}.municipal-section .municipal-card .card-list ul li{padding:.4rem 0 .4rem 1.5rem;position:relative;font-size:.85rem;color:#475569}.municipal-section .municipal-card .card-list ul li:before{content:"▸";position:absolute;left:0;color:#f93;font-weight:700}.municipal-section .municipal-card .card-process{margin:1rem 0;padding:1rem;background:#0b3c5d0d;border-radius:8px}.municipal-section .municipal-card .card-process strong{display:block;margin-bottom:.5rem;color:#0f172a;font-size:.9rem}.municipal-section .municipal-card .card-process ol{margin:0;padding-left:1.2rem}.municipal-section .municipal-card .card-process ol li{padding:.3rem 0;font-size:.85rem;color:#475569;line-height:1.5}.municipal-section .municipal-card .card-meta{margin:1.5rem 0;padding:1rem;background:#ff99330d;border-radius:8px;border-left:3px solid #FF9933}.municipal-section .municipal-card .card-meta p{margin:.5rem 0;font-size:.85rem;color:#0f172a}.municipal-section .municipal-card .card-meta p.fee{color:#f93;font-weight:600}.municipal-section .municipal-card .card-meta p.penalty{color:#d32f2f;font-weight:600}.municipal-section .municipal-card .card-meta p strong{margin-right:.25rem}.municipal-section .municipal-card .card-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.municipal-section .municipal-card .card-actions button{flex:1;min-width:120px;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.municipal-section .municipal-card .card-actions button.btn-primary{background:#0b3c5d;color:#fff}.municipal-section .municipal-card .card-actions button.btn-primary:hover{background:#123c69;transform:translateY(-2px);box-shadow:0 4px 8px #0b3c5d4d}.municipal-section .municipal-card .card-actions button.btn-secondary{background:#fff;color:#0b3c5d;border:2px solid #0B3C5D}.municipal-section .municipal-card .card-actions button.btn-secondary:hover{background:#0b3c5d;color:#fff;transform:translateY(-2px)}.municipal-section .municipal-card .card-actions button:active{transform:translateY(0)}@media(max-width:1200px){.service-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.municipal-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media(max-width:768px){.nagrik-hero{padding:2rem 1rem}.service-card,.municipal-card{padding:1.5rem}.card-actions{flex-direction:column}.card-actions button{width:100%}}@media print{.nagrik-hero{background:#fff;color:#000}.nagrik-hero:before{display:none}.service-card,.municipal-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.card-actions{display:none}}.birth-certificate-form-page{max-width:1200px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.birth-certificate-form-page .breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#6c757d}.birth-certificate-form-page .breadcrumb a{color:#007bff;text-decoration:none;transition:color .2s}.birth-certificate-form-page .breadcrumb a:hover{color:#0056b3;text-decoration:underline}.birth-certificate-form-page .breadcrumb span{margin:0 .5rem}.birth-certificate-form-page .form-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.birth-certificate-form-page .form-header .form-title{font-size:2rem;margin:0 0 .5rem;font-weight:700}.birth-certificate-form-page .form-header .form-subtitle{font-size:1rem;margin:0;opacity:.9}.birth-certificate-form-page .form-notes{background-color:#fff3cd;border-left:4px solid #ffc107;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.birth-certificate-form-page .form-notes h3{margin-top:0;color:#856404;font-size:1.2rem}.birth-certificate-form-page .form-notes ul{margin:0;padding-left:1.5rem;color:#856404}.birth-certificate-form-page .form-notes ul li{margin-bottom:.5rem;line-height:1.6}.birth-certificate-form-page .birth-certificate-form{background-color:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 2px 10px #00000014}.birth-certificate-form-page .birth-certificate-form .form-section{margin-bottom:3rem}.birth-certificate-form-page .birth-certificate-form .form-section:last-of-type{margin-bottom:2rem}.birth-certificate-form-page .birth-certificate-form .form-section .section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #667eea;position:relative}.birth-certificate-form-page .birth-certificate-form .form-section .section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:#764ba2}.birth-certificate-form-page .birth-certificate-form .form-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.birth-certificate-form-page .birth-certificate-form .form-section .form-grid{grid-template-columns:1fr}}.birth-certificate-form-page .birth-certificate-form .form-section .form-group{display:flex;flex-direction:column}.birth-certificate-form-page .birth-certificate-form .form-section .form-group label{font-weight:500;margin-bottom:.5rem;color:#495057;font-size:.95rem}.birth-certificate-form-page .birth-certificate-form .form-section .form-group label .required{color:#dc3545;margin-left:.25rem}.birth-certificate-form-page .birth-certificate-form .form-section .form-group input,.birth-certificate-form-page .birth-certificate-form .form-section .form-group select,.birth-certificate-form-page .birth-certificate-form .form-section .form-group textarea{padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;transition:all .2s;font-family:inherit}.birth-certificate-form-page .birth-certificate-form .form-section .form-group input:focus,.birth-certificate-form-page .birth-certificate-form .form-section .form-group select:focus,.birth-certificate-form-page .birth-certificate-form .form-section .form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.birth-certificate-form-page .birth-certificate-form .form-section .form-group input.error,.birth-certificate-form-page .birth-certificate-form .form-section .form-group select.error,.birth-certificate-form-page .birth-certificate-form .form-section .form-group textarea.error{border-color:#dc3545}.birth-certificate-form-page .birth-certificate-form .form-section .form-group input.error:focus,.birth-certificate-form-page .birth-certificate-form .form-section .form-group select.error:focus,.birth-certificate-form-page .birth-certificate-form .form-section .form-group textarea.error:focus{box-shadow:0 0 0 3px #dc35451a}.birth-certificate-form-page .birth-certificate-form .form-section .form-group input::placeholder,.birth-certificate-form-page .birth-certificate-form .form-section .form-group select::placeholder,.birth-certificate-form-page .birth-certificate-form .form-section .form-group textarea::placeholder{color:#adb5bd}.birth-certificate-form-page .birth-certificate-form .form-section .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.birth-certificate-form-page .birth-certificate-form .form-section .form-group.file-upload input[type=file]{padding:.5rem;cursor:pointer}.birth-certificate-form-page .birth-certificate-form .form-section .form-group.file-upload input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:1rem;border:none;border-radius:4px;background-color:#667eea;color:#fff;cursor:pointer;transition:background-color .2s}.birth-certificate-form-page .birth-certificate-form .form-section .form-group.file-upload input[type=file]::file-selector-button:hover{background-color:#5568d3}.birth-certificate-form-page .birth-certificate-form .form-section .form-group.file-upload .file-name{display:block;margin-top:.5rem;font-size:.9rem;color:#28a745;font-style:italic}.birth-certificate-form-page .birth-certificate-form .form-section .form-group .error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem}.birth-certificate-form-page .birth-certificate-form .form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #dee2e6}@media(max-width:576px){.birth-certificate-form-page .birth-certificate-form .form-actions{flex-direction:column}}.birth-certificate-form-page .birth-certificate-form .form-actions button,.birth-certificate-form-page .birth-certificate-form .form-actions a{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center}@media(max-width:576px){.birth-certificate-form-page .birth-certificate-form .form-actions button,.birth-certificate-form-page .birth-certificate-form .form-actions a{width:100%}}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-reset{background-color:#6c757d;color:#fff}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-reset:hover{background-color:#5a6268;transform:translateY(-2px)}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-cancel{background-color:#fff;color:#dc3545;border:2px solid #dc3545}.birth-certificate-form-page .birth-certificate-form .form-actions .btn-cancel:hover{background-color:#dc3545;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.birth-certificate-form-page{padding:1rem}.birth-certificate-form-page .form-header{padding:1.5rem}.birth-certificate-form-page .form-header .form-title{font-size:1.5rem}.birth-certificate-form-page .form-header .form-subtitle{font-size:.9rem}.birth-certificate-form-page .form-notes{padding:1rem}.birth-certificate-form-page .form-notes h3{font-size:1rem}.birth-certificate-form-page .birth-certificate-form{padding:1.5rem}.birth-certificate-form-page .birth-certificate-form .form-section .section-title{font-size:1.25rem}}@media print{.birth-certificate-form-page{background-color:#fff}.birth-certificate-form-page .breadcrumb,.birth-certificate-form-page .form-notes,.birth-certificate-form-page .form-actions{display:none}.birth-certificate-form-page .form-header{background:none;color:#000;box-shadow:none}.birth-certificate-form-page .birth-certificate-form{box-shadow:none}}.revenue-holding-tax-form-page{max-width:1200px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.revenue-holding-tax-form-page .breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#6c757d}.revenue-holding-tax-form-page .breadcrumb a{color:#007bff;text-decoration:none;transition:color .2s}.revenue-holding-tax-form-page .breadcrumb a:hover{color:#0056b3;text-decoration:underline}.revenue-holding-tax-form-page .breadcrumb span{margin:0 .5rem}.revenue-holding-tax-form-page .form-header{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:2rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.revenue-holding-tax-form-page .form-header .form-title{font-size:2rem;margin:0 0 .5rem;font-weight:700}.revenue-holding-tax-form-page .form-header .form-subtitle{font-size:1rem;margin:0;opacity:.9}.revenue-holding-tax-form-page .form-container .form-notes{background-color:#fff3cd;border-left:4px solid #ffc107;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.revenue-holding-tax-form-page .form-container .form-notes h3{margin-top:0;color:#856404;font-size:1.2rem}.revenue-holding-tax-form-page .form-container .form-notes ul{margin:0;padding-left:1.5rem;color:#856404}.revenue-holding-tax-form-page .form-container .form-notes ul li{margin-bottom:.5rem;line-height:1.6}.revenue-holding-tax-form-page .form-container .payment-options-info{background-color:#d1ecf1;border-left:4px solid #17a2b8;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.revenue-holding-tax-form-page .form-container .payment-options-info h3{margin-top:0;color:#0c5460;font-size:1.2rem}.revenue-holding-tax-form-page .form-container .payment-options-info ul{margin:0;padding-left:1.5rem;color:#0c5460}.revenue-holding-tax-form-page .form-container .payment-options-info ul li{margin-bottom:.5rem;line-height:1.6}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form{background-color:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 2px 10px #00000014}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section{margin-bottom:3rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section:last-of-type{margin-bottom:2rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #28a745;position:relative}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:#20c997}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-grid{grid-template-columns:1fr}}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group{display:flex;flex-direction:column}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group label{font-weight:500;margin-bottom:.5rem;color:#495057;font-size:.95rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group label .required{color:#dc3545;margin-left:.25rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group input,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group select,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group textarea{padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;transition:all .2s;font-family:inherit}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group input:focus,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group select:focus,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group textarea:focus{outline:none;border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group input.error,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group select.error,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group textarea.error{border-color:#dc3545}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group input.error:focus,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group select.error:focus,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group textarea.error:focus{box-shadow:0 0 0 3px #dc35451a}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group input::placeholder,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group select::placeholder,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group textarea::placeholder{color:#adb5bd}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .form-group .error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .calculate-tax-section{margin-top:2rem;text-align:center}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .calculate-tax-section .btn-calculate{padding:.875rem 2.5rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #28a74566}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .calculate-tax-section .btn-calculate:hover{transform:translateY(-2px);box-shadow:0 6px 20px #28a74580}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .calculate-tax-section .btn-calculate:active{transform:translateY(0)}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:2rem;border-radius:10px;margin-bottom:2rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .section-title{border-bottom-color:#2e7d32;color:#1b5e20}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .section-title:after{background-color:#43a047}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e9ecef}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item:last-child{border-bottom:none}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item .tax-label{font-weight:500;color:#495057}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item .tax-value{font-weight:600;color:#28a745;font-size:1.1rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.subtotal{margin-top:.5rem;padding-top:1rem;border-top:2px solid #dee2e6}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.subtotal .tax-label{font-size:1.1rem;font-weight:600}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.subtotal .tax-value{font-size:1.3rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.late-fee .tax-label,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.late-fee .tax-value{color:#dc3545}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.grand-total{margin-top:1rem;padding-top:1rem;border-top:3px solid #28a745;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:1rem;border-radius:6px}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.grand-total .tax-label{font-size:1.3rem;font-weight:700;color:#1b5e20}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .tax-breakdown-section .tax-breakdown .tax-item.grand-total .tax-value{font-size:1.5rem;font-weight:700;color:#1b5e20}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #dee2e6}@media(max-width:576px){.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions{flex-direction:column}}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions button,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions a{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center}@media(max-width:576px){.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions button,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions a{width:100%}}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-submit{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;box-shadow:0 4px 15px #28a74566}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #28a74580}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-reset{background-color:#6c757d;color:#fff}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-reset:hover{background-color:#5a6268;transform:translateY(-2px)}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-cancel{background-color:#fff;color:#dc3545;border:2px solid #dc3545}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-actions .btn-cancel:hover{background-color:#dc3545;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.revenue-holding-tax-form-page{padding:1rem}.revenue-holding-tax-form-page .form-header{padding:1.5rem}.revenue-holding-tax-form-page .form-header .form-title{font-size:1.5rem}.revenue-holding-tax-form-page .form-header .form-subtitle{font-size:.9rem}.revenue-holding-tax-form-page .form-container .form-notes,.revenue-holding-tax-form-page .form-container .payment-options-info{padding:1rem}.revenue-holding-tax-form-page .form-container .form-notes h3,.revenue-holding-tax-form-page .form-container .payment-options-info h3{font-size:1rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form{padding:1.5rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .section-title{font-size:1.25rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown{padding:1rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown .tax-item .tax-label,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown .tax-item .tax-value{font-size:.9rem}.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown .tax-item.subtotal .tax-label,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown .tax-item.subtotal .tax-value,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown .tax-item.grand-total .tax-label,.revenue-holding-tax-form-page .form-container .revenue-holding-tax-form .form-section .tax-breakdown-section .tax-breakdown .tax-item.grand-total .tax-value{font-size:1rem}}@media print{.revenue-holding-tax-form-page{background-color:#fff}.revenue-holding-tax-form-page .breadcrumb,.revenue-holding-tax-form-page .form-notes,.revenue-holding-tax-form-page .payment-options-info,.revenue-holding-tax-form-page .form-actions,.revenue-holding-tax-form-page .calculate-tax-section{display:none}.revenue-holding-tax-form-page .form-header{background:none;color:#000;box-shadow:none}.revenue-holding-tax-form-page .revenue-holding-tax-form{box-shadow:none}.revenue-holding-tax-form-page .tax-breakdown-section{background:#fff}.revenue-holding-tax-form-page .tax-breakdown-section .tax-breakdown{box-shadow:none}}.tourism-page{min-height:100vh;background:#f5f7fa;font-family:Poppins,sans-serif}.tourism-hero{background:linear-gradient(135deg,#f93,#e67300);color:#fff;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.tourism-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.tourism-hero .breadcrumb{position:relative;z-index:1;margin-bottom:1.5rem;font-size:.9rem;opacity:.95}.tourism-hero .breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.tourism-hero .breadcrumb a:hover{opacity:.8}.tourism-hero .breadcrumb span{margin:0 .5rem}.tourism-hero .hero-title{position:relative;z-index:1;font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:768px){.tourism-hero .hero-title{font-size:2rem}}.tourism-hero .hero-description{position:relative;z-index:1;font-size:1.2rem;margin-bottom:2rem;opacity:.95}.tourism-hero .hero-buttons{position:relative;z-index:1;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.tourism-hero .hero-buttons button{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.tourism-hero .hero-buttons button.btn-primary{background:#fff;color:#f93}.tourism-hero .hero-buttons button.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0003}.tourism-hero .hero-buttons button.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.tourism-hero .hero-buttons button.btn-secondary:hover{background:#fff;color:#f93}.tourism-container{max-width:1400px;margin:0 auto;padding:2rem}@media(max-width:768px){.tourism-container{padding:1rem}}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#f93;border-radius:2px}.khaja-featured{background:#fff;border-radius:16px;padding:3rem;margin-bottom:4rem;box-shadow:0 10px 40px #00000014}@media(max-width:768px){.khaja-featured{padding:1.5rem}}.khaja-featured .featured-header{text-align:center;margin-bottom:2rem}.khaja-featured .featured-header .featured-icon{font-size:4rem;display:block;margin-bottom:1rem}.khaja-featured .featured-header h2{font-size:2.5rem;font-weight:700;color:#f93;margin:0}.khaja-featured .khaja-image-hero{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:2rem}.khaja-featured .khaja-image-hero img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.khaja-featured .khaja-image-hero{height:250px}}.khaja-featured .khaja-about{text-align:center;margin-bottom:2rem}.khaja-featured .khaja-about h3{font-size:1.5rem;color:#0b3c5d;margin-bottom:1rem}.khaja-featured .khaja-about p{font-size:1.1rem;line-height:1.8;color:#0f172a;max-width:900px;margin:0 auto}.khaja-featured .khaja-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.khaja-featured .khaja-grid .khaja-card{background:#ff99330d;padding:2rem;border-radius:12px;border-left:4px solid #FF9933}.khaja-featured .khaja-grid .khaja-card h3{font-size:1.2rem;color:#0b3c5d;margin-bottom:1rem}.khaja-featured .khaja-grid .khaja-card ul,.khaja-featured .khaja-grid .khaja-card ol{padding-left:1.5rem}.khaja-featured .khaja-grid .khaja-card ul li,.khaja-featured .khaja-grid .khaja-card ol li{margin-bottom:.75rem;color:#0f172a;line-height:1.6}.khaja-featured .khaja-grid .khaja-card ol li strong{color:#f93}.khaja-featured .khaja-shops{margin-bottom:2rem}.khaja-featured .khaja-shops h3{font-size:1.5rem;color:#0b3c5d;margin-bottom:1.5rem;text-align:center}.khaja-featured .khaja-shops .shops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.khaja-featured .khaja-shops .shops-grid .shop-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;border:2px solid rgba(255,153,51,.2);transition:all .3s ease}.khaja-featured .khaja-shops .shops-grid .shop-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#f93}.khaja-featured .khaja-shops .shops-grid .shop-card h4{font-size:1.1rem;color:#0b3c5d;margin-bottom:.5rem}.khaja-featured .khaja-shops .shops-grid .shop-card p{font-size:.9rem;color:#475569;margin:.3rem 0}.khaja-featured .khaja-shops .shops-grid .shop-card p.shop-est{color:#138808;font-weight:600}.khaja-featured .khaja-shops .price-range{text-align:center;font-size:1.1rem;font-weight:600;color:#f93;padding:1rem;background:#ff99331a;border-radius:8px}.khaja-featured .khaja-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.khaja-featured .khaja-actions button{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.khaja-featured .khaja-actions button.btn-primary{background:#f93;color:#fff}.khaja-featured .khaja-actions button.btn-primary:hover{background:#ff8000;transform:translateY(-2px)}.khaja-featured .khaja-actions button.btn-secondary{background:#fff;color:#f93;border:2px solid #FF9933}.khaja-featured .khaja-actions button.btn-secondary:hover{background:#f93;color:#fff}.places-section{margin-bottom:4rem}.places-section .places-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}@media(max-width:768px){.places-section .places-grid{grid-template-columns:1fr}}.places-section .places-grid .place-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:all .3s ease}.places-section .places-grid .place-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #00000026}.places-section .places-grid .place-card .place-image{position:relative;height:220px;overflow:hidden}.places-section .places-grid .place-card .place-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.places-section .places-grid .place-card .place-image .place-icon{position:absolute;top:1rem;right:1rem;font-size:2rem;background:#fff;padding:.5rem;border-radius:50%;box-shadow:0 2px 8px #0003}.places-section .places-grid .place-card:hover .place-image img{transform:scale(1.05)}.places-section .places-grid .place-card .place-content{padding:1.5rem}.places-section .places-grid .place-card .place-content h3{font-size:1.2rem;color:#0b3c5d;margin-bottom:.75rem}.places-section .places-grid .place-card .place-content .place-description{font-size:.9rem;color:#475569;line-height:1.6;margin-bottom:1rem}.places-section .places-grid .place-card .place-content .place-info{background:#0b3c5d0d;padding:1rem;border-radius:8px;margin-bottom:1rem}.places-section .places-grid .place-card .place-content .place-info p{margin:.4rem 0;font-size:.85rem;color:#0f172a}.places-section .places-grid .place-card .place-content .place-info p.place-fee{color:#f93;font-weight:600}.places-section .places-grid .place-card .place-content .place-info p.place-special{color:#138808;font-weight:600}.places-section .places-grid .place-card .place-content .btn-view-details{width:100%;padding:.7rem;background:#0b3c5d;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.places-section .places-grid .place-card .place-content .btn-view-details:hover{background:#123c69;transform:translate(4px)}.reach-section{margin-bottom:4rem}.reach-section .reach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.reach-section .reach-grid{grid-template-columns:1fr}}.reach-section .reach-grid .reach-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014}.reach-section .reach-grid .reach-card .reach-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid rgba(255,153,51,.2)}.reach-section .reach-grid .reach-card .reach-header .reach-icon{font-size:2.5rem}.reach-section .reach-grid .reach-card .reach-header h3{font-size:1.3rem;color:#0b3c5d;margin:0}.reach-section .reach-grid .reach-card .reach-routes .route-item,.reach-section .reach-grid .reach-card .reach-routes .station-item,.reach-section .reach-grid .reach-card .reach-routes .airport-item,.reach-section .reach-grid .reach-card .reach-services .route-item,.reach-section .reach-grid .reach-card .reach-services .station-item,.reach-section .reach-grid .reach-card .reach-services .airport-item,.reach-section .reach-grid .reach-card .reach-stations .route-item,.reach-section .reach-grid .reach-card .reach-stations .station-item,.reach-section .reach-grid .reach-card .reach-stations .airport-item,.reach-section .reach-grid .reach-card .reach-airports .route-item,.reach-section .reach-grid .reach-card .reach-airports .station-item,.reach-section .reach-grid .reach-card .reach-airports .airport-item{padding:.75rem;margin-bottom:.75rem;background:#0b3c5d0d;border-radius:6px}.reach-section .reach-grid .reach-card .reach-routes .route-item h4,.reach-section .reach-grid .reach-card .reach-routes .station-item h4,.reach-section .reach-grid .reach-card .reach-routes .airport-item h4,.reach-section .reach-grid .reach-card .reach-services .route-item h4,.reach-section .reach-grid .reach-card .reach-services .station-item h4,.reach-section .reach-grid .reach-card .reach-services .airport-item h4,.reach-section .reach-grid .reach-card .reach-stations .route-item h4,.reach-section .reach-grid .reach-card .reach-stations .station-item h4,.reach-section .reach-grid .reach-card .reach-stations .airport-item h4,.reach-section .reach-grid .reach-card .reach-airports .route-item h4,.reach-section .reach-grid .reach-card .reach-airports .station-item h4,.reach-section .reach-grid .reach-card .reach-airports .airport-item h4{color:#0b3c5d;margin-bottom:.3rem}.reach-section .reach-grid .reach-card .reach-routes .route-item p,.reach-section .reach-grid .reach-card .reach-routes .station-item p,.reach-section .reach-grid .reach-card .reach-routes .airport-item p,.reach-section .reach-grid .reach-card .reach-services .route-item p,.reach-section .reach-grid .reach-card .reach-services .station-item p,.reach-section .reach-grid .reach-card .reach-services .airport-item p,.reach-section .reach-grid .reach-card .reach-stations .route-item p,.reach-section .reach-grid .reach-card .reach-stations .station-item p,.reach-section .reach-grid .reach-card .reach-stations .airport-item p,.reach-section .reach-grid .reach-card .reach-airports .route-item p,.reach-section .reach-grid .reach-card .reach-airports .station-item p,.reach-section .reach-grid .reach-card .reach-airports .airport-item p{margin:.2rem 0;font-size:.9rem;color:#0f172a}.reach-section .reach-grid .reach-card .reach-routes .route-item p.station-info,.reach-section .reach-grid .reach-card .reach-routes .route-item p.airport-info,.reach-section .reach-grid .reach-card .reach-routes .station-item p.station-info,.reach-section .reach-grid .reach-card .reach-routes .station-item p.airport-info,.reach-section .reach-grid .reach-card .reach-routes .airport-item p.station-info,.reach-section .reach-grid .reach-card .reach-routes .airport-item p.airport-info,.reach-section .reach-grid .reach-card .reach-services .route-item p.station-info,.reach-section .reach-grid .reach-card .reach-services .route-item p.airport-info,.reach-section .reach-grid .reach-card .reach-services .station-item p.station-info,.reach-section .reach-grid .reach-card .reach-services .station-item p.airport-info,.reach-section .reach-grid .reach-card .reach-services .airport-item p.station-info,.reach-section .reach-grid .reach-card .reach-services .airport-item p.airport-info,.reach-section .reach-grid .reach-card .reach-stations .route-item p.station-info,.reach-section .reach-grid .reach-card .reach-stations .route-item p.airport-info,.reach-section .reach-grid .reach-card .reach-stations .station-item p.station-info,.reach-section .reach-grid .reach-card .reach-stations .station-item p.airport-info,.reach-section .reach-grid .reach-card .reach-stations .airport-item p.station-info,.reach-section .reach-grid .reach-card .reach-stations .airport-item p.airport-info,.reach-section .reach-grid .reach-card .reach-airports .route-item p.station-info,.reach-section .reach-grid .reach-card .reach-airports .route-item p.airport-info,.reach-section .reach-grid .reach-card .reach-airports .station-item p.station-info,.reach-section .reach-grid .reach-card .reach-airports .station-item p.airport-info,.reach-section .reach-grid .reach-card .reach-airports .airport-item p.station-info,.reach-section .reach-grid .reach-card .reach-airports .airport-item p.airport-info{color:#138808;font-size:.85rem}.reach-section .reach-grid .reach-card .reach-routes strong,.reach-section .reach-grid .reach-card .reach-services strong,.reach-section .reach-grid .reach-card .reach-stations strong,.reach-section .reach-grid .reach-card .reach-airports strong{display:block;margin-bottom:.75rem;color:#0f172a}.reach-section .reach-grid .reach-card .reach-routes ul,.reach-section .reach-grid .reach-card .reach-services ul,.reach-section .reach-grid .reach-card .reach-stations ul,.reach-section .reach-grid .reach-card .reach-airports ul{list-style:none;padding:0}.reach-section .reach-grid .reach-card .reach-routes ul li,.reach-section .reach-grid .reach-card .reach-services ul li,.reach-section .reach-grid .reach-card .reach-stations ul li,.reach-section .reach-grid .reach-card .reach-airports ul li{padding:.5rem .5rem .5rem 1.5rem;position:relative;color:#475569;font-size:.9rem}.reach-section .reach-grid .reach-card .reach-routes ul li:before,.reach-section .reach-grid .reach-card .reach-services ul li:before,.reach-section .reach-grid .reach-card .reach-stations ul li:before,.reach-section .reach-grid .reach-card .reach-airports ul li:before{content:"▸";position:absolute;left:0;color:#f93;font-weight:700}.facilities-section{margin-bottom:4rem}.facilities-section .facilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.facilities-section .facilities-grid{grid-template-columns:1fr}}.facilities-section .facilities-grid .facility-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014}.facilities-section .facilities-grid .facility-card .facility-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid rgba(255,153,51,.2)}.facilities-section .facilities-grid .facility-card .facility-header .facility-icon{font-size:2.5rem}.facilities-section .facilities-grid .facility-card .facility-header h3{font-size:1.3rem;color:#0b3c5d;margin:0}.facilities-section .facilities-grid .facility-card .facility-content .facility-group{margin-bottom:1.5rem}.facilities-section .facilities-grid .facility-card .facility-content .facility-group h4{color:#0b3c5d;margin-bottom:.75rem;font-size:1rem}.facilities-section .facilities-grid .facility-card .facility-content .facility-group ul{list-style:none;padding:0}.facilities-section .facilities-grid .facility-card .facility-content .facility-group ul li{padding:.4rem 0 .4rem 1.5rem;position:relative;color:#475569;font-size:.9rem}.facilities-section .facilities-grid .facility-card .facility-content .facility-group ul li:before{content:"✓";position:absolute;left:0;color:#138808;font-weight:700}.gallery-section{margin-bottom:4rem}.gallery-section .gallery-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.gallery-section .gallery-tabs .gallery-tab{padding:.75rem 1.5rem;background:#fff;border:2px solid rgba(255,153,51,.3);border-radius:8px;color:#0f172a;font-weight:500;cursor:pointer;transition:all .3s ease}.gallery-section .gallery-tabs .gallery-tab:hover{border-color:#f93;color:#f93}.gallery-section .gallery-tabs .gallery-tab.active{background:#f93;border-color:#f93;color:#fff}.gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}@media(max-width:768px){.gallery-section .gallery-grid{grid-template-columns:repeat(2,1fr)}}.gallery-section .gallery-grid .gallery-item{aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:all .3s ease}.gallery-section .gallery-grid .gallery-item:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000026}.gallery-section .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-section .gallery-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.gallery-section .gallery-actions button{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.gallery-section .gallery-actions button.btn-primary{background:#f93;color:#fff}.gallery-section .gallery-actions button.btn-primary:hover{background:#ff8000}.gallery-section .gallery-actions button.btn-secondary{background:#fff;color:#0b3c5d;border:2px solid #0B3C5D}.gallery-section .gallery-actions button.btn-secondary:hover{background:#0b3c5d;color:#fff}.tourist-info-section{background:linear-gradient(135deg,#0b3c5d,#123c69);color:#fff;padding:3rem;border-radius:16px;margin-bottom:4rem}@media(max-width:768px){.tourist-info-section{padding:2rem 1rem}}.tourist-info-section .info-header{text-align:center;margin-bottom:2rem}.tourist-info-section .info-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.tourist-info-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.tourist-info-section .info-grid{grid-template-columns:1fr}}.tourist-info-section .info-grid .info-card{background:#ffffff1a;padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.tourist-info-section .info-grid .info-card h3{font-size:1.1rem;margin-bottom:1rem;color:#f93}.tourist-info-section .info-grid .info-card p{margin:.5rem 0;font-size:.95rem;opacity:.95}.tourist-info-section .info-grid .info-card ul{list-style:none;padding:0}.tourist-info-section .info-grid .info-card ul li{padding:.4rem 0;font-size:.9rem}.tourist-info-section .info-grid .info-card.tours-card{grid-column:span 2}@media(max-width:768px){.tourist-info-section .info-grid .info-card.tours-card{grid-column:span 1}}.tourist-info-section .info-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.tourist-info-section .info-actions button{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.tourist-info-section .info-actions button.btn-primary{background:#f93;color:#fff}.tourist-info-section .info-actions button.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.tourist-info-section .info-actions button.btn-secondary{background:#fff;color:#0b3c5d}.tourist-info-section .info-actions button.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media print{.tourism-hero{background:#fff;color:#000}.tourism-hero:before{display:none}.gallery-section,.tourist-info-section{break-inside:avoid}button{display:none}}.contact-page{min-height:100vh;background:#f5f7fa;font-family:Poppins,sans-serif}.contact-hero{background:linear-gradient(135deg,#138808,#094004);color:#fff;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.2}.contact-hero .breadcrumb{position:relative;z-index:1;margin-bottom:1.5rem;font-size:.9rem;opacity:.95}.contact-hero .breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.contact-hero .breadcrumb a:hover{opacity:.8}.contact-hero .breadcrumb span{margin:0 .5rem}.contact-hero .hero-title{position:relative;z-index:1;font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:768px){.contact-hero .hero-title{font-size:2rem}}.contact-hero .hero-description{position:relative;z-index:1;font-size:1.1rem;max-width:700px;margin:0 auto;opacity:.95}.contact-container{max-width:1400px;margin:0 auto;padding:2rem}@media(max-width:768px){.contact-container{padding:1rem}}.section-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#138808;border-radius:2px}.contact-cards-section{margin-bottom:4rem}.contact-cards-section .contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.contact-cards-section .contact-cards-grid{grid-template-columns:1fr}}.contact-cards-section .contact-cards-grid .contact-info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center;transition:all .3s ease;border-top:4px solid #138808}.contact-cards-section .contact-cards-grid .contact-info-card:hover{transform:translateY(-6px);box-shadow:0 8px 32px #0000001f}.contact-cards-section .contact-cards-grid .contact-info-card .card-icon{font-size:3rem;margin-bottom:1rem}.contact-cards-section .contact-cards-grid .contact-info-card h3{font-size:1.3rem;color:#0b3c5d;margin-bottom:1rem}.contact-cards-section .contact-cards-grid .contact-info-card .card-info p{margin:.5rem 0;color:#475569;font-size:.95rem;line-height:1.6}.form-map-section{margin-bottom:4rem}.form-map-section .form-map-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem}@media(max-width:1024px){.form-map-section .form-map-grid{grid-template-columns:1fr}}.form-map-section .contact-form-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00000014}@media(max-width:768px){.form-map-section .contact-form-container{padding:1.5rem}}.form-map-section .contact-form-container .form-description{color:#475569;margin-bottom:2rem;line-height:1.6}.form-map-section .contact-form-container .contact-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width:768px){.form-map-section .contact-form-container .contact-form .form-row{grid-template-columns:1fr;gap:1rem}}.form-map-section .contact-form-container .contact-form .form-group{margin-bottom:1.5rem}.form-map-section .contact-form-container .contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#0f172a;font-size:.95rem}.form-map-section .contact-form-container .contact-form .form-group input,.form-map-section .contact-form-container .contact-form .form-group select,.form-map-section .contact-form-container .contact-form .form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:.95rem;font-family:Poppins,sans-serif;transition:all .3s ease;background:#fff}.form-map-section .contact-form-container .contact-form .form-group input:focus,.form-map-section .contact-form-container .contact-form .form-group select:focus,.form-map-section .contact-form-container .contact-form .form-group textarea:focus{outline:none;border-color:#138808;box-shadow:0 0 0 3px #1388081a}.form-map-section .contact-form-container .contact-form .form-group input::placeholder,.form-map-section .contact-form-container .contact-form .form-group select::placeholder,.form-map-section .contact-form-container .contact-form .form-group textarea::placeholder{color:#aaa}.form-map-section .contact-form-container .contact-form .form-group textarea{resize:vertical;min-height:120px}.form-map-section .contact-form-container .contact-form .form-group select{cursor:pointer}.form-map-section .contact-form-container .contact-form .btn-submit{width:100%;padding:1rem;background:#138808;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-map-section .contact-form-container .contact-form .btn-submit:hover:not(:disabled){background:#0c5805;transform:translateY(-2px);box-shadow:0 6px 20px #1388084d}.form-map-section .contact-form-container .contact-form .btn-submit:disabled{opacity:.7;cursor:not-allowed}.form-map-section .contact-form-container .contact-form .btn-submit:active:not(:disabled){transform:translateY(0)}.form-map-section .map-container .map-description{color:#475569;margin-bottom:1.5rem;line-height:1.6}.form-map-section .map-container .map-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.form-map-section .map-container .map-wrapper iframe{display:block}.departments-section{margin-bottom:4rem}.departments-section .departments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}@media(max-width:768px){.departments-section .departments-grid{grid-template-columns:1fr}}.departments-section .departments-grid .department-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;border-left:4px solid #0B3C5D;transition:all .3s ease}.departments-section .departments-grid .department-card:hover{transform:translate(4px);box-shadow:0 6px 20px #0000001f}.departments-section .departments-grid .department-card h3{font-size:1.15rem;color:#0b3c5d;margin-bottom:.5rem}.departments-section .departments-grid .department-card .dept-head{color:#138808;font-weight:500;margin-bottom:1rem;font-size:.95rem}.departments-section .departments-grid .department-card .dept-contact p{margin:.5rem 0;font-size:.9rem;color:#475569;display:flex;align-items:center;gap:.5rem}.departments-section .departments-grid .department-card .dept-contact p span{font-size:1.1rem}.emergency-section{margin-bottom:4rem}.emergency-section .emergency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media(max-width:768px){.emergency-section .emergency-grid{grid-template-columns:repeat(2,1fr)}}.emergency-section .emergency-grid .emergency-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center;transition:all .3s ease;border:2px solid transparent}.emergency-section .emergency-grid .emergency-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#e74c3c}.emergency-section .emergency-grid .emergency-card .emergency-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.emergency-section .emergency-grid .emergency-card h3{font-size:1rem;color:#0f172a;margin-bottom:.75rem}.emergency-section .emergency-grid .emergency-card .emergency-number{font-size:1.3rem;font-weight:700;color:#e74c3c;margin:0}.social-section{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center;margin-bottom:2rem}.social-section .social-description{color:#475569;margin-bottom:2rem;font-size:1.05rem}.social-section .social-icons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.social-section .social-icons .social-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.social-section .social-icons .social-icon:hover{transform:translateY(-6px) scale(1.1);box-shadow:0 8px 24px #00000040}.social-section .social-icons .social-icon.facebook{background:#1877f2}.social-section .social-icons .social-icon.twitter{background:#1da1f2}.social-section .social-icons .social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-section .social-icons .social-icon.youtube{background:red}.social-section .social-icons .social-icon.linkedin{background:#0077b5}@media print{.contact-hero{background:#fff;color:#000}.contact-hero:before{display:none}.contact-form,.social-section,button{display:none}.contact-info-card,.department-card,.emergency-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}html,body{width:100%;height:100%}body{margin:0;display:block;background:#f4f7fb}
