/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */


/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/


/*  typography */


/* Spiritual/Religious Theme Variables */

:root {
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(212, 175, 55, 0.2);
    --glass-shadow: 0 8px 32px 0 rgba(139, 69, 19, 0.1);
    --backdrop-blur: 20px;
    --primary-gradient: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%);
    --pastel-mesh: radial-gradient(at 0% 0%, hsla(253, 16%, 7%, 1) 0, transparent 50%), radial-gradient(at 50% 0%, hsla(225, 39%, 30%, 1) 0, transparent 50%), radial-gradient(at 100% 0%, hsla(339, 49%, 30%, 1) 0, transparent 50%);
    /* Warm spiritual mesh */
    --mesh-light: radial-gradient(at 40% 20%, hsla(35, 100%, 85%, 0.3) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(45, 100%, 75%, 0.2) 0px, transparent 50%), radial-gradient(at 0% 50%, hsla(25, 100%, 90%, 0.25) 0px, transparent 50%);
    /* Background Base Color - Alkitabiah/Parchment Style (warna kertas alkitab) */
    --bg-color-base: #f5f1e8;
    /* Alternatif warna alkitabiah (uncomment untuk menggunakan): */
    /* --bg-color-base: #f4efe4; */
    /* Parchment - warna perkamen klasik */
    /* --bg-color-base: #f7f3e9; */
    /* Aged Paper - kertas alkitab kuno */
    /* --bg-color-base: #faf7f0; */
    /* Soft Parchment - perkamen lembut */
    /* --bg-color-base: #f2ede0; */
    /* Vintage Paper - kertas vintage alkitab */
    /* --bg-color-base: #f8f5ed; */
    /* Light Parchment - perkamen terang */
    --color-primary: #d4af37;
    --color-primary-dark: #b8941f;
    --color-secondary: #8b6f47;
    --color-accent: #c9a961;
    --color-text: #3e2723;
    --color-text-light: #5d4037;
    --color-quote-bg: #fff8e1;
    --color-quote-border: #ffd54f;
    /* Spiritual warm colors */
}


/* Fonts loaded via HTML */

body {
    line-height: 1.8;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--color-text);
    font-size: 16px;
    background-color: var(--bg-color-base);
    /* Background Alkitabiah - Terinspirasi dari kertas alkitab/perkamen dengan tekstur halus */
    background-image: /* Subtle paper texture lines */
    repeating-linear-gradient( 0deg, transparent, transparent 1px, rgba(139, 69, 19, 0.02) 1px, rgba(139, 69, 19, 0.02) 2px), /* Cross-hatch texture */
    repeating-linear-gradient( 90deg, transparent, transparent 1px, rgba(139, 69, 19, 0.015) 1px, rgba(139, 69, 19, 0.015) 2px), /* Warm golden glow seperti cahaya alkitab */
    radial-gradient(circle at 30% 40%, rgba(212, 175, 55, 0.06) 0%, transparent 50%), radial-gradient(circle at 70% 60%, rgba(255, 235, 180, 0.05) 0%, transparent 50%), /* Aged paper gradient */
    linear-gradient(135deg, rgba(245, 241, 232, 0.95) 0%, rgba(250, 247, 240, 0.98) 100%);
    background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover, cover, cover;
    background-attachment: fixed;
}

p {
    font-weight: 400;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Inter", sans-serif;
    margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--color-text);
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

h1,
.h1 {
    font-size: 3.5rem;
    letter-spacing: -0.02em;
}

@media (max-width: 1023px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: 2.25rem;
    letter-spacing: -0.01em;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* Button style */


/* Button style */

.btn {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #fff !important;
    border: 1px solid var(--color-primary);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary.active {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%) !important;
    border: 1px solid var(--color-primary-dark) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5);
}

.btn-outline-primary {
    background: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary.active {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

::-moz-selection {
    background: #2ec458;
    color: #fff;
}

::selection {
    background: #2ec458;
    color: #fff;
}


/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: var(--color-primary);
}

.slick-slide {
    outline: 0;
}

hr {
    margin: 40px 0;
}

.shadow,
.promotion,
.logo-list li,
.widget,
.card {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025) !important;
    border-radius: 12px;
}

