@charset "utf-8";
.no_padding{
    padding: 0;
}
.cust-mt-50{
        margin-top: 50px;
}

.header{
  position: relative;
    top: 26px;
    padding: 10px 0;
    z-index: 99;
    background: #171717;
    width: 81%;
    border-radius: 74px;
    margin: auto;
}
.header.indexHeader{
position: fixed;
left: 0;
right: 0;
/* background: url(../images/header-bg.png) no-repeat; */
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border: 1px solid rgba(255, 160, 60, 0.3);
box-shadow:
  0 4px 24px rgba(255, 100, 20, 0.2),
  inset 0 1px 0 rgba(255, 200, 100, 0.25);
transition: all .3s;
}
.header.indexHeader.is_stuck{
   background: rgb(244 84 0 / 20%);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.20),
    0 0 60px rgba(255, 107, 26, 0.12),  /* orange glow */
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: all .3s;
}

.header .conBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    line-height: 0;
}

.navBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    float: left;
    text-align: center;
    margin-right: 32px;
}
.header .nav_list > li:last-child{
    margin-right: 0;
}
.header .nav_list > li > a {
    display: flex;
}
.header .nav_list > li > a > span {

    font-size: 18px;
    color: #464646;
    line-height: 34px;
    font-weight: 300;
    transition: all .5s;
}
.header .nav_list > li.active > a span,
.header .nav_list > li.on > a span{
    color: #ffffff;
}

.nav_list > li > a > i {
    display: inline-block;

    position: relative;
    margin-left: 5px;
    float: left;
    width: 12px;
    height: 34px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    background: url("../images/") no-repeat center center;
}
.nav_list>li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 200px;
    display: none;
    z-index: 1;
  background: rgba(255, 120, 30, 0.9);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border: 1px solid rgba(255, 160, 60, 0.3);
box-shadow:
  0 4px 24px rgba(255, 100, 20, 0.2),
  inset 0 1px 0 rgba(255, 200, 100, 0.25);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 38px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ee7a30;
    color: #ffffff;
}
.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    min-width: 160px;
    padding: 5px 0;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #ee7a30;
    color: #ffffff;
}

.headerSearch{
    position: relative;
    margin-right: 25px;
}
.headerSearch a{
    line-height: 0;
    height: 34px;
    margin-left: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexHeader .headerSearch a{
    border-right-color: #b5b7b9;
}
.searchForm{
    position: absolute;
    right: 0;
    top: 55px;
    width: 240px;
    display: none;
}
.searchForm .info{
    position: relative;
    padding-right: 40px;
    background: #ee7a30;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.searchForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 10px;
    color: #ffffff;
    font-family: "KozGoPr6N", sans-serif;
}
.searchForm .info input[type="text"]::placeholder{
    color: #ffffff;
}
.searchForm .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    background: url("../images/headerSearch.png") no-repeat center center;
}
.langBox{
    position: relative;
}
.langBox .tp{
    line-height: 0;
    cursor: pointer;
}
.langBox ul{
    position: absolute;
    right: 0;
    top: 50px;
    background: #ffffff;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.langBox ul a{
    display: block;
    min-width: 140px;
    line-height: 34px;
    text-align: center;
    font-family: "KozGoPr6N", sans-serif;
}
.langBox ul a:hover{
    background: #ee7a30;
    color: #ffffff;
}


.m_header {
    display: none;
}
.pr_left_pr{
  margin-top: 30px;
}
.pr_left_pr a{
  padding-left: 0 !important;
}
.pr_left_pr .text a{
  padding-left: 10px !important;
}
.news_contennt_from{
  width: 160px;
  height: 48px;
  background: #2F2F2F;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}

.footer_box{
    background: #f15a22;
}
.footerConBox .itemBox{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.footerConBox .itemBox .item:nth-of-type(1){
    width: 225px;
}
.footerConBox .itemBox .item:nth-of-type(4){
    width: 300px;
    padding-left: 100px;
}
.footerConBox .itemBox .item:nth-of-type(2){
    width: 380px;
}
.footerConBox .itemBox .item:nth-of-type(3){
    width: 295px;
}
.footerConBox .itemBox .img{
    line-height: 0;
    padding-bottom: 20px;
}
.footerConBox .itemBox h3{
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    font-weight: bold;
    opacity: .8;
}
.footerConBox .itemBox ul{
    margin-bottom: 30px;
}
.footerConBox .itemBox ul li,
.footerConBox .itemBox .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
}
.footerConBox .itemBox ul li a:hover{
    color: #5fecff;
    text-decoration: underline;
}
.footerConBox .itemBox .text a{
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #ee7a30;
    margin-top: 15px;
    border: 1px solid #ee7a30;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.footerConBox .itemBox .text a:hover{
    background: #ee7a30;
    color: #ffffff;
}

.footerConBox .footerShare{
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #fafafa;
    display: flex;justify-content: center;

}
.footerConBox .footerShare a{
    line-height: 0;
    text-align: center;
    margin: 0 12px;
    display: block;
    width: 30px;
    transform: scale(1.5);
}
.footerConBox .footerShare a img{
    width: 100%;
    display: block;
}
.footerConBox .footerShare a:hover{
    opacity: 0.8;
}

.footer_box .footerCopyright{
    padding: 20px 0;
    text-align: center;
}
.footer_box .footerCopyright p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 14px;
    color: #ffffff;
    opacity: .6;
}
.footer_box .footerCopyright p a{
    margin-left: 5px;
    line-height: 0;
}

/*banner*/
.banner .slick-slider {
    margin-bottom: 10px;
}

