/*
Theme Name: VYD Today
Theme URI: https://vydtoday.com
Author: VYD Today Team
Author URI: https://vydtoday.com
Description: A modern WordPress theme for daily TV deals and discounts aggregation. Features include deal listings, brand showcases, blog posts, and category pages.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vydtoday
Tags: deals, shopping, e-commerce, blog, responsive, modern
*/

.content-body {
	max-width: 800px;
	margin: 0 auto
}

.content-body h2 {
	font-size: 2.2rem;
	margin-top: 40px;
	margin-bottom: 20px;
	color: var(--wp-dark)
}

.content-body p {
	font-size: 1.1rem;
	color: #475569;
	margin-bottom: 24px;
	line-height: 1.8
}

.styled-list {
	margin: 30px 0 40px 20px;
	list-style: none
}

.styled-list li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
	font-size: 1.05rem;
	color: #475569;
	line-height: 1.6
}

.styled-list li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--wp-primary);
	font-weight: 900;
	font-size: 20px
}

.disclaimer-box {
	background: #f1f5f9;
	padding: 40px;
	border-radius: 24px;
	margin-top: 60px;
	text-align: center;
	border: 1px dashed var(--wp-gray)
}

.disclaimer-box h4 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: var(--wp-dark);
	text-transform: uppercase;
	letter-spacing: .05em
}

.disclaimer-box p {
	max-width: 800px;
	margin: 0 auto;
	color: var(--wp-gray);
	font-size: .95rem;
	line-height: 1.6
}

.contact-hero {
	padding: 60px 0 40px;
	text-align: center
}

.contact-hero h1 {
	font-size: 3rem;
	margin-bottom: 25px;
	color: var(--wp-dark)
}

.contact-intro-box {
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: left;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid var(--wp-border);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .02)
}

.contact-intro-box p {
	font-size: 16px;
	color: var(--wp-gray);
	margin-bottom: 20px;
	line-height: 1.7
}

.disclaimer-quote {
	background-color: #f0f4ff;
	border-left: 4px solid var(--wp-primary);
	padding: 20px 25px;
	border-radius: 0 12px 12px 0;
	font-style: italic;
	color: #374151;
	margin: 20px 0
}

.get-in-touch-heading {
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center
}

.hero-sub {
	color: var(--wp-gray);
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 40px
}

.contact-wrapper {
	max-width: 700px;
	margin: 0 auto 100px
}

.contact-form {
	background: #fff;
	padding: 40px;
	border-radius: 24px;
	border: 1px solid var(--wp-border);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .03)
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px
}

.form-group,
.grid-2 {
	margin-bottom: 24px
}

.form-group label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--wp-dark);
	margin-bottom: 8px
}

.form-input {
	width: 100%;
	padding: 14px 20px;
	border-radius: 12px;
	border: 1px solid var(--wp-border);
	font-family: inherit;
	font-size: 15px;
	outline: none;
	transition: .3s;
	background: #fcfdfe
}

.form-input:focus {
	border-color: var(--wp-primary);
	box-shadow: 0 0 0 4px rgba(79, 70, 229, .1);
	background: #fff
}

textarea.form-input {
	resize: vertical;
	min-height: 120px
}

.terms-group {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 30px
}

.terms-group input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	cursor: pointer;
	accent-color: var(--wp-primary)
}

.terms-group label {
	font-size: 14px;
	color: var(--wp-gray);
	cursor: pointer;
	user-select: none
}

.terms-group label a {
	color: var(--wp-primary);
	text-decoration: none;
	font-weight: 600
}

.submit-btn {
	width: 100%;
	background: var(--wp-primary);
	color: #fff;
	padding: 16px;
	border-radius: 14px;
	border: none;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
	box-shadow: 0 10px 20px rgba(79, 70, 229, .2)
}

.submit-btn:hover {
	/*background: var(--wp-primary-hover);*/
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(79, 70, 229, .3)
}

.submit-btn:active {
	transform: translateY(0)
}

.form-status {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 12px;
	border-radius: 8px;
	display: none
}

.form-status.success {
	display: block;
	background: #ecfdf5;
	color: #059669
}

.form-status.error {
	display: block;
	background: #fef2f2;
	color: #dc2626
}

blockquote {
	background-color: #f0f4ff;
	border-left: 5px solid var(--wp-primary);
	padding: 30px;
	margin: 40px 0;
	border-radius: 0 16px 16px 0;
	font-style: italic;
	position: relative
}

blockquote p {
	margin-bottom: 0 !important;
	color: var(--wp-dark) !important;
	font-weight: 500;
	font-size: 1.2rem !important
}

.faq-section {
	padding: 80px 0;
	background: #fff
}

.faq-search-wrap {
	max-width: 600px;
	margin: 0 auto 2em;
	position: relative;
	z-index: 10
}

.faq-search-input {
	width: 100%;
	padding: 18px 25px;
	border-radius: 16px;
	border: 1px solid var(--wp-border);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	font-size: 16px;
	font-family: inherit;
	outline: none;
	transition: .3s
}

