@charset "UTF-8";
.features-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  border: 0;
}
.features-section table tr {
  border-bottom: none;
}
.features-section table td {
  vertical-align: middle;
  width: 45%;
  border: 0;
}
.features-section table td img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.features-section table td h3 {
  margin-top: 0;
  font-weight: 600;
}
.features-section table td:first-child {
  padding-right: 2rem;
}
.features-section table td:last-child {
  padding-left: 2rem;
}
.features-section table td:not(:has(img)):not(:has(figure)) {
  padding: 42px;
}
.features-section table td:has(img), .features-section table td:has(figure) {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .features-section table,
  .features-section table tbody,
  .features-section table tr,
  .features-section table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0;
  }
  .features-section table .image image,
  .features-section table tbody .image image,
  .features-section table tr .image image,
  .features-section table td .image image {
    width: 100%;
  }
  .features-section table tr {
    border-bottom: none;
    display: flex !important;
    flex-direction: column;
  }
  .features-section table td {
    padding: 0 !important;
    text-align: left;
  }
  .features-section table td:has(img),
  .features-section table td:has(figure) {
    order: -1;
    margin-bottom: 0.5rem;
    padding: 0 !important;
  }
  .features-section table td:has(p) {
    padding: 0px !important;
  }
  .features-section table td img {
    width: 100% !important;
  }
}

.breadcrumb {
  background: #f5f5f5;
  padding: 15px 0;
}
.breadcrumb ul {
  display: flex;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.breadcrumb ul li {
  font-size: 14px;
}
.breadcrumb ul li a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb ul li a:hover {
  color: #1877f2;
}
.breadcrumb ul li span {
  color: #000;
  font-weight: 500;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "›";
  margin-left: 10px;
  color: #000;
}

button.owl-dot.active > span {
  background-color: #1877f2 !important;
}

.product-detail {
  padding: 60px 0;
  position: relative;
  border-top: 1px rgb(232, 232, 232) solid;
}
.product-detail .background-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
.product-detail .product-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .product-detail .product-detail-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.product-detail .product-detail-content .product-image .main-image {
  display: flex;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.product-detail .product-detail-content .product-image .main-image img {
  width: auto;
  max-height: 350px;
}
.product-detail .product-detail-content .product-image .main-image .product-slider {
  width: 375px;
}
.product-detail .product-detail-content .product-image .main-image .product-slider #product-gallery .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .product-detail-content .product-image .main-image .single-image {
  text-align: center;
  padding: 20px;
}
.product-detail .product-detail-content .product-image .main-image .single-image .product-main-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.product-detail .product-detail-content .product-info h1 {
  font-size: 44px;
  color: #1877f2;
  margin-bottom: 0;
  font-weight: 700;
}
.product-detail .product-detail-content .product-info .product-subtitle {
  font-size: 36px;
  color: #1877f2;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-detail .product-detail-content .product-info .product-features {
  margin-bottom: 40px;
}
.product-detail .product-detail-content .product-info .product-features ul {
  padding-left: 0;
  list-style: none;
}
.product-detail .product-detail-content .product-info .product-features p {
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.product-detail .product-detail-content .product-info .product-features p::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
  font-size: 18px;
}
.product-detail .product-detail-content .product-info .product-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-detail .product-detail-content .product-info .product-actions .btn-contact {
  background: #1877f2;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 8px 28px;
  font-weight: 400;
}
.product-detail .product-detail-content .product-info .product-actions .btn-contact:hover {
  background: #0d47a1;
  transform: translateY(-2px);
}
.product-detail .product-detail-content .product-info .product-actions .btn-quote {
  background: transparent;
  color: #1877f2;
  border: 2px solid #1877f2;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 2px solid #6f6f6f;
  color: #6f6f6f;
  font-size: 16px;
  padding: 8px 28px;
}
.product-detail .product-detail-content .product-info .product-actions .btn-quote:hover {
  background: #6f6f6f;
  color: #fff;
}
.product-detail .product-detail-content .product-info .product-actions .btn-quote img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.product-nav-tabs {
  background-color: #e2f4fe;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(25, 118, 210, 0.2);
}
.product-nav-tabs .product-tabs-nav .tabs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  justify-content: space-between;
  padding: 18px 0;
}
.product-nav-tabs .product-tabs-nav .tabs-list::-webkit-scrollbar {
  display: none;
}
.product-nav-tabs .product-tabs-nav .tabs-list .tab-item {
  flex-shrink: 0;
}
.product-nav-tabs .product-tabs-nav .tabs-list .tab-item .tab-link {
  display: block;
  padding: 0;
  color: #403f3f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.product-nav-tabs .product-tabs-nav .tabs-list .tab-item .tab-link:hover {
  color: #1877f2;
  border-bottom-color: #1877f2;
}
.product-nav-tabs .product-tabs-nav .tabs-list .tab-item .tab-link.active {
  color: #1877f2;
  border-bottom-color: #1877f2;
}
@media (max-width: 768px) {
  .product-nav-tabs .product-tabs-nav .tabs-list .tab-item .tab-link {
    padding: 15px 18px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .product-nav-tabs .product-tabs-nav .tabs-list .tab-item .tab-link {
    padding: 12px 15px;
    font-size: 12px;
  }
}

.applications-section {
  padding: 60px 0;
}
.applications-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.applications-section .section-header .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1877f2;
  margin-bottom: 15px;
}
.applications-section .section-header .section-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #1877f2, #0d47a1);
  margin: 0 auto;
  border-radius: 2px;
}
.applications-section .applications-content .row {
  margin: 0 -15px;
}
.applications-section .applications-content .application-item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(25, 118, 210, 0.1);
}
.applications-section .applications-content .application-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: rgba(25, 118, 210, 0.3);
}
.applications-section .applications-content .application-item .application-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1877f2, #0d47a1);
  border-radius: 12px;
  margin-right: 20px;
  flex-shrink: 0;
}
.applications-section .applications-content .application-item .application-icon i {
  font-size: 24px;
  color: white;
}
.applications-section .applications-content .application-item .application-info {
  flex: 1;
}
.applications-section .applications-content .application-item .application-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1877f2;
  margin-bottom: 10px;
}
.applications-section .applications-content .application-item .application-info p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .applications-section {
    padding: 40px 0;
  }
  .applications-section .section-header {
    margin-bottom: 30px;
  }
  .applications-section .section-header .section-title {
    font-size: 24px;
  }
  .applications-section .applications-content .application-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .applications-section .applications-content .application-item .application-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .applications-section .applications-content .application-item .application-icon i {
    font-size: 20px;
  }
  .applications-section .applications-content .application-item .application-info h4 {
    font-size: 16px;
  }
  .applications-section .applications-content .application-item .application-info p {
    font-size: 13px;
  }
}

