/*
***************************
    Theme Name: Transko
    1.header_top
    2.main menu area
    3.mobile_logo_area
    4.slider_area
    5.feature_area
    6.tn_about_area
    7.tn_service_area
    8.tn_solution_area
    9.tn_counter
    10.counter area
    12.tn_contact
    13.team_area
    14.testimonial_area
    15.img_port_area
    16.tn_milesim
    17.blog_area
    18.tn_milesim
    19.footer_area

***********************
*/

/* ======= site font family ==========*/
@import url('css2.css');

:root {
    --blackc: #000000;
    --whitec: #fff;
    --bgcolor: #fe5918;
    --brcolor: #0E76BC;
    --paracolor: #555;
    --titlecolor: #090909;
}

html,
body {
    overflow-x: hidden;
    min-width: 100vw;
}

/* WOW动画修复 - 防止加载时出现X轴滚动条 */
/* 确保动画元素不会在初始化前导致溢出 */
.wow {
    backface-visibility: hidden;
    visibility: visible;
}

/* 动画初始化前隐藏，初始化后显示 */
html:not(.wow-initialized) .wow,
body:not(.wow-initialized) .wow {
    visibility: hidden;
}

.wow.animated,
.wow.wow-animate {
    visibility: visible !important;
}

/* defult css */
body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: var(--titlecolor);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    color: var(--titlecolor);
}

h1,
h1 a {
    font-size: 30px;
}

h2,
h2 a {
    font-size: 22px;
}

h3,
h3 a {
    font-size: 24px;
}

h4,
h4 a {
    font-size: 18px;
    color: var(--bgcolor);
    margin-bottom: 10px;
}

h5,
h6,
h6 a {
    font-size: 15px;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
    box-shadow: none !important;
    border: none;
}

textarea,
input {
    outline: none;
}

.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

::-moz-placeholder {
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}

a {
    transition: .5s;
    text-decoration: none;
    color: var(--linkcolor);
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

p.form-messege {
    margin-top: 8px;
}

P {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paracolor);
}

a {
    text-decoration: none;
    color: var(--paracolor);
    transition: .5s;
}

a:hover {
    color: var(--brcolor);
}

.witr_all_pd0 {
    padding: 0;
}

/* highlight color css */
h2 span.highlight {
    color: var(--bgcolor);
}

/*======== header top start ==========*/
.header_top {
    padding: 12px 270px;
    background: #505050;
}

.top_menu_left {
    margin-left: 15px;
    color: var(--bgcolor);
}

.top_menu_left span {
    color: var(--whitec);
    margin-right: 10px;
    font-size: 12px;
}

.top_menu_left span i {
    margin-right: 6px;
}

/*--ICON--*/
.top_menu_left a i {
    margin-right: 6px;
    color: var(--whitec);
    font-size: 15px;
}

.top_menu_left a span {
    color: var(--whitec);
    font-size: 15px;
}

.top_menu_left_icon {
    display: inline-block;
    margin-left: 15px;
}

.top_menu_left_icon>a>i {
    margin-right: 0px;
}

.top_menu_left_icon a i {
    transition: .5s;
    font-size: 15px;
    font-weight: 600;
    color: var(--whitec);
}

.top_menu_left_icon a i:hover {
    color: var(--titlecolor);
}

/*--top_menu_right--*/
.top_menu_right {
    display: flex;
    color: var(--whitec);
    justify-content: end;
    margin-right: 15px;
}

.top_menu_right a {
    color: var(--whitec);
    margin-left: 15px;
    transition: .5s;
}

.top_menu_right a i {
    font-size: 15px;
}

.top_menu_right :hover {
    color: var(--titlecolor);
}

.absolute_menu .sticky .header_top {
    display: none;
}

/*======== header top end ==========*/

/*======== main menu area start ==========*/
.main_menu_area.breadcam_menu {
    background-color: var(--whitec);
}

/* mobile menu */
.mobile_menu {
    display: none;
}

.mobile_logo_area {
    display: none;
}

.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgb(0 0 0 / 70%);
}

.main_menu_area .sticky_logo {
    display: none;
}

.main_menu_area.sticky .main_logo {
    display: none;
}

.main_menu_area.sticky .sticky_logo {
    display: block;
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a {
    color: var(--whitec);
    transition: .5s;
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a:hover {
    color: var(--titlecolor);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a i {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_btn a {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icons a i {
    color: var(--whitec);
}

/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* absolute menu css */
.absolute_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}

.absolute_menu .main_nav_area {
    justify-content: flex-end;
}

/* landing menu css */
.landing_menu .main_nav_area {
    justify-content: end;
}

.main_menu_all_item {
    align-items: center;
    background-position: right center;
    background: url(../images/tn_menu_bg.png);
    background-size: cover;
    padding: 0 45px;
    margin-bottom: 10px;
}

/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_main_nav_area>ul>li {
    display: inline-block;
    position: relative;
}

.inner_main_nav_area>ul>li>a {
    display: block;
    margin: 35px 20px 35px;
    transition: .2s;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: var(--whitec);
    text-transform: uppercase;
}

.inner_main_nav_area>ul>li>a>i {
    font-weight: 700;
    color: var(--whitec);
}

.inner_main_nav_area>ul>li>a:hover {
    color: var(--titlecolor);
}

/* main nav btn css */
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background: none;
    color: var(--paracolor);
}

.main_nav_btn a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a {
    color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a:hover {
    color: var(--bgcolor);
}

/* main nav icons together */
.glowbal_right_area {
    display: flex;
    align-items: center;
}

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

/* main nav icons */

.main_nav_icons>i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: var(--blackc);
    cursor: pointer;
    transition: .5s;
    color: var(--titlecolor);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
    background: var(--whitec);
}

.main_nav_icons>i:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}

/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: 0;
    left: -110%;
    background: rgb(254 89 24 / 40%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    left: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
}

.main_nav_icon_right>i {
    display: inline-block;
    font-size: 23px;
    border-radius: 10px;
    color: var(--whitec);
    cursor: pointer;
}

/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 100px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.main_nav_icon_right_popup h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}

/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -57px 0 20px;
}

.m_nav_rpi_close>i {
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
}

.m_nav_right_pp_form {
    position: relative;
}

.m_nav_right_pp_form input {
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}

.m_nav_right_pp_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}

/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}

.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}

.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
    border-bottom: none;
}

/* right popup address */
.right_popup_address {
    padding: 40px 0 14px;
}

.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.right_popup_address p {
    width: 85%;
}

.right_popup_inner_address p {
    color: var(--brcolor);
}

.right_popup_inner_address p i {
    margin-right: 6px;
}

.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}

/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}

.inner_nav_icon_popup input {
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}

/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}

.inner_nav_popup_btnicon {
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}

.inner_nav_icon_popup i {
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}

/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 30px;
    position: relative;
}

.main_nav_icons_middle a {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
}

.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--bgcolor);
    border-radius: 100%;
    color: var(--whitec);
}

.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
}

.main_nav_icons_middle:hover .main_nav_middle_box_item {
    top: 170%;
    opacity: 1;
    visibility: visible;
}

.main_nav_middle_box_item p {
    padding: 20px;
}

.m_nav_right_pp_form {
    position: relative;
}

.m_nav_right_pp_form input {
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}

.m_nav_right_pp_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}

/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}

.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}

.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
    border-bottom: none;
}

.right_popup_nav ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}

/* right popup address */
.dtbtn {
    background-color: var(--whitec);
    color: var(--titlecolor);
    display: block;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-left: 20px;
    border-radius: 50px;
    padding: 4px 40px;
    letter-spacing: 2px;
}

.dtbtn i {
    font-size: 40px;
    color: var(--bgcolor);
    margin-right: 10px;
}

.menu_btn a:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}

/* drop down menu css */
.inner_main_nav_area ul li .sub_menu {
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li {
    position: relative;
}

.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    padding: 6px 17px;
    text-transform: uppercase;
}

