/*
Theme Name: Fewne Blog
Description: Modern WordPress theme focused on AI tools, news, and insights with mobile-first design
Version: 1.0
Author: Fewne Blog Teamer
Text Domain: fewne-blog
*/

/* Reset and Base Styles */


.wp-block-separator {
    border-top: 2px solid #0000004f!important;
	margin-bottom: 20px;
}




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

:root {
  /* Color System */
  --primary-50: #EEF2FF;
  --primary-100: #E0E7FF;
  --primary-200: #C7D2FE;
  --primary-300: #A5B4FC;
  --primary-400: #818CF8;
  --primary-500: #6366F1;
  --primary-600: #4F46E5;
  --primary-700: #4338CA;
  --primary-800: #3730A3;
  --primary-900: #312E81;
  
  --secondary-50: #FAF5FF;
  --secondary-100: #F3E8FF;
  --secondary-200: #E9D5FF;
  --secondary-300: #D8B4FE;
  --secondary-400: #C084FC;
  --secondary-500: #A855F7;
  --secondary-600: #9333EA;
  --secondary-700: #7C3AED;
  --secondary-800: #6B21A8;
  --secondary-900: #581C87;
  
  --accent-50: #ECFEFF;
  --accent-100: #CFFAFE;
  --accent-200: #A5F3FC;
  --accent-300: #67E8F9;
  --accent-400: #22D3EE;
  --accent-500: #06B6D4;
  --accent-600: #0891B2;
  --accent-700: #0E7490;
  --accent-800: #155E75;
  --accent-900: #164E63;
  
  --success-50: #F0FDF4;
  --success-100: #DCFCE7;
  --success-200: #BBF7D0;
  --success-300: #86EFAC;
  --success-400: #4ADE80;
  --success-500: #22C55E;
  --success-600: #16A34A;
  --success-700: #15803D;
  --success-800: #166534;
  --success-900: #14532D;
  
  --warning-50: #FFFBEB;
  --warning-100: #FEF3C7;
  --warning-200: #FDE68A;
  --warning-300: #FCD34D;
  --warning-400: #FBBF24;
  --warning-500: #F59E0B;
  --warning-600: #D97706;
  --warning-700: #B45309;
  --warning-800: #92400E;
  --warning-900: #78350F;
  
  --error-50: #FEF2F2;
  --error-100: #FEE2E2;
  --error-200: #FECACA;
  --error-300: #FCA5A5;
  --error-400: #F87171;
  --error-500: #EF4444;
  --error-600: #DC2626;
  --error-700: #B91C1C;
  --error-800: #991B1B;
  --error-900: #7F1D1D;
  
  /* Neutral Colors */
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-300: #D1D5DB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #181818;
  --gray-900: #111827;
  
  /* Semantic Colors */
  --primary-color: var(--primary-600);
  --secondary-color: var(--secondary-700);
  --accent-color: var(--accent-500);
  --success-color: var(--success-500);
  --warning-color: var(--warning-500);
  --error-color: var(--error-500);
  --text-primary: var(--gray-900);
  --text-secondary: var(--gray-600);
  --text-tertiary: var(--gray-500);
  --background-primary: #FFFFFF;
  --background-secondary: var(--gray-50);
  --background-tertiary: var(--gray-100);
  --border-light: var(--gray-200);
  --border-medium: var(--gray-300);
  
  /* Gradients */
  --gradient-primary: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  --gradient-secondary: linear-gradient(135deg, var(--secondary-600) 0%, var(--primary-700) 100%);
  --gradient-accent: linear-gradient(135deg, var(--accent-500) 0%, var(--primary-500) 100%);
  --gradient-hero: linear-gradient(308deg, #8c37e433 0%, #0c197352 100%);
  
  /* Shadows */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  
  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
  
  --space-1: 0.125rem;   /* 2px */
  --space-2: 0.25rem;    /* 4px */
  --space-3: 0.375rem;   /* 6px */
  --space-4: 0.5rem;     /* 8px */
  --space-5: 0.625rem;   /* 10px */
  --space-6: 0.75rem;    /* 12px */
  --space-8: 1rem;       /* 16px */
  --space-10: 1.25rem;   /* 20px */
  --space-12: 1.5rem;    /* 24px */
  --space-16: 2rem;      /* 32px */
  --space-20: 2.5rem;    /* 40px */
  --space-24: 3rem;      /* 48px */
  --space-32: 4rem;      /* 64px */

  
  /* Typography */
  --font-family-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-family-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  
  /* Font Sizes */
  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-lg: 1.125rem;    /* 18px */
  --text-xl: 1.25rem;     /* 20px */
  --text-2xl: 1.5rem;     /* 24px */
  --text-3xl: 1.875rem;   /* 30px */
  --text-4xl: 2.25rem;    /* 36px */
  --text-5xl: 3rem;       /* 48px */
  --text-6xl: 3.75rem;    /* 60px */
  --text-7xl: 4.5rem;     /* 72px */
  
  /* Line Heights */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  
  /* Font Weights */
  --font-thin: 100;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  
  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;
  --transition-slower: 500ms ease;
}

/* Dark Mode Variables */
[data-theme="dark"] {
  --text-primary: var(--gray-100);
  --text-secondary: var(--gray-300);
  --text-tertiary: var(--gray-400);
  --background-primary: var(--gray-900);
  --background-secondary: var(--gray-800);
  --background-tertiary: var(--gray-700);
  --border-light: var(--gray-700);
  --border-medium: var(--gray-600);
}

/* Base Styles */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-family-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background-color: var(--background-secondary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color var(--transition-base), color var(--transition-base);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: -0.025em;
  margin-bottom: var(--space-4);
  color: var(--text-primary);
}

h1 { 
  font-size: var(--text-5xl); 
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
}
h2 { 
  font-size: var(--text-4xl); 
  font-weight: var(--font-bold);
}
h3 { 
  font-size: var(--text-3xl); 
  font-weight: var(--font-bold);
}
h4 { 
  font-size: var(--text-2xl); 
  font-weight: var(--font-semibold);
}
h5 { 
  font-size: var(--text-xl); 
  font-weight: var(--font-semibold);
}
h6 { 
  font-size: var(--text-lg); 
  font-weight: var(--font-medium);
}

p {
  margin-bottom: var(--space-4);
  line-height: var(--leading-relaxed);
  color: #000;
}
[data-theme="dark"] p{
color: #fff;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--secondary-color);
}

/* Header Styles */
.site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all var(--transition-base);
}

