/*
Theme Name: Tiyu Zhuti And 1
Author: Trae
Description: A custom theme based on the target website.
Version: 1.0
Text Domain: tiyuzhutiand1
*/

/* ========================================
   HEADER HEIGHT COMPLETE RESTRUCTURE
   ======================================== */

/* 基础header高度 - 紧凑设计 */
.header-main {
	height: 50px !important;
	min-height: 50px !important;
}

/* Logo尺寸 - 更小更紧凑 */
#logo {
	width: 140px !important;
	max-width: 140px !important;
}

#logo img {
	max-height: 40px !important;
	height: auto !important;
	width: auto !important;
}

/* Header内部间距调整 - 垂直居中 */
.header-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: 50px !important;
	display: flex !important;
	align-items: center !important;
}

/* Logo垂直居中 */
.flex-col.logo {
	display: flex !important;
	align-items: center !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* 导航菜单垂直居中 */
.header-nav-main {
	font-size: 14px !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.header-nav-main > li {
	padding: 0 10px !important;
	display: flex !important;
	align-items: center !important;
}

.header-nav-main > li > a {
	padding: 0 !important;
	line-height: 1.4 !important;
	display: flex !important;
	align-items: center !important;
	height: auto !important;
}

.header-nav-main > li.current-menu-item > a,
.header-nav-main > li.current_page_item > a,
.header-nav-main > li.current-menu-ancestor > a,
.header-nav-main > li.current_page_ancestor > a,
.header-nav-main > li.current-menu-parent > a,
.header-nav-main > li.current_page_parent > a {
	color: var(--primary-color) !important;
	text-decoration: none !important;
}

.header-nav-main > li > a:hover,
.header-nav-main > li > a:focus {
	color: var(--primary-color) !important;
}

.app-download-header-btn {
	background: var(--primary-color) !important;
	color: #fff !important;
	border-radius: 999px !important;
	border: 1px solid transparent !important;
}

.app-download-header-btn:hover,
.app-download-header-btn:focus {
	background: var(--primary-hover) !important;
	color: #fff !important;
}


/* 按钮垂直居中 */
.header-button {
	display: flex !important;
	align-items: center !important;
}

.header-button .button {
	padding: 8px 20px !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	margin: 0 !important;
}

/* Transparent header */
.transparent .header-main {
	height: 50px !important;
	min-height: 50px !important;
}

.transparent #logo img {
	max-height: 40px !important;
}

/* Sticky/Fixed header - 保持相同大小，不缩小 */
.header.show-on-scroll .header-main,
.stuck .header-main {
	height: 50px !important;
	min-height: 50px !important;
}

.stuck #logo img {
	max-height: 40px !important;
}

.stuck .header-inner {
	min-height: 50px !important;
	display: flex !important;
	align-items: center !important;
}

.stuck .header-nav-main > li > a {
	line-height: 1.4 !important;
}

/* 移动端header */
@media (max-width: 849px) {
	.header-main {
		height: 50px !important;
		min-height: 50px !important;
	}
	
	#logo {
		width: 120px !important;
	}
	
	#logo img {
		max-height: 35px !important;
	}
	
	.header-inner {
		min-height: 50px !important;
		display: flex !important;
		align-items: center !important;
	}
}

@media (max-width: 549px) {
	.header-main {
		height: 48px !important;
		min-height: 48px !important;
	}
	
	#logo {
		width: 100px !important;
	}
	
	#logo img {
		max-height: 32px !important;
	}
	
	.header-inner {
		min-height: 48px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: flex !important;
		align-items: center !important;
	}
	
	.header-button .button {
		padding: 6px 15px !important;
		font-size: 12px !important;
	}
}

/* 移除额外的padding和margin */
.header-wrapper {
	margin: 0 !important;
}

.flex-col.logo {
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
}

/* 左右两侧flex容器垂直居中 */
.flex-left,
.flex-right {
	display: flex !important;
	align-items: center !important;
}

