@media only screen and (max-width: 991.98px) {
  .site-header {
    position: fixed;

    left: 0;

    right: 0;

    top: 24px;

    z-index: 9;

    transition: var(--transition);
  }

  .mb-sm-32 {
    margin-bottom: 32px !important;
  }

  .mb-sm-12 {
    margin-bottom: 12px !important;
  }

  .pb-sm-32 {
    padding-bottom: 32px !important;
  }

  .mobile-menu-overlay {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);

    z-index: 998;

    opacity: 0;

    visibility: hidden;

    transition: var(--transition);
  }

  .mobile-menu-overlay.active {
    opacity: 1;

    visibility: visible;
  }

  .mobile-sliding-menu.active {
    left: 0;
  }

  .mobile-menu-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 12px 24px;

    border-bottom: 1px solid var(--border-color);

    background-color: var(--white);

    position: sticky;

    top: 0;

    z-index: 10;
  }

  .mobile-menu-close {
    background: none;

    border: none;

    cursor: pointer;

    padding: 0;

    color: var(--text-primary);

    transition: var(--transition);
  }

  .mobile-menu-close:hover {
    color: var(--primary-color);
  }

  .mobile-menu-list {
    list-style: none;

    padding: 0;

    margin: 0;
  }

  .mobile-menu-list li {
    margin-bottom: 0;

    border-bottom: 1px solid var(--border-color);
  }

  .mobile-menu-list li a {
    position: relative;

    display: block;

    padding: 18px 24px;

    color: var(--text-primary) !important;

    font-size: 16px;

    line-height: 20px;

    font-weight: 500;

    text-decoration: none;

    transition: var(--transition);
  }

  .mobile-menu-content .sub-menu {
    padding: 0;

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  .mobile-menu-content .sub-menu.active {
    max-height: 700px;
  }

  .mobile-menu-list .sub-menu li:last-child {
    border-bottom: none;
  }

  .mobile-menu-list .sub-menu li:first-child {
    border-top: 1px solid var(--border-color);
  }

  .mobile-menu-list .sub-menu li a {
    font-size: 16px;

    font-weight: 400;

    padding: 18px 24px;
  }

  .hamburger-icon {
    cursor: pointer;

    transition: var(--transition);
  }

  .mobile-menu-content>ul .menu-item-has-children>a:after {
    content: "";

    position: absolute;

    transform: translateY(-50%);

    top: 50%;

    right: 24px;

    width: 24px;

    height: 24px;

    background-image: url("../images/arrow-down.svg");

    background-size: contain;

    background-repeat: no-repeat;

    filter: invert(1);
  }

  .mobile-menu-content>ul .menu-item-has-children.active>a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .megamenu-footer,
  .megamenu-link-item-title {
    display: none;
  }

  .megamenu-link {
    padding: 0;
  }

  .megamenu-link-item ul {
    gap: 0;
  }

  .footer-scroll {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
  }

  .footer-scroll .row {
    margin-left: 0;

    margin-right: 0;
  }

  .footer-scroll .row.flex-nowrap>[class*="col-"] {
    flex: 0 0 auto;
    max-width: 175px;
    padding-right: 28px;
    padding-left: 0;
  }

  .locations {
    display: flex;

    flex-wrap: nowrap;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    gap: 1.5rem;

    padding-bottom: 0.5rem;
  }

  .locations>[class*="col-"] {
    flex: 0 0 calc(40% - 0.75rem);

    max-width: calc(40% - 0.75rem);
  }

  .contact-info-section:before {
    display: none;
  }

  .contact-info-block {
    /* padding-top: 48px; */

    padding-bottom: 32px;

    margin-bottom: 0;

  }

  .contact-info-section {
    padding-bottom: 0px !important;
  }

  .contact-form-wrapper .contact-form input[type="submit"] {
    width: 100% !important;
    height: inherit;
  }

  .contact-list .responsive-svg {
    display: none;
  }

  .contact-form.container p {
    margin-bottom: 0px;
  }

  #contactSection {
    background-image: none !important;
    height: auto !important;
  }

  .horizental-sm-scroll {
    display: flex;

    flex-wrap: nowrap;

    overflow-x: auto;

    gap: 12px;

    scroll-snap-type: x proximity;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;

    padding: 6px;
  }

  .horizental-sm-scroll::-webkit-scrollbar {
    display: none;
  }

  .horizental-sm-scroll>[class*="col-"] {
    flex: 0 0 70%;

    scroll-snap-align: start;

    padding-right: 0;
  }

  .horizental-sm-scroll>[class*="col-"]:not(:first-child) {
    padding-left: 0;
  }

  .sticky-sidebar {
    position: static;
    max-height: none;
    overflow-y: visible;
  }

  .post-content.col-lg-3:first-child .sticky-sidebar,
  .post-content.col-lg-3:last-child .sticky-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline::after {
    width: 100%;
  }

  .timeline .step:nth-child(2) {
    align-items: center;
  }

  .timeline .step:nth-child(3) {
    align-items: end;
  }

  #contactSection .contact-form-wrapper {
    position: relative;
  }

  .newsletter .wpcf7-email {
    background-color: color(srgb 1 1 1) !important;
    opacity: 88%;
  }

  .contact-form-wrapper .wpcf7-response-output {
    margin-bottom: 20px !important;
  }

  .fs-20 {
    font-size: 16px !important;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;

    padding: 0 24px;

    height: 48px;

    line-height: 48px;
  }

  .btn-small {
    height: 40px;

    line-height: 40px;

    padding: 0 16px;
  }

  .fs-18 {
    font-size: 13px !important;
  }

  .awards_partners,
  .featured-clients {
    height: 21px !important;
  }

  p {
    font-size: 16px !important;
    line-height: 24px;
  }

  .section-space {
    padding-top: 48px;

    padding-bottom: 48px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px !important;
    /* letter-spacing: -0.28px; */
  }

  .container {
    --bs-gutter-x: 3rem;
  }

  #contactSection .contact-form-wrapper {
    margin-left: -24px;

    margin-right: -24px;
  }

  .search-submit::before {
    bottom: 50%;
    top: 0;
  }

  h1.hero-heading {
    font-size: 40px;
    font-weight: 600;
  }

  .featured-card,
  .blog-post-thumbnail {
    padding: 24px;
  }

  .footer-links ul li a, .middle-footer a {
    font-size: 16px;
  }

  .timeline p {
    font-size: 13px !important;
    color: var(--black);
  }

  .contact-list a {
    font-size: 16px;
  }

  .copyright-nav span.nav-links {
    display: flex;
    gap: 16px;
  }

  .contact_form_logos .clutch_logo img {
    width: 114px;
    height: 48px;
  }

  .contact_form_logos .goodfirms_logo img {
    width: 182px;
    height: 40px;
  }

  #contactSection .contact-form-wrapper {
    padding: 48px 0px;
  }

  .optimize-stack {
    background-color: #fafafa;
  }

  .industry-leader-h {
    letter-spacing: -0.38px;
  }

  .single-post .entry-content {
    padding: 0;
  }

  .featured-thumb img {
    height: 250px !important;
  }

  .cover-height {
    min-height: 140px;
  }
  .project-category {
    top: 24px;
    right: 24px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.contact_form_logos {
    margin-top: 21px;
}
.contact-form textarea {
  min-height: 138px;
}
.post-thumbnail.mb-4 img {
  height: 275px !important;
  object-fit: cover;
}
.blog-post-title, .white-paper-title {
  line-height: 32px;
}
}

