

.pricing-carousel-wrapper {
    position: relative;
    padding: 0px;
    overflow: hidden;
}

.pricing-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.pricing-carousel {
    display: flex;
    overflow: hidden;
    position: relative;
	padding: 30px 0px;
}

.pricing-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.pricing-carousel-wrapper.is-pricing-carousel-centered .pricing-carousel-track {
    justify-content: center;
}

.pricing-card {
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px;
    background: #fff;
	border-top: 4px solid #1b589b;
    border-radius: 50px;
    padding: 30px 0px;
    box-shadow: 0 10px 30px var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 500px;
    display: flex;
    flex-direction: column;
	box-shadow: -0px 12px 10px 0px rgba(135, 153, 163, 0.302);

}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px var(--shadow-medium);
}

.card-header-section {
    text-align: center;
    margin-bottom: 20px;
	background: url("/wp-content/themes/picostrap5-child-base/images/pricing-head-bg.webp");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	padding: 0px 30px; 
}

.card-title {
    font-size: 2rem;
    font-weight: 400;
    color: #252525 !important;
    margin-bottom: 25px !important;
}

.card-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}

.price-prefix {
    color: #252525 !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-right: 6px;
}

.currency {
    font-size: 24px;
    font-weight: 600;
    color: #252525;
    margin-right: 2px;
}

.amount {
    font-size: 56px;
    font-weight: 700;
    color: #252525;
    line-height: 1;
}

.decimal {
    font-size: 32px;
    font-weight: 700;
    color: #252525;
}

.per-person {
    font-size: 16px;
    color: #888;
    align-self: flex-end;
    margin-left: 5px;
    margin-bottom: 8px;
}

.card-description {
    text-align: center;
    color: #636363;
    font-size: 1.5rem;
    margin-bottom: 20px;
    min-height: 45px;
}

.card-image {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    height: 285px;
	width: 100%;
    margin-bottom: 20px;
}

.card-image-placeholder {
    background: linear-gradient(135deg, #e8edf2 0%, #f5f7fa 100%);
    border-radius: 15px;
    height: 150px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 14px;
}

.btn-holder{
	padding: 0px 30px;
}

.book-button {
    background: linear-gradient(90deg, #1B589B 100%, #21366A 0%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
	
}

.book-button:hover {
    background: #2d5a8f;
    transform: scale(1.02);
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
	padding: 30px 30px 0px 30px;
	border-top: 1px solid #EFF2FB;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
}

.features-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #D6DF23;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 6px;
    flex-shrink: 0;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 5px 15px var(--shadow-medium);
}

button.carousel-nav svg {
    width: 100% !important;
    height: 100% !important;
}

/*.carousel-nav:hover {
    background: #2d5a8f;
    transform: translateY(-50%) scale(1.1);
}*/

.carousel-nav-prev {
    left: -15px;
}

.carousel-nav-next {
    right: -15px;
}

.carousel-nav svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.carousel-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-nav:disabled:hover {
    transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 992px) {
    .pricing-card {
        flex: 0 0 calc(50% - 20px);
		margin: 0px 10px;
    }
}

@media (max-width: 768px) {
    .pricing-carousel-container {
        padding: 0 10px;
    }

    .pricing-card {
        flex: 0 0 calc(100% - 20px);
		margin: 0px 10px;
		
    }

    .card-title {
        font-size: 20px;
    }

    .amount {
        font-size: 48px;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
    }
	
	.carousel-nav-prev{
		left: -12px;
	}
	
	.carousel-nav-next{
		right: -12px;
	}
}
