.product-content-li li span {
  font-weight: 700 !important
}

.txts {
  font-size: 16px !important;
  float: left;
  display: inline;
  color: #1ca2a5
}

.year-18 {
  font-size: 70px;
  font-weight: 800;
  line-height: 100px;
  background-image: linear-gradient(45deg, #1ababd 40%, #1f7bc0 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.nav-link {
  font-size: 16px !important
}

.card-block {
  text-align: center;
  background-color: #f8f8f8
}

.card-block:hover {
  background-color: #0d3961;
  color: #fff
}

.card-block:hover h3 {
  color: #fff
}

.card-block:hover h5 {
  color: #fff
}

.card-block:hover a {
  color: #fff
}

.card-block:hover i {
  color: #000
}

.card-block h3 {
  font-size: 30px !important;
  font-weight: 400px !important;
  line-height: 30px
}

.card-block p {
  text-align: justify !important
}

.card-block img {
  position: relative !important
}

.blog-card img {
  width: 100%;
  height: 225px;
  ;
  margin-bottom: 15px
}

.blog-card h5 a {
  font-size: 16px
}

.blog-card p {
  font-size: 18px;
  color: #828282
}

.logo-slider {
  background: #f8f9fa;
  padding: 30px 0
}

.logo-slider img {
  max-height: 80px;
  object-fit: contain;
  margin: auto;
  filter: grayscale(100%);
  transition: 0.3s
}

.logo-slider img:hover {
  filter: none;
  transform: scale(1.05)
}

.footer-rating a {
  margin-top: 5px;
  color: #fff
}

.footer-rating span {
  color: #FF9529
}

.vertical-tabs {
  display: flex;
  gap: 8px
}

.tab-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto
}

.tab-menu li {
  padding: 12px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  background: #e8f1fb;
  border-radius: 6px;
  font-weight: 500
}

.tab-menu li.active {
  background: #3ccfcf;
  color: #fff
}

.tab-content {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px
}

.tab-pane {
  display: none
}

.tab-pane.active {
  display: block
}

/* Beautiful Case Studies Card Animation */
.cases-item {
  border-radius: unset;
  height: 100%;
  min-width: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: rgba(173, 181, 189, 0.08) 0px 0.375rem 0.75rem;
  border: 0.0625rem solid rgb(233, 236, 239);
  border-radius: 19px;
}

.cases-item .card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  height: 100%;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.cases-item .card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2d4e7d, #0dcaf0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.cases-item:hover .card {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.85);
}

.cases-item:hover .card::after {
  transform: scaleX(1);
}

.cases-item .case-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  aspect-ratio: 512/328;
  border-radius: 12px 12px 0 0;
  min-width: 0;
}

.cases-item .case-img img {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cases-item:hover .case-img img {
  transform: scale(1.08);
}

.case-info {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: transparent;
  z-index: 1;
}

.cases-item .case-info__title {
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
}

.cases-item .case-info__title h3 {
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -.768px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.cases-item:hover .case-info__title h3 {
  color: #31578f;
}

.case-content {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width:768px) {
  .aboutus-home {
    opacity: 1 !important;
    transform: none !important;
  }
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media (max-width: 1400px) {
  .stack-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .stack-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 370px) {
  .stack-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}