.ccb-carousel-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 50px; /* create space for bullets outside */
}

.ccb-pagination-wrapper {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 50px;
}

.ccb-slide {
    text-align: center;
    padding: 10px;
}

.ccb-box {
   background: linear-gradient(#0b1b37, #0b1b37) padding-box,
              linear-gradient(180deg, #142E5E, #0B1123, #142E5E) border-box;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 30px 20px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
	min-height:90%;
	font-family: "Axiforma", Sans-serif;
}

.ccb-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ccb-title {
    font-size: 23px;
    font-weight: 500;
    min-height: 40px;
    margin-bottom: 10px;
}
.ccb-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg,rgba(101, 139, 197, 1) 0%, rgba(10, 16, 34, 1) 100%);
    margin: 10px 0 20px;
}
.ccb-desc {
    flex-grow: 1;
    font-size: 16px;
    color: #9BACC5;
    min-height: 60px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #aaa;
    opacity: 0.5;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.swiper-slide {
	height: auto !important;
}