#service_details{
    text-decoration: none;
    cursor: pointer;
}
.text-danger {
    color: red;
}
/* Main container styling */
#warrantyMessage {
background-color: #f4f7f6;  /* Light grey background */
padding: 8px 15px;
border-radius: 6px;
border: 1px solid #28a745; /* Green border */
/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
display: flex;
justify-content: space-between;
align-items: center;
}

/* Text for warranty */
.warranty-text {
font-size: 15px;
color: #28a745;
font-weight: bold;
}

/* Price section */
.price-text {
font-size: 16px;
color: #FF5722; /* Orange color for the price */
font-weight: bold;
text-align: right;
}

/* Smooth transitions for visibility */
#warrantyMessage {
transition: all 0.3s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #warrantyMessage {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-text {
        text-align: left;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .time_pick  {
       margin-top: 25px !important;
    }
    .book-an-appointment form .form-group {
        margin-bottom: 30px;
    }
    .book-an-appointment form .form-control {
        height: 40px;
    }
    .book-an-appointment form .error {
       font-size:13px;
    }
}
.warranty-detail{
margin-top:2px;
font-size:12px;
color: red !important;
}
#serviceModalLabel{
color: var(--secondary-color);
}
.modal-body{
color: var(--dark-gray);
}