.mark,
mark {
    padding: 0;
    background-color: transparent;
    border-bottom: 3px solid var(--color-primary);
    color: var(--color-primary);
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    color: #111827;
}

.section-title::before {
    display: none;
}


/* Enforce Quote Card Style */

blockquote {
    background: #F8F3E9 !important;
    border: none !important;
    color: #4A4A4A !important;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.border-primary {
    border-color: #ebebeb !important;
}

.circle-list {
    list-style: none;
    padding-left: 0;
}

.circle-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.circle-list li:last-child {
    margin-bottom: 0;
}

.circle-list li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border: 1px solid var(--color-primary);
    left: 0;
    top: 7px;
    border-radius: 50px;
}


/* badge */

.badge {
    border-radius: 0;
    position: absolute;
    width: 150px;
    transform: rotate(45deg);
    right: -45px;
    top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}

.badge-primary {
    background-color: var(--color-primary);
}


/* overlay */

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-default {
    color: #4b5563 !important;
}

.border-default {
    border-color: #ebebeb !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.st0 {
    fill: var(--color-primary);
}

.sidebar-home {
    margin-top: 47px;
}

@media (max-width: 1023px) {
    .sidebar-home {
        margin-top: 0;
    }
}

.sidebar-inner {
    margin-top: 65px;
}