/* 移动端导航垂直居中 */
.mobile-nav {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.mobile-nav > li {
	display: flex !important;
	align-items: center !important;
}

/* 确保header不会有额外高度 */
.header-bg-container {
	display: none !important;
}

.top-divider {
	display: none !important;
}

/* ========================================
   STICKY HEADER - 始终固定悬浮
   ======================================== */

/* Header始终固定在顶部 */
.header.has-sticky .header-wrapper {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
	background-color: #fff !important;
	transition: box-shadow 0.3s ease !important;
}

/* 默认无阴影 */
.header.has-sticky .header-wrapper {
	box-shadow: none !important;
}

/* 滚动后添加阴影 */
.header.stuck .header-wrapper {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* 为body添加padding，避免内容被header遮挡 */
body {
	padding-top: 50px !important;
}

@media (max-width: 849px) {
	body {
		padding-top: 50px !important;
	}
}

@media (max-width: 549px) {
	body {
		padding-top: 48px !important;
	}
}

/* 移除占位空间 */
.header.stuck {
	padding-bottom: 0 !important;
}

/* Breadcrumbs Styles */
.breadcrumbs {
	background: #f8fafc;
	border-bottom: 1px solid #edf2f7;
	padding: 14px 0;
	font-size: 13px;
	line-height: 1.6;
	color: #718096;
	flex-shrink: 0 !important;
}

.breadcrumbs .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumbs .breadcrumb-item {
	display: inline-flex;
	align-items: center;
}

.breadcrumbs .breadcrumb-item a {
	color: #3965e4;
	text-decoration: none;
	font-weight: 600;
}

.breadcrumbs .breadcrumb-item a:hover {
	text-decoration: underline;
}

.breadcrumbs .breadcrumb-current {
	color: #2d3748;
	font-weight: 600;
}

.breadcrumbs .breadcrumb-separator {
	color: #cbd5e0;
	margin: 0 8px;
}

/* Social Share Buttons */
.social-share-buttons {
	margin: 30px 0;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 5px;
}

.social-share-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
}

.social-share-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.social-share-button {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-share-button:hover {
	background-color: #3366ff;
	color: #fff;
	border-color: #3366ff;
	transform: translateY(-2px);
}

.social-share-button i {
	margin-right: 8px;
	font-size: 18px;
}

.social-share-button .social-share-label {
	font-size: 14px;
}

/* Related Posts Section */
.related-posts-section {
	margin: 40px 0;
	padding: 30px 0;
	border-top: 2px solid #f0f0f0;
}

.related-posts-title {
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}

.related-posts-section .image-cover {
	padding-top: 75%;
}

/* Contact Form Styles */
.contact-form .form-row {
	margin-bottom: 20px;
}

.contact-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #333;
}

.contact-form .required {
	color: #ff0000;
}

.contact-form .form-control {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
}

.contact-form .form-control:focus {
	outline: none;
	border-color: #3366ff;
	box-shadow: 0 0 0 3px rgba(51, 102, 255, 0.1);
}

.contact-form textarea.form-control {
	resize: vertical;
	min-height: 150px;
}

.contact-form-notice {
	padding: 15px;
	margin: 20px 0;
	border-radius: 5px;
	text-align: center;
}

.contact-form-notice.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.contact-form-notice.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.tiyuzhutiand1-hidden {
	display: none !important;
}

/* Contact Info Items */
.contact-info-item {
	padding: 30px 20px;
	margin-bottom: 20px;
}

.contact-icon {
	margin-bottom: 15px;
}

/* Search Results */
.search-query {
	color: #3366ff;
}

.search-results-count {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

/* 404 Page */
.error-404-title {
	font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.social-share-icons {
		justify-content: center;
	}
	
	.social-share-button {
		flex: 1 1 calc(50% - 10px);
		justify-content: center;
	}
}

/* ========================================
   首页最新资讯 - 无图片文章样式
   ======================================== */

/* 无图片新闻卡片样式 */
.news-card-no-image {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.news-card-no-image:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.news-card-no-image .box-text {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.news-card-no-image .post-meta-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
}

.news-card-no-image .post-date {
	color: #666;
}

.news-card-no-image .post-category {
	background: #f0f0f0;
	padding: 2px 10px;
	border-radius: 12px;
	color: #666;
	font-size: 11px;
}

.news-card-no-image .post-title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	min-height: 48px;
}

.news-card-no-image .post-title a {
	color: #333;
	transition: color 0.3s ease;
}

.news-card-no-image .post-title a:hover {
	color: #3965e4;
}

.news-card-no-image .is-divider {
	margin: 10px 0;
}

.news-card-no-image .from_the_blog_excerpt {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	flex: 1;
}

/* ========================================
   体育资讯模板样式
   ======================================== */

/* 侧边栏样式 */
.news-sidebar {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	position: sticky;
	top: 70px;
}

.news-sidebar .sidebar-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3965e4;
}

.category-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.category-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	background: #fff;
	border-radius: 6px;
	text-decoration: none;
	color: #666;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.category-item:hover {
	background: #f0f4ff;
	color: #3965e4;
	border-color: #3965e4;
}

.category-item.active {
	background: #3965e4;
	color: #fff;
	font-weight: 600;
}

.category-item .category-name {
	flex: 1;
}

.category-item .category-count {
	background: rgba(0, 0, 0, 0.1);
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	min-width: 30px;
	text-align: center;
}

.category-item.active .category-count {
	background: rgba(255, 255, 255, 0.3);
}

/* 新闻列表样式 */
.news-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 25px;
	transition: all 0.3s ease;
}

.news-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-color: #3965e4;
}

.news-meta {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 12px;
	font-size: 13px;
	color: #999;
}

.news-date {
	color: #666;
}

.news-category {
	background: #f0f0f0;
	padding: 3px 12px;
	border-radius: 12px;
	color: #666;
	font-size: 12px;
}

.news-title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: 600;
}

.news-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-title a:hover {
	color: #3965e4;
}

