.tp-slide {
    text-align: left;
}

.tp-thumb img {
    width: 100%;
    height: auto;
    margin-bottom:20px;
}

.tp-content h3 {
   font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px !important;
	color:#333;
	font-family: "Montserrat", sans-serif;
}

.tp-content p {
    font-size: 16px;
    color: #777;
    line-height:1.7;
    font-family: PT Sans, sans-serif !important;
}

.tp-btn {
	color: #00aef0 !important;
	font-size: 16px !important;
	display: inline-block !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	line-height: 1.5 !important;
	font-family: PT Sans, sans-serif !important;
}

.tp-btn:hover {
    text-decoration:underline;
}

.tpServiceSlider {
    position: relative;
    padding-top: 60px; /* space for arrows */
}

/* Move arrows to top */
.tpServiceSlider .swiper-button-next,
.tpServiceSlider .swiper-button-prev {
    top: 30px;
    width: 35px;
    height: 35px;
    background: #00aef0;
    color: #fff;
    border-radius: 50%;
}

/* Position left/right */
.tpServiceSlider .swiper-button-prev {
    left: auto;
    right: 60px;
}

.tpServiceSlider .swiper-button-next {
    right: 10px;
}

/* Optional: smaller arrow icon */
.tpServiceSlider .swiper-button-next::after,
.tpServiceSlider .swiper-button-prev::after {
    font-size: 14px;
}