[data-theme="dark"] .site-header {
  background: rgba(17, 24, 39, 0.95);
  border-bottom-color: var(--border-light);
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-logo {
  display: flex;
  align-items: center;
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--primary-color);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.site-logo:hover {
  color: var(--secondary-color);
}

.logo-icon {
  width: 40px;
  height: 40px;
  margin-right: var(--space-3);
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: var(--text-xl);
}

.logo-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.main-navigation {
  display: none;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  gap: var(--space-8);
  margin: 0;
  padding: 0;
}

.main-navigation a {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: var(--font-medium);
  font-size: var(--text-base);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  position: relative;
}

.main-navigation a:hover,
.main-navigation a.current {
  color: var(--primary-color);
  background-color: var(--primary-50);
}

[data-theme="dark"] .main-navigation a:hover,
[data-theme="dark"] .main-navigation a.current {
  background-color: rgba(99, 102, 241, 0.1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.dark-mode-toggle {
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: var(--space-2);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-mode-toggle:hover {
  color: var(--primary-color);
  background-color: var(--background-tertiary);
}

.dark-mode-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.subscribe-btn {
  background: var(--gradient-primary);
  color: white;
  padding: var(--space-3) var(--space-6);
  border: none;
  border-radius: var(--radius-lg);
  font-weight: var(--font-semibold);
  font-size: var(--text-sm);
  text-decoration: none;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: var(--space-2);
justify-content: center;
}

.subscribe-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: white;
}

.subscribe-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.mobile-menu-toggle {
  display: block;
  background: none;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  padding: var(--space-2);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.mobile-menu-toggle:hover {
  background-color: var(--background-tertiary);
}

.mobile-menu-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Hero Section */
.hero-section {
  background: var(--gradient-hero);
  color: white;
  padding: var(--space-24) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="20" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--space-6);
  line-height: var(--leading-none);
  letter-spacing: -0.05em;
  animation: fadeInUp 1s ease;
}

.hero-subtitle {
  font-size: var(--text-xl);
  margin-bottom: var(--space-10);
  opacity: 0.9;
  line-height: var(--leading-relaxed);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease 0.2s both;
}

.hero-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  gap: var(--space-3);
  animation: fadeInUp 1s ease 0.4s both;
}

.hero-form input {
  flex: 1;
  padding: var(--space-4) var(--space-5);
  border: none;
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.hero-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
  background: white;
}

.hero-form input::placeholder {
  color: var(--gray-500);
}

.hero-form button {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-lg);
  font-weight: var(--font-semibold);
  font-size: var(--text-base);
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  white-space: nowrap;
}

.hero-form button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background: var(--gray-50);
}