.news-excerpt {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.news-read-more {
	color: #3965e4;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
}

.news-read-more:hover {
	color: #2850c7;
	transform: translateX(5px);
}

/* 分页样式 */
.pagination-wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	clear: both;
	display: block;
	width: 100%;
}

.pagination {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination a,
.pagination span {
	padding: 8px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	min-width: 40px;
	text-align: center;
}

.pagination a:hover {
	background: #3965e4;
	color: #fff;
	border-color: #3965e4;
}

.pagination .current {
	background: #3965e4;
	color: #fff;
	border-color: #3965e4;
	font-weight: 600;
}

.pagination .prev,
.pagination .next {
	font-weight: 600;
}

/* 无结果样式 */
.no-results {
	text-align: center;
	padding: 60px 20px;
}

.no-results .icon-search {
	font-size: 60px;
	color: #ccc;
	margin-bottom: 20px;
	display: block;
}

.no-results h3 {
	color: #666;
	margin-bottom: 15px;
	font-size: 20px;
}

.no-results p {
	color: #999;
	margin-bottom: 20px;
}

.no-results .button {
	border-radius: 20px;
}

/* 响应式设计 */
@media (max-width: 849px) {
	.news-sidebar {
		position: static;
		margin-bottom: 30px;
	}
	
	.news-item {
		padding: 20px;
	}
	
	.news-title {
		font-size: 18px;
	}
}
html {
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

:root {
	--primary-color: #3965e4;
	--primary-hover: #2850c7;
	--text-main: #333333;
	--text-secondary: #666666;
	--bg-light: #f9fafa;
	--border-radius-lg: 12px;
	--border-radius-md: 8px;
	--box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	--box-shadow-hover: 0 10px 30px rgba(57, 101, 228, 0.15);
	--section-padding: 30px;
	--bg-page: #f8f9fa;
	--bg-surface: #fff;
	--border-subtle: #edf2f7;
	--header-offset: 50px;
}

@media (max-width: 549px) {
	:root {
		--header-offset: 48px;
	}
}

body {
	min-height: 100vh !important;
	margin: 0 !important;
	background: var(--bg-page) !important;
	display: flex !important;
	flex-direction: column !important;
	padding-bottom: 0 !important;
	padding-top: var(--header-offset) !important;
}

#wrapper {
	min-height: calc(100vh - var(--header-offset)) !important;
	flex: 1 0 auto !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	display: flex !important;
	flex-direction: column !important;
}

#main {
	flex: 1 0 auto !important;
	width: 100% !important;
	background: transparent !important;
}

#footer {
	flex-shrink: 0 !important;
	margin-top: auto !important;
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	background-color: rgb(48, 52, 66) !important;
	z-index: 10 !important;
}

#section_footer_simple {
	margin: 0 !important;
}

#wrapper::after,
#main::after,
#footer::after,
body::after {
	display: none !important;
	content: none !important;
}

#header {
	flex-shrink: 0 !important;
}

#main-menu.mfp-hide {
	display: none !important;
}

#main-menu {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 9999 !important;
}

#main.recruitment-page {
	background: #f8f9fa !important;
	padding: 60px 0;
}

#main:not(.recruitment-page) > .page-wrapper.page-container.container {
	background: var(--bg-surface) !important;
	border: 1px solid var(--border-subtle);
	border-radius: 16px;
	padding: 40px 32px;
	margin-top: 24px;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	#main:not(.recruitment-page) > .page-wrapper.page-container.container {
		border-radius: 14px;
		padding: 24px 16px;
		margin-top: 16px;
		margin-bottom: 40px;
	}
}

/* 介绍内容 */
.recruitment-intro {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	margin-bottom: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	line-height: 1.8;
	color: #555;
	border: 1px solid #eee;
}

/* 职位卡片网格 */
.jobs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 24px;
	margin-bottom: 60px;
}

/* 职位卡片 */
.job-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}

.job-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
	border-color: #3965e4;
}

/* 卡片主要内容区 */
.job-card-main {
	padding: 24px;
	flex: 1;
}

/* 头部: 标题 + 薪资 */
.job-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.job-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a202c;
	margin: 0;
	padding-right: 15px;
	line-height: 1.4;
}

.job-salary {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #3965e4;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
	background: #f0f4ff;
	padding: 6px 12px;
	border-radius: 20px;
}

.job-salary i {
	font-size: 14px;
}

/* Meta信息: 地点, 全职 */
.job-meta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	color: #718096;
	font-size: 14px;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.meta-item i {
	color: #a0aec0;
}

/* 分割线 */
.job-divider {
	height: 1px;
	background: #edf2f7;
	margin: 0 0 20px 0;
}

/* 岗位要求 */
.job-requirements {
	color: #4a5568;
}

.requirements-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #2d3748;
}

.requirements-content {
	font-size: 14px;
	line-height: 1.6;
}

.req-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
}

.req-item:last-child {
	margin-bottom: 0;
}

.req-item i {
	color: #48bb78; /* Green check */
	margin-top: 4px;
	font-size: 12px;
}

