@charset "utf-8";
/* CSS Document */

/* 

	Template Name: 铭文科技
	Author: Rainbow Design
	
*/

/* Medium Devices, Desktops */
@media (max-width: 991px) {
.header-social-icons {
	margin: 9px 6px 0px 0px;
}
.header-contact li a {
	padding: 6px 0px 6px 10px;
}
.features-area .col-lg-4:first-child {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.features-area .col-lg-4 {
	border-right: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.features-area .col-lg-4:last-child {
	border-bottom: 0px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.about-content-box {
	padding: 15px;
}
.about-text h3 {
	font-size: 26px;
}
.popular-tags a {
	padding: 6px 10px;
	font-size: 12px;
}
.contact-info-box .contact-info-box-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 11px;
	padding: 26px 6px;
}

/* ======= 移动端科技感增强 ======= */
.card, .feature-box, .service-box, .team-item, .gallery-box {
	border-radius: 14px !important;
	box-shadow: 0 2px 12px #0078d4aa;
	background: linear-gradient(120deg, #232946 0%, #2d3a5a 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.card::after, .feature-box::after, .service-box::after, .team-item::after, .gallery-box::after {
	content: "";
	position: absolute;
	left: -30px; top: -30px;
	width: 60px; height: 60px;
	background: radial-gradient(circle, #00f2fe44 0%, transparent 80%);
	z-index: 0;
	animation: sci-glow 3s infinite alternate;
}
@keyframes sci-glow {
	0% { opacity: 0.7; }
	100% { opacity: 0.2; }
}
.btn-style-1, .btn-style-2, .btn-primary {
	border-radius: 8px;
	background: linear-gradient(90deg, #0078d4 0%, #00f2fe 100%);
	color: #fff !important;
	position: relative;
	overflow: hidden;
}
.btn-style-1::before, .btn-style-2::before, .btn-primary::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background: linear-gradient(120deg, #00f2fe44 0%, #0078d444 100%);
	opacity: 0.2;
	z-index: 0;
	pointer-events: none;
}
.footer-social .social-link, .footer-social a {
	border-radius: 50%;
	box-shadow: 0 2px 8px #0078d4aa;
	background: linear-gradient(135deg, #232946 0%, #0078d4 100%);
}
}
/* Small Devices, Tablets */
@media (max-width: 767px) {
.header-contact {
	width: 100%;
	text-align: center;
}
.header-upper-bar {
	text-align: center;
}
.sticky-wrapper {
	height: auto !important;
}
.top-btn, .header-social-icons {
	float: none !important;
	display: inline-block;
}
.top-btn a{
	margin: 16px 0px;
}
.header-social-icons {
	margin-right: 0px;
}
.header-lover .navbar .nav-item .nav-link {
	padding: 10px 0px;
}
.slider .carousel-caption p {
	display: none;
}
.slider .carousel-caption h2 {
	line-height: 40px;
}
.header-lover {
	padding: 10px 0px;
}
.header-lover .navbar-nav {
	border-top: 1px solid #f5f5f5;
	margin-top: 10px;
}
.filter1 li span {
	margin-bottom: 6px;
}
.team-item .content {
	padding: 32px 20px 32px 70px;
}
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
.header-lover {
	position: relative !important;
}
.top-btn a{
	margin: 10px 0px 16px 0px;
}
.header-social-icons{
	margin: 0px 6px 16px 0px;
}
.slider .carousel-caption h2 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
}
.slider .carousel-indicators {
	display: none;
}
.slider .carousel-caption .slider-caption-box .btn-style-1, .slider .carousel-caption .slider-caption-box .btn-style-2 {
	padding: 6px 14px;
	font-size: 12px;
}
.features-area .col-lg-4 {
	border: 0px !important;
	padding: 15px;
}
.about-img-box {
	height: 450px;
}
}
