
/* Leadership Page Styles */
.leadership-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.leadership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.leadership-card .image-blog img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.leadership-card .course-title h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #333;
}

.leadership-card .course-title h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #333;
}

.leadership-card .course-title h4,
.leadership-card .course-title h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.leadership-card .course-desc p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.leadership-card .course-meta-bot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Kids Ministry Service Tree Styles */
.kids-service-tree {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #00a8e8;
    font-family: 'Arial', sans-serif;
}

.kids-service-tree ul {
    list-style: none;
    padding-left: 0;
}

.kids-service-tree li {
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}

.kids-service-tree li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #00a8e8;
    font-weight: bold;
    font-size: 18px;
}

.kids-service-tree .service-category {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.kids-service-tree .service-category:first-child {
    margin-top: 0;
}

.kids-service-tree .service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.kids-service-tree .service-name {
    color: #555;
    font-size: 14px;
}

.kids-service-tree .service-time {
    background: #00a8e8;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Church Service Tree Styles */
.service-tree {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #ff9800;
    font-family: 'Arial', sans-serif;
}

.service-tree ul {
    list-style: none;
    padding-left: 0;
}

.service-tree li {
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}

.service-tree li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #ff9800;
    font-weight: bold;
    font-size: 18px;
}

.service-tree .service-category {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-tree .service-category:first-child {
    margin-top: 0;
}

.service-tree .service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.service-tree .service-name {
    color: #555;
    font-size: 14px;
}

.service-tree .service-time {
    background: #ff9800;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Youth Ministry Page Styles */
.youth-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.youth-eyebrow {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
    animation: fadeInDown 0.6s ease-out;
}

.youth-hero {
    animation: fadeInUp 0.8s ease-out;
}

.youth-hero h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.youth-values {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.youth-values li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(102,126,234,0.1);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    color: #2c3e50;
}

.youth-values li:hover {
    padding-left: 10px;
    border-left: 3px solid #667eea;
}

.youth-values li i {
    color: #667eea;
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
}

.youth-stat {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    animation: fadeInScale 0.6s ease-out;
    animation-fill-mode: both;
}

.youth-stat:nth-child(1) { animation-delay: 0.1s; }
.youth-stat:nth-child(2) { animation-delay: 0.2s; }
.youth-stat:nth-child(3) { animation-delay: 0.3s; }
.youth-stat:nth-child(4) { animation-delay: 0.4s; }

.youth-stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #667eea;
}

.youth-stat strong {
    font-size: 2.5rem;
    color: #667eea;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.youth-stat span {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.youth-service-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border-top: 4px solid #667eea;
    position: relative;
    overflow: hidden;
    animation: slideInUp 0.6s ease-out;
    animation-fill-mode: both;
    height: 100%;
}

.youth-service-card:nth-child(1) { animation-delay: 0.1s; }
.youth-service-card:nth-child(2) { animation-delay: 0.2s; }
.youth-service-card:nth-child(3) { animation-delay: 0.3s; }
.youth-service-card:nth-child(4) { animation-delay: 0.4s; }

.youth-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
    transition: left 0.5s ease;
}

.youth-service-card:hover::before {
    left: 100%;
}

.youth-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 32px;
    transition: all 0.3s ease;
}

.youth-service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(102,126,234,0.3);
}

.youth-service-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.service-time {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}

/* Vision & Mission page font increase */
.vision-mission-content .message-box p,
.vision-mission-content .section-title .lead {
    font-size: 1.18rem;
}

.vision-mission-content .message-box h4 {
    font-size: 2.2rem;
}

.vision-mission-content .section-title h3 {
    font-size: 2.4rem;
}


.service-list li {
    padding: 8px 0;
    color: #555;
    display: flex;
    align-items: center;
}

.service-list li::before {
    content: '✓';
    color: #667eea;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.1rem;
}

.impact-card {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    position: relative;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.impact-card:nth-child(1) { animation-delay: 0.1s; }
.impact-card:nth-child(2) { animation-delay: 0.2s; }
.impact-card:nth-child(3) { animation-delay: 0.3s; }
.impact-card:nth-child(4) { animation-delay: 0.4s; }

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #667eea;
}

.impact-number {
    font-size: 2.8rem;
    color: #667eea;
    font-weight: 700;
    margin-bottom: 10px;
}

.impact-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.impact-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Anavo Vision School Styles */
.school-vision {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 5px solid #00a8e8;
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
}

.school-vision:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.school-eyebrow {
    background: linear-gradient(45deg, #00a8e8, #764ba2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.school-vision h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.school-values {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.school-values li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,168,232,0.1);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.school-values li:hover {
    padding-left: 10px;
    border-left: 3px solid #00a8e8;
}

.school-values li i {
    color: #00a8e8;
    margin-right: 12px;
    font-size: 16px;
}

.school-stat {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    animation: fadeInScale 0.6s ease-out;
    animation-fill-mode: both;
}

.school-stat:nth-child(1) { animation-delay: 0.1s; }
.school-stat:nth-child(2) { animation-delay: 0.2s; }
.school-stat:nth-child(3) { animation-delay: 0.3s; }
.school-stat:nth-child(4) { animation-delay: 0.4s; }

.school-stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.school-stat strong {
    font-size: 2.5rem;
    color: #00a8e8;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.school-stat span {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.school-program {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border-top: 4px solid #00a8e8;
    position: relative;
    overflow: hidden;
    animation: slideInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.school-program:nth-child(1) { animation-delay: 0.1s; }
.school-program:nth-child(2) { animation-delay: 0.2s; }
.school-program:nth-child(3) { animation-delay: 0.3s; }
.school-program:nth-child(4) { animation-delay: 0.4s; }

.school-program::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #764ba2, transparent);
    transition: left 0.5s ease;
}

.school-program:hover::before {
    left: 100%;
}

.school-program:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00a8e8 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 28px;
    transition: all 0.3s ease;
}