/* 卡片底部 */
.job-card-footer {
	padding: 20px 24px;
	background: #f8fafc;
	border-top: 1px solid #edf2f7;
}

.job-apply-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px;
	background: #1a202c;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.job-apply-btn:hover {
	background: #3965e4;
	color: #fff;
	transform: translateY(-2px);
}

/* 空状态 */
.recruitment-empty {
	text-align: center;
	padding: 80px 20px;
	background: #fff;
	border-radius: 16px;
	border: 1px dashed #cbd5e0;
}

.empty-icon {
	font-size: 64px;
	margin-bottom: 20px;
	color: #cbd5e0;
}

.recruitment-empty h3 {
	font-size: 20px;
	color: #2d3748;
	margin-bottom: 10px;
}

.recruitment-empty p {
	font-size: 15px;
	color: #718096;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.recruitment-page {
		padding: 40px 0;
	}
	
	.jobs-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.job-card-main {
		padding: 20px;
	}
	
	.job-title {
		font-size: 18px;
	}
	
	.job-salary {
		font-size: 14px;
		padding: 4px 10px;
	}
}

.page-template-template-news #main.site-main {
	background: transparent !important;
}

.page-template-template-news .site-main .entry-content > .container {
	background: var(--bg-surface) !important;
	border: 1px solid var(--border-subtle);
	border-radius: 16px;
	padding: 32px;
	margin-top: 24px;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.page-template-template-news .site-main .entry-content > .container {
		border-radius: 14px;
		padding: 20px 16px;
		margin-top: 16px;
		margin-bottom: 40px;
	}
}

.page-template-template-news .news-sidebar {
	background: var(--bg-surface) !important;
	border: 1px solid var(--border-subtle);
}

.bg {
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.bg-loaded {
	opacity: 1;
}

#section_footer_simple {
	padding: 40px 0;
	background-color: rgb(48, 52, 66);
}

.footer-simple-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.footer-simple-content p {
	margin: 10px 0;
	font-size: 14px;
}

.footer-simple-content a {
	color: var(--primary-color);
	text-decoration: none;
}

.footer-simple-content a:hover {
	color: #5588ff;
}

#home-partners .flickity-button {
	display: block !important;
	opacity: 1 !important;
}

#home-partners .flickity-prev-next-button {
	display: block !important;
}

#home-partners .slider {
	cursor: grab;
}

#home-partners .slider:active {
	cursor: grabbing;
}

.section-title-container {
	margin-bottom: 25px;
}

.section-title-main {
	color: var(--primary-color) !important;
	font-weight: 700;
	letter-spacing: 1px;
}

.home-slider-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000;
}

.home-slider-wrapper {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	cursor: grab;
}

.home-slider-wrapper:active {
	cursor: grabbing;
}

.home-slider-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.home-slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	z-index: 1;
}

.home-slider-item.active {
	opacity: 1;
	z-index: 2;
}

.home-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.home-slider-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.home-slider-prev,
.home-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	color: #fff;
}

.home-slider-wrapper:hover .home-slider-prev,
.home-slider-wrapper:hover .home-slider-next {
	opacity: 1;
}

.home-slider-prev:hover,
.home-slider-next:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	transform: translateY(-50%) scale(1.1);
}

.home-slider-prev {
	left: 30px;
}

.home-slider-next {
	right: 30px;
}

.home-slider-dots {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 12px;
}

.home-slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.3s ease;
}

.home-slider-dot.active {
	background: #fff;
	width: 30px;
	border-radius: 10px;
}

#home-cta {
	padding: var(--section-padding) 0;
	background: #fff;
}

#home-about {
	padding: var(--section-padding) 0;
	background: #fff;
}

.about-content {
	max-width: 900px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.9;
	color: var(--text-secondary);
}

.about-content p {
	margin-bottom: 16px;
}

.about-content p:last-child {
	margin-bottom: 0;
}

.cta-buttons-wrapper {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 10px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.cta-btn {
	flex: 1;
	padding: 12px 30px;
	background: var(--primary-color);
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(57, 101, 228, 0.25);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	animation: pulse 2s ease-in-out infinite;
}

.cta-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.cta-btn:hover::before {
	width: 300px;
	height: 300px;
}

.cta-btn:hover {
	background: var(--primary-hover);
	box-shadow: 0 8px 25px rgba(57, 101, 228, 0.35);
	transform: translateY(-3px) scale(1.02);
	animation: none;
}

.cta-btn:active {
	transform: translateY(-1px) scale(0.98);
	box-shadow: 0 4px 15px rgba(57, 101, 228, 0.25);
}

@keyframes pulse {
	0%,
	100% {
		box-shadow: 0 4px 15px rgba(57, 101, 228, 0.25);
	}
	50% {
		box-shadow: 0 4px 20px rgba(57, 101, 228, 0.4);
	}
}

#home-news {
	padding: var(--section-padding) 0;
	background: var(--bg-light);
}

