/* ==========================================
        Root Variables
        =========================================== */
:root {
	--primary: #1652f0;
	--primary-dark: #0d3fc9;
	--success: #25b463;
	--text-dark: #0f1c3f;
	--text-muted: #6b7280;
	--bg-soft: #f5f8ff;
	--border-soft: #e6e9f2;
}

body {
	font-family: 'Lato', sans-serif;
	color: var(--text-dark);
}

h1,
h2,
h3,
h4,
h5,
.font-heading {
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1200px;
}

/* ==========================================
        Header
        =========================================== */
.site-header {
	border-bottom: 1px solid var(--border-soft);
	padding: 14px 0;
	background: #fff;
}

.brand-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.brand-logo .icon-badge {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: linear-gradient(135deg, #6c4bff, #1652f0);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.brand-logo h1 {
	font-size: 20px;
	font-weight: 700;
	color: var(--text-dark);
	margin: 0;
	line-height: 1.1;
}

.brand-logo span {
	font-size: 11px;
	color: var(--text-muted);
	display: block;
	font-weight: 400;
}

.main-nav a {
	color: #33415c;
	font-weight: 500;
	font-size: 15px;
	margin-left: 28px;
}

.main-nav a:hover {
	color: var(--primary);
}

.location-pill {
	font-size: 14px;
	color: #33415c;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: 20px;
}

.btn-primary-brand {
	background: var(--primary);
	border-color: var(--primary);
	font-weight: 600;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 8px;
}

.btn-primary-brand:hover {
	background: var(--primary-dark);
	border-color: var(--primary-dark);
}

/* ==========================================
        Breadcrumb
        =========================================== */
.breadcrumb-section {
	padding: 14px 0;
	font-size: 13px;
	color: var(--text-muted);
}

.breadcrumb-section a {
	color: var(--text-muted);
}

.breadcrumb-section span {
	color: var(--text-dark);
	font-weight: 500;
}

/* ==========================================
        Hero
        =========================================== */
.business-hero {
	background: linear-gradient(180deg, #eaf1ff 0%, #f6f9ff 60%, #ffffff 100%);
	border-radius: 24px;
	padding: 56px 48px;
	position: relative;
	overflow: hidden;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #dcf7e3;
	color: var(--success);
	font-size: 13px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 30px;
	margin-bottom: 18px;
}

.business-hero h1 {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.15;
	color: var(--text-dark);
}

.business-hero h1 .accent {
	color: var(--primary);
}

.business-hero .lead-text {
	font-size: 16px;
	color: var(--text-muted);
	max-width: 480px;
	margin: 16px 0 26px;
}

.hero-features {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 28px;
}

.hero-feature {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-dark);
	max-width: 130px;
}

.hero-feature .fa-icon-wrap {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #eaf1ff;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 15px;
}

.hero-cta {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.btn-hero-primary {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 11px 22px;
	border-radius: 8px;
}

.btn-hero-whatsapp {
	background: var(--success);
	border-color: var(--success);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 11px 22px;
	border-radius: 8px;
}

.btn-hero-call {
	background: #fff;
	border: 1px solid var(--border-soft);
	color: var(--text-dark);
	font-weight: 600;
	font-size: 14px;
	padding: 11px 22px;
	border-radius: 8px;
}

.hero-rating {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avatar-stack {
	display: flex;
}

.avatar-stack img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	margin-left: -10px;
}

.avatar-stack img:first-child {
	margin-left: 0;
}

.hero-rating .stars {
	color: #f5a623;
	font-size: 13px;
}

.hero-rating strong {
	font-size: 14px;
}

.hero-rating small {
	display: block;
	color: var(--text-muted);
	font-size: 12px;
}

.hero-image-wrap {
	position: relative;
	text-align: center;
}

.hero-image-wrap img {
	max-width: 340px;
	width: 100%;
}

.hero-info-card {
	position: absolute;
	right: 0;
	top: 20px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(15, 28, 63, 0.12);
	padding: 18px 20px;
	width: 210px;
	text-align: left;
}

.hero-info-card .info-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}

.hero-info-card .info-row:last-child {
	margin-bottom: 0;
}

.hero-info-card .info-row i {
	width: 16px;
	margin-top: 2px;
}

.hero-info-card .info-row .label {
	font-size: 11px;
	color: var(--text-muted);
	display: block;
}

.hero-info-card .info-row .value {
	font-size: 13px;
	font-weight: 700;
	color: var(--text-dark);
}

/* ==========================================
        Section spacing / titles
        =========================================== */
.section-pad {
	padding: 64px 0;
}

.section-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	position: relative;
}

