.btn-shine {
  background: linear-gradient(to right,  rgba(253,170,53,1) 0%,rgba(248,154,65,1) 50%,rgba(236,108,98,1) 100%);
  color: #fff;
  transition: filter 0.2s;
}

.btn-shine:hover {
  filter: brightness(0.9);
  color: #fff;
}

.btn {
  font-weight: bold !important;
  border-radius: 2rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.theme-header {
  border-radius: 0 0 2rem !important;
  position: relative;
  z-index: 1;
  background: #fff;
}

.theme-header + main {
  margin-top: -2rem; 
}

hr {
  width: 5rem;
  border-width: 3px;
  border-color: var(--secondary);
  margin: 1rem auto 1.5rem 0;
}

.text-center hr {
  margin: 1rem auto 1.5rem;
}

.circle-icon-card {
  color: var(--body-text);
  border-radius: 2rem;
  padding-bottom: 1rem;
}

.circle-icon-card:hover {
  color: var(--primary);
}

.circle-icon-card h2 {
  font-size: 20pt;
}

.icon-image {
  background-size: cover;
  background-repeat:no-repeat;
  border-radius: 2rem; 
  position:relative;
  padding-top: 100%;
  margin-bottom: 45px;
}

.icon-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);  
  border-radius: 50%;
  padding: 20px;
  border:3px solid #fff;
  display: grid;
  place-items: center;
}

.icon-overlay img {
  width: 40px;
  height: 40px;
}

.link-callout {
  font-size: 1.5rem;
  margin-top: 0.75rem;
  color: var(--primary);
}

.info-panel h2 {
  font-size: 20pt;
}

.info-panel .col-md-3 {
  border-left: 1px solid #ffffff88;
}

.info-panel .col-md-3:first-child {
  border: none !important;
}

.bg-dots-br {
  background: #faf6f2 url("/content/image/Shine Care/dots-primary.svg") bottom right no-repeat;
  background-size: 200px 200px;
}

.bg-circles-bl {
  background: url('/content/image/Shine Care/circle-bl.webp') bottom left no-repeat; 
}

.bg-dots-circle {
  background-image: url('/content/image/Shine Care/dots-pink.svg'), url('/content/image/Shine Care/circle-br.webp');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 125px 125px, auto;
}

.rounded {
  border-radius: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .header-logo {
    max-height: 100px;
    width: auto;
  }
}

@media (min-width: 1300px) {
  .header-logo {
    border-radius:0 0 3rem 0; 
    left:-1.5rem;
    position:absolute; 
    top:0;
    background: #fefefe;
  }
}

@media (max-width: 768px) {
  .bg-circles-bl {
   	padding: 0 1.5rem; 
  }
  .bg-circles-bl h1, .bg-circles-bl h1 + p {
    text-align: center;
  }
  .header-logo {
    max-height: 150px;
    width: auto;
  }
  .info-panel .col-md-3 {
    border-left: none;
    border-top: 1px solid #ffffff88;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .circle-icon-card {
    margin-bottom: 1rem;
  }
}