.hero-form button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Section Styles */
.section {
  padding: var(--space-24) 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.section-title {
  text-align: center;
  margin-bottom: var(--space-16);
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  line-height: var(--leading-tight);
  letter-spacing: -0.025em;
}

.section-subtitle {
  text-align: center;
  margin-bottom: var(--space-12);
  font-size: var(--text-xl);
  color: var(--text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: var(--leading-relaxed);
}

/* Card Grid */
.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
}

/* Card Styles */
.card {
  background: var(--background-primary);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  border: 1px solid var(--border-light);
  position: relative;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-2xl);
  border-color: var(--primary-200);
}

.card-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: var(--gradient-primary);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.card-content {
  padding: var(--space-8);
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.tag {
  background: var(--primary-100);
  color: var(--primary-700);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all var(--transition-fast);
}

[data-theme="dark"] .tag {
  background: rgba(99, 102, 241, 0.2);
  color: var(--primary-300);
}

.card-title {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  margin-bottom: var(--space-3);
  line-height: var(--leading-tight);
}

.card-title a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.card-title a:hover {
  color: var(--primary-color);
}
form.signup-form.hero-form.newsletter-form label {
    display: none;
}
.card-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
  color: var(--text-tertiary);
}

.author-info {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.author-avatar {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-weight: var(--font-medium);
  color: var(--text-secondary);
}

.author-title {
  font-size: var(--text-xs);
  color: var(--text-tertiary);
}

.post-date,
.read-time {
  font-size: var(--text-sm);
  color: var(--text-tertiary);
}

.card-excerpt {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: var(--leading-relaxed);
}

.read-more {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: var(--font-semibold);
  font-size: var(--text-sm);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all var(--transition-fast);
}

.read-more:hover {
  color: var(--secondary-color);
  transform: translateX(4px);
}

.read-more svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform var(--transition-fast);
}

.read-more:hover svg {
  transform: translateX(4px);
}

/* Tool Cards */
.tool-card {
  background: var(--background-primary);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.tool-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.tool-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2xl);
  border-color: var(--primary-200);
}

.tool-card:hover::before {
  transform: scaleX(1);
}

.trending-badge {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  background: var(--gradient-accent);
  color: white;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.trending-badge svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.tool-header {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.tool-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-xl);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: var(--text-2xl);
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

.tool-card:hover .tool-icon {
  transform: scale(1.1) rotate(5deg);
}

.tool-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.tool-info {
  flex: 1;
  min-width: 0;
}

.tool-info h3 {
  margin: 0 0 var(--space-2) 0;
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
}

.tool-info h3 a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.tool-info h3 a:hover {
  color: var(--primary-color);
}

.tool-rating {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-tertiary);
}

.stars {
  color: var(--warning-400);
  display: flex;
  gap: var(--space-1);
}

.stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tool-description {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: var(--leading-relaxed);
}

.tool-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
  flex-wrap: wrap;
}

.tool-price {
  background: var(--success-100);
  color: var(--success-700);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
}

[data-theme="dark"] .tool-price {
  background: rgba(34, 197, 94, 0.2);
  color: var(--success-300);
}

.tool-category {
  background: var(--gray-100);
  color: var(--gray-700);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
}

[data-theme="dark"] .tool-category {
  background: var(--gray-700);
  color: var(--gray-300);
}

.tool-actions {
  display: flex;
  gap: var(--space-3);
}

