.elementor-666 .elementor-element.elementor-element-36fb5b2{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* ========================================
   HERO CONTENT WITH TITLE (Napkin Review)
   ======================================== */
.napkin-hero {
    text-align: center;
    padding: 40px 20px 30px;
    margin-bottom: 0;
}

.napkin-hero__title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #222;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.napkin-hero__date {
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

.napkin-hero-image {
    text-align: center;
    margin: 20px 0 30px;
}

.napkin-hero-image img {
    max-width: 100%;
    height: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .napkin-hero {
        padding: 30px 15px 20px;
    }
    
    .napkin-hero__title {
        font-size: 1.625rem;
    }
}

@media (max-width: 480px) {
    .napkin-hero {
        padding: 20px 15px 15px;
    }
}
/* NAPKIN.AI REVIEW - COMPLETE CSS STYLING */

/* Main Container */
.napkin-review-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  max-width: 1200px;
  margin: 0 auto;
}

/* Typography */
.napkin-review-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #222;
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.napkin-review-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #0077ff;
}

.napkin-review-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.napkin-review-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.napkin-review-content strong {
  font-weight: 600;
  color: #222;
}

/* Last Updated Banner */
.last-updated-banner {
  background-color: #f0f7ff;
  border-left: 4px solid #0077ff;
  padding: 12px 15px;
  margin-bottom: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0055cc;
}

.update-icon {
  margin-right: 10px;
  font-size: 18px;
}

/* Review Snapshot */
.review-snapshot {
  display: flex;
  background-color: #f9f9fb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.snapshot-left {
  flex: 3;
  padding: 30px;
}

.snapshot-right {
  flex: 1;
  padding: 30px;
  background-color: #f0f0f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-row {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 15px;
}

.feature-label {
  flex: 1;
  font-weight: 600;
  color: #555;
}

.feature-value {
  flex: 3;
}

.rating-container {
  text-align: center;
}

.rating-number {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.rating-stars {
  color: #ff9900;
  font-size: 20px;
  margin-bottom: 20px;
}

.rating-highlights {
  display: flex;
  flex-direction: column;
}

.highlight-item {
  background-color: #e6f2ff;
  color: #0066cc;
  padding: 8px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  text-align: center;
}

/* Logo Container */
.logo-container {
  text-align: center;
  margin: 30px 0;
}

.brand-logo {
  max-width: 200px;
  height: auto;
}

/* Intro Paragraph */
.intro-paragraph p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  border-left: 4px solid #ff6b6b;
  padding-left: 20px;
  margin: 30px 0;
}

/* Highlight Box */
.highlight-box {
  background-color: #fff9e6;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  margin: 30px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.highlight-icon {
  font-size: 30px;
  margin-right: 20px;
}

.highlight-content {
  flex: 1;
}

.highlight-content strong {
  color: #ff6b00;
}

/* Feature Images */
.feature-image {
  margin: 30px 0;
  text-align: center;
}

.content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Feature Cards */
.feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: flex;
  position: relative;
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
  font-size: 32px;
  margin-right: 25px;
  color: #0066cc;
}

.feature-content {
  flex: 1;
}

.feature-card.featured {
  background-color: #f0f7ff;
  border: 1px solid #cce5ff;
}

.feature-badge {
  position: absolute;
  top: -10px;
  right: 30px;
  background-color: #ff6b6b;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.feature-list {
  padding-left: 20px;
  margin: 15px 0;
}

.feature-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 8px;
}

/* Image Gallery */
.image-gallery {
  margin: 30px 0;
  text-align: center;
}

.gallery-caption {
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
}

/* Comparison Table */
.comparison-table {
  margin: 30px 0;
  overflow-x: auto;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.comparison-table thead {
  background-color: #0066cc;
  color: white;
}

.comparison-table th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
}

.comparison-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Pros and Cons */
.pros-cons-container {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.pros-section, .cons-section {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pros-section h3 {
  color: #00aa55;
  margin-bottom: 20px;
  border-bottom: 2px solid #eafbf1;
  padding-bottom: 10px;
}

.cons-section h3 {
  color: #ff5555;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffeaea;
  padding-bottom: 10px;
}

.pros-list, .cons-list {
  padding-left: 0;
  list-style-type: none;
}

.pros-list li, .cons-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.pros-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00aa55;
  font-weight: bold;
}

.cons-list li:before {
  content: "!";
  position: absolute;
  left: 0;
  color: #ff5555;
  font-weight: bold;
}

/* Beneficiaries Grid */
.beneficiaries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.beneficiary-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.beneficiary-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.beneficiary-icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0066cc;
}

.beneficiary-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.beneficiary-desc {
  font-size: 14px;
  color: #666;
}

/* Application Sections */
.application-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  border-left: 4px solid #0077ff;
}

.application-section h3 {
  color: #0055cc;
  margin-bottom: 15px;
  margin-top: 0;
}

/* Pricing Toggle */
.pricing-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  background-color: #f5f5f7;
  border-radius: 30px;
  padding: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.toggle-option {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  margin: 0 5px;
}

.toggle-option.active {
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-weight: 600;
}

.save-badge {
  background-color: #ff6b6b;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px;
  font-weight: 600;
}

