/* Church Header Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.church-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ecf0f1;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.navbar-brand .d-lg-inline {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.navbar-brand .d-lg-none {
    font-size: 1.5rem;
    letter-spacing: 0;
}

.navbar-brand:hover .church-name {
    color: #ffffff;
    text-shadow: none;
}

.navbar-brand:hover .church-name::after {
    transform: scaleX(1);
}

.logo {
    width: 38px;
    height: auto;
}

.navbar {
    background-color: #2c3e50;
    padding: 1rem 2rem;
    background-image: linear-gradient(135deg, #2c3e50, cornflowerblue);
}

/* Dropdown menu styling — glass effect */
.navbar .dropdown-menu {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.85), rgba(100, 149, 237, 0.6));
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 0.5rem 0.4rem;
    margin-top: 0.5rem;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1050;
    overflow: hidden;
}

.navbar .dropdown-item {
    color: #dce1e6;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    border-radius: 6px;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.navbar-brand {
    color: #ecf0f1;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 2rem;
}

.navbar-nav {
    margin-right: 1.5rem;
}

.navbar-nav .nav-link {
    color: #bdc3c7;
    margin-right: 1.0rem;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px;
    /* Add space for the underline */
}

.navbar-nav .nav-link::before {
    /* Changed to match parent selector */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3498db;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* End Church Header Styles */


/* Church Footer Styles */
.church-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 0 0;
    background-image: linear-gradient(135deg, #2c3e50, cornflowerblue);
}

.footer-column {
    padding: 0 1.5rem;
}

.footer-heading {
    color: #f8f9fa;
    margin-bottom: 1.2rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.footer-links a {
    color: #bdc3c7;
    display: block;
    margin-bottom: 0.7rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
    padding-left: 5px;
}

.contact-info p {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    margin-right: 10px;
    color: #3498db;
    margin-top: 3px;
    min-width: 16px;
}

.social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ecf0f1;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #3498db;
    transform: translateY(-3px);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    margin-top: 3rem;
    text-align: center;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .footer-column {
        flex: 0 0 100%;
        margin-bottom: 2rem;
    }
}

/*End Church Footer Styles */

/* Carousel Styles */
.carousel-caption {
    top: 50%;
    padding: 20px;
    border-radius: 10px;
    bottom: 50%;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.carousel-caption h1 {
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;


}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    padding: 20px;
}

.carousel-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* End Carousel Styles */

/* Home Page Styles */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(230, 240, 255, 0.7)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.2) !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-img-container {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .card-img-top {
    transform: scale(1.05);
}

.service-time-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.presbytery-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 550px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.presbytery-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.presbytery-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c3e50;
    border-radius: 50%;
}

.presbytery-icon i {
    font-size: 1.4rem;
    color: #fff;
}

.presbytery-subtitle {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.3rem;
}

.presbytery-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #2c3e50;
    margin-bottom: 0.4rem;
}