.section-title.text-start {
	text-align: left;
}

.section-underline {
	width: 60px;
	height: 4px;
	background: var(--primary);
	border-radius: 4px;
	margin: 10px auto 0;
}

.text-start .section-underline {
	margin: 10px 0 0;
}

/* ==========================================
        Why section
        =========================================== */
.why-section img.rounded-img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
}

.why-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	margin-bottom: 14px;
	color: #33415c;
}

.why-list i {
	color: var(--success);
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 20px;
	position: relative;
}

.process-step {
	text-align: center;
}

.process-step .step-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: 0 auto 14px;
}

.process-step .step-label {
	font-size: 12px;
	color: var(--text-muted);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.process-step h5 {
	font-size: 15px;
	font-weight: 700;
	margin: 4px 0 8px;
}

.process-step p {
	font-size: 13px;
	color: var(--text-muted);
	margin: 0;
}

/* ==========================================
        Pricing
        =========================================== */
.price-card {
	background: #fff;
	border: 1px solid var(--border-soft);
	border-radius: 16px;
	padding: 28px 24px;
	text-align: center;
	height: 100%;
	position: relative;
}

.price-card.popular {
	border: 2px solid var(--primary);
	box-shadow: 0 20px 40px rgba(22, 82, 240, 0.12);
}

.popular-tag {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--primary);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 16px;
	border-radius: 20px;
	white-space: nowrap;
}

.price-card h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
}

.price-card .subtext {
	font-size: 12px;
	color: var(--text-muted);
	margin-bottom: 14px;
}

.price-card .price {
	font-size: 30px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 16px;
}

.price-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	text-align: left;
}

.price-card ul li {
	font-size: 13px;
	color: #33415c;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.price-card ul li i {
	color: var(--success);
	font-size: 12px;
}

.price-note {
	text-align: center;
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 24px;
}

/* ==========================================
        Testimonials
        =========================================== */
.review-card {
	background: #fff;
	border: 1px solid var(--border-soft);
	border-radius: 16px;
	padding: 22px;
	height: 100%;
}

.review-card .stars {
	color: #f5a623;
	font-size: 13px;
	margin-bottom: 10px;
}

.review-card p {
	font-size: 14px;
	color: #33415c;
	margin-bottom: 16px;
	min-height: 80px;
}

.review-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

.review-author img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.review-author strong {
	font-size: 13px;
	display: block;
}

.review-author span {
	font-size: 12px;
	color: var(--text-muted);
}

.carousel-nav-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--border-soft);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-dark);
}

/* ==========================================
        FAQ + Booking Form
        =========================================== */
.faq-item {
	border-bottom: 1px solid var(--border-soft);
	padding: 16px 0;
}

.faq-item .faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	color: var(--text-dark);
}

.faq-item .faq-answer {
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 10px;
}

.booking-card {
	background: var(--bg-soft);
	border-radius: 16px;
	padding: 28px;
	position: relative;
}

.booking-card h4 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 4px;
}

.booking-card .subtext {
	font-size: 13px;
	color: var(--text-muted);
	margin-bottom: 20px;
}

.booking-card label {
	font-size: 12px;
	font-weight: 600;
	color: #33415c;
	margin-bottom: 6px;
}

.booking-card .form-control {
	font-size: 13px;
	border-radius: 8px;
	border: 1px solid var(--border-soft);
	padding: 10px 12px;
}

.booking-card .secure-note {
	font-size: 11px;
	color: var(--text-muted);
	text-align: center;
	margin-top: 12px;
}

/* ==========================================
        Stats strip
        =========================================== */
.stats-strip {
	border-top: 1px solid var(--border-soft);
	padding: 32px 0;
}

.stat-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.stat-item .icon-wrap {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--bg-soft);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.stat-item strong {
	font-size: 18px;
	display: block;
}

