
body { font-family: Arial, sans-serif; margin: 0; background: #111; color: #fff; }
.container { max-width: 1200px; margin: auto; padding: 20px; }




.card { background: #1c1c1c; padding: 20px; border-radius: 12px; margin-bottom: 20px; border: 1px solid #1c1c1c; }



.card-hero { background: #1c1c1c; padding: 20px; border-radius: 12px; margin-bottom: 20px;
    background: linear-gradient(180deg, #1c1c1c, #101010); }




a { color: #66b3ff; }
iframe { width: 100%; height: 800px; border: 0; border-radius: 10px; }
.state-grid { columns: 3; }
.state-grid li { margin-bottom: 8px; }.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #aaa;
}

.breadcrumbs a {
    color: #66b3ff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
	
.banner-wrap {
    max-width: 1280px;
    margin: 0 auto 18px;
    padding: 0 10px;
}

.top-banner {
    width: 100%;
    display: block;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0,0,0,.35);
}
	
	.top-nav-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.top-nav {
    display: flex;
    gap: 18px;
    padding: 12px 0 18px;
    align-items: center;
    flex-wrap: wrap;
}

.top-nav a {
    color: #66b3ff;
    text-decoration: none;
    font-size: 16px;
}

.top-nav a:hover {
    text-decoration: underline;
}
	
	.site-footer {
    max-width: 1170px;
    margin: 40px auto 20px;
    background: #1c1c1c;
    border-radius: 12px;
    padding: 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.footer-grid h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
}

.footer-grid a {
    display: block;
    color: #66b3ff;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-grid a:hover {
    text-decoration: underline;
}

/* .footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #aaa;
    font-size: 14px;
} */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #aaa;
    font-size: 14px;
}

.footer-badge {
    font-size: 14px;
    opacity: 0.8;
}

.footer-badge img {
    height: 75px;
    width: auto;
    opacity: 0.85;
}

.follow-row {
    max-width: 1280px;
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.subscribe-box,
.social-follow-box {
    padding: 12px 0;
    flex: 1;
}

.social-follow-box p {
    margin: 0 0 10px;
    font-size: 18px;
}

.social-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-buttons a {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background: #1c1c1c;
    color: #66b3ff;
    text-decoration: none;
    border: 1px solid #333;
}



.news-band {
	
	
    max-width: 1170px;
    margin: 40px auto;
    background: linear-gradient(180deg, #1c1c1c, #101010);
    border-radius: 12px;
    padding: 20px;
    border: 0px solid #1c1c1c;
	 margin: auto;
}

.news-inner h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.news-block {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2a2a2a;
}

.news-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.nav-search {
    position: relative;
    min-width: 280px;
}

.nav-search input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #111;
    color: #fff;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1c1c1c;
    border: 1px solid #333;
    border-top: none;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: 999;
}


.ad-card {
    padding: 20px;
}

.ad-slot {
    width: 100%;
    min-height: 90px;
    border-radius: 12px;
    background: #181818;
    border: 1px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ad-728x90 {
    min-height: 90px;
}

.ad-inline-slot {
    list-style: none;
    margin: 20px 0;
}

.card a {
    text-decoration: none;
}

.card a:hover {
    text-decoration: underline;
}

.search-results a,
.search-results a:visited,
.search-results a:active {
    text-decoration: none !important;
}

.search-results a:hover,
.search-results a:focus {
    text-decoration: underline !important;
}

.search-results ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.search-results li {
    margin-bottom: 14px;
}

.search-results ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.search-results li {
    margin-bottom: 18px;
}

.search-results a {
    text-decoration: none !important;
}

.search-results a:hover {
    text-decoration: underline !important;
}

.search-excerpt {
    font-size: 14px;
    opacity: 0.85;
    margin-top: 4px;
}

.search-url {
    font-size: 13px;
    color: #16a34a;
    margin-top: 3px;
    word-break: break-all;
}

.nav-search {
    position: relative;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    border: 1px solid #333;
    max-height: 320px;
    overflow-y: auto;
    display: none;
    z-index: 99999;
    border-radius: 0 0 10px 10px;
}

.search-suggestions div:hover {
    background: #1f1f1f;
}

.city-hero-wrap{
    position:relative;
    width:100%;
    margin-bottom:20px;
}

.city-hero-img{
    width:100%;
    height:auto;
    display:block;
}

.city-hero-text{
    position:absolute;
    left:7%;
    top:36%;
    transform:translateY(-50%);
    font-size:clamp(32px,4vw,68px);
    font-weight:800;
    color:#fff2c9;
    letter-spacing:.5px;
    text-shadow:
        0 2px 4px rgba(0,0,0,.8),
        0 0 10px rgba(255,140,0,.35);
    pointer-events:none;
}

.county-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:20px;
    align-items:start;
}

@media(max-width:900px){
    .county-grid{
        grid-template-columns:1fr;
    }
}





































