body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #1f2329;
	font-size: 14px;
	line-height: 1.5;
	background-color: #F8F9FA;
}

a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	outline: none !important;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}


li {
	list-style-type: none;
}

.fs-12 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}



.cursor-pointer {
	cursor: pointer;
  }

/* News List Styles Update */
.news-date {
    background-color: transparent;
    padding: 0;
    min-width: 100px;
}

.news-content {
    flex: 1;
}

.news-image {
    flex-shrink: 0;
}

#navbar.nav-masthead .nav-link::after, 
.nav-masthead .nav-link::after {
	background-color: #006CFC;
}

/* Only use white line on transparent background */
#navbar.bg-transparent .nav-masthead .nav-link::after {
	background-color: #fff;
}

/* Breadcrumb Styles */
.breadcrumb-container {
    display: flex;
    align-items: center;
}

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

.breadcrumb-item a {
    color: inherit;
}

.breadcrumb-item a:hover {
    color: #006CFC;
    text-decoration: underline;
}

/* News Show Styles */
.article-detail,
.latest-news {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.article-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.article-content h2 {
    text-align: center;
    margin: 30px 0 20px;
    font-size: 22px;
    font-weight: 600;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FF0000;
}

.news-title-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
}

/* News List Styles */
.news-list {
    padding: 50px 0;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title a:hover {
    color: #006CFC !important;
    text-decoration: none;
}

.news-excerpt {
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 700px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-date {
    min-width: 120px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

/* Custom font size for date day */
.fs-36 {
    font-size: 38px;
    color: #000000;
    font-weight: bold;
}

.fs-20 {
    font-size: 20px;
}

.hover\:text-primary:hover {
    color: #006CFC !important;
}

.nav-masthead .nav-link {
	position: relative;
	color: #171A1D;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	transition: all .4s ease 0s;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	color: #006CFC;
}

.nav-masthead .nav-link+.nav-link {
	margin-left: 2rem;
}

.nav-masthead .active {
	color: #006CFC;
	font-weight: 600;
}

.nav-masthead .nav-link:hover::after,
.nav-masthead .nav-link.active::after {
	transform: translateX(-50%) scaleX(1);
}

.nav-masthead .nav-link::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 20px;
	height: 2px;
	transition: transform 0.3s ease, background-color 0.3s ease;
	transform-origin: center;
}

#navbar {
	/* Transition removed as requested */
}

#navbar.nav-bg-light, .nav-bg-light {
	background: #fff!important;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(17, 31, 44, .05);
    box-shadow: inset 0 -1px 0 0 rgba(17, 31, 44, .05);
}

#navbar.text-dark {
	color: #1f2329 ;
}

#navbar a {
	transition: color 0.3s;
}

#navbar.text-dark .nav-link {
	color: #1f2329;
}

#navbar .nav-link {
	color: #000 !important;
}

#navbar.text-light .nav-link {
	color: #fff !important;
}