@media (max-width: 1023px) {
    .sidebar-inner {
        margin-top: 0;
    }
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    display: inline-block;
    margin-right: 0.5em;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.is-transparent {
    background-color: transparent;
}

.is-border-0 {
    border: none;
}

.container {
    padding: 0 15px;
}

@media (max-width: 1023px) {
    .container {
        max-width: 720px;
    }
}

.pagination,
.pagination-list {
    justify-content: center !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.w-100 {
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-default {
    border-color: #ebebeb !important;
}

.section {
    padding-left: 0;
    padding-right: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-default {
    border-color: #ddd !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-muted {
    border-color: #404751 !important;
}

.no-pointer {
    pointer-events: none;
}

.ml-auto {
    margin-left: auto;
}

.navigation {
    border-bottom: 1px solid var(--glass-border);
    transition: 0.2s ease;
    padding: 5px 0 !important;
    background-color: var(--glass-bg);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
}

.navigation.nav-bg {
    background-color: #fff;
}

@media (max-width: 1023px) {
    .navigation {
        background-color: #fff;
    }
}

.navbar-item img {
    max-height: 50px;
    width: auto;
}

.navbar-item {
    margin: 0;
    padding: 0.4rem 0 !important;
}

.navbar-item .navbar-link {
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.01em;
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2em !important;
}

.navbar-link {
    color: #333;
}

.navbar-link:focus,
.navbar-link:hover {
    color: var(--color-primary) !important;
    background-color: transparent;
}

.navbar-link:focus::after,
.navbar-link:hover::after {
    border-color: var(--color-primary) !important;
}

.navbar-link:not(.is-arrowless)::after {
    margin-top: -0.375em;
    right: 0.7em;
    border: 2px solid #333;
    border-top: 0;
    border-right: 0;
}

.navbar .navbar-link {
    padding: 20px;
}

@media (max-width: 1023px) {
    .navbar .navbar-link {
        padding: 10px;
    }
}

@media (max-width: 1023px) {
    .navbar-start,
    .navbar-end {
        max-width: 300px;
        padding: 0 10px;
        margin-left: auto !important;
        margin-right: auto;
    }
    .navbar-end {
        margin-bottom: 15px;
    }
    .navbar-end select {
        width: calc(100% - 15px);
        margin: 10px 0 20px 8px !important;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .navbar-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.95);
        transition: all 0.2s ease-in-out;
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
    }
    .navbar-menu.is-active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .navbar-item {
        padding: 0 !important;
    }
}

.navbar-item.has-dropdown .navbar-dropdown {
    border-radius: 5px;
    border-top: 0;
    padding: 12px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(0.9);
    min-width: 150px;
}

@media (max-width: 1023px) {
    .navbar-item.has-dropdown .navbar-dropdown {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        display: none;
        box-shadow: 0 10px 35px #efefef;
    }
}

.navbar-item.has-dropdown .navbar-item {
    position: relative;
    color: #333;
    transition: 0.2s ease;
    font-size: inherit;
    padding: 10px 13px !important;
    border-radius: inherit;
}

.navbar-item.has-dropdown .navbar-item:hover {
    color: var(--color-primary) !important;
    background-color: rgba(250, 247, 240, 0.9) !important;
}

@media screen and (min-width: 1024px) {
    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}


/* search */

.search-bar {
    position: relative;
    background-color: rgba(250, 247, 240, 0.8);
}

.search-bar input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    height: 40px;
    padding-left: 15px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
}

.search-bar input:focus {
    border-color: var(--color-primary);
    outline: 0;
}

.search-bar input::-moz-placeholder {
    font-size: 90%;
}

.search-bar input::placeholder {
    font-size: 90%;
}

@media (max-width: 1023px) {
    .search-bar input {
        padding-left: 10px;
        width: 100%;
        height: 50px;
        right: 0;
    }
}

.search-bar::before {
    position: absolute;
    font-family: "themify";
    content: "\e610";
    font-size: 15px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.banner {
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.95) 0%, rgba(245, 241, 232, 0.98) 100%);
    position: relative;
    padding: 100px 0 80px;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner-shape-1 {
    position: absolute;
    left: 20%;
    top: 25%;
}

.banner-shape-1 .path {
    fill: var(--color-primary);
}

.banner-shape-2 {
    position: absolute;
    right: 20%;
    top: 25%;
}

.banner-shape-2 .path {
    fill: var(--color-primary);
}

.banner-shape-3 {
    position: absolute;
    right: 25%;
    bottom: 15%;
}

.banner-shape-3 .path {
    fill: var(--color-primary);
}

.banner-border {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    stroke: var(--color-primary);
}

.header {
    background-color: #fff;
    position: relative;
    padding: 100px 0 120px;
}

.header .container {
    position: relative;
    z-index: 1;
}

.header-shape-1 {
    position: absolute;
    left: 20%;
    top: 25%;
}

.header-shape-1 .path {
    fill: var(--color-primary);
}

.header-shape-2 {
    position: absolute;
    right: 20%;
    top: 25%;
}

.header-shape-2 .path {
    fill: var(--color-primary);
}

.header-shape-3 {
    position: absolute;
    right: 25%;
    bottom: 15%;
}

.header-shape-3 .path {
    fill: var(--color-primary);
}

.header-border {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    stroke: var(--color-primary);
}

.author {
    position: relative;
    padding: 120px 0 150px;
    z-index: 1;
}

.author-shape-1 {
    position: absolute;
    left: 15%;
    top: 25%;
}

.author-shape-1 .path {
    fill: var(--color-primary);
}

.author-shape-2 {
    position: absolute;
    right: 15%;
    top: 25%;
}

.author-shape-2 .path {
    fill: var(--color-primary);
}

.author-shape-3 {
    position: absolute;
    right: 20%;
    bottom: 15%;
}

.author-shape-3 .path {
    fill: var(--color-primary);
}

.author-border {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    stroke: var(--color-primary);
    z-index: -1;
}

.wave {
    position: relative;
    z-index: 1;
}

.wave-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

@media (max-width: 1023px) {
    .wave-bg {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.wave-shape-1 {
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: -1;
}

.wave-shape-1 .path {
    fill: var(--color-primary);
}

.wave-shape-2 {
    position: absolute;
    left: 10%;
    top: 15%;
    z-index: -1;
}

.wave-shape-2 .path {
    fill: var(--color-primary);
}

.wave-shape-3 {
    position: absolute;
    left: 5%;
    bottom: 20%;
    z-index: -1;
}

.wave-shape-3 .path {
    fill: var(--color-primary);
}

.wave-shape-4 {
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: -1;
}

.wave-shape-4 .path {
    fill: #c0392b;
}

.author-card {
    padding: 0 30px;
    border-right: 1px solid #ebebeb;
    margin: 50px 0;
}

@media (max-width: 575px) {
    .author-card {
        border-right: 0;
    }
}

.author-card .social-icons a {
    color: #c4c4c4;
    font-size: 20px;
}

.author .social-icons a {
    color: #c4c4c4;
    font-size: 20px;
    display: block;
}

.author-image {
    height: 200px;
    width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 2px #c0392b;
}

@media (max-width: 1200px) {
    .author-image {
        height: 150px;
        width: 150px;
    }
}

.post-count {
    color: #777;
    display: block;
    margin-bottom: 20px;
}


/* Card Background */


/* Card Background */

.card {
    border: 1px solid var(--glass-border);
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.98) 0%, rgba(245, 241, 232, 0.95) 100%);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 16px;
    overflow: hidden;
}


/* Navigation Background */

.navigation.nav-bg,
.navigation {
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.98) 0%, rgba(245, 241, 232, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(139, 69, 19, 0.08);
}


/* Footer Background */


/* Footer Background */

.footer {
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.98) 0%, rgba(245, 241, 232, 0.95) 100%);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.card-body {
    padding: 25px;
}

.card-img-sm {
    height: 85px;
    width: 85px;
    border-radius: 0.25rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
}

.card-meta li {
    margin-bottom: 10px;
}

.card-meta li:not(:last-child) {
    border-right: 1px solid #ebebeb;
    padding-right: 8px;
}

.card-meta i {
    color: #666;
    margin-right: 5px;
}

.card-meta-author {
    color: inherit;
}

.card-meta-author img {
    height: 20px;
    width: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 5px;
    border-radius: 50%;
}

.card-meta-author:hover {
    color: var(--color-primary) !important;
}

.card-meta i {
    color: var(--color-primary);
}

.card-meta-tag {
    margin-bottom: 0;
}

.card-meta-tag li {
    border: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.card-meta-tag li a {
    padding: 0px 8px;
    border-radius: 30px;
    border: 1px solid #ebebeb;
    color: #4b5563;
    display: inline-block;
}

.card-meta-tag li a:hover {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    border-color: var(--color-primary);
    color: #fff;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}

.post-title {
    color: #333;
    font-weight: 700;
}

.post-title:hover {
    color: #add8e6;
}

.social-icons {
    margin-bottom: 0;
}

.social-icons li {
    color: #777;
    font-size: 14px;
}

.social-icons li a {
    display: block;
    color: inherit;
    padding: 5px;
}

.social-icons li a:hover {
    color: var(--color-primary);
}

.post-slider {
    overflow: hidden;
}

.post-slider:hover .prevArrow {
    left: 10px;
}

.post-slider:hover .nextArrow {
    right: 10px;
}

.slider-sm .slick-arrow {
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}

@media (max-width: 575px) {
    .slick-arrow {
        display: none;
    }
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:hover {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.5);
}

.prevArrow {
    left: -60px;
}

.nextArrow {
    right: -60px;
}

.pagination .page-item .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    border: 1px solid #d1d5db;
    color: #6b7280;
}

.pagination .page-item .page-link:hover {
    background: linear-gradient(135deg, #c7d2fe 0%, #add8e6 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(167, 139, 250, 0.3);
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #a5b4fc 0%, #add8e6 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(167, 139, 250, 0.4);
}

.author-block {
    border-top: 1px solid #ebebeb;
}

.author-block:nth-child(1) {
    border-top-color: transparent;
}

.author-block:nth-child(2) {
    border-top-color: transparent;
}

@media (max-width: 575px) {
    .author-block:nth-child(2) {
        border-top-color: #ebebeb;
    }
}

.author-block:nth-child(3) {
    border-top-color: transparent;
}

@media (max-width: 1023px) {
    .author-block:nth-child(3) {
        border-top-color: #ebebeb;
    }
}

.author-block:nth-child(3n+3) .author-card {
    border-right-color: transparent;
}

@media (max-width: 1023px) {
    .author-block:nth-child(3n+3) .author-card {
        border-right-color: #ebebeb;
    }
}

@media (max-width: 1023px) {
    .author-block:nth-child(2n+2) .author-card {
        border-right-color: transparent;
    }
}

.content * {
    word-break: break-word;
    overflow-wrap: break-word;
}

.content img {
    max-width: 100%;
}

.content a {
    color: #333;
}

.content a:hover {
    color: var(--color-primary);
}

.content ol,
.content ul {
    padding-left: 20px;
}

.content ol li,
.content ul li {
    margin-bottom: 10px;
}

.content ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

.content ul li {
    padding-left: 20px;
    position: relative;
}

.content ul li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--color-primary);
    left: 3px;
    top: 8px;
}

.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #ebebeb;
}

