body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f5f7fb;
    padding-top: 90px;
}

/* Navigation */

nav{
    background:#0d6efd;
    color:white;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 40px;
}

nav h2{
    margin:0;
}

nav ul{
    display:flex;
    list-style:none;
    gap:20px;
    margin:0;
}

nav ul li a{
    color:white;
    text-decoration:none;
    font-weight:bold;
}

/* Hero */

header{
    background:linear-gradient(135deg,#0d6efd,#00c6ff);
    color:white;
    text-align:center;
    padding:80px 20px;
}

header h1{
    font-size:60px;
    margin-bottom:10px;
}

header h2{
    font-size:30px;
}

header p{
    font-size:20px;
}

button{
    background:#0d6efd;
    color:white;
    border:none;
    padding:15px 30px;
    border-radius:8px;
    font-size:18px;
    cursor:pointer;
}

button:hover{
    background:#084298;
}

/* Plans */

.plans{
    display:flex;
    justify-content:center;
    gap:30px;
    padding:60px 20px;
    flex-wrap:wrap;
}

.plan{
    background:white;
    width:320px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.plan h3{
    color:#0d6efd;
    font-size:32px;
}

.premium{
    border:3px solid gold;
}
header{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:60vh;
}

.plan{
    text-align:center;
}

.plan button{
    width:100%;
    margin-top:15px;
}
/* Services Section */

.services{
    padding:60px 20px;
    background:#f8f9fa;
    text-align:center;
}

.services h2{
    color:#0d6efd;
    margin-bottom:40px;
    font-size:36px;
}

.service{
    background:white;
    width:300px;
    display:inline-block;
    margin:15px;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    vertical-align:top;
}

.service h3{
    color:#0d6efd;
    margin-bottom:15px;
}

.service p{
    color:#555;
    font-size:16px;
}
/* Property Verification */

.verification{
    padding:70px 20px;
    background:#eef6ff;
    text-align:center;
}

.verification h2{
    color:#0d6efd;
    font-size:38px;
    margin-bottom:20px;
}

.verification p{
    font-size:18px;
    color:#444;
    max-width:900px;
    margin:auto;
}

.verification h3{
    color:#0d6efd;
    margin-top:35px;
}

.verification ul{
    list-style:none;
    padding:0;
    margin:20px auto;
    max-width:600px;
}

.verification-list{
    max-width:700px;
    margin:25px auto;
    list-style:none;
    padding:0;
}

.verification li{
    background:white;
    color:#222;
    font-size:18px;
    font-weight:600;
    text-align:left;
    margin:10px 0;
    padding:12px 20px;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.verification button{
    margin:10px;
    background:#0d6efd;
    color:white;
    border:none;
    padding:15px 25px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

.verification button:hover{
    background:#084298;
}.report-form{
    text-align:center;
    padding:50px 20px;
}

.report-form form{
    max-width:700px;
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.report-form input,
.report-form select{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:16px;
    box-sizing:border-box;
}

.report-form label{
    text-align:left;
    font-weight:bold;
}

.report-form button{
    width:220px;
    margin:auto;
}
/* How It Works */

.how-it-works{
    padding:70px 20px;
    background:#f8fbff;
    text-align:center;
}

.how-it-works h2{
    color:#0d6efd;
    font-size:36px;
    margin-bottom:40px;
}

.steps{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    max-width:1100px;
    margin:auto;
}

.step{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.step h3{
    color:#0d6efd;
    margin-bottom:10px;
}

.step p{
    color:#555;
    font-size:16px;
}
body{
    background:#0f172a;
    color:#f8fafc;
    font-family:Arial,sans-serif;
}

.services{
    background:#111827;
    padding:60px 20px;
}

.service{
    background:#1e293b;
    color:#ffffff;
    border:1px solid #334155;
    border-radius:15px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.35);
    transition:.3s;
}

.service:hover{
    background:#273549;
    transform:translateY(-6px);
    border-color:#3b82f6;
}

.service h3{
    color:#60a5fa;
}

.service p{
    color:#cbd5e1;
}

button{
    background:#2563eb;
    color:#fff;
    border:none;
    border-radius:8px;
    padding:10px 18px;
    cursor:pointer;
}

button:hover{
    background:#1d4ed8;
}

input,
select,
textarea{
    background:#1e293b;
    color:#fff;
    border:1px solid #475569;
    border-radius:8px;
}

input::placeholder{
    color:#94a3b8;
}

section{
    background:#0f172a;
}
button{
    transition: all 0.3s ease;
    cursor: pointer;
}

button:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px #00bfff;
}

button:active{
    transform: scale(0.95);
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0,191,255,0.7);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 20px rgba(0,191,255,0.9);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0,191,255,0.7);
    }
}

.premium-btn{
    animation: pulse 1.8s infinite;
}
@keyframes premiumGlow {
    0% {
        box-shadow: 0 0 10px rgba(255,193,7,0.5);
    }
    50% {
        box-shadow: 0 0 30px rgba(255,193,7,1);
    }
    100% {
        box-shadow: 0 0 10px rgba(255,193,7,0.5);
    }
}

.premium-card{
    border: 2px solid gold;
    animation: premiumGlow 2s infinite;
}
.plan{
    position: relative;
}

.badge{
    position: absolute;
    top: -12px;
    right: 15px;
    background: linear-gradient(45deg,#ff9800,#ff5722);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

.advice-box{
    background:#fff8e6;
    border-left:5px solid #ff9800;
    padding:20px;
    margin-top:20px;
    border-radius:10px;
    text-align:left;
}

.advice-box h4{
    color:#d97706;
    margin-bottom:10px;
}

.advice-box p{
    color:#333;
    font-size:15px;
}

.advice-box ul{
    margin-top:10px;
    padding-left:20px;
}

.advice-box li{
    margin:8px 0;
    color:#222;
}
.watermark{
    text-align:center;
    font-size:13px;
    color:#777;
    margin-top:20px;
    font-style:italic;
}

.watermark strong{
    color:#0d6efd;
}
.help-text{
    margin-top:15px;
    text-align:center;
    font-size:14px;
    color:#555;
    line-height:1.7;
}

.help-text b{
    color:#0d6efd;
    font-size:18px;
}

.help-text a{
    color:#0d6efd;
    text-decoration:none;
    font-weight:bold;
}

.help-text a:hover{
    text-decoration:underline;
}
nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#0d6efd;
    padding:15px 40px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    z-index:999;
}

nav a{
    color:white;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    transition:.3s;
}

nav a:hover{
    color:#ffd700;
}

.hero{
    padding-top:100px;
}
.report-form h2{
    font-size:42px;
    color:#0d6efd;
    text-align:center;
    margin-bottom:40px;
    font-weight:700;
}
.report-form h2{
    font-size:42px;
    color:#0d6efd;
    text-align:center;
    font-weight:700;
    margin-bottom:30px;
}

.report-form h2::before{
    content:"📋 ";
    font-size:45px;
}
.report-form form{
    max-width:800px;
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.report-form input,
.report-form select{
    width:100%;
    padding:15px;
    font-size:18px;
    border:2px solid #dbeafe;
    border-radius:10px;
    outline:none;
    transition:0.3s;
}

.report-form input:focus,
.report-form select:focus{
    border-color:#0d6efd;
    box-shadow:0 0 10px rgba(13,110,253,.25);
}
.report-form button{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:16px;
    font-size:20px;
    font-weight:bold;
    border-radius:12px;
    cursor:pointer;
    transition:0.3s;
    width:100%;
}

.report-form button:hover{
    background:#0b5ed7;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(13,110,253,.3);
}
.report-form{
    max-width:900px;
    margin:40px auto;
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.report-form form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.report-form input,
.report-form select{
    width:100%;
    padding:14px;
    font-size:16px;
    border:1px solid #ccc;
    border-radius:8px;
    box-sizing:border-box;
}

.report-form input[type="file"]{
    grid-column:1 / 3;
}

.report-form button{
    grid-column:1 / 3;
    padding:15px;
    font-size:20px;
    background:#0d6efd;
    color:#fff;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

.report-form h2{
    text-align:center;
    color:#0d6efd;
    margin-bottom:25px;
}
.report-form{
    max-width:900px;
    margin:40px auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.report-form input,
.report-form select{
    width:100%;
    padding:15px;
    font-size:16px;
    border:1px solid #ccc;
    border-radius:8px;
    box-sizing:border-box;
}

.report-form button,
.report-form input[type="file"],
.report-form label{
    grid-column:1 / -1;
}
.contact{
    max-width:900px;
    margin:60px auto;
    padding:20px;
}

.contact h2{
    text-align:center;
    color:#0d6efd;
    font-size:36px;
    margin-bottom:15px;
}

.contact p{
    text-align:center;
    color:#555;
}

.contact-card{
    background:#fff;
    margin:20px 0;
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.contact-card h3{
    color:#0d6efd;
    margin-bottom:10px;
}

.contact-card a{
    color:#0d6efd;
    text-decoration:none;
    font-weight:bold;
}

.contact-card:hover{
    transform:translateY(-5px);
    transition:.3s;
}
.dashboard-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:40px;
}

.dashboard-card{
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,.15);
cursor:pointer;
transition:.3s;
}

.dashboard-card:hover{
transform:translateY(-6px);
}

.dashboard-card h3{
color:#0d6efd;
margin-bottom:10px;
}
.dashboard-card p{
    color:#222;
    font-size:16px;
    margin:8px 0;
}
.free-trial-box{
    border:2px solid #4da3ff;
    border-radius:18px;
    padding:20px;
    text-align:center;
    margin:20px 0;
    background:#fff;
}

.free-trial-box h2{
    font-size:42px;
    color:#0b57d0;
    margin:0;
}

.free-trial-box p{
    color:#666;
    margin-top:10px;
}

.free-trial-btn{
    width:100%;
    padding:16px;
    border:none;
    border-radius:12px;
    background:#1e88ff;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
}
/* ===========================
   Documents24 Admin Panel
=========================== */

body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f5f7fb;
}

.sidebar{
    position:fixed;
    left:0;
    top:0;
    width:240px;
    height:100vh;
    background:#0f172a;
    color:white;
    padding:20px;
    box-sizing:border-box;
}

.sidebar h2{
    margin-bottom:30px;
}

.sidebar a{
    display:block;
    color:white;
    text-decoration:none;
    padding:12px;
    margin:8px 0;
    border-radius:8px;
    transition:.3s;
}

.sidebar a:hover{
    background:#2563eb;
}

.main-content{
    margin-left:260px;
    padding:30px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:25px;
}

.card{
    background:white;
    border-radius:12px;
    padding:20px;
    box-shadow:0 4px 12px rgba(0,0,0,.1);
}

.card h3{
    margin:0;
    color:#666;
}

.card h1{
    margin-top:10px;
    color:#2563eb;
}
.help-buttons{
    background:#ffffff;
    padding:20px;
    border-radius:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    width:fit-content;
    margin:30px auto;
    box-shadow:0 4px 15px rgba(0,0,0,0.15);
}
.help-buttons button{
    background:#2563eb;
    color:white;
    border:none;
    padding:12px 25px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}
.payment-box{
    max-width:500px;
    margin:40px auto;
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    text-align:center;
}

.payment-box h1{
    color:#0d6efd;
    margin-bottom:10px;
}

.payment-box h2{
    font-size:42px;
    color:#28a745;
    margin:15px 0;
}

.payment-box p{
    color:#555;
    margin-bottom:20px;
}

.payment-box ul{
    list-style:none;
    padding:0;
    text-align:left;
    margin-bottom:25px;
}

.payment-box ul li{
    padding:8px 0;
    font-size:16px;
}

#pay-btn{
    width:100%;
    padding:15px;
    font-size:18px;
    border:none;
    border-radius:10px;
    background:#0d6efd;
    color:#fff;
    cursor:pointer;
}

#pay-btn:hover{
    background:#0b5ed7;
}
.payment-box ul li{
    color:#222;
    font-size:16px;
    padding:8px 0;
}
.about-btn{
    display:inline-block;
    padding:12px 25px;
    background:#0b63ce;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:bold;
    transition:.3s;
}

.about-btn:hover{
    background:#084c9c;
}
.section-title,
h2,
h3 {
    margin-top: 30px;
    clear: both;
}
.service-areas{
    background:#F5FAFF;
    border-left:5px solid #2563EB;
    padding:35px;
    border-radius:12px;
    margin:30px 0;
}

.fraud-protection{
    background:#F6FFF7;
    border-left:5px solid #16A34A;
    padding:35px;
    border-radius:12px;
    margin:30px 0;
}

.service-areas h2,
.fraud-protection h2{
    color:#0F4C81;
    margin-bottom:15px;
}

.service-areas p,
.fraud-protection p{
    color:#374151;
    line-height:1.8;
}
.info-portal,
.about-section,
.info-portal section{
    background:#F8FAFC !important;
}
.login-ad{
    width:100%;
    max-width:420px;
    margin:20px auto;
    text-align:center;
}

.login-ad img{
    width:100%;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    transition:.3s;
    cursor:pointer;
}

.login-ad img:hover{
    transform:scale(1.02);
}
.rights-btn{
    text-align:center;
    margin-top:15px;
}

.know-rights-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:14px 28px;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    border-radius:10px;
    transition:0.3s;
    box-shadow:0 6px 15px rgba(0,0,0,.2);
}

.know-rights-btn:hover{
    background:#084298;
    transform:translateY(-2px);
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

body{
    background:#f4f7fb;
}

.header{
    background:#0b4ea2;
    color:#fff;
    text-align:center;
    padding:35px 20px;
}

.header h1{
    font-size:40px;
    margin-bottom:10px;
}

.header p{
    font-size:18px;
}

.container{
    width:95%;
    max-width:1100px;
    margin:30px auto;
}

.poster{
    width:100%;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    display:block;
}

.section{
    background:#fff;
    margin-top:30px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.10);
}

.section h2{
    color:#0b4ea2;
    margin-bottom:15px;
}

.section p{
    line-height:1.9;
    font-size:18px;
    color:#444;
}

.section ul{
    padding-left:25px;
}

.section li{
    line-height:2;
    font-size:18px;
    margin-bottom:10px;
}

.btn{
    display:inline-block;
    margin-top:20px;
    background:#ff9800;
    color:#fff;
    padding:15px 35px;
    text-decoration:none;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;
}

.btn:hover{
    background:#e68900;
}
/* ===== Know Your Rights Poster ===== */

.blink-banner{
    width:100%;
    max-width:420px;
    margin:20px auto 0;
    background:#d50000;
    color:#fff;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    padding:12px;
    border-radius:12px 12px 0 0;
    letter-spacing:1px;
    animation:blinkBanner .8s infinite;
    cursor:pointer;
}

.login-ad{
    width:100%;
    max-width:420px;
    margin:0 auto 20px;
    text-align:center;
}

.login-ad img{
    width:100%;
    display:block;
    border-radius:0 0 12px 12px;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    transition:.3s;
    cursor:pointer;
}

.login-ad img:hover{
    transform:scale(1.02);
}

@keyframes blinkBanner{

    0%{
        background:#d50000;
        color:#fff;
        opacity:1;
    }

    50%{
        background:#ffeb3b;
        color:#000;
        opacity:.4;
    }

    100%{
        background:#d50000;
        color:#fff;
        opacity:1;
    }

}
/* ===== Main Content ===== */

body{
    background:#f4f7fb;
    color:#222;
    font-family:Arial,Helvetica,sans-serif;
}

.container{
    width:90%;
    max-width:1100px;
    margin:30px auto;
}

.section{
    background:#ffffff;
    padding:25px;
    margin:25px 0;
    border-radius:15px;
    border-left:8px solid #0B4EA2;
    box-shadow:0 8px 20px rgba(0,0,0,.10);
    transition:.3s;
}

.section:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.section h2{
    color:#0B4EA2;
    font-size:30px;
    margin-bottom:18px;
    border-bottom:3px solid #FFC107;
    padding-bottom:10px;
}

.section h3{
    color:#d32f2f;
    margin-top:20px;
    font-size:23px;
}

.section p{
    font-size:19px;
    line-height:1.9;
    color:#444;
}

.section ul{
    padding-left:25px;
}

.section li{
    margin:12px 0;
    font-size:19px;
    line-height:1.8;
}

/* ===== Table ===== */

table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
    background:#fff;
}