.banner .conBox{
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .conBox img{
    width: 100%;
    height: auto;
    display: block;
}
.banner .conBox .textBox{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner .conBox .textBox .text{
    width: 480px;
}
.banner .conBox .textBox .text p{
    font-size: 48px;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.3;
}
.banner .conBox .textBox .text .more{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background: transparent;
}
.banner .conBox .textBox .text .more:hover{
    border-color: #ee7a30;
    background: #ee7a30;
}

a.more{
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #ee7a30;
    margin-top: 15px;
    border: 1px solid #ee7a30;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
a.more:hover{
    background: #ee7a30;
    color: #ffffff;
}

.banner .more{
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #ee7a30;
    margin-top: 15px;
    border: 1px solid #ee7a30;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.banner .more:hover{
    background: #ee7a30;
    color: #ffffff;
}

.center {
    text-align: center;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-image: url("../images/bannerArrow.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 51, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-prev {
    background-position: left center;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: right center;
    right: 80px;
}
.banner_slick .slick-prev:hover,
.banner_slick .slick-next:hover{
    background-color: #ee7a30;
}
.banner_slick .slick-dots li{
    width: 36px;
    height: 8px;
    background: #ffffff;
}
.banner_slick .slick-dots li.slick-active{
    background: #ee7a30;
}

.index_first_ul{display: flex;justify-content: space-between;}
.index_first_ul li{width: 50%;height: auto;}
.index_first_ul li:nth-of-type(1){padding-right: 5px;}
.index_first_ul li:nth-of-type(2){padding-left: 5px;}
.index_first_ul li img{width: 100%;height: auto;display: block;}

.indexBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow: hidden;
}
.indexBox1 .item{
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
}
.indexBox1 .item:nth-of-type(1){
    width: 100%;
}
.indexBox1 .item .conBox{
    height: 710px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox1 .item .conBox .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.indexBox1 .item .conBox .text h3{
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    padding-top: 50px;
    padding-bottom: 20px;
}
.indexBox1 .item .conBox .text a{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox1 .item .conBox .text a:hover{
    border-color: #ee7a30;
    background: #ee7a30;
    color: #ffffff;
}

.indexBox2 .title{
    text-align: center;
    padding: 50px 0 30px;
}
.indexBox2 .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #ff5e23;
    padding-bottom: 15px;
}
.indexBox2 .title p{
    font-size: 16px;
    color: #353535;
    font-weight: 300;
    line-height: 30px;
}
.indexBox2 .conBox{
    display: flex;
}
.indexBox2 .btnBox{
    width: 166px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, rgb(114 44 2 / 92%) 0%, rgb(199 77 2 / 88%) 50%, rgb(255 95 0 / 75%) 100%);
}
.indexBox2 .btnBox .btn{
    width: 164px;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    border-bottom: 1px solid #777c7f;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:hover,
.indexBox2 .btnBox .btn.on{
    width: 180px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 18px solid #ca5b2a;
    background: linear-gradient(to right, rgb(255 255 255 / 92%) 0%, rgb(207 206 205 / 88%) 50%, rgb(255 255 255 / 90%) 100%);
    transition: all .3s;
}
.indexBox2 .btnBox .btn:last-child{
    border-bottom: 0;
}
.indexBox2 .btnBox .btn .ico{
    width: 54px;
    height: 54px;
    position: relative;
}
.indexBox2 .btnBox .btn .ico img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:hover .ico img:nth-of-type(2),
.indexBox2 .btnBox .btn.on .ico img:nth-of-type(2){
    opacity: 1;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:hover .ico img:nth-of-type(1),
.indexBox2 .btnBox .btn.on .ico img:nth-of-type(1){
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .btnBox .btn span{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s;
}
.indexBox2 .btnBox .btn.on span,
.indexBox2 .btnBox .btn:hover span{
    color: #ee7a30;
    transition: all .3s;
}
.indexBox2 .switchBox{
    width: 100%;
}
.indexBox2 .switchBox .switch{
    display: none;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .switchBox .switch.on{
    display: block;
}
.indexBox2 .switchBox .switch .box{
    position: absolute;
    width: 400px;
    top: 130px;
    right: 140px;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.9);
}
.indexBox2 .switchBox .switch .box .text{
    /* background: url("../images/indexSolutionBoxBj.png"); */
    padding: 45px 45px 0;
}
.indexBox2 .switchBox .switch .box .text h3{
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    padding-bottom: 15px;
}
.indexBox2 .switchBox .switch .box .text p{
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 45px;
}
.indexBox2 .switchBox .switch .box .text a{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox2 .switchBox .switch .box .text a:hover{
    border-color: #ee7a30;
    background: #ee7a30;
    color: #ffffff;
}
.indexBox2 .switchBox .switch .box .img{
    line-height: 0;
    text-align: center;
}

.indexBox3{
    background: #f4f5f7;
}
.indexBox3 .title{
    text-align: center;
    padding: 70px 0 20px;
}
.indexBox3 .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #ff5e23;
    padding-bottom: 20px;
}
.indexBox3 .title p{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 36px;
}
.indexBox3 .img{
    line-height: 0;
    text-align: center;
    width: 22%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #dadada;
}

.indexBox3 .imgs {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.indexBox3 .img:nth-child(1),
.indexBox3 .img:nth-child(3) {
    transform: rotate(-20deg);
}

.indexBox3 .img:nth-child(2),
.indexBox3 .img:nth-child(4) {
    transform: rotate(20deg);
    z-index:1;
}

.indextiles.indexBox4 .itemBox{
    display: flex;
    justify-content: center !important;
}

.indexBox4 .itemBox{
    display: flex;
    justify-content: center !important;
}
.indexBox4{
    background: transparent;
}
.indexBox4 .title h2{
    padding: 60px 0 50px;
    font-size: 48px;
    font-weight: 300;
    color: #ff5e23;
    text-align: center;
}
.indexBox4 .itemBox{
    display: flex;
    justify-content: space-between;
}
.indexBox4 .item{
    width: 300px;
    text-align: center;
    padding-bottom: 50px;
}
.indexBox4 .item .ico{
    line-height: 0;
}
.indexBox4 .item .text h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 300;
    color: #282828;
    padding: 0px 0 10px;
}
.indexBox4 .item .text h3 span{
    font-size: 18px;
}
.indexBox4 .item .text p{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 30px;
}

/* .dots-bg:before{
    content: '';
    width: 100%;
    height: 450px;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    background: #fff url(../images/bottom-sec-bg.svg) no-repeat Center 100px;
    background-position-x: 10%;
    transform: translatex(-50%);
} */
.indexBox5{
    padding: 40px 0;
}
.indexBox5 .title h2{
    padding-bottom: 70px;
    font-size: 48px;
    font-weight: 300;
    color: #ff5e23;
    text-align: center;
}
.indexBox5 .itemBox{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
   
.indexBox5 .item{
    width: 461px;
    height: 210px;
    border: 1px solid #e67e22;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 5%;
    overflow: hidden;
    position: relative;
}
.indexBox55 .item{
    width: 461px;
    height: 210px;
    border: 1px solid #e67e22;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 5%;
    overflow: hidden;
    position: relative;
}
.indexBox5 .item:hover{
    border: 0;
}
.indexBox5 .item:nth-of-type(2){
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -237px;*/
}
.indexBox5 .item .img{
    line-height: 0;
    text-align: center;
    opacity: 0;
}
.indexBox5 .item:hover .img{
    opacity: 1;
}
.indexBox5 .item .conBox{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 80px;
}
.indexBox5 .item:hover .conBox{
    top: auto;
    bottom: 20px;
    height: auto;
}
.indexBox5 .item .ico{
    width: 60px;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox5 .item:hover .ico{
    background: #ee7a30;
}
.indexBox5 .item .text h3{
    font-size: 24px;
    color: #2b2b2b;
    padding: 20px 0 15px;
}
.indexBox5 .item .text p{
    font-size: 16px;
    color: #3e3e3e;
    line-height: 30px;
}
.indexBox5 .item:hover .text p{
    height: 0;
    overflow: hidden;
}

.indexBox6{
    display: block;
    padding: 40px 0 70px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox6 .ico{
    line-height: 0;
    padding-bottom: 20px;
}
.indexBox6 .text p{
    font-size: 48px;
    color: #ee7a30;
    font-weight: 500;
}
.indexBox6 .text .btn{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox6 .btn:hover{
    border-color: #ee7a30;
    background: #ee7a30;
    color: #ffffff;
}

.indexBox7{
    background: #f4f5f7;
}
.indexBox7 .title h2{
    padding: 60px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #202020;
}
.indexBox7 .contentBox{
    padding: 0 50px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.indexBox7 .contentBox .leftNews,
.indexBox7 .contentBox .rightNews{
    width: 50%;
    padding: 0 10px;
}

.indexBox7 .contentBox .rightNews .listBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.indexBox7 .contentBox .leftNews .conBox{
    position: relative;
    height: 100%;
}
.indexBox7 .contentBox .leftNews .img{
    line-height: 0;
    text-align: center;
    height: 100%;
}

.indexBox7 .contentBox .leftNews .img img {
    height: auto;
}
.indexBox7 .contentBox .leftNews .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 50px;
    background: rgba(0,0,0,0.6);
}
.indexBox7 .contentBox .leftNews .text a{
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}
.indexBox7 .contentBox .leftNews .text a:hover{
    color: #ee7a30;
}
.indexBox7 .contentBox .leftNews .text span{
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    padding: 10px 0;
}
.indexBox7 .contentBox .leftNews .text p{
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox7 .contentBox .listBox .list{

    overflow: hidden;
    background: #ffffff;
}

.indexBox7 .contentBox .listBox .list + .list {
    margin-top: 19px;
}
.indexBox7 .contentBox .listBox .img{
    width: 200px;
    float: left;
    line-height: 0;
}
.indexBox7 .contentBox .listBox .text{
    width: calc(100% - 200px);
    float: left;
    padding: 20px;
}
.indexBox7 .contentBox .listBox .text a{
    display: block;
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.indexBox7 .contentBox .listBox .text a:hover{
    color: #ee7a30;
}
.indexBox7 .contentBox .listBox .text span{
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #3f3f3f;
    padding: 10px 0;
}
.indexBox7 .contentBox .listBox .text p{
    font-size: 16px;
    font-weight: 100;
    color: #3f3f3f;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox7 .a{
    text-align: center;
    padding: 45px 0;
}
.indexBox7 .a a{
    display: inline-block;
    width: 185px;
    height: 44px;
    line-height: 42px;
    font-size: 18px;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox7 .a a:hover{
    border-color: #ee7a30;
    background: #ee7a30;
    color: #ffffff;
}

.pageBanner{
    line-height: 0;
    text-align: center;
}

.whyBox1{
    background: #f4f5f7;
}
.whyBox1 .title h2{
    font-size: 48px;
    color: #353535;
    font-weight: 300;
    text-align: center;
    padding-bottom: 55px;
}
.whyBox1 .itemBox{
    display: flex;
    margin: 0 -18px;
    padding-bottom: 80px;
}
.whyBox1 .item{
    width: 33.33%;
    padding: 0 18px;
}
.whyBox1 .item .conBox{
    height: 100%;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.whyBox1 .item .ico{
    line-height: 0;
    padding-bottom: 35px;
}
.whyBox1 .item .text p{
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    font-weight: 300;
}

.whyBox2{
    padding: 80px 0;
}
.whyBox2 .title{
    text-align: center;
    padding-bottom: 55px;
}
.whyBox2 .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #353535;
    padding-bottom: 10px;
}
.whyBox2 .title p{
    font-size: 16px;
    color: #353535;
    font-weight: 300;
    line-height: 36px;
}
.whyBox2 .whySlick{
    padding: 0 10px;
}
.whyBox2 .whySlick .slick_first{
    padding: 0 5px;
    line-height: 0;
}
.whyBox2 .whySlick .slick_first img{
    width: 100%;
}
.whyBox2 .whySlick .slick-prev,
.whyBox2 .whySlick .slick-next,
.whyBox3Slick_right,
.whyBox3Slick_left{
    width: 42px;
    height: 42px;
    background: url("../images/bannerArrow.png") no-repeat;
    background-color: #ee7a30;
}
.whyBox2 .whySlick .slick-prev{
    background-position: left center;
    left: 20%;
}
.whyBox2 .whySlick .slick-next{
    background-position: right center;
    right: 20%;
}
.whyBox3Slick_right{
    background-position: right center;
}
.whyBox2 .whySlick .slick-prev:hover,
.whyBox2 .whySlick .slick-next:hover,
.whyBox3Slick_right:hover,
.whyBox3Slick_left:hover{
    background-color: #ee7a30;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.whyBox3Swiper {
    position: relative;
    padding: 0 4vw;
}

.whyBox3{
    background: url("../images/whyBj.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
.whyBox3 .title h2{
    padding: 50px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #353535;
}

.whyBox3 .imgBox{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.whyBox3 .img{
    margin: 0 25px;
    line-height: 0;
    text-align: center;
    border: 6px solid #ffffff;
}

.whyBox4 .title h2{
    padding: 40px 0 50px;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #353535;
}
.whyBox4 .conBox{
    overflow: hidden;
    padding-bottom: 100px;
}
.whyBox4 .conBox .text{
    width: 60%;
    float: left;
    padding-left: 100px;
    padding-right: 20px;
}
.whyBox4 .conBox .text h3{
    font-size: 36px;
    font-weight: 300;
    color: #353535;
    padding-top: 20px;
    padding-bottom: 10px;
}
.whyBox4 .conBox .text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    color: #353535;
    position: relative;
    padding-left: 25px;
    background: url("../images/whyIco4.png") no-repeat left 11px;
}
.whyBox4 .conBox .img{
    line-height: 0;
    text-align: center;
    width: 40%;
    float: left;
}

.agentBox1{
    background: #f4f5f7;
}
.agentBox1 .title{
    text-align: center;
    padding-bottom: 60px;
}
.agentBox1 .title h2{
    padding: 25px 0;
    font-size: 48px;
    color: #353535;
    font-weight: 300;
}
.agentBox1 .title p{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}
.agentBox1 .conBox{
    display: flex;
    overflow: hidden;
    padding-bottom: 70px;
}
.agentBox1 .conBox .textBox,
.agentBox1 .conBox .img{
    width: 50%;
}
.agentBox1 .conBox .text{
    height: 100%;
    background: #ffffff;
    padding: 45px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.agentBox1 .conBox .text h3{
    font-size: 30px;
    font-weight: 300;
    color: #353535;
    padding-bottom: 20px;
}
.agentBox1 .conBox .text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    color: #353535;
    position: relative;
    padding-left: 25px;
    background: url("../images/whyIco4.png") no-repeat left 11px;
}
.agentBox1 .conBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.agentBox1 .conBox .img img{
    width: 100%;
}

.agentBox2{
    padding-bottom: 70px;
    background: #f4f5f7;
}
.agentBox2 .title{
    padding-bottom: 15px;
}
.agentBox2 .title h2{
    font-size: 36px;
    font-weight: 300;
    color: #353535;
    padding-bottom: 10px;
}
.agentBox2 .title p{
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px;
}
.agentBox2 .item{
    margin-bottom: 1px;
}
.agentBox2 .item h3{
    background: #FFFFFF;
    color: #ee7a30;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 45px 10px 25px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.agentBox2 .item h3.on,
.agentBox2 .item h3:hover{
    background: #ee7a30;
    color: #ffffff;
    transition: all .3s;
}
.agentBox2 .item h3:before{
    position: absolute;
    content: '+';
    width: 45px;
    font-size: 26px;
    color: #ee7a30;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.agentBox2 .item h3.on:before{
    content: '-';
    color: #ffffff;
    transition: all .3s;
}
.agentBox2 .item h3:hover:before{
    color: #ffffff;
    transition: all .3s;
}
.agentBox2 .item .text{
    display: none;
    padding: 20px 0;
}
.agentBox2 .item .text p{
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px;
}

.agentBox3{
    background: #f4f5f7;
    padding-bottom: 30px;
}
.agentBox3 .title h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    color: #353535;
}
.agentBox3 .text{
    text-align: center;
    padding-bottom: 35px;
}
.agentBox3 .text h3{
    font-size: 36px;
    color: #3f3f3f;
    font-weight: 300;
    padding-bottom: 10px;
}
.agentBox3 .text p{
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 300;
    line-height: 30px;
}
.agentBox3 .form form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.agentBox3 .form .info{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.agentBox3 .form .info.w100{
    width: 100%;
}
.agentBox3 .form .info:last-child{
    text-align: center;
}
.agentBox3 .form .info .tips{
    display: block;
    color: #ff0000;
    line-height: 16px;
}
.agentBox3 .form .info input[type="text"],
.agentBox3 .form .info textarea{
    width: 100%;
    height: 58px;
    padding: 10px;
    font-size: 18px;
    color: #141414;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
.agentBox3 .form .info textarea{
    height: 160px;
    resize: none;
}
.agentBox3 .form .info input[type="submit"]{
    width: 270px;
    height: 70px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s;
}
.agentBox3 .form .info input[type="submit"]:hover{
    background: #ee7a30;
    color: #ffffff;
    border-color: #ee7a30;
    transition: all .3s;
}

.productBox1{
    background: #f4f5f7;
    padding-bottom: 70px;
}
.productBox1 .title{
    padding: 30px 0 50px;
    text-align: center;
}
.productBox1 .title h2{
    padding-bottom: 15px;
    font-size: 48px;
    color: #353535;
    font-weight: 300;
}
.productBox1 .title p{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}
.productBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.productBox1 .item{
    width: 33.33%;
    padding: 1px;
}

.productBox1 .item .conBox{
    background: #ffffff;
    height: 100%;
    text-align: center;
    padding: 25px 15%;
    transition: all .3s;
}
.productBox1 .item .ico{
    line-height: 0;
}
.productBox1 .item .text h3{
    padding: 15px 0;
    font-size: 24px;
    color: #353535;
    font-weight: 300;
}
.productBox1 .item .text p{
    font-size: 16px;
    color: #171717;
    font-weight: 300;
    line-height: 24px;
}

.productBox1 .item:hover .conBox{
    background-color: #ff7301;
    color: #fff;
}

.productBox1 .item:hover h3,
.productBox1 .item:hover p {
    color: #fff;
}

.productBox2{
    padding: 50px 0 90px;
}
.productBox2 .title h2{
    text-align: center;
    font-size: 48px;
    color: #353535;
    font-weight: 300;
    padding-bottom: 30px;
}
.productBox2 .imgBox{
    overflow: hidden;
    padding: 0 10px;
}
.productBox2 .img{
    width: 33.33%;
    padding: 0 5px;
    float: left;
    text-align: center;
    line-height: 0;
}

.productBox3{
    padding: 60px 0;
    background: #f4f5f7;
}
.productBox3 .item{
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    background: #ffffff;
}
.productBox3 .item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.productBox3 .item .textBox{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
}
.productBox3 .item .textBox h3{
    font-size: 30px;
    font-weight: 300;
    color: #353535;
    padding-bottom: 20px;
}
.productBox3 .item .textBox p{
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    line-height: 30px;
}
.productBox3 .item .img{
    width: 50%;
    line-height: 0;
    text-align: center;
}

.productBox4{
    padding: 70px 0;
    overflow: hidden;
}
.productBox4 .title h2{
    text-align: center;
    padding-bottom: 40px;
    font-size: 48px;
    color: #353535;
    font-weight: 700;
}
.productBox4 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.productBox4 .item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.productBox4 .item .conBox{
    background: #f4f5f7;
    transition: all .3s;
}
.productBox4 .item:hover .conBox{
    background: #ee7a30;
    transition: all .3s;
}
.productBox4 .item .img{
    line-height: 0;
    text-align: center;
}
.productBox4 .item .img img{
    width: 100%;
}
.productBox4 .item .text{
    padding: 15px;
    text-align: center;
}
.productBox4 .item .text a{
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    transition: all .3s;
}
.productBox4 .item:hover .text a{
    color: #ffffff;
    transition: all .3s;
}
.productBox4 .page_box{
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.productBox4 .page li.active,
.productBox4 .page li.active a,
.productBox4 .page li:hover a,
.productBox4 .page li.active span{
    background: #ee7a30;
}

.aboutBox1{
    padding: 40px 0 80px;
}
.aboutBox1 .title{
    padding-bottom: 40px;
}
.aboutBox1 .title h2{
    font-size: 48px;
    color: #353535;
    font-weight: 300;
    padding-bottom: 20px;
}
.aboutBox1 .title p{
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.aboutBox1 .itemBox{
    display: flex;
    justify-content: space-between;
}
.aboutBox1 .item{
    width: 200px;
    text-align: center;
}
.aboutBox1 .item .ico{
    line-height: 0;
    padding-bottom: 15px;
}
.aboutBox1 .item .text h3,
.aboutBox1 .item .text h3 .num{
    color: #ee7a30;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 5px;
}
.aboutBox1 .item .text h3 span{
    font-size: 18px;
    font-weight: 300;
    color: #353535;
}
.aboutBox1 .item .text p{
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 300;
}

.aboutBox2{
    background: url("../images/about-culture.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.num-sub{
    color: #ee7a30 !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    padding-bottom: 5px !important;
}
.aboutBox2 .title h2{
    text-align: center;
    padding: 75px 0;
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
}
.aboutBox2 .conBox{
    position: relative;
    padding-bottom: 250px;
}
.aboutBox2 .conBox .img{
    line-height: 0;
    text-align: center;
}
.aboutBox2 .conBox .text{
    position: absolute;
}
.aboutBox2 .conBox .text:before{
    position: absolute;
    content: '';
    width: 74px;
    height: 74px;
    background-color: rgba(255,255,255,.8);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox2 .conBox .text h3{
    color: #ee7a30;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 5px;
    font-weight: bold;
}
.aboutBox2 .conBox .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}
.aboutBox2 .conBox .t1{
    top: 60px;
    left: 40px;
    width: 460px;
    padding-right: 85px;
    text-align: right;
}
.aboutBox2 .conBox .t1:before{
    right: 0;
    top: -22px;
    background-image: url("../images/aboutIco6.png");
}
.aboutBox2 .conBox .t2{
    width: 520px;
    top: 25px;
    right: 0;
    padding-left: 85px;
}
.aboutBox2 .conBox .t2:before{
    left: 0;
    top: 0;
    background-image: url("../images/aboutIco7.png");
}
.aboutBox2 .conBox .t3{
    width: 485px;
    bottom: 80px;
    right: 350px;
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutBox2 .conBox .t3:before{
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url("../images/aboutIco8.png");
}

.aboutBox2 .conBox .t3 p {
    margin-left: 20px;
}

.aboutBox3{
    padding: 60px 0;
    background: #f4f5f7;
}
.aboutBox3 .title h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    color: #353535;
}
.aboutBox3 .btnBox{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.aboutBox3 .btn{
    margin: 0 1px;
    position: relative;
    height: 56px;
    min-width: 200px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353535;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    background: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
.aboutBox3 .btn.on,
.aboutBox3 .btn:hover{
    background: #ee7a30;
    color: #ffffff;
    transition: all .3s;
}
.aboutBox3 .btn:before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    opacity: 0;
    border-top: 8px solid #ee7a30;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all .3s;
}
.aboutBox3 .btn.on:before,
.aboutBox3 .btn:hover:before{
    opacity: 1;
    transition: all .3s;
}
.aboutBox3 .switch{
    height: 0;
    overflow: hidden;
}
.aboutBox3 .switch.on{
    height: auto;
    overflow: initial;
}
.aboutBox3 .switch .teamSLick{
    padding: 0 45px;
}
.aboutBox3 .switch .teamSLick .slick-prev,
.aboutBox3 .switch .teamSLick .slick-next{
    width: 42px;
    height: 56px;
    background: #9e9e9f url("../images/bannerArrow.png") no-repeat;
}
.aboutBox3 .switch .teamSLick .slick-prev{
    left: -42px;
    background-position: left 7px;
}
.aboutBox3 .switch .teamSLick .slick-next{
    right: -42px;
    background-position: right 7px;
}
.aboutBox3 .switch .teamSLick .slick-prev:hover,
.aboutBox3 .switch .teamSLick .slick-next:hover{
    background-color: #ee7a30;
}
.aboutBox3 .switch .teamSLick .img{
    line-height: 0;
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.aboutBox3 .switch .teamSLick .img img{
    width: 100%;
    height: 594px;
}
.aboutBox3 .switch .teamSLick .text p{
    text-align: center;
    font-size: 24px;
    color: #353535;
    font-weight: 300;
}
.aboutBox3 .switch .teamSLick .slick-list{
    border-radius: 10px;
    overflow: hidden;
}

.aboutBox4{
    padding: 70px 0;
}
.aboutBox4 .title h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    color: #353535;
}
.aboutBox4 .btnBox{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.aboutBox4 .btn{
    margin: 0 1px;
    position: relative;
    height: 56px;
    min-width: 200px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353535;
    font-size: 18px;
    font-weight: 300;
    background: #f4f5f7;
    cursor: pointer;
    transition: all .3s;
}
.aboutBox4 .btn.on,
.aboutBox4 .btn:hover{
    background: #ee7a30;
    color: #ffffff;
    transition: all .3s;
}
.aboutBox4 .btn:before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    opacity: 0;
    border-top: 8px solid #ee7a30;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all .3s;
}
.aboutBox4 .btn.on:before,
.aboutBox4 .btn:hover:before{
    opacity: 1;
    transition: all .3s;
}
.aboutBox4 .switch{
    display: none;
}

.aboutBox4 .switch.on{
    display: block;
}
.aboutBox4 .switch .itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutBox4 .switch .item{
    width: 23%;
/*     padding: 0 10px; */
    text-align: center;
    margin-bottom: 20px;

}

.aboutBox4 .switch:nth-of-type(1) .item{
    margin-bottom: 15px;
}
.aboutBox4 .switch:nth-last-of-type(1) .item{
    width: 24%;
    height: 476px;
    overflow: hidden;
}
.aboutBox4 .switch .item .img{
    line-height: 0;
    padding-bottom: 10px;

}
.aboutBox4 .switch .item span{
    display: block;
    font-size: 16px;
    color: #353535;
    font-weight: 300;
    padding: 0 10px;
}

.aboutBox5{
    padding-bottom: 100px;
    background: url("../images/aboutBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox5 .title h2{
    text-align: center;
    padding: 70px 0;
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
}
.aboutBox5 .historyContentSlick .text{
    text-align: center;
    min-height: 300px;
}
.aboutBox5 .historyContentSlick .text h3{
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
}
.aboutBox5 .historyContentSlick .text p{
    font-size: 24px;
    color: #fdfdfd;
    line-height: 2;
    font-weight: 300;
}
.aboutBox5 .historyYearsSlick{
    position: relative;
}
.aboutBox5 .historyYearsSlick:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 21px;
    border-bottom: 1px dashed #e0e7ed;
}
.aboutBox5 .yearsSlick .slick-prev,
.aboutBox5 .yearsSlick .slick-next{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    top: auto;
    margin: 0;
    background-image: url("../images/yearArrow.png");
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.aboutBox5 .yearsSlick .slick-prev{
    background-position: left center;
    left: 0;
}
.aboutBox5 .yearsSlick .slick-next{
    background-position: right center;
    right: 0;
}
.aboutBox5 .yearsSlick .slick-prev:hover,
.aboutBox5 .yearsSlick .slick-next:hover{
    background-image: url("../images/bannerArrow.png");
    background-color: #ee7a30;
}
.aboutBox5 .yearsSlick .slick_first{
    text-align: center;
    padding-bottom: 20px;
}
.aboutBox5 .yearsSlick .slick_first span{
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-top: 44px;
}
.aboutBox5 .yearsSlick .slick_first.slick-current span{
    padding-bottom: 35px;
    font-size: 48px;
    color: #ee7a30;
    margin-top: 0;
}
.aboutBox5 .yearsSlick .slick_first span:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    bottom: -3px;
    left: 50%;
    margin-left: -4.5px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox5 .yearsSlick .slick_first.slick-current span:before{
    position: absolute;
    content: '';
    border-bottom: 8px solid #ee7a30;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    background: none;
    width: auto;
    height: auto;
    margin-left: -8px;
    bottom: 25px;
}
.aboutBox5 .yearsSlick .slick_first.slick-current span:after{
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    left: 50%;
    bottom: -17px;
    margin-left: -16px;
    background: url("../images/aboutYearIco.png") no-repeat center center;
}

.productDetailBox1 .product_img_box{
    width: 50%;
}
.productDetailBox1 .parameter_box{
    width: 50%;
    padding-left: 40px;
    margin-left: 0;
    float: left;
}
.productDetailBox1 .parameter_box h1{
    padding: 45px 0 15px;
    font-size: 36px;
    font-weight: 300;
    color: #353535;
    margin: 0;
}
.productDetailBox1 .parameter_box .text{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.productDetailBox1 .parameter_box .text p{
    color: #171717;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.productDetailBox1 .productTag{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
}
.productDetailBox1 .productTag .item{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.productDetailBox1 .productTag .item span{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    min-width: 50px;
}
.productDetailBox1 .productTag .item a{
    display: inline-block;
    margin-right: 10px;
    line-height: 36px;
    padding: 0 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #686868;
    font-weight: 300;
    border: 1px solid #dcdcdc;
}
.productDetailBox1 .productTag .item a:hover,
.productDetailBox1 .productTag .item a.on{
    background: #ee7a30;
    color: #ffffff;
    border-color: #ee7a30;
}
.productDetailBox1 .productShareBox{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productDetailBox1 .inquire1 a{
    display: inline-block;
    width: 200px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #686868;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}
.productDetailBox1 .inquire a:hover{
    background: #ee7a30;
    color: #ffffff;
    border-color: #ee7a30;
}


.productContentBox{
    padding-top: 35px;
}
.productContentBox .productMenuBox{
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 10;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.productContentBox .productMenuBox .btn{
    display: flex;
}
.productContentBox .productMenuBox .btn a{
    min-height: 66px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #353535;
    font-weight: 300;
    margin-right: 60px;
}
.productContentBox .productMenuBox .btn a:last-child{
    margin-right: 0;
}
.productContentBox .productMenuBox .btn a:hover,
.productContentBox .productMenuBox .btn a.on{
    border-bottom: 2px solid #ee7a30;
    color: #ee7a30;
}
.productContentBox .productContent{
    padding-top: 40px;
}
.productContentBox .productContent .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #353535;
    padding: 40px 0;
    text-align: center;
}
.productContentBox .productContent .conBox{
    overflow: hidden;
}
.productContentBox .contentBox1{
    padding-bottom: 95px;
    border-bottom: 2px solid #e5e5e5;
}
.productContentBox .contentBox1 .text p{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}
.productContentBox .contentBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.productContentBox .contentBox2 .item{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.productContentBox .contentBox2 .item .img{
    line-height: 0;
    padding-bottom: 15px;
}
.productContentBox .contentBox2 .item .img img{
    width: 100%;
}
.productContentBox .contentBox2 .item .text h3{
    font-size: 24px;
    color: #171717;
    padding-bottom: 10px;
}
.productContentBox .contentBox2 .item .text p{
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px;
}
.productContentBox .contentBox3 .text{
    width: 100%;
}
.productContentBox .contentBox3 table tr{
    background: #ffffff;
}
.productContentBox .contentBox3 table tr:nth-of-type(2n){
    background: #f4f5f7;
}
.productContentBox .contentBox3 table th{
    background: #ee7a30;
    color: #ffffff;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
}
.productContentBox .contentBox3 table td{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #353535;
    height: 50px;
    border: 1px solid #e5e5e5;
}
.productContentBox .contentBox4 .img{
    line-height: 0;
    text-align: center;
}
.productContentBox .contentBox5{
    padding-bottom: 50px;
}
.productContentBox .contentBox5 .text{
    text-align: center;
    padding-bottom: 35px;
}
.productContentBox .contentBox5 .text h3{
    font-size: 36px;
    color: #3f3f3f;
    font-weight: 300;
    padding-bottom: 10px;
}
.productContentBox .contentBox5 .text p{
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 300;
    line-height: 30px;
}
.productContentBox .contentBox5 form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.productContentBox .contentBox5 .info{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.productContentBox .contentBox5 .info.w100{
    width: 100%;
}
.productContentBox .contentBox5 .info:last-child{
    text-align: center;
}
.productContentBox .contentBox5 .info .tips{
    display: block;
    color: #ff0000;
    line-height: 16px;
}
.productContentBox .contentBox5 .info input[type="text"],
.productContentBox .contentBox5 .info textarea{
    width: 100%;
    height: 58px;
    padding: 10px;
    font-size: 18px;
    color: #141414;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
.productContentBox .contentBox5 .info textarea{
    height: 160px;
    resize: none;
}
.productContentBox .contentBox5 .info input[type="submit"]{
    width: 270px;
    height: 70px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s;
}
.productContentBox .contentBox5 .info input[type="submit"]:hover{
    background: #ee7a30;
    color: #ffffff;
    border-color: #ee7a30;
    transition: all .3s;
}

.relatedProducts{
    background: #f4f5f7;
    padding: 70px 0;
}
.relatedProducts .title h2{
    text-align: center;
    padding-bottom: 40px;
    font-size: 48px;
    color: #353535;
    font-weight: 300;
}
.relatedProducts .itemBox{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 32%);
    gap: 20px;
    margin: 0 -25px;
}
.relatedProducts .item{
    /* width: 33.33%; */
    /* padding: 0 25px; */
    text-align: center;
}
.relatedProducts .item .img{
    line-height: 0;
    background: #ffffff;
}
.relatedProducts .item .img img{
    width: 100%;
}
.relatedProducts .item .text a{
    color: #353535;
    font-size: 18px;
    padding: 20px 10px;
    font-weight: 300;
    display: block;
    text-align: center;
    background: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.relatedProducts .item .text a:hover{
    background: #ee7a30;
    color: #ffffff;
}

.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden;
  }
  
  .contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left;
  }
  
  .contactBox202006131030 .textBox {
    margin-bottom: 30px;
  }
  
  .contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
  
  .contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
  }
  
  .contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px;
  }
  
  .contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("../images/contactTel.png");
  }
  
  .contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("../images/contactWhatsapp.png");
  }
  
  .contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("../images/contactEmail.png");
  }
  
  .contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("../images/contactAddress.png");
  }

.contactBox202006131030 .contactInfo ul li.contactMarketing {
    background-image: url("../images/contactMarketing.png");
}
  
  .contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
  }
  
  .contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4;
  }
  
  .contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
  }
  
  .contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
  
  .contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
  }
  
  .contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #2c2c2c;
  }
  
  .contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
  }
  
  .contactBox202006131030 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
  }
  
  .contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
  }
  
  .contactBox202006131030 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #ee7a30;
    background-color: #fff;
    margin-top: 15px;
    border: 1px solid #ee7a30;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s;
  }
  
  .contactBox202006131030 .contactForm .info input[type="submit"]:hover {
    background: #ee7a30;
    color: #ffffff;
  }

  .news_box .news_text h3 i.time {
    width: auto;
  }

  .indexBox2 .switchBox .switch > .img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
.indexBox2 .switchBox .switch > .img img{
    width: 100%;
    height: 100%;
}

.indexBox4 .item .text .num1,
.indexBox4 .item .text .num2,
.indexBox4 .item .text .num3
 {
    font-size: 50px;
    font-weight: bold;
    color: #ff7301;
    margin-right:10px;
}

.pro_B_img .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 598px;
}

.faq.agentBox2 {
    padding-bottom: 0;
}

.faq .item h3,
.faq .item h3:before,
.faq .item h3.on:before {
    color: #333!important;
}

.faq .item h3 {
    padding: 0px 45px 0px 26px;
}

.faq .item {
    padding: 10px 0;
    background: #fff;
}

.faq .item h3.on, 
.faq .item h3:hover {
    background: #fff;
    color: #333;
    transition: all .3s;
}

.faq .item_q span {
    font-size: 16px;
    line-height: 32px;
    color: #221815;
    font-weight: bold;
}

.faq .item .text.item_a {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
}

/* add start */
.imgcontent {
    position: relative;
}

.imgcontent .content {
    color: #ffffff;
    width: 100%;
    font-size: 50px;
    text-shadow: 0px 8px 10px rgba(9, 0, 2, 0.27);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imgcontent .content h1 {
    font-size: 48px;
    font-weight: 300;
    color: #E7E8E9;
    padding: 90px 0 0 5%;
}

.prod-page .item .container_1200{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 518px;
}

.prod-page .item .content {
    width: 57.16%;
    margin-left: 103px;
}

.prod-page .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.prod-page .item:nth-child(2n) {
    background: #F4F5F7;
}

.prod-page .item h3 {
    font-size: 36px;
    font-weight: 400;
    color: #353535;
    line-height: 1;
    margin-bottom: 26px;
}

.prod-page .item p {
    font-size: 20px;
    font-weight: 100;
    color: #353535;
    line-height: 36px;
}

.prod-page .item a.more {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    width: auto;
    height: auto;
    line-height: 1;
    color: #FFFFFF;
    background: #EE7A30;
    border: 1px solid #EE7A30;
    border-radius: 26px;
    padding: 19px 46px;
    margin-top: 60px;
    transition: all .3s;
}

.prod-page .item a.more:hover {
    background-color: transparent;
    color: #EE7A30;
}

.warranty .title h2,
.warranty-faq .title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #353535;
    line-height: 44px;
    padding: 100px 0 62px;
    text-align: center;
}

.warranty .wrap {
    width: 87.83%;
    margin: 0 auto;
}

.warranty .slider_table td, 
.warranty .slider_table th {
    border-right-width: 0;
    border-left-width: 0;
    padding: 23px 110px;
    text-align: left;
}

.warranty thead th {
    background: #F4F5F7;
    font-size: 18px;
    font-weight: 200;
    color: #6B6B6B;
}

.warranty td {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    text-align: center;
}

.warranty .slider_table table {
    border: none;
}

.warranty .dot {
    width: 14px;
    height: 14px;
    background: #EE7A30;
    border-radius: 50%;
    margin: 0 auto;
}

.warranty-faq .item h3 {
    background: #F4F5F7;
    border-radius: 20px;
    color: #353535;
}

.warranty-faq .agentBox2 {
    background-color: #fff;
}

.warranty-faq .agentBox2 .item .text {
    background-color: #F4F5F7;
    padding: 50px 124px 54px 54px;
    font-size: 18px;
    font-weight: 100;
    color: #353535;
    line-height: 30px;
}

.warranty-faq .item h3.on, 
.warranty-faq .item h3:hover {
    border-radius: 20px;
}

.warranty-faq .item h3.on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.warranty-faq .item + .item {
    margin-top: 17px;
}

.warranty-faq .agentBox2 .item h3:before {
    color: #353535;
}

.warranty-faq .item h3.on::before {
    color: #fff;
    font-size: 30px;
}

.prod {
    background: #F4F5F7;
    padding: 55px 0;
}

.prod .title h2 {
    font-size: 48px;
    font-family: Roboto;
    font-weight: 300;
    color: #353535;
    text-align: center;
}

.prod .prod-slick {
    padding: 60px 0;
    margin: 0 -25px;
}

.prod .prod-slick .box {
    padding: 0 8px;
}

.prod .prod-slick .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 338px;
    margin-bottom: 30px;
    background-color: #fff;
}

.prod .prod-slick p {
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.prod .prod-slick .slick-dots {
    bottom: 0;
}

.prod .prod-slick .slick-dots li.slick-active {
    background: #EE7A30;
    border: 1px solid #EE7A30;
}

.prod .prod-slick .slick-dots li {
    background: #fff;
    border: 1px solid #ddd;
    width: 23px;
    height: 23px;
}

.productDetailBox1 .inquire1 a:hover {
    background: #ee7a30;
    color: #fff;
}
/* add end */

@media (max-width: 1680px) {
    .indexBox7 .contentBox .leftNews {
        width: 54.4%;
    }

    .indexBox7 .contentBox .rightNews {
        width: 45.6%;
    }
}

@media (max-width: 1450px){
    .banner_slick .slick-prev {
        left: 0;
        top: 66%;
    }
    .banner_slick .slick-next {
        right: 0;
        top: 66%;
    }
    /* .banner .conBox{
        height: 810px;
    } */
    .indexBox1 .item .conBox{
        height: 550px;
    }
    .indexBox1 .item .conBox1{
        height: 393px;
    }
    .indexBox2 .btnBox,
    .indexBox2 .btnBox .btn{
        width: 164px;
    }
    .indexBox2 .btnBox .btn:hover, .indexBox2 .btnBox .btn.on{
        width: 175px;
    }
    .indexBox2 .switchBox{
        width: calc(100% - 200px);
    }
    .indexBox2 .switchBox .switch .box{
        right: 10%;
    }
    .indexBox5 .item{
        width: 335px;
        height: 231px;
    }
    .indexBox5 .item:nth-of-type(2){
        /*margin-left: -205px;*/
    }
    .indexBox5 .item .conBox{
        padding: 20px 30px;
    }

    .indexBox7 .contentBox .listBox .list:last-child {
        display: none;
    }

    .indexBox7 .contentBox .leftNews {
        width: 51%;
    }

    .indexBox7 .contentBox .rightNews {
        width: 49%;
    }
}

@media (max-width: 1440px) {
    .indexBox7 .contentBox .leftNews {
        width: 50.2%;
    }

    .indexBox7 .contentBox .rightNews {
        width: 49.8%;
    }
}
@media (max-width: 1280px) {
    .indexBox7 .contentBox {
        flex-direction: column;
    }

    .indexBox7 .contentBox .leftNews {
        width: 100%;
        margin-bottom: 10px;
    }

    .indexBox7 .contentBox .rightNews {
        width: 100%;
    }

    .indexBox7 .contentBox .listBox .list {
        margin-bottom: 9px;
    }
}
@media (max-width: 1220px){
    .aboutBox4 .switch:nth-last-of-type(1) .item{height: auto;}
    .banner .conBox .textBox .text p,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox6 .text p,
    .indexBox7 .title h2,
    .productBox1 .title h2,
    .productBox2 .title h2,
    .productBox4 .title h2,
    .productContentBox .productContent .title h2,
    .relatedProducts .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox5 .historyContentSlick .text h3,
    .whyBox1 .title h2,
    .whyBox2 .title h2,
    .whyBox3 .title h2,
    .whyBox4 .title h2,
    .agentBox1 .title h2,
    .agentBox3 .title h2{
        font-size: 40px;
    }
    .banner .conBox .textBox .text a,
    .indexBox1 .item .conBox .text a,
    .productBox4 .item .text a,
    .productBox3 .item .textBox p,
    .productBox1 .title p,
    .productContentBox .productMenuBox .btn a,
    .productContentBox .contentBox2 .item .text p,
    .productContentBox .contentBox1 .text p,
    .productContentBox .contentBox3 table td,
    .productContentBox .contentBox5 .text p{
        font-size: 16px;
    }
    .headerSearch a{
        margin-left: 20px;
    }

    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }
    /* .banner .conBox{
        height: 610px;
    } */

    .footerConBox .itemBox .item:nth-of-type(4){
        padding-left: 20px;
    }

    .indexBox1 .item .conBox{
        height: 450px;
    }
    .indexBox5 .itemBox{
        display: block;
    }
    .indexBox5 .item{
        width: 100%;
        height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 10px;
    }
    .indexBox5 .item:hover{
        border: 1px solid #000000;
    }
    .indexBox5 .item:nth-of-type(2){
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0 0 10px;
    }
    .indexBox5 .item .img{
        display: none;
    }
    .indexBox5 .item .conBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 50px 30px;
    }
    .indexBox5 .item:hover .text p{
        height: auto;
    }

    .indexBox2 .conBox{
        width: 992px;
        margin: auto;
        flex-wrap: wrap;
    }
    .indexBox2 .btnBox{
        width: 100%;
        display: flex;
    }
    .indexBox2 .btnBox .btn{
        width: 100%;
        height: auto;
        padding: 20px 10px;
        border: 5px solid transparent !important;
    }
    .indexBox2 .btnBox .btn:hover, .indexBox2 .btnBox .btn.on{
        width: 100%;
        border-color: #ee7a30 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .indexBox2 .switchBox{
        width: 100%;
    }
    .indexBox2 .switchBox .switch{
        padding: 30px;
    }
    .indexBox2 .switchBox .switch .box{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: auto;
    }
    .indexBox5{
        padding: 50px 0;
    }
    .indexBox5 .title h2{
        padding-bottom: 30px;
    }

    .indexBox6{
        padding: 80px 0;
    }
    .indexBox7 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox7 .a{
        padding-top: 20px;
    }

    .productBox2{
        padding: 50px 0;
    }
    .productBox3{
        padding: 50px 0;
    }
    .productBox4{
        padding: 50px 0;
    }
    .productBox4 .title h2{
        padding-bottom: 20px;
    }

    .productDetailBox1 .parameter_box h1{
        padding-top: 0;
    }

    .productContentBox .productMenuBox .btn a{
        margin-right: 30px;
    }

    .productContentBox .contentBox5 .text h3{
        font-size: 30px;
    }

    /* .productContentBox .contentBox2 .itemBox,
    .relatedProducts .itemBox{
        margin: 0 -10px;
    } */
    /* .productContentBox .contentBox2 .itemBox .item,
    .relatedProducts .item{
        padding: 0 10px;
    } */

    .aboutBox2 .conBox .t1{
        width: 360px;
    }
    .aboutBox2 .conBox .t2{
        width: 405px;
    }
    .aboutBox2 .conBox .t3{
        width: 380px;
    }

    .whyBox1 .itemBox{
        margin: 0 -5px;
        padding-bottom: 50px;
    }
    .whyBox1 .item{
        padding: 0 5px;
    }
    .whyBox1 .title h2{
        padding-bottom: 20px;
    }

    .whyBox2{
        padding: 50px 0;
    }
    .whyBox2 .title{
        padding-bottom: 30px;
    }
    .whyBox3 .title h2{
        padding-bottom: 30px;
    }
    .whyBox3 .imgBox{
        padding-bottom: 50px;
    }
    .whyBox3 .img{
        margin: 0 10px;
    }

    .whyBox4 .title h2{
        padding-bottom: 20px;
    }
    .whyBox4 .conBox{
        padding-bottom: 50px;
    }
    .whyBox4 .conBox .text{
        padding-left: 0;
    }

    .pro_B_img .img {
        height: 494px;
    }
}
@media (max-width: 992px){
    .banner .conBox .textBox .text p,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox6 .text p,
    .indexBox7 .title h2,
    .indexBox1 .item .conBox .text h3,
    .indexBox2 .switchBox .switch .box .text h3,
    .productBox1 .title h2,
    .productBox2 .title h2,
    .productBox4 .title h2,
    .productDetailBox1 .parameter_box h1,
    .productContentBox .productContent .title h2,
    .relatedProducts .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox5 .historyContentSlick .text h3,
    .whyBox1 .title h2,
    .whyBox2 .title h2,
    .whyBox3 .title h2,
    .whyBox4 .title h2,
    .whyBox4 .conBox .text h3,
    .agentBox1 .title h2,
    .agentBox3 .title h2,
    .agentBox2 .title h2,
    .agentBox3 .text h3{
        font-size: 32px;
    }

    .Three_menu_box{
        padding-left: 10px;
    }
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i{
        font-size: 14px;
        line-height: 1.2;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        line-height: 0;
        font-size: 0;
        padding: 13px 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    .langBox{
        position: absolute;
        top: 0;
        right: 10px;
    }
    .langBox .tp{
        display: flex;
        align-items: center;
        height: 60px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    /* .banner .conBox{
        height: 500px;
    } */
    .indexBox1 .item .conBox{
        height: 350px;
    }

    .indexBox2 .conBox{
        width: 767px;
    }

    .indexBox7 .contentBox{
        padding: 0;
    }
    .indexBox7 .contentBox .leftNews,
    .indexBox7 .contentBox .rightNews{
        width: 100%;
    }
    .indexBox7 .contentBox .leftNews{
        margin-bottom: 20px;
    }
    .footerConBox .itemBox .item:nth-of-type(1),
    .footerConBox .itemBox .item:nth-of-type(4){
        display: none;
    }
    .footerConBox .itemBox .item:nth-of-type(3){
        width: 450px;
    }

    .productBox1 .item{
        width: 50%;
    }
    .productBox3 .item{
        flex-wrap: wrap;
    }
    .productBox3 .item .textBox{
        width: 100%;
        padding: 30px 20px;
    }
    .productBox3 .item .img{
        width: 100%;
    }
    .productBox4 .item{
        width: 50%;
    }

    .productDetailBox1 .product_img_box{
        width: 100%;
    }
    .productDetailBox1 .parameter_box{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .productDetailBox1 .productShareBox{
        flex-wrap: wrap;
    }
    .productDetailBox1 .productShare{
        width: 100%;
        margin-top: 30px;
    }

    .productContentBox .productMenuBox{
        display: none;
    }
    .productContentBox .productContent{
        padding-top: 0;
    }
    .productContentBox .contentBox1{
        padding-bottom: 40px;
    }

    .aboutBox1{
        padding: 50px 0;
    }
    .aboutBox1 .itemBox{
        flex-wrap: wrap;
    }
    .aboutBox1 .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .aboutBox1 .item:last-child{
        width: 100%;
    }

    .aboutBox2 .title h2{
        padding: 50px  0 30px;
    }
    .aboutBox2 .conBox{
        padding-bottom: 20px;
    }
    .aboutBox2 .conBox .img{
        display: none;
    }
    .aboutBox2 .conBox .text{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 30px !important;
        padding-top: 85px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }
    .aboutBox2 .conBox .text:before{
        top: 0 !important;
        left: 50% !important;
        margin-left: -37px;
        transform: none;
    }

    .aboutBox3 .btn{
        width: 100%;
        min-width: 0;
        text-align: center;
    }
    .aboutBox3 .switch .teamSLick .slick-prev{
        left: 0;
    }
    .aboutBox3 .switch .teamSLick .slick-next{
        right: 0;
    }
    .aboutBox3 .switch .teamSLick .img{
        padding-bottom: 10px;
    }
    .aboutBox3 .switch .teamSLick .text p{
        font-size: 16px;
    }

    .aboutBox4{
        padding: 50px 0;
    }
    .aboutBox5 .title h2{
        padding: 50px 0 30px;
    }
    .aboutBox5 .historyContentSlick .text{
        min-height: 0;
        padding-bottom: 50px;
    }
    .aboutBox5 .historyContentSlick .text p{
        font-size: 16px;
        line-height: 1.6;
    }
    .aboutBox5 .yearsSlick .slick_first.slick-current span{
        font-size: 32px;
    }
    .aboutBox5 .yearsSlick .slick_first span{
        margin-top: 26px;
    }

    .whyBox1 .itemBox{
        flex-wrap: wrap;
    }
    .whyBox1 .item{
        width: 100%;
        margin-bottom: 15px;
    }

    .whyBox2 .whySlick .slick-prev{
        left: 30px;
    }
    .whyBox2 .whySlick .slick-next{
        right: 30px;
    }

    .whyBox3 .imgBox{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .whyBox3 .img{
        width: 49%;
        margin: 0;
        float: left;
    }

    .whyBox4 .conBox .text{
        width: 100%;
        padding-right: 0;
    }
    .whyBox4 .conBox .img{
        display: none;
    }

    .agentBox1 .conBox{
        flex-wrap: wrap;
    }
    .agentBox1 .conBox .textBox, .agentBox1 .conBox .img{
        width: 100%;
    }

    /* add start */
    .imgcontent .content h1 {
        padding: 50px 0; 
        text-align: center;
        font-size: 26px;
        color: #ff7301;
    }

    .prod-page .item .container_1200 {
        flex-direction: column;
        height: auto;
    }

    .prod-page .item {
        padding: 20px 10px;
    }

    .prod-page .item .content {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .prod-page .item h3 {
        font-size: 30px;
        margin: 20px 0;
    }

    .prod-page .item p {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }

    .prod-page .item a.more {
        margin-top: 20px;
        padding: 16px 34px;
        font-size: 16px;
    }

    .warranty .title h2, 
    .warranty-faq .title h2 {
        font-size: 36px;
        padding: 20px 0;
    }

    .warranty .slider_table td, .warranty .slider_table th {
        padding: 20px 6px;
        font-size: 16px;
    }
    
    .warranty-faq .agentBox2 .item .text {
        padding: 20px;
    }

    .prod {
        padding: 20px 0;
    }

    .prod .title h2 {
        font-size: 36px;
    }

    .prod .prod-slick{
        padding: 35px 0;
        margin: 0 -10px;
    }

    .aboutBox3 .switch .teamSLick .img img {
        height: auto;
    }

    /* add end */

    .indexBox2 .switchBox .switch.on {
        display: block;
        padding: 0;
    }

    .indexBox2 .switchBox .switch>.img {
        position: inherit;
        height: auto;
    }

    .indexBox7 .contentBox .listBox .list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .indexBox7 .contentBox .listBox .img,
    .indexBox7 .contentBox .listBox .text {
        width: 100%;
    }

    .indexBox7 .contentBox .leftNews .text {
        position: inherit;
        padding: 20px;
    }

    .indexBox7 .contentBox .leftNews .text a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .contactBox202006131030 .contactInfo,
    .contactBox202006131030 .contactForm {
        width: 100%;
        padding-left: 0;
    }

    .contactBox202006131030 .contactForm{
        padding-top: 40px;
    }

    .relatedProducts .itemBox {
        grid-template-columns: 100%;
    }
}
.inquireFormBox{
    position: fixed;
    background: #ffffff;
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 512px;
    margin-top: -256px;
    margin-left: -350px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    z-index: 10001;
    display: none;
}
.inquireFormBox .closeForm{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
}
.inquireFormBox h2{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333333;
}
.inquireFormBox .info {
    width: 50%;
    padding: 0 5px;
    float: left;
    overflow: hidden;
    margin-bottom: 12px;
}
.inquireFormBox .info.textarea{
    width: 100%;
}
.inquireFormBox .label_control {
    width: 100%;
    margin-top: 0;
    height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 36px;
}
.inquireFormBox .controls {
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.inquireFormBox .controls .tips {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
    color: #ff0000;
}
.inquireFormBox .controls input,
.inquireFormBox .controls textarea {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    border: 0;
    background: none;
    resize: none;
}
.inquireFormBox .controls textarea {
    text-indent: 0;
    padding: 10px;
}
.inquireFormBox .info.textarea .controls {
    height: 150px;
}
.inquireFormBox .info input[type="submit"] {
    padding: 10px 25px;
    border: 0;
    background: #1e1e1e;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
}
.inquireFormBox .info input[type="submit"]:hover {
    opacity: .8;
    transition: all .3s;
}
.inquireFormBj{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    display: none;
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    /* .banner .conBox{
        height: 400px;
    } */
    .banner .conBox .textBox .text{
        width: 100%;
        text-align: center;
    }
    .indexBox1 .item{
        width: 100%;
    }
    .indexBox1 .item .conBox{
        height: 300px;
    }
    .indexBox1 .item .conBox .text h3{
        padding-top: 40px;
    }
    .indexBox2 .conBox{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox4 .title h2{
        padding-bottom: 20px;
    }
    .indexBox4 .item .ico img{
        width: 70px;
    }
    .indexBox2 .switchBox .switch .box{
        width: 100%;
        max-width: 520px;
    }

    .indexBox3 .imgs {
        flex-wrap: wrap;
        padding: 0;
    }

    .indexBox3 .img {
        width: 50%;
        padding: 10px;
        transform: none!important;
    }
}



@media (max-width: 640px){
    .indexBox2 .btnBox{
        flex-wrap: wrap;
        background: none;
    }
    .indexBox2 .btnBox .btn{
        background: #575c60;
        margin-bottom: 5px !important;
    }
    .indexBox4 .itemBox{
        flex-wrap: wrap;
    }
    .indexBox4 .item{
        width: 100%;
    }
    .footerConBox .itemBox .item:nth-of-type(2){
        display: none;
    }
    .footerConBox .itemBox .item:nth-of-type(3){
        width: 100%;
    }

    .productContentBox .contentBox2 .item{
        width: 100%;
    }
    .productContentBox .contentBox5 .info{
        width: 100%;
    }
    .relatedProducts .item{
        width: 100%;
        /* margin-bottom: 20px; */
    }

    .aboutBox4 .switch .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .aboutBox4 .btn{
        text-align: center;
    }
    .agentBox3 .form .info{
        width: 100%;
    }
}

@media (max-width: 540px){
}
@media (max-width: 480px){
}
.contactBox202006131030 .contactForm .info p{
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
}
.contactBox202006131030 .contactForm .info p a{
    color: #333333;
    text-decoration: underline;
}
.contactBox202006131030 .contactForm .info p a:hover{
    color: #171717;
}

.banner-video {
  height: 100%;
  min-height: 520px;
  width: 100%;
  max-width: 1920px;
  
  /* Add these: */
  object-fit: cover;
  object-position: center;
  display: block; /* removes inline baseline gap */
 

}


  /* ════════════════════════════
     BANNER WRAPPER
  ════════════════════════════ */
  .mobikins_banner-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow: hidden;
  }

  /* ── BANNER IMAGE ── */
  .mobikins_banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    margin-top: 9px;
  }

  /* ════════════════════════════
     ORANGE CONTENT OVERLAY
     — sits on the bottom portion
  ════════════════════════════ */
  .mobikins_banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* Orange gradient overlay — matches image */
    background: linear-gradient(to right, rgba(204, 82, 10, 0.92) 0%, rgba(230, 100, 20, 0.88) 50%, rgb(255 99 7 / 75%) 100%);

    padding: 28px 40px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  /* Left text block */
  .mobikins_banner-text {
    flex: 1;
  }

  .mobikins_banner-heading {
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }

  .mobikins_banner-subheading {
    font-size: clamp(12px, 1.5vw, 15px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.90);
    line-height: 1.6;
    max-width: 460px;
  }

  /* ── CTA BUTTON WRAPPER ── */
  .mobikins_banner-cta {
    flex-shrink: 0;
  }

  /* ── CTA BUTTON ── */
  .mobikins_btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(13px, 1.4vw, 15px);
    font-weight: 500;
    text-decoration: none;
    padding: 13px 26px;
    border: 2px solid rgba(255, 255, 255, 0.80);
    border-radius: 50px;
    white-space: nowrap;
    transition: background 0.3s ease, border-color 0.3s ease,
                color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .mobikins_btn-cta:hover {
    background: #FFFFFF;
    color: #CC520A;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.20);
  }

  /* ── ARROW ICON ── */
  .mobikins_btn-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .mobikins_btn-cta:hover .mobikins_btn-arrow {
    transform: translateX(4px);
  }

  /* ════════════════════════════
     RESPONSIVE
  ════════════════════════════ */

  /* Tablet */
  @media (max-width: 768px) {

    .mobikins_banner-wrapper {
      border-radius: 8px;
    }

    .mobikins_banner-content {
      flex-direction: column;
      align-items: flex-start;
      padding: 22px 24px 26px;
      gap: 16px;
    }

    .mobikins_banner-subheading {
      max-width: 100%;
    }

    .mobikins_banner-cta {
      width: 100%;
    }

    .mobikins_btn-cta {
      width: 100%;
      justify-content: center;
    }
  }

  /* Mobile */
  @media (max-width: 480px) {

    .mobikins_banner-content {
      padding: 18px 16px 22px;
      gap: 14px;
    }

    .mobikins_btn-cta {
      padding: 12px 20px;
    }
  }

   /* ════════════════════════════
     BANNER WRAPPER
  ════════════════════════════ */
  .Mobkins_sub1-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }

  /* ── BANNER IMAGE ── */
  .Mobkins_sub1-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* ════════════════════════════
     ORANGE CONTENT OVERLAY
     — sits on the RIGHT side
       matching the reference image
  ════════════════════════════ */
  .Mobkins_sub1-content {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 42%;
    max-width: 420px;
    background: linear-gradient(to right, rgb(255 95 0 / 92%) 0%, rgba(230, 100, 20, 0.88) 50%, rgba(204, 82, 10, 0.75) 100%);
    padding: 65px 36px 36px;

  }

  /* ── HEADING ── */
  .Mobkins_sub1-heading {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
    text-align: right;
  }

  /* ── SUBHEADING ── */
  .Mobkins_sub1-subheading {
    font-size: clamp(12px, 1.4vw, 15px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
    text-align: right;
    margin-bottom: 0;
  }

  /* ── CTA BUTTON WRAPPER ── */
  .Mobkins_sub1-cta {
    margin-top: 24px;
    text-align: right;
  }

  /* ── CTA BUTTON ── */
  .Mobkins_sub1-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: 500;
    text-decoration: none;
    padding: 11px 24px;
    border: 2px solid rgba(255, 255, 255, 0.80);
    border-radius: 50px;
    white-space: nowrap;
    transition: background 0.3s ease, border-color 0.3s ease,
                color 0.3s ease, transform 0.3s ease,
                box-shadow 0.3s ease;
    cursor: pointer;
  }

  .Mobkins_sub1-btn:hover {
    background: #FFFFFF;
    color: #B45A14;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.20);
  }

  /* ── BUTTON ARROW ── */
  .Mobkins_sub1-btn-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .Mobkins_sub1-btn:hover .Mobkins_sub1-btn-arrow {
    transform: translateX(4px);
  }

  /* ════════════════════════════
     RESPONSIVE — TABLET
  ════════════════════════════ */
  @media (max-width: 900px) {

    .Mobkins_sub1-content {
      width: 52%;
      padding: 24px 26px 28px;
    }
  }

  /* ════════════════════════════
     RESPONSIVE — MOBILE
  ════════════════════════════ */
  @media (max-width: 640px) {

    .Mobkins_sub1-wrapper {
      border-radius: 8px;
    }

    .Mobkins_sub1-content {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      width: 100%;
      max-width: 100%;
      border-radius: 0 0 8px 8px;
      padding: 22px 20px 24px;
      text-align: left;
    }

    .Mobkins_sub1-heading {
      text-align: left;
    }

    .Mobkins_sub1-subheading {
      text-align: left;
    }

    .Mobkins_sub1-cta {
      text-align: left;
    }

    .Mobkins_sub1-btn {
      width: 100%;
      justify-content: center;
    }
  }

  /* ════════════════════════════
     RESPONSIVE — SMALL MOBILE
  ════════════════════════════ */
  @media (max-width: 400px) {

    .Mobkins_sub1-content {
      padding: 18px 16px 20px;
    }

    .Mobkins_sub1-btn {
      padding: 11px 18px;
      font-size: 13px;
    }
  }

  
  
  /* ════════════════════════════
     BANNER WRAPPER
  ════════════════════════════ */
  .Mobkins_sub2-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }

  /* ── BANNER IMAGE ── */
  .Mobkins_sub2-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
  }

  .Mobkins_sub2-wrapper:hover .Mobkins_sub2-image {
    transform: scale(1.03);
  }

  /* ── DARK GRADIENT OVERLAY ──
     Heavier on left so text is readable,
     fades out toward right (matches reference) */
  .Mobkins_sub2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 45%,
      rgba(0, 0, 0, 0.10) 100%
    );
    z-index: 1;
  }

  /* ════════════════════════════
     CONTENT BOX
     — bottom-left aligned
       matching the reference image
  ════════════════════════════ */
  .Mobkins_sub2-content {
    position: absolute;
    transform: translateY(-50%);
    width: 46%;
    top: 50%;
    left: 0%;
    max-width: 420px;
    background: linear-gradient(to right, rgba(204, 82, 10, 0.92) 0%, rgb(255 97 0 / 88%) 50%, rgb(255 96 2 / 75%) 100%);
    padding: 32px 36px 36px;
    border-radius: 0%;
    
  }

  /* ── HEADING ── */
  .Mobkins_sub2-heading {
    font-size: clamp(20px, 3vw, 38px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
  }

  /* ── SUBHEADING ── */
  .Mobkins_sub2-subheading {
    font-size: clamp(12px, 1.3vw, 15px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
    margin-bottom: 20px;
    max-width: 400px;
  }

  /* ── CTA WRAPPER ── */
  .Mobkins_sub2-cta {
    display: block;
  }

  /* ── CTA BUTTON ── */
  .Mobkins_sub2-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: transparent;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 500;
    text-decoration: none;
    padding: 10px 24px;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    border-radius: 50px;
    white-space: nowrap;
    transition: background 0.3s ease, border-color 0.3s ease,
                color 0.3s ease, transform 0.3s ease,
                box-shadow 0.3s ease;
    cursor: pointer;
  }

  .Mobkins_sub2-btn:hover {
    background: #FF6B1A;
    border-color: #FF6B1A;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 26, 0.40);
  }

  /* ── BUTTON ARROW ── */
  .Mobkins_sub2-btn-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .Mobkins_sub2-btn:hover .Mobkins_sub2-btn-arrow {
    transform: translateX(4px);
  }

  /* ── ORANGE ACCENT LINE (top-left) ── */
  .Mobkins_sub2-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 3px;
    background: #FF6B1A;
    z-index: 3;
    border-radius: 0 0 3px 0;
    transition: width 0.4s ease;
  }

  .Mobkins_sub2-wrapper:hover::before {
    width: 90px;
  }

  /* ════════════════════════════
     RESPONSIVE — TABLET
  ════════════════════════════ */
  @media (max-width: 900px) {

    .Mobkins_sub2-content {
      width: 72%;
      padding: 22px 26px 26px;
    }

    .Mobkins_sub2-subheading {
      max-width: 100%;
    }
  }

  /* ════════════════════════════
     RESPONSIVE — MOBILE
  ════════════════════════════ */
  @media (max-width: 640px) {

    .Mobkins_sub2-wrapper {
      border-radius: 8px;
    }

    .Mobkins_sub2-overlay {
      background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.30) 60%,
        rgba(0, 0, 0, 0.05) 100%
      );
    }

    .Mobkins_sub2-content {
      width: 100%;
      max-width: 100%;
      padding: 16px 18px 20px;
    }

    .Mobkins_sub2-subheading {
      font-size: 12px;
      margin-bottom: 14px;
    }

    .Mobkins_sub2-btn {
      width: 100%;
      justify-content: center;
    }
  }

  /* ════════════════════════════
     RESPONSIVE — SMALL MOBILE
  ════════════════════════════ */
  @media (max-width: 400px) {

    .Mobkins_sub2-content {
      padding: 14px 14px 18px;
    }

    .Mobkins_sub2-btn {
      font-size: 12px;
      padding: 10px 16px;
    }
  }



  /* ===== BANNER SLIDER MOBILE FIX ===== */

/* Fix image slides */
.banner .conBox {
    overflow: hidden;
}

.banner .conBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Fix video slide */
.banner-video {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Mobile: let images be natural height, remove gaps */
@media (max-width: 767px) {
    .banner .conBox {
        height: auto !important;
    }

    .banner .conBox img {
        height: auto !important;
        object-fit: unset;
    }

    .banner-video {
        height: auto !important;
        min-height: unset !important;
        max-height: 60vw;
    }

    /* Remove bottom margin from slick on mobile */
    .banner .slick-slider {
        margin-bottom: 0 !important;
    }

    /* Remove any gap slick-list may add */
    .banner .slick-list {
        margin: 0;
        padding: 0 !important;
    }
}

/* ===== INDEXBOX1 CONBOX1 MOBILE FIX ===== */

/* Make conBox1 shrink-wrap its image content instead of fixed height */
.indexBox1 .item .conBox1 {
    height: auto !important;
    overflow: hidden;
}

/* Let sub-wrapper images be natural height — no more gaps */
.Mobkins_sub1-wrapper,
.Mobkins_sub2-wrapper {
    height: auto;
}

.Mobkins_sub1-image,
.Mobkins_sub2-image {
    height: auto !important;
    width: 100%;
    display: block;
    object-fit: unset;
}

/* Mobile specific */
@media (max-width: 767px) {
    .indexBox1 .item .conBox1 {
        height: auto !important;
        min-height: unset !important;
    }

    .Mobkins_sub1-image,
    .Mobkins_sub2-image {
        height: auto !important;
        object-fit: unset;
    }

    /* Remove bottom gap from item margin */
    .indexBox1 .item {
        margin-top: 5px;
    }
}



.indexBox55{
    padding: 70px 0;
}
.indexBox55 .title h2{
    padding-bottom: 70px;
    font-size: 48px;
    font-weight: 300;
    color: #ff5e23;
    text-align: center;
}
.indexBox55 .itemBox{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
 
.indexBox55 .item{
    width: 461px;
    height: 350px;
    border: 1px solid #e67e22;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.indexBox55 .item:hover{
    border: 0;
}
.indexBox55 .item:nth-of-type(2){
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -237px;*/
}
.indexBox55 .item .img{
    line-height: 0;
    text-align: center;
    opacity: 0;
}
.indexBox55 .item:hover .img{
    opacity: 1;
}
.indexBox55 .item .conBox{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 80px;
}
.indexBox55 .item:hover .conBox{
    top: auto;
    bottom: 20px;
    height: auto;
}
.indexBox55 .item .ico{
    width: 60px;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox55 .item:hover .ico{
    background: #ee7a30;
}
.indexBox55 .item .text h3{
    font-size: 24px;
    color: #2b2b2b;
    padding: 20px 0 15px;
}
.indexBox55 .item .text p{
    font-size: 16px;
    color: #3e3e3e;
    line-height: 30px;
}
.indexBox55 .item:hover .text p{
    height: 0;
    overflow: hidden;
}


  /* ── Section header ── */
  .section-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .section-header .eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 12px;
  }
  .section-header h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 400;
    color: var(--black);
    line-height: 1.2;
  }
  .section-header p {
    margin-top: 14px;
    font-size: 16px;
    color: var(--grey-500);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
  }

  /* ── Grid ── */
  .tiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 85px;
  }

    .tiles-grid-index {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /* ── Card ── */
  .tile {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.32s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.32s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .tile:hover {
    transform: translateY(-6px) scale(1.012);
    box-shadow: var(--shadow-hover);
  }

  /* ── Image wrapper ── */
  .tile-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--grey-100);
  }
  .tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
  }
  .tile:hover .tile-image img {
    transform: scale(1.04);
  }
  /* Orange bottom edge on image */
  .tile-image::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--orange), var(--orange-light));
  }

  /* ── Body ── */
  .tile-body {
    padding: 28px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .tile-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--orange);
  }
  .tile-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 400;
    color: var(--black);
    line-height: 1.25;
  }
  .tile-divider {
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), var(--orange-light));
    border-radius: 2px;
    margin: 2px 0;
  }
  .tile-text {
    font-size: 14.5px;
    color: var(--grey-700);
    line-height: 1.7;
    flex: 1;
  }

  /* ── CTA link ── */
  .tile-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--orange);
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: gap 0.2s ease;
  }
  .tile-cta:hover { gap: 10px; }
  .tile-cta svg {
    width: 14px; height: 14px;
    stroke: var(--orange);
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }
  .tile-cta:hover svg { transform: translateX(3px); }

  /* ── Responsive ── */
  @media (max-width: 900px) {
    .tiles-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 580px) {
    .tiles-grid { grid-template-columns: 1fr; }
    body { padding: 40px 16px; }
  }
   /* ── Responsive ── */
  @media (max-width: 900px) {
    .tiles-grid-index { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 580px) {
    .tiles-grid-index { grid-template-columns: 1fr; }
    body { padding: 40px 16px; }
  }

  /* ── Entrance animation ── */
  .tile {
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp 0.55s ease forwards;
  }
  .tile:nth-child(1) { animation-delay: 0.05s; }
  .tile:nth-child(2) { animation-delay: 0.15s; }
  .tile:nth-child(3) { animation-delay: 0.25s; }
  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }

  
