.page-title-layout1 {
  padding: 30px 0 0;
  padding-bottom: 0 !important;
  background-color: #205781;
}

.category-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 5px;
  font-weight: 600;
}

.brand-name {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 15px;
  opacity: 0.9;
}

.product-variants {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.product-variants:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

.breadcrumb-area {
  margin-top: 20px;
}

.certificate-icon {
  width: 20px;
  height: 18px;
  margin-right: 12px;
}

.certificate-icon.large {
  width: 25px;
  height: 25px;
}

.custom-carousel {
  max-width: 100%;
}


.breadcrumb {
  font-size: 0.9rem;
}

.text-block {
  border-bottom: 1px solid #eee;
  padding: 35px;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
  border-radius: 12px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}

.section-divider {
  width: 50px;
  height: 3px;
  background: #205781;
  margin-bottom: 25px;
}

.text-block-title {
  color: #205781;
  margin-bottom: 20px;
}

.features-grid {
  display: flex;
  flex-direction: column;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.feature-icon {
  color: #28a745;
  display: flex;
  align-items: center;
}

.feature-icon::before {
  content: "•";
  font-size: 24px;
}

.feature-content {
  flex: 1;
}

.feature-text {
  margin: 0;
}

.widget-certifications .cert-item {  
  display: flex;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.widget-certifications .cert-item:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.widget-certifications .cert-item i {
  margin-right: 14px;
  font-size: 20px;
  color: #475569;
}

.widget-certifications .cert-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.parcros-spec-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.parcros-spec-tabs {
  display: flex;
  gap: 1px;
  margin: 0;
  padding: 0.25rem;
  list-style: none;
  background-color: #f8fafc;
  border-bottom: 2px solid #e5e7eb;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row;
    flex-wrap: nowrap;
}

.parcros-spec-tabs::-webkit-scrollbar {
  display: none;
}

.parcros-spec-tabs .nav-link {
  padding: 10px 12px ;
  color: #64748b;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  min-width: 44px;
  text-align: center;
}

.parcros-spec-table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin-top: 1rem;
}

.parcros-spec-tabs .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #205781;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.parcros-spec-tabs .nav-link:hover {
  color: #1e293b;
}

.parcros-spec-tabs .nav-link.active {
  color: #205781;
  font-weight: 600;
}

.parcros-spec-tabs .nav-link.active::before {
  transform: scaleX(1);
}

.text-block-title:hover {
  color: #c41a1b !important;
  transition: color 0.3s ease;
}

.parcros-spec-table th {
  background-color: transparent;
  color: #1f2937;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border-bottom: 2px solid #e5e7eb;
}

.parcros-spec-table tr {
  border-bottom: 1px solid #e5e7eb;
}

.parcros-spec-table tr:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .pagetitle-heading {
    padding: 0 10px;
  }
  
  .widget-certifications {
    margin: 0 10px;
  }
  
 
  
  .specifications-section {
    padding-top: 40px;
  }
  
 
  
  .parcros-spec-container {
    margin: 0 10px;
    border-radius: 8px;
  }

  .parcros-spec-table th,
  .parcros-spec-table td {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }

  .parcros-spec-table th:first-child,
  .parcros-spec-table td:first-child {
    width: 35%;
  }

  .parcros-spec-tabs .nav-link {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
  }
}


.applications-section {
    padding: 20px 0;
  }
  .applications-section .section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #205781;
    font-size: 24px;
  }
  .app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .app-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .app-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  .app-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 50%;
  }
  .app-icon i {
    font-size: 20px;
    color: #205781;
  }
  .app-title {
    color: #1e293b;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .app-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
  }
  @media (max-width: 768px) {
    .applications-section {
      padding: 16px 0;
    }
    .app-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 12px;
    }
    .app-card {
      padding: 16px;
      margin: 0 8px;
    }
    .app-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 12px;
    }
    .app-icon i {
      font-size: 18px;
    }
    .app-title {
      font-size: 15px;
      margin-bottom: 8px;
    }
    .app-desc {
      font-size: 13px;
      line-height: 1.4;
    }
    .text-block {
      padding: 20px !important;
      margin-bottom: 30px !important;
    }
    .widget-certifications .cert-item {
      padding: 10px;
      margin-bottom: 6px;
    }
  }
  @media (max-width: 480px) {
    .app-grid {
      grid-template-columns: 1fr;
    }
  }

 

.pagetitle-heading {
  font-size: clamp(1.8rem, 5vw, 3.5rem) !important;
  line-height: 1.2;
  word-wrap: break-word;
  hyphens: auto;
  padding: 0 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.btn-primary {
    color: #fff;
    background-color: #205781;
    border-color: #205781;
}

.breadcrumb-item {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.parcros-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #ffffff;
}

.parcros-spec-table th,
.parcros-spec-table td {
  text-align: left;
  padding: 0.75rem 1rem;
  vertical-align: middle;
  transition: background-color 0.2s ease;
  line-height: 1.5;
  font-size: 0.9rem;
}

.parcros-spec-table th:first-child,
.parcros-spec-table td:first-child {
  width: 40%;
  font-weight: 500;
}

.parcros-spec-table th:last-child,
.parcros-spec-table td:last-child {
  width: 60%;
}

.parcros-spec-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.parcros-spec-table tbody tr:hover {
  background-color: #f3f4f6;
}