.inner_main_nav_area ul li .sub_menu li a:hover {
    color: var(--bgcolor);
    margin-left: 5px;
}

.inner_main_nav_area>ul>li:hover .sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.inner_main_nav_area .sub_menu>li>ul.sub_menu {
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.navd_active {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area {
    display: none !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}

.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}

.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}

.tx-s-open {
    transform: translateX(0);
}

.mobile_p .tuetion_theme_widget>div.widget_block {
    padding: 0;
}

.mobile_p .tuetion_theme_widget>div {
    padding: 20px 0px 20px;
    box-shadow: none;
}

.mean-container .mean-nav ul li a {
    border: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}

.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_menu_o i {
    font-size: 26px;
}

.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}

.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}

.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}

.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}

/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area {
    overflow: hidden;
}

.inner_slider_area {
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}

.inner_slider_content {
    margin: 0 auto;
    text-align: start;
    width: 68.29%;
    padding-top: 30px;
    animation: img-anim-right 3.3s cubic-bezier(.645, .045, .355, 1) .4s forwards;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.inner_slider_content h1 {
    font-size: 95px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
}

.inner_slider_content h2 {
    font-size: 95px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
}

.inner_slider_content h2 span {
    font-weight: 700;
}

.inner_slider_content h3 {
    font-size: 90px;
    color: var(--whitec);
    font-weight: 400;
}

.inner_slider_content p {
    color: var(--whitec);
    font-size: 20px;
    font-weight: 500;
    width: 55%;
    margin-top: 15px;
}

/* golobal btn css */
.b_btn {
    margin-top: 35px;
}

.b_btn a {
    display: inline-block;
    border-radius: 0;
    padding: 18px 50px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.b_btn a:hover {
    background: var(--titlecolor);
}

.b_btn a:hover:before,
.b_btn a:hover:after {
    height: 100%;
    width: 30%;
    opacity: 1;
}

.b_btn a::before,
.b_btn a::after {
    content: '';
    height: 20%;
    width: 100%;
    border-radius: 28px 0 0 28px;
    border: 4px solid var(--bgcolor);
    border-right: none;
    border-bottom: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.b_btn a::after {
    border-radius: 0 28px 28px 0;
    border: 4px solid var(--bgcolor);
    border-top: none;
    border-left: none;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.b_btn a.active {
    background-color: var(--whitec);
    color: var(--titlecolor);
    border: 1px solid var(--whitec);
    display: inline-block;
    border-radius: 30px;

}

.b_btn a.active:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}

/* slider defult arrow css */
.slider_area .slick-prev,
.slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 01;
    visibility: hidden;
}

.slider_area .slick-prev {
    left: 0;
}

.slider_area .slick-next {
    right: 10px;
}

.slider_area .slick-prev::before,
.slider_area .slick-next::before {
    content: '\eac9';
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 40px;
    font-weight: 700;
}

.slider_area .slick-next::before {
    content: '\eaca';
}

.slider_area .slick-prev:hover::before,
.slider_area .slick-next:hover::before {
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.slider_area:hover .slick-prev,
.slider_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

/* home video page area css */
.video_slider_area {
    position: relative;
}

.slider_vedio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    z-index: -999;
}

.slider_vedio iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(1.4);
}

/* slider dots */

/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area {
    position: relative;
    overflow: hidden;
}

.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000096;
}

.witr_youtube_video {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.single_slide_img {
    position: relative;
}

.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(2.5);
}

.video_slider_area .inner_slider_content h1,
.video_slider_area .inner_slider_content h2,
.video_slider_area .inner_slider_content p {
    color: var(--whitec);
}

/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    height: 740px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.tns_breadcam {
    margin-bottom: 60px;
}


.inner_breadcum_area.breadcum-bottom {
    position: relative;
    z-index: 9999;
    animation: img-anim-right 3.3s cubic-bezier(.645, .045, .355, 1) .4s forwards;
    padding-bottom: 40px;
}

.tnbreadcam_menu {
    margin-bottom: 0;
}

.inner_breadcum_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--whitec);
}

.inner_breadcum_area ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}

.inner_breadcum_area ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--titlecolor);
    font-weight: 400;
}

.inner_breadcum_area ul li i,
.inner_breadcum_area ul li a i {
    color: var(--titlecolor);
    font-size: 22px;
    margin: 0 -4px;
}

/*======== breadcum area end  ==========*/


/*=======  feature area start  =======*/
.feature_area {
    height: 473px;
    position: relative;
    z-index: 9999;
    margin-bottom: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/tn_image_bg.png) no-repeat center center;
}

@media (max-width: 768px) {
    .tn_blog_shap {
        display: none;
    }
    .feature_area {
        display: none;
    }
}

.feature_img {
    margin-left: -120px;
    margin: -100px 0px 0px 0px;
}

.inner_video_area {
    margin-top: 55px;
    position: relative;
}

.inner_video_area a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background-color: var(--bgcolor);
    color: var(--whitec);
    transition: .5s;
    animation: witr-shadow 1s linear infinite;
    position: absolute;
    transform: translate(0, 170%);
}

@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/*======= feature area end  ======*/

/*======== about area end =======*/
.tn_about_area {
    padding: 60px 0 120px;
    position: relative;
}

.about_titlr_shap {
    position: absolute;
    right: -5%;
    z-index: -1;
    top: -150px;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

@keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}

/* about title */
.about_title h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

.about_title {
    margin-left: 100px;
}

.about_thumb {
    padding: 110px 0px 0px 0px;
}

.witrlistw ul {
    padding: 0;
    margin-top: 20px;
}

.witrlistw ul li {
    list-style: none;
}

.witrlistw ul li span {
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    display: block;
    padding: 4px 4px;
    color: #505050;
}

/* 两列布局样式 */
.about_list_two_col ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.about_list_two_col ul li {
    width: calc(50% - 10px);
}

.witrlistw ul li span i {
    color: var(--whitec);
    background-color: var(--bgcolor);
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    margin: 0px 8px 0px 0px;
}

/* about icon */
.txbdsvflex {
    display: flex;
    gap: 14px;
}

.txbdcon h2 {
    font-size: 22px;
    font-weight: 600;
}

/*======== tn about area end  ==========*/

/*===== tn service area start  ====*/
.tn_service_area {
    padding: 115px 0 95px;
    margin-bottom: 60px;
}

/* section title */
.section_title {
    text-align: center;
    margin: 0 0 50px;
}

.section_title h2 {
    font-size: 48px;
    color: var(--whitec);
}

.service_title {
    margin-top: 40px;
}

.service_title h2 {
    font-size: 35px;
    color: var(--whitec);
    margin-bottom: 45px;
}

.service_title p {
    color: var(--whitec);
    margin-bottom: 45px;
}

.tn_service_thumb {
    display: flex;
    gap: 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #505050;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 40px 20px 40px;
    margin-bottom: 30px;
    transition: .5s;
}

.tn_service_thumb:hover {
    transform: translateY(-10px);
    border: 1px solid var(--bgcolor);
}

/* icon */
.service_icon i {
    color: var(--bgcolor);
    font-size: 50px;
}

.service_text h2 a {
    color: var(--whitec);
}

.service_text p {
    color: var(--whitec);
}

.single_service_img {
    position: relative;
    left: 26%;
    transition: .5s;
}

/*===== tn service area end  ====*/

/*===== tn solution area area start  ====*/
.tn_solution_area {
    padding: 60px 0;
}

.main_solution {
    width: 80%;
}

.single_solution img {
    transition: .5s;
}

.single_solution img:hover {
    transform: rotateY(180deg);
}

.solution_title h2,
.solution_title h3 {
    font-size: 48px;
}

.solution_title h5 {
    font-size: 22px;
    margin-top: 15px;
}

.solution_title p {
    margin: 15px 0 20px;
}

/* solution counter */
.inner_counter_area {
    position: relative;
}

.main_counter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
}

