.centered_customswpe {
    width: 100%;
}

.centered_customswpe .swiper-outer {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.centered_customswpe .swiper-outer .swiper-slide {
    width: auto;
    transition: all 0.3s ease;
    transform: scale(0.85) !important;
}

.centered_customswpe .swiper-outer .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	background-color: #fff !important;
}
.centered_customswpe .swiper-outer .swiper-slide.swiper-slide-active {
	transform: scale(1) !important;
	z-index: 4;
	background-color: #fff;
	box-shadow: 0px 20px 50px 0px #0000004d;
}

.centered_customswpe .swiper-slide.swiper-slide-prev, 
.centered_customswpe .swiper-slide.swiper-slide-next {
    z-index: 2;
}

.centered_customswpe .swiper-slide {
    transition: all 0.3s ease !important;
    visibility: hidden;
}

.centered_customswpe .swiper-slide.swiper-slide-prev, 
.centered_customswpe .swiper-slide.swiper-slide-next,
.centered_customswpe .swiper-slide.swiper-slide-active {
    visibility: unset !important;
}

.centered_customswpe .swiper-button-prev:after, .centered_customswpe .swiper-rtl .swiper-button-next:after {
    content: '\f104';
    font-family: fontawesome;
    font-weight: 400;
    padding-right: 0.2rem;
    color: #303133;
	font-size: 24px;
}

.centered_customswpe .swiper-button-next:after, .centered_customswpe .swiper-rtl .swiper-button-prev:after {
    content: '\f105';
    font-family: fontawesome;
    font-weight: 400;
    padding-left: 0.2rem;
    color: #303133;
	font-size: 24px;
}
.swiper {
	overflow: initial !important;
}
.centered_customswpe div.swiper-button-next, .centered_customswpe div.swiper-button-prev {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
}

.centered_customswpe .swiper-button-prev, .centered_customswpe .swiper-rtl .swiper-button-next {
    left: -20px;
    right: auto;
}

.centered_customswpe .swiper-button-next, .centered_customswpe .swiper-rtl .swiper-button-prev {
    right: -20px;
    left: auto;
}
.centered_customswpe .swiper-slide.swiper-slide-prev, .centered_customswpe .swiper-slide.swiper-slide-next{
    box-shadow:0px 0px 15px 2px #0000002e;
}
@media (max-width:768px){
.centered_customswpe .swiper-button-prev, .centered_customswpe .swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}

.centered_customswpe .swiper-button-next, .centered_customswpe .swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}
}

/* New hero carousel CSS by Viral 19-10-2024 */
.custom-hero-carousel {
    padding: 0 25px;
}
.custom-hero-carousel span {
    display: block;
    background: #3498db;
    color: #fff;
    font-size: 36px;
    position: relative;
    text-align: center;
    transform: translate(0, 0) scale(0.4);
    transition: all 0.5s ease;
    opacity: 0.5;
}

.slick-slide.lt2 span {
    transform: translate(10%, 0) scale(0.6);
}
.slick-slide.lt1 span {
    opacity: 1;
    transform: translate(-21%, 0) scale(0.8);
}
.slick-slide.gt1 span {
    opacity: 0.8;
    transform: translate(13%, 0) scale(0.8);
}
.slick-slide.gt2 span {
    transform: translate(-10%, 0) scale(0.6);
}
.slick-slide.slick-center span {
    z-index: 1;
    transform: translate(-33%, 0) scale(1);
    opacity: 1;
    color: #e67e22;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    appearance: none;
    margin-top: -10px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 100;
}

.slick-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #000 transparent transparent;
    left: 0;
}
.slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #000;
    right: 0;
}

.slick-center img {
    max-width: 348px;
}
.slick-slide img {
    max-width: 350px;
}
.slick-current img, .lt1 img, .gt1 img {
	border-bottom: 5px solid #f58e20 !important;
	box-shadow: 0px 0px 20px #00000059 !important;
}

/* Responsive styles for iPad Pro 12.9" (1024px) */
@media (max-width: 1024px) {
    .slick-slide img {
        max-width: 264px;
    }
    .slick-slide.slick-center span {
        transform: translate(-50%, 0) scale(1);
    }
.custom-hero-carousel {
	padding: 0 20px;
}
}

/* General styles for devices larger than 992px */
@media (max-width: 992px) {
    .slick-slide img {
        max-width: 215px;
    }
    .slick-slide.slick-center span {
        transform: translate(-44%, 0) scale(1);
    }
}

/* Tablet and smaller devices */
@media (max-width: 768px) {
    .slick-slide img {
        max-width: 175px;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .slick-slide img {
        max-width: 255px;
    }
}

/* iPhone 14 Pro */
@media (max-width: 430px) {
    .slick-slide img {
        max-width: 205px;
    }
}

/* iPhone 12 Pro, iPhone 13 */
@media (max-width: 390px) {
    .slick-slide img {
        max-width: 190px;
    }
}

/* iPhone SE */
@media (max-width: 375px) {
    .slick-slide img {
        max-width: 175px;
    }
}