.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.container {
	max-width: 960px;
}
  
.pricing-header {
	max-width: 700px;
}


.goal-option {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.goal-option input {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: scale(1.3);
    accent-color: green;
}

.goal-label {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 5px;
    transition: all 0.3s ease;
    height: 200px; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.goal-option input:checked + .goal-label {
    border: 2px solid #28a745;
    background-color: rgba(40, 167, 69, 0.1);
}

.goal-label img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures consistent image cropping */
    border-radius: 8px;
}

    .bg-color{
       background-color:  rgba(128, 160, 159, 0.85);
    }
    .testimonial-carousel .slick-track {
      display: flex !important;
    }
    .testimonial-carousel .slick-slide {
      display: flex !important;
      height: auto !important;
    }
    .testimonial-card {
     display: flex;
     flex-direction: column;
     flex: 1;
     height: 100%;
    }