.inner_counter_sub_cont {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.inner_counter_sub_cont h3,
.inner_counter_sub_cont span {
    font-size: 36px;
    font-weight: 700;
    color: var(--titlecolor);
}

.inner_counter_area h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
    color: var(--bgcolor);
    position: relative;
}

.solution_btn {
    margin-top: 15px;
}

.solution_btn a {
    padding: 16px 50px;
}

/*===== tn solution area area end  ====*/

/*===== tn counter area area start  ====*/
.tn_counter {
    padding: 30px 0 60px;
    position: relative;
}

.counter_shap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/* theme title */
.theme_title {
    text-align: center;
}

.theme_title h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: var(--titlecolor);
}

.theme_title p {
    width: 52%;
    margin: 0 auto 10px;
}

/* theme title */

.tn_counter_cont h3,
.tn_counter_cont span {
    font-size: 70px;
}

.tn_counter_cont h2 {
    font-size: 22px;
}

.main_counter.tn_main_counter {
    justify-content: center;
    text-align: center;
}

/*===== tn counter area area end  ====*/

/*===== tn contact area area start  ====*/
.tn_contact {
    padding: 20px 0 60px;
}

.tn_main_contact {
    padding-block-start: 110px;
    padding-block-end: 85px;
    padding-inline-start: 380px;
    padding-inline-end: 80px;
}

.tn_main_contact .witrlistw span {
    color: var(--whitec) !important;
}

.tn_contact_title {
    text-align: left;
}

.tn_contact_title h2 {
    font-size: 48px;
    color: var(--whitec);
}

.tn_contact_title p {
    color: var(--whitec);
    margin: 30px 0;
}

.inner_contact_form.tns_input input {
    height: 55px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 23px;
    padding: 0 15px;
}

.inner_contact_form.tns_input textarea {
    height: 100px;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 23px;
}

.inner_contact_form.tns_input button {
    border-radius: 30px;
    transition: .5s;
    width: 100%;
    border: none;
    color: var(--whitec);
    font-weight: 600;
    padding: 15px 30px;
    background-color: var(--bgcolor);
}

.inner_contact_form.tns_input button:hover {
    background: var(--whitec);
    color: var(--titlecolor);
}

.tns_contact_area {
    padding-block-start: 110px;
    padding-block-end: 100px;
    padding-inline-start: 80px;
    padding-inline-end: 380px;
}

.tns_contact_area h2 {
    font-size: 48px;
}

.tns_contact_area p {
    margin: 30px 0;
}

.contact_iconalltf {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 35px 0 0;
}

.iconalltf_con i {
    color: var(--bgcolor);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ACADB0;
    border-radius: 50px 50px 50px 50px;
    margin: 0px 0px 0px 0px;
    font-size: 35px;
    width: 73px;
    height: 73px;
    line-height: 73px;
    display: inline-block;
    transition: .5s;
    text-align: center;
}

.textalltf_con h2 {
    font-size: 22px;
    font-style: italic;
    color: var(--bgcolor);
}

.textalltf_con p {
    margin: 0;
}

/*===== tn contact area area end  ====*/


/*======== team area start ==========*/
.team_area {
    padding: 55px 0 40px;
    background-color: #F0F3F9;
}

.inner_team_area {
    position: relative;
    margin: 0 10px 20px;
}

.team_title {
    margin-bottom: 50px;
}

.team_img_area {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.team_img_area img {
    width: 100%;
    height: auto;
    display: block;
    transition: .5s;
    cursor: pointer;
}

.inner_team_area:hover .team_img_area img {
    transform: scale(1.2);
}

/* team socail css */
.team_socail {
    position: absolute;
    top: -300px;
    right: 20px;
    display: grid;
    transition: .5s;
}

.inner_team_area:hover .team_socail {
    top: 30px;
}

.team_socail a {
    display: inline-block;
    height: 48px;
    line-height: 40px;
    width: 48px;
    text-align: center;
    border: 4px solid var(--whitec);
    color: var(--whitec);
    background-color: var(--bgcolor);
    font-size: 17px;
    border-radius: 50%;
    margin-bottom: 3px;
    transition: .5s;
}

.team_socail a:hover {
    color: var(--whitec);
    color: var(--whitec);
    background-color: var(--titlecolor);
}

/* team overlay css */
.team_overlay {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: #00051e9b;
}

.inner_team_area:hover .team_overlay {
    left: 0;
}

/* partner slider css */
.partner_slider {
    margin: 0 -10px;
}

.partner_slider .partner_item {
    padding: 0 10px;
}

.partner_slider .slick-prev,
.partner_slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: var(--bgcolor);
    border-radius: 50%;
    z-index: 1;
}

.partner_slider .slick-prev:hover,
.partner_slider .slick-next:hover {
    background-color: var(--titlecolor);
}

.partner_slider .slick-prev {
    left: -20px;
}

.partner_slider .slick-next {
    right: -20px;
}

.partner_slider .slick-prev:before,
.partner_slider .slick-next:before {
    font-size: 20px;
    color: var(--whitec);
}

/* inner team content css */
.inner_team_content {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    padding: 20px 30px 20px;
    text-align: center;
    width: 100%;
}

.inner_team_content h2 {
    margin: 0;
    color: var(--whitec);
}

.inner_team_content p,
.inner_team_content h2 a {
    color: var(--whitec);
    margin: 0;
}

/*======== team area end ==========*/

/*======== testimonial area start ==========*/
.testimonial_area {
    padding: 110px 0;
    margin: 60px 260px;
    border-radius: 10px;
}

.client_title h2 {
    font-size: 48px;
    color: var(--whitec);
}

.tstitle {
    color: var(--whitec);
    margin-top: 50px;
}

.client_title {
    margin-left: 45px;
}

span.tesspanf {
    display: flex;
    align-items: center;
    color: var(--whitec);
    font-size: 16px;
    margin: 5px 0 30px;
}

.tscon {
    position: relative;
    z-index: 99;
    margin: 0 57px;
}

.tn_testi_1_shap {
    position: absolute;
    bottom: 60px;
    z-index: -1;
    right: -15px;
}

.tscon p {
    color: var(--whitec);
    font-size: 22px;
}

.tscon i {
    font-size: 100px;
    color: var(--bgcolor);
    position: relative;
    left: 53%;
    top: -23px;
}

.testimonial_area .slick-dots {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 11;
    text-align: center;
}

.testimonial_area .slick-dots li {
    display: inline-block;
}

.testimonial_area .slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 0 solid var(--bgcolor);
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
    background: var(--whitec);
}

.testimonial_area .slick-dots li.slick-active button {
    background: var(--bgcolor);
}

/*======== testimonial area end ==========*/

/*======== img area start  ==========*/
.img_port_area {
    padding: 55px 0 60px;
}

.img_active {
    margin: 40px 130px;
}

.port_title {
    margin-bottom: 60px;
}

.port_title h2 {
    font-size: 48px;
}

.port_btn {
    text-align: center;
}