.box-blog-post {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.box-blog-post::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--primary-color), #667eea);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.box-blog-post:hover::before {
	transform: scaleX(1);
}

.box-blog-post:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.box-blog-post .box-image {
	position: relative;
	overflow: hidden;
	background: #f5f5f5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 300 200"><rect width="300" height="200" fill="%23f5f5f5"/><g transform="translate(150, 80)"><rect x="-40" y="-30" width="80" height="60" fill="%23e0e0e0" rx="4"/><path d="M -30,-10 L -15,5 L 0,-10 L 15,5 L 30,-10 L 30,20 L -30,20 Z" fill="%23d0d0d0"/><circle cx="-20" cy="-15" r="8" fill="%23c0c0c0"/></g><text x="150" y="140" font-family="Arial" font-size="14" fill="%23999" text-anchor="middle">暂无图片</text></svg>') center/cover no-repeat;
}

.box-blog-post .box-image img {
	transition: transform 0.5s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-blog-post .box-image img[src*="placeholder.svg"] {
	object-fit: contain;
	background: #f5f5f5;
}

.box-blog-post:hover .box-image img {
	transform: scale(1.08);
}

.box-blog-post .box-text {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.box-blog-post .blog-post-inner {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.post-title {
	margin-bottom: 12px;
	line-height: 1.4;
}

.post-title a {
	font-weight: 600;
	font-size: 16px;
	color: var(--text-main);
	transition: color 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-title a:hover {
	color: var(--primary-color);
}

.box-blog-post .is-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
	margin: 12px 0;
	border: none;
}

.from_the_blog_excerpt {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.post-date {
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	padding: 8px 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.post-date-day {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1;
}

.post-date-month {
	font-size: 11px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

@media (max-width: 768px) {
	.post-title a {
		font-size: 15px;
	}

	.from_the_blog_excerpt {
		font-size: 13px;
	}

	.post-date {
		top: 10px;
		right: 10px;
		padding: 6px 10px;
	}

	.post-date-day {
		font-size: 18px;
	}
}

#home-partners {
	padding: var(--section-padding) 0;
	background: #fff;
}

.partners-slider-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 60px;
}

.partners-slider-container {
	overflow: hidden;
	width: 100%;
}

.partners-slider-track {
	display: flex;
	transition: transform 0.5s ease;
	gap: 30px;
}

.partner-logo-item {
	flex: 0 0 calc(100% / 6 - 25px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.partner-logo-item img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	object-fit: contain;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0.8;
}

.partner-logo-item img:hover {
	transform: scale(1.1);
	opacity: 1;
}

.partners-slider-prev,
.partners-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
	z-index: 10;
}

.partners-slider-prev:hover,
.partners-slider-next:hover {
	background: rgba(0, 0, 0, 0.8);
}

.partners-slider-prev {
	left: 10px;
}

.partners-slider-next {
	right: 10px;
}

@media (max-width: 768px) {
	.partners-slider-wrapper {
		padding: 20px 50px;
	}

	.partner-logo-item {
		flex: 0 0 calc(100% / 3 - 20px);
	}

	.partners-slider-track {
		gap: 20px;
	}

	.partner-logo-item img {
		max-height: 60px;
	}

	.partners-slider-prev,
	.partners-slider-next {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
}

.tiyuzhutiand1-partners-carousel {
	padding: 40px 0;
	position: relative;
}

.tiyuzhutiand1-partners-carousel .tiyuzhutiand1-partners-swiper {
	width: 100%;
	padding: 0 50px;
}

.tiyuzhutiand1-partners-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	transition: all 0.3s ease;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tiyuzhutiand1-partners-card:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.tiyuzhutiand1-partners-logo {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin-bottom: 15px;
}

.tiyuzhutiand1-partners-name {
	color: #666;
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

.tiyuzhutiand1-partners-carousel .swiper-button-next,
.tiyuzhutiand1-partners-carousel .swiper-button-prev {
	color: #3366ff;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tiyuzhutiand1-partners-carousel .swiper-button-next:after,
.tiyuzhutiand1-partners-carousel .swiper-button-prev:after {
	font-size: 20px;
}

.tiyuzhutiand1-partners-carousel .swiper-pagination-bullet {
	background: #3366ff;
}

@media (max-width: 768px) {
	.tiyuzhutiand1-partners-carousel .tiyuzhutiand1-partners-swiper {
		padding: 0 30px;
	}

	.tiyuzhutiand1-partners-card {
		padding: 20px;
		height: 150px;
	}

	.tiyuzhutiand1-partners-logo {
		max-height: 80px;
	}
}

#home-app-download {
	padding: var(--section-padding) 0;
	background-color: #f5f8ff;
	overflow: hidden;
}

#home-app-download .app-download-layout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
	max-width: 1200px;
	margin: 0 auto;
}

#home-app-download .app-download-left {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	perspective: 1000px;
}

#home-app-download .app-download-left img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	transform: rotateY(15deg) rotateX(5deg);
	box-shadow: -20px 20px 60px rgba(57, 101, 228, 0.15);
	transition: transform 0.5s ease;
}

#home-app-download .app-download-left img:hover {
	transform: rotateY(0deg) rotateX(0deg);
}

#home-app-download .app-download-right {
	flex: 0 0 400px;
	background: #fff;
	padding: 50px 40px;
	border-radius: 30px;
	box-shadow: 0 20px 60px rgba(57, 101, 228, 0.1);
	text-align: center;
	border: 1px solid #fff;
}

#home-app-download .app-download-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

#home-app-download .app-download-btn {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 50px;
	background: linear-gradient(180deg, #f5f9ff 0%, #e6f0ff 100%);
	color: var(--primary-color) !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(57, 101, 228, 0.1);
	transition: all 0.3s ease;
	border: 1px solid #eef4ff;
}

#home-app-download .app-download-btn:hover {
	background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-hover) 100%);
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(57, 101, 228, 0.3);
}