.faq-search-input:focus {
	border-color: var(--wp-primary);
	box-shadow: 0 10px 25px rgba(79, 70, 229, .1)
}

.faq-list {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.faq-item {
	border: 1px solid var(--wp-border);
	border-radius: 16px;
	overflow: hidden;
	transition: .3s
}

.faq-item:hover {
	border-color: var(--wp-primary)
}

.faq-question {
	padding: 25px;
	background: #fff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none
}
.faq-question h3{
	margin:0 !important;
	font-size: 1.4rem !important;
}
.entry-content .faq-question h3 {
	font-size: 18px;
	color: var(--wp-dark);
	margin: 0
}

.faq-icon {
	width: 24px;
	height: 24px;
	transition: transform .3s;
	color: var(--wp-primary)
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s cubic-bezier(0, 1, 0, 1);
	background: var(--wp-light-bg)
}

.faq-answer-inner {
	padding: 10px 25px 25px;
	color: var(--wp-gray);
	font-size: 16px;
	line-height: 1.7
}

.faq-item.active .faq-answer {
	max-height: 1000px;
	transition: max-height .8s ease-in-out
}

.faq-item.active .faq-icon {
	transform: rotate(180deg)
}

.faq-item.active {
	border-color: var(--wp-primary);
	box-shadow: 0 4px 20px rgba(79, 70, 229, .05)
}

@media (max-width:768px) {
	.faq-question h3 {
		font-size: 16px
	}
}

:root {
	--content-width: 980px
}

.header-inner {
	max-width: var(--content-width)
}

.category-badge {
	background: rgba(79, 70, 229, .1);
	color: var(--wp-primary);
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block
}

.deal-card {
	display: none;
	background: #fff;
	border: 1px solid var(--wp-border);
	border-radius: 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 350px 1fr;
	transition: .3s
}

.deal-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
	border-color: var(--wp-primary)
}

.card-image {
	position: relative;
	height: 100%
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.promo-tag {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--wp-accent);
	color: #fff;
	padding: 5px 12px;
	border-radius: 6px;
	font-weight: 800;
	font-size: 12px
}

.card-brand-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px
}

.brand-logo-circle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--wp-light-bg);
	border: 1px solid var(--wp-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 12px;
	color: var(--wp-primary);
	flex-shrink: 0
}

.brand-name-label {
	font-weight: 700;
	font-size: 15px;
	color: var(--wp-dark);
	letter-spacing: -.01em
}

.card-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.card-content h3 {
	font-size: 22px;
	margin-bottom: 12px;
	line-height: 1.3;
	color: var(--wp-dark)
}

.card-content p {
	color: var(--wp-gray);
	font-size: 15px;
	margin-bottom: 24px
}

.no-results {
	display: none;
	text-align: center;
	padding: 40px;
	color: var(--wp-gray);
	font-weight: 600
}

.search-page-header {
	padding: 60px 0 40px;
	text-align: center
}

.results-for-text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--wp-gray);
	font-weight: 700;
	margin-bottom: 10px;
	display: block
}

.query-heading {
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: var(--wp-dark)
}

.search-box-container {
	max-width: 600px;
	margin: 0 auto;
	position: relative
}

.search-bar {
	width: 100%;
	padding: 16px 60px 16px 25px;
	border-radius: 100px;
	border: 2px solid var(--wp-border);
	font-family: inherit;
	font-size: 16px;
	outline: none;
	transition: all .3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .03)
}

.search-bar:focus {
	border-color: var(--wp-primary);
	box-shadow: 0 10px 25px rgba(79, 70, 229, .1)
}

.search-icon-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--wp-primary);
	color: #fff;
	border: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s
}

.search-icon-btn:hover {
	background: #3730a3
}

:root {
	--wp-primary: #4f46e5;
	--wp-accent: #f43f5e;
	--wp-dark: #0f172a;
	--wp-gray: #64748b;
	--wp-light-bg: #f8fafc;
	--wp-border: #e2e8f0;
	--header-width: 980px;
	--header-height: 65px;
	--content-width: 880px;
	--shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
	--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	--success: #10b981;
	--danger: #ef4444;
	--amazon-orange: #f90
}

