.mega-header.header-lp-poc{
    /* top:10px; */
    padding-top: 10px;
    height: 80px;
}
#mainHeader.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}


.border_btn.btn-poc{
    background: unset;
    color: #000;
}

.lp-poc-banner {
    padding-top: 140px;
}

.lp-poc-banner.lp-poc-custom{
    padding-bottom: 70px;
}

.text-upper {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #C6D2FF;
    margin-bottom: 10px;
    color: #000;
    width: max-content;
    margin: 0 auto 20px;
}

.text-upper span{
 font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
 color: #000;
 font-family: Poppins, sans-serif;
}

.footer-lp-poc{
    padding: 30px 0;
    background-color: #000;
}


.footer-lp-poc svg{
    height: 35px;
    width: auto;
}

.footer-lp-poc h5{
    font-size: clamp(0.875rem, 0.4741rem + 0.6466vw, 1.25rem);
    margin-bottom: 0;
}

.build-blind .build-box{
padding: 15px 20px;
background: #F8FAFC;
border: 0.8px solid #E2E8F0;
border-radius: 14px;
max-width: 550px;
margin-bottom: 10px;
}

.build-blind .build-box:last-child{
    margin-bottom: 0;
}

.build-blind .build-box .build-flex{
    display: flex;
    align-items: center;
}

.build-blind .build-box span{
    margin-right: 10px;
}

.build-blind .build-box h5{
    margin-bottom: 0;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
}

.bottom-text{
    padding: 30px 0;
    text-align: center;
    border-radius: 16px;
}

.bottom-text h5{
    margin-bottom: 0;
}

.build-blind.build-white-concept .build-box{
    background: #1D3946;
    margin-bottom: 0;
    border: 1px solid #3F5864;
    max-width: 1005;
}

.build-blind.build-white-concept .build-box h5{
    color: #fff;
}

.build-blind.poc-process .build-box{
    background: transparent;
    padding: 40px 25px;
    border-radius: 16px;
    border: 1px solid #E2E8F0;
    height: 100%;
}

.build-blind.poc-process .build-box h4{
    margin-bottom: 10px;
}

.build-blind.poc-process .build-box p{
    margin-bottom: 0;
}

.build-blind.what-this-for .build-box{
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

.build-blind.what-this-for .build-box h5{
    color: #0F172B;
    font-weight: 400;
}


.lp-poc-cta .btn-poc{
    color: #fff;
}

.lp-poc-cta .cta-box{
    aspect-ratio: 1600 / 743;
    padding: 0px 0 0px 60px;
}

.lp-poc-cta .cta-box .content{
    padding-top: 120px;
}

.lp-poc-cta .cta-box .bottom-text{
    border: 1px solid #ffffff42;
    padding: 15px 0;
}

 .lp-trusted-slider .trustedcustomers{
    height: 100%;
 }
  /* Testimonial Card */
       .lp-trusted-slider .testimonial-card {
            background-color: #F9FAFB;
            padding: 32px;
            border-radius: 16spx;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
            height: 100%;
        }
        
        /* Star Rating */
        .lp-trusted-slider .star-rating {
            display: flex;
            column-gap: 2px;
            margin-bottom: 1rem;
        }

        /* User Info Section */
       .lp-trusted-slider .user-info {
            display: flex;
            align-items: center;
            margin-top: 1.5rem;
        }

       .lp-trusted-slider .user-info img {
            border-radius: 50%;
            margin-right: 0.75rem;
        }

        .lp-trusted-slider .user-name {
            font-weight: 600; /* font-semibold */
            font-size: 0.875rem; /* text-sm */
            margin-bottom: 0;
            line-height: normal;
        }

        .user-title {
            font-size: 0.75rem; /* text-xs */
            margin-bottom: 0;
            line-height: normal;
        }


.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f47A14;
    margin-top: 20px;
}

.lp-trusted-slider .swiper-button-prev{
    left: -60px;
}

.lp-trusted-slider .swiper-button-next{
    right: -60px;
}

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 20px ;
    color: #fff !important;
}