/* body padding-top removed to eliminate gap between header and index-video-wrap */
.news-banner {
	margin-top: 70px;
	position: relative;
	width: 100%;
	height: 360px;
	background-image: url(../images/bg-news.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.news-banner-content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0 20px;
}

.news-banner-title {
	font-size: 38px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 12px;
	letter-spacing: 2px;
	line-height: 1.25;
}

.news-banner-subtitle {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 0;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

@media (max-width: 767.98px) {
	.news-banner {
		height: 240px;
	}
	.news-banner-title {
		font-size: 26px;
	}
	.news-banner-subtitle {
		font-size: 14px;
	}
}

.banner-solution {
	background-image: url(../images/bg-solution.jpg) !important;
}

.banner-product {
	background-image: url(../images/bg-product.jpg) !important;
}

.banner-teacher {
	background-image: url(../images/bg-teacher.jpg) !important;
}

.banner-campus {
	background-image: url(../images/bg-campus.jpg) !important;
}

.banner-about {
	background-image: url(../images/bg-about.jpg) !important;
}

.index-video-wrap {
	margin-top: 70px; /* Adjusted to match header height */
	position: relative;
	overflow: hidden;
	text-align: center;
	background-size: 100% 100%;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Set aspect ratio based on banner image: increased height to ~140% of original (16:7) */
	aspect-ratio: 16 / 6;
}

.index-video-wrap .video-react {
	/* position:relative */
}

.index-video-wrap video {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@media screen and (min-width:1368px) {
	.index-video-wrap video {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 60%;
		object-position: 50% 60%
	}
}

@media screen and (max-width:1220px) {
	.index-video-wrap video {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.index-video-wrap .video-react-video {
	position: absolute;
	top: 0;
	left: 0;
}

.index-video-wrap .carousel {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index-video-wrap .carousel-inner, 
.index-video-wrap .carousel-item {
	width: 100%;
	height: 100%;
}

.index-video-wrap .carousel-item img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1220px) {
	.index-video-wrap .carousel-item img {
		object-position: center;
	}
}

video {
	outline: none;
	width: 100%;
	-o-object-fit: fill;
	object-fit: fill
}

@media screen and (min-width:1368px) {
	video {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 60%;
		object-position: 50% 60%
	}
}

@media screen and (max-width:1220px) {
	video {
		-o-object-fit: cover;
		object-fit: cover
	}
}

/* Hero Banner Section */
.index-banner-first {
    margin-top: 70px;
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url(../images/bg-index.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.index-banner-first .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.15) 70%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.index-banner-first .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    padding: 60px 0;
}

.hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero-title-highlight {
    background: linear-gradient(90deg, #4d9bfc, #7bb8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 540px;
}

.hero-cta {
    margin-bottom: 44px;
}

.hero-btn {
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background-color: #006CFC;
    border-color: #006CFC;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.hero-btn:hover {
    background-color: #0056d6;
    border-color: #0056d6;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 108, 252, 0.35);
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 32px;
}

.hero-stat-item:first-child {
    padding-left: 0;
}

.hero-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 4px;
}

.hero-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    white-space: nowrap;
}

.hero-stat-divider {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .index-banner-first {
        min-height: 440px;
        background-position: 70% center;
    }
    .hero-title {
        font-size: 34px;
    }
    .hero-content {
        padding: 40px 0;
    }
    .hero-stat-num {
        font-size: 26px;
    }
    .hero-stat-item {
        padding: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .index-banner-first {
        min-height: 380px;
        background-position: 65% center;
    }
    .index-banner-first .hero-overlay {
        background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.55) 100%
        );
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
    .hero-stats {
        flex-wrap: wrap;
        gap: 8px 0;
    }
    .hero-stat-item {
        padding: 0 16px;
    }
    .hero-stat-item:first-child {
        padding-left: 0;
    }
    .hero-stat-num {
        font-size: 22px;
    }
    .hero-btn {
        padding: 12px 36px;
        font-size: 15px;
    }
}

.home-wrapper {
	padding-top: 75px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: rgba(0, 18, 252, .2);
}

.home-wrapper .container,
.home-wrapper .row {
	height: 60px;
}

.slogan-subtitle {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 5px;
	text-align: center;
	margin: 0 0 16px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

.slogan-title {
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	line-height: 72px;
}

@media (min-width: 1200px) {
    .slogan-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .slogan-title {
        font-size: 56px;
        line-height: 80px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .slogan-subtitle {
        font-size: 22px;
        line-height: 30px;
    }

    .slogan-title {
        font-size: 60px;
        line-height: 75px;
    }
}


.digital-wrapper {
	height: 180px;
	width: 100%;
	min-width: 1200px;
	position: relative;
	color: #fff;
}

.digital-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index-bg-02.png);
	z-index: -1;
}

.number-container {
	font-size: 40px;;
}

.number {
	font-size: 40px;
	font-weight: 700;
}

.banner{
	height: 420px;
    width: 100%;
    min-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: 50% center;
    background-size: cover;
}

/* International Course Section Styles */
.service-index {
    background-color: #f8f9fa;
}

.service-index .course-card {
    background-color: #ffffff;
    padding: 50px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-index .course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.service-index .course-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.service-index .course-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-index .course-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}
.class-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.culture-wrapper {
	height: 488px;
	width: 100%;
	min-width: 1200px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index-bg-05.png);
	color: #fff;
}

/* Core Advantages Section */
.advantage-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
    position: relative;
}

.advantage-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 108, 252, 0.15), transparent);
}

