.elementor-kit-23353{--e-global-color-primary:#FF6B35;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF6B35;--e-global-color-99f903c:#FFFFFF;--e-global-color-c24050e:#0A0A0A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-23353 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Trust Signals Section */
.trust-signals {
  padding: 60px 0;
  background: var(--gray-50);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.trust-signal {
  text-align: center;
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  border: 1px solid var(--gray-200);
}

.trust-icon {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.trust-icon svg {
  stroke: var(--accent);
}

.trust-signal h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.trust-signal p {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ============================================ */
/* BEAUTIFUL COMPARISON TABLE STYLES
/* ============================================ */

.comparison-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  padding: 4px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.comparison-table th {
  padding: 20px 24px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(243, 156, 18, 0.15);
  color: #F39C12 !important;
  border-bottom: 2px solid rgba(243, 156, 18, 0.3);
}

.comparison-table td {
  padding: 18px 24px;
  text-align: left;
  color: white !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table td strong {
  color: white !important;
  font-weight: 600;
}

.comparison-table tr:hover td {
  background: rgba(243, 156, 18, 0.08);
}

.comparison-table tr.highlight td {
  background: rgba(243, 156, 18, 0.12);
}

.comparison-table tr.highlight:hover td {
  background: rgba(243, 156, 18, 0.18);
}

/* Table Buttons */
.table-btn {
  display: inline-block;
  padding: 10px 24px;
  background: transparent;
  border: 2px solid rgba(243, 156, 18, 0.5);
  color: #F39C12 !important;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.table-btn.primary {
  background: #F39C12;
  border-color: #F39C12;
  color: white !important;
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.table-btn:hover {
  background: #F39C12;
  border-color: #F39C12;
  color: white !important;
  transform: translateY(-2px);
}

.table-btn.primary:hover {
  background: #e08e0b;
  border-color: #e08e0b;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .comparison-section {
    padding: 40px 0;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 12px 16px;
    font-size: 13px;
  }
  
  .table-btn {
    padding: 6px 12px;
    font-size: 11px;
  }
  
  .section-header h2 {
    color: white !important;
  }
}
/* ============================================ */
/* FIX SERVICE CARDS - WHITE BG WITH BLACK TEXT
/* ============================================ */

/* Remove any dark background */
.all-services-section {
  background: transparent !important;
}

/* Make all text black/dark on white cards */
.service-card-full {
  background: #ffffff;
  border: 1px solid #e9ecef;
}

.service-card-full h3,
.service-card-full .service-desc,
.service-card-full .service-features li,
.service-card-full .service-price span {
  color: #1a1a1a !important;
}

.service-card-full .service-price {
  color: #F39C12 !important;
}

.service-card-full .service-badge {
  background: rgba(243, 156, 18, 0.1);
  color: #F39C12;
}

.service-features li {
  color: #6c757d !important;
}

.service-features li::before {
  color: #F39C12;
}

.service-card-full:hover {
  background: #f8f9fa;
  border-color: #F39C12;
}

/* Section header text on white background */
.all-services-section .section-header h2 {
  color: #1a1a1a !important;
}

.all-services-section .section-header p {
  color: #6c757d !important;
}

.all-services-section .section-tag {
  color: #F39C12 !important;
}

/* Portfolio Filter Buttons - Fixed */
.portfolio-filter-section {
  padding: 40px 0;
  background: #ffffff;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-btn {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #6c757d;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: #F39C12;
  border-color: #F39C12;
  color: white !important;
}

/* FIX: Active button - Orange background with WHITE text */
.filter-btn.active {
  background: #F39C12 !important;
  border-color: #F39C12 !important;
  color: #ffffff !important;
}

/* ============================================ */
/* AI CHATBOT PAGE STYLES
/* ============================================ */

.ai-hero {
  padding: 140px 0 80px;
  background: #ffffff;
  text-align: center;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.hero-title .accent {
  color: #F39C12;
}

.hero-sub {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto 32px;
}

.hero-trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}

.trust-num {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}

.trust-label {
  font-size: 12px;
  color: #6c757d;
}

.trust-divider {
  width: 1px;
  height: 35px;
  background: #e9ecef;
}

/* Features Selection */
.features-selection {
  padding: 60px 0;
  background: #f8f9fa;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.feature-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e9ecef;
  position: relative;
  transition: all 0.3s ease;
}

.feature-card.featured {
  border: 2px solid #F39C12;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
}

.feature-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #F39C12;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.feature-card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 16px;
}

.feature-price {
  font-size: 24px;
  font-weight: 700;
  color: #F39C12;
  margin: 16px 0;
}

.feature-select {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #1a1a1a;
}

.bundle-summary {
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.summary-box {
  font-size: 18px;
}

.summary-box strong {
  color: #F39C12;
  font-size: 24px;
  margin-left: 16px;
}

/* Pricing Section */
.pricing-section {
  padding: 80px 0;
  background: #ffffff;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.pricing-card {
  background: #f8f9fa;
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  border: 1px solid #e9ecef;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card.featured {
  border: 2px solid #F39C12;
  transform: scale(1.02);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #F39C12;
  color: white;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.pricing-price {
  font-size: 48px;
  font-weight: 800;
  color: #F39C12;
}

.pricing-note {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 16px;
}

.pricing-desc {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 24px;
}

.pricing-features {
  list-style: none;
  text-align: left;
  margin: 24px 0;
}

.pricing-features li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-features li::before {
  content: "✓";
  color: #F39C12;
  font-weight: bold;
}

/* Social Manager Section */
.social-manager-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.social-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.social-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.social-feature span {
  font-size: 28px;
}

.social-feature h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

.social-feature p {
  font-size: 13px;
  color: #6c757d;
}

.demo-preview {
  background: #1a1a2e;
  border-radius: 24px;
  padding: 20px;
  color: white;
}

.preview-header {
  font-size: 14px;
  color: #F39C12;
  margin-bottom: 16px;
}

.preview-post {
  background: #2a2a3e;
  border-radius: 16px;
  padding: 16px;
}

.post-header {
  font-weight: 600;
  margin-bottom: 12px;
}

.post-image {
  height: 150px;
  background: linear-gradient(135deg, #F39C12, #e08e0b);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: white;
}

.post-caption {
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.post-stats {
  font-size: 12px;
  color: #6c757d;
}

/* Included Section */
.included-section {
  padding: 80px 0;
  background: #ffffff;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.included-card {
  text-align: center;
  padding: 28px;
  background: #f8f9fa;
  border-radius: 16px;
  border: 1px solid #e9ecef;
}

.included-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.included-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.included-card p {
  font-size: 13px;
  color: #6c757d;
}

/* Examples Section */
.examples-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.example-card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  text-align: center;
}

.example-card.highlight {
  border: 2px solid #F39C12;
  background: linear-gradient(135deg, #ffffff, #fffaf5);
}

.example-card h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.example-card p {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 16px;
}

.example-price {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #F39C12;
}

.example-save {
  display: block;
  font-size: 12px;
  color: #28a745;
  margin-top: 8px;
}

/* Form Checkboxes */
.form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.form-checkboxes label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
  cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .social-grid, .included-grid, .examples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-title { font-size: 36px; }
  .hero-trust { flex-direction: column; align-items: center; gap: 16px; }
  .trust-divider { display: none; }
  .features-grid, .pricing-grid, .social-grid, .included-grid, .examples-grid {
    grid-template-columns: 1fr;
  }
  .bundle-summary { flex-direction: column; text-align: center; }
  .pricing-card.featured { transform: none; }
}

/* Checkbox Group - Vertical Alignment */
.checkbox-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.checkbox-label:hover {
  background: rgba(255, 255, 255, 0.1);
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #F39C12;
}

.checkbox-label span {
  flex: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

/* Force checkbox alignment in multi-step form */
.multistep-form-container .checkbox-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.multistep-form-container .checkbox-label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  width: 100% !important;
}

.multistep-form-container .checkbox-label input {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.multistep-form-container .checkbox-label span {
  flex: 1 !important;
  text-align: left !important;
  font-size: 14px;
}/* End custom CSS */