.navbar-nav .nav-link {
    padding-left: 16px!important;
}
 .search-results {
      position: absolute;
      width: 100%;
      background: #fff;
      border: 1px solid #ccc;
      z-index: 1000;
    }
    .search-results div {
      padding: 10px;
      cursor: pointer;
      color: #000;
      text-align: left;
    }
    .search-results div:hover {
      background-color: #f2f2f2;
    }
    .text-primary {
      color: #FF0000 !important;
    }
    .text-warning {
      color: #212529 !important;
    }
    .equal-image {
      height: 200px;
      object-fit: cover;
    }
    .dropdown-divider {
      border-top: 1px solid #e9ecef !important;
    }
    .bg-primary {
      background-color: #dc3545 !important;
    }
    #btn-back-to-top {
      position: fixed;
      bottom: 100px;
      right: 20px;
      display: none;
      z-index: 999;
    }
	.container {
    max-width: 800px;
    margin: auto;
}
.credit-package {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}
.credit-package:hover {
    background-color: #f0f0f0;
}
.selected {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.error {
    color: red;
    margin-top: 10px;
    padding: 10px;
    background-color: #f8d7da;
    border-radius: 5px;
}
.success {
    color: green;
    margin-top: 10px;
    padding: 10px;
    background-color: #d4edda;
    border-radius: 5px;
}
.image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Keeps it square */
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(
    90deg,
    #eeeeee 25%,
    #dddddd 50%,
    #eeeeee 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite linear;
  z-index: 1;
  border-radius: 0.375rem;
}

.skeleton {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #eeeeee 25%,
    #dddddd 50%,
    #eeeeee 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite linear;
  z-index: 1;
  border-radius: 0.375rem;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.skeleton-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    animation: pulse 1.5s infinite;
    z-index: 1;
}

.image-wrapper {
    position: relative;
}

.lazy-image {
    position: relative;
    z-index: 2;
    display: block;
}

@keyframes pulse {
  0% { background-color: #e0e0e0; }
  50% { background-color: #f0f0f0; }
  100% { background-color: #e0e0e0; }
}
.event-image-wrapper {
    height: 200px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #dc3545; /* Bootstrap red */
    border-radius: 2px;
    margin-top: 8px;
}
.card-img-top:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.img-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.position-absolute.top-0.start-0.m-1.bg-dark.text-white.px-2.py-1.small.rounded {
    z-index: 100;
}
body {
  font-family: 'Roboto Condensed', sans-serif!important;
}
h1, h2 {
  font-weight: 700;
}

body {
  font-weight: 300;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .375rem 0.5rem .3125rem;
    font-size: .75rem;
    line-height: 1.3;
}
.dropzone {
    min-height: 150px;
    border: 0;
    background: #fff;
    padding: 20px 20px;
}
.dz-message.needsclick.text-center.py-3 {
    background-color: #eeeeee63;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-repeat: no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
a.nav-link {
    font-weight: bold;
    font-size: 120%;
}
.styled-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.heading-main {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  /*color: #fff;*/ /* or dark navy background if applicable */
  letter-spacing: 2px;
}

.heading-script {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  /*color: #fff;*/
  margin-top: -0.3rem;
}
.masonry-grid {
  column-count: 2;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .masonry-grid {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .masonry-grid {
    column-count: 4;
  }
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}