body {
    font-family: Georgia, serif;
    margin: 0;
    color: #222;
}

a {
    color: #1f2933;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.navbar-brand {
    letter-spacing: 1px;
}

.card-title {
    font-size: 1.1rem;
}

.disabled a,
a.disabled {
    pointer-events: none;
}





.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    background-color: #0f0f0f;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #966600;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}



.netflix-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-behavior: smooth;
}

.netflix-row::-webkit-scrollbar {
    height: 8px;
}
.netflix-row::-webkit-scrollbar-track {
    background: transparent;
}

.netflix-row::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

.netflix-card {
    min-width: 260px;
    background: #181818;
    border-radius: 10px;
    padding: 16px;
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);
    position: relative;
}

.netflix-card:hover {
    transform: scale(1.08);
    z-index: 10;
}
.netflix-card h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.netflix-card .btn {
    background-color: #e50914;
    border: none;
    font-size: 14px;
}

.netflix-card .btn:hover {
    background-color: #f40612;
}



/* ===== DARK MODE GLOBAL ===== */
body {
    background-color: #0f0f0f;
    color: #e5e5e5;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Links */
a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #e50914; /* Netflix red */
}

/* Títulos */
h1, h2, h3, h4, h5 {
    color: #ffffff;
}

.btn-primary {
    background-color: #e50914;
    border-color: #e50914;
}

.btn-primary:hover {
    background-color: #f40612;
    border-color: #f40612;
}

.btn-outline-secondary {
    color: #aaa;
    border-color: #444;
}

.btn-outline-secondary:hover {
    background-color: #333;
    color: #fff;
}

.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

.badge {
    font-size: 0.75rem;
    padding: 5px 8px;
    opacity: 0.85;
}


.hero-video {
    position: relative;
    height: 65vh;
    overflow: hidden;
    border-radius: 12px;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.1)
    );
    z-index: 1;
}

.hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 500px;
    color: #fff;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

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

.hero-media {
    position: relative;
    height: 100%;
}

.hero-duration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.9rem;
    padding: 6px 10px;
}


/* NAVBAR */
.coram-navbar {
    padding: 12px 0;
}

/* Logo */
.coram-brand {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* Menu */
.coram-menu .nav-item {
    margin-left: 18px;
}

.coram-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333 !important;
    padding: 6px 0;
    position: relative;
}

/* Efeito underline elegante */
.coram-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #dc3545;
    transition: width 0.3s ease;
}

.coram-link:hover::after {
    width: 100%;
}

/* Busca */
.coram-search {
    align-items: center;
}

.coram-search input {
    height: 34px;
    font-size: 0.85rem;
    border-radius: 20px;
    padding: 0 12px;
}

.btn-search {
    background: none;
    border: none;
    font-size: 1rem;
    margin-left: 6px;
    cursor: pointer;
}


.coram-message-section {
    background: #0f0f0f;
    color: #f1f1f1;
    padding: 60px 40px;
    border-radius: 16px;
}

.coram-message-section h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
}

.coram-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #e0e0e0;
}

.coram-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #bdbdbd;
}

.coram-image {
    max-height: 320px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}


/* =========================
   Versículo Bíblico Full Width
========================= */

.verse-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(180deg, #0b0b0b, #121212);
    padding: 80px 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.verse-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.verse-text {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}

.verse-ref {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
}

/* Mobile */
@media (max-width: 768px) {
    .verse-text {
        font-size: 1.4rem;
    }

    .verse-full {
        padding: 60px 15px;
    }
}


/* =========================
   Footer - Coram Deo
========================= */

.coram-footer {
    background: #0b0b0b;
    color: #ccc;
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.coram-footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.coram-footer a:hover {
    color: #fff;
}

/* Títulos */
.footer-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.footer-logo {
    max-width: 140px;
    opacity: 0.9;
}

.footer-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #aaa;
    margin-bottom: 12px;
}

/* Textos */
.footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-text.small {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}
.footer-links li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-links li a:hover {
    color: #38bdf8;
}

/* PIX */
.pix-box {
    background: #121212;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.pix-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6;
}

.pix-key {
    font-size: 0.85rem;
    word-break: break-all;
}

/* QR Code placeholder */
.qrcode-placeholder {
    width: 100px;
    height: 100px;
    background: #1a1a1a;
    border: 1px dashed rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    opacity: 0.5;
}

/* Botão WhatsApp */
.btn-whatsapp {
    display: inline-block;
    background: #25D366;
    color: #000;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37,211,102,0.4);
    color: #000;
}

/* Rodapé final */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.6;
}


