/*:root {*/
/*--bs-list-group-action-hover-color: var(--bs-emphasis-color, #212529);*/
/*--bs-list-group-action-hover-bg: var(--bs-tertiary-bg, #f8f9fa);*/
/*}*/
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #2c3e50; }
.hero-section { background: linear-gradient(135deg, #0d6efd 0%, #004a99 100%); color: #fff; padding: 3.5rem 0; }
.proc-table th, .proc-table td { font-size: 0.9rem; vertical-align: middle; }
.spec-card { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(6px); }
.thumb-img { width: 100%; height: 65px; object-fit: cover; cursor: pointer; border: 2px solid transparent; transition: 0.2s; }
.thumb-img:hover, .thumb-img.active { border-color: #fff; }
.feature-img, .app-img { height: 160px; object-fit: cover; }
.tech-img { height: 260px; object-fit: cover; }
.badge-suitable { background-color: #00b894; color: #000; font-weight: 600; }
.badge-not { background-color: #dc3545; color: #fff; font-weight: 600; }
.cta-section { background-color: #f8f9fa; border-top: 3px solid #0d6efd; }
.trust-badge { color: #6c757d; font-size: 0.85rem; }
.note-box { background-color: #fff8e1; border-left: 4px solid #ffc107; padding: 0.75rem 1rem; font-size: 0.9rem; }
.product-card { border: 1px solid #dee2e6; border-radius: 8px; overflow: hidden; transition: transform 0.2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.product-img { height: 180px; object-fit: cover; background-color: #f8f9fa; }
.blog-card { border: 1px solid #dee2e6; border-radius: 8px; overflow: hidden; }
.blog-img { height: 140px; object-fit: cover; background-color: #f8f9fa; }
@media (max-width: 768px) { .hero-section { padding: 2.5rem 0; } }
.spec-table { font-size: 0.85rem; }
.spec-table th { background-color: #e9ecef; }    
.product-card-link:hover .product-card {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15) !important;
  transform: translateY(-3px);
  border-color: #0d6efd !important;
}    
.product-card-link:hover .link-icon {
  opacity: 1 !important;
  transition: opacity 0.2s;
}    
.product-card-link:hover .link-title {
  color: #0d6efd;
}    
.product-card-link {
  text-decoration: none !important;
}
.product-card-link:focus {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .product-card-link {
    min-height: 220px; 
    padding: 8px;      
  }
}
.blog-card-link {
  text-decoration: none !important;
  color: inherit;
  display: block;
  transition: transform 0.2s ease;
}
.blog-card-link:hover .blog-card {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15) !important;
  transform: translateY(-3px);
  border-color: #0d6efd !important;
  transition: all 0.2s ease;
}
.blog-card-link:hover .link-title {
  color: #0d6efd;
  transition: color 0.2s ease;
}
.blog-card-link:hover .transition-opacity {
  opacity: 1 !important;
  transition: opacity 0.2s ease;
}
.blog-card-link:hover .transition-opacity i {
  transform: translate(2px, -2px);
  transition: transform 0.2s ease;
}
.blog-card-link:focus {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .blog-card-link {
    min-height: 200px;
    padding: 4px;
  }
  .blog-card-link .p-3 {
    padding: 0.75rem !important;
  }
}
.blog-img {
  background-color: #f8f9fa;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card-link:hover .blog-img {
  transform: scale(1.02);
}

/*product-list*/
.comparison-table th { background-color: #0d6efd; color: #fff; }
.tip-card { background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%); border-left: 4px solid #0d6efd; border-radius: 8px; padding: 20px; margin: 15px 0; }
.tip-number { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #0d6efd; color: white; border-radius: 50%; font-weight: 700; font-size: 14px; margin-right: 8px; }
.cta-section { background: linear-gradient(135deg, #0d1b3d 0%, #1a3a5c 100%); }
.faq-question { cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: #0d6efd; }
.faq-item.active .faq-question::after { content: '−'; }
.faq-answer { display: none; margin-top: 10px; color: #495057; }
.faq-item.active .faq-answer { display: block; }

/*news lsit*/
.blog-card { border: 1px solid #dee2e6; border-radius: 8px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; height: 100%; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.blog-img { height: 180px; object-fit: cover; background-color: #f8f9fa; }
.blog-meta { font-size: 0.85rem; color: #6c757d; }
.blog-excerpt { font-size: 0.95rem; color: #495057; margin-bottom: 1rem; }
.sidebar-widget { border: 1px solid #dee2e6; border-radius: 8px; padding: 1.25rem; margin-bottom: 1.5rem; }
.sidebar-widget h5 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; color: #0d6efd; }
.category-list, .tag-cloud { list-style: none; padding-left: 0; margin-bottom: 0; }
.category-list li { margin-bottom: 0.5rem; }
.category-list a { color: #212529; text-decoration: none; display: flex; justify-content: space-between; }
.category-list a:hover { color: #0d6efd; }
.category-list a.active { font-weight: 700;color: #0d6efd; }
.tag-cloud a { display: inline-block; padding: 0.25rem 0.75rem; margin: 0.25rem 0.25rem 0.25rem 0; background-color: #e9ecef; border-radius: 20px; font-size: 0.85rem; color: #212529; text-decoration: none; transition: background-color 0.2s; }
.tag-cloud a:hover { background-color: #0d6efd; color: #fff; }
.search-form .form-control { border-radius: 20px 0 0 20px; border-right: none; }
.search-form .btn { border-radius: 0 20px 20px 0; }
.pagination .page-link { color: #0d6efd; }
.pagination .page-item.active .page-link { background-color: #0d6efd; border-color: #0d6efd; color: #fff; }
.featured-badge { background-color: #ffc107; color: #000; font-size: 0.75rem; font-weight: 600; padding: 0.25rem 0.5rem; border-radius: 4px; }
@media (max-width: 768px) { .hero-section { padding: 2rem 0; } .blog-img { height: 140px; } }
.category-intro { background: #f8f9fa; border-left: 4px solid #0d6efd; padding: 1.25rem; border-radius: 0 8px 8px 0; margin-bottom: 2rem; }
.cat-grid a { display: block; padding: 1rem; background: #f8f9fa; border-radius: 8px; text-decoration: none; color: #212529; text-align: center; transition: all 0.2s; border: 1px solid #dee2e6; }
.cat-grid a:hover { background: #e9ecef; transform: translateY(-2px); }
.search-blog-card{height:auto;}

/*custom page*/
/* Cards & Components */
.feature-card { border: 1px solid #dee2e6; border-radius: 12px; padding: 1.5rem; height: 100%; transition: transform 0.2s, box-shadow 0.2s; background: #fff; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.feature-icon { width: 64px; height: 64px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; background: linear-gradient(135deg, var(--brand-primary), #004a99); color: #fff; font-size: 1.5rem; }
/* Process Steps */
.step-number { width: 48px; height: 48px; border-radius: 50%; background: var(--brand-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 1rem; }

/* Trust Badges */
.trust-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #6c757d; }
.trust-badge i { color: var(--brand-success); }
