/*homepage cards*/
    
.fibre.business {
  background-color: #fff;
  padding: 30px;
}


/* Block title styling */
.block-title-2 {
  text-align: left;
  margin-bottom: 20px;
}

/* New slider section */
.new-slider {
  margin-top: 20px;
}

/* Card slides */
.card-slides {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.slider-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  transition: transform 0.3s ease;
}

.slider-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Card body */
.card-body {
  padding: 10px;
}

/* Button styles */
.btn-read-more {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff8400;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}


/* Owl carousel styles */
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.slidenav-left.owl-carousel.owl-theme {
  display: flex;
}