.common_breadcrumb {

    background-color: whitesmoke;
}

.service_section {
    padding: 30px 0 50px 0;
}

.common_breadcrumb__content {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.common_breadcrumb__content h2 {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 2rem !important;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}

.common_breadcrumb__content a {
    color: #0099cc;
    font-weight: 600;
}

.service_left__box {
    background-color: whitesmoke;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.service_left__box h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-categories ul li a {
    display: flex;
    gap: 3px;
    align-items: center;
    margin-top: 12px;
    color: var(--black-color);
    text-transform: capitalize;
}

.product-categories ul li a span {
    font-size: 14px;
    color: #434343;
}

.product-categories ul ul {
    padding-left: 1.2rem !important;
}

.product-categories ul li a i {
    font-size: 24px;
    color: #434343;
}

.search_input {
    position: relative;
    margin-top: 10px;
}

.search_input input {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 7px;
}

.search_input button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    background-color: transparent;
    border: none;
    outline: none;
}

.select_box {
    margin-top: 1rem;
}

.select_box__label {
    display: flex;
    margin-bottom: 10px;
    gap: 3px;
    align-items: center;
}

.select_box__label label {
    text-transform: capitalize;
}

.select_box__label label span {
    font-size: 13px;
}

.select_box__label input {
    accent-color: var(--black-color);
}

.service_flex {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.service_flex__img img {
    width: 100%;
}

.service_flex__img,
.service_flex__content {
    width: 100%;
}

.service_flex__content h3 a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
}

.service_section__right-top {
    background-color: whitesmoke;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.total-product h2 {
    font-size: 20px;
    color: #434343;
    font-weight: 500;
    text-transform: capitalize;
}

.total-product h2 span {
    font-weight: 700;
    color: var(--black-color);
}

.sorting .form-select {
    border: 1px solid #ccc !important;
    outline: none !important;
    box-shadow: none !important;
    text-transform: capitalize;
}

.sorting .form-select option {
    text-transform: capitalize;
}

.service-list {
    margin-top: 30px;
}

.pagination_list {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination_list a {
    padding: 3px 12px;
    border: 1px solid #ccc;
    color: var(--black-color);
    background-color: whitesmoke;
}

.pagination_list .active-page {
    background-color: var(--green-color);
    color: var(--white-color);
}

/* details_flex */
.details_flex {
    display: flex;
    gap: 1rem;
}

.small_img__box {
    width: 100%;
}

.small_img__box img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.small_img__box img:hover {
    border: 2px solid #000;
}

.service_details {
    padding: 30px 0;
}

.big_img {
    width: 100%;
    height: 100%;
}

.big_img {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}

.big_img img {
    transition: transform 0.3s ease;
}

.big_img:hover img {
    transform: scale(2);
    /* zoom level (2x) */
    transform-origin: center center;
}

.big_img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.service_details__right h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.service_details__right p {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.service_details__right p span {
    color: #434343;
}

.service_details__right h6 {
    margin-top: 1rem;
}

.service_details__right h6 span {
    color: #8bc500;
    font-size: 14px;
}

.hotel-info {
    margin-top: 1rem !important;
    font-size: 18px;
    line-height: 30px;
}

.service_btn {
    display: flex;
    gap: 68px;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.whatsapp_btn {
    display: flex;
    background-color: #2DB742;
    color: var(--white-color);
    padding: 7px;
    align-items: center;
    gap: 3px;
    font-size: 16px;
    border-radius: 5px;
}

.whatsapp_btn:hover {
    color: var(--white-color);
    opacity: .98;
}

.service_details__right h5 {
    margin-top: 1rem;
    font-size: 16px;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

.service_details__right h5 a {
    color: #434343;
}

.nav-tabs button:first-child {
    padding: 0 20px 15px 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff;
    border-color: transparent !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-link {
    font-size: 19px !important;
    color: #999 !important;
    padding: 0 20px 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
    isolation: isolate;
    border-bottom: 1px solid #dee2e6 !important;
    color: var(--black-color) !important;
}

.highlights,
.hotel_map,
.hotel_table {
    margin-top: 1rem !important;
}

.highlights ul li {
    list-style: square !important;
    font-size: 18px;
    font-weight: normal;
    color: #131313;
    margin-bottom: 1rem;
}

.highlights ul {
    padding-left: 1.2rem !important;
}

.hotel_map {
    margin: 0 auto;
    max-width: 768px;
}

.hotel_map img {
    width: 100%;
    height: auto;
}

th {
    text-align: center !important;
    background-color: #EEEEEE !important;
}

td {
    text-align: center !important;
    font-size: 19px;
}


.myRating {
    margin-top: 15px;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.myRating span {
    font-size: 18px;
}

.rating_star input {
    display: none;
}

.rating_star {
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
}

.rating_star label {
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
    background-image: url('../images/greystar.svg');
}

.rating_star input:checked~label,
.rating_star input:checked~label~label {
    background-image: url('../images/star.svg');
}

.rating_star input:not(:checked)~label:hover,
.rating_star input:not(:checked)~label:hover~label {
    background-image: url('../images/star.svg');
}

.rating_star i {
    color: var(--grey-color);
}


.highlights h6 {
    font-size: 18px;
    color: black;
    margin-bottom: 30px !important;
}

.textarea {
    margin-top: 2rem;
}

.textarea textarea {
    width: 100%;
    padding: 10px;
}

.input_flex {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.input_flex__box input,
.modal_form input,
.modal_form textarea,
.input_flex__box .form-select,
.input_flex__box textarea {
    width: 100%;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    outline: none !important;
}

.input_flex__box {
    width: 100%;
}

.input_flex__box label {
    font-size: 18px;
    margin-bottom: 10px;
}

.input_flex__box label span {
    color: tomato;
}

.save_input {
    margin-top: 1rem;
}

.reviews-msg h5 {
    margin-top: 2rem;
    background-color: #EEEEEE;
    padding: 1rem 2rem;
    font-size: 18px;
}

.reviews-msg p {
    margin-top: 1rem;
}

.nav-tabs-section,
.service_details {
    background-color: whitesmoke;
}

.nav-tabs-section-content,
.service_details .row {
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 10px;
}

.nav-tabs-section {
    padding-bottom: 50px;
}

.modal_form input {
    width: 100%;
    margin-bottom: 1rem;
}

.modal_form button {
    width: 100%;
}

.filter_btn,
.cancel_btn {
    display: none;
}

@media(max-width:1440px) {

    .trending_box__img .visible_img,
    .trending_box__img img {
        height: 225px;
    }
}

@media(max-width:992px) {
    .service_details__right {
        margin-top: 1rem;
    }

    .myflex {
        flex-direction: column-reverse;
    }

    .service_left {
        margin-top: 2rem;
    }

    .nav-tabs .nav-link {
        font-size: 16px !important;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 0 !important;
    }

    .highlights ul li {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .service_details__right h3 {
        font-size: 20px;
    }

    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
        /* Smooth scroll on iOS */
    }

    .nav-tabs .nav-link {
        display: inline-block;
        white-space: nowrap;
    }

    .service_details__right p,
    .highlights ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .highlights ul li {
        margin-bottom: 8px;
    }

    .service_left__box h3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .service_left__box h3 i {
        background-color: #000;
        height: 25px;
        width: 25px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        cursor: pointer;
    }

    .servive_overlay {
        position: fixed;
        left: -100%;
        top: 0;
        background-color: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        margin-top: 0;
        z-index: 999;
        transition: .25s ease;
    }

    .servive_overlay.active {
        left: 0;
        transition: .25s ease;
    }

    .service_left {
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--white-color);
        width: 80%;
        height: 100%;
        margin-top: 0;
        z-index: 999;
        overflow-y: scroll;
    }

    .filter_btn,
    .cancel_btn {
        display: block;
    }

    .total-product h2 {
        font-size: 18px;
    }

    .sorting {
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .filter_btn button {
        display: flex;
        gap: 5px;
        cursor: pointer;
        align-items: center;
        border: none;
        outline: none;
        background-color: transparent;
    }
}

@media(max-width:576px) {

    .trending_box__img .visible_img,
    .trending_box__img img {
        height: 325px;
    }

    .common_breadcrumb__content a,
    .common_breadcrumb__content p {
        font-size: 13px;
    }

    .total-product h2 {
        font-size: 16px;
    }

    .highlights h6 {
        font-size: 16px;
        margin-bottom: 1rem !important;
    }

    .save_input {
        display: flex;
        gap: 10px;
    }

    .save_input label {
        font-size: 12px;
    }

    .myRating span {
        font-size: 14px;
    }

    td,
    th {
        font-size: 13px;
    }
}