.school-program:hover .program-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0,168,232,0.3);
}

.school-program h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.spiritual-card {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    position: relative;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.spiritual-card:nth-child(1) { animation-delay: 0.1s; }
.spiritual-card:nth-child(2) { animation-delay: 0.2s; }
.spiritual-card:nth-child(3) { animation-delay: 0.3s; }
.spiritual-card:nth-child(4) { animation-delay: 0.4s; }
.spiritual-card:nth-child(5) { animation-delay: 0.5s; }
.spiritual-card:nth-child(6) { animation-delay: 0.6s; }

.spiritual-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.icon-wrap {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
}

.spiritual-card:hover .icon-wrap {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(102,126,234,0.3);
}

.spiritual-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

/* Vision & Mission Cards */
.vision-mission-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    height: 100%;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.vision-mission-card:nth-child(1) { animation-delay: 0.1s; }
.vision-mission-card:nth-child(2) { animation-delay: 0.2s; }

.vision-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.vision-card .card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
}

.mission-card .card-header {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
}

.card-header {
    border-bottom: none;
    text-align: center;
}

.card-header i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.card-header h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
}

.card-body {
    padding: 30px 25px;
}

.vision-mission-card .card-body p {
    color: #5a6c7d;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* Bible Verses */
.bible-verse-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    height: 100%;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.bible-verse-card:nth-child(1) { animation-delay: 0.1s; }
.bible-verse-card:nth-child(2) { animation-delay: 0.2s; }
.bible-verse-card:nth-child(3) { animation-delay: 0.3s; }

.bible-verse-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.verse-reference {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f4;
}

.verse-reference h5 {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.verse-text {
    color: #5a6c7d;
    line-height: 1.7;
}

.verse-text p {
    font-style: italic;
    margin: 0;
    font-size: 1rem;
}

/* Theology Programs */
.theology-program-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.theology-program-card:nth-child(1) { animation-delay: 0.1s; }
.theology-program-card:nth-child(2) { animation-delay: 0.2s; }
.theology-program-card:nth-child(3) { animation-delay: 0.3s; }

.theology-program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.program-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #00a8e8 0%, #764ba2 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.program-header {
    margin-bottom: 20px;
}

.program-header .program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00a8e8 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 32px;
    transition: all 0.3s ease;
}

.theology-program-card:hover .program-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0,168,232,0.3);
}

.program-header h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.program-header h5 {
    color: #7f8c8d;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1rem;
}

.program-description {
    color: #5a6c7d;
    line-height: 1.6;
}

/* Admissions Banner */
.admissions-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 40px 0;
    margin: 40px 0;
    color: white;
    box-shadow: 0 10px 30px rgba(102,126,234,0.3);
}

.admissions-content h3 {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.admissions-content p {
    margin-bottom: 10px;
    opacity: 0.9;
}

.contact-info {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 25px;
    backdrop-filter: blur(10px);
}

.contact-info h4 {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-info p {
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-info .btn {
    background: white;
    color: #667eea;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-info .btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Enhanced Carousel */
#schoolPhotoSlider, #youthSlider, #kidsPhotoSlider, #churchPhotoSlider {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.carousel-caption {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    padding: 25px !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.carousel-control-prev, .carousel-control-next {
    width: 60px;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
}

.carousel-control-next {
    border-radius: 0 10px 10px 0;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background: linear-gradient(135deg, rgba(0,168,232,0.8) 0%, rgba(118,75,162,0.8) 100%);
    transform: scale(1.05);
}

/* Section Headers */
.section-title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00a8e8, #764ba2);
    border-radius: 2px;
}

/* Image Popup Modal */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn 0.3s ease-out;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    animation: slideIn 0.3s ease-out;
}

.modal-content img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}

.modal-caption {
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.modal-caption h5 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    color: #667eea;
}

.modal-caption p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(255,0,0,0.3);
    transform: rotate(90deg);
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .school-vision {
        padding: 25px;
        margin-bottom: 30px;
    }

    .school-stat {
        margin-bottom: 20px;
    }

    .school-program, .spiritual-card {
        margin-bottom: 25px;
    }

    .program-icon, .icon-wrap {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .youth-hero h2, .school-vision h2 {
        font-size: 1.8rem;
    }

    .image-modal {
        padding-top: 20px;
    }

    .modal-close {
        top: 10px;
        right: 10px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }

    .modal-content {
        max-width: 95%;
    }

    .modal-content img {
        max-height: 60vh;
    }

    .modal-caption {
        padding: 15px;
    }

    .modal-caption h5 {
        font-size: 1.1rem;
    }
}

