@media (max-width: 1499px) {

  h1,
  .h1 {
    font-size: 50px;
  }

  .hero {
    min-height: 610px;
  }

  .section {
    padding: 100px 0;
  }

  .stat strong {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {

  h1,
  .h1 {
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }

  .content-grid,
  .content-block {
    gap: 42px;
  }

  .hero {
    min-height: 530px;
  }

  .brand-row {
    gap: 32px;
  }

  .section {
    padding: 80px 0;
  }

  .footer-columns {
    gap: 42px;
  }

  .project-badge {
    left: -36px;
    bottom: -30px;
    max-width: 350px;
    padding: 14px;
  }

  .industry-item {
    padding: 14px;
  }

  .industry-list {
    gap: 14px;
  }

  .industry-item .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .industry-item .icon-box i {
    width: 18px;
    height: 18px;
  }

  .footer-brand {
    flex: 1 1 20%;
  }

  .footer-columns {
    flex: 1 1 60%;
  }

  .footer-columns .footer-col {
    max-width: 200px;
    width: 100%;
  }

  .testimonial-card {
    padding: 20px;
  }

  .hero.hero-inner {
    min-height: 480px;
    padding: 50px 0px;
  }

  .hero.hero-inner {
    min-height: 340px;
  }

  .case-study-content-wrap {
    padding: 30px;
  }

  .btn-wrapper {
    margin-top: 26px;
  }
}

@media (max-width: 1023px) {

  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  .open-menu {
    overflow: hidden;
  }

  .header-inner .menu-header-menu-container {
    position: fixed;
    top: 65px;
    left: -100%;
    width: 100%;
    height: calc(100dvh - 65px);
    overflow-y: auto;
    background: var(--white);
    transition: all 0.4s;
  }

  .open-menu .header-inner .menu-header-menu-container {
    left: 0;
  }

  .header-inner .menu,
  .header-inner .menu .menu-item a {
    display: block;
  }

  .header-inner .menu {
    height: 100%;
  }

  .header-inner .menu .menu-item-has-children>a,
  .header-inner .menu .sub-menu a,
  .header-inner .menu .menu-item a {
    padding: 10px 16px;
  }

  .header-inner .menu .sub-menu a:hover {
    background: transparent;
  }

  .header-inner .menu .menu-item-has-children>a {
    padding-right: 34px;
  }

  .header-inner .menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    display: none;
    transition: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }

  .header-inner .menu .sub-menu a {
    position: relative;
    color: var(--black);
    padding-left: 44px;
  }

  .header-inner .menu .sub-menu a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--black);
  }

  .header-inner .menu .menu-item-has-children>a::before {
    display: none;
  }

  .header-inner .menu .menu-item a:hover {
    color: var(--black);
  }

  .header-inner .menu .current-menu-ancestor>a,
  .header-inner .menu .current-menu-ancestor>a:hover {
    color: var(--primary);
  }

  .header-inner .menu .sub-menu .current_page_item a::before {
    background: var(--white);
  }

  .header-inner .menu .menu-item-has-children.active .mobile-menu-action {
    transform: rotate(-180deg);
  }

  .mobile-menu-action {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    width: 43px;
    height: 43px;
    mask-image: url('../icons/icon-arrow-down.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 20px 20px;
    background-color: var(--black);
  }

  .current-menu-ancestor .mobile-menu-action {
    background-color: var(--primary);
  }

  .header-inner .menu>.menu-item {
    border-bottom: 1px solid #E9EDF4;
  }

  .toggle-wrapper .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
  }

  .toggle-wrapper .mobile-toggle::before,
  .toggle-wrapper .mobile-toggle::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }

  .toggle-wrapper .mobile-toggle::before {
    top: 0;
  }

  .toggle-wrapper .mobile-toggle::after {
    bottom: 0;
  }

  .toggle-wrapper .mobile-toggle i,
  .toggle-wrapper .mobile-toggle::before,
  .toggle-wrapper .mobile-toggle::after {
    width: 100%;
    height: 2px;
    background: var(--black);
  }

  .open-menu .toggle-wrapper .mobile-toggle i {
    background: transparent;
  }

  .open-menu .toggle-wrapper .mobile-toggle::before,
  .open-menu .toggle-wrapper .mobile-toggle::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .open-menu .toggle-wrapper .mobile-toggle::before {
    transform: rotate(45deg);
  }

  .open-menu .toggle-wrapper .mobile-toggle::after {
    transform: rotate(-45deg);
  }

  .hero {
    min-height: 540px;
  }

  .content-grid,
  .content-block,
  .content-block.reverse,
  .contact-wrap,
  .footer-main {
    flex-direction: column;
  }

  .content-copy,
  .content-media,
  .consult-card,
  .form-card,
  .footer-brand,
  .footer-columns {
    flex-basis: 100%;
    width: 100%;
  }

  .footer-columns {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .service-card {
    flex-basis: calc(50% - 12px);
  }

  .why-card,
  .step-card,
  .industry-item {
    flex-basis: calc(50% - 9px);
  }

  .section {
    padding: 60px 0;
  }

  .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .project-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    max-width: 100%;
    width: calc(100% - 24px);
    padding: 10px;
  }

  .project-badge .icon-box {
    width: 50px;
    height: 50px;
  }

  .project-badge .icon-box i {
    width: 26px;
    height: 26px;
  }

  .project-badge small {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .content-grid,
  .content-block {
    gap: 30px;
  }

  p {
    margin: 0 0 10px 0px;
  }

  .cta-section {
    padding: 50px 0;
  }

  .contact-wrap {
    gap: 24px;
  }

  .form-card {
    padding: 20px;
  }

  .form-card .title {
    margin-bottom: 16px;
  }

  .step-card::after {
    display: none;
  }

  .header-inner .menu .sub-menu {
    border-radius: 0px;
  }

  .brand-list{
    column-gap: 30px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  .trusted-title {
    margin-bottom: 20px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  .section {
    padding: 40px 0;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .hero {
    min-height: 500px;
  }

  .hero-home {
    text-align: left;
  }

  .hero-home .hero-content {
    margin: 0;
  }

  .hero p {
    margin-left: 0;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }

  .brand-row {
    gap: 22px;
  }

  .brand-row span {
    font-size: 18px;
  }

  .stats-row {
    gap: 22px;
  }

  .stat {
    flex: 1 1 30%;
  }

  .stat strong {
    font-size: 23px;
  }

  .service-list,
  .why-cards,
  .industry-list,
  .steps-row,
  .feature-list {
    gap: 16px;
  }

  .service-card,
  .why-card,
  .step-card,
  .industry-item,
  .feature-card {
    flex-basis: 100%;
    min-width: 0;
  }

  .service-card p {
    min-height: 0;
  }

  .footer-main {
    gap: 26px;
    padding: 40px 0 20px;
  }

  .footer-col a,
  .footer-col span {
    margin-bottom: 8px;
  }

  .footer-bottom {
    padding: 12px 0;
  }

  .footer-columns {
    gap: 28px;
  }

  .footer-col {
    flex: 1 1 100%;
  }

  .footer-bottom,
  .form-row {
    flex-direction: column;
  }

  .form-row {
    gap: 0;
  }


  .cta-section {
    padding: 72px 0;
  }

  .header-inner .site-logo img {
    max-width: 100px;
    max-height: 31px;
  }

  .site-header .btn {
    font-size: 12px;
    padding: 10px 14px;
  }

  .header-inner .menu-header-menu-container {
    top: 55px;
    height: calc(100dvh - 55px);
  }

  .industry-list {
    gap: 12px;
  }

  .industry-item,
  .project-badge {
    padding: 6px;
  }

  .service-image .icon-box {
    right: 12px;
    bottom: -14px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .service-image .icon-box i {
    width: 18px;
    height: 18px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .cta-section {
    padding: 40px 0;
  }

  .cta-section p {
    margin: 14px auto 20px;
  }

  .hero.hero-inner {
    min-height: 300px;
  }

  .hero-inner .hero-content {
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  .breadcrumb {
    gap: 5px;
    margin-bottom: 13px;
  }

  form .input-group {
    flex-direction: column;
  }

  .btn {
    padding: 12px 16px;
  }

  .check-list .icon {
    margin-top: 2px;
  }

  .step-card,
  .content-copy .feature-card,
  .consult-card,
  .form-card,
  .why-card,
  .service-card,
  .case-study-content-wrap {
    padding: 16px;
  }

  .feature-card .icon-box {
    width: 40px;
    height: 40px;
  }

  .feature-card .icon-box i {
    width: 20px;
    height: 20px;
  }

  .case-study-wrap {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 14px;
  }

  .case-study-content-wrap .btn {
    margin-top: 5px;
  }
}