/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  schedule
7.  speakers
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#818998;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #444a57;
	font-size:20px;
	padding:0;
    font-weight: 500;
    /* text-transform: capitalize; */
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#818998;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    /* display: inline-block; */
    list-style-type: disc;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
/* .section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #4e4ffa; 
} */
.section-header p{color: #444a57;text-transform: none;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/

/* 使图片和文字在同一行并垂直居中 */
.navbar-brand {
  display: flex; /* 启用flex布局 */
  align-items: center; /* 垂直居中对齐 */
  gap: 10px; /* 图片和文字之间的间距（可调整） */
}

/* 确保图片不超出容器 */
.navbar-brand img {
  display: inline-block; /* 图片作为行内元素 */
  vertical-align: middle; /* 垂直居中 */
}

nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #000;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    font-weight: 700;
    padding: 45px 0px;
    text-transform:uppercase;
}

.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus
{
    color: #fff;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#4e4ffa;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header ,.wrap-sticky nav.navbar.bootsnav.sticked  {padding:10px 0px;}
/*.navbar-brand*/
a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{color: #fff;}
/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 48px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#d5b53a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #d5b53a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:30px 25px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #4e4ffa;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #4e4ffa;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #4e4ffa;}
/*.navbar-toggle */

/* 在 assets/css/style.css 中添加或修改以下样式 */


nav.navbar.bootsnav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navbar-header {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
}

.navbar-header a.navbar-brand {
    padding: 30px 20px; 
    white-space: nowrap; 
}


.navbar-collapse.collapse {
    flex: 1 1 auto;
    display: flex !important;
    justify-content: flex-end;
}

nav.navbar.bootsnav ul.nav {
    display: flex;
    align-items: center;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px; 
    font-size: 15px; 
}


@media (max-width: 992px) {
    nav.navbar.bootsnav .container {
        flex-wrap: wrap;
    }
    
    .navbar-header {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* 在 assets/css/style.css 中添加或修改以下样式 */

/* 调整导航栏整体对齐方式 */
nav.navbar.bootsnav .container {
    align-items: center; /* 确保所有子元素垂直居中 */
}

/* 统一标题和菜单的垂直内边距 */
.navbar-header a.navbar-brand {
    padding: 30px 20px; /* 调整为与菜单一致的上下内边距 */
    display: flex;
    align-items: center; /* 确保标题文字与图片垂直居中 */
}

/* 调整菜单链接的垂直内边距 */
nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px; /* 与标题保持相同的上下内边距 */
    display: flex;
    align-items: center; /* 菜单文字垂直居中 */
    height: 100%; /* 确保链接高度充满父元素 */
}

/* 修复滚动时的样式对齐 */
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 20px 15px; /* 滚动时保持统一的内边距 */
}




/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/accommodation/accommodation5.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.10);
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}

/*.welcome-hero-txt*/
.welcome-hero-txt{text-align: center;padding:290px 0 372px;}
.welcome-hero-txt h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}