.presbytery-parish {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.presbytery-btn {
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 24px;
}

@media (max-width: 768px) {
    .presbytery-card {
        padding: 1.5rem 1.2rem;
        margin: 0 0.5rem;
    }

    .presbytery-title {
        font-size: 1.15rem;
    }

    .presbytery-parish {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .presbytery-card {
        padding: 1.3rem 1rem;
    }

    .presbytery-btn {
        width: 100%;
    }
}

/* End Home Page Styles */

/* About Page Styles */
.church-history-container {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.8;
}

.history-header {
    background: url(/images/building1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    margin-bottom: 40px;
}

.founders-list {
    list-style-type: none;
    padding-left: 0;
}

.founders-list li::before {
    content: "• ";
    color: #0d6efd;
    font-weight: bold;
}

.milestones-timeline {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #0d6efd;
}

.milestone {
    margin-bottom: 15px;
    position: relative;
}

.date {
    font-weight: bold;
    color: #0d6efd;
}

.districts-list {
    column-count: 1;
}

@media (min-width: 768px) {
    .districts-list {
        column-count: 2;
    }
}

/* End About Page Styles */

/* Fellowship Styles */
.fellowship-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.fellowship-header {
    display: flex;
    align-items: center;
    padding: 1.2rem 1.5rem;
    background: #2c3e50;
    color: #fff;
}

.fellowship-header i {
    font-size: 1.3rem;
}

.fellowship-header h2 {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 600;
}

.fellowship-table thead {
    background: #f1f3f5;
}

.fellowship-table thead th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    color: #495057;
    padding: 0.85rem 1rem;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.fellowship-table tbody td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}

.fellowship-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.fellowship-table tbody tr:hover {
    background: #eef2f7;
}

.fellowship-table .retired-row {
    background: #f8f8f8 !important;
    color: #888;
}

.fellowship-table .retired-row:hover {
    background: #f0f0f0 !important;
}

.fellowship-note {
    display: flex;
    align-items: flex-start;
    padding: 0.9rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.85rem;
    color: #6c757d;
}

.fellowship-note i {
    color: #6c757d;
    margin-top: 2px;
}

@media screen and (max-width: 768px) {
    .fellowship-header {
        padding: 1rem 1.2rem;
    }

    .fellowship-header h2 {
        font-size: 1.1rem;
    }

    .fellowship-table thead th {
        font-size: 0.7rem;
        padding: 0.65rem 0.6rem;
    }

    .fellowship-table tbody td {
        font-size: 0.8rem;
        padding: 0.6rem 0.6rem;
    }

    .fellowship-table tbody td i {
        display: none;
    }

    .fellowship-note {
        font-size: 0.8rem;
        padding: 0.75rem 1rem;
    }
}

/* End Fellowship Styles */

/* Giving Page Styles */

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #eef2f7;
    background-image: linear-gradient(135deg, #eef2f7 0%, #e6eaf0 50%, #f0f4f8 100%);
    color: #333;
}

.container5 {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.h1giving {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
}

.tab.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    font-weight: bold;
    color: #2c3e50;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.tab-content.active {
    display: block;
}

.giving-option {
    margin-bottom: 20px;
}

.giving-option h3 {
    color: #2c3e50;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.steps {
    margin-left: 20px;
}

.steps li {
    margin-bottom: 10px;
}

.highlight {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    border-left: 4px solid #2c3e50;
}

.highlight p {
    margin: 0;
    font-family: monospace;
    font-size: 16px;
}

.thank-you {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    color: #7f8c8d;
}

@media (max-width: 600px) {
    .tabs {
        flex-direction: column;
    }

    .tab {
        border-radius: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }
}


/* End Giving Page Styles */

/* Downloads Page Styles */

.header1 {
    background: linear-gradient(135deg, #2c3e50, cornflowerblue);
    color: white;
    padding: 20px 0;
    margin-bottom: 0;
}

.download-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(230, 240, 255, 0.7)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.2) !important;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(31, 38, 135, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.download-icon {
    font-size: 2.5rem;
    color: cornflowerblue;
    margin-bottom: 1rem;
}

.download-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.download-meta {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.download-card p {
    color: #555;
    font-size: 0.95rem;
    flex-grow: 1;
}

.download-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(100, 149, 237, 0.1);
}

/* End Downloads Page Styles */

/* Intro Part Styles */
.church-intro {
    background-color: #f8f9fa;
}

@media (max-width: 991.98px) {
    .church-intro {
        text-align: center;
    }

    .church-intro .btn {
        margin: 0 auto;
    }
}

/* End Intro Part Styles */

/* Leadership Page Styles */
.leader-card {
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(230, 240, 255, 0.7)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.2) !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.leader-img {
    width: 150px;
    height: 180px;
    object-fit: contain;

    margin: 0 auto 15px;
    border: 3px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.leader-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.leader-title {
    color: #6c757d;
    font-size: 0.9rem;
}

.row-divider {
    margin: 40px 0;
    border-top: 1px solid #eee;
}

.history-section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.history-list {
    column-count: 2;
    column-gap: 40px;
}

@media (max-width: 768px) {
    .history-list {
        column-count: 1;
    }
}

/* End Leadership Page Styles */

/* Youth Page Styles */
.hero-section {
    background: url(/images/youth.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    margin-bottom: 40px;
}



.youth-card {
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(230, 240, 255, 0.7)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.2) !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.youth-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.youth-img {
    width: 150px;
    height: 180px;
    object-fit: cover;

    margin: 0 auto 15px;
    border: 3px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.role-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    border-radius: 10px;
    margin: 40px 0;
}

/* End Youth Page Styles */

/* PCMF Page Styles */
.hero-section2 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/pcmf.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    margin-bottom: 40px;
}

.pcmf-card {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(230, 240, 255, 0.7)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.2) !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.pcmf-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pcmf-img {
    height: 250px;
    object-fit: contain;
    object-position: top;
}

.gallery-img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.level-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    border-radius: 10px;
    margin: 40px 0;
}

.social-icon {
    color: #6c757d;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.social-icon:hover {
    color: #0d6efd;
    transform: scale(1.2);
}

.level-card {
    border-left: 5px solid #0d6efd;
    transition: all 0.3s ease;
    height: 100%;
}

.level-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-level {
    border-left-color: #28a745;
}

.badge-level {
    border-left-color: #ffc107;
}

.tie-level {
    border-left-color: #dc3545;
}

.level-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Woman's Guild Page Styles */
.hero-sectionguild {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/guild.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    margin-bottom: 40px;
}

.guild-card {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(230, 240, 255, 0.7)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.2) !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.guild-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.guild-img {
    height: 250px;
    object-fit: contain;
    object-position: top;
}

.gallery-img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.level-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    border-radius: 10px;
    margin: 40px 0;
}

.social-icon {
    color: #6c757d;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.social-icon:hover {
    color: #0d6efd;
    transform: scale(1.2);
}

.level-card {
    border-left: 5px solid #0d6efd;
    transition: all 0.3s ease;
    height: 100%;
}

.level-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.follower-level {
    border-left-color: #28a745;
}

.headwrap-level {
    border-left-color: #ffc107;
}

.tie-level {
    border-left-color: #dc3545;
}

.level-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}


/* Gallery Page Styles */
.imagery-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
    height: 300px;
}

