/* Nav link Css */
.heic-nav-underline {
  position: absolute;
  left: 0;
  bottom: -2px; 
  transform: scaleX(0);         
  transform-origin: left;        /* animation starts from left */
  transition: transform 0.3s ease;
}
/* Show underline on hover */
.heic-menu-link:hover .heic-nav-underline {
  transform: scaleX(1);
}
/* Keep underline visible on current page */
.heic-menu-link.w--current .heic-nav-underline {
  transform: scaleX(1);
}
/* Nav link Css */
.heic-inner-seondary-heading,
.heic-inner-hero-heading,
.heic-main-heading {
  background: linear-gradient(
    to bottom,
    #fff7b2 0%,
    #e6c76b 25%,
    #c9a13a 50%,
    #e6c76b 75%,
    #a67c1b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.4),
    0 2px 4px rgba(0,0,0,0.45),
    0 6px 12px rgba(0,0,0,0.25);
}
/* Two Line '....' show css 8*/
.heic-news-title,
.heic-event-title,
.heic-event-text,
.heic-news-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Copied toast tooltip */
.heic-copy-block {
  position: relative;
}
.heic-copied-toast {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #2F6F73;
  color: #fff;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  padding: 4px 12px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.heic-copied-toast.show {
  opacity: 1;
}
.heic-copied-toast::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #2F6F73;
}
/* Radio btn Css */
.ms-pill-radio:checked ~.ms-pill-label {
  background-color: #2F6F73;
  color: #fff;
}
.ms-switcher-radio:checked ~.ms-switcher-label {
  background-color: #2F6F73;
  color: #fff;
}
/* Nav css */
.heic-nav-menu-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px); /* slight slide */
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}
/* When menu is active */
.heic-nav-menu-wrap.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.heic-calender-body,
.heic-calender-toggle {
  transition: all 0.35s ease;
  overflow: hidden;
}
.heic-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  height: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.heic-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 1720px){
	.heic-inner-hero-content-wrap {
  	min-height: 520px;
  }
  .heif-inner-hero-arts-center {
  	max-width: 790px;
  }
}
@media (min-width: 991px) and (max-width: 1440px){
	.heif-hero-arts-center {
  position: absolute;
  inset: auto -16% 0% auto;
}
}
@media (max-width: 1120px) {
	.heic-menu-link {
  	font-size: 14px;
  }
}
@media (max-width: 1064px){
	.heic-menu-wrap {
  	gap: 10px;
  }
}
@media (max-width: 390px) {
	.heic-brand-logo {
	max-width: 160px;
}
.heic-container,
.heic-nav-container {
	padding-left: 16px;
  padding-right: 16px;
}
.heic-nav-donate-btn {
font-size: 16px;
	height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.heic-nav-btn {
	width: 40px;
  height: 40px;
}
} 
@media (max-width: 375px){
.heic-calender-prayer-list {
	font-size: 12px;
}
.heic-calender-label {
	font-size: 12px;
}
.heic-calender-label.hide-small-view {
	display: none;
}
.heic-calender-divider {
	display: none;
}
.heic-calender-note-block.hide-small-view {
	display: none;
}
.heic-donation-type-btn {
	font-size: 14px;
}
}
@media (max-width: 360px){
.heic-nav-menu {
	grid-row-gap: 6px;
  margin-bottom: 12px;
 }
.heic-nav-menu-wrap {
    padding-left: 16px;
    padding-right: 16px;
}
    .heic-nav-menu-calender {
        padding: 10px 12px 12px;
}
}
/* webflow import */

/* custom css*/
.heic-news-thumbnail {
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.heic-news-thumbnail.no-image {
  object-position: center bottom;
}
.heic-calender-text-wrap-controls {
  display: flex;
  gap: 6px;
}
.heic-calender-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.heic-widget-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  width: 32px;
  background-color: #EAF1F1;
  border: 1px solid #EAF1F1;
  color: #212529;
}
.heic-widget-button.btn-today {
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0px 8px;
  width: auto;
  padding-top: 2px;
}
@media (min-width: 992px){
  .heic-nav-menu-wrap {
    display: none;
  }
}
.prayer-main-header h2 {
  color: var(--text-primary, #212529);
  text-align: center;

  /* Heading/H6/Semi Bold */
  font-family: var(--Heading-H6-fontFamily, "Josefin Sans");
  font-size: var(--Heading-H6-fontSize, 20px);
  font-style: normal;
  font-weight: var(--Weights-SemiBold, 600);
  line-height: var(--Heading-H6-lineHeight, 28px); /* 140% */
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
}
.prayer-main-header .btn.btn-nav {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border-tertiary, #F1F3F5);
}
.prayer-main-header .btn.btn-nav:hover {
  background-color: #F1F3F5;
}
.prayer-main-header .nav-group:first-child {
  gap: 24px;
}
.prayer-main-header .nav-group:last-child {
  gap: 10px;
}
.prayer-main-header .btn.btn-today {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 2px;
  border: 2px solid var(--border-tertiary, #F1F3F5);
  padding-left: 20px;
  padding-right: 20px;

  color: var(--text-primary, #212529);
  text-align: center;

  /* Body/Body-1/Medium */
  font-family: var(--Body-Body-1-fontFamily, "Josefin Sans");
  font-size: var(--Body-Body-1-fontSize, 18px);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Body-Body-1-lineHeight, 28px); /* 155.556% */
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);

  min-width: 120px;

  transition: background-color 0.2s ease;
}
.prayer-main-header .btn.btn-today:hover {
  background-color: #F1F3F5;
}
.prayer-main-header .btn.btn-print {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 2px;
  border: 2px solid var(--border-tertiary, #F1F3F5);
  background-color: #F1F3F5;
  padding-left: 20px;
  padding-right: 20px;

  color: var(--text-primary, #212529);
  text-align: center;

  /* Body/Body-1/Medium */
  font-family: var(--Body-Body-1-fontFamily, "Josefin Sans");
  font-size: var(--Body-Body-1-fontSize, 18px);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Body-Body-1-lineHeight, 28px); /* 155.556% */
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);

  transition: background-color 0.2s ease;
}
.prayer-main-header .btn.btn-print:hover {
  background-color: #fff;
}
@media (max-width: 767px) {
  .prayer-main-header .btn.btn-nav {
    width: 48px;
    height: 48px;
  }
}
.heic-event-date {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .heic-calender-widget {
    z-index: 9999;
  }
}
@media (max-width: 1100px) {
    #prayer-table-section .prayer-main-header {
        flex-direction: column;
        text-align: center;
        justify-content: stretch;
        align-items: stretch;
    }
    #prayer-table-section .prayer-main-header .nav-group {
        justify-content: space-between;
    }
    #prayer-table-section .prayer-main-header .btn.btn-today {
      width: 100%;
    }
}
.heic-events-thumbnail,
.heic-feature-events-img img {
    aspect-ratio: 8 / 5;
    object-fit: cover;
    object-position: center top;
}
.heic-events-thumbnail.no-image, 
.heic-feature-events-img.no-image img {
  object-position: center bottom;
}