/* ── Wrapper corporat about── */

/* ── Wrapper ── */
.intro-section {
  width: 100%;
 padding: 50px;
}

/* ── Header ── */
.intro-header {
  text-align: center;
  margin-bottom: 56px;
}
.intro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
.intro-eyebrow::before,
.intro-eyebrow::after {
  content: '';
  width: 28px;
  height: 1.5px;
  background: var(--orange);
  opacity: 0.5;
}
.intro-header h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.12;
  letter-spacing: -0.5px;
}
.intro-header h1 em {
  font-style: italic;
  color: var(--orange);
}
.intro-header .header-rule {
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  margin: 6px auto 0;
}

/* ── Paragraph cards ── */
.para-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}

.para-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 32px 36px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 20px;
  align-items: start;
  height: 100%;
  box-shadow: 0 1px 4px rgba(26,23,20,0.04), 0 6px 24px rgba(26,23,20,0.07);
  border: 1px solid rgba(212,207,200,0.5);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.28s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.55s ease forwards;
}
.para-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(241,90,34,0.1), 0 16px 40px rgba(26,23,20,0.11);
}

/* Accent left border */
.para-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, var(--orange), var(--orange-light));
  opacity: 0;
  transition: opacity 0.25s ease;
}
.para-card:hover::before { opacity: 1; }