/* =========================
   Últimos vídeos - Carousel
========================= */

.netflix-wrapper {
    position: relative;
    overflow: hidden;
}

.netflix-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.netflix-row::-webkit-scrollbar {
    display: none;
}

.netflix-card {
    min-width: 260px;
    background: #111;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    transition: transform 0.25s;
}

.netflix-card:hover {
    transform: scale(1.05);
}

/* Thumbnail */
.thumb-wrapper {
    position: relative;
}

.thumb-wrapper img {
    width: 100%;
    border-radius: 6px;
}

/* Duração */
.video-duration {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: rgba(0,0,0,0.8);
    padding: 3px 6px;
    font-size: 0.75rem;
    border-radius: 4px;
}

/* Setas */
.carousel-controls {
    display: flex;
    gap: 6px;
}

.carousel-btn {
    background: #111;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.carousel-btn:hover {
    background: #000;
    transform: scale(1.1);
}




.books-section {
    background: #0e0e0e;
    padding: 80px 20px;
    color: #f1f1f1;
}

.books-section .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.books-section h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}



.book-card {
    background: #161616;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #2a2a2a;
}

.book-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.book-description {
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 20px;
}

.book-price {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.btn-buy {
    display: inline-block;
    background: #caa24d;
    color: #000;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.btn-buy:hover {
    background: #e0b860;
}

.book-soon {
    display: inline-block;
    font-size: 0.9rem;
    color: #caa24d;
    margin-bottom: 10px;
}

.book-offer {
    font-size: 0.85rem;
    color: #bbb;
    margin-top: 10px;
    font-style: italic;
}




.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}

.book-card {
   
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.book-cover {
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}

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

.book-cover.placeholder {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}


.devotional-image {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}



.devotional-highlight {
    background: #161616;
    padding: 60px 0;
}

.devotional-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.devotional-cover {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.devotional-label {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #198754;
    margin-bottom: 8px;
}

.devotional-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: white;
}

.devotional-verse {
    font-style: italic;
    
    margin-bottom: 12px;
}

.devotional-excerpt {
   
    margin-bottom: 20px;
}


.devotional-card {
    background: #161616;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: transform .2s ease;
    height: 100%;
}

.devotional-card:hover {
    transform: translateY(-4px);
}

.devotional-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.devotional-card-body {
    padding: 1.2rem;
}

.devotional-card h5 {
    font-weight: 600;
    margin-bottom: .5rem;
}

.devotional-verse {
    font-style: italic;
    color: white;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.devotional-excerpt {
    font-size: .95rem;
    color: white;
    margin-bottom: 1rem;
}

.corrige-cor p {
    color: white !important;
}

.whatsapp-invite {
    background: #f8f9fa;
}

.whatsapp-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.whatsapp-label {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #198754;
    font-weight: 600;
    margin-bottom: 8px;
}

.whatsapp-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #6c757d;
}

.whatsapp-text {
    font-size: 1rem;
    color: #444;
    margin-bottom: 6px;
}

.whatsapp-subtext {
    font-size: 0.9rem;
    color: #444;
}

.whatsapp-btn {
    padding: 12px 22px;
    font-weight: 600;
}



.footer-whatsapp-cta {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
}

.footer-whatsapp-cta h5 {
    font-weight: 600;
}

.footer-whatsapp-cta p {
    max-width: 520px;
    margin: 0 auto;
}





.hero-bg {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

.hero-video:hover .hero-bg {
    transform: scale(1.1);
}

.netflix-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.netflix-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.thumb-wrapper img {
    transition: transform 0.4s ease;
}

.netflix-card:hover img {
    transform: scale(1.08);
}

.devotional-card {
   
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    padding: 40px;
    transition: transform 0.4s ease;
}

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

.verse-full {
    background: linear-gradient(135deg, #0d3b2e, #145c44);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.verse-text {
    font-size: 1.6rem;
    line-height: 1.6;
    animation: fadeVerse 1.5s ease;
}

@keyframes fadeVerse {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.whatsapp-btn {
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


.book-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.book-cover img {
    transition: transform 0.4s ease;
}

.book-card:hover .book-cover img {
    transform: scale(1.05);
}