html {
    scroll-behavior: smooth;
    }body{
    font-family: Arial, sans-serif;
    margin:0;
    background: url("background.jpeg") no-repeat center top;
    background-size: cover;
    justify-content: space-between;
align-items:center;
padding:20px 40px;
}
    
    header h1{
    font-weight:500;
    } 
    header {
      position: sticky;
      top: 0;
      z-index: 1000;
  
      padding: 10px 24px;  
      width: 100%;
max-width: 500px;
margin: 10px auto;
      background: rgba(255, 255, 255, 0.45);
      box-shadow: 0 4px 20px rgba(0,0,0,0.12);      
      backdrop-filter: blur(14px) saturate(140%);

      border-radius:12px;
      left: 50%;
      transform:translateX(-50%);
      -webkit-backdrop-filter: blur(14px) saturate(140%);
  
      


}  }
  }
  
}
nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav a {
  margin: 0 20px;
  font-size: 14px;   /* ADD THIS LINE */
  font-weight: 500;
  text-decoration: none;
  color: #5a4a42;
      position: relative;
      transition: all 0.3s ease;  }
  
  /* underline animation */
  nav a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 0%;
      height: 2px;
      background: #a98f78;
      transition: width 0.3s ease;
  }
  
  nav a:hover {
    color: #000;
    transform: translateY(-2px);
}
  
  nav a:hover::after {
      width: 100%;
  }
    
    .hero {
      margin-top: 700px;
      position: relative;
      top: 0;
      background: rgba(255, 255, 255, 0.22);
      backdrop-filter: blur(12px) saturate(140%);
      -webkit-backdrop-filter: blur(12px) saturate(140%);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 16px;      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      padding: 20px 20px 40px;
      color: black;
        }
      
      .verse-ref {
        font-size: 50px;
        margin-bottom: 20px;
        color: #8a7a72;
      }
    .hero h2{
    font-size:40px;
    margin-top: 40px;
    }
    
    .hero .contact-button{
        margin-top:20px;
        padding:12px 24px;
        background:#d8b4a0;
        color:white;
        border-radius:25px;
        text-decoration:none;
        display:inline-block;
        }
    
        section {
          padding: 20px 30px;
          max-width: 900px;
          margin: auto;
          color: #2f2f2f;
      background: transparent;
          border-top: 1px solid rgba(255,255,255,0.6);          
          backdrop-filter: blur(12px) saturate(140%);
          -webkit-backdrop-filter: blur(12px) saturate(140%);
      
          border-radius: 16px;
          border: 1px solid rgba(255, 255, 255, 0.3);
      
          box-shadow: 0 8px 32px rgba(0,0,0,0.12);
      
          transition: all 0.3s ease;
      }
      #devotionals {
        background: transparent;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
      #devotionals {
        background: transparent;
      }
      
      section:hover {
          transform: translateY(-5px) scale(1.01);
          background: rgba(255, 255, 255, 0.45);
          box-shadow: 0 12px 40px rgba(0,0,0,0.18);
      }
      }
      
      section:hover {
          transform: translateY(-4px);
          box-shadow: 0 10px 25px rgba(0,0,0,0.15);
          background: rgba(255, 255, 255, 0.68);
      }
      }
    
    .card{
      background: rgba(255, 255, 255, 0.7);    padding:20px;
    margin:20px 0;
    border-radius:10px;
    }
    
    .footer-verse {
      text-align: center;
      padding: 120px 20px 60px;
    
      color: #2f2f2f;        /* softer dark */
      font-size: 22px;
      font-style: italic;
    
      max-width: 800px;
      margin: 0 auto;
    }
  
    .logo-area{
        display:flex;
        align-items:center;
        gap:10px;
        }
        
        .logo-area img{
            width:220px;
            height:auto;
            object-fit:contain;
            }
            .listen-links{
                margin-top:20px;
                }
                
                .listen-links a{
                display:inline-block;
                margin:10px;
                padding:10px 18px;
                background:#d8b4a0;
                color:white;
                text-decoration:none;
                border-radius:20px;
                font-size:14px;
                }
                .podcast-player{
                    max-width:800px;
                    margin:30px auto;
                }
                #episodes{
                    text-align:center;
                    padding:60px 20px;
                }
                
                .podcast-player{
                    max-width:800px;
                    margin:30px auto;
                }
                #episodes{
                    text-align:center;
                    padding:60px 20px;
                }
                
                .podcast-player{
                    max-width:800px;
                    margin:30px auto;
                }
                .listen-on{
                    text-align:center;
                    margin-top:20px;
                }
                
                .listen-on p{
                    font-weight:600;
                    margin-bottom:10px;
                }
                
                .platform-icons{
                    display:flex;
                    justify-content:center;
                    gap:20px;
                }
                
                .platform-icons a{
                    background:#c9ab94;
                    color:white;
                    padding:10px 18px;
                    border-radius:25px;
                    text-decoration:none;
                    font-size:14px;
                }
                
                .platform-icons a:hover{
                    opacity:0.8;
                }
                
                .follow-text{
                    margin-top:20px;
                }
                
                .social-icons{
                    display:flex;
                    justify-content:center;
                    gap:20px;
                }
                
                .social-icons a{
                    background:#c9ab94;
                    color:white;
                    padding:10px 18px;
                    border-radius:25px;
                    text-decoration:none;
                    font-size:14px;
                }
                .platform-icons i,