/* Subtle background glow on hover */
.para-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 10% 50%, rgba(241,90,34,0.04), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.para-card:hover::after { opacity: 1; }

/* Stagger */
.para-card:nth-child(1) { animation-delay: 0.08s; }
.para-card:nth-child(2) { animation-delay: 0.18s; }
.para-card:nth-child(3) { animation-delay: 0.28s; }
.para-card:nth-child(4) { animation-delay: 0.38s; }

/* ── Icon / number column ── */
.para-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 3px;
}
.para-number {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}
.para-card:hover .para-number {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
}
.para-dot-line {
  width: 1.5px;
  flex: 1;
  min-height: 32px;
  background: repeating-linear-gradient(to bottom, var(--grey-300) 0px, var(--grey-300) 4px, transparent 4px, transparent 8px);
  margin-top: 4px;
}
/* Hide dot line on last card */
.para-card:last-child .para-dot-line { display: none; }

/* ── Content column ── */
.para-content {}
.para-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  background: var(--orange-pale);
  border: 1px solid var(--orange-mid);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.para-text {
  font-size: clamp(14.5px, 1.6vw, 16px);
  line-height: 1.78;
  color: var(--grey-700);
  font-weight: 400;
}
.para-text strong {
  color: var(--orange);
  font-weight: 600;
}

/* ── Highlight pull-quote strip ── */
.para-highlight {
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--orange-pale);
  border-left: 3px solid var(--orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 14px;
  color: var(--orange);
  font-weight: 500;
  line-height: 1.55;
  font-style: italic;
}

/* ── Stats row (card 1) ── */
.para-stats {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stat-value {
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  color: var(--orange);
  line-height: 1;
}
.stat-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--grey-500);
  letter-spacing: 0.5px;
}

/* ── Cities tag cloud (card 3) ── */
.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.city-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-700);
  background: var(--grey-100);
  border: 1px solid var(--grey-300);
  border-radius: 20px;
  padding: 4px 12px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.city-tag:hover {
  background: var(--orange-pale);
  color: var(--orange);
  border-color: var(--orange-mid);
}
.city-tag.highlight {
  background: var(--orange-pale);
  color: var(--orange);
  border-color: var(--orange-mid);
  font-weight: 600;
}

/* ── Mission pillars (card 4) ── */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.pillar {
  background: var(--off-white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  text-align: center;
  transition: background 0.2s;
}
.pillar:hover { background: var(--orange-pale); border-color: var(--orange-mid); }
.pillar-icon {
  font-size: 22px;
  margin-bottom: 6px;
}
.pillar-label {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--grey-700);
  letter-spacing: 0.3px;
}

/* ── Animations ── */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 600px) {
  body { padding: 48px 16px 60px; }
  .para-card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }
  .para-icon { flex-direction: row; align-items: center; }
  .para-dot-line { display: none; }
  .para-stats { gap: 16px; }
  .pillars { grid-template-columns: 1fr 1fr; }
}


/* ══════════════ SECTION stores ══════════════ */


.section-stors {
  text-align: center;
  margin-bottom: 0px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--orange);
  opacity: 0.5;
}
.section-stors h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.3px;
  color: var(--black);
}
.section-stors h1 em {
  font-style: italic;
  color: var(--orange);
}
.header-rule {
  width: 48px; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  margin: 20px auto 16px;
}
.section-stors p {
  font-size: 15px;
  color: var(--grey-500);
  line-height: 1.65;
}

/* ══════════════ CITY GRID ══════════════ */
.cities-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

/* Search bar */
.search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1.5px solid var(--grey-300);
  border-radius: 50px;
  padding: 10px 20px;
  max-width: 420px;
  margin: 0 auto 40px;
  box-shadow: 0 2px 10px rgba(26,23,20,0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-bar:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(241,90,34,0.1);
}
.search-bar svg { flex-shrink: 0; opacity: 0.45; }
.search-bar input {
  border: none; outline: none; background: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--black); width: 100%;
}
.search-bar input::placeholder { color: var(--grey-500); }

/* Cities grid — 3 per row */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ── City Card ── */
.city-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1.5px solid rgba(212,207,200,0.5);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, border-color 0.2s;
  position: relative;
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 0.55s ease forwards;
}
.city-card.active {
  border-color: var(--orange);
  box-shadow: var(--shadow-hover);
}
.city-card:not(.active):hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-hover);
  border-color: var(--orange-mid);
}

/* stagger */
.city-card:nth-child(1)  { animation-delay: 0.04s; }
.city-card:nth-child(2)  { animation-delay: 0.09s; }
.city-card:nth-child(3)  { animation-delay: 0.14s; }
.city-card:nth-child(4)  { animation-delay: 0.19s; }
.city-card:nth-child(5)  { animation-delay: 0.24s; }
.city-card:nth-child(6)  { animation-delay: 0.29s; }
.city-card:nth-child(7)  { animation-delay: 0.34s; }
.city-card:nth-child(8)  { animation-delay: 0.39s; }
.city-card:nth-child(9)  { animation-delay: 0.44s; }

/* Orange top bar */
.city-card-top {
  height: 5px;
  background: linear-gradient(90deg, var(--grey-300), var(--grey-100));
  transition: background 0.3s;
}
.city-card.active .city-card-top,
.city-card:hover .city-card-top {
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}

/* Card header */
.city-card-header {
  padding: 22px 24px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.city-info { flex: 1; }
.city-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  background: var(--orange-pale);
  border: 1px solid var(--orange-mid);
  border-radius: 20px;
  padding: 3px 9px;
  margin-bottom: 8px;
}
.city-name {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.2;
}
.city-state {
  font-size: 12px;
  color: var(--grey-500);
  margin-top: 3px;
  font-weight: 400;
}

/* Store count badge */
.store-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  flex-shrink: 0;
  transition: background 0.2s;
}
.city-card.active .store-badge,
.city-card:hover .store-badge {
  background: var(--orange);
  border-color: var(--orange);
}
.store-badge-num {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: var(--orange);
  line-height: 1;
  transition: color 0.2s;
}
.city-card.active .store-badge-num,
.city-card:hover .store-badge-num { color: white; }
.store-badge-lbl {
  font-size: 8.5px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.5px;
  transition: color 0.2s;
  margin-top: 2px;
}
.city-card.active .store-badge-lbl,
.city-card:hover .store-badge-lbl { color: rgba(255,255,255,0.85); }

/* Divider */
.city-divider {
  height: 1px;
  background: var(--grey-100);
  margin: 0 24px;
}

/* Tap to explore footer */
.city-card-footer {
  padding: 13px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.city-footer-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-500);
  transition: color 0.2s;
}
.city-card.active .city-footer-text,
.city-card:hover .city-footer-text { color: var(--orange); }
.city-chevron {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--grey-100);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.35s ease;
  flex-shrink: 0;
}
.city-card.active .city-chevron {
  background: var(--orange);
  transform: rotate(180deg);
}
.city-card:hover:not(.active) .city-chevron { background: var(--orange-pale); }
.city-chevron svg { stroke: var(--grey-500); transition: stroke 0.2s; }
.city-card.active .city-chevron svg { stroke: white; }
.city-card:hover:not(.active) .city-chevron svg { stroke: var(--orange); }

/* ══════════════ STORES DRAWER ══════════════ */
.stores-drawer {
  grid-column: 1 / -1;          /* full row width */
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--orange-mid);
  box-shadow: 0 8px 40px rgba(241,90,34,0.1), 0 2px 10px rgba(26,23,20,0.06);
  overflow: hidden;
  display: none;
  animation: slideDown 0.38s cubic-bezier(0.22,1,0.36,1) forwards;
}
.stores-drawer.open { display: block; }

.drawer-header {
  padding: 26px 32px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--grey-100);
  background: var(--orange-pale);
}
.drawer-title-wrap {}
.drawer-eyebrow {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 4px;
}
.drawer-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 400;
  color: var(--black);
}
.drawer-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--orange-mid);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.drawer-close:hover { background: var(--orange); }
.drawer-close:hover svg { stroke: white; }
.drawer-close svg { stroke: var(--orange); transition: stroke 0.2s; }

/* Filter tabs */
.drawer-filters {
  padding: 16px 32px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grey-100);
}
.filter-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--grey-700);
  background: var(--grey-100);
  border: 1px solid var(--grey-300);
  border-radius: 20px;
  padding: 5px 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
}

/* Stores grid inside drawer */
.stores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding: 24px 32px 28px;
}

/* Store item */
.store-item {
  background: var(--off-white);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  border: 1px solid var(--grey-100);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  cursor: default;
}
.store-item:hover {
  background: var(--orange-pale);
  border-color: var(--orange-mid);
  transform: translateY(-2px);
}
.store-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--white);
  border: 1.5px solid var(--orange-mid);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.store-details {}
.store-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 4px;
}
.store-location {
  font-size: 12.5px;
  color: var(--grey-500);
  line-height: 1.4;
  margin-bottom: 6px;
}
.store-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 10px;
}
.store-type.mall {
  color: #0066CC;
  background: #EBF4FF;
}
.store-type.airport {
  color: #7B2D9B;
  background: #F5EDFF;
}
.store-type.highstreet {
  color: #1A7A3A;
  background: #E8F8EE;
}
.store-type.exclusive {
  color: #B8600A;
  background: #FFF3E0;
}

/* ══════════════ ANIMATIONS ══════════════ */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════ STORE ITEM CLICKABLE ══════════════ */
.store-item {
  cursor: pointer;
}
.store-item .view-gallery {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.3px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
}
.store-item:hover .view-gallery {
  opacity: 1;
  transform: translateX(0);
}
.store-item .view-gallery svg { stroke: var(--orange); }

/* ══════════════ GALLERY POPUP ══════════════ */
.gallery-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 6, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  animation: overlayIn 0.28s ease forwards;
}
.gallery-overlay.closing {
  animation: overlayOut 0.22s ease forwards;
}
@keyframes overlayIn  { to   { opacity: 1; } }
@keyframes overlayOut { from { opacity: 1; } to { opacity: 0; } }

.gallery-modal {
  background: var(--white);
  border-radius: 24px;
  width: 100%;
  max-width: 860px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 32px 80px rgba(0,0,0,0.45);
  transform: translateY(28px) scale(0.97);
  animation: modalIn 0.32s cubic-bezier(0.22,1,0.36,1) forwards;
}
.gallery-modal.closing {
  animation: modalOut 0.22s ease forwards;
}
@keyframes modalIn  { to   { transform: translateY(0) scale(1); } }
@keyframes modalOut { from { transform: translateY(0) scale(1); } to { transform: translateY(20px) scale(0.97); opacity: 0; } }

/* Modal header */
.modal-header {
  padding: 24px 28px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--grey-100);
  flex-shrink: 0;
}
.modal-header-left {}
.modal-store-eyebrow {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 5px;
}
.modal-store-name {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.2;
}
.modal-store-loc {
  font-size: 13px;
  color: var(--grey-500);
  margin-top: 4px;
}
.modal-close-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--grey-100);
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.modal-close-btn:hover { background: var(--orange); transform: rotate(90deg); }
.modal-close-btn:hover svg { stroke: white; }
.modal-close-btn svg { stroke: var(--grey-700); transition: stroke 0.2s; }

/* Hero image */
.modal-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  background: var(--grey-100);
  flex-shrink: 0;
  overflow: hidden;
}
.modal-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}
.modal-hero-label {
  position: absolute;
  bottom: 14px; left: 18px;
  background: rgba(10,8,6,0.65);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}
/* Prev/next arrows on hero */
.hero-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
  border: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}
.hero-nav:hover { background: var(--orange); }
.hero-nav:hover svg { stroke: white; }
.hero-nav svg { stroke: var(--grey-700); transition: stroke 0.2s; }
.hero-nav.prev { left: 12px; }
.hero-nav.next { right: 12px; }
.hero-nav:active { transform: translateY(-50%) scale(0.92); }

/* Thumbnails strip */
.modal-thumbs {
  display: flex;
  gap: 10px;
  padding: 16px 20px;
  overflow-x: auto;
  flex-shrink: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--orange-mid) transparent;
  border-bottom: 1px solid var(--grey-100);
}
.modal-thumbs::-webkit-scrollbar { height: 4px; }
.modal-thumbs::-webkit-scrollbar-thumb { background: var(--orange-mid); border-radius: 4px; }
.modal-thumb {
  width: 80px; height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  border: 2.5px solid transparent;
  transition: border-color 0.2s, transform 0.2s, opacity 0.2s;
  opacity: 0.65;
}
.modal-thumb:hover { opacity: 0.9; transform: scale(1.05); }
.modal-thumb.active { border-color: var(--orange); opacity: 1; }
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Info strip */
.modal-info {
  padding: 16px 24px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  overflow-y: auto;
}
.info-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-700);
  background: var(--grey-100);
  border: 1px solid var(--grey-300);
  border-radius: 20px;
  padding: 5px 12px;
}
.info-chip svg { stroke: var(--orange); flex-shrink: 0; }
.modal-img-counter {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-500);
}