.advantage-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px 28px;
    height: 100%;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #eef1f6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.advantage-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #006CFC, #4d9bfc);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.advantage-card:hover::after {
    transform: scaleY(1);
}

.advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 108, 252, 0.1);
    border-color: rgba(0, 108, 252, 0.18);
}

.advantage-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 108, 252, 0.1), rgba(0, 108, 252, 0.04));
    transition: all 0.4s ease;
}

.advantage-card:hover .advantage-icon {
    background: linear-gradient(135deg, rgba(0, 108, 252, 0.18), rgba(0, 108, 252, 0.08));
    transform: scale(1.05);
}

.advantage-icon i {
    font-size: 26px;
    color: #006CFC;
    transition: all 0.4s ease;
}

.advantage-card:hover .advantage-icon i {
    transform: scale(1.1);
}

.advantage-body {
    flex: 1;
    min-width: 0;
}

.advantage-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1f2e;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.advantage-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 0;
}

/* Expert Team Section */
.expert-section,
.about-section,
.service-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
    position: relative;
}

.expert-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 28px 32px;
    height: 100%;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #eef1f6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.expert-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #006CFC, #4d9bfc);
    transition: width 0.4s ease;
    border-radius: 2px;
}

.expert-card:hover::after {
    width: 80%;
}

.expert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 108, 252, 0.1);
    border-color: rgba(0, 108, 252, 0.15);
}

.expert-avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #eef1f6;
    transition: all 0.4s ease;
    position: relative;
}

.expert-avatar::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #006CFC, #4d9bfc);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.expert-card:hover .expert-avatar::before {
    opacity: 1;
}

.expert-card:hover .expert-avatar {
    border-color: transparent;
    transform: scale(1.05);
}

.expert-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1f2e;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.expert-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #006CFC;
    background: rgba(0, 108, 252, 0.08);
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.expert-bio {
    font-size: 13.5px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Expert Tags */
.expert-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #f0f2f5;
}

.expert-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    background: #f3f4f6;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.expert-card:hover .expert-tag {
    background: #e5e7eb;
    color: #1f2937;
}

/* News List Cards */
.news-list {
    padding: 50px 0;
}

/* Category Filters */
.category-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.category-filter {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #eef1f6;
    background: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none !important;
    cursor: pointer;
}

.category-filter:hover {
    color: #006CFC;
    border-color: rgba(0, 108, 252, 0.25);
    background: rgba(0, 108, 252, 0.04);
}

.category-filter.active {
    color: #ffffff;
    background: #006CFC;
    border-color: #006CFC;
}

.news-card {
    display: flex;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eef1f6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
}

.news-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #006CFC, #4d9bfc);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.news-card:hover::after {
    transform: scaleY(1);
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 108, 252, 0.1);
    border-color: rgba(0, 108, 252, 0.18);
}

.news-card-img {
    width: 280px;
    min-width: 280px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.news-card-img::before {
    content: '';
    display: block;
    padding-bottom: 66.67%;
}

.news-card-img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.08);
}

.news-card-body {
    flex: 1;
    padding: 22px 24px 18px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.news-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-title a {
    color: #1a1f2e;
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.news-card-title a:hover {
    color: #006CFC !important;
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.news-card-author,
.news-card-date {
    font-size: 12.5px;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-card-author i,
.news-card-date i {
    font-size: 14px;
}

.news-card-excerpt {
    font-size: 13.5px;
    line-height: 1.65;
    color: #6b7280;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.news-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f2f5;
}

.news-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #006CFC;
    background: rgba(0, 108, 252, 0.08);
    padding: 3px 12px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.news-card:hover .news-tag {
    background: rgba(0, 108, 252, 0.14);
}

@media (max-width: 767.98px) {
    .news-card {
        flex-direction: column;
    }
    .news-card-img {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
}