/* Call to Action Enhancement */
.btn-primary, .btn-outline-primary, .btn-success {
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary::before, .btn-outline-primary::before, .btn-success::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before, .btn-outline-primary:hover::before, .btn-success:hover::before {
    left: 100%;
}

.btn-primary:hover, .btn-outline-primary:hover, .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.leadership-card .course-meta-bot ul li {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.leadership-card .course-meta-bot ul li i {
    margin-right: 8px;
    color: #ff9800;
    width: 16px;
}

.leadership-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.leadership-card-link:hover,
.leadership-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.leadership-directory-card {
    height: 100%;
}

.leadership-level-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.leadership-level-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff1de;
    color: #bc640d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.leadership-tree-row {
    justify-content: center;
}

.leadership-tree {
    position: relative;
    margin: 10px auto 40px;
    padding: 8px 0;
}

.leadership-tree-level {
    position: relative;
    padding-bottom: 38px;
}

.leadership-tree-level:not(.leadership-tree-level-leaf)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 34px;
    background: linear-gradient(180deg, #f4c58a 0%, #ffd9af 100%);
    transform: translateX(-50%);
}

.leadership-tree-nodes {
    position: relative;
    margin: 0 auto;
}

.leadership-tree-nodes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    height: 2px;
    background: linear-gradient(90deg, #f4c58a 0%, #ffd9af 100%);
}

.leadership-tree-nodes-single::before {
    display: none;
}

.leadership-tree-node {
    position: relative;
    padding-top: 30px;
}

.leadership-tree-node::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, #f4c58a 0%, #ffd9af 100%);
    transform: translateX(-50%);
}

.leadership-tree-nodes-single .leadership-tree-node::before {
    height: 24px;
}

.leadership-role {
    color: #ff9800;
    margin-top: 5px;
}

.leadership-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #ececec;
    color: #1d2547;
    font-weight: 600;
}

.leadership-cta i {
    color: #ff9800;
}

.leadership-philosophy {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 30px 0;
}

.leadership-philosophy h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.leadership-philosophy p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    max-width: 800px;
    margin: 0 auto 30px;
}

.leadership-philosophy-copy {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 20px auto;
}

.philosophy-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.philosophy-icons > div {
    text-align: center;
    min-width: 120px;
}

.philosophy-icons i {
    font-size: 2.5rem;
    color: #ff9800;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.philosophy-icons i:hover {
    transform: scale(1.1);
}

.philosophy-icons p {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

/* Pastor Profile Page */
.pastor-profile-page {
    background: linear-gradient(180deg, #ffffff 0%, #faf7f1 100%);
}

.pastor-profile-hero-row,
.pastor-profile-layout {
    margin-bottom: 10px;
}

.pastor-profile-sidebar,
.pastor-profile-main,
.pastor-profile-sidecards,
.pastor-profile-detail-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.pastor-profile-main {
    justify-content: stretch;
}

.pastor-profile-sidebar-compact {
    gap: 20px;
}

.pastor-profile-detail-row {
    align-items: stretch;
}

.pastor-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff9800;
    font-weight: 600;
}

.pastor-back-link:hover,
.pastor-back-link:focus {
    color: #d97706;
    text-decoration: none;
}

.pastor-profile-photo,
.pastor-profile-intro,
.pastor-profile-content,
.pastor-vision-card,
.pastor-contact-card,
.pastor-social-card,
.pastor-qr-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(29, 37, 71, 0.08);
}

.pastor-profile-photo {
    overflow: hidden;
    height: 100%;
}

.pastor-profile-sidebar-compact .pastor-profile-photo {
    min-height: 440px;
}

.pastor-profile-photo img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    max-height: 560px;
    object-fit: cover;
}

.pastor-profile-intro,
.pastor-profile-content,
.pastor-vision-card,
.pastor-contact-card,
.pastor-social-card,
.pastor-qr-card {
    padding: 34px;
}

.pastor-profile-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
}

.pastor-profile-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff1de;
    color: #bc640d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pastor-profile-intro h2,
.pastor-profile-content h3,
.pastor-vision-card h3,
.pastor-contact-card h3,
.pastor-social-card h3,
.pastor-qr-card h3 {
    margin-bottom: 18px;
    color: #1d2547;
    font-weight: 700;
}

.pastor-profile-intro p,
.pastor-profile-content p,
.pastor-vision-card p,
.pastor-contact-card p,
.pastor-social-card p,
.pastor-qr-card p {
    margin-bottom: 0;
    color: #5f6475;
    line-height: 1.9;
}

.pastor-profile-content p,
.pastor-profile-intro p {
    margin-bottom: 16px;
}

.pastor-profile-content p:last-child,
.pastor-profile-intro p:last-child,
.pastor-vision-card p:last-child,
.pastor-contact-card p:last-child,
.pastor-social-card p:last-child,
.pastor-qr-card p:last-child {
    margin-bottom: 0;
}

.pastor-profile-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.pastor-profile-testimony-block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #edf0f5;
}

.pastor-profile-testimony-block h3 {
    margin-bottom: 18px;
    color: #1d2547;
    font-weight: 700;
}

.pastor-profile-testimony-block p {
    margin-bottom: 16px;
    color: #5f6475;
    line-height: 1.9;
}

.pastor-profile-testimony-block p:last-child {
    margin-bottom: 0;
}

.pastor-profile-qr-inline {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #edf0f5;
    text-align: center;
}

.pastor-profile-qr-inline h3 {
    margin-bottom: 18px;
    color: #1d2547;
    font-weight: 700;
}

.pastor-profile-qr-inline p {
    margin-top: 4px;
    margin-bottom: 0;
    color: #5f6475;
    line-height: 1.9;
}

.pastor-profile-qr-inline a {
    color: #ff9800;
    font-weight: 600;
}

.pastor-profile-qr-inline a:hover,
.pastor-profile-qr-inline a:focus {
    color: #d97706;
    text-decoration: none;
}