/* Loading shimmer */
.img-shimmer {
  width: 100%; height: 100%;
  background: linear-gradient(90deg, var(--grey-100) 25%, var(--grey-300) 50%, var(--grey-100) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer {
  from { background-position: 200% 0; }
  to   { background-position: -200% 0; }
}

/* ══════════════ RESPONSIVE ══════════════ */
/* Tablet — 2 per row */
@media (max-width: 900px) {
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
  .stores-grid  { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
/* Phablet — 1 per row */
@media (max-width: 580px) {
  body { padding: 40px 14px 64px; }
  .cities-grid  { grid-template-columns: 1fr; gap: 14px; }
  .drawer-header { padding: 20px 20px 16px; }
  .drawer-filters { padding: 12px 20px; }
  .stores-grid  { grid-template-columns: 1fr; padding: 16px 20px 20px; gap: 12px; }
  .search-bar   { max-width: 100%; }
  .modal-hero   { aspect-ratio: 4 / 3; }
  .modal-header { padding: 18px 18px 14px; }
  .modal-info   { padding: 12px 18px 16px; }
}
/* Small phones */
@media (max-width: 380px) {
  .city-card-header { padding: 16px 16px 14px; }
  .city-card-footer { padding: 10px 16px; }
  .city-divider { margin: 0 16px; }
  .modal-thumb  { width: 62px; height: 44px; }
}


/* ══════════════════════════════════════
   hero_Contact BANNER
══════════════════════════════════════ */
.hero_Contact_Contact {
  background: var(--black);
  position: relative;
  overflow: hidden;
  padding: 88px 24px 80px;
  text-align: center;
}
.hero_Contact::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 15% 50%, rgba(241,90,34,0.17) 0%, transparent 65%),
    radial-gradient(ellipse 45% 65% at 85% 25%, rgba(255,122,61,0.11) 0%, transparent 60%);
  pointer-events: none;
}
.hero_Contact::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.hero_Contact-inner {
  position: relative; z-index: 1;
  max-width: 680px; margin: 0 auto;
}
.hero_Contact-eyebrow {
  display: inline-flex;
  align-items: center; gap: 10px;
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 20px;
}
.hero_Contact-eyebrow::before, .hero_Contact-eyebrow::after {
  content: ''; width: 28px; height: 1.5px;
  background: var(--orange); opacity: 0.6;
}
.hero_Contact h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 400; color: var(--white);
  line-height: 1.08; letter-spacing: -0.5px;
  margin-bottom: 18px;
}
.hero_Contact h1 em { font-style: italic; color: var(--orange); }
.hero_Contact p {
  font-size: clamp(15px, 1.8vw, 17px);
  color: rgba(255,255,255,0.58);
  line-height: 1.7; max-width: 520px;
  margin: 0 auto 40px;
}
/* Breadcrumb for SEO */
.hero_Contact-breadcrumb {
  display: flex; align-items: center;
  justify-content: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,0.35);
  margin-bottom: 24px;
}
.hero_Contact-breadcrumb a {
  color: rgba(255,255,255,0.45); text-decoration: none;
  transition: color 0.2s;
}
.hero_Contact-breadcrumb a:hover { color: var(--orange); }
.hero_Contact-breadcrumb svg { opacity: 0.3; }

/* Quick-contact pills */
.hero_Contact-pills {
  display: flex; justify-content: center;
  gap: 10px; flex-wrap: wrap;
}
.hero_Contact-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.hero_Contact-pill:hover {
  background: rgba(241,90,34,0.18);
  border-color: rgba(241,90,34,0.4);
  color: var(--white);
}
.hero_Contact-pill svg { stroke: var(--orange); flex-shrink: 0; }

/* ══════════════════════════════════════
   PAGE BODY WRAPPER
══════════════════════════════════════ */
.page-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

/* ══════════════════════════════════════
   SECTION HEADER  (same as store page)
══════════════════════════════════════ */
.section-header {
  text-align: center;
  margin-bottom: 52px;
  max-width: 640px;
  margin-left: auto; margin-right: auto;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
}
.eyebrow::before, .eyebrow::after {
  content: ''; width: 28px; height: 1.5px;
  background: var(--orange); opacity: 0.5;
}
.section-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 400; line-height: 1.15;
  letter-spacing: -0.3px; color: var(--black);
}
.section-header h2 em { font-style: italic; color: var(--orange); }
.header-rule {
  width: 48px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  margin: 20px auto 16px;
}
.section-header p { font-size: 15px; color: var(--grey-500); line-height: 1.65; }

/* ══════════════════════════════════════
   CONTACT CHANNELS — 3 CARDS PER ROW
══════════════════════════════════════ */
.channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
.channels-grid-contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
.channel-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 26px 28px;
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  position: relative; overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s, border-color 0.2s;
  text-decoration: none; color: inherit;
  display: block;
  opacity: 0; transform: translateY(22px);
  animation: fadeUp 0.55s ease forwards;
}
.channel-card:nth-child(1) { animation-delay: 0.06s; }
.channel-card:nth-child(2) { animation-delay: 0.12s; }
.channel-card:nth-child(3) { animation-delay: 0.18s; }
.channel-card:nth-child(4) { animation-delay: 0.24s; }
.channel-card:nth-child(5) { animation-delay: 0.30s; }
.channel-card:nth-child(6) { animation-delay: 0.36s; }
.channel-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--grey-300), var(--grey-100));
  transition: background 0.3s;
}
.channel-card:hover::before {
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.channel-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: var(--shadow-hover);
  border-color: var(--orange-mid);
}
.ch-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 18px;
  transition: background 0.2s, transform 0.3s;
}
.channel-card:hover .ch-icon-wrap {
  background: var(--orange); transform: scale(1.08);
}
.ch-tag {
  display: inline-block;
  font-size: 9.5px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--orange); background: var(--orange-pale);
  border: 1px solid var(--orange-mid);
  border-radius: 20px; padding: 3px 9px; margin-bottom: 8px;
}
.ch-title {
  font-family: 'DM Serif Display', serif;
  font-size: 19px; font-weight: 400;
  color: var(--black); margin-bottom: 8px;
}
.ch-desc {
  font-size: 13.5px; color: var(--grey-500);
  line-height: 1.65; margin-bottom: 16px;
}
.ch-value {
  font-size: 14px; font-weight: 600; color: var(--black);
  display: flex; align-items: center; gap: 6px;
}
.ch-value svg { stroke: var(--orange); }
.ch-arrow {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 14px; font-size: 12.5px;
  font-weight: 600; color: var(--orange);
  transition: gap 0.2s;
}
.channel-card:hover .ch-arrow { gap: 9px; }
.ch-arrow svg { stroke: var(--orange); transition: transform 0.2s; }
.channel-card:hover .ch-arrow svg { transform: translateX(2px); }

/* Response time badge */
.response-badge {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 10px; padding: 4px 10px;
  background: #E8F8EE; border: 1px solid #B8E8C8;
  border-radius: 20px; font-size: 11px;
  font-weight: 600; color: #1A7A3A;
}
.response-badge::before {
  content: ''; width: 6px; height: 6px;
  border-radius: 50%; background: #1A7A3A;
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.75); }
}

/* ══════════════════════════════════════
   MAIN LAYOUT: FORM + SIDEBAR
══════════════════════════════════════ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
  margin-bottom: 88px;
}

/* ── Contact Form Card ── */
.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 0.55s ease 0.1s forwards;
}
.form-card-top {
  height: 5px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.form-card-body { padding: 36px 36px 32px; }
.form-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400; color: var(--black);
  margin-bottom: 6px;
}
.form-card-title em { font-style: italic; color: var(--orange); }
.form-card-sub {
  font-size: 14px; color: var(--grey-500);
  margin-bottom: 28px; line-height: 1.6;
}

/* Subject tabs */
.subject-tabs {
  display: flex; gap: 8px;
  flex-wrap: wrap; margin-bottom: 26px;
}
.subject-tab {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; font-weight: 500;
  padding: 7px 15px; border-radius: 50px;
  border: 1.5px solid var(--grey-300);
  background: var(--off-white);
  color: var(--grey-700); cursor: pointer;
  transition: all 0.2s;
}
.subject-tab:hover, .subject-tab.active {
  background: var(--orange); border-color: var(--orange); color: white;
}

/* Form grid */
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-bottom: 16px;
}
.form-group {
  display: flex; flex-direction: column;
  gap: 6px; margin-bottom: 16px;
}
.form-group label {
  font-size: 11.5px; font-weight: 600;
  color: var(--grey-700); letter-spacing: 0.3px;
}
.form-group label .req { color: var(--orange); margin-left: 2px; }
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--black);
  background: var(--off-white);
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  outline: none; width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(241,90,34,0.1);
  background: var(--white);
}
.form-control.error { border-color: #E53E3E; background: #FFF5F5; }
.form-control.error:focus { box-shadow: 0 0 0 3px rgba(229,62,62,0.12); }
.form-error-msg {
  font-size: 11px; color: #C53030; display: none; margin-top: 2px;
}
.form-group.has-error .form-error-msg { display: block; }
.form-group.has-error .form-control { border-color: #E53E3E; }

textarea.form-control { resize: vertical; min-height: 110px; }
select.form-control { cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239A9590' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}

/* Character counter */
.field-footer {
  display: flex; justify-content: flex-end;
  margin-top: 4px;
}
.char-count { font-size: 11px; color: var(--grey-300); transition: color 0.2s; }
.char-count.warn { color: var(--orange); }

/* Privacy notice */
.privacy-note {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--orange-pale);
  border: 1px solid var(--orange-mid);
  border-radius: var(--radius-sm);
  padding: 12px 14px; margin-bottom: 24px;
  font-size: 12px; color: var(--grey-700); line-height: 1.55;
}
.privacy-note svg { stroke: var(--orange); flex-shrink: 0; margin-top: 1px; }
.privacy-note a { color: var(--orange); text-decoration: underline; }

/* Submit button */
.submit-btn {
  width: 100%; padding: 15px 28px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: white; font-family: 'DM Sans', sans-serif;
  font-size: 15px; font-weight: 600;
  border: none; border-radius: 50px;
  cursor: pointer; display: flex;
  align-items: center; justify-content: center; gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(241,90,34,0.38);
  position: relative; overflow: hidden;
}
.submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(241,90,34,0.5);
}
.submit-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.submit-btn .btn-text { transition: opacity 0.2s; }
.submit-btn .btn-spinner {
  display: none; width: 18px; height: 18px;
  border: 2.5px solid rgba(255,255,255,0.4);
  border-top-color: white; border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.submit-btn.loading .btn-text { opacity: 0; position: absolute; }
.submit-btn.loading .btn-spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Success toast ── */
.success-banner {
  display: none;
  background: var(--white);
  border: 1.5px solid #B8E8C8;
  border-radius: var(--radius-lg);
  padding: 36px 36px 32px;
  text-align: center;
  animation: fadeUp 0.4s ease forwards;
}
.success-icon-ring {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 30px;
  box-shadow: 0 8px 24px rgba(241,90,34,0.35);
}
.success-banner h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px; font-weight: 400;
  color: var(--black); margin-bottom: 10px;
}
.success-banner p { font-size: 14px; color: var(--grey-500); line-height: 1.65; margin-bottom: 24px; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 24px;
  border: 1.5px solid var(--orange);
  border-radius: 50px; color: var(--orange);
  background: transparent; font-family: 'DM Sans', sans-serif;
  font-size: 13.5px; font-weight: 600;
  cursor: pointer; transition: all 0.2s;
}
.btn-outline:hover { background: var(--orange); color: white; }

/* ── Sidebar ── */
.contact-sidebar {
  display: flex; flex-direction: column; gap: 20px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 0.55s ease 0.2s forwards;
}
.sidebar-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: box-shadow 0.25s, border-color 0.2s;
}
.sidebar-card:hover {
  box-shadow: var(--shadow-hover);
  border-color: var(--orange-mid);
}
.sidebar-card-top {
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.sidebar-card-body { padding: 24px 24px 22px; }
.sidebar-card-title {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 16px;
}

/* Office address item */
.office-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--grey-100);
}
.office-item:last-child { border-bottom: none; padding-bottom: 0; }
.office-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange); flex-shrink: 0; margin-top: 5px;
}
.office-city {
  font-size: 13px; font-weight: 600; color: var(--black); margin-bottom: 2px;
}
.office-addr {
  font-size: 12px; color: var(--grey-500); line-height: 1.5;
}

/* Business hours */
.hours-row {
  display: flex; justify-content: space-between;
  align-items: center; padding: 9px 0;
  border-bottom: 1px solid var(--grey-100);
  font-size: 13px;
}
.hours-row:last-child { border-bottom: none; }
.hours-day { color: var(--grey-700); font-weight: 500; }
.hours-time { color: var(--black); font-weight: 600; }
.hours-time.closed { color: var(--grey-300); font-weight: 400; }
.hours-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 600;
  padding: 2px 7px; border-radius: 10px;
}
.hours-badge.open   { background: #E8F8EE; color: #1A7A3A; }
.hours-badge.closed2 { background: var(--grey-100); color: var(--grey-500); }

/* Social links */
.social-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.social-btn {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  padding: 14px 8px; border-radius: var(--radius-md);
  background: var(--off-white); border: 1px solid var(--grey-100);
  text-decoration: none; transition: background 0.2s, border-color 0.2s, transform 0.2s;
  cursor: pointer;
}
.social-btn:hover {
  background: var(--orange-pale); border-color: var(--orange-mid);
  transform: translateY(-2px);
}
.social-btn svg { width: 20px; height: 20px; }
.social-btn span { font-size: 10.5px; font-weight: 600; color: var(--grey-700); }

/* Map embed placeholder */
.map-section { margin-bottom: 0; }
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  position: relative;
  background: var(--grey-100);
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 0.55s ease 0.3s forwards;
}
.map-wrap iframe {
  width: 100%; height: 360px; display: block;
  border: none; filter: grayscale(20%) contrast(1.05);
}
.map-overlay-label {
  position: absolute; top: 16px; left: 16px;
  background: var(--white); border-radius: var(--radius-md);
  padding: 10px 16px; display: flex; align-items: center; gap: 9px;
  box-shadow: 0 4px 16px rgba(26,23,20,0.12);
}
.map-overlay-label .map-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(241,90,34,0.2);
  animation: pulse2 2s infinite;
}
@keyframes pulse2 {
  0%, 100% { box-shadow: 0 0 0 3px rgba(241,90,34,0.2); }
  50%       { box-shadow: 0 0 0 7px rgba(241,90,34,0.08); }
}
.map-overlay-label span { font-size: 12.5px; font-weight: 600; color: var(--black); }
.map-overlay-label small { display: block; font-size: 11px; color: var(--grey-500); }

/* ══════════════════════════════════════
   FAQ SECTION
══════════════════════════════════════ */
.faq-section { margin-bottom: 88px; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  margin-bottom: 12px; overflow: hidden;
  transition: border-color 0.2s;
  opacity: 0; transform: translateY(14px);
  animation: fadeUp 0.45s ease forwards;
}
.faq-item:hover { border-color: var(--orange-mid); }
.faq-item.open   { border-color: var(--orange); }
.faq-item:nth-child(1) { animation-delay: 0.05s; }
.faq-item:nth-child(2) { animation-delay: 0.10s; }
.faq-item:nth-child(3) { animation-delay: 0.15s; }
.faq-item:nth-child(4) { animation-delay: 0.20s; }
.faq-item:nth-child(5) { animation-delay: 0.25s; }
.faq-item:nth-child(6) { animation-delay: 0.30s; }

.faq-question {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  padding: 18px 22px; cursor: pointer;
  user-select: none;
}
.faq-q-text {
  font-size: 15px; font-weight: 500; color: var(--black); line-height: 1.4;
}
.faq-chevron {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--grey-100); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.35s ease;
}
.faq-item.open .faq-chevron { background: var(--orange); transform: rotate(180deg); }
.faq-chevron svg { stroke: var(--grey-700); transition: stroke 0.2s; }
.faq-item.open .faq-chevron svg { stroke: white; }
.faq-answer {
  display: none; padding: 0 22px 18px;
  font-size: 14px; color: var(--grey-700); line-height: 1.7;
  border-top: 1px solid var(--grey-100);
  animation: slideDown 0.28s ease forwards;
}
.faq-item.open .faq-answer { display: block; }
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════
   FOOTER STRIP
══════════════════════════════════════ */
.page-footer {
  background: var(--black);
  padding: 32px 24px;
  text-align: center;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-brand {
  font-family: 'DM Serif Display', serif;
  font-size: 18px; color: var(--white);
  margin-bottom: 8px;
}
.footer-brand em { color: var(--orange); font-style: italic; }
.footer-links {
  display: flex; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.footer-links a {
  font-size: 12.5px; color: rgba(255,255,255,0.45);
  text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--orange); }
.footer-copy {
  font-size: 11.5px; color: rgba(255,255,255,0.25);
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 960px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-sidebar { flex-direction: row; flex-wrap: wrap; }
  .sidebar-card { flex: 1 1 280px; }
  .channels-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .channels-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero_Contact { padding: 64px 16px 56px; }
  .page-body { padding: 48px 16px 64px; }
  .form-card-body { padding: 24px 20px 20px; }
  .contact-sidebar { flex-direction: column; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 400px) {
  .hero_Contact-pills { flex-direction: column; align-items: center; }
}


/* ══════════════ hero_career BANNER ══════════════ */
.hero_career {
  background: var(--white);
  position: relative;
  overflow: hidden;
  padding: 0px 24px 15px;
  text-align: center;
  margin-top: 8rem;
}
.hero_career::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 50%, rgba(241,90,34,0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 70% at 80% 30%, rgba(255,122,61,0.12) 0%, transparent 60%);
  pointer-events: none;
}
/* Animated subtle grid */
.hero_career::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero_career-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.hero_career-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.hero_career-eyebrow::before, .hero_career-eyebrow::after {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--orange);
  opacity: 0.6;
}
.hero_career h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 6vw, 48px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.hero_career h1 em {
  font-style: italic;
  color: var(--orange);
}
.hero_career p {
  font-size: clamp(15px, 1.8vw, 17px);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 36px;
}
.hero_career-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(241,90,34,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(241,90,34,0.5); }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.35); }

/* hero_career stats strip */
.hero_career-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 36px;
  flex-wrap: wrap;
}
.hero_career-stat {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.hero_career-stat:last-child { border-right: none; }
.hero_career-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}
.hero_career-stat-lbl {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1); 
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ══════════════ MAIN CONTENT ══════════════ */
.page-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

/* ══════════════ SECTION HEADER ══════════════ */
.section-header {
  text-align: center;
  margin-bottom: 52px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--orange);
  opacity: 0.5;
}
.section-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.3px;
  color: var(--black);
}
.section-header h2 em { font-style: italic; color: var(--orange); }
.header-rule {
  width: 48px; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  margin: 20px auto 16px;
}
.section-header p {
  font-size: 15px;
  color: var(--grey-500);
  line-height: 1.65;
}

/* ══════════════ WHY MOBIKINS — 3 TILES ══════════════ */
.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 88px;
}
.perk-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px 30px;
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s, border-color 0.2s;
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 0.55s ease forwards;
}
.perk-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-hover);
  border-color: var(--orange-mid);
}
.perk-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--grey-300), var(--grey-100));
  transition: background 0.3s;
}
.perk-card:hover::before {
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.perk-card:nth-child(1) { animation-delay: 0.06s; }
.perk-card:nth-child(2) { animation-delay: 0.12s; }
.perk-card:nth-child(3) { animation-delay: 0.18s; }
.perk-card:nth-child(4) { animation-delay: 0.24s; }
.perk-card:nth-child(5) { animation-delay: 0.30s; }
.perk-card:nth-child(6) { animation-delay: 0.36s; }
.perk-icon-wrap {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  transition: background 0.2s;
}
.perk-card:hover .perk-icon-wrap { background: var(--orange); }
.perk-title {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
}
.perk-text {
  font-size: 14px;
  color: var(--grey-500);
  line-height: 1.7;
}

/* ══════════════ TOOLBAR (search + filters) ══════════════ */
.jobs-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid var(--grey-300);
  border-radius: 50px;
  padding: 10px 20px;
  flex: 1;
  min-width: 200px;
  max-width: 380px;
  box-shadow: 0 2px 10px rgba(26,23,20,0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-bar:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(241,90,34,0.1);
}
.search-bar svg { flex-shrink: 0; opacity: 0.4; }
.search-bar input {
  border: none; outline: none; background: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--black); width: 100%;
}
.search-bar input::placeholder { color: var(--grey-500); }
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.chip {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--grey-700);
  background: var(--white);
  border: 1.5px solid var(--grey-300);
  border-radius: 50px;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.chip:hover, .chip.active {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
}
.jobs-count {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey-500);
  white-space: nowrap;
}

/* ══════════════ JOB LISTINGS ══════════════ */
.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 88px;
}

.job-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(212,207,200,0.5);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.45s ease forwards;
}
.job-card:hover {
  border-color: var(--orange-mid);
  box-shadow: var(--shadow-hover);
}
.job-card.expanded { border-color: var(--orange); }

.job-card-header {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  user-select: none;
}
.job-dept-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: background 0.2s;
}
.job-card:hover .job-dept-icon,
.job-card.expanded .job-dept-icon { background: var(--orange); }

.job-main {}
.job-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.job-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.25;
}
.job-badge {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
}
.job-badge.new    { background: #E8F8EE; color: #1A7A3A; border: 1px solid #B8E8C8; }
.job-badge.hot    { background: #FFF0E0; color: #B85C00; border: 1px solid #FFCC88; }
.job-badge.urgent { background: #FEE8E8; color: #C42B2B; border: 1px solid #F8B8B8; }

.job-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.job-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--grey-500);
  font-weight: 400;
}
.job-meta-item svg { stroke: var(--grey-300); flex-shrink: 0; }

.job-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.job-salary {
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  white-space: nowrap;
}
.job-expand-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--grey-100);
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.35s ease;
}
.job-card.expanded .job-expand-btn { background: var(--orange); transform: rotate(180deg); }
.job-expand-btn svg { stroke: var(--grey-700); transition: stroke 0.2s; }
.job-card.expanded .job-expand-btn svg { stroke: white; }

/* Job detail panel */
.job-detail {
  display: none;
  padding: 0 24px 28px;
  border-top: 1px solid var(--grey-100);
  animation: slideDown 0.3s cubic-bezier(0.22,1,0.36,1) forwards;
}
.job-card.expanded .job-detail { display: block; }

.job-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
  padding-top: 24px;
}
.detail-section-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.detail-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--grey-700);
  line-height: 1.5;
}
.detail-list li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  margin-top: 6px;
  opacity: 0.7;
}
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}
.detail-tag {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--grey-700);
  background: var(--grey-100);
  border: 1px solid var(--grey-300);
  border-radius: 6px;
  padding: 4px 10px;
}
.job-detail-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--grey-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.job-posted {
  font-size: 12px;
  color: var(--grey-500);
}
.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 14px rgba(241,90,34,0.35);
}
.apply-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(241,90,34,0.48); }

/* No results state */
.no-jobs {
  text-align: center;
  padding: 64px 24px;
  display: none;
}
.no-jobs-icon { font-size: 48px; margin-bottom: 16px; }
.no-jobs h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; font-weight: 400;
  color: var(--black); margin-bottom: 8px;
}
.no-jobs p { font-size: 14px; color: var(--grey-500); }

