/**
Background color / Texture
***/
.bg-offwhite {
  background-color: #f7f5f2;
}
.bg-white {
  background-color: #fff;
}
.bg-lightblue {
  background-color: #a8d2ed;
}
.bg-lightblue-30 {
  background-color: #e7f1f9;
}
.bg-primaryblue {
  background-color: #0086c2;
}
.bg-midblue {
  background-color: #66aad7;
}
.bg-charcoal {
  background-color: #58595b;
}
.bg-secondary {
  background-color: #5ccad0;
}
.bg-beige {
  background-color: #f7f5f2;
}
.bg-bright-light {
  background-color: #7ecdff;
}
.blue-link {
  background-color: #1076b2;
}
.darkblue-link {
  background-color: #004a6b;
}
  
footer {
  background-color: #2976b2;
}

.about-dc-bg-circle {
  position: absolute;
  top: 0;
  right: 50px;
  width: 260px;
  height: 260px;
  background: url("../img/common/graphic-circle.svg") top right no-repeat;
  background-size: contain;
  z-index: 1;
}
.about-dc-bg-circle-sm {
  position: absolute;
  top: 150px;
  right: 12px; /*0*/
  width: 300px;
  height: 250px; /*350px;*/
  background: url("../img/common/graphic-halfcircle.svg") top right no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-dc-bg-circle,
  .about-dc-bg-circle-sm {
    display: none;
  }
  .about-dc-cards {
    justify-content: center;
  }
}

.infocardsub {
  background-color: var(--color-white);
  border-radius: 20px;
}
.infocardsub:hover {
  background-color: var(--color-lightblue);
}
 
/**
Background image
**/
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3186c2 url("../img/common/banner-texture.png") no-repeat center
    center;
  background-size: cover;
}

.bg-bequestb {
  background: url("../img/bg/bg-testimonial.png") center center no-repeat;
  background-size: cover;
}

.bg-bequestb .bi-quote::before {
  color: #66aad7;
  font-size: 5rem;
}

.video-wrapper {
  background: url("../img/bg/img-video.png") center center no-repeat;
  background-size: cover;
  height: 100%;
}

 
/**
Text
**/
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.small  {
    font-size: .875em;
}
.breadcrumb__excerpt {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 6px;
    opacity: 0.8;
}
.category-badge a {
  color: #222;
  text-decoration: none;
}
.category-badge {
  display: inline-block;
  background-color: #a8d2ed;
  color: #222;
  font-size: 12px;
  border-radius: 50px;
  padding: 4px 10px;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: center;
}
.news-list .card .category-badge {
  display: inline-block !important;
  width: 80px;
}

/**
Button
**/
.btn-dc-donate {
    background: #00c8d7 !important;
    color: #184a6b;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: background 0.2s, color 0.2s;
}
.btn-dc-donate:hover {
   background-color: #004a6b!important;
   color: #fff!important;
}

.pagination h2 {
  display: none;
}
.pagination > ul {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
}
.pagination > ul > li {
  padding: 10px;
}
.pagination span,
.pagination a {
  padding: 5px;
}

/*Activities style*/
.infocard .text-primary {
  font-size: 0.9rem;
}
.infocard .text-primary .bi-telephone::before {
  color: #8a8a8a !important;
}
.infocard .text-primary,
.infocard .text-primary a {
  color: #004a6b !important;
}
.infocard span > a:hover {
  color: #1076b2 !important;
}

.category-badge a {
  color: #222;
  text-decoration: none;
}
.category-badge {
  display: inline-block;
  background-color: #a8d2ed;
  color: #222;
  font-size: 12px;
  border-radius: 50px;
  padding: 4px 10px;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: center;
}
.news-list .card .category-badge {
  display: inline-block !important;
  width: 80px;
}


/* Sidebar on the left */
.info-list-sidebar-container {
  flex: 1;
  max-width: 300px;
}

