@import 'styles.css';

/* Override banner image for index page */
.banner {
    background-image: url('https://cdn1.guoxinshujian.com/image/aboutUs/banner.png');
}

.section-divider {
    width: 24px;
    height: 4px;
    background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
    margin:0 0 14px;
}

h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #74481E;
}

.intro-text {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
}

.features {
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin: 0 auto;
    padding: 0;
}

.feature-content {
    width: 100%;
    height: 100%;
}

.feature-content img {
    width: 100%;
    object-fit: contain;
}

.feature-icon {
    width: 40px;
    height: 40px;
}

.feature-title {
    margin: 0;
    color: #74481E;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.service-section {
    margin-top: 30px;
}

.service-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.service-list {
    padding: 0;
    margin: 0;
}

.service-list li {
    color: var(--text-color);
    font-size: 14px;
}


.commitment {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
}

/* Override main content styles for index page */
.main-content {
    padding: 40px 57px 0 57px;
}

.main-heading {
    font-size: 40px;
    line-height: 48px;
}

.divider {
    width: 48px;
    margin-bottom: 25px;
}

.intro-text {
    width: 96%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
}

.features {
    margin: 40px 0;
    justify-content: space-between;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-frame {
    width: 40px;
    height: 40px;
}

.service-sections {
    margin-top: 40px;
}

.service-section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 20px;
    line-height: 22px;
    color: rgb(116, 72, 30);
    margin: 0 0 8px;
}

.service-list {
    font-size: 16px;
    margin-left: 24px;
}

.service-list li {
    margin-bottom: 6px;
}

.commitment {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}


@media (max-width: 1380px) {
    .sidebar {
        width: 20%;
        overflow: hidden;
    }
}


