/* BANNER */
.banner {width: 100%;overflow: hidden;position: relative;}    
.bannertext {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 1;}
.webox {width: 100%;z-index: 1;max-width: 620px;}
.hmbo_wrap {display: flex;align-items: center;height: 100%;}
.js_hmbanner, .banner-wrapper .col-6.dark-opacity-bg:first-child > img {height:700px;}
.js_hmbanner .slide-img > img , 
.banner-wrapper .col-6.dark-opacity-bg:first-child > img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}

.banner-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.banner-wrapper .col-6.dark-opacity-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C1C1C;
}
.banner-wrapper .col-6.dark-opacity-bg > img{opacity: 0.1;}
.banner .webox .heading-56 ,
.banner .webox p{color: var(--white);}
.banner .webox p{margin-bottom: 20px;}
.banner .webox .heading-56{
	font-weight: 600;
}

.banner-key-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 20px;
}
.banner-key-list li{
    width: 50%;
    padding: 0 30px;
}
.banner-key-list li .ban-key{
    display: flex;
    align-items: center;
}
.banner-key-list li .ban-key .ban-icon {
    width: 54px;
    height: 54px;
    background: var(--white);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-key-list li .ban-key .ban-info{
    width: calc(100% - 54px);
    padding-left: 10px;

    & p{
    	margin-bottom: 0;
        color: var(--white);
        line-height: 26px;
    }
}
main ul.js-hmbanner .slick-slide > div {
    display: flex;
    flex-wrap: wrap;
}
.video-wrap {
    height: 700px;
}
.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
   /* position: absolute;
    object-position: center center;
    min-height: 100%;*/
}
.banner .banner-wrapper .winner-badge{
    width: 182px;
    height: 182px;
    position: absolute;
    top: inherit;
    bottom: 130px;
    margin: auto 0px auto -91px;

}

/* ********** Top Content  **********  */
.top-content-wrapper{
	align-items: flex-start;
}
.top-block-ctent{width: 550px;padding-right: 110px;}
.top-block-img{
	width: 450px;
    position: sticky;
    top: 135px;
}
.top-block-usb{
    width: 518px;
    padding: 0 95px 0 110px;
}
.top-block-img:has(.badge-wrapper) {
	padding-bottom: 45px;
}


.usb-list li:not(:last-child){margin-bottom: 70px;}
.usb-list li .usb-box .icon{margin-bottom: 12px;}

/* ********** WHY CHOOSE **********  */

.why-choose-hm .col-6:first-child{
	padding-right: 148px;
}

.chooset-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
    row-gap: 30px;
}
.chooset-list li{
    width: 50%;
    padding: 0 40px;
    margin-bottom: 0;
}
.chooset-list li .ch-icon{
    width: 100px;
    height: 100px;
    background-color: var(--lightpink);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 100%;
}
.chooset-list li .ch-info .head-xs{
    margin-bottom: 8px;
}
.chooset-list li .ch-info p{
    font-size: 16px;
}

/* ********** Technologies **********  */
.techologies-wrapper {
    align-items: flex-start;
}
.techologies-wrapper .col-6{
    display: flex;
    flex-wrap: wrap;
}
.tech-img{
   background: var(--white);
    border-radius: 10px;
    padding: 30px;
    width: 312px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 395px;
   /* min-height: 395px;*/
}
.tech-img > img{
    position: relative;
    z-index: 1;
}
img.logo-shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.1;
}
.tech-ctent{
    width: calc(100% - 312px);
    padding-left:40px;
}
.techologies-wrapper .col-6:first-child{
    padding-right: 50px;
    border-right:1px solid rgb(0 0 0 / 10%);
}
.techologies-wrapper .col-6:last-child{
    padding-left: 50px;
}
/* ********** OUR PROCESS **********  */
.our-process .center-intro .semi-head {
    margin: 0 auto 10px;
}
.step-grid:not(.slick-initialized){
    display: flex;
    flex-wrap: wrap;
}
.step-grid {
    margin: 0 -13px;
    position: relative;
    align-items: stretch;
}
.step-grid::after{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    background: url(../../assets/images/wave-shape.svg)no-repeat;
    width: 100%;
    height: 100px;
}
.step-grid.slick-initialized li{
    height: 100%;
}
.step-grid li{
    width: 20%;
    padding: 0 13px;
    margin-bottom: 0;
    display: flex !important;
    flex-wrap: wrap;
    
}
.step-grid li .step-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.step-grid li .step-item .step-box{
    background-color: var(--white);
    border-radius: 6px;
    padding: 25px 24px 30px;
    text-align: center;
    position: relative;
     display: flex; /* Make the box a flex container */
    flex-direction: column; /* Stack its contents vertically */
    height: 100%;

}
.step-grid li .step-item .step-box:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid var(--white);
}
.step-grid li .step-item .step-box .heading-22{
    color: var(--paragraph);
    max-width: 208px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    position: relative;

    &::after{
        content: "";
        position: absolute;
        left:0;
        right:0;
        bottom: 0;
        width: 26px;
        height: 4px;
        margin: 0 auto;
        background-color: var(--red);
    }
}
.step-grid li .step-item .step-box p{
    font-size: 16px;
    line-height: 26px;
    /* Removed min-height for better flexibility */
    margin-bottom: 20px;
    display: flex;
    flex: 1; /* This makes the paragraph grow and fill the available space */
    align-items: flex-start;
}
.step-grid li .step-item .step-box .step-num{
   background: var(--paragraph);
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    min-width: 85px;
    min-height: 30px;
    padding: 9px 5px;
    line-height: 1;
    margin: 0 auto;
}
.step-grid li .step-item  .key-icon{
    width: 98px;
    height: 98px;
    background: #EEF6FC;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 53px auto 0;
    min-height: 98px;
}