.content table td,
.content table th {
    padding: 0.75rem;
    vertical-align: top;
    margin-bottom: 0;
}

.content tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.content th {
    font-weight: 500;
}

.content thead {
    background: rgba(250, 247, 240, 0.8);
    margin-bottom: 0;
}

.content thead tr {
    border-bottom: 1px solid #ebebeb;
}

.content tbody {
    background: white;
    margin-bottom: 0;
}

.content .notices {
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.content .notices p {
    padding: 10px;
    margin-bottom: 0;
    background-color: #fff !important;
}

.content .notices p::before {
    position: absolute;
    top: 2px;
    color: #fff;
    font-family: "themify";
    font-weight: 900;
    content: "\e717";
    left: 10px;
}

.content .notices.note p {
    border-top: 30px solid #6ab0de;
    background: rgba(250, 247, 240, 0.8);
}

.content .notices.note p::after {
    content: "Note";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content .notices.tip p {
    border-top: 30px solid #78c578;
    background: rgba(250, 247, 240, 0.8);
}

.content .notices.tip p::after {
    content: "Tip";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content .notices.info p {
    border-top: 30px solid #f0b37e;
    background: rgba(250, 247, 240, 0.8);
}

.content .notices.info p::after {
    content: "Info";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content .notices.warning p {
    border-top: 30px solid #e06f6c;
    background: rgba(250, 247, 240, 0.8);
}

.content .notices.warning p::after {
    content: "Warning";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}


/* Quote Box styling */

.content blockquote,
blockquote {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1 rem !important;
    color: #4A4A4A;
    padding: 30px;
    border: none;
    border-left: none;
    margin: 30px 0;
    font-weight: 500;
    background: var(--glass-bg) !important;
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    border: 1px solid var(--glass-border) !important;
    border-radius: 16px;
    box-shadow: var(--glass-shadow);
    border-radius: 8px;
    text-align: center;
}


/* Verse Box styling for Hero */

.verse-box {
    background: var(--glass-bg);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    border: 1px solid var(--glass-border);
    padding: 2.5rem;
    border-radius: 16px;
    max-width: 800px;
    margin: 2rem auto;
    box-shadow: 0 10px 30px rgba(194, 120, 86, 0.1);
}

.verse-text {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: #5D4037;
    /* Dark Brown */
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.verse-ref {
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    color: #8D6E63;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.content blockquote p {
    margin-bottom: 0 !important;
}

.content pre {
    display: block;
    padding: 9.5px;
    margin: 10px 0px 10px;
    white-space: pre-wrap;
}

.content code {
    margin-bottom: 0 !important;
    font-size: 100%;
}

.code-tabs {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
}

.code-tabs .tab-pane {
    display: none;
}

.code-tabs .tab-pane.active {
    display: block;
}

.code-tabs .nav-tabs {
    list-style: none;
    margin: 0 !important;
}

.code-tabs .nav-tabs li {
    padding: 0 !important;
    margin: 0 !important;
}

.code-tabs .nav-tabs li::before {
    display: none;
}

.code-tabs .nav-tabs li a {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.code-tabs .nav-tabs li a:focus {
    border-color: var(--color-primary);
}

.code-tabs .nav-tabs li.active a {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.code-tabs .tab-content {
    padding: 20px 15px;
    border: 1px solid #ebebeb;
}

.collapse-wrapper {
    background-color: #fff;
}

.input-group {
    margin-bottom: 30px;
}

.input-group label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin-bottom: 7px;
}

.input-group .input {
    border-color: #ebebeb;
    border: 1px solid transparent;
    background-color: rgba(250, 247, 240, 0.8);
    height: 50px;
    box-shadow: none;
}

.input-group .input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--color-primary);
}

.input-group textarea.input {
    height: 120px;
}

.widget {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
    border-top: 6px solid var(--color-primary);
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.98) 0%, rgba(245, 241, 232, 0.95) 100%);
}

.widget-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.06em;
}

.widget-search {
    position: relative;
}

.widget-search input {
    border: 1px solid transparent;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(250, 247, 240, 0.8);
    padding-left: 20px;
    transition: 0.2s ease;
}

.widget-search input:focus {
    border-color: var(--color-primary);
    outline: 0;
}

.widget-search input::-moz-placeholder {
    font-size: 90%;
}

.widget-search input::placeholder {
    font-size: 90%;
}

.widget-search i {
    color: #333;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
}

.widget-about {
    text-align: center;
}

.widget-about img {
    height: 170px;
    width: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 2px var(--color-primary);
}

@media (max-width: 1200px) {
    .widget-about img {
        height: 150px;
        width: 150px;
    }
}

.widget-author .media {
    position: relative;
    padding: 15px 0;
}

.widget-author .media img {
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    max-width: 70px;
}

.widget-author .media:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.widget-categories a {
    position: relative;
    padding-left: 15px;
}

.widget-categories a::before {
    position: absolute;
    content: "#";
    color: var(--color-primary);
    left: 0;
    top: 0;
}

.widget-list li {
    padding: 7px 0;
}

.widget-list li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.widget-list li a {
    color: #333;
}

.widget-list li a:hover {
    color: var(--color-primary);
}

.widget- li {
    margin-bottom: 10px;
}

.widget- li a {
    padding: 2px 15px;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    display: block;
    color: #4b5563;
}

.widget- li a:hover {
    border-color: #c7d2fe;
    background: linear-gradient(135deg, #c7d2fe 0%, #add8e6 100%);
    color: #fff;
    box-shadow: 0 4px 10px rgba(167, 139, 250, 0.3);
}

.widget-card {
    position: relative;
    padding: 15px 0;
}

.widget-card:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.widget-social {
    display: flex;
    justify-content: space-around;
}

.widget-social a {
    padding: 10px;
    font-size: 20px;
    color: #777;
}

.widget-social a:hover {
    color: var(--color-primary);
}

.quote {
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
}

.quote i {
    font-size: 24px;
    color: var(--color-primary);
    margin-right: 10px;
}

.quote p {
    font-style: italic;
}

.quote-by {
    color: var(--color-primary);
}

.instagram-post img {
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.error {
    padding: 130px 0;
}

.error-shape-1 {
    position: absolute;
    right: 20%;
    top: 15%;
    z-index: -1;
}

.error-shape-1 .path {
    fill: var(--color-primary);
}

.error-shape-2 {
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: -1;
}

.error-shape-2 .path {
    fill: var(--color-primary);
}

.error-shape-3 {
    position: absolute;
    right: 30%;
    bottom: 15%;
    z-index: -1;
}

.error-shape-3 .path {
    fill: var(--color-primary);
}

.footer {
    border-top: solid 3px rgba(212, 175, 55, 0.3);
    padding: 30px 50px;
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.98) 0%, rgba(245, 241, 232, 0.95) 100%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-list a {
    display: block;
    color: #333;
    padding: 5px;
}

.footer-list a:hover {
    color: var(--color-primary);
}

.footer-border {
    position: absolute;
    top: -75px;
    width: 100%;
    stroke: var(--color-primary);
}

.image-wrapper {
    position: relative;
    border-radius: 5px;
    z-index: 1;
}

.image-wrapper img {
    border-radius: inherit;
}

.image-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(250, 247, 240, 0.8);
    left: -15px;
    top: -15px;
    z-index: -1;
    border-radius: inherit;
}

.image-wrapper::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--color-primary);
    left: 15px;
    top: 15px;
    border-radius: inherit;
}