@media screen and (min-width: 576px) {
  .heic-feature-events-grid {
    grid-template-columns: 1fr 1fr;
  }
  .heic-hero .heic-calender-widget {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .heif-hero-arts-center {
    width: 60vw !important;
  }
  .heif-inner-hero-arts-center {
    position: relative;
    margin-top: 0;
    max-width: 60vw;
  }
  .heic-hero-img-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .heic-calender-prayer-list {
    padding: 4px 4px;
  }
}

.heic-pagination-arrow.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.heic-paginaion-wrap+.heic-events-wrapper {
  margin-top: 40px;
}
.heic-read-more-btn {
  transition: all 200ms ease;
}
.heic-read-more-btn:hover {
  background-color: var(--border-tertiary-color);
}
@media (max-width: 575px) {
  .heic-footer {
    padding-bottom: 75px;
  }
}
.heic-donation-main-block {
  max-width: 460px;
}
.heic-funding-fields-wrap {
  max-width: unset;
}
.heic-donation-type {
  width: 100%;
}
#bacs-tab {
  width: 100%;
}
.heic-map-trip-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .heic-map-trip-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .heic-map-trip-grid {
      grid-template-columns: 1fr;
  }
}
#minimum-req-msg {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #c50000;
}
.heic-doante-btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* ── Donor Details + Gift Aid ── */
.heic-donor-divider {
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
  margin: 20px 0;
}
.heic-donor-details-section {
  width: 100%;
}
.heic-donor-section-heading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-secondary);
  padding: 5px 0;
  margin-bottom: 16px;
}
.heic-donor-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.heic-donor-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.heic-donor-field-label {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.heic-donor-input {
  background-color: var(--bg-tertiary);
  border: none;
  padding: 12px 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  width: 100%;
  outline: none;
}
.heic-donor-input::placeholder {
  color: #212529;
  opacity: 0.5;
}
.heic-donor-input:focus {
  border-color: #d4d4d4;
}

/* Gift Aid banner */
.heic-giftaid-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.heic-giftaid-banner {
  background-color: #fff5f5;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.heic-giftaid-logo {
  flex-shrink: 0;
  width: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heic-giftaid-logo img {
  max-width: 100%;
  height: auto;
}
.heic-giftaid-banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 20px;
}
.heic-giftaid-headline {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.heic-giftaid-desc {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-secondary);
}

/* Gift Aid comparison */
.heic-giftaid-comparison {
  background-color: #d0dcf8;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.heic-giftaid-comparison-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  text-align: center;
}
.heic-giftaid-amounts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.heic-giftaid-amount-box {
  background-color: #fff;
  flex: 1;
  text-align: center;
  padding: 10px 0;
}
.heic-giftaid-amount {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #212529;
  letter-spacing: -0.15px;
}
.heic-giftaid-amount-label {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-secondary);
}
.heic-giftaid-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* Gift Aid declaration */
.heic-giftaid-declaration {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}
.heic-giftaid-checkbox-wrap {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
}
.heic-giftaid-checkbox-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.heic-giftaid-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #0E233F;
  transition: background-color 0.2s;
}
.heic-giftaid-checkmark svg {
  opacity: 0;
  transition: opacity 0.2s;
}
.heic-giftaid-checkbox-wrap input[type="checkbox"]:checked ~ .heic-giftaid-checkmark {
  background-color: var(--primary-background);
}
.heic-giftaid-checkbox-wrap input[type="checkbox"]:checked ~ .heic-giftaid-checkmark svg {
  opacity: 1;
}
.heic-giftaid-declaration-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-secondary);
}
.heic-giftaid-declaration-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 0;
}
.heic-giftaid-declaration-subtitle {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.heic-giftaid-declaration-body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.heic-giftaid-declaration-body p {
  margin-bottom: 10px;
}
.heic-giftaid-declaration-body p:last-child {
  margin-bottom: 0;
}

/* Gift Aid address fields */
.heic-giftaid-address {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.heic-giftaid-address-row {
  display: flex;
  gap: 16px;
}
.heic-giftaid-address-row .heic-donor-field-group {
  flex: 1;
}

/* Mobile */
@media screen and (max-width: 479px) {
  .heic-giftaid-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .heic-giftaid-banner-text {
    padding-right: 0;
  }
  .heic-giftaid-amounts {
    flex-direction: column;
  }
  .heic-giftaid-amount-box {
    width: 100%;
  }
  .heic-giftaid-arrow {
    transform: rotate(90deg);
  }
  .heic-giftaid-address-row {
    flex-direction: column;
    gap: 12px;
  }
}
.heic-footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
}
.heic-announcement-block+.heic-announcement-block {
  margin-top: 20px;
}
.heic-doante-btn {
  line-height: 1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  height: 58px;
}
.heic-coummnity-section+.heic-coummnity-section {
  margin-top: 30px;
}
@media (min-width: 992px) {
    .heic-inner-hero-content-wrap {
        min-height: 320px;
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .heif-inner-hero-arts-center {
        max-width: 540px;
    }
}
.heic-nav-calender-widget {
  z-index: 2;
}
.heic-w-c-note-cell {
  padding: 10px;
  line-height: 1.2em;
}
@media (max-width: 1120px) {
    .heic-menu-link {
        font-size: 18px;
        line-height: 1.6em;
    }
}
/* custom css*/

/* Rich Text (Froala content) Typography */
.heic-rich-text {
  color: #212529;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  line-height: 1.55556;
}

.heic-rich-text p,
.heic-rich-text ul,
.heic-rich-text ol,
.heic-rich-text li,
.heic-rich-text span,
.heic-rich-text td,
.heic-rich-text th {
  color: #212529;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  line-height: 1.55556;
}

.heic-rich-text p {
  margin-bottom: 16px;
  margin-top: 0;
}

.heic-rich-text h1,
.heic-rich-text h2 {
  color: var(--heading-color);
  font-family: Cormorant, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 28px;
  margin-bottom: 30px;
}

.heic-rich-text h3 {
  font-size: 32px;
  line-height: 1.1875;
  margin-top: 28px;
  margin-bottom: 20px;
}

.heic-rich-text h4 {
  font-size: 28px;
  line-height: 1.28571;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heic-rich-text h5,
.heic-rich-text h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.heic-rich-text h1:first-child,
.heic-rich-text h2:first-child,
.heic-rich-text h3:first-child,
.heic-rich-text h4:first-child,
.heic-rich-text h5:first-child,
.heic-rich-text h6:first-child {
  margin-top: 0;
}

.heic-rich-text ul,
.heic-rich-text ol {
  margin-bottom: 16px;
  margin-top: 0;
  padding-left: 28px;
}

.heic-rich-text ul { list-style-type: disc; list-style-position: outside; }
.heic-rich-text ol { list-style-type: decimal; list-style-position: outside; }

.heic-rich-text li {
  margin-bottom: 6px;
}

.heic-rich-text a {
  text-decoration: underline;
}

.heic-rich-text blockquote {
  margin: 20px 0;
  padding-left: 16px;
  border-left: 3px solid var(--heading-color, #8c5e00);
  color: var(--text-secondary, #495057);
}

.heic-rich-text hr {
  border: none;
  border-top: 1px solid var(--border-secondary, #e2e8f0);
  margin: 24px 0;
}

.heic-rich-text img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.heic-rich-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.heic-rich-text table td,
.heic-rich-text table th {
  border: 1px solid var(--border-secondary, #e2e8f0);
  padding: 8px 12px;
}

.heic-rich-text table th {
  background: var(--bg-tertiary, #f1f3f5);
}



.submit-btn-block {
  margin-top: 30px;
}
.heic-giftaid-address {
  margin-top: 30px;
}