.learn-more {
  flex: 1;
  background: var(--background-tertiary);
  color: var(--text-primary);
  border: 1px solid var(--border-medium);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
  font-weight: var(--font-medium);
  font-size: var(--text-sm);
  text-decoration: none;
  text-align: center;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}

.learn-more:hover {
  background: var(--background-secondary);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.try-now-btn {
  flex: 1;
  background: var(--gradient-primary);
  color: white;
  border: none;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
  font-weight: var(--font-semibold);
  font-size: var(--text-sm);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}

.try-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: white;
}

.try-now-btn svg,
.learn-more svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Video Section */
.video-section {
  background: var(--background-primary);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-2xl);
  background: var(--gradient-primary);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-2xl);
}

.video-info {
  text-align: center;
  margin-top: var(--space-8);
}

.video-info p {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* Testimonials */
.testimonial {
  background: var(--background-primary);
  padding: var(--space-8);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  text-align: center;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-accent);
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--accent-200);
}

.testimonial:hover::before {
  transform: scaleX(1);
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-full);
  margin: 0 auto var(--space-6);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-3xl);
  color: white;
  overflow: hidden;
  border: 4px solid var(--background-primary);
  box-shadow: var(--shadow-lg);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-avatar svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.testimonial-rating {
  color: var(--warning-400);
  margin-bottom: var(--space-4);
  display: flex;
  justify-content: center;
  gap: var(--space-1);
}

.testimonial-rating svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.testimonial-quote {
  font-style: italic;
  font-size: var(--text-lg);
  margin-bottom: var(--space-6);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
  position: relative;
}

.testimonial-quote::before {
  content: '"';
  font-size: var(--text-6xl);
  color: var(--primary-200);
  position: absolute;
  top: -20px;
  left: -10px;
  font-family: serif;
  line-height: 1;
}

.testimonial-author {
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}

.testimonial-author span {
  display: block;
  font-weight: var(--font-normal);
  font-size: var(--text-sm);
  color: var(--text-tertiary);
  margin-top: var(--space-1);
}

/* Newsletter CTA */
.newsletter-cta {
  background: var(--gradient-primary);
  color: white;
  padding: var(--space-24) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="newsletter-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23newsletter-pattern)"/></svg>');
  opacity: 0.3;
}

.newsletter-cta .container {
  position: relative;
  z-index: 1;
}

.newsletter-cta h2 {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--space-4);
  color: white;
}

.newsletter-cta p {
  font-size: var(--text-xl);
  margin-bottom: var(--space-10);
  opacity: 0.9;
  color: white;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  gap: var(--space-4);
  background: rgba(255, 255, 255, 0.1);
  padding: var(--space-2);
  border-radius: var(--radius-2xl);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-form input {
  flex: 1;
  padding: var(--space-4) var(--space-5);
  border: none;
  border-radius: var(--radius-xl);
  font-size: var(--text-base);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all var(--transition-fast);
}

.newsletter-form input:focus {
  outline: none;
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.newsletter-form input::placeholder {
  color: var(--gray-500);
}

.newsletter-form button {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: var(--space-4) var(--space-8);
  border-radius: var(--radius-xl);
  font-weight: var(--font-semibold);
  font-size: var(--text-base);
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  white-space: nowrap;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background: var(--gray-50);
}

.newsletter-form button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Footer */
.site-footer {
  background: var(--text-primary);
  color: white;
  padding: var(--space-24) 0 var(--space-8);
}

[data-theme="dark"] .site-footer {
  background: var(--gray-900);
  border-top: 1px solid var(--border-light);
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-16);
}

.footer-section h3 {
  margin-bottom: var(--space-6);
  color: white;
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
}

.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section li {
  margin-bottom: var(--space-3);
}

.footer-section a {
  color: var(--gray-300);
  text-decoration: none;
  transition: color var(--transition-fast);
  font-size: var(--text-base);
}

.footer-section a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  padding-top: var(--space-8);
  border-top: 1px solid var(--gray-700);
  color: var(--gray-400);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.social-links a {
  color: var(--gray-400);
  transition: all var(--transition-fast);
  padding: var(--space-3);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a:hover {
  color: var(--primary-color);
  background: rgba(99, 102, 241, 0.1);
  transform: translateY(-2px);
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-bottom p {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--gray-400);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in {
  animation: fadeInUp 0.8s ease;
}

.fade-in-delay {
  animation: fadeInUp 0.8s ease 0.2s both;
}

.slide-in-right {
  animation: slideInRight 0.8s ease;
}

/* Responsive Design */
@media (min-width: 640px) {
  .hero-form {
    flex-direction: row;
  }
  
  .newsletter-form {
    flex-direction: row;
  }
  
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tool-actions {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .main-navigation {
    display: block;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero-title {
    font-size: var(--text-7xl);
  }
  
  .section-title {
    font-size: var(--text-6xl);
  }
}

@media (min-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .hero-container {
    padding: 0 var(--space-8);
  }
  
  .container {
    padding: 0 var(--space-8);
  }
}

@media (min-width: 1280px) {
  .card-grid {
    gap: var(--space-10);
  }
}

@media (min-width: 1536px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Utility Classes */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: var(--space-2); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }

.mt-0 { margin-top: 0; }
.mt-2 { margin-top: var(--space-2); }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }

.p-0 { padding: 0; }
.p-2 { padding: var(--space-2); }
.p-4 { padding: var(--space-4); }
.p-6 { padding: var(--space-6); }
.p-8 { padding: var(--space-8); }

.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }

.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }

.gap-2 { gap: var(--space-2); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }

.w-full { width: 100%; }
.h-full { height: 100%; }

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-100 { opacity: 1; }

.transition { transition: all var(--transition-base); }
.transition-fast { transition: all var(--transition-fast); }
.transition-slow { transition: all var(--transition-slow); }

.transform { transform: translateZ(0); }
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.1); }
.-translate-y-1 { transform: translateY(-0.25rem); }
.-translate-y-2 { transform: translateY(-0.5rem); }

