a {
    text-decoration: none;
}
.owl-carousel .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
}
.most-use-services-card img {
    height: 144.47px;
}
.card-img-overlay {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for better readability */
}

.carousel-caption h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.carousel-caption p {
    font-size: 14px;
    margin-bottom: 5px;
}

.carousel-caption .btn {
    background-color: white;
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
}

.most-booked-services-carousel-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.most-booked-services-card {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.most-booked-services-title {
    font-size: 1rem;
    font-weight: bold;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    margin-top: 0.5rem;
}
.most-booked-services-price {
    color: #28a745;
    font-weight: bold;
}

/* cleaning carosel*/

.cleanPestControl_datas-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.cleanPestControl_datas-card {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.cleanPestControl_datas-card-title {
    font-size: 1rem;
    font-weight: bold;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    margin-top: 0.5rem;
}

/* salon */
.salon_Services-carosel_item-img {
    width: 100%;
    height: 144.27px;
    object-fit: cover;
    border-radius: 10px;
}
.salon_Services-carosel_item-card {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.salon_Services-carosel_item-card-title {
    font-size: 1rem;
    font-weight: bold;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    margin-top: 0.5rem;
}

/* service popup model */

.service-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    cursor: pointer;
    padding: 20px 10px;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-image {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    align-self: center;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border-radius: 20px;
}

.applience_services1_item-card-title {
    font-size: 1rem;
    font-weight: bold;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    margin-top: 0.5rem;
}