.topbar_menu {
	 background: #000;
	 border: 1px solid #666 ;
	 position: fixed;
	 max-width: 600px;
	 border-radius: 0.83333rem;
	 padding: 20px 0;
	 top: 0;
	 left: 50%;
	 opacity: 0;
	 transition: opacity 0.3s ease, transform 0.3s ease;
	 transform: translateX(-50%) translateY(-100%);
	/* Start off-screen above */
	 width: 100%;
	 z-index: 1000;
}
 .topbar_menu.visible {
	 opacity: 1;
	 transform: translateX(-50%) translateY(0);
	 transition: opacity 0.3s ease, transform 0.3s ease;
}
 .topbar_menu .topbar_btn {
	 display: flex;
	 justify-content: end;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 45px;
	 line-height: 45px;
	 font-size: 18px;
	 width: 130px;
	 color: #fff;
	 background: #404040;
	 border-radius: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
      font-family: Poppins, sans-serif;
          animation: blink 3s infinite; /* duration 1s, loops infinitely */
  transition: all 0.3s ease;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 background: #f47a14;
	 width: 130px;
	 color: #fff;
	 font-size: 18px;
	 height: 45px;
	 line-height: 45px;
	 border-radius: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-left: 10px;
      font-family: Poppins, sans-serif;
       animation: blink 3s infinite; /* duration 1s, loops infinitely */
  transition: all 0.3s ease;

}

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  25%, 75% {
    opacity: 0.6; /* slightly fade */
    transform: scale(1.05); /* slight pop effect */
  }
}

.modal-popup.modal.modal-lp-poc .banner_form{
    position: relative;
}

.modal-popup.modal.modal-lp-poc .cross-btn{
    position: absolute;
    top: -20px;
    right: -10px;
    cursor: pointer;
}


.casestudy-lp {
	 position: relative;
	 padding-top: 100px;
}
 .casestudy-lp .case-box {
	 padding: 80px 40px;
	 background-size: 100%;
	 z-index: 1;
	 position: relative;
	 border-radius: 20px;
}
 .casestudy-lp .case-box .logo {
	 margin-bottom: 20px;
}



.modal-popup.modal.download-lp-pdf-modal .modal-content{
    max-width: 836px;
    margin: 0 auto;
    border-radius: 16px;
}


