html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #fafdff;
  color: #222;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}
h1, h2, h3, h4, h5, .footer-church-title, .header-title, .footer-heading, .footer-credit, .footer-bottom, .nav a, .feature h4, .mass-card h5 {
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  letter-spacing: 0.01em;
}
.header-logo-outer {
  display: none !important;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 0;
  margin: 0;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 2px 16px rgba(25,118,210,0.08);
}
.header-hidden {
  transform: translateY(-100%);
}
.header-white {
  background: #fff;
  height: 75px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.header-split-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  z-index: 2;
}
.header-left, .header-right {
  font-size: 1.875rem;
  font-weight: 600;
  color: #222;
  flex: 1 1 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-logo-overlap {
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.header-logo-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 6px solid #fff;
  z-index: 11;
  background: #fff;
  display: block;
}
.header-title {
  display: none;
}
.nav {
  width: 100vw;
  left: 0;
  right: 0;
  background: #64b5f6;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
  height: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  transition: color 0.2s;
  padding: 0 8px;
}
.nav a.active, .nav a:hover {
  color: #222;
}
.hero {
  background: linear-gradient(120deg, #e3f2fd 0%, #fafdff 100%);
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  z-index: 1;
}
.carousel {
  position: relative;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 420px;
  overflow: hidden;
  background: #000;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  z-index: 1;
  box-shadow: 0 4px 24px rgba(25,118,210,0.08);
  border-radius: 0 0 24px 24px;
}
.carousel-slide {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}
.carousel-slide img {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-caption {
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(25,118,210,0.18);
  padding: 18px 36px;
  border-radius: 16px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 2px 12px rgba(25,118,210,0.08);
  font-family: 'Segoe UI', Arial, sans-serif;
  z-index: 2;
  animation: fadeInUp 1s cubic-bezier(.4,0,.2,1);
}
.carousel-controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 2;
}
.carousel-controls .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.8;
  transition: background 0.2s, opacity 0.2s;
  cursor: pointer;
}
.carousel-controls .dot.active {
  background: #1976d2;
  opacity: 1;
  box-shadow: 0 0 0 2px #fff;
}
.carousel-img, .carousel-img.active, .header-row, .carousel-mockup, .header-logo-outer, .header-title {
  display: none !important;
}
section {
  margin: 32px auto;
  max-width: 900px;
  padding: 0 16px;
}
.priest-message, .mission-statement, .features, .subscription, .mass-timings, .prayer-donations, .parish-history, .patron-saint {
  background: #f5faff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  padding: 24px;
  margin-bottom: 24px;
}
.features {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 24px 0;
  padding: 0 0 32px 0;
  background: linear-gradient(120deg, #e3f2fd 0%, #fafdff 100%);
  box-shadow: 0 4px 24px rgba(25,118,210,0.08);
  border-radius: 24px;
}
.feature {
  flex: 1;
  background: #e3f2fd;
  border-radius: 16px;
  padding: 32px 32px;
  margin: 0 8px;
  min-width: 200px;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px rgba(25,118,210,0.08);
  max-width: 700px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature:hover {
  box-shadow: 0 8px 32px rgba(25,118,210,0.16);
  transform: translateY(-4px) scale(1.02);
}
.subscription {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(120deg, #e3f2fd 0%, #fafdff 100%);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.08);
  margin: 0 0 24px 0;
  padding: 32px 0 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.subscription h4 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 1.3rem;
  font-weight: 700;
}
.subscription form {
  width: auto;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}
#subscribe-email {
  min-width: 220px;
}
input, textarea, button {
  font-size: 1rem;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #b3e5fc;
}
button {
  background: linear-gradient(90deg, #4db6ff 0%, #1976d2 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(25,118,210,0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}
button:hover, button:focus {
  background: linear-gradient(90deg, #1976d2 0%, #4db6ff 100%);
  box-shadow: 0 4px 16px rgba(25,118,210,0.16);
  transform: translateY(-2px) scale(1.03);
}
.mass-timings ul {
  list-style: disc inside;
  margin: 0 0 16px 0;
  padding: 0;
}
.prayer-donations {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.prayer-request, .donations {
  flex: 1;
  min-width: 250px;
  background: #e3f2fd;
  border-radius: 8px;
  padding: 16px;
}
.footer {
  background: #4db6ff;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  margin-top: 32px;
  border-radius: 0 0 8px 8px;
}
.nav.nav-split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 75px;
  background: #64b5f6;
  gap: 0;
  padding: 0;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.nav-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex: 1 1 0;
  justify-content: flex-end;
}
.nav-group-left {
  justify-content: flex-end;
  padding-right: 60px;
}
.nav-group-right {
  justify-content: flex-start;
  padding-left: 60px;
}
.nav-logo-center { display: none !important; }
.priest-message-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1800px;
  margin: 48px auto 32px auto;
  padding: 0 32px;
}
.priest-message-text {
  flex: 2 1 0;
  min-width: 0;
}
.priest-message-text h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.priest-message-text p {
  font-size: 1.35rem;
  line-height: 1.5;
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.priest-photo-placeholder {
  flex: 1 1 0;
  min-width: 260px;
  max-width: 340px;
  min-height: 340px;
  background: #64b5f6;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mass-timings-enhanced {
  background: #f5faff;
  border-radius: 8px;
  border: 1px solid #e3f2fd;
  box-shadow: none;
  padding: 18px 4px 18px 4px;
  margin: 18px auto 16px auto;
  max-width: 900px;
}
.mass-timings-enhanced h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}
.mass-timings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: center;
}
.mass-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e3f2fd;
  box-shadow: 0 2px 12px rgba(25,118,210,0.08);
  padding: 12px 14px;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, border 0.2s;
}
.mass-card:hover {
  box-shadow: 0 8px 32px rgba(25,118,210,0.16);
  border: 1.5px solid #90caf9;
}
.mass-card h5 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #1976d2;
}
.mass-card ul {
  list-style: disc inside;
  margin: 0;
  padding: 0 0 0 8px;
}
.mass-card li {
  font-size: 0.98rem;
  margin-bottom: 5px;
  color: #222;
}
.mass-card .note {
  color: #1976d2;
  font-size: 0.92rem;
  font-style: italic;
}
@media (max-width: 900px) {
  .header-white, .header-split-row, .nav {
    height: 48px;
  }
  .header-logo-overlap {
    width: 48px;
    height: 48px;
    top: 48px;
  }
  .header-logo-img {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }
  .header-left, .header-right {
    font-size: 1.1rem;
    padding: 0 4px;
  }
  .nav.nav-split {
    height: auto;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    font-size: 1rem;
    width: 100vw;
    background: #64b5f6;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .nav-group {
    flex-direction: column;
    gap: 0;
    width: 100vw;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
  }
  .nav-group-left, .nav-group-right {
    padding: 0;
    justify-content: flex-start;
    align-items: stretch;
  }
  .nav a {
    display: block;
    width: 100vw;
    padding: 18px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid #90caf9;
    text-align: left;
    padding-left: 24px;
    background: #64b5f6;
    color: #fff;
    transition: background 0.2s, color 0.2s;
  }
  .nav a.active, .nav a:hover {
    color: #1976d2;
    background: #e3f2fd;
  }
  .carousel {
    height: 180px;
  }
  .carousel-caption {
    font-size: 1rem;
    padding: 8px 10px;
    border-radius: 12px;
    bottom: 10%;
  }
  .features {
    flex-direction: column;
    gap: 12px;
    padding: 0 0 8px 0;
  }
  .feature {
    padding: 12px 6px;
    margin: 0 0 8px 0;
    font-size: 0.98rem;
    max-width: 100vw;
  }
  .subscription {
    padding: 12px 0 12px 0;
  }
  .subscription form {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100vw;
  }
  #subscribe-email {
    min-width: 0;
    width: 100%;
  }
  .priest-message-flex {
    flex-direction: column;
    gap: 12px;
    padding: 0 4px;
  }
  .priest-photo-placeholder {
    min-width: 120px;
    max-width: 100%;
    min-height: 120px;
    margin: 0 auto 8px auto;
  }
  .priest-message-text h2 {
    font-size: 1.1rem;
  }
  .priest-message-text p {
    font-size: 0.98rem;
  }
  .mass-timings-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }
  .mass-card {
    padding: 8px 4px;
  }
  .mass-timings-enhanced h4 {
    font-size: 1rem;
  }
  .parish-history-card, .patron-saint-flex {
    padding: 8px 2px 6px 2px;
    margin: 10px 0 6px 0;
  }
  .patron-saint-flex {
    flex-direction: column;
    gap: 8px;
  }
  .patron-saint-img {
    min-width: 80px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .patron-saint-img img {
    max-width: 120px;
    margin: 0 auto;
  }
  .parish-history-card h4, .patron-saint-text h4 {
    font-size: 1rem;
  }
  .parish-history-card p, .patron-saint-text p {
    font-size: 0.95rem;
  }
  .footer-blue {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 1vw 8px 1vw;
    min-height: unset;
    gap: 8px;
  }
  .footer-right {
    min-width: 0;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
  }
  .footer-office-img {
    width: 100%;
    min-width: 60px;
    max-width: 100vw;
    height: 80px;
    margin-bottom: 6px;
  }
  .footer-gmaps {
    width: 100%;
    min-width: 60px;
    max-width: 100vw;
    height: 120px;
    margin-bottom: 6px;
  }
  .footer-underline {
    width: 90vw;
    min-width: 40px;
  }
  .footer-church-title {
    font-size: 0.9rem;
  }
  .footer-heading {
    font-size: 0.8rem;
  }
  .footer-info, .footer-address {
    font-size: 0.8rem;
  }
  .footer-bottom {
    font-size: 0.7rem;
    padding: 4px 0 0 0;
  }
  .footer-copyright-row {
    font-size: 0.7rem;
    gap: 3px;
  }
  .copyright-symbol {
    font-size: 0.7rem;
    margin-right: 2px;
  }
  .copyright-text {
    font-size: 0.7rem;
  }
  .footer-credit {
    font-size: 0.4rem;
  }
}
@media (max-width: 1000px) {
  .priest-message-flex {
    flex-direction: column;
    gap: 24px;
    padding: 0 8px;
  }
  .priest-photo-placeholder {
    min-width: 180px;
    max-width: 100%;
    min-height: 180px;
    margin: 0 auto 16px auto;
  }
  .priest-message-text h2 {
    font-size: 1.3rem;
  }
  .priest-message-text p {
    font-size: 1rem;
  }
}
.prayer-requests-list-container {
  margin-top: 24px;
  background: #e3f2fd;
  border-radius: 6px;
  padding: 12px 16px;
  max-height: 220px;
  overflow-y: auto;
}
#prayer-requests-list {
  list-style: disc inside;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
#prayer-requests-list li {
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #b3e5fc;
}
.donation-details {
  background: #e3f2fd;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 1.1rem;
  margin-top: 16px;
}
.donation-details p {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}
.parish-history-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  padding: 32px 32px 24px 32px;
  margin: 32px auto 24px auto;
  max-width: 1200px;
  border: 1px solid #e3e3e3;
}
.parish-history-card h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 24px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.parish-history-card p {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.patron-saint-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  padding: 32px 32px 24px 32px;
  margin: 32px auto 24px auto;
  max-width: 1200px;
  border: 1px solid #e3e3e3;
}
.patron-saint-text {
  flex: 2 1 0;
  min-width: 0;
}
.patron-saint-text h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 24px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.patron-saint-text p {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.patron-saint-img {
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 150px;
}
.patron-saint-img img {
  width: 100%;
  max-width: 260px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(25, 118, 210, 0.08);
  object-fit: cover;
}
@media (max-width: 900px) {
  .parish-history-card, .patron-saint-flex {
    padding: 8px 2px 6px 2px;
    margin: 10px 0 6px 0;
  }
  .patron-saint-flex {
    flex-direction: column;
    gap: 8px;
  }
  .patron-saint-img {
    min-width: 80px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .patron-saint-img img {
    max-width: 120px;
    margin: 0 auto;
  }
  .parish-history-card h4, .patron-saint-text h4 {
    font-size: 1rem;
  }
  .parish-history-card p, .patron-saint-text p {
    font-size: 0.95rem;
  }
}
.footer-main {
  width: 100vw;
  margin: 0;
  padding: 0;
  background: none;
}
.footer-blue {
  background: linear-gradient(120deg, #4db6ff 0%, #1976d2 100%);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 5vw 32px 5vw;
  min-height: 380px;
}
.footer-left {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-church-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-address {
  font-size: 1.1rem;
  margin-bottom: 18px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-section {
  margin-bottom: 18px;
}
.footer-heading {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-bottom: 2px;
}
.footer-underline {
  border-bottom: 3px solid #fff;
  width: 320px;
  max-width: 90vw;
  margin-bottom: 8px;
}
.footer-info {
  font-size: 1.1rem;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  min-width: 260px;
}
.footer-office-img {
  width: 320px;
  height: 260px;
  background: #8fd0ff;
  border-radius: 6px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-gmaps {
  width: 370px;
  height: 410px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom {
  background: none;
  color: #222;
  text-align: center;
  padding: 32px 0 0 0;
  font-size: 2rem;
  border-radius: 0;
  border-top: none;
  width: 100vw;
  margin: 0 auto;
  box-shadow: none;
}
.footer-copyright-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.2em;
}
.copyright-symbol {
  font-size: 1.35rem;
  font-weight: 400;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.copyright-text {
  font-size: 1.35rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.footer-credit {
  font-size: 0.7rem;
  color: #222;
  margin-top: 0.1em;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 900px) {
  .footer-blue {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 1vw 8px 1vw;
    min-height: unset;
    gap: 8px;
  }
  .footer-right {
    min-width: 0;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
  }
  .footer-office-img {
    width: 100%;
    min-width: 60px;
    max-width: 100vw;
    height: 80px;
    margin-bottom: 6px;
  }
  .footer-gmaps {
    width: 100%;
    min-width: 60px;
    max-width: 100vw;
    height: 120px;
    margin-bottom: 6px;
  }
  .footer-underline {
    width: 90vw;
    min-width: 40px;
  }
  .footer-church-title {
    font-size: 0.9rem;
  }
  .footer-heading {
    font-size: 0.8rem;
  }
  .footer-info, .footer-address {
    font-size: 0.8rem;
  }
  .footer-bottom {
    font-size: 0.7rem;
    padding: 4px 0 0 0;
  }
  .footer-copyright-row {
    font-size: 0.7rem;
    gap: 3px;
  }
  .copyright-symbol {
    font-size: 0.7rem;
    margin-right: 2px;
  }
  .copyright-text {
    font-size: 0.7rem;
  }
  .footer-credit {
    font-size: 0.4rem;
  }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.weekly-announcement-btn {
  display: inline-block;
  background: linear-gradient(90deg, #4db6ff 0%, #1976d2 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(25,118,210,0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  text-decoration: none;
  margin-top: 18px;
}
.weekly-announcement-btn:hover {
  background: linear-gradient(90deg, #1976d2 0%, #4db6ff 100%);
  box-shadow: 0 4px 16px rgba(25,118,210,0.16);
  transform: translateY(-2px) scale(1.03);
}
.novena-timetable-btn {
  display: inline-block;
  background: linear-gradient(90deg, #1976d2 0%, #4db6ff 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(25,118,210,0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  text-decoration: none;
  margin-top: 18px;
  margin-left: 0;
}
.novena-timetable-btn:hover {
  background: linear-gradient(90deg, #4db6ff 0%, #1976d2 100%);
  box-shadow: 0 4px 16px rgba(25,118,210,0.16);
  transform: translateY(-2px) scale(1.03);
}
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.75);
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.modal-overlay.active {
  display: flex;
}
.modal-content {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(25,118,210,0.18);
  padding: 18px 18px 8px 18px;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-img {
  max-width: 80vw;
  max-height: 70vh;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(25,118,210,0.12);
}
.modal-close {
  position: absolute;
  top: 8px;
  right: 16px;
  background: none;
  border: none;
  color: #1976d2;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #d32f2f;
}
@media (max-width: 900px) {
  .modal-content {
    max-width: 98vw;
    max-height: 98vh;
    padding: 8px 2px 2px 2px;
  }
  .modal-img {
    max-width: 96vw;
    max-height: 60vh;
  }
}
.modal-pdf {
  width: 80vw;
  height: 70vh;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(25,118,210,0.12);
}
@media (max-width: 900px) {
  .modal-pdf {
    width: 96vw;
    height: 60vh;
  }
}
.coming-soon-content {
  min-width: 320px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(25,118,210,0.18);
  padding: 36px 48px 32px 48px;
}
.coming-soon-text {
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1976d2;
  text-align: center;
  margin: 0 0 8px 0;
  letter-spacing: 0.02em;
  animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
}
html {
  scroll-behavior: smooth;
}

/* Hamburger styles */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
  margin-left: 12px;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 4px 0;
  background: #1976d2;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .hamburger {
    display: flex;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(100,181,246,0.98);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 70px;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
    z-index: 150;
  }
  .nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-group {
    width: 100vw;
    align-items: stretch;
    gap: 0;
  }
  .nav a {
    font-size: 1.2rem;
    padding: 22px 0 22px 32px;
    border-bottom: 1px solid #90caf9;
    background: none;
    color: #fff;
    width: 100vw;
    display: block;
    transition: background 0.2s, color 0.2s;
  }
  .nav a.active, .nav a:hover {
    color: #1976d2;
    background: #e3f2fd;
  }
  body.nav-open {
    overflow: hidden;
  }
}
/* Hamburger animation when open */
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
} 