table th{
    background:#0B4EA2;
    color:#fff;
    padding:14px;
    font-size:19px;
}

table td{
    padding:14px;
    border:1px solid #ddd;
    font-size:18px;
}

table tr:nth-child(even){
    background:#f8f8f8;
}

/* ===== Buttons ===== */

.btn{
    background:#0B4EA2;
    color:white;
    border:none;
    padding:15px 30px;
    font-size:18px;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}

.btn:hover{
    background:#ff9800;
}

/* ===== FAQ ===== */

.section h3::before{
    content:"❓ ";
}

/* ===== Constitution Quote ===== */

.quote{
    background:#fff8e1;
    border-left:8px solid #ff9800;
    padding:20px;
    font-size:22px;
    font-style:italic;
    color:#333;
    border-radius:10px;
}
/* ===== Orange + Green Theme ===== */

body{
    background:linear-gradient(180deg,#f8fff4,#fffdf5);
}

/* Cards */

.section{
    background:#ffffff;
    border-left:8px solid #ff9800;
    border-top:3px solid #4caf50;
    border-radius:15px;
    padding:25px;
    margin:25px 0;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* Main Heading */

.section h2{
    color:#e65100;
    border-bottom:3px solid #4caf50;
    padding-bottom:10px;
}

/* Questions */

.section h3{
    color:#2e7d32;
}

/* Paragraph */

.section p{
    color:#444;
    line-height:1.9;
}

/* List */

.section ul li{
    background:#f9fff8;
    border-left:5px solid #4caf50;
    margin:12px 0;
    padding:12px;
    border-radius:8px;
}

/* Table */

table th{
    background:#ff9800;
    color:white;
}

table tr:nth-child(even){
    background:#f1fff1;
}

/* Quote */

.quote{
    background:#fff8e1;
    border-left:8px solid #ff9800;
    border-right:8px solid #4caf50;
    padding:20px;
    border-radius:10px;
    color:#444;
}

/* Buttons */

.btn{
    background:#2e7d32;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:10px;
    font-weight:bold;
    transition:.3s;
}

.btn:hover{
    background:#ff9800;
}
.section{
    background:#ffffff !important;
    border-left:8px solid #ff9800 !important;
    border-top:4px solid #4CAF50 !important;
    box-shadow:0 8px 20px rgba(0,0,0,.15) !important;
}

.section h2{
    color:#E65100 !important;
    border-bottom:3px solid #4CAF50 !important;
}

.section h3{
    color:#2E7D32 !important;
}

.btn{
    background:#2E7D32 !important;
    color:#fff !important;
}

.btn:hover{
    background:#FF9800 !important;
}

body{
    background:#F8FFF4 !important;
}
.poster{
    display:block;
    width:100%;
    max-width:900px;
    margin:20px auto;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.container{
    width:90%;
    max-width:1100px;
    margin:20px auto;
    text-align:center;
}
.contact-btn{
    background:#0b4ea2;
    color:#fff;
    margin-left:10px;
}

.contact-btn:hover{
    background:#083a7d;
}
.home-btn{
    background:#0b4ea2;
    color:#fff;
    padding:14px 28px;
    border-radius:10px;
    text-decoration:none;
    display:inline-block;
    font-weight:bold;
}

.home-btn:hover{
    background:#083a7d;
}
.btn.flash-btn{
    background:#ff9800;
    color:#fff;
    font-weight:bold;
    animation:flash 1s infinite;
}

@keyframes flash{
    0%{
        background:#ff9800;
        transform:scale(1);
    }
    50%{
        background:#e53935;
        transform:scale(1.05);
    }
    100%{
        background:#ff9800;
        transform:scale(1);
    }
}
.flash-btn{
    background:#0b4ea2;
    color:#fff;
    font-weight:bold;
    animation:blink 1s infinite;
}

@keyframes blink{
    0%,100%{
        opacity:1;
        transform:scale(1);
    }
    50%{
        opacity:.5;
        transform:scale(1.05);
    }
}
.flash-btn{
    background:#0b4ea2;
    color:#fff;
    font-weight:bold;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
    display:inline-block;
    animation:flash 1s infinite;
}

@keyframes flash{
    0%,100%{
        background:#0b4ea2;
        transform:scale(1);
    }
    50%{
        background:#ff9800;
        transform:scale(1.05);
    }
}
/* ================= LOGIN ================= */

.login-section{
    width:100%;
    padding:70px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#0f172a;
}

.login-card{
    width:100%;
    max-width:500px;
    background:#ffffff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    text-align:center;
}

.login-card img{
    width:70px;
    margin-bottom:15px;
}

.login-card h2{
    font-size:40px;
    color:#1e293b;
    margin:10px 0;
}

.login-card p{
    color:#64748b;
    margin-bottom:25px;
}

.login-card form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.login-card input,
.login-card select{
    width:100%;
    padding:14px 16px;
    font-size:16px;
    border:1px solid #d1d5db;
    border-radius:10px;
    box-sizing:border-box;
    background:#fff;
}

.login-card input:focus,
.login-card select:focus{
    outline:none;
    border-color:#2563eb;
}

.login-card button{
    width:100%;
    padding:15px;
    border:none;
    border-radius:10px;
    background:#2563eb;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}

.login-card button:hover{
    background:#1d4ed8;
}
.login-section{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#0f172a;
    padding:40px 20px;
}

.login-card{
    width:100%;
    max-width:500px;
    margin:auto;
}
.login-card select{
    width:100%;
    height:50px;
    padding:0 15px;
    font-size:16px;
    color:#222;
    background:#fff;
    border:1px solid #d1d5db;
    border-radius:10px;
}
input,
textarea,
select {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    background: #fff !important;
}
button {
    position: relative;
    overflow: hidden;
    background: #0d6efd;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

button::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -100%;
    width: 60%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,215,0,0.9),
        transparent
    );
    transform: rotate(25deg);
}

button:active::after {
    animation: goldFlash 0.45s ease-out;
}

@keyframes goldFlash {
    from {
        left: -100%;
    }
    to {
        left: 180%;
    }
}

button:hover {
    box-shadow: 0 0 15px gold;
}button:active {
    background: gold;
    color: #000;
    box-shadow: 0 0 25px gold;
    transform: scale(0.97);
}
/* =========================================
   DISTRICT SERVICE AREA DESIGN
   Documents24 AI
   ========================================= */

.district-grid {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

/* Individual District Card */

.district-card {
    background: rgba(10, 35, 80, 0.88);
    border: 1px solid rgba(0, 180, 255, 0.30);
    border-radius: 18px;

    padding: 30px;
    margin: 0;

    box-sizing: border-box;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.25),
        inset 0 0 20px rgba(0, 170, 255, 0.04);

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.district-card:hover {
    transform: translateY(-4px);

    border-color: rgba(0, 200, 255, 0.65);

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(0, 180, 255, 0.12);
}


/* District Main Heading */

.district-card h2 {
    margin: 0 0 18px 0;

    color: #28d8ff;

    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;

    text-align: left;
}


/* Sub Headings */

.district-card h3 {
    margin: 28px 0 10px 0;

    color: #55ddff;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}


/* Paragraphs */

.district-card p {
    margin: 0 0 16px 0;

    color: #e8f4ff;

    font-size: 16px;
    line-height: 1.75;

    text-align: left;
}


/* Lists */

.district-card ul {
    margin: 15px 0 22px 0;
    padding-left: 24px;
}

.district-card li {
    margin-bottom: 8px;

    color: #e8f4ff;

    font-size: 15.5px;
    line-height: 1.6;
}


/* Strong Text */

.district-card strong {
    color: #ffffff;
}


/* Registry Office Link */

.district-card a {
    display: inline-block;

    margin: 5px 0 15px 0;
    padding: 12px 18px;

    background: linear-gradient(
        135deg,
        #08bdf5,
        #168cff
    );

    color: #ffffff;

    text-decoration: none;

    border-radius: 9px;

    font-size: 15px;
    font-weight: 600;

    box-shadow: 0 5px 15px rgba(0, 150, 255, 0.25);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.district-card a:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0, 180, 255, 0.35);
}


/* Official Registry Search Label */

.district-card p strong {
    color: #7be7ff;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .district-grid {
        grid-template-columns: 1fr;

        gap: 20px;

        margin: 25px auto;

        padding: 0 12px;
    }

    .district-card {
        padding: 22px 18px;

        border-radius: 14px;
    }

    .district-card h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .district-card h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .district-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .district-card li {
        font-size: 14.5px;
    }

    .district-card a {
        font-size: 14px;
        padding: 11px 14px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .district-grid {
        padding: 0 10px;
    }

    .district-card {
        padding: 18px 15px;
    }

    .district-card h2 {
        font-size: 20px;
    }

    .district-card h3 {
        font-size: 17px;
    }

    .district-card p {
        font-size: 14px;
    }

    .district-card ul {
        padding-left: 20px;
    }
}
.district-links {
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px 20px;
}

.district-links h2 {
    text-align: center;
    margin-bottom: 15px;
}

.district-links > p {
    text-align: center;
    line-height: 1.7;
}

.district-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.district-links-grid a {
    display: block;
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none;
    background: rgba(0, 140, 220, 0.12);
    color: #18bfff;
    line-height: 1.4;
}

.district-links-grid a:hover {
    background: rgba(0, 180, 255, 0.25);
}

@media (max-width: 768px) {
    .district-links-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================
   PROPERTY REGISTRATION - DARK / LIGHT STYLE
   Documents24 AI
   ========================================= */

.property-registration-home {
    width: 100%;
    max-width: 1200px;
    margin: 55px auto;
    padding: 35px 25px;

    box-sizing: border-box;

    background: linear-gradient(
        145deg,
        rgba(4, 18, 45, 0.96),
        rgba(7, 35, 75, 0.94)
    );

    border: 1px solid rgba(80, 210, 255, 0.22);
    border-radius: 18px;

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.35),
        inset 0 0 30px rgba(0, 170, 255, 0.04);
}


/* Main Heading */

.property-registration-home h2 {
    margin: 0 0 18px;

    color: #35d8ff;

    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;

    text-align: center;

    text-shadow:
        0 0 12px rgba(30, 200, 255, 0.18);
}


/* Sub Heading */

.property-registration-home h3 {
    margin: 32px 0 18px;

    color: #7be7ff;

    font-size: 22px;
    line-height: 1.4;

    text-align: left;
}


/* Paragraph */

.property-registration-home > p {
    color: #e5f4ff;

    font-size: 16px;
    line-height: 1.75;

    margin: 0 0 18px;

    text-align: left;
}


/* Services Grid */

.registration-services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin-top: 25px;
}


/* Individual Service Card */

.registration-service-card {
    background: rgba(2, 15, 38, 0.72);

    border: 1px solid rgba(60, 205, 255, 0.20);

    border-radius: 14px;

    padding: 22px;

    box-sizing: border-box;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* Service Heading */

.registration-service-card h4 {
    margin: 0 0 10px;

    color: #3bdcff;

    font-size: 18px;
    line-height: 1.4;
}


/* Service Text */

.registration-service-card p {
    margin: 0;

    color: #dceeff;

    font-size: 14.5px;
    line-height: 1.65;
}


/* Hover */

.registration-service-card:hover {
    transform: translateY(-4px);

    border-color: rgba(60, 220, 255, 0.55);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.30),
        0 0 15px rgba(0, 190, 255, 0.08);
}


/* Bottom Content */

.property-registration-home h3 + p {
    margin-top: 0;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .registration-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-registration-home {
        padding: 28px 20px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .property-registration-home {
        margin: 35px 12px;

        padding: 24px 16px;

        border-radius: 14px;
    }

    .property-registration-home h2 {
        font-size: 23px;
        text-align: left;
    }

    .property-registration-home h3 {
        font-size: 19px;
    }

    .property-registration-home > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .registration-services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .registration-service-card {
        padding: 18px;
    }

    .registration-service-card h4 {
        font-size: 17px;
    }

    .registration-service-card p {
        font-size: 14px;
    }

}