.inner_img_area {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.inner_img_overlay img {
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}

.inner_img_area:hover .inner_img_overlay img {
    transform: scale(1.2);
}

.tn_port5 {
    margin-top: -198px;
}

/* img overlay go  */
.img_overlay_go {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #15194677;
    transition: .5s;
    transform: scale(0);
}

.inner_img_area :hover .img_overlay_go {
    transform: scale(1);
}

/* absolute icons css */
.absolute_icons {
    transform: rotateY(90deg);
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_img_area:hover .absolute_icons {
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}

.absolute_icons a {
    font-size: 50px;
    color: var(--whitec);
}

.absolute_icons a:hover {
    color: var(--bgcolor);
}

/* inner img content  */
.project_title {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 30px;
}

.project_title p {
    font-size: 22px;
    color: var(--whitec);
    margin: 0;
    background-color: var(--bgcolor);
    font-weight: 500;
    padding: 10px 10px 10px 25px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
}

.project_title h2 a {
    color: var(--whitec);
    font-size: 22px;
    text-transform: uppercase;
}

.img_area:hover .slick-prev,
.img_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

/*======== img area end  ==========*/

/*======== team area start ==========*/
.team_member {
    padding: 60px 0;
}

.team_title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.team_title img {
    position: absolute;
    top: -60px;
    left: 42%;
}

.team_title h4 {
    color: var(--bgcolor);
}

.team_title h2 {
    font-size: 48px;
}

.single_team_img {
    position: relative;
    overflow: hidden;
}

.single_team {
    margin: 10px;
}

.team_single_icon a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: .5s;
    border-radius: 0px 100px 100px 100px;
    text-align: center;
    color: var(--titlecolo);
    background-color: var(--bgcolor);
}

.team_single_icon a:hover {
    color: var(--whitec);
    background-color: var(--brcolor);
}

.team_single_icon {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.single_team_img img {
    width: 100%;
}

/* social icon */
.team_social_icon {
    position: absolute;
    transition: .5s;
    bottom: -50%;
    right: 15px;
}

.single_team:hover .team_social_icon {
    bottom: 25%;
}

.team_social_icon a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 5px 3px;
    transition: .5s;
    color: var(--whitec);
    background-color: var(--bgcolor);
    border-radius: 100%;
}

.team_social_icon a:hover {
    color: var(--whitec);
    background-color: var(--brcolor);
}

/* team text */
.team_text {
    text-align: center;
}

.team_text h2 {
    margin: 10px 0 0;
}

.team_text p {
    color: var(--bgcolor);
}

/*======= team area end =====*/

/*======= pricing area start  ======*/
.pricing_area {
    padding: 55px 0 40px;
}

.main_pricing {
    position: relative;
    text-align: center;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #F7F7F7;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.pric_img {
    margin: 0px 0px 40px 0px;
    padding: 45px 25px 30px;
}

.tprribbon sub {
    position: absolute;
    right: -45px;
    top: 13px;
    padding: 20px 20px;
    width: 160px;
    text-align: center;
    transform: rotate(45deg);
    border-radius: 10px;
    background-color: #FFFFFF4D;
    display: inline-table;
    font-size: 16px;
    color: var(--whitec);
}

.tprribbon h2 {
    color: var(--whitec);
}

.tproinner {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.tpr_curn {
    color: var(--titlecolor);
    font-size: 35px;
    background-color: #FFFFFF;
    padding: 20px 50px 20px 50px;
    border-radius: 10px;
}

.tpr_curn span {
    font-size: 16px;
    margin-right: 5px;
    display: block;
    font-weight: 500;
    color: var(--bgcolor);
}

.witri_texti_list {
    margin: 0 0 30px;
}

.witri_texti_list ul {
    padding: 0;
    margin: 0;
}

.witri_texti_list ul li {
    list-style: none;
    background-color: #F3F3F3;
    margin: 0px 40px 20px 40px;
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.witri_texti_list ul li i {
    color: var(--bgcolor);
    margin-right: 10px;
}

.price_btn a {
    border-radius: 50px 50px 50px 50px;
    padding: 14px 60px 14px 60px;
    margin-bottom: 20px;
}

/*======= pricing area end  ======*/

/*======== brand area start ======*/
.brand_area {
    padding: 60px 0 55px;
}

.br_brand {
    padding: 45px 0 120px;
}

.inner_brand_area {
    text-align: -webkit-center;
}

/* service */
.service_brand {
    margin: -80px 0 10px;
}

/*====== brand area end ======*/


/*======== blog area start  ==========*/
.blog_area {
    padding-block-start: 60px;
    padding-inline-start: 300px;
    padding-inline-end: 0px;
    position: relative;
}

.tn_blog_shap {
    position: absolute;
    left: 0;
    z-index: -1;
}

/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    position: relative;
    margin: 0 15px 0;
}

/* blog title */

.main_blog_title {
    margin-top: 50px;
}

.main_blog_title h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

/* blog title */

/* inner blog thumb css */

.inner_blog_thumb {
    position: relative;
    overflow: hidden;
}

.inner_blog_img img {
    width: 100%;
    transition: .5s;
    border-radius: 10px;
}

.inner_blog_area:hover .inner_blog_img img {
    transform: scale(1.2);
}

.inner_blog_text {
    padding: 40px 0 0 0;
}

/* blog overlay css */
.blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}

.blog_overlay a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.inner_blog_area:hover .blog_overlay {
    transform: scale(1.2);
}

/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

/* inner blog text css */
.single_blog_title {
    padding: 15px 0 80px;
    position: relative;
}

.inner_blog_text span a {
    color: var(--paracolor);
    font-weight: 400;
}

.inner_blog_text span {
    font-size: 14px;
    margin-right: 10px;
    color: var(--paracolor);
}

.inner_blog_text span i {
    margin-right: 3px;
    color: var(--bgcolor);
}

/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}

.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
}

.inner_blog_content h2 a:hover {
    color: var(--bgcolor);
}

.inner_blog_content p {
    font-size: 14px;
}

.inner_blog_content>a {
    font-size: 14px;
    color: var(--brcolor);
}

.inner_blog_content>a:hover {
    color: var(--bgcolor);
}

/* inner blog btn css */
.blog_area .slick-prev,
.blog_area .slick-next {
    opacity: 1;
    visibility: visible;
    left: -50%;
    margin-top: 30px;
}

.blog_area .slick-prev::before,
.blog_area .slick-next::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 8px;
}

.blog_area .slick-next {
    left: -42%;
}

/*======== blog area end  ==========*/

/*======== skill bar start  ==========*/
.skill_bar {
    padding: 60px 0;
}

.main_skill h2 {
    font-size: 48px;
}

/* progress bar */
.inner_progres_bar {
    overflow: inherit;
    margin-top: 20px;
}

/* progress bar */
.witr_single_progress {
    overflow: hidden;
}

.inner_progres_bar h2 {
    font-size: 18px;
    color: var(--btntlecolor);
}

.witr_title2 span {
    color: var(--bgcolor);
}

.inner_progres_bar .progress {
    height: 8px;
    overflow: visible;
    border-radius: 100px;
    margin: 2px 2px;
    border: 1px solid var(--titlecolor);
    margin-bottom: 20px;
    visibility: visible;
    background: var(--titlecolor);
}

.single_about_text.single_faq {
    overflow: hidden;
}

.inner_progres_bar .progress-bar {
    margin: 1px 1px 1px;
    background-color: var(--whitec);
    overflow: inherit;
    border-radius: 30px;
}

.progress-bar span {
    color: var(--bgcolor);
    text-align: end;
    font-size: 16px;
    top: -30px;
    right: 0;
    position: absolute;
}

.skill_btn a {
    border-radius: 0;
}

/*======== skill bar end  ==========*/

/*======== tn_client_area start  ==========*/

.tn_client_area {
    padding: 60px 0;
}

.main_client {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 5px 15px 5px 15px;
    padding: 45px 15px 30px;
    text-align: center;
}

.cl_title {
    margin-bottom: 40px;
}

.single_client img {
    margin: 0 auto;
}

.client_content p {
    font-size: 20px;
}

.single_client h2 {
    margin-top: 15px;
}

.single_client p {
    color: var(--bgcolor);
}

/*======== tn_client_area end  ==========*/

/* golobal slick defult arrow css */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.glowbal:hover .slick-prev,
.glowbal:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -55px;
}

.slick-prev::before,
.slick-next::before {
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--titlecolor);
    color: var(--whitec);
    transition: 1s;
}

.slick-next::before {
    content: '\eaca';
}

