Close

finaldemo

HLG.

Hon'ble Lieutenant Governor, Jammu & Kashmir

Shri Manoj Sinha

Akshay Labroo (IAS).

District Magistrate/ District Development Commissioner/ Deputy Commissioner, Srinagar

Shri Akshay Labroo

.citizen-services-section { padding: 10px 0; background: #f8fafb; font-family: Arial, Helvetica, sans-serif; } .citizen-services-inner { max-width: 1280px; margin: 0 auto; padding: 0 10px; } /* Cards Row - Single Line */ .cs-row { display: flex; gap: 20px; justify-content: center; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; } /* Scrollbar styling */ .cs-row::-webkit-scrollbar { height: 8px; } .cs-row::-webkit-scrollbar-track { background: #e8f0f5; border-radius: 10px; } .cs-row::-webkit-scrollbar-thumb { background: #0b4f6c; border-radius: 10px; } .cs-row::-webkit-scrollbar-thumb:hover { background: #083b52; } /* Individual Card */ .cs-card { width: 160px; height: 160px; perspective: 1200px; flex-shrink: 0; /* Prevent cards from shrinking */ } .cs-inner { position: relative; width: 100%; height: 100%; transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); transform-style: preserve-3d; } .cs-card:hover .cs-inner { transform: rotateY(180deg); } /* Front & Back Faces */ .cs-front, .cs-back { position: absolute; width: 100%; height: 100%; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.12); backface-visibility: hidden; -webkit-backface-visibility: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 16px 12px; color: white; text-align: center; } /* FRONT SIDE - Unified Blue Theme */ .cs-front { background: linear-gradient(145deg, #0b4f6c, #0f6e8c); border: 1px solid rgba(255,255,255,0.15); transition: all 0.3s ease; } .cs-card:hover .cs-front { box-shadow: 0 8px 28px rgba(11, 79, 108, 0.25); } /* Icon */ .cs-front i { font-size: 48px; margin-bottom: 12px; color: #0ea5a8; text-shadow: 0 2px 6px rgba(0,0,0,0.2); transition: transform 0.3s ease; } .cs-card:hover .cs-front i { transform: scale(1.1); } /* Title */ .cs-front h4 { font-size: 15px; font-weight: 700; line-height: 1.3; color: #ffffff; margin: 0; text-shadow: 0 1px 3px rgba(0,0,0,0.2); } /* Flip hint indicator */ .flip-indicator { position: absolute; bottom: 8px; right: 8px; background: rgba(14, 165, 168, 0.85); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; opacity: 0; transition: opacity 0.3s ease; z-index: 2; } .cs-card:hover .flip-indicator { opacity: 1; } /* BACK SIDE */ .cs-back { background: linear-gradient(145deg, #083b52, #0b1e2d); border: 1px solid rgba(255,255,255,0.1); transform: rotateY(180deg); padding: 20px 16px; gap: 12px; } .cs-back p { font-size: 12px; line-height: 1.5; color: rgba(255,255,255,0.9); margin: 0; } /* Button */ .cs-btn { background: #0ea5a8; color: #ffffff; padding: 8px 18px; border-radius: 8px; font-size: 12px; text-decoration: none; font-weight: 700; transition: all 0.3s ease; display: inline-block; box-shadow: 0 2px 8px rgba(14, 165, 168, 0.3); text-transform: uppercase; letter-spacing: 0.5px; } .cs-btn:hover { background: #0c8a8d; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(14, 165, 168, 0.4); } /* ================================================= RESPONSIVE ================================================= */ @media (max-width: 1200px) { .cs-card { width: 150px; height: 150px; } } @media (max-width: 768px) { .cs-row { justify-content: flex-start; gap: 16px; } .cs-card { width: 140px; height: 140px; } .cs-front i { font-size: 40px; } .cs-front h4 { font-size: 14px; } .services-strip { font-size: 17px; padding: 12px 20px; } } @media (max-width: 480px) { .cs-card { width: 130px; height: 130px; } .cs-front i { font-size: 36px; } .cs-front h4 { font-size: 13px; } }

🌐 Online Services / Schemes

Jansugam

Apply domicile, income, legal heir and other certificates online.

Apply

Revenue Plus

Apply for revenue services like Fard, extracts etc.

Apply

eUNNAT

Search and access all government online services.

Visit

myScheme

Search and access all government schemes.

Visit

Electricity

Pay electricity bills through online portal.

Visit

Water

Apply for water connection & bill payments.

Visit

PDS / Ration

Check ration card details and public distribution services.

Visit

Grievance

Register and track public grievances.

Visit
Dev Section Preview :root { --gov-blue-main: #0b4f6c; --gov-blue-dark: #083b52; --gov-blue-soft: #0f6e8c; --gov-accent: #0ea5a8; --gov-maroon: #8b1e2d; --card-shadow: 0 4px 16px rgba(0,0,0,0.08); --card-shadow-hover: 0 12px 32px rgba(0,0,0,0.14); --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); } body { font-family: 'Segoe UI', Arial, sans-serif; background: #f2f5f8; padding: 20px; margin: 0; } /* ======================== SECTION WRAPPER ======================== */ .dev-main-section { background: #f9fbfd; padding: 40px 0; } .ds-section-inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; } /* ======================== FLIP CARD GRID ======================== */ .dev-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 32px; } /* ======================== FLIP CARD ======================== */ .dev-flip-card { perspective: 1200px; height: 280px; } .dev-flip-inner { position: relative; width: 100%; height: 100%; transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); transform-style: preserve-3d; } .dev-flip-card:hover .dev-flip-inner { transform: rotateY(180deg); } /* FRONT */ .dev-front, .dev-back { position: absolute; width: 100%; height: 100%; border-radius: 14px; backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; } .dev-front { background: #ffffff; box-shadow: var(--card-shadow); display: flex; flex-direction: column; transition: var(--transition-smooth); } .dev-flip-card:hover .dev-front { box-shadow: var(--card-shadow-hover); } .dev-front img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.7s ease; } .dev-flip-card:hover .dev-front img { transform: scale(1.08); } .dev-front-label { padding: 12px 14px; background: #ffffff; flex: 1; display: flex; align-items: center; border-top: 3px solid var(--gov-maroon); } .dev-front-label h4 { font-size: 14px; font-weight: 700; color: var(--gov-maroon); margin: 0; line-height: 1.3; } /* Hover hint icon */ .flip-hint { position: absolute; top: 10px; right: 10px; background: rgba(11,79,108,0.85); color: #fff; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; opacity: 0; transition: opacity 0.3s ease; z-index: 2; } .dev-flip-card:hover .flip-hint { opacity: 1; } /* BACK */ .dev-back { transform: rotateY(180deg); background: linear-gradient(145deg, var(--gov-blue-main), var(--gov-blue-dark)); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 24px 20px; gap: 16px; box-shadow: var(--card-shadow-hover); } .dev-back-stat { text-align: center; width: 100%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 12px 16px; backdrop-filter: blur(4px); } .dev-back-stat strong { display: block; font-size: 26px; font-weight: 800; color: var(--gov-accent); line-height: 1.1; margin-bottom: 4px; } .dev-back-stat span { font-size: 12px; color: rgba(255,255,255,0.85); font-weight: 500; letter-spacing: 0.3px; } .dev-back-title { font-size: 13px; font-weight: 700; color: #ffffff; text-align: center; opacity: 0.9; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 4px; } /* ======================== CAPEX GRID ======================== */ .capex-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 8px; } .capex-tile { background: #ffffff; padding: 22px 20px 18px; border-radius: 14px; text-align: center; box-shadow: var(--card-shadow); border-top: 5px solid var(--gov-maroon); transition: var(--transition-smooth); position: relative; overflow: hidden; } .capex-tile::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gov-accent), var(--gov-blue-main)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; } .capex-tile:hover { transform: translateY(-6px); box-shadow: var(--card-shadow-hover); border-top-color: var(--gov-blue-main); } .capex-tile:hover::after { transform: scaleX(1); } .capex-tile h4 { font-size: 15px; font-weight: 700; color: var(--gov-maroon); margin-bottom: 10px; } .capex-allocated { font-size: 22px; font-weight: 800; color: var(--gov-blue-main); margin-bottom: 4px; display: block; } .capex-label { font-size: 12px; color: #64748b; margin-bottom: 14px; display: block; } /* Progress bar */ .capex-progress-wrap { width: 100%; background: #e8f0f5; border-radius: 30px; height: 10px; overflow: hidden; margin-bottom: 6px; } .capex-progress-bar { height: 100%; border-radius: 30px; background: linear-gradient(90deg, var(--gov-accent), var(--gov-blue-main)); position: relative; animation: growBar 1.4s ease forwards; transform-origin: left; } @keyframes growBar { from { width: 0 !important; } to { /* width set inline */ } } .capex-percent { font-size: 13px; font-weight: 700; color: var(--gov-blue-main); display: flex; justify-content: space-between; align-items: center; } .capex-percent span:last-child { font-weight: 500; color: #94a3b8; font-size: 12px; } /* ======================== RESPONSIVE ======================== */ @media (max-width: 1100px) { .dev-grid { grid-template-columns: repeat(3, 1fr); } .capex-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .dev-grid { grid-template-columns: repeat(2, 1fr); } .capex-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 480px) { .dev-grid { grid-template-columns: 1fr; } .capex-grid { grid-template-columns: 1fr; } }

🏗️ Development Works & Flagship Schemes

Mission YUVA

Mission YUVA

Mission YUVA

1,200+ Youth Beneficiaries
450 Units Established
PM-SYM

PM-SYM (Pension Scheme)

PM-SYM

800+ Families Covered
35 Camps Conducted
Vandana

Vandana

Vandana

2,200+ Women Beneficiaries
100% Districts Covered
TB Mukt Bharat

TB Mukt Bharat

TB Mukt Bharat

98% Treatment Success Rate
Zero Target by 2025
Solar Rooftop

Solar Rooftop

Solar Rooftop

500+ Households Benefited
2 MW Capacity Installed

District Capex Works

₹ 45 Cr Total Allocated
78% Completed 22% Pending

Revenue Capex Works

₹ 28 Cr Total Allocated
65% Completed 35% Pending

Heritage Capex Works

₹ 12 Cr Total Allocated
80% Completed 20% Pending

Tribal Capex Works

₹ 18 Cr Total Allocated
72% Completed 28% Pending
Safety & Awareness Section Preview :root { --gov-blue-main: #0b4f6c; --gov-blue-dark: #083b52; --gov-blue-soft: #0f6e8c; --gov-accent: #0ea5a8; --gov-maroon: #8b1e2d; --card-shadow: 0 4px 16px rgba(0,0,0,0.08); --card-shadow-hover: 0 12px 32px rgba(0,0,0,0.14); --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', Arial, sans-serif; background: #f2f5f8; padding: 30px; } /* ======================== SECTION WRAPPER ======================== */ .safety-section { max-width: 1280px; margin: 0 auto; } /* ======================== SECTION STRIP ======================== */ /* ======================== 3-COLUMN GRID ======================== */ .safety-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; align-items: stretch; } /* ======================== COLUMN 1 — CAROUSEL ✅ REDUCED HEIGHT: 420px → 360px ======================== */ .safety-carousel-wrap { border-radius: 14px; overflow: hidden; box-shadow: var(--card-shadow-hover); position: relative; min-height: 360px; background: #0b1e2d; } /* Slides */ .carousel-track { position: relative; width: 100%; height: 100%; min-height: 360px; } .carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s ease; background-size: cover; background-position: center; } .carousel-slide.active { opacity: 1; } /* Each slide bg */ .slide-1 { background-image: url('https://cdn.s3waas.gov.in/s3f4b9ec30ad9f68f89b29639786cb62ef/uploads/2026/02/17709652501597.jpeg'), linear-gradient(135deg, #1a3a5c, #0b2d45); background-size: cover; } .slide-2 { background-image: url('https://cdn.s3waas.gov.in/s3f4b9ec30ad9f68f89b29639786cb62ef/uploads/2026/02/17709667357545.jpeg'), linear-gradient(135deg, #1a2c1a, #0b2d0b); background-size: cover; } .slide-3 { background-image: url('https://cdn.s3waas.gov.in/s3f4b9ec30ad9f68f89b29639786cb62ef/uploads/2026/02/17709652626968.jpeg'), linear-gradient(135deg, #1a1a3a, #0b0b2d); background-size: cover; } .slide-4 { background-image: url('https://cdn.s3waas.gov.in/s3f4b9ec30ad9f68f89b29639786cb62ef/uploads/2026/02/17716668397867.jpg'), linear-gradient(135deg, #1a3a45, #0b2d38); background-size: cover; } /* Dark gradient over image */ .carousel-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient( to top, rgba(5,20,35,0.90) 0%, rgba(5,20,35,0.45) 50%, rgba(5,20,35,0.20) 100% ); } /* Caption */ .slide-caption { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 20px 20px 16px; } .slide-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(14,165,168,0.9); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 8px; letter-spacing: 0.8px; text-transform: uppercase; } .slide-caption h3 { font-size: 18px; font-weight: 800; color: #ffffff; margin-bottom: 5px; text-shadow: 0 2px 8px rgba(0,0,0,0.5); line-height: 1.3; } .slide-caption p { font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.4; } /* Arrows */ .carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; transition: var(--transition); backdrop-filter: blur(4px); user-select: none; } .carousel-arrow:hover { background: var(--gov-accent); border-color: var(--gov-accent); } .carousel-arrow.prev { left: 12px; } .carousel-arrow.next { right: 12px; } /* Dots */ .carousel-dots { position: absolute; bottom: 12px; right: 16px; z-index: 5; display: flex; gap: 6px; } .carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: var(--transition); border: none; padding: 0; } .carousel-dot.active { background: var(--gov-accent); width: 22px; border-radius: 4px; } /* ======================== COLUMN 2 — HELPLINES ✅ REDUCED PADDING ======================== */ .helpline-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); } /* Make Helpline header identical to Links header */ .helpline-header { background: linear-gradient(135deg, var(--gov-blue-main), var(--gov-blue-dark)); padding: 12px 16px; color: #fff; display: flex; align-items: center; gap: 8px; } .helpline-header h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 0; } .helpline-header span { font-size: 18px; } .helpline-card { padding: 0 !important; width: 100% !important; border-radius: 14px !important; overflow: hidden; } .helpline-card h3 { border: none !important; padding: 0 !important; margin: 0 !important; color: #fff !important; font-size: 16px !important; } /* Ensure header flush alignment */ .helpline-header { border-radius: 0 !important; } .helpline-body { padding: 10px 12px; flex: 1; display: flex; flex-direction: column; gap: 8px; } /* Section blocks */ .hl-section { border-radius: 8px; overflow: hidden; border-left: 4px solid; } .hl-section-title { padding: 6px 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; display: flex; align-items: center; gap: 5px; } .hl-emergency { border-color: #ef4444; } .hl-emergency .hl-section-title { background: #fef2f2; color: #b91c1c; } .hl-social { border-color: var(--gov-blue-soft); } .hl-social .hl-section-title { background: #eff8ff; color: var(--gov-blue-main); } .hl-cyber { border-color: #f59e0b; } .hl-cyber .hl-section-title { background: #fffbeb; color: #92400e; } .hl-control { border-color: #10b981; } .hl-control .hl-section-title { background: #ecfdf5; color: #065f46; } /* List */ .hl-list { list-style: none !important; padding: 0 !important; margin: 0; background: #fafbfc; } .hl-list li { display: flex; justify-content: space-between; align-items: center; padding: 5px 10px !important; border-bottom: 1px dashed #e8edf2 !important; transition: var(--transition); } .hl-list li:last-child { border-bottom: none !important; } .hl-list li:hover { background: #f0f6fb; padding-left: 14px !important; } .hl-label { font-size: 13px; font-weight: 600; color: #334155; } .hl-number { font-size: 15px; font-weight: 800; color: var(--gov-blue-main); font-variant-numeric: tabular-nums; letter-spacing: 0.5px; } /* Control room */ .hl-control-body { background: #ecfdf5; padding: 8px 12px; } .hl-control-body p { font-size: 12px; font-weight: 700; color: #065f46; line-height: 1.4; } /* ======================== COLUMN 3 — IMPORTANT LINKS ✅ REDUCED PADDING ======================== */ .links-card { background: #ffffff; border-radius: 14px; box-shadow: var(--card-shadow); overflow: hidden; display: flex; flex-direction: column; transition: var(--transition); } .links-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); } .links-header { background: linear-gradient(135deg, var(--gov-blue-main), var(--gov-blue-dark)); padding: 12px 16px; color: #fff; display: flex; align-items: center; gap: 8px; } .links-header h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 0; } .links-header span { font-size: 18px; } .links-body { padding: 6px 0; flex: 1; } .helpful-links-list { list-style: none !important; padding: 0 !important; margin: 0; } .helpful-links-list li { border-bottom: 1px solid #f0f4f8 !important; padding: 0 !important; transition: var(--transition); } .helpful-links-list li:last-child { border-bottom: none !important; } .helpful-links-list li:hover { background: #f4f9fc; } .helpful-links-list a { display: flex; align-items: center; gap: 8px; padding: 9px 16px; text-decoration: none; color: #1e3a52; font-size: 13px; font-weight: 500; transition: var(--transition); line-height: 1.4; } .helpful-links-list a::before { content: '↗'; font-size: 12px; color: var(--gov-accent); flex-shrink: 0; font-weight: 700; opacity: 0; transform: translateX(-6px); transition: var(--transition); } .helpful-links-list li:hover a { color: var(--gov-blue-main); padding-left: 22px; font-weight: 600; } .helpful-links-list li:hover a::before { opacity: 1; transform: translateX(0); } /* ======================== RESPONSIVE ======================== */ @media (max-width: 1024px) { .safety-row { grid-template-columns: 1fr 1fr; } .safety-carousel-wrap { grid-column: 1 / -1; min-height: 300px; } .carousel-track { min-height: 300px; } } @media (max-width: 640px) { .safety-row { grid-template-columns: 1fr; } .safety-carousel-wrap { grid-column: auto; min-height: 260px; } .carousel-track { min-height: 260px; } }

🛡️ Safety & Awareness

📞

Helplines

🚨 Emergency
  • Police 100
  • Fire 101
  • Ambulance 102
💻 Cyber Crime
  • Cyber Crime 1930
🏛️ District Control Room

2483651 / 2457543 / 2457552

let current = 0; const slides = document.querySelectorAll('.carousel-slide'); const dots = document.querySelectorAll('.carousel-dot'); let timer = setInterval(() => changeSlide(1), 4500); function goToSlide(n) { slides[current].classList.remove('active'); dots[current].classList.remove('active'); current = (n + slides.length) % slides.length; slides[current].classList.add('active'); dots[current].classList.add('active'); clearInterval(timer); timer = setInterval(() => changeSlide(1), 4500); } function changeSlide(dir) { goToSlide(current + dir); } // Pause on hover document.querySelector('.safety-carousel-wrap').addEventListener('mouseenter', () => clearInterval(timer)); document.querySelector('.safety-carousel-wrap').addEventListener('mouseleave', () => { timer = setInterval(() => changeSlide(1), 4500); });
Tourism Section Preview :root { --gov-blue-main: #0b4f6c; --gov-blue-dark: #083b52; --gov-accent: #0ea5a8; --gov-maroon: #8b1e2d; --card-shadow: 0 4px 16px rgba(0,0,0,0.08); --card-shadow-hover: 0 12px 32px rgba(0,0,0,0.15); --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); } body { font-family: 'Segoe UI', Arial, sans-serif; background: #f2f5f8; padding: 30px; margin: 0; } /* ======================== SECTION WRAPPER ======================== */ .tourism-section { max-width: 1280px; margin: 0 auto; } .section-strip { background: linear-gradient(135deg, var(--gov-blue-main), var(--gov-blue-dark)); color: #ffffff; padding: 14px 24px; text-align: center; font-size: 20px; font-weight: 700; margin-bottom: 28px; border-radius: 10px; box-shadow: 0 4px 16px rgba(11, 79, 108, 0.25); text-transform: uppercase; letter-spacing: 1.5px; position: relative; overflow: hidden; } .section-strip::before { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent); animation: shimmer 3s infinite; } @keyframes shimmer { 0% { left: -100%; } 100% { left: 200%; } } /* ======================== TWO COLUMN LAYOUT ======================== */ .tourism-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; } /* ======================== VISIT SRINAGAR CARD ======================== */ .bg-visit { position: relative; border-radius: 16px; overflow: hidden; min-height: 460px; display: flex; flex-direction: column; box-shadow: var(--card-shadow-hover); } /* Dal Lake background image */ .bg-visit-image { position: absolute; inset: 0; background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Srinagar_City_View.jpg/1280px-Srinagar_City_View.jpg'); background-size: cover; background-position: center; transition: transform 8s ease; } .bg-visit:hover .bg-visit-image { transform: scale(1.06); } /* Lighter gradient overlay */ .bg-visit-overlay { position: absolute; inset: 0; background: linear-gradient( to bottom, rgba(15, 110, 140, 0.35) 0%, rgba(15, 110, 140, 0.65) 50%, rgba(11, 79, 108, 0.85) 100% ); z-index: 1; } /* Content on top */ .bg-visit-content { position: relative; z-index: 2; padding: 28px 28px 24px; display: flex; flex-direction: column; height: 100%; } /* Badge */ .visit-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(14, 165, 168, 0.85); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; width: fit-content; letter-spacing: 0.8px; text-transform: uppercase; } .ds-title-visit { font-size: 26px; font-weight: 800; color: #ffffff; margin-bottom: 10px; line-height: 1.2; text-shadow: 0 2px 8px rgba(0,0,0,0.4); } .bg-visit-content p { font-size: 14px; color: rgba(255,255,255,0.88); line-height: 1.7; margin-bottom: 20px; } /* Links list */ .visit-links { list-style: none !important; padding: 0 !important; margin: 0; display: flex; flex-direction: column; gap: 8px; } .visit-links li { border-bottom: none !important; padding: 0 !important; } .visit-links li a { display: flex; align-items: center; gap: 10px; color: #ffffff; text-decoration: none; font-size: 14px; font-weight: 600; padding: 10px 14px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; transition: var(--transition); backdrop-filter: blur(4px); } .visit-links li a::before { content: '→'; color: var(--gov-accent); font-size: 16px; flex-shrink: 0; transition: transform 0.3s ease; } .visit-links li a:hover { background: rgba(14, 165, 168, 0.35); border-color: var(--gov-accent); transform: translateX(5px); color: #ffffff; text-decoration: none; } .visit-links li a:hover::before { transform: translateX(4px); } /* ======================== FAIRS & FESTIVALS CARD ======================== */ .bg-festival { background: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: var(--card-shadow); display: flex; flex-direction: column; transition: var(--transition); border: 1px solid #e3ebf2; } .bg-festival:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); } /* Festival card header strip */ .festival-header { background: linear-gradient(135deg, var(--gov-blue-main), var(--gov-blue-dark)); padding: 22px 26px; color: #fff; position: relative; overflow: hidden; } .festival-header::before { content: '🎪'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 52px; opacity: 0.18; } .festival-header .ds-title-fest { font-size: 22px; font-weight: 800; color: #ffffff; margin-bottom: 6px; } .festival-header p { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.5; margin: 0; } /* Festival list */ .festival-body { padding: 20px 24px; flex: 1; } .festival-list { list-style: none !important; padding: 0 !important; margin: 0; display: flex; flex-direction: column; gap: 10px; } .festival-list li { border-bottom: none !important; padding: 0 !important; transition: var(--transition); } .festival-list li a { display: flex; align-items: center; gap: 14px; padding: 13px 16px; background: #f8fafc; border-radius: 10px; border: 1px solid #e8eef4; transition: var(--transition); cursor: pointer; text-decoration: none; color: inherit; } .festival-list li a:hover { background: linear-gradient(135deg, #f0f7fb, #e8f4f8); border-color: #b6d8e8; transform: translateX(5px); box-shadow: 0 4px 12px rgba(11, 79, 108, 0.08); } .festival-list li a:hover .fest-icon { transform: scale(1.15) rotate(5deg); } .fest-icon { font-size: 26px; flex-shrink: 0; width: 44px; height: 44px; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .fest-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--gov-blue-main); margin-bottom: 2px; } .fest-text span { font-size: 12px; color: #64748b; } /* ======================== RESPONSIVE ======================== */ @media (max-width: 768px) { .tourism-row { grid-template-columns: 1fr; } .bg-visit { min-height: 380px; } }

✈️ Visit Srinagar / Tourism

🏔️ Kashmir Valley
Visit Srinagar

Srinagar, known for its scenic lakes, gardens and heritage, is one of the most prominent tourist destinations in the Kashmir Valley — paradise on earth.

DISTRICT AT GLANCE

  • Area: 1979 sq km
  • Population: 12 Lac +
  • Literacy Rate: 86:03%
  • Revenue Villages: 137
  • Municipal Corporation: 1
  • Police station: 27
  • data.gov.in
  • india.gov.in
  • make in India
  • mygov
  • SCBAPP
  • Open Gov
  • PMNRF