@charset "UTF-8";
@import "main.css";
@import "diy.css";
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.single-post #content .row{
    max-width: 880px;
}


.single-post .page-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    background: #ebebe0;
}

.consultation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;

}

.consultation-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
   z-index: 99999999;
}

.consultation-bubble {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #20308c, #0b0c47);
    color: #f4e9d6;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 12px 30px rgba(11, 12, 71, 0.35);
    animation: pulse 1.6s 
ease-in-out infinite;
    cursor: pointer;
    position: absolute;
    top: 100px;
    z-index: 99999999;
}

.icon-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #c79a4a; /* gold base */
  color: #0b0c47;       /* deep blue icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(11, 12, 71, 0.25);
}

.consultation-label {
  font-size: 14px;
  color: #f4e9d6;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
      padding: 4px 10px;
    border-radius: 3px;
}

.consultation-wrapper:hover .consultation-bubble {
  animation-play-state: paused; /* hover stops flashing */
}




.consultation-wrapper:hover .consultation-label {
    opacity: 1;
    transform: translateY(50px);
    background: #468189;

}

@keyframes pulse {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(199, 154, 74, 0.35); }
  70%  { transform: scale(1.06); box-shadow: 0 0 0 12px rgba(199, 154, 74, 0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(199, 154, 74, 0); }
}



.light-btn:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .03) 1%,rgb(255 255 255 / .6) 30%,rgb(255 255 255 / .85) 50%,rgb(255 255 255 / .85) 70%,rgb(255 255 255 / .85) 71%,#fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
    width: 30%;
    height: 100%;
    transform: skew(-10deg,0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0
    }

    5% {
        opacity: 0
    }

    48% {
        opacity: .2
    }

    80% {
        opacity: 0
    }

    100% {
        left: 82%
    }
}


.about-list-info p{
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}

.about-list-info .text-limit-btn-3 p{
    display: block !important;
}
.home-list-card {
    position: relative;
}
.home-list-card .text-box {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.home-list-card .fill{
    background: #f3f3eb;
}
.home-list-card *{
    color: #000 !important;
}
.home-list-card .item-text{
    display: none;
}
.home-list-card:hover .item-title{
    display: none;
}
.home-list-card:hover .is-divider{
    display: none;
}
.home-list-card .item-title-desc{
    display: none;
}
.home-list-card:hover .item-title-desc{
    display: block;
}
.home-list-card:hover .ux-lottie{
    display: none !important;
}
.home-list-card:hover h4{
    font-size: 0 !important;
}
.home-list-card:hover .item-text{
    display: block;
}

.home-list-card:hover .fill{
    background: transparent;
}
.home-list-card:hover *{
    color: #fff !important;
}
.home-list-card:hover .button:hover *{
    color: #000 !important;
}



.home-faq .accordion-item h3{
    font-family:Inter, sans-serif;
    font-size: 16px;
}

.home-faq .toggle i {
    font-size: 1.1em;
    transition: all .3s;
}

/*======================头部=======================*/
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

.header.show-on-scroll, .stuck .header-main a{
    color: #fff !important;
}
.header.show-on-scroll, .stuck .header-main {
    background-color: var(--primary-color);
}

/*======================首页=======================*/
.services-card{
    
}



b,strong{
    font-weight: 600 !important;
}


.testimonials-item .dark{
  position: relative;
}

/* 左上角 SVG */
.testimonials-item>.dark::before {
    content: url(img/testimonialsrt-left.svg);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 74px;
    height: 74px;
    pointer-events: none;
}

/* 左下角 SVG */
.testimonials-item>.dark::after {
  content: url("img/testimonialsrt-right.svg");
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;   /* 自行修改 */
  height: 24px;
  pointer-events: none;
}

/*======================首页=======================*/
.team .section-bg-overlay{
  position: relative;
}
/* 左上角 SVG */
.team .section-bg-overlay::before {
    content: url(img/whoweare-left.svg);
    position: absolute;
    top: 0;
    left: 10px;
    width: 25%;
    height: 50%;
    pointer-events: none;
}
/* 左下角 SVG */
.team .section-bg-overlay::after {
  content: url("img/whoweare-right.svg");
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 100px;   /* 自行修改 */
  height: 100px;
  pointer-events: none;
  opacity: .4;
    animation: spin 10s linear infinite;

}


@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*闪动图标i*/


/*页面表格 */
.page-template table {
  width: 100%;
  border-collapse: collapse; /* 合并边框 */
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.page-template table th,
.page-template table td {
  border: 1px solid #000; /* 黑色边框 */
  padding: 20px;

}

table th {
  font-weight: bold;
  text-align: center;
}




/*产品详情页隐藏切换卡*/
li.description_tab {
    /*display: none !important;*/
}

/* 轮播图片底部点点 */
.flickity-page-dots {
	bottom: -40px;
}

/*底部叠加图片*/
.footer-img {
  position: relative;
  overflow: hidden;
}

.footer-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(img/map.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: .1;
}


/*切换卡图片*/

.icon-tabs-1 .nav li.tab:nth-child(1) a::before {
  content: "\f4d8";
  display: contents;
}

.icon-tabs-1 .nav li.tab:nth-child(2) a::before {
  content: "\f0a3"; 
  display: contents;
}

.icon-tabs-1 .nav li.tab:nth-child(3) a::before {
  content: "\e596"; 
  display: contents;
}

.icon-tabs-1 .nav li.tab:nth-child(4) a::before {
  content: "\f5d2"; 
  display: contents;
}

.icon-tabs-1 .nav li.tab:nth-child(5) a::before {
  content: "\e4f3"; 
  display: contents;
}



/*字体渐变*/

.h1-color-1 * {
  background-image: linear-gradient(to right, #fbb5d3 0%, #ffeaea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-color-2 * {
    background-image: linear-gradient(to right, #9ab1ed 0%, #d1c3ed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.h1-color-3 * {
  background-image: linear-gradient(to right, #ecad48 0%, #f0e8dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*块背景圆角*/
.bg-r50 .section-bg{
    border-radius: 0 100px 0 0;
}
/*======================文章分类=======================*/
/*文章分类-文章项*/
.archive .post-item .box{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.archive .post-item .box .box-text{
    padding: 10px
}

/*======================头部=======================*/

/*logo宽度*/
@media (max-width: 549px) {
  #logo img {
    /*max-height: 24px !important;    */
  }
}

/*======================表单=======================*/

/*按钮-表单-圆角*/
.button,
#submit,
.ff-default .ff_btn_style {
  border-radius: 0px !important;
}
.ff-default .ff_btn_style {
    padding: 0;
    margin-bottom: 0;
}

/*======================字体版式=======================*/



/* 字体修改 */
body,h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,.nav > li > a{

}

/* 标题字体修改 */
h1, h2, h3, h4,.fs{
   
}


h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-style: normal;
}



/*无缝滚动logo*/
.logo-list img {
   max-width: 140px
}
.logo-list .swiper-wrapper{
    height: 140px;
 }

.lightbox-content{
    padding: 40px 40px 20px 40px !important;
    border-radius: 4px;
}

.swiper-wrapper {
         -webkit-transition-timing-function: linear;
         -moz-transition-timing-function: linear;
         -ms-transition-timing-function: linear;
         -o-transition-timing-function: linear;
         transition-timing-function: linear;
}


.back-to-top{
    border-radius: 50% !important;
    bottom: 129px !important;
}
.back-to-top:hover{
    color: #000;
    
}