html {
    overflow-y: scroll;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

main {
    flex-grow: 1;
    margin-top: 60px;
    padding: 20px
}

footer {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    color: #000;
    border-top: 1px solid #ddd
}

a {
    color: #0d6efd;
    text-decoration: none
}

button {
    font-family: inherit
}

button:not(disabled) {
    cursor: pointer
}

.header {
    padding: 1rem;
    border-bottom: 1px solid #e3e3e3;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 10px 0
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header a {
    text-decoration: none
}

.logo a {
    color: #000;
    display: block;
    font-size: 25px
}

.logo-img {
    height: 1em;
    width: auto
}

.headeraction {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem
}

.header-details {
    display: flex;
    align-items: center;
    margin: 0 0 0 2rem
}

.header-btn {
    margin-left: 10px
}

.header-details ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: .5rem;
    padding: 0 0 0 1rem;
    margin: 0
}

.header-details ul li a {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    background: #fff;
    padding: .2rem .6rem;
    border-radius: 5px
}

.header-details ul li a:hover {
    background: #f3f3f3
}

.locationname a {
    color: #6d6e6e;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px
}

.locationname a .material-icons {
    color: rgb(160, 160, 160);
    font-size: 20px
}

.container {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem
}

.footer-text {
    color: #212529 !important;
    font-size: 0.95rem;
}

/* Ensure links are a distinct, high-contrast blue or brand color */
.footer-link {
    color: #0056b3;
    text-decoration: underline;
    font-weight: 500;
}

.footer-link:hover {
        color: #00356b;
        text-decoration: none;
}

.detail-container {
    max-width: 1743px
}

.body-wrapper {
    margin-top: 1.5rem
}

.text-center {
    align-items: baseline !important
}

.search {
    width: 100%;
    border: 1px solid #c5c2c2;
    outline: none;
    height: 35px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px -6px #000;
    padding: 5px 10px
}

.detail-row {
    display: flex;
    align-items: self-start
}

.detail-col {
    flex: 1
}

.col-sm-4 {
    max-width: 320px
}

.detail-col.col-sm-4 {
    position: sticky;
    top: 190px;
    margin-left: 1.5rem
}

.list-detail img {
    max-width: 100%
}

.card-columns {
    column-count: 6;
    column-gap: 1rem;
    orphans: 1;
    widows: 1
}

.card {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: .5rem;
    border-radius: 10px
}

.card-body {
    padding: .5rem
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    text-decoration: underline
}

.card-header h5 {
    font-size: 20px;
    padding: 1rem;
    padding-bottom: 0;
    font-weight: 600;
    color: #da182b;
    margin: 0
}

.custom-card-decoration .card-header {
    padding: 8px;
    color: #c40013;
    text-decoration: unset
}

.custom-card-decoration .card-header h5 {
    padding: 0
}

.custom-card-decoration .card-body {
    padding: 0
}

.custom-card-decoration .item-list,
.custom-card-decoration .popular-list {
    padding: 0;
    margin: 0px 0px 0px 16px
}

.custom-card-decoration .popular-list a,
.custom-card-decoration .item-list a {
    padding: 0;
    font-size: 18px;
    text-decoration: underline;
    color: #000
}

.img-box {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000
}

.clean-blur-box {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden
}

.clean-blur-box>img,
.clean-blur-box>a>img {
    width: 100%;
    height: 100%
}

.clean-blur-box a {
    grid-area: 1/1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.clean-blur-box a .main-img {
    width: 100%;
    height: 100%;
    display: block
}

.bg-blur-img {
    object-fit: cover;
    filter: blur(2px);
    transform: scale(1.1);
    grid-area: 1/1;
    opacity: .6;
    pointer-events: none;
    user-select: none
}

.main-img {
    grid-area: 1/1;
    object-fit: contain;
    z-index: 1
}

.img-box.no-blur .bg-blur-img {
    display: none
}

.img-box.no-blur .main-img {
    object-fit: contain
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.carousel-box {
    background-color: transparent
}

.carousel-box .img-box>.clean-blur-box>img,
.carousel-box .img-box>.clean-blur-box>a>img {
    height: 360px
}

.detail-img-box {
    height: 360px;
    width: 240px
}

.detail-img-box .img-fluid {
    height: 100% !important
}

.post-card .carousel-box,
.suggestion-card .carousel-box {
    display: flex;
    flex-direction: column;
    flex: 1
}

.gallary {
    margin: 1.5rem 0;
    width: 100%
}

.gallary.detail-gallary {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.5rem
}

.gallary img {
    max-height: 360px
}

.gallary .img-box {
    height: auto;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    margin-bottom: 1rem;
    width: 260px;
    height: 360px
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .1rem white, 0 0 0 .25rem #258cfb
}

.btn-icon {
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent
}

.btn-icon:hover {
    background: #f1f1f1
}

.btn-outline {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: .2rem .7rem;
    text-decoration: none;
    display: block;
    height: 35px;
    border-radius: .25rem;
    line-height: 30px
}

.btn-outline:hover {
    background: #f1f1f1
}

.btn-call-primary {
    background-color: #1b5e20;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 10px 5px 5px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: none;
    font-size: .8rem;
    line-height: 1.5
}

.btn-call-primary:hover {
    filter: brightness(.9);
    text-decoration: none;
    color: #fff
}

.btn-call-primary:focus {
    outline: 2px solid #1b5e20;
    outline-offset: 2px;
    text-decoration: none
}

.btn-call-primary:active {
    filter: brightness(.85);
    text-decoration: none
}

.btn-text-secondary {
    background-color: #1976d2;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 10px 5px 5px !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: none;
    font-size: .8rem;
    line-height: 1.5
}

.btn-text-secondary:hover {
    filter: brightness(.9);
    text-decoration: none;
    color: #fff
}

.btn-text-secondary:focus {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
    text-decoration: none
}

.btn-text-secondary:active {
    filter: brightness(.85);
    text-decoration: none
}

.btn-report-danger {
    background-color: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 10px 5px 5px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: none;
    font-size: .8rem;
    line-height: 1.5
}

.btn-report-danger:hover {
    filter: brightness(.9);
    text-decoration: none;
    color: #fff
}

.btn-report-danger:focus {
    outline: 2px solid #d32f2f;
    outline-offset: 2px;
    text-decoration: none
}

.btn-report-danger:active {
    filter: brightness(.85);
    text-decoration: none
}

.cta-button-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center
}

.form-control {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    background: #fff;
    padding: .2rem .6rem;
    border-radius: 5px;
    outline: none;
    min-height: 35px
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin-left: auto
}

.pagination a {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .2rem .7rem;
    text-decoration: none;
    display: block;
    line-height: 30px;
    height: 35px
}

.pagination a:hover {
    background: #f1f1f1;
    color: #0d6efd
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem
}

.breadcrumb a {
    text-decoration: none
}

li.breadcrumb-item.active {
    margin-left: 10px
}

.breadcrumb-item:first-child a {
    display: flex;
    align-items: center
}

.breadcrumb-item:first-child a::before {
    display: none
}

.breadcrumb a::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d
}

.toolbar {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    gap: 1rem;
    position: sticky;
    top: 71px;
    background: #fff;
    padding-top: 16px
}

.ml-auto {
    margin-left: auto
}

.toolbar .action {
    display: flex;
    gap: 10px
}

.items-list {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.items-list .list-item {
    display: flex;
    align-items: center;
    gap: 1rem
}

.items-list .list-item .item-inner {
    flex: 1;
    display: flex;
    align-items: center;
    gap: .2rem 1rem;
    flex-wrap: wrap
}

.item-list {
    list-style: none;
    padding: .5rem;
    margin: 0;
    column-count: 1;
    column-gap: .5rem;
    orphans: 1;
    widows: 1
}

.item-list a {
    display: block;
    padding: .3rem;
    text-decoration: none;
    font-size: large
}

.item-list a:hover {
    background: #f3f3f3
}

.popular-list {
    width: 90vw !important;
    list-style: none;
    padding: .5rem;
    margin: 0;
    column-count: 10;
    orphans: 1;
    widows: 1
}

.popular-list a {
    display: block;
    padding: .3rem;
    text-decoration: none;
    font-size: large
}

.popular-list a:hover {
    background: #f3f3f3
}

.category-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 4rem
}

.content-box {
    display: inline-block;
    vertical-align: text-top;
    height: fit-content
}

.post-card,
.suggestion-card {
    display: flex !important;
    flex-direction: column
}

.post-card .content-box,
.suggestion-card .content-box {
    display: flex;
    flex-direction: column;
    flex: 1
}

.post-card .inner,
.suggestion-card .inner {
    display: flex;
    flex-direction: column;
    flex: 1
}

.inner>.card-text-box {
    display: flex;
    flex-direction: column;
    flex: 1
}

.post-card a,
.suggestion-card a,
h2 a,
h6 a {
    color: #000 !important;
    text-decoration: none
}

.post-card a:hover,
.suggestion-card a:hover {
    color: #000 !important
}

h6 a,
.card-text-box h6 a {
    display: inline;
    color: inherit
}

.no-image-placeholder a {
    display: block;
    width: 100%;
    height: 100%
}

.mb-7 {
    margin-bottom: 7rem !important
}

.text-muted {
    color: #b5b5b5
}

.text-overlap {
    width: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    margin-bottom: 0;
    margin-top: 16px
}

.title-header {
    background: #000;
    color: #fff;
    margin-bottom: 1rem;
    padding: .5rem;
    font-size: 23px
}

.close-button {
    display: block;
    margin-left: auto;
    margin-bottom: 1rem;
    font-size: medium;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%
}

.badge {
    font-weight: normal !important
}

.price {
    color: #090
}

.v-icon {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: .5rem .8rem;
    min-width: 70px
}

.v-icon .material-icons {
    display: block;
    margin-bottom: 10px;
    color: #616161
}

.map iframe {
    max-width: 100%;
    height: 300px
}

xbody {
    font-family: 'Poppins', sans-serif
}

@media only screen and (max-width:1000px) {
    .content-box {
        width: 100%
    }

    gallary .img-box {
        width: 100%
    }

    .item-list {
        column-count: 2
    }

    .popular-list {
        column-count: 2
    }

    .custom-card-decoration .popular-list a,
    .custom-card-decoration .item-list a {
        font-size: 17px
    }

    .category-cards .img-box>.clean-blur-box>img,
    .category-cards .img-box>.clean-blur-box>a>img {
        border-radius: 1rem
    }

    .container {
        max-width: 100%;
        padding: 0
    }

    .container h2 {
        margin-left: .5rem
    }

    .header .container {
        flex-wrap: wrap;
        justify-content: space-between !important;
        align-items: center;
        padding: 0 1rem
    }

    .header-details {
        margin: 0;
        order: 2
    }

    .header-details ul {
        display: none
    }

    .detail-breadcrumb {
        margin-inline: 1.5rem
    }

    .detail-row {
        display: block;
    }

    .searchbox {
        order: 3;
        width: 100%;
        margin-top: 1rem
    }

    .locationname a {
        font-size: 16px
    }

    .locationname a .material-icons {
        font-size: 18px
    }

    .card-columns {
        column-count: 1;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .toolbar {
        flex-wrap: wrap;
        position: inherit;
        top: 0;
        padding-top: 0
    }

    .pagination a {
        padding: .2rem .2rem
    }

    img {
        max-width: 100%
    }

    .breadcrumb {
        display: flex;
        justify-content: start;
        gap: 0
    }

    .gallary.detail-gallary {
        column-count: 2;
        column-gap: 1rem;
        display: block;
        white-space: normal
    }

    .items-list {
        gap: 20px
    }

    .gallary {
        margin-inline: .5rem
    }
}

@media only screen and (max-width:767px) {
    gallary .img-box {
        max-width: 100%;
        max-height: 100%
    }

    .card {
        width: 100%
    }

    .content-box {
        width: 100%
    }

    .detail-img-box {
        height: auto;
        width: 100%
    }

    .img-box {
        max-width: 100% !important
    }

    .img-box>.clean-blur-box>img,
    .img-box>.clean-blur-box>a>img {
        width: 100%;
        height: 360px
    }

    .gallary {
        margin-inline: 0rem !important
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    overflow-y: scroll;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

main {
    flex-grow: 1;
    margin-top: 60px;
    padding: 20px
}

footer {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-top: 1px solid #ddd
}

.header {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 50000;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.container {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem
}

.logo a {
    color: #000;
    display: block;
    font-size: 25px;
    text-decoration: none
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.btn {
    position: relative;
    overflow: visible !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.header-btn {
    margin-left: 10px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/")
}

html {
    font-size: 16px
}

@media (min-width:768px) {
    html {
        font-size: 18px
    }
}

@media (max-width:1000px) {
    .container {
        max-width: 100%;
        padding: 0.5rem
    }

    .detail-container {
        padding: 0
    }
}

.category-card {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-header {
    background-color: #f8f9fa !important;
    color: #333333;
    padding: 12px 16px;
    font-weight: 600;
}

.subcategory-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.subcategory-item {
    padding: 10px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.subcategory-item:last-child {
    border-bottom: none;
}

.subcategory-link {
    color: #333333;
    text-decoration: none;
    display: block;
}

.subcategory-link:hover {
    color: #000000;
    text-decoration: none;
    background-color: #f8f9fa;
}

.text-muted {
    color: #6c757d !important;
    margin-bottom: 0;
}

.alert-info {
    background-color: #f8f9fa;
    border-color: #e0e0e0;
    color: #333333;
}

body {
    background-color: #ffffff;
    color: #333333;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50% !important;
    bottom: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.carousel-box {
    max-width: 100%;
    margin: 0 auto;
}

.carousel-box .carousel-inner {
    min-height: 360px;
}

.detail-img-box {
    position: relative;

}

.clean-blur-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.clean-blur-box .main-img {
    width: 100%;
    height: auto;
    display: block;
}

.dropdown-menu {
    position: absolute;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-item {
    color: #333333;
    padding: 8px 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa;
    color: #000000;
}

.dropdown-item.active {
    background-color: #000000;
    color: #ffffff;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
}

.pagination-outer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.pagination .page-item {
    margin: 0 4px;
}

.pagination .page-link {
    min-width: 40px;
    text-align: center;
    border-radius: 4px !important;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4.2em;
    max-height: 4.2em;
    line-height: 1.4em;
}

#postingbody {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.detail-gallary {
    contain: layout paint;
}

.related-posts {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 40% !important;
    bottom: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-40%);
}

@media (max-width: 576px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.pagination-outer-wrapper .pagination {
    margin-left: 0 !important;
}

.report-post-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #dc3545;
    text-decoration: none;
    cursor: pointer;
}

.report-post-link:hover,
.report-post-link:focus {
    text-decoration: underline;
}

.report-modal .modal-dialog {
    max-width: 500px;
    width: 95vw;
    margin: 1.5rem auto;
}

@media (min-width: 768px) {
    .report-modal .modal-dialog {
        width: 100%;
        max-width: 460px;
    }
}

.report-modal .modal-footer {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.report-modal .modal-footer .btn {
    min-width: 110px;
}

.report-modal .modal-body {
    padding-top: 0.5rem;
}

.post-meta-center a {
    color: #0d6efd !important;
}

.post-meta-center a:hover {
    color: #0d6efd !important;
}

.list-title {
    gap: 1rem;
}

.list-title .d-flex.gap-2 {
    flex-wrap: wrap;
}

.list-title .btn {
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0.375rem 0.75rem;
}

@media (max-width: 768px) {
    .list-title {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1.5rem;
    }

    .list-title>div:first-child {
        width: 100% !important;
        flex: none !important;
    }

    .list-title>div:last-child {
        width: 100% !important;
        flex: none !important;
    }

    .list-title .d-flex.gap-2 {
        width: 100%;
    }

    .list-title .btn {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .list-title .btn {
        font-size: 0.85rem;
        padding: 0.35rem 0.6rem;
    }
}

.btn-group.btn-group-sm .btn {
    font-size: 0.95rem;
}

.deferred-sentinel {
    width: 1px;
    height: 1px;
    min-height: 1px;
}

.detail-flex-main {
    flex: 0 0 75%;
}

.detail-flex-side {
    flex: 0 0 25%;
}

.detail-modal-dialog-center {
    justify-content: center;
}

.detail-modal-content-fixed {
    width: 300px;
}

.detail-carousel-control-z {
    z-index: 2;
}

.detail-address-inline {
    display: inline;
    font-style: normal;
}

.suggestion-pagination-hidden {
    display: none !important;
}

@media (max-width: 767.98px) {
    .post-card.mb-7 {
        margin-bottom: 0 !important;
    }

    .suggestion-card.mb-7 {
        margin-bottom: 0 !important;
    }

    .category-cards {
        margin-bottom: 0;
    }

    .cta-button-group {
        flex-wrap: nowrap;
        gap: 0.35rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cta-button-group>* {
        flex: 0 0 auto;
    }

    .cta-button-group .btn-call-primary,
    .cta-button-group .btn-text-secondary,
    .cta-button-group .btn-report-danger {
        white-space: nowrap;
        font-size: 0.74rem;
        padding: 4px 7px 4px 5px;
    }

    .detail-area-inline,
    .detail-services-inline {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

@media only screen and (max-width: 1000px) {

    .home-container,
    #main-content {
        padding: 0 !important;
    }

    .gallary.detail-gallary {
        display: flex !important;
        flex-wrap: wrap;
        gap: 0.3rem;
        column-count: 2;
    }

    .gallary .img-box {
        width: 200px;
        height: 360px;
        overflow: hidden;
        margin: 0;
        display: inline-block;
    }
}

/* ==========================================================================
   Full-Screen Gallery Popup (Lightbox)
   ========================================================================== */
.gallery-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gallery-popup .close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10002;
    line-height: 1;
}

.gallery-popup img {
    max-width: 95%;
    max-height: 85vh;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.gallery-popup .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 20px 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10002;
    transition: background 0.3s;
}

.gallery-popup .nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.gallery-popup .prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.gallery-popup .next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.gallery-popup #galleryCounter {
    position: absolute;
    bottom: 20px;
    color: #ccc;
    font-size: 14px;
    letter-spacing: 1px;
}

.popup-close {
    position: absolute;
    top: 10%;
    right: 0;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 10200;
    line-height: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.2s;
    user-select: none;
}