.header__menu .dropdown-menu.dropdownMega{
    width: 60vw;
    overflow: hidden;
}
@media only screen and (max-width: 767px){
    .header__menu .dropdown-menu.dropdownMega{
        width: 100%;
    }
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}

@media only screen and (max-width: 767px){
    .only-d {
        display: none;
    }
}


.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}

div.about__texts p {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray);
    max-width: 530px;
    padding-top: 20px;
}

.service__item-2 .service__icon {
    width: 100%;
    height: 100%;
}

.header__area-2{
    background: #fff;
}


.hero__area-2{
    margin-top: 76px;
}
.header__area .nav-link, .header__area-3 .nav-link, .header__area-2 .nav-link{
    text-transform: none;
}
.header__phone a, .header__phone-2 a{
    text-transform: none;
}
.wc-btn-secondary {
    padding: 10px 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .wc-btn-secondary {
        padding: 10px 26px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .wc-btn-secondary {
        padding: 10px 20px;
    }
}

.header__phone, .header__phone-2 {
    margin-left: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .header__phone, .header__phone-2 {
        margin-left: 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__phone, .header__phone-2 {
        margin-left: 0px;
    }
}

.hero__title-2 {
    font-size: 68px;
    font-weight: 700;
    padding-bottom: 50px;
    margin:0;
    text-align: left;
    cursor: default;
    line-height: 88px;
    font-weight: 500;
    letter-spacing: .28em;
    font-family: Platform,sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .hero__title-2 {
        font-size: 52px;
        max-width: 760px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .hero__title-2 {
        font-size: 52px;
        max-width: 760px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 999px) {
    .hero__title-2 {
        font-size: 50px;
        max-width: 760px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__title-2 {
        font-size: 50px;
        line-height: 58px;
        color: var(--white);
    }
}
@media only screen and (max-width: 767px) {
    .hero__title-2 {
        font-size: 36px;
        color: var(--white);
    }
}

.hero__sub-title{
    letter-spacing: normal;
    text-transform: none;
    max-width: 1000px;
    margin:0;
    text-align: left;
    cursor: default;
}

.hero__slide {
    padding: 150px 70px 140px 70px;
    background-position: center;
}

.hero__slider .swiper-slide{
    text-align: left;
}

.hero__social-item {
    padding: 48px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__social-item {
        padding: 25px 0;
    }
}
@media only screen and (max-width: 767px) {
    .hero__social-item {
        padding: 25px 0;
    }
}

.bg-gray{
    background: #f5f5f7;
}
.color-black{
    color: var(--black) !important;
}

.select-area .section-title{
    color: #fff;
}
.select-area h5{
    color: #fff;
    margin-top: 20px;
}
.select-area .service__item-2{
    background-color: transparent;
    -webkit-filter:none;
    filter:none;
    border: 3px solid #fff;
    color: #fff;
}
.select-area .service__item-2.active{
    background-color: #fff;
}
.select-area .service__item-2::after{
    content: none;
}
.select-area .service__item-2:hover{
    border-radius: var(--border-radius-1);
}
.select-area .service__item-2 .service__title{
    color: #fff;
}
.select-area .service__item-2 .btn-right-icon{
    color: #fff;
    display: none;
}
.select-area .service__item-2.clicked .service__title{
    color: #000;
}
.select-area .service__item-2.clicked .btn-right-icon{
    color: #000;
    display: block;
}
.select-area .service__item-2.clicked{
    background-color: #fff;
}
.select-area::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    content: '';
    opacity: .5;
}
.select-area .container{
    z-index: 2;
    position: relative;
}
.select-area{
    position: relative;
    background-size: cover;
}

ul.header__menu li.nav-item.dropdown .menu-main-desc{
    display: none;
}
@media only screen and (min-width: 992px){
    .header__content-2 .nav-link{
        padding: 0;
    }
    .header__area-2 ul.header__menu li.nav-item.dropdown{
        padding: 26px 0;
    }
    .header__area-2 .navbar{
        position: static;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 0;
        padding-right: 0;
    }

    .header__content-2 .nav-link::after{
        content: none;
    }

    .header__menu .dropdown-menu{
        width: 100vw;
        left: calc(-.5 * var(--bs-gutter-x));
        right: calc(-.5 * var(--bs-gutter-x));
        background: #fffffffa;
        padding: 50px;
        min-height: 280px;
        box-shadow: var(--box-shadow-1);
    }
    .header__area-2 ul.header__menu li.nav-item.dropdown{
        position: static;
    }

    ul.header__menu li.nav-item.dropdown .menu-desc{
        position: absolute;
        top: 0;
        width: 55vw;
        display: none;
        z-index: 2;
    }
    ul.header__menu li.nav-item.dropdown .menu-desc h3{
        font-size: 26px;
        font-weight: 600;
        line-height: 48px;
        color:var(--black-dark);
    }
    ul.header__menu li.nav-item.dropdown .menu-desc p{
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        margin-top: 23px;
        color:var(--black-dark);
    }
    ul.header__menu li.nav-item.dropdown .menu-item-select:hover .menu-desc{
        display: block !important;
    }
    .header__menu .dropdown-item{
        color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
    }

    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        position: absolute;
        top: 0;
        width: 55vw;
        display: block;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc h3{
        font-size: 26px;
        font-weight: 600;
        line-height: 48px;
        color:var(--black-dark);
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc p{
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        margin-top: 23px;
        color:var(--black-dark);
    }
    ul.header__menu li.nav-item.dropdown .menu-desc{
        left: 34vw;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        left: 34vw;
    }

}

.header__area-2 .nav-link:hover{
    color: var(--secondary);
}


/*
nn
*/

.service__item-2:hover::after{
    opacity: 0;
}

.service__item-2:hover .service__title, .service__item-2:hover .service__title-3{
    color:var(--black-dark);
}

.service__item-2:hover .btn-right-icon{
    color:var(--black-dark);
}

.service__item-2 .btn-right-icon a{
    color:var(--secondary);
}

.service__item-2:hover .btn-right-icon a:hover{
    color:var(--black);
}

.service__title, .service__title-3{
    padding: 25px 0 0;
}

.service__title, .service__title-3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.service__item:hover, .service__item-3:hover, .service__item-2:hover{
    border-radius: var(--border-radius-1);
}
.service__item-2 .service__icon{/*
  transition: all .9s;*/
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
/*
.service__item-2 .service__icon:hover{
  scale: 1.1;
}
*/

.btn-right-icon i{
    margin-left: 0;
}

.service__item:hover .btn-right-icon i, .service__item-3:hover .btn-right-icon i, .service__item-2:hover .btn-right-icon i{
    margin-left: 0px;
}


.service__item-2{
    padding: 0;
}
.service__title, .service__title-3{
    padding: 25px 40px 0 40px;
}
.btn-right-icon{
    padding: 0 40px 0 40px;
}
.service__item-2{
    box-shadow: var(--box-shadow-1);
}



.hero__sub-title{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.footer__area-2, .footer__area-3{
    background-color: #000;
}

.footer__widget li a:hover, .footer__widget-3 li a:hover{
    color: var(--white) !important;
}

.footer__widget-title{
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 18px;
}

.nav-link{
    transition: none;
}

.header__phone-2 a{
    line-height: 40px;
    min-height: 40px;
    margin: 0;
    margin-left: 16px;
    padding: 0 16px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
}

.footer__widget li{
    color: #999;
}
.footer__widget li a{
    color: #999;
}
.footer__widget.lang-widget li{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.footer__widget.lang-widget li a{
    font-size: 1rem;
    line-height: 1.5rem;
}

.footer__widget.lang-widget li:first-child{
    margin-left: 0;
}

.footer__widget.lang-widget .footer__widget-title{
    line-height: 1.375rem;
    font-size: 1rem;
    color: #f5f5f5;
    margin-bottom: 8px;
}

.footer__social-2 li a{
    color: #999;
    font-size: .875rem;
}
.footer__social-2 li a:hover{
    color: var(--white);
}
.footer__widget li a{
    font-size: .875rem;
}

.footer__widget li a:hover{
    color: var(--white);
}

.home-contact{
    padding: 90px 100px;
    position: relative;
    border-radius: var(--border-radius-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.home-contact .section-title{
    color: #fff;
}
.home-contact a{
    margin-top: 32px;
}
.home-contact h5{
    color: #fff;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.175rem;
    line-height: 1.475em;
    font-weight: 400;
}
.home-contact .service__section-title-2{
    max-width: 600px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.home-contact:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

/*
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1200px;
  }
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1320px;
  }
}

@media only screen and (min-width: 48em){
  .container{
    padding: 0;
  }
}
*/

.contact__form-2 label{
    margin-bottom: 5px;
    color: var(--black);
    font-weight: 500;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
}
@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }
}
@media only screen and (min-width: 62.85em) {
    .container {
        width: 61rem;
    }
}

@media only screen and (min-width: 78.7em) {
    .container {
        width: 76.875rem;
    }
}
.container {
    padding: 0 15px;
}
@media only screen and (min-width: 48em) {
    .container {
        padding: 0;
    }
}
.navbar-brand{
    padding-top: 0;
}

.hero__slide{
    height: calc(65vh - 76px);
    padding: 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1400px) {
    .hero__slide{
        height: calc(70vh - 76px);
    }
}
@media only screen and (min-width: 1900px) {
    .hero__slide{
        height: calc(70vh - 76px);
    }
}

.company-logo__slider img{
    filter: grayscale(1);
}
.company-logo__slider:hover img{
    filter: grayscale(0);
}

.blog__item{
    border-radius: var(--border-radius-1);
}

.blog__img, .blog__img-2{
    border-radius: var(--border-radius-2);
}

.testimonial__box{
    border-radius: var(--border-radius-1);
}

.alert-custom1{
    --bs-alert-color:#fff;
    --bs-alert-bg:var(--secondary);
    --bs-alert-border-color:#fff;
}

@media only screen and (min-width: 1200px){
    ul.header__menu li.nav-item.dropdown .menu-desc{
        left: 30vw;
        width: 600px;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        left: 30vw;
        width: 600px;
    }
}

@media only screen and (min-width: 1300px){
    ul.header__menu li.nav-item.dropdown .menu-desc{
        left: 30vw;
        width: 800px;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        left: 30vw;
        width: 800px;
    }
}

@media only screen and (min-width: 1400px){
    ul.header__menu li.nav-item.dropdown .menu-desc{
        left: 28vw;
        width: 800px;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        left: 28vw;
        width: 800px;
    }
}

@media only screen and (min-width: 1600px){
    ul.header__menu li.nav-item.dropdown .menu-desc{
        left: 25vw;
        width: 830px;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        left: 25vw;
        width: 830px;
    }
}

@media only screen and (min-width: 1800px){
    ul.header__menu li.nav-item.dropdown .menu-desc{
        left: 22vw;
        width: 800px;
    }
    ul.header__menu li.nav-item.dropdown .menu-main-desc{
        left: 22vw;
        width: 800px;
    }
}

.new_serviceX .service__item-2{
    background-color: #fff;
    position: relative;
    padding: 0;
    transition-duration: .4s;
    padding-bottom: 10px;
}


.new_serviceX .service__item-2 h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    line-height: 1.1;
    padding: 30px 40px 20px 40px;
}
.new_serviceX .service__item-2 p{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 40px;
    padding-bottom: 60px;
}
.new_serviceX .service__item-2 span{
    font-size: 15px;
    color: var(--black);
    line-height: 1.1;
    background-color: #fff;
    border-radius: 6px;
    transition-duration: .7s;
    position: unset;
    padding: 10px 20px;
    border: 1px solid var(--primary);
    position: absolute;
    bottom: 30px;
    color: var(--primary);
    left: 40px;
    font-weight: 500;
}
.logo_customers {
    max-height:7vw;
}
.logo_customers-top {
    max-height:5vw;
    -webkit-filter: grayscale(100%) invert(1) brightness(2.75);
    filter: grayscale(100%) invert(1) brightness(2.75);
    opacity: 0.8;
}
.customers_top {
    padding-top:0.2vh; padding-bottom:0.2vh; border-bottom:5px solid var(--primary);
    /*min-height:10vh;*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .new_serviceX .service__item-2 h3{
        padding: 20px 30px 15px 30px;
    }
    .new_serviceX .service__item-2 p{
        padding: 0 30px;
        padding-bottom: 60px;
    }
    .new_serviceX .service__item-2 span{
        left: 30px;
    }
    .logo_customers {
        max-height:11vw;
    }
    .logo_customers-top {
        max-height:6vw;
    }
}
@media only screen and (max-width: 767px) {
    .new_serviceX .service__item-2 h3{
        padding: 20px 30px 15px 30px;
    }
    .new_serviceX .service__item-2 p{
        padding: 0 30px;
        padding-bottom: 60px;
    }
    .new_serviceX .service__item-2 span{
        left: 30px;
    }
    .logo_customers {
        max-height:18vw;
    }
    .logo_customers-top {
        max-height:7vw;
    }
}


.new_serviceX .service__item-2 img{
    margin: 0 auto;
    border-radius: var(--border-radius-2);
    transition: .6s;
}
.new_serviceX .service__item-2:hover img{
    scale: 1.04;

}
.new_serviceX .fixed-image-area{
    overflow: hidden;
    border-radius: var(--border-radius-2);
}


.new_serviceX .service__item-2 span i{
    margin-left: 5px;
}
.new_serviceX .service__item-2:hover span{
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.new_serviceX.contact__area-2 .service__item-2 iframe{
    margin-top: 10px;
    border-radius: var(--border-radius-3);
}
.new_serviceX.contact__area-2 .service__item-2{
    margin-bottom: 30px;
}

.only-m{
    display: none;
}
@media only screen and (max-width: 768px){
    .blog__item{
        margin-bottom: 30px;
    }
    .home-contact{
        padding: 70px 15px;
    }
    .footer__widget, .footer__widget-3{
        text-align: left !important;
        margin-bottom: 20px;
    }
    .footer__widget.lang-widget{
        margin-bottom: 0px;
    }
    .footer__logo-3{
        padding-bottom: 30px;
    }
    .only-m{
        display: block;
    }
    .video_area{
        padding: 70px 0 0 0 !important;
        min-height: auto !important;
        background-image: unset !important;
        background-color: #fff !important;
    }
    .video_area video{
        position: relative !important;
    }
    .video_area .container{
        bottom: 15px !important;
    }
    /*.video_area .breadcrumb__title{
      font-size: 45px !important;
    }*/
    .video_area p{
        margin-bottom: 10px !important;
    }
    .hero__title-2{
        font-size: 30px;
        line-height: 40px;
    }
    .hero__title-2{
        padding-left: 0;
    }
}

.hero__inner-2 .wc-btn-secondary{
    background-color: #fff;
    color: var(--primary);
}
.hero__inner-2 .wc-btn-secondary:hover{
    background-color: var(--primary);
    color: #fff;
}

.new_career .career-title{
    line-height: 1;
    margin-bottom: 15px;
}
.new_career p{
    margin-bottom: 15px;
}

.header__phone-2 .wc-btn-secondary{
    background-color: var(--logo);
    border-color: var(--logo);
}

.new_serviceX.career_service .service__item-2 img{
    max-width: 175px;
}
.new_serviceX.career_service .service__item-2 p{
    margin-bottom: 0;
}

.pt-50 {
    padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-50 {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .pt-50 {
        padding-top: 20px;
    }
}

.pt-40 {
    padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-40 {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .pt-40 {
        padding-top: 15px;
    }
}

.pt-30 {
    padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-30 {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .pt-30 {
        padding-top: 10px;
    }
}

.pb-30 {
    padding-bottom: 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-30 {
        padding-bottom: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pb-30 {
        padding-bottom: 10px !important;
    }
}

.pb-40 {
    padding-bottom: 40px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-40 {
        padding-bottom: 30px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pb-40 {
        padding-bottom: 15px !important;
    }
}

.pb-50 {
    padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-50 {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .pb-50 {
        padding-bottom: 30px;
    }
}
.sticky-100{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
@media only screen and (max-width: 767px) {
    .new_serviceX.contact__area-2 form{
        margin-bottom: 30px;
    }
}

.footer__widget ul li a i{
    margin-right: 5px;
}

@media only screen and (min-width: 1200px) {
    .testimonial__wrapper-3{
        margin-left: -9px;
    }
}

.swiper-container .swiper-wrapper {
    transition-timing-function: unset;
}

.nav-item.dropdown .areaExt{
    display: none;
}
@media only screen and (min-width: 768px) {
    .nav-item.dropdown .areaExt{
        position: absolute;
        left: 0;
        width: 70%;
        height: 30px;
    }
    .navbar .nav-item:hover .areaExt{
        display: block;
    }
}
.box-1{
    border-radius: var(--border-radius-2);
    padding: 34px 36px;
    background-color: var(--primary);
    color: #fff;
}
.box-1 a{
    margin-top: 10px;
}
.box-1 a:hover{
    color: #fff;
}
.box-1 h3{
    color: #fff;
}
.box-1 p{
    color: #fff;
}
hr{
    color: #ddd;
}
.new_serviceX.contact__area-2 .service__item-2 h3{
    padding: 30px 36px 0 36px;
}
.new_serviceX.contact__area-2 .service__item-2 p{
    font-weight: 400;
}
.new_serviceX.contact__area-2 .service__item-2 i{
    margin-right: 5px;
}
.new_serviceX.contact__area-2 .service__item-2 span{
    position: static;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 40px;
}
.new_serviceX.contact__area-2 .service__item-2 span a:hover{
    color: #fff !important;
}
.service__item-2 h3 strong{
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
    color: #767676;
}
.box-2{
    border-radius: var(--border-radius-1);
    box-shadow: var(--box-shadow-1);
}
.box-2 form{
    padding: 0 36px 30px 36px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}

ul.header__menu li.nav-item.dropdown .testx > .menu-item-select:hover ~ div.menu-main-desc {
    display:none !important;
}

.marqueeX img{
    filter: grayscale(1);
}
.marqueeX:hover img{
    filter: grayscale(0);
}

.section-contact-title{
    font-size:24px;
    font-weight: 600;
    color: var(--black);
    line-height: 1.1;
    margin-bottom: 15px;
    padding: 30px 36px 0px 36px;
}

.company-logo__area{
    overflow: hidden;
}

.new_serviceX.contact__area-2 .service__item-2 p{
    padding: 0 36px;
    padding-bottom: 10px;
}
.new_serviceX.contact__area-2 .service__item-2 span{
    margin-left: 36px;
}

@media only screen and (min-width: 768px) {
    .header__menu .dropdown-menu{
        background: #ffffffec;
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
    }
    .header__area-2{
        background: #ffffffec;
    }
    .header__area-2:before{
        content: '';
        width: 100%;
        height: 100%;
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        position: absolute;
        z-index: -1;
    }
}

@media (max-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
    .home-contact{
        padding: 30px 30px !important;
    }
    .home-contactX.pb-50{
        padding-bottom: 40px;
    }
    .blog__btn-wrapper-2 .wc-btn-secondary{
        display: block;
    }
    .about__thumb {
        margin-top: 30px;
    }
    .about__content .wc-btn-secondary{
        display: block;
    }
}

/*
.header__logo-2{
  background: #200073;
  -webkit-mask: url(../img/yeditek-logo.svg) center / contain no-repeat;
  mask: url(../img/yeditek-logo.svg) center / contain no-repeat;
  height: 26px;
  width: 80px;
}
*/

@media (max-width: 768px) {
    .header__menu .dropdown-menu{
        padding: 0;
    }
    .header__area .navbar-collapse, .header__area-3 .navbar-collapse, .header__area-2 .navbar-collapse{
        top: 100%;
    }
    .box-1{
        height: auto !important;
        margin-top: 25px;
    }
    .hero__slide{
        padding: 0;
    }
    .footer__widget li a{
        font-size: 1rem;
        line-height: 1.3;
    }
    .b-class-1 b{
        display: block;
        margin-bottom: 5px;
    }
}


div.about__texts p{
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: var(--black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.about__texts p{
        font-size: 1.1rem;
        line-height: 1.55rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.about__texts p{
        font-size: 1rem;
        line-height: 1.45rem;
    }
}
@media only screen and (max-width: 767px) {
    div.about__texts p{
        font-size: 1rem;
        line-height: 1.45rem;
    }
}

.new_serviceX .fixed-image-area{
    display: block !important;
    height: 230px;
}


.service__item-3:hover > .service__iconX {
    transform: scale(1.1);
}

.service__iconX {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: .2s all ease-in-out;
}

.blog-details__content h4 {
    font-size: 20px !important;
}

@media only screen and (max-width: 767px) {
    .hero__content {
        padding: 30px 0 70px 0;
    }
}

/* Hidden Potential Section Styles */
.hidden-potential-section {
    background-color: #ffffff;
}

.hidden-potential-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.hidden-potential-section .subtitle {
    font-size: 1.1rem;
    color: #6c757d;
}

/* Desktop Potential Table */
.potential-table {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.potential-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    min-height:120px;
}

.potential-row:last-child {
    border-bottom: none;
}

.potential-cell {
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.potential-cell:first-child {
    flex: 1.5;
    text-align: left;
    padding-left: 30px;
}

/* Header Row */
.header-row {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.potential-cell.hp-header {
    font-weight: 700;
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Baseline Row */
.baseline-row {
    background: #f8f9fa;
}

.baseline-label {
    align-items: flex-start;
}

.baseline-label strong {
    background: linear-gradient(to bottom, #c2c2c2 0%, #495057c5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
}

.baseline-label small {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: left;
}

.baseline-value {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(to bottom, #c2c2c2 0%, #495057c5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hidden Potential Row */
.potential-row-main {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #1D18AF;
}

.potential-label {
    align-items: flex-start;
}

.potential-label strong {
    background: linear-gradient(to bottom, #0f07f0 0%, #1D18AF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
}

.potential-label small {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: left;
}

.potential-value {
    background: linear-gradient(to bottom, #0f07f0 0%, #1D18AF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: 700;
}

/* Improvement Row */
.improvement-row {
    background: #ffffff;
}

.improvement-text.green {
    color: #28a745;
    font-size: 1.3rem;
    font-weight: 700;
}

.improvement-text.muted {
    color: #6c757d;
    font-size: 1.3rem;
    font-weight: 600;
}

.improvement small {
    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

/* Counter Animation */
.counter-animation {
    display: inline-block;
    transition: all 0.3s ease;
}

/* Badges */
.manual-qc-badge, .improvement-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.manual-qc-badge {
    background: #6c757d;
    color: white;
    -webkit-text-fill-color: white;
}

.improvement-badge.prevention {
    background: #1D18AF;
    color: white;
    -webkit-text-fill-color: white;
}

.qc_performance {
    font-size: 0.8rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.improvement-badge.detection {
    background: #1D18AF;
    color: white;
    -webkit-text-fill-color: white;
}

/* Mobile Cards */
.mobile-potential-cards {
    margin-top: 20px;
}

.mobile-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    border: 1px solid #e9ecef;
}

.mobile-card-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.mobile-baseline {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 8px;
}

.mobile-arrow {
    font-size: 1.2rem;
    color: #1D18AF;
    margin-bottom: 8px;
}

.mobile-potential {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1D18AF;
    margin-bottom: 10px;
}

.mobile-improvement {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.mobile-improvement.green {
    color: #28a745;
}

.mobile-improvement.muted {
    color: #6c757d;
}

.mobile-badge {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-badge.prevention {
    background: #1D18AF;
    color: white;
}

.mobile-badge.detection {
    background: #1D18AF;
    color: white;
}

.mobile-badge.manual {
    background: #6c757d;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .mobile-card {
        padding: 15px;
    }
    
    .mobile-card-title {
        font-size: 0.75rem;
        margin-bottom: 10px;
    }
    
    .mobile-baseline, .mobile-potential {
        font-size: 1.3rem;
    }
    
    .mobile-improvement {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    .hidden-potential-section .section-title {
        font-size: 2rem;
    }
}