:root {
    --primary: #0056b3;
    --primary-dark: #004a8f;
    --primary-light: #e3f2fd;
    --text-dark: #333333;
    --text-light: #666666;
    --accent: #90CAF9;
    --bg-light: #f9fafb;
    --bg-white: #ffffff;
    --shadow: rgba(0,0,0,0.08);
}


body, h1, h2, h3, h4, h5, h6:not(.footer-new h3):not(.footer-new h4), p, a, span, div, li, button, input, textarea, .btn-large {
    font-family: 'Noto Sans', 'Noto Sans SC', sans-serif;
}

h1, h2, h3, h4, h5, h6:not(.footer-new h3):not(.footer-new h4) {
color: #0056B3 !important;
}
.footer-new h3, .footer-new h4, header h1, header h2, header h3, header h4, header h5, header h6 {
color: #fff !important;
}

.banner-title, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .subpage-banner h1, .subpage-banner h2, .subpage-banner h3, .subpage-banner h4, .subpage-banner h5, .subpage-banner h6 {
color: #fff !important;
}

.banner-title, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
color: #fff !important;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 15px; 
}

.small-text {
    font-size: 14px;
}

.cta-section h3 {
    margin-bottom: 15px;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.cta-section {
    background-color: var(--primary);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: white;
    margin: 20px 0;
}

.cta-section .btn-large {
    background-color: white;
    color: var(--primary);
    border: 2px solid white;
}

.cta-section .btn-large:hover, .cta-button:hover {
    background-color: #f0f0f0;
    color: #0056b3;
    border: 2px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    opacity: 1;
    transform: translateY(-2px);
}

.sidebar-section {
    margin-bottom: 20px; 
    padding: 20px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    background-color: white;
    border-radius: 10px;
}

.sidebar-section h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--primary);
    font-weight: 600;
}

.highlight-text {
    font-size: 16px;
    color: var(--primary);
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 500;
    border-left: 4px solid var(--primary);
    padding-left: 15px;
}

* {
    max-width: 100%;
    box-sizing: border-box;
}

.main-content {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.main-content p {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}


.about-innonation-container, .b2b-system-container {
    display: flex;
    margin: 30px 0;
    gap: 30px;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.about-innonation-text {
    flex: 1;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.about-innonation-text p {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.about-innonation-image, .b2b-system-image {
    flex: 1;
    text-align: center;
}


.b2b-system-container {
    margin: 30px 0;
    gap: 30px;
}

.b2b-system-content {
    flex: 1;
}

.b2b-system-title {
    color: #0056b3;
    margin-bottom: 15px;
    white-space: nowrap;
}

.b2b-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.b2b-feature-item {
    flex: 1;
    min-width: 150px;
    margin: 5px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.b2b-feature-item i {
    color: #0056b3;
    margin-right: 10px;
    font-size: 20px;
}

.b2b-system-image img, .powerhouse-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.powerhouse-section {
    margin: 30px 0;
}

.section-heading {
    color: #0056b3;
    border-left: 4px solid #0056b3;
    padding-left: 15px;
}

.powerhouse-container {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.powerhouse-image {
    flex: 1;
}

.powerhouse-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.powerhouse-content {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    width: 100%;
}

.powerhouse-text {
    margin-bottom: 15px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    display: block;
}


.summit-section {
    background: linear-gradient(135deg, #f5f8fc, #edf2f9); 
    padding: 30px; 
    border-radius: 12px; 
    margin: 30px 0; 
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.summit-header {
    display: flex; 
    align-items: center; 
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.summit-title {
    margin: 0; 
    color: #0056b3; 
    flex: 1;
    min-width: 200px;
}

.summit-tag {
    background: linear-gradient(to right, #0056b3, #3084d6); 
    color: white; 
    padding: 8px 15px; 
    border-radius: 20px; 
    font-size: 14px; 
    font-weight: 600; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.summit-description {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.summit-gallery {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px; 
    margin: 25px 0;
}

.summit-image {
    width: 100%; 
    height: 180px; 
    object-fit: cover; 
    border-radius: 8px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.summit-stats-container {
    display: flex; 
    justify-content: space-between; 
    margin: 30px 0; 
    background: white; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    flex-wrap: wrap;
}

.summit-stat-item {
    text-align: center; 
    flex: 1; 
    padding: 0 10px;
    min-width: 100px;
    margin: 5px 0;
}

.with-border {
    border-left: 1px solid #eee;
}

.stat-number {
    font-size: 38px; 
    font-weight: 700; 
    background: linear-gradient(to right, #0056b3, #3084d6); 
    -webkit-background-clip: text; 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    margin-bottom: 5px;
}

.stat-description {
    margin: 0; 
    color: #555; 
    font-weight: 500;
}


.quote-section {
    background: linear-gradient(135deg, #f1f7fc, #e5f0fa);
    padding: 25px 30px;
    border-radius: 10px;
    margin: 30px 0;
    position: relative;
}

.quote-section i {
    color: #0056b3;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.quote-text {
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px;
}

.quote-author {
    text-align: right;
    font-weight: 600;
    margin: 0;
    color: #555;
}


.cta-section {
    text-align: center;
    margin-top: 40px;
}

.btn-large {
    display: inline-block;
    padding: 12px 30px;
}


.timeline-section {
    overflow: hidden;
}

.timeline-heading {
    color: var(--primary);
    margin: 0 0 6px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(0,97,175,0.1);
    padding-bottom: 6px;
}

.timeline-content {
    padding: 20px;
}

.timeline-item {
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    padding: 4px 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.timeline-title {
    font-weight: 600;
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 6px;
}

.timeline-list {
    margin: 0;
    padding-left: 20px;
    color: var(--text-dark);
}

.timeline-list li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
}

.timeline-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-innonation-container, .b2b-system-container {
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        padding: 0;
    }
    
    .about-innonation-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .about-innonation-text p {
        width: 100%;
    }
    
    .about-innonation-image, .b2b-system-image {
        margin-top: 20px;
        width: 100%;
    }
    
    .b2b-features {
        justify-content: center;
    }
    
    .powerhouse-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    
    .powerhouse-image {
        width: 100%;
        max-width: 100%;
    }
    
    .powerhouse-content {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .powerhouse-text {
        font-size: 0.95em;
        line-height: 1.5;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
        display: block;
    }
    
    
    .summit-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .summit-tag {
        align-self: flex-start;
    }
    
    .summit-gallery {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .summit-stats-container {
        flex-direction: column;
        padding: 15px;
    }
    
    .summit-stat-item {
        width: 100%;
        margin: 10px 0;
        padding: 10px 0;
    }
    
    .with-border {
        border-left: none;
        border-top: 1px solid #eee;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .quote-text {
        font-size: 16px;
    }
    
    .btn-large {
        padding: 10px 20px;
    }
    
    .timeline-list {
        padding-left: 15px;
    }
    
    .timeline-item {
        margin-bottom: 15px;
    }
    

}