@media (min-width: 1600px) and (max-width: 1800px) {
  .main-title-h1{
    font-size: 47px;
}

.main-title-h2{
   font-size: 37px;
}

.main-title-h3{
 font-size: 32px;
}


.main-title-h4{
 font-size: 29px;

}

.main-title-h5{
   font-size: 26px;
}

.main-title-h6{
   font-size: 23px;
}

.text-p{
   font-size: 16px;
}

.p-100{
    padding: 90px 0;
}

header .navbar .collapse .navbar-nav .nav-item a{
font-size: 15px;
padding-right: 1rem;
padding-left: 1rem;
}


/* main banner css */
.main-banner {
  padding: 70px 0 0 0;
}

.about .stats-box .stats-main .content {
    padding-left: 20px;
}


.footer-container {
  gap: 80px;
}

.footer-section .footer-item {
    margin-top: 30px;
}

.footer a {
   font-size: 16px;
}

.footer ul li {
  margin-bottom: 15px;
}

.footer-section ul li a {
  font-size: 16px;
}

.footer-bottom {
  padding: 20px 0 25px 0;
  font-size: 16px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 14px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 16px;
}

}



@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1340px;
  }
  .main-title-h1{
    font-size: 42px;
}

.main-title-h2{
   font-size: 32px;
}

.main-title-h3{
 font-size: 29px;
}

.main-title-h4{
 font-size: 25px;

}

.main-title-h5{
   font-size: 23px;
}

.main-title-h6 {
    font-size: 20px;
}

.text-p{
   font-size: 15px;
}

.p-100{
    padding: 80px 0;
}
.p-50{
    padding: 40px 0;
}

.secondary-btn {
  height: 46px;
  line-height: 46px;
}

.secondary-btn svg{
  height: 28px;
  width: auto;
}

.primary-btn {
  height: 45px;
  line-height: 46px;
}

.primary-btn svg{
  height: 28px;
  width: auto;
}


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 15px;
padding-right: 1rem;
padding-left: 1rem;
}

.blue-header .primary-btn{
  height: 40px;
  line-height: 40px;
}



/* main banner css */
.main-banner {
  padding: 70px 0 0 0;
}

.about .stats-box .stats-main .content {
    padding-left: 20px;
}

.portfolio .box-bottom {
  height: 170px;
}

.roadmap .roadmap-box .box {
    height: 200px;
}



.roadmap .line-img img {
    height: 1180px;
}

.cta .box {
    padding-left: 50px;
}

.mvp-company .mvp-main .mvp-card{
  height: 310px;
}

.mvp-company .mvp-main .mvp-card .icon svg {
    height: 60px;
    width: auto;
}

.mvp-card.active p {
    max-height: unset;
}

.cta.reimagine-cta .box .img{
  top: -70px;
}

.cta.reimagine-cta .box .img img {
    height: 600px;
    width: auto;
}


/* POC Development */

.tech-stack .main-box {
  padding: 70px 30px;
}

.tech-stack .main-box .tech-main .tech-item {
    padding: 30px 20px;
    flex: 0 0 24%;
}

.mvp-company.mvp-poc-card .mvp-card{
  height: 330px;
}


.cta.cta-poc .img img {
    height: 390px;
     width: auto;
}

.footer-container {
  gap: 60px;
}

.footer-section .footer-item {
    margin-top: 30px;
}

.footer a {
   font-size: 15px;
}

.footer ul li {
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-section ul li a {
  font-size: 15px;
}

.footer-bottom {
  padding: 20px 0 25px 0;
  font-size: 15px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 14px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 15px;
}

/* Form sec css */

.form-sec .form{
  max-width: 600px;
  padding: 40px 25px;
}

.form-sec .form .form-group.from_item input {
    font-size: 15px;
    height: 55px;
}

.form-sec .form .form-group.from_item input::placeholder , .form-sec .form .form-group.from_item textarea::placeholder {
    font-size: 15px;
}

.form-sec .form .form-group.from_item textarea {
    min-height: 55px; 
    line-height: 1.5; 
  
}

.form-sec .form .primary-btn{
    margin:15px 0 20px;
}

/* web client css */
 .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 15px 0 0;
   }
    .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet-active:after {
        height: 20px;
        width: 20px;
        top: -6px;
        right: -6px;
   }
    .web-dubai-client .web-client-slider .client-box {
        padding: 35px 25px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex {
        margin-bottom: 20px;
   }
    /* .web-dubai-client .web-client-slider .client-box .client-flex .client-num {
        font-size: 35px;
   } */
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img img {
        height: 25px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img svg {
        height: 25px;
        width: auto;
   }
   /* cta new */
.cta-new .cta-box {
  padding: 0 50px;
}

.services-case .case-svg {
  height: 80px;
  width: auto;
}

.max-miami img{
  height: 650px;
  width: auto;
}

}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1220px;
  }
    .main-title-h1{
    font-size: 40px;
}

