:root {
  --royal: #082b7a;
  --navy: #061632;
  --gold: #d6bc30;
  --green: #2fa978;
  --light: #f5f7fb;
  --ink: #172033;
  --white: #fff;
  --shadow: 0 18px 45px rgba(3, 19, 53, 0.16);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
.section-pad {
  padding: 88px 0;
}
.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--green);
}
.section-title {
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}
.section-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4d586e;
}
.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 0.9rem;
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.navbar {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.navbar-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.navbar-brand span {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.05;
}
.nav-link {
  color: var(--navy) !important;
  font-weight: 700;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--green) !important;
}
.dropdown-menu {
  border: 0;
  box-shadow: var(--shadow);
}
.btn-ministry {
  background: linear-gradient(135deg, var(--gold), #f2d951);
  color: #13234a;
  border: 0;
  font-weight: 700;
  padding: 0.8rem 1.4rem;
  box-shadow: 0 10px 25px rgba(214, 188, 48, 0.25);
}
.btn-ministry:hover {
  transform: translateY(-2px);
  color: #071632;
}
.btn-outline-ministry {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.35rem;
}
.btn-outline-ministry:hover {
  background: #fff;
  color: var(--navy);
}
.hero-carousel,
.hero-carousel .carousel-item {
  height: min(82vh, 820px);
  min-height: 640px;
}
.hero-slide {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 15, 42, 0.92) 0%,
    rgba(3, 15, 42, 0.65) 48%,
    rgba(3, 15, 42, 0.15) 100%
  );
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide.video-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 15, 42, 0.9),
    rgba(3, 15, 42, 0.25)
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 760px;
}
.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 0.98;
  font-weight: 700;
}
.hero-content p {
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.7;
}
.hero-aim2lead {
  background:
    linear-gradient(90deg, #061632 0 45%, transparent 75%),
    url("../img/") right 12% center/auto 96% no-repeat,
    radial-gradient(circle at 75% 30%, #17418b, #061632 66%);
}
.hero-family {
  background:
    linear-gradient(90deg, #061632 0 45%, transparent 75%),
    url("../img/husband-wife.png") right 12% center/auto 96% no-repeat,
    radial-gradient(circle at 75% 30%, #17418b, #061632 66%);
}
.hero-community {
  background:
    linear-gradient(90deg, rgba(6, 22, 50, 0.94), rgba(6, 22, 50, 0.35)),
    url("../img/community-family.png") right 8% bottom/auto 92% no-repeat,
    linear-gradient(135deg, #083c80, #2fa978);
}
.quick-info {
  margin-top: -42px;
  position: relative;
  z-index: 5;
}
.quick-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--gold);
}
.quick-card i {
  font-size: 1.7rem;
  color: var(--green);
}
.image-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, #eaf8f3, #dbe7ff);
}
.image-card img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.belief-card,
.value-card,
.next-card,
.media-card {
  height: 100%;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(7, 31, 74, 0.1);
  transition: 0.25s;
}
.belief-card:hover,
.value-card:hover,
.next-card:hover,
.media-card:hover {
  transform: translateY(-7px);
}
.icon-badge {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(47, 169, 120, 0.12);
  color: var(--green);
  font-size: 1.5rem;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}
.parallax:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 19, 53, 0.84);
}
.parallax > * {
  position: relative;
}
.mission-section {
  background-image: url("../img/biography-ebook.png");
  color: #fff;
}
.mission-section .section-title {
  color: #fff;
}
.value-card {
  background: rgba(255, 255, 255, 0.96);
}
.author-section {
  background: linear-gradient(120deg, #f5f8ff, #eef9f5);
}
.book-cover {
  max-height: 620px;
  filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.25));
}
.books-stack {
  max-height: 560px;
  filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.18));
}
.community-section {
  background: #071632;
  color: #fff;
}
.community-section .section-title {
  color: #fff;
}

