/* Home Page Specific Styles */

/* Summary Sections */
.section-summary {
    padding: 60px 0;
    background-color: #ffffff;
}

.section-summary:nth-child(even) {
    background-color: #f9f9fd;
}

.summary-content {
    margin-top: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.summary-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #4a4a6a;
}

.summary-content .btn {
    margin-top: 10px;
}

/* Step Summaries */
.step-summary {
    display: inline-block;
    margin: 0 20px 20px;
    text-align: center;
}

.step-summary .step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DA0032;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, #303163 0%, #1A1A36 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-secondary {
    font-size: 0.9rem !important;
    opacity: 0.8;
    margin-top: 15px !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-summary {
        padding: 40px 0;
    }
    
    .summary-content p {
        font-size: 1rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
    }
}

/* Homepage Styles */

.client-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* Hero Section */
.hero-section {
  color: var(--primary);
  height: calc(100vh - 60px);
  padding: 80px 0;
  overflow: hidden;
  background-image: url(/media/img/common/bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-video-container {    --e-con-transform-rotateX: 3deg;
  --e-con-transform-perspective: 200px;
  --e-con-transform-translateY: -30px;
  --align-self: center;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 1;
  line-height: 1.6;
  color: #ffffff;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #DA0032;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 1;
  color: #ffffff;
}

/* Video in hero section */
.hero-video-container {
  flex: 1;
  min-width: 300px;
  text-align: center;
  position: relative;
}

.video-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 0;
  background-color: #0a0a1a;
  display: inline-block;
  width: 100%;
  max-width: 540px;
}

.hero-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Legacy hero-image styling for backward compatibility */
.hero-image {
  min-width: 300px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* Trusted By Section */
.trusted-by {
  padding: 40px 0;
  background-color: #f8f8f8;
  text-align: center;
}

.trusted-label {
  color: #6c757d;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.swiper-wrapper img

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.logo-grid img,.swiper-wrapper img {
  height: 35px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.logo-grid img:hover,.swiper-wrapper img:hover {
  opacity: 0.8;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/* Key Features Section */
.key-features {
  padding: 80px 0;
  background-color: white;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.2rem;
  color: #303163;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 1.1rem;
  color: #6c757d;
}

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

.section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.grid-card {
  flex: 1 1 300px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.feature-icon {
  font-size: 2.5rem;
  color: #DA0032;
  margin-bottom: 20px;
}

.grid-card h3 {
  font-size: 1.3rem;
  color: #303163;
  margin-bottom: 15px;
}

.grid-card p {
  color: #6c757d;
  line-height: 1.6;
}

.mt-40 {
  margin-top: 40px;
}

/* How It Works Section */
.how-it-works-home {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.steps-container {
  max-width: 1000px;
  margin: 0 auto;
}

.step-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #DA0032;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(218, 0, 50, 0.3);
}

.step-content {
  flex: 1;
  min-width: 250px;
}

.step-content h3 {
  font-size: 1.5rem;
  color: #303163;
  margin-bottom: 10px;
}

.step-content p {
  color: #6c757d;
  line-height: 1.6;
}

.step-image {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

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

/* Use Cases Section */
.use-cases {
  padding: 80px 0;
  background-color: white;
}

.use-cases-tabs {
  max-width: 1000px;
  margin: 0 auto;
}

.tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}

.tab-button {
  padding: 12px 20px;
  margin: 0 5px;
  border: none;
  background: none;
  font-size: 1.1rem;
  color: #6c757d;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab-button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.tab-button.active {
  color: #DA0032;
  font-weight: 600;
}

.tab-button.active:after {
  background-color: #DA0032;
}

.tab-button:hover {
  color: #DA0032;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.use-case-content h3 {
  color: #303163;
  margin-bottom: 15px;
}

.use-case-content p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.use-case-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.use-case-benefits li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: #6c757d;
}

.use-case-benefits li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #DA0032;
}

.btn-sm {
  padding: 8px 15px;
  font-size: 0.9rem;
}

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

/* Testimonials Section */
.testimonials {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.testimonial-slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.testimonial-item {
  padding: 30px;
}

.testimonial-content {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}

.testimonial-stars {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.testimonial-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.author-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #303163;
}

.author-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #6c757d;
}

.testimonial-navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-navigation button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-navigation button:hover {
  background-color: #DA0032;
  color: white;
}

/* Comparison Section */
.comparison-home {
  padding: 80px 0;
  background-color: white;
}

.comparison-overview {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.comparison-intro {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.comparison-table-container {
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}

.comparison-table th {
  font-weight: 600;
  color: #303163;
  background-color: #f8f9fa;
}

.comparison-table th:first-child {
  text-align: left;
}

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

.highlight {
  color: #DA0032;
  font-weight: 700;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}

.comparison-key-advantages {
  margin-top: 0;
  text-align: center;
}

.comparison-key-advantages h3 {
  font-size: 1.8rem;
  color: #303163;
  margin-bottom: 30px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.advantage-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.advantage-item i {
  font-size: 2rem;
  color: #DA0032;
  margin-bottom: 15px;
}

.advantage-item h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #303163;
}

.advantage-item p {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #303163 0%, #1A1A36 100%);
  color: white;
  text-align: center;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.cta-secondary {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* Trust & Security Section */
.trust-security {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.security-icon {
  font-size: 2.5rem;
  color: #303163;
  margin-bottom: 20px;
  text-align: center;
}

.security-card h3 {
  text-align: center;
}

.security-card p {
  text-align: center;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background-color: white;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  padding: 20px;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #303163;
}

.faq-question i {
  color: #DA0032;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 0 20px 20px;
}

.faq-answer p {
  margin-top: 0;
  line-height: 1.6;
  color: #6c757d;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .hero-text h1 {
    font-size: 2.4rem;
  }
  
  .hero-stats {
    gap: 20px;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
  
  .grid-card {
    flex: 1 1 250px;
  }
  
  .video-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-text {
    text-align: center;
  }
  
  .hero-text h1 {
    font-size: 2.2rem;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .hero-video-container {
    margin-top: 20px;
  }
  
  .logo-grid {
    gap: 25px;
  }
  
  .logo-grid img {
    height: 25px;
  }
  
  .grid-card {
    flex: 1 1 100%;
  }
  
  .step-item {
    flex-direction: column;
    text-align: center;
  }
  
  .step-content {
    padding-left: 0;
  }
  
  .step-image {
    order: -1;
    margin-bottom: 20px;
  }
  
  .tab-button {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  
  .cta-content h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 576px) {
  .hero-text h1 {
    font-size: 1.8rem;
  }
  
  .hero-text p {
    font-size: 1.1rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .tab-button {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* Color Improvements for Contrast */
p {
  color: #444;
}

.section-header p {
  color: #444;
  font-size: 1.1rem;
}

.feature-card p,
.security-card p,
.use-case-content p,
.advantage-item p,
.faq-answer p {
  color: #555;
}

/* External Link Icon Styles */
a[target="_blank"] .fa-external-link-alt {
  margin-right: 5px;
  font-size: 0.9em;
  opacity: 0.7;
}

/* Global Button Style Updates */
.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  margin: 0 5px;
}

.btn-outline:hover {
  background-color: var(--primary);
  color: white;
}

/* Hide testimonials and comparison table as requested */
.testimonials {
  display: none;
}

.comparison-table-container {
  display: none;
}

/* Keep Key BoltSign Advantages visible */
.comparison-key-advantages {
  margin-top: 0;
} 
/* Add these styles to the end of the file */

/* Featured Module Section */
.featured-module {
  padding: 5rem 0;
  background-color: #f8faff;
  position: relative;
  overflow: hidden;
}

.featured-module::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(103, 58, 183, 0.05), transparent 40%),
              radial-gradient(circle at 80% 30%, rgba(33, 150, 243, 0.03), transparent 40%);
  z-index: 0;
}

.featured-module-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 992px) {
  .featured-module-content {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}

.featured-module-text {
  flex: 1;
}

.featured-badge {
  display: inline-block;
  background-color: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

.featured-module-text h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--primary);
  line-height: 1.2;
}

.featured-module-text p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: var(--text-secondary);
}

.featured-module-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}

.featured-module-benefits li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.featured-module-benefits li i {
  color: var(--primary);
  font-size: 1.25rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.featured-module-benefits li span {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--text-primary);
}

.featured-module-cta {
  margin-top: 2rem;
}

.featured-module-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-module-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.featured-module-image img:hover {
  transform: translateY(-10px);
} 