.inflanar-btn__other:hover {
    background-color: #e0e0e0;
}

.inflanar-signin__button--group {
    display: flex;
    justify-content: space-between;
}

.inflanar-btn__other {
    width: 48%;
}

@media (max-width: 767px) {
    .inflanar-signin__button--group {
        display: block;
    }

    .inflanar-btn__other {
        width: 100%;
        margin-bottom: 10px;
    }
}

.inflanar-psingle__list {
    list-style: none;
    padding: 0;
}

.inflanar-psingle__list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.inflanar-psingle__icon {
    margin-right: 8px;
}

.inflanar-psingle__icon i {
    font-size: 16px;
    color: #fe2c55;
}

.feature-text {
    font-size: 16px;
}

@media (max-width: 768px) {
    .inflanar-sdetail__tabnav {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .inflanar-section__border {
        display: none;
    }
}

@media (max-width: 768px) {
    .adminbreadincrun {
        height: 100px !important;
    }
}

.table>:not(caption)>*>* {
    padding: .5rem 1px;
}


.inflanar-hcard__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* .aboutserveess{
        padding-right: 50px;
        padding-left: 50px;
    } */

@media (max-width: 767px) {
    .feature-text {
        font-size: 15px;
    }
}

.product-list {
    padding: 0;
    list-style-type: none;
}

.product-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgb(231, 227, 227);
}

.product-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.round-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.product-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding-bottom: 5px;
}

.product-price {
    font-size: 14px;
    color: #28a745;
    margin-bottom: 10px;
}

.add-button {
    background-color: #fe2c55;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease;
}

.add-button:hover {
    background-color: #fe2c55;
}

/* scroll bar for the package features */
.scroll-container {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}

.scroll-container::-webkit-scrollbar {
    width: 3px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.inflanar-payment-method__label img {
  border: 2px solid white;
}

.inflanar-hero__img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.hero-video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

