/* AI Pioneers - Mobile Sliders Styles for Team & Pricing */

/* Base slider styles for .tablet-slider */
.tablet-slider.flickity-enabled {
    overflow: visible;
}

/* Flickity viewport */
.tablet-slider.flickity-enabled .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.tablet-slider .flickity-slider{
	width: calc(100% + 20px);
}
/* Default slider items */
.tablet-slider.flickity-enabled > * {
    width: 220px;
    margin-left: 0;
    margin-right: 0px;
}
.tablet-slider .flickity-slider > div{
  	width: 220px!important;
	margin-left: 20px;
}
.tablet-slider .flickity-slider > div:first-of-type{
	margin-right: 23px!important;
}
.tablet-slider .flickity-slider > div:last-of-type{
	margin-left: 20px!important;
  	
}
.tablet-slider.tablet-pricing-slider .flickity-slider > div:last-of-type{
	margin-left: 0px!important;
  	
}
.tablet-slider.tablet-pricing-slider{
	width: calc(100% + 40px)!important;
  	margin: 0 -20px!important;
}
/* Page dots - default styles */
.tablet-slider .flickity-page-dots {
    bottom: 10px;
    text-align: center;
    direction: ltr;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tablet-slider .flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #D0D5DD;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.tablet-slider .flickity-page-dots .dot.is-selected {
    background: #30B0DC;
    width: 24px;
    border-radius: 4px;
}

/* RTL support */
.tablet-slider.flickity-enabled.is-rtl .flickity-viewport {
    direction: rtl;
}

/* Remove default Elementor grid behavior when slider is active */
.tablet-slider.flickity-enabled.e-grid {
    display: block !important;
}

/* Team slider specific styles */
.tablet-team-slider.flickity-enabled > * {
    width: 100%;
}

/* Pricing slider specific styles */
.tablet-pricing-slider.flickity-enabled > * {
    width: 100%;
}
 .tablet-slider .flickity-page-dots {
        bottom: 0px;
    }
/* Adjustments for very small screens */
@media (max-width: 766px) {
	.tablet-slider{
      padding-right: 0!important;
      padding: 0 20px 25px 0!important;
      width: 100%!important;
      margin: 0!important;
      overflow: hidden!important;
	}
}