#home-app-download .app-download-title {
	font-size: 42px;
	font-weight: 900;
	color: var(--primary-color);
	margin-bottom: 10px;
	line-height: 1.1;
	font-family: 'Arial Black', sans-serif;
	text-transform: uppercase;
}

#home-app-download .app-download-subtitle {
	font-size: 20px;
	color: #888;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

#home-app-download .app-download-description {
	text-align: justify;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

#home-app-download .app-download-description p {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	#home-app-download .app-download-layout {
		flex-direction: column;
		gap: 40px;
	}

	#home-app-download .app-download-left {
		justify-content: center;
	}

	#home-app-download .app-download-left img {
		transform: none;
		max-width: 80%;
	}

	#home-app-download .app-download-right {
		flex: auto;
		width: 100%;
		max-width: 100%;
		padding: 30px;
	}
}

#main.app-download-page .section-title-main {
	font-size: 130%;
}

#main.app-download-page .app-platform-card {
	padding: 30px 20px;
}

#main.app-download-page .app-platform-icon {
	font-size: 50px;
	margin-bottom: 15px;
	display: block;
}

#main.app-download-page .app-platform-icon--ios {
	color: #000;
}

#main.app-download-page .app-platform-icon--android {
	color: #3DDC84;
}

#main.app-download-page .app-platform-title {
	color: #446084;
	margin-bottom: 10px;
	font-size: 20px;
}

#main.app-download-page .app-platform-subtitle {
	color: #666;
	margin-bottom: 20px;
	font-size: 14px;
}

#main.app-download-page .app-download-button {
	border-radius: 30px;
	min-height: 50px;
	line-height: 50px;
	background: #3366ff;
	color: #fff !important;
}

#main.app-download-page .app-download-button span {
	color: #fff !important;
}

#main.app-download-page .app-qrcode-container {
	padding: 40px;
}

#main.app-download-page .app-qrcode-title {
	color: var(--primary-color);
	margin-bottom: 20px;
	font-size: 24px;
}

#main.app-download-page .app-qrcode-desc {
	color: #666;
	margin-bottom: 30px;
}

#main.app-download-page .qrcode-image {
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	cursor: pointer;
}

#main.app-download-page .app-qrcode-img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}

#main.app-download-page .app-qrcode-note {
	color: #999;
	font-size: 14px;
}

#main.app-download-page .app-qrcode-hint {
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}

#main.app-download-page .qrcode-lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

#main.app-download-page .qrcode-lightbox.is-open {
	display: flex;
}

#main.app-download-page .qrcode-lightbox-inner {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

#main.app-download-page .qrcode-lightbox-img {
	max-width: 100%;
	max-height: 90vh;
	border-radius: 10px;
}

#main.app-download-page .qrcode-lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	line-height: 1;
}

#main.app-download-page .app-feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#main.app-download-page .app-feature-icon--gradient-0 {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#main.app-download-page .app-feature-icon--gradient-1 {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

#main.app-download-page .app-feature-icon--gradient-2 {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

#main.app-download-page .app-feature-icon--gradient-3 {
	background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

#main.app-download-page .app-feature-icon--gradient-4 {
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

#main.app-download-page .app-feature-icon--gradient-5 {
	background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

#main.app-download-page .app-feature-icon-img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

#main.app-download-page .app-feature-title {
	color: #446084;
	margin-bottom: 15px;
	font-size: 18px;
}

#main.app-download-page .app-feature-desc {
	color: #666;
}

#home-projects {
	padding: var(--section-padding) 0;
	background: #f0f4ff;
}

.projects-tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.project-tab {
	padding: 8px 20px;
	background: #fff;
	color: #999;
	border: none;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.project-tab:hover {
	color: var(--primary-color);
	transform: translateY(-2px);
}

.project-tab.active {
	background: linear-gradient(90deg, var(--primary-color) 0%, #00ccff 100%);
	color: #fff;
	box-shadow: 0 5px 15px rgba(57, 101, 228, 0.3);
}

.projects-content {
	position: relative;
	min-height: 450px;
	max-width: 1200px;
	margin: 0 auto;
}

.project-panel {
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.project-panel.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
	animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.project-layout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 20px 0;
}

.project-image {
	flex: 1;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 20px;
	min-width: 0;
}

.project-image::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 5%;
	width: 90%;
	height: 80%;
	background: linear-gradient(135deg, #dce8ff 0%, #f0f4ff 100%);
	border-radius: 30px;
	z-index: -1;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.8);
	border: 2px solid #fff;
}

.project-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
	transition: transform 0.3s ease;
	margin-bottom: -20px;
}