.social-icons i {
font-size: 20px;
}
.platform-icons a,
.social-icons a {
margin: 0 8px;
}
.platform-icons a:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Apple */
.platform-icons a:nth-child(1):hover {
  background: #000;
}

/* Podcast */
.platform-icons a:nth-child(2):hover {
  background: #ff6600;
}

/* Spotify */
.platform-icons a:nth-child(3):hover {
  background: #1db954;
}

/* Amazon */
.platform-icons a:nth-child(4):hover {
  background: #ff9900;
}

/* iHeart */
.platform-icons a:nth-child(5):hover {
  background: #e60023;
}
}
.contact-button:hover {
    transform: scale(1.05);
    transition: 0.2s;
    }
    #episodes {
        padding: 60px 20px;
        text-align: center;
        }
        
        .podcast-player {
        max-width: 800px;
        margin: 30px auto;
        }
        .podcast-player {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            }
            nav a:hover {
              color: #2f2f2f;
              text-decoration: underline;
          }
          
          .social-icons a:hover {
              transform: scale(1.15);
              box-shadow: 0 6px 15px rgba(0,0,0,0.2);
              background: #E1306C;
          }
          
          .contact-button:hover {
              transform: scale(1.05);
              background: #a98f78;
              box-shadow: 0 6px 15px rgba(0,0,0,0.2);
          }
#about h3 {
    margin-top: 30px;
  }
  #about p + h2 {
    margin-top: 35px;
  }
  #about h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section {
    margin-bottom: 80px;
  }
  .hero * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
   
    
    .verse-box {
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 80%;
      max-width: 900px;
  
      background: rgba(0, 0, 0, 0.35);
      padding: 20px;
      border-radius: 12px;
      backdrop-filter: blur(4px);
  }
  
  footer-verse {
    text-align: center;
    padding: 40px 20px;
}

.verse {
  font-style: italic;
  font-family: 'Great Vibes', cursive;
  font-size: 46px;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: white;
  text-shadow: 0 4px 12px rgba(0,0,0,0.8);}  .verse-ref {
  margin-top: 12px;
  font-size: 24px;
  color: white;
  font-weight: 500;
  text-align: center;
  font-style: normal !important;}
  
  .footer-copy {
    position: relative;
    top: 40px;    font-size: 14px;
    color: white;
        text-align: center;
}
}
.platform-icons a {
  display: inline-block;
  margin: 10px;
  padding: 12px;
  background: #bfa68e;
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.platform-icons a:hover {
  transform: scale(1.15);
  background: #a98f78;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.hero {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease-out forwards;}

@keyframes fadeInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.verse-box {
  opacity: 0;
  transform: translate(-50%, 20px);
  animation: fadeVerse 1.5s ease-out forwards;
}

@keyframes fadeVerse {
  to {
      opacity: 1;
      transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  body {
    padding: 12px;
  }

  header {
    max-width: 260px;
    padding: 8px 16px;
  }

  .hero {
    margin-top: 120px;
    padding: 24px 20px;
  }

  .hero h1,
  .hero-title,
  h1 {
    font-size: 56px;
    line-height: 1;
  }

  section {
    padding: 18px 16px;
  }
}
.iheart-icon {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}
.iheart-icon img {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}
#prayer {
  text-align: center;
  padding: 70px 35px;
}

#prayer h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

#prayer p {
  font-size: 18px;
  margin-bottom: 20px;
}

#prayer a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 8px;
  background-color: #b86b43;
  color: white;
  font-weight: bold;
}
#prayer a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 8px;
  background-color: #b86b43;
  color: white;
  font-weight: bold;
  transition: 0.3s ease;
}