.logo-badge {
	background: linear-gradient(135deg, #4f46e5, #7c3aed);
	color: #fff;
	padding: 4px 10px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 18px;
	margin-right: 8px;
	box-shadow: 0 4px 10px rgba(79, 70, 229, .2)
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: Plus Jakarta Sans, sans-serif;
	color: var(--wp-dark);
	line-height: 1.6;
	background: #fff;
	overflow-x: hidden
}

h1,
h2,
h3,
h4 {
	font-family: Outfit, sans-serif;
	font-weight: 700;
	letter-spacing: -.01em
}

.container {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 20px
}
.container p{
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #334155;
	line-height: 1.8;
}

.container h2,
.container h3,
.container h4 {
	font-family: Outfit, sans-serif;
	margin: 40px 0 20px;
	color: var(--wp-dark);
	line-height: 1.3
}
.container h2{
	font-size: 1.8rem;
}
.container h3{
		font-size: 1.5rem
}
.container h4{
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e293b;
}
.container ul{
}
.container ol{
}
.container li{
}




.btn {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
	transition: .3s;
	cursor: pointer;
	border: none;
	text-align: center;
	font-size: 14px
}

.btn-primary {
	background: var(--wp-primary);
	color: #fff
}

.btn-primary:hover {
	background: #3730a3;
}

.btn-outline {
	background: transparent;
	border: 2px solid var(--wp-primary);
	color: var(--wp-primary)
}

.btn-outline:hover {
	background: var(--wp-primary);
	color: #fff
}

.btn-deal-action {
	margin-left: auto
}

.wp-header {
	height: var(--header-height);
	background: #fff;
	border-bottom: 1px solid var(--wp-border);
	position: sticky;
	top: 0;
	z-index: 1000
}

.header-inner,
.wp-header {
	display: flex;
	align-items: center
}

.header-inner {
	justify-content: space-between;
	width: 100%;
	max-width: var(--header-width);
	margin: 0 auto;
	padding: 0 20px
}

.logo {
	text-decoration: none;
	color: var(--wp-dark);
	font-size: 20px;
	font-weight: 800;
	z-index: 1001
}

.logo,
.nav-menu {
	display: flex;
	align-items: center
}

.nav-menu {
	list-style: none;
	gap: 20px
}

.nav-menu a {
	text-decoration: none;
	color: var(--wp-gray);
	font-weight: 600;
	font-size: 14px;
	transition: color .2s
}

.nav-menu a:hover {
	color: var(--wp-primary)
}

.menu-item{
	list-style-type:none;
}

.current-menu-item a{
	color: var(--wp-primary);
}
.current-menu-parent > a {
	color: var(--wp-primary);
}

.menu-item-has-children {
	position: relative;
	padding: 10px 0
}

.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 200px;
	border: 1px solid var(--wp-border);
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	padding: 8px 0;
	display: none;
	z-index: 100
}

.sub-menu a {
	display: block;
	padding: 8px 16px;
	font-size: 13px;
	text-align: left
}

.menu-item-has-children:hover .sub-menu {
	display: block
}

.menu-item-has-children:after {
	content: " ▾";
	font-size: 1em;
	opacity: .6
}

.menu-item-78 {
margin-left:2em; 
}
.menu-item-78 a{
 color:white;
}
.menu-item-78 a:hover{
	color: white;
}
.mobile-actions {
	display: none;
	align-items: center;
	gap: 15px
}

.menu-toggle {
	width: 24px;
	height: 18px;
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
	z-index: 1001
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--wp-dark);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

.menu-toggle span:first-child {
	top: 0
}

.menu-toggle span:nth-child(2) {
	top: 7px
}

.menu-toggle span:nth-child(3) {
	top: 14px
}

.menu-toggle.open span:first-child {
	top: 7px;
	transform: rotate(135deg)
}

.menu-toggle.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

.menu-toggle.open span:nth-child(3) {
	top: 7px;
	transform: rotate(-135deg)
}

.hero {
	padding: 40px 0;
	background: linear-gradient(135deg, #f8fafc, #eff6ff);
	text-align: center;
	border-bottom: 1px solid var(--wp-border)
}

.hero h1 {
	font-size: 3.5rem;
	line-height: 1.2;
	margin-bottom: 12px
}

.hero h1 span {
	color: var(--wp-primary)
}

.hero p {
	font-size: 1rem;
	color: var(--wp-gray);
	margin-bottom: 25px;
	padding: 0 20px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto
}

.search-box {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid var(--wp-border);
	background: #fff
}

.search-box input {
	flex: 1;
	border: none;
	padding: 20px 20px;
	font-size: 14px;
	outline: none;
	width: 100%
}

.search-box button {
	background: var(--wp-primary);
	color: #fff;
	border: none;
	padding: 0 20px;
	font-weight: 700;
	cursor: pointer;
	font-size: 14px
}

.intro-text {
	padding: 40px 0 20px;
	max-width: 800px;
	margin: 0 auto
}

.intro-text p {
	font-size: 1.05rem;
	color: #475569;
	margin-bottom: 20px;
	line-height: 1.8
}

.intro-text strong {
	color: var(--wp-dark);
	font-weight: 700
}

.section-padding {
	padding: 1em 0
}

.section-heading {
	text-align: center;
	margin-bottom: 50px
}

.section-heading h2 {
	font-size: 2.5rem;
	margin-bottom: 8px
}

.update-date {
	color: var(--wp-gray);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em
}

.deals-list {
	gap: 60px
}

.deal-item,
.deals-list {
	display: flex;
	flex-direction: column
}

.deal-item {
	background: #fff;
	border: 1px solid var(--wp-border);
	border-radius: 24px;
	overflow: hidden;
	transition: .3s;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .02);
	max-width: 800px;
	margin: 0 auto
}

.deal-item:hover {
	border-color: var(--wp-primary);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .1)
}