.project-panel.active .project-image img {
	animation: floatImage 4s ease-in-out infinite alternate;
}

@keyframes floatImage {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-15px);
	}
}

.project-description {
	flex: 1;
	padding: 50px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 450px;
	border: 1px solid #f5f7fa;
	min-width: 0;
}

.project-description h3 {
	position: relative;
	font-size: 72px;
	font-weight: 900;
	font-family: 'Arial Black', 'Impact', sans-serif;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	line-height: 0.9;
	z-index: 1;
	background: linear-gradient(180deg, #ffffff 0%, #c4d4f2 40%, #8baaf0 50%, #dce8ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 0 #89a4d6) drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
	color: #a3c2f0;
}

.project-text {
	color: #333;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	font-weight: 500;
	text-align: justify;
}

@media (max-width: 991px) {
	.project-layout {
		flex-direction: column;
		gap: 30px;
		padding-top: 0;
		margin-top: 20px;
	}

	.project-image,
	.project-description {
		flex: auto;
		width: 100%;
		padding: 30px;
	}

	.project-image {
		order: 1;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.project-image img {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}

	.project-description {
		order: 2;
		min-height: auto;
		padding: 30px;
	}

	.project-description h3 {
		font-size: 48px;
	}
}

#home-features {
	padding: var(--section-padding) 0;
	background: var(--bg-light);
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.feature-card {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
	border: 1px solid #eef2f5;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(57, 101, 228, 0.1);
	border-color: #dbe4ff;
	background: linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
}

.feature-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.feature-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon img {
	transform: scale(1.1);
}

.feature-text {
	flex-grow: 1;
}

.feature-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	margin-top: 0;
}

.feature-description {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
	text-align: justify;
}

#home-faq {
	padding: var(--section-padding) 0;
	background: #f8f9fa;
}

.faq-accordion {
	background: #fff;
	border-radius: var(--border-radius-md);
	overflow: hidden;
	box-shadow: var(--box-shadow);
	max-width: 1200px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	padding: 20px 25px;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faq-question:hover {
	background: #fcfcfc;
	color: #333;
}

.faq-icon {
	color: #ccc;
	font-size: 14px;
	margin-right: 15px;
	transition: transform 0.3s ease;
}

.faq-icon.active {
	transform: rotate(180deg);
	color: var(--primary-color);
}

.faq-number {
	color: #666;
	font-weight: 500;
	font-size: 16px;
	margin-right: 10px;
}

.faq-text {
	flex-grow: 1;
}

.faq-answer {
	background: #fcfcfc;
	border-top: 1px solid #f0f0f0;
	display: none;
	padding: 0 25px 0 65px;
	color: #777;
	font-size: 14px;
	line-height: 1.8;
}

.faq-answer.active {
	display: block;
	padding: 15px 25px 25px 65px;
}

#home-conclusion {
	padding: var(--section-padding) 0;
	background: #fff;
	text-align: center;
}

@media (max-width: 768px) {
	:root {
		--section-padding: 30px;
	}

	.home-slider-wrapper {
		height: 250px;
	}

	.home-slider-dots {
		bottom: 15px;
	}

	.home-slider-prev,
	.home-slider-next {
		width: 36px;
		height: 36px;
		opacity: 1;
	}

	.cta-buttons-wrapper {
		flex-direction: column;
		gap: 15px;
		padding: 0 20px;
	}

	.cta-btn {
		font-size: 15px;
		padding: 10px 20px;
	}

	#home-app-download .app-download-right {
		padding: 30px;
	}

	#home-app-download .app-download-title {
		font-size: 26px;
	}

	.project-layout {
		flex-direction: column;
	}

	.project-image {
		min-height: 200px;
		flex: none;
		height: 200px;
	}

	.project-description {
		padding: 30px;
		flex: none;
	}

	.project-description h3 {
		font-size: 24px;
	}

	.features-grid {
		grid-template-columns: 1fr;
	}

	.faq-question {
		padding: 20px;
		font-size: 16px;
	}
}

.text-justify {
	text-align: justify;
}

.text-muted-large {
	padding: 40px;
	color: #999;
	text-align: center;
}

.icon-primary {
	margin-right: 10px;
	color: var(--primary-color);
}

.img-rounded-10 {
	border-radius: 10%;
}

.bg-transparent {
	background-color: transparent !important;
}

.aspect-ratio-16-9 {
	padding-top: 56.25%;
}

.conclusion-text {
	text-align: justify;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	max-width: 800px;
	margin: 0 auto;
}