/* ══════════════ APPLY MODAL ══════════════ */
.overlay {
  position: fixed; inset: 0;
  background: rgba(10,8,6,0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  animation: overlayIn 0.25s ease forwards;
}
.overlay.closing { animation: overlayOut 0.2s ease forwards; }
@keyframes overlayIn  { to { opacity: 1; } }
@keyframes overlayOut { from { opacity: 1; } to { opacity: 0; } }

.apply-modal {
  background: var(--white);
  border-radius: 24px;
  width: 100%; max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  transform: translateY(28px) scale(0.97);
  animation: modalIn 0.32s cubic-bezier(0.22,1,0.36,1) forwards;
}
.apply-modal.closing { animation: modalOut 0.2s ease forwards; }
@keyframes modalIn  { to { transform: translateY(0) scale(1); } }
@keyframes modalOut { from { transform: translateY(0) scale(1); } to { transform: translateY(20px) scale(0.97); opacity: 0; } }

.modal-head {
  padding: 28px 28px 22px;
  border-bottom: 1px solid var(--grey-100);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  position: sticky; top: 0;
  background: var(--white);
  z-index: 2;
}
.modal-head-left .modal-eyebrow {
  font-size: 9.5px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 5px;
}
.modal-head-left .modal-job-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 400; color: var(--black);
}
.modal-x {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--grey-100); border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.modal-x:hover { background: var(--orange); transform: rotate(90deg); }
.modal-x:hover svg { stroke: white; }
.modal-x svg { stroke: var(--grey-700); transition: stroke 0.2s; }

.modal-form { padding: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label {
  font-size: 12px; font-weight: 600; color: var(--grey-700); letter-spacing: 0.3px;
}
.form-group label span { color: var(--orange); }
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--black);
  background: var(--off-white);
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(241,90,34,0.1);
  background: var(--white);
}
textarea.form-control { resize: vertical; min-height: 90px; }
select.form-control { cursor: pointer; }

/* File upload zone */
.upload-zone {
  border: 2px dashed var(--grey-300);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: var(--off-white);
}
.upload-zone:hover, .upload-zone.dragover {
  border-color: var(--orange);
  background: var(--orange-pale);
}
.upload-icon { font-size: 28px; margin-bottom: 10px; }
.upload-zone p { font-size: 13.5px; color: var(--grey-500); margin-bottom: 6px; }
.upload-zone p strong { color: var(--orange); }
.upload-zone small { font-size: 11px; color: var(--grey-300); }
.upload-zone input[type="file"] { display: none; }
.file-chosen { margin-top: 10px; font-size: 12px; color: var(--orange); font-weight: 600; display: none; }

.modal-footer {
  padding: 0 28px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-footer p { font-size: 12px; color: var(--grey-500); }
.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  border: none; border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(241,90,34,0.38);
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(241,90,34,0.5); }

/* Success state */
.success-state {
  padding: 60px 28px;
  text-align: center;
  display: none;
}
.success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
}
.success-state h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 26px; font-weight: 400; color: var(--black); margin-bottom: 10px;
}
.success-state p { font-size: 14px; color: var(--grey-500); line-height: 1.6; max-width: 360px; margin: 0 auto 28px; }

/* ══════════════ ANIMATIONS ══════════════ */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════ RESPONSIVE ══════════════ */
@media (max-width: 900px) {
  .perks-grid { grid-template-columns: repeat(2, 1fr); }
  .job-detail-grid { grid-template-columns: 1fr; }
  .hero_career-stats { gap: 0; }
  .hero_career-stat { min-width: 100px; padding: 0 14px; }
}
@media (max-width: 640px) {
  .perks-grid { grid-template-columns: 1fr; }
  .jobs-toolbar { flex-direction: column; align-items: stretch; }
  .search-bar { max-width: 100%; }
  .jobs-count { margin-left: 0; }
  .job-card-header { grid-template-columns: 44px 1fr; }
  .job-card-right { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .hero_career-stats { flex-direction: row; flex-wrap: wrap; }
  .hero_career-stat { min-width: 45%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 16px 12px; }
  .modal-footer { flex-direction: column; align-items: stretch; }
  .submit-btn { justify-content: center; }
}
@media (max-width: 400px) {
  .hero_career { padding: 64px 16px 56px; }
  .page-body { padding: 48px 16px 72px; }
}


/* ═══════════════════════════════════
   hero_blog
═══════════════════════════════════ */
.hero_blog{background:var(--black);position:relative;overflow:hidden;padding:88px 24px 80px;text-align:center}
.hero_blog::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 65% 55% at 18% 50%,rgba(241,90,34,.17) 0%,transparent 65%),radial-gradient(ellipse 45% 65% at 82% 28%,rgba(255,122,61,.11) 0%,transparent 60%);pointer-events:none}
.hero_blog::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;pointer-events:none}
.hero_blog-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}
.hero_blog-breadcrumb{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:rgba(255,255,255,.35);margin-bottom:22px}
.hero_blog-breadcrumb a{color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.hero_blog-breadcrumb a:hover{color:var(--orange)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:10.5px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:18px}
.eyebrow::before,.eyebrow::after{content:'';width:28px;height:1.5px;background:var(--orange);opacity:.55}
.hero_blog h1{font-family:'DM Serif Display',serif;font-size:clamp(36px,6vw,66px);font-weight:400;color:var(--white);line-height:1.08;letter-spacing:-.5px;margin-bottom:18px}
.hero_blog h1 em{font-style:italic;color:var(--orange)}
.hero_blog p{font-size:clamp(15px,1.8vw,17px);color:rgba(255,255,255,.58);line-height:1.7;max-width:520px;margin:0 auto 36px}
.hero_blog-search{display:flex;align-items:center;gap:0;background:rgba(255,255,255,.09);border:1.5px solid rgba(255,255,255,.16);border-radius:50px;padding:5px 5px 5px 20px;max-width:480px;margin:0 auto;transition:border-color .2s,box-shadow .2s}
.hero_blog-search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(241,90,34,.18)}
.hero_blog-search input{flex:1;background:transparent;border:none;outline:none;font-family:'DM Sans',sans-serif;font-size:14px;color:white;padding:8px 0}
.hero_blog-search input::placeholder{color:rgba(255,255,255,.4)}
.hero_blog-search button{background:linear-gradient(135deg,var(--orange),var(--orange-light));border:none;border-radius:50px;padding:10px 22px;color:white;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}
.hero_blog-search button:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(241,90,34,.45)}
.hero_blog-stats{display:flex;justify-content:center;gap:0;margin-top:52px;border-top:1px solid rgba(255,255,255,.08);padding-top:32px;flex-wrap:wrap}
.hero_blog-stat{flex:1;min-width:110px;text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.08)}
.hero_blog-stat:last-child{border-right:none}
.hero_blog-stat-num{font-family:'DM Serif Display',serif;font-size:clamp(26px,3.5vw,38px);color:var(--orange);line-height:1;margin-bottom:5px}
.hero_blog-stat-lbl{font-size:10.5px;font-weight:500;color:rgba(255,255,255,.4);letter-spacing:1px;text-transform:uppercase}

/* ═══════════════════════════════════
   PAGE BODY
═══════════════════════════════════ */
.page-body{max-width:1220px;margin:0 auto;padding:64px 24px 96px}
.section-header{text-align:center;margin-bottom:48px;max-width:100%;margin-left:auto;margin-right:auto}
.section-header h2{font-family:'DM Serif Display',serif;font-size:clamp(24px,3.8vw,40px);font-weight:400;line-height:1.15;letter-spacing:-.3px;color:var(--black)}
.section-header h2 em{font-style:italic;color:var(--orange)}
.header-rule{width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--orange),var(--orange-light));margin:18px auto 14px}
.section-header p{font-size:15px;color:var(--grey-500);line-height:1.65}

/* ═══════════════════════════════════
   FEATURED POST
═══════════════════════════════════ */
.featured-post{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;margin-bottom:72px;opacity:0;transform:translateY(20px);animation:fadeUp .6s ease forwards}
.featured-post:hover{box-shadow:var(--shadow-hover)}
.feat-img{position:relative;background:linear-gradient(135deg,#1A1714 0%,#2A2420 100%);min-height:380px;overflow:hidden;cursor:pointer}
.feat-img-bg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.featured-post:hover .feat-img-bg{transform:scale(1.04)}
.feat-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(241,90,34,.35),rgba(26,23,20,.6))}
.feat-badge{position:absolute;top:20px;left:20px;background:var(--orange);color:white;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 12px;border-radius:20px}
.feat-body{padding:40px 40px 36px;display:flex;flex-direction:column;justify-content:center}
.post-category-tag{display:inline-block;font-size:9.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);background:var(--orange-pale);border:1px solid var(--orange-mid);border-radius:20px;padding:3px 10px;margin-bottom:14px}
.feat-title{font-family:'DM Serif Display',serif;font-size:clamp(22px,2.8vw,30px);font-weight:400;color:var(--black);line-height:1.25;margin-bottom:14px;cursor:pointer}
.feat-title:hover{color:var(--orange)}
.feat-excerpt{font-size:15px;color:var(--grey-700);line-height:1.72;margin-bottom:22px}
.post-meta{display:flex;align-items:center;gap:16px;margin-bottom:22px;flex-wrap:wrap}
.author-avatar{width:36px;height:36px;border-radius:50%;background:var(--orange-pale);border:2px solid var(--orange-mid);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--orange);flex-shrink:0}
.author-info{}
.author-name{font-size:13px;font-weight:600;color:var(--black)}
.post-date{font-size:11.5px;color:var(--grey-500)}
.meta-sep{width:4px;height:4px;border-radius:50%;background:var(--grey-300)}
.read-time{font-size:12px;color:var(--grey-500)}
.read-more-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:600;border:none;border-radius:50px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;align-self:flex-start;box-shadow:0 3px 14px rgba(241,90,34,.32)}
.read-more-btn:hover{transform:translateY(-2px);box-shadow:0 7px 22px rgba(241,90,34,.48)}

/* ═══════════════════════════════════
   MAIN GRID  (posts + sidebar)
═══════════════════════════════════ */
.blog-layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}

/* ═══════════════════════════════════
   FILTER TOOLBAR
═══════════════════════════════════ */
.blog-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.filter-chips{display:flex;gap:8px;flex-wrap:wrap;flex:1}
.chip{font-family:'DM Sans',sans-serif;font-size:12.5px;font-weight:500;color:var(--grey-700);background:var(--white);border:1.5px solid var(--grey-300);border-radius:50px;padding:7px 16px;cursor:pointer;transition:all .2s;white-space:nowrap}
.chip:hover,.chip.active{background:var(--orange);border-color:var(--orange);color:white}
.sort-select{font-family:'DM Sans',sans-serif;font-size:13px;color:var(--grey-700);background:var(--white);border:1.5px solid var(--grey-300);border-radius:50px;padding:8px 32px 8px 14px;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239A9590' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s}
.sort-select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(241,90,34,.1)}
.post-count{font-size:13px;color:var(--grey-500);white-space:nowrap;font-weight:500}

/* ═══════════════════════════════════
   POST CARDS GRID
═══════════════════════════════════ */
.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}

.post-card{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .2s;cursor:pointer;opacity:0;transform:translateY(22px);animation:fadeUp .55s ease forwards}
.post-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:var(--shadow-hover);border-color:var(--orange-mid)}
.post-card:nth-child(1){animation-delay:.04s}.post-card:nth-child(2){animation-delay:.09s}
.post-card:nth-child(3){animation-delay:.14s}.post-card:nth-child(4){animation-delay:.19s}
.post-card:nth-child(5){animation-delay:.24s}.post-card:nth-child(6){animation-delay:.29s}
.post-card:nth-child(7){animation-delay:.34s}.post-card:nth-child(8){animation-delay:.39s}

.card-img{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--grey-100)}
.card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.post-card:hover .card-img img{transform:scale(1.06)}
.card-img-bar{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--grey-300),var(--grey-100));transition:background .3s}
.post-card:hover .card-img-bar,.post-card.active .card-img-bar{background:linear-gradient(90deg,var(--orange),var(--orange-light))}
.card-cat{position:absolute;top:12px;left:12px;font-size:9px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;background:rgba(10,8,6,.72);color:white;padding:4px 10px;border-radius:20px;backdrop-filter:blur(4px)}

.card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.card-title{font-family:'DM Serif Display',serif;font-size:clamp(16px,1.8vw,18px);font-weight:400;color:var(--black);line-height:1.3;margin-bottom:8px;transition:color .2s}
.post-card:hover .card-title{color:var(--orange)}
.card-excerpt{font-size:13px;color:var(--grey-500);line-height:1.65;margin-bottom:14px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:12px;border-top:1px solid var(--grey-100)}
.card-author{display:flex;align-items:center;gap:8px}
.card-avatar{width:28px;height:28px;border-radius:50%;background:var(--orange-pale);border:1.5px solid var(--orange-mid);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--orange);flex-shrink:0}
.card-author-name{font-size:11.5px;font-weight:600;color:var(--grey-700)}
.card-date{font-size:11px;color:var(--grey-300)}
.card-actions{display:flex;align-items:center;gap:8px}
.action-btn{width:30px;height:30px;border-radius:50%;background:var(--grey-100);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}
.action-btn:hover{background:var(--orange-pale);transform:scale(1.1)}
.action-btn.liked{background:var(--orange-pale)}
.action-btn svg{transition:stroke .2s}
.action-btn.liked svg{stroke:var(--orange)}
.card-read-time{font-size:11px;color:var(--grey-500);display:flex;align-items:center;gap:4px}
.card-read-time svg{stroke:var(--grey-300)}

/* No results */
.no-posts{text-align:center;padding:56px 24px;display:none;grid-column:1/-1}
.no-posts-icon{font-size:44px;margin-bottom:14px}
.no-posts h3{font-family:'DM Serif Display',serif;font-size:20px;color:var(--black);margin-bottom:8px}
.no-posts p{font-size:14px;color:var(--grey-500)}

/* Load more */
.load-more-wrap{text-align:center;margin-top:36px}
.load-more-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 32px;background:var(--white);border:1.5px solid var(--orange);border-radius:50px;color:var(--orange);font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}
.load-more-btn:hover{background:var(--orange);color:white;box-shadow:0 4px 16px rgba(241,90,34,.3)}
.load-more-btn:disabled{opacity:.5;cursor:not-allowed}

/* ═══════════════════════════════════
   SIDEBAR
═══════════════════════════════════ */
.blog-sidebar{display:flex;flex-direction:column;gap:22px;position:sticky;top:28px}
.sidebar-card{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .25s,border-color .2s}
.sidebar-card:hover{box-shadow:var(--shadow-hover);border-color:var(--orange-mid)}
.sidebar-card-top{height:4px;background:linear-gradient(90deg,var(--orange),var(--orange-light))}
.sidebar-card-body{padding:22px 22px 20px}
.sidebar-title{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:16px}

/* Search in sidebar */
.sidebar-search{display:flex;align-items:center;gap:10px;background:var(--off-white);border:1.5px solid var(--grey-300);border-radius:50px;padding:9px 16px;transition:border-color .2s,box-shadow .2s}
.sidebar-search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(241,90,34,.1)}
.sidebar-search svg{flex-shrink:0;opacity:.4}
.sidebar-search input{border:none;outline:none;background:transparent;font-family:'DM Sans',sans-serif;font-size:13px;color:var(--black);width:100%}
.sidebar-search input::placeholder{color:var(--grey-500)}

/* Category list */
.cat-list{display:flex;flex-direction:column;gap:4px}
.cat-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s}
.cat-item:hover,.cat-item.active{background:var(--orange-pale)}
.cat-item:hover .cat-name,.cat-item.active .cat-name{color:var(--orange)}
.cat-name{font-size:13.5px;font-weight:500;color:var(--grey-700);transition:color .2s}
.cat-count{font-size:11px;font-weight:600;color:var(--grey-500);background:var(--grey-100);padding:2px 8px;border-radius:10px}

/* Popular posts */
.popular-item{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--grey-100);cursor:pointer;transition:transform .2s}
.popular-item:last-child{border-bottom:none;padding-bottom:0}
.popular-item:hover{transform:translateX(3px)}
.pop-num{font-family:'DM Serif Display',serif;font-size:22px;color:var(--orange-mid);flex-shrink:0;line-height:1;margin-top:2px;min-width:24px}
.pop-info{}
.pop-title{font-size:13px;font-weight:600;color:var(--black);line-height:1.35;margin-bottom:4px;transition:color .2s}
.popular-item:hover .pop-title{color:var(--orange)}
.pop-meta{font-size:11px;color:var(--grey-500)}

/* Tags cloud */
.tags-cloud{display:flex;flex-wrap:wrap;gap:7px}
.tag-pill{font-size:11.5px;font-weight:500;color:var(--grey-700);background:var(--grey-100);border:1px solid var(--grey-300);border-radius:6px;padding:4px 11px;cursor:pointer;transition:all .2s}
.tag-pill:hover{background:var(--orange-pale);color:var(--orange);border-color:var(--orange-mid)}
.tag-pill.active{background:var(--orange);color:white;border-color:var(--orange)}

/* Newsletter */
.newsletter-card{background:var(--black);border-radius:var(--radius-lg);padding:26px 22px;overflow:hidden;position:relative}
.newsletter-card::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 10% 80%,rgba(241,90,34,.2),transparent);pointer-events:none}
.nl-eyebrow{font-size:9.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:10px}
.nl-title{font-family:'DM Serif Display',serif;font-size:18px;color:white;margin-bottom:8px;position:relative;z-index:1}
.nl-desc{font-size:12.5px;color:rgba(255,255,255,.5);line-height:1.6;margin-bottom:16px;position:relative;z-index:1}
.nl-form{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}
.nl-input{font-family:'DM Sans',sans-serif;font-size:13px;color:var(--black);background:white;border:none;border-radius:50px;padding:10px 16px;outline:none;transition:box-shadow .2s}
.nl-input:focus{box-shadow:0 0 0 3px rgba(241,90,34,.25)}
.nl-btn{font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;color:white;background:linear-gradient(135deg,var(--orange),var(--orange-light));border:none;border-radius:50px;padding:10px 16px;cursor:pointer;transition:transform .2s,box-shadow .2s}
.nl-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(241,90,34,.45)}
.nl-success{display:none;font-size:12.5px;color:rgba(255,255,255,.75);text-align:center;padding:8px 0}

/* ═══════════════════════════════════
   ARTICLE MODAL (Reader)
═══════════════════════════════════ */
.modal-overlay{position:fixed;inset:0;background:rgba(10,8,6,.82);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto;opacity:0;animation:overlayIn .28s ease forwards}
.modal-overlay.closing{animation:overlayOut .22s ease forwards}
@keyframes overlayIn{to{opacity:1}}
@keyframes overlayOut{from{opacity:1}to{opacity:0}}

.article-modal{background:var(--white);border-radius:24px;width:100%;max-width:780px;margin:auto;box-shadow:0 32px 80px rgba(0,0,0,.4);transform:translateY(28px) scale(.97);animation:modalIn .32s cubic-bezier(.22,1,.36,1) forwards;overflow:hidden}
.article-modal.closing{animation:modalOut .22s ease forwards}
@keyframes modalIn{to{transform:translateY(0) scale(1)}}
@keyframes modalOut{from{transform:translateY(0) scale(1)}to{transform:translateY(20px) scale(.97);opacity:0}}

.modal-close{position:sticky;top:0;z-index:2;display:flex;justify-content:flex-end;padding:16px 20px 0;background:var(--white)}
.modal-close-btn{width:38px;height:38px;border-radius:50%;background:var(--grey-100);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}
.modal-close-btn:hover{background:var(--orange);transform:rotate(90deg)}
.modal-close-btn:hover svg{stroke:white}
.modal-close-btn svg{stroke:var(--grey-700);transition:stroke .2s}

.modal-hero_blog-img{width:100%;aspect-ratio:16/7;object-fit:cover;display:block}
.modal-body{padding:36px 40px 44px}
.modal-category{display:inline-block;font-size:9.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);background:var(--orange-pale);border:1px solid var(--orange-mid);border-radius:20px;padding:3px 10px;margin-bottom:14px}
.modal-title{font-family:'DM Serif Display',serif;font-size:clamp(24px,4vw,36px);font-weight:400;color:var(--black);line-height:1.15;margin-bottom:16px}
.modal-meta{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--grey-100);flex-wrap:wrap}
.modal-author-avatar{width:40px;height:40px;border-radius:50%;background:var(--orange-pale);border:2px solid var(--orange-mid);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--orange);flex-shrink:0}
.modal-author-name{font-size:14px;font-weight:600;color:var(--black)}
.modal-post-date{font-size:12px;color:var(--grey-500)}
.modal-sep{width:4px;height:4px;border-radius:50%;background:var(--grey-300)}
.modal-read-time{font-size:12px;color:var(--grey-500)}

.article-content{font-size:16px;color:var(--grey-700);line-height:1.82}
.article-content h2{font-family:'DM Serif Display',serif;font-size:22px;font-weight:400;color:var(--black);margin:28px 0 12px}
.article-content h3{font-size:16px;font-weight:600;color:var(--black);margin:22px 0 8px}
.article-content p{margin-bottom:16px}
.article-content ul,.article-content ol{margin:12px 0 16px 20px}
.article-content li{margin-bottom:6px}
.article-content strong{color:var(--black);font-weight:600}
.article-content .highlight{background:var(--orange-pale);border-left:3px solid var(--orange);padding:14px 18px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:20px 0;font-style:italic;color:var(--orange)}

.modal-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px;padding-top:20px;border-top:1px solid var(--grey-100)}
.modal-actions{display:flex;align-items:center;gap:10px;margin-top:20px;flex-wrap:wrap}
.action-share{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid var(--grey-300);background:var(--off-white);color:var(--grey-700);transition:all .2s}
.action-share:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-pale)}
.action-share svg{stroke:currentColor}
.btn-like-modal{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid var(--grey-300);background:var(--off-white);color:var(--grey-700);transition:all .2s}
.btn-like-modal.liked{background:var(--orange-pale);border-color:var(--orange-mid);color:var(--orange)}
.btn-like-modal svg{stroke:currentColor}

/* Read progress bar */
.read-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--orange-light));z-index:1001;width:0%;transition:width .1s linear;border-radius:0 3px 3px 0}

/* ═══════════════════════════════════
   SHARE TOAST
═══════════════════════════════════ */
.share-toast{position:fixed;bottom:28px;right:28px;background:var(--black);color:white;font-size:13px;font-weight:500;padding:12px 20px;border-radius:50px;box-shadow:0 8px 28px rgba(0,0,0,.3);z-index:2000;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s;pointer-events:none}
.share-toast.show{opacity:1;transform:translateY(0)}

