.hero-slider {
  width: 100%;
  background: #fff;
  position: relative;
}
.hero-owl .owl-stage-outer {
  overflow: hidden;
}

.hero-slide {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1230px;
    padding: 30px 40px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
}
.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    line-height: 58px;
    margin: 0 0 25px;
    font-weight: 900;
    color: #0b0f14;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.hero-title span {
  color: #0096ff;
  font-size: 42px;
}
.hero-sub {
    margin: 0 0 32px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    max-width: 900px;
    margin: 0 auto;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 32px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: 0.2s ease;
  border: 2px solid transparent;
  text-transform: uppercase;
}
.hero-btn-primary {
  background-color: rgba(0, 150, 255, 0.45);
  border: 1px solid rgba(0, 150, 255, 0.6);
  color: #fff;
}
.hero-btn-primary:hover {
  color: #fff;
  background-color: rgba(0, 150, 255, 1);
  border: 1px solid rgba(0, 150, 255, 1);
  transform: translateY(-1px);
}
.hero-btn-outline {
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(244, 244, 244, 0.6);
  color: #0b0f14;
}
.hero-btn-outline:hover {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  color: #0096ff;
  transform: translateY(-1px);
}
.hero-arrow {
  font-style: normal;
  font-weight: 900;
}
.hero-owl .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 40px;
  display: flex;
  gap: 14px;
  z-index: 5;
  top: auto;
}
.hero-owl .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px !important;
  line-height: 1 !important;
  transition: 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.hero-owl .owl-nav .owl-prev {
  color: #fff !important;
  background-color: rgba(0, 150, 255, 0.45) !important;
  border: 1px solid rgba(0, 150, 255, 0.6) !important;
}
.hero-owl .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid rgba(244, 244, 244, 0.6) !important;
  color: #0b0f14 !important;
}
.hero-owl .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: rgba(0, 150, 255, 0.45) !important;
  border: 1px solid rgba(0, 150, 255, 0.6) !important;
}
.hero-owl .owl-dots {
  display: none;
}
.hero-owl .owl-nav button:focus {
  outline: none;
}

.section-soft {
  background: #f2f9ff;
}
.section-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}
.section-sub {
  color: var(--muted);
  font-size: 0.95rem;
}
.chip-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 35px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  background: #fff;
  transition: 0.2s ease;
  background-color: #0096ff;
  border: 1px solid #0096ff;
}
.chip-btn:hover {
  color: #0096ff;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(30, 136, 255, 0.12);
}
.chip-btn .arr {
  font-style: normal;
  font-weight: 900;
}

.chip-btn-2 {
  color: #0096ff;
  background-color: transparent;
  box-shadow: 0 10px 24px rgba(30, 136, 255, 0.12);
}
.chip-btn-2:hover {
  color: #fff;
  background-color: #0096ff;
  border: 1px solid #0096ff;
}
.icon-pill {
  border-radius: 999px;
  padding: 30px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  justify-content: center;
  border: 1px solid #dbe0e5;
}
.icon-pill:hover {
  border-color: rgba(30, 136, 255, 0.45);
  box-shadow: 0 18px 40px rgba(30, 136, 255, 0.18);
}

.icon-pill .ico {
  width: 46px;
  height: 45px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(30, 136, 255, 0.12);
  color: var(--brand);
  flex: 0 0 auto;
  padding: 8px;
  text-align: center;
  justify-content: center;
}
.icon-pill h6 {
  margin: 0 0 3px;
  font-weight: 500;
  font-size: 18px;
  color: #24292e;
}
.icon-pill p {
  margin: 0;
  color: #737980;
  font-size: 15px;
}
.mini-lead {
  max-width: 1100px;
  color: var(--muted);
  margin: 14px auto 28px;
}

.cat-card {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  min-height: 145px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.02);
}
.cat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.cat-card:hover {
  border-color: #0096ff;
  box-shadow: 0 22px 48px rgba(30, 136, 255, 0.25);
  transform: translateY(-2px);
}

/* hover gradient overlay */
.cat-card:hover::before {
  background: linear-gradient(
    180deg,
    rgba(30, 136, 255, 0) 0%,
    rgba(30, 136, 255, 0.45) 70%,
    rgba(30, 136, 255, 0.65) 100%
  );
}

.cat-card .label {
  position: absolute;
  left: 36px;
  bottom: 54px;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.product-card-home {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
  border-radius: 35px;
  padding: 20px;
  min-height: 168px;
  box-shadow: 0 10px 22px rgba(10, 25, 40, 0.06);
  transition: 0.2s ease;
  height: 100%;
}
.product-card-home:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: #0096ff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(10, 25, 40, 0.1);
}
.product-img {
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-title-home {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 7px;
}
.product-link {
  color: var(--brand);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.product-link:hover {
  text-decoration: none;
  color: #0096ff;
}
.product-card-home:hover .product-link {
  color: #0096ff;
}

.industry-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 170px;
  box-shadow: 0 14px 30px rgba(10, 25, 40, 0.1);
  border: 1px solid transparent;
}
.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.industry-card:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.72) 100%
  );
}
.industry-card:hover {
  border: 1px solid #0096ff;
}
.industry-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.industry-card:hover::before {
  background: linear-gradient(
    180deg,
    rgba(30, 136, 255, 0) 0%,
    rgba(30, 136, 255, 0.45) 70%,
    rgba(30, 136, 255, 0.65) 100%
  );
}
.industry-card .box {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  z-index: 2;
  color: #fff;
  padding: 0px 20px 30px;
}
.industry-card h5 {
  margin: 0 0 18px;
  font-weight: 500;
  font-size: 21px;
}
.industry-card p {
  margin: 0 0 10px;
  opacity: 0.9;
  font-size: 16px;
}
.industry-card a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.industry-card a .arr {
  font-style: normal;
  font-weight: 900;
}

