/*
 * Paylent Premium Stylesheet
 * Brand: Paylent — Insights, Stories, and Commerce in One Platform
 * Color Palette: #1a1a2e (primary dark), #16213e (secondary dark), #c9a84c (gold accent), #f9f9f9 (light bg)
 * Typography: Playfair Display (headings), Inter (body), Source Serif Pro (editorial)
 */

/* ============ PAYLENT LOGO ============ */
.paylent-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
	transition: opacity 0.3s ease;
}

.paylent-logo-link:hover {
	opacity: 0.85;
	text-decoration: none !important;
}

.paylent-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #ffffff;
	color: #1a1a2e;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 28px;
	font-weight: 900;
	border-radius: 8px;
	line-height: 1;
	flex-shrink: 0;
}

.paylent-logo-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 1;
}

/* Dark background variant (default - for header) */
.paylent-home .footer .paylent-logo-mark,
.paylent-home .important-links .paylent-logo-mark {
	background: #ffffff;
	color: #1a1a2e;
}

.paylent-home .footer .paylent-logo-text,
.paylent-home .important-links .paylent-logo-text {
	color: #ffffff;
}

/* Small logo variant */
.paylent-logo-sm {
	gap: 8px;
}

.paylent-logo-sm .paylent-logo-mark {
	width: 28px;
	height: 28px;
	font-size: 17px;
	border-radius: 5px;
}

.paylent-logo-sm .paylent-logo-text {
	font-size: 18px;
	letter-spacing: 2px;
}

/* Light background variant (for about page, etc.) */
.paylent-logo-dark .paylent-logo-mark {
	background: #1a1a2e;
	color: #ffffff;
}

.paylent-logo-dark .paylent-logo-text {
	color: #1a1a2e;
}

