body {
    padding-top: 130px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #F2F5F7;
    color: #1A2A40;
}

.hero {
    background: linear-gradient(to bottom right, #A7D3F3, #FFFFFF);
    padding: 80px 20px;
    text-align: center;
}

.small-hero {
    padding: 50px 20px;
}

.btn-primary {
    background: #1A2A40;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.scripture-section, .about {
    padding: 40px 20px;
    text-align: center;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px 20px;
}

.feature-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.form-section {
    padding: 30px;
    max-width: 600px;
    margin: auto;
}

.form-section input, .form-section select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.output-section {
    padding: 30px;
    max-width: 800px;
    margin: auto;
}

#sermon-output {
    background: white;
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

footer {
    text-align: center;
    padding: 20px;
    background: #1A2A40;
    color: white;
    margin-top: 40px;
}
.site-logo {
    width: 220px;          /* adjust size if needed */
    display: block;
    margin: 0 auto 20px;   /* centers the logo and adds spacing below */
}

.daily-scripture {
    text-align: center;
    margin: 60px auto;
    max-width: 900px;
    padding: 20px;
}

.daily-scripture h2 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    filter: none;
    backdrop-filter: none;
}

}

.daily-scripture blockquote {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1f3b5c;
    margin-bottom: 15px;
}

.scripture-ref {
    font-size: 1.3rem;
    font-style: italic;
    color: #3a5f8a;
}
#verse, #reference {
    color: white;
    text-shadow: 0 0 8px rgba(0,0,0,0.9);
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 8px;
    background: rgba(0,0,0,0.35); /* soft transparent black */
    display: inline-block;
}
h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
    background: rgba(0,0,0,0.25);
    padding: 10px 18px;
    border-radius: 8px;
    display: inline-block;
    backdrop-filter: none;
}

.sermon-container {
    max-width: 700px;
    margin: 40px auto;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sermon-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1A2A40;
    text-align: center;
}

.sermon-select,
.sermon-input {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.sermon-input {
    height: 150px;
    resize: vertical;
}

.sermon-btn {
    width: 100%;
    background: #1A2A40;
    color: white;
    padding: 14px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}

.sermon-btn:hover {
    background: #2C3E55;
}

.sermon-output {
    margin-top: 30px;
    padding: 20px;
    background: #F2F5F7;
    border-radius: 10px;
    min-height: 150px;
}
/* Sermon Writer Styles */
.sermon-container {
    max-width: 700px;
    margin: 40px auto;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sermon-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1A2A40;
    text-align: center;
}

.sermon-select,
.sermon-input {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.sermon-input {
    height: 150px;
    resize: vertical;
}

.sermon-btn {
    width: 100%;
    background: #1A2A40;
    color: white;
    padding: 14px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}

.sermon-btn:hover {
    background: #2C3E55;
}

.sermon-output {
    margin-top: 30px;
    padding: 20px;
    background: #F2F5F7;
    border-radius: 10px;
    min-height: 150px;
}

}

/* Left Panel */
.sermon-input-panel {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sermon-input-panel label {
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

#modelSelect,
#sermonPrompt {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#sermonPrompt {
    height: 150px;
    resize: vertical;
}

#generateSermonBtn {
    width: 100%;
    background: #1A2A40;
    color: white;
    padding: 14px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}

#generateSermonBtn:hover {
    background: #2C3E55;
}

.status-text {
    margin-top: 10px;
    color: #555;
}



}
/* ============================
   PREACHUP-STYLE LAYOUT
============================ */

.sermon-layout {
    max-width: 1400px;
    margin: 40px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px;
}





#sermonPrompt {
    width: 100%;
    height: 180px;
    margin-top: 12px;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: vertical;
}

#generateSermonBtn {
    width: 100%;
    background: #1A2A40;
    color: white;
    padding: 14px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}

#generateSermonBtn:hover {
    background: #2C3E55;
}

.status-text {
    margin-top: 10px;
    color: #555;
}



.sermon-output-box {
    min-height: 600px;
    font-size: 18px;
    line-height: 1.7;
    white-space: pre-wrap;
}

/* MOBILE */
@media (max-width: 900px) {
    .sermon-layout {
        grid-template-columns: 1fr;
    }
}
/* Make the verse stand out */
#daily-verse-text,
#daily-verse-reference {
    font-weight: 700;
    color: #ffffff;
    text-shadow: none;
    filter: none;
    backdrop-filter: none;
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-block;
}


/* Add a soft glowing halo behind the verse */
.scripture-box {
    position: relative;
    text-align: center;
    padding: 30px 20px;
}

.scripture-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.35) 0%,
        rgba(255,255,255,0.05) 60%,
        transparent 100%
    );
    filter: blur(40px);
    z-index: 0;
}

/* Make sure text stays above the glow */
.scripture-box * {
    position: relative;
    z-index: 2;
}
/* ================================
   NAVIGATION BAR
================================ */
.navbar {
    width: 100%;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-logo {
    font-size: 22px;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links li a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.nav-links li a:hover {
    color: #ffd700;
    text-shadow: 0 0 10px #ffd700;
}
@media (max-width: 600px) {
    .navbar {
        padding: 12px 20px;
    }

    .nav-logo {
        font-size: 20px;
    }

    .nav-links {
        gap: 15px;
        padding: 20px 0;
    }

    body {
        padding-top: 110px;
    }
}
.nav-links li a {
    font-size: 16px;
    padding: 8px 12px;
}
.nav-links {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
}

