/* Activities Page Styles */

/* Activity Sections */
.activity-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.activity-section-1,
.activity-section-3,
.activity-section-5,
.activity-section-7 {
    position: relative;
}

.activity-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Background images for sections with backgrounds */
.activity-section-1 .activity-bg {
    background-image: url('../images/activities_sec1_bg.png');
}

.activity-section-3 .activity-bg {
    background-image: url('../images/activities_sec3_bg.png');
}

.activity-section-5 .activity-bg {
    background-image: url('../images/activities_sec1_bg.png');
}

.activity-section-7 .activity-bg {
    background-image: url('../images/activities_sec3_bg.png');
}

.activity-section .container {
    position: relative;
    z-index: 2;
}

.activity-section-2,
.activity-section-4 {
    background: #ffffff;
}

.activity-content {
    padding: 2rem 0;
}

.activity-section-title {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #362921;
    margin-bottom: 2rem;
}

.activity-section-desc {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 2.5rem;
}

.btn-activity {
    display: inline-block;
    background: #F6C945;
    color: #362921;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-activity:hover {
    background: #e6b935;
    color: #362921;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(246, 201, 69, 0.4);
}

/* Special button style for Section 1 and Section 3 */
.activity-section-1 .btn-activity,
.activity-section-3 .btn-activity {
    background: #362921;
    color: #F6C945;
}

.activity-section-1 .btn-activity:hover,
.activity-section-3 .btn-activity:hover {
    background: #362921;
    color: #F6C945;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(54, 41, 33, 0.4);
}

.activity-image {
    text-align: center;
}

.activity-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}



