/* China page specific styles - Red color theme */
/* Override blue colors with red for Chinese flag theme */

/* Navigation menu China flag */
.main-menu a img[src*="cn-flag"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
}

/* Social links hover */
.social-link:hover {
    color: #DE2910 !important;
}

/* Consultation button */
.consultation-btn {
    border: 2px solid #DE2910 !important;
}

.consultation-btn:hover {
    background-color: #DE2910 !important;
}

/* Navigation menu */
.main-menu a:hover,
.main-menu a.active {
    color: #DE2910 !important;
}

.main-menu a:hover i,
.main-menu a.active i {
    color: #DE2910 !important;
}

/* Pricing card featured */
.pricing-card.featured {
    background-color: #DE2910 !important;
}

.featured .price-amount {
    color: #DE2910 !important;
}

.featured .features-list li.active::before {
    color: #DE2910 !important;
}

.featured .pricing-btn {
    color: #DE2910 !important;
}

.featured .pricing-btn:hover {
    background-color: #DE2910 !important;
}

/* Timeline step */
.timeline-step[data-step="7"] { 
    background-color: #DE2910 !important; 
}

/* Stats number */
.stats-number {
    color: #DE2910 !important;
}

/* FAQ toggle button */
.toggle-btn.active::before {
    color: #DE2910 !important;
}

/* Social updates highlight */
.updates-text .highlight {
    color: #DE2910 !important;
}

/* Social stats number */
.stat-number {
    color: #DE2910 !important;
}

/* Social links large hover */
.social-links-large .social-link:hover {
    color: #DE2910 !important;
}

/* Modal submit button */
.submit-btn {
    background-color: #DE2910 !important;
}

/* Privacy policy link */
.privacy-link {
    color: #DE2910 !important;
}

/* Back to top button */
.back-to-top {
    background-color: #DE2910 !important;
}

/* Social links hover */
.social-links a:hover i {
    color: #DE2910 !important;
}

/* Toggle button active */
.toggle-btn.active::before {
    color: #DE2910 !important;
}

/* Contact links */
.contact-item a:hover {
    color: #DE2910 !important;
}

/* Contact icons - ONLY THIS SECTION FOR CONTACTS */
.contact-item i {
    color: #DE2910 !important;
}

/* Contact social links */
.contacts .social-link:hover {
    color: #DE2910 !important;
    border-color: #DE2910 !important;
}

/* Video reviews icon */
.video-reviews-text h3 i {
    color: #DE2910 !important;
}

/* Reviews user icon */
.reviews__user-icon {
    background: #DE2910 !important;
}

/* Reviews read more button */
.reviews__read-more {
    color: #DE2910 !important;
}

.reviews__read-more::after {
    color: #DE2910 !important;
}

/* Swiper navigation */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #DE2910 !important;
}

/* Swiper pagination */
.swiper-pagination-bullet-active {
    background: #DE2910 !important;
}

/* Delivery pagination */
.swiper-pagination-bullet-active {
    background: #DE2910 !important;
}

/* Telegram link */
.telegram-link {
    color: #DE2910 !important;
}

.telegram-link:hover {
    color: #DE2910 !important;
}

/* Work step number */
.step-number {
    color: #DE2910 !important;
}

/* Work step content links */
.step-content a {
    color: #DE2910 !important;
}

.step-content a:hover {
    color: #DE2910 !important;
}

/* Risks slide title icon */
.risks__slide-title i {
    color: #DE2910 !important;
}

/* Mobile call button */
.call-mobile a {
    background: #DE2910 !important;
}

/* Mobile WhatsApp button */
.call-mobile .whatsapp-btn {
    background: #25D366 !important;
}

.call-mobile .whatsapp-btn:hover {
    background: #1ea952 !important;
}

/* Inline styles override for china.html */
[style*="color: #0066CC"],
[style*="color:#0066CC"] {
    color: #DE2910 !important;
}

[style*="background-color: #0066CC"],
[style*="background-color:#0066CC"] {
    background-color: #DE2910 !important;
}

[style*="border-color: #0066CC"],
[style*="border-color:#0066CC"] {
    border-color: #DE2910 !important;
}

/* Gradient override */
.process-timeline::before {
    background: linear-gradient(90deg, #F0FFFF 0%, #CAE6E5 16.67%, #A3CCE0 33.33%, #7CB3DB 50%, #5599D6 66.67%, #2E80D1 83.33%, #DE2910 100%) !important;
}

/* Partners info China flag */
.partners-text img[src*="cn-flag"] {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Delivery section China flag */
.delivery-image img[src*="cn-flag"] {
    width: 60px;
    height: 60px;
} 