@media (min-width: 992px) {
  h3.card-title {
    line-height: 40px !important;
  }

  .contact-info-block {
    /* padding: 96px 0px 96px 0; */

    /* display: flex;

    flex-direction: column;

    justify-content: space-between; */
  }

  #contactSection .contact-form-wrapper {
    background-image: none !important;
  }

  .col-md-6:nth-child(even) .wp-post-item {
    margin-top: 96px;
  }

  .reverse-lg {
    flex-direction: column-reverse !important;
  }

  .reverse-lg .gal-feature-content.shadow-bottom-only {
    box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.12) !important;
  }

  .reverse-lg .gal-feature-content.shadow-top-only {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12) !important;
  }

  .reverse-lg .feature-image .card.shadow-bottom-only {
    box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.12) !important;
  }

  .reverse-lg .feature-image .card.shadow-top-only {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12) !important;
  }

  .gx-custom {
    --bs-gutter-x: 112px;
  }

  .contact-page-temp .cap-content {
    margin-top: 10px;
  }
  .testimonial-slider .swiper-slide-active {
    padding-right: 10px;
    padding-top: 2px;
}
.clutch_logo iframe {
    transform: scale(1.4);  
    transform-origin: top left; 
    width: calc(100% / 1.2); 
    height: 60px !important;
}
  .contact_form_logos .goodfirms_logo img { 
    width: 234px;
    height: 70px;
  }
}

@media (min-width: 768px) {
  .contact-form-wrapper .wpcf7 {
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {

  /* .contact-form input[type="submit"],
  .contact-form button {
    line-height: 117px;
  } */

  /* .contact-info-block {
    padding: 96px 72px 96px 0;
  } */

  /* #contactSection .contact-form-wrapper {
    padding: 96px 68px;
  } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 56px;

    padding-bottom: 56px;
  }

  .col-md-6:nth-child(even) .wp-post-item {
    margin-top: 48px;
  }

  h2 {
    font-size: 32px;
  }

  .btn-small {
    padding: 0 16px;
  }

  #contactSection .container {
    --bs-gutter-x: 0 !important;
  }

  #contactSection .contact-form-wrapper {
    padding: 0;

    background-color: #f8f8f8;

    margin-left: -48px;

    margin-right: -48px;

    padding: 32px 12px 24px 12px;
  }

  .contact_form_logos {
    padding: 0 24px 24px;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  /* Your styles */
}