.main-title-h2{
   font-size: 30px;
}

.main-title-h3{
 font-size: 26px;
}

.main-title-h4{
 font-size: 22px;

}
.main-title-h5{
   font-size: 20px;
}

.main-title-h6{
   font-size: 18px;
}

.text-p{
   font-size: 14px;
}

.p-100{
    padding: 60px 0;
}
.p-50{
    padding: 40px 0;
}

.secondary-btn {
  height: 44px;
  line-height: 44px;
}

.secondary-btn svg{
  height: 28px;
  width: auto;
}

.primary-btn {
  height: 44px;
line-height: 44px;
}

.primary-btn svg{
  height: 28px;
  width: auto;
}

header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 1rem;
padding-left: 1rem;
}

.blue-header .primary-btn{
  height: 40px;
  line-height: 40px;
}



/* main banner css */
.main-banner {
  padding: 70px 0 0 0;
}

.about .stats-box .stats-main .content {
    padding-left: 20px;
}

.portfolio .box-bottom {
  height: 150px;
}

.roadmap .roadmap-box .box {
    height: 200px;
}

.roadmap .roadmap-box .box.left-box {
    margin-bottom: 100px;
}

.roadmap .roadmap-box .box.right-box {
    margin-top: 100px;
}

.roadmap .line-img img {
    height: 980px;
}

.core-features .core-main .core-item .icon svg{
  height: 60px;
  width: auto;
}

.cta .box {
    padding-left: 50px;
}

.mvp-company .mvp-main .mvp-card{
  height: 290px;
}

.mvp-company .mvp-main .mvp-card .icon svg {
    height: 50px;
    width: auto;
}

.mvp-card.active p {
    max-height: unset;
}

.cta.reimagine-cta .box .img{
  top: -60px;
}

.cta.reimagine-cta .box .img img {
    height: 550px;
    width: auto;
}


/* POC Development */

.tech-stack .main-box {
  padding: 60px 30px;
}

.tech-stack .main-box .tech-main .tech-item {
    padding: 30px 20px;
}


.mvp-company.mvp-poc-card .mvp-card{
  height: 330px;
}

.cta.cta-poc .img{
  margin-top: 7px;
}

.cta.cta-poc .img img {
    height: 370px;
     width: auto;
}

.footer-container {
  gap: 40px;
}

.footer-section .footer-item {
    margin-top: 30px;
}

.footer a {
   font-size: 15px;
}

.footer ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-section ul li a {
  font-size: 15px;
}