.imagery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    cursor: pointer;
    filter: brightness(0.95);
}

.imagery-img-container:hover .imagery-img {
    transform: scale(1.03);
    filter: brightness(1.05) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.imagery-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* This allows clicks to pass through to the image */
}

.imagery-img-container:hover .imagery-img-overlay {
    opacity: 1;
}

.hero-section3 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/building1.jpg) no-repeat center center;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    margin-bottom: 50px;
    text-align: center;
}

.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.modal-img {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.modal-content {
    background-color: #f8f9fa;
    border: none;
    border-radius: 0;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .gallery-img {
        height: 250px;
    }
}

/* End Gallery Page Styles */

/* Children Page Styles */
.hero-section-children {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/children.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    margin-bottom: 50px;
}

.children-img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.children-img:hover {
    transform: scale(1.03);
}

.vision-mission-section {
    padding: 60px 0;
    background-color: white;
}

.vision-card,
.mission-card {
    border: none;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.vision-card {
    border-top: 5px solid #007bff;
}

.mission-card {
    border-top: 5px solid #28a745;
}

.official-img {
    height: 250px;
    object-fit: cover;
    width: fit-content;
    padding: 120px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

/* Children and Praise Team Share Some Styles */
/* End Children Page Styles */

/* Praise Team Styles */

.hero-sectionpraise {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/praise-team.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    margin-bottom: 50px;
}

.vision-mission-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.vision-card,
.mission-card,
.motto-card {
    border: none;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.vision-card {
    border-top: 5px solid #007bff;
}

.mission-card {
    border-top: 5px solid #28a745;
}

.motto-card {
    border-top: 5px solid #dc3545;
}

.praise-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 30px;
    height: 100%;
}

.praise-card:hover {
    transform: translateY(-10px);
}

.praise-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.gallery-img {
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.gallery-img:hover {
    transform: scale(1.03);
}

.list-unstyled i {
    color: #007bff;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #007bff;
}

.schedule-card {
    border-left: 4px solid #007bff;
    margin-bottom: 20px;
}

.history-timeline {
    position: relative;
    padding-left: 30px;
    margin-top: 30px;
}

.history-timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #007bff;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #007bff;
    border: 3px solid white;
}

.timeline-date {
    font-weight: bold;
    color: #007bff;
}

.join-section {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 40px;
}

.pioneers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.leader-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.leader-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

@media (max-width: 768px) {

    .pioneers-grid,
    .leader-grid {
        grid-template-columns: 1fr;
    }
}

/* End Praise Team Styles */
/* Sermon Page Styles */

.live-stream-container {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.stream-schedule {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.stream-info {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
}

/* End Sermon Page Styles */

/* Announcements Page Specific Styles */
.announcements-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.9)),
        url('images/church-bg.jpg') center/cover;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.announcement-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.announcement-header {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 20px;
    position: relative;
}

.announcement-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.announcement-title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.announcement-body {
    padding: 25px;
}

.announcement-category {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.urgent-announcement {
    border-left: 5px solid #e74c3c;
}

.upcoming-event {
    border-left: 5px solid #f39c12;
}

.general-announcement {
    border-left: 5px solid #3498db;
}

.filter-buttons {
    margin-bottom: 30px;
}

.filter-btn {
    margin: 5px;
    border-radius: 20px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.filter-btn.active {
    background: #3498db;
    color: white;
}

.search-box {
    max-width: 400px;
    margin: 0 auto 30px;
}

.no-announcements {
    text-align: center;
    padding: 60px 20px;
    color: #7f8c8d;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/* Health Board Styles */
.hero-sectionhealth {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/health-board2.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    margin-bottom: 50px;
}

.health-card {
    margin-bottom: 30px;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(10px);

}

.health-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.health-img {
    width: 150px;
    height: 180px;
    object-fit: cover;

    margin: 0 auto 15px;
    border: 3px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.role-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    border-radius: 10px;
    margin: 40px 0;
}

/* End Health Board Styles */

/* Media Team Page Styles */
.hero-section-media {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/media-team.jpg) no-repeat;
    background-size: cover;
    background-position: center top 30%;
    padding: 100px 0;
    margin-bottom: 40px;
}

/* End Media Team Page Styles */

/* =============================================
   PREMIUM GLASSMORPHISM FORM STYLES
   ============================================= */

/* Prayer Request Section */
.prayer-section {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 50%, #dce6f0 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.prayer-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(100, 149, 237, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(65, 105, 225, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.prayer-text-col {
    color: #444;
}

.prayer-text-col h2 {
    color: #2c3e50;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.prayer-text-col h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, cornflowerblue, #5b9bd5);
    margin-top: 0.75rem;
}

.prayer-text-col .verse {
    font-style: italic;
    color: #4a6fa5;
    border-left: 3px solid cornflowerblue;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.prayer-text-col .verse-ref {
    color: cornflowerblue;
    font-weight: 600;
    font-style: normal;
}

/* Glass Form Card */
.glass-form-card {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-form-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.12);
}

.glass-form-card .form-label {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.4rem;
}

.glass-form-card .form-control {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(44, 62, 80, 0.12);
    border-radius: 10px;
    color: #333;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.glass-form-card .form-control::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.glass-form-card .form-control:focus {
    background: rgba(255, 255, 255, 0.85);
    border-color: cornflowerblue;
    box-shadow: 0 0 0 3px rgba(100, 149, 237, 0.15);
    color: #333;
}

.glass-form-card .btn-submit {
    background: linear-gradient(135deg, cornflowerblue, #4169E1);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(100, 149, 237, 0.3);
}

.glass-form-card .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(100, 149, 237, 0.45);
}

/* Contact Page - Light Glass Form */
.contact-glass-section {
    padding: 3rem 0;
}

.contact-glass-card {
    background: rgba(44, 62, 80, 0.06) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(44, 62, 80, 0.1) !important;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-glass-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.12);
}

.contact-glass-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
}

.contact-glass-card h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, cornflowerblue, #5b9bd5);
    margin-top: 0.5rem;
}

.contact-glass-card .form-control {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(44, 62, 80, 0.12);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.contact-glass-card .form-control:focus {
    background: rgba(255, 255, 255, 0.9);
    border-color: cornflowerblue;
    box-shadow: 0 0 0 3px rgba(100, 149, 237, 0.15);
}

.contact-glass-card .btn-submit {
    background: linear-gradient(135deg, #2c3e50, cornflowerblue);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.25);
}

.contact-glass-card .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.35);
}

.map-glass-card {
    background: rgba(44, 62, 80, 0.06) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(44, 62, 80, 0.1) !important;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
    overflow: hidden;
}

.map-glass-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.map-glass-card h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, cornflowerblue, #5b9bd5);
    margin-top: 0.5rem;
}

.map-glass-card iframe {
    border-radius: 12px;
    border: none;
}

/* =============================================
   GALLERY PAGE STYLES
   ============================================= */

.hero-section3 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/building1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    margin-bottom: 40px;
    text-align: center;
}

