.elementor-16406 .elementor-element.elementor-element-badf00b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16406 .elementor-element.elementor-element-6affb39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16406 .elementor-element.elementor-element-74e29d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16406 .elementor-element.elementor-element-74e29d2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16406 .elementor-element.elementor-element-e15865b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:769px){.elementor-16406 .elementor-element.elementor-element-74e29d2{--width:100.252%;}}/* Start custom CSS for html, class: .elementor-element-685bceb *//* CSS tùy chỉnh cho Elementor */
.eci-container {
    background-color: #f5f5f5; /* Màu xám nhạt */
    padding: 40px;
    border-radius: 8px;
    max-width: 1200px;
    margin: 0 auto;
}

.eci-intro {
    margin-bottom: 30px;
    text-align: center;
}

.eci-intro p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.eci-columns {
    display: flex;
    gap: 30px;
}

.eci-col {
    flex: 1;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.eci-col h3 {
    color: #2c3e50;
    margin-top: 0;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    font-size: 22px;
}

.eci-col p {
    line-height: 1.7;
    color: #555;
}

/* Responsive cho mobile */
@media (max-width: 767px) {
    .eci-columns {
        flex-direction: column;
    }
    
    .eci-container {
        padding: 25px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3891c3c *//* ECI Tax Services - My Basic Style */
.eci-tax-services {
  --primary-blue: #1e40af;
  --primary-light: #3b82f6;
  --primary-dark: #1e3a8a;
  --text-dark: #1f2937;
  --text-medium: #374151;
  --text-light: #6b7280;
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --border-light: #e5e7eb;
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  
  --transition: all 0.3s ease;
  
  background-color: var(--bg-white);
  
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.eci-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.eci-header {
  text-align: center;
  margin-bottom: 50px;
}

.eci-main-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 20px;
}

.eci-highlight {
  color: var(--primary-blue);
}

.eci-subtitle {
  font-size: 16px;
  color: var(--text-medium);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Countries Grid */
.eci-countries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

/* Country Card */
.eci-country-card {
  background: var(--bg-white);
  border: 2px solid var(--border-light);
  border-radius: var(--radius);
  padding: 30px 25px;
  transition: var(--transition);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eci-country-card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

/* Country Header */
.eci-country-header {
  margin-bottom: 25px;
}

.eci-flag-container {
  width: 80px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.eci-flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eci-country-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-blue);
  margin: 0;
  letter-spacing: 1px;
}

/* Country Content */
.eci-country-content {
  flex: 1;
  margin-bottom: 25px;
}

.eci-country-description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-medium);
  margin: 0;
  text-align: left;
}

/* Country Footer */
.eci-country-footer {
  margin-top: auto;
}

.eci-country-btn {
  display: inline-block;
  background: var(--primary-blue);
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
  border: 2px solid var(--primary-blue);
}

.eci-country-btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-1px);
}

/* Additional Info */
.eci-additional-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
  padding: 40px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.eci-info-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

.eci-info-icon {
  width: 50px;
  height: 50px;
  background: var(--bg-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  flex-shrink: 0;
}

.eci-info-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 5px 0;
}

.eci-info-content p {
  font-size: 14px;
  color: var(--text-light);
  margin: 0;
  line-height: 1.5;
}

/* CTA Section */
.eci-cta {
  text-align: center;
  background: var(--bg-light);
  padding: 40px 30px;
  border-radius: var(--radius);
}

.eci-cta-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.eci-cta-text {
  font-size: 16px;
  color: var(--text-medium);
  margin-bottom: 25px;
}

.eci-cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.eci-btn-primary {
  background: var(--primary-blue);
  color: white;
  padding: 12px 25px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  border: 2px solid var(--primary-blue);
}

.eci-btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-1px);
}