.footer-bottom {
  padding: 20px 0 25px 0;
  font-size: 15px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 14px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 15px;
}


 .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 15px 0 0;
   }
    .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet-active:after {
        height: 20px;
        width: 20px;
        top: -6px;
        right: -6px;
   }
    .web-dubai-client .web-client-slider .client-box {
        padding: 30px 20px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex {
        margin-bottom: 20px;
   }
    /* .web-dubai-client .web-client-slider .client-box .client-flex .client-num {
        font-size: 35px;
   } */
    .web-dubai-client .web-client-slider .client-box .client-flex .client-num svg {
        height: 18px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img img {
        height: 25px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img svg {
        height: 25px;
        width: auto;
   }


/* Form sec css */

.form-sec .form{
  max-width: 550px;
  padding: 35px 25px;
}

.form-sec .form .form-group.from_item input {
    font-size: 14px;
    height: 50px;
}

.form-sec .form .form-group.from_item input::placeholder , .form-sec .form .form-group.from_item textarea::placeholder {
    font-size: 14px;
}

.form-sec .form .form-group.from_item textarea {
    min-height: 50px; 
    line-height: 1.4; 
  
}

.form-sec .form .primary-btn{
    margin:15px 0 20px;
}

.gradient-loader {
  width: 35px;
}

.success-icon { width: 30px; height: auto;}

   /* cta new */
.cta-new .cta-box {
  padding: 0 40px;
}

.services-case img {
    height: 450px;
    width: auto;
}

.services-case .case-svg {
  height: 75px;
  width: auto;
}

.max-miami img{
  height: 600px;
  width: auto;
}

/* Maimi */

.mvp-company.miami-company .mvp-card{
  height: 340px;
}

/* contact page css */

.main-banner.contact-banner{
  padding: 70px 0;
}

.drives-forward.connect-team .box img {
        width: 380px;
    }

.drives-forward .box .content{
  padding: 30px 20px;
}

.main-banner.contact-banner .on-demand-grid ul li{
  padding: 13px 8px;
  font-size: 13px;
}

}


@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 1150px;
  }
    .main-title-h1{
    font-size: 40px;
}

.main-title-h2{
   font-size: 30px;
}

.main-title-h3{
 font-size: 24px;
}

.main-title-h4{
 font-size: 20px;

}
.main-title-h5{
   font-size: 18px;
}
.main-title-h6{
   font-size: 16px;
}
.text-p{
   font-size: 14px;
}

.p-100{
    padding: 50px 0;
}
.p-50{
    padding: 35px 0;
}

.secondary-btn {
  height: 42px;
  line-height: 42px;
}

.secondary-btn svg{
  height: 25px;
  width: auto;
}

.primary-btn {
  height: 42px;
 line-height: 42px;
}

.primary-btn svg{
  height: 25px;
  width: auto;
}

.text-top{
  padding: 8px 20px;
}

header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 0.5rem;
padding-left: 0.5rem;
}

.blue-header .primary-btn{
  height: 40px;
  line-height: 40px;
}



/* main banner css */
.main-banner {
  padding: 50px 0 0 0;
}

.about .stats-box .stats-main .content {
    padding-left: 20px;
}

.awards .awards-main .awards-item{
  flex: 0 0 31%;
}


.portfolio .box-bottom {
  height: 150px;
}

.roadmap .roadmap-box .box {
    height: 200px;
}

.roadmap .roadmap-box .box.left-box {
    margin-bottom: 100px;
}

.roadmap .roadmap-box .box.right-box {
    margin-top: 100px;
}

.roadmap .line-img img {
    height: 980px;
}

.core-features .core-main {
    column-gap: 50px;
}

.core-features .core-main .core-item::before {
  right: -30px;
}

.core-features .core-main .core-item .icon svg{
  height: 55px;
  width: auto;
}


.cta .box {
    padding-left: 30px;
}

.build-mvp .box{
  padding: 30px 20px;
}

.build-mvp .box .icon svg{
    height: 55px;
    width: auto;
}

.mvp-company .mvp-main .mvp-card{
  height: 290px;
}

.mvp-company .mvp-main .mvp-card .icon svg {
    height: 50px;
    width: auto;
}

.mvp-card.active p {
    max-height: unset;
}

.cta.reimagine-cta .box .img{
  top: -40px;
  right: 150px;
}

.cta.reimagine-cta .box .img img {
    height: 450px;
    width: auto;
}


/* POC Development */

.tech-stack .main-box {
  padding: 50px 30px;
}

.tech-stack .main-box .tech-main .tech-item {
    padding: 30px 20px;
}

.mvp-company.mvp-poc-card .mvp-card{
  height: 330px;
}

.cta.cta-poc .img{
  margin-top: 7px;
}

.cta.cta-poc .img img {
    height: 300px;
    width: auto;
}


.footer-container {
  gap: 40px;
}

.footer-section .footer-item {
    margin-top: 25px;
}

.footer a {
   font-size: 14px;
}

.footer ul li {
  margin-bottom: 14px;
  font-size: 14px;
}

.footer-section ul li a {
  font-size: 14px;
}


.footer-bottom {
  padding: 20px 0 20px 0;
  font-size: 14px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 13px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 14px;
}