.slick-prev:hover::before,
.slick-next:hover::before {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/*======== faq area start  ==========*/
.to_faq_area {
    padding: 60px 0 40px;
}

.single_faq_img img {
    width: 100%;
}

/* apartment form css */
.apart_Form {
    margin-top: 35px;
}

.inner_apartment_form input {
    width: 100%;
    height: 45px;
    margin-bottom: 23px;
    padding: 0 20px;
    outline: none;
}

.inner_apartment_form textarea {
    width: 100%;
    height: 160px;
    padding: 10px 20px;
    outline: none;
}

.inner_apartment_form button {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0 15px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border: none;
    transition: .5s;
    text-transform: uppercase;
}

.inner_apartment_form button:hover {
    background-color: var(--brcolor);
    color: var(--whitec);
}

/* inner faq accrodion item css */
.inner_faq_area h2 {
    font-size: 48px;
}

.inner_faq_area p {
    width: 68%;
    margin-top: 15px;
}

.inner_faq_ac_item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.inner_faq_ac_item a {
    width: 100%;
    font-size: 18px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.inner_faq_ac_item a:hover {
    color: var(--whitec);
    background: var(--bgcolor);
}

.inner_faq_ac_item a i {
    font-size: 18px;
    font-weight: 700;
    right: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: var(--titlecolor);
}

.inner_faq_ac_item a.active {
    color: var(--whitec);
    background: var(--bgcolor);
}

.inner_faq_ac_item a.active::before {
    content: '\ef9a';
    font-family: Icofont !important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    color: var(--whitec);
    line-height: 30px;
    font-size: 18px;
}

/* ======= 标签云列表页样式 ======= */
.tag-cloud-area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
    justify-content: flex-start;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #eee;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tag-item:hover {
    background: linear-gradient(135deg, var(--bgcolor) 0%, #ff7a45 100%);
    border-color: var(--bgcolor);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(254, 89, 24, 0.25);
}

.tag-item:hover i,
.tag-item:hover .tag-name,
.tag-item:hover .tag-count {
    color: #fff;
}

.tag-item i {
    font-size: 18px;
    color: var(--bgcolor);
    transition: color 0.3s ease;
}

.tag-item .tag-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--titlecolor);
    transition: color 0.3s ease;
}

.tag-item .tag-count {
    font-size: 12px;
    color: #888;
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 8px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.tag-item:hover .tag-count {
    background: rgba(255, 255, 255, 0.25);
}

/* 响应式适配 */
@media (max-width: 767px) {
    .tag-cloud-area {
        gap: 10px;
        padding: 20px 0;
    }

    .tag-item {
        padding: 10px 14px;
        width: calc(50% - 5px);
        justify-content: center;
    }

    .tag-item i {
        font-size: 16px;
    }

    .tag-item .tag-name {
        font-size: 14px;
    }

    .tag-item .tag-count {
        font-size: 11px;
        padding: 2px 6px;
    }
}

@media (max-width: 400px) {
    .tn_blog_shap {
        display: none;
    }
    .tag-item {
        width: 100%;
    }
}

.inner_faq_ac_item a.active i {
    display: none;
}

/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--textcolor);
}

.inner_faq_text p {
    margin: 0 20px 0 20px;
    font-weight: 400;
}

.tn_faq {
    padding: 60px 0;
}

.tns_faq_item {
    border: none;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.tns_faq_item a:hover {
    color: var(--titlecolo);
    background: transparent;
}

.tns_faq_item a.active {
    color: var(--titlecolor);
    background: transparent;
}

.tns_faq_item a.active::before {
    color: var(--titlecolor);
}

/*======== faq area end  ==========*/

/*======= google map area start  ======*/
.gogle_map_area {
    margin: 45px 0;
}

.google_map_title iframe {
    width: 100%;
    height: 565px;
}

/*======= google map area end  ======*/

/*======= contact area start  ======*/
.contact_area {
    padding: 60px 0 120px;
}

.to_contact_title h2 {
    color: var(--titlecolo);
    font-size: 48px;
}

.to_contact_title p {
    margin: 10px 0 20px;
}

.inner_contact_form.to_contact input {
    border-radius: 0;
    border: 1px solid #dddddd;
}

.inner_contact_form.to_contact textarea {
    border-radius: 0;
    height: 155px;
    border: 1px solid #dddddd;
}

/* contact_info_list 样式 */
.contact_info_list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.contact_info_list li {
    display: flex;
    align-items: flex-start;
    padding: 20px 25px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    border-left: 4px solid var(--bgcolor);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact_info_list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--bgcolor) 0%, #ff7a45 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.contact_info_list li:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(254, 89, 24, 0.2);
}

.contact_info_list li:hover::before {
    opacity: 1;
}

.contact_info_list li:hover .contact_icon {
    background: var(--whitec);
    color: var(--bgcolor);
    transform: scale(1.1) rotate(5deg);
}

.contact_info_list li:hover .contact_text span,
.contact_info_list li:hover .contact_text p,
.contact_info_list li:hover .contact_text a {
    color: var(--whitec);
}

.contact_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, var(--bgcolor) 0%, #ff7a45 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whitec);
    font-size: 20px;
    margin-right: 18px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(254, 89, 24, 0.3);
}

.contact_text {
    flex: 1;
    position: relative;
    z-index: 1;
}

.contact_text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    transition: color 0.4s ease;
}

.contact_text p {
    font-size: 18px;
    font-weight: 600;
    color: var(--titlecolor);
    margin: 0;
    line-height: 2;
    transition: color 0.4s ease;
}

.contact_text a {
    color: var(--titlecolor);
    transition: color 0.4s ease;
}

.contact_text a:hover {
    text-decoration: underline;
}

/* 列表项进入动画 */
.contact_info_list li {
    opacity: 0;
    animation: slideInLeft 0.6s ease forwards;
}

.contact_info_list li:nth-child(1) {
    animation-delay: 0.1s;
}

.contact_info_list li:nth-child(2) {
    animation-delay: 0.2s;
}

.contact_info_list li:nth-child(3) {
    animation-delay: 0.3s;
}

.contact_info_list li:nth-child(4) {
    animation-delay: 0.4s;
}

.contact_info_list li:nth-child(5) {
    animation-delay: 0.5s;
}

.contact_info_list li:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 图标脉冲动画 */
@keyframes iconPulse {

    0%,
    100% {
        box-shadow: 0 4px 10px rgba(254, 89, 24, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(254, 89, 24, 0.5);
    }
}

.contact_info_list li:hover .contact_icon {
    animation: iconPulse 1.5s ease infinite;
}

/*======= contact area end  ======*/

/*====== single page accordion start=====*/
.single_page_accordion {
    padding: 20px 0 30px;
}

.single_ac_items {
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.single_ac_items a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--paracolor);
}

.single_ac_items a i {
    margin-right: 8px;
}

.single_ac_items a.active {
    position: relative;
    color: var(--bgcolor);
}

.single_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont !important;
    top: 18px;
    left: 20px;
    bottom: 0;
}

.single_ac_items a.active i {
    opacity: 0;
    visibility: hidden;
}

.single_accor_contents {
    margin: 10px 20px 10px;
}

.single_accor_contents p {
    font-weight: 600;
    padding-bottom: 15px;
}

/*======== single page accordion end ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 60px 0 100px;
}

/* portfolio 2 css */
.portfolio_2 {
    margin-bottom: 30px;
}

.section_title_area h4 {
    font-size: 16px;
    color: var(--bgcolor);
}

.section_title_area h2 {
    font-size: 48px;
}

.section_title_area span {
    color: var(--bgcolor);
}

.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}

/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}

.portfolio_2_subc h2 a {
    font-size: 24px;
    transition: .5s;
    color: var(--brcolor);
}

.portfolio_2_subc h2 a:hover {
    color: var(--bgcolor);
}

.portfolio_nav_all {
    padding: 24px 0 30px;
}

/* portfolio nav css */
.portfolio_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio_nav ul li {
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    transition: .5s;
}

.portfolio_nav ul li a {
    display: inline-block;
}

.portfolio_nav ul li.current_menu_item {
    background-color: var(--bgcolor);
}

.portfolio_nav ul li.current_menu_item a {
    color: var(--whitec);
}