/* Responsive logo */
@media (max-width: 767px) {
	.paylent-logo-text {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.paylent-logo-mark {
		width: 36px;
		height: 36px;
		font-size: 22px;
	}
}

/* ============ GLOBAL OVERRIDES ============ */
body {
	font-family: 'Inter', 'Montserrat', sans-serif;
	color: #2c2c2c;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', 'Domine', serif;
}

.h2 {
	font-family: 'Playfair Display', 'Domine', serif;
	font-weight: 700;
	color: #1a1a2e;
	letter-spacing: -0.5px;
}

/* ============ HEADER / NAVBAR ============ */
.paylent-home .primary-header {
	background: #1a1a2e;
	border-color: #16213e;
}

.paylent-home .primary-header .links li {
	border-color: rgba(255,255,255,0.08);
}

.paylent-home .primary-header .social li {
	border-color: rgba(255,255,255,0.08);
}

.paylent-home .primary-header .links li a {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.paylent-home .primary-header .links li a:hover {
	color: #c9a84c;
}

.paylent-home .main-header {
	background: linear-gradient(to bottom, rgba(26,26,46,0.85) 0%, rgba(26,26,46,0.6) 40%, rgba(26,26,46,0.2) 80%, rgba(0,0,0,0) 100%);
}

.paylent-home .logo {
	margin: 0 0 30px;
}

.paylent-home .nav > li {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}

.paylent-home .nav li a {
	transition: color 0.3s ease;
}

.paylent-home .nav li a:hover {
	color: #c9a84c !important;
}

/* Sticky header enhancement */
.paylent-home .header.fixed {
	transition: background 0.3s ease;
}

/* ============ BANNER / HERO ============ */
.paylent-home .banner-text-wrap > h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -1px;
	text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.paylent-home .banner-text-wrap .heading-center {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #c9a84c;
}

.paylent-home .banner-text-wrap .heading-center:after {
	background: rgba(201,168,76,0.4);
}

/* ============ SECTION HEADINGS ============ */
.paylent-home .heading {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c9a84c;
}

.paylent-home .heading:after {
	background: #c9a84c;
}

.paylent-home .heading-center {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

/* ============ NEWS ITEMS ============ */
.paylent-home .filter-item-text h2 a {
	font-family: 'Playfair Display', serif;
	color: #1a1a2e;
	transition: color 0.3s ease;
}

.paylent-home .filter-item-text h2 a:hover {
	color: #c9a84c;
}

.paylent-home .filter-item-text h2 a span {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #888;
	font-size: 13px;
}

.paylent-home .new-data-one > a {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #999;
	font-weight: 400;
}

/* ============ FILTER BUTTONS ============ */
.paylent-home .filter-btn {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all 0.3s ease;
}

/* ============ PEOPLE / FEATURED BOXES ============ */
.paylent-home .people-text-wrap h2 a {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1.3;
}

.paylent-home .people-text {
	background: rgba(26,26,46,0.8);
}

.paylent-home .people-wrap {
	border-color: rgba(255,255,255,0.15);
}

/* ============ NEWS BLOG ITEMS ============ */
.paylent-home .news-blog-text-content h2 a {
	font-family: 'Playfair Display', serif;
	transition: color 0.3s ease;
}

.paylent-home .news-blog-text-content h2 a:hover {
	color: #c9a84c;
}

.paylent-home .soppa {
	font-family: 'Source Serif Pro', Georgia, serif;
	font-size: 22px;
	color: rgba(255,255,255,0.7);
}

/* ============ SOCIAL SECTION ============ */
.paylent-home .social-circle ul li a {
	transition: transform 0.3s ease;
}

.paylent-home .social-circle ul li a:hover {
	transform: scale(1.1);
}

/* ============ NEWSLETTER ============ */
.paylent-home .stay-updated {
	background: #1a1a2e;
}

.paylent-home .stay-updated-text h2 {
	font-family: 'Playfair Display', serif;
	color: #fff;
}

.paylent-home .stay-updated-text span {
	font-family: 'Inter', sans-serif;
	color: rgba(255,255,255,0.7);
	font-size: 15px;
}

.paylent-home .stay-updated-text input[type="text"] {
	font-family: 'Inter', sans-serif;
	border-radius: 4px 0 0 4px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.paylent-home .stay-updated-text input[type="submit"] {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 0 4px 4px 0;
	transition: background 0.3s ease;
}

/* ============ CORRESPONDENTS / EDITORIAL TEAM ============ */
.paylent-home .correspondent-name {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #1a1a2e;
}

.paylent-home .proffetion {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #888;
	font-style: normal;
}

.paylent-home .correspondents-fig {
	overflow: hidden;
	border-radius: 6px;
}

/* ============ ARCHIVE ============ */
.paylent-home .archive-fig-text .news-blog-text-content h2 a {
	font-family: 'Playfair Display', serif;
}

/* ============ SPECIAL STICKER ============ */
.paylent-home .special-sticker {
	border-radius: 6px;
	overflow: hidden;
}

.paylent-home .special-sticker-text a {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.paylent-home .imp-news a {
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 1.4;
}

/* ============ LOAD MORE ============ */
.paylent-home .load-more a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.paylent-home .load-more a:hover {
	opacity: 0.85;
}

/* ============ SHOP SECTION ============ */
.paylent-home .shop-section .col-md-3 > div:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

/* ============ FOOTER ============ */
.paylent-home .chronical-instagram-head h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.paylent-home .chronical-instagram-head .our-instagram a {
	font-family: 'Inter', sans-serif;
	color: #c9a84c;
}

.paylent-home .important-links {
	background: #1a1a2e;
}

.paylent-home .important-links-list h4 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 18px;
}

.paylent-home .important-links-list ul li a {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	transition: color 0.3s ease;
}

.paylent-home .important-links-list ul li a:hover {
	color: #c9a84c;
}

.paylent-home .about-chronical p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,0.6);
}

/* ============ DROPDOWN MENUS ============ */
.paylent-home .dropdown-list {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.paylent-home .dropdown-list li a {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	transition: all 0.2s ease;
}

.paylent-home .dropdown-list li a:hover {
	background: #1a1a2e !important;
	color: #c9a84c !important;
}

/* ============ SEARCH ============ */
.paylent-home .search-here input {
	font-family: 'Inter', sans-serif;
}

/* ============ LOADING SCREEN ============ */
#loading {
	background: #1a1a2e;
}

.object {
	background: #c9a84c !important;
}

/* ============ ANIMATIONS ============ */
.paylent-home .zoom figure img {
	transition: transform 0.5s ease;
}

.paylent-home .zoom:hover figure img {
	transform: scale(1.05);
}

/* Smooth scroll behavior */
html {
	scroll-behavior: smooth;
}

/* ============ RESPONSIVE TWEAKS ============ */
@media (max-width: 767px) {
	.paylent-home .banner-text-wrap > h1 {
		font-size: 28px !important;
		line-height: 1.2;
	}

	.paylent-home .banner-text-wrap {
		width: 90%;
	}

	.paylent-home .h2 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.paylent-home .banner-text-wrap > h1 {
		font-size: 36px !important;
	}
}
