.atom-service-tile {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    height: 400px;
    position: relative;
    overflow-y: hidden;
    user-select:none;
}
.atom-service-tile-image-spacer {
    height: 100%;
    width: 100%;
}

.atom-service-tile-title-container{
    height:75px;
    margin-top:-75px;
}

.atom-service-tile-title-container, .atom-service-tile-details{
    background: #0c356be6;
    padding:0 10px;
    transition:margin-top .35s;
}

.atom-service-tile-details {
    height:400px;
}
.atom-service-tile-title, .atom-service-tile-description {
    margin:0;
}

.atom-service-tile:hover .atom-services-tile-details, .atom-service-tile:hover .atom-service-tile-title-container{
    margin-top:-300px;
}

.atom-mosaic-image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-auto-rows: minmax(250px, 1fr);
    grid-gap: 10px;
}
.atom-mosaic-image {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.atom-mosaic-image > a{
    display:inline-block;
    width:100%;
    height:100%;
}

.dialog-type-lightbox {
    z-index: 99999999999999999999999 !important;
}
.elementor-slideshow__header{
    flex-direction:row !important;
}
.swiper-slide.elementor-lightbox-item.swiper-slide-active {
    padding: 100px;
}
.swiper-wrapper .swiper-zoom-container .elementor-lightbox-image {
    max-height: 80vh;
    max-width: 80vw;
    width: auto;
    height: auto;
}



/* ATOM BEFORE AFTER SCROLLER */
img {
  display: block;
  max-width: 100%;
}

.atom-before-after-slider {
  display: grid;
  place-items: center;
  /*min-height: 100vh;*/
  aspect-ratio:1/1;
  margin:0 auto;
}

.container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
  height:100%;
}