.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-2xl { box-shadow: var(--shadow-2xl); }

.rounded-sm { border-radius: var(--radius-sm); }
.rounded-md { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }
.rounded-full { border-radius: var(--radius-full); }

.border { border: 1px solid var(--border-light); }
.border-0 { border: none; }
.border-t { border-top: 1px solid var(--border-light); }
.border-b { border-bottom: 1px solid var(--border-light); }
.border-l { border-left: 1px solid var(--border-light); }
.border-r { border-right: 1px solid var(--border-light); }

.bg-primary { background-color: var(--primary-color); }
.bg-secondary { background-color: var(--secondary-color); }
.bg-white { background-color: var(--background-primary); }
.bg-gray-50 { background-color: var(--gray-50); }
.bg-gray-100 { background-color: var(--gray-100); }

.text-primary { color: var(--text-primary); }
.text-secondary { color: var(--text-secondary); }
.text-tertiary { color: var(--text-tertiary); }
.text-white { color: white; }

.font-thin { font-weight: var(--font-thin); }
.font-light { font-weight: var(--font-light); }
.font-normal { font-weight: var(--font-normal); }
.font-medium { font-weight: var(--font-medium); }
.font-semibold { font-weight: var(--font-semibold); }
.font-bold { font-weight: var(--font-bold); }
.font-extrabold { font-weight: var(--font-extrabold); }
.font-black { font-weight: var(--font-black); }

.text-xs { font-size: var(--text-xs); }
.text-sm { font-size: var(--text-sm); }
.text-base { font-size: var(--text-base); }
.text-lg { font-size: var(--text-lg); }
.text-xl { font-size: var(--text-xl); }
.text-2xl { font-size: var(--text-2xl); }
.text-3xl { font-size: var(--text-3xl); }
.text-4xl { font-size: var(--text-4xl); }
.text-5xl { font-size: var(--text-5xl); }
.text-6xl { font-size: var(--text-6xl); }
.text-7xl { font-size: var(--text-7xl); }

.leading-none { line-height: var(--leading-none); }
.leading-tight { line-height: var(--leading-tight); }
.leading-snug { line-height: var(--leading-snug); }
.leading-normal { line-height: var(--leading-normal); }
.leading-relaxed { line-height: var(--leading-relaxed); }
.leading-loose { line-height: var(--leading-loose); }

