/* Get Connected Page Specific Styles */

/* Hero Section */
.connect-hero {
    min-height: 450px;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    min-height: 450px;
}

.hero-image-section {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.hero-title {
    color: #fff;
    font-size: 66px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}



.hero-text-section {
    background-color: #508fae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px;
}

.hero-text-section h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

.hero-text-section .btn {
    align-self: flex-start;
}

/* Content Section */
.content-section {
    padding: 76px 20px;
    background-color: #fff;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.content-column {
    padding: 10px;
}

.content-column h2 {
    font-size: 30px;
    font-weight: 800;
    color: #242424;
    margin-bottom: 20px;
}

.content-column p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.content-column a {
    color: #185b8f;
}

.rounded-image {
    width: 100%;
    max-width: 530px;
    height: auto;
    border-radius: 6px;
}

/* Grow Discipleship Section */
.grow-section {
    padding: 76px 50px 126px;
    background-color: #fff;
}

.grow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.grow-content h2 {
    font-size: 50px;
    font-weight: 900;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.grow-content .highlight {
    color: #185b8f;
}

.grow-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.grow-content strong {
    font-weight: 700;
}

.courses-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-item {
    padding: 10px;
}

.course-item h3 {
    font-size: 26px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 10px;
}

.course-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.course-questions {
    padding: 26px;
    border: 10px solid #f2ede8;
    margin-top: 20px;
}

.course-questions p {
    margin: 0;
}

.course-questions a {
    color: #185b8f;
}

/* Love Our City Section */
.love-city-section {
    background-color: #f2ede8;
}

.love-city-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.love-city-image {
    background-size: cover;
    background-position: center;
}

.love-city-content {
    padding: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.love-city-content h2 {
    font-size: 50px;
    font-weight: 900;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.love-city-content .highlight {
    color: #185b8f;
}

.love-city-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-white {
    background-color: #fff;
    color: #242424;
}

/* Worship Section */
.worship-section {
    background-color: #f2ede8;
}

.worship-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.worship-content {
    background-color: #fff;
    padding: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.worship-content h2 {
    font-size: 50px;
    font-weight: 900;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.worship-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.worship-image {
    background-size: cover;
    background-position: center;
}

/* Footer enhancements */
.site-footer {
    background-color: #242424;
    color: #fff;
    padding: 56px 20px 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 900;
    color: #c0c0c0;
    margin-bottom: 20px;
}

.footer-section p {
    color: #fff;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #fff;
}

.footer-bottom {
    background-color: #131313;
    padding: 30px 0;
    text-align: center;
}

.footer-logo {
    width: 139px;
    max-width: 100%;
    height: auto;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-links svg {
    width: 24px;
    height: 24px;
    fill: #535353;
}

.social-links a:hover svg {
    fill: #508fae;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #242424;
    color: #242424;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
    .grow-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
    }
    
    .hero-text-section {
        padding: 50px 30px;
    }
    
    .hero-text-section h2 {
        font-size: 26px;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .love-city-container {
        grid-template-columns: 1fr;
    }
    
    .worship-container {
        grid-template-columns: 1fr;
    }
    
    .worship-content {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 48px;
    }
    
    
    .hero-text-section {
        padding: 40px 20px;
    }
    
    .hero-text-section h2 {
        font-size: 22px;
    }
    
    .content-section {
        padding: 40px 20px;
    }
    
    .grow-section {
        padding: 40px 20px;
    }
    
    .grow-content h2 {
        font-size: 36px;
    }
    
    .love-city-content {
        padding: 40px 20px;
    }
    
    .love-city-content h2 {
        font-size: 36px;
    }
    
    .worship-content {
        padding: 40px 20px;
    }
    
    .worship-content h2 {
        font-size: 36px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 36px;
    }
    
    .grow-content h2 {
        font-size: 28px;
    }
    
    .course-item h3 {
        font-size: 22px;
    }
    
    .love-city-content h2 {
        font-size: 28px;
    }
    
    .worship-content h2 {
        font-size: 28px;
    }
}