/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/




.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.single p {
    padding: 0;
    margin: 0;
}

.single footer.footer {
    display: none;
}

.single ul {
    padding-left: 10px;
}

/* Slider CSS start*/
.gallery-container {
    width: 100%;
    position: relative;
}

.swiper-button-prev {
    left: 16px !important;
}

.swiper-button-next {
    right: 16px !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 8px !important;
    color: #0F172B;
}

.mainSwiper img {
    width: 100%;
    height: 528px;
    object-fit: cover;
    border-radius: 14px;
}

.thumb-slide {
    width: fit-content !important;
    border: 2px solid transparent;
}

.thumbSwiper {
    position: absolute !important;
    bottom: 22px;
    left: 22px;
}

.thumbSwiper img {
    width: 63px;
    height: 63px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.thumbSwiper .swiper-slide {
    opacity: 0.6;
    transition: 0.3s;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 10px;
}

.slide-count {
    position: absolute;
    bottom: 24px;
    right: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.80);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 2;
    line-height: 20px;
}

/* Slider CSS END*/

.elementor-custom-data-container {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.data-item-group {
    display: flex;
    flex-flow: column;
    gap: 4px;
}

.data-item-group span.data-label {
    color: #45556C;
    font-size: 12px;
    font-family: inherit;
    font-weight: 400;
    line-height: 16px;
}

.data-item-group span.data-value {
    color: #0F172B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: inherit;
}


#job_gallery_slider{
  display: block !important;
}
a.back-to-top{
    bottom: 90px !important;
}
/* Media Query Start*/
@media screen and (max-width: 425px) {
    .slide-count {
        bottom: auto;
        top: 24px;
    }
}

/* Media Query End*/