/* Pricing Table */
.pricing-table {
  margin: 30px 0;
  overflow-x: auto;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  background-color: white;
}

.pricing-table th {
  background-color: #f9f9fb;
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.pricing-table th.feature-column {
  text-align: left;
  width: 30%;
}

.pricing-table th.highlight-column {
  background-color: #f0f7ff;
  position: relative;
}

.pricing-table th.free-column {
  border-top: 3px solid #a37aff;
}

.pricing-table th.plus-column {
  border-top: 3px solid #00bcd4;
}

.pricing-table th.pro-column {
  border-top: 3px solid #ffa726;
}

.tier-tagline {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: 5px;
}

.pricing-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.pricing-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: #444;
}

.pricing-table tr:hover {
  background-color: #fafafa;
}

.pricing-table tr.price-row {
  background-color: #f9f9fb;
}

.pricing-table .price {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  display: block;
}

.pricing-table .period {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Checkmarks and X's */
.pricing-table td:nth-child(n+2) {
  font-weight: 500;
}

/* CTA Row */
.pricing-table tr.cta-row td {
  padding: 25px 15px;
  border-bottom: none;
}

.pricing-table .cta-button {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  width: 80%;
}

.pricing-table .cta-button.free {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

.pricing-table .cta-button.plus {
  background-color: #00bcd4;
  color: white;
}

.pricing-table .cta-button.pro {
  background-color: #ffa726;
  color: white;
}

.pricing-table .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Feature highlight in Plus column */
.pricing-table td:nth-child(3) {
  background-color: rgba(0, 188, 212, 0.03);
}

/* Pricing Note */
.pricing-note {
  background-color: #f9f9fb;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
}

/* Conclusion Section */
.conclusion-section {
  background-color: #f0f7ff;
  border-radius: 12px;
  padding: 30px;
  margin: 30px 0;
}

.checkmark-list {
  padding-left: 0;
  list-style-type: none;
}

.checkmark-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.checkmark-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #0077ff;
  font-size: 18px;
}

/* Final Verdict */
.final-verdict {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border: 1px solid #f0f0f0;
}

.verdict-rating {
  flex: 1;
  background-color: #0066cc;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.verdict-text {
  flex: 3;
  padding: 30px;
}

.verdict-rating .rating-number {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.verdict-rating .rating-stars {
  font-size: 24px;
  color: #ffdd00;
}

.review-disclaimer {
  font-style: italic;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}

/* FAQ Section */
.faq-container {
  margin: 30px 0;
}

.faq-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.faq-question {
  padding: 20px;
  background-color: #f9f9fb;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

.faq-question:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0066cc;
}

.faq-answer {
  padding: 20px;
}

/* CTA Section */
.cta-section {
  background-color: #0066cc;
  color: white;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
}

.cta-section h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: white;
}

.cta-section p {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(255,255,255,0.9);
}

.cta-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #0077ff;
  color: white !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  text-decoration: none !important;
}

.cta-button.free {
  background-color: #a37aff;
}

.cta-button.plus {
  background-color: #00bcd4;
}

.cta-button.pro {
  background-color: #ffa726;
}

.cta-button.main {
  background-color: white;
  color: #0066cc !important;
  padding: 15px 40px;
  font-size: 18px;
}

.cta-button.main:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Table of Contents */
.table-of-contents {
  background-color: #f9f9fb;
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
}

.table-of-contents h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.table-of-contents ul {
  list-style-type: none;
  padding-left: 0;
}

.table-of-contents ul li {
  margin-bottom: 8px;
}

.table-of-contents ul li a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.table-of-contents ul li a:hover {
  color: #003d7a;
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .review-snapshot, 
  .pros-cons-container,
  .final-verdict {
    flex-direction: column;
  }
  
  .snapshot-right {
    padding-top: 0;
  }
  
  .beneficiaries-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  .feature-card {
    flex-direction: column;
  }
  
  .feature-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
  
  .highlight-box {
    flex-direction: column;
  }
  
  .highlight-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
  
  .napkin-review-content h2 {
    font-size: 24px;
  }
  
  .napkin-review-content h3 {
    font-size: 20px;
  }
  
  .intro-paragraph p {
    font-size: 16px;
  }
  
  .pricing-table {
    overflow-x: auto;
  }
  
  .pricing-table table {
    min-width: 650px;
  }
  
  .pricing-toggle {
    flex-direction: column;
    gap: 10px;
  }
}

/* Animation Effects */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.feature-card,
.beneficiary-card,
.application-section,
.faq-item {
  animation: fadeIn 0.5s ease forwards;
}

/* Delay animations for staggered effect */
.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4) { animation-delay: 0.4s; }
.feature-card:nth-child(5) { animation-delay: 0.5s; }

.beneficiary-card:nth-child(1) { animation-delay: 0.1s; }
.beneficiary-card:nth-child(2) { animation-delay: 0.2s; }
.beneficiary-card:nth-child(3) { animation-delay: 0.3s; }
.beneficiary-card:nth-child(4) { animation-delay: 0.4s; }
.beneficiary-card:nth-child(5) { animation-delay: 0.5s; }/* End custom CSS */