.features-section {
  padding: 80px 0;
}
.features-section h2 {
  text-align: center;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.features-section .features-grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.features-section .features-grid .feature-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .features-section .features-grid .feature-item {
    grid-template-columns: 1fr;
    gap: 0px;
    text-align: center;
  }
}
.features-section .features-grid .feature-item.reverse .feature-image {
  order: 2;
}
@media (max-width: 768px) {
  .features-section .features-grid .feature-item.reverse .feature-image {
    order: 1;
  }
}
.features-section .features-grid .feature-item.reverse .feature-content {
  order: 1;
}
@media (max-width: 768px) {
  .features-section .features-grid .feature-item.reverse .feature-content {
    order: 2;
  }
}
.features-section .features-grid .feature-item .feature-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.features-section .features-grid .feature-item .feature-content h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}
.features-section .features-grid .feature-item .feature-content p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.specifications-section {
  padding: 80px 0;
  background: #fff;
}
.specifications-section h2 {
  text-align: center;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
}
.specifications-section .specs-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.specifications-section .specs-container > p {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 700;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}
.specifications-section .specs-container table {
  width: 100%;
}
.specifications-section .specs-container table tbody tr {
  border-bottom: none;
}
.specifications-section .specs-container table tbody tr td {
  border: none;
  padding: 12px 20px;
  font-size: 16.67px;
  color: #000;
  line-height: 1.6;
}
.specifications-section .specs-container table tbody tr td:first-child {
  padding-left: 120px;
}
.specifications-section .specs-container .specs-category {
  background: #fff;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 40px;
}
.specifications-section .specs-container .specs-category h3 {
  background: transparent;
  color: #000;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px solid #ddd;
}
.specifications-section .specs-container .specs-category .specs-content {
  padding: 0;
}
.specifications-section .specs-container .specs-category .specs-content .spec-row {
  display: grid;
  grid-template-columns: 35% 65%;
}
.specifications-section .specs-container .specs-category .specs-content .spec-row:last-child {
  border-bottom: none;
}
.specifications-section .specs-container .specs-category .specs-content .spec-row .spec-label {
  padding: 12px 20px 12px 120px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.specifications-section .specs-container .specs-category .specs-content .spec-row .spec-value {
  padding: 12px 28px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  display: flex;
  align-items: center;
  background: #fff;
}
.specifications-section .specs-container .specs-category .specs-content .spec-row .spec-value br {
  margin: 4px 0;
}
@media (max-width: 768px) {
  .specifications-section {
    padding: 60px 0;
  }
  .specifications-section h2 {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .specifications-section .specs-container {
    gap: 25px;
  }
  .specifications-section .specs-container .specs-category h3 {
    padding: 12px 15px;
    font-size: 15px;
  }
  .specifications-section .specs-container .specs-category .specs-content .spec-row {
    grid-template-columns: 1fr;
  }
  .specifications-section .specs-container .specs-category .specs-content .spec-row .spec-label {
    padding: 10px 15px;
    border-right: none;
    border-bottom: 1px solid rgba(224, 224, 224, 0.3);
    background: rgba(100, 181, 246, 0.1);
    font-weight: 600;
  }
  .specifications-section .specs-container .specs-category .specs-content .spec-row .spec-value {
    padding: 10px 15px;
  }
}

.gallery-section {
  padding: 80px 0;
}
.gallery-section h2 {
  text-align: center;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 60px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.gallery-section .gallery-grid .gallery-item {
  overflow: hidden;
}
.gallery-section .gallery-grid .gallery-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 12px;
}
.gallery-section .gallery-grid .gallery-item img:hover {
  transform: scale(1.05);
}
.gallery-section .gallery-grid .gallery-item .item-desc {
  padding: 17px;
  font-size: 17px;
  color: #282828;
  text-align: center;
  margin: 0;
}
.gallery-section .content-application-render > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.gallery-section .content-application-render > div .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.gallery-section .content-application-render > div .table th,
.gallery-section .content-application-render > div .table td {
  padding: 12px 15px;
  text-align: left;
  border: none;
}
.gallery-section .content-application-render > div .table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.gallery-section .content-application-render > div .table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.gallery-section .content-application-render > div .table tbody tr {
  border: none;
}

.related-products {
  padding: 80px 0;
}
.related-products h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 60px;
  position: relative;
}
.related-products h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #1877f2;
  border-radius: 2px;
}
.related-products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.related-products .products-grid .product-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  transition: transform 0.3s ease;
}
.related-products .products-grid .product-item:hover {
  transform: translateY(-5px);
}
.related-products .products-grid .product-item .product-image {
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}
.related-products .products-grid .product-item .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-products .products-grid .product-item .product-info {
  padding: 25px;
}
.related-products .products-grid .product-item .product-info h3 {
  font-size: 1.3rem;
  color: #1877f2;
  margin-bottom: 10px;
  font-weight: 600;
}
.related-products .products-grid .product-item .product-info p {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.related-products .products-grid .product-item .product-info .btn-detail {
  background: #1877f2;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
}
.related-products .products-grid .product-item .product-info .btn-detail:hover {
  background: #0d47a1;
  transform: translateY(-2px);
}

.comparison-section {
  padding: 80px 0;
  background: #f5f5f5;
}
.comparison-section h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 60px;
  position: relative;
}
.comparison-section h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #1877f2;
  border-radius: 2px;
}
.comparison-section .comparison-table-wrapper {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  overflow-x: auto;
}
.comparison-section .comparison-table-wrapper .comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.comparison-section .comparison-table-wrapper .comparison-table thead th {
  background: #1877f2;
  color: #fff;
  padding: 20px 15px;
  font-weight: 600;
  text-align: center;
}
.comparison-section .comparison-table-wrapper .comparison-table thead th:first-child {
  text-align: left;
}
.comparison-section .comparison-table-wrapper .comparison-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.comparison-section .comparison-table-wrapper .comparison-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.comparison-section .comparison-table-wrapper .comparison-table tbody tr:last-child {
  border-bottom: none;
}
.comparison-section .comparison-table-wrapper .comparison-table tbody tr td {
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
.comparison-section .comparison-table-wrapper .comparison-table tbody tr td:first-child {
  font-weight: 600;
  text-align: left;
  color: #000;
}

.temporary-section-title {
  text-align: center;
  font-size: 30px;
  color: #1976d2;
  margin: 60px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.software-section .back-waves-vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
.software-section .software-title {
  text-align: left;
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: 600;
}
.software-section .software-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .software-section .software-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}
.software-section .software-content .software-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.9;
  text-align: justify;
}
.software-section .software-content .software-text .btn-download {
  background: #fff;
  color: #1976d2;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}
.software-section .software-content .software-text .btn-download:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
}
.software-section .software-content .software-image {
  text-align: center;
}
.software-section .software-content .software-image img {
  max-width: 100%;
  height: auto;
}

