
.location-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;
}

.location-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 */
.location-detail-top-desktop > * {
   position: relative;
   z-index: 1;
}

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

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

.location-detail-top-desktop-btns button {
    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 */
.location-detail-top-desktop-btns button:nth-child(1) { animation-delay: 0.3s; }
.location-detail-top-desktop-btns button:nth-child(2) { animation-delay: 0.3s; }
.location-detail-top-desktop-btns button:nth-child(3) { animation-delay: 0.3s; }
.location-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);
   }
}

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

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

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

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

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

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

.white {
   color: white;
}

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

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

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

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

.location-detail-top-mobile-container {
   background-color: white;padding-top:50px;
}

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

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

.bottom-left .section-card h5 {
  font-size: 20px;
  margin-bottom: 16px;
}

#about p {
   font-size: 1.6rem;
}

.bottom-left .location-card {
  background: #fafafa;
  /* border-radius: 12px; */
  padding: 16px;
  margin-bottom: 16px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
}

.bottom-left .provider-address {
  margin-bottom: 12px;
  color: #333;
  font-size: 1.6rem;
}

.bottom-left .provider-address-name {
  font-weight: 600;
  font-size: 1.6rem;
}

.bottom-left .hours {
  color: #555;
  font-size: 1.6rem;
}


.bottom-left .section-card {
  background: #fafafa;
  border-radius: 12px;
  padding: 16px;
  margin: 12px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bottom-left h5 {
  font-size: 18px !important;
  margin-bottom: 8px !important;
  color: #333 !important;
  text-transform: none !important;
}

.bottom-left .tab-bar {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

.bottom-left .tab {
  padding: 12px 0;
  color: #333;
  font-weight: 500;
}

.bottom-left .tab.active {
  border-bottom: 3px solid #A259FF;
  color: #A259FF;
}

.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: 16px;
    line-height: 21px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom:1px solid #ddd;
    padding-top:16px;
    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: 16px;
}

.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: 170px;
   height: 170px;
}

.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;
}

.location-profile, .provider-card {
    object-fit: cover;
    object-position: center;
}

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

#claim-link {
   font-family: karla !important;
   font-weight: 800 !important;
   font-size: 20px !important;
   color: white !important;
   text-decoration: none !important;
}

.location-detail-top-mobile-container .profile-header {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin: 16px;
}

.location-detail-top-mobile-container .cover-photo {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.location-detail-top-mobile-container .profile-info {
  text-align: center;
  padding: 16px;
  position: relative;
  margin-top: -50px;
}

.location-detail-top-mobile-container .profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 4px solid white;
  margin: 0 auto 8px;
}

.location-detail-top-mobile-container .name {
  font-size: 24px;
  font-weight: bold;
}

.location-detail-top-mobile-container .headline {
  font-size: 16px;
  margin-bottom: 4px;
}

.location-detail-top-mobile-container .subheadline {
  font-size: 14px;
  color: #666;
}

.location-detail-top-mobile-container .buttons {
  margin-top: 12px;
}

.location-detail-top-mobile-container .section-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  margin: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.location-detail-top-mobile-container .action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.location-detail-top-mobile-container .button-action {
  padding: 8px 16px;
  border-radius: 24px;
  border: none;
  background: #D7EDF5;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 90px;
}

.location-detail-top-mobile-container .button-icon {
  padding: 10px 16px;
  border-radius: 24px;
  border: none;
  background: #D7EDF5;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.location-detail-top-mobile-container .button-primary {
  padding: 8px 20px;
  border-radius: 24px;
  background: #D7EDF5;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.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;
}

@media only screen and (min-width: 768px) {
   .location-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) {
   .location-detail-top-mobile-container {
      display:none;
   }
   
   .bottom-left {
      width: 60%;
      margin-right: 10%;
   }
   
   .bottom-right {
      display: flex;
      flex-direction: column;
   }
   
   .provider-card {
      width: 206px;
      height: 206px;
   }
}

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