.stat-item span {
	font-size: 12px;
	color: var(--text-muted);
}

/* ==========================================
        Footer
        =========================================== */
.site-footer {
	background: #0c1a3e;
	color: #c7cfe6;
	padding: 56px 0 0;
}

.site-footer h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 18px;
}

.site-footer p {
	font-size: 13px;
	color: #9aa5c4;
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer ul li {
	margin-bottom: 10px;
}

.site-footer ul li a {
	color: #9aa5c4;
	font-size: 13px;
}

.site-footer ul li a:hover {
	color: #fff;
}

.footer-social a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-right: 8px;
	font-size: 13px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 40px;
	padding: 18px 0;
	font-size: 12px;
	color: #8792b3;
}

.footer-bottom a {
	color: #8792b3;
}

@media (max-width: 991px) {
	.business-hero {
		padding: 32px 20px;
	}

	.business-hero h1 {
		font-size: 32px;
	}

	.hero-info-card {
		position: static;
		margin-top: 20px;
		width: 100%;
	}

	.process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* ==========================================
        Category Hero
        =========================================== */
        .category-hero{
            background:linear-gradient(180deg,#eaf1ff 0%, #f6f9ff 60%, #ffffff 100%);
            border-radius:24px;
            padding:44px 40px;
        }

        .category-hero .icon-badge{
            width:56px;
            height:56px;
            border-radius:14px;
            background:#fff;
            color:var(--primary);
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:24px;
            box-shadow:0 8px 20px rgba(15,28,63,0.08);
            margin-bottom:16px;
        }

        .category-hero h1{
            font-size:34px;
            font-weight:700;
            margin-bottom:8px;
        }

        .category-hero h1 span{ color:var(--primary); }

        .category-hero p.lead-text{
            font-size:15px;
            color:var(--text-muted);
            max-width:560px;
            margin-bottom:20px;
        }

        .hero-stats{
            display:flex;
            gap:28px;
            flex-wrap:wrap;
            margin-top:8px;
        }

        .hero-stats .stat strong{
            font-size:20px;
            display:block;
            color:var(--text-dark);
        }

        .hero-stats .stat span{
            font-size:12px;
            color:var(--text-muted);
        }

        .hero-search-card{
            background:#fff;
            border-radius:16px;
            box-shadow:0 20px 40px rgba(15,28,63,0.1);
            padding:22px;
        }

        .hero-search-card .form-control{
            border-radius:8px;
            border:1px solid var(--border-soft);
            font-size:13px;
            padding:10px 12px;
        }

        .hero-search-card label{
            font-size:12px;
            font-weight:600;
            color:#33415c;
            margin-bottom:6px;
        }

        /* ==========================================
        Category Description
        =========================================== */
        .category-description p{
            font-size:14px;
            color:#33415c;
            line-height:1.8;
        }

        /* ==========================================
        Filters + Search
        =========================================== */
        .filter-bar{
            background:var(--bg-soft);
            border:1px solid var(--border-soft);
            border-radius:14px;
            padding:16px 20px;
            display:flex;
            align-items:center;
            justify-content:space-between;
            flex-wrap:wrap;
            gap:14px;
        }

        .filter-search{
            position:relative;
            flex:1;
            min-width:220px;
        }

        .filter-search i{
            position:absolute;
            left:14px;
            top:50%;
            transform:translateY(-50%);
            color:var(--text-muted);
            font-size:13px;
        }

        .filter-search input{
            width:100%;
            border:1px solid var(--border-soft);
            border-radius:8px;
            padding:10px 12px 10px 36px;
            font-size:13px;
        }

        .filter-chips{
            display:flex;
            gap:8px;
            flex-wrap:wrap;
        }

        .filter-chip{
            font-size:12px;
            font-weight:600;
            color:#33415c;
            background:#fff;
            border:1px solid var(--border-soft);
            border-radius:20px;
            padding:8px 16px;
            cursor:pointer;
            white-space:nowrap;
        }

        .filter-chip i{ margin-right:4px; }

        .filter-chip.active{
            background:var(--primary);
            border-color:var(--primary);
            color:#fff;
        }

        .filter-sort select{
            font-size:13px;
            border:1px solid var(--border-soft);
            border-radius:8px;
            padding:9px 12px;
        }

        /* ==========================================
        Business Listings
        =========================================== */
        .listing-card{
            display:flex;
            gap:18px;
            background:#fff;
            border:1px solid var(--border-soft);
            border-radius:16px;
            padding:18px;
            transition:box-shadow .2s ease, transform .2s ease;
        }

        .listing-card:hover{
            box-shadow:0 16px 32px rgba(15,28,63,0.08);
            transform:translateY(-2px);
        }

        .listing-card .listing-img{
            width:150px;
            height:150px;
            border-radius:12px;
            object-fit:cover;
            flex-shrink:0;
        }

        .listing-card .listing-body{
            flex:1;
            display:flex;
            flex-direction:column;
        }

        .listing-top{
            display:flex;
            justify-content:space-between;
            align-items:flex-start;
            gap:10px;
        }

        .listing-card h5{
            font-size:17px;
            font-weight:700;
            margin-bottom:4px;
        }

        .listing-card .listing-category{
            font-size:12px;
            color:var(--text-muted);
            margin-bottom:6px;
        }

        .badge-open{
            background:#dcf7e3;
            color:var(--success);
            font-size:11px;
            font-weight:700;
            padding:5px 10px;
            border-radius:20px;
            white-space:nowrap;
        }

        .badge-closed{
            background:#fde8e8;
            color:#e02424;
            font-size:11px;
            font-weight:700;
            padding:5px 10px;
            border-radius:20px;
            white-space:nowrap;
        }

        .listing-rating{
            display:flex;
            align-items:center;
            gap:6px;
            font-size:13px;
            margin-bottom:8px;
        }

        .listing-rating .stars{ color:var(--warning); font-size:12px; }
        .listing-rating .count{ color:var(--text-muted); font-size:12px; }

        .listing-meta{
            font-size:13px;
            color:#33415c;
            margin-bottom:6px;
            display:flex;
            align-items:center;
            gap:6px;
        }

        .listing-meta i{ color:var(--primary); width:14px; }

        .listing-tags{
            display:flex;
            gap:6px;
            flex-wrap:wrap;
            margin:8px 0;
        }

        .listing-tags span{
            font-size:11px;
            background:var(--bg-soft);
            color:#33415c;
            padding:4px 10px;
            border-radius:20px;
        }

        .listing-actions{
            display:flex;
            gap:8px;
            margin-top:auto;
            flex-wrap:wrap;
        }

        .listing-actions .btn{
            font-size:12px;
            font-weight:600;
            padding:8px 14px;
            border-radius:8px;
        }

        .btn-call-sm{
            background:var(--primary);
            border-color:var(--primary);
            color:#fff;
        }

        .btn-whatsapp-sm{
            background:var(--success);
            border-color:var(--success);
            color:#fff;
        }

        .btn-dir-sm{
            background:#fff;
            border:1px solid var(--border-soft);
            color:var(--text-dark);
        }

        .featured-tag{
            position:relative;
        }

        .featured-tag::before{
            content:"Featured";
            position:absolute;
            top:-10px;
            left:14px;
            background:var(--primary);
            color:#fff;
            font-size:10px;
            font-weight:700;
            padding:3px 10px;
            border-radius:12px;
        }

        /* ==========================================
        Pagination
        =========================================== */
        .pagination-wrap{
            display:flex;
            justify-content:center;
            align-items:center;
            gap:8px;
            margin-top:36px;
        }

        .page-btn{
            width:38px;
            height:38px;
            border-radius:8px;
            border:1px solid var(--border-soft);
            background:#fff;
            color:var(--text-dark);
            font-size:13px;
            font-weight:600;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .page-btn.active{
            background:var(--primary);
            border-color:var(--primary);
            color:#fff;
        }

        /* ==========================================
        About Category
        =========================================== */
        .about-category{
            background:var(--bg-soft);
            border-radius:20px;
            padding:40px;
        }

        .about-category p{
            font-size:14px;
            color:#33415c;
            line-height:1.9;
            margin-bottom:14px;
        }

        /* ==========================================
        Popular Services
        =========================================== */
        .service-chip-card{
            background:#fff;
            border:1px solid var(--border-soft);
            border-radius:14px;
            padding:18px;
            text-align:center;
            height:100%;
            transition:box-shadow .2s ease, transform .2s ease;
        }

        .service-chip-card:hover{
            box-shadow:0 14px 28px rgba(15,28,63,0.08);
            transform:translateY(-2px);
        }

        .service-chip-card .service-icon{
            width:48px;
            height:48px;
            border-radius:12px;
            background:var(--bg-soft);
            color:var(--primary);
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:18px;
            margin:0 auto 12px;
        }

        .service-chip-card h6{
            font-size:13px;
            font-weight:700;
            margin:0;
            color:var(--text-dark);
        }

        /* ==========================================
        FAQ
        =========================================== */
        .faq-item{
            border-bottom:1px solid var(--border-soft);
            padding:16px 0;
        }

        .faq-question{
            display:flex;
            justify-content:space-between;
            align-items:center;
            font-size:14px;
            font-weight:600;
            cursor:pointer;
            color:var(--text-dark);
        }

        .faq-answer{
            font-size:13px;
            color:var(--text-muted);
            margin-top:10px;
            display:none;
            line-height:1.7;
        }

        /* ==========================================
        Related Categories / Nearby Locations
        =========================================== */
        .pill-card{
            display:flex;
            align-items:center;
            gap:12px;
            background:#fff;
            border:1px solid var(--border-soft);
            border-radius:14px;
            padding:14px 16px;
            height:100%;
            transition:box-shadow .2s ease, transform .2s ease;
        }

        .pill-card:hover{
            box-shadow:0 14px 28px rgba(15,28,63,0.08);
            transform:translateY(-2px);
        }

        .pill-card .pill-icon{
            width:42px;
            height:42px;
            border-radius:10px;
            background:var(--bg-soft);
            color:var(--primary);
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:16px;
            flex-shrink:0;
        }

        .pill-card h6{
            font-size:13px;
            font-weight:700;
            margin:0;
            color:var(--text-dark);
        }

        .pill-card span{
            font-size:11px;
            color:var(--text-muted);
        }

        /* ==========================================
        Recently Added Businesses
        =========================================== */
        .recent-card{
            background:#fff;
            border:1px solid var(--border-soft);
            border-radius:14px;
            overflow:hidden;
            height:100%;
        }

        .recent-card img{
            width:100%;
            height:130px;
            object-fit:cover;
        }

        .recent-card .recent-body{
            padding:14px;
            position:relative;
        }

        .recent-card .new-badge{
            position:absolute;
            top:-12px;
            right:14px;
            background:var(--success);
            color:#fff;
            font-size:10px;
            font-weight:700;
            padding:4px 10px;
            border-radius:12px;
        }

        .recent-card h6{
            font-size:14px;
            font-weight:700;
            margin-bottom:4px;
        }

        .recent-card p{
            font-size:12px;
            color:var(--text-muted);
            margin-bottom:0;
        }

        /* ==========================================
        Claim / Add Business CTA
        =========================================== */
        .claim-cta{
            background:linear-gradient(120deg,#1652f0,#0d3fc9);
            border-radius:24px;
            padding:48px;
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:space-between;
            flex-wrap:wrap;
            gap:24px;
        }

        .claim-cta h3{
            font-size:26px;
            font-weight:700;
            margin-bottom:8px;
        }

        .claim-cta p{
            font-size:14px;
            color:rgba(255,255,255,0.85);
            max-width:480px;
            margin:0;
        }

        .claim-cta .btn-claim{
            background:#fff;
            color:var(--primary);
            font-weight:700;
            font-size:14px;
            padding:12px 24px;
            border-radius:8px;
        }

        .claim-cta .btn-claim-outline{
            background:transparent;
            border:1px solid rgba(255,255,255,0.5);
            color:#fff;
            font-weight:700;
            font-size:14px;
            padding:12px 24px;
            border-radius:8px;
        }

        @media (max-width: 767px){
            .listing-card{ flex-direction:column; }
            .listing-card .listing-img{ width:100%; height:180px; }
            .category-hero{ padding:28px 20px; }
            .about-category{ padding:24px; }
            .claim-cta{ padding:32px; text-align:center; justify-content:center; }
        }