.prayer-section {
  background: linear-gradient(135deg, #eef3ff, #effbf7);
}
.prayer-illustration {
  max-width: 360px;
  width: 100%;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}
.form-control,
.form-select {
  border-radius: 10px;
  padding: 0.8rem 1rem;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 0.25rem rgba(47, 169, 120, 0.15);
}
.giving-cta {
  background: linear-gradient(135deg, var(--royal), var(--navy));
  color: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.contact-card {
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 0;
}
.footer {
  background: #030d20;
  color: #cdd7ed;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: var(--gold);
}
.footer-logo {
  width: 82px;
}
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: none;
  place-items: center;
  z-index: 999;
  background: var(--gold);
  color: var(--navy);
  border: 0;
}
.alert-result {
  display: none;
}
.modal-content {
  border-radius: 18px;
  border: 0;
}
.video-control {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero-carousel,
  .hero-carousel .carousel-item {
    min-height: 680px;
  }
  .hero-family {
    background:
      linear-gradient(rgba(6, 22, 50, 0.75), rgba(6, 22, 50, 0.92)),
      url("../img/husband-wife.png") center bottom/auto 88% no-repeat,
      #061632;
  }
  .hero-community {
    background:
      linear-gradient(rgba(6, 22, 50, 0.72), rgba(6, 22, 50, 0.92)),
      url("../img/community-family.png") center bottom/auto 72% no-repeat,
      #083c80;
  }
  .hero-content {
    text-align: center;
    margin: auto;
  }
  .parallax {
    background-attachment: scroll;
  }
  .quick-info {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .topbar {
    display: none;
  }
  .section-pad {
    padding: 64px 0;
  }
  .hero-content h1 {
    font-size: 2.65rem;
  }
  .navbar-brand span {
    font-size: 0.9rem;
  }
  .hero-carousel,
  .hero-carousel .carousel-item {
    min-height: 680px;
  }
  .quick-card {
    padding: 1.1rem;
  }
}

/* 2026 ministry refinements */
:root {
  --gold: #d6b35a;
  --gold-light: #f4e4b0;
}
.navbar {
  background: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}
.navbar-brand {
  font-family: Georgia, serif;
  font-weight: 700;
  color: #173b78 !important;
  white-space: nowrap;
}
.navbar-brand i {
  color: var(--gold);
  font-size: 1.45rem;
}
.navbar-menu-wrap {
  margin-left: auto;
  overflow-x: auto;
  overflow-y: visible;
}
.navbar-nav {
  flex-wrap: nowrap;
  min-width: max-content;
}
.nav-link {
  white-space: nowrap;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #a77b15 !important;
}
@media (max-width: 1100px) {
  .navbar .container-fluid {
    display: block;
  }
  .navbar-brand {
    display: flex !important;
    justify-content: center;
    margin: 0 0 0.35rem;
  }
  .navbar-menu-wrap {
    width: 100%;
    padding-bottom: 0.25rem;
  }
  .navbar-nav {
    justify-content: flex-start;
  }
}
.hero-carousel,
.hero-slide {
  min-height: 720px;
}
.hero-content {
  max-width: 700px;
  background: rgba(5, 20, 57, 0.6);
  border-left: 5px solid var(--gold);
  padding: 2rem;
  border-radius: 0 1rem 1rem 0;
}
.hero-family {
  background-image: linear-gradient(
      90deg,
      rgba(2, 14, 42, 0.72),
      rgba(2, 14, 42, 0.12)
    ),
    url("../img/husband-wife-new.png");
  background-size: auto 94%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #0b2d67;
}
.hero-community-family {
  background-image: linear-gradient(
      90deg,
      rgba(2, 14, 42, 0.78),
      rgba(2, 14, 42, 0.1)
    ),
    url("../img/family.png") !important;
  background-size: auto 92% !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  background-color: #071d48;
}
.hero-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.35));
}
.hero-ministry-name {
  font-family: Georgia, serif;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  margin-bottom: 0.35rem;
}
.image-card {
  background: linear-gradient(145deg, #fff7dc, #e9c96e) !important;
}
.image-card img,
.book-cover,
.books-stack,
.prayer-illustration,
.watch-pastor,
.watch-live-graphic {
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.18));
  -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}