/* Breadcrumb */
.breadcrumb-section {
    background: #f7fafc;
    padding: 1rem 0;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-item a {
    color: #ed8936;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #4a5568;
}

/* Category Header */
.category-header {
    background: #ffffff;
    padding: 3rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.category-title {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #362921;
    margin-bottom: 1rem;
}

.category-description {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0;
}

.category-stats {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ed8936, #F6C945);
    border-radius: 12px;
    color: #ffffff;
}

.stats-count {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.stats-label {
    font-size: 0.875rem;
    opacity: 0.9;
}

/* Back Section */
.back-section {
    background: #f7fafc;
    padding: 1.5rem 0;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    color: #ed8936;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-back:hover {
    color: #dd6b20;
    text-decoration: none;
}

.btn-back i {
    margin-right: 0.5rem;
}

/* Category Posts */
.category-posts {
    padding: 3rem 0;
    background: #fffceb;
}

/* Activity Detail Page */
.activity-detail {
    padding: 3rem 0;
    background: #fffceb;
}

.activity-article {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.article-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f7fafc;
}

.article-category {
    margin-bottom: 1rem;
}

.article-category a {
    display: inline-block;
    background: #ed8936;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.article-category a:hover {
    background: #dd6b20;
    text-decoration: none;
}

.article-title {
    font-family: "Poppins", sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #362921;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #a0aec0;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
}

.meta-date i,
.meta-views i {
    color: #ed8936;
    margin-right: 0.5rem;
}

.article-image {
    margin-bottom: 2rem;
}

.article-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.article-excerpt {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #ed8936;
}

.article-excerpt p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
}

.article-content {
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 2rem;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #362921;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content p {
    margin-bottom: 1rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-tags {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f7fafc;
    border-radius: 12px;
}

.article-tags strong {
    color: #362921;
    margin-right: 1rem;
}

.tag {
    display: inline-block;
    background: #ed8936;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.article-share {
    padding: 1.5rem;
    background: #f7fafc;
    border-radius: 12px;
    text-align: center;
}

.article-share h4 {
    color: #362921;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #ffffff;
}

/* Related Activities */
.related-activities {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.related-activities h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #362921;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f7fafc;
}

.related-item {
    display: flex;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f7fafc;
}

.related-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-image {
    flex: 0 0 80px;
    height: 60px;
    margin-right: 1rem;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.related-placeholder {
    width: 100%;
    height: 100%;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aec0;
    border-radius: 8px;
}

.related-content h4 {
    margin-bottom: 0.5rem;
}

.related-content h4 a {
    color: #362921;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.related-content h4 a:hover {
    color: #ed8936;
    text-decoration: none;
}

.related-date {
    font-size: 0.875rem;
    color: #a0aec0;
}

/* Contact CTA */
.contact-cta {
    background: linear-gradient(135deg, #ed8936, #F6C945);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    color: #ffffff;
}

.contact-cta h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-cta p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.contact-cta .btn {
    background: #4E3D32;
    color: #F6C945;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-cta .btn:hover {
    background: #362921;
    transform: translateY(-2px);
    text-decoration: none;
    color: #F6C945;
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination {
    display: flex;
    gap: 0.5rem;
}

.page-link {
    color: #ed8936;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-link:hover {
    background: #ed8936;
    color: #ffffff;
    border-color: #ed8936;
    text-decoration: none;
}

.page-item.active .page-link {
    background: #4E3D32;
    color: #F6C945;
    border-color: #4E3D32;
}

/* Banner Ads Section */
.banner-ads-section {
    background: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.banner-ads-content p {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    color: #6c757d;
    margin: 0;
}

/* Sankyu App Section */
.sankyu-app-section {
    background: #F6C945;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.sankyu-app-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.sankyu-content {
    padding: 2rem 0;
}

.sankyu-title {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #362921;
    margin-bottom: 2rem;
}

.sankyu-desc {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 2.5rem;
}

.app-download-section {
    margin-top: 2rem;
}

.download-text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #362921;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.download-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.download-btn {
    display: block;
    transition: transform 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-3px);
}

.download-btn img {
    height: 50px;
    width: auto;
}

.sankyu-image {
    text-align: center;
}

.sankyu-image img {
    max-width: 100%;
    height: auto;
}

/* Newsletter Subscription Section */
.newsletter-subscription {
    background: #362921;
    padding: 60px 0;
}

.newsletter-text {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    padding-right: 2rem;
}

.newsletter-form .input-group {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.newsletter-form .form-control {
    border: none;
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    background: #ffffff;
    color: #362921;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.newsletter-form .btn-subscribe {
    background: #F6C945;
    color: #362921;
    border: none;
    padding: 15px 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-form .btn-subscribe:hover {
    background: #e6b935;
    color: #362921;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .activity-section {
        padding: 60px 0;
    }
    
    .activity-section-title {
        font-size: 1.75rem;
    }
    
    .activity-section-desc {
        font-size: 1rem;
    }
    
    .activity-content {
        padding: 1rem 0;
        margin-bottom: 2rem;
    }
    
    .sankyu-title {
        font-size: 2rem;
    }
    
    .download-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .newsletter-text {
        padding-right: 0;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
        border-radius: 12px;
    }
    
    .newsletter-form .form-control {
        border-radius: 12px 12px 0 0;
        margin-bottom: 0;
    }
    
    .newsletter-form .btn-subscribe {
        border-radius: 0 0 12px 12px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .activity-section {
        padding: 40px 0;
    }
    
    .activity-section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .activity-section-desc {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    .sankyu-app-section {
        padding: 60px 0;
    }
    
    .sankyu-title {
        font-size: 1.75rem;
    }
    
    .banner-ads-section {
        padding: 60px 0;
    }
    
    .banner-ads-content p {
        font-size: 1.25rem;
    }
    
    .newsletter-subscription {
        padding: 40px 0;
    }
    
    .newsletter-text {
        font-size: 1rem;
    }
}

/* App Section - From Home Page Style */
.app-section {
    margin-top: 32px;
    background-color: #fff;
}

.app-image {
    text-align: center;
    max-width: 100%;
}

.app-image img {
    width: 100%;
    height: auto;
} 