.image-container {
  max-width: 800px;
  /*max-height: 90vh;*/
  aspect-ratio: 1/1;
  max-height:100%;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /*filter: grayscale(100%)*/
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
.atom-before-after-slider img.slider-image {
    height:100%;
}
/* ATOM BEFORE AFTER SCROLLER END */




/* ATOM REVIEWS */
.atom-section-3 {
    display:flex;
    flex-direction:column;
    /*background: #F2F2F2;*/
    padding:0;
    max-width:80%;
    margin:0 auto;
    /*box-shadow:0 0 10px 0 rgba(0,0,0,0.5);*/
    
}
.atom-review-bubbles {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
.atom-review-top {
    display:flex;
    flex-direction:column;
    align-items: center;
}
.atom-section-3 > h2 {
    text-transform: capitalize;
    text-align: center;
    color:#34393F;
    margin-top:35px;
    font-size: 30px;
}
.atom-review-bubble{
    display:none;
    /* border:1px solid black; */
    border-radius:14px;
    margin:10px 30px;
    padding:10px 15px;
    color:#34393F;
    flex:80%;
}
    .atom-review-bubble.disable-transition {
        transition:none !important;
        transform: none !important;
    }

    .atom-review-bubble.active {
        display:block;
        animation: fadein 2s;
    }

.atom-review-top > .atom-review-picture {
    background:gray;
    /* border:5px solid black; */
    box-sizing:border-box;
    width:50px;
    height:50px;
    min-width:50px;
    min-height:50px;
    border-radius:50px;
    margin-bottom: 10px;
  

}
    .atom-review-picture.bill-gallery {
        background: url('https://billgallery.com/photos/site%20resources/favicon%2096x96.jpg');
        background-size:100%;
        border:2px solid #fe5700;
    }
    .atom-review-picture.pro-leash {
        background: url('https://pro-leash.com/wp-content/uploads/2020/11/cropped-pro-leash-logo-dog-leashes-3.png');
        border:2px solid #fcb425;
        background-size:100%;
        background-repeat:no-repeat;
        background-position:center;
    }
    .atom-review-picture.mopsnbuckets {
        background: url('https://mopsnbucketsco.com/wp-content/uploads/2020/06/cropped-mopsnbuckets_new_hampshire_cleaning_service_icon-192x192.png');
        border:2px solid #14afe5;
        background-size:75%;
        background-repeat: no-repeat;
        background-position:center;
    }
.atom-review-dots {
    text-align:center;
    margin-bottom:5px;
    margin-top:5px;
}
.atom-review-dot {
    cursor:pointer;
    height:10px;
    width:10px;
    margin:0 2px;
    background-color:#bbb;
    border-radius:50%;
    display:inline-block;
    transition: background-color 0.6s ease;
}
.atom-review-dot.active, .atom-review-dot:hover {
    background-color:#34393F;
}
.atom-review-text {
    text-align: center;
    font-size: 16px;
    display:none;
}
.atom-review-text > p {
    display:none;
    font-family:'roboto-regular','arial','sans-serif';
    text-align: center;
    font-size: 20px;
}
    .atom-review-text > p:first-child {
        display:-webkit-box;
        max-width:100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow:hidden;
    }
.atom-review-read-more {
    margin-bottom:10px;
    color:var(--atom-blue);
    font-weight:700;
    font-family:'roboto-medium','arial','sans-serif';
    font-size:18rem;
    margin-top:35rem;
    text-align: center;
    cursor:pointer;
    user-select:none;
    /* display:none; */
}
    .atom-review-read-more:hover{
        text-decoration:underline;
    }
.atom-review-title {
    font-size:24px;
    font-weight:700;
    font-family:'roboto-medium','arial','sans-serif';
    text-align: center;
}
.atom-review-bubbles > .back-arrow, .atom-review-bubbles > .forward-arrow {
    font-size:40px;
    font-family:'roboto-medium', arial, sans-serif;
    cursor:pointer;
    user-select:none;
    border-radius:100%;
    text-align:center;
    padding:10px;
    display:none;
    color:var(--atom-primary);
    flex:10%;
}
.atom-review-blurb > p {
    font-family:'roboto-regular', 'arial', 'sans-serif';
    text-align:center;
    font-size:20px;
}
.atom-review-owner > h3{
    margin:0;
    font-size:20px;
}
/* END ATOM REVIEWS */

/* ATOM CATEGORY INFO */
.atom-categories-info {
    /* border: 1px solid black; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    
    /*display:grid;*/
    /*grid-template-columns:repeat(2, 1fr);*/
}
.atom-categories {
    flex: 50%;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
}
.atom-category {
    padding: 30px;
    background: var(--atom-primary);
    cursor: pointer;
    align-self:flex-end;
    width:100%;
    transition: transform .3s, box-shadow .3s;
    margin-bottom:10px;
    user-select:none;
    
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    box-shadow:none;
}
.atom-category.active{
    transform:unset;
    box-shadow:unset;
}
.atom-category > p {
    margin:0;
}
.atom-infos {
    flex: 50%;
    box-sizing: border-box;
}
.atom-info {
    opacity:0;
    height:0;
    pointer-events:none;
}
.atom-info.active {
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-evenly;
    gap:25px;
    height: 100%;
    width: 100%;
    /* background: #e3b5b5; */
    padding: 20px;
    border: 5px solid var(--atom-primary);
    background:white;
    /*border-radius: 5px;*/
    opacity:100%;
    transition:opacity .5s;
    margin-bottom:10px;
    margin-top:-10px;
    pointer-events:auto;
}
.atom-info:not(.active) > a {
    display: none;
}
.atom-info .atom-info-button{
    /*font-size:18px;*/
    padding:15px;
    background:black;
    color:white;
}
.atom-category-inner-arrow {
    user-select: none;
}
/* END ATOM CATEGORY INFO */



.gohighlevel-section {
    position:relative;
    height:650px;
}
.gohighlevel-section iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}







/* Large screens */
@media only screen and (min-width: 1050px) {
    .atom-review-bubbles > .back-arrow, .atom-review-bubbles > .forward-arrow {
        /*display:block;*/
        display:none;
    }
    .atom-section-3{
        max-width:100%;
    }
    
    
    
    /* ATOM CATEGORIES */
    .atom-categories-info{
        flex-direction:row;
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:15px;
    }
    .atom-category{
        grid-column:1;
        margin-bottom:0;
    }
    .atom-category.active{
        transform:translateX(5px);
        box-shadow: #00000030 0px 2px 11px 5px;
    }
    .atom-info{
        grid-column:2;
        grid-row:5;
    }
    .atom-info.active{
        margin-top:unset;
        grid-row:1/5;
        grid-column:2;
    }
    /* END ATOM CATEGORIES */
}






