.logo-list li {
    height: 70px;
    padding: 0 30px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
}

.logo-list li img {
    height: 25px;
}

.video-wrapper {
    position: relative;
}

.video-wrapper .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    background-color: var(--color-primary);
    text-align: center;
    box-shadow: 0 0 0 5px rgba(79, 214, 117, 0.7);
    transition: 0.2s ease-out;
}

.play-btn:hover {
    color: #fff;
    box-shadow: 0 0 0 10px rgba(79, 214, 117, 0.7);
}

.mission-name {
    height: 150px;
    width: 150px;
    color: #fff;
    background-color: var(--color-primary);
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

.promotion {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.promotion-content {
    position: absolute;
    padding: 30px;
    height: 100%;
    width: 100%;
    background-color: rgba(24, 24, 24, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.promotion-content h5 {
    font-size: 32px;
}

.pricing-wrapper {
    padding: 30px 10px;
    padding-bottom: 0;
}

.pricing-item {
    margin-bottom: 20px;
}

.pricing-item .card {
    border-right: 1px solid #ddd;
    margin: 0 10px;
    padding: 20px 15px;
}

@media (max-width: 1023px) {
    .pricing-item .card {
        border: 0;
    }
}

.pricing-item .card .price {
    margin-bottom: 30px;
}

.pricing-item .card .price h2 {
    margin-bottom: 0;
}

.pricing-item .card .price span {
    line-height: 1;
    margin-left: 10px;
}

.pricing-item:last-child .card {
    border: 0;
}

.nav-pills-icon .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    border: 2px solid transparent;
}

.nav-pills-icon .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
}

.book-cover {
    background-color: rgba(250, 247, 240, 0.8);
}

.book-cover img {
    max-width: 175px;
    margin: 40px 0;
}

.shadow-none {
    box-shadow: none !important;
}

.widget-list-inline li {
    margin-bottom: 10px;
}

.widget-list-inline li a {
    padding: 2px 15px;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    display: block;
    color: #4b5563;
}

.widget-list-inline li a:hover {
    border-color: #c7d2fe;
    background: linear-gradient(135deg, #c7d2fe 0%, #add8e6 100%);
    color: #fff;
    box-shadow: 0 4px 10px rgba(167, 139, 250, 0.3);
}


/*# sourceMappingURL=style.css.map */

.quote-author {
    font-family: 'Rancho', cursive;
    font-size: 1.6rem;
    margin-top: 24px;
    color: #4c3d3d;
}

blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    position: relative;
    border-left: 4px solid var(--color-primary);
    border-right: 4px solid var(--color-primary);
    padding: 2rem 2.5rem 2rem 3.5rem;
    margin: 2rem 0;
    background: linear-gradient(135deg, rgba(255, 248, 225, 0.9) 0%, rgba(255, 236, 179, 0.8) 100%);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
    position: relative;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-text);
}

blockquote::before {
    content: '"';
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    font-size: 4rem;
    color: var(--color-primary);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    opacity: 0.3;
}

blockquote::after {
    content: '"';
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    font-size: 4rem;
    color: var(--color-primary);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    opacity: 0.3;
}

blockquote:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-left-color: var(--color-primary-dark);
    border-right-color: var(--color-primary-dark);
    padding: 24px;
    margin: 32px 0;
    background: rgb(242, 255, 229);
    background: linear-gradient(90deg, rgba(242, 255, 229, 1) 0%, rgba(255, 233, 233, 1) 100%, rgba(0, 212, 255, 1) 100%);
    color: #4c3d3d;
}