.deal-banner-wrap {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden
}

.deal-banner-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s
}

.deal-item:hover .deal-banner-wrap img {
	transform: scale(1.03)
}

.off-badge {
	position: absolute;
	top: 25px;
	left: 25px;
	background: var(--wp-accent);
	color: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 14px;
	box-shadow: 0 4px 10px rgba(244, 63, 94, .4)
}

.deal-info {
	padding: 40px
}
.deal-info a{
	color: white !important;
	text-decoration: auto !important;
}
.brand-header {
	display: flex;
	align-items: center;
	gap: 15px
}

.brand-logo {
	width: 70px;
	height: 70px;
	object-fit: contain;
	border: 1px solid #f1f5f9;
	border-radius: 50%;
	padding: 8px;
	background: #fff
}

.brand-name-tag {
	font-size: 20px;
	color: var(--wp-primary);
	font-weight: 800
}

.deal-info h3 {
	font-size: 28px !important;
	margin: 15px 0 !important;
}

.deal-excerpt {
	color: var(--wp-gray);
	/*margin-bottom: 30px;*/
	font-size: 16px;
	line-height: 1.7
}

/* Shipping Field Styles */
.shipping-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px; /* Price meta se thoda fasla */
    padding: 10px 15px;
    background: #f8fafc; /* Halka sa background taake standout kare */
    border-radius: 12px;
    width: fit-content;
}

.shipping-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.shipping-text::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E")
        no-repeat center / contain;
}

.shipping-info span {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}

.price-meta {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f5f9
}

.price-group {
	display: flex;
	flex-direction: column
}

.price-label {
	font-size: 12px;
	font-weight: 700;
	color: var(--wp-gray);
	text-transform: uppercase
}

.p-retail {
	text-decoration: line-through;
	color: var(--wp-gray);
	font-size: 16px
}

.p-deal {
	font-size: 32px;
	font-weight: 800;
	color: var(--wp-dark)
}

.p-deal small {
	font-size: 14px;
	font-weight: 600;
	color: var(--wp-gray)
}

.pillar-section {
	padding: 1em 0;
	background: #fff
}

.pillar-content {
	max-width: 800px;
	margin: 0 auto
}

.pillar-content h2 {
	font-size: 2.2rem;
	margin: 50px 0 25px
}

.pillar-content p {
	margin-bottom: 25px;
	color: #445469;
	font-size: 1.15rem;
	line-height: 1.8
}

.faq-card {
	background: white;
	padding: 35px;
	border-radius: 20px;
	margin-bottom: 20px;
	border: 1px solid var(--wp-border)
}
.faq-card h4{
	margin: 0 0 1em;
	color: var(--wp-primary);
    font-size: 1.2rem;
}
.entry-content .faq-card h4 {
	color: var(--wp-primary);
	margin-bottom: 12px;
	margin-top: 0;
	font-size: 1.2rem
}

.blog-section {
	background: var(--wp-light-bg);
	padding: 2em 0
}

.blog-section h2 {
	font-size: 2.2rem
}

.blog-list {
	display: flex;
	flex-direction: column;
	gap: 30px
}

.blog-post {
	display: grid;
	grid-template-columns: 320px 1fr;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--wp-border);
	transition: transform .3s ease, box-shadow .3s ease
}

.blog-post:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .05)
}

.blog-feat-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #e2e8f0;
	min-height: 250px
}

.blog-content {
	padding: 40px;
	display: flex;
	flex-direction: column
}

.blog-meta-top {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--wp-primary);
	margin-bottom: 12px;
	letter-spacing: .1em
}

.blog-title {
	font-size: 1.5rem !important;
    margin: 0 0 15px 0 !important;
	line-height: 1.3;
	color: var(--wp-dark) !important;
}
.blog-title a{
	text-decoration:none;
	color: var(--wp-dark);
}
.blog-title a:hover{
	  color: var(--wp-primary);
}
.blog-excerpt {
	color: var(--wp-gray);
	font-size: 15px;
	margin-bottom: 30px;
	flex-grow: 1
}

.blog-footer {
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px solid #f1f5f9
}

.author-info,
.blog-footer {
	display: flex;
	align-items: center
}

.author-info {
	gap: 12px
}

.author-avatar {
	width: 32px;
	height: 32px;
	background: #cbd5e1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #fff
}

.author-details {
	display: flex;
	flex-direction: column
}

.author-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--wp-dark)
}

.post-date {
	font-size: 12px;
	color: var(--wp-gray)
}

.read-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--wp-primary);
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	transition: .2s;
	margin-left: 0
}

.read-link:hover {
	gap: 12px
}

.read-link svg {
	width: 18px;
	height: 18px
}

.subscribe-area {
	background: var(--wp-dark);
	padding: 2em 0;
	color: #fff;
	text-align: center;
	background-image: radial-gradient(circle at 20% 20%, rgba(79, 70, 229, .15) 0, transparent 40%)
}

