
.provider-detail-top-desktop {
   background-image: url('https://beautysunday-cdn.s3.us-east-2.amazonaws.com/stg/img/store-dark.jpg');
   background-size: cover;
   width: 100%;
   height: 420px;
   overflow: hidden;
   position: relative;
}

.provider-detail-top-desktop::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: inherit;
   background-size: cover;
   background-position: center;
   animation: zoomBackground 2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
   will-change: transform;
}

/* Ensure content is above the background */
.provider-detail-top-desktop > * {
   position: relative;
   z-index: 1;
}

/* Styles for the location name and category info */
.provider-name,
.provider-detail-top-desktop span {
   opacity: 1 !important;
   position: relative;
   z-index: 2;
}

.provider-detail-top-desktop-btns {
    position: relative;
    overflow: hidden;
}

.provider-detail-top-desktop-btns button,
.provider-detail-top-desktop-btns a.pill-btn {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInFromBottom 0.8s forwards;
}

@keyframes fadeInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay each button's animation */
.provider-detail-top-desktop-btns a.pull-btn:nth-child(1) { animation-delay: 0.3s; }
.provider-detail-top-desktop-btns button:nth-child(1) { animation-delay: 0.3s; }
.provider-detail-top-desktop-btns button:nth-child(2) { animation-delay: 0.3s; }
.provider-detail-top-desktop-btns button:nth-child(3) { animation-delay: 0.3s; }
.provider-detail-top-desktop-btns div:last-child button { animation-delay: 0.3s; }




.pill-btn, .circle-btn {
    border-radius: 20px !important;
    background-color: #D7EDF5 !important;
    border: 1px solid #D7EDF5;
    margin-top: 20px !important;
    text-transform: none;
    font-weight: 400 !important;
    font-family: karla, sans-serif;
    font-size: 14px;
    line-height: 21px;
    border-radius:.4rem;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    height:3.8rem;
    letter-spacing:.1rem;
    line-height:3.8rem;
    padding:0 3.0rem;
    text-align:center;
    text-decoration:none;
    text-transform:none;
    white-space:nowrap
}

.circle-btn {
    padding: 0px 12px;
}

@keyframes zoomBackground {
   0% {
      transform: scale(1.1);
   }
   100% {
      transform: scale(1);
   }
}

.provider-detail-top-desktop-container {
   float:left;width:80%;margin-left:10%;
}

.provider-detail-top-desktop-container-pad {
   padding-top:160px;
}

.provider-claimant {
   font-family:karla;font-weight:800;font-size:20px;color:white;
}

.provider-claimant-pop {
   color:inherit;
}

.provider-claimant-separator {
   margin-left:8px;margin-right:8px;font-family:karla;font-weight:800;font-size:20px;color:white;
}

.provider-categories {
   font-family:karla;font-weight:800;font-size:20px;color:white;
}

.white {
   color: white;
}

.provider-detail-top-desktop-btns-right {
   float:right;
}

.provider-detail-top-desktop-btns .pill-btn {
   margin-right:16px;background-color:#D7EDF5 !important;color:#000;
}

.provider-detail-top-desktop-btns .circle-btn {
   background-color:#D7EDF5;color:#000;
}

.provider-detail-top-desktop-btns-right .pill-btn {
   background-color:#D7EDF5;color:#000;
}

.provider-detail-top-mobile-container {
   /* background-color: #F5F6F5; */
   background-color: white;
   padding-top:30px;
}

.bottom {
   float:left; width:100%;background-color: white;padding-left:10px;padding-right:10px;
}

.bottom-left {
   float: left;
   width: 100%;
   padding-bottom: 100px;
}

.bottom-full {
   float: left;
   width: 100%;
   padding-bottom: 100px;
}

.bottom-right {
   display: none;
   flex-direction: column;
   float: left;
   width: 30%;
   
}

.info-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
    font-family: karla, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom:1px solid #ddd;
    padding-top:14px;
    padding-bottom: 24px;
}

.info-item a {
   color: inherit;
}

.info-item a:hover {
   text-decoration: underline;
}

.info-item:last-child {
    margin-bottom: 0;
    border-bottom: 0px;
}

.info-item-location {
    font-weight: bold;
    padding-bottom: 14px;
}

.ad-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.providers {
  margin-top: 20px;
}

.providers h4 {
  margin-bottom: 15px;
}

.providers-grid {
   display: flex;
   flex-wrap: wrap;
   justify-content: left;
}

.provider {
   margin-right: 20px;
   margin-bottom: 20px;
}

.provider-card {
   border: 1px solid #ccc;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   padding: 10px;
   width: 206px;
   height: 206px;
   background-size: cover;
   background-position:center;
}

.provider-card-bottom {
   border: 1px solid #ccc;
   border-top: none;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #000;
   font-weight: bold;
   font-size: 14px;
   background-color: white;
   
}

.photo-grid {
   display: flex;
   flex-wrap: wrap;
   justify-content: left;
}

.photo-card {
   border: 1px solid #ccc;
   border-radius: 5px;
   width: 133px;
   height: 185px;
   display:block;
   position:relative;
   overflow:hidden;
   padding: 0px;
}

.photo-card img {
   width:100%;
   height:100%;
   object-fit: cover;
   position:absolute;
   top:0;
   bottom:0;
}

.provider-address {
   font-family: 'Karla', sans-serif;
   font-size: 14px;
   line-height: 24px;
}

.provider-location-hours {
   font-family: 'Karla', sans-serif;
   font-size: 14px;
   line-height: 24px;
}

.provider-address-name {
   font-family: 'Karla', sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 21px;
   color: #000;
   text-transform: none;
   letter-spacing: .8px;
}

#review_text {
   font-family: 'Karla', sans-serif;
   height: 200px;
   width: 100%;
   font-size: 14px;
   resize: none;
}

@media only screen and (min-width: 768px) {
   .provider-detail-top-mobile-container {
      display:none;
   }
   
   .bottom-container {
      float:left;width:80%;margin-left:10%;
   }
   
   .photo-card {
      border: 1px solid #ccc;
      border-radius: 5px;
      width: 180px;
      height: 180px;
      margin-right: 10px;
      margin-bottom: 10px;
      display:block;
      position:relative;
      overflow:hidden;
      padding: 0px;
   }
   
}

@media only screen and (min-width: 992px) {
   .provider-detail-top-mobile-container {
      display:none;
   }
   
   .bottom-left {
      width: 60%;
      margin-right: 10%;
   }
   
   .bottom-right {
      display: flex;
      flex-direction: column;
   }
}

@media only screen and (min-width: 1200px) {
}