@media (max-width: 991px) {
  .section-heading,
  .contact-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .section-subheading {
    font-size: 1.3rem;
  }

  .feature-section,
  .src-features,
  .section-padding {
    padding-block: 50px;
  }

  .navbar-collapse {
    position: fixed;
    width: 350px;
    height: 100% !important;
    left: -350px;
    top: 0;
    background: #fff;
    z-index: 99;
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    left: 0;
    padding: 15px;
  }

  .mob-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .mob-logo .navbar-toggler svg {
    width: 30px;
    height: 30px;
  }

  .nav-link {
    color: #797979 !important;
    font-weight: 800;
    margin: 4px 0;
    font-size: 14px;
  }

  .hero {
    padding-block: 150px 80px;
  }

  .hero-content h1 {
    font-size: 2rem;
    opacity: 1;
    transform: none;
  }

  .hero-content > p {
    padding-inline: 15px;
  }

  .onebrand-bx {
    padding: 20px 15px;
  }

  .onebrand-img-bg,
  .src-icon {
    border-radius: 15px;
    width: 55px;
    height: 55px;
  }

  .feature-section .feature-box {
    padding: 38px 0;
  }

  .why-src {
    padding: 60px 0;
  }

  .ui-card__image {
    flex-direction: column;
  }

  .whysrc-bx {
    padding-inline: 20px;
  }

  .national-media-cta {
    min-height: 415px;
  }

  .service-media img {
    width: 100%;
    border-radius: 30px;
    display: block;
    max-width: 100%;
    height: 100%;
    text-align: center;
    min-height: 100%;
  }

  .seamlessly-connected-row {
    position: static;
  }

  .service-card {
    padding: 20px;
  }

  .seamless-content {
    padding-top: 0;
    margin-bottom: 1.5rem;
  }

  .service-content {
    margin-inline: 10px;
    padding: 20px;
  }

  .service-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  img.logo {
    width: 100px;
  }

  .hero-content h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .hero-content > p {
    margin-bottom: 2rem;
  }

  .hero-content h1 span {
    display: inline;
  }

  .banner-btns {
    gap: 1rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .hero .feature-section {
    margin-top: 0;
    padding-top: 0;
  }

  .section-heading,
  .contact-title {
    font-size: 1.9rem;
  }

  .section-subheading {
    font-size: 1rem;
  }

  .src-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .featureapp-list h4 {
    font-size: 1.1rem;
  }

  .app-card {
    padding: 20px;
  }

  .app-card > p {
    padding-right: 0;
  }

  footer {
    padding: 3rem 0 2rem;
  }

  .footer-logo {
    font-size: 2rem;
  }

  h5::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .why-src .row {
    --bs-gutter-x: 0;
  }

  .service-media img {
    width: 100%;
    border-radius: 30px;
    display: block;
    max-width: 100%;
    height: 100%;
    text-align: center;
    min-height: 100%;
  }

  .process-card-list {
    border-radius: 30px 30px 30px 30px;
  }

  .whysrc-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .whysrc-bx1 .whysrc-img-bg,
  .whysrc-wrapper .whysrc-bx:first-child .whysrc-img-bg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .about-content {
    text-align: center;
  }

  .about-image-wrapper {
    top: 0;
  }

  .section-badge.badge-left {
    margin-inline: auto;
  }

  .about-list {
    width: fit-content;
    text-align: left;
    margin-inline: auto;
  }

  .about-floating-card {
    max-width: 90%;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 30px;
  }

  .about-main-img {
    min-height: 450px;
  }

  .large-image {
    margin-top: 0;
  }

  .whysrc-img-bg {
    border-radius: 30px;
  }

  .hero .whysrc-bx {
    padding-bottom: 0;
  }

  .hero::before {
    height: 75%;
  }

  .src-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 300px;
  }

  .src-content-wrapper {
    margin-top: 2rem;
  }

  .process-item {
    flex-direction: column;
    padding-bottom: 35px;
  }

  .process-index {
    min-width: 74px;
    height: 55px;
    font-size: 20px;
    border-radius: 20px;
  }

  .process-item + .process-item {
    padding: 35px 0;
  }

  .section-badge {
    margin-left: 0;
  }

  .section-heading,
  .section-subheading {
    text-align: left;
  }

  .section-head {
    margin-bottom: 25px;
  }

  .info-card {
    margin-top: -8rem;
    width: 86%;
    margin-inline: auto;
  }

  .seamless-inner-card {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .seamless-inner-card .src-icon {
    margin-left: 0 !important;
  }

  .contact-section .feature-section {
    margin-top: 0;
  }

  .cta-content p {
    text-align: left;
  }

  .why-src .ghl-main-wrapper {
    margin-top: -100px;
  }

  .national-media-cta .ghl-main-wrapper {
    margin-top: -70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 540px) {
  .large-image {
    height: 100%;
    min-height: 100%;
  }

  .src-media {
    height: auto;
  }

  .service-content {
    background: radial-gradient(
      at bottom right,
      var(--e-global-color-primary) 0%,
      var(--e-global-color-secondary) 70%
    );
    padding: 20px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    margin: -40px 5px 0;
  }

  .section-subheading.h-left {
    text-align: center;
  }

  .section-badge.badge-left {
    margin: 0 0 15px;
  }

  .testimonial-nav {
    display: flex;
    justify-content: center;
  }

  .service-content h6 {
    font-size: 18px;
  }

  .service-content p {
    font-size: 15px;
  }
}