.subscribe-area h2 {
	font-size: 2.8rem;
	color: white;
}
.subscribe-area p {
	color: white;
}
.sub-box {
	max-width: 550px;
	margin: 1em auto 0;
	display: flex;
	gap: 15px;
	background: hsla(0, 0%, 100%, .05);
	padding: 10px;
	border-radius: 100px
}

.sub-box input {
	flex: 1;
	padding: 15px 30px;
	outline: none;
	background: #fff;
	font-size: 16px
}

.sub-box button,
.sub-box input {
	border-radius: 100px;
	border: none
}

.sub-box button {
	background: var(--wp-primary);
	color: #fff;
	padding: 0 35px;
	font-weight: 700;
	cursor: pointer
}

.site-footer {
	background-color: #0f172a;
	color: #f1f5f9;
	padding: 2em 0 0;
	font-size: 15px
}

.footer-container {
	max-width: var(--header-width);
	margin: 0 auto;
	padding: 0 20px
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 2em;
}

.footer-heading {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: .05em
}

.footer-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px
}

.footer-about-text {
	color: #94a3b8;
	line-height: 1.7;
	margin-bottom: 25px
}

.footer-links {
	list-style: none;
	padding: 0
}

.footer-links li {
	margin-bottom: 12px
}

.footer-links a {
	color: #94a3b8;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease
}

.footer-links a:hover {
	color: var(--wp-primary);
	padding-left: 5px
}

.footer-disclaimer-bar {
	background-color: #020617;
	padding: 40px 0;
	margin-top: 40px;
	border-top: 1px solid #1e293b
}

.disclaimer-text {
	color: #64748b;
	font-size: 13px;
	line-height: 1.6;
	max-width: 850px;
	margin: 0 auto;
	text-align: center
}

.copyright-bar {
	padding: 30px 0;
	border-top: 1px solid #1e293b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #64748b;
	font-size: 14px
}

.social-links {
	display: flex;
	gap: 15px
}

.social-links a {
	color: #94a3b8;
	text-decoration: none;
	font-weight: 600
}

@media (max-width:900px) {
	.mobile-actions {
		display: flex
	}

	.header-inner>.btn-primary {
		display: none
	}

	.nav-menu {
		position: absolute;
		top: var(--header-height);
		left: 0;
		width: 100%;
		height: 0;
		background: #fff;
		flex-direction: column;
		align-items: flex-start;
		padding: 0 30px;
		gap: 0;
		border-bottom: 0 solid var(--wp-border);
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
		transition: all .4s cubic-bezier(.4, 0, .2, 1);
		overflow: hidden;
		z-index: 999
	}

	.nav-menu.active {
		height: calc(100vh - var(--header-height));
		padding: 20px 30px 40px;
		overflow-y: auto;
		border-bottom-width: 1px
	}

	.nav-menu li {
		width: 100%;
		list-style: none
	}

	.nav-menu li a {
		display: block;
		padding: 14px 0;
		font-size: 16px;
		font-weight: 600;
		color: var(--wp-dark);
		text-decoration: none;
		border-bottom: 1px solid #f1f5f9
	}

	.menu-item-has-children .sub-menu {
		position: static;
		display: block;
		width: 100%;
		background: #fff;
		box-shadow: none;
		border: none;
		padding: 0 0 10px 15px;
		border-radius: 0
	}

	.sub-menu a {
		padding: 10px 0;
		font-size: 15px;
		color: var(--wp-gray);
		font-weight: 500;
		border-bottom: none !important
	}

	.menu-item-has-children:after {
		content: ""
	}

	.hero h1 {
		font-size: 2.5rem
	}

	.blog-post {
		grid-template-columns: 1fr
	}

	.deal-banner-wrap {
		height: 280px
	}

	.sub-box {
		flex-direction: column;
		border-radius: 20px;
		background: transparent
	}

	.sub-box button {
		padding: 15px;
		border-radius: 10px
	}

	.btn-deal-action {
		margin-left: 0;
		width: 100%;
		margin-top: 10px
	}

	.price-meta {
		flex-direction: column;
		align-items: flex-start
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center
	}

	.copyright-bar {
		flex-direction: column;
		gap: 20px
	}
}

@media (max-width:600px) {
	.hero {
		padding: 30px 0
	}

	.hero h1 {
		font-size: 1.7rem
	}

	.sub-box {
		flex-direction: column;
		border-radius: 16px;
		padding: 0;
		background: transparent
	}

	.sub-box button,
	.sub-box input {
		border-radius: 10px;
		padding: 12px;
		width: 100%
	}
}

@media (max-width:500px) {
	.blog-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px
	}

	.read-link {
		width: 100%;
		justify-content: flex-start;
		padding-top: 5px
	}

	.blog-title {
		font-size: 22px
	}
}

.brand-search-container {
	max-width: 600px;
	margin: 0 auto;
	position: relative
}

.brand-search-input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e2e8f0; /* Default border agar variable kaam na kare */
    border-radius: 14px;
    padding: 5px; /* Padding kam ki taake button edge tak touch ho sake */
    padding-left: 20px;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .03);
}

.brand-search-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 0;
}