.pastor-profile-highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f6f8fb;
    color: #1d2547;
    font-size: 13px;
    font-weight: 600;
}

.pastor-vision-card {
    background: linear-gradient(135deg, #fff4e4 0%, #ffffff 100%);
    border: 1px solid #f3dec3;
}

.pastor-contact-card,
.pastor-social-card,
.pastor-qr-card {
    border: 1px solid #edf0f5;
}

.pastor-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pastor-contact-list li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
}

.pastor-contact-list li:first-child {
    padding-top: 0;
}

.pastor-contact-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pastor-contact-list span {
    color: #1d2547;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pastor-contact-list a,
.pastor-qr-card a {
    color: #ff9800;
    font-weight: 600;
}

.pastor-contact-list a:hover,
.pastor-contact-list a:focus,
.pastor-qr-card a:hover,
.pastor-qr-card a:focus {
    color: #d97706;
    text-decoration: none;
}

.pastor-social-links {
    display: grid;
    gap: 12px;
}

.pastor-social-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    color: #1d2547;
    font-weight: 600;
}

.pastor-social-links a:hover,
.pastor-social-links a:focus {
    background: #fff1de;
    color: #bc640d;
    text-decoration: none;
}

.pastor-social-links i {
    width: 18px;
    color: #ff9800;
    text-align: center;
}

.pastor-qr-card {
    text-align: center;
}

.pastor-qr-card p {
    margin-top: 4px;
}

.pastor-profile-sidecards > div,
.pastor-profile-main > div,
.pastor-profile-sidebar > div,
.pastor-profile-detail-stack > div {
    width: 100%;
}

.pastor-qr-image {
    width: 100%;
    max-width: 220px;
    margin: 10px auto 16px;
    padding: 12px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #edf0f5;
}

/* Responsive adjustments for leadership page */
@media (max-width: 768px) {
    .leadership-tree-level {
        padding-bottom: 26px;
    }

    .leadership-tree-level:not(.leadership-tree-level-leaf)::after,
    .leadership-tree-nodes::before,
    .leadership-tree-node::before {
        display: none;
    }

    .leadership-level-heading {
        margin-bottom: 20px;
    }

    .leadership-philosophy {
        padding: 30px 20px;
    }

    .philosophy-icons {
        gap: 20px;
    }

    .philosophy-icons > div {
        min-width: 100px;
    }

    .leadership-card .image-blog img {
        height: 200px;
    }

    .pastor-profile-intro,
    .pastor-profile-content,
    .pastor-vision-card,
    .pastor-contact-card,
    .pastor-social-card,
    .pastor-qr-card {
        padding: 26px 22px;
    }

    .pastor-profile-sidebar,
    .pastor-profile-main,
    .pastor-profile-sidecards,
    .pastor-profile-detail-stack {
        gap: 18px;
    }

    .pastor-profile-hero-row,
    .pastor-profile-layout {
        margin-bottom: 0;
    }

    .pastor-profile-photo img {
        min-height: 260px;
    }
}

/* Branch Churches */
.branch-churches-page {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.branch-church-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.branch-church-card-link:hover,
.branch-church-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.branch-church-card {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(29, 37, 71, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branch-church-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(29, 37, 71, 0.12);
}

.branch-church-card .image-blog img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.branch-church-location {
    color: #ff9800;
    margin-top: 8px;
    font-weight: 600;
}

.branch-church-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #ececec;
    color: #1d2547;
    font-weight: 600;
}

.branch-church-card-footer i {
    color: #ff9800;
}

.branch-church-profile-page {
    background: linear-gradient(180deg, #ffffff 0%, #faf7f1 100%);
}

.branch-church-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff9800;
    font-weight: 600;
}

.branch-church-back-link:hover,
.branch-church-back-link:focus {
    color: #d97706;
    text-decoration: none;
}

.branch-church-cover-card,
.branch-church-story-card,
.branch-church-timings-card,
.branch-church-info-card,
.branch-church-pastor-card,
.branch-church-map-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(29, 37, 71, 0.08);
}

.branch-church-cover-card {
    position: relative;
    overflow: hidden;
}

.branch-church-cover-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.branch-church-cover-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px;
    background: linear-gradient(180deg, rgba(10, 20, 44, 0.05) 0%, rgba(10, 20, 44, 0.82) 100%);
}

.branch-church-cover-overlay h2,
.branch-church-cover-overlay p {
    color: #ffffff;
}

.branch-church-cover-overlay h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

.branch-church-cover-overlay p {
    margin-bottom: 0;
    max-width: 720px;
}

.branch-church-story-card,
.branch-church-timings-card,
.branch-church-info-card,
.branch-church-pastor-card,
.branch-church-map-card {
    padding: 34px;
}

.branch-church-story-card h3,
.branch-church-timings-card h3,
.branch-church-info-card h3,
.branch-church-pastor-card h3,
.branch-church-map-card h3 {
    color: #1d2547;
    font-weight: 700;
}

.branch-church-story-card p,
.branch-church-info-card p {
    color: #5f6475;
    line-height: 1.9;
}

.branch-church-pastor-card {
    height: 100%;
}

.branch-church-pastor-profile-link {
    display: block;
    margin-bottom: 24px;
    color: inherit;
}

.branch-church-pastor-profile-link:hover,
.branch-church-pastor-profile-link:focus {
    color: inherit;
    text-decoration: none;
}