.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-nav {
  position: absolute;
  right: 0;
  top: -64px;
  display: flex;
  gap: 10px;
}
.owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(30, 136, 255, 0.3) !important;
  background: #fff !important;
  color: var(--brand) !important;
  box-shadow: 0 12px 22px rgba(10, 25, 40, 0.08);
  transition: 0.2s ease;
}
.owl-nav button:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.owl-dots {
  margin-top: 14px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  border: 1px solid rgba(30, 136, 255, 0.35);
  background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--brand);
  border-color: var(--brand);
}

#testiOwl .owl-stage,
#blogOwl .owl-stage {
  display: flex;
  flex: 1 0 auto;
}

.testi-card {
  background: #f2f9ff;
  border: 1px solid var(--line);
  border-radius: 35px;
  padding: 42px 38px;
  box-shadow: 0 10px 22px rgba(10, 25, 40, 0.06);
  min-height: 170px;
  height: 100%;
}
.stars {
  color: #f4b400;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: flex;
  gap: 7px;
}
.testi-text {
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 14px;
  font-style: italic;
  line-height: 30px;
}
.testi-user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.avatar {
  width: 55px;
  height: 55px;
  border-radius: 999px;
  background: #cee3f2;
  display: grid;
  place-items: center;
  color: #0096ff;
  font-weight: 600;
  font-size: 22px;
}
.uname {
  font-weight: 500;
  margin: 0 0 3px;
  font-size: 18px;
}
.urole {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.blog-card {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 30px;
  overflow: hidden;
  min-height: 300px;
  transition: 0.2s ease;
  padding: 25px;
  height: 100%;
  margin: 0 1px;
}
.blog-card:hover {
  border: 1px solid #0096ff;
}
.blog-img {
  border-radius: 30px;
  margin-bottom: 10px;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-body {
  padding: 15px 24px 0;
}
.tag {
  display: inline-block;
  font-weight: 500;
  font-size: 0.72rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(30, 136, 255, 0.1);
  color: var(--brand);
}
.tag.blue {
  background: #cee3f2;
  color: #1567a0;
}
.tag.green {
  background: #cef2d4;
  color: #0b811f;
}
.tag.red {
  background: #f7dcf7;
  color: #8f1c8f;
}

.blog-meta {
  color: #a1aab2;
  font-size: 0.78rem;
  margin-left: 10px;
}
.blog-title {
  font-weight: 500;
  margin: 10px 0 8px;
  font-size: 20px;
}
.blog-ex {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 10px;
}
.blog-more {
  color: var(--brand);
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
}
.blog-more:hover {
  text-decoration: none;
  color: #0096ff;
}

.blog-card:hover .blog-more,
.blog-card:hover .blog-title {
  color: #0096ff;
}

@media (max-width: 991px) {
  .owl-nav {
    top: -58px;
  }
  .hero-slide {
    min-height: 420px;
  }
  .hero-content {

    padding: 20px;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-title span {
  font-size: 28px;
}
  .hero-owl .owl-nav {
    right: 20px;
    bottom: 20px;
  }
  .about-title-2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 16px;
  }
  .icon-pill {
    padding: 15px 14px;
    gap: 10px;
    min-height: auto;
  }
  .about-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .cat-card .label {
    bottom: 24px;
    font-size: 16px;
  }
  .industry-card .box {
    bottom: 16px;
    padding: 0px 10px 0px;
  }
  .industry-card p {
    margin: 0 0 0;
    font-size: 12px;
  }
  .industry-card h5 {
    margin: 0 0 4px;
    font-size: 19px;
  }
  .industry-card a {
    font-size: 14px;
  }
  .industry-card hr {
    margin: 0.5rem 0;
  }
  .chip-btn {
    gap: 5px;
    padding: 9px 19px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .about-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-slide {
    min-height: 420px;
  }
  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
    .hero-title span {
  font-size: 24px;
}
  .hero-sub {
    font-size: 13.5px;
  }
  .owl-nav {
    position: static;
    margin-top: 12px;
    justify-content: center;
  }
  .hero-content {
    margin-left: 0;
    padding: 0 10px;
  }
  .hero-btn {
    gap: 4px;
    padding: 9px 17px;
    font-size: 9px;
  }
  .product-card-home {
    padding: 15px;
  }
  .product-link {
    font-size: 14px;
    padding-left: 10px;
  }
  .product-title-home{
     padding-left: 10px;
  }
  .testi-card {
    padding: 30px 22px;
  }
  .testi-text {
    font-size: 16px;
    line-height: 25px;
  }
  .blog-card {
    padding: 15px;
  }
  .blog-body {
    padding: 13px 5px 5px;
  }
  .blog-title {
    font-size: 18px;
  }
  #blogOwl .owl-nav {
    margin-top: 20px;
}

.hero-title {
    line-height: 40px;
}
.hero-title br {
   display: none;
}
}

#blogOwl .owl-nav{
  display: none;
}