.cart1 {
    border-radius: 20px;
    height: 695px !important; /* Remove fixed height for responsiveness */
    overflow: hidden;
}

.ltn__feature-item {
    padding: 12px 10px 10px !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.amp1 {
    padding: 40px 25px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.amp {
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
    padding: 14px 14px 35px;
    background-color: #ffffff;
    min-height: 520px;
    /* min-height: 399px; */
}

.cart-img {
    position: relative;
    width: 100%; /* Make the image container flexible */
    display: flex;
    justify-content: center;
}

.full-img {
    border-radius: 10px;
    width: 100%; /* Auto-scale */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
}

.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .cart1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .cart1 {
        height: 200px;
        text-align: center;
        padding: 10px;
    }
    .cart-img {
        width: 100%;
    }
    .full-img {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }
    
    .ltn__feature-item {
        padding: 12px 10px 10px !important;
    }
    
    .img-fluid {
        max-width: 100% !important;
        height: 200px !important;
    }
}