.branch-church-pastor-header {
    display: flex;
    align-items: center;
    gap: 18px;
}

.branch-church-pastor-photo-wrap {
    flex: 0 0 96px;
}

.branch-church-pastor-photo {
    width: 96px;
    height: 96px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 12px 24px rgba(29, 37, 71, 0.14);
}

.branch-church-pastor-meta h4 {
    margin-bottom: 6px;
    color: #1d2547;
    font-size: 24px;
    font-weight: 700;
}

.branch-church-pastor-meta p {
    margin-bottom: 22px;
    color: #bc640d;
    font-weight: 600;
}

.branch-church-pastor-cta {
    display: inline-block;
    color: #ff9800;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.branch-church-pastor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-church-pastor-list li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #e7eaf1;
}

.branch-church-pastor-list li:first-child {
    padding-top: 0;
}

.branch-church-pastor-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.branch-church-pastor-list span {
    color: #1d2547;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.branch-church-pastor-list strong {
    color: #5f6475;
    font-size: 16px;
}

.branch-church-map-frame-wrap {
    overflow: hidden;
    border: 1px solid #e4e8f0;
    border-radius: 14px;
    background: #f9fbfe;
}

.branch-church-map-frame {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}

.branch-church-timings-card {
    background: linear-gradient(135deg, #fff4e4 0%, #ffffff 100%);
    border: 1px solid #f3dec3;
}

.branch-church-timings-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-church-timings-list li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #efdac0;
}

.branch-church-timings-list li:first-child {
    padding-top: 0;
}

.branch-church-timings-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.branch-church-timings-list span {
    color: #1d2547;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.branch-church-timings-list strong {
    color: #bc640d;
    font-size: 16px;
}

@media (max-width: 768px) {
    .branch-church-card .image-blog img {
        height: 230px;
    }

    .branch-church-cover-card img {
        height: 300px;
    }

    .branch-church-cover-overlay,
    .branch-church-story-card,
    .branch-church-timings-card,
    .branch-church-info-card,
    .branch-church-pastor-card,
    .branch-church-map-card {
        padding: 24px 20px;
    }

    .branch-church-pastor-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .branch-church-map-frame {
        height: 240px;
    }
}

/* Active Menu Highlighting */
.navbar-nav .nav-item.active > .nav-link {
    color: #ff9800 !important;
    font-weight: 600;
    border-bottom: 3px solid #ff9800;
}

.navbar-nav .nav-item.active > .nav-link::after {
    transform: rotate(180deg);
}

/* Dropdown Item Active State */
.dropdown-menu .dropdown-item.active {
    background-color: #f8f9fa;
    color: #ff9800;
    font-weight: 600;
}

.dropdown-menu .dropdown-item.active::before {
    content: "✓ ";
    margin-right: 5px;
}

/* Dropdown Menu Hover & Active */
.dropdown-item {
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    padding-left: 1.5rem;
}

.dropdown-item.active {
    border-left: 3px solid #ff9800;
    padding-left: 1.5rem;
}

/* Main nav link styling */
.nav-link {
    transition: all 0.3s ease;
    position: relative;
}

.nav-link::after {
    content: '';
    transition: transform 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9800;
}

/* Church and Youth Photo Slider Styling */
.church-photo-slider {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.church-photo-slider img {
    height: 500px;
    object-fit: cover;
}

.church-photo-slider .carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 5px;
}

/* Service Tree Styling */
.service-tree {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #ff9800;
    font-family: 'Arial', sans-serif;
}

.service-tree ul {
    list-style: none;
    padding-left: 0;
}

.service-tree li {
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}

.service-tree li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #ff9800;
    font-weight: bold;
    font-size: 18px;
}