/* ********** why leads building inspectoion **********  */
.why-leading-insecption{
    background: rgb(10 10 10 / 86%);
    padding-bottom: 320px;
}
.why-lead-left {
    width: 710px;
    padding-right: 130px;
}
.why-lead-right {
    width: calc(100% - 710px);
	 margin-bottom:40px;
}
.why-lead-left [class*="heading-"] ,
.why-lead-left p{
    color: var(--white);
}
.report-inspect{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.report-inspect > li{
    width: 50%;
    padding: 0 25px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.report-inspect > li .report-box{
    background-color: var(--white);
    border-radius: 8px;
    padding:130px 32px 35px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.report-inspect > li .report-box.inspect-report:after{
    content: "";
    position: absolute;
    right:0;
    bottom: 0;
    background: url(../../assets/images/svg/logo-small-shape.svg) no-repeat;
    width: 195px;
    height:181px;

}
.report-inspect > li .report-box  ul.list li{
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 600;
    line-height: 22px;
    font-family: var(--font-main);
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;

    &:last-child{
        margin-bottom: 0;
    }
}
.report-inspect > li .report-box  ul.list li:before{
    content: "";
    position: absolute;
    top:2px;
    left:0;
    background: url(../../assets/images/svg/check-circle.svg) no-repeat;
    width: 22px;
    height: 22px;
}
.report-inspect > li .report-box.competitors-report  ul.list li{
    font-weight: normal;
    color: #333;
}
.report-inspect > li .report-box.competitors-report  ul.list li:before{
    background: url(../../assets/images/svg/cancel-ul.svg) no-repeat;
}
.report-inspect > li .report-box .report-shap{
    text-align: center;
    position: absolute;
    top:-16.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 18px 0;
    
}
.report-inspect > li .report-box .report-shap .heading-36{
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;

    & span{
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        font-family: 'Archivo';
        font-weight: bold;
    }
}
.report-inspect > li .report-box .report-shap img.star-icon{margin: 0 auto;}

.report-inspect > li .report-box .report-shap::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    background:url(../../assets/images/trangle-shape-red.svg) no-repeat;
    width: 340px;
    height: 119px;
    right:0;
    margin: 0 auto;
    z-index: -1;
}
.report-inspect > li .report-box.competitors-report .report-shap::before{
    background:url(../../assets/images/trangle-shape-gray.svg) no-repeat;
}


.report-inspect > li .report-box ul.list + .button-group{
	margin:30px auto 0;
	justify-content:center;
}


/* START MEDIA QUERY */

@media screen and (max-width: 1599.98px){
    .banner-key-list{margin: 0 -10px 20px;max-width: 600px;}
    .banner-key-list li{padding: 0 10px;}

    .top-block-ctent {width: 480px;padding-right: 80px;}
    .top-block-usb {width: 440px;padding: 0 0 0 80px;}

 /* ****** why leads building inspectoion ****** */
  .why-lead-left {width: 600px;padding-right: 80px;}
  .why-lead-right {width: calc(100% - 600px);}

  
    
}
@media screen and (max-width: 1439.98px){

    .top-block-ctent {width: 400px;padding-right: 30px;}
    .top-block-img {width: 370px;}
    .top-block-usb {width: 320px;padding: 0 0 0 30px;}
    .badge-wrapper img {max-width: 100px;}

    /* ***** Why choose ***** */
    .why-choose-hm .flex-container{align-items: flex-start;}
    .why-choose-hm .col-6:first-child{width: 40%;padding-right: 50px;}
    .why-choose-hm .col-6:last-child{width: 60%;}
    .chooset-list{margin: 0 -20px;}
    .chooset-list li{padding: 0 20px;}

    /* ***** Technologies ***** */
    .tech-img{width: 200px;height: 100%;}
    .tech-ctent{width: calc(100% - 200px);padding-left: 30px;}
    .techologies-wrapper .col-6:first-child {padding-right: 30px;}
    .techologies-wrapper .col-6:last-child {padding-left: 30px;}
    .tech-img img.logo-shape{top: inherit;left: inherit;max-width: 150px;}

    /* ********** BANNER KEYFACTOR ********** */
    .banner-key-list li{width: 100%;}
    .banner .banner-wrapper .winner-badge{bottom:50px;}
    .banner .heading-56 {font-size: 42px;}
    .webox{max-width: 475px;}

/* ****** why leads building inspectoion ****** */
  .why-lead-left {width: 450px;padding-right: 40px;}
  .why-lead-right {width: calc(100% - 450px);}
  .report-inspect{margin: 0 -10px;}
  .report-inspect > li{padding: 0 10px;}
  .report-inspect > li .report-box{padding: 110px 30px 30px;}
  .report-inspect > li .report-box .report-shap::before ,
  .report-inspect > li .report-box.competitors-report .report-shap::before{
        background-size: 95%;
        width: 95%;
        height: 105px;
  }
  .report-inspect > li .report-box .report-shap .heading-36{font-size: 24px;}
  .report-inspect > li .report-box .report-shap{top: -13.5px;}
  /* ********** our process ********** */
  .step-grid:not(.slick-initialized){grid-row-gap: 30px;justify-content: center;}
  .step-grid{margin: 0 -6px;}
  .step-grid li{padding: 0 6px;}
  .step-grid li .step-item .step-box{padding:25px 15px 30px; }
  .step-grid li .step-item .step-box p{letter-spacing: normal;}
  .divider{margin-bottom: 80px;}

  .tech-img{max-height: 100%;min-height: auto;}
    
}
@media screen and (max-width: 1199.98px){

    .js_hmbanner, .banner-wrapper .col-6.dark-opacity-bg:first-child > img,
    .js_hmbanner .slide-img > img, .banner-wrapper .col-6.dark-opacity-bg:first-child > img ,
    .video-wrap,
    .banner-wrapper .col-6.dark-opacity-bg {height: 600px;}
    .webox{max-width: 100%;padding: 0 50px;}
    .banner .heading-56 {font-size: 34px;}
    .video-wrap {height: 100%;}
    .report-inspect > li .report-box .report-shap{
        top: -16.5px;
        min-height: 99px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .banner .banner-wrapper .winner-badge {
        bottom: 20px;
        width: 120px;
        height: 120px;
        left: -62px;
        margin: auto 0px auto 0;
    }

    .report-inspect > li .report-box .report-shap::before, 
    .report-inspect > li .report-box.competitors-report .report-shap::before {
        background-size: 100%;
        width: 70%;
        height: 120px;
        display: flex;
    }


  .top-content-wrapper{justify-content: space-between;align-items: flex-start;}
  .top-block-ctent {width: 500px;}
  .top-block-img {width: 400px;position: relative;top:0;}
  .top-block-usb {width: 100%;padding:0;margin-top: 30px;}
  .usb-list li:not(:last-child) {margin-bottom: 30px;}
  .usb-list{display: flex;flex-wrap: wrap;margin: 0 -5px;row-gap:20px;justify-content: center;}
    .usb-list li{
        width: 33.33%;
        text-align: center;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .usb-list li:not(:last-child) {margin-bottom: 0;}
    .usb-list li .usb-box .icon{
        margin: 0 auto 10px;
        min-height: 65px;
    }
    .usb-list li .usb-box .icon > img{
        margin: 0 auto;
    }

    /* ***** Why choose ***** */
    .why-choose-hm .col-6:first-child{width: 100%;padding-right: 0;text-align: center;margin-bottom: 30px;}
    .why-choose-hm .col-6:first-child img{margin: 0 auto;}
    .why-choose-hm .col-6:last-child{width: 100%;}
    .chooset-list {margin: 0 -10px;row-gap: 20px;}
    .chooset-list li{padding: 0 10px;text-align: center;width: 33.33%;}
    .chooset-list li .ch-icon{margin: 0 auto 15px;}

    /* ***** Technologies ***** */
    .tech-ctent {width: 100%;padding-left: 0;margin-top: 30px;}
    .tech-img{width: 100%;}

    /* ****** why leads building inspectoion ****** */
    .why-leading-insecption{padding-bottom: 40px;}
    .why-lead-left .house-icon{max-width: 70px;margin: 0 auto 20px;}
    .why-lead-left .button-group{justify-content: center;}
    .why-lead-left {width: 100%;padding-right: 0;text-align: center;margin-bottom: 50px;}
    .why-lead-right{width: 100%;margin-bottom:0;}
    /* ********** our process ********** */
    .step-grid:not(.slick-initialized):after ,
    .step-grid::after{content: none;}
    .step-grid li{width: 33.33%;}
    .step-grid li .step-item .key-icon{width: 70px;height: 70px;min-height: 70px;padding: 16px; margin: 25px auto 0;}
    .step-grid li .step-item .step-box .step-num{font-size: 12px;min-width: 70px;}
    .divider{margin-bottom: 40px;}

}
@media screen and (max-width: 991.98px){
    .banner{
        padding-bottom: 60px;
    }
    .banner .banner-wrapper .winner-badge{
        bottom: -60px;
        width: 120px;
        height: 120px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
    .banner .heading-56 {font-size: 24px;}
    .js_hmbanner{height: 100%;}
    .banner-wrapper .col-6.dark-opacity-bg:first-child > img{height: auto;}
    .webox {max-width: 100%;padding: 30px;}
    .hmbo_wrap{align-items: flex-start;}
    .banner-key-list {margin: 0 -10px;}
    .js_hmbanner, 
    .banner-wrapper .col-6.dark-opacity-bg:first-child > img, 
    .js_hmbanner .slide-img > img, 
    .banner-wrapper .col-6.dark-opacity-bg:first-child > img, 
    .banner-wrapper .col-6.dark-opacity-bg{
        height: auto;
    }
    .js_hmbanner  .video-wrap{height: 450px;}

    .report-inspect > li .report-box .report-shap{top: -14.5px;}
    .report-inspect > li .report-box .report-shap::before, 
    .report-inspect > li .report-box.competitors-report .report-shap::before{
        width: 285px;
        max-width: 95%;
    }
    .report-inspect > li .report-box ul.list li{
        padding-left: 22px;
        line-height: 20px;
    }
    .report-inspect > li .report-box ul.list li:before ,
    .report-inspect > li .report-box.competitors-report ul.list li:before{
        background-size: 16px;
        width: 16px;
        height: 18px;
        top: 4px;
    }

    .top-block-img {margin: 30px auto 0;}
    .top-block-ctent{width: 100%;padding-right: 0;text-align: center;}
    
    /* ***** Why choose ***** */
    .chooset-list li{width: 50%;}
    .chooset-list li .ch-icon{width: 80px;height: 80px;padding:15px;margin: 0 auto 10px;}
    /* ***** Technologies ***** */
    .techologies-wrapper .col-6{width: 100%;}
    .techologies-wrapper .col-6:first-child {padding-right: 0;border-right:0;margin-bottom: 30px;}
    .techologies-wrapper .col-6:last-child {padding-left: 0;}
    
}


@media screen and (max-width: 767.98px){
    .report-inspect{grid-row-gap: 40px;}
    .report-inspect > li{width: 100%;}
    .step-grid li{width: 50%;}
    .webox {max-width: 100%;padding: 30px 15px;}
    .banner-wrapper .col-6.dark-opacity-bg:first-child > img{height: 100%;}
}
@media screen and (max-width: 575.98px){
    /* ***** Why choose ***** */
    .chooset-list li{width: 100%;}
    .usb-list li{width: 50%;}
    .usb-list li:last-child{width: 100%;}

    /* ********** our process ********** */
    .step-grid li{width: 100%;}
    .step-grid li .step-item .step-box{padding: 20px 15px;}
    .step-grid li .step-item .step-box .heading-22{margin: 0 auto 12px;padding-bottom: 15px;}
    .step-grid li .step-item .step-box p{line-height: 1.4;}
    .step-grid.slick-initialized .slick-list{padding-left: 0 !important;}
    .banner-key-list li{margin-bottom: 12px;}
    .banner-key-list li .ban-key .ban-icon{
        width: 40px;
        height: 40px;
        padding: 10px;
    }

        .badge-wrapper img {
        max-width: 70px;
    }
    
}
