/*--------------------------------------
	Theme Name: Maxhotel
	Start Date : Sep 19 2016
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
----------------------------------------*/
	/* [Layout] */

/*--------------------------------------

	* Import Css
	
	* Body
		- Padding/Margin
		
	* Fonts Settings	
		- Font Name Heare

	* Header

	* Footer
	
	* Page Banner
	
	* Section Header
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
--------------------------------------*/
/*------------------------------------------------
	* Import Css
--------------------------------------------------*/
@import "libraries/lib.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/shortcode.css";


/* * Body */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* * Header */
/* - Top Header */
.top-header {
	background-color: #31cec3;
	padding: 15px 0;
}
.top-header .info p {
	color: #fff;
	display: inline-block;
	letter-spacing: 0.35px;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 38px;
}
.top-header .info p:first-child {
	margin-left: 0;
}
.top-header .info p > a {
	color: #fff;
	text-decoration: none;
}
.top-header .info p > a:hover {
	color: #31cec3;
}
.top-header .info p i {
	color: #fff;
	padding-right: 11px;
}
.top-header .header-social {
	text-align: right;
}
.top-header .header-social h5 {
	color: #fff;
	display: inline-block;
	letter-spacing: 0.35px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}
.top-header .header-social ul {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 22px;
}
.top-header .header-social ul li {
	display: inline-block;
	margin-right: 16px;
}
.top-header .header-social ul li:last-child {
	margin-right: 0;
}
.top-header .header-social ul li a {
	color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .header-social ul li a:hover {
	color: #31cec3;
}

/* - Header Section 1 */
/* - Top Header 1 */

.top-header-1 .header-social ul li a {
	background-color: #31cec3;
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}
.top-header-1 .header-social ul li a:hover {
	background-color: #fff;
	color: #31cec3;
}
.header-section-1 .menu-block .container {
	position: relative;
}
.header-section-1 .menu-block {
	background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 100;
}
.header-section-1 .menu-icon > div {
    float: right;
    padding: 50px 0;
}
.header-section-1 .menu-icon .search a i {
	font-size: 18px;
}
.search-box {
    background-color: #f7f6f7;
    max-width: 100%;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    width: 620px;
    z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}

.navbar-brand>img {
	margin:0 auto;
}
.navbar-brand {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #2c5f8a;
	padding: 15px 0;
	text-decoration: none;
}
.navbar-brand:hover {
	color: #1a3a5c;
}


/* * Footer */

/* - Footer Main */
.top-footer{
	background-color: #292b2c;
	padding: 80px 0;
}
.top-footer .ftr-widget h3.widget-title {
	color: #fff;
	font-family: 'Open Sans', serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 46px;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.top-footer .ftr-widget h3.widget-title:after {
	background-color: #31cec3;
	content: "";
	height: 3px;
	width: 50px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.top-footer .ftr-widget h3.widget-title span {
	color: #fff;
}
.top-footer .ftr-widget p {
	color: #dadada;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 0;
}
.top-footer .widget_about ul {
	padding-left: 0;
	margin-bottom: 0;
}
.top-footer .widget_about ul li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 40px;
}
.top-footer .widget_about ul li a {
	background-color: #313131;
	color: #dadada;
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align:  center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer .widget_about ul li a:hover {
	background-color: #31cec3;
	color: #fff;
}
.top-footer .widget_links ul {
	padding-left: 0;
	list-style: none;
}
.top-footer .widget_links ul li {
	margin-bottom: 18px;
}
.top-footer .widget_links ul li a {
	color: #dadada;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer .widget_links ul li a:hover {
	color: #31cec3;
}
.top-footer .widget_hours {
	padding-left: 25px;
}
.top-footer .ftr-widget.widget_hours p {
	line-height: 38px;
}
.top-footer .ftr-widget.widget_hours p span {
	padding: 0 15px;
}
.top-footer .widget_destination {
	padding-left: 94px;
}
.top-footer .widget_destination ul {
	padding-left: 0;
	list-style: none;
}
.top-footer .widget_destination ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bottom-footer {
	padding: 25px 0;
}
.bottom-footer .container {
	text-align: center;
}
.bottom-footer .coyright-content {
	display: inline-block;
}
.bottom-footer .coyright-content p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.52px;
	margin-bottom: 0;
	text-transform: uppercase;
}
/* - Footer Main 1 */
.footer-main-1 .top-footer .ftr-widget h3.widget-title {
	font-weight: normal;
	margin-bottom: 40px;
}
.footer-main-1 .top-footer .ftr-widget p {
	color: #b0b0b0;
	font-weight: 300;
}
.footer-main-1 .top-footer .ftr-widget p.call-us {
	color: #d0d0d0;
	font-weight: 400;
	margin-top: 18px;
}
.footer-main-1 .top-footer .ftr-widget p > i {
	color: #31cec3;
	padding-right: 12px;
}
.footer-main-1 .top-footer .ftr-widget p a {
	color: #d0d0d0;
}
.footer-main-1 .top-footer .widget_rooms {
	padding-left: 50px;
}
.footer-main-1 .top-footer .widget_links ul li a {
	color: #b0b0b0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .top-footer .widget_links ul li a:hover {
	color: #31cec3;
}
.footer-main-1 .top-footer .widget_newsletter .input-group {
	margin-top: 20px;
	margin-bottom: 35px;
}
.footer-main-1 .top-footer .widget_newsletter .form-control {
	background-color: #222;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #777;
	height: 50px;
	font-style: italic;
	font-size: 13px;
	padding: 6px 30px;
	letter-spacing: 0.52px;
}
.footer-main-1 .top-footer .widget_newsletter .form-control::-webkit-input-placeholder {
   color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control:-moz-placeholder { /* Firefox 18- */
   color: #777; 
}
.footer-main-1 .top-footer .widget_newsletter .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control:-ms-input-placeholder {  
   color: #777; 
}
.footer-main-1 .top-footer .widget_newsletter .input-group .btn-default {
	border-radius: 0;
	background-color: #31cec3;
	border: none;
	padding: 14px 20px;
	color: #fff;
}
.footer-main-1 .top-footer .widget_newsletter ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-main-1 .top-footer .widget_newsletter ul li {
	display: inline-block;
	margin-right: 8px;
}
.footer-main-1 .top-footer .widget_newsletter ul li a {
	border: 2px solid #6f6f6f;
	border-radius: 100%;
	color: #a9a9a9;
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .top-footer .widget_newsletter ul li a:hover {
	border-color: #31cec3;
	background-color: #31cec3;
	color: #fff;
}
.footer-main-1 .bottom-footer {
	border-top: 1px solid #636465;
	background-color: #292b2c;
}
.footer-main-1 .bottom-footer .coyright-content p {
	color: #b0b0b0;
	font-weight: 300;
	text-transform: capitalize;
}

/* * Page Banner */
.page-banner {
    background-image: url("images/contact-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 377px;
    min-height: 377px;
    position: relative;
	margin-bottom: 150px;
    text-align: center;
	z-index: 1;
}
.page-banner::before {
	background-color: rgba(0, 0, 0, 0.702);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.page-banner .banner-content {
	display: inline-block;
	padding: 144px 0;
}
.page-banner .banner-content h3 {
	color: #fff;
	font-family: 'Open Sans', serif;
	font-size: 38px;
	letter-spacing: 1.9px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
    text-decoration: none;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb li a:hover {
	color: #31cec3;
}
.page-banner .banner-content .breadcrumb li.active {
	font-weight: 600;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	color: #fff;
    content: "/";
    padding: 0 5px;
}
.page-banner {
	background-image: url("images/about-banner.jpg");
}
.page-banner.services-banner {
	background-image: url("images/service-banner.jpg");
	margin-bottom: 0;
}
.page-banner.gallerysingle-banner{
	background-image: url("images/gallerysingle-banner.jpg");
}
.page-banner.gallery-banner{
	background-image: url("images/gallery-banner.jpg");
	margin-bottom: 0;
}
.page-banner.gallery-banner.room-banner {
	margin-bottom: 150px;
}
.page-banner.blog-banner {
	background-image: url("images/blog-banner.jpg");
}
.page-banner.contact-banner {
	background-image: url("images/contact-banner.jpg");
}

/* * Section Header */
.section-header {
	text-align: center;
	margin-bottom: 45px
}
.section-header h3 {
	background-image: url("images/section-seprator.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
	font-family: 'Open Sans', serif;
	font-size: 44px;
	letter-spacing: 0.44px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}
.section-header-1 h3 {
	background-image: url("images/section-seprator-1.png");
	color: #474747;
	font-weight: 700;
}
.section-header-1 p {
	color: #7f7f7f;
	font-weight: 600;
	font-size: 20px;
}
.section-header-2 h3 {
	background-image: url("images/section-seprator-2.png");
	color: #333;
}
.section-header-2 h3 span {
	color: #31cec3;
}

/* * Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 50px;
	text-align: center;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 8px;
}
.ow-pagination ul li a {
	border: 1px solid #31cec3;
	border-radius: 100%;
	background-color: transparent;
	color: #222;
	font-size: 17.6px;
	font-weight: 600;
	width: 46px;
	height: 46px;
	line-height: 46px;
	letter-spacing: 0.704px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 100%;
	
}
.ow-pagination ul li a:hover {
	background-color: #31cec3;
	color: #fff;
}

/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}
/* - min-width: 1441 to max-width: 1680 */
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	
}

/* - max-width: 1366px */
@media (max-width: 1366px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Footer Main */
	.top-footer .widget_hours {
		padding-left: 15px;
	}
	
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Footer Main */
	.top-footer .ftr-widget h3.widget-title {
		font-size: 15px;
	}
	.top-footer .ftr-widget.widget_hours p span {
		padding: 0;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.header-section-1 .menu-block {
		background-color: #292b2c;
		position: relative;
	}
	.header-section-1 .menu-icon > div {
		padding: 26px 0;
	}
	.header-section-1 .ow-navigation .menu-icon a {
		 padding: 10px 0 10px 15px;
	}
	/* - Footer Main */
	.top-footer .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.top-footer .widget_destination {
		padding-left: 15px;
	}
	.bottom-footer .coyright-content {
		width: 100%;
		text-align: center;
	}
	.footer-main-1 .top-footer .widget_rooms {
		padding-left: 15px;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Top Header */
	.top-header .info p {
		margin-left: 0;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* * Page Banner */
	.page-banner {
		margin-bottom: 80px;
	}
	/* - Top Header */	
	.top-header .header-social {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.top-header .info {
		text-align: center;
	}
	/* - Footer Main */
	.top-footer .ftr-widget.widget_destination img {
		max-width: 100px;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Footer Main */
	.top-footer .col-sm-6{
		width: 100%;
		margin-bottom: 30px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Top Header */
	.top-header .info p {
		margin-left: 10px;
	}
	/* - Footer Main */
	.footer-main-1 .top-footer .widget_newsletter ul li {
		margin-right: 5px;
	}
}

/* ========================================
   自定义页面样式
   ======================================== */

/* === index.html 首页样式 === */
.index-hero {
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 50%, #c41e3a 100%);
	padding: 100px 0;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.index-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></svg>') repeat;
	background-size: 100px;
	opacity: 0.3;
}
.index-hero h1 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.index-hero p {
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto 30px;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}
.hero-stats {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.hero-stat {
	text-align: center;
}
.hero-stat .stat-num {
	font-size: 48px;
	font-weight: 700;
	display: block;
	color: #ffd4d4;
}
.hero-stat .stat-text {
	font-size: 16px;
	opacity: 0.9;
}
.service-overview {
	padding: 80px 0;
	background: #fff;
}
.service-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 40px;
}
.service-card {
	background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(26,58,92,0.15);
	border-color: #1a3a5c;
}
.service-card .service-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 28px;
}
.service-card h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
.service-card p {
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}
.why-choose-us {
	padding: 80px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}
.why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}
.why-item {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}
.why-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.why-item .why-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #c41e3a 0%, #e74c3c 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
.why-item h4 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #333;
}
.why-item p {
	color: #666;
	line-height: 1.7;
	font-size: 14px;
}
.contact-banner {
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
.contact-banner h3 {
	font-size: 32px;
	margin-bottom: 15px;
}
.contact-banner p {
	font-size: 16px;
	margin-bottom: 25px;
	opacity: 0.9;
}
.contact-banner .phone-num {
	font-size: 42px;
	font-weight: 700;
	color: #ffd4d4;
	text-decoration: none;
}
@media (max-width: 991px) {
	.service-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-stats {
		flex-wrap: wrap;
		gap: 30px;
	}
}
@media (max-width: 767px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-grid {
		grid-template-columns: 1fr;
	}
	.index-hero h1 {
		font-size: 28px;
	}
	.hero-stat .stat-num {
		font-size: 36px;
	}
}

/* === DaiMa.html 鸡西代妈页面样式 === */
.daima-hero {
	background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
	padding: 90px 0;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.daima-hero::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
	animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.1); }
}
.daima-hero .container {
	position: relative;
	z-index: 1;
}
.daima-hero h2 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.daima-hero p {
	font-size: 18px;
	max-width: 850px;
	margin: 0 auto;
	line-height: 1.9;
}
.daima-features {
	padding: 80px 0;
	background: #fff;
}
.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-top: 40px;
}
.feature-card {
	background: linear-gradient(145deg, #fff5eb 0%, #ffe8d6 100%);
	border-radius: 16px;
	padding: 35px 25px;
	text-align: center;
	transition: all 0.4s ease;
	border: 2px solid transparent;
}
.feature-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 50px rgba(230,126,34,0.2);
	border-color: #e67e22;
}
.feature-card .icon-circle {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 36px;
	transition: all 0.3s ease;
}
.feature-card:hover .icon-circle {
	transform: rotateY(180deg);
}
.feature-card h4 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #333;
}
.feature-card p {
	color: #666;
	line-height: 1.7;
	font-size: 14px;
}
.daima-services {
	padding: 80px 0;
	background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.service-list {
	margin-top: 40px;
}
.service-item {
	display: flex;
	align-items: flex-start;
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 25px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	border-left: 5px solid #e67e22;
}
.service-item:hover {
	box-shadow: 0 15px 40px rgba(230,126,34,0.15);
	transform: translateX(8px);
}
.service-item .service-icon {
	width: 70px;
	height: 70px;
	background: #fff5eb;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
	flex-shrink: 0;
	color: #e67e22;
	font-size: 28px;
}
.service-item .service-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
}
.service-item .service-content p {
	color: #666;
	line-height: 1.7;
}
.daima-advantages {
	padding: 80px 0;
	background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
	color: #fff;
}
.advantages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}
.advantage-item {
	background: rgba(255,255,255,0.15);
	border-radius: 12px;
	padding: 30px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}
.advantage-item:hover {
	background: rgba(255,255,255,0.25);
	transform: scale(1.05);
}
.advantage-item h4 {
	font-size: 22px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.advantage-item h4 i {
	margin-right: 12px;
	font-size: 28px;
}
.advantage-item p {
	line-height: 1.8;
	font-size: 15px;
}
.daima-cta {
	background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.daima-cta h3 {
	font-size: 32px;
	margin-bottom: 15px;
}
.daima-cta p {
	font-size: 16px;
	margin-bottom: 30px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.daima-cta .cta-btn {
	display: inline-block;
	background: #fff;
	color: #e67e22;
	padding: 16px 45px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.daima-cta .cta-btn:hover {
	background: #333;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}
@media (max-width: 991px) {
	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.advantages-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.feature-grid {
		grid-template-columns: 1fr;
	}
	.advantages-grid {
		grid-template-columns: 1fr;
	}
	.daima-hero h2 {
		font-size: 28px;
	}
}

/* === DaiHuai.html 鸡西代怀页面样式 === */
.daihuai-banner {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 100px 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.daihuai-banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(to top right, #fff 49%, transparent 51%);
}
.daihuai-banner .container {
	position: relative;
	z-index: 1;
}
.daihuai-banner h2 {
	font-size: 42px;
	margin-bottom: 25px;
	font-weight: 700;
}
.daihuai-banner p {
	font-size: 18px;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.9;
}
.daihuai-stats {
	padding: 80px 0 60px;
	background: #fff;
}
.stats-row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 40px;
}
.stat-item {
	text-align: center;
	padding: 30px 40px;
	margin-bottom: 20px;
}
.stat-item .stat-num {
	font-size: 52px;
	font-weight: 700;
	color: #764ba2;
	display: block;
	margin-bottom: 10px;
}
.stat-item .stat-text {
	font-size: 16px;
	color: #666;
}
.daihuai-services {
	padding: 80px 0;
	background: #f8f9fa;
}
.service-tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.tab-btn {
	padding: 12px 30px;
	background: #fff;
	border: 2px solid #764ba2;
	border-radius: 30px;
	color: #764ba2;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.tab-btn:hover, .tab-btn.active {
	background: #764ba2;
	color: #fff;
}
.service-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.service-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0,0,0,0.08);
	transition: all 0.4s ease;
}
.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(118,75,162,0.2);
}
.service-card .card-img {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.service-card .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.service-card:hover .card-img img {
	transform: scale(1.1);
}
.service-card .card-img .card-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #764ba2;
	color: #fff;
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 13px;
}
.service-card .card-body {
	padding: 25px;
}
.service-card .card-body h4 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #333;
}
.service-card .card-body p {
	color: #666;
	line-height: 1.7;
	font-size: 14px;
}
.daihuai-process {
	padding: 80px 0;
	background: #fff;
}
.process-steps {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
}
.process-steps::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 10%;
	right: 10%;
	height: 3px;
	background: linear-gradient(to right, #667eea, #764ba2);
}
.step-item {
	text-align: center;
	position: relative;
	z-index: 1;
	flex: 1;
}
.step-item .step-circle {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	box-shadow: 0 8px 25px rgba(118,75,162,0.3);
}
.step-item h5 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #333;
}
.step-item p {
	color: #666;
	font-size: 13px;
	padding: 0 10px;
}
.daihuai-guarantee {
	padding: 80px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}
.guarantee-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}
.guarantee-item {
	background: rgba(255,255,255,0.12);
	border-radius: 16px;
	padding: 35px 25px;
	text-align: center;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}
.guarantee-item:hover {
	background: rgba(255,255,255,0.22);
	transform: translateY(-8px);
}
.guarantee-item i {
	font-size: 48px;
	margin-bottom: 20px;
	display: block;
}
.guarantee-item h4 {
	font-size: 20px;
	margin-bottom: 12px;
}
.guarantee-item p {
	line-height: 1.7;
	font-size: 14px;
}
.daihuai-cta {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.daihuai-cta h3 {
	font-size: 32px;
	margin-bottom: 15px;
}
.daihuai-cta p {
	font-size: 16px;
	margin-bottom: 30px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.daihuai-cta .cta-btn {
	display: inline-block;
	background: #fff;
	color: #764ba2;
	padding: 16px 45px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.daihuai-cta .cta-btn:hover {
	background: #333;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}
@media (max-width: 991px) {
	.service-cards {
		grid-template-columns: 1fr;
	}
	.guarantee-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.guarantee-grid {
		grid-template-columns: 1fr;
	}
	.daihuai-banner h2 {
		font-size: 28px;
	}
}

/* === DaiMu.html 鸡西代母页面样式 === */
.daimu-header {
	background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
	padding: 100px 0 120px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.daimu-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>') repeat;
	background-size: 100px;
	animation: float 20s linear infinite;
}
@keyframes float {
	0% { transform: translateY(0); }
	100% { transform: translateY(-100px); }
}
.daimu-header .container {
	position: relative;
	z-index: 1;
}
.daimu-header h2 {
	font-size: 42px;
	margin-bottom: 25px;
	font-weight: 700;
}
.daimu-header p {
	font-size: 18px;
	max-width: 900px;
	line-height: 1.9;
}
.daimu-intro {
	padding: 80px 0;
	background: #fff;
}
.intro-content {
	display: flex;
	gap: 50px;
	margin-top: 40px;
	align-items: center;
}
.intro-text {
	flex: 1;
}
.intro-text p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}
.intro-image {
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0,131,176,0.2);
}
.intro-image img {
	width: 100%;
	height: auto;
	display: block;
}
.daimu-features {
	padding: 80px 0;
	background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
}
.features-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}
.feature-box {
	background: #fff;
	border-radius: 16px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0,0,0,0.06);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}
.feature-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(to right, #00b4db, #0083b0);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}
.feature-box:hover::before {
	transform: scaleX(1);
}
.feature-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0,131,176,0.15);
}
.feature-box .feature-icon {
	width: 90px;
	height: 90px;
	background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	color: #fff;
	font-size: 40px;
	transition: all 0.3s ease;
}
.feature-box:hover .feature-icon {
	transform: rotate(360deg);
}
.feature-box h4 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #333;
}
.feature-box p {
	color: #666;
	line-height: 1.7;
	font-size: 14px;
}
.daimu-services {
	padding: 80px 0;
	background: #fff;
}
.services-list {
	margin-top: 40px;
}
.service-row {
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
	background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.service-row:hover {
	box-shadow: 0 15px 40px rgba(0,131,176,0.15);
	transform: translateX(10px);
}
.service-row .service-num {
	background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	padding: 40px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
}
.service-row .service-info {
	padding: 30px;
	flex: 1;
}
.service-row .service-info h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
}
.service-row .service-info p {
	color: #666;
	line-height: 1.7;
}
.daimu-timeline {
	padding: 80px 0;
	background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
	color: #fff;
}
.timeline-steps {
	position: relative;
	margin-top: 50px;
}
.timeline-steps::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: rgba(255,255,255,0.3);
	transform: translateX(-50%);
}
.timeline-item {
	display: flex;
	justify-content: flex-end;
	padding-right: 50%;
	position: relative;
	margin-bottom: 40px;
}
.timeline-item:nth-child(even) {
	justify-content: flex-start;
	padding-right: 0;
	padding-left: 50%;
}
.timeline-item .timeline-dot {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 4px solid #00b4db;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.timeline-item .timeline-content {
	background: rgba(255,255,255,0.15);
	border-radius: 12px;
	padding: 25px;
	max-width: 400px;
	backdrop-filter: blur(10px);
}
.timeline-item .timeline-content h4 {
	font-size: 18px;
	margin-bottom: 8px;
}
.timeline-item .timeline-content p {
	font-size: 14px;
	line-height: 1.7;
}
.daimu-cta {
	background: linear-gradient(135deg, #0083b0 0%, #00b4db 100%);
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.daimu-cta h3 {
	font-size: 32px;
	margin-bottom: 15px;
}
.daimu-cta p {
	font-size: 16px;
	margin-bottom: 30px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.daimu-cta .cta-btn {
	display: inline-block;
	background: #fff;
	color: #0083b0;
	padding: 16px 45px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.daimu-cta .cta-btn:hover {
	background: #333;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}
@media (max-width: 991px) {
	.features-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.intro-content {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.features-wrapper {
		grid-template-columns: 1fr;
	}
	.daimu-header h2 {
		font-size: 28px;
	}
}

/* === ZhuYun.html 鸡西助孕页面样式 === */
.custom-banner {
	background: linear-gradient(135deg, #2d5016 0%, #4a7c2e 100%);
	padding: 100px 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.custom-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>') repeat;
	background-size: 100px;
	opacity: 0.3;
}
.custom-banner .container {
	position: relative;
	z-index: 1;
}
.custom-banner h1 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 700;
}
.custom-banner p {
	font-size: 18px;
	max-width: 700px;
	line-height: 1.8;
}
.custom-features {
	padding: 80px 0;
	background: #fff;
}
.feature-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	padding: 30px;
	background: #f8faf5;
	border-radius: 12px;
	border-left: 4px solid #4a7c2e;
	transition: all 0.3s ease;
}
.feature-item:hover {
	transform: translateX(10px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.feature-icon {
	width: 60px;
	height: 60px;
	background: #4a7c2e;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-right: 25px;
	flex-shrink: 0;
}
.feature-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
}
.feature-content p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 0;
}
.custom-scenarios {
	padding: 80px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}
.scenario-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.scenario-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}
.scenario-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.scenario-card .scenario-img {
	height: 180px;
	overflow: hidden;
}
.scenario-card .scenario-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.scenario-card:hover .scenario-img img {
	transform: scale(1.15);
}
.scenario-card .scenario-body {
	padding: 25px;
}
.scenario-card .scenario-body h4 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #333;
}
.scenario-card .scenario-body p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}
.scenario-card .scenario-badge {
	display: inline-block;
	background: #4a7c2e;
	color: #fff;
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 11px;
	margin-bottom: 12px;
}
.custom-process {
	padding: 80px 0;
	background: #fff;
}
.process-timeline {
	position: relative;
	padding: 20px 0;
}
.process-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #4a7c2e;
	transform: translateX(-50%);
}
.timeline-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
}
.timeline-item:nth-child(odd) {
	flex-direction: row;
}
.timeline-item:nth-child(even) {
	flex-direction: row-reverse;
}
.timeline-item:nth-child(odd) .timeline-content {
	margin-right: auto;
	margin-left: 0;
}
.timeline-item:nth-child(even) .timeline-content {
	margin-left: auto;
	margin-right: 0;
}
.timeline-content {
	width: 45%;
	padding: 25px;
	background: #f8faf5;
	border-radius: 12px;
	border: 2px solid #4a7c2e;
}
.timeline-dot {
	width: 40px;
	height: 40px;
	background: #4a7c2e;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}
.timeline-content h5 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #333;
}
.timeline-content p {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.custom-cta {
	background: linear-gradient(135deg, #4a7c2e 0%, #6ba33e 100%);
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.custom-cta h3 {
	font-size: 32px;
	margin-bottom: 15px;
}
.custom-cta p {
	font-size: 16px;
	margin-bottom: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.custom-cta .cta-btn {
	display: inline-block;
	background: #fff;
	color: #4a7c2e;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.custom-cta .cta-btn:hover {
	background: #333;
	color: #fff;
}
@media (max-width: 991px) {
	.scenario-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	.custom-banner h1 {
		font-size: 28px;
	}
}

/* === DaiSheng.html 鸡西代生页面样式 === */
.training-hero {
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	padding: 80px 0;
	color: #fff;
	text-align: center;
}
.training-hero h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
}
.training-hero p {
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.8;
}
.training-stats {
	background: #fff;
	padding: 60px 0;
}
.stat-box {
	text-align: center;
	padding: 30px 20px;
	border-radius: 8px;
	background: #f8f9fa;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.stat-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.stat-box .stat-number {
	font-size: 48px;
	font-weight: 700;
	color: #c41e3a;
	display: block;
	margin-bottom: 10px;
}
.stat-box .stat-label {
	font-size: 16px;
	color: #666;
}
.training-courses {
	padding: 80px 0;
	background: #f5f7fa;
}
.course-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.course-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.course-card .course-img {
	height: 200px;
	overflow: hidden;
}
.course-card .course-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.course-card:hover .course-img img {
	transform: scale(1.1);
}
.course-card .course-body {
	padding: 25px;
}
.course-card .course-body h4 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #333;
}
.course-card .course-body p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 0;
}
.course-card .course-tag {
	display: inline-block;
	background: #c41e3a;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 12px;
	margin-bottom: 15px;
}
.training-process {
	padding: 80px 0;
	background: #fff;
}
.process-timeline {
	position: relative;
	margin-top: 50px;
}
.process-timeline::before {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(to bottom, #1a3a5c, #c41e3a);
	transform: translateX(50%);
}
.process-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
}
.process-item:nth-child(odd) {
	flex-direction: row;
}
.process-item:nth-child(even) {
	flex-direction: row-reverse;
}
.process-item .process-content {
	width: 45%;
	background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 12px;
	padding: 25px;
	border: 2px solid #1a3a5c;
	transition: all 0.3s ease;
}
.process-item:nth-child(odd) .process-content {
	margin-right: auto;
}
.process-item:nth-child(even) .process-content {
	margin-left: auto;
}
.process-item .process-content:hover {
	box-shadow: 0 10px 30px rgba(26,58,92,0.15);
	transform: scale(1.02);
}
.process-item .process-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #1a3a5c;
}
.process-item .process-content p {
	color: #666;
	line-height: 1.7;
	font-size: 14px;
	margin: 0;
}
.process-item .process-dot {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 5px 15px rgba(26,58,92,0.3);
	z-index: 1;
}
.training-cta {
	background: linear-gradient(135deg, #c41e3a 0%, #e74c3c 100%);
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
.training-cta h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
.training-cta p {
	font-size: 16px;
	margin-bottom: 30px;
}
.training-cta .cta-phone {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.training-instructors {
	padding: 80px 0;
	background: #f8f9fa;
}
.instructor-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.instructor-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(26,58,92,0.15);
}
.instructor-card .instructor-img {
	height: 250px;
	overflow: hidden;
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.instructor-card .instructor-img i {
	font-size: 80px;
	color: rgba(255,255,255,0.8);
}
.instructor-card .instructor-body {
	padding: 25px;
	text-align: center;
}
.instructor-card .instructor-body h4 {
	font-size: 20px;
	margin-bottom: 8px;
	color: #333;
}
.instructor-card .instructor-body .instructor-title {
	color: #c41e3a;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.instructor-card .instructor-body p {
	color: #666;
	line-height: 1.7;
	font-size: 14px;
}
.training-cases {
	padding: 80px 0;
	background: #fff;
}
.case-item {
	display: flex;
	align-items: flex-start;
	background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	border-left: 5px solid #1a3a5c;
}
.case-item:hover {
	box-shadow: 0 15px 40px rgba(26,58,92,0.12);
	transform: translateX(8px);
}
.case-item .case-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
	flex-shrink: 0;
	color: #fff;
	font-size: 28px;
}
.case-item .case-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
}
.case-item .case-content p {
	color: #666;
	line-height: 1.7;
}
.training-faq {
	padding: 80px 0;
	background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
	color: #fff;
}
.faq-item {
	background: rgba(255,255,255,0.12);
	border-radius: 12px;
	padding: 25px;
	margin-bottom: 20px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}
.faq-item:hover {
	background: rgba(255,255,255,0.2);
}
.faq-item h4 {
	font-size: 18px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.faq-item h4 i {
	margin-right: 10px;
	color: #ffd4d4;
}
.faq-item p {
	line-height: 1.8;
	font-size: 14px;
}
@media (max-width: 991px) {
	.process-item {
		flex-direction: column !important;
	}
	.process-item .process-content {
		width: 100%;
	}
	.process-item .process-dot {
		position: relative;
		right: auto;
		transform: none;
		margin: 20px auto;
	}
}
@media (max-width: 767px) {
	.training-hero h2 {
		font-size: 28px;
	}
}