/* Naya Search Button Style */
.search-submit-btn {
    background: #000; /* Aap apna brand color yahan daal sakte hain */
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    margin-left: 10px;
}

.search-submit-btn:hover {
    background: #333; /* Hover effect */
}

.search-submit-btn svg {
    width: 20px;
    height: 20px;
    stroke: #fff; /* Icon ka color white kar diya */
}

.brand-search-input-wrap input::placeholder {
	color: #94a3b8
}

.section-update-date {
	text-align: center;
	margin: 2em 0 .5em;
}

.load-more-container {
	text-align: center;
	margin: 2em 0 3em;
}

.loading-spinner {
	display: none;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid var(--wp-primary);
	border-radius: 50%;
	animation: spin 1s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

button:disabled,
.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.main-section {
	padding: 2em 0;
	/*background: var(--wp-light-bg)*/
}

.post-header {
	margin-bottom: 40px;
	/*text-align: center*/
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .8rem;
	color: var(--wp-gray);
	margin-bottom: 20px;
	/*justify-content: center;*/
	text-transform: uppercase;
	letter-spacing: .5px
}

.breadcrumbs a {
	color: var(--wp-gray);
	text-decoration: none;
	transition: color .2s
}

.breadcrumbs a:hover {
	color: var(--wp-primary)
}

.breadcrumbs span.separator {
	color: var(--wp-border);
	font-size: .7rem
}

.category-link {
	display: inline-flex;
	align-items: center;
	background: rgba(79, 70, 229, .1);
	color: var(--wp-primary);
	padding: 6px 16px;
	border-radius: 100px;
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
	border: 1px solid transparent
}

.category-link:hover {
	background: var(--wp-primary);
	color: #fff;
	transform: translateY(-2px)
}

.post-title {
	font-size: 3.5rem;
	line-height: 1.1;
	font-weight: 800;
	margin-bottom: 24px
}

.post-meta-clean {
	/*justify-content: center;*/
	gap: 20px;
	color: var(--wp-gray);
	font-size: .85rem;
	font-weight: 500
}

.meta-item,
.post-meta-clean {
	display: flex;
	align-items: center
}

.meta-item {
	gap: 6px
}

.meta-item svg {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	color: var(--wp-border)
}

.featured-image-container {
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 45px;
	box-shadow: var(--shadow-md)
}

.featured-image-container img {
	width: 100%;
	height: auto;
	display: block
}

.entry-content {
	background: #fff;
	padding: 40px;
	border-radius: 24px;
	border: 1px solid var(--wp-border);
	box-shadow: var(--shadow-sm)
}

.entry-content p {
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #334155;
	line-height: 1.8
}

.toc-block {
	background: #f1f5f9;
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 30px
}

.toc-block h5 {
	font-family: Outfit, sans-serif;
	font-size: 1.1rem;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.entry-content a {
	color: var(--wp-primary);
	text-decoration: underline;
	font-weight: 600
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-family: Outfit, sans-serif;
	margin: 40px 0 20px;
	color: var(--wp-dark);
	line-height: 1.3
}

.entry-content h2 {
	font-size: 1.8rem;
	border-left: 4px solid var(--wp-primary);
	padding-left: 15px
}

.entry-content h3 {
	font-size: 1.5rem
}

.entry-content h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e293b;
}

.wp-block-table {
	width: 100%;
	margin: 30px 0;
	border-collapse: collapse;
	overflow-x: auto;
	display: block
}

.wp-block-table table {
	width: 100%;
	min-width: 600px;
	border: 1px solid var(--wp-border)
}

.wp-block-table td,
.wp-block-table th {
	padding: 15px;
	border: 1px solid var(--wp-border);
	text-align: left
}

.wp-block-table th {
	background-color: var(--wp-light-bg);
	font-weight: 700;
	color: var(--wp-dark)
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 25px;
	padding-left: 25px
}

.entry-content li {
	margin-bottom: 10px;
	font-size: 1.05rem
}

.wp-block-image {
	margin: 30px 0
}

.wp-block-image img {
	max-width: 100%;
	border-radius: 12px
}

.wp-block-image figcaption {
	text-align: center;
	font-size: .85rem;
	color: var(--wp-gray);
	margin-top: 10px
}

.wp-block-quote {
	border-left: 4px solid var(--wp-accent);
	padding: 20px 30px;
	background: #fff5f7;
	margin: 30px 0;
	border-radius: 0 12px 12px 0
}

.entry-content blockquote:first-of-type {
	margin-top:0;
}

.alternate-product-box,
.best-product-box {
	border: 2px solid var(--wp-border);
	border-radius: 16px;
	padding: 25px;
	margin: 40px 0;
	position: relative
}

.best-product-box {
	border-color: var(--wp-primary)
}

.product-badge {
	position: absolute;
	top: -15px;
	left: 20px;
	background: var(--wp-primary);
	color: #fff;
	padding: 4px 15px;
	border-radius: 30px;
	font-weight: 700;
	font-size: .8rem;
	text-transform: uppercase
}

.product-content {
	display: flex;
	gap: 25px;
	align-items: center
}

.product-img {
	width: 180px;
	height: 180px;
	object-fit: contain;
	background: #fff;
	padding: 10px;
	border: 1px solid var(--wp-border);
	border-radius: 12px
}

.product-details h4 {
	margin-top: 0 !important;
	font-size: 1.4rem !important
}

.product-rating {
	color: #f59e0b;
	margin-bottom: 10px;
	font-size: .9rem
}

.amazon-btn {
	background: var(--amazon-orange);
	color: #111 !important;
	padding: 12px 25px;
	border-radius: 8px;
	text-decoration: none !important;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: .2s
}

.amazon-btn:hover {
	filter: brightness(1.05)
}

.deal-callout {
	background: linear-gradient(135deg, #f8fafc, #f1f5f9);
	border: 2px dashed var(--wp-border);
	padding: 30px;
	border-radius: 20px;
	margin: 40px 0;
	display: flex;
	align-items: center;
	gap: 20px
}

.deal-callout .brand-img {
	width: 80px;
	height: 80px;
	background: #fff;
	padding: 10px;
	border-radius: 12px;
	box-shadow: var(--shadow-sm);
	object-fit: contain
}

.deal-detail h4 {
	margin: 0 0 5px;
	font-size: 1.2rem
}

.deal-detail p {
	margin: 0 !important;
	font-size: .95rem !important;
	color: var(--wp-gray)
}

.wp-block-author-bio {
	display: flex;
	align-items: center;
	gap: 20px;
	background: var(--wp-light-bg);
	padding: 25px;
	border-radius: 15px;
	margin: 40px 0
}

.wp-block-author-bio img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover
}

.author-profession {
	color: var(--wp-primary);
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase
}

.pros-cons-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 30px 0
}

