.how-header {
    background-image: linear-gradient(to right, #4248bd, #2b6cd4);
    color: white;
    padding: 60px 0;
    text-align: center;
  }
  .steps-section {
    padding: 70px 0;
  }
  .step-card {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
  }
  .step-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-color: #4248bd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .step-image {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin: 20px 0;
    max-width: 100%;
  }
  .step-title {
    color: #4248bd;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .tips-section {
    background-color: #f8f9fa;
    padding: 50px 0;
  }
  .tip-card {
    background-color: white;
    border-left: 4px solid #4248bd;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  .cta-section {
    background-color: #4248bd;
    color: white;
    padding: 60px 0;
    text-align: center;
  }
  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .video-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 50%;
  }
  .sticky-video {
    position: sticky;
    top: 20px;
} /*about.html*/ 
 .problem-header {
    background-image: linear-gradient(to right, #4248bd, #2b6cd4);
    color: white;
    padding: 80px 0;
    text-align: center;
  }
  .problem-section {
    padding: 80px 0;
  }
  .solution-section {
    padding: 80px 0;
    background-color: #f9f9f9;
  }
  .feature-card {
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eee;
  }
  .feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .feature-icon {
    font-size: 2.5rem;
    color: #4248bd;
    margin-bottom: 20px;
  }
  .challenge-card {
    border-left: 4px solid #ff5722;
    padding: 20px;
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  .cta-section {
    background-color: #4248bd;
    color: white;
    padding: 60px 0;
    text-align: center;
  }
  .section-title {
    color: #4248bd;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
  }
  .section-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #4248bd;
    bottom: -10px;
    left: 25%;
  }
  .solution-box {
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .solution-box h3 {
    color: #4248bd;
    margin-bottom: 20px;
  }
  .solution-icon {
    font-size: 3rem;
    color: #4248bd;
    margin-bottom: 20px;
  }
  .feature-list {
    list-style-type: none;
    padding-left: 0;
  }
  .feature-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .feature-list li:before {
    content: '✓';
    color: #4CAF50;
    margin-right: 10px;
    font-weight: bold;
  }
  @media (max-width: 767px) {
  .step-card {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    overflow: visible;
  }
  
  .step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
  
  .step-title {
    margin-top: 25px;
  }
}
.cta-section .me-3 {
  margin-right: 2rem !important;
}

@media (max-width: 767px) {
  .cta-section .me-3 {
    margin-right: 1rem !important;
    margin-bottom: 1rem;
  }
}
.video-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: auto;
  min-height: 100%;
  width: 100%;
}

.sticky-video {
  position: sticky;
  top: 20px;
  height: fit-content;
}

@media (max-width: 991px) {
  .sticky-video {
    position: static;
    margin-top: 40px;
  }
  
  .video-card {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .video-card {
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .steps-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}

.solution-section .col-md-4 {
  display: flex;
  flex: 1 1 300px;
  max-width: calc(33.333% - 20px);
}

.solution-box {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
}

.solution-box h3 {
  color: #4248bd;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.solution-box p {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.solution-icon {
  font-size: 3rem;
  color: #4248bd;
  margin-bottom: 20px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .solution-section .col-md-4 {
    max-width: calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .solution-section .col-md-4 {
    max-width: 100%;
    flex: 1 1 100%;
  }
  
  .solution-section .row {
    gap: 20px;
  }
  
  .solution-box {
    min-height: auto;
    padding: 30px;
  }
}
.contact-section {
  background: linear-gradient(135deg, #4248bd 0%, #2b6cd4 100%);
  padding: 60px 20px;
  min-height: 500px;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.contact-card {
  background: white;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-info {
  padding: 40px;
  background: #f8f9ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-support-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.contact-email {
  color: #666;
  font-size: 1rem;
}

.contact-email a {
  color: #ff8c42;
  text-decoration: none;
  font-weight: 500;
}

.contact-email a:hover {
  text-decoration: underline;
}

.form-section {
  padding: 40px;
}

.form-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-input,
.form-textarea {
  padding: 12px 16px;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: white;
}

.form-input {
  height: 48px;
}

.form-textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #4248bd;
  box-shadow: 0 0 0 3px rgba(66, 72, 189, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #999;
}

.form-submit {
  background: #ff8c42;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 10px;
}

.form-submit:hover {
  background: #e67c35;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  
  .contact-card {
    grid-template-columns: 1fr;
  }
  
  .contact-info,
  .form-section {
    padding: 30px;
  }
  
  .contact-section {
    padding: 40px 15px;
  }
}
      .pricing-header {
        background-image: linear-gradient(to right, #4248bd, #2b6cd4);
        color: white;
        padding: 60px 0;
        text-align: center;
      }
      .pricing-section {
        padding: 70px 0;
      }
      .pricing-card {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
      }
      .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
      }
      .pricing-header-card {
        background-color: #4248bd;
        color: white;
        padding: 20px;
        text-align: center;
      }
      .pricing-content {
        background-color: #eef1fa;
        padding: 30px;
      }
      .pricing-price {
        color: #ff8c00;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 5px;
      }
      .pricing-period {
        color: #ff8c00;
        font-size: 1.1rem;
        margin-bottom: 20px;
      }
      .feature-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
      }
      .feature-list li {
        margin-bottom: 15px;
        color: #666;
        position: relative;
        padding-left: 30px;
      }
      .feature-included::before {
        content: "✓";
        color: #4248bd;
        position: absolute;
        left: 0;
        font-weight: bold;
      }
      .feature-excluded::before {
        content: "✕";
        color: #ff0000;
        position: absolute;
        left: 0;
        font-weight: bold;
      }
      .pricing-btn {
        background-color: #ff8c00;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 5px;
        font-weight: 600;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
      }
      .pricing-btn:hover {
        background-color: #e67e00;
        color: white;
        transform: translateY(-2px);
        text-decoration: none;
      }
      .faq-section {
        background-color: #f8f9fa;
        padding: 60px 0;
      }
      .compare-btn {
        background-color: transparent;
        color: #4248bd;
        border: 2px solid #4248bd;
        padding: 10px 25px;
        border-radius: 5px;
        font-weight: 600;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
        margin-top: 20px;
      }
      .compare-btn:hover {
        background-color: #4248bd;
        color: white;
        text-decoration: none;
      }

      /* Pricing Table Styles */
      .pricing-table {
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        overflow: hidden;
        margin: 40px auto;
        max-width: 1200px;
      }
      
      .table-header {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        border-bottom: 1px solid #e5e7eb;
        background: #f8f9fa;
      }
      
      .plan-column {
        padding: 32px 24px;
        text-align: center;
        border-right: 1px solid #e5e7eb;
        position: relative;
      }
      
      .plan-column:last-child {
        border-right: none;
      }
      
      .feature-label {
        padding: 20px 24px;
        font-weight: 500;
        color: #374151;
        border-right: 1px solid #e5e7eb;
        background: #f8f9fa;
      }
      .pricing-table *::before,
      .pricing-table *::after {
        content: none !important;
        display: none !important;
      }
      .plan-name {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 8px;
        color: #4248bd;
      }
      
      .plan-price {
        font-size: 2.2rem;
        font-weight: 700;
        color: #ff8c00;
        margin-bottom: 4px;
      }
      
      .plan-period {
        font-size: 0.9rem;
        color: #6b7280;
        margin-bottom: 20px;
      }
      
      .cta-button {
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 0.9rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        min-width: 110px;
      }
      
      .cta-primary {
        background: #ff8c00;
        color: white;
      }
      
      .cta-primary:hover {
        background: #e67e00;
        color: white;
        text-decoration: none;
        transform: translateY(-2px);
      }
      
      .cta-secondary {
        background: white;
        color: #4248bd;
        border: 2px solid #4248bd;
      }
      
      .cta-secondary:hover {
        background: #4248bd;
        color: white;
        text-decoration: none;
      }
      
      .table-row {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        border-bottom: 1px solid #f3f4f6;
      }
      
      .table-row:last-child {
        border-bottom: none;
      }
      
      .feature-cell {
        padding: 16px 24px;
        text-align: center;
        border-right: 1px solid #f3f4f6;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
      }
      
      .feature-cell:last-child {
        border-right: none;
      }
      
      .feature-value {
        font-weight: 500;
        color: #374151;
      }
      
      .feature-included {
        color: #4248bd;
        font-weight: 600;
      }
      
      .feature-excluded {
        color: #dc2626;
        font-weight: 500;
      }
      
      .category-header {
        background: #4248bd;
        color: white;
        padding: 14px 24px;
        font-weight: 600;
        font-size: 1rem;
        grid-column: 1 / -1;
      }
      
      @media (max-width: 1024px) {
        .table-header,
        .table-row {
          display: block;
        }
        
        .plan-column,
        .feature-cell,
        .feature-label {
          display: block;
          border-right: none;
          border-bottom: 1px solid #e5e7eb;
          padding: 16px 24px;
        }
        
        .category-header {
          padding: 12px 24px;
        }
      }
      .disabled-btn {
  background-color: #bbb !important;
  color: white !important;
  border: 2px solid #bbb !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.7 !important;
}