.modal-popup.modal.download-lp-pdf-modal .banner_form {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    padding: 25px 30px;
}

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input{
   background: rgba(255, 255, 255, 0.2);
border: 1px solid #C8C8C8;
backdrop-filter: blur(2px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 60px;
padding: 0 10px;
max-width: 550px;
margin: 0 auto 10px;
height: 60px;
}

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input:focus{
      box-shadow: none;
    outline: none;
}

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .btn_submit{
    background: #f47A14;
    color: #fff;
    width: 100%;
    margin-top: 10px;
}

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .btn_submit:focus{
    box-shadow: none;
    outline: none;
}

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item:after{
    display: none;
}

.modal-popup.modal.download-lp-pdf-modal .cross-btn{
    cursor: pointer;
}


.case-studies-banner.homepage-portfolio .case-box{
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 40px;
 background-color: transparent;
 border: none;
 background-size: cover;
 position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 70px 50px;

}
.case-box:nth-child(1) { z-index: 3; }
.case-box:nth-child(2) { z-index: 2; }
.case-box:nth-child(3) { z-index: 1; }
.case-box:nth-child(4) { z-index: 0; }

.case-studies-banner.homepage-portfolio .case-box .stats-main{
  display: flex;
  align-items: center;
  column-gap: 70px;
  margin-top: 40px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main .stats-item{
  position: relative;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main .stats-item p{
 font-size: 16px;
}


.tekrevol__awardshome .awards-wrap .row {
  margin: 0;
}
.tekrevol__awardshome .awards-wrap .row > div {
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.tekrevol__awardshome .awards-wrap .row > div:nth-child(7), .tekrevol__awardshome .awards-wrap .row > div:nth-child(8), .tekrevol__awardshome .awards-wrap .row > div:nth-child(9), .tekrevol__awardshome .awards-wrap .row > div:nth-child(10) {
  border-top: unset;
}
.tekrevol__awardshome .awards-wrap .row > div:first-child, .tekrevol__awardshome .awards-wrap .row > div:nth-child(7) {
  border-left: 1px solid #f4f4f4;
}
.tekrevol__awardshome .awards-wrap .awards-inner {
  padding: 35px 10px;
  height: 100%;
}
.tekrevol__awardshome .awards-wrap .awards-inner .image {
  margin-bottom: 25px;
}


.mobile-client-slider .mobile-client-test {
	 height: 100%;
}


.mobile-client-slider .case-span{
  margin: 0 auto 20px;
  text-align: center;
}

 .mobile-client-slider .main-client {
	background: transparent;
	 padding: 0;
	 border-radius: 10px;
	 max-width: 100%;
	 height: 100%;
}
 .mobile-client-slider .main-client .test-item {
	 max-width: 100%;
	 display: flex;
	 column-gap: 40px;
	 align-items: center;
}
 .mobile-client-slider .main-client .test-item .content {
   padding: 15px 20px 10px 20px;
    background: #fff;
    border-radius: 30px;
    flex: 0 0 45%;
}
 .mobile-client-slider .main-client .test-item .content svg {
	 margin-bottom: 15px;
}
 .mobile-client-slider .main-client .test-item .content p {
	 font-size: 16px;
	 line-height: 26px;
	 height: 338px;
	 overflow-y: scroll;
	 scrollbar-width: none;
	 -ms-overflow-style: none;
}
 .mobile-client-slider .main-client .test-item .content p::-webkit-scrollbar {
	 display: none;
}
 .mobile-client-slider .main-client .test-item .content .details {
	 background: rgba(217, 217, 217, 0.1);
	 border: 1px solid rgba(255, 255, 255, 0.4);
	 border-radius: 10px;
}
 .mobile-client-slider .main-client .test-item .content .details .detail-item {
	 display: flex;
	 align-items: center;
	 column-gap: 20px;
	 padding: 10px 10px;
}
 .mobile-client-slider .main-client .test-item .content .details .detail-item .img img {
	 border-radius: 20px;
}
 .mobile-client-slider .main-client .test-item .content .details .detail-item .head span {
	 font-size: 15px;
	 display: block;
    font-family: "Space Grotesk", sans-serif; 
}
 .mobile-client-slider .main-client .video-img {
	 border-radius: 20px;
	 position: relative;
   /* width: 335px;
  height: 499px; */
  cursor: pointer;
  opacity: 1;
}

.testimonial-video {
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* hidden initially */
  pointer-events: none; /* optional to allow hover through video */
  border-radius: 20px;
}

 .mobile-client-slider .main-client .video-img img {
	 border-radius: 20px;
}
 .mobile-client-slider .main-client .video-img .play-btn {
	 background: #f47a14;
	 border-radius: 10px;
	 height: 41px;
	 width: 41px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 cursor: pointer;
	 z-index: 2;
   transition: opacity 0.3s ease;
}

 .mobile-client-slider .swiper-nav{
  position: relative;
 }

 .mobile-client-slider .swiper-nav .custom-prev, .mobile-client-slider .swiper-nav .custom-next {
	 height: 40px;
	 width: 40px;
	 background: #f47a1f;
	 border-radius: 100px;
	 top: 25%;
}
 .mobile-client-slider .swiper-nav .custom-prev:after, .mobile-client-slider .swiper-nav .custom-next:after {
	 font-size: 18px;
}
 .mobile-client-slider .swiper-nav .custom-prev {
	 left: unset;
	 right: 60px;
}

.mobile-client-slider .swiper-nav .custom-prev:after,
.mobile-client-slider .swiper-nav .custom-next:after {
    color: #fff;
}


.game-counter .stats-flex {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.game-counter .stats-flex .stat-box{
     border-radius: 20px;
  padding: 35px 25px;
  background: #FFFFFF;
border: 1px solid #F0F0F0;
box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
border-radius: 20px;
position: relative;
 transition: all 0.3s ease; /* Smooth animation */
 text-align: center;
}

.game-counter .stats-flex  {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.game-counter .stats-flex .stat-box h3 {
  font-size: clamp(1.875rem, 0.2047rem + 2.694vw, 3.4375rem);
  color: #000;
}

.game-counter .stats-flex .stat-box p {
font-size: clamp(1rem, 0.4655rem + 0.8621vw, 1.5rem);
margin-bottom: 0;
}

.lp-poc-cta.lp-app-houston-cta .cta-box {
aspect-ratio: 1616 / 785;
}


/* .stats-numbers{
background: #071B27;
} */

.stats-numbers.stats-light .main-boxes{
  display: flex;
  column-gap: 20px;
}

.stats-numbers.stats-light .main-boxes .box-item{  
    border-radius: 20px;
  padding: 40px 30px;
 background: #F0F0F0;
border: 1px solid #F0F0F0;
box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
border-radius: 20px;
position: relative;
 transition: all 0.3s ease; /* Smooth animation */
 flex: 0 0 33.33%;
}

.stats-numbers.stats-light .main-boxes .box-item:hover {
  transform: translateY(-10px); /* Smooth lift */
  box-shadow: 0px 10px 25px rgba(0,0,0,0.15); /* Deeper shadow */
  border-color: #f47a14;
}

 .stats-numbers.stats-light .main-boxes .box-item .icon{
  position: absolute;
  right: 20px;
  content: "";
  top: 15px;
}
.stats-numbers.stats-light .main-boxes .box-item .content h3{
    color: #000;
    font-size: clamp(1.25rem, -0.4203rem + 2.694vw, 2.8125rem);
}


.stats-numbers.stats-light .main-boxes .box-item .content span{
  display: block;
  color: #000;
  font-size: clamp(0.8125rem, 0.4784rem + 0.5388vw, 1.125rem);
  margin-bottom: 20px;
  font-weight: 400;
} 

 .stats-numbers.stats-light .main-boxes .box-item .content p{
  margin-bottom: 0;
  font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
  color: #000;
}



.sidebtns-dubai .side-box ul li .sa-whatsapp{
	position: relative;
}

.sidebtns-dubai .side-box ul li .sa-whatsapp img{
	height: 65px;
	width: auto;
	position: relative;
	z-index: 2;
	margin-top: 25px;
}

.sidebtns-dubai .side-box ul li .sa-whatsapp::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(96, 214, 104, 0.6); /* WhatsApp green */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse-ring 1.5s ease-out infinite;
  z-index: 1;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}


.cta-austin a.border_btn{
    border-radius: 10px;
}

.cta-austin .banner-btn{
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}

.cta-austin .border_btn.lp-banner-btn{
    background: transparent;
    color: #fff;
}


.rating_realestate .rating-main {
    display: flex;
    justify-content: space-between
}

.rating_realestate .rating-main .rating-item .rating-flex {
    display: flex;
    align-items: center
}

.rating_realestate .rating-main .rating-item .rating-flex .rating-content {
    margin-left: 20px
}

.rating_realestate .rating-main .rating-item .rating-flex .rating-content h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 65px;
}

.rating_realestate .rating-main .rating-item .rating-flex .rating-content p,.software_methodologies .custom-software-methodologies .soft-meth-box .content p {
    margin-bottom: 0;
    color: #fff
}


@media (min-width: 1600px) and (max-width: 1800px) {
    .build-blind.build-white-concept .build-box h5 {
    font-size: 14px;
}
.banner-btn{
    display: flex;
    justify-content: center;
}

.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: 20px;
}

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 18px ;
}

.topbar_menu {
	 max-width: 530px;
	 padding: 15px 0;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 40px;
	 line-height: 40px;
	 font-size: 16px;
	 width: 120px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 width: 120px;
	 font-size: 16px;
	 height: 40px;
	 line-height: 40px;
}

/* poc page modal css */

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input {
    height: 45px;
}
 
.modal-popup.modal.download-lp-pdf-modal .modal-content {
    max-width: 725px;
}

.case-studies-banner.homepage-portfolio.homepage-portfolio .case-box{
  border-radius: 40px;
  padding: 65px 45px;
}

}


@media (min-width: 1400px) and (max-width: 1599px) {

.mega-header.header-lp-poc{
    height: 70px;
}

.lp-poc-banner {
    padding-top: 120px;
}

    .build-blind.build-white-concept .build-box h5 {
    font-size: 13px;
}
.banner-btn{
    display: flex;
    justify-content: center;
}

.banner-btn .border_btn{
   font-size: 14px;
}

.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: 20px;
}

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 18px ;
}

.topbar_menu {
	 max-width: 500px;
	 padding: 15px 0;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 35px;
	 line-height: 35px;
	 font-size: 15px;
	 width: 110px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 font-size: 15px;
	 width: 110px;
	 height: 35px;
	 line-height: 35px;
}

.casestudy-lp {
	 padding-top: 80px;
}
 .casestudy-lp .case-box {
	 padding: 70px 35px;
}
 .casestudy-lp .case-box .logo {
	 margin-bottom: 20px;
}

/* poc page modal css */

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input {
    height: 45px;
    max-width: 100%;
}
 
.modal-popup.modal.download-lp-pdf-modal .modal-content {
    max-width: 650px;
   
}

.case-studies-banner.homepage-portfolio .case-box{
  border-radius: 40px;
  padding: 60px 40px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main{
  column-gap: 60px;
}

  .tekrevol__awardshome .awards-wrap .awards-inner {
        padding: 35px 0;
  }

.tekrevol__awardshome .awards-inner .image img {
    height: 114px;
    width: auto;
}

.mobile-client-slider .main-client .video-img img{
  height: 420px;
  width: auto;
}

 .mobile-client-slider .main-client .test-item .content {
    flex: 0 0 44%;
}

.mobile-client-slider .main-client .test-item .content p{
  font-size: 14px;
  line-height: 24px;
  height: 265px;
}

.sidebtns-dubai .side-box ul li .sa-whatsapp img{
	height: 45px;
}
.sidebtns-dubai .side-box ul li .sa-whatsapp::after {
  width: 50px;
  height: 50px;
}
.rating_realestate.rating-mobile-app-usa .rating-main .rating-item svg{
    height: 75px;
    width: auto;
}
 .rating_realestate .rating-main .rating-item .rating-flex .rating-content h3 {
        font-size: 45px;
        line-height: 55px;
    }

}


@media (min-width: 1200px) and (max-width: 1399px) {

.mega-header.header-lp-poc{
    height: 70px;
}

.lp-poc-banner {
    padding-top: 110px;
}

.build-blind .build-box{
    max-width: 100%;
}

.build-blind.build-white-concept .build-box{
    padding: 12px 14px;
}

    .build-blind.build-white-concept .build-box h5 {
    font-size: 12px;
}
.banner-btn{
    display: flex;
    justify-content: center;
}

.build-blind.poc-process .build-box {
    padding: 30px 20px;
}

.bottom-text {
    padding: 20px 0;
}

.banner-btn .border_btn{
   font-size: 12px;
}

.lp-trusted-slider .testimonial-card{
    padding: 25px;
}

.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 20px;
}

.lp-trusted-slider .swiper-button-next{
        right: -50px;
}

.lp-trusted-slider .swiper-button-prev{
        left: -50px;
}

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 16px ;
}

