
body { font-family: Arial, sans-serif; margin: 0; background: #111; color: #fff;
    animation: fadeEffect 1.4s; }
.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; }
/* only large content embeds */
.video-wrap iframe,
.stream-embed iframe,
.news-band 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;
}*/




.card .state-grid {
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    padding: 0;
    margin: 20px 0 0;
}

.card .state-grid li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.card .state-grid li a {
    display: block;
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.card .state-grid li a:hover {
    transform: translateY(-2px);
    border-color: #444;
    background: linear-gradient(180deg, #222 0%, #161616 100%);
    box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
    .card .state-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .card .state-grid li a {
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .card .state-grid {
        grid-template-columns: 1fr;
    }
}































.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;
}



.g-ytsubscribe{
    display:inline-block;
    min-height:40px;
    overflow:hidden;
}

.subscribe-box iframe{
    width:auto !important;
    height:auto !important;
    min-height:1px;
    border-radius:0 !important;
}

.subscribe-box,
.social-follow-box {
    padding: 0px 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;
}

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

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

.local-news-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
}

.news-story{
    background:#111;
    border:1px solid #222;
    border-radius:12px;
    padding:16px;
}

.news-story h3{
    font-size:18px;
    margin:0 0 10px;
    line-height:1.4;
}

.news-story a{
    color:#fff;
    text-decoration:none;
}

.news-story a:hover{
    color:#00bfff;
}

.news-story p{
    color:#bbb;
    font-size:14px;
    line-height:1.5;
}

.city-hero-wrap{
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:12px;
    min-height:140px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111; /* fallback when image hidden */
}

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

.city-hero-text{
    position:absolute;
    inset:0;
    display:flex;
    align-items:left;
    justify-content:left;
    text-align:left;
    padding:20px;
	margin-left:20px;
    line-height:1.1;
    text-shadow:0 2px 10px rgba(0,0,0,.6);
    word-break:break-word;
    left:0%;
    top:40%;
    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;
	
}

/* mobile + long city safety */
@media (max-width: 768px){
    .city-hero-img{
        display:none;
    }

    .city-hero-wrap{
        min-height:110px;
        padding:20px;
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;
    }
}




/*.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;
}*/

/* HOTEL */
.hotel-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
}

.hotel-grid a,
.restaurant-grid a,
.attractions-grid a{
    display:block;
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    border:1px solid #2a2a2a;
    border-radius:12px;
    padding:14px 16px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:all .2s ease;
    box-shadow:0 4px 12px rgba(0,0,0,0.25);
}

.hotel-grid a:hover,
.restaurant-grid a:hover,
.attractions-grid a:hover{
    transform:translateY(-2px);
    border-color:#444;
    background: linear-gradient(180deg, #222 0%, #161616 100%);
    box-shadow:0 8px 18px rgba(0,0,0,0.35);
	text-decoration: none;
}

/* RESTAURANTS */
.restaurant-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
}

/* ATTRACTIONS */
.attractions-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
}

@media (max-width: 768px){
    .hotel-grid,
    .restaurant-grid,
    .attractions-grid{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .hotel-grid a,
    .restaurant-grid a,
    .attractions-grid a{
        font-size:14px;
        padding:12px;
    }
}

@media (max-width: 480px){
    .hotel-grid,
    .restaurant-grid,
    .attractions-grid{
        grid-template-columns:1fr;
    }
}
















.card .city-grid {
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    padding: 0;
    margin: 20px 0 0;
}

.card .city-grid li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.card .city-grid li a {
    display: block;
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.card .city-grid li a:hover {
    transform: translateY(-2px);
    border-color: #444;
    background: linear-gradient(180deg, #222 0%, #161616 100%);
    box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}

.card .city-grid li a:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .card .city-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .card .city-grid li a {
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .card .city-grid {
        grid-template-columns: 1fr;
    }
}





.city-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    border-bottom: 2px solid #222;
    padding-bottom: 10px;
}

.city-tabs .tablinks {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.25s ease;
}

.city-tabs .tablinks.active {
    background: #e50914;
    border-color: #e50914;
}

.city-tabcontent {
    display: none;
    margin-top: 20px;
    animation: cityFadeTab .35s ease;
}

@keyframes cityFadeTab {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}




.tab-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    animation: fadeEffect 2.4s;
}

.tablink {
    background-color: #111;
    color: #fff;
    border: 1px solid #333;
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
}

.tablink:hover {
    background-color: #165EA3;
}

.tabcontent {
    display: none;
    padding: 20px 0;
    animation: fadeEffect 1.4s;
}

@keyframes fadeEffect {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}