/* Floating Animation */

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.floating-shape {
    position: absolute;
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
}

.floating-shape img {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}

.floating-shape-1 {
    top: 15%;
    left: 5%;
    animation: float 6s ease-in-out infinite;
}

.floating-shape-2 {
    bottom: 25%;
    right: 5%;
    animation: float 8s ease-in-out infinite reverse;
}


/* ============================================
   ENHANCED MODERN DESIGN IMPROVEMENTS
   ============================================ */


/* Enhanced Card Hover Effects - Spiritual Theme */

.card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.2), 0 10px 20px rgba(139, 69, 19, 0.15) !important;
    border-color: rgba(212, 175, 55, 0.3);
}

.card-img-top {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    object-fit: cover;
}

.card:hover .card-img-top {
    transform: scale(1.08);
}


/* Enhanced Banner/Hero Section */

.banner {
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.95) 0%, rgba(245, 241, 232, 0.98) 100%);
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 235, 180, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.banner .container {
    position: relative;
    z-index: 2;
}


/* Enhanced Verse Box */

.verse-box {
    background: linear-gradient(135deg, rgba(255, 248, 225, 0.98) 0%, rgba(255, 236, 179, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 3px solid var(--color-quote-border);
    padding: 4rem 3rem;
    border-radius: 24px;
    max-width: 900px;
    margin: 3rem auto;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.25), 0 8px 20px rgba(139, 69, 19, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.verse-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

.verse-box::after {
    content: '❝';
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-size: 5rem;
    color: var(--color-primary);
    opacity: 0.2;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.verse-box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(212, 175, 55, 0.35), 0 10px 25px rgba(139, 69, 19, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-color: var(--color-primary);
}

.verse-text {
    position: relative;
    z-index: 1;
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    color: var(--color-text);
    line-height: 1.9;
    margin-bottom: 0;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    font-style: italic;
    letter-spacing: 0.01em;
}


/* Enhanced Section Titles */

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    border-radius: 2px;
    transition: width 0.3s ease;
    box-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}

.section-title:hover::after {
    width: 100%;
}


/* Enhanced Navigation */

.navigation {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.navbar-link {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-link:hover::before {
    width: 80%;
}


/* Enhanced Buttons */

.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    z-index: -1;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}


/* Enhanced Post Title Links */

.post-title {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.post-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    transition: width 0.3s ease;
}

.post-title:hover::after {
    width: 100%;
}

.post-title:hover {
    color: var(--color-primary) !important;
    transform: translateX(5px);
}


/* Enhanced Form Inputs */

.input-group {
    margin-bottom: 1.5rem;
}

.input-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.input-group .input {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(250, 247, 240, 0.9);
}

.input-group .input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
    background: rgba(250, 247, 240, 0.98);
}

.input-group textarea.input {
    min-height: 120px;
    resize: vertical;
}


/* Enhanced Widget Cards */

.widget {
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.98) 0%, rgba(245, 241, 232, 0.95) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.08);
}

.widget:hover {
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2) !important;
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
}