.lp-poc-cta .cta-box {
    padding: 0px 0 0px 40px;
    
}

.footer-lp-poc svg {
    height: 28px;

}

.topbar_menu {
	 max-width: 500px;
	 padding: 15px 0;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 35px;
	 line-height: 35px;
	 font-size: 15px;
	 width: 110px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 font-size: 15px;
	 width: 110px;
	 height: 35px;
	 line-height: 35px;
}

.casestudy-lp {
	 padding-top: 70px;
}
 .casestudy-lp .case-box {
	 padding: 60px 30px;
}
 .casestudy-lp .case-box .logo {
	 margin-bottom: 20px;
}
 .casestudy-lp .case-box .logo img {
	 height: 90px;
	 width: auto;
}

/* poc page modal css */

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input {
    height: 40px;
    max-width: 100%;
}
 
.modal-popup.modal.download-lp-pdf-modal .banner_form {
    padding: 20px 20px;
}

.modal-popup.modal.download-lp-pdf-modal .modal-content {
    max-width: 600px;
   
}

.modal-popup.modal.download-lp-pdf-modal .cross-btn svg {
   height: 35px;
   width: auto;
}

.case-studies-banner.homepage-portfolio .case-box{
  border-radius: 40px;
  padding: 55px 35px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main{
  column-gap: 20px;
}


.case-studies-banner.homepage-portfolio .case-box .stats-main .stats-item p {
   font-size: 13px;
}
  .tekrevol__awardshome .awards-wrap .awards-inner {
        padding: 35px 0;
  }

.tekrevol__awardshome .awards-inner .image img {
    height: 114px;
    width: auto;
}

/* .mobile-client-slider .main-client .video-img img{
  height: 420px;
  width: auto;
} */

 .mobile-client-slider .main-client .test-item .content {
    flex: 0 0 45%;
}

.mobile-client-slider .main-client .test-item .content .details .detail-item .head span {
    font-size: 13px;
}

.mobile-client-slider .main-client .test-item .content p{
  font-size: 13px;
  line-height: 23px;
  height: 230px;
}
.game-counter .stats-flex  {
  gap: 60px;
}


.sidebtns-dubai .side-box ul li .sa-whatsapp img{
	height: 45px;
}
.sidebtns-dubai .side-box ul li .sa-whatsapp::after {
  width: 50px;
  height: 50px;
}
.rating_realestate.rating-mobile-app-usa .rating-main .rating-item svg{
    height: 70px;
    width: auto;
}
 .rating_realestate .rating-main .rating-item .rating-flex .rating-content h3 {
        font-size: 45px;
        line-height: 55px;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {

.mega-header.header-lp-poc {
        height: 60px;
        padding-top: 8px;
    }

.lp-poc-banner {
    padding-top: 120px;
}

.build-blind .build-box{
    max-width: 100%;
}

.build-blind.build-white-concept .build-box{
    padding: 12px 14px;
}

    .build-blind.build-white-concept .build-box h5 {
    font-size: 12px;
}
.banner-btn{
    display: flex;
    justify-content: center;
}

.build-blind.poc-process .build-box {
    padding: 30px 20px;
}

.bottom-text {
    padding: 20px 0;
}

.banner-btn .border_btn{
   font-size: 12px;
}

.lp-trusted-slider .testimonial-card{
    padding: 25px;
}

.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: 20px;
}

.lp-trusted-slider .swiper-button-next{
        right: -40px;
}

.lp-trusted-slider .swiper-button-prev{
        left: -40px;
}

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 16px ;
}

.lp-poc-cta .cta-box {
    aspect-ratio: unset;
    padding: 40px 30px;
    background-image: none !important;
    background: #062230;
    border-radius: 20px;
}

.lp-poc-cta .cta-box .content {
    padding-top: 0px;
}

.footer-lp-poc svg {
    height: 26px;

}

.topbar_menu {
	 max-width: 500px;
	 padding: 15px 0;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 35px;
	 line-height: 35px;
	 font-size: 15px;
	 width: 110px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 font-size: 15px;
	 width: 110px;
	 height: 35px;
	 line-height: 35px;
}


.casestudy-lp {
	 padding-top: 50px;
}
 .casestudy-lp .case-box {
	 padding: 55px 30px;
}
 .casestudy-lp .case-box .logo {
	 margin-bottom: 20px;
}
 .casestudy-lp .case-box .logo img {
	 height: 80px;
	 width: auto;
}

/* poc page modal css */

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input {
    height: 35px;
    max-width: 100%;
}
 
.modal-popup.modal.download-lp-pdf-modal .banner_form {
    padding: 20px 20px;
}

.modal-popup.modal.download-lp-pdf-modal .modal-content {
    max-width: 550px;
   
}

.modal-popup.modal.download-lp-pdf-modal .cross-btn svg {
   height: 30px;
   width: auto;
}

.case-studies-banner.homepage-portfolio .case-box{
  border-radius: 30px;
  padding: 50px 30px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main{
  column-gap: 40px;
}


.case-studies-banner.homepage-portfolio .case-box .stats-main .stats-item p {
   font-size: 13px;
}

  .tekrevol__awardshome .awards-wrap .awards-inner {
        padding: 35px 0;
  }

.tekrevol__awardshome .awards-inner .image img {
    height: 100px;
    width: auto;
}

.mobile-client-slider .main-client .video-img img{
  height: 420px;
  width: auto;
}

 .mobile-client-slider .main-client .test-item .content {
    flex: 0 0 45%;
}

.mobile-client-slider .main-client .test-item .content .details .detail-item .head span {
    font-size: 13px;
}

.mobile-client-slider .main-client .test-item .content p{
  font-size: 13px;
  line-height: 23px;
  height: 255px;
}

.game-counter .stats-flex  {
   gap: 25px;
  justify-content: start;
flex-wrap: wrap;
}

  .stats-numbers.stats-light .main-boxes .box-item{
   padding: 30px 20px;
   flex: unset;
} 
.stats-numbers.stats-light .main-boxes .box-item .icon svg{
    height: 30px;
    width: auto;
}

.sidebtns-dubai .side-box ul li .sa-whatsapp img{
	height: 30px;
	margin-top: 0;
}
.sidebtns-dubai .side-box ul li .sa-whatsapp::after {
  width: 35px;
  height: 35px;
}

.rating_realestate.rating-mobile-app-usa .rating-main .rating-item svg{
    height: 60px;
    width: auto;
}
 .rating_realestate .rating-main .rating-item .rating-flex .rating-content h3 {
        font-size: 40px;
        line-height: 50px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

.mega-header.header-lp-poc {
        height: 50px;
        padding-top: 8px;
    }

      .mega-header.header-lp-poc .btn-pri {
        height: 35px;
        margin-left: 0;
        font-size: 12px;
        padding: 8px 20px;
    }

.lp-poc-banner {
    padding-top: 110px;
}

.build-blind .build-box{
    max-width: 100%;
}

.build-blind.build-white-concept .build-box{
    padding: 12px 14px;
}

    .build-blind.build-white-concept .build-box h5 {
    font-size: 12px;
}
.banner-btn{
    display: flex;
    justify-content: center;
}

.build-blind.poc-process .build-box {
    padding: 30px 20px;
}

.bottom-text {
    padding: 20px 0;
}

.banner-btn .border_btn{
   font-size: 12px;
}

.lp-trusted-slider .testimonial-card{
    padding: 25px;
}

.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: 20px;
    top: unset;
    bottom: 40px;
}

    .lp-trusted-slider .swiper-button-next {
        right: 50px;
    }
.lp-trusted-slider .swiper-button-prev {
        left: unset;
        right: 95px;
    }

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 16px ;
}

.lp-poc-cta .cta-box {
    aspect-ratio: unset;
    padding: 40px 30px;
    background-image: none !important;
    background: #062230;
    border-radius: 20px;
}

.lp-poc-cta.lp-app-houston-cta .cta-box {
 aspect-ratio: unset;
}

.lp-poc-cta .cta-box .content {
    padding-top: 0px;
}

.footer-lp-poc svg {
    height: 26px;

}

.topbar_menu {
	 max-width: 450px;
	 padding: 15px 0;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 35px;
	 line-height: 35px;
	 font-size: 15px;
	 width: 110px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 font-size: 15px;
	 width: 110px;
	 height: 35px;
	 line-height: 35px;
}

.casestudy-lp {
	 padding-top: 30px;
}
 .casestudy-lp .case-box {
	 padding: 40px 20px;
}
 .casestudy-lp .case-box .logo {
	 margin-bottom: 15px;
}
 .casestudy-lp .case-box .logo img {
	 height: 70px;
	 width: auto;
}
 
.modal-popup.modal.modal-lp-poc .cross-btn svg{
  height: 35px;
  width: auto;
}

/* poc page modal css */

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input {
    height: 35px;
    max-width: 100%;
}
 
.modal-popup.modal.download-lp-pdf-modal .banner_form {
    padding: 20px 20px;
}

.modal-popup.modal.download-lp-pdf-modal .modal-content {
    max-width: 100%;
   
}

.modal-popup.modal.download-lp-pdf-modal .cross-btn svg {
   height: 30px;
   width: auto;
}

.case-studies-banner.homepage-portfolio .case-box{
  border-radius: 20px;
  padding: 45px 25px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main .stats-item p {
   font-size: 13px;
}

 .tekrevol__awardshome .awards-wrap .awards-inner {
        padding: 25px 0;
  }

.tekrevol__awardshome .awards-inner .image img {
    height: 90px;
    width: auto;
}

.mobile-client-slider .main-client .video-img img{
  height: 420px;
  width: auto;
}

 .mobile-client-slider .main-client .test-item .content {
    flex: 0 0 55%;
}

.mobile-client-slider .main-client .test-item .content .details .detail-item .head span {
    font-size: 13px;
}

.mobile-client-slider .main-client .test-item .content p{
  font-size: 13px;
  line-height: 23px;
  height: 255px;
}

.game-counter .stats-flex  {
   gap: 4px;
  justify-content: start;
flex-wrap: wrap;
}


.game-counter .stats-flex .stat-box {
    padding: 30px 20px;
}

.stats-numbers.stats-light .main-boxes .box-item{
   padding: 30px 20px;
   flex: unset;
} 
.stats-numbers.stats-light .main-boxes .box-item .icon svg{
    height: 30px;
    width: auto;
}

.sidebtns-dubai .side-box ul li .sa-whatsapp img{
	height: 30px;
	margin-top: 0;
}
.sidebtns-dubai .side-box ul li .sa-whatsapp::after {
  width: 35px;
  height: 35px;
}
.rating_realestate.rating-mobile-app-usa .rating-main{
    flex-wrap: wrap;
    row-gap: 30px;
}

.rating_realestate.rating-mobile-app-usa .rating-main .rating-item svg{
    height: 60px;
    width: auto;
}
 .rating_realestate .rating-main .rating-item .rating-flex .rating-content h3 {
        font-size: 35px;
        line-height: 45px;
    
 }

}


@media (min-width: 0px) and (max-width: 767px) {
.lp-poc-banner.lp-poc-custom.lp-dallas{
    background-image: none !important;
    background-color: #0F172B;
}

.gettouch.get-lp-form{
    text-align: center;
}

.gettouch.get-lp-form .connect_awards_main .connect_item_awards{
    justify-content: center;
}
.gettouch.get-lp-form .contact_info_web{
    text-align: center;
}

.gettouch.get-lp-form .contact_info_web .contact_info_item{
    justify-content: center;
}
.lp-poc-cta.lp-app-houston-cta{
    text-align: center;
}



    .text-upper {
    padding: 7px 15px;
}

.lp-poc-banner.lp-poc-custom{
    padding-bottom: 0px;
}

.mega-header.header-lp-poc {
        height: 50px;
        padding-top: 10px;
    }

   .mega-header.header-lp-poc .btn-pri {
        height: 30px;
        margin-left: 0;
        font-size: 11px;
        padding: 8px 20px;
    }

.lp-poc-banner {
    padding-top: 100px;
}

.build-blind .build-box{
    max-width: 100%;
}

.build-blind.build-white-concept .build-box{
    padding: 12px 14px;
}

    .build-blind.build-white-concept .build-box h5 {
    font-size: 12px;
}
.banner-btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.build-blind.poc-process .build-box {
    padding: 30px 20px;
}

.bottom-text {
    padding: 20px 0;
}

.banner-btn .border_btn{
   font-size: 12px;
}

.lp-trusted-slider .testimonial-card{
    padding: 25px;
}

.lp-trusted-slider .swiper-button-next,
.lp-trusted-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    top: 85px;
        bottom: unset;
}

.lp-trusted-slider.lp-houston-app-slider .swiper-button-next,
.lp-trusted-slider.lp-houston-app-slider .swiper-button-prev {
top: 175px;
}

   .lp-trusted-slider .swiper-button-next {
        right: 20px;
    }
.lp-trusted-slider .swiper-button-prev {
        left: unset;
        right: 60px;
    }

.lp-trusted-slider .swiper-button-next::after,
.lp-trusted-slider .swiper-button-prev::after {
    font-size: 14px ;
}

.lp-poc-cta .cta-box {
    aspect-ratio: unset;
    padding: 30px 20px;
    background-image: none !important;
    background: #062230;
    border-radius: 10px;
}

.lp-poc-cta.lp-app-houston-cta .cta-box {
 aspect-ratio: unset;
}


.lp-poc-cta .cta-box .content {
    padding-top: 0px;
}

.footer-lp-poc{
    padding: 25px 0;
}

.footer-lp-poc svg {
    height: 23px;

}
.topbar_menu {
	 padding: 10px 0;
	 border: 1px solid #666 ;
      border-radius: 10px;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 height: 35px;
	 line-height: 35px;
	 width: 120px;
	 font-size: 13px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 height: 35px;
	 line-height: 35px;
	 width: 120px;
	 font-size: 13px;
}
 
.casestudy-lp {
	 padding-top: 30px;
}
 .casestudy-lp .case-box {
	 padding: 35px 20px;
	 background-size: unset;
}
 .casestudy-lp .case-box .logo {
	 margin-bottom: 15px;
}
 .casestudy-lp .case-box .logo img {
	 height: 55px;
	 width: auto;
}

.modal-popup.modal.modal-lp-poc .cross-btn svg{
  height: 30px;
  width: auto;
}

/* poc page modal css */

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .from_item input {
    height: 35px;
    max-width: 100%;
}

.modal-popup.modal.download-lp-pdf-modal .banner_form .banner_form_inner .btn_submit {
   height: 35px;
}
 
.modal-popup.modal.download-lp-pdf-modal .banner_form {
    padding: 10px 10px;
}

.modal-popup.modal.download-lp-pdf-modal .modal-content {
    max-width: 100%;
   
}

.modal-popup.modal.download-lp-pdf-modal .cross-btn svg {
   height: 25px;
   width: auto;
}




.case-studies-banner.homepage-portfolio .case-box{
  border-radius: 10px;
  padding: 30px 10px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main {
    column-gap: 30px;
    margin-top: 30px;
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 10px;
}

.case-studies-banner.homepage-portfolio .case-box .stats-main .stats-item p {
   font-size: 13px;
}

  .tekrevol__awardshome .awards-wrap .awards-inner {
        padding: 25px 0;
  }

.tekrevol__awardshome .awards-inner .image img {
    height: 90px;
    width: auto;
}


.mobile-client-slider .main-client .video-img img{
  height: auto;
  width: auto;
  text-align: center;
}

.mobile-client-slider .main-client .test-item{
  flex-wrap: wrap;
}

 .mobile-client-slider .main-client .test-item .content {
    flex: unset;
    margin-bottom: 20px;
}

.mobile-client-slider .main-client .test-item .content .details .detail-item .head span {
    font-size: 13px;
}

.mobile-client-slider .main-client .test-item .content p{
  font-size: 13px;
  line-height: 23px;
  height: 255px;
}

 .mobile-client-slider .swiper-nav .custom-prev, .mobile-client-slider .swiper-nav .custom-next {
	 height: 30px;
	 width: 30px;
	 top: 25%;
}
 .mobile-client-slider .swiper-nav .custom-prev:after, .mobile-client-slider .swiper-nav .custom-next:after {
	 font-size: 14px;
}

.mobile-client-slider .swiper-nav .custom-prev {
    right: 50px;
}

.game-counter .stats-flex .stat-box {
    padding: 25px 20px;
    border-radius: 10px;
}

.game-counter .stats-flex  {
   row-gap: 25px;
  column-gap:0;
  justify-content: start;
flex-wrap: wrap;
}

.stats-flex .stat-box{
    flex: 0 0 100%;
}

.stats-numbers.stats-light .main-boxes{
  display: block;
}


.stats-numbers.stats-light .main-boxes .box-item{
  padding: 30px 20px;
  margin-bottom: 20px;
  text-align: center;
}
.stats-numbers.stats-light .main-boxes .box-item .icon svg{
    height: 25px;
    width: auto;
}

	.sidebtns-dubai .side-box ul li .sa-whatsapp img{
	height: 40px;
	margin-top: 0;
}
.sidebtns-dubai .side-box ul li .sa-whatsapp::after {
  width: 45px;
  height: 45px;
}

.rating_realestate.rating-mobile-app-usa .rating-main{
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}

.rating_realestate.rating-mobile-app-usa .rating-main .rating-item{
    flex: 0 0 100%;
}

.rating_realestate.rating-mobile-app-usa .rating-main .rating-item svg{
    height: 50px;
    width: auto;
}
 .rating_realestate .rating-main .rating-item .rating-flex .rating-content h3 {
        font-size: 30px;
        line-height: 40px;
    
 }

}

@media (min-width: 0px) and (max-width: 350px) {
.banner-btn .border_btn{
   font-size: 11px;
}

.topbar_menu {
	 padding: 10px 0;
     border-radius: 10px;
}
 .topbar_menu .topbar_btn .lp-top-btn {
	 width: 120px;
	 font-size: 11px;
     height: 30px;
}
 .topbar_menu .topbar_btn .lp-orange_btn {
	 width: 120px;
	 font-size: 11px;
     height: 30px;
}

.case-studies-banner.homepage-portfolio.homepage-portfolio .case-box .stats-main{
  flex-wrap: wrap;
column-gap: 0px;
justify-content: start;
row-gap: 10px;
}

}