.solutions-section {
  padding: 80px 0;
}
.solutions-section .banner-wrapper {
  position: relative;
  background: linear-gradient(135deg, #1877f2, #0d47a1);
  color: #fff;
  padding: 80px 0;
}

.pricing-section {
  padding: 80px 0;
}
.pricing-section h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 60px;
  position: relative;
}
.pricing-section h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #1877f2;
  border-radius: 2px;
}
.pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.pricing-section .pricing-grid .pricing-plan {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  position: relative;
  transition: transform 0.3s ease;
}
.pricing-section .pricing-grid .pricing-plan:hover {
  transform: translateY(-5px);
}
.pricing-section .pricing-grid .pricing-plan.featured {
  border: 3px solid #1877f2;
  transform: scale(1.05);
}
.pricing-section .pricing-grid .pricing-plan.featured::before {
  content: "Phổ biến nhất";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1877f2;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.pricing-section .pricing-grid .pricing-plan h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 20px;
}
.pricing-section .pricing-grid .pricing-plan .price {
  font-size: 2.5rem;
  color: #1877f2;
  font-weight: 700;
  margin-bottom: 30px;
}
.pricing-section .pricing-grid .pricing-plan .features-list {
  list-style: none;
  margin-bottom: 40px;
}
.pricing-section .pricing-grid .pricing-plan .features-list li {
  padding: 8px 0;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}