.widget-title {
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}


/* Enhanced Article Cards in Sidebar */

.widget-card {
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.widget-card:hover {
    background: rgba(173, 216, 230, 0.05);
    transform: translateX(5px);
}

.widget-card .card-img-sm {
    transition: transform 0.3s ease;
}

.widget-card:hover .card-img-sm {
    transform: scale(1.1);
}


/* Enhanced Category Links in Sidebar */

.widget-categories ul li a {
    transition: all 0.3s ease;
}

.widget-categories ul li a:hover {
    background: rgba(212, 175, 55, 0.15) !important;
    transform: translateX(5px);
    color: var(--color-primary) !important;
}

.widget-categories ul li a:hover small {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%) !important;
    transform: scale(1.1);
}


/* Enhanced Tags */

.widget-list-inline li a {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.widget-list-inline li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.widget-list-inline li a:hover::before {
    left: 0;
}

.widget-list-inline li a:hover {
    color: #fff !important;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(173, 216, 230, 0.4);
}


/* Smooth Scroll Behavior */

html {
    scroll-behavior: smooth;
}


/* Enhanced Article Detail Page */

article .content {
    line-height: 1.9;
    font-size: 1.05rem;
}

article .content p {
    margin-bottom: 1.5rem;
}

article .content img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}


/* Enhanced Author Section */

