/* Custom Styles for Topik Clothing Website */

/* Feature Boxes */
.feature-box {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.feature-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

/* Feature Box Two */
.feature-box-two {
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-box-two:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.feature-box-two .icon {
    margin-bottom: 20px;
}

.feature-box-two .icon i {
    font-size: 48px;
    color: #c0a062;
}

.feature-box-two h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-box-two .text {
    color: #666;
    line-height: 1.6;
}

/* Support Box */
.support-box {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.support-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.support-box .icon {
    margin-bottom: 15px;
}

.support-box .icon i {
    font-size: 36px;
    color: #c0a062;
}

.support-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.support-box .text {
    color: #666;
    line-height: 1.6;
}

/* Why Box */
.why-box {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.why-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.why-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.why-box .text {
    color: #666;
    line-height: 1.6;
}

/* Platform Category Box */
.platform-category-box {
    padding: 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
}

.platform-category-box h5 {
    margin-bottom: 20px;
}

.platform-list {
    list-style: none;
    padding: 0;
}

.platform-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.platform-list li:last-child {
    border-bottom: none;
}

/* Office Box */
.office-box {
    padding: 40px 30px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.office-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.office-box .icon {
    margin-bottom: 20px;
}

.office-box .icon i {
    font-size: 48px;
    color: #c0a062;
}

.office-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.office-box .text {
    color: #666;
    line-height: 1.6;
}

/* Team Stat Box */
.team-stat-box {
    padding: 30px;
    text-align: center;
}

.team-stat-box .count-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Region Box */
.region-box {
    padding: 40px 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: all 0.3s ease;
}

.region-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.region-box .icon {
    margin-bottom: 20px;
}

.region-box .icon i {
    font-size: 48px;
    color: #c0a062;
}

.region-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.region-box .text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Platform Coverage Box */
.platform-coverage-box {
    padding: 30px;
}

.platform-coverage-box h4 {
    margin-bottom: 25px;
}

.platform-coverage-box .platform-list {
    list-style: none;
    padding: 0;
}

.platform-coverage-box .platform-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.platform-coverage-box .platform-list li:last-child {
    border-bottom: none;
}

/* Sourcing Market Box */
.sourcing-market-box {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.sourcing-market-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sourcing-market-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #c0a062;
}

.sourcing-market-box .text {
    color: #666;
    line-height: 1.6;
}

/* Logistics Partner Box */
.logistics-partner-box {
    padding: 30px;
}

.logistics-partner-box .icon {
    margin-bottom: 15px;
}

.logistics-partner-box .icon i {
    font-size: 48px;
    color: #c0a062;
}

/* Stat Box */
.stat-box {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stat-box h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-box h5 {
    font-size: 18px;
    color: #666;
}

/* Office Contact Box */
.office-contact-box {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 8px;
    height: 100%;
}

.office-contact-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.office-contact-box .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.office-contact-box .info-item i {
    font-size: 20px;
    color: #c0a062;
    margin-right: 15px;
    margin-top: 3px;
}

.office-contact-box .info-item .text,
.office-contact-box .info-item a {
    color: #666;
    line-height: 1.6;
}

.office-contact-box .info-item a:hover {
    color: #c0a062;
}

/* Location Box */
.location-box {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.location-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.location-box .icon {
    margin-bottom: 20px;
}

.location-box .icon i {
    font-size: 48px;
    color: #c0a062;
}

.location-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.location-box .text {
    color: #666;
    line-height: 1.6;
}

.location-box .text p {
    margin-bottom: 10px;
}

.location-box .text a {
    color: #c0a062;
}

.location-box .text a:hover {
    text-decoration: underline;
}

/* Map Info Box */
.map-info-box {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    max-width: 350px;
}

.map-info-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.map-info-box .text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* List Style One */
.list-style-one {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.8;
    color: #666;
}

.list-style-one li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    color: #c0a062;
}

/* Feature Block Style Two */
.feature-block-style-two {
    margin-bottom: 30px;
}

.feature-block-style-two .inner-box {
    padding: 40px 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-block-style-two .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.feature-block-style-two .icon {
    margin-bottom: 20px;
}

.feature-block-style-two .icon img {
    width: 60px;
    height: auto;
}

.feature-block-style-two h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-block-style-two .text {
    color: #666;
    line-height: 1.6;
}

/* Partner List */
.partner-list ul {
    list-style: none;
    padding: 0;
}

.partner-list ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.partner-list ul li:last-child {
    border-bottom: none;
}

/* Banner Typography Customization */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Noto+Sans+SC:wght@500&display=swap');

.banner-section .content-box .inner h1 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 60px !important; /* 增大15% */
    letter-spacing: -0.02em !important; /* 字距收紧2% */
}

.banner-section .content-box .inner h4 {
    font-family: 'Noto Sans SC', 'Source Han Sans SC', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.2em !important; /* 增大字号 */
    line-height: 1.5 !important;
    color: #c0a062 !important; /* 改为金色，更易读 */
}

.banner-section .content-box .inner .text-two {
    color: rgba(255, 255, 255, 0.95) !important; /* 白色文字增加不透明度 */
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .feature-box,
    .feature-box-two,
    .support-box,
    .why-box,
    .office-box,
    .region-box,
    .sourcing-market-box,
    .stat-box,
    .office-contact-box,
    .location-box {
        margin-bottom: 20px;
    }
    
    .map-info-box {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 20px;
        max-width: 100%;
    }
}




