/* ============================================
   Custom Slider PRO — style.css
   ============================================ */

/* --- Slider wrapper --- */
.csp-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* --- Slide: no background here — handled by .csp-bg child div --- */
.csp-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  box-sizing: border-box;
}

/* --- Background div (child of .swiper-slide, so Swiper never touches it) --- */
.csp-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* --- Overlay --- */
.csp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* --- Content --- */
.csp-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.csp-title {
  margin: 0 0 8px 0;
  font-size: 24px;
  line-height: 1.3;
}

.csp-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.csp-icon {
  max-width: 50px;
  margin-bottom: 10px;
}

/* --- Navigation buttons --- */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}

/* --- Pagination --- */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* ============================================
   Skins
   ============================================ */

/* Style 1 — Yellow content bar */
.style1 {
  padding-bottom: 45px !important;
}

.style1 .swiper-pagination {
  bottom: 0px !important;
}

.style1 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #ddd !important;
  opacity: 1 !important;
}

.style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc93c !important;
}

.style1 .csp-slide {
  border-radius: 20px !important;
}

.style1 .csp-content {
  padding: 30px;
  background: #ffc93c;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
}

.style1 .csp-content h3 {
  font-size: 24px;
  margin: 10px 0px;
	font-weight:500 !important;
}

.style1 .swiper-slide-prev{
	opacity:0.3 ;
}

.style1 .swiper-slide-next{
	opacity:0.3 ;
}

.style1 .swiper-slide-active{
	opacity:1 ;
}

.style1 .csp-content p {
  font-size: 14px;
  line-height: normal;
  margin-top: auto !important;
}

.style1 .csp-content img {
  width: auto;
  height: 45px;
  object-fit: contain;
}

.style1 .swiper-button-next,
.style1 .swiper-button-prev {
  display: none !important;
}

/* Style 2 — Dark frosted glass bar */

.style2 {
  padding-bottom: 45px !important;
}

.style2 .swiper-pagination {
  bottom: 0px !important;
}

.style2 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #ddd !important;
  opacity: 1 !important;
}

.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc93c !important;
}

.style2 .csp-slide {
  border-radius: 20px !important;
}

.style2 .csp-content {
  padding: 30px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
  position: relative;
}

.style2 .csp-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffc93c, #000);
  opacity: 0.8;
}

.style2 .csp-content h3 {
  font-size: 24px;
  margin: 10px 0px;
	font-weight:500 !important;
}

.style2 .csp-content p {
  font-size: 14px;
  line-height: normal;
  margin-top: auto !important;
	color:#fff !important;
}

.style2 .csp-content img {
  width: auto;
  height: 45px;
  object-fit: contain;
}

.style2 .swiper-button-next,
.style2 .swiper-button-prev {
  display: none !important;
}

.style2 .csp-content h3,
.style2 .csp-content p {
  position: relative;
  z-index: 2;
}

/* Style 3 — Bottom gradient fade */


.style3 {
  padding-bottom: 45px !important;
}

.style3 .swiper-pagination {
  bottom: 0px !important;
	display:none !important;
}

.style3 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #ddd !important;
  opacity: 1 !important;
}

.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc93c !important;
}

.style3 .csp-slide {
  border-radius: 20px !important;
}

.style3 .csp-content {
  padding: 30px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end !important;
  position: relative;
}

.style3 .csp-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.style3 .csp-content h3 {
  font-size: 24px;
  margin: 10px 0px;
	font-weight:500 !important;
}

.style3 .csp-content p {
  font-size: 14px;
  line-height: normal;
}

.style3 .csp-content img {
  width: auto;
  height: 45px;
  object-fit: contain;
}

.style3 .swiper-button-next,
.style3 .swiper-button-prev {
  display: none !important;
}

.style3 .csp-content h3,
.style3 .csp-content p {
  position: relative;
  z-index: 2;
}



}

@media screen and (max-width:500px){
	.style3{
		padding:0px !important;
	}
}