#prayer a:hover {
  background-color: #6f341a;
}
  #prayer .prayer-disclaimer,
#prayer .prayer-note {
  font-size: 15px;
  line-height: 1.6;
  max-width: 700px;
  margin: 18px auto 0;
}

#prayer .prayer-note {
  margin-top: 18px;
}

#prayer a {
  display: inline-block;
  margin-top: 22px;
}
#privacy-link-box {
  max-width: 900px;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
}

#privacy-link-box h2 {
  margin-bottom: 12px;
}

#privacy-link-box p {
  margin-bottom: 18px;
}

#privacy-link-box a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 8px;
  background-color: #b86b43;
  color: white;
  font-weight: bold;
}

#privacy-link-box a:hover {
  background-color: #6f341a;
}

#privacy-link-box {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#privacy-link-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

#privacy-link-box h2 {
  margin-bottom: 12px;
}

#privacy-link-box p {
  margin-bottom: 18px;
}

#privacy-link-box a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 8px;
  background-color: #b86b43;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

#privacy-link-box a:hover {
  background-color: #6f341a;
}

#privacy-link-box::before,
#privacy-link-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

#privacy-link-box::before {
  inset: -2px;
  border-radius: 18px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.95) 0 70px,
      transparent 70px 140px
    ) top / 280px 3px repeat-x,
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.95) 0 70px,
      transparent 70px 140px
    ) right / 3px 280px repeat-y,
    repeating-linear-gradient(
      270deg,
      rgba(255,255,255,0.95) 0 70px,
      transparent 70px 140px
    ) bottom / 280px 3px repeat-x,
    repeating-linear-gradient(
      360deg,
      rgba(255,255,255,0.95) 0 70px,
      transparent 70px 140px
    ) left / 3px 280px repeat-y;
}

#privacy-link-box::after {
  inset: 10px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.75) 0 70px,
      transparent 70px 140px
    ) top / 280px 2px repeat-x,
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.75) 0 70px,
      transparent 70px 140px
    ) right / 2px 280px repeat-y,
    repeating-linear-gradient(
      270deg,
      rgba(255,255,255,0.75) 0 70px,
      transparent 70px 140px
    ) bottom / 280px 2px repeat-x,
    repeating-linear-gradient(
      360deg,
      rgba(255,255,255,0.75) 0 70px,
      transparent 70px 140px
    ) left / 2px 280px repeat-y;
}

#privacy-link-box:hover::before,
#privacy-link-box:hover::after {
  opacity: 1;
}

#privacy-link-box:hover::before {
  animation: dashFlow 4s linear infinite;
}

#privacy-link-box:hover::after {
  animation: dashFlow 4s linear infinite;
}

@keyframes dashFlow {
  0% {
    background-position:
      0 0,
      100% 0,
      0 100%,
      0 0;
  }
  100% {
    background-position:
      280px 0,
      100% 280px,
      -280px 100%,
      0 -280px;
  }
}

#devotionals h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 24px;
}

#devotionals p {
  margin-bottom: 14px;
}

#devotionals a {
  font-weight: bold;
}

.top-two-sections {
  display: grid;
  grid-template-columns: 330px 920px;
    column-gap: 24px;
  align-items: stretch;
  justify-content: start;
    max-width: 1400px;
margin: 580px auto 30px;     
   padding: 0 20px;
}

.top-two-sections #devotionals {
  width: 320px;
  max-width: 320px;
  margin: 99px 0 0 0;
        position: relative;
  left: -500px;
  z-index: 2;
  min-height: 200px;
}

.top-two-sections .hero {
  width: 100%;
  max-width: 980px;
  margin: 0;
  justify-self: start;
  position: relative;
left: -140px;
}