.eci-btn-secondary {
  background: transparent;
  color: var(--primary-blue);
  padding: 12px 25px;
  border: 2px solid var(--primary-blue);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.eci-btn-secondary:hover {
  background: var(--primary-blue);
  color: white;
  transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .eci-tax-services {
    padding: 40px 15px;
  }
  
  .eci-main-title {
    font-size: 26px;
  }
  
  .eci-main-title br {
    display: none;
  }
  
  .eci-countries-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .eci-country-card {
    padding: 25px 20px;
  }
  
  .eci-additional-info {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0;
  }
  
  .eci-info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .eci-cta {
    padding: 30px 20px;
  }
  
  .eci-cta-title {
    font-size: 20px;
  }
  
  .eci-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .eci-btn-primary,
  .eci-btn-secondary {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .eci-main-title {
    font-size: 22px;
  }
  
  .eci-subtitle {
    font-size: 15px;
  }
  
  .eci-country-card {
    padding: 20px 15px;
  }
  
  .eci-flag-container {
    width: 70px;
    height: 50px;
  }
  
  .eci-country-name {
    font-size: 18px;
  }
  
  .eci-country-description {
    font-size: 13px;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eci-header {
  animation: fadeInUp 0.6s ease-out;
}

.eci-country-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.eci-country-card:nth-child(1) {
  animation-delay: 0.1s;
}

.eci-country-card:nth-child(2) {
  animation-delay: 0.2s;
}

.eci-country-card:nth-child(3) {
  animation-delay: 0.3s;
}

.eci-additional-info {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.4s;
}

.eci-cta {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.5s;
}

/* Elementor Compatibility */
.elementor-widget-container .eci-tax-services {
  width: 100%;
}

/* Focus States */
.eci-country-btn:focus,
.eci-btn-primary:focus,
.eci-btn-secondary:focus {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e2cabe *//* ECI Flip Cards 2x2 - WordPress Elementor Compatible */
.eci-flip-section {
  --primary-color: #374151;
  --primary-dark: #1f2937;
  --primary-light: #6b7280;
  --accent-color: #f59e0b;
  --text-dark: #111827;
  --text-medium: #374151;
  --text-light: #6b7280;
  --bg-gray: #f3f4f6;
  --bg-light: #f9fafb;
  --bg-white: #ffffff;
  --card-bg: rgba(255, 255, 255, 0.9);
  --card-border: rgba(0, 0, 0, 0.1);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  color: var(--text-dark);
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  box-sizing: border-box;
}

/* Reset for Elementor */
.eci-flip-section *,
.eci-flip-section *::before,
.eci-flip-section *::after {
  box-sizing: border-box;
}

/* Background Pattern */
.eci-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
  background-size: 100px 100px, 100px 100px;
  opacity: 0.5;
  z-index: 0;
}

.eci-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Header */
.eci-header {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInDown 3s ease-out;
}

.eci-title {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--text-dark);
}

.eci-highlight {
  color: var(--accent-color);
  position: relative;
  display: inline-block;
}

.eci-highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--accent-color);
  opacity: 0.3;
  z-index: -1;
  border-radius: 4px;
}

.eci-title-underline {
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  margin: 0 auto 30px;
  border-radius: 2px;
}

.eci-subtitle {
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  color: var(--text-medium);
}

/* 2x2 Benefits Grid */
.eci-benefits-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  width: 100%;
}

/* Benefit Card */
.eci-benefit-card {
  perspective: 1000px;
  height: 320px;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
  width: 100%;
}

.eci-benefit-card:nth-child(1) {
  animation-delay: 0.1s;
}
.eci-benefit-card:nth-child(2) {
  animation-delay: 0.3s;
}
.eci-benefit-card:nth-child(3) {
  animation-delay: 0.5s;
}
.eci-benefit-card:nth-child(4) {
  animation-delay: 0.7s;
}

.eci-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.eci-benefit-card:hover .eci-card-inner {
  transform: rotateY(180deg);
}

.eci-card-front,
.eci-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.eci-card-front {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.eci-card-back {
  background: var(--bg-white);
  border: 1px solid var(--card-border);
  padding: 30px;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Icon Wrapper */
.eci-icon-wrapper {
  width: 80px;
  height: 80px;
  background: var(--bg-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 2px solid var(--primary-color);
  color: var(--accent-color);
  transition: var(--transition);
  flex-shrink: 0;
}

.eci-benefit-card:hover .eci-icon-wrapper {
  transform: scale(1.1);
  background: var(--primary-color);
  color: white;
}

/* Card Title */
.eci-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.3;
  color: var(--text-dark);
}

/* Card Arrow */
.eci-card-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
  transition: var(--transition);
  color: var(--primary-color);
}

.eci-benefit-card:hover .eci-card-arrow {
  opacity: 0;
}

/* Card Text */
.eci-card-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-medium);
  margin: 0;
}