.portfolio_nav ul li:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.portfolio_nav ul li:hover a {
    color: var(--whitec);
}

/* portfolio items css */
.portfolio_img_area {
    position: relative;
    overflow: hidden;
}

.portfolio_img_area img {
    width: 100%;
}

.portfolio_title {
    padding: 15px 0;
    text-align: center;
}

.portfolio_title h3,
.portfolio_title a {
    font-size: 18px;
    font-weight: 600;
    color: var(--blackc);
    transition: all 0.3s ease;
}

.portfolio_title h3 a:hover {
    color: var(--bgcolor);
}

.portfolio_img_area img {
    width: 100%;
    transition: transform 0.5s ease;
}

.inner_portfolio_items:hover .portfolio_img_area img {
    transform: scale(1.05);
}

.portfolio_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_portfolio_items:hover .portfolio_overlay {
    opacity: 1;
    visibility: visible;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(230 145 46 / 64%);
    text-align: center;
}

.overlay>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
    background-color: var(--bgcolor);
}

.overlay>a:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}

.overlay>a>i {
    font-size: 22px;
}

.overlay h2 {
    margin: 10px 0;
    color: var(--whitec);
}

.overlay p {
    color: var(--whitec);
}

.overlay>h2>a:hover {
    color: var(--bgcolor);
}

.overlay.port_text>h2>a {
    margin: 10px 0;
    color: var(--whitec) !important;
}

.port_text>h2>a:hover {
    color: var(--bgcolor);
}

/* portfolio text */
.tx_pf_text {
    box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
    padding: 15px 20px;
    ;
}

.tx_pf_text h2 a {
    display: inline-block;
    font-size: 24px;
    color: var(--textcolor);
    transition: .5s;
    margin: 0 0 -3px;
}

.tx_pf_text h2 a:hover {
    background: none;
    color: var(--bgcolor);
}

.tx_pf_text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    margin: -5px 0 -2px;
}

.inner_portfolio_items:hover .overlay {
    opacity: 1;
    visibility: visible;
}

/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}

.portfolio_overlay_cont>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}

.portfolio_overlay_cont>a:hover {
    background: var(--bgcolor);
    color: var(--whitec);
}

.portfolio_overlay_cont>a i {
    font-size: 25px;
}

.portfolio_overlay_cont h2 {
    margin: 0;
}

.portfolio_overlay_cont h2 a {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}

.portfolio_overlay_cont h2 a:hover {
    color: var(--bgcolor);
}

.portfolio_overlay_cont p {
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}

.inner_portfolio_items:hover .portfolio_overlay_cont {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/* portfolio lower nav area css */
.portfolio_lo_nav_area {
    padding: 40px 0 0;
}

.inner_portfolio_lower_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.inner_portfolio_lower_nav ul li {
    display: inline-block;
}

.inner_portfolio_lower_nav ul li.disabled,
li.active {
    cursor: pointer;
}

.inner_portfolio_lower_nav ul li a,
span {
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    margin: 0 5px;
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
}

.inner_portfolio_lower_nav .pagination li a,
.inner_portfolio_lower_nav .pagination li span {
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
    padding: 15px 24px;
}

.inner_portfolio_lower_nav ul li.active span,
li.disabled span {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a i {
    font-size: 22px;
    font-weight: bold;
}

/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 60px 0 70px;
}

.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}

.inner_yblog_form button {
    position: absolute;
    display: inline-block;
    right: 0;
    outline: none;
    border: none;
    padding: 16px 20px 15px;
    margin-right: 13px;
    background-color: #ddddddfa;
}

.inner_yblog_form button i {
    font-size: 18px;
}

/* ======= 标签云列表页样式 ======= */
.tag-cloud-area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
    justify-content: flex-start;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #eee;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tag-item:hover {
    background: linear-gradient(135deg, var(--bgcolor) 0%, #ff7a45 100%);
    border-color: var(--bgcolor);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(254, 89, 24, 0.25);
}

.tag-item:hover i,
.tag-item:hover .tag-name,
.tag-item:hover .tag-count {
    color: #fff;
}

.tag-item i {
    font-size: 18px;
    color: var(--bgcolor);
    transition: color 0.3s ease;
}

.tag-item .tag-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--titlecolor);
    transition: color 0.3s ease;
}

.tag-item .tag-count {
    font-size: 12px;
    color: #888;
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 8px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.tag-item:hover .tag-count {
    background: rgba(255, 255, 255, 0.25);
}

/* 响应式适配 */
@media (max-width: 767px) {
    .tag-cloud-area {
        gap: 10px;
        padding: 20px 0;
    }

    .tag-item {
        padding: 10px 14px;
        width: calc(50% - 5px);
        justify-content: center;
    }

    .tag-item i {
        font-size: 16px;
    }

    .tag-item .tag-name {
        font-size: 14px;
    }

    .tag-item .tag-count {
        font-size: 11px;
        padding: 2px 6px;
    }
}

@media (max-width: 400px) {
    .tag-item {
        width: 100%;
    }
}

/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_left_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.inner_yblog_left_title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.inner_yblog_left_title a.bottom {
    border-bottom: none;
}

.inner_yblog_left_title a:hover {
    color: var(--hoverbg);
}

/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}

.inner_yblgo_left_style2 a:hover {
    color: var(--bgcolor);
}

/* blog left inner css */
.inner_yblog_left_img {
    margin-bottom: 10px;
}

.inner_yblog_left_img img {
    width: 100%;
    margin: 12px 0 -0;
}

.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}

.yblog_left_sub {
    padding: 25px 0 30px 15px;
}

.yblog_left_sub h2 {
    width: 100%;
    font-size: 36px;
}


.yblog_left_text_sub {
    padding: 0 0 10px;
}

.yblog_left_text_sub span {
    color: var(--paracolor);
}

.yblog_left_text_sub span i {
    color: var(--bgcolor);
}

.yblog_left_sub p {
    font-size: 16px;
    font-weight: 400;
}

.yblog_left_sub>a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}

.yblog_left_sub>a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.ycalender_inner h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}

.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}

.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}

.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}

