body {
	background-color: #f8f9fa;
}

:root {
	--primary-dark: #0a0a0a;
	--secondary-dark: #1a1a1a;
	--accent-gold: #c9a96e;
	--accent-platinum: #e5e7eb;
	--text-light: #ffffff;
	--text-muted: #9ca3af;
	--premium-gradient: linear-gradient(135deg,
			#0a0a0a 0%,
			#1a1a1a 50%,
			#2a2a2a 100%);
	--gold-gradient: linear-gradient(135deg, #c9a96e 0%, #d4af37 100%);
	--glass-effect: rgba(255, 255, 255, 0.05);
	--premium-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

* {
	scroll-behavior: smooth;
}

body {
	/* font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: var(--text-light); */
	overflow-x: hidden;
}

.location-selector {
	cursor: pointer;
	color: #333;
}

.location-selector:hover {
	color: #0d6efd;
}

.top-cities {
	display: flex;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.city-item {
	padding: 11px 18px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	/* margin-right: 12px;
    margin-bottom: 18px; */
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.city-item:hover {
	background-color: #f8f9fa;
}

.modal-header {
	border-bottom: none;
}

.search-box {
	position: relative;
}

.search-box i {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #6c757d;
}

.search-box input {
	padding-left: 35px;
}

/* top navbar */
.top-bar {
	background-color: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	padding: 8px 0;
	font-size: 14px;
}

.top-bar-link {
	color: #6c757d;
	text-decoration: none;
	margin-right: 15px;
}

.top-bar-link:hover {
	color: #0d6efd;
}

.main-header {
	background-color: white;
	padding: 15px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo {
	font-size: 24px;
	font-weight: 700;
	color: #0d6efd;
	text-decoration: none;
}

.logo span {
	color: #212529;
}

.header-btn {
	border-radius: 4px;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 14px;
}

.location-selector {
	display: flex;
	align-items: center;
	color: #212529;
	font-weight: 500;
	cursor: pointer;
}

.location-selector i {
	color: #0d6efd;
	margin-right: 5px;
}

/* Homepage */
.box-radius {
	grid-column-gap: 138px;
	grid-row-gap: 138px;
	width: 100%;
	max-width: 100%;
	padding: 80px 64px 80px;
	border-radius: 20px;
	flex-flow: column;
	justify-content: center;
	align-items: stretch;
	display: flex;
	position: relative;
}

.box-dark {
	background-color: #000;
}

.title-new {
	font-size: 42px;
	color: #fff;
	line-height: 155%;
}

.hero-section {
	background-image: linear-gradient(to right, #4361ee, #4895ef);
	padding: 5rem 0;
}

.search-box {
	background: rgb(255 255 255 / 17%);
	border-radius: 12px;
	box-shadow: 0 10px 25px rgb(0 0 0 / 3%);
}

.category-card {
	transition: all 0.3s ease;
	cursor: pointer;
	border-radius: 12px;
	border: none;
}

.category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.category-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	margin: 0 auto 12px;
}

.app-download-section {
	background-color: #4361ee;
}

.app-preview {
	background-color: #f8f9fa;
	height: 320px;
	width: 180px;
	border-radius: 24px;
	transform: rotate(3deg);
}

.footer-links a {
	color: #adb5bd;
	text-decoration: none;
}

.footer-links a:hover {
	color: #fff;
}

.social-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.social-icon:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Modern Featured Listings Styles */
.featured-section {
	padding: 4rem 0;
	background-color: #ffffff;
}

.featured-card {
	border: none;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
}

/* .featured-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
} */
/* .featured-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
} */
.featured-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 30px;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 600;
	z-index: 2;
}

.featured-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: white;
}

.category-pill {
	border-radius: 20px;
	padding: 3px 12px;
	font-size: 11px;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.rating-stars {
	color: #ffc107;
}

.featured-info {
	padding: 20px;
}

.featured-title {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.featured-location {
	color: #6c757d;
	font-size: 0.85rem;
	margin-bottom: 15px;
}

.featured-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.featured-status {
	font-size: 0.85rem;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 20px;
}

.featured-action {
	border-radius: 30px;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 0.85rem;
}

.section-heading {
	position: relative;
	margin-bottom: 2.5rem;
	font-weight: 700;
}

.section-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 4px;
	width: 60px;
	background-color: #4361ee;
	border-radius: 2px;
}

.view-all {
	font-weight: 600;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.view-all i {
	transition: transform 0.3s ease;
}

.view-all:hover i {
	transform: translateX(5px);
}

.featured-filter {
	display: flex;
	overflow-x: auto;
	gap: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.featured-filter::-webkit-scrollbar {
	display: none;
}

.filter-btn {
	white-space: nowrap;
	border-radius: 30px;
	padding: 8px 20px;
	font-size: 0.9rem;
	font-weight: 500;
	background-color: #f1f3f5;
	color: #495057;
	border: none;
	transition: all 0.3s ease;
}

.filter-btn.active {
	background-color: #4361ee;
	color: white;
}

.filter-btn:hover:not(.active) {
	background-color: #e9ecef;
}

/* mene */
.navbar-brand {
	font-weight: bold;
	font-size: 1.5rem;
	color: #2c3e50 !important;
}

.navbar {
	/* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
	padding: 1rem 0 !important;
	border-bottom: 1px solid #e2e2e2;
}

.nav-link {
	font-weight: 500;
	color: #495057 !important;
	margin: 0 0.5rem;
	transition: color 0.3s ease;
}

.nav-link:hover {
	color: #007bff !important;
}

.btn-create-profile {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	padding: 0.5rem 1.5rem;
	font-weight: 600;
	border-radius: 25px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-create-profile:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
	background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.dropdown-menu {
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 0.5rem 0;
}

.dropdown-item {
	padding: 0.75rem 1.5rem;
	transition: background-color 0.3s ease;
}

.dropdown-item:hover {
	background-color: #f8f9fa;
	color: #007bff;
}

.logo-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
	color: white;
	font-weight: bold;
}

@media (max-width: 991px) {
	.navbar-nav {
		text-align: center;
		margin-top: 1rem;
	}

	.btn-create-profile {
		margin-top: 1rem;
		width: 100%;
	}
}

.btn-login {
	border: 2px solid #667eea;
	color: #667eea;
	font-weight: 500;
	padding: 0.5rem 1.25rem;
	border-radius: 25px;
	transition: all 0.3s ease;
}

.btn-login:hover {
	background-color: #667eea;
	border-color: #667eea;
	color: white;
	transform: translateY(-1px);
}

/* profile page */

.banner-profile-h1 {
	letter-spacing: -0.033em;
	line-height: 1.25;
	font-weight: 900;
	font-size: 3rem;
	color: rgb(16 21 24);
}

.banner-profile-p {
	line-height: 1.5;
	font-weight: 400;
	font-size: 1rem;
	color: rgb(16 21 24);
}

.profile-img-wrapper img {
	width: 100%;
	min-width: 400px;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0.75rem;
}

.banner-profile-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 25px;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.banner-profile-hero-row {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 10rem;
	padding-right: 10rem;
}

.leading-normal {
	letter-spacing: 0.015em;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	height: 3rem;
	color: rgb(16 21 24);
	background: rgb(220 232 243);
	border-radius: 9999px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	max-width: 480px;
	min-width: 84px;
	display: flex;
}

.framer-18ypdf {
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 50px;
	height: min-content;
	justify-content: flex-start;
	overflow: visible;
	padding: 100px 90px 100px;
	position: relative;
	width: 100%;
}

.framer-x0d92y {
	flex: none;
	height: 165%;
	left: calc(50.078125000000014% - 101% / 2);
	overflow: visible;
	position: absolute;
	top: -130px;
	width: 101%;
	z-index: 0;
}

.framer-img {
	position: absolute;
	border-radius: inherit;
	inset: 0px;
}

.framer-img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-position: center center;
	object-fit: cover;
}

.framer-j3e6qt {
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 60px;
	height: min-content;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
	will-change: var(--framer-will-change-effect-override, transform);
	z-index: 1;
}

.profile-section-color {
	/* font-family: "Poppins", sans-serif; */
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: var(--text-light);
}

/* Subtle Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hero Section - Viral Style */
.hero-section {
	min-height: 100vh;
	background: var(--premium-gradient);
	position: relative;
	display: flex;
	align-items: center;
}

/* .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 80%, rgba(201, 169, 110, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(229, 231, 235, 0.05) 0%, transparent 50%);
        } */

.profile-container {
	width: 320px;
	height: 400px;
	border-radius: 12px;
	background: var(--glass-effect);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(201, 169, 110, 0.2);
	padding: 2px;
	box-shadow: var(--premium-shadow);
	position: relative;
	transition: all 0.4s ease;
}

.profile-container:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
	border-color: rgba(201, 169, 110, 0.4);
}

.profile-container img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.actor-name {
	font-size: 3.5rem;
	font-weight: 300;
	color: var(--text-light);
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.actor-name .highlight {
	color: var(--accent-gold);
	font-weight: 500;
}

/* Share Buttons - Prominent */
.share-sticky {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.share-btn {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--glass-effect);
	backdrop-filter: blur(10px);
	color: var(--text-light);
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.share-btn:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--accent-gold);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.share-instagram:hover {
	color: #e4405f;
}

.share-tiktok:hover {
	color: #ff0050;
}

.share-twitter:hover {
	color: #1da1f2;
}

.share-whatsapp:hover {
	color: #25d366;
}

.share-copy:hover {
	color: var(--accent-gold);
}

/* Viral Stats */
.stat-card {
	background: var(--glass-effect);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.stat-card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(201, 169, 110, 0.3);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.stat-number {
	font-size: 2rem;
	font-weight: 600;
	color: var(--accent-gold);
	margin-bottom: 0.5rem;
}

.stat-label {
	font-size: 0.9rem;
	color: var(--text-muted);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Viral Cards */
.viral-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	overflow: hidden;
	transition: all 0.4s ease;
	position: relative;
}

.viral-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.1),
			transparent);
	transition: left 0.5s ease;
}

.viral-card:hover::before {
	left: 100%;
}

.viral-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
	border-color: var(--accent-gold);
}

/* Instagram Post Style */
.insta-post {
	background: white;
	color: black;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.insta-post:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.insta-header {
	padding: 1rem;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.insta-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--gold-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	margin-right: 1rem;
}

.insta-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.insta-actions {
	padding: 1rem;
	display: flex;
	gap: 1rem;
	font-size: 1.5rem;
}

.insta-action {
	cursor: pointer;
	transition: all 0.2s ease;
}

.insta-action:hover {
	transform: scale(1.3);
}

/* YouTube Style */
.youtube-card {
	background: #000;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.youtube-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.youtube-thumbnail {
	position: relative;
	width: 100%;
	height: 250px;
	background: linear-gradient(45deg, #ff0000, #cc0000);
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #ff0000;
	cursor: pointer;
	transition: all 0.3s ease;
}

.play-btn:hover {
	transform: scale(1.2);
	background: white;
}

/* Call to Action */
.cta-button {
	background: transparent;
	border: 2px solid var(--accent-gold);
	padding: 12px 32px;
	border-radius: 6px;
	color: var(--accent-gold);
	font-weight: 500;
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.cta-button:hover {
	background: var(--accent-gold);
	color: var(--primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(201, 169, 110, 0.3);
}

.cta-button.primary {
	background: var(--accent-gold);
	color: var(--primary-dark);
}

.cta-button.primary:hover {
	background: transparent;
	color: var(--accent-gold);
}

/* Section Headers */
.section-title {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 3rem;
	color: var(--text-light);
	letter-spacing: 1px;
}

.section-title .accent {
	color: var(--accent-gold);
	font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
	.viral-name {
		font-size: 2.5rem;
	}

	.section-title {
		font-size: 2rem;
	}

	.share-sticky {
		right: 10px;
	}

	.share-btn {
		width: 50px;
		height: 50px;
		font-size: 1.2rem;
	}
}

/* Share Modal */
.share-modal {
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(20px);
}

.share-option {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: white;
}

.share-option:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-5px);
}

/* Footer */

.footer-box {
	width: 100%;
	max-width: 100%;
	padding: 110px 64px 40px;
	border-radius: 20px;
	background: #000;
}

.text-muted-2 {
	color: #fff9;
}

.footer-small-text {
	text-decoration: none;
}

/* profile page */
.content-card {
	background-color: white;
	border-radius: 16px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
}

.card-header {
	padding: 16px 20px !important;
	border-bottom: 1px solid #e2e8f0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--gray-800);
	margin: 0;
	display: flex;
	align-items: center;
}

.card-title i {
	margin-right: 10px;
	color: var(--primary);
}

.social-account {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.social-account-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	flex-shrink: 0;
}

.social-account-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.social-account-info {
	flex: 1;
}

.social-account-name {
	font-weight: 600;
	color: var(--gray-800);
	margin-bottom: 2px;
	font-size: 0.95rem;
}

.social-account-handle {
	color: var(--gray-500);
	font-size: 0.8rem;
}

.social-account-stats {
	color: var(--gray-500);
	font-size: 0.8rem;
}

.social-feed {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
}

.social-item {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	background-color: white;
	transition: transform 0.2s;
}

.social-item-img {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}

.social-item-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.social-item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: white;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
}

.social-item-overlay i {
	margin-right: 4px;
}

.social-item-content {
	padding: 12px;
}

.social-platform {
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	color: var(--gray-500);
	margin-bottom: 4px;
}

.social-platform i {
	margin-right: 4px;
}

.social-item-title {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--gray-800);
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-nav {
	background-color: white;
	border-radius: 16px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	overflow: hidden;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.nav-pills {
	display: flex;
	padding: 10px;
}

.nav-pills .nav-link {
	border-radius: 10px;
	padding: 10px 16px;
	color: var(--gray-600);
	font-weight: 500;
	font-size: 0.9rem;
	margin-right: 8px;
	white-space: nowrap;
}

.nav-pills .nav-link.active {
	background-color: var(--primary);
	color: white !important;
}

.content-container {
	padding: 20px;
}

.social-item-img iframe {
	min-width: auto !important;
	border: none !important;
}

@media (min-width: 992px) {
	.social-feed {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 576px) {
	.social-feed {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.video-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.video-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.video-card iframe {
	width: 100%;
	height: 200px;
	border: none;
}

.shorts-video iframe {
	height: 350px;
	/* Taller to match vertical video aspect ratio */
}

.contact-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e2e8f0;
}

.contact-icon {
	width: 36px;
	height: 36px;
	background-color: #93c5fd;
	color: #3b82f6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex-shrink: 0;
}

.contact-info {
	flex: 1;
}

.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-label {
	font-size: 0.75rem;
	color: var(--gray-500);
	margin-bottom: 2px;
}

.contact-value {
	font-size: 0.95rem;
	color: var(--gray-800);
	font-weight: 500;
}

.location-map iframe {
	width: 100%;
	border-radius: 6px;
}

.social-card {
	background: white;
	border-radius: 20px;
	padding: 2rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: none;
	position: relative;
	overflow: hidden;
}

.social-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.social-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--brand-color);
}

.facebook {
	--brand-color: #1877f2;
}

.instagram {
	--brand-color: #e4405f;
}

.youtube {
	--brand-color: #ff0000;
}

.snapchat {
	--brand-color: #fffc00;
}

.social-icon {
	width: 60px;
	height: 60px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: white;
	margin-bottom: 1rem;
}

.facebook .social-icon {
	background: #1877f2;
}

.instagram .social-icon {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.youtube .social-icon {
	background: #ff0000;
}

.snapchat .social-icon {
	background: #fffc00;
	color: #333;
}

.social-card-flex {
	display: flex;
	gap: 15px;
	align-items: center;
}

.social-card-flex .username {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0;
}

.profile-name {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}

.followers {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--brand-color);
	margin-bottom: 0.25rem;
}

.followers-label {
	font-size: 0.8rem;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.dashboard-title {
	color: white;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3rem;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stats-section {
	border-top: 1px solid #eee;
	padding-top: 1rem;
	margin-top: 1rem;
}

button.btn.btn-follow {
	background: #1877f2;
	border: none;
	color: white;
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 100%;
}

.facebook .btn-follow {
	background: #1877f2;
}

.instagram .btn-follow {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.youtube .btn-follow {
	background: #ff0000 !important;
}

.snapchat .btn-follow {
	background: #fffc00 !important;
	color: #000 !important;
}


.btn-follow:hover {
	transform: scale(1.05);
	opacity: 0.9;
	color: white;
}

.apanprofilepage-container {
	min-height: 100vh;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	font-size: 0.875rem;
}

.apanprofilepage-sidebar {
	background: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	height: fit-content;
	position: sticky;
	top: 95px;
}

.apanprofilepage-main {
	background: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	min-height: 80vh;
}

.apanprofilepage-search-box {
	position: relative;
	margin-bottom: 1rem;
}

.apanprofilepage-search-input {
	border: 2px solid #e9ecef;
	border-radius: 10px;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	transition: all 0.3s ease;
}

.apanprofilepage-search-input:focus {
	border-color: #667eea;
	box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.apanprofilepage-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
}

.apanprofilepage-suggestion-item {
	padding: 0.5rem 1rem;
	cursor: pointer;
	font-size: 0.875rem;
	border-bottom: 1px solid #f8f9fa;
}

.apanprofilepage-suggestion-item:hover {
	background: #f8f9fa;
}

.apanprofilepage-filter-btn {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 10px;
	padding: 0.75rem 2rem;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	transition: transform 0.2s ease;
}

.apanprofilepage-filter-btn:hover {
	transform: translateY(-2px);
	color: white;
}

.apanprofilepage-reset-btn {
	background: #6c757d;
	border: none;
	border-radius: 10px;
	padding: 0.75rem 2rem;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	transition: all 0.2s ease;
}

.apanprofilepage-reset-btn:hover {
	background: #5a6268;
	transform: translateY(-2px);
	color: white;
}

.apanprofilepage-view-toggle {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 0.25rem;
}

.apanprofilepage-view-btn {
	border: none;
	background: transparent;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	color: #6c757d;
	transition: all 0.3s ease;
}

.apanprofilepage-view-btn.active {
	background: white;
	color: #667eea;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.apanprofilepage-profile-card {
	border: none;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
	margin-bottom: 1.5rem;
}

.apanprofilepage-profile-card:hover {
	transform: translateY(-5px);
}

.apanprofilepage-profile-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
}

.apanprofilepage-profile-name {
	font-weight: 600;
	color: #2c3e50;
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.apanprofilepage-profile-location {
	color: #6c757d;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

.apanprofilepage-profile-category {
	background: #e3f2fd;
	color: #1976d2;
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	font-size: 0.75rem;
	display: inline-block;
}

.apanprofilepage-list-view .apanprofilepage-profile-card {
	margin-bottom: 1rem;
}

.apanprofilepage-list-view .apanprofilepage-profile-avatar {
	width: 60px;
	height: 60px;
	font-size: 1.2rem;
}

.apanprofilepage-no-results {
	text-align: center;
	padding: 3rem;
	color: #6c757d;
}

.apanprofilepage-no-results i {
	font-size: 4rem;
	margin-bottom: 1rem;
	color: #dee2e6;
}

.apanprofilepage-section-title {
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}