.welcome-hero-txt p {
    font-size: 35px;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    /* max-width: 735px; */
    margin: 0 auto;
}
.welcome-btn {
    display: inline-block;
    width: 230px;
    height: 60px;
    background: #4e4ffa;
    color: #fff;
    border-radius: 3px;
    margin-top: 55px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.welcome-btn:hover{
    background: #0102fa;
}

.reg-btn {
    display: inline-block;
    width: 300px;
    height: 60px;
    background: #4e4ffa;
    color: #fff;
    border-radius: 3px;
    margin-top: 0px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.reg-btn:hover{
    background: #0102fa;
}
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 30px;}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*.single-model-search*/

/* ACP介绍区 样式 */
.acp-intro {
    padding: 260px 0 87px; /* 调整上下内边距，比原service更紧凑 */
    background-color: #f9fafc; /* 轻微背景色，区分区域 */
}

/* 保持服务项基本结构，微调样式 */
.acp-intro .single-service-item {
    padding: 40px 25px 45px; /* 减少内边距，让内容更集中 */
    border: 1px solid #e1e5eb; /* 稍浅边框色，更柔和 */
    margin-bottom: 25px; /* 减少底部间距 */
    transition: all 0.4s ease; /* 稍慢过渡，更平滑 */
}

/* 图标样式调整 */
.acp-intro .single-service-icon {
    color: #4e4ffa; /* 初始图标色使用主题蓝，更突出 */
}
.acp-intro .single-service-icon [class^="flaticon-"]:before,
.acp-intro .single-service-icon[class*=" flaticon-"]:before,
.acp-intro .single-service-icon [class^="flaticon-"]:after,
.acp-intro .single-service-icon[class*=" flaticon-"]:after {
    font-size: 50px; /* 图标稍小，比例更协调 */
    transition: color 0.4s ease;
}

/* 标题样式优化 */
.acp-intro .single-service-item h2 a {
    font-size: 22px; /* 标题稍大，更醒目 */
    margin: 18px 0 12px; /* 调整间距 */
    color: #333; /* 标题初始色加深 */
    font-weight: 600;
    transition: color 0.4s ease;
}

/* 段落样式调整 */
.acp-intro .single-service-item p {
    padding-bottom: 18px; /* 减少底部间距 */
    line-height: 1.7; /* 增加行高，提升可读性 */
    color: #666; /* 段落文字色调整 */
}
/* .acp-intro .single-service-item p:before {
    background: #4e4ffa; /* 下划线使用主题蓝 
    transition: background 0.4s ease;
} */

/*  hover效果强化 */
.acp-intro .single-service-item:hover {
    background: #3a3aff; /* 稍深主题蓝，更有层次感 */
    border-color: #3a3aff;
    box-shadow: 0 15px 35px 0px rgba(0,1,193,.25); /* 阴影稍大，更立体 */
    transform: translateY(-5px); /* 轻微上浮效果 */
}
.acp-intro .single-service-item:hover h2 a,
.acp-intro .single-service-item:hover p {
    color: #fff;
}
.acp-intro .single-service-item:hover p:before {
    background: #fff;
}
/*-------------------------------------
        5. Service 
--------------------------------------*/
.service { padding:112px 0 120px;}




.single-service-item{
    text-align: center;
    padding:30px 25px;
    border-radius: 3px;
    margin-bottom: 3px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 20px 0 10px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 20px;text-transform: initial;position: relative;}
/* .single-service-item p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #3030ea;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
} */

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;}