.tracking-tighter { letter-spacing: -0.05em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-scroll { overflow: scroll; }

.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-not-allowed { cursor: not-allowed; }

.select-none { user-select: none; }
.select-text { user-select: text; }
.select-all { user-select: all; }
.select-auto { user-select: auto; }

.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

/* Focus styles for accessibility */
.focus\:outline-none:focus { outline: none; }
.focus\:ring:focus { box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.3); }
.focus\:ring-4:focus { box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.3); }

/* Hover effects */
.hover\:bg-gray-50:hover { background-color: var(--gray-50); }
.hover\:bg-gray-100:hover { background-color: var(--gray-100); }
.hover\:text-primary:hover { color: var(--primary-color); }
.hover\:text-secondary:hover { color: var(--secondary-color); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }
.hover\:shadow-lg:hover { box-shadow: var(--shadow-lg); }
.hover\:shadow-xl:hover { box-shadow: var(--shadow-xl); }

/* Group hover effects */
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:text-primary { color: var(--primary-color); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }
  
  .print\:text-black {
    color: black !important;
  }
  
  .print\:bg-white {
    background-color: white !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .fade-in,
  .fade-in-delay,
  .slide-in-right {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  :root {
    --border-light: var(--gray-400);
    --border-medium: var(--gray-500);
  }
  
  .card,
  .tool-card,
  .testimonial {
    border-width: 2px;
  }
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--background-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/* Selection styles */
::selection {
  background-color: var(--primary-200);
  color: var(--primary-900);
}

::-moz-selection {
  background-color: var(--primary-200);
  color: var(--primary-900);
}
p {
    font-size: 18px!important;
}
@media (max-width: 768px) {
.header-actions .subscribe-btn,.header-actions .subscribe-btner {
    display: none;
}
	.card {
		min-width: 280px!important;
	}
h1 {
    font-size: 28px!important;
}
h2 {
    font-size: 25px!important;
}
p {
    font-size: 15px!important;
}
form.hero-form.newsletter-form ,.newsletter-form {
    display: flex;
    flex-direction: column;
}

form.hero-form.newsletter-form button,.newsletter-form button {display: flex;justify-content: center;}
nav#site-navigation {
    display:none;
}
nav#site-navigation.active {
    display: flex;
    position: fixed;
    top: 100%;
    width: 100%;
    background: #ffffff;
    left: 0;
}

nav#site-navigation.active ul#primary-menu {
    display: flex;
    flex-direction: column;
}

[data-theme="dark"] nav#site-navigation.active {
    background: #000000;
}

nav#site-navigation.active .menu-menu-container, ul#primary-menu, ul#primary-menu>li>a {
    width: 100%;
}

ul#primary-menu, ul#primary-menu>li>a {
    display: block;
}
	header.post-header .post-meta {
    font-size: 12px;
}

header.post-header .post-meta .author-title {
    font-size: 10px;
}

header.post-header .post-meta .post-date {
    font-size: 8px;
display: flex;
align-items: center;
}

header.post-header .post-meta svg {
    height: 10px !important;
    width: 10px !important;
}

header.post-header .post-breadcrumb span, header.post-header .post-breadcrumb a {
    font-size: 13px;
}

header.post-header .post-breadcrumb svg {
    height: 10px !important;
    width: 10px !important;
    display: inline;
    margin: 0 !important;
}
}
header.post-header .post-meta .post-date {
display: flex;
align-items: center;
}
/* Base Styles (shared across themes) */
.post-sharing {
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #0000002b;
}

.post-sharing h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Social Buttons */
.social-share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-share a,
.social-share button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #beb7ff;
}

.social-share svg {
    width: 20px;
    height: 20px;
}

/* LIGHT THEME */
[data-theme="light"] .post-sharing {
    background-color: #f9f9f9;
    color: #222;
}

[data-theme="light"] .social-share a,
[data-theme="light"] .social-share button {
    color: #222;
}

[data-theme="light"] .social-share a:hover,
[data-theme="light"] .social-share button:hover {
    background-color: #e0e0e0;
}

/* DARK THEME */
[data-theme="dark"] .post-sharing {
    background-color: #1e1e1e;
    color: #f0f0f0;
}

[data-theme="dark"] .social-share a,
[data-theme="dark"] .social-share button {
    color: #f0f0f0;
}