.service-tree .service-category {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-tree .service-category:first-child {
    margin-top: 0;
}

.service-tree .service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.service-tree .service-name {
    color: #555;
    font-size: 14px;
}

.service-tree .service-time {
    background: #ff9800;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Gift of Charis Page Styles */
.gift-charis-page {
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.gift-charis-page .section-title p {
    color: #666666;
}

.gift-charis-hero,
.gift-charis-card,
.gift-charis-report,
.gift-charis-placeholder,
.gift-charis-thanks {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(29, 37, 71, 0.08);
}

.gift-charis-hero {
    padding: 36px;
    border-top: 4px solid #f28b20;
}

.gift-charis-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff1de;
    color: #bc640d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gift-charis-hero h2,
.gift-charis-report h3,
.gift-charis-work h3,
.gift-charis-thanks h3 {
    color: #1d2547;
    font-weight: 700;
}

.gift-charis-hero p,
.gift-charis-report p,
.gift-charis-thanks p,
.gift-charis-work li,
.gift-charis-list li {
    color: #5f6475;
    line-height: 1.9;
}

.gift-charis-stats {
    margin-top: 24px;
}

.gift-charis-stat {
    padding: 22px 18px;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff6e8 0%, #ffffff 100%);
    border: 1px solid #f6dfbf;
}

.gift-charis-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #f28b20;
    font-size: 30px;
    line-height: 1;
}

.gift-charis-stat span {
    display: block;
    margin-bottom: 6px;
    color: #1d2547;
    font-size: 15px;
    font-weight: 700;
}

.gift-charis-card {
    padding: 28px 24px;
    height: 100%;
    border: 1px solid #f2f2f2;
}

.gift-charis-card .icon-wrap {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: #fff1de;
    color: #f28b20;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
}

.gift-charis-card h4,
.gift-charis-place h4 {
    margin-bottom: 12px;
    color: #1d2547;
    font-size: 21px;
    font-weight: 700;
}

.gift-charis-report {
    padding: 34px;
    margin-bottom: 30px;
    border-left: 4px solid #f28b20;
}

.gift-charis-report-number {
    display: inline-block;
    margin-bottom: 14px;
    color: #f28b20;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gift-charis-place {
    padding: 22px;
    margin-top: 22px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid #dfe9f6;
}

.gift-charis-place p:last-child,
.gift-charis-report p:last-child,
.gift-charis-card p:last-child,
.gift-charis-thanks p:last-child {
    margin-bottom: 0;
}

.gift-charis-list,
.gift-charis-work {
    padding-left: 18px;
    margin-bottom: 0;
}

.gift-charis-list li,
.gift-charis-work li {
    margin-bottom: 10px;
}

.gift-charis-highlight {
    margin-top: 20px;
    padding: 20px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1d2547 0%, #2f3b6d 100%);
    color: #ffffff;
}

.gift-charis-highlight p,
.gift-charis-highlight li,
.gift-charis-highlight h4 {
    color: #ffffff;
}

.gift-charis-place-linked a {
    color: #ffe0a8;
    font-weight: 700;
    text-decoration: underline;
}

.gift-charis-place-linked a:hover,
.gift-charis-place-linked a:focus {
    color: #ffffff;
}

.gift-charis-place-linked {
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gift-charis-place-linked:hover,
.gift-charis-place-linked:focus {
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

.gift-charis-link-note {
    margin-top: 0;
    color: #ffe0a8;
    font-weight: 700;
}

.gift-charis-link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
}

.gift-charis-link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
}

.gift-charis-placeholder {
    min-height: 280px;
    padding: 34px;
    border: 2px dashed #f1be82;
    background: linear-gradient(135deg, #fff7ec 0%, #fffdf8 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-charis-placeholder .placeholder-inner {
    max-width: 360px;
}

.gift-charis-placeholder i {
    display: inline-block;
    margin-bottom: 14px;
    color: #f28b20;
    font-size: 34px;
}

.gift-charis-placeholder h4 {
    margin-bottom: 10px;
    color: #1d2547;
    font-size: 24px;
    font-weight: 700;
}

.gift-charis-placeholder p {
    margin-bottom: 0;
    color: #696f80;
}

.gift-charis-thanks {
    padding: 34px;
    background: linear-gradient(135deg, #fff4e4 0%, #ffffff 100%);
    border: 1px solid #f3dec3;
}

@media (max-width: 991px) {
    .gift-charis-hero,
    .gift-charis-report,
    .gift-charis-thanks,
    .gift-charis-placeholder {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .gift-charis-hero,
    .gift-charis-report,
    .gift-charis-thanks,
    .gift-charis-placeholder {
        padding: 22px;
        border-radius: 14px;
    }

    .gift-charis-stat strong {
        font-size: 26px;
    }
}

/* Carousel Styles */
#kidsPhotoSlider,
#studentSupportSlider,
#christmasOutreachSlider,
#streetOutreachSlider,
#crusadesSlider,
#churchPhotoSlider,
#bibleSchoolPhotoSlider,
#youthSlider,
#watchmensPrayerSlider {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

#kidsPhotoSlider .carousel-item img,
#studentSupportSlider .carousel-item img,
#christmasOutreachSlider .carousel-item img,
#streetOutreachSlider .carousel-item img,
#crusadesSlider .carousel-item img,
#churchPhotoSlider .carousel-item img,
#bibleSchoolPhotoSlider .carousel-item img,
#youthSlider .carousel-item img,
#watchmensPrayerSlider .carousel-item img {
    height: 450px;
    object-fit: cover;
}

#crusadesSlider .carousel-item img,
#churchPhotoSlider .carousel-item img {
    height: 500px;
}

#kidsPhotoSlider .carousel-caption,
#studentSupportSlider .carousel-caption,
#christmasOutreachSlider .carousel-caption,
#streetOutreachSlider .carousel-caption,
#crusadesSlider .carousel-caption,
#churchPhotoSlider .carousel-caption,
#bibleSchoolPhotoSlider .carousel-caption,
#youthSlider .carousel-caption,
#watchmensPrayerSlider .carousel-caption {
    background: rgba(0,0,0,0.7);
    padding: 18px;
    border-radius: 6px;
}

#churchPhotoSlider .carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 5px;
}

#kidsPhotoSlider .carousel-caption,
#bibleSchoolPhotoSlider .carousel-caption {
    background: rgba(0,0,0,0.55);
    padding: 16px;
    border-radius: 6px;
}

/* Carousel Control Styles */
.carousel-control-prev,
.carousel-control-next {
    background: linear-gradient(to right, rgba(0,0,0,0.5), transparent);
    width: 60px;
    justify-content: flex-start;
    padding-left: 15px;
}

.carousel-control-next {
    background: linear-gradient(to left, rgba(0,0,0,0.5), transparent);
    justify-content: flex-end;
    padding-right: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.8));
}

/* Enhanced UI Styles for Anavo Vision School */
.school-vision {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 5px solid #00a8e8;
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
}