/* CTA Section */
.eci-cta-section {
  background: var(--bg-white);
  border-radius: 15px;
  padding: 50px 30px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--card-border);
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

.eci-cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.eci-cta-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: var(--text-dark);
}

.eci-cta-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: var(--text-medium);
}

.eci-cta-button {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(55, 65, 81, 0.3);
  text-decoration: none;
  display: inline-block;
}

.eci-cta-button:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(55, 65, 81, 0.4);
  color: white;
  text-decoration: none;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .eci-flip-section {
    padding: 60px 20px;
  }
  
  .eci-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .eci-flip-section {
    padding: 60px 20px;
  }

  .eci-title {
    font-size: 32px;
  }

  .eci-subtitle {
    font-size: 16px;
  }

  .eci-benefits-2x2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 25px;
  }

  .eci-benefit-card {
    height: 280px;
  }

  .eci-cta-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .eci-flip-section {
    padding: 40px 15px;
  }

  .eci-title {
    font-size: 28px;
  }

  .eci-subtitle {
    font-size: 15px;
  }

  .eci-benefit-card {
    height: 260px;
  }

  .eci-card-front,
  .eci-card-back {
    padding: 20px;
  }

  .eci-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .eci-icon {
    width: 30px;
    height: 30px;
  }

  .eci-card-title {
    font-size: 16px;
  }

  .eci-cta-section {
    padding: 30px 20px;
  }

  .eci-cta-title {
    font-size: 22px;
  }

  .eci-cta-text {
    font-size: 15px;
  }

  .eci-cta-button {
    padding: 12px 25px;
    font-size: 15px;
  }
}

/* Elementor Compatibility */
.elementor-widget-container .eci-flip-section {
  width: 100%;
}

.elementor-section .eci-flip-section {
  margin: 0;
}

/* WordPress Theme Compatibility */
.eci-flip-section h2,
.eci-flip-section h3,
.eci-flip-section p {
  margin-top: 0;
}

.eci-flip-section a {
  color: inherit;
}

/* Focus States for Accessibility */
.eci-cta-button:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .eci-flip-section {
    background: white;
    color: black;
  }
  
  .eci-benefit-card {
    border: 1px solid #ccc;
    break-inside: avoid;
  }
  
  .eci-cta-button {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99fd7c9 */<style>
/* Main Container */
.credit-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Status Section */
.status-section {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.status-title {
  font-size: 24px;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: 15px;
}

.status-description {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

/* Plans Table */
.plans-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0 35px;
}

.plans-table th {
  padding: 12px 5px;
  font-weight: 600;
  font-size: 16px;
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
}

.plans-table td {
  padding: 10px 5px;
  font-size: 14px;
  color: #7f8c8d;
  border-bottom: 1px solid #ecf0f1;
}

/* Premium Card */
.premium-card {
  background: #f8f9ff;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid #e0e7ff;
}

.premium-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.premium-price {
  font-size: 28px;
  font-weight: 800;
  color: #3498db;
  margin-bottom: 20px;
}

.benefits-list {
  text-align: left;
  margin: 0 auto 25px;
  max-width: 350px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 16px;
  color: #2c3e50;
}

.check-icon {
  color: #27ae60;
  font-weight: bold;
  margin-right: 10px;
  min-width: 20px;
}

.upgrade-button {
  display: inline-block;
  background: #3498db;
  color: white !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 35px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
  margin: 10px 0;
}

.upgrade-button:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

/* Pricing Link */
.pricing-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #3498db !important;
  text-decoration: none !important;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.2s;
}

.pricing-link:hover {
  color: #2980b9 !important;
  text-decoration: underline !important;
}

.pricing-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s;
}

.pricing-link:hover::after {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 480px) {
  .credit-container {
    padding: 20px 15px;
  }
  
  .plans-table th,
  .plans-table td {
    font-size: 13px;
    padding: 8px 3px;
  }
  
  .premium-card {
    padding: 20px 15px;
  }
}
</style>/* End custom CSS */