.role-line {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #a77b15;
  line-height: 1.8;
}
.book-feature {
  background: #fff;
  border: 1px solid rgba(214, 179, 90, 0.65);
  border-top: 5px solid var(--gold);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.book-feature .book-cover {
  max-height: 430px;
}
.unify-logo {
  max-height: 430px;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.18));
}
.community-section .col-lg-6:last-child {
  background: transparent !important;
}
.watch-live-section {
  background: #fff;
}
.watch-live-graphic {
  position: absolute;
  left: 0;
  top: 0;
  width: 54%;
  z-index: 1;
}
.watch-pastor {
  width: 72%;
  max-height: 540px;
  object-fit: contain;
  margin-top: 4rem;
}
.watch-word {
  display: inline-block;
  font-size: clamp(5rem, 11vw, 9rem);
  line-height: 0.64;
  color: #d39b00;
  font-weight: 300;
  letter-spacing: -0.07em;
}
.watch-word span {
  margin-left: 2.2rem;
}
.spaced-church {
  font-size: 1.2rem;
  letter-spacing: 0.34rem;
  line-height: 1.7;
}
.join-us {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.teaching-player {
  background:
    linear-gradient(rgba(21, 27, 35, 0.83), rgba(21, 27, 35, 0.83)),
    url("../img/member-comments.png") center/cover;
  border-left: 6px solid var(--gold);
  color: #fff;
  padding: 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1.4fr;
  align-items: center;
  gap: 2rem;
}
.player-play {
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: 2.8rem;
}
.player-progress {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
}
.player-progress .progress {
  height: 9px;
  background: #eee;
}
.player-progress .progress-bar {
  background: var(--gold);
}
.testimonial-section {
  background: #f8f8f8;
  position: relative;
}
.testimonial-watermark {
  position: absolute;
  font-size: 8rem;
  color: #ececec;
  font-family: Georgia, serif;
  font-weight: 700;
  top: -2rem;
  z-index: 0;
}
.testimonial-section h2 {
  position: relative;
  z-index: 1;
}
.testimonial-arrows button {
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  margin-left: 1rem;
}
.testimonial-card {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}
.testimonial-card .stars {
  color: #efa719;
  font-size: 1.25rem;
}
.testimonial-card h3 {
  font-family: Georgia, serif;
  font-weight: 700;
  margin: 1rem 0;
}
.testimonial-card strong {
  display: block;
  color: #c6a451;
  font-size: 1.15rem;
}
.testimonial-card small {
  display: block;
  margin-top: 0.25rem;
}
.btn-ministry {
  background: linear-gradient(135deg, #c99824, #e2c468) !important;
  border-color: #c99824 !important;
}
.btn-outline-ministry {
  border-color: var(--gold) !important;
  color: #fff !important;
}
.section-title:after {
  background: var(--gold) !important;
}
.quick-card i,
.icon-badge {
  color: #b58517 !important;
}
@media (max-width: 767px) {
  .hero-carousel,
  .hero-slide {
    min-height: 760px;
  }
  .hero-family,
  .hero-community-family {
    background-size: auto 58% !important;
    background-position: center bottom !important;
  }
  .hero-content {
    margin-top: 1rem;
  }
  .teaching-player {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .player-progress {
    justify-content: center;
  }
  .watch-live-graphic {
    width: 42%;
  }
  .testimonial-watermark {
    font-size: 4rem;
  }
}

.bio-page-hero {
  background:
    linear-gradient(110deg, rgba(4, 20, 57, 0.96), rgba(25, 61, 125, 0.84)),
    url("../img/family.png") center/cover;
  padding: 5rem 0;
}
.bio-page-photo {
  max-height: 650px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
  -webkit-mask-image: linear-gradient(to bottom, #000 86%, transparent);
  mask-image: linear-gradient(to bottom, #000 86%, transparent);
}
.biography-copy {
  max-width: 940px;
}
.biography-copy p {
  font-size: 1.08rem;
  line-height: 1.9;
}
.biography-copy p:first-child:first-letter {
  float: left;
  font-family: Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.75;
  padding-right: 0.7rem;
  color: #b58517;
}

/* Multi-page refinements */
.nav-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.navbar-brand span {
  font-family: Georgia, serif;
  font-weight: 600;
}
.nav-link {
  font-weight: 400 !important;
}
.giving-nav {
  font-weight: 700 !important;
  background: var(--gold, #d4af37);
  color: #071a3c !important;
  border-radius: 7px;
  padding: 0.58rem 0.9rem !important;
}
.giving-nav:hover {
  filter: brightness(1.08);
}
.parallax,
.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slide {
  background-attachment: fixed;
}
.hero-content,
.hero-slide .container {
  position: relative;
  z-index: 4;
}
.hero-slide:after {
  opacity: 0.38 !important;
}
.hero-slide img,
.hero-media {
  filter: none !important;
  opacity: 1 !important;
}
.hero-youtube {
  border: 0;
  transform: scale(1.18);
  pointer-events: none;
}
.forge-btn,
.btn-forge {
  background: #d4af37 !important;
  color: #071a3c !important;
  border-color: #d4af37 !important;
  font-weight: 700 !important;
}
.page-hero {
  min-height: 330px;
  background:
    linear-gradient(110deg, rgba(3, 18, 52, 0.94), rgba(11, 47, 105, 0.8)),
    url("../img/community-family.png") center/cover fixed;
  display: flex;
  align-items: center;
  color: #fff;
}
.content-photo {
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.18));
}
.ministry-form .form-label {
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background: #fff3c4;
  color: #0b2d64;
}
@media (max-width: 1100px) {
  .navbar-brand span {
    font-size: 0.94rem;
  }
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav-link {
    font-size: 0.84rem;
  }
}
@media (max-width: 767px) {
  .parallax,
  .parallax-section,
  .hero-slide {
    background-attachment: scroll;
  }
  .navbar-menu-wrap {
    overflow-x: auto;
  }
  .navbar-brand span {
    display: none;
  }
}

/* Final navigation, slider, media, and testimonial corrections */
.topbar-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-links {
  display: inline-flex;
  gap: 0.7rem;
}
.social-links a {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 0.75rem;
}
.social-links a:hover {
  background: var(--gold);
  color: var(--navy);
}
.navbar-brand .nav-logo {
  width: 44px;
  height: 44px;
}
.navbar-brand span {
  font-size: 1rem !important;
  letter-spacing: 0.01em;
}
.dropdown-menu {
  z-index: 1080;
}
.navbar-menu-wrap {
  overflow: visible !important;
}
.navbar-nav .dropdown {
  position: relative;
}
.navbar-nav .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
}
.giving-nav {
  background: #d4af37 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}
.giving-nav:hover,
.giving-nav:focus {
  color: #fff !important;
  background: #b99222 !important;
}
.hero-family {
  background-size: auto 102% !important;
  background-position: right -1rem bottom !important;
}
.hero-content-aligned {
  margin-top: 0 !important;
}
.hero-community-family {
  background-size: auto 100% !important;
}
.hero-youtube {
  transform: scale(1.05) !important;
  pointer-events: auto !important;
}
.carousel-item .hero-content {
  top: 0;
}
.forge-btn,
.btn-forge,
.book-feature .btn-ministry {
  background: #d4af37 !important;
  color: #111 !important;
  border-color: #d4af37 !important;
  text-shadow: none !important;
}
.forge-btn:hover,
.btn-forge:hover,
.book-feature .btn-ministry:hover {
  background: #efcf65 !important;
  color: #000 !important;
}
.watch-pastor {
  width: 94% !important;
  max-height: 700px !important;
  margin-top: 0 !important;
}
.teaching-player-real {
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.5fr) !important;
  padding: 2rem !important;
}
.teaching-video {
  border: 3px solid rgba(214, 179, 90, 0.8);
  border-radius: 0.65rem;
  overflow: hidden;
}
.teaching-video iframe {
  border: 0;
}
.testimonial-carousel {
  max-width: 900px;
  margin: auto;
  padding: 0 80px 55px;
}
.testimonial-slide {
  background: #fff;
  border: 0;
  border-top: 5px solid var(--gold);
  border-radius: 18px;
  padding: 2.5rem;
  min-height: 330px;
  box-shadow: var(--shadow);
  text-align: center;
}
.testimonial-slide p {
  font-size: 1.15rem;
  line-height: 1.8;
}
.testimonial-control {
  width: 56px;
  color: var(--navy);
  opacity: 1;
  font-size: 1.5rem;
}
.testimonial-control:hover {
  color: #b58517;
}
.testimonial-indicators {
  bottom: 5px;
}
.testimonial-indicators [data-bs-target] {
  background-color: var(--gold);
  width: 34px;
  height: 4px;
}
.testimonial-watermark {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.testimonial-section {
  overflow: hidden;
}
@media (max-width: 1100px) {
  .navbar-menu-wrap {
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
  .navbar-brand span {
    font-size: 0.9rem !important;
  }
  .hero-family {
    background-size: auto 88% !important;
  }
  .teaching-player-real {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 767px) {
  .topbar-contact {
    gap: 0.35rem;
  }
  .social-links {
    margin-left: 0 !important;
  }
  .navbar-brand span {
    display: inline !important;
    font-size: 0.78rem !important;
  }
  .hero-family {
    background-size: auto 62% !important;
    background-position: center bottom !important;
  }
  .hero-community-family {
    background-size: auto 63% !important;
  }
  .testimonial-carousel {
    padding: 0 35px 55px;
  }
  .testimonial-slide {
    padding: 1.6rem;
    min-height: 390px;
  }
  .testimonial-watermark {
    font-size: 3.3rem;
  }
  .watch-pastor {
    width: 100% !important;
  }
  .hero-youtube {
    transform: scale(1.18) !important;
  }
}

/* 2026 comprehensive request review and corrections */
.navbar {
  overflow: visible !important;
}
.nav-shell {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
.navbar-menu-wrap {
  margin-left: auto !important;
  overflow: visible !important;
}
.navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
.navbar .dropdown-menu {
  position: absolute !important;
  z-index: 2000 !important;
  min-width: 230px;
  margin-top: 0.3rem !important;
}
.navbar .dropdown:hover > .dropdown-menu,
.navbar .dropdown:focus-within > .dropdown-menu {
  display: block;
}
.navbar .dropdown-toggle:after {
  vertical-align: 0.15em;
}
.nav-link {
  font-weight: 400 !important;
}
.giving-item {
  order: 99;
}
.giving-nav {
  background: #d4af37 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: 1px solid #d4af37 !important;
  border-radius: 8px !important;
  padding: 0.6rem 1rem !important;
}
.giving-nav i {
  color: #fff !important;
}
.giving-nav:hover,
.giving-nav:focus {
  background: #b98d18 !important;
  color: #fff !important;
}
.navbar-brand .nav-logo {
  width: 46px !important;
  height: 46px !important;
}
.navbar-brand span {
  font-size: 0.94rem !important;
}
.hero-carousel .carousel-item,
.hero-slide {
  min-height: 720px !important;
}
.hero-slide > .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-content,
.hero-content-aligned {
  margin-top: 0 !important;
  transform: none !important;
  position: relative !important;
  top: auto !important;
}
.hero-slide:before {
  background: linear-gradient(
    90deg,
    rgba(3, 15, 42, 0.86) 0%,
    rgba(3, 15, 42, 0.55) 48%,
    rgba(3, 15, 42, 0.05) 100%
  ) !important;
}
.hero-family {
  background-size: auto 112% !important;
  background-position: right -2rem bottom !important;
}
.hero-community-family {
  background-size: auto 106% !important;
  background-position: right bottom !important;
}
.hero-youtube {
  transform: scale(1.02) !important;
  opacity: 1 !important;
}
.video-slide:after {
  background: linear-gradient(
    90deg,
    rgba(3, 15, 42, 0.82),
    rgba(3, 15, 42, 0.12)
  ) !important;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 8;
}
.forge-btn {
  background: #d4af37 !important;
  color: #000 !important;
  border-color: #d4af37 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.forge-btn i {
  color: #000 !important;
}
.forge-btn:hover,
.forge-btn:focus {
  background: #f0cf63 !important;
  color: #000 !important;
}
.watch-pastor {
  width: 100% !important;
  max-width: none !important;
  max-height: 760px !important;
  transform: scale(1.3);
  transform-origin: center center;
  margin: 0 !important;
  position: relative;
  z-index: 2;
}
.watch-live-section {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 105px;
}
.teaching-video iframe,
.hero-youtube {
  width: 100%;
  height: 100%;
  border: 0;
}
.teaching-player-real {
  background: linear-gradient(135deg, #15243f, #0b1730) !important;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.5fr) !important;
}
.testimonial-section {
  background: #f7f7f7;
  overflow: hidden;
}
.testimonial-heading {
  position: relative;
}
.testimonial-watermark {
  position: absolute;
  left: 0;
  top: -3rem;
  transform: none;
  font-size: 7.5rem;
  line-height: 1;
  color: #eaeaea;
  z-index: 0;
  white-space: nowrap;
}
.testimonial-buttons {
  z-index: 2;
}
.testimonial-arrow {
  border: 0;
  background: transparent;
  color: #111;
  font-size: 1.3rem;
  width: 44px;
  height: 44px;
}
.testimonial-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 24px 4px 32px;
  scrollbar-width: thin;
  scrollbar-color: #d4af37 #eee;
}
.testimonial-track::-webkit-scrollbar {
  height: 8px;
}
.testimonial-track::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 10px;
}
.testimonial-card {
  flex: 0 0 calc((100% - 56px) / 3);
  scroll-snap-align: start;
  background: transparent;
  border: 0;
  border-top: 1px solid #d4d4d4;
  border-radius: 0;
  padding: 2rem 0 0;
  box-shadow: none;
  text-align: left;
  min-height: 330px;
}
.testimonial-card .stars {
  color: #efa719;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
.testimonial-card h3 {
  font-weight: 700;
  margin: 1rem 0;
}
.testimonial-card p {
  line-height: 1.75;
}
.testimonial-person {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
}
.testimonial-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
}
.testimonial-card strong {
  display: block;
  color: #c6a451;
  font-size: 1.12rem;
}
.testimonial-card small {
  display: block;
  color: #222;
  margin-top: 0.2rem;
}
@media (max-width: 1200px) {
  .nav-shell {
    flex-wrap: wrap !important;
  }
  .navbar-brand {
    margin-right: auto;
  }
  .navbar-menu-wrap {
    width: 100%;
    margin-left: 0 !important;
  }
  .navbar-nav {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .navbar .dropdown-menu {
    position: absolute !important;
  }
  .hero-family {
    background-size: auto 96% !important;
  }
  .testimonial-card {
    flex-basis: calc((100% - 28px) / 2);
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    justify-content: flex-start !important;
  }
  .navbar .dropdown-menu {
    position: absolute !important;
  }
  .hero-slide > .container {
    align-items: flex-start;
    padding-top: 4rem;
  }
  .hero-content {
    width: 100%;
  }
  .hero-family {
    background-size: auto 68% !important;
    background-position: center bottom !important;
  }
  .hero-community-family {
    background-size: auto 68% !important;
    background-position: center bottom !important;
  }
  .watch-pastor {
    transform: scale(1.15);
  }
  .teaching-player-real {
    grid-template-columns: 1fr !important;
  }
  .testimonial-watermark {
    font-size: 3.6rem;
    top: -1.5rem;
  }
  .testimonial-card {
    flex-basis: 88%;
  }
}

/* Functional sermon media player */
.sermon-media-player {
  --player-gold: #dfc16f;
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) 64px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 1.6rem;
  min-height: 140px;
  padding: 1.75rem 2.5rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(48, 53, 60, 0.86), rgba(48, 53, 60, 0.86)),
    var(--sermon-player-bg) center/cover no-repeat;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.sermon-player-copy h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
  font-weight: 700;
}
.sermon-player-copy p {
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 700;
}
.sermon-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--player-gold);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}
.sermon-play-button:hover {
  color: #f5dc94;
  transform: scale(1.08);
}
.sermon-play-button i {
  font-size: 2.8rem;
}
.sermon-control-panel {
  min-width: 0;
}
.sermon-timeline-row {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr);
  align-items: center;
  gap: 0.75rem;
}
.sermon-time {
  min-width: 54px;
  color: var(--player-gold);
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
}
.sermon-progress,
.sermon-volume {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  background: linear-gradient(
    to right,
    var(--player-gold) 0%,
    var(--player-gold) var(--progress, 0%),
    #e9e7e1 var(--progress, 0%),
    #e9e7e1 100%
  );
  cursor: pointer;
}
.sermon-progress {
  height: 13px;
}
.sermon-volume {
  width: 110px;
  height: 5px;
  --progress: 80%;
}
.sermon-progress::-webkit-slider-thumb,
.sermon-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  background: var(--player-gold);
}
.sermon-progress::-moz-range-thumb,
.sermon-volume::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  background: var(--player-gold);
}
.sermon-volume-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.7rem;
}
.sermon-volume-button,
.sermon-track-navigation button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--player-gold);
  cursor: pointer;
}
.sermon-volume-button {
  font-size: 1.25rem;
}
.sermon-track-navigation {
  display: flex;
  gap: 0.45rem;
}
.sermon-track-navigation button {
  font-size: 1rem;
}
.sermon-media-element {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.sermon-media-player:focus-within {
  outline: 2px solid rgba(223, 193, 111, 0.55);
  outline-offset: 2px;
}
@media (max-width: 1000px) {
  .sermon-media-player {
    grid-template-columns: 1fr 64px minmax(300px, 1fr);
  }
  .sermon-track-navigation {
    grid-column: 3;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .sermon-media-player {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.5rem;
    text-align: center;
  }
  .sermon-play-button {
    justify-self: center;
  }
  .sermon-track-navigation {
    grid-column: auto;
    justify-content: center;
  }
  .sermon-volume-row {
    justify-content: center;
  }
  .sermon-timeline-row {
    grid-template-columns: 1fr;
  }
  .sermon-time {
    display: block;
  }
}

/* =========================================================
   Hero slider alignment and full-photo visibility correction
   ========================================================= */
@media (min-width: 768px) {
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }

  .hero-slide {
    overflow: hidden !important;
    display: block !important;
    background-attachment: scroll !important;
  }

  .hero-slide > .container {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    max-width: 1320px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 5 !important;
  }

  .hero-content,
  .hero-content-aligned,
  .carousel-item .hero-content {
    width: min(700px, 53%) !important;
    max-width: 700px !important;
    margin: 0 !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    padding: 2rem 2.35rem !important;
    align-self: center !important;
    max-height: calc(100% - 80px) !important;
    overflow: visible !important;
  }

  .hero-content h1 {
    font-size: clamp(3rem, 4.7vw, 4.75rem) !important;
    line-height: 1.02 !important;
    margin-top: 0.8rem !important;
    margin-bottom: 1rem !important;
  }

  .hero-content p {
    font-size: clamp(1rem, 1.35vw, 1.22rem) !important;
    line-height: 1.58 !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-family {
    background-image:
      linear-gradient(90deg, rgba(2,14,42,.92) 0%, rgba(2,14,42,.78) 43%, rgba(2,14,42,.20) 69%, rgba(2,14,42,.02) 100%),
      url("../img/husband-wife-new.png") !important;
    background-size: auto 100% !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-color: #0b2d67 !important;
  }

  .hero-community-family {
    background-image:
      linear-gradient(90deg, rgba(2,14,42,.92) 0%, rgba(2,14,42,.78) 43%, rgba(2,14,42,.18) 69%, rgba(2,14,42,.02) 100%),
      url("../img/family.png") !important;
    background-size: auto 98% !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-color: #071d48 !important;
  }

  .hero-family::before,
  .hero-community-family::before {
    background: transparent !important;
  }

  .video-slide .hero-youtube {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.01) !important;
  }

  .video-slide::after {
    background: linear-gradient(90deg, rgba(3,15,42,.91) 0%, rgba(3,15,42,.76) 44%, rgba(3,15,42,.22) 72%, rgba(3,15,42,.08) 100%) !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767.98px) {
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    height: 760px !important;
    min-height: 760px !important;
    max-height: 760px !important;
  }

  .hero-slide > .container {
    position: relative !important;
    height: 100% !important;
    align-items: flex-start !important;
    padding-top: 2.25rem !important;
    z-index: 5 !important;
  }

  .hero-content,
  .hero-content-aligned {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 1.35rem !important;
  }

  .hero-content h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem) !important;
    line-height: 1.03 !important;
  }

  .hero-family,
  .hero-community-family {
    background-size: auto 48% !important;
    background-position: center bottom !important;
  }
}


