.sectiontitle{
	color:#27346d;	
}

/*carousel*/



.swiper {
  /* overflow: hidden; */ /* Remove or comment this out */
  position: relative; /* Ensure positioning works for arrows */
}

/* Arrow common styling */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;   /* vertical center */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  z-index: 10;
}

/* Keep arrows just inside container edges */
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

/* Optional: smaller arrow icon */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 992px){
	.swiper-slide img {
		width: 80% !important;
		border-radius: 15px;
		display: block;
	}
}	
@media (max-width: 767px){
	.swiper-slide img {
		width: 100% !important;
		border-radius: 15px;
		display: block;
	}
	.tp-bgimg.defaultimg {
		background-size: 200% !important; 
	}
}	
/*carousel*/