.gallery-container {
    padding: 0 1rem;
}

.imagery-item {
    transition: opacity 0.3s ease;
    padding: 0.5rem;
}

.imagery-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 250px;
}

.imagery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.imagery-img-container:hover .imagery-img {
    transform: scale(1.08);
}

.imagery-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.imagery-img-container:hover .imagery-img-overlay {
    opacity: 1;
}




.modal-img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

/* End Gallery Page Styles */

/* =============================================
   RESPONSIVE MEDIA QUERIES
   ============================================= */

/* Tablets and below (768px) */
@media (max-width: 768px) {

    .hero-section3,
    .header1 {
        padding: 60px 0;
    }

    .hero-section3 h1,
    .header1 h1 {
        font-size: 2rem;
    }

    .glass-form-card {
        padding: 1.5rem;
    }

    .prayer-section {
        padding: 2.5rem 0;
    }

    .prayer-section h2 {
        font-size: 1.6rem;
    }

    .download-card {
        padding: 1.2rem;
    }

    .download-icon {
        font-size: 2rem;
    }

    .imagery-img-container {
        height: 200px;
    }

    .vision-card,
    .mission-card,
    .motto-card {
        margin-bottom: 1rem;
    }

    .contact-glass-card {
        padding: 1.5rem;
    }
}