/* Service message and button hover visibility fixes */
.service-message {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: inherit;
}
.hero-content .btn-outline-ministry:hover,
.hero-content .btn-outline-ministry:focus {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.hero-content .btn-outline-ministry:hover *,
.hero-content .btn-outline-ministry:focus * {
  color: #fff !important;
}
.giving-nav:hover,
.giving-nav:focus,
.giving-nav:active {
  color: #fff !important;
}
.giving-nav:hover *,
.giving-nav:focus *,
.giving-nav:active * {
  color: #fff !important;
}
.unify-logo {
  mix-blend-mode: normal !important;
  filter: none !important;
}
@media (max-width: 767.98px) {
  .service-message {
    line-height: 1.45;
  }
}


/* 21 Years of Ministry */
.anniversary-section{background:linear-gradient(135deg,#f8fafc 0%,#eef4fb 100%)}
.anniversary-image-wrap{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 24px 60px rgba(9,38,84,.18);min-height:480px;background:#0b2d67}
.anniversary-image-wrap img{width:100%;height:100%;min-height:480px;object-fit:cover;object-position:center 22%;display:block}
.anniversary-year-badge{position:absolute;left:1.5rem;bottom:1.5rem;background:rgba(4,24,61,.94);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:1.25rem;padding:1rem 1.4rem;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.anniversary-year-badge span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}
.anniversary-year-badge strong{display:block;font-size:4rem;line-height:.95;color:#f2c14e}
.anniversary-highlight{height:100%;display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid rgba(11,45,103,.1);border-radius:.9rem;padding:1rem;box-shadow:0 8px 20px rgba(11,45,103,.06);font-weight:700;color:#0b2d67}
.anniversary-highlight i{font-size:1.25rem;color:#b88a17;width:1.5rem;text-align:center}
.anniversary-page-hero{position:relative;padding:7rem 0;background:linear-gradient(90deg,rgba(2,14,42,.95),rgba(5,38,88,.87)),url('../img/anniversary-minister.JPEG') center 24%/cover no-repeat;color:#fff;overflow:hidden}
.anniversary-page-hero h1{font-size:clamp(2.8rem,6vw,5.6rem);font-weight:800;line-height:1.02;margin:.8rem 0 1.25rem}
.anniversary-page-hero .lead{max-width:800px}
.anniversary-hero-number{width:250px;height:250px;margin:auto;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid rgba(242,193,78,.85);background:rgba(255,255,255,.08);box-shadow:0 0 0 14px rgba(255,255,255,.06)}
.anniversary-hero-number strong{font-size:7rem;line-height:.8;color:#f2c14e}.anniversary-hero-number span{font-size:1.4rem;text-transform:uppercase;letter-spacing:.3em;margin-left:.3em}
.anniversary-page-image{width:100%;max-height:620px;object-fit:cover;object-position:center 22%;display:block}
.anniversary-story-card{display:flex;gap:1.25rem;background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 16px 40px rgba(10,42,91,.1);border-top:5px solid #0b2d67}
.story-icon{flex:0 0 64px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#0b2d67;color:#f2c14e;font-size:1.6rem}
.story-year{display:inline-block;color:#9a7011;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.45rem}
.anniversary-story-card h3{color:#0b2d67;font-weight:800;margin-bottom:.8rem}
.anniversary-forward-section{background:linear-gradient(135deg,#061a43,#0b3977);color:#fff}
@media(max-width:767.98px){.anniversary-image-wrap,.anniversary-image-wrap img{min-height:360px}.anniversary-page-hero{padding:4.5rem 0}.anniversary-hero-number{width:190px;height:190px;margin-top:1rem}.anniversary-hero-number strong{font-size:5rem}.anniversary-story-card{flex-direction:column}.anniversary-year-badge{left:1rem;bottom:1rem}}


/* =========================================================
   Responsive navigation, hero carousel, and site-wide mobile fixes
   ========================================================= */
html, body { max-width: 100%; overflow-x: hidden; }
img, svg, video, iframe { max-width: 100%; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.navbar-toggler { border-color: rgba(6,22,50,.25); padding: .45rem .6rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(214,179,90,.28); }
.navbar-menu-wrap { overflow: visible; }
.hero-carousel .carousel-inner { height: 100%; }
.hero-slide .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-slide.video-slide::after, .hero-aim2lead::after { z-index: 1; }
.hero-slide > .container { position: relative; z-index: 2; }
.carousel-control-prev, .carousel-control-next { z-index: 8; width: 7%; }
.carousel-indicators { z-index: 9; }

@media (min-width: 992px) {
  .navbar-menu-wrap { display: flex !important; justify-content: flex-end; align-items: center; flex-basis: auto; }
  .navbar-nav { flex-direction: row; }
  #mainMenu .nav-item { margin: 0 .55rem; }
}

@media (max-width: 991.98px) {
  .navbar-brand { margin: 0; justify-content: flex-start; max-width: calc(100% - 64px); }
  .navbar-brand .brand-title { white-space: normal; line-height: 1.15; }
  .navbar-menu-wrap { width: 100%; margin-top: .75rem; max-height: calc(100vh - 110px); overflow-y: auto; }
  .navbar-nav { min-width: 0; width: 100%; align-items: stretch !important; }
  #mainMenu .nav-item { margin: 0; width: 100%; border-top: 1px solid rgba(6,22,50,.08); }
  #mainMenu .nav-link { padding: .85rem .25rem; }
  #mainMenu .dropdown-menu { position: static !important; transform: none !important; width: 100%; box-shadow: none; border: 1px solid rgba(6,22,50,.08); margin: 0 0 .5rem; }
  #mainMenu .giving-item { padding: .75rem 0 1rem; }
  #mainMenu .giving-item .btn { width: 100%; }
  .topbar .container { max-width: 100%; }
  .topbar-contact { width: 100%; margin: 0; text-align: center; }
  .section-pad { padding: 68px 0; }
  .row > [class*="col-"] { min-width: 0; }
  .hero-aim2lead-logo { width: 140px !important; top: auto !important; bottom: 1rem !important; left: auto !important; right: 1rem !important; transform: none !important; opacity: .9; }
}

@media (max-width: 767.98px) {
  .hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-slide {
    height: auto !important; min-height: 720px !important; max-height: none !important;
  }
  .hero-slide { display: flex !important; align-items: flex-start !important; padding: 1.5rem 0 12rem; }
  .hero-slide > .container { position: relative !important; inset: auto !important; height: auto !important; padding-top: 0 !important; }
  .hero-content, .hero-content-aligned, .carousel-item .hero-content {
    width: 100% !important; max-width: 100% !important; padding: 1.25rem !important; border-left-width: 4px;
  }
  .hero-content h1 { font-size: clamp(2rem, 10vw, 3rem) !important; overflow-wrap: anywhere; }
  .hero-content p { font-size: 1rem !important; line-height: 1.55 !important; }
  .hero-content .d-flex { justify-content: center !important; }
  .hero-family, .hero-community-family { background-size: auto 42% !important; background-position: center bottom !important; }
  .hero-slide .hero-bg { object-position: center; }
  .carousel-control-prev, .carousel-control-next { width: 12%; }
  .quick-info { margin-top: 0; }
  .footer .col-lg-7 { flex-direction: column; text-align: center; }
  .footer .col-lg-5 { text-align: center !important; }
  table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 575.98px) {
  .topbar { display: block; font-size: .78rem; }
  .topbar .social-links { display: inline-flex; margin: .35rem 0 0 !important; gap: .8rem; }
  .navbar-brand img { width: 46px; height: 46px; }
  .navbar-brand .brand-title { font-size: .82rem; }
  .hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-slide { min-height: 760px !important; }
  .hero-slide { padding-bottom: 10rem; }
  .hero-content .btn { width: 100%; }
  .hero-content .d-flex > div { width: 100%; flex-wrap: wrap; justify-content: center; }
  .hero-aim2lead-logo { display: none; }
  .section-pad { padding: 54px 0; }
  .modal-dialog { margin: .5rem; }
}


/* Desktop navbar alignment and main-menu icons */
@media (min-width: 992px) {
  #mainNav .nav-shell,
  #mainNav .navbar-brand,
  #mainNav .navbar-menu-wrap,
  #mainNav .navbar-nav,
  #mainNav .nav-item,
  #mainNav .nav-link,
  #mainNav .giving-item,
  #mainNav .giving-item .btn {
    align-items: center !important;
  }
  #mainNav .navbar-brand,
  #mainNav .nav-link,
  #mainNav .giving-item .btn {
    display: flex !important;
  }
  #mainNav .navbar-brand,
  #mainNav .navbar-nav {
    min-height: 52px;
  }
  #mainNav .nav-link,
  #mainNav .giving-item .btn {
    line-height: 1.2;
    white-space: nowrap;
  }
  #mainNav .nav-link > i,
  #mainNav .giving-item .btn > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}