.pricing-section .pricing-grid .pricing-plan .features-list li:last-child {
  border-bottom: none;
}
.pricing-section .pricing-grid .pricing-plan .btn-choose {
  background: #1877f2;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
.pricing-section .pricing-grid .pricing-plan .btn-choose:hover {
  background: #0d47a1;
  transform: translateY(-2px);
}

.certificates-section {
  padding: 80px 0;
}
.certificates-section h2 {
  text-align: center;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 60px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.certificates-section .certificates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.certificates-section .certificates-grid .certificate-item {
  background: #fff;
}
.certificates-section .certificates-grid .certificate-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.similar-products {
  padding: 80px 0;
}
.similar-products h2 {
  text-align: left;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 60px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}
.similar-products .similar-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .similar-products .similar-products-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.similar-products .similar-product-item {
  text-decoration: none;
  color: inherit;
}
.similar-products .similar-product-item .product-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.similar-products .similar-product-item .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-color: #1877f2;
}
.similar-products .similar-product-item .product-card .product-image {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.similar-products .similar-product-item .product-card .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.similar-products .similar-product-item .product-card .product-info {
  padding: 25px 20px 30px;
}
.similar-products .similar-product-item .product-card .product-info .product-name {
  font-size: 1.4rem;
  color: #1877f2;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.similar-products .similar-product-item .product-card .product-info .product-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.similar-products .similar-product-item .product-card .product-info .product-features ul {
  padding-left: 0;
  list-style: none;
}
.similar-products .similar-product-item .product-card .product-info .product-features li {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.similar-products .similar-product-item .product-card .product-info .product-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1877f2;
  font-weight: bold;
  font-size: 16px;
}
.similar-products .similar-product-item .product-card .product-info .product-features li:last-child {
  margin-bottom: 0;
}
.similar-products .similar-product-item .product-card:hover .product-image img {
  transform: scale(1.05);
}

.references-section {
  padding: 80px 0;
  background: #fff;
}
.references-section h2 {
  text-align: center;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 60px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}
.references-section .references-table-wrapper {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.references-section .references-table-wrapper .references-table {
  width: 100%;
  border-collapse: collapse;
}
.references-section .references-table-wrapper .references-table thead th {
  text-align: center;
  background: #fff;
  color: #333;
  padding: 15px 20px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
.references-section .references-table-wrapper .references-table thead th:first-child {
  text-align: left;
  padding-left: 25px;
}
.references-section .references-table-wrapper .references-table thead th:last-child {
  text-align: right;
  padding-right: 25px;
}
.references-section .references-table-wrapper .references-table tbody tr {
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
  border: none;
}
.references-section .references-table-wrapper .references-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.references-section .references-table-wrapper .references-table tbody tr:last-child {
  border-bottom: none;
}
.references-section .references-table-wrapper .references-table tbody tr td {
  padding: 15px 20px;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  text-align: center;
}
.references-section .references-table-wrapper .references-table tbody tr td:first-child {
  text-align: left;
  padding-left: 25px;
  font-weight: 400;
}
.references-section .references-table-wrapper .references-table tbody tr td:last-child {
  text-align: right;
  padding-right: 25px;
}
.references-section .references-table-wrapper .references-table tbody tr td .btn-download {
  background: #1b7cf3;
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}
.references-section .references-table-wrapper .references-table tbody tr td .btn-download i {
  font-size: 12px;
}
.references-section .references-table-wrapper .references-table tbody tr td .btn-download:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}
@media (max-width: 768px) {
  .references-section {
    padding: 60px 0;
  }
  .references-section h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .references-section .references-table-wrapper {
    overflow-x: auto;
    border-radius: 8px;
  }
  .references-section .references-table-wrapper .references-table {
    min-width: 600px;
  }
  .references-section .references-table-wrapper .references-table thead th {
    padding: 15px 10px;
    font-size: 14px;
  }
  .references-section .references-table-wrapper .references-table thead th:first-child, .references-section .references-table-wrapper .references-table thead th:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .references-section .references-table-wrapper .references-table tbody td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .references-section .references-table-wrapper .references-table tbody td:first-child, .references-section .references-table-wrapper .references-table tbody td:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .references-section .references-table-wrapper .references-table tbody td .btn-download {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.product-version-section {
  padding: 80px 0 0 0;
  background: #fff;
}
.product-version-section h2 {
  text-align: center;
  font-size: 25px;
  color: #545455;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
}
.product-version-section .version-table-wrapper {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.product-version-section .version-table-wrapper .version-table {
  width: 100%;
  border-collapse: collapse;
}
.product-version-section .version-table-wrapper .version-table thead th {
  background-color: #5aace6;
  color: #fff;
  padding: 18px 15px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  border: none;
  vertical-align: middle;
  border: 1px #6b8db7 solid;
}
.product-version-section .version-table-wrapper .version-table thead th:first-child {
  text-align: left;
  padding-left: 25px;
  width: 180px;
}
.product-version-section .version-table-wrapper .version-table thead th br {
  line-height: 1.4;
}
.product-version-section .version-table-wrapper .version-table tbody tr {
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
}
.product-version-section .version-table-wrapper .version-table tbody tr:hover {
  background-color: rgba(93, 173, 226, 0.03);
}
.product-version-section .version-table-wrapper .version-table tbody tr:last-child {
  border-bottom: none;
}
.product-version-section .version-table-wrapper .version-table tbody tr td {
  border: 1px #6b8db7 solid;
  padding: 15px 15px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  color: #333;
  background: #fff;
}
.product-version-section .version-table-wrapper .version-table tbody tr td.product-name {
  text-align: left;
  padding-left: 25px;
  font-weight: 400;
}
.product-version-section .version-table-wrapper .version-table tbody tr td.product-name strong {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.product-version-section .version-table-wrapper .version-table tbody tr td.product-name .subtitle {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.product-version-section .version-table-wrapper .version-table tbody tr td .status {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: inline;
}
.product-version-section .version-table-wrapper .version-table tbody tr td .status.available {
  color: #333;
}
.product-version-section .version-table-wrapper .version-table tbody tr td .status.pre-order {
  color: #333;
}
@media (max-width: 768px) {
  .product-version-section {
    padding: 60px 0;
  }
  .product-version-section h2 {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .product-version-section .version-table-wrapper {
    overflow-x: auto;
    border-radius: 8px;
  }
  .product-version-section .version-table-wrapper .version-table {
    min-width: 700px;
  }
  .product-version-section .version-table-wrapper .version-table thead th {
    padding: 15px 10px;
    font-size: 13px;
  }
  .product-version-section .version-table-wrapper .version-table thead th:first-child {
    padding-left: 15px;
    width: 140px;
  }
  .product-version-section .version-table-wrapper .version-table tbody td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .product-version-section .version-table-wrapper .version-table tbody td.product-name {
    padding-left: 15px;
  }
  .product-version-section .version-table-wrapper .version-table tbody td.product-name strong {
    font-size: 14px;
  }
  .product-version-section .version-table-wrapper .version-table tbody td.product-name .subtitle {
    font-size: 11px;
  }
  .product-version-section .version-table-wrapper .version-table tbody td .status {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.product-accessories-section {
  padding: 80px 0;
}
.product-accessories-section h2 {
  text-align: center;
  font-size: 30px;
  color: #1877f2;
  margin-bottom: 60px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}
.product-accessories-section .accessories-category {
  margin-bottom: 60px;
}
.product-accessories-section .accessories-category:last-child {
  margin-bottom: 0;
}
.product-accessories-section .accessories-category h3 {
  font-size: 25px;
  color: #313131;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
.product-accessories-section .accessories-category .accessories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
}
@media (max-width: 768px) {
  .product-accessories-section .accessories-category .accessories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .product-accessories-section .accessories-category .accessories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.product-accessories-section .accessories-category .accessory-item {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}
.product-accessories-section .accessories-category .accessory-item .accessory-image {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  /* padding: 25px 20px; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  transition: box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.product-accessories-section .accessories-category .accessory-item .accessory-image img {
  max-width: 55%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.product-accessories-section .accessories-category .accessory-item .accessory-name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0 10px;
}
.product-accessories-section .accessories-category .accessory-item:hover .accessory-image {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: #1877f2;
}
.product-accessories-section .accessories-category .accessory-item:hover .accessory-image img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .product-accessories-section {
    padding: 60px 0;
  }
  .product-accessories-section h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .product-accessories-section .accessories-category {
    margin-bottom: 40px;
  }
  .product-accessories-section .accessories-category h3 {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .product-accessories-section .accessories-category .accessory-item {
    padding: 20px 15px;
  }
  .product-accessories-section .accessories-category .accessory-item .accessory-image {
    height: 100px;
    margin-bottom: 15px;
    padding: 12px;
  }
  .product-accessories-section .accessories-category .accessory-item .accessory-image img {
    max-width: unset;
    aspect-ratio: 1/1;
  }
  .product-accessories-section .accessories-category .accessory-item .accessory-name {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .product-accessories-section .accessories-category .accessory-item {
    padding: 15px 10px;
  }
  .product-accessories-section .accessories-category .accessory-item .accessory-image {
    margin-bottom: 12px;
    padding: 10px;
  }
  .product-accessories-section .accessories-category .accessory-item .accessory-name {
    font-size: 12px;
  }
}

.video-container > p {
  margin: 0;
  width: 100%;
}
.video-container iframe {
  width: 100% !important;
  min-height: 350px;
}

.order-modal-dialog {
  max-width: 1250px;
  width: 100%;
  margin: 30px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-modal-dialog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.order-modal-dialog .background-form-order {
  width: 100%;
  position: absolute;
}

.order-modal-content {
  background: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: visible;
  padding: 0;
  width: 50%;
  margin: 80px;
  z-index: 2;
}

.background-form-order {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.order-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: transparent;
  border: none;
  font-size: 24px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.order-modal-close:hover {
  opacity: 1;
}

.order-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-align: center;
}

.order-modal-subtitle {
  font-size: 18px;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}

.order-modal-body {
  padding: 40px 80px 40px 80px;
  position: relative;
  z-index: 2;
}

.order-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .order-form .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.order-form .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.order-form .form-group.form-group-full {
  margin-top: 24px;
}
.order-form .form-row-full {
  margin-top: 24px;
}
.order-form .form-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0 4px;
  background-color: #fff;
  position: absolute;
  line-height: 16px;
  top: -12px;
  left: 12px;
}
.order-form .form-label .required {
  color: #f44336;
  margin-left: 2px;
}
.order-form .form-control,
.order-form .form-select {
  width: 100%;
  padding: 6px 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.order-form .form-control:focus,
.order-form .form-select:focus {
  outline: none;
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}
.order-form .form-control::-moz-placeholder, .order-form .form-select::-moz-placeholder {
  color: #999;
}
.order-form .form-control::placeholder,
.order-form .form-select::placeholder {
  color: #999;
}
.order-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.order-form .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
}
.order-form .recaptcha-wrapper {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.order-form .recaptcha-wrapper .g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}
.order-form .form-check-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  flex-direction: row;
}
.order-form .form-check-wrapper .form-check-input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.order-form .form-check-wrapper .form-check-input:checked {
  background-color: #1877f2;
  border-color: #1877f2;
}
.order-form .form-check-wrapper .form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}
.order-form .form-check-wrapper .form-check-label {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.order-form .form-check-wrapper .form-check-label a {
  color: #1877f2;
  text-decoration: none;
}
.order-form .form-check-wrapper .form-check-label a:hover {
  text-decoration: underline;
}
.order-form .btn-submit {
  width: 100%;
  padding: 14px 24px;
  background: #1877f2;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.order-form .btn-submit:hover {
  background: #0d47a1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}
.order-form .btn-submit:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .order-modal-dialog {
    width: 95%;
    margin: 20px auto;
  }
  .order-modal-header {
    padding: 30px 20px 15px;
  }
  .order-modal-header .order-modal-title {
    font-size: 20px;
  }
  .order-modal-header .order-modal-subtitle {
    font-size: 13px;
  }
  .order-modal-body {
    padding: 15px 20px 30px;
  }
  .order-modal-close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .order-modal-header .order-modal-title {
    font-size: 18px;
  }
  .order-form .recaptcha-wrapper .g-recaptcha {
    transform: scale(0.85);
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .header .header-content {
    flex-direction: column;
    gap: 20px;
  }
  .header .header-content .nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .product-detail {
    padding: 40px 0;
  }
  .product-detail .product-info h1 {
    font-size: 2rem;
  }
  .product-detail .product-info .product-actions {
    justify-content: center;
  }
  .features-section,
  .specifications-section,
  .gallery-section,
  .related-products,
  .comparison-section,
  .software-section,
  .pricing-section,
  .certificates-section {
    padding: 60px 0;
  }
  .features-section h2,
  .specifications-section h2,
  .gallery-section h2,
  .related-products h2,
  .comparison-section h2,
  .software-section h2,
  .pricing-section h2,
  .certificates-section h2 {
    font-size: 1.8rem;
  }
  .specs-grid {
    grid-template-columns: 1fr;
  }
  .similar-products h2 {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .product-detail .product-detail-content {
    gap: 30px;
  }
  .product-detail .product-info h1 {
    font-size: 1.8rem;
  }
  .product-detail .product-info .product-actions {
    flex-direction: column;
  }
  .product-detail .product-info .product-actions .btn-contact,
  .product-detail .product-info .product-actions .btn-quote {
    width: 100%;
  }
  .features-section .features-grid {
    gap: 0px;
  }
  .pricing-grid .pricing-plan {
    padding: 30px 20px;
  }
  .pricing-grid .pricing-plan .price {
    font-size: 2rem;
  }
}
