:root {
	--primary:#130c27;
	--nb-ink: #130c27;
	--nb-ink-soft: #2a2048;
	--nb-accent: #d83e46;
	--nb-paper: #f6f4f0;
	--nb-mist: #ebe7f2;
	--nb-font-display: "Fraunces", Georgia, serif;
	--nb-font-body: "DM Sans", system-ui, sans-serif;
}

body {
	font-family: var(--nb-font-body);
}

.nb-eyebrow {
	margin: 0 0 8px;
	font-family: var(--nb-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nb-accent);
}

.nb-section-title {
	margin: 0;
	font-family: var(--nb-font-display);
	font-size: clamp(1.75rem, 2.5vw, 2.35rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--nb-ink);
	letter-spacing: -0.02em;
}

.nb-heading {
	text-align: left !important;
	margin-bottom: 28px !important;
}

.nb-heading .nb-eyebrow { text-align: left; }

.nb-heading h2 {
	font-family: var(--nb-font-display) !important;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	color: var(--nb-ink) !important;
	letter-spacing: -0.02em;
}

/*========== Category browse ==========*/
.nb-browse {
	position: relative;
	padding: 56px 0 40px;
	background:
		radial-gradient(ellipse 80% 60% at 10% 0%, rgba(216, 62, 70, 0.08), transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 20%, rgba(42, 32, 72, 0.06), transparent 50%),
		var(--nb-paper);
}

.nb-browse-head {
	margin-bottom: 28px;
	max-width: 520px;
	animation: nbFadeUp 0.7s ease both;
}

.nb-browse-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.nb-browse-tile {
	position: relative;
	display: block;
	height: 220px;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none !important;
	color: #fff;
	isolation: isolate;
	box-shadow: 0 12px 28px rgba(19, 12, 39, 0.12);
	animation: nbFadeUp 0.75s ease both;
	animation-delay: var(--nb-delay, 0s);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.nb-browse-tile:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 36px rgba(19, 12, 39, 0.2);
	color: #fff;
}

.nb-browse-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.nb-browse-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.55s ease;
}

.nb-browse-tile:hover .nb-browse-media img {
	transform: scale(1.1);
}

.nb-browse-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(19, 12, 39, 0.15) 0%, rgba(19, 12, 39, 0.78) 100%);
	transition: background 0.35s ease;
}

.nb-browse-tile:hover::after {
	background: linear-gradient(180deg, rgba(216, 62, 70, 0.25) 0%, rgba(19, 12, 39, 0.88) 100%);
}

.nb-browse-copy {
	position: absolute;
	left: 18px;
	right: 48px;
	bottom: 18px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.nb-browse-name {
	font-family: var(--nb-font-display);
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.nb-browse-count {
	display: inline-flex;
	align-self: flex-start;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(4px);
}

.nb-browse-go {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(4px);
	transform: translateX(0);
	transition: transform 0.3s ease, background 0.3s ease;
}

.nb-browse-tile:hover .nb-browse-go {
	transform: translateX(3px);
	background: var(--nb-accent);
}

/*========== Why NearByBooks ==========*/
.nb-why {
	padding: 72px 0;
	background: #fff;
	border-top: 1px solid #eceaf3;
	border-bottom: 1px solid #eceaf3;
}
.nb-why-head {
	max-width: 480px;
	margin-bottom: 40px;
}
.nb-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}
.nb-why-item {
	padding: 8px 28px 8px 0;
	border-right: 1px solid #eceaf3;
	padding-right: 28px;
	margin-right: 28px;
}
.nb-why-item:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.nb-why-item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 10px;
	background: #f4f2f8;
	color: #d83e46;
	font-size: 16px;
}
.nb-why-item h3 {
	margin: 0 0 8px;
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: #130c27;
	letter-spacing: -0.01em;
}
.nb-why-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #6b6780;
}

@keyframes nbFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 991px) {
	.nb-browse-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.nb-why-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 24px;
	}
	.nb-why-item {
		border-right: 0;
		margin-right: 0;
		padding: 0;
		border-bottom: 0;
	}
}

@media (max-width: 575px) {
	.nb-browse { padding: 40px 0 28px; }
	.nb-browse-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.nb-browse-tile { height: 180px; }
	.nb-why { padding: 48px 0; }
	.nb-why-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.nb-heading { text-align: left !important; }
}

