.carouseImage {
  overflow: hidden; /* Ensures the zoomed image doesn't break out of the card bounds */
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.carouseImage img {
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  /*height:196px;*/
  aspect-ratio: 16 / 9;
  object-fit:cover;
  transition: transform 0.5s ease; /* Smooth transition for the zoom effect */
  display: block; /* Removes default inline image gaps */
}
.carouseSliderLeft {
  display: flex;
  width: 345px;
  padding-right: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}
.carouseSliderRight {
  width:calc(100% - 380px);
}
.carouseCardContentBlock {
  padding: 32px 32px 24px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.carouseSliderInner {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  max-width: 1256px;
  align-items: flex-start;
  gap: 16px;
  margin:0 auto;
  margin-top: 8px;
}
.carouseSliderCardBlock {
  text-decoration: none; /* Prevents underline since this is now an anchor tag */
  color: inherit; /* Prevents default blue link text */
  height: 100%; /* Make card block stretch */
  display: flex;
  flex-direction: column;
  margin: 0px 30px 0 0;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 7px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  will-change: transform;
  position: relative;
  border: 0.779px solid #BCCCE5;
}
/* Create an invisible area below the card to prevent flickering */
.carouseSliderCardBlock::after {
  content: "";
  position: absolute;
  bottom: -90px; /* Covers the original space */
  left: 0;
  width: 100%;
  height: 90px;
  background: transparent; /* Invisible area */
}
.carouseSliderCardBlock:hover {
  text-decoration: none; 
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); /* Subtle drop shadow */
  /*transform: translateY(4px); /* Slight lift animation */
  /*border-color: #00AAE5; /* Highlights the border with the theme blue */
}
/* Grows the image when the card is hovered */
.carouseSliderCardBlock:hover .carouseImage img {
  transform: scale(1.08);
}
.carouseButton {
  position: absolute;
  bottom: 24px;
}
.carouseSliderHeading h2.section-heading {
  color: #174388;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -2% !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-wrap: pretty;
}

.carouseSliderContent.section-sub-heading p {
  color:#231F20;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 170% !important; 
  text-wrap: pretty;
}
.carouseSliderContent.section-sub-heading {
  margin-bottom: 32px;
}
.carouseSliderButton a {
  border-radius: 5px;
  letter-spacing: .68px;
  line-height: 21px;
  padding: 12px 25px !important;
  text-decoration: none;
  transition: all .6s;
  font-weight: 700 !important;
  color: rgba(249, 249, 249, 1.0);
  font-size: 17px;
  background-color: rgba(0, 170, 229, 1.0);
  border-color: rgba(0, 170, 229, 1.0);
  text-transform:uppercase;
}
.carouseSliderButton a:hover {
  color: rgba(19, 43, 69, 1.0);
  background-color: rgba(223, 174, 78, 1.0);
  border-color: rgba(223, 174, 78, 1.0);
}
.carouseCardContentBlock h5 {
  color: #2B2E34;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
  text-wrap: pretty;
}
.carouseDescription {
  color: #242630;
  font-size: 17px;
  font-weight: 300;
  line-height: 170%; 
  text-wrap: pretty;
}

.carouseCardNumber p {
  color: #00AAE5;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00AAE5;
  border-radius: 50%;
  margin-bottom: 8px;
  font-weight: 600;
}
/*******************************************Slider Code***************************************************/
.slick-slider {
  margin-bottom:40px;
}
.slick-dots {
  display: flex !important; /* Ensure the dots are displayed as a flex container */
  justify-content: space-evenly; /* Distribute dots with equal spacing */
  align-items: center; /* Vertically center dots */
  padding: 0; /* Remove any padding */
  margin: 0px 0; /* Adjust margin if needed */
  list-style: none; /* Remove default list styles */
}
.slick-dots li button {
  width: 100% !important; /* Adjust size of the dots */
  height: 8px !important;
  border-radius: 0%; /* Make dots circular */
  background-color: #ccc; /* Default dot color */
  border: none;
  cursor: pointer;
  color: #E6E6E6;
  border: 0;
  outline: none;
  background: #E6E6E6;
  border-radius: 0px;
  padding:0px !important;
}
.slick-dots li.slick-active button {
  background-color: #000; /* Highlight color for the active dot */
}
.slick-list {
  padding-left:0px !important;
}
.slick-dots li {
  width: 100% !important;
  margin:0px !important;
  height:8px !important;
  background: #E6E6E6;
  margin: 0; 
}
.slick-dots li.slick-active button {
  background-color: #000;
  width: 100%;
  height: 8px;
  border-radius: 7px;
}
.slick-dots li button:before {
  content:none !important;
}
.carousel-bar-ventilation .slick-dots li.slick-active button {
  background-color: #364554;
}
.carousel-bar-hardware .slick-dots li.slick-active button {
  background-color: #6C3C6C;
}
.carousel-bar-corporate .slick-dots li.slick-active button {
  background-color: #931A24;
}
.carousel-bar-dark .slick-dots li.slick-active button {
  background-color: #4b4144;
}
.carousel-bar-light .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.swiper-wrapper .swiper-slide {
  margin-bottom:50px;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00AAE5;
  height: 10px;
  top: -1px;
}

/*******************************************Responsive**************************************************/
@media screen and (max-width: 900px) {
  .carouseSliderLeft {
    width: 100%;
  }
  .carouseSliderRight {
    width: 100%;
    margin-top:30px;
  }
  .carouseSliderInner {
    padding-left:0px;
  }
  .carouseSliderHeading h2.section-heading br {
    display:none;
  }
}
@media screen and (max-width: 479px) {
  .carouseSliderCardBlock {
    margin-right:0px;
  }
  .carouseSliderButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .carouseSliderButton a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}