.blog-wrapper.blog-archive .box-blog-post.has-hover .box-image {
	width: 40%;
}

.blog-wrapper.blog-archive .box-blog-post.has-hover .image-cover {
	padding-top: 56%;
}

.search-no-results {
	padding: 40px 0;
}

.search-suggestions {
	margin: 30px 0;
}

.search-suggestions-list {
	text-align: left;
	display: inline-block;
}

.search-form-wrapper {
	margin: 30px 0;
}

.popular-posts-section {
	margin-top: 40px;
}

.popular-posts-section .image-cover {
	padding-top: 75%;
}

.error-404-content {
	padding: 60px 0;
}

.error-404-title {
	font-size: 120px;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.error-404-message {
	font-size: 18px;
	margin-bottom: 30px;
}

.error-404-content .row {
	margin-bottom: 40px;
}

.error-404-content .row:last-child {
	margin-bottom: 0;
}

.error-404-quick-links .button {
	margin: 0 10px;
}

.error-404-content .image-cover {
	padding-top: 75%;
}

.help-search-box {
	margin-bottom: 30px;
}

.help-search-box .search-field {
	border-radius: 30px;
	padding: 15px 20px;
}

.help-search-box .button {
	border-radius: 30px;
}

.help-contact .button1 {
	border-radius: 30px;
}

.about-cta .button1 {
	border-radius: 30px;
	min-width: 240px;
}

.about-intro .section-title-main,
.about-values .section-title-main,
.about-team .section-title-main,
.about-timeline .section-title-main,
.help-faq .section-title-main,
.help-contact .section-title-main {
	font-size: 150%;
	color: rgba(57, 101, 228, 0.849);
}

.page-template-template-deposit-withdrawal #main > .page-wrapper.page-container.container {
	max-width: 980px;
}

.page-template-template-deposit-withdrawal .entry-header {
	margin-bottom: 20px;
}

.page-template-template-deposit-withdrawal .entry-content {
	color: #2d3748;
	font-size: 16px;
	line-height: 1.9;
}

.page-template-template-deposit-withdrawal .entry-content > *:first-child {
	margin-top: 0;
}

.page-template-template-deposit-withdrawal .entry-content p {
	margin: 0 0 14px;
}

.page-template-template-deposit-withdrawal .entry-content h2 {
	margin: 28px 0 14px;
	font-size: 22px;
	line-height: 1.35;
	color: #1a202c;
}

.page-template-template-deposit-withdrawal .entry-content h3 {
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #1a202c;
}

.page-template-template-deposit-withdrawal .entry-content h4 {
	margin: 16px 0 8px;
	font-size: 16px;
	line-height: 1.45;
	color: #1a202c;
}

.page-template-template-deposit-withdrawal .entry-content ul,
.page-template-template-deposit-withdrawal .entry-content ol {
	margin: 0 0 14px;
	padding-left: 1.4em;
}

.page-template-template-deposit-withdrawal .entry-content li {
	margin: 6px 0;
}

.page-template-template-deposit-withdrawal .entry-content a {
	color: var(--primary-color);
	text-decoration: none;
}

.page-template-template-deposit-withdrawal .entry-content a:hover {
	text-decoration: underline;
}

.page-template-template-deposit-withdrawal .entry-content blockquote {
	margin: 18px 0;
	padding: 14px 16px;
	border-left: 4px solid rgba(57, 101, 228, 0.35);
	background: rgba(57, 101, 228, 0.06);
	border-radius: 12px;
}

.page-template-template-deposit-withdrawal .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.page-template-template-deposit-withdrawal .entry-content figure {
	margin: 18px 0;
}

.page-template-template-deposit-withdrawal .entry-content hr {
	border: 0;
	border-top: 1px solid var(--border-subtle);
	margin: 22px 0;
}

.page-template-template-deposit-withdrawal .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
}

.page-template-template-deposit-withdrawal .entry-content th,
.page-template-template-deposit-withdrawal .entry-content td {
	border: 1px solid var(--border-subtle);
	padding: 10px 12px;
	vertical-align: top;
}

.page-template-template-deposit-withdrawal .entry-content th {
	background: rgba(57, 101, 228, 0.06);
	color: #1a202c;
	font-weight: 600;
}

@media (max-width: 768px) {
	.page-template-template-deposit-withdrawal #main > .page-wrapper.page-container.container {
		max-width: 100%;
	}

	.page-template-template-deposit-withdrawal .entry-content {
		font-size: 15px;
	}

	.page-template-template-deposit-withdrawal .entry-content h2 {
		font-size: 20px;
	}

	.page-template-template-deposit-withdrawal .entry-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.team-member-photo img {
	border-radius: 50%;
	max-width: 150px;
}

.contact-icon i {
	font-size: 48px;
	color: var(--primary-color);
}

.contact-form-section {
	background-color: var(--bg-page);
}

.page-title-bg .title-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.blog-featured-title .page-title-inner {
	min-height: 300px;
}