.school-vision:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.school-eyebrow {
    background: linear-gradient(45deg, #00a8e8, #764ba2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.school-vision h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.school-values {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.school-values li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,168,232,0.1);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.school-values li:hover {
    padding-left: 10px;
    border-left: 3px solid #00a8e8;
}

.school-values li i {
    color: #00a8e8;
    margin-right: 12px;
    font-size: 16px;
}

.school-stat {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    animation: fadeInScale 0.6s ease-out;
    animation-fill-mode: both;
}

.school-stat:nth-child(1) { animation-delay: 0.1s; }
.school-stat:nth-child(2) { animation-delay: 0.2s; }
.school-stat:nth-child(3) { animation-delay: 0.3s; }
.school-stat:nth-child(4) { animation-delay: 0.4s; }

.school-stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.school-stat strong {
    font-size: 2.5rem;
    color: #00a8e8;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.school-stat span {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.school-program {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border-top: 4px solid #00a8e8;
    position: relative;
    overflow: hidden;
    animation: slideInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.school-program:nth-child(1) { animation-delay: 0.1s; }
.school-program:nth-child(2) { animation-delay: 0.2s; }
.school-program:nth-child(3) { animation-delay: 0.3s; }
.school-program:nth-child(4) { animation-delay: 0.4s; }

.school-program::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #764ba2, transparent);
    transition: left 0.5s ease;
}

.school-program:hover::before {
    left: 100%;
}

.school-program:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00a8e8 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 28px;
    transition: all 0.3s ease;
}

.school-program:hover .program-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0,168,232,0.3);
}

.school-program h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.spiritual-card {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    position: relative;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.spiritual-card:nth-child(1) { animation-delay: 0.1s; }
.spiritual-card:nth-child(2) { animation-delay: 0.2s; }
.spiritual-card:nth-child(3) { animation-delay: 0.3s; }
.spiritual-card:nth-child(4) { animation-delay: 0.4s; }
.spiritual-card:nth-child(5) { animation-delay: 0.5s; }
.spiritual-card:nth-child(6) { animation-delay: 0.6s; }

.spiritual-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.icon-wrap {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
}

.spiritual-card:hover .icon-wrap {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(102,126,234,0.3);
}

.spiritual-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

/* Enhanced Carousel */
#schoolPhotoSlider {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.carousel-caption {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    padding: 25px !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.carousel-control-prev, .carousel-control-next {
    width: 60px;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
}

.carousel-control-next {
    border-radius: 0 10px 10px 0;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background: linear-gradient(135deg, rgba(0,168,232,0.8) 0%, rgba(118,75,162,0.8) 100%);
    transform: scale(1.05);
}

/* Section Headers */
.section-title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00a8e8, #764ba2);
    border-radius: 2px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

/* Responsive Enhancements */
@media (max-width: 768px) {
    .school-vision {
        padding: 25px;
        margin-bottom: 30px;
    }

    .school-stat {
        margin-bottom: 20px;
    }

    .school-program, .spiritual-card {
        margin-bottom: 25px;
    }

    .program-icon, .icon-wrap {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

/* Call to Action Enhancement */
.btn-primary, .btn-outline-primary, .btn-success {
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary::before, .btn-outline-primary::before, .btn-success::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before, .btn-outline-primary:hover::before, .btn-success:hover::before {
    left: 100%;
}

.btn-primary:hover, .btn-outline-primary:hover, .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Vision & Mission Cards */
.vision-mission-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    height: 100%;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.vision-mission-card:nth-child(1) { animation-delay: 0.1s; }
.vision-mission-card:nth-child(2) { animation-delay: 0.2s; }

.vision-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.vision-card .card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
}

.mission-card .card-header {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
}

.card-header {
    border-bottom: none;
    text-align: center;
}

.card-header i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.card-header h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
}

.card-body {
    padding: 30px 25px;
}

.vision-mission-card .card-body p {
    color: #5a6c7d;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* Bible Verses */
.bible-verse-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    height: 100%;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.bible-verse-card:nth-child(1) { animation-delay: 0.1s; }
.bible-verse-card:nth-child(2) { animation-delay: 0.2s; }
.bible-verse-card:nth-child(3) { animation-delay: 0.3s; }

.bible-verse-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.verse-reference {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f4;
}

.verse-reference h5 {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.verse-text {
    color: #5a6c7d;
    line-height: 1.7;
}

.verse-text p {
    font-style: italic;
    margin: 0;
    font-size: 1rem;
}

/* Theology Programs */
.theology-program-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.theology-program-card:nth-child(1) { animation-delay: 0.1s; }
.theology-program-card:nth-child(2) { animation-delay: 0.2s; }
.theology-program-card:nth-child(3) { animation-delay: 0.3s; }

.theology-program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #00a8e8;
}

.program-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #00a8e8 0%, #764ba2 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.program-header {
    margin-bottom: 20px;
}

.program-header .program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00a8e8 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 32px;
    transition: all 0.3s ease;
}

.theology-program-card:hover .program-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0,168,232,0.3);
}

.program-header h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.program-header h5 {
    color: #7f8c8d;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1rem;
}

.program-description {
    color: #5a6c7d;
    line-height: 1.6;
}

/* Admissions Banner */
.admissions-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 40px 0;
    margin: 40px 0;
    color: white;
    box-shadow: 0 10px 30px rgba(102,126,234,0.3);
}

