html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    nav .logo {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1E88E5 !important;
    }

    nav ul {
        display: flex;
        list-style: none;
    }

        nav ul li {
            margin-left: 20px;
        }

            nav ul li a {
                font-weight: 500;
            }

.hero {
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.hero-content {
    flex: 1;
}

    .hero-content h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 1.125rem;
        margin-bottom: 30px;
        color: #555;
    }

.btn {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 4px;
}

.btn-primary {
    background: #1E88E5;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #1E88E5;
    border: 2px solid #1E88E5;
    margin-left: 15px;
}

.hero-image {
    flex: 1;
    text-align: right;
}

    .hero-image img {
        width: 80%;
        max-width: 500px;
        border-radius: 8px;
    }

.features {
    margin: 30px 0 50px;
    padding: 80px 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

    .feature-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .feature-item .text {
        flex: 1;
        padding: 0 40px;
    }

        .feature-item .text h2 {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #1E88E5;
        }

        .feature-item .text p {
            color: #666;
        }

    .feature-item .img {
        flex: 1;
        max-width: 300px;
    }

        .feature-item .img img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

.cta {
    background: #1E88E5;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

    .cta h2 {
        font-size: 2.25rem;
        margin-bottom: 20px;
    }

    .cta a {
        margin-top: 20px;
    }

footer {
    padding: 20px 0;
    text-align: center;
    color: #999;
    font-size: 0.875rem;
}

.hero-image {
    margin-top: 40px;
}

.feature-item {
    flex-direction: column;
}

    .feature-item .text, .feature-item .img {
        padding: 0;
    }
}

/*---------------------------------------------------------------------------*/

:root {
    --primary-color: #2a5c8b;
    --secondary-color: #1e3f63;
    --accent-color: #d4a017;
    --light-color: #f8f5f0;
    --dark-color: #1a1a1a;
    --success-color: #4bb543;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    color: var(--dark-color);
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styles */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

    .logo i {
        margin-right: 0.5rem;
        color: var(--accent-color);
    }

.nav-links {
    display: flex;
    list-style: none;
}

    .nav-links li {
        margin-left: 2rem;
    }

    .nav-links a {
        text-decoration: none;
        color: var(--dark-color);
        font-weight: 600;
        transition: color 0.3s;
    }

        .nav-links a:hover {
            color: var(--primary-color);
        }

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid var(--primary-color);
    font-size: 1rem;
}

    .cta-button:hover {
        background-color: transparent;
        color: var(--primary-color);
        transform: translateY(-2px);
    }

.secondary-button {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

    .secondary-button:hover {
        background-color: var(--primary-color);
        color: white;
    }

/* Hero Section */
.hero {
    padding: 10rem 0 5rem;
    background: linear-gradient(rgba(42, 92, 139, 0.8), rgba(42, 92, 139, 0.9)), url('https://images.unsplash.com/photo-1452421822248-d4c2b47f0c81?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
    color: white;
    text-align: center;
}

    .hero h1 {
        font-size: 3.2rem;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .hero p {
        font-size: 1.3rem;
        max-width: 700px;
        margin: 0 auto 2.5rem;
        opacity: 0.9;
    }

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.app-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.app-badge {
    height: 50px;
    transition: transform 0.3s;
}

    .app-badge:hover {
        transform: translateY(-3px);
    }

/* Bible Verse Highlight */
.bible-verse {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid var(--accent-color);
    padding: 1.5rem;
    max-width: 800px;
    margin: 3rem auto 0;
    text-align: left;
}

.bible-verse-text {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.bible-verse-ref {
    font-weight: 600;
    color: var(--accent-color);
}

/* Features Section */
.features {
    padding: 0rem 0;
    background-color: var(--light-color);
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
}

    .section-title h2 {
        font-size: 2.5rem;
        color: var(--dark-color);
        margin-bottom: 1rem;
    }

    .section-title p {
        color: #666;
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.1rem;
    }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.feature-icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

/* Bible Versions Section */
.versions {
    padding: 6rem 0;
    background-color: white;
}

.versions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.version-card {
    background-color: var(--light-color);
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

    .version-card:hover {
        background-color: var(--primary-color);
        color: white;
    }

    .version-card h4 {
        margin-bottom: 0.5rem;
    }

/* Devotional Section */
.devotionals {
    padding: 6rem 0;
    background: linear-gradient(rgba(42, 92, 139, 0.9), rgba(42, 92, 139, 0.95)), url('https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
    color: white;
}

.devotional-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
}

    .devotional-card h3 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        color: var(--accent-color);
    }

/* Testimonials */
.testimonials {
    padding: 6rem 0;
    background-color: var(--light-color);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-content {
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #555;
    position: relative;
}

    .testimonial-content::before {
        content: '"';
        font-size: 4rem;
        color: rgba(212, 160, 23, 0.2);
        top: -1.5rem;
        left: -1rem;
        font-family: serif;
    }

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

    .author-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.author-info h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.author-info p {
    color: #777;
    font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
    padding: 6rem 0 1rem 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    text-align: center;
}

    .cta-section h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .cta-section p {
        max-width: 600px;
        margin: 0 auto 2.5rem;
        font-size: 1.1rem;
        opacity: 0.9;
    }

.cta-button.light {
    background-color: white;
    color: var(--primary-color);
    border-color: white;
}

    .cta-button.light:hover {
        background-color: transparent;
        color: white;
    }

/* Footer */
footer {
    background-color: var(--dark-color);
    color: white;
    padding: 2rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

    .footer-column h3::after {
        content: '';
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: var(--accent-color);
    }

.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 0.8rem;
    }

    .footer-links a {
        color: #bbb;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-links a:hover {
            color: white;
        }

    .social-links a {
        color: black;
        background-color: rgba(255, 255, 255, 0.1);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s;
    }

        .social-links a:hover {
            background-color: var(--accent-color);
        }

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #bbb;
    font-size: 0.9rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .app-badges {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .container {
        width: 90%;
    }

    .nav-links {
        display: none;
    }

    .hero {
        padding: 8rem 0 3rem;
    }

        .hero h1 {
            font-size: 2rem;
        }

        .hero p {
            font-size: 1.1rem;
        }
}

.screenshots {
    padding: 6rem 0;
    background-color: #f9fafc;
}

.screenshot-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.screenshot-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .screenshot-card:hover {
        transform: translateY(-5px);
    }

.screenshot-img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

.screenshot-caption {
    padding: 1.5rem;
    text-align: center;
}

    .screenshot-caption h4 {
        color: var(--primary-color);
        margin-bottom: 0.5rem;
    }

    .screenshot-caption p {
        color: #666;
        font-size: 0.95rem;
    }

.center-button {
    text-align: center;
    margin-top: 3rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .screenshot-gallery {
        grid-template-columns: 1fr;
    }
}