.author {
    background: linear-gradient(135deg, rgba(250, 247, 240, 0.95) 0%, rgba(245, 241, 232, 0.98) 100%);
}

.author-image {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.author-image:hover {
    transform: scale(1.05);
}


/* Loading Animation */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Animation only applied when needed - doesn't block content visibility */

.card.animate-on-load,
.widget.animate-on-load,
.verse-box.animate-on-load {
    animation: fadeInUp 0.6s ease-out;
}


/* Responsive Enhancements */

@media (max-width: 768px) {
    .verse-text {
        font-size: 1.3rem;
    }
    .verse-box {
        padding: 2rem 1.5rem;
    }
    .card:hover {
        transform: translateY(-4px);
    }
}


/* Enhanced Pagination */

.pagination .page-item .page-link {
    transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}


/* Fade-in animation for scroll */


/* Content should be visible by default - no hiding on load */

.card,
.widget,
.verse-box {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}


/* Optional fade-in for elements that scroll into view */

.card.fade-in-visible,
.widget.fade-in-visible,
.verse-box.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Button arrow animation */

.btn-primary i.ti-arrow-right {
    transition: transform 0.3s ease;
    display: inline-block;
}


/* Enhanced Search Input Focus */

#txtSearch:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15) !important;
    outline: none;
}


/* Enhanced Widget List Items */

.widget-list li a {
    transition: all 0.3s ease;
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.widget-list li a:hover {
    background: rgba(212, 175, 55, 0.12);
    color: var(--color-primary);
    transform: translateX(5px);
}


/* Enhanced Recent Posts Widget */

.widget-card:hover {
    background: rgba(250, 247, 240, 0.95) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}