body,
html {
  height: 100%;
}

.bgimg-1,
.bgimg-ai {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url(/assets/img/whatsapp-bot/bg3.jpg);

  min-height: 100%;
}
.bgimg-ai {
  background-image: url(/assets/img/bg-img/hero-bg.png);
  min-height: 100%;
}
.caption {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
}
.hero-section .swiper-slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
}

.hero-section .gradient-text {
  background: linear-gradient(45deg, #00c9ff, #92fe9d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pb-primary-btn {
  padding: 12px 28px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.pb-primary-btn:hover {
  background-color: #0056b3;
}

.offer-card {
  background: #fff;
  box-shadow: 0 0 30px rgba(37, 211, 102, 0.3);
  border-radius: 12px;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
}
.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.3);
}
.price-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ff5733;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}
.feature-item::before {
  content: "✔️";
  margin-right: 10px;
  color: red;
}
.card-icons {
  margin-left: 220px;
}
@media (width: 1024px) {
  .price-tag {
    position: absolute;
    top: 20px;
    right: 8px;
    background-color: #ff5733;
    color: white;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: bold;
  }
}
@media (width: 768px) {
  .price-tag {
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #ff5733;
    color: white;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: bold;
  }
}
@media (width: 425px) {
  .price-tag {
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #ff5733;
    color: white;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: bold;
  }
}
@media (width: 375px) {
  .price-tag {
    position: absolute;
    top: 65px;
    right: 5px;
    background-color: #ff5733;
    color: white;
    padding: 3px;
    border-radius: 8px;
    font-size: 15px;
  }
}
@media (width: 320px) {
  .price-tag {
    position: absolute;
    top: 100px;
    right: 8px;
    background-color: #ff5733;
    color: white;
    padding: 3px;
    border-radius: 8px;
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 435px) {
  .price-tag {
    position: absolute;
    top: 67px;
    right: 8px;
    background-color: #ff5733;
    color: white;
    padding: 5px;
    border-radius: 8px;
    font-size: 15px;
  }
  .card-icons {
    margin-left: 220px;
  }
}

@media (width: 768px) {
  .hero-content {
    margin-top: 90px;
  }
  .card-icons {
    margin-left: 150px;
  }
}
@media (width: 425px) {
  .hero-content {
    margin-top: 100px;
  }

  .card-icons {
    margin-left: 0px;
    width: 50%;
  }
  .card-icons1 {
    margin-left: 0px;
    width: 50%;
  }
}
@media (width: 375px) {
  .hero-content {
    margin-top: 100px;
  }

  .card-icons {
    margin-left: 0px;
    width: 50%;
  }
  .card-icons1 {
    margin-left: 0px;
    width: 50%;
  }
}
@media (width: 320px) {
  .hero-content {
    margin-top: 100px;
  }

  .card-icons {
    margin-left: 0px;
    width: 50%;
  }
  .card-icons1 {
    margin-left: 0px;
    width: 50%;
  }
}
@media (min-width: 375px) and (max-width: 435px) {
  .card-icons {
    margin-left: 0px;
    width: 50%;
  }
  .card-icons1 {
    margin-left: 0px;
    width: 50%;
  }
}

.nav-pills {
  border: none;
  gap: 10px;
  margin-bottom: 40px;
}

.nav-pills .nav-item {
  margin: 0;
}

.nav-pills .nav-link {
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  color: #333;
  background: #f5f5f5;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.nav-pills .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #4a6cf7, #6a11cb);
  transition: width 0.3s ease;
}

.nav-pills .nav-link:hover {
  background: #caf3ca;
}

.nav-pills .nav-link.active {
  background: linear-gradient(135deg, #4a6cf7, #6a11cb);
  color: white;
  box-shadow: 0 4px 15px rgba(106, 17, 203, 0.3);
}

.nav-pills .nav-link.active::before {
  width: 100%;
}

.nav-pills .nav-link.active .tab-icon {
  transform: scale(1.2);
}

.tab-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.animated-slide {
  animation: slideIn 0.6s ease forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.indus-wrap-box {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 20px;
}

.industry-center-image img {
  border-radius: 10px 0 0 10px;
  height: 100%;
  object-fit: cover;
}

.indus-desc-box {
  padding: 30px;
}

.indus-title {
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
}

.discover-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #4a6cf7, #6a11cb);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.discover-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
  color: white;
}

.product-example-tags span {
  background: #e9ecef;
  padding: 5px 15px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #555;
}

.product-example-img {
  max-height: 40px;
  margin-right: 15px;
}

.slider-item p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.slider-item a:not(.discover-btn) {
  color: #4a6cf7;
  text-decoration: none;
  font-weight: 600;
}

.slider-item a:not(.discover-btn):hover {
  text-decoration: underline;
}