/* ═══════════════════════════════════
   FOOTER STRIP
═══════════════════════════════════ */
.page-footer{background:var(--black);padding:32px 24px;text-align:center}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-brand{font-family:'DM Serif Display',serif;font-size:18px;color:var(--white);margin-bottom:8px}
.footer-brand em{color:var(--orange);font-style:italic}
.footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-bottom:14px}
.footer-links a{font-size:12.5px;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--orange)}
.footer-copy{font-size:11.5px;color:rgba(255,255,255,.22)}

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media(max-width:1040px){
  .blog-layout{grid-template-columns:1fr}
  .blog-sidebar{position:static;flex-direction:row;flex-wrap:wrap}
  .sidebar-card{flex:1 1 260px}
}
@media(max-width:780px){
  .featured-post{grid-template-columns:1fr}
  .feat-img{min-height:240px}
  .posts-grid{grid-template-columns:1fr}
  .modal-body{padding:24px 22px 32px}
}
@media(max-width:580px){
  .page-body{padding:44px 16px 64px}
  .hero_blog{padding:64px 16px 56px}
  .hero_blog-stats{flex-wrap:wrap}
  .hero_blog-stat{min-width:45%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:14px 10px}
  .blog-sidebar{flex-direction:column}
  .modal-overlay{padding:10px}
  .article-modal{border-radius:16px}
}


/* hero_product-details */


/* ── BACK LINK ── */
.back-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--grey-500);text-decoration:none;margin-bottom:36px;transition:color .2s}
.back-link:hover{color:var(--orange)}
.back-link svg{stroke:currentColor;transition:transform .2s}
.back-link:hover svg{transform:translateX(-3px)}

/* ── PRODUCT LAYOUT ── */
.product-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start;margin-bottom:64px}

/* ── GALLERY ── */
.gallery-main{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;aspect-ratio:1;position:relative;margin-bottom:12px}
.gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;cursor:zoom-in}
.gallery-main:hover img{transform:scale(1.04)}
.gallery-badge{position:absolute;top:16px;left:16px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 11px;border-radius:20px}
.gallery-badge.new{background:#1A7A3A;color:white}
.gallery-badge.bestseller{background:var(--orange);color:white}
.gallery-badge.limited{background:#7B2D9B;color:white}
.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}
.gallery-thumbs::-webkit-scrollbar{height:3px}
.gallery-thumbs::-webkit-scrollbar-thumb{background:var(--orange-mid);border-radius:3px}
.g-thumb{width:74px;height:74px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s,transform .2s,opacity .2s;opacity:.6}
.g-thumb:hover,.g-thumb.active{border-color:var(--orange);opacity:1;transform:scale(1.05)}
.g-thumb img{width:100%;height:100%;object-fit:cover;display:block}

/* ── INFO COLUMN ── */
.product-brand-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}
.product-brand{font-size:10.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange)}
.product-sku{font-size:11px;color:var(--grey-300)}
.product-name{font-family:'DM Serif Display',serif;font-size:clamp(26px,3.5vw,40px);font-weight:400;color:var(--black);line-height:1.13;margin-bottom:12px}
.product-tagline{font-size:15px;color:var(--grey-500);line-height:1.68;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--grey-100)}

/* ── KEY SPECS ── */
.key-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}
.spec-item{background:var(--white);border:1.5px solid rgba(212,207,200,.5);border-radius:var(--radius-md);padding:13px 15px;display:flex;align-items:center;gap:11px;transition:border-color .2s,box-shadow .2s}
.spec-item:hover{border-color:var(--orange-mid);box-shadow:0 2px 10px rgba(241,90,34,.08)}
.spec-icon{font-size:20px;flex-shrink:0}
.spec-name{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--grey-300);margin-bottom:2px}
.spec-val{font-size:13px;font-weight:600;color:var(--black)}

/* ── AVAILABILITY & TRUST ── */
.availability-row{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}
.avail-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px}
.avail-badge.in-stock{background:#E8F8EE;color:#1A7A3A;border:1px solid #B8E8C8}
.avail-badge.in-stock::before{content:'';width:7px;height:7px;border-radius:50%;background:#1A7A3A;animation:pulse 1.8s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.avail-badge.preorder{background:#FFF3E0;color:#B85C00;border:1px solid #FFCC88}
.where-to-buy{font-size:12.5px;color:var(--grey-500)}
.where-to-buy a{color:var(--orange);text-decoration:none;font-weight:600}
.where-to-buy a:hover{text-decoration:underline}

/* ── TRUST ITEMS ── */
.trust-row{display:flex;gap:16px;flex-wrap:wrap;padding:18px;background:var(--orange-pale);border:1px solid var(--orange-mid);border-radius:var(--radius-md)}
.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--grey-700)}
.trust-item svg{stroke:var(--orange);flex-shrink:0}

/* ── SHARE ── */
.share-row{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--grey-100)}
.share-label{font-size:12px;font-weight:600;color:var(--grey-500);letter-spacing:.5px;text-transform:uppercase}
.share-btn{width:34px;height:34px;border-radius:50%;background:var(--white);border:1.5px solid var(--grey-300);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;text-decoration:none}
.share-btn:hover{background:var(--orange-pale);border-color:var(--orange)}
.share-btn:hover svg{stroke:var(--orange)}
.share-btn svg{stroke:var(--grey-500);transition:stroke .2s}

/* ── TABS ── */
.tabs-section{max-width:1100px;margin:0 auto 56px;background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden}
.tabs-header{display:flex;border-bottom:2px solid var(--grey-100);overflow-x:auto}
.tab-btn{font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:500;color:var(--grey-500);background:none;border:none;padding:17px 26px;cursor:pointer;white-space:nowrap;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}
.tab-btn:hover{color:var(--black)}
.tab-btn.active{color:var(--orange);border-bottom-color:var(--orange);font-weight:600}
.tab-pane{display:none;padding:34px 38px;animation:fadeIn .3s ease}
.tab-pane.active{display:block}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* Description */
.desc-lead{font-size:15.5px;color:var(--grey-700);line-height:1.8;margin-bottom:26px}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:28px}
.feat-item{display:flex;align-items:flex-start;gap:12px;padding:15px;background:var(--off-white);border-radius:var(--radius-md);border:1px solid var(--grey-100);transition:border-color .2s,box-shadow .2s}
.feat-item:hover{border-color:var(--orange-mid);box-shadow:0 2px 10px rgba(241,90,34,.07)}
.feat-icon{font-size:22px;flex-shrink:0;margin-top:1px}
.feat-text h4{font-size:13.5px;font-weight:600;color:var(--black);margin-bottom:4px}
.feat-text p{font-size:12.5px;color:var(--grey-500);line-height:1.55}
.inbox-title{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:12px}
.inbox-items{display:flex;flex-wrap:wrap;gap:8px}
.inbox-item{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--grey-700);background:var(--grey-100);border:1px solid var(--grey-300);border-radius:20px;padding:5px 12px}

/* Specs table */
.specs-table{width:100%;border-collapse:collapse}
.specs-table tr{border-bottom:1px solid var(--grey-100)}
.specs-table tr:last-child{border-bottom:none}
.specs-table td{padding:13px 0;font-size:14px;vertical-align:top}
.specs-table td:first-child{color:var(--grey-500);font-weight:500;width:42%;padding-right:20px}
.specs-table td:last-child{color:var(--black);font-weight:500}
.specs-group-header{background:var(--off-white)}
.specs-group-header td{padding:10px 12px;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);border-bottom:1px solid var(--grey-100)!important}

/* FAQ */
.faq-item{border-bottom:1px solid var(--grey-100)}
.faq-item:last-child{border-bottom:none}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;cursor:pointer;user-select:none}
.faq-q-text{font-size:14.5px;font-weight:500;color:var(--black);line-height:1.4}
.faq-chevron{width:28px;height:28px;border-radius:50%;background:var(--grey-100);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .32s}
.faq-item.open .faq-chevron{background:var(--orange);transform:rotate(180deg)}
.faq-item.open .faq-chevron svg{stroke:white}
.faq-chevron svg{stroke:var(--grey-700);transition:stroke .2s}
.faq-a{display:none;font-size:13.5px;color:var(--grey-700);line-height:1.68;padding-bottom:15px}
.faq-item.open .faq-a{display:block}

/* ── RELATED PRODUCTS ── */

.section-header{text-align:center;margin-bottom:36px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:10.5px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.eyebrow::before,.eyebrow::after{content:'';width:28px;height:1.5px;background:var(--orange);opacity:.55}
.section-header h2{font-family:'DM Serif Display',serif;font-size:clamp(22px,3vw,34px);font-weight:400;color:var(--black)}
.section-header h2 em{font-style:italic;color:var(--orange)}
.header-rule{width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--orange),var(--orange-light));margin:16px auto 0}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rel-card{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .2s;text-decoration:none;color:inherit;display:block;opacity:0;transform:translateY(14px);animation:fadeUp .5s ease forwards}
.rel-card:nth-child(1){animation-delay:.06s}.rel-card:nth-child(2){animation-delay:.12s}
.rel-card:nth-child(3){animation-delay:.18s}.rel-card:nth-child(4){animation-delay:.24s}
.rel-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:var(--shadow-hover);border-color:var(--orange-mid)}
.rel-img{aspect-ratio:1;overflow:hidden;background:var(--grey-100);position:relative}
.rel-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.rel-card:hover .rel-img img{transform:scale(1.06)}
.rel-img::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--grey-300),var(--grey-100));transition:background .3s}
.rel-card:hover .rel-img::after{background:linear-gradient(90deg,var(--orange),var(--orange-light))}
.rel-body{padding:13px 15px 16px}
.rel-cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:5px}
.rel-name{font-size:13.5px;font-weight:600;color:var(--black);line-height:1.3;transition:color .2s}
.rel-card:hover .rel-name{color:var(--orange)}

/* Share toast */
.share-toast{position:fixed;bottom:28px;right:28px;background:var(--black);color:white;font-size:13px;font-weight:500;padding:12px 20px;border-radius:50px;box-shadow:0 8px 28px rgba(0,0,0,.32);z-index:999;opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;pointer-events:none}
.share-toast.show{opacity:1;transform:translateY(0)}

@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .product-layout{grid-template-columns:1fr;gap:28px}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .features-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  body{padding:28px 14px 64px}
  .tab-pane{padding:22px 18px}
  .key-specs{grid-template-columns:1fr 1fr}
  .related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:380px){.key-specs{grid-template-columns:1fr}}


/* product-list - */
/* ── SECTION HEADER ── */
.page-header{text-align:center;margin-bottom:48px; margin-top: 7rem;}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:10.5px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:16px}
.eyebrow::before,.eyebrow::after{content:'';width:28px;height:1.5px;background:var(--orange);opacity:.55}
.page-header h1{font-family:'DM Serif Display',serif;font-size:clamp(28px,4.5vw,48px);font-weight:400;color:var(--black);line-height:1.15;letter-spacing:-.3px;margin-bottom:10px}
.page-header h1 em{font-style:italic;color:var(--orange)}
.page-header p{font-size:15px;color:var(--grey-500);max-width:520px;margin:0 auto;line-height:1.65}
.header-rule{width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--orange),var(--orange-light));margin:18px auto 16px}


/* ── SEARCH + FILTER TOOLBAR ── */
.toolbar{max-width:1200px;margin:0 auto 32px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.search-bar{display:flex;align-items:center;gap:10px;background:var(--white);border:1.5px solid var(--grey-300);border-radius:50px;padding:9px 18px;flex:1;min-width:200px;max-width:340px;box-shadow:0 2px 8px rgba(26,23,20,.04);transition:border-color .2s,box-shadow .2s}
.search-bar:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(241,90,34,.1)}
.search-bar svg{flex-shrink:0;opacity:.4}
.search-bar input{border:none;outline:none;background:transparent;font-family:'DM Sans',sans-serif;font-size:14px;color:var(--black);width:100%}
.search-bar input::placeholder{color:var(--grey-500)}
.filter-chips{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.chip{font-family:'DM Sans',sans-serif;font-size:12.5px;font-weight:500;color:var(--grey-700);background:var(--white);border:1.5px solid var(--grey-300);border-radius:50px;padding:7px 16px;cursor:pointer;transition:all .2s;white-space:nowrap;user-select:none}
.chip:hover,.chip.active{background:var(--orange);border-color:var(--orange);color:white}
.result-count{margin-left:auto;font-size:13px;font-weight:500;color:var(--grey-500);white-space:nowrap}

/* ── PRODUCTS GRID ── */
.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px; margin-bottom: 4rem;}

/* ── PRODUCT CARD ── */
.product-card{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column;opacity:0;transform:translateY(20px);animation:fadeUp .5s ease forwards}
.product-card:nth-child(1){animation-delay:.04s}.product-card:nth-child(2){animation-delay:.08s}
.product-card:nth-child(3){animation-delay:.12s}.product-card:nth-child(4){animation-delay:.16s}
.product-card:nth-child(5){animation-delay:.20s}.product-card:nth-child(6){animation-delay:.24s}
.product-card:nth-child(7){animation-delay:.28s}.product-card:nth-child(8){animation-delay:.32s}
.product-card:nth-child(9){animation-delay:.36s}.product-card:nth-child(10){animation-delay:.40s}
.product-card:nth-child(11){animation-delay:.44s}.product-card:nth-child(12){animation-delay:.48s}
.product-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:var(--shadow-hover);border-color:var(--orange-mid)}

/* top orange bar on hover */
.card-img-wrap{position:relative;width:100%;aspect-ratio:1;background:var(--grey-100);overflow:hidden}
.card-img-wrap::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--grey-300),var(--grey-100));transition:background .3s}
.product-card:hover .card-img-wrap::after{background:linear-gradient(90deg,var(--orange),var(--orange-light))}
.card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.product-card:hover .card-img-wrap img{transform:scale(1.06)}

/* Badge */
.card-badge{position:absolute;top:12px;left:12px;font-size:9.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 9px;border-radius:20px}
.card-badge.new{background:#1A7A3A;color:white}
.card-badge.bestseller{background:var(--orange);color:white}
.card-badge.limited{background:#7B2D9B;color:white}

.card-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1}
.card-cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:6px}
.card-name{font-family:'DM Serif Display',serif;font-size:clamp(15px,1.6vw,18px);font-weight:400;color:var(--black);line-height:1.3;margin-bottom:7px;transition:color .2s}
.product-card:hover .card-name{color:var(--orange)}
.card-subtitle{font-size:12.5px;color:var(--grey-500);line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.card-specs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}
.spec-pill{font-size:10.5px;font-weight:500;color:var(--grey-700);background:var(--grey-100);border:1px solid var(--grey-300);border-radius:5px;padding:2px 8px}
.card-cta{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--orange);padding-top:12px;border-top:1px solid var(--grey-100);margin-top:auto;transition:gap .2s}
.product-card:hover .card-cta{gap:10px}
.card-cta svg{stroke:var(--orange);transition:transform .2s}
.product-card:hover .card-cta svg{transform:translateX(2px)}

/* No results */
.no-products{text-align:center;padding:72px 24px;grid-column:1/-1}
.no-products-icon{font-size:48px;margin-bottom:16px}
.no-products h3{font-family:'DM Serif Display',serif;font-size:22px;color:var(--black);margin-bottom:8px}
.no-products p{font-size:14px;color:var(--grey-500)}

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

/* ── RESPONSIVE ── */
@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){
  body{padding:36px 14px 64px}
  .products-grid{grid-template-columns:1fr}
  .toolbar{flex-direction:column;align-items:stretch}
  .search-bar{max-width:100%}
  .result-count{margin-left:0}
}



/* product details */

/* ── BACK LINK ── */
.back-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--grey-500);text-decoration:none;margin-bottom:36px;transition:color .2s}
.back-link:hover{color:var(--orange)}
.back-link svg{stroke:currentColor;transition:transform .2s}
.back-link:hover svg{transform:translateX(-3px)}

/* ── PRODUCT LAYOUT ── */
.product-layout{max-width:1100px;margin:0 auto;display:grid; margin-top: 4rem; grid-template-columns:1fr 1fr;gap:52px;align-items:start;margin-bottom:64px}

/* ── GALLERY ── */
.gallery-main{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;aspect-ratio:1;position:relative;margin-bottom:12px}
.gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;cursor:zoom-in}
.gallery-main:hover img{transform:scale(1.04)}
.gallery-badge{position:absolute;top:16px;left:16px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 11px;border-radius:20px}
.gallery-badge.new{background:#1A7A3A;color:white}
.gallery-badge.bestseller{background:var(--orange);color:white}
.gallery-badge.limited{background:#7B2D9B;color:white}
.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}
.gallery-thumbs::-webkit-scrollbar{height:3px}
.gallery-thumbs::-webkit-scrollbar-thumb{background:var(--orange-mid);border-radius:3px}
.g-thumb{width:74px;height:74px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s,transform .2s,opacity .2s;opacity:.6}
.g-thumb:hover,.g-thumb.active{border-color:var(--orange);opacity:1;transform:scale(1.05)}
.g-thumb img{width:100%;height:100%;object-fit:cover;display:block}

/* ── INFO COLUMN ── */
.product-brand-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}
.product-brand{font-size:10.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange)}
.product-sku{font-size:11px;color:var(--grey-300)}
.product-name{font-family:'DM Serif Display',serif;font-size:clamp(26px,3.5vw,40px);font-weight:400;color:var(--black);line-height:1.13;margin-bottom:12px}
.product-tagline{font-size:15px;color:var(--grey-500);line-height:1.68;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--grey-100)}

/* ── KEY SPECS ── */
.key-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}
.spec-item{background:var(--white);border:1.5px solid rgba(212,207,200,.5);border-radius:var(--radius-md);padding:13px 15px;display:flex;align-items:center;gap:11px;transition:border-color .2s,box-shadow .2s}
.spec-item:hover{border-color:var(--orange-mid);box-shadow:0 2px 10px rgba(241,90,34,.08)}
.spec-icon{font-size:20px;flex-shrink:0}
.spec-name{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#7d7d7d;margin-bottom:2px}
.spec-val{font-size:13px;font-weight:600;color:var(--black)}

/* ── AVAILABILITY & TRUST ── */
.availability-row{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}
.avail-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px}
.avail-badge.in-stock{background:#E8F8EE;color:#1A7A3A;border:1px solid #B8E8C8}
.avail-badge.in-stock::before{content:'';width:7px;height:7px;border-radius:50%;background:#1A7A3A;animation:pulse 1.8s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.avail-badge.preorder{background:#FFF3E0;color:#B85C00;border:1px solid #FFCC88}
.where-to-buy{font-size:12.5px;color:var(--grey-500)}
.where-to-buy a{color:var(--orange);text-decoration:none;font-weight:600}
.where-to-buy a:hover{text-decoration:underline}

/* ── TRUST ITEMS ── */
.trust-row{display:flex;gap:16px;flex-wrap:wrap;padding:18px;background:var(--orange-pale);border:1px solid var(--orange-mid);border-radius:var(--radius-md)}
.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--grey-700)}
.trust-item svg{stroke:var(--orange);flex-shrink:0}

/* ── SHARE ── */
.share-row{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--grey-100)}
.share-label{font-size:12px;font-weight:600;color:var(--grey-500);letter-spacing:.5px;text-transform:uppercase}
.share-btn{width:34px;height:34px;border-radius:50%;background:var(--white);border:1.5px solid var(--grey-300);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;text-decoration:none}
.share-btn:hover{background:var(--orange-pale);border-color:var(--orange)}
.share-btn:hover svg{stroke:var(--orange)}
.share-btn svg{stroke:var(--grey-500);transition:stroke .2s}

/* ── TABS ── */
.tabs-section{max-width:1100px;margin:0 auto 56px;background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden}
.tabs-header{display:flex;border-bottom:2px solid var(--grey-100);overflow-x:auto}
.tab-btn{font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:500;color:var(--grey-500);background:none;border:none;padding:17px 26px;cursor:pointer;white-space:nowrap;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}
.tab-btn:hover{color:var(--black)}
.tab-btn.active{color:var(--orange);border-bottom-color:var(--orange);font-weight:600}
.tab-pane{display:none;padding:34px 38px;animation:fadeIn .3s ease}
.tab-pane.active{display:block}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* Description */
.desc-lead{font-size:15.5px;color:var(--grey-700);line-height:1.8;margin-bottom:26px}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:28px}
.feat-item{display:flex;align-items:flex-start;gap:12px;padding:15px;background:var(--off-white);border-radius:var(--radius-md);border:1px solid var(--grey-100);transition:border-color .2s,box-shadow .2s}
.feat-item:hover{border-color:var(--orange-mid);box-shadow:0 2px 10px rgba(241,90,34,.07)}
.feat-icon{font-size:22px;flex-shrink:0;margin-top:1px}
.feat-text h4{font-size:13.5px;font-weight:600;color:var(--black);margin-bottom:4px}
.feat-text p{font-size:12.5px;color:var(--grey-500);line-height:1.55}
.inbox-title{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:12px}
.inbox-items{display:flex;flex-wrap:wrap;gap:8px}
.inbox-item{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--grey-700);background:var(--grey-100);border:1px solid var(--grey-300);border-radius:20px;padding:5px 12px}

/* Specs table */
.specs-table{width:100%;border-collapse:collapse}
.specs-table tr{border-bottom:1px solid var(--grey-100)}
.specs-table tr:last-child{border-bottom:none}
.specs-table td{padding:13px 0;font-size:14px;vertical-align:top}
.specs-table td:first-child{color:var(--grey-500);font-weight:500;width:42%;padding-right:20px; padding-left: 7px;}
.specs-table td:last-child{color:var(--black);font-weight:500}
.specs-group-header{background:var(--off-white)}
.specs-group-header td{padding:10px 12px;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);border-bottom:1px solid var(--grey-100)!important}

/* FAQ */
.faq-item{border-bottom:1px solid var(--grey-100)}
.faq-item:last-child{border-bottom:none}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;cursor:pointer;user-select:none}
.faq-q-text{font-size:14.5px;font-weight:500;color:var(--black);line-height:1.4}
.faq-chevron{width:28px;height:28px;border-radius:50%;background:var(--grey-100);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .32s}
.faq-item.open .faq-chevron{background:var(--orange);transform:rotate(180deg)}
.faq-item.open .faq-chevron svg{stroke:white}
.faq-chevron svg{stroke:var(--grey-700);transition:stroke .2s}
.faq-a{display:none;font-size:13.5px;color:var(--grey-700);line-height:1.68;padding-bottom:15px}
.faq-item.open .faq-a{display:block}

/* ── RELATED PRODUCTS ── */
.related-section{max-width:1100px;margin:0 auto; margin-bottom: 4rem;}
.section-header{text-align:center;margin-bottom:36px; margin-top: 1rem;}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:10.5px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.eyebrow::before,.eyebrow::after{content:'';width:28px;height:1.5px;background:var(--orange);opacity:.55}
.section-header h2{font-family:'DM Serif Display',serif;font-size:clamp(22px,3vw,34px);font-weight:400;color:var(--black)}
.section-header h2 em{font-style:italic;color:var(--orange)}
.header-rule{width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--orange),var(--orange-light));margin:16px auto 0}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rel-card{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid rgba(212,207,200,.5);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .2s;text-decoration:none;color:inherit;display:block;opacity:0;transform:translateY(14px);animation:fadeUp .5s ease forwards}
.rel-card:nth-child(1){animation-delay:.06s}.rel-card:nth-child(2){animation-delay:.12s}
.rel-card:nth-child(3){animation-delay:.18s}.rel-card:nth-child(4){animation-delay:.24s}
.rel-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:var(--shadow-hover);border-color:var(--orange-mid)}
.rel-img{aspect-ratio:1;overflow:hidden;background:var(--grey-100);position:relative}
.rel-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.rel-card:hover .rel-img img{transform:scale(1.06)}
.rel-img::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--grey-300),var(--grey-100));transition:background .3s}
.rel-card:hover .rel-img::after{background:linear-gradient(90deg,var(--orange),var(--orange-light))}
.rel-body{padding:13px 15px 16px}
.rel-cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:5px}
.rel-name{font-size:13.5px;font-weight:600;color:var(--black);line-height:1.3;transition:color .2s}
.rel-card:hover .rel-name{color:var(--orange)}

