.home_news ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 75px;
}
.home_news ul .info{
    width: 51.09%;
    display: flex;
    flex-direction: column;
}
.home_news ul .img{
    width: 41.31%;
    aspect-ratio: 280/254;
}
.home_news ul .flex{
    padding-bottom: 33px;
    border-bottom: 1px solid #d1d1d1;
}
.home_news ul li:hover .flex{
    border-color: var(--primary);
}
.home_news ul .info span.cat{
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
}
.home_news ul .info .title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0a0a0a;
    margin-top: 21px;
}
.home_news ul .info p{
    margin-top: auto;
    font-size: 16px;
    color: #4f4f4f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.home_news ul li .more{
    margin-top: 28px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent;
    outline: none;
    display: flex;
    align-items: center;
}
.home_news ul li .more:after{
    content: "";
    width: 17px;
    height: 17px;
    transition: all 0.3s;
    display: inline-block;
    background: url('../img/more_btn.svg') no-repeat center/contain;
    margin-left: 7px;
}
.home_news ul li:hover img{
    transform: scale(1.1);
}
.home_news ul li:hover .more:after{
    transform: translateX(5px);
}

.page_form .left{
    width: 40.27%;
}
.page_form .right{
    width: 100%;
}
.page_form form{
    display: flex;
    flex-flow: wrap;
    gap: 24px 0;
    background: #16171B;
    padding: 50px 42px;
    justify-content: space-between;
}
.page_form form span{
    display: block;
    width: 100%;
}
.page_form form span.col2{
    width: 48.92%;
}
.page_form form label{
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #e0e0e0;
    display: block;
    margin-bottom: 11px;
}
.page_form form input:not([type="submit"]){
    line-height: 51px;
    border: 1px solid #2a2c31;
    width: 100%;
    background-color: #0C0D10;
    color: white;
    padding: 0 16px;
    transition: all 0.3s;
}
.page_form form input:not([type="submit"]):focus{
    border-color: var(--primary);
}
.page_form form textarea{
    border: 1px solid #2a2c31;
    width: 100%;
    background-color: #0C0D10;
    color: white;
    height: 109px;
    padding: 16px;
    transition: all 0.3s;
}
.page_form form textarea:focus{
    border-color: var(--primary);
}
.page_form form .btn{
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.page_form form .btn input[type="submit"]{
    display: none;
}
.page_form form .btn .wpcf7-spinner{
    width: 24px !important;
    position: absolute;
    left: 20px;
    top: 15px;
    margin: 0 !important;
}
body .wpcf7 form .wpcf7-response-output{
    padding: 0;
    margin: 0;
    border: none;
    color: white;
}
.full_content{
    max-width: 1920px;
    margin: 0 auto;
}
.home_technical{
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.home_technical .left > p{
    color: #8b909a;
    padding-left: 17px;
    font-family: 'Saira', sans-serif;
    margin-bottom: 28px;
}

.home_technical .left{
    padding-top: 60px;  
    background-color: #0C0D11;
    width: 18.02%;
}
.home_technical .left .img{
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 20px;
}
.home_technical .left li{
    padding: 23px 17px 20px;
    padding-left: 17px;
    cursor: pointer;
    width: 100%;
    position: relative;
    transition: all 0.3s;
}
.home_technical .left li:after{
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    border-color: transparent transparent transparent var(--primary);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.home_technical .left li.active:after{
    opacity: 1;
}
.home_technical .left li.active{
    background-color: var(--primary);
}
.home_technical .left li.active strong{
    color: white;
}
.home_technical .left li.active p{
    color: white;
    font-weight: 300;
}
.home_technical .left li.active .img{
    filter: brightness(100);
}
.home_technical .left li strong{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #c7c9cf;
    font-family: 'Saira', sans-serif;
    display: block;
    margin-top: -5px;
    transition: all 0.3s;
}
.home_technical .left li p{
    font-size: 15px;
    color: #6b6e76;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s;
}
.home_technical .right{
    width: 81.98%;
    padding-top: 48px;
    padding-left: 107px;
    padding-right: 240px;
}
.home_technical .right .panel{
    display: none;
}
.home_technical .right .panel.active{
    display: block;
}
.home_technical .right .title{
    font-size: 34px;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 13px;
}
.home_technical .right .info p{
    font-size: 18px;
    line-height: 26px;
    color: #42454d;
}
.home_technical .right .top{
    padding-bottom: 31px;
}
.home_technical .right .top .info{
    width: 49.58%;
}

.home_technical .right .top .swiper_con{
    width: 41.69%;
} 

.home_technical .right .top .items{
    margin-top: 87px;
    display: flex;
    justify-content: space-between;
}
.home_technical .right .top .items .item{
    position: relative;
}
.home_technical .right .top .items .item span{
    font-size: 14px;
    color: #8b909a;
}
.home_technical .right .top .items .item p{
    font-size: 22px;
    font-weight: 600;
    color: #0c0d10;
    margin-top: 8px;
    font-family: 'Saira', sans-serif;
}
.home_technical .right .top .items .item + .item:before{
    content: "";
    width: 1px;
    height: 64px;
    background-color: #e2e2dc;
    position: absolute;
    left: -41px;
    top: 50%;
    transform: translateY(-50%);
}

.home_technical .right .top .swiper_tech_img{
    width: 79.48%;
    overflow: hidden;
}
.home_technical .right .top .swiper_tech_img .img{
    aspect-ratio: 401/296;
}
.home_technical .right .top .swiper_thumbs_img{
    max-height: 270px;
    overflow: hidden;
}
.home_technical .right .top .swiper_thumbs_img .img{
    aspect-ratio: 89/80;
    cursor: pointer;
}
.home_technical .right .top .thumbs_con{
    width: 17.75%;
}

.home_technical .right .top .thumbs_con .btn_next{
    width: 100%;
    height: 19px;
    margin-top: 10px;
    background-color: #F2F3F4;
    position: relative;
    cursor: pointer;
}
.home_technical .right .top .thumbs_con .btn_next:after{
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url('../img/arrow_bottom.svg') no-repeat center/contain;
}

.home_technical .right .table thead th{
    line-height: 57px;
    padding: 0 29px;
    background-color: #F2F3F5;
    color: #6d6d6d;
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    text-align: left;
}
.home_technical .right .table table{
    border: 1px solid #ebeced;
}
.home_technical .right .table td{
    line-height: 53px;
    padding: 0 29px;
    font-size: 16px;
    color: #42454d;
    border-bottom: 1px solid #ebeced;
    transition: all 0.3s;
}
.home_technical .right .table tr td:nth-of-type(1){
    font-weight: 500;
}
.home_technical .right .table tr td:last-of-type{
    font-weight: 600;
    color: var(--primary);
}
.home_technical .right .table tbody tr:hover td{
    background-color: #FCE4E4;
}
.home_technical .right .table tbody tr:hover{
    border-left: 2px solid var(--primary);
}
.home_technical .right .bottom{
    padding-top: 26px;
    padding-bottom: 26px;

}
.home_technical .right .bottom p{
    color: #6f7072;
}
.home_technical .right .bottom .btn{
    line-height: 52px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.home_technical .right .bottom .btn:after{
    margin-left: 31px;
    background: url('../img/support_download.svg') no-repeat center/contain;
    filter: brightness(100);
}
.home_technical .right .bottom .btn:hover{
    background-color: #0C0D10;
    color: white;
    
}
.home_technical .right .bottom .btn.black{
    background-color: #0c0d10;
    clip-path: none;
    margin-left: 22px;
}
.home_technical .right .bottom .btn.black:after{
    display: none;
}
.home_technical .right .bottom .btn.black span{
    display: inline-block;
    margin-left: 40px;
}

/* ------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .home_news ul {
    gap: 40px;
  }
  .home_technical .left {
    width: 26%;
  }
  .home_technical .right {
    width: 74%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home_news ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home_news ul .flex {
    padding-bottom: 20px;
  }
  .home_news ul .info {
    width: auto;
    flex: 1;
  }
  .home_news ul .img {
    width: 40%;
  }
  .home_news ul .info span.cat {
    font-size: 14px;
  }
  .home_news ul .info .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .home_news ul .info p {
    font-size: 14px;
  }
  .home_news ul li .more {
    margin-top: 18px;
    font-size: 15px;
  }
  /* Form */
  .page_form .left {
    width: 100%;
  }
  .page_form form {
    padding: 30px 20px;
    gap: 18px 0;
  }
  .page_form form span.col2 {
    width: 100%;
  }
  .page_form form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page_form form input:not([type="submit"]) {
    line-height: 46px;
  }
  .page_form form textarea {
    height: 90px;
  }
  /* Technical: stack the dark tab rail above the content panel */
  .home_technical .main {
    flex-direction: column;
  }
  .home_technical .left,
  .home_technical .right {
    width: 100%;
  }
  .home_technical .left {
    padding-top: 20px;
    display: flex;
    overflow-x: auto;
  }
  .home_technical .left::-webkit-scrollbar {
    display: none;
  }
  .home_technical .left > p {
    display: none;
  }
  .home_technical .left ul{
    width: 100%;
  }
  .home_technical .left li {
    padding: 16px;
    flex-shrink: 0;
  }
  .home_technical .left li:after {
    display: none;
  }
  .home_technical .left li strong {
    font-size: 16px;
    margin-top: 0;
  }
  .home_technical .left li p {
    font-size: 13px;
  }
  .home_technical .right {
    padding: 30px 20px;
  }
  .home_technical .right .title {
    font-size: 24px;
    padding-top: 0;
  }
  .home_technical .right .info p {
    font-size: 15px;
    line-height: 24px;
  }
  .home_technical .right .top {
    padding-bottom: 24px;
  }
  .home_technical .right .top.flex {
    flex-direction: column;
    gap: 24px;
  }
  .home_technical .right .top .info,
  .home_technical .right .top .swiper_con {
    width: 100%;
  }
  .home_technical .right .top .items {
    margin-top: 30px;
  }
  .home_technical .right .top .items .item p {
    font-size: 18px;
  }
  .home_technical .right .top .items .item + .item:before {
    left: -20px;
  }
  /* Table → horizontal scroll */
  .home_technical .right .table {
    overflow-x: auto;
  }
  .home_technical .right .table table {
    min-width: 480px;
  }
  .home_technical .right .table thead th {
    line-height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }
  .home_technical .right .table td {
    line-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
  .home_technical .right .bottom {
    padding-top: 20px;
    padding-bottom: 0;
    flex-wrap: wrap;
    gap: 12px;
  }
  .home_technical .right .bottom .btn {
    line-height: 44px;
    font-size: 15px;
  }
  .home_technical .right .bottom .btn.black {
    margin-left: 0;
  }
  .home_technical .right .bottom .btns{
    width: 100%;
  }
  .home_technical .right .bottom .btn:after{
    margin-left: 8px;
  }
  .home_technical .right .bottom .btn.black span{
    margin-left: 8px;
  }
}
@media screen and (max-width: 576px) {
  .home_news ul .flex {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .home_news ul .info,
  .home_news ul .img {
    width: 100%;
  }
  .home_technical .right .top .items {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .home_technical .right .bottom .btn {
    width: 100%;
    justify-content: center;
  }
}