/* Results on the right */
.info-list-results-container {
  flex: 3;
}

/* Make responsive */
@media (max-width: 768px) {
  .info-list-wrapper {
    flex-direction: column;
  }

  .info-list-sidebar-container {
    max-width: 100%;
  }
}
.info-list-wrapper {
  display: flex;
  gap: 30px;
}
.info-list-sidebar-container {
  flex: 1;
  max-width: 300px;
}
.info-list-results-container {
  flex: 3;
}

@media (max-width: 768px) {
  .info-list-wrapper {
    flex-direction: column;
  }
  .info-list-sidebar-container {
    max-width: 100%;
  }
}

.filter-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin: 10px 0;
  background: none;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
}
.filter-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.filter-list li {
  margin: 6px 0;
}

.dropdown-arrow {
  transition: transform 0.2s ease;
}
.dropdown-arrow.open {
  transform: rotate(180deg);
}

.info-list-results .info-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.info-list-results .info-item__title {
  margin: 0 0 6px;
}
.loading,
.info-list-error {
  color: #666;
}

/** Infofilters **/
.info-list-filter.active {
  font-weight: 600;
  color: #0073aa;
}

.dropdown-arrow.open {
  transform: rotate(180deg);
}

.skeleton-wrapper {
  display: grid;
  gap: 15px;
}

.no-results {
  padding: 30px;
  text-align: center;
  opacity: 0.8;
  font-size: 1.1rem;
}



/* Information archive card styles */
.archive-information .card {
  border: 1px solid #2978b2;
  transition: background 0.3s, box-shadow 0.3s;
  background: #e7f1f9;
}
.archive-information .card:hover,
.archive-information .card:active {
  background: #2978b2;
  box-shadow: 0 4px 16px rgba(41, 120, 178, 0.12);
}
.archive-information .card .card-body h3,
.archive-information .card .card-body p {
  transition: color 0.3s;
}
.archive-information .card:active .card-body p {
  font-size: 0.875rem !important;
}

.archive-information .card:hover .card-body h3,
.archive-information .card:hover .card-body p,
.archive-information .card:active .card-body h3,
.archive-information .card:active .card-body p {
  color: #fff;
}
.archive-information .bg-light {
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-information .card img {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  padding: 2rem;
}
.archive .page-title::before {
    display: none;
}
.archive-information .xb-item--img img {
  margin:0 auto!important;
  padding:5px;
  border-radius: 0; 
}


/* Team */
.team-card > .card img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.team-card-st,
.team-card > .card {
  border: 0;
  border-radius: 20px;
  background: transparent;
}
.team-card-st .h6,
.team-card > .card .h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.team-card-st,
.team-card > .card:hover {
  background-color: #e7f1f9;
}
.team-card-st .tposition,
.team-card > .card .tposition {
  color: #bababa;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.team-card > .card .text-link {
  color: #66aad7;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.team-card-st a.bi {
  background-color: #2978b2;
}
.team-card-st-btn .btn {
  font-size: 0.9rem !important;
  color: #fff;
  padding: 0.75rem 1rem !important;
}
.team-card-st-btn .btn,
.btn-dc-donate {
  background: #00c8d7 !important;
  color: #184a6b;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s;
}
.team-card-st-btn .btn:hover,
.btn-dc-donate:hover {
  background: #184a6b !important;
  color: #fff;
}
@media (max-width: 600px) {
  .header-contact-box {
    min-width: 0;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
  }
  .btn-dc-donate {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
  }
}

/*
***
Mailer plugin styles
***
*/

.mailerlite-form .mailerlite-form-field label {
  display: none!important;
}

.mailerlite-subscribe-submit{
    max-width: 100%;
    background: #00c8d7 !important;
    color: #184a6b;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: background 0.2s, color 0.2s;
}
 
.mailerlite-subscribe-submit:hover {
   background-color: #004a6b!important;
   color: #fff!important;
}