.elementor-13855 .elementor-element.elementor-element-26f8084{--display:flex;}/* Start custom CSS *//* ============================================
   EB2 NIW Cost Breakdown - Custom CSS
   Minimalist Design with Smooth Animations
   ============================================ */

/* Table of Contents Styling */
.toc-container {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  animation: fadeInUp 0.8s ease-out;
}

.toc-title {
  color: #ffffff !important;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
}

.toc-list li:before {
  content: "→";
  left: 0;
  color: #ffd700;
  font-weight: bold;
  font-size: 18px;
}

.toc-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}

.toc-list a:hover {
  color: #ffd700;
  transform: translateX(5px);
}

/* Introduction Section */
.intro-section {
  background: #f8f9fa;
  border-left: 5px solid #667eea;
  padding: 30px;
  margin: 30px 0;
  border-radius: 8px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hook {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.intro-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Content Cards */
.content-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  animation: fadeInUp 0.8s ease-out;
}

.content-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.content-card h2 {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #667eea;
  font-weight: 700;
}

.content-card h3 {
  color: #34495e;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.content-card h4 {
  color: #555;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-card p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

/* Styled Lists */
.styled-list {
  padding-left: 25px;
  margin: 20px 0;
}

.styled-list li {
  margin: 12px 0;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}

.styled-list li:before {
  content: "✓";
  position: absolute;
  left: -20px;
  color: #667eea;
  font-weight: bold;
}

/* Blockquotes - Expert Quotes */
.expert-quote {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-left: 5px solid #667eea;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 8px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  color: #2c3e50;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation: fadeIn 1s ease-out;
}

/* Info Boxes */
.info-box {
  background: #e8f4f8;
  border: 2px solid #3498db;
  border-radius: 10px;
  padding: 25px;
  margin: 25px 0;
  animation: fadeIn 0.8s ease-out;
}

.info-box h4 {
  color: #2980b9;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.info-box ul {
  margin: 10px 0;
  padding-left: 20px;
}

.info-box li {
  margin: 10px 0;
  line-height: 1.6;
}

/* Comparison Tables */
.comparison-table {
  margin: 30px 0;
  overflow-x: auto;
  animation: fadeInUp 0.8s ease-out;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.comparison-table th {
  padding: 18px 15px;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comparison-table td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  color: #444;
}

.comparison-table tbody tr {
  transition: all 0.3s ease;
}

.comparison-table tbody tr:hover {
  background: #f8f9fa;
  transform: scale(1.01);
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* Budget Breakdown Tables */
.budget-breakdown {
  margin: 30px 0;
  overflow-x: auto;
}

.budget-breakdown table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.budget-breakdown thead {
  background: #2c3e50;
}

.budget-breakdown th {
  padding: 18px 15px;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

.budget-breakdown td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}

.budget-breakdown tbody tr:last-child {
  background: #f0f8ff;
  font-weight: 700;
  border-top: 3px solid #667eea;
}

.budget-breakdown tbody tr:last-child td {
  color: #2c3e50;
  font-size: 16px;
}

/* Practical Examples */
.practical-example {
  background: #fff9e6;
  border-left: 5px solid #f39c12;
  padding: 25px;
  margin: 30px 0;
  border-radius: 8px;
  animation: fadeIn 0.8s ease-out;
}

.practical-example h4 {
  color: #d68910;
  margin-top: 0;
  margin-bottom: 15px;
}

.practical-example p {
  line-height: 1.8;
  color: #555;
}

/* FAQ Section */
.faq-section {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  margin: 40px 0;
  animation: fadeInUp 0.8s ease-out;
}

.faq-section h2 {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.faq-item {
  background: #ffffff;
  padding: 25px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.faq-item h4 {
  color: #667eea;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.faq-item p {
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Conclusion Section */
.conclusion-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 50px 40px;
  border-radius: 12px;
  margin: 40px 0;
  animation: fadeInUp 0.8s ease-out;
}

.conclusion-section h2 {
  color: #ffffff !important;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
}

.conclusion-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #ffffff;
}

.conclusion-section .styled-list li {
  color: #ffffff;
}

.conclusion-section .styled-list li:before {
  color: #ffd700;
}

/* Final Summary Box */
.final-summary {
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 30px;
  margin: 30px 0;
  backdrop-filter: blur(10px);
}

.final-summary h4 {
  color: #ffd700 !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.final-summary ul {
  padding-left: 25px;
}

.final-summary li {
  margin: 12px 0;
  line-height: 1.7;
  color: #ffffff;
}

/* CTA Box */
.cta-box {
  background: #ffffff;
  color: #2c3e50;
  padding: 35px;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.cta-box h3 {
  color: #667eea !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.cta-box p {
  color: #2c3e50 !important;
  line-height: 1.8;
  margin-bottom: 15px;
}

.cta-box ol {
  padding-left: 25px;
  color: #2c3e50;
}

.cta-box li {
  margin: 12px 0;
  line-height: 1.7;
  color: #2c3e50;
}

/* Sources Section */
.sources-section {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  margin: 40px 0;
  animation: fadeInUp 0.8s ease-out;
}

.sources-section h2 {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}

.sources-list {
  padding-left: 25px;
}

.sources-list li {
  margin: 15px 0;
  line-height: 1.7;
  font-size: 14px;
  color: #555;
}

.sources-list a {
  color: #667eea;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sources-list a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .toc-container,
  .content-card,
  .intro-section,
  .faq-section,
  .conclusion-section,
  .sources-section {
    padding: 25px;
    margin: 25px 0;
  }
  
  .content-card h2,
  .conclusion-section h2 {
    font-size: 24px;
  }
  
  .content-card h3 {
    font-size: 20px;
  }
  
  .comparison-table,
  .budget-breakdown {
    font-size: 14px;
  }
  
  .comparison-table th,
  .comparison-table td,
  .budget-breakdown th,
  .budget-breakdown td {
    padding: 10px 8px;
  }
  
  .hook {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .toc-container,
  .content-card,
  .intro-section {
    padding: 20px;
  }
  
  .content-card h2 {
    font-size: 22px;
  }
  
  .content-card h3 {
    font-size: 18px;
  }
  
  .comparison-table th,
  .budget-breakdown th {
    font-size: 13px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Hover Effects for Cards */
.content-card,
.faq-item,
.practical-example,
.info-box {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}/* End custom CSS */