.speko_active {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.transko_active {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.speko_theme_widget .widget a {
    color: var(--pracolor);
}

.wp-calendar-nav span a {
    border: none;
    padding: 10px 0 0;
}

/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}

.inner_project_information_img {
    margin-bottom: 80px;
}

.inner_project_information_img img {
    width: 100%;
}

/* inner project right content css */
.inner_project_right_content h2 {
    font-size: 36px;
    padding-bottom: 30px;
}

.inner_project_right_content p span {
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}

/* inner project infomation icons css */
.inner_project_in_icon {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.inner_project_in_icon a {
    flex: 1;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 16px;
}

.inner_project_in_icon a:hover {
    background-color: var(--whitec);
    color: var(--bgcolor);
    border-color: var(--bgcolor);
}

.inner_project_in_icon a i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}

.inner_project_text_area h2 {
    font-size: 24px;
}

.inner_project_information_descrip {
    margin-bottom: 8px;
}

.inner_project_information_descrip h4 {
    font-size: 16px;
}

.inner_project_information_descrip p {
    margin: 0;
}

.inner_project_information_descrip p img {
    width: 100%;
}

/* inner project information description css */
.inner_project_infor_list {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.inner_project_infor_list li {
    margin-bottom: 5px;
}

/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area {
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}

.inner_single_box_area p {
    margin-bottom: 5px;
}

.inner_single_page_content_area p {
    margin-top: 20px;
}

/* single shop page */
/* Demo Product Area Start */

.sec_padding {
    padding: 100px 0 90px;
}

.prdc-pic img {
    width: 100%;
}

.prdc-pic {
    position: relative;
    margin-bottom: 30px;
}

.prdc-lft .onsale {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}

.prdc-lft .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.prdc-lft .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.prdc-lft .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
}

.price ins {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}

.qntity_own {
    font-weight: 700;
}

.tab_list_main {
    box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
    margin-bottom: 30px !important;
}

.inner_tab_star i {
    display: inline-block;
    color: var(--bgcolor);
}

.single_shop_btn {
    position: relative;
    margin-top: -60px;
}

.quantity .qty {
    border: 1px solid #ddd;
}

.quantity .qty {
    border: 1px solid #ddd;
    margin: 0 10px;
    height: 39px;
    width: 90px;
    text-align: center;
}

form.cart.single_pcart {
    display: flex;
    align-items: baseline;
    margin: 21px 0;
}

form.cart .button {
    background: #be9674;
    padding: 12px 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    border: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

form.cart .button:hover {
    background: #e0a067;
}

p.price {
    color: #e0a067;
}

p.price del {
    font-weight: 500;
    opacity: 0.5;
    display: inline-block;
}

.entry-summary span {
    font-weight: 700;
    margin-top: 7px;
}

.entry-summary span a {
    font-weight: 700;
    color: var(--titlecolor);
}

.tbd_product.single_summery_p_icon {
    margin-bottom: 10px;
    box-shadow: none;
    /* box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2); */
    padding: 12px 0;
}

.single_summery_p_icon .thb_product_car {
    position: inherit;
    justify-content: flex-start;
    opacity: 1;
}

.demo-pr {
    position: static !important;
}

.woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce-tabs ul.tabs li.active a {
    border: none;
    display: inline-block;
    padding: 8px 1.5em;
    background: #be9674;
    margin-right: 15px;
    margin-left: 2px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
}

.woocommerce-Reviews-title {
    font-size: 20px;
    padding-bottom: 20px;
}

span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.stars {
    display: block;
    margin: 0 0 10px;
}

#review_form_wrapper .comment-form label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
}

.comment-form-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.comment-form-rating .star-rating {
    color: #ffc107;
}

.comment-form-rating p.stars a {
    color: #ffc107;
}

.comment-form-rating p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

.comment-form-rating p.stars a:hover~a::before {
    content: "\e021";
}

.comment-form-rating p.stars:hover a::before {
    content: "\e020";
}

.comment-form-rating p.stars.selected a.active::before {
    content: "\e020";
}

.comment-form-rating p.stars.selected a.active~a::before {
    content: "\e021";
}

.comment-form-rating p.stars.selected a:not(.active)::before {
    content: "\e020";
}

.comment-form-comment textarea {
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
}

button.button {
    font-size: 100%;
    margin: 0 0 45px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    transition: .5s;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}

.stars i {
    color: var(--bgcolor);
}

button.button:hover {
    color: var(--whitec);
    background: var(--bgcolor);
}

h2.witr_related_title {
    padding: 20px 0 40px;
}

.wp_related .tbd_product {
    margin: 50px 0;
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
}

/* Demo Product Area End */
/* single comment title css */
.single_comment_title {
    margin: 35px 0 55px;
}

.single_comment_title h3 {
    font-size: 20px;
}

.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}

.single_post_comment_area textarea {
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.single_post_comment_area button {
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}

.single_post_comment_area button:hover {
    background-color: var(--bgcolor);
}

/*======== single blog page area end  ==========*/

/*======== tn milesim area start  ==========*/
.tn_milesim {
    padding: 110px 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 999;
    margin-top: 50px;
    background-color: #121211;
}

/* footer input */

.footer_title_area h2 {
    color: var(--whitec);
    font-size: 40px;
}

.footer_input {
    margin-top: 14px;
    margin-bottom: 20px;
}

.footer_input input {
    width: 78%;
    font-size: 16px;
    line-height: 28px;
    border: none;
    outline: none;
    padding: 15px 30px;
    height: 55px;
    border-radius: 30px 0 0 30px;
    background: var(--whitec);
    color: var(--titlecolor);
}

.footer_input button {
    width: 20%;
    border-radius: 0px 32px 30px 0px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0 15px 10px;
    transition: .5s;
    background: var(--bgcolor);
    color: var(--whitec);
    border: none;
    margin-left: -5px;
}

.single_post_comment_area input {
    width: 100%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.footer_input button:hover {
    background: var(--titlecolor);
}

.footer_input input::placeholder {
    color: var(--titlecolo);
}

.footer_title_area p {
    padding: 30px 0 15px;
    color: var(--whitec);
}

.footer_widget h2 {
    font-size: 18px;
    color: var(--whitec);
}

.footer_widget h3 {
    font-size: 36px;
    color: var(--whitec);
}

.footer_brand img {
    margin-bottom: 20px;
}

/*======== tn milesim area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 100px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 999;
}

.footer_item_widget p {
    color: var(--whitec);
    margin-top: 7px;
}

/* footer socail icon css */
.footer_socail_icon {
    padding: 15px 0 0;
    margin-bottom: 10px;
}

.footer_socail_icon a {
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 40px;
    width: 40px;
    transition: .5s;
    line-height: 40px;
    text-align: center;
    color: var(--whitec);
    background: var(--titlecolor);
}

.footer_socail_icon a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* footer nav css */
.footer_item_widget img {
    width: 250px;
}


.footer_widget_middle h2 {
    color: var(--whitec);
    font: 22px;
}

.footer_nav {
    margin-top: 20px;
}

.footer_nav ul {
    list-style: none;
    padding-left: 0;
}

.footer_nav ul li {
    padding: 0 0 10px;
}

.footer_nav ul li a {
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
}

.footer_nav ul li a:hover {
    color: var(--bgcolor);
}

.footer_address ul {
    list-style: none;
    padding-left: 0;
}

.footer_address ul li {
    font-size: 22px;
    padding: 0 0 10px;
    color: var(--whitec);
}

.footer_address ul li span {
    font-weight: 600;
    color: var(--bgcolor);
}

.footer_address ul li i {
    margin-right: 10px;
    color: var(--whitec);
}

/* footer qrcode */
.footer_qrcode {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.qrcode_item {
    text-align: center;
}

.qrcode_item img {
    width: 120px;
    height: 120px;
}

.qrcode_item p {
    color: var(--whitec);
    font-size: 12px;
    margin-top: 5px;
}

/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copyright_title {
    margin: 30px 0 0;
    padding: 15px 0 18px;
    border: none;
    border-top: 1px solid var(--bgcolor);
    background-color: transparent;
}

.copy-right-text p {
    color: var(--whitec);
    margin: 0;
}

.copyright_menu {
    text-align: right;
}

.copyright_menu a {
    padding: 0 10px;
    color: var(--whitec);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.copyright_menu a:hover {
    color: var(--bgcolor);
}

/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 40px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: var(--bgcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}


/* 上下页 */
.project_navigation {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid var(--bs-badge-color);
}

.nav_link {
    display: flex;
    align-items: center;
    padding: 15px;
    background: var(--bs-badge-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav_link:hover {
    background: var(--bgcolor);
    color: var(--whitec);
}

.nav_link.disabled {
    color: var(--blackc);
    cursor: not-allowed;
}

.nav_link.disabled:hover {
    background: var(--bs-badge-color);
}

.nav_text {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
}

.nav_link i {
    font-size: 24px;
    color: var(--bgcolor);
}

.nav_link:hover i {
    color: var(--whitec);
}

.back_to_list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn_back {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 120px;
    height: 48px;
    background: var(--bgcolor);
    color: var(--whitec);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_back:hover {
    background: var(--blackc);
    color: #fff;
}

/* 手机端适配 */
@media (max-width: 767px) {
    .witrlistw ul li span {
        font-size: 14px;
    }

    .project_navigation {
        margin-top: 20px;
        padding: 15px 0;
    }

    .project_navigation .row {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .nav_link {
        padding: 10px 12px;
        justify-content: flex-start;
    }

    .nav_text {
        font-size: 13px;
        margin: 0 auto;
        text-align: center;
    }

    .nav_link i {
        display: none;
    }

    .nav_link {
        display: block;
        text-align: center;
    }

    .nav_link::before {
        display: none;
    }

    .btn_back {
        width: 100%;
        padding: 10px 20px;
        font-size: 13px;
        height: auto;
        justify-content: center;
    }

    .btn_back i {
        margin-right: 8px;
    }

    .back_to_list {
        order: -1;
        margin-bottom: 5px;
        justify-content: center;
    }
}

/* 平板端适配 */
@media (min-width: 768px) and (max-width: 991px) {
    .nav_text {
        font-size: 12px;
    }

    .btn_back {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }

}

/* 视频灯箱样式 */
.video-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-lightbox.active {
    display: flex;
}

.video-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.video-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    z-index: 10000;
}

.video-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
    line-height: 36px;
    text-align: center;
}

.video-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.4);
}

.video-container {
    max-width: 900px;
    width: 100%;
}

.video-container video {
    width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* 视频播放按钮样式 */
.portfolio_img_area {
    position: relative;
    overflow: hidden;
}

.portfolio_img_area .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
}

.portfolio_img_area .play-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    animation: pulse-ring 1.5s infinite;
    z-index: -1;
}

.portfolio_img_area .play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #333;
    margin-left: 5px;
}

.portfolio_img_area:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: #fff;
}

.portfolio_img_area img {
    transition: transform 0.4s ease;
    object-fit: cover;
    object-position: top;
}

.portfolio_img_area:hover img {
    transform: scale(1.05);
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* 高德地图 */
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 665px;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}

/* ======= tn_service_features 服务特性区域动效 ======= */
.tn_service_features {
    margin-top: 30px;
}

.tn_service_features .row {
    display: flex;
    flex-wrap: wrap;
}

/* 服务特性列在手机端同行显示 */
.tn_service_features .row>[class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

/* 服务特性卡片基础样式 */
.service_feature_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* 卡片悬停背景动画 */
.service_feature_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.service_feature_item:hover::before {
    left: 100%;
}

/* 卡片悬停效果 */
.service_feature_item:hover {
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(135deg, rgba(254, 89, 24, 0.9) 0%, rgba(255, 122, 69, 0.8) 100%);
    border-color: transparent;
    box-shadow: 0 15px 35px rgba(254, 89, 24, 0.35);
}

/* 图标容器 */
.feature_icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bgcolor) 0%, #ff7a45 100%);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* 图标脉冲光环 */
.feature_icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0;
    transform: scale(1);
    transition: all 0.4s ease;
}