.pc-card {
	padding: 20px;
	border-radius: 12px
}

.pc-card.pros {
	background: #f0fdf4;
	border: 1px solid #bbf7d0
}

.pc-card.cons {
	background: #fef2f2;
	border: 1px solid #fecaca
}

.wp-block-embed-youtube {
	margin: 30px 0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: var(--shadow-md)
}

.wp-block-embed-youtube iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border: none
}

.wp-block-button__link {
	background: var(--wp-primary);
	color: #fff !important;
	padding: 12px 28px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	transition: transform .2s;
	border: none;
	cursor: pointer
}

.wp-block-button__link:hover {
	transform: translateY(-2px);
	filter: brightness(1.1)
}

.like-block {
	gap: 10px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--wp-border)
}

.like-block,
.like-btn {
	display: flex;
	align-items: center
}

.like-btn {
	background: none;
	border: 1px solid var(--wp-border);
	padding: 8px 16px;
	border-radius: 20px;
	cursor: pointer;
	font-family: inherit;
	/*gap: 5px*/
}
.helpful-btn:hover {
	background-color: green;
	color: white;
}
/* Helpful button after it has been clicked */
.like-btn.liked {
    opacity: 0.6;          /* Visual feedback */
    cursor: not-allowed;   /* Prevent interaction */
}


.comments-section {
	padding: 2em 0;
	background: var(--wp-light-bg)
}

.comments-area {
	background: #fff;
	padding: 40px;
	border-radius: 24px;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--wp-border)
}

.comments-title {
	font-family: Outfit, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--wp-light-bg);
	padding-bottom: 15px
}

.comment-list {
	list-style: none
}

.comment-item {
	margin-bottom: 30px
}

.comment-body {
	display: flex;
	gap: 15px
}

.comment-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover
}

.comment-content h5 {
	font-size: 1rem;
	margin-bottom: 4px
}

.comment-meta {
	font-size: .8rem;
	color: var(--wp-gray);
	margin-bottom: 8px
}

.comment-text {
	font-size: .95rem;
	line-height: 1.5;
	color: #475569
}

.reply-button{
	font-size:smaller;
}

.children {
	list-style: none;
	padding-left: 65px;
	margin-top: 20px
}

.initial-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--wp-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.2rem;
	flex-shrink: 0;
	font-family: Outfit, sans-serif
}

.initial-avatar.alt {
	background: #7c3aed
}

.initial-avatar.alt2 {
	background: #f43f5e
}

.comment-respond {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid var(--wp-border)
}

.comment-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px
}

.form-full {
	grid-column: span 2
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--wp-border);
	border-radius: 10px;
	font-family: inherit;
	background: var(--wp-light-bg)
}

.comment-form textarea {
	height: 120px;
	resize: vertical
}

.submit-comment {
	background: var(--wp-primary);
	color: #fff;
	border: none;
	padding: 12px 25px;
	border-radius: 10px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s
}

@media (max-width:768px) {
	.product-content {
		flex-direction: column;
		text-align: center
	}

	.product-img {
		width: 100%;
		max-width: 250px
	}

	.comment-form {
		grid-template-columns: 1fr
	}

	.form-full {
		grid-column: span 1
	}

	.children {
		padding-left: 20px
	}

	.pros-cons-grid {
		grid-template-columns: 1fr
	}

	.deal-callout {
		display: block
	}

	.deal-detail {
		padding: 1em 0
	}

	.wp-block-author-bio {
		display: block
	}
}

