:root {
  --primary-purple: #4c63d2;
  --secondary-purple: #3b4cb8;
  --dark-purple: #2d3561;
  --primary-blue: #4c63d2;
}

#products {
  height: 130vh;
  background: linear-gradient(to top, #4c63d2 1%, #000 50%) !important;
}

@media (max-width: 1449px) {
  #products {
    height: 200vh;
  }
}

@media (max-width: 1280px) {
  #products {
    height: 140vh;
  }
}

@media (max-width: 1029px) {
  #products {
    height: 185vh;
  }
}

@media (max-width: 769px) {
  #products {
    height: 260vh;
  }
}

@media (max-width: 590.98px) {
  #products {
    height: 200vh;
  }
}

.fixed-height .carousel-inner,
.fixed-height .carousel-item {
  height: 100%;
}

.fixed-height .carousel-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#responsiveCarousel {
  border-radius: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 1.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-item .product-card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px !important;
}

.carousel-item .case-study-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.carousel-item .card-image {
  flex: 1;
  overflow: hidden;
}

.carousel-item .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item .card-content {
  background: #000;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.carousel-item .category-badge.fintech {
  background: #3b4cb8;
  color: #fff;
  padding: 0.25rem 0.5rem;

  font-size: 0.8rem;
  width: fit-content;
}

.carousel-item .card-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.carousel-item .card-description {
  font-size: 0.9rem;
  line-height: 1.2;
  flex-grow: 1;
}

.carousel-item .read-more-link {
  color: #3b4cb8;
  text-decoration: none;
  font-weight: 500;
  align-self: flex-start;
}

.carousel-item .read-more-link:hover {
  text-decoration: underline;
}

#products h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 600;
}

#products p:first-of-type {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 500;
}

#products ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

#products ul li {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 0.95rem;
}

#products h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #4c63d2;
  font-weight: 600;
  font-size: clamp(2rem, 4vw+1rem, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

#products h3 + p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #e0e0e0;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  #products .col-12.col-md-6 {
    padding: 1rem;
  }
  #products h2 {
    font-size: 1.75rem;
  }
  #products h3 {
    font-size: 1.1rem;
  }

  #products p,
  #products h3 + p {
    font-size: 0.95rem;
  }
}
.our_product_descirption {
  font-size: 1.8rem !important;
  color: #4b4b4b !important;
  line-height: 1.5;
  font-size: clamp(2rem, 4vw+1rem, 3.2rem);
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .our_product_descirption {
    font-size: 1rem !important;
  }
}
.main_heading_product {
  font-size: clamp(2rem, 4vw + 1rem, 3.2rem);
  color: #909090 !important;
  line-height: 1.5;
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 1200px) {
  .main_heading_product {
    font-size: 3.2rem;
  }
}

@media (max-width: 992px) {
  .main_heading_product {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .main_heading_product {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .main_heading_product {
    font-size: 3.2rem !important;
  }
}
