/*
 * Nur Labs — Custom Styles
 * Overrides for the Sasico SaaS template
 */

/* ===== HTML/Body Root Background Per Theme ===== */
/* Safari uses body background-color for status bar tinting (via fixed header fallback) */
html, body.main-home {
    background-color: #F4FAF7 !important;
}
html:has(body.app-dark), body.app-dark {
    background-color: #000 !important;
}
html:has(body.app-dhikrflow), body.app-dhikrflow {
    background-color: #FFF9F5 !important;
}
html:has(body.app-prayerbar), body.app-prayerbar {
    background-color: #F7FDF9 !important;
}

/* ===== Global List Reset ===== */
/* Prevent browser-default bullet markers from leaking through on nav/icon lists */
.header-main ul,
.mobile-menu ul,
.hero-app-icons,
.footer-links,
.footer-app-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* ===== Color Overrides ===== */
:root {
    --theme-color: #2D9F6F;
    --theme-color2: #E8F5EE;
    --border-color2: #E8F5EE;
    --nur-green: #2D9F6F;
    --nur-green-light: #34C759;
    --nur-dark: #0A1A12;
    --nur-warm: #FAF8F4;
}

/* ===== Progressive Enhancement — Show content when JS fails ===== */
/* AOS (Animate On Scroll) hides elements until JS runs animations.
   When JS doesn't load, elements stay invisible. This fallback ensures
   all content is visible in no-js contexts. */
html.no-js [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}
html.no-js #preloader {
    display: none !important;
}

/* ===== Homepage Spacing — Tighten hero-to-apps gap ===== */
@media (min-width: 993px) {
    body.main-home:not([class*="app-"]) .main-sec.space-md-bottom {
        padding-bottom: 60px;
    }
    body.main-home:not([class*="app-"]) #apps.space {
        padding-top: 80px;
    }
}

/* ===== Main Section Background ===== */
.main-sec::before {
    background-image: none;
    background:
        radial-gradient(ellipse at 40% 30%, rgba(45, 159, 111, 0.15) 0%, rgba(45, 159, 111, 0.06) 35%, transparent 65%),
        radial-gradient(ellipse at 70% 60%, rgba(45, 159, 111, 0.08) 0%, transparent 50%);
    width: 100%;
    height: 100%;
}