.service_feature_item:hover .feature_icon {
    transform: rotateY(180deg) scale(1.1);
    background: var(--whitec);
}

.service_feature_item:hover .feature_icon::before {
    opacity: 0.3;
    transform: scale(1.8);
    animation: iconPulseRing 1.5s ease-out infinite;
}

@keyframes iconPulseRing {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* 图标样式 */
.feature_icon i {
    font-size: 26px;
    color: var(--whitec);
    transition: all 0.4s ease;
}

.service_feature_item:hover .feature_icon i {
    color: var(--bgcolor);
    transform: scale(1.1);
}

/* 文字区域 */
.feature_text h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--whitec);
    margin: 0;
    transition: all 0.4s ease;
    position: relative;
}

/* 文字下划线动画 */
.feature_text h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--whitec);
    transition: width 0.4s ease;
}

.service_feature_item:hover .feature_text h3::after {
    width: 100%;
}

/* ======= 入场动画 ======= */
.service_feature_item {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.6s ease forwards;
}

.service_feature_item:nth-child(1) {
    animation-delay: 0.1s;
}

.service_feature_item:nth-child(2) {
    animation-delay: 0.3s;
}

.service_feature_item:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======= 图标持续动画 ======= */
.feature_icon i {
    animation: iconFloat 3s ease-in-out infinite;
}

.service_feature_item:nth-child(1) .feature_icon i {
    animation-delay: 0s;
}

.service_feature_item:nth-child(2) .feature_icon i {
    animation-delay: 1s;
}

.service_feature_item:nth-child(3) .feature_icon i {
    animation-delay: 2s;
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* 悬停时停止浮动动画 */
.service_feature_item:hover .feature_icon i {
    animation: none;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .service_feature_item {
        padding: 15px 20px;
    }

    .feature_icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .feature_icon i {
        font-size: 22px;
    }

    .feature_text h3 {
        font-size: 12px;
    }
}

/* icon flip animation */
.icon-flip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.icon-flip:hover {
    transform: rotateY(360deg);
}

/* 搜索结果页面特定样式 - 图文左右排列 */

.search-result-layout .search-result-thumb {
    float: left;
    width: 40%;
    padding-right: 20px;
}

.search-result-layout .search-result-content {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 60%;
}

.search-result-clear {
    clear: both;
}


/* 搜索页面样式 */
/* 页面容器 */
.search-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* 标题样式 */
.search-title {
    text-align: center;
    color: var(--blackc);
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

/* 搜索框区域 */
.search-box-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.search-input {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 2px solid var(--bgcolor);
    border-radius: 28px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(254, 89, 24, 0.1);
}

.search-input:focus {
    border-color: var(--bgcolor);
    box-shadow: 0 0 0 3px rgba(254, 89, 24, 0.2);
}

.search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 44px;
    width: 90px;
    background-color: var(--bgcolor);
    color: white;
    border: none;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background-color: var(--blackc);
}

.clear-btn {
    position: absolute;
    right: 105px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-color);
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.clear-btn:hover {
    color: var(--bgcolor);
}

/* 模块标题 */
.section-title {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title span {
    color: var(--gray-color);
    font-size: 14px;
    cursor: pointer;
}

.section-title span:hover {
    color: var(--bgcolor);
}

/* 热门搜索标签 */
.hot-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.hot-tag {
    padding: 6px 15px;
    background-color: var(--whitec);
    border: 1px solid #eee;
    border-radius: 16px;
    color: var(--text-color);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hot-tag:hover {
    background-color: #fff2ec;
    border-color: var(--main-light);
    color: var(--bgcolor);
}

/* 搜索历史 */
.history-list {
    list-style: none;
}

.history-item {
    padding: 12px 15px;
    background-color: var(--whitec);
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.history-item:hover {
    background-color: #fff8f5;
}

.history-item i {
    color: var(--gray-color);
    font-size: 16px;
}

.history-item i:hover {
    color: var(--bgcolor);
}

/* 响应式适配 */
@media (max-width: 576px) {
    .search-title {
        font-size: 32px;
    }

    .search-input {
        height: 50px;
    }

    .search-btn {
        width: 70px;
        height: 40px;
        font-size: 14px;
    }

    .clear-btn {
        right: 85px;
    }
}

/* 产品分类 快速导航 */
/* 产品卡片样式 */
.product_quick {
    padding: 60px 0;
}

.product-card {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* 鼠标悬浮阴影过渡 */
}

.product-card:hover {
    border-color: var(--bgcolor);
}

.product-card h5 {
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* 按钮样式（还原设计图） */
.view-btn {
    width: 169px;
    height: 36px;
    background-image: url(../images/more.png);
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}

/* 右侧固定联系方式样式 */
object-fit: cover;
padding: 0.25rem;
}

.qr-desc {
    text-align: center;
    margin-top: 0.5rem;
    color: #111827;
    font-weight: 500;
}

.qr-hover-effect {
    position: absolute;
    inset: 0;
    background-color: rgba(230, 57, 70, 0.1);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 0.5rem;
}

.qr-card:hover .qr-hover-effect {
    opacity: 1;
}

/* 回到顶部按钮 */
#backToTop {
    width: 3rem;
    height: 3rem;
    background-color: #E63946;
    color: white;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#backToTop:hover {
    transform: scale(1.1);
    background-color: #D62828;
}

#backToTop i {
    font-size: 1rem;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .fixed-contact {
        right: 0.5rem;
        display: none;
    }

    .phone-card,
    .qr-card {
        transform: scale(0.9);
    }

    .phone-card:hover,
    .qr-card:hover {
        transform: scale(0.95);
    }
}