html, body {overflow-x: hidden;}
.header-top {padding: 5px 0px;background: linear-gradient(to left, #271a54, #120b25);}
.header-top .header-top-welcome {text-align: left;}
.header-top .header-top-welcome p a {background: #dad68f;color: #d83e46;}
.header-top .header-top-welcome p a:hover {background: #ffffff;}
.header-top .header-top-list .navbar-info i {font-size: 18px;margin-right: 10px;color: #d83e46;}
.header-top .header-top-list .navbar-info p span {font-weight: 400;}
.header-part .header-content {padding: 10px 0px;}
.header-part .header-content .header-logo img {height: 60px;}
.header-part .header-content .header-form {margin: 0px 150px;border-radius: 30px;border: 1px solid #d73e46;position:relative;}
.header-part .header-content .header-form button i {background: #d83e46;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-top-left-radius: 0;border-bottom-left-radius: 0;color: #ffffff;}
.header-part .header-content .header-form .suggestions-box {display: none;position: absolute;top: 100%;left: 0;background: rgb(255, 255, 255);width: 320px;padding: 20px;z-index: 999;border-radius: 10px;border: 1px solid #cccccc;}
.header-part .header-content .header-form .suggestions-box ul {max-height: 250px;overflow-y: auto;scrollbar-width: thin;}
.header-part .header-content .header-form .suggestions-box ul li {font-size: 15px;font-weight: 500;text-transform: uppercase;margin-bottom: 5px;color: #1a1036;margin-bottom:7px;}
.header-part .header-content .header-form .suggestions-box ul li a {font-size: 14px;color: #333333;text-transform: capitalize;font-weight: 400;}
.header-part .header-content .header-widget.signUp {margin-left: 35px;}
.header-part .header-content .signUp.header-widget:hover span {color: #d83e46;}
.header-part .header-content .header-widget:hover i {background: #130c26;}
.header-part .header-content .header-widget sup {background: #d83e46;}
.navbar-part .navbar-content .navbar-list .navbar-item {margin-right: 50px;}
.navbar-part .navbar-content .navbar-list .navbar-item .navbar-link {text-transform: uppercase;font-size: 15px;}
.navbar-part .navbar-content .navbar-select-group {margin-top: 0;}
.navbar-part .navbar-content .navbar-select-group .btn {border: none;font-size: 14px;font-weight: 400;text-transform: uppercase;padding: 10px 25px;background: #130c27;}
.navbar-part .navbar-content .navbar-select-group .btn:hover {color: #d83e46 !important;}
.home-index-slider .banner-part {padding: 0;}
.home-index-slider .banner-part .banner-img {width: 100%;height: 500px;}
.home-index-slider .banner-part .banner-img img {width: 100%;height: 100%;object-fit: cover;}
.suggest-part {padding: 60px 0;}
.suggest-part .suggest-slider li {margin: 0px 10px;}
.suggest-part .suggest-card:hover::before {background: rgba(216, 62, 70, 0.9);}
.intro-part .intro-wrap {align-items: center;background: #ffffff;padding: 20px;border-radius: 8px;}
.deals-part .section-heading h2 {font-size: 30px;text-transform: capitalize;color: #130c27;font-family: var(--nb-font-display);}
.deals-part .section-heading.nb-heading h2 {font-size: clamp(1.75rem, 2.5vw, 2.25rem);text-transform: none;}
.deals-part .product-card {padding: 10px;border-radius: 8px;}
.deals-part .product-card .product-media .product-image {display:block;}
.deals-part .product-card .product-media .product-image img {height: 300px;object-fit: cover;}
.deals-part .product-card .product-content {min-height:125px;}
.deals-part .product-card .product-content .product-name {font-size: 15px;line-height:24px;min-height:48px;}
.deals-part .product-card .product-content .product-name a {color: #130c27;}
.deals-part .product-card .product-content .product-price {margin-bottom: 10px;}
.deals-part .product-card .product-content .location-box {display: flex;align-items: center;justify-content: space-between;}
.deals-part .product-card .product-content .location-box .left {display: flex;align-items: center;gap: 5px;color:#ff3838;}
.deals-part .product-card .product-content .location-box .right {color: #130c27;}
.promo-part {background: url(../images/cta/cta-banner.jpg);position:relative;background-repeat: no-repeat;background-size: cover;padding: 100px 0;}
.promo-part::after {position: absolute;top: 0;left: 0;content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, 0.65);}
.promo-part .content-box {position: relative;z-index: 1;}
.promo-part .content-box h3 {font-size: 35px;line-height: 48px;color: var(--white);margin-bottom: 5px;}
.promo-part .content-box p {font-size: 16px;color: #ffffff;margin-bottom: 20px;}
.about-part .about-image {position: relative;}
.about-part .about-image .image-box img {width: 100%;height: auto;border-radius: 8px;}
.about-part .about-image .exp-box {position: absolute;bottom: 60px;right: 90px;background: #d83e46;border-radius: 3px;max-width: 300px;display: flex;align-items: center;gap: 20px;padding: 30px;}
.about-part .about-image .exp-box  h2 {font-size: 60px;color: #ffffff;}
.about-part .about-image .exp-box  h6 {font-size: 18px;color: #eeeeee;}
.about-part .about-text span {font-size: 14px;text-transform: uppercase;color: #d83e46;display: block;margin-bottom: 10px;line-height: 1;}
.about-part .about-text h3 {font-size: 30px;margin-bottom: 20px;color: #130c27;}
.about-part .about-text p {font-size: 16px;text-align: justify;line-height: 30px;margin-bottom: 10px;}
.process-part {background: #ffffff;padding: 100px 0;}
.process-part .section-heading h2 {font-size: 30px;text-transform: capitalize;color: #130c27;}
.process-part .process-box {padding: 0 30px;text-align: center;position: relative;display: flex;flex-direction: column;align-items: center;}
.process-part .process-box .icon {height: 91px;width: 91px;display: flex;align-items: center;justify-content: center;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);background: #ffffff;border-radius: 100%;position: relative;}
.process-part .process-box .icon:before {position: absolute;content: "";top: -16px;left: -16px;width: 125px;height: 125px;border-radius: 100%;transition: all 0.2s linear;border: 2px dashed #a0a39b;}
.process-part .process-box .icon img {height: 48px;}
.process-part .process-box .process-number {font-size: 14px;font-weight: 500;color:#ffffff;width: 31px;height: 31px;line-height: 31px;border-radius: 50%;display: block;text-align: center;position: absolute;right: -18px;bottom: -18px;z-index: 10;background: #130c27;}
.process-part .process-box .content {margin-top: 35px;}
.process-part .process-box .content h5 {font-size: 18px;text-transform: uppercase;line-height: 34px;margin-bottom: 7px;}
.process-part .process-box .arrow {position: absolute;margin: 0 auto;width: 100px;right: -30px;top: 15px;}
.process-part .process-box:hover .icon:before {animation-name: processrotate;animation-duration: 14s;animation-iteration-count: infinite;animation-timing-function: linear;border: 2px dashed #d83e46;}
.newitem-part .section-heading h2 {font-size: 30px;text-transform: capitalize;color: #130c27;}
.newitem-part .product-card {padding: 10px;border-radius: 8px;}
.newitem-part .product-card .product-media .product-image {display:block;}
.newitem-part .product-card .product-media .product-image img {height: 300px;object-fit: cover;}
.newitem-part .product-card .product-content {min-height:125px;}
.newitem-part .product-card .product-content .product-name {font-size: 15px;line-height:24px;min-height:48px;}
.newitem-part .product-card .product-content .product-name a {color: #130c27;}
.newitem-part .product-card .product-content .product-price {margin-bottom: 10px;}
.newitem-part .product-card .product-content .location-box {display: flex;align-items: center;justify-content: space-between;}
.newitem-part .product-card .product-content .location-box .left {display: flex;align-items: center;gap: 5px;color:#ff3838;}
.newitem-part .product-card .product-content .location-box .right {color: #130c27;}
.testimonial-part {background: #ffffff;padding: 100px 0;}
.testimonial-part .section-heading h2 {font-size: 30px;text-transform: capitalize;color: #130c27;}
.blog-part .section-heading h2 {font-size: 30px;text-transform: capitalize;color: #130c27;}
.blog-part .blog-slider .blog-card {background: #ffffff;}
.blog-part .blog-slider .blog-card .blog-img {display: block;}
.blog-part .blog-slider .blog-card .blog-img img {width: 100%;height: 350px;object-fit: cover;}
.blog-part .blog-slider .blog-card .blog-content .blog-title {font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.blog-part .blog-slider .blog-card .blog-content .blog-title a {color: #130c27;}
.blog-part .blog-slider .blog-card .blog-content .blog-desc {font-size: 15px;line-height: 26px;color: #333333;margin-bottom: 20px;}
.news-part::before {background: linear-gradient(to right, rgba(6, 23, 56, 0.8), rgba(116, 62, 70, 0.8));}
.backtop {box-shadow: 0px 0px 15px 3px rgb(216, 62, 70, .35);}

.single-banner::before {background :linear-gradient(to right, rgba(6, 23, 56, 0.8), rgba(116, 62, 70, 0.8));}
.inner-section .details-gallery {position: relative;}
.inner-section .details-gallery .details-preview {width:100%;height:auto;background:#ffffff;margin-bottom:20px;}
.inner-section .details-gallery .details-preview li img {width: auto;margin: 0 auto;border-radius: 8px;}
.inner-section .details-gallery .details-thumb li {margin:0 10px;}
.inner-section .details-gallery .details-thumb li img {height:150px;border-radius:3px;}

.inner-section .details-gallery .details-preview li img {width: 100% !important;height:600px !important;object-fit:cover !important;margin: 0 auto;border-radius: 8px;}
.product-add.two {background: #ff3838 !important;}
.form-button button {line-height: 1 !important;}

.blog-card {background: #ffffff;}
.blog-card .blog-img {display: block;}
.blog-card .blog-img img {width: 100%;height: 350px;object-fit: cover;}
.blog-card .blog-content {padding:15px;}
.blog-card .blog-content .blog-title {font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.blog-card .blog-content .blog-title a {color: #130c27;}
.blog-card .blog-content .blog-desc {font-size: 15px;line-height: 26px;color: #333333;margin-bottom: 0px;}

@media (max-width:767px){
    .header-top {display:none;}
    .header-part .header-content .header-form .suggestions-box {width: 100%;}
    .promo-part {padding: 60px 0;}
    .promo-part .content-box h3 {font-size: 24px;line-height: 36px;margin-bottom: 10px;}
    .promo-part .content-box p {font-size: 15px;}
    .about-part .about-image .image-box {margin-bottom: 10px;}
    .about-part .about-image .exp-box {bottom: -25px;}
    .about-part .about-text {margin-top: 60px;}
    .about-part .about-text h3 {font-size: 24px;}
    .process-part {padding: 60px 0;}
    .process-part .section-heading {margin-bottom: 0px;}
    .process-part .section-heading h2 {font-size: 24px;}
    .process-part .process-box {margin-top: 50px;}
    .process-part .process-box .arrow {display:none;}
    .testimonial-part {padding: 60px 0;}
    .inner-section .details-gallery .details-thumb li img {height: auto;}
}

@keyframes processrotate {
	0% {
	    transform: rotate(0deg);
	    opacity: 1;
	}
	50% {
	    transform: rotate(180deg);
	    opacity: .7;
	}
	100% {
	    transform: rotate(360deg);
	    opacity: 1;
	}
}

/*========== Customer chat UI ==========*/
.nb-chat {
	padding: 0 !important;
	overflow: hidden;
}
.nb-chat-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid #eceaf3;
	background: #faf9fc;
}
.nb-chat-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #130c27;
	background: #fff;
	border: 1px solid #e4e0ef;
	flex-shrink: 0;
}
.nb-chat-back:hover { color: #d83e46; border-color: #d83e46; }
.nb-chat-thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}
.nb-chat-thumb--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #efeafc;
	color: #352374;
	font-size: 22px;
}
.nb-chat-meta { min-width: 0; flex: 1; }
.nb-chat-title {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 2px;
	color: #130c27;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nb-chat-title a { color: inherit; }
.nb-chat-title a:hover { color: #d83e46; }
.nb-chat-with {
	margin: 0;
	font-size: 13px;
	color: #6b6780;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nb-chat-flash { padding: 0 16px; }
.nb-chat-flash:empty { display: none; }
.nb-chat-thread {
	height: 420px;
	overflow-y: auto;
	padding: 18px 16px;
	background: #f3f1f8;
	scrollbar-width: thin;
}
.nb-chat-row {
	display: flex;
	margin-bottom: 12px;
}
.nb-chat-row.is-mine { justify-content: flex-end; }
.nb-chat-row.is-theirs { justify-content: flex-start; }
.nb-chat-bubble {
	max-width: min(78%, 420px);
	padding: 10px 12px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(19, 12, 39, 0.06);
}
.nb-chat-row.is-mine .nb-chat-bubble {
	background: #130c27;
	color: #fff;
	border-bottom-right-radius: 4px;
}
.nb-chat-row.is-theirs .nb-chat-bubble {
	border-bottom-left-radius: 4px;
}
.nb-chat-sender {
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #352374;
	text-transform: capitalize;
}
.nb-chat-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	white-space: pre-wrap;
	word-break: break-word;
}
.nb-chat-image {
	display: block;
	margin-top: 6px;
}
.nb-chat-image img {
	max-width: 200px;
	max-height: 200px;
	border-radius: 8px;
	object-fit: cover;
}
.nb-chat-offer {
	display: inline-block;
	margin-top: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: rgba(216, 62, 70, 0.12);
	color: #d83e46;
}
.nb-chat-row.is-mine .nb-chat-offer {
	background: rgba(255, 255, 255, 0.15);
	color: #ffe083;
}
.nb-chat-time {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	opacity: 0.65;
}
.nb-chat-empty {
	height: 100%;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #6b6780;
	text-align: center;
	padding: 24px;
}
.nb-chat-empty i { font-size: 36px; color: #a39bb8; }
.nb-chat-empty p { margin: 0; font-size: 14px; }
.nb-chat-composer {
	padding: 12px 16px 16px;
	border-top: 1px solid #eceaf3;
	background: #fff;
}
.nb-chat-input {
	width: 100%;
	border: 1px solid #e4e0ef;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.4;
	resize: none;
	min-height: 64px;
	margin-bottom: 10px;
	background: #faf9fc;
}
.nb-chat-input:focus {
	outline: none;
	border-color: #352374;
	background: #fff;
}
.nb-chat-toolbar {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.nb-chat-attach {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 160px;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px dashed #c8c0dc;
	color: #352374;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nb-chat-attach input { display: none; }
.nb-chat-attach:hover { border-color: #d83e46; color: #d83e46; }
.nb-chat-offer-field {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #e4e0ef;
	border-radius: 8px;
	background: #faf9fc;
	color: #6b6780;
	font-size: 13px;
}
.nb-chat-offer-field input {
	width: 90px;
	border: 0;
	background: transparent;
	outline: none;
	font-size: 13px;
	height: 100%;
}
.nb-chat-send {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: #130c27;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	cursor: pointer;
}
.nb-chat-send:hover { background: #d83e46; }

.nb-chat-list { display: flex; flex-direction: column; gap: 8px; }
.nb-chat-list-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid #eceaf3;
	border-radius: 10px;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s ease, background 0.15s ease;
}
.nb-chat-list-item:hover {
	background: #faf9fc;
	border-color: #c8c0dc;
	color: inherit;
}
.nb-chat-list-thumb {
	width: 56px;
	height: 56px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}
.nb-chat-list-thumb--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #efeafc;
	color: #352374;
	font-size: 22px;
}
.nb-chat-list-body { min-width: 0; flex: 1; }
.nb-chat-list-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 2px;
}
.nb-chat-list-top strong {
	font-size: 15px;
	color: #130c27;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nb-chat-list-top time {
	font-size: 12px;
	color: #8a849c;
	flex-shrink: 0;
}
.nb-chat-list-body p {
	margin: 0;
	font-size: 13px;
	color: #6b6780;
}
.nb-chat-list-arrow { color: #a39bb8; font-size: 18px; }

@media (max-width: 575px) {
	.nb-chat-thread { height: 340px; }
	.nb-chat-send { width: 100%; margin-left: 0; justify-content: center; }
	.nb-chat-offer-field { flex: 1; }
	.nb-chat-offer-field input { width: 100%; }
	.nb-chat-attach { max-width: none; flex: 1; }
}
/*========== Book detail: offer + report ==========*/
.nb-action-panel {
	margin-top: 18px;
	padding: 16px;
	border-radius: 14px;
	border: 1px solid #eceaf3;
	background: #faf9fc;
}
.nb-action-panel--offer {
	border-color: rgba(19, 12, 39, 0.12);
	background: linear-gradient(180deg, #faf9fc 0%, #f3f0fa 100%);
}
.nb-action-panel--report {
	border-color: rgba(216, 62, 70, 0.18);
	background: linear-gradient(180deg, #fffafa 0%, #fff5f5 100%);
}
.nb-action-panel__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}
.nb-action-panel__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.nb-action-panel--offer .nb-action-panel__icon {
	background: #130c27;
	color: #fff;
}
.nb-action-panel--report .nb-action-panel__icon {
	background: rgba(216, 62, 70, 0.12);
	color: #d83e46;
}
.nb-action-panel__head h5 {
	margin: 0 0 4px;
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	color: #130c27;
	letter-spacing: -0.01em;
}
.nb-action-panel__head p {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: #6b6780;
}
.nb-action-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.nb-action-label {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #4a4560;
}
.nb-action-label em {
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	color: #8a849c;
	letter-spacing: 0;
}
.nb-action-amount {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #e4e0ef;
	border-radius: 10px;
	background: #fff;
	color: #6b6780;
	font-weight: 600;
}
.nb-action-amount:focus-within {
	border-color: #352374;
	box-shadow: 0 0 0 3px rgba(53, 35, 116, 0.08);
}
.nb-action-amount input {
	flex: 1;
	height: 100%;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 15px;
	font-weight: 500;
	color: #130c27;
}
.nb-action-form input[type="text"],
.nb-action-form select,
.nb-action-form textarea {
	width: 100%;
	border: 1px solid #e4e0ef;
	border-radius: 10px;
	background: #fff;
	padding: 10px 12px;
	font-size: 14px;
	color: #130c27;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nb-action-form select {
	height: 44px;
	cursor: pointer;
}
.nb-action-form textarea {
	resize: vertical;
	min-height: 64px;
	line-height: 1.45;
}
.nb-action-form input:focus,
.nb-action-form select:focus,
.nb-action-form textarea:focus {
	border-color: #352374;
	box-shadow: 0 0 0 3px rgba(53, 35, 116, 0.08);
}
.nb-action-panel--report .nb-action-form input:focus,
.nb-action-panel--report .nb-action-form select:focus,
.nb-action-panel--report .nb-action-form textarea:focus {
	border-color: #d83e46;
	box-shadow: 0 0 0 3px rgba(216, 62, 70, 0.1);
}
.nb-action-btn {
	margin-top: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	width: 100%;
	border: 0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
}
.nb-action-btn--primary {
	background: #130c27;
	color: #fff;
}
.nb-action-btn--primary:hover {
	background: #2a2048;
}
.nb-action-btn--danger {
	background: #d83e46;
	color: #fff;
}
.nb-action-btn--danger:hover {
	background: #c03239;
}
.nb-action-btn:active {
	transform: translateY(1px);
}

/* Report as quiet text + modal */
.nb-report-wrap {
	margin-top: 14px;
	text-align: center;
}
.nb-report-link {
	border: 0;
	background: none;
	padding: 0;
	font-size: 12px;
	color: #9a94a8;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
.nb-report-link:hover {
	color: #d83e46;
}
.nb-report-modal .modal-header {
	border-bottom: 1px solid #eceaf3;
}
.nb-report-modal .modal-title {
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #130c27;
}
.nb-report-help {
	margin: 0 0 14px;
	font-size: 13px;
	color: #6b6780;
}
.nb-report-field {
	width: 100%;
	border: 1px solid #e4e0ef;
	border-radius: 10px;
	background: #fff;
	padding: 10px 12px;
	font-size: 14px;
	color: #130c27;
	outline: none;
	margin-bottom: 10px;
}
.nb-report-field:focus {
	border-color: #d83e46;
	box-shadow: 0 0 0 3px rgba(216, 62, 70, 0.1);
}
.nb-report-modal .nb-action-label {
	display: block;
	margin-bottom: 6px;
}
.nb-report-modal .modal-footer {
	border-top: 1px solid #eceaf3;
	gap: 8px;
}

/*========== Featured plans modal ==========*/
.nb-feature-modal {
	position: relative;
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(19, 12, 39, 0.22);
}
.nb-feature-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
.nb-feature-close:hover { background: rgba(255, 255, 255, 0.28); }
.nb-feature-top {
	padding: 22px 22px 18px;
	background: #130c27;
	color: #fff;
}
.nb-feature-kicker {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ff8a90;
}
.nb-feature-modal .modal-title {
	margin: 0;
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.02em;
}
.nb-feature-book {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nb-feature-plans {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	background: #f7f6fa;
}
.nb-feature-plan {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 14px;
	border: 1px solid #e4e0ef;
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nb-feature-plan:hover {
	border-color: #c8c0dc;
	box-shadow: 0 4px 14px rgba(19, 12, 39, 0.06);
}
.nb-feature-plan.is-popular {
	border-color: #d83e46;
	box-shadow: 0 0 0 1px #d83e46;
}
.nb-feature-plan__badge {
	position: absolute;
	top: -9px;
	left: 14px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #d83e46;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.nb-feature-plan__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.nb-feature-plan__info strong {
	font-size: 15px;
	font-weight: 600;
	color: #130c27;
}
.nb-feature-plan__info span {
	font-size: 12px;
	color: #8a849c;
}
.nb-feature-plan__price {
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: #130c27;
	white-space: nowrap;
}
.nb-feature-plan__btn {
	height: 36px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: #130c27;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.nb-feature-plan__btn:hover { background: #d83e46; }
.nb-feature-plan.is-popular .nb-feature-plan__btn { background: #d83e46; }
.nb-feature-plan.is-popular .nb-feature-plan__btn:hover { background: #c03239; }
@media (max-width: 575px) {
	.nb-feature-plan {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"info price"
			"btn btn";
	}
	.nb-feature-plan__info { grid-area: info; }
	.nb-feature-plan__price { grid-area: price; }
	.nb-feature-plan__btn { grid-area: btn; width: 100%; }
}


/*========== Reader voices ==========*/
.nb-voices {
	padding: 72px 0;
	background: #f7f6fa;
}
.nb-voices-head {
	margin-bottom: 32px;
}
.nb-voices-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.nb-voice {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 28px 24px;
	background: #fff;
	border: 1px solid #eceaf3;
	border-radius: 14px;
}
.nb-voice > p {
	flex: 1;
	margin: 0 0 24px;
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.05rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.55;
	color: #130c27;
	letter-spacing: -0.01em;
}
.nb-voice footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #f0eef5;
}
.nb-voice footer img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
}
.nb-voice cite {
	font-style: normal;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.nb-voice cite strong {
	font-size: 14px;
	font-weight: 600;
	color: #130c27;
}
.nb-voice cite span {
	font-size: 12px;
	color: #8a849c;
}

/*========== Blog equal-height cards ==========*/
.nb-blog .nb-heading { margin-bottom: 28px; }
.nb-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}
.nb-blog-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #eceaf3;
	border-radius: 14px;
	overflow: hidden;
}
.nb-blog-media {
	display: block;
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}
.nb-blog-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.nb-blog-card:hover .nb-blog-media img {
	transform: scale(1.04);
}
.nb-blog-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 18px 20px;
}
.nb-blog-body time {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8a849c;
}
.nb-blog-title {
	margin: 0 0 10px;
	font-family: var(--nb-font-display), Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	min-height: 2.7em;
}
.nb-blog-title a {
	color: #130c27;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.nb-blog-title a:hover { color: #d83e46; }
.nb-blog-desc {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.55;
	color: #6b6780;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 4.65em;
}
.nb-blog-more {
	margin-top: auto;
	font-size: 13px;
	font-weight: 600;
	color: #d83e46;
}
.nb-blog-more:hover { color: #130c27; }
.nb-blog-actions {
	margin-top: 32px;
	text-align: center;
}

@media (max-width: 991px) {
	.nb-voices-grid,
	.nb-blog-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 575px) {
	.nb-voices { padding: 48px 0; }
	.nb-voices-grid,
	.nb-blog-grid {
		grid-template-columns: 1fr;
	}
	.nb-blog-media { height: 180px; }
	.nb-blog-title { min-height: 0; }
	.nb-blog-desc { min-height: 0; }
}
