.elementor-22074 .elementor-element.elementor-element-5945696 > .elementor-container{min-height:0px;}.elementor-22074 .elementor-element.elementor-element-84eb721 .elementor-repeater-item-bbf7e45 .swiper-slide-bg{background-color:#833ca3;}.elementor-22074 .elementor-element.elementor-element-84eb721 .swiper-slide{height:222px;transition-duration:calc(5000ms*1.2);}.elementor-22074 .elementor-element.elementor-element-84eb721 .swiper-slide-contents{max-width:66%;}.elementor-22074 .elementor-element.elementor-element-84eb721 .swiper-slide-inner{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-bce0e8a */.autodesk-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.product-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
}

.product-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.product-logo {
  height: 40px;
  width: auto;
}
.product-card h3 {
  margin: 0;
  font-size: 1.3em;
  color: #333;
}

.description {
  font-size: 0.95em;
  color: #555;
  margin: 10px 0;
}
.price {
  font-weight: bold;
  color: #007c89;
}
.duration {
  font-size: 0.9em;
  color: #777;
}

.buttons {
  margin-top: 15px;
}
.btn-cart,
.btn-details {
  display: inline-block;
  padding: 10px 16px;
  margin-right: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}
.btn-cart {
  background-color: #C44556;
  color: #fff;
}
.btn-details {
  background-color: #fff;
  color: #007c89;
  border: 1px solid #007c89;
}
.btn-cart:hover,
.btn-details:hover {
  opacity: 0.9;
}

.product-logo {
  display: block;
  max-width: 100%;
  height: auto;
}/* End custom CSS */