.web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 15px 0 0;
   }
    .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet-active:after {
        height: 20px;
        width: 20px;
        top: -6px;
        right: -6px;
   }
    .web-dubai-client .web-client-slider .client-box {
        padding: 30px 20px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex {
        margin-bottom: 20px;
   }
    /* .web-dubai-client .web-client-slider .client-box .client-flex .client-num {
        font-size: 35px;
   } */
    .web-dubai-client .web-client-slider .client-box .client-flex .client-num svg {
        height: 18px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img img {
        height: 25px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img svg {
        height: 25px;
        width: auto;
   }

/* Form sec css */

.form-sec .form{
  max-width: 550px;
  padding: 35px 25px;
}

.form-sec .form .form-group.from_item input {
    font-size: 14px;
    height: 45px;
}

.form-sec .form .form-group.from_item input::placeholder , .form-sec .form .form-group.from_item textarea::placeholder {
    font-size: 13px;
}

.form-sec .form .form-group.from_item textarea {
    min-height: 45px; 
    line-height: 1.4; 
  padding: 12px 0 5px 0;
}

.form-sec .form .primary-btn{
    margin:10px 0 20px;
}

.gradient-loader {
  width: 35px;
}

.success-icon { width: 30px; height: auto;}


   /* cta new */
.cta-new .cta-box {
  padding: 0 40px;
}

.services-case img {
    height: 400px;
    width: auto;
}

.services-case .case-svg {
  height: 75px;
  width: auto;
}

.max-miami img{
  height: 550px;
  width: auto;
}

/* Maimi */

.mvp-company.miami-company .mvp-card{
  height: 340px;
}

/* contact page css */

.main-banner.contact-banner{
  padding: 60px 0;
}

.main-banner.contact-banner .form-sec .form{
  margin: 20px auto 0;
}



.drives-forward.connect-team .box img {
        width: 395px;
    }

.drives-forward .box .content{
  padding: 25px 20px;
}

.main-banner.contact-banner .on-demand-grid ul li{
  padding: 13px 8px;
  font-size: 13px;
}

}


@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 1020px;
  }
    .main-title-h1{
    font-size: 38px;
}

.main-title-h2{
   font-size: 30px;
}

.main-title-h3{
 font-size: 21px;
}

.main-title-h4{
 font-size: 18px;

}
.main-title-h5{
   font-size: 16px;
}

.main-title-h6{
   font-size: 15px;
}


.text-p{
   font-size: 14px;
}

.p-100{
    padding: 40px 0;
}
.p-50{
    padding: 30px 0;
}
.secondary-btn {
  height: 42px;
  line-height: 42px;
}

.secondary-btn svg{
  height: 25px;
  width: auto;
}

.primary-btn {
  height: 42px;
line-height: 42px;
}

.primary-btn svg{
  height: 25px;
  width: auto;
}

.cursor1 , .cursor2{
  display: none;
}

.offcanvas .navbar-nav .nav-item a{
font-weight: 500;
font-size: 14px;
color: #000;
transition: 0.3s ease-in-out;
padding-right: 0;
padding-left: 0;
position: relative;
}

.offcanvas .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #f47a14;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

/* Show underline on hover */
.offcanvas .navbar-nav .nav-item a:hover::after {
  transform: scaleX(1);
}

.offcanvas .navbar-nav .nav-item a:hover{
    color: #f47a14;
}


/* new header mob css*/




/* main banner css */
.main-banner {
  padding: 50px 0 0 0;
}

.about .stats-box .stats-main .content {
    padding-left: 20px;
}

.about .stats-box{
  max-width: 50%;
  margin: 0 auto;
}

.awards .awards-main .awards-item{
  flex: 0 0 31%;
}


.portfolio .box-bottom {
  height: 150px;
}

.roadmap .roadmap-box .box {
    height: 170px;
    margin-bottom: 30px;
}

.roadmap .roadmap-box .box.left-box {
    margin-bottom: 0px;
}

.roadmap .roadmap-box .box.right-box {
    margin-top: 0px;
}

.roadmap .line-img img {
  display: none;
}

.core-features .core-main {
    column-gap: 30px;
}

.core-features .core-main .core-item .icon svg{
  height: 50px;
  width: auto;
}

.core-features .core-main .core-item::before {
  right: -13px;
}

.core-features .core-main .core-item::after {
right: -13px;
}

.cta .box {
    padding: 30px;
    aspect-ratio: unset;
    border-radius: 10px;
}

.build-mvp .box{
  padding: 30px 20px;
}

.build-mvp .box .icon svg{
    height: 55px;
    width: auto;
}

.mvp-company .mvp-main {
    display: block;
}

.mvp-company .mvp-main .mvp-card{
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.mvp-company .mvp-main .mvp-card .icon svg {
    height: 50px;
    width: auto;
}

.mvp-card.active p {
    max-height: unset;
}

.cta.reimagine-cta .box{
  aspect-ratio: unset;
}

.cta.reimagine-cta .box .img{
  top: unset;
  right: unset;
  position: relative;
  text-align: center;
}

.cta.reimagine-cta .box .img img {
    height: 350px;
    width: auto;
}

/* POC Development */

.tech-stack .main-box {
  padding: 50px 30px;
}

.tech-stack .main-box .tech-main{
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.tech-stack .main-box .tech-main .tech-item {
    padding: 30px 20px;
    flex: 0 0 31.33%;
}

.mvp-company.mvp-poc-card .mvp-card{
  height: auto;

}

.cta.cta-poc .img{
  margin-top: 0px;
}

.cta.cta-poc .img img {
    height: 270px;
    width: auto;
}

.footer-container {
  gap: 30px;
  justify-content: start;
}

.footer-section {
    flex: 0 0 47.88%;
}

.footer-section .footer-item {
    margin-top: 20px;
}

.footer a {
   font-size: 14px;
}

.footer ul li {
  margin-bottom: 14px;
}

.footer-section ul li a {
  font-size: 14px;
}
.footer ul li {
  font-size: 14px;
}


.footer-bottom {
  padding: 20px 0 20px 0;
  font-size: 14px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 13px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 14px;
}


.navbar-toggler{
    background-color: #000;
    padding: 3px 8px;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    font-size: 17px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    color: #000;
    border: none;
}


  .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 15px 0 0;
   }
    .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet-active:after {
        height: 20px;
        width: 20px;
        top: -6px;
        right: -6px;
   }
    .web-dubai-client .web-client-slider .client-box {
        padding: 30px 20px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex {
        margin-bottom: 20px;
   }
    /* .web-dubai-client .web-client-slider .client-box .client-flex .client-num {
        font-size: 30px;
   } */
    .web-dubai-client .web-client-slider .client-box .client-flex .client-num svg {
        height: 18px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img img {
        height: 25px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img svg {
        height: 25px;
        width: auto;
   }

/* Form sec css */

.form-sec .form{
  max-width: 550px;
  padding: 35px 25px;
  margin-left: unset;
  margin: 20px auto 0;
  border-radius: 20px;

}

.form-sec .form .form-group.from_item input {
    font-size: 14px;
    height: 45px;
}

.form-sec .form .form-group.from_item input::placeholder , .form-sec .form .form-group.from_item textarea::placeholder {
    font-size: 13px;
}

.form-sec .form .form-group.from_item textarea {
    min-height: 45px; 
    line-height: 1.4; 
  padding: 12px 0 5px 0;
}

.form-sec .form .primary-btn{
    margin:10px 0 20px;
}

.gradient-loader {
  width: 35px;
}

.success-icon { width: 30px; height: auto;}

.services-case img {
    height: 370px;
    width: auto;
}

.services-case .case-svg {
  height: 70px;
  width: auto;
}

.max-miami img{
  height: auto;
  width: auto;
}

/* Maimi */

.mvp-company.miami-company .mvp-card{
  height: auto;
}

    .cta-new .cta-box {
        padding: 30px 20px;
        aspect-ratio: unset;
        border-radius: 20px;
    }

    /* contact page css */

.main-banner.contact-banner{
  padding: 50px 0;
}

.main-banner.contact-banner .form-sec .form{
  margin: 20px auto 0;
}

.drives-forward.connect-team .box img {
        width: 355px;
    }

.drives-forward .box .content{
  padding: 25px 20px;
}

.main-banner.contact-banner .on-demand-grid ul li{
  padding: 13px 8px;
  font-size: 13px;
}


}


@media (min-width: 0px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
    .main-title-h1{
    font-size: 30px;
}

.main-title-h2{
   font-size: 25px;
}

.main-title-h3{
 font-size: 19px;
}

.main-title-h4{
 font-size: 16px;

}
.main-title-h5{
   font-size: 15px;
}

.main-title-h6{
   font-size: 14px;
}

.text-p{
   font-size: 13px;
}

.p-100{
    padding: 30px 0;
}
.p-50{
    padding: 20px 0;
}

.secondary-btn {
  height: 42px;
  line-height: 42px;
}

.secondary-btn svg{
  height: 25px;
  width: auto;
}

.primary-btn {
  height: 42px;
line-height: 42px;
}

.primary-btn svg{
  height: 25px;
  width: auto;
}

.cursor1 , .cursor2{
  display: none;
}


.offcanvas .navbar-nav .nav-item a{
font-weight: 500;
font-size: 14px;
color: #000;
transition: 0.3s ease-in-out;
padding-right: 0;
padding-left: 0;
position: relative;
}

.offcanvas .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #f47a14;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

/* Show underline on hover */
.offcanvas .navbar-nav .nav-item a:hover::after {
  transform: scaleX(1);
}

.offcanvas .navbar-nav .nav-item a:hover{
    color: #f47a14;
}

.offcanvas .custom-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  min-width: 180px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.offcanvas .dropdown-menu .dropdown-item:hover,
.offcanvas .dropdown-menu .dropdown-item:focus,
.offcanvas .dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
  color: inherit !important;
}


.offcanvas .custom-dropdown:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.offcanvas .custom-dropdown .dropdown-list li {
  list-style: none;
}

.offcanvas .custom-dropdown .dropdown-list li a {
  display: block;
  padding: 10px 10px;
  color: #000;
  text-decoration: none;
  transition: background 0.3s ease;
}

.offcanvas .custom-dropdown .dropdown-list li a:hover {
  color: #f47a14;
}


/* main banner css */
.main-banner {
  padding: 50px 0 0 0;
}

.about .stats-box .stats-main .content {
    padding-left: 20px;
}

.about .stats-box{
  max-width: 100%;
  margin: 0 auto;
}

.awards .awards-main{
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
}

.awards .awards-main .awards-item{
  flex: 0 0 48%;
  padding: 20px 10px;
}

.portfolio .box {
    border-radius: 10px;
    padding: 25px 10px 0 10px;
    height: 460px;
}

.portfolio .box .icon svg{
  height: 40px;
  width: auto;
}

.portfolio .box-bottom {
  height: 100px;
  border-radius: 10px;
}
.portfolio .box.box-new {
    padding: 25px 15px;
}

.roadmap .roadmap-box .box {
    height: auto;
    margin-bottom: 20px !important;
}

.roadmap .roadmap-box .num{
  display: none;
}

.roadmap .roadmap-box .box.left-box {
    margin-bottom: 0px;
}

.roadmap .roadmap-box .box.right-box {
    margin-top: 0px;
}

.roadmap .line-img img {
  display: none;
}

.core-features .core-main {
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.core-features .core-main .core-item .icon svg{
  height: 50px;
  width: auto;
}

.core-features .core-main .core-item::before {
  display: none;
}

.core-features .core-main .core-item::after {
  display: none;
}

.cta .box {
    padding: 30px 15px;
    aspect-ratio: unset;
    border-radius: 10px;
}

.build-mvp .box{
  padding: 25px 15px;
  border-radius: 10px;
}

.build-mvp .box::before{
  border-radius: 10px;
}

.build-mvp .box .icon svg{
    height: 40px;
    width: auto;
}

.mvp-company .mvp-main {
    display: block;
}

.mvp-company .mvp-main .mvp-card{
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.mvp-company .mvp-main .mvp-card .icon svg {
    height: 45px;
    width: auto;
}

.mvp-card.active p {
    max-height: unset;
}

.cta.reimagine-cta .box{
  aspect-ratio: unset;
}

.cta.reimagine-cta .box .img{
  top: unset;
  right: unset;
  position: relative;
  text-align: center;
}

.cta.reimagine-cta .box .img img {
    height: 450px;
    width: auto;
    margin-top: 20px;
}

.faqs-grey .accordion-item{
  padding: 5px 0;
  margin-bottom: 20px;
}

/* POC Development */

.tech-stack .main-box {
  padding: 30px 20px;
  border-radius: 10px;
}

.tech-stack .main-box .tech-main{
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
}

.tech-stack .main-box .tech-main .tech-item {
    padding: 20px 10px;
    flex: 0 0 48%;
}

.mvp-company.mvp-poc-card .mvp-card{
  height: auto;

}

.cta.cta-poc .box{
  padding: 30px 20px 0 20px;
}

.cta.cta-poc .img{
  margin-top: 20px;
}

.cta.cta-poc .img img {
    height: auto;
    width: auto;
}


.footer-container {
  column-gap: 0px;
  row-gap: 30px;
  justify-content: start;
}

.footer-section {
    flex: 0 0 100%;
}

.footer-section .footer-item {
    margin-top: 20px;
}
.social-icons a svg{
    height: 20px;
    width: auto;
}

.footer a {
   font-size: 14px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  font-size: 13px;
}


.footer ul li {
  font-size: 13px;
}
.footer-bottom {
  padding: 20px 0 20px 0;
  font-size: 13px;
  flex-wrap: wrap;
  display: block;
}

.footer-links {
  gap: 7px;
}

.footer-links span{
    font-size: 11px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 11px;
}
.footer-copy{
    margin-top: 10px;
}

.navbar-toggler{
    background-color: #000;
    padding: 3px 8px;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    font-size: 17px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    color: #000;
    border: none;
}

.web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 15px 0 0;
   }
    .web-dubai-client .web-client-slider .swiper-pagination .swiper-pagination-bullet-active:after {
        height: 20px;
        width: 20px;
        top: -6px;
        right: -6px;
   }
    .web-dubai-client .web-client-slider .client-box {
        padding: 30px 20px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex {
        margin-bottom: 20px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-num {
        font-size: 30px;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-num svg {
        height: 18px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img img {
        height: 25px;
        width: auto;
   }
    .web-dubai-client .web-client-slider .client-box .client-flex .client-platform-img svg {
        height: 25px;
        width: auto;
   }

/* Form sec css */

.form-sec .form{
  max-width: 100%;
  padding: 30px 20px;
  margin-left: unset;
  margin: 20px auto 0;
  border-radius: 10px;

}

.form-sec .form .form-group.from_item input {
    font-size: 13px;
    height: 40px;
}

.form-sec .form .form-group.from_item input::placeholder , .form-sec .form .form-group.from_item textarea::placeholder {
    font-size: 13px;
}

.form-sec .form .form-group.from_item textarea {
    min-height: 40px; 
    line-height: 1.4; 
  padding: 12px 0 5px 0;
}

.form-sec .form .primary-btn{
    margin:10px 0 20px;
}

.gradient-loader {
  width: 30px;
}

.success-wrapper .success-icon{
  display: none;
}

.success-wrapper{
  padding: 10px 10px;
  max-width: 100%;
  column-gap: 0;
}
.success-icon { width: 28px; height: auto;}

.sticky-header {
  z-index: 1040;
}

header{
  z-index: 1040; 
}

.offcanvas.offcanvas.show {
  z-index: 1055;
}

.services-case img {
    height: auto;
    width: auto;
}

.services-case .case-svg {
  height: 60px;
  width: auto;
}

.max-miami img{
  height: auto;
  width: auto;
}

/* Maimi */

.mvp-company.miami-company .mvp-card{
  height: auto;
}

    .cta-new .cta-box {
        padding: 30px 20px;
        aspect-ratio: unset;
        border-radius: 10px;
    }

    .cta .box{
      background-image: none !important;
      background: #1E1E59;
    }

 /* contact page css */

.main-banner.contact-banner{
  padding: 50px 0;
}

.main-banner.contact-banner .form-sec .form{
  margin: 20px auto 0;
}

 /* contact page css */

.main-banner.contact-banner{
  padding: 50px 0;
}

.main-banner.contact-banner .form-sec .form{
  margin: 20px auto 0;
}

.drives-forward.connect-team .box img {
        width: 355px;
    }

.drives-forward .box .content{
  padding: 25px 20px;
}

.main-banner.contact-banner .on-demand-grid ul li{
  padding: 13px 8px;
  font-size: 13px;
} /* contact page css */

.main-banner.contact-banner{
  padding: 50px 0;
}

.main-banner.contact-banner .form-sec .form{
  margin: 20px auto 0;
}

.drives-forward.connect-team .box img {
        width: 355px;
    }

.drives-forward .box .content{
  padding: 25px 20px;
}

.main-banner.contact-banner .on-demand-grid ul{
        grid-template-columns: 1fr;
    }

.main-banner.contact-banner .on-demand-grid ul li{
  padding: 13px 8px;
  font-size: 13px;
}

.drives-forward.connect-team .box  {
        max-width: 100%;
    }

.drives-forward.connect-team .box img {
        width: 100%;
    }

.drives-forward .box .content{
  padding: 20px 20px;
}

.main-banner.contact-banner .on-demand-grid ul li{
  padding: 13px 8px;
  font-size: 13px;
}

}


@media (min-width: 0px) and (max-width: 360px) {

.awards .awards-main{
  column-gap: 0;
}

.awards .awards-main .awards-item{
  flex: 0 0 100%;
}
.tech-stack .main-box .tech-main .tech-item {
    flex: 0 0 100%;
}

#header-logo{
  height: 30px;
  width: auto;
}

}