[data-theme="dark"] .social-share a:hover,
[data-theme="dark"] .social-share button:hover {
    background-color: #333333;
}
header.post-header .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}


/* comments.php */
.comment {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  transition: background 0.3s ease;
}

[data-theme="dark"] .comment {
  background-color: #1e1e1e;
  border-color: #333;
  color: #ddd;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  border: 2px solid #ccc;
  transition: border 0.3s ease;
}

[data-theme="dark"] .comment-avatar {
  border-color: #555;
}

.comment-meta {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  align-items: flex-start;
}

.comment-meta strong {
  font-size: 16px;
  color: #111;
}

[data-theme="dark"] .comment-meta strong {
  color: #fff;
}

.comment-date {
  font-size: 13px;
  color: #888;
}

[data-theme="dark"] .comment-date {
  color: #aaa;
}

.comment-body p {
  font-size: 15px;
  margin: 8px 0;
  line-height: 1.6;
}

.comment-actions {
  display: flex;
  gap: 12px;
  margin-top: 4px;
  height: auto;
}

.comment-reply,
.comment-edit {
  font-size: 14px;
  color: #065fd4;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
}

.comment-reply:hover,
.comment-edit:hover {
  background-color: #e8f0fe;
  color: #1a73e8;
}

[data-theme="dark"] .comment-reply,
[data-theme="dark"] .comment-edit {
  color: #4dabf7;
}

[data-theme="dark"] .comment-reply:hover,
[data-theme="dark"] .comment-edit:hover {
  background-color: #2a2a2a;
  color: #81c9ff;
}
/* Base wrapper */
#respond.comment-respond {
  margin: 40px auto;
  max-width: 800px;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
}

/* Title */
.comment-reply-title {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
[data-theme="dark"] .comment-reply-title {
  color: #fff;
  border-color: #333;
}

/* Logged in info */
.logged-in-as {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
[data-theme="dark"] .logged-in-as {
  color: #aaa;
}

/* Required field notice */
.required-field-message {
  font-size: 13px;
  color: #999;
}
[data-theme="dark"] .required-field-message {
  color: #777;
}

[data-theme="dark"] .perfecty-push-dialog-box {
  background-color: #1e1e1e;
  color: #ffffff;
  box-shadow: 0px 7px 30px 0px rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
  background-color: transparent;
  color: #f77924;
}

[data-theme="dark"] .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
  background-color: #f77924;
  color: #ffffff;
}

[data-theme="dark"] .perfecty-push-dialog-title {
  color: #ffffff;
}

[data-theme="dark"] .perfecty-push-settings-container #perfecty-push-settings-form {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #333;
}

[data-theme="dark"] .perfecty-push-settings-container #perfecty-push-settings-form label {
  color: #ffffff;
}

[data-theme="dark"] .perfecty-push-settings-container #perfecty-push-settings-open svg {
  background-color: #f77924;
  color: #ffffff;
  fill: #ffffff;
}

[data-theme="dark"] .perfecty-push-settings-container #perfecty-push-settings-open svg:hover,
[data-theme="dark"] .perfecty-push-settings-container #perfecty-push-settings-open svg:focus {
  background-color: #ff913c;
}
.newsletter-form button , .newsletter-form input {
    padding: 13px;
}



/* Label */
.comment-form-comment label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}
[data-theme="dark"] .comment-form-comment label {
  color: #eee;
}

/* Textarea styling */
.comment-form-comment textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  resize: vertical;
  transition: border-color 0.3s ease;
}
.comment-form-comment textarea:focus {
  outline: none;
  border-color: #065fd4;
}
[data-theme="dark"] .comment-form-comment textarea {
  background: #181818;
  border: 1px solid #444;
  color: #fff;
}

/* Submit Button */
.comment-form .submit {
  background-color: #065fd4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.2s ease;
}
.comment-form .submit:hover {
  background-color: #0546a0;
}
.newsletter-form p.msg {
    display: none;
}

form.signup-form.hero-form.newsletter-form {
    padding: 15px;
}
.single-post img {
    border-radius: 15px;
}
.newsletter-form .turnstile-box {
    overflow: hidden;
    border-radius: 100px;
    height: 59px;
}