@media (max-width:600px) {
	.entry-content {
		padding: 25px 20px
	}
	.like-block {
		display: inline;
	}
	.like-btn{
		margin: 1em 0;
	}
}

.has-text-align-center{
	text-align:center;
}

/* styles for View Your Deal */
@media(max-width:479px){ .deal-wrapper{ width:100%; } }
@media(min-width: 480px) and (max-width: 685px){ .deal-wrapper{ width:100%; } }
@media(min-width: 686px) and (max-width: 1049px){ .deal-wrapper{ width:100%; } }
@media(min-width: 1050px){ .deal-wrapper{ width:60%; } }	

.deals{
	border:5px dashed;
	background-color: lavenderblush;
	padding:1em;
}
.deal-wrapper{
	border: 1px solid burlywood;
    text-align: center;
	margin:0 auto 2em auto;
}
.deal-logo{
	background-color: white;
	height: 50px;
}
.deal-logo img{
	background-color: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    padding: 1em;
	max-width:30%;
	position: relative;
    top: 0px;
}
.deal-image img{
	width:100%;
}
.deal-price{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.price{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width:50%;
	margin: 0 auto;
	font-weight: 800;
}
.retail{
	color: red;
	text-decoration: line-through;
}
.deal{
	
}
.retail-price span{
	font-weight: 400;
    text-decoration: line-through;
    color: #ff0000;
}
.deal-off{
	font-weight: 700;
}
.deal-shipping{
	font-weight:700;
	background-color: cornsilk;
}
.shopbtn{
	cursor: pointer;
    font-weight: 700;
    padding: 0.5em 0;
    font-size: 1em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    background: #24a7db;
    color: #fff;
    margin-top: 0;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}




/* Pagination Container */
.gma-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
    font-family: inherit;
}

/* Base Styles for all links and current span */
.gma-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 10px;
    text-decoration: none;
    color: #444;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Hover Effect for Links */
.gma-pagination a.page-numbers:hover {
    border-color: #000;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Active/Current Page Style */
.gma-pagination .page-numbers.current {
    background: #000; /* Aapka main brand color */
    border-color: #000;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Prev and Next Specific Styling */
.gma-pagination .prev, 
.gma-pagination .next {
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive: Choti screens par gaps thode kam */
@media (max-width: 480px) {
    .gma-pagination {
        gap: 5px;
    }
    .gma-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

.post-tags {
    margin: 40px 0;
    padding-top: 25px;
    border-top: 1px solid var(--wp-border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.tags-label {
    font-weight: 700;
    font-family: 'Outfit', sans-serif; /* Matching your heading font */
    color: var(--wp-dark);
    margin-right: 5px;
}

/* Styling the dynamic <a> tags generated by WordPress */
.post-tags a {
    display: inline-block;
    padding: 6px 14px;
    background: var(--wp-light-bg);
    color: var(--wp-gray);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid var(--wp-border);
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: var(--wp-primary);
    color: #ffffff;
    border-color: var(--wp-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
}

/* Contact Form Container */

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px
}

.form-group,
.grid-2 {
	margin-bottom: 24px
}

.form-group label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--wp-dark);
	margin-bottom: 8px
}

.form-input {
	width: 100%;
	padding: 14px 20px;
	border-radius: 12px;
	border: 1px solid var(--wp-border);
	font-family: inherit;
	font-size: 15px;
	outline: none;
	transition: .3s;
	background: #fcfdfe
}

.form-input:focus {
	border-color: var(--wp-primary);
	box-shadow: 0 0 0 4px rgba(79, 70, 229, .1);
	background: #fff
}

textarea.form-input {
	resize: vertical;
	min-height: 120px
}

.terms-group {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 30px
}

.terms-group input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	cursor: pointer;
	accent-color: var(--wp-primary)
}

.terms-group label {
	font-size: 14px;
	color: var(--wp-gray);
	cursor: pointer;
	user-select: none
}

.terms-group label a {
	color: var(--wp-primary);
	text-decoration: none;
	font-weight: 600
}

.submit-btn {
	width: 100%;
	background: var(--wp-primary);
	color: #fff;
	padding: 16px;
	border-radius: 14px;
	border: none;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
	box-shadow: 0 10px 20px rgba(79, 70, 229, .2)
}

.submit-btn:hover {
	background: var(--wp-primary-hover);
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(79, 70, 229, .3)
}

.submit-btn:active {
	transform: translateY(0)
}

.form-status {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 12px;
	border-radius: 8px;
	display: none
}

.form-status.success {
	display: block;
	background: #ecfdf5;
	color: #059669
}

.form-status.error {
	display: block;
	background: #fef2f2;
	color: #dc2626
}

/* Subscribe Button Text Color */
#menu-item-1838 a {
  color: #ffffff !important;
}