.single-service-img{
    text-align: center;
    padding:0px 25px;
    border-radius: 3px;
    margin-bottom: 3px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-service-img img {
   width: 90%;
   height: 90%;
   object-fit: cover;
}

.single-service-img h2 a {
    font-size:20px;
    margin: 20px 0 10px;
}
.single-service-img h2 a span {text-transform:  lowercase;}
.single-service-img p {padding-bottom: 20px;text-transform: initial;position: relative;}
.single-service-img p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #3030ea;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-img:hover .single-service-icon [class^="flaticon-"]:before,.single-service-img:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-img:hover .single-service-icon [class^="flaticon-"]:after,.single-service-img:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-img:hover h2 a,.single-service-img:hover p{color: #fff;}
.single-service-img:hover  p:before {background: #fff;}
.single-service-img:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;}

/*-------------------------------------
        6. schedule
--------------------------------------*/
.schedule{
    background: #f8f9fb;
    padding:112px 0 120px;
}
.schedule-content{padding-top:96px;}
/*.schedule-txt*/
.schedule-txt {margin-left: 29px;margin-bottom: 30px;}
.schedule-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.schedule-txt h2 a span {text-transform:  uppercase;}
.schedule-para2 {margin-top: 30px;}
.welcome-btn.schedule-btn {
    width: 176px;
    margin-top: 32px;
}
/*.schedule-txt*/

/*.owl-dots */
.schedule .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.schedule .owl-theme .owl-dots .owl-dot.active span,.schedule .owl-theme .owl-dots .owl-dot:hover span {background: #6a7781;}
.schedule .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. speakers
--------------------------------------*/
.speakers{
    padding:112px 0 120px;
}
.speakers-content{padding-top:96px;}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    /* height: 220px; */
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-ACP-txt{margin:21px 0 47px;}
.featured-ACP-txt h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-ACP-txt h2 a span{text-transform: uppercase;}
.featured-ACP-txt h3{margin-bottom: 10px;}
.featured-ACP-txt h3,.featured-ACP-txt p{font-size: 13px;}
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.detail{padding:115px 0 80px;background: #f8f9fb;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}

/*testimonial-description*/
.detail .testimonial-carousel .col-sm-3,
.detail .testimonial-carousel .col-xs-12{
    width:100%;
    height:auto;
}
/* testimonial-info */
.testimonial-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person h2 a,.testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}
.testimonial-person h4{
    margin-top: 10px;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a,.single-testimonial-box:hover h4, .single-testimonial-box:hover p{color: #fff;}
.single-testimonial-box:hover{
    background: #4e4ffa;
    border: 1px solid #4e4ffa;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.detail .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.detail .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin:0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. sponsors
--------------------------------------*/
.sponsors{
    padding: 60px 0;
}
.sponsors-area {
    position:relative;
}
/* 调整赞助商项目容器，确保图片垂直居中 */
.sponsors-area .item {
    padding: 0 20px; /* 保持原有水平间距 */
    display: flex; /* 启用Flex布局 */
    align-items: center; /* 垂直居中对齐，确保所有图片在同一水平线 */
    justify-content: center; /* 水平方向居中图片 */
    min-height: 120px; /* 容器最小高度，避免图片过矮时容器变形 */
}

/* 强制固定图片高度，保持比例不形变 */
.sponsors .sponsors-area .owl-carousel .owl-item img {
    display: block;
    height: 150px; /* 强制固定高度（可根据需求调整） */
    width: auto; /* 宽度自动适应，保持原始比例，避免形变 */
    max-width: 100%; /* 限制最大宽度，避免图片过宽溢出容器 */
    object-fit: contain; /* 确保图片完整显示，不裁剪、不变形 */
    margin: 0 auto; /* 双重保障水平居中 */
}


/* .sponsors .sponsors-area img {
    display: block;
    height: 100px; 
    width: auto; 
    border-radius: 0;
    margin: 0 auto; 
    object-fit: contain; 
    max-width: 100%;
} */

/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #2a2d54;
}
.footer-top {padding: 112px 0 72px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #cfd0e3;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#26294d;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#4e4ffa;
	border:1px solid #4e4ffa;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #4e4ffa;
	border:1px solid #4e4ffa;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================

/* 倒计时样式 */
#countdown-container {
    text-align: center;
}

.single-countdown-item {
    background: #f8f8f8;
    border-radius: 3px;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.countdown-value {
    font-size: 48px;
    font-weight: 700;
    color: #4e4ffa;
    margin-bottom: 10px;
    line-height: 1;
}

.countdown-label {
    font-size: 16px;
    text-transform: uppercase;
    color: #888f9d;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .countdown-value {
        font-size: 36px;
    }
    
    .single-countdown-item {
        padding: 15px 5px;
    }
}



/* 日程表格样式 */
.schedule-container {
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.schedule-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.schedule-table .time-col {
    width: 25%;
    font-weight: 600;
    color: #4e4ffa;
    border-right: 2px solid #4e4ffa;
}

.schedule-table tr:last-child td {
    border-bottom: none;
}

.schedule-table tr.alt-row {
    background-color: #f8f9fb;
}

.schedule-table strong {
    color: #2a2d54;
    font-size: 16px;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .schedule-table .time-col {
        width: 30%;
    }
    
    .schedule-table td {
        padding: 12px 15px;
    }
}


#speakers-row-1{
    display: flex;
    flex-wrap: wrap;
}