/* Motivation page specific styles */

/* Hero section with background image */
.motivation-hero {
    background-image: url("../images/page 2/page 2 pic 1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 48px 20px;
    margin: 0;
    position: relative;
}


.motivation-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.motivation-hero-title {
    font-family: "Tex Gyre Schola", serif;
    font-size: 48px;
    line-height: 1.2;
    color: rgb(31, 56, 120);
    font-style: italic;
    margin-bottom: 32px;
}

.motivation-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.motivation-hero-content p {
    text-align: left;
    line-height: 1.6;
}

/* Slideshow introduction section */
.slideshow-intro {
    background: #ffffff;
    padding: 32px 20px;
    text-align: center;
}

.slideshow-intro-inner {
    max-width: 960px;
    margin: 0 auto;
}

/* Slideshow panels section */
.slideshow-panels {
    background: #ffffff;
    padding: 0 20px 48px;
    border-bottom: 2px solid rgb(110, 127, 217);
    padding-bottom: 56px;
}

.slideshow-panels-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.slideshow-panel {
    border: 2px solid rgb(110, 127, 217);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.slideshow-panel:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.panel-header {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.panel-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.panel-title {
    flex: 1;
}

.panel-title-main {
    font-size: 16px;
    font-weight: 600;
    color: rgb(31, 56, 120);
    margin: 0 0 4px 0;
}

.panel-title-sub {
    font-size: 16px;
    font-weight: 600;
    color: rgb(31, 56, 120);
    margin: 0 0 4px 0;
}

.panel-title-date {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-style: italic;
}

.panel-content {
    padding: 16px;
}

.panel-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    max-height: 300px;
}

.panel-footer {
    padding: 16px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.panel-footer p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #666;
}

.panel-footer p:last-child {
    margin-bottom: 0;
}

.panel-flags {
    margin-top: 12px;
}

.panel-flags-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
}

/* Theological statement section */
.theological-statement {
    background: #ffffff;
    padding: 48px 20px;
}

.theological-statement-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: center;
}

.theological-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.theological-icons-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
}

.theological-text {
    text-align: left;
}

.theological-title {
    font-family: "Tex Gyre Schola", serif;
    font-size: 30px;
    line-height: 1.3;
    color: rgb(31, 56, 120);
    margin: 0;
}

/* Explanation text section */
.explanation-text {
    background: #ffffff;
    padding: 32px 20px;
}

.explanation-text-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.explanation-text p {
    text-align: center;
    line-height: 1.6;
    margin: 0;
}

/* Stained glass section */
.stained-glass-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.stained-glass-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive design */
@media (max-width: 1024px) {
    .slideshow-panels-inner {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .theological-statement-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .theological-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .motivation-hero {
        padding: 32px 16px;
    }
    
    .motivation-hero-title {
        font-size: 36px;
        margin-bottom: 24px;
    }
    
    .motivation-hero-content {
        gap: 20px;
    }
    
    .slideshow-intro {
        padding: 24px 16px;
    }
    
    .slideshow-panels {
        padding: 0 16px 32px;
        padding-bottom: 36px;
    }
    
    .slideshow-panels-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .panel-content {
        padding: 8px;
    }
    
    .panel-image {
        max-height: 400px;
        min-height: 250px;
    }
    
    .theological-statement {
        padding: 32px 16px;
    }
    
    .theological-statement-inner {
        gap: 24px;
    }
    
    .theological-title {
        font-size: 24px;
    }
    
    .explanation-text {
        padding: 24px 16px;
    }
    
    .explanation-text-inner {
        gap: 20px;
    }
    
}

@media (max-width: 480px) {
    .motivation-hero {
        padding: 24px 12px;
    }
    
    .motivation-hero-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .motivation-hero-content {
        gap: 16px;
    }
    
    .slideshow-intro {
        padding: 20px 12px;
    }
    
    .slideshow-panels {
        padding: 0 12px 24px;
        padding-bottom: 32px;
    }
    
    .theological-statement {
        padding: 24px 12px;
    }
    
    .theological-title {
        font-size: 20px;
    }
    
    .explanation-text {
        padding: 20px 12px;
    }
    
    .panel-header {
        padding: 16px;
        gap: 12px;
    }
    
    .panel-icon {
        width: 36px;
        height: 36px;
    }
    
    .panel-content {
        padding: 8px;
    }
    
    .panel-image {
        height: auto;
        max-height: 300px;
        min-height: 200px;
    }
    
    .panel-footer {
        padding: 12px 16px;
    }
    
}

/* Section title styling (shared) */
.section-title {
    font-family: "Tex Gyre Schola", serif;
    font-size: 32px;
    line-height: 1.2;
    color: rgb(31, 56, 120);
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 20px;
    }
}
