.page-container {
  padding: 0;
}
.vc_row {
  padding: 0;
  margin: 0;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item a img {
  width: 100% !important;
  height: 55vh;
}
.page .entry-media img {
  width: 100% !important;
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  padding: 5%;
}
.wpb_wrapper {
  padding: 2%;
}
.header {
  padding-top: 2%!important;
  padding-bottom: 0%!important;
}
.nav-flyout-toggle {
  display: none !important;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 40px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.product-card {
  background: #FFFCFC;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.product-card img {
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
  /* or 'darken'  */
  background-color: #FFFCFC;
}
.product-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0a3d91;
  margin-bottom: 10px;
}
.product-card p {
  font-size: 14px;
  color: #555;
  min-height: 60px;
}
.btn {
  display: inline-block;
  margin-top: 12px;
  background: #0a3d91;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s ease;
}
.btn:hover {
  background: #092d70;
}
.entry-content.main-content {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.innovation-section {
  padding: 60px 5%;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}
.innovation-section .text-center {
  text-align: center;
  margin-bottom: 40px;
}
.innovation-section h2 {
  font-size: 36px;
  color: #1D4486;
  margin-bottom: 10px;
  font-weight: bold;
}
.innovation-section h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #333;
}
.innovation-section p {
  font-size: 16px;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}
.carousel-track {
  display: flex;
  width: max-content;
  scroll-behavior: smooth;
}
.carousel-card {
  flex: 0 0 280px;
  margin-right: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 16px;
  transition: transform 0.3s;
}
.carousel-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.carousel-card h5 {
  font-size: 16px;
  font-weight: bold;
  color: #1D4486;
  margin: 12px 16px 4px;
}
.carousel-card p {
  font-size: 14px;
  color: #555;
  margin: 0 16px;
}
/* Arrows  */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(29, 68, 134, 0.8);
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
  border-radius: 50%;
  transition: background 0.3s;
}
.arrow:hover {
  background: rgba(13, 42, 100, 0.9);
}
.arrow.left {
  left: 10px;
}
.arrow.right {
  right: 10px;
}
.wpb_text_column :last-child p :last-child {
  color: #0000EE !important;
}