/* Mobile phones (480px and below) */
@media (max-width: 480px) {

    .hero-section3 h1,
    .header1 h1 {
        font-size: 1.5rem;
    }

    .glass-form-card {
        padding: 1rem;
    }

    .prayer-section h2 {
        font-size: 1.3rem;
    }

    .verse {
        font-size: 0.9rem;
        padding: 0.8rem;
    }

    .download-actions {
        flex-direction: column;
    }

    .download-actions .btn {
        width: 100%;
    }

    .imagery-img-container {
        height: 180px;
    }

    .service-card,
    .leader-card,
    .youth-card,
    .pcmf-card,
    .guild-card,
    .download-card {
        margin-bottom: 1rem;
    }

    .leader-img {
        height: 200px;
    }
}

/* Hymns Page Styles */

.hero-section-hymns {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 70%, #533483 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section-hymns::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(83, 52, 131, 0.15) 0%, transparent 50%);
    animation: heroGlow 8s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(30px, 20px);
    }
}

.hero-section-hymns h1 {
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    position: relative;
}

.hero-section-hymns p {
    opacity: 0.9;
    position: relative;
}

/* Tab Bar */
.hymns-tab-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.hymns-tab {
    padding: 12px 28px;
    border: 2px solid rgba(100, 149, 237, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(230, 240, 255, 0.8));
    backdrop-filter: blur(10px);
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.hymns-tab:hover {
    background: linear-gradient(135deg, #e8f0fe, #d4e4ff);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(100, 149, 237, 0.2);
}

.hymns-tab.active {
    background: linear-gradient(135deg, #2c3e50, #3a5a8c);
    color: #fff;
    border-color: #2c3e50;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
    transform: translateY(-1px);
}

/* Search Box */
.hymns-search-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.hymns-search-box {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 245, 255, 0.9));
    backdrop-filter: blur(12px);
    border: 2px solid rgba(100, 149, 237, 0.2);
    border-radius: 50px;
    padding: 6px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.hymns-search-box:focus-within {
    border-color: cornflowerblue;
    box-shadow: 0 4px 20px rgba(100, 149, 237, 0.2);
}

.hymns-search-icon {
    color: #6c757d;
    font-size: 1rem;
    margin-right: 10px;
}

.hymns-search-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #2c3e50;
    font-family: 'Montserrat', sans-serif;
}

.hymns-search-input::placeholder {
    color: #adb5bd;
}

.hymns-search-count {
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
    font-weight: 500;
}

/* List Panel */
.hymns-list-panel {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 255, 0.85));
    backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.15);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
    overflow: hidden;
    height: 70vh;
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
}