/* ===== Section Background Overrides ===== */
.feature-sec2 {
    background-image: none;
    background-color: #F4FAF7;
}
.feature-sec2 .sec-title .sub-title,
.feature-sec2 .sec-title.white .sub-title {
    background-color: var(--theme-color2);
    color: var(--nur-green);
}
.feature-sec2 .sec-title .title,
.feature-sec2 .sec-title.white .title {
    color: var(--title-color);
}
.feature-sec2 .feature-block2 {
    background-color: var(--white-color);
    border: 1px solid #E5EDE9 !important;
    border-style: solid !important;
}
.feature-block2::before {
    display: none !important;
}
.feature-sec2 .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-bottom: 0 !important;
}
.feature-sec2 .row > [class*="col-"] {
    display: flex;
}
.feature-sec2 .row > [class*="col-"] > div {
    width: 100%;
    display: flex;
}
.feature-block2 {
    width: 100%;
}
.choose-block {
    height: 100%;
}
.choose-us-sec .row > [class*="col-"],
.choose-info .row > [class*="col-"] {
    display: flex;
}
.choose-us-sec .row > [class*="col-"] > div,
.choose-info .row > [class*="col-"] > div {
    width: 100%;
}
.feature-block2:hover {
    border-color: var(--nur-green) !important;
    border-style: solid !important;
}
.feature-block2 .feature-icon {
    background: linear-gradient(180deg, #E8F5EE 0%, rgba(232, 245, 238, 0) 100%) !important;
}
.feature-block2 .feature-icon::before {
    background: linear-gradient(180deg, #E8F5EE 0%, rgba(232, 245, 238, 0) 100%) !important;
}
.feature-block2 .feature-icon::after {
    background: linear-gradient(180deg, #C5E8D4 0%, rgba(197, 232, 212, 0) 100%) !important;
}
.feature-sec2 .feature-block2 .title a {
    color: var(--title-color);
}
.feature-sec2 .feature-block2 p {
    color: var(--body-color);
}
.choose-us-sec {
    background-color: #F4FAF7;
}
.choose-info {
    background-image: none;
    background-color: transparent;
    border: none;
    padding: 80px 0 0;
}
.choose-us-sec .row {
    margin-bottom: 0;
}
.choose-info .sec-title .sub-title,
.choose-info .sec-title.white .sub-title {
    background-color: var(--theme-color2);
    color: var(--nur-green);
}
.choose-info .sec-title .title,
.choose-info .sec-title.white .title {
    color: var(--title-color);
}
.choose-block {
    border-color: #E5EDE9;
}
.choose-block .title {
    color: var(--title-color);
}
.choose-block:hover {
    background-color: #F4FAF7 !important;
    border-color: var(--nur-green) !important;
}
.choose-block:hover .title,
.choose-block:hover p {
    color: var(--title-color) !important;
}
.choose-block:hover .choose-icon {
    background: linear-gradient(180deg, #C5E8D4 0%, rgba(197, 232, 212, 0) 100%) !important;
}
.cta-banner .cta-info {
    background-image: none;
    background-color: #F4FAF7;
    border: 1px solid #E5EDE9;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-content a {
    pointer-events: auto !important;
    position: relative;
    z-index: 3;
}
.choose-block .choose-icon {
    background: linear-gradient(180deg, #E8F5EE 0%, rgba(232, 245, 238, 0) 100%) !important;
}
.choose-block .choose-icon::before {
    background: linear-gradient(180deg, #E8F5EE 0%, rgba(232, 245, 238, 0) 100%) !important;
}
.choose-block .choose-icon::after {
    background: linear-gradient(180deg, #C5E8D4 0%, rgba(197, 232, 212, 0) 100%) !important;
}
/* ===== Brand Text (temp until logo) ===== */
.header-brand {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 800;
    color: var(--title-color) !important;
    text-decoration: none;
    letter-spacing: -0.02em;
}
.app-header-brand {
    display: flex !important;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.app-header-brand .app-header-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}
.app-header-brand span {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    letter-spacing: -0.01em;
}
.footer-brand {
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 800;
    color: var(--title-color);
    letter-spacing: -0.02em;
}

.app-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px !important;
}
.app-footer-brand .app-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.footer-app-links a {
    display: flex !important;
    align-items: center;
    gap: 8px;
}
.footer-app-icon {
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

/* ===== Footer ===== */
.footer-style1 .widget-area {
    padding: 80px 0 30px;
}
.footer-style1 .about-widget p {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.6;
}
.footer-style1 .footer-links li {
    margin-bottom: 12px;
}
.footer-style1 .link-title {
    margin-bottom: 24px;
}
.app-footer-brand .footer-brand {
    font-size: 20px;
}
.footer-style1::before {
    background-image: none !important;
    background: linear-gradient(180deg, transparent 0%, #F4FAF7 100%) !important;
    height: 200px !important;
    bottom: auto !important;
    top: -200px !important;
}
.footer-style1 .footer-content {
    display: none;
}
.footer-style1 .widget-area {
    background-color: #F9FDFB;
    padding-top: 80px;
}
.footer-style1 .footer-box {
    background-color: #F9FDFB;
    border-top: 1px solid #E5EDE9;
}
.footer-style1 .link-title {
    color: var(--title-color);
}
.footer-style1 .footer-links a {
    color: var(--body-color);
}
.footer-style1 .footer-links a:hover {
    color: var(--nur-green);
}

/* ===== Preloader App Icon ===== */
#preloader .loader {
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader img,
#preloader .loader-icon {
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-animation: pulse-loader 1.5s ease-in-out infinite !important;
    animation: pulse-loader 1.5s ease-in-out infinite !important;
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    border-radius: 12px;
}
@keyframes pulse-loader {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}
@media (max-width: 768px) {
    #preloader .loader-icon {
        width: 48px;
        height: 48px;
    }
    /* Hide header on mobile for app pages */
    .app-dark .header-main,
    .app-dhikrflow .header-main,
    .app-prayerbar .header-main {
        display: none !important;
    }
    /* Reduce hero icon on mobile */
    .app-hero-icon .app-icon-img {
        width: 80px !important;
        height: 80px !important;
    }
    /* Mobile: add top spacing for app pages */
    .app-dark .hero-content,
    .app-dhikrflow .hero-content,
    .app-prayerbar .hero-content {
        padding-top: 40px;
    }
    /* Mobile: fade gradient from flat color so top matches Safari status bar tint */
    .main-sec::before {
        mask-image: linear-gradient(to bottom, transparent 0px, black 80px) !important;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 80px) !important;
    }
}
.app-dark #preloader {
    background: #000 !important;
}
.app-dhikrflow #preloader {
    background: #FFF9F5 !important;
}
.app-prayerbar #preloader {
    background: #F7FDF9 !important;
}

/* ===== Phosphor Icons in Feature Cards ===== */
.feature-block2 .ph-icon {
    font-size: 28px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 20px;
}
.feature-block2 .feature-icon {
    display: none !important;
}
.choose-block .ph-icon {
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 16px;
}
.choose-block .choose-icon {
    display: none !important;
}

/* Light theme icon colors */
.app-prayerbar .ph-icon,
.app-dhikrflow .ph-icon {
    background: linear-gradient(180deg, var(--theme-color2) 0%, rgba(255,255,255,0) 100%);
    color: var(--theme-color);
}

/* Dark theme icon colors */
.app-dark .ph-icon {
    background: rgba(45, 159, 111, 0.12);
    color: var(--nur-green);
}

/* Homepage icon colors */
.main-home:not(.app-dark):not(.app-dhikrflow):not(.app-prayerbar) .ph-icon {
    background: linear-gradient(180deg, #E8F5EE 0%, rgba(232, 245, 238, 0) 100%);
    color: var(--nur-green);
}

/* ===== Disable AOS — use micro interactions instead ===== */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* ===== Micro Interactions ===== */
.feature-block2 {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-block2:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
}
.choose-block {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.choose-block:hover {
    transform: translateY(-4px) !important;
}
.btn-style1 {
    transition: transform 0.2s ease, background-color 0.2s ease !important;
}
.btn-style1:hover {
    transform: scale(1.03);
}
.btn-style1:active {
    transform: scale(0.97);
}
.app-store-link {
    transition: transform 0.2s ease;
}
.app-store-link:hover {
    transform: scale(1.05);
}
.app-store-link:active {
    transform: scale(0.96);
}
.ph-icon {
    transition: transform 0.3s ease;
}
.feature-block2:hover .ph-icon {
    transform: scale(1.1) rotate(-3deg);
}
.hero-app-icons a:hover img {
    transform: scale(1.12);
}
.hero-app-icons a:active img {
    transform: scale(0.95);
}
.hero-app-icons img {
    transition: transform 0.2s ease;
}
.footer-app-links a {
    transition: transform 0.2s ease;
}
.footer-app-links a:hover {
    transform: translateX(4px);
}
.footer-links a {
    transition: color 0.2s ease;
}
.app-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.app-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.app-header-brand,
.app-footer-brand {
    transition: opacity 0.2s ease;
}
.app-header-brand:hover,
.app-footer-brand:hover {
    opacity: 0.8;
}
.accordion-button {
    transition: padding-left 0.2s ease !important;
}
.accordion-button:hover {
    padding-left: 28px !important;
}

/* ===== Global Theme Color Override ===== */
.btn-style1 {
    background-color: var(--nur-green) !important;
    color: #fff !important;
}
.btn-style1 span {
    background-color: #247A57 !important;
}
.btn-style1 span img {
    filter: brightness(0) invert(1) !important;
}
.btn-style1:hover {
    background-color: #247A57 !important;
}
.sub-title,
.sec-title .sub-title,
.sec-title.white .sub-title {
    background-color: var(--theme-color2) !important;
    color: var(--nur-green) !important;
    border-color: #D0E8DB !important;
}
.accordion-item.active .accordion-button .arrow-btn {
    background-color: var(--nur-green) !important;
}
.accordion-item.active .accordion-button .arrow-btn img {
    filter: brightness(0) invert(1) !important;
}
.accordion-item.active {
    border-color: var(--nur-green) !important;
}
.accordion-item.active .accordion-button .arrow-btn {
    background-color: var(--nur-green) !important;
}
.faq-box::before,
.faq-box::after {
    background: transparent !important;
}
.faq-box .vs-accordion .accordion-item::before {
    display: none !important;
}

/* ===== Hero ===== */
.hero-sec .hero-content .title {
    max-width: 100%;
    letter-spacing: -0.02em;
    margin-left: auto;
    margin-right: auto;
}
.hero-sec .hero-content p {
    max-width: 520px;
    font-size: 17px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}
.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-app-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 8px;
}
.hero-app-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.hero-app-icons a:hover {
    transform: translateY(-4px);
}
.hero-app-icons a span {
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 600;
    color: var(--title-color);
}
.hero-app-icons img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* ===== App Cards ===== */
.app-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(45, 159, 111, 0.12);
}
.app-card .app-icon-img {
    width: 100px;
    height: 100px;
    border-radius: 22px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.app-card .app-name {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 8px;
}
.app-card .app-tagline {
    font-size: 14px;
    color: var(--nur-green);
    font-weight: 500;
    margin-bottom: 16px;
}
.app-card .app-desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 20px;
    flex-grow: 1;
}
.app-card .app-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}
.app-card .app-badge {
    background: var(--theme-color2);
    color: var(--nur-green);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.app-card .app-store-link img {
    height: 44px;
    transition: opacity 0.2s;
}
.app-card .app-store-link img:hover {
    opacity: 0.8;
}
.app-card .app-version {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}

/* ===== Featured App Card (Hero + 3 Grid) ===== */
.app-featured {
    display: flex;
    background: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}
.app-featured:hover {
    box-shadow: 0 20px 60px rgba(45, 159, 111, 0.12);
}
.app-featured-visual {
    flex: 0 0 45%;
    background: #1a3a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 40px;
}
.app-featured-icon {
    width: 140px;
    height: 140px;
    border-radius: 30px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.app-featured-info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.app-featured-info .app-name {
    font-family: var(--title-font);
    font-size: 28px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 4px;
}
.app-featured-info .app-tagline {
    font-size: 15px;
    color: var(--nur-green);
    font-weight: 500;
    margin-bottom: 16px;
}
.app-featured-info .app-desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 20px;
}
.app-featured-info .app-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.app-featured-info .app-badge {
    background: var(--theme-color2);
    color: var(--nur-green);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.app-featured-info .app-store-link img {
    height: 44px;
    transition: opacity 0.2s;
}
.app-featured-info .app-store-link img:hover {
    opacity: 0.8;
}
.app-featured-info .app-version {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}
.app-grid .col-lg-4 {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .app-featured {
        flex-direction: column;
    }
    .app-featured-visual {
        min-height: 200px;
    }
    .app-featured-icon {
        width: 100px;
        height: 100px;
        border-radius: 22px;
    }
    .app-featured-info {
        padding: 30px 24px;
    }
    .app-featured-info .app-name {
        font-size: 24px;
    }
}

/* ===== Stats ===== */
.stats-sec {
    padding: 40px 0 60px;
}
.stats-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 36px 48px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.stat-block {
    text-align: center;
    flex: 1;
    padding: 8px 24px;
}
.stat-block .stat-number {
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--title-color);
    line-height: 1;
    margin-bottom: 6px;
}
.stat-block .stat-label {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 500;
}
.stat-divider {
    width: 1px;
    height: 48px;
    background: var(--border-color);
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .stats-bar {
        flex-wrap: wrap;
        padding: 24px 16px;
        gap: 8px;
    }
    .stat-block {
        flex: 0 0 45%;
        padding: 12px 8px;
    }
    .stat-divider {
        display: none;
    }
    .stat-block .stat-number {
        font-size: 28px;
    }
}

/* ===== Mission Quote ===== */
.mission-quote {
    font-family: var(--title-font);
    font-size: 20px;
    font-style: italic;
    color: var(--body-color);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.mission-quote .attribution {
    font-style: normal;
    font-size: 14px;
    margin-top: 8px;
    color: #999;
    display: block;
}

/* ===== Feature List (App Detail Pages) ===== */
.feature-list-detailed {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-list-detailed li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--body-color);
}
.feature-list-detailed li img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}
.feature-list-detailed li strong {
    color: var(--title-color);
}

/* ===== Screenshot Gallery ===== */
.screenshot-sec {
    padding: 40px 0 80px;
    overflow: hidden;
}
.screenshot-sec .carousel-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.screenshot-sec .swiper {
    overflow: visible;
    margin: 0 !important;
    padding: 0 !important;
}
.screenshot-sec {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}
.screenshot-slider {
    overflow: visible;
    padding: 20px 0;
}
.screenshot-slider .swiper-wrapper {
    align-items: center;
}
.screenshot-slider .swiper-slide {
    width: 230px !important;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.screenshot-slider .swiper-slide-active {
    transform: scale(1.04) translateY(-16px);
    z-index: 2;
}
.screenshot-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.app-dark .screenshot-sec {
    background-color: #000;
}
.app-dark .screenshot-slider .swiper-slide img {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
    .screenshot-slider .swiper-slide {
        width: 200px;
    }
}

/* ===== App Pages — Hide Nav, Center Logo, No Sticky ===== */
.app-dark .main-menu11.menu-style11,
.app-dhikrflow .main-menu11.menu-style11 {
    display: none !important;
}
.app-dark .header-btn,
.app-dhikrflow .header-btn {
    display: none !important;
}
.header-main.sticky {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.app-dark .header-bottom .col-lg-6,
.app-dark .header-bottom .col-lg-3:last-child,
.app-dhikrflow .header-bottom .col-lg-6,
.app-dhikrflow .header-bottom .col-lg-3:last-child {
    display: none !important;
}
.app-dark .header-bottom .container-fluid,
.app-dhikrflow .header-bottom .container-fluid {
    padding-left: 60px;
}

/* ===== App Page Hero ===== */
.app-hero-icon {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}
.app-hero-icon .app-icon-img {
    width: 100px !important;
    height: 100px !important;
}
.app-hero-icon .app-icon-img {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.hero-content .app-store-link {
    display: inline-block;
}
.hero-content .app-store-link img {
    height: 52px;
    transition: opacity 0.2s;
}
.hero-content .app-store-link:hover img {
    opacity: 0.85;
}
.hero-content .app-version {
    font-size: 13px;
    color: #999;
}

/* ===== App Detail Hero ===== */
.app-detail-hero {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}
.app-detail-hero .app-icon-lg {
    width: 120px;
    height: 120px;
    border-radius: 26px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.app-detail-hero .app-meta .app-name-lg {
    font-family: var(--title-font);
    font-size: 32px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 4px;
}
.app-detail-hero .app-meta .app-tagline-lg {
    font-size: 16px;
    color: var(--nur-green);
    font-weight: 500;
    margin-bottom: 8px;
}
.app-detail-hero .app-meta .app-platforms {
    font-size: 13px;
    color: #999;
}
.app-detail-hero .app-meta .app-store-link img {
    height: 44px;
    margin-top: 12px;
    transition: opacity 0.2s;
}
.app-detail-hero .app-meta .app-store-link img:hover {
    opacity: 0.8;
}

/* ===== Legal Pages ===== */
.legal-header {
    padding: 120px 0 40px;
}
.legal-header .back-link {
    font-size: 14px;
    color: var(--nur-green);
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
}
.legal-header .back-link:hover {
    text-decoration: underline;
}
.legal-header h1 {
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 8px;
}
.legal-header .last-updated {
    font-size: 14px;
    color: #999;
}
.legal-content {
    padding-bottom: 80px;
}
.legal-content section {
    margin-bottom: 40px;
}
.legal-content h2 {
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 16px;
}
.legal-content h3 {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 12px;
    margin-top: 24px;
}
.legal-content p,
.legal-content li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-color);
}
.legal-content ul {
    padding-left: 20px;
    margin-bottom: 16px;
}
.legal-content li {
    margin-bottom: 8px;
}
.legal-content .summary-box {
    background: var(--theme-color2);
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 32px;
}
.legal-content .summary-box h2 {
    color: var(--nur-green);
    margin-bottom: 12px;
}
.legal-content .alert-box {
    background: #FFF8E1;
    border-left: 4px solid #F59E0B;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 24px;
}
.legal-content .alert-box.info {
    background: #E8F5EE;
    border-left-color: var(--nur-green);
}
.legal-content .alert-box.primary {
    background: var(--theme-color2);
    border-left-color: var(--nur-green);
}
.legal-content .card-box {
    background: var(--bg-color3);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

/* ===== Contact Page ===== */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 32px;
}
.contact-card {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}
.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(45, 159, 111, 0.1);
}
.contact-card .contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    margin: 0 auto 16px;
    overflow: hidden;
}
.contact-card .contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.contact-card h3 {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.contact-card p {
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 16px;
}
.contact-card a.email-link {
    color: var(--nur-green);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}
.contact-card a.email-link:hover {
    text-decoration: underline;
}

/* ===== Dark Mode Overrides ===== */
.dark-active .app-card {
    background: #1A1A1A;
    border-color: #2A2A2A;
}
.dark-active .app-card:hover {
    box-shadow: 0 20px 60px rgba(45, 159, 111, 0.2);
}
.dark-active .app-card .app-name {
    color: #fff;
}
.dark-active .app-card .app-badge {
    background: rgba(45, 159, 111, 0.15);
}
.dark-active .stat-block .stat-number {
    color: var(--nur-green-light);
}
.dark-active .legal-header h1,
.dark-active .legal-content h2,
.dark-active .legal-content h3,
.app-dark .legal-header h1,
.app-dark .legal-content h2,
.app-dark .legal-content h3 {
    color: #fff;
}
.dark-active .legal-content .summary-box,
.app-dark .legal-content .summary-box {
    background: rgba(45, 159, 111, 0.1);
}
.dark-active .legal-content .card-box,
.app-dark .legal-content .card-box {
    background: #1A1A1A;
    color: #ccc;
}
.dark-active .legal-content .alert-box,
.app-dark .legal-content .alert-box {
    background: #1A1A1A;
    color: #ccc;
    border-left-color: #F59E0B;
}
.dark-active .legal-content .alert-box.info,
.app-dark .legal-content .alert-box.info {
    background: rgba(45, 159, 111, 0.1);
    border-left-color: var(--nur-green);
}
.dark-active .legal-content .alert-box.primary,
.app-dark .legal-content .alert-box.primary {
    background: rgba(45, 159, 111, 0.1);
    border-left-color: var(--nur-green);
}
.dark-active .legal-content p,
.dark-active .legal-content li,
.app-dark .legal-content p,
.app-dark .legal-content li {
    color: #aaa;
}
.dark-active .legal-content strong,
.app-dark .legal-content strong {
    color: #ddd;
}
.dark-active .contact-card,
.app-dark .contact-card {
    background: #1A1A1A;
    border-color: #2A2A2A;
}
.dark-active .contact-card h3,
.app-dark .contact-card h3 {
    color: #fff;
}
.dark-active .app-detail-hero .app-meta .app-name-lg {
    color: #fff;
}

/* ===== App Dark Theme (Nur) ===== */
html.no-js body.app-dark,
.app-dark {
    background-color: #000 !important;
    color: #B0B0B0;
}
.app-dark .main-sec {
    background-color: #000;
}
.app-dark .main-sec::before {
    background: radial-gradient(ellipse at 40% 30%, rgba(45, 159, 111, 0.1) 0%, transparent 60%) !important;
}
.app-dark .header-main {
    background-color: transparent;
}
.app-dark .header-main.sticky {
    background-color: #000 !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #1E1E1E;
}
.app-dark .main-menu11.menu-style11 {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}
.app-dark .main-menu11.menu-style11 ul li a {
    color: #ccc;
}
.app-dark .main-menu11.menu-style11 ul li a:hover,
.app-dark .main-menu11.menu-style11 ul li.active a {
    color: #fff;
}
.app-dark .app-header-brand span,
.app-dark .header-brand {
    color: #fff !important;
}
.app-dark .hero-content .title {
    color: #fff;
}
.app-dark .hero-content p {
    color: #999;
}
.app-dark .hero-content .app-version {
    color: #666;
}
.app-dark .sub-title,
.app-dark .sec-title .sub-title,
.app-dark .sec-title.white .sub-title {
    background-color: rgba(45, 159, 111, 0.15) !important;
    border-color: rgba(45, 159, 111, 0.25) !important;
}
.app-dark .anim-img svg circle[fill="#0E0E0E"] {
    fill: rgba(255, 255, 255, 0.3);
}
.app-dark .anim-img svg circle[stroke="#0E0E0E"] {
    stroke: rgba(255, 255, 255, 0.06);
}
.app-dark .hero-content .app-icon-img {
    background: transparent !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4) !important;
    border: none !important;
}
.app-dark .app-header-icon {
    box-shadow: none !important;
    border: none !important;
}
.app-dark .main-menu11.menu-style11 ul li.active > a {
    background-color: rgba(45, 159, 111, 0.15) !important;
    color: var(--nur-green) !important;
    border-radius: 50px;
}

/* Dark feature section */
.app-dark .feature-sec2 {
    background-color: #0A0A0A !important;
    background-image:
        radial-gradient(ellipse at 20% 50%, rgba(45, 159, 111, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 30%, rgba(45, 159, 111, 0.06) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 90%, rgba(45, 159, 111, 0.05) 0%, transparent 40%) !important;
}
.app-dark .feature-sec2 .sec-title .title,
.app-dark .feature-sec2 .sec-title.white .title {
    color: #fff !important;
    opacity: 1 !important;
}
.app-dark .feature-sec2 .sec-title p {
    color: #999 !important;
}
.app-dark .feature-sec2 .feature-block2 {
    background-color: #111 !important;
    border-color: #1E1E1E !important;
    border-style: solid !important;
}
.app-dark .feature-sec2 .feature-block2:hover {
    border-color: var(--nur-green) !important;
}
.app-dark .feature-sec2 .feature-block2 .title a {
    color: #fff !important;
}
.app-dark .feature-sec2 .feature-block2 p {
    color: #888 !important;
}
.app-dark .feature-block2 .feature-icon {
    background: rgba(45, 159, 111, 0.12) !important;
    border-radius: 14px;
}
.app-dark .feature-block2 .feature-icon::before,
.app-dark .feature-block2 .feature-icon::after {
    display: none !important;
}
.app-dark .feature-block2 .feature-icon img {
    filter: brightness(0) invert(1) !important;
}

/* Dark choose/how-it-works section */
.app-dark .choose-us-sec {
    background-color: #050505 !important;
}
.app-dark .choose-info {
    background-color: transparent !important;
}
.app-dark .choose-info .sec-title .title,
.app-dark .choose-info .sec-title.white .title {
    color: #fff !important;
}
.app-dark .choose-block {
    background-color: #111 !important;
    border-color: #1E1E1E !important;
}
.app-dark .choose-block:hover {
    background-color: #151515 !important;
    border-color: var(--nur-green) !important;
}
.app-dark .choose-block .title {
    color: #fff !important;
}
.app-dark .choose-block p {
    color: #888 !important;
}
.app-dark .choose-block:hover .title,
.app-dark .choose-block:hover p {
    color: #fff !important;
}
.app-dark .choose-block .choose-icon {
    background: linear-gradient(180deg, rgba(45, 159, 111, 0.15) 0%, transparent 100%) !important;
}
.app-dark .choose-block .choose-icon img {
    filter: brightness(0) invert(1) !important;
}

/* Dark FAQ section */
.app-dark .faq-sec {
    background-color: #000;
}
.app-dark .faq-sec .sec-title .title {
    color: #fff;
}
.app-dark .faq-sec .sec-title p {
    color: #888;
}
.app-dark .faq-box {
    background-color: #0A0A0A !important;
    border: 1px solid #1E1E1E !important;
    border-radius: 14px;
}
.app-dark .faq-box::before,
.app-dark .faq-box::after {
    display: none !important;
}
.app-dark .accordion-item {
    background-color: transparent !important;
    border-color: #1E1E1E !important;
}
.app-dark .accordion-item.active {
    border-color: var(--nur-green) !important;
}
.app-dark .accordion-button {
    background-color: transparent !important;
    color: #fff !important;
}
.app-dark .accordion-button span {
    color: #fff;
}
.app-dark .accordion-body {
    color: #999;
    background-color: transparent !important;
}
.app-dark .accordion-button .arrow-btn {
    background-color: #1E1E1E !important;
}
.app-dark .accordion-button .arrow-btn img {
    filter: brightness(0) invert(1) !important;
}
.app-dark .accordion-item.active .accordion-button .arrow-btn {
    background-color: var(--nur-green) !important;
}

/* Dark buttons */
.app-dark .btn-style1 {
    background-color: #34C759 !important;
    color: #000 !important;
}
.app-dark .btn-style1:hover {
    background-color: #2DB84E !important;
}
.app-dark .btn-style1 span {
    background-color: #28A745 !important;
}
.app-dark .btn-style1 span img {
    filter: brightness(0) !important;
}

/* Dark CTA */
.app-dark .cta-banner .cta-info {
    background-color: #0A0A0A !important;
    border-color: #1E1E1E !important;
    background-image: radial-gradient(ellipse at 50% 50%, rgba(45, 159, 111, 0.1) 0%, transparent 60%) !important;
}
.app-dark .cta-content .sec-title .sub-title {
    color: var(--nur-green) !important;
}
.app-dark .cta-content .sec-title .title {
    color: #fff;
}
.app-dark .cta-content .sec-title p,
.app-dark .mission-quote {
    color: #999;
}
.app-dark .cta-content .app-store-link img {
    height: 52px;
}

/* Dark How It Works */
.app-dark .choose-us-sec {
    background-color: #000 !important;
}
.app-dark .choose-info {
    border: none !important;
}

/* Dark mobile menu */
.app-dark .mobile-menu {
    background-color: #0A0A0A;
}
.app-dark .mobile-menu a {
    color: #ccc !important;
}
.app-dark .mobile-menu a:hover {
    color: var(--nur-green) !important;
}

/* Dark footer */
.app-dark .footer-style1 .widget-area {
    background-color: #050505;
}
.app-dark .footer-style1 .footer-box {
    background-color: #050505;
    border-top-color: #1A1A1A;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.footer-style1 .footer-box {
    border-bottom: none;
    margin-bottom: 0;
}
.app-dark .footer-brand {
    color: #fff !important;
}
.app-dark .footer-style1 .link-title {
    color: #fff !important;
}
.app-dark .footer-style1 .footer-links a {
    color: #888 !important;
}
.app-dark .footer-style1 .footer-links a:hover {
    color: var(--nur-green) !important;
}
.app-dark .footer-style1 .footer-bottom p {
    color: #666;
}
.app-dark .footer-style1 .footer-bottom .scrol-btn-box span {
    color: #666;
}
.app-dark .footer-style1 #scrollTopBtn {
    background-color: #1E1E1E !important;
    border-color: #2A2A2A !important;
}
.app-dark .footer-style1 #scrollTopBtn img {
    filter: brightness(0) invert(1) !important;
}
.app-dark .footer-style1::before {
    background: linear-gradient(180deg, transparent 0%, #050505 100%) !important;
}

/* Dark scrollbar accent */
.app-dark .hamburger-btn span {
    background-color: #fff;
}

/* ===== DhikrFlow Theme (Warm Orange-Purple) ===== */
html.no-js body.app-dhikrflow,
.app-dhikrflow {
    background-color: #FFF9F5 !important;
}
.app-dhikrflow .main-sec {
    background-color: #FFF9F5;
}
.app-dhikrflow .main-sec::before {
    background:
        radial-gradient(ellipse at 30% 20%, rgba(245, 138, 31, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(200, 80, 180, 0.06) 0%, transparent 45%) !important;
}
.app-dhikrflow .hero-content .title {
    color: var(--title-color);
}

/* DhikrFlow root overrides */
.app-dhikrflow {
    --theme-color: #F58A1F;
    --theme-color2: #FFF0E0;
    --border-color2: #FFE4CC;
}

/* DhikrFlow accent colors */
.app-dhikrflow .sub-title,
.app-dhikrflow .sec-title .sub-title,
.app-dhikrflow .sec-title.white .sub-title {
    background-color: #FFF0E0 !important;
    color: #E8751A !important;
    border-color: #FFDDB8 !important;
}
.app-dhikrflow .btn-style1 {
    background-color: #E8751A !important;
    color: #fff !important;
}
.app-dhikrflow .btn-style1:hover {
    background-color: #C96312 !important;
}
.app-dhikrflow .btn-style1 span {
    background-color: #C96312 !important;
}

/* DhikrFlow feature section */
.app-dhikrflow .feature-sec2 {
    background-color: #FFF4EC !important;
    background-image: none !important;
}
.app-dhikrflow .feature-sec2 .sec-title .title,
.app-dhikrflow .feature-sec2 .sec-title.white .title {
    color: var(--title-color) !important;
}
.app-dhikrflow .feature-sec2 .feature-block2 {
    background-color: var(--white-color) !important;
    border-color: #FFE4CC !important;
    border-style: solid !important;
}
.app-dhikrflow .feature-sec2 .feature-block2:hover {
    border-color: #F58A1F !important;
}
.app-dhikrflow .feature-sec2 .feature-block2 .title a {
    color: var(--title-color) !important;
}
.app-dhikrflow .feature-block2 .feature-icon {
    background: linear-gradient(180deg, #FFF0E0 0%, rgba(255, 240, 224, 0) 100%) !important;
}
.app-dhikrflow .feature-block2 .feature-icon img {
    filter: none !important;
}

/* DhikrFlow choose/how-it-works */
.app-dhikrflow .choose-us-sec {
    background-color: #FFF9F5 !important;
}
.app-dhikrflow .choose-info {
    background-color: transparent !important;
    border: none !important;
}
.app-dhikrflow .choose-info .sec-title .title,
.app-dhikrflow .choose-info .sec-title.white .title {
    color: var(--title-color) !important;
}
.app-dhikrflow .choose-block {
    border-color: #FFE4CC !important;
}
.app-dhikrflow .choose-block:hover {
    background-color: #FFF4EC !important;
    border-color: #F58A1F !important;
}
.app-dhikrflow .choose-block:hover .title,
.app-dhikrflow .choose-block:hover p {
    color: var(--title-color) !important;
}
.app-dhikrflow .choose-block .choose-icon {
    background: linear-gradient(180deg, #FFF0E0 0%, rgba(255, 240, 224, 0) 100%) !important;
}

/* DhikrFlow FAQ */
.app-dhikrflow .faq-box {
    border-color: #FFE4CC !important;
}
.app-dhikrflow .faq-box::before,
.app-dhikrflow .faq-box::after {
    display: none !important;
}
.app-dhikrflow .accordion-item {
    border-color: #FFE4CC !important;
}
.app-dhikrflow .accordion-item.active {
    border-color: #F58A1F !important;
}
.app-dhikrflow .accordion-button .arrow-btn {
    background-color: #FFF0E0 !important;
}
.app-dhikrflow .accordion-item.active .accordion-button .arrow-btn {
    background-color: #E8751A !important;
}
.app-dhikrflow .accordion-button .arrow-btn img {
    filter: none !important;
}
.app-dhikrflow .accordion-item.active .accordion-button .arrow-btn img {
    filter: brightness(0) invert(1) !important;
}

/* DhikrFlow CTA button fix */
.app-dhikrflow .cta-content .btn-style1 {
    background-color: #E8751A !important;
    opacity: 1 !important;
}
.app-dhikrflow .cta-content .btn-style1 span {
    background-color: #C96312 !important;
}

/* DhikrFlow CTA */
.app-dhikrflow .cta-banner .cta-info {
    background-color: #FFF4EC !important;
    border-color: #FFE4CC !important;
    background-image: radial-gradient(ellipse at 50% 50%, rgba(245, 138, 31, 0.08) 0%, transparent 60%) !important;
}

/* DhikrFlow footer */
.app-dhikrflow .footer-style1 .widget-area {
    background-color: #FFFBF8;
}
.app-dhikrflow .footer-style1 .footer-box {
    background-color: #FFFBF8;
    border-top-color: #FFE4CC;
}
.app-dhikrflow .footer-style1 .footer-links a:hover {
    color: #F58A1F !important;
}

/* DhikrFlow screenshot section */
.app-dhikrflow .screenshot-sec {
    background-color: #FFF9F5;
}
.app-dhikrflow .screenshot-slider .swiper-slide img {
    box-shadow: 0 16px 48px rgba(245, 138, 31, 0.15);
}

/* DhikrFlow app card accents */
.app-dhikrflow .app-badge {
    background: #FFF0E0 !important;
    color: #E8751A !important;
}

/* DhikrFlow nav */
.app-dhikrflow .main-menu11.menu-style11 {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border-color: #FFE4CC;
}
.app-dhikrflow .main-menu11.menu-style11 ul li.active > a {
    background-color: #FFF0E0 !important;
    color: #E8751A !important;
    border-radius: 50px;
}
.app-dhikrflow .header-main.sticky {
    background-color: #FFF9F5 !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #FFE4CC;
}

/* DhikrFlow feature icons */
.app-dhikrflow .feature-block2 .feature-icon::before {
    background: linear-gradient(180deg, #FFF0E0 0%, rgba(255, 240, 224, 0) 100%) !important;
}
.app-dhikrflow .feature-block2 .feature-icon::after {
    background: linear-gradient(180deg, #FFDDB8 0%, rgba(255, 221, 184, 0) 100%) !important;
}

/* DhikrFlow choose icons */
.app-dhikrflow .choose-block .choose-icon::before {
    background: linear-gradient(180deg, #FFF0E0 0%, rgba(255, 240, 224, 0) 100%) !important;
}
.app-dhikrflow .choose-block .choose-icon::after {
    background: linear-gradient(180deg, #FFDDB8 0%, rgba(255, 221, 184, 0) 100%) !important;
}

/* DhikrFlow accordion arrow */
.app-dhikrflow .accordion-item.active .accordion-button .arrow-btn img {
    filter: brightness(0) invert(1) !important;
}

/* DhikrFlow scrollbar/back-to-top */
.app-dhikrflow #scrollTopBtn {
    background-color: #FFF0E0 !important;
    border-color: #FFE4CC !important;
}

/* DhikrFlow hero gradient */
.app-dhikrflow .anim-img svg circle[fill="#0E0E0E"] {
    fill: #F58A1F;
    fill-opacity: 0.15;
}
.app-dhikrflow .anim-img svg circle[stroke="#0E0E0E"] {
    stroke: #F58A1F;
    stroke-opacity: 0.06;
}

/* ===== Prayer Bar Theme (Light Green) ===== */
html.no-js body.app-prayerbar,
.app-prayerbar {
    --theme-color: #22c55e;
    --theme-color2: #E6F9ED;
    --border-color2: #C5E8D4;
    background-color: #F7FDF9 !important;
}
.app-prayerbar .main-sec {
    background-color: #F7FDF9;
}
.app-prayerbar .main-sec::before {
    background:
        radial-gradient(ellipse at 30% 20%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(34, 197, 94, 0.06) 0%, transparent 45%) !important;
}

/* Prayer Bar accent colors */
.app-prayerbar .sub-title,
.app-prayerbar .sec-title .sub-title,
.app-prayerbar .sec-title.white .sub-title {
    background-color: #E6F9ED !important;
    color: #16a34a !important;
    border-color: #A7D9B8 !important;
}
.app-prayerbar .btn-style1 {
    background-color: #16a34a !important;
    color: #fff !important;
}
.app-prayerbar .btn-style1:hover {
    background-color: #15803d !important;
}
.app-prayerbar .btn-style1 span {
    background-color: #15803d !important;
}

/* Prayer Bar sections */
.app-prayerbar .feature-sec2 {
    background-color: #F0FBF4 !important;
    background-image: none !important;
}
.app-prayerbar .feature-sec2 .sec-title .title,
.app-prayerbar .feature-sec2 .sec-title.white .title {
    color: var(--title-color) !important;
}
.app-prayerbar .feature-sec2 .feature-block2 {
    background-color: var(--white-color) !important;
    border-color: #C5E8D4 !important;
    border-style: solid !important;
}
.app-prayerbar .feature-sec2 .feature-block2:hover {
    border-color: #22c55e !important;
}
.app-prayerbar .feature-block2 .feature-icon {
    background: linear-gradient(180deg, #E6F9ED 0%, rgba(230, 249, 237, 0) 100%) !important;
}
.app-prayerbar .choose-us-sec {
    background-color: #F7FDF9 !important;
}
.app-prayerbar .choose-info {
    background-color: transparent !important;
    border: none !important;
}
.app-prayerbar .choose-info .sec-title .title,
.app-prayerbar .choose-info .sec-title.white .title {
    color: var(--title-color) !important;
}
.app-prayerbar .choose-block {
    border-color: #C5E8D4 !important;
}
.app-prayerbar .choose-block:hover {
    background-color: #F0FBF4 !important;
    border-color: #22c55e !important;
}
.app-prayerbar .choose-block:hover .title,
.app-prayerbar .choose-block:hover p {
    color: var(--title-color) !important;
}
.app-prayerbar .choose-block .choose-icon {
    background: linear-gradient(180deg, #E6F9ED 0%, rgba(230, 249, 237, 0) 100%) !important;
}

/* Prayer Bar FAQ */
.app-prayerbar .faq-box {
    border-color: #C5E8D4 !important;
}
.app-prayerbar .accordion-item {
    border-color: #C5E8D4 !important;
}
.app-prayerbar .accordion-item.active {
    border-color: #22c55e !important;
}
.app-prayerbar .accordion-button .arrow-btn {
    background-color: #E6F9ED !important;
}
.app-prayerbar .accordion-item.active .accordion-button .arrow-btn {
    background-color: #16a34a !important;
}
.app-prayerbar .accordion-item.active .accordion-button .arrow-btn img {
    filter: brightness(0) invert(1) !important;
}

/* Prayer Bar CTA */
.app-prayerbar .cta-banner .cta-info {
    background-color: #F0FBF4 !important;
    border-color: #C5E8D4 !important;
    background-image: radial-gradient(ellipse at 50% 50%, rgba(34, 197, 94, 0.08) 0%, transparent 60%) !important;
}

/* Prayer Bar footer */
.app-prayerbar .footer-style1 .widget-area {
    background-color: #FAFEFB;
}
.app-prayerbar .footer-style1 .footer-box {
    background-color: #FAFEFB;
    border-top-color: #C5E8D4;
}
.app-prayerbar .footer-style1 .footer-links a:hover {
    color: #22c55e !important;
}

/* Prayer Bar screenshot section — macOS showcase */
.mac-screenshot-sec {
    padding: 20px 0 60px;
}
.mac-showcase {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.mac-showcase-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5EDE9;
}
.mac-pagination {
    margin-top: 20px !important;
    position: relative !important;
    text-align: center;
}
.mac-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C5E8D4;
    opacity: 1;
    margin: 0 5px !important;
}
.mac-pagination .swiper-pagination-bullet-active {
    background: #22c55e;
    width: 28px;
    border-radius: 5px;
}
.screenshot-slider.screenshot-slider-mac .swiper-slide {
    width: auto !important;
    transform: scale(0.88) !important;
    transition: all 0.5s ease !important;
    opacity: 0.5 !important;
}
.screenshot-slider.screenshot-slider-mac .swiper-slide-active {
    transform: scale(1) translateY(-16px) !important;
    opacity: 1 !important;
    z-index: 2 !important;
}
.screenshot-slider.screenshot-slider-mac .swiper-slide-prev,
.screenshot-slider.screenshot-slider-mac .swiper-slide-next {
    opacity: 0.6 !important;
    transform: scale(0.92) !important;
}
.screenshot-slider.screenshot-slider-mac .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.screenshot-slider.screenshot-slider-mac .swiper-slide-active img {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
}

/* Prayer Bar nav */
.app-prayerbar .main-menu11.menu-style11 {
    display: none !important;
}
.app-prayerbar .header-btn {
    display: none !important;
}
.app-prayerbar .header-bottom .col-lg-6,
.app-prayerbar .header-bottom .col-lg-3:last-child {
    display: none !important;
}
.app-prayerbar .header-main.sticky {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.app-prayerbar .header-bottom .container-fluid {
    padding-left: 60px;
}

/* Prayer Bar orbital dots */
.app-prayerbar .anim-img svg circle[fill="#0E0E0E"] {
    fill: #22c55e;
    fill-opacity: 0.15;
}
.app-prayerbar .anim-img svg circle[stroke="#0E0E0E"] {
    stroke: #22c55e;
    stroke-opacity: 0.06;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .stat-block .stat-number {
        font-size: 32px;
    }
    .app-card {
        padding: 30px 20px;
    }
    .app-detail-hero {
        flex-direction: column;
        text-align: center;
    }
    .app-detail-hero .app-meta .app-name-lg {
        font-size: 26px;
    }
    .legal-header {
        padding: 100px 0 30px;
    }
    .legal-header h1 {
        font-size: 28px;
    }
}
