/* _content/ChurchDramaTeam/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-exuwoiiine] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-exuwoiiine] {
  color: #0077cc;
}

.btn-primary[b-exuwoiiine] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-exuwoiiine],
.nav-pills .show>.nav-link[b-exuwoiiine] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-exuwoiiine] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-exuwoiiine] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-exuwoiiine] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-exuwoiiine] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-exuwoiiine] {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #f8f9fa;

}

.social-link[b-exuwoiiine] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Facebook */
.social-link.facebook[b-exuwoiiine] {
  color: #1877F2;
}

/* Instagram (official gradient-like color) */
.social-link.instagram[b-exuwoiiine] {
  color: #E1306C;
}

/* Hover effect */
.social-link:hover[b-exuwoiiine] {
  opacity: 0.8;
}

.social-link.instagram-gradient[b-exuwoiiine] {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.social-link.instagram-gradient span[b-exuwoiiine] {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E1306C;
  /* Fallback */
}

.social-link.instagram-gradient svg[b-exuwoiiine] {
  fill: url(#insta-gradient);
  /* We will define this in HTML for better cross-browser support if needed, but let's try CSS first */
  /* If we want pure CSS clipping, we rely on the parent's background-clip */
}

/* TikTok Style */
.social-link.tiktok[b-exuwoiiine] {
  color: #000;
}


    .booking-type-card[b-exuwoiiine] {
        cursor: pointer;
        transition: transform 0.2s, border-color 0.2s;
        border: 2px solid transparent;
    }
    .booking-type-card:hover[b-exuwoiiine] {
        transform: translateY(-5px);
        border-color: #0d6efd;
    }
    .booking-type-card.selected[b-exuwoiiine] {
        border-color: #198754;
        background-color: #f8fff9;
    }
    .booking-type-card i[b-exuwoiiine] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
