/* ============================================================
   JK Yellow Pages — Custom CSS (Bootstrap 5 Override)
   Theme: Bold Black & Gold
   ============================================================ */

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left !important;
}


.pagination a {
    pointer-events: auto !important;
    position: relative;
    z-index: 9999;
}


.location-box {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 50px;
    background: transparent;
    cursor: pointer;
    font-weight: 500; color: rgba(255,255,255,0.82) !important;
}

.location-box:hover {
    background:transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.loc-icon { color: #FCD400; }
.arrow { font-size: 12px; }
.location-popup {
    position: absolute;
    top: 60px;
    background: #fff;
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 10px;
    display: none;
    z-index: 999;
}

.loc-item {
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
}

.loc-item:hover {
    background: #f1f1f1;
}

.s-icon{z-index: 99;position:absolute;left:6px;top:50%;transform:translateY(-50%);font-size:14px;color:#6b7280;pointer-events:none;}
.keyword{width:100%;padding:12px 16px;border-radius:12px;border:none;font-size:14px;outline:none;transition:0.25s ease;box-shadow: none;}
.keyword:focus{box-shadow:none !important;transform:none !important;}
.keyword:hover{box-shadow:none !important;}
.suggestion-box{position:absolute;width:100%;background:#fff;border-radius:12px;display:none;max-height:260px;overflow:auto;z-index:999;margin-top:6px;box-shadow:0 12px 30px rgba(0,0,0,0.12); border:1px solid #f1f1f1;}
.suggestion-item{ padding:10px 16px;cursor:pointer;text-align:left;font-size:13px; transition:0.2s;}
.suggestion-item:hover{ background:#f3f6ff; padding-left:20px;}

.suggestion-title{
    background:#f8fafc;
    padding:8px 16px;
    font-size:13px;
    font-weight:800;
    text-align:left;
    color:#6b7280;
    text-transform:uppercase;
    letter-spacing:0.5px;
    border-bottom:1px solid #eee;}


.select2-container{
    vertical-align: middle !important;
}


.select2-container .select2-selection--single {

  height: 44px !important;

}


/* ❌ REMOVE BORDER + BOX */
.select2-container--default .select2-selection--single{
    height:44px;
    border:none !important;
    box-shadow:none !important;
    background:transparent;
    padding:8px 14px;
    display:flex;
    align-items:center;
}

/* ❌ REMOVE FOCUS BORDER */
.select2-container--default.select2-container--focus .select2-selection--single{
    border:none !important;
    box-shadow:none !important;
}

/* ❌ REMOVE HOVER BORDER */
.select2-container--default .select2-selection--single:hover{
    border:none !important;
    box-shadow:none !important;
}

/* ❌ REMOVE ARROW */
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none !important;
}

/* TEXT STYLE */
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size:14px;
    color:#111827;
    padding-left:0;
}

/* DROPDOWN CLEAN */
.select2-container--default .select2-dropdown{
    border:none;
    border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
    margin-top:6px;
    overflow:hidden;
}

/* SEARCH BOX INSIDE */
.select2-search--dropdown .select2-search__field{
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:8px 10px;
    outline:none;
    font-size:14px;
}

/* OPTIONS */
.select2-container--default .select2-results__option{
    padding:10px 14px;
    font-size:14px;
}

/* HOVER */
.select2-container--default .select2-results__option--highlighted{
    background:#f3f6ff;
    color:#111827;
}

.left_cat{ display:block; padding-left: 0px; font-size: 0.90rem;}
.left_cat li{ display:block; padding:3px 0px; border-bottom: 1px dotted;}
.left_cat li a{ color: var(--jk-gray); text-decoration: none; display: block;}
.left_cat li:hover{border-bottom: 1px solid #000000;}

.mega-dropdown{
position:static !important;
}

.mega-dropdown .mega-menu{
width:100%;
left:0;
right:0;
border:0;
padding:25px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.mega-menu .dropdown-item{
padding:6px 10px;
font-size:14px;
}

/* 🔥 A-Z bar */
.az-bar {
    position: sticky;
    top: 80px;
    z-index: 1000;
    padding: 10px;
}

.az-bar a {
    margin: 2px;
    padding: 10px 13px;
    background: #0D0D0D;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    font-weight:800; color:#ffd107;
}

.az-bar a:hover {
    background: #ffd107;
    color: #000;
}

/* 🔥 category cards */
.cat-card1 {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 8px;
    background: #fff;
    transition: 0.3s;
}

.cat-card1:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.cat-card1 a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size:14px;
}

.cat-card1 small {
    color: #777;
}

/* 🔥 section heading */
.letter-title {
    margin-top: 30px;
    border-bottom: 2px solid #ffd700;
    display: inline-block;
    padding-bottom: 5px;
}


.extra-cat {
    display: none;
}

.view-toggle {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    transition: 0.3s;
}

.view-toggle:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.az-link:hover,
.az-link.active{
    background:#ffd107;
    color:#111111;
}

/* Letter */
.letter-heading{
    font-weight:800;
    margin-bottom:10px;
    font-size:25px;
    border-bottom: 5px solid #ffd700; display: inline-block;
}

/* Category tags */
.cat-tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.cat-tag{
    padding:5px 10px;
    font-size:14px;
    background:#ffffff;
    border-radius:20px;
    text-decoration:none;
    color:#333;
    transition:0.2s;
}

.cat-tag:hover{
    background:#ffd107;
    color:#333;
}

/* View more */
.view-more{
    font-size:12px;
    color:#0d6efd;
    cursor:pointer;
    margin-top:5px;
}
.extra-cat{
    display:none;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: #000000;
  background:#ffd107;
  border-color: #ffd107;
}

.star-rating {
  direction: rtl;
  display: inline-flex;
}

.star-rating input {
  position: absolute;
  opacity: 0;
}

.star-rating label {
  font-size: 1.5rem;
  color: #ccc;
  cursor: pointer;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: gold;
}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:wght@300;400;500;600;700;800&display=swap');

:root {
  --jk-yellow: #FFD700;
  --jk-yellow-light: #FFE44D;
  --jk-yellow-dark: #E6C200;
  --jk-black: #0D0D0D;
  --jk-black2: #1A1A1A;
  --jk-black3: #252525;
  --jk-gray: #555555;
  --jk-gray-light: #888888;
  --jk-off-white: #F9F7F0;
  --jk-cream: #FFFBEA;
  --jk-border: #2E2E2E;
  --jk-border-light: #E8E0C8;
  --shadow-gold: 0 8px 32px rgba(255,215,0,0.2);
  --shadow-dark: 0 8px 32px rgba(0,0,0,0.25);
  --bs-font-sans-serif: 'Nunito', sans-serif;
  --bs-body-font-family: 'Nunito', sans-serif;
}

body { font-family: 'Nunito', sans-serif; background: var(--jk-off-white); color: var(--jk-black); }

/* ===== TYPOGRAPHY ===== */
.font-bebas { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.04em; }
.text-yellow { color: var(--jk-yellow) !important; }
.text-jk-gray { color: var(--jk-gray); }
.bg-jk-black { background-color: var(--jk-black) !important; }
.bg-jk-black2 { background-color: var(--jk-black2) !important; }
.bg-jk-yellow { background-color: var(--jk-yellow) !important; }
.bg-jk-cream { background-color: var(--jk-cream) !important; }
.bg-jk-offwhite { background-color: var(--jk-off-white) !important; }

/* ===== TOP BAR ===== */
.topbar { background: var(--jk-yellow); padding: 8px 0; font-size: 0.8rem; font-weight: 700; }
.topbar a { color: var(--jk-black); text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar .free-badge { background: var(--jk-black); color: var(--jk-yellow); padding: 3px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; }

/* ===== NAVBAR ===== */
.navbar { background: var(--jk-black) !important; padding: 12px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.navbar-brand img { height: 48px; }
.navbar-nav .nav-link { color: rgba(255,255,255,0.82) !important; font-weight: 600; font-size: 0.88rem; padding: 8px 14px !important; border-radius: 8px; transition: all 0.25s; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--jk-yellow) !important; background: rgba(255,215,0,0.08); }
.navbar-nav .dropdown-menu { background: var(--jk-black2); border: 1px solid var(--jk-border); border-radius: 10px; padding: 8px 0; margin-top: 6px; }
.navbar-nav .dropdown-item { color: rgba(255,255,255,0.75); font-size: 0.85rem; font-weight: 500; padding: 10px 18px; transition: all 0.2s; }
.navbar-nav .dropdown-item:hover { background: rgba(255,215,0,0.08); color: var(--jk-yellow); padding-left: 24px; }
.navbar-toggler { border-color: rgba(255,215,0,0.4); }
.navbar-toggler-icon { filter: brightness(0) saturate(100%) invert(84%) sepia(100%) saturate(700%) hue-rotate(0deg); }
.btn-nav-cta { background: var(--jk-yellow); color: var(--jk-black) !important; font-weight: 800 !important; padding: 8px 20px !important; border-radius: 50px !important; font-size: 0.85rem !important; }
.btn-nav-cta:hover { background: var(--jk-yellow-light) !important; box-shadow: var(--shadow-gold); transform: translateY(-1px); }
.btn-nav-login { color: var(--jk-yellow) !important; border: 1px solid rgba(255,215,0,0.3) !important; border-radius: 8px !important; padding: 7px 16px !important; font-size: 0.85rem !important; }
.btn-nav-login:hover { background: rgba(255,215,0,0.1) !important; }

/* ===== HERO ===== */
.hero-section { background: var(--jk-black); padding: 72px 0 80px; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255,215,0,0.07) 0%, transparent 70%); pointer-events: none; }
.hero-grid-bg { position: absolute; inset: 0; opacity: 0.025; background-image: repeating-linear-gradient(0deg,var(--jk-yellow) 0,var(--jk-yellow) 1px,transparent 0,transparent 40px), repeating-linear-gradient(90deg,var(--jk-yellow) 0,var(--jk-yellow) 1px,transparent 0,transparent 40px); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,215,0,0.1); border: 1px solid rgba(255,215,0,0.25); color: var(--jk-yellow); padding: 7px 18px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 22px; }
.hero-badge .dot { width: 8px; height: 8px; background: var(--jk-yellow); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.3} }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6.5rem); color: #fff; line-height: 1; letter-spacing: 0.02em; margin-bottom: 16px; }
.hero-title span { color: var(--jk-yellow); }
.hero-subtitle { color: rgba(255,255,255,0.65); font-size: 1.1rem; margin-bottom: 36px; max-width: 580px; }

/* Search Box */
.search-box { background: #fff; border-radius: 60px; padding: 6px 6px 6px 0; display: flex; align-items: center; box-shadow: 0 8px 48px rgba(255,215,0,0.15); overflow: hidden; }
.search-input-wrap { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 20px; border-right: 2px solid #eee; }
.search-input-wrap .s-icon { font-size: 1.1rem; color: var(--jk-gray-light); flex-shrink: 0; }
.search-input-wrap input, .search-input-wrap select { border: none; outline: none; font-family: 'Nunito', sans-serif; font-size: 0.92rem; font-weight: 600; color: var(--jk-black); background: transparent; width: 100%; }
.search-input-wrap input::placeholder { color: #aaa; font-weight: 400; }
.search-input-wrap select { color: var(--jk-gray); font-weight: 400; cursor: pointer; }
.search-input-wrap:last-of-type { border-right: none; }
.search-box .btn-search { background: var(--jk-yellow); color: var(--jk-black); border: none; border-radius: 50px; padding: 14px 32px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.92rem; cursor: pointer; white-space: nowrap; transition: all 0.25s; flex-shrink: 0; margin-right: 4px; }
.search-box .btn-search:hover { background: var(--jk-yellow-light); transform: scale(1.02); }

.hero-tags .badge-tag { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.75); padding: 7px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: all 0.25s; display: inline-block; margin: 4px; }
.hero-tags .badge-tag:hover { background: rgba(255,215,0,0.15); border-color: rgba(255,215,0,0.4); color: var(--jk-yellow); }

.hero-stat strong { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: var(--jk-yellow); display: block; line-height: 1; }
.hero-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }

/* ===== MARQUEE ===== */
.marquee-bar { background: var(--jk-yellow); padding: 11px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 48px; animation: marquee 30s linear infinite; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee-item { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 800; color: var(--jk-black); text-transform: uppercase; letter-spacing: 0.04em; }
.marquee-item::after { content: '◆'; color: rgba(0,0,0,0.25); font-size: 0.5rem; margin-left: 4px; }

/* ===== SECTION HEADERS ===== */
.section-tag { display: inline-block; background: var(--jk-yellow); color: var(--jk-black); padding: 5px 16px; border-radius: 50px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.section-divider { width: 56px; height: 4px; background: var(--jk-yellow); border-radius: 2px; margin: 14px auto 0; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: 0.04em; margin-bottom: 12px; }

/* ===== CATEGORY CARDS ===== */
.cat-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 14px; padding: 24px 12px; text-align: center; cursor: pointer; transition: all 0.25s; }
.cat-card:hover { background: var(--jk-black); border-color: var(--jk-yellow); transform: translateY(-5px); box-shadow: var(--shadow-gold); }
.cat-card:hover .cat-icon { background: rgba(255,215,0,0.12); }
.cat-card:hover .cat-name { color: var(--jk-yellow); }
.cat-card:hover .cat-count { color: rgba(255,255,255,0.45); }
.cat-icon { width: 54px; height: 54px; background: var(--jk-cream); border-radius: 12px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; transition: all 0.25s; }
.cat-name { font-size: 0.83rem; font-weight: 700; color: var(--jk-black); transition: all 0.25s; margin-bottom: 3px; }
.cat-count { font-size: 0.72rem; color: var(--jk-gray-light); transition: all 0.25s; }

/* ===== DISTRICT CARDS ===== */
.dist-card { background: var(--jk-black2); border: 1px solid var(--jk-border); border-radius: 12px; padding: 18px; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: all 0.25s; }
.dist-card:hover { background: var(--jk-yellow); border-color: var(--jk-yellow); transform: translateY(-3px); box-shadow: var(--shadow-gold); }
.dist-card:hover .dist-name { color: var(--jk-black); }
.dist-card:hover .dist-count { color: rgba(0,0,0,0.55); }
.dist-card:hover .dist-pin { background: rgba(0,0,0,0.12); }
.dist-pin { width: 34px; height: 34px; background: rgba(255,215,0,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; transition: all 0.25s; }
.dist-name { font-weight: 700; font-size: 0.88rem; color: #fff; transition: all 0.25s; line-height: 1.2; }
.dist-count { font-size: 0.72rem; color: var(--jk-gray-light); transition: all 0.25s; }

/* ===== LISTING CARDS ===== */
.listing-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 16px; overflow: hidden; transition: all 0.25s; height: 100%; }
.listing-card:hover { box-shadow: var(--shadow-dark); transform: translateY(-5px); border-color: var(--jk-yellow); }
.listing-card-img { height: 130px; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; background: var(--jk-black); position: relative; }
.listing-badge { position: absolute; top: 10px; right: 10px; background: var(--jk-yellow); color: var(--jk-black); font-size: 0.65rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; text-transform: uppercase; }
.listing-cat { font-size: 0.7rem; font-weight: 800; color: var(--jk-yellow-dark); text-transform: uppercase; letter-spacing: 0.06em; }
.listing-name { font-size: 1rem; font-weight: 800; color: var(--jk-black); margin-bottom: 4px; }
.listing-address { font-size: 0.78rem; color: var(--jk-gray); }
.listing-stars { color: var(--jk-yellow); font-size: 0.82rem; }
.listing-footer { border-top: 1px solid var(--jk-border-light); padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; }
.listing-phone { font-size: 0.82rem; font-weight: 700; color: var(--jk-black); text-decoration: none; }
.listing-phone:hover { color: var(--jk-yellow-dark); }
.btn-listing { background: var(--jk-yellow); color: var(--jk-black); font-size: 0.76rem; font-weight: 800; padding: 6px 14px; border-radius: 50px; text-decoration: none; transition: all 0.2s; }
.btn-listing:hover { background: var(--jk-yellow-dark); color: var(--jk-black); }

/* ===== HOW IT WORKS ===== */
.step-num { width: 64px; height: 64px; background: var(--jk-black); color: var(--jk-yellow); font-family: 'Bebas Neue', sans-serif; font-size: 2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; }
.step-num::after { content: ''; position: absolute; inset: -6px; border: 2px dashed rgba(255,215,0,0.3); border-radius: 50%; animation: spin 12s linear infinite; }
@keyframes spin { to{transform:rotate(360deg)} }
.step-card h5 { font-weight: 800; color: var(--jk-black); margin-bottom: 8px; }
.step-card p { font-size: 0.87rem; color: var(--jk-gray); line-height: 1.7; }

/* ===== ADVERTISE ===== */
.advertise-section { background: var(--jk-yellow); }
.free-price-box { background: var(--jk-black); color: var(--jk-yellow); border-radius: 16px; padding: 28px 36px; text-align: center; display: inline-block; }
.free-price-box .big { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; line-height: 1; }

/* ===== TESTIMONIALS ===== */
.testi-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 16px; padding: 28px; transition: all 0.25s; height: 100%; position: relative; }
.testi-card:hover { box-shadow: var(--shadow-dark); transform: translateY(-4px); }
.testi-card::before { content: '"'; position: absolute; top: 12px; right: 20px; font-family: 'Bebas Neue', sans-serif; font-size: 5rem; color: rgba(255,215,0,0.1); line-height: 1; }
.testi-stars { color: var(--jk-yellow); font-size: 0.88rem; }
.testi-avatar { width: 42px; height: 42px; background: var(--jk-black); color: var(--jk-yellow); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.88rem; flex-shrink: 0; }

/* ===== POPULAR SEARCH TAGS ===== */
.search-tag { background: var(--jk-off-white); border: 1px solid var(--jk-border-light); color: var(--jk-black); padding: 8px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: all 0.22s; display: inline-block; margin: 4px; text-decoration: none; }
.search-tag:hover { background: var(--jk-black); color: var(--jk-yellow); border-color: var(--jk-black); }

/* ===== NEWSLETTER ===== */
.newsletter-section { background: var(--jk-black); }
.newsletter-form { background: var(--jk-black2); border: 1px solid var(--jk-border); border-radius: 12px; overflow: hidden; display: flex; }
.newsletter-form input { flex: 1; background: transparent; border: none; outline: none; padding: 15px 20px; color: #fff; font-family: 'Nunito', sans-serif; font-size: 0.9rem; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-form button { background: var(--jk-yellow); color: var(--jk-black); border: none; padding: 15px 26px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.88rem; cursor: pointer; transition: all 0.22s; white-space: nowrap; }
.newsletter-form button:hover { background: var(--jk-yellow-light); }

/* ===== FOOTER ===== */
.footer-main { background: #080808; color: rgba(255,255,255,0.65); }
.footer-logo img { height: 44px; }
.footer-col-title { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: 1.05rem; letter-spacing: 0.06em; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--jk-yellow); display: inline-block; }
.footer-links a { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 9px; transition: all 0.2s; }
.footer-links a:hover { color: var(--jk-yellow); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.footer-contact-item .fc-icon { width: 30px; height: 30px; background: rgba(255,215,0,0.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; flex-shrink: 0; }
.footer-contact-item p, .footer-contact-item a { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; text-decoration: none; line-height: 1.6; }
.footer-contact-item a:hover { color: var(--jk-yellow); }
.footer-socials a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.22s; font-size: 0.85rem; }
.footer-socials a:hover { background: var(--jk-yellow); color: var(--jk-black); }
.footer-bottom { background: #050505; font-size: 0.78rem; color: rgba(255,255,255,0.3); padding: 16px 0; }
.footer-bottom a { color: var(--jk-yellow); text-decoration: none; }

/* ===== BUTTONS ===== */
.btn-jk-yellow { background: var(--jk-yellow); color: var(--jk-black); font-weight: 800; border: none; border-radius: 50px; padding: 13px 30px; transition: all 0.25s; }
.btn-jk-yellow:hover { background: var(--jk-yellow-light); transform: translateY(-2px); box-shadow: var(--shadow-gold); color: var(--jk-black); }
.btn-jk-black { background: var(--jk-black); color: var(--jk-yellow); font-weight: 800; border: 2px solid var(--jk-yellow); border-radius: 50px; padding: 12px 30px; transition: all 0.25s; }
.btn-jk-black:hover { background: var(--jk-yellow); color: var(--jk-black); }
.btn-jk-outline { background: transparent; color: #fff; font-weight: 700; border: 2px solid rgba(255,255,255,0.35); border-radius: 50px; padding: 12px 28px; transition: all 0.25s; }
.btn-jk-outline:hover { background: var(--jk-yellow); color: var(--jk-black); border-color: var(--jk-yellow); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { background: var(--jk-black); padding: 56px 0; }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem,5vw,4rem); color: #fff; letter-spacing: 0.04em; }
.breadcrumb-jk .breadcrumb-item a { color: var(--jk-yellow); text-decoration: none; }
.breadcrumb-jk .breadcrumb-item.active { color: rgba(255,255,255,0.5); }
.breadcrumb-jk .breadcrumb-item+.breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* ===== SEARCH RESULTS PAGE ===== */
.filter-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 14px; padding: 22px; margin-bottom: 16px; }
.filter-card h6 { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.06em; color: var(--jk-black); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--jk-yellow); }
.filter-card .form-check-input:checked { background-color: var(--jk-yellow); border-color: var(--jk-yellow-dark); }
.filter-card .form-check-label { font-size: 0.84rem; color: var(--jk-gray); cursor: pointer; }
.result-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 14px; padding: 18px 20px; margin-bottom: 16px; display: grid; grid-template-columns: 80px 1fr auto; gap: 18px; align-items: center; transition: all 0.25s; }
.result-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.12); border-color: var(--jk-yellow); transform: translateX(4px); }
.result-thumb { width: 80px; height: 80px; border-radius: 12px; background: var(--jk-black); display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; }
.result-badge { background: var(--jk-yellow); color: var(--jk-black); font-size: 0.65rem; font-weight: 800; padding: 2px 8px; border-radius: 50px; text-transform: uppercase; margin-left: 6px; }
.result-cat { font-size: 0.7rem; font-weight: 800; color: var(--jk-yellow-dark); text-transform: uppercase; letter-spacing: 0.06em; }
.result-name { font-size: 1rem; font-weight: 800; color: var(--jk-black); margin-bottom: 3px; }
.result-address { font-size: 0.78rem; color: var(--jk-gray); margin-bottom: 5px; }
.result-desc { font-size: 0.8rem; color: var(--jk-gray); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.btn-call { background: var(--jk-yellow); color: var(--jk-black); font-weight: 800; font-size: 0.8rem; padding: 8px 16px; border-radius: 50px; text-decoration: none; white-space: nowrap; display: block; text-align: center; margin-bottom: 6px; transition: all 0.2s; }
.btn-call:hover { background: var(--jk-yellow-dark); color: var(--jk-black); }
.btn-view { background: var(--jk-black); color: var(--jk-yellow); font-weight: 800; font-size: 0.8rem; padding: 7px 16px; border-radius: 50px; text-decoration: none; white-space: nowrap; display: block; text-align: center; transition: all 0.2s; }
.btn-view:hover { background: var(--jk-black2); color: var(--jk-yellow); }
.page-link { color: var(--jk-black); font-weight: 700; border-color: var(--jk-border-light); }
.page-item.active .page-link { background: var(--jk-yellow); border-color: var(--jk-yellow); color: var(--jk-black); }
.page-link:hover { background: var(--jk-black); color: var(--jk-yellow); border-color: var(--jk-black); }

/* ===== LISTING DETAIL ===== */
.detail-hero { background: var(--jk-black); padding: 44px 0 0; }
.detail-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem,4vw,3.2rem); color: #fff; letter-spacing: 0.04em; }
.detail-rating-box { background: var(--jk-yellow); border-radius: 14px; padding: 18px 24px; text-align: center; }
.detail-rating-box .big-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; color: var(--jk-black); line-height: 1; }
.detail-tabs { display: flex; gap: 0; border-bottom: 2px solid rgba(255,255,255,0.1); margin-top: 28px; }
.detail-tab { padding: 12px 22px; font-weight: 700; font-size: 0.88rem; color: rgba(255,255,255,0.45); cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all 0.22s; }
.detail-tab.active, .detail-tab:hover { color: var(--jk-yellow); border-bottom-color: var(--jk-yellow); }
.info-block { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 14px; padding: 26px; margin-bottom: 20px; }
.info-block h5 { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: 0.06em; color: var(--jk-black); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--jk-yellow); }
.info-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: 0.87rem; }
.info-icon { width: 28px; height: 28px; background: var(--jk-cream); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; }
.info-label { font-weight: 700; color: var(--jk-black); display: block; margin-bottom: 1px; }
.info-value { color: var(--jk-gray); }
.review-item { background: var(--jk-off-white); border-radius: 10px; padding: 18px; margin-bottom: 12px; }
.sidebar-action-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 14px; padding: 22px; margin-bottom: 16px; }
.sidebar-action-card h6 { font-family: 'Bebas Neue', sans-serif; font-size: 1.05rem; letter-spacing: 0.06em; color: var(--jk-black); margin-bottom: 14px; }
.btn-action { width: 100%; padding: 12px; border: none; border-radius: 10px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.88rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px; transition: all 0.22s; text-decoration: none; }
.btn-action.call { background: var(--jk-yellow); color: var(--jk-black); }
.btn-action.whatsapp { background: #25D366; color: #fff; }
.btn-action.website { background: var(--jk-black); color: var(--jk-yellow); }
.btn-action:hover { opacity: 0.88; transform: translateY(-2px); }
.hours-row { display: flex; justify-content: space-between; font-size: 0.82rem; padding: 6px 0; border-bottom: 1px solid var(--jk-border-light); }
.hours-row .day { color: var(--jk-black); font-weight: 600; }
.hours-row .time { color: var(--jk-gray); }
.hours-row.today-row .day, .hours-row.today-row .time { color: var(--jk-yellow-dark); font-weight: 800; }

/* ===== ADD LISTING ===== */
.form-label { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--jk-black); margin-bottom: 5px; }
.form-control, .form-select { border: 2px solid var(--jk-border-light); border-radius: 10px; font-family: 'Nunito', sans-serif; font-size: 0.9rem; color: var(--jk-black); background: var(--jk-off-white); padding: 11px 15px; }
.form-control:focus, .form-select:focus { border-color: var(--jk-yellow); background: #fff; box-shadow: 0 0 0 3px rgba(255,215,0,0.12); }
.plan-card { background: #fff; border: 2px solid var(--jk-border-light); border-radius: 14px; padding: 18px; cursor: pointer; transition: all 0.25s; margin-bottom: 12px; }
.plan-card.active, .plan-card:hover { border-color: var(--jk-yellow); box-shadow: 0 0 0 3px rgba(255,215,0,0.1); }
.plan-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--jk-yellow-dark); line-height: 1; }
.plan-price small { font-family: 'Nunito', sans-serif; font-size: 0.78rem; font-weight: 600; color: var(--jk-gray-light); }
.plan-feature { font-size: 0.8rem; color: var(--jk-gray); display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.plan-feature::before { content: '✓'; color: #22c55e; font-weight: 800; }
.btn-submit-form { width: 100%; padding: 14px; background: var(--jk-yellow); color: var(--jk-black); border: none; border-radius: 10px; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.06em; cursor: pointer; transition: all 0.25s; }
.btn-submit-form:hover { background: var(--jk-yellow-light); transform: translateY(-2px); box-shadow: var(--shadow-gold); }

/* ===== CONTACT PAGE ===== */
.contact-info-card { background: #fff; border: 1px solid var(--jk-border-light); border-radius: 14px; padding: 22px; display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; transition: all 0.25s; }
.contact-info-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); border-color: var(--jk-yellow); }
.contact-info-card .ci-icon { width: 46px; height: 46px; background: var(--jk-yellow); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-info-card h6 { font-weight: 800; font-size: 0.9rem; color: var(--jk-black); margin-bottom: 4px; }
.contact-info-card p, .contact-info-card a { font-size: 0.84rem; color: var(--jk-gray); margin: 0; text-decoration: none; line-height: 1.6; }
.contact-info-card a:hover { color: var(--jk-yellow-dark); }

/* ===== BACK TO TOP ===== */
#backTop { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; border-radius: 50%; background: var(--jk-yellow); color: var(--jk-black); border: none; font-size: 1.1rem; font-weight: 800; box-shadow: var(--shadow-gold); cursor: pointer; transition: all 0.25s; display: none; z-index: 999; }
#backTop:hover { background: var(--jk-yellow-light); transform: translateY(-3px); }
#backTop.show { display: flex; align-items: center; justify-content: center; }

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE TWEAKS ===== */
@media (max-width: 991px) {
  .search-box { flex-wrap: wrap; border-radius: 16px; }
  .search-input-wrap { border-right: none; border-bottom: 1px solid #eee; width: 100%; padding: 12px 16px; }
  .search-input-wrap:last-of-type { border-bottom: none; }
  .search-box .btn-search { width: calc(100% - 8px); margin: 4px; border-radius: 10px; }
  .result-card { grid-template-columns: 60px 1fr; }
  .result-actions { grid-column: 1/-1; display: flex; gap: 8px; }
  .btn-call, .btn-view { flex: 1; margin-bottom: 0; }
}
@media (max-width: 576px) {
  .hero-stat strong { font-size: 2rem; }
  .topbar .d-sm-none { display: none; }
}

/* ===== just dial ===== */

/* Slider */
.main-slider img {
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
}

/* Side cards */
.side-card {
  height: 280px;
  border-radius: 15px;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-card img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
}

/* Different colors */
.card-blue { background: #1e73be; }
.card-dark { background: #2f5597; }
.card-purple { background: #6f63c2; }
.card-green { background: #0f8a5f; }

.side-card h5 {
  font-weight: 700;
}

.side-card small {
  opacity: 0.9;
}

/* CARD BASE */
.jd-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;   /* ⭐ MOST IMPORTANT */
  position: relative;
}

/* HOVER EFFECT */
.jd-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-radius: 16px; /* fix */
}
/* IMAGE ANIMATION */
.jd-card img {
  transition: transform 0.4s ease;
}

.jd-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY GLOW */
.jd-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  opacity: 0;
  transition: 0.3s;
}

.jd-card:hover::after {
  opacity: 1;
}


/***************************/

/* ===== SMALL ≥576px ===== */
@media (min-width: 576px) {
  .row-cols-sm-7 > * { width: 14.2857%; }
  .row-cols-sm-8 > * { width: 12.5%; }
  .row-cols-sm-9 > * { width: 11.1111%; }
  .row-cols-sm-10 > * { width: 10%; }
  .row-cols-sm-11 > * { width: 9.0909%; }
  .row-cols-sm-12 > * { width: 8.3333%; }
}

/* ===== MEDIUM ≥768px ===== */
@media (min-width: 768px) {
  .row-cols-md-7 > * { width: 14.2857%; }
  .row-cols-md-8 > * { width: 12.5%; }
  .row-cols-md-9 > * { width: 11.1111%; }
  .row-cols-md-10 > * { width: 10%; }
  .row-cols-md-11 > * { width: 9.0909%; }
  .row-cols-md-12 > * { width: 8.3333%; }
}

/* ===== LARGE ≥992px ===== */
@media (min-width: 992px) {
  .row-cols-lg-7 > * { width: 14.2857%; }
  .row-cols-lg-8 > * { width: 12.5%; }
  .row-cols-lg-9 > * { width: 11.1111%; }
  .row-cols-lg-10 > * { width: 10%; }
  .row-cols-lg-11 > * { width: 9.0909%; }
  .row-cols-lg-12 > * { width: 8.3333%; }
}