.admissions-content h3 {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.admissions-content p {
    margin-bottom: 10px;
    opacity: 0.9;
}

.contact-info {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 25px;
    backdrop-filter: blur(10px);
}

.contact-info h4 {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-info p {
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-info .btn {
    background: white;
    color: #667eea;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-info .btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.image-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.modal-content {
	position: relative;
	max-width: 90%;
	max-height: 85vh;
	margin: auto;
	display: flex;
	flex-direction: column;
	animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.modal-content img {
	width: 100%;
	height: auto;
	max-height: 70vh;
	object-fit: contain;
	border-radius: 8px;
}

.modal-caption {
	background: rgba(0,0,0,0.8);
	color: white;
	padding: 20px;
	text-align: center;
	border-radius: 0 0 8px 8px;
}

.modal-caption h5 {
	margin: 0 0 10px 0;
	font-size: 1.3rem;
	color: #00a8e8;
}

.modal-caption p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10000;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.modal-close:hover {
	background: rgba(255,0,0,0.3);
	transform: rotate(90deg);
}

@media (max-width: 768px) {
	.image-modal {
		padding-top: 20px;
	}
	
	.modal-close {
		top: 10px;
		right: 10px;
		font-size: 30px;
		width: 40px;
		height: 40px;
	}
	
	.modal-content {
		max-width: 95%;
	}
	
	.modal-content img {
		max-height: 60vh;
	}
	
	.modal-caption {
		padding: 15px;
	}
	
	.modal-caption h5 {
		font-size: 1.1rem;
	}
}

/* ============================================
   Watchmen's Prayer Conference Styles
   ============================================ */

/* Vision & Mission Cards with Icons */
.watchmen-vision-card,
.watchmen-mission-card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.watchmen-vision-card:hover,
.watchmen-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.watchmen-vision-card .card-icon,
.watchmen-mission-card .card-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #eea412, #ff9800);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(238,164,18,0.3);
}

.watchmen-vision-card .message-box,
.watchmen-mission-card .message-box {
    padding-top: 35px;
}

/* Biblical Foundation Highlight Section */
.watchmen-foundation-highlight {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
    padding: 40px;
    border-radius: 10px;
    border-left: 5px solid #4babb1;
}

.scripture-highlight {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border-top: 4px solid #eea412;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scripture-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.scripture-highlight h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.scripture-highlight p {
    color: #666;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

/* Conference Focus Card */
.watchmen-focus-card {
    background: white;
    border: 1px solid #eea412;
}

.watchmen-focus-card .course-br {
    border-color: #eea412;
}

.watchmen-focus-card .course-title h4 {
    color: #eea412;
}

/* Day Cards with Badge */
.watchmen-day-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.watchmen-day-card.day-1 .day-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.watchmen-day-card.day-2 .day-badge {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.watchmen-day-card.day-3 .day-badge {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.watchmen-day-card .day-badge {
    position: absolute;
    top: 15px;
    right: -10px;
    background: #eea412;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    transform: rotate(45deg);
    transform-origin: right;
    z-index: 10;
}

.watchmen-day-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.watchmen-day-card .course-desc ul li {
    margin-bottom: 8px;
    padding-left: 5px;
}

.watchmen-day-card .course-desc ul li i {
    color: #eea412;
    margin-right: 8px;
    font-size: 14px;
}

/* Heart Cry Section */
.watchmen-heartcry-section {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6e6 100%);
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0;
}

.heartcry-box {
    text-align: center;
    background: white;
    border: 2px solid #eea412;
    padding: 30px !important;
}

.heartcry-icon {
    font-size: 48px;
    color: #eea412;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.heartcry-box h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Invitation Section */
.watchmen-invitation-section {
    background: linear-gradient(135deg, #eea412 0%, #ff9800 100%);
    padding: 50px 0;
    border-radius: 10px;
    margin: 40px 0;
}

.invitation-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(238,164,18,0.2);
}

.invitation-header {
    text-align: center;
    margin-bottom: 30px;
}

.invitation-header i {
    font-size: 48px;
    color: #eea412;
    display: block;
    margin-bottom: 15px;
}

.invitation-header h3 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

.invitation-content {
    text-align: center;
}

.contact-info-highlight {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #eea412;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.contact-info-highlight p {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.contact-info-highlight a {
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact-info-highlight a:hover {
    text-decoration: underline;
    color: #ff9800;
}

/* Image Hover Effect */
.watchmen-image-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.watchmen-image-hover:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Gallery Slider Enhancement */
.watchmens-gallery-slider {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .watchmen-foundation-highlight {
        padding: 20px;
    }
    
    .invitation-card {
        padding: 20px;
    }
    
    .watchmen-day-card .day-badge {
        top: 10px;
        font-size: 10px;
        padding: 6px 15px;
    }
    
    .scriptue-highlight h5 {
        font-size: 14px;
    }
    
    .heartcry-box {
        padding: 20px !important;
    }
    
    .heartcry-icon {
        font-size: 36px;
    }
}
}
/* Statement of Faith and Vision/Mission enhancements */
.statement-faith-content .statement-list li h5 {
    font-size: 1.16rem;
    font-weight: 700;
    color: #172b4d;
    margin-bottom: 0.65rem;
}

.statement-faith-content .statement-list li p {
    font-size: 1.06rem;
    line-height: 1.86;
    color: #333;
}

.statement-faith-content .statement-list li p strong {
    font-weight: 700;
    color: #111;
}

.vision-mission-content .section-title h3 {
    font-size: 2.2rem;
}

.vision-mission-content .section-title .lead,
.vision-mission-content .message-box p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #2e3a4b;
}

.vision-mission-content .message-box h4 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.statement-faith-content .statement-list li h5 {
    font-size: 1.16rem;
    font-weight: 700;
    color: #172b4d;
    margin-bottom: 0.65rem;
}