/* Share toast */
.share-toast{position:fixed;bottom:28px;right:28px;background:var(--black);color:white;font-size:13px;font-weight:500;padding:12px 20px;border-radius:50px;box-shadow:0 8px 28px rgba(0,0,0,.32);z-index:999;opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;pointer-events:none}
.share-toast.show{opacity:1;transform:translateY(0)}

@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .product-layout{grid-template-columns:1fr;gap:28px}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .features-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  body{padding:28px 14px 64px}
  .tab-pane{padding:22px 18px}
  .key-specs{grid-template-columns:1fr 1fr}
  .related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:380px){.key-specs{grid-template-columns:1fr}}


/* ── Grid — 3 per row ── */
.smart_tiles1__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
  max-width: 1140px;
}

/* ══════════════════════════════════════
   CONTENT BOX  — smart_tiles1
══════════════════════════════════════ */
.smart_tiles1__box {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--orange-mid);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  cursor: default;
  opacity: 0;
  transform: translateY(20px);
  animation: smart_tiles1__fadeUp 0.55s ease forwards;
}
.smart_tiles1__box:nth-child(1) { animation-delay: 0.06s; }
.smart_tiles1__box:nth-child(2) { animation-delay: 0.14s; }
.smart_tiles1__box:nth-child(3) { animation-delay: 0.22s; }
.smart_tiles1__box:nth-child(4) { animation-delay: 0.30s; }
.smart_tiles1__box:nth-child(5) { animation-delay: 0.38s; }
.smart_tiles1__box:nth-child(6) { animation-delay: 0.46s; }

/* ── Background image layer ── */
.smart_tiles1__box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--st1-bg);
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity   var(--transition),
    transform var(--transition);
  z-index: 0;
}

/* ── Gradient overlay ── */
.smart_tiles1__box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(241, 90, 34, 0.78) 0%,
    rgba(26,  23, 20, 0.82) 100%
  );
  border-radius: var(--radius-lg);
  opacity: 0;
  transition: opacity var(--transition);
  z-index: 1;
}

/* ── Hover: reveal image + overlay ── */
.smart_tiles1__box:hover::before {
  opacity: 1;
  transform: scale(1);
}
.smart_tiles1__box:hover::after {
  opacity: 1;
}
.smart_tiles1__box:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-hover);
  transition: border-color var(--transition), box-shadow var(--transition);
}

/* ── Inner content ── */
.smart_tiles1__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 28px 40px;
}

/* ── Orange top bar ── */
.smart_tiles1__bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  z-index: 3;
  transition: opacity var(--transition);
}
.smart_tiles1__box:hover .smart_tiles1__bar { opacity: 0; }

/* ── Icon ── */
.smart_tiles1__icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition:
    background   var(--transition),
    border-color var(--transition),
    transform    var(--transition);
}
.smart_tiles1__icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke var(--transition);
}
.smart_tiles1__box:hover .smart_tiles1__icon {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.35);
  transform: scale(1.08) translateY(-3px);
}
.smart_tiles1__box:hover .smart_tiles1__icon svg { stroke: white; }

/* ── Title ── */
.smart_tiles1__title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.25;
  margin-bottom: 14px;
  transition: color var(--transition);
}
.smart_tiles1__box:hover .smart_tiles1__title { color: white; }

/* ── Divider ── */
.smart_tiles1__divider {
  width: 36px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  margin: 0 auto 16px;
  transition: background var(--transition), width var(--transition);
}
.smart_tiles1__box:hover .smart_tiles1__divider {
  background: rgba(255,255,255,0.6);
  width: 56px;
}

/* ── Description ── */
.smart_tiles1__desc {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--grey-500);
  line-height: 1.72;
  transition: color var(--transition);
}
.smart_tiles1__box:hover .smart_tiles1__desc { color: rgba(255,255,255,0.85); }

/* ── CTA ── */
.smart_tiles1__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity   var(--transition),
    transform var(--transition),
    color     var(--transition);
}
.smart_tiles1__cta svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.smart_tiles1__box:hover .smart_tiles1__cta {
  opacity: 1;
  transform: translateY(0);
  color: white;
}
.smart_tiles1__box:hover .smart_tiles1__cta:hover svg {
  transform: translateX(4px);
}

/* ── Entrance animation ── */
@keyframes smart_tiles1__fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
/* Tablet — 2 per row */
@media (max-width: 860px) {
  .smart_tiles1__grid { grid-template-columns: repeat(2, 1fr); }
  .smart_tiles1__inner { padding: 34px 22px 30px; }
}

/* Mobile — 1 per row */
@media (max-width: 520px) {
  .smart_tiles1__grid { grid-template-columns: 1fr; }
  body { padding: 40px 16px; }
}
.growth-jurny {
    width: 100%;
    height: 100%;
    margin-top: -21px;
    background-image: url("../images/growth-bg.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 51, 0, 0.5);
    
}

.intro-header h1{
    color: #000000 !important;
}


/* tiles image */


/* ── Tile wrapper ── */
.mbk__tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  max-width: 480px;
  flex:1;
    max-width:480px;
    min-width:300px;

  /* entrance */
  opacity: 0;
  transform: translateY(24px);
  animation: mbk__rise var(--dur) var(--ease) 0.08s forwards;
}


.mbk__grid{
    display:flex;
    gap:30px;
    justify-content:center;
    flex-wrap:wrap;
}

.mbk__tile{
    flex:1;
    max-width:480px;
    min-width:300px;
}
/* ── Image ── */
.mbk__tile-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04);
  filter: brightness(0.92);
  transition: transform 0.7s var(--ease), filter 0.5s ease;
}
.mbk__tile:hover .mbk__tile-img {
  transform: scale(1.0);
  filter: brightness(1);
}

/* ── Default bottom gradient ── */
.mbk__overlay-default {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 23, 20, 0.80) 0%,
    rgba(26, 23, 20, 0.18) 45%,
    transparent 68%
  );
  transition: opacity 0.45s ease;
}
.mbk__tile:hover .mbk__overlay-default { opacity: 0; }

/* ── Hover orange overlay ── */
.mbk__overlay-hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(357deg, rgb(0 0 0 / 14%) 0%, rgb(249 228 228 / 88%) 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.mbk__tile:hover .mbk__overlay-hover { opacity: 1; }

/* ── Orange border glow ── */
.mbk__tile::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: border-color 0.4s ease;
  pointer-events: none;
  z-index: 10;
}
.mbk__tile:hover::after { border-color: var(--orange); }

/* ── Badge ── */
.mbk__badge {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--orange);
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 5;
  transition: transform 0.35s var(--ease);
}
.mbk__tile:hover .mbk__badge { transform: translateY(-3px); }

/* ── Corner icon ── */
.mbk__corner {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  opacity: 0;
  transform: scale(0.6) rotate(-30deg);
  transition: opacity 0.4s ease 0.1s, transform 0.45s var(--ease) 0.08s;
}
.mbk__corner svg {
  width: 16px; height: 16px;
  stroke: white; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.mbk__tile:hover .mbk__corner {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* ── Scanline sweep ── */
.mbk__scanline {
  position: absolute;
  top: -100%; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(241, 90, 34, 0.8) 40%,
    rgba(255, 160, 80, 1) 50%,
    rgba(241, 90, 34, 0.8) 60%,
    transparent 100%
  );
  z-index: 6;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mbk__tile:hover .mbk__scanline {
  opacity: 1;
  animation: mbk__scan 1.2s var(--ease) 0.05s 1 forwards;
}
@keyframes mbk__scan {
  0%   { top: -4px; }
  100% { top: 104%; }
}

/* ── Bottom strip ── */
.mbk__strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, var(--orange), #FF7A3D);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
  z-index: 8;
}
.mbk__tile:hover .mbk__strip { transform: scaleX(1); }

/* ── Default label (shown at rest) ── */
.mbk__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 28px 32px;
  z-index: 3;
}
.mbk__default-label {
  transition: transform 0.45s var(--ease), opacity 0.35s ease;
}
.mbk__tile:hover .mbk__default-label {
  transform: translateY(-12px);
  opacity: 0;
}
.mbk__default-cat {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: white;
  background: rgba(241, 90, 34, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 9px;
  backdrop-filter: blur(4px);
}
.mbk__default-name {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 400;
  color: white;
  line-height: 1.2;
}

/* ── Hover rich content ── */
.mbk__hover-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 215px 32px 36px;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.42s ease 0.08s, transform 0.48s var(--ease) 0.06s;
}
.mbk__tile:hover .mbk__hover-content {
  opacity: 1;
  transform: translateY(0);
}

.mbk__hover-tag {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}
.mbk__hover-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400;
  color: white;
  line-height: 1.18;
  margin-bottom: 18px;
}
.mbk__hover-title em { font-style: italic; color: rgba(255, 200, 160, 1); }

/* Stats row */
.mbk__stat-row {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
.mbk__stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3.5vw, 32px);
  color: #FF9B6A;
  line-height: 1;
  margin-bottom: 3px;
}
.mbk__stat-lbl {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* Spec pills */
.mbk__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}
.mbk__spec {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  padding: 4px 10px;
  backdrop-filter: blur(4px);
}

/* CTA */
.mbk__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s, gap 0.2s;
}
.mbk__cta svg {
  width: 14px; height: 14px;
  stroke: white; fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
  transition: transform 0.25s var(--ease);
}
.mt-30{
    margin-top: 2rem;
}
.mbk__tile:hover .mbk__cta { border-color: white; gap: 13px; }
.mbk__tile:hover .mbk__cta svg { transform: translateX(4px); }

/* Entrance */
@keyframes mbk__rise {
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 520px) {
  .mbk__tile-img { height: 420px; }
  body { padding: 32px 14px; }
}


/* ══════ SECTION HEADER ══════ */
.mbk-slide__header {
  text-align: center;
  margin-bottom: 44px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}
.mbk-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.mbk-slide__eyebrow::before, .mbk-slide__eyebrow::after {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--orange); opacity: .55;
}
.mbk-slide__header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.15;
}
.mbk-slide__header h2 em { font-style: italic; color: var(--orange); }
.mbk-slide__rule {
  width: 48px; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  margin: 18px auto 16px;
}
.mbk-slide__header p {
  font-size: 15px;
  color: var(--grey-500);
  line-height: 1.65;
}

/* ══════ SLIDER VIEWPORT ══════ */
.mbk-slide__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* fade edges so cards appear to slide in/out of view */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
}

/* ── Pause sliding on hover of the whole viewport ── */
.mbk-slide__viewport:hover .mbk-slide__track {
  animation-play-state: paused;
}

/* ══════ TRACK — duplicated content scrolls right→left ══════ */
.mbk-slide__track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 12px 0 4px 24px;
  animation: mbk-slide__scroll 38s linear infinite;
}

@keyframes mbk-slide__scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* moves exactly one full set (since content is duplicated 2x) */
}

/* ══════ TESTIMONIAL CARD ══════ */
.mbk-slide__card {
  flex: 0 0 auto;
  width: 360px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(212,207,200,.5);
  box-shadow: var(--shadow-card);
  padding: 28px 26px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s, border-color .2s;
}
.mbk-slide__card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: var(--shadow-hover);
  border-color: var(--orange-mid);
}

/* Top accent bar */
.mbk-slide__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--grey-300), var(--grey-100));
  transition: background .3s;
}
.mbk-slide__card:hover::before {
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}

/* Quote mark watermark */
.mbk-slide__quote-mark {
  position: absolute;
  top: 12px; right: 18px;
  font-family: 'DM Serif Display', serif;
  font-size: 58px;
  color: var(--orange-pale);
  line-height: 1;
  user-select: none;
  transition: color .3s;
}
.mbk-slide__card:hover .mbk-slide__quote-mark { color: var(--orange-mid); }

/* Product tag pill */
.mbk-slide__product-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--orange);
  background: var(--orange-pale);
  border: 1px solid var(--orange-mid);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

/* Stars */
.mbk-slide__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.mbk-slide__stars span { font-size: 14px; }

/* Review text */
.mbk-slide__text {
  font-size: 14px;
  color: var(--grey-700);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
  position: relative;
  z-index: 1;
}

/* Footer: author */
.mbk-slide__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--grey-100);
}
.mbk-slide__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--orange-pale);
  border: 1.5px solid var(--orange-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
  transition: background .2s, color .2s;
}
.mbk-slide__card:hover .mbk-slide__avatar {
  background: var(--orange);
  color: white;
}
.mbk-slide__author-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.3;
}
.mbk-slide__author-meta {
  font-size: 11.5px;
  color: var(--grey-500);
}
.mbk-slide__verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  font-size: 10px;
  font-weight: 600;
  color: #1A7A3A;
  background: #E8F8EE;
  border: 1px solid #B8E8C8;
  border-radius: 10px;
  padding: 2px 8px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* ══════ RESPONSIVE ══════ */
@media (max-width: 640px) {
  body { padding: 44px 0 60px; }
  .mbk-slide__card { width: 290px; padding: 24px 20px 20px; }
  .mbk-slide__track { animation-duration: 30s; }
}

.hero_bg_effect:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 20% 50%, rgba(241, 90, 34, 0.18) 0%, transparent 65%), radial-gradient(ellipse 50% 70% at 80% 30%, rgba(255, 122, 61, 0.12) 0%, transparent 60%);
    pointer-events: none;
}


/* ══════════════════════════════════════════════
   PRODUCT LIST PAGE — toolbar + grid + cards
   All classes scoped to avoid conflicts with
   the rest of style6.css / layer.css / reset.css
══════════════════════════════════════════════ */

/* ── Page header (section title area) ── */
.page-header{
  text-align:center;
  padding: 10px 24px 0px;   /* top clears fixed nav */
}
.page-header .eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:10.5px;font-weight:600;letter-spacing:3px;text-transform:uppercase;
  color:var(--orange);margin-bottom:16px;
}
.page-header .eyebrow::before,
.page-header .eyebrow::after{
  content:'';width:28px;height:1.5px;background:var(--orange);opacity:.55;
}
.page-header h1{
  font-family:'DM Serif Display',serif;
  font-size:clamp(28px,4.5vw,48px);font-weight:400;color:var(--black);
  line-height:1.15;letter-spacing:-.3px;margin-bottom:10px;
}
.page-header h1 em{font-style:italic;color:var(--orange)}
.page-header .header-rule{
  width:48px;height:3px;border-radius:3px;
  background:linear-gradient(90deg,var(--orange),var(--orange-light));
  margin:18px auto 16px;
}
.page-header p{
  font-size:15px;color:var(--grey-500);
  max-width:520px;margin:0 auto;line-height:1.65;
}

/* ── SEARCH + FILTER TOOLBAR ── */
.toolbar{
  max-width:1200px;
  margin:0 auto 32px;
  padding:0 24px;            /* ← horizontal padding aligns with page edges */
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* Row 1: search + result count */
.toolbar-row1{
  display:flex;
  align-items:center;
  gap:12px;
  width: 100%
}
.search-bar{
  display:flex;align-items:center;gap:10px;
  background:var(--white);
  border:1.5px solid var(--grey-300);
  border-radius:50px;
  padding:9px 18px;
  flex:1;min-width:180px;max-width:340px;
  box-shadow:0 2px 8px rgba(26,23,20,.04);
  transition:border-color .2s,box-shadow .2s;
}
.search-bar:focus-within{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(241,90,34,.1);
}
.search-bar svg{flex-shrink:0;opacity:.4}
.search-bar input{
  border:none;outline:none;background:transparent;
  font-family:'DM Sans',sans-serif;font-size:14px;color:var(--black);width:100%;
}
.search-bar input::placeholder{color:var(--grey-500)}
.result-count{
  margin-left:auto;font-size:13px;font-weight:500;
  color:var(--grey-500);white-space:nowrap;
}

/* Row 2: arrow btn + scrollable chips + arrow btn */
.toolbar-row2{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;       /* ← lets flex children shrink below their natural width */
  width:100%;        /* ← fills the toolbar column */
}

/* Arrow scroll buttons */
.chip-scroll-btn{
  flex-shrink:0;
  width:36px;height:36px;border-radius:50%;
  background:var(--white);
  border:1.5px solid var(--grey-300);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  transition:background .2s,border-color .2s,transform .2s,opacity .2s;
  box-shadow:0 2px 8px rgba(26,23,20,.06);
}
.chip-scroll-btn svg{
  stroke:var(--grey-700);
  transition:stroke .2s;
  flex-shrink:0;
}
.chip-scroll-btn:hover{
  background:var(--orange);
  border-color:var(--orange);
  transform:scale(1.07);
}
.chip-scroll-btn:hover svg{stroke:white}
.chip-scroll-btn:disabled{
  opacity:0.25;
  pointer-events:none;
  transform:none;
}

/* Chips scroll wrapper — clips overflow, shows fade edges */
.filter-chips-wrap{
  flex:1;
  min-width:0;       /* ← CRITICAL: flex children ignore overflow:hidden without this */
  overflow:hidden;
  position:relative;
}
.filter-chips-wrap::before,
.filter-chips-wrap::after{
  content:'';
  position:absolute;top:0;bottom:0;
  width:32px;z-index:2;pointer-events:none;
}
.filter-chips-wrap::before{
  left:0;
  /* fade FROM the off-white page background TO transparent */
  background:linear-gradient(to right, #F8F6F3 0%, transparent 100%);
}
.filter-chips-wrap::after{
  right:0;
  background:linear-gradient(to left, #F8F6F3 0%, transparent 100%);
}

/* Chips inner scroll track — single horizontal line, no wrap, hidden scrollbar */
.filter-chips{
  display:flex;
  gap:8px;
  align-items:center;
  overflow-x:auto;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding:4px 8px;           /* slight left/right pad so first/last chip clears the fade */
  scrollbar-width:none;      /* Firefox */
  -ms-overflow-style:none;   /* IE 11 */
  flex-wrap:nowrap;          /* ← the key fix: chips NEVER wrap to a new line */
}
.filter-chips::-webkit-scrollbar{display:none}  /* Chrome/Safari */

/* Individual chip */
.chip{
  font-family:'DM Sans',sans-serif;
  font-size:12.5px;font-weight:500;
  color:var(--grey-700);
  background:var(--white);
  border:1.5px solid var(--grey-300);
  border-radius:50px;
  padding:7px 18px;
  cursor:pointer;
  transition:all .2s;
  white-space:nowrap;        /* ← prevent any chip text from wrapping inside the button */
  user-select:none;
  flex-shrink:0;             /* ← chips never shrink; they stay full-width and scroll */
}
.chip:hover,
.chip.active{
  background:var(--orange);
  border-color:var(--orange);
  color:white;
}

/* ── PRODUCTS GRID ── */
.products-grid{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px 56px;       /* matches toolbar horizontal padding */
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* ── PRODUCT CARD ── */
.product-card{
  background:var(--white);
  border-radius:var(--radius-lg, 20px);
  border:1.5px solid rgba(212,207,200,.5);
  box-shadow:var(--shadow-card);
  overflow:hidden;
  cursor:pointer;
  transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .2s;
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  opacity:0;
  transform:translateY(20px);
  animation:fadeUp .5s ease forwards;
}
.product-card:nth-child(1){animation-delay:.04s}
.product-card:nth-child(2){animation-delay:.08s}
.product-card:nth-child(3){animation-delay:.12s}
.product-card:nth-child(4){animation-delay:.16s}
.product-card:nth-child(5){animation-delay:.20s}
.product-card:nth-child(6){animation-delay:.24s}
.product-card:nth-child(7){animation-delay:.28s}
.product-card:nth-child(8){animation-delay:.32s}
.product-card:nth-child(9){animation-delay:.36s}
.product-card:nth-child(10){animation-delay:.40s}
.product-card:nth-child(11){animation-delay:.44s}
.product-card:nth-child(12){animation-delay:.48s}
.product-card:hover{
  transform:translateY(-5px) scale(1.01);
  box-shadow:var(--shadow-hover);
  border-color:var(--orange-mid);
}

/* card image area */
.card-img-wrap{
  position:relative;width:100%;aspect-ratio:1;
  background:var(--grey-100);overflow:hidden;
}
.card-img-wrap::after{
  content:'';position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--grey-300),var(--grey-100));
  transition:background .3s;
}
.product-card:hover .card-img-wrap::after{
  background:linear-gradient(90deg,var(--orange),var(--orange-light));
}
.card-img-wrap img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .45s ease;
}
.product-card:hover .card-img-wrap img{transform:scale(1.06)}

/* Badge */
.card-badge{
  position:absolute;top:12px;left:12px;
  font-size:9.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;
  padding:3px 9px;border-radius:20px;
}
.card-badge.new      {background:#1A7A3A;color:white}
.card-badge.bestseller{background:var(--orange);color:white}
.card-badge.limited  {background:#7B2D9B;color:white}

/* card body */
.card-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1}
.card-cat{
  font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:var(--orange);margin-bottom:6px;
}
.card-name{
  font-family:'DM Serif Display',serif;
  font-size:clamp(15px,1.6vw,18px);font-weight:400;color:var(--black);
  line-height:1.3;margin-bottom:7px;transition:color .2s;
}
.product-card:hover .card-name{color:var(--orange)}
.card-subtitle{
  font-size:12.5px;color:var(--grey-500);line-height:1.6;margin-bottom:12px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;flex:1;
}
.card-specs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}
.spec-pill{
  font-size:10.5px;font-weight:500;color:var(--grey-700);
  background:var(--grey-100);border:1px solid var(--grey-300);
  border-radius:5px;padding:2px 8px;
}
.card-cta{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;font-weight:600;color:var(--orange);
  padding-top:12px;border-top:1px solid var(--grey-100);margin-top:auto;
  transition:gap .2s;
}
.product-card:hover .card-cta{gap:10px}
.card-cta svg{stroke:var(--orange);transition:transform .2s}
.product-card:hover .card-cta svg{transform:translateX(2px)}

/* No results */
.no-products{text-align:center;padding:72px 24px;grid-column:1/-1}
.no-products-icon{font-size:48px;margin-bottom:16px}
.no-products h3{
  font-family:'DM Serif Display',serif;font-size:22px;color:var(--black);margin-bottom:8px;
}
.no-products p{font-size:14px;color:var(--grey-500)}

/* ── Entrance keyframe ── */
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .products-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .toolbar{padding:0 14px}
  .products-grid{grid-template-columns:1fr;padding:0 14px 48px}
  .search-bar{max-width:100%}
  .result-count{margin-left:0}
  .page-header{padding:72px 16px 32px}
}