.hymns-list {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 149, 237, 0.3) transparent;
}

.hymns-list::-webkit-scrollbar {
    width: 6px;
}

.hymns-list::-webkit-scrollbar-thumb {
    background: rgba(100, 149, 237, 0.3);
    border-radius: 3px;
}

.hymns-list-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.hymns-list-item:hover {
    background: rgba(100, 149, 237, 0.1);
}

.hymns-list-item.active {
    background: linear-gradient(135deg, #2c3e50, #3a5a8c);
    color: #fff;
}

.hymns-list-item.active .hymns-list-number {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hymns-list-number {
    min-width: 40px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(100, 149, 237, 0.12);
    color: #2c3e50;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.8rem;
    margin-right: 12px;
    font-family: 'Montserrat', sans-serif;
    flex-shrink: 0;
}

.hymns-list-title {
    font-size: 0.88rem;
    line-height: 1.3;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Content Panel */
.hymns-content-panel {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 245, 255, 0.9));
    backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 149, 237, 0.15);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
    min-height: 70vh;
    overflow: hidden;
}

.hymns-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    color: #adb5bd;
    text-align: center;
    padding: 40px;
}

.hymns-placeholder i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: rgba(100, 149, 237, 0.3);
}

.hymns-placeholder h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.hymns-placeholder p {
    font-size: 0.95rem;
}

.hymns-display-header {
    padding: 24px 30px;
    border-bottom: 1px solid rgba(100, 149, 237, 0.1);
    background: rgba(248, 249, 250, 0.5);
}

.hymns-display-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.4rem;
    margin: 0;
}

.hymns-display-body {
    padding: 30px;
    line-height: 1.9;
    font-size: 1.05rem;
    color: #333;
    max-height: 60vh;
    overflow-y: auto;
}

.hymns-display-body p {
    margin-bottom: 1.2rem;
}

.hymns-display-body i {
    color: #555;
}

.hymns-display-body b {
    color: #2c3e50;
}

/* Empty State */
.hymns-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #adb5bd;
    text-align: center;
}

.hymns-empty i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: rgba(100, 149, 237, 0.3);
}

/* Responsive */
@media (max-width: 767.98px) {
    .hero-section-hymns {
        padding: 70px 0 50px;
    }

    .hero-section-hymns h1 {
        font-size: 1.8rem;
    }

    .hymns-tab {
        padding: 10px 18px;
        font-size: 0.82rem;
    }

    .hymns-list-panel {
        max-height: 50vh;
        border-radius: 12px;
    }

    .hymns-content-panel {
        min-height: auto;
        border-radius: 12px;
    }

    .hymns-display-header {
        padding: 16px 20px;
    }

    .hymns-display-body {
        padding: 20px;
        font-size: 0.95rem;
        max-height: none;
    }
}

/* End Hymns Page Styles */