/* ============================================================
   KIROMBE SEVENTH-DAY ADVENTIST CHURCH
   Custom stylesheet — kirombe.css
   ============================================================ */

/* Google Fonts override */
body,
p,
.services-description,
.news-description,
.facts-counter-description,
input,
textarea,
button {
    font-family: 'Raleway', sans-serif !important;
}

.home-page-title,
.section-title,
h2.section-title {
    font-family: 'Cinzel', serif !important;
    letter-spacing: 0.06em;
}

.quotations {
    font-family: 'Lora', serif !important;
    font-style: italic;
}


/* ── SERVICE TIMES BAR ── */
.service-times-bar {
    background: #0f1a2e;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    padding: 10px 24px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    position: relative;
    z-index: 300;
    width: 100%;
}

.service-times-bar em {
    color: #C9A84C;
    font-style: normal;
}


/* ── HERO ADDITIONS ── */
.hero-church-label {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 16px;
    display: block;
}

.hero-main-title {
    font-size: clamp(40px, 7vw, 80px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.1 !important;
    margin-bottom: 28px !important;
}

.hero-verse-block {
    text-align: center;
}

.hero-verse {
    font-family: 'Lora', serif !important;
    font-style: italic;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
    margin: 0 auto 10px;
    line-height: 1.75;
    display: block;
}

.hero-verse-ref {
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: #C9A84C;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}

.hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.hero-btn {
    display: inline-block;
    padding: 13px 34px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    background: transparent;
}

.hero-btn-outline:hover,
.hero-btn-outline:focus {
    border-color: #C9A84C;
    background: rgba(201, 168, 76, 0.15);
    color: #fff;
    text-decoration: none;
}

.hero-btn-gold {
    border: 2px solid #C9A84C;
    background: #C9A84C;
    color: #0f1a2e;
}

.hero-btn-gold:hover,
.hero-btn-gold:focus {
    background: #e8c97a;
    border-color: #e8c97a;
    color: #0f1a2e;
    text-decoration: none;
}


/* ── SECTION EYEBROW & DIVIDER ── */
.section-eyebrow {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 10px;
    display: block;
}

.section-title-divider {
    width: 48px;
    height: 2px;
    background: #C9A84C;
    margin: 14px auto 0;
}

.section-about .section-title-divider,
.section-services .section-title-divider,
.section-works .section-title-divider,
.section-news .section-title-divider,
.section-contact .section-title-divider,
.section-membership .section-title-divider {
    margin: 14px 0 0;
}


/* ── ABOUT SECTION ── */
.section-about .section-all-subtitle-first {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    letter-spacing: 0.04em;
}

/* Skills bar gold colour */
.skillbar-bar {
    background: #C9A84C !important;
}


/* ── FACTS SECTION ── */
.facts-counter-number {
    font-family: 'Cinzel', serif !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #C9A84C !important;
}

.facts-counter-title {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/* ── SERVICES / MINISTRIES ── */
.services-title {
    font-family: 'Cinzel', serif !important;
    font-size: 16px !important;
    letter-spacing: 0.04em !important;
    color: #111 !important;
}

.services-img span {
    color: #C9A84C !important;
}

.services-hover:hover .services-title {
    color: #C9A84C !important;
}

.services-description strong,
.services-description em {
    color: #0f1a2e;
}


/* ── NEWS / ANNOUNCEMENTS ── */
.news-title {
    font-family: 'Cinzel', serif !important;
    font-size: 16px !important;
    letter-spacing: 0.03em !important;
}

.news-date {
    color: #C9A84C !important;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 10px;
}


/* ── TESTIMONIALS ── */
.testimonials-signature {
    font-family: 'Lora', serif !important;
    font-style: italic;
    color: #C9A84C !important;
    font-size: 13px;
    letter-spacing: 0.06em;
}


/* ── MEMBERSHIP SECTION ── */
.section-membership {
    background: #f5f0e8;
    padding: 90px 0;
}

.section-membership .section-title {
    color: #0f1a2e;
}

.section-membership .section-all-subtitle {
    color: #444;
}

.section-membership .section-all-subtitle-first {
    color: #0f1a2e;
    font-family: 'Cinzel', serif;
    font-size: 15px;
}

.membership-form-wrapper {
    max-width: 800px;
    margin: 40px auto 0;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.membership-form-wrapper iframe {
    width: 100%;
    height: 920px;
    border: none;
    display: block;
}


/* ── CONTACT ── */
.email {
    color: #C9A84C !important;
    transition: opacity 0.2s;
}

.email:hover {
    opacity: 0.8;
    color: #C9A84C !important;
}

.footer-contact-block-label {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0f1a2e;
    font-weight: 700;
}

.submit-button {
    background: #0f1a2e !important;
    border: 2px solid #0f1a2e !important;
    color: #fff !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    padding: 13px 36px !important;
    transition: all 0.3s !important;
    cursor: pointer;
}

.submit-button:hover {
    background: #C9A84C !important;
    border-color: #C9A84C !important;
    color: #0f1a2e !important;
}


/* ── FOOTER ── */
.footer-church-name {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.08em;
    margin: 12px 0 4px;
    font-weight: 600;
}

.footer-church-sub {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-footer .copy a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    letter-spacing: 0.06em;
    transition: color 0.3s;
}

.section-footer .copy a:hover {
    color: #C9A84C;
}

.social-icons-footer a {
    transition: color 0.3s, opacity 0.3s;
}

.social-icons-footer a:hover {
    color: #C9A84C !important;
    opacity: 1 !important;
}


/* ── GALLERY captions ── */
.img-caption {
    font-family: 'Cinzel', serif !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
}


/* ── RESPONSIVE FIXES ── */
@media (max-width: 768px) {
    .service-times-bar {
        font-size: 10px;
        padding: 8px 12px;
        letter-spacing: 0.08em;
    }

    .hero-verse {
        font-size: 15px;
    }

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

    .hero-btn {
        width: 220px;
        text-align: center;
    }

    .membership-form-wrapper iframe {
        height: 1100px;
    }
}


/* ── LOGO SIZE FIX ── */
/* Increase logo size so church logo is visible */
.logo-img:before {
        background-image: url(../img/logo-light-mobile.png) !importantimportant;
            background-size: contain !importaimportantimportant    background-repeat: no-repeat !importantimportant;
                width: 120px !importantimportant;
                    height: 60px !iimportantimportant    line-height: 60px !imporimportantimportant}
                    
                    .logo-img-dark:befbefore    background-image: url(../img/logo-dark-mobile.png) !impimportantimportant    background-size: contain !iimportantimportant    background-repeat: no-repeat !importantimportant;
                        width: 120px !importaimportantimportant    height: 60px !importaimportantimportant    line-height: 60px !importantimportant;
                        }
                        
                        .footer-logo:before FIX    content: "" !iimportaimportantimportant    background: url(../img/logo-footer.png) no-repeat !impimportantimportant    background-size: contain !importaimportantimportant    display: block !imimportantimportant    width: 120px !imimportantimportant    height: 60px !iimportantimportant    margin: 0 auto !iimportantimportant}
                        
                        .loglogo-footer    top: 30px !impoimportantimportant    left: 30px !importantimportant;
                        }
}