.card {
    border: 1px solid #ccc;
    border-radius: 8px;
}
.card-header {
    font-weight: bold;
}
.deliver-btn {
    background-color: #dc3545;
    color: #fff;
}
.delivery_heading{
    background-color:#CED0BB;
    height: 60px;
}

.delivery_shipping{
    line-height: 60px;
    margin-left: 20px;
}

.card_view{
    height: 350px;
}

.card_bodddy{
    margin-top: 50px;
}

.bi-pencil-fill{
    cursor: pointer;
    font-size: 2rem;

}

.delivery_button{
    background-color: #3f3f27;
    border-color: #3f3f27;
    border-radius: 8px;
}
.delivery_button:hover{
    background-color: #3f3f27;
    border-color: #3f3f27;
    border-radius: 8px;
}


.delivery_button:visited{
    background-color: #3f3f27 !important;
    border-color: #3f3f27;
    border-radius: 8px;
}


@media (max-width: 576px) {
    .card_view {
        height: auto; /* Allow height to adjust dynamically */
        margin-bottom: 20px; /* Space between cards */
    }
    .card_bodddy {
        padding: 10px; /* Reduce padding for mobile */
    }
    .card-header i {
        font-size: 1.5rem; /* Adjust icon size for mobile */
    }
    .delivery_button {
        font-size: 0.9rem; /* Adjust button size */
        padding: 5px 10px; /* Reduce padding in button */
    }
    p {
        font-size: 1.3rem; /* Reduce text size for mobile */
    }
 
}


@media (max-width: 576px) {
    .delivery_heading {
        text-align: center; /* Center align the heading */
        margin-bottom: 10px; /* Space below the heading */
    }

    .delivery_shipping {
        font-size: 1.7rem; /* Font size for mobile devices */
        color: #333; /* Font color */
    }
}



/* Default: icon aligned to the left */
.pencil-icon {
    margin-right: auto;
}

/* Mobile view: align icon to the right */
@media (max-width: 576px) {
    .pencil-icon {
        margin-left: auto;
        margin-right: 0;
    }
}



