@media (min-width: 1920px) {
  .container {
    max-width: 1420px;
  }
}

/* 1550px to 1200px: requested banner content size reduction */
@media (max-width: 1550px) and (min-width: 1200px) {

  .home-banner-swiper,
  .home-banner-swiper .swiper-wrapper,
  .home-banner-swiper .swiper-slide {
    height: min(72vh, 690px);
    min-height: 500px;
  }

  .home-banner-content {
    max-width: 620px;
  }

  .home-banner-heading {
    font-size: clamp(46px, 4.2vw, 66px);
    line-height: clamp(50px, 7vw, 70px);
    margin-bottom: 18px;
  }

  .home-banner-subheading {
    font-size: clamp(16px, 1.25vw, 21px);
    margin-bottom: 26px;
    max-width: 640px;
  }

  .home-banner-btn {
    min-width: 176px;
    min-height: 50px;
    font-size: 15px;
    padding: 9px 20px;
  }
}

@media (max-width: 1199px) {

  .home-banner-swiper,
  .home-banner-swiper .swiper-wrapper,
  .home-banner-swiper .swiper-slide {
    height: min(68vh, 610px);
    min-height: 470px;
  }

  .home-banner-content {
    max-width: 620px;
  }

  .home-banner-heading {
    font-size: clamp(40px, 6.5vw, 60px);
    margin-bottom: 16px;
  }

  .home-banner-subheading {
    font-size: clamp(15px, 2.2vw, 20px);
    margin-bottom: 24px;
    max-width: 620px;
  }

  .home-banner-btn {
    min-width: 166px;
    min-height: 48px;
    font-size: 15px;
    padding: 8px 18px;
  }

  .inner-banner-section {
    min-height: 450px;
  }

  .inner-banner-content {
    padding: 62px 0 52px;
  }

  .story-form-section {
    padding: 96px 0 70px;
  }

  .story-block {
    padding-top: 70px;
    max-width: 100%;
  }

  .story-heading {
    font-size: clamp(40px, 5vw, 56px);
    margin-bottom: 20px;
  }

  .story-details,
  .story-details p {
    font-size: clamp(16px, 1.7vw, 24px);
  }

  .story-btn {
    min-width: 180px;
    min-height: 52px;
    font-size: 19px;
  }

  .rhc-form-wrap {
    margin-top: 0px;
  }

  .about-top-section {
    padding: 72px 0 66px;
  }

  .about-top-wrap {
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 30px;
  }

  .about-top-left {
    padding-right: 26px;
  }

  .about-middle-section {
    padding: 16px 0 78px;
  }

  .about-middle-row {
    margin-bottom: 56px;
  }

  .about-middle-image img {
    height: 260px;
  }

  .about-end-section {
    padding: 12px 0 80px;
  }

  .about-feature-card {
    padding: 22px 18px 20px;
  }

  .portfolio-acq-heading {
    margin-top: 24px;
  }

  .portfolio-acq-section {
    padding: 46px 0 64px;
  }

  .portfolio-acq-icon {
    width: 64px;
    height: 64px;
  }

  .portfolio-acq-icon img {
    width: 46px;
    height: 46px;
  }

  .portfolio-acq-key-features {
    margin-top: 20px;
    padding-top: 20px;
  }

  .rhc-card-section {
    padding: 90px 0 105px;
  }

  .rhc-card-grid {
    max-width: 700px;
    gap: 16px;
  }

  .rhc-card-media {
    height: 240px;
  }

  .rhc-card-content {
    padding: 22px 20px 52px;
  }

  .rhc-card-details,
  .rhc-card-details p {
    font-size: 15px;
    line-height: 1.65;
  }

  .story-form-title {
    font-size: clamp(27px, 3vw, 40px);
    padding: 22px 16px 20px;
  }

  .story-form-body {
    padding: 30px 10px 0;
  }

  .rhc-form-wrap .wpcf7-submit,
  .rhc-form-wrap input[type="submit"] {
    min-width: 170px;
    min-height: 50px;
    font-size: 22px;
  }

  .footer-card {
    padding: 40px 28px 0;
  }

  .footer-text,
  .footer-text p {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-heading {
    font-size: 20px;
  }

  .footer-contact-list li {
    font-size: 15px;
  }

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

  .about-middle-row.is-image-left .about-middle-content {
    margin-left: 0;
  }

  .compliance-middle-section {
    padding: 16px 0 78px;
  }

  .compliance-middle-row {
    margin-bottom: 56px;
  }

  .compliance-middle-image img {
    height: 260px;
    aspect-ratio: auto;
  }

  .compliance-middle-wrap .compliance-middle-row:nth-child(odd) .compliance-middle-content {
    margin-left: 0;
  }

  .about-middle-content,
  .compliance-middle-content {
    width: 100%;
  }

  .compliance-link-item a {
    min-width: 220px;
    padding: 12px 18px;
    gap: 18px;
  }
}

@media (max-width: 991px) {
  #masthead .container {
    max-width: 96%;
  }

  #masthead .masthead-menu {
    gap: 25px;
  }

  .btn-1,
  .btn-2 {
    min-width: 185px;
    min-height: 55px;
  }

  .custom-footer {
    padding: 44px 0;
  }

  .footer-card {
    padding: 34px 24px 0;
  }

  .footer-contact-box {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-logo-item img {
    height: 62px;
  }

  .home-banner-swiper,
  .home-banner-swiper .swiper-wrapper,
  .home-banner-swiper .swiper-slide {
    height: min(64vh, 560px);
    min-height: 430px;
  }

  .home-banner-content {
    max-width: 100%;
  }

  .home-banner-heading {
    font-size: clamp(34px, 8.2vw, 50px);
    line-height: 1.04;
    margin-bottom: 12px;
  }

  .home-banner-subheading {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .home-banner-btn {
    min-width: 160px;
    min-height: 46px;
    font-size: 14px;
    padding: 8px 18px;
  }

  .inner-banner-section {
    min-height: 300px;
  }

  .inner-banner-content {
    padding: 54px 0 44px;
  }

  .inner-banner-title {
    font-size: 40px;
  }

  .story-form-section {
    padding: 54px 0 60px;
  }

  .story-block {
    padding-top: 0;
  }

  .story-heading {
    font-size: clamp(34px, 7vw, 46px);
  }

  .story-details,
  .story-details p {
    font-size: 18px;
    line-height: 1.5;
  }

  .story-btn {
    min-width: 165px;
    min-height: 48px;
    font-size: 18px;
    margin-top: 24px;
  }

  .rhc-form-wrap {
    margin-top: 0;
  }

  .about-top-section {
    padding: 56px 0;
  }

  .about-top-wrap {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .about-top-left {
    max-width: 100%;
    border-right: 0;
    border-bottom: 2px solid var(--blue);
    padding-right: 0;
    padding-bottom: 22px;
  }

  .about-top-logo img {
    max-width: 150px;
  }

  .about-middle-section {
    padding: 8px 0 62px;
  }

  .about-middle-row {
    margin-bottom: 40px;
  }

  .about-middle-content {
    max-width: 100%;
  }

  .about-middle-image img {
    max-width: 100%;
    height: 300px;
  }

  .compliance-middle-section {
    padding: 8px 0 62px;
  }

  .compliance-middle-row {
    margin-bottom: 40px;
  }

  .compliance-middle-content {
    max-width: 100%;
  }

  .compliance-middle-image img {
    max-width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }

  .about-end-section {
    padding: 8px 0 64px;
  }

  .portfolio-acq-form-wrap {
    max-width: 560px;
    margin: 0 auto;
  }

  .contact-touch-section {
    padding: 44px 0 62px;
  }

  .contact-touch-left {
    max-width: 100%;
  }

  .contact-touch-form-wrap {
    max-width: 560px;
    margin: 0 auto;
  }

  .contact-touch-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .portfolio-acq-section {
    padding: 36px 0 56px;
  }

  .portfolio-acq-left {
    max-width: 100%;
  }

  .portfolio-acq-form-wrap {
    margin-top: 10px;
  }

  .rhc-card-section {
    padding: 72px 0 92px;
  }

  .rhc-card-grid {
    gap: 30px;
  }

  .rhc-card-arrow {
    position: absolute;
    left: 28px;
    bottom: -24px;
    z-index: 4;
    width: 45px;
    height: 45px;
    font-size: 17px;
  }

  .rhc-card-media {
    height: 250px;
  }
}

@media (max-width: 768px) {

  .btn-1,
  .btn-2 {
    min-width: 165px;
    min-height: 45px;
  }

  .home-banner-swiper,
  .home-banner-swiper .swiper-wrapper,
  .home-banner-swiper .swiper-slide {
    height: min(60vh, 500px);
    min-height: 390px;
  }

  .home-banner-slide .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner-heading {
    font-size: clamp(30px, 9.5vw, 42px);
  }

  .home-banner-subheading {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .about-top-section {
    padding: 44px 0;
  }

  .about-top-title {
    font-size: clamp(32px, 8vw, 42px);
  }

  .about-top-description,
  .about-top-description p {
    font-size: 15px;
    line-height: 1.5;
  }

  .about-middle-title {
    font-size: 28px;
  }

  .about-middle-description,
  .about-middle-description p {
    font-size: 15px;
    line-height: 1.5;
  }

  .compliance-middle-title {
    font-size: 28px;
  }

  .compliance-middle-description,
  .compliance-middle-description p {
    font-size: 15px;
    line-height: 1.5;
  }

  .compliance-middle-image img {
    height: 250px;
  }

  .compliance-link-bar-list {
    grid-template-columns: 1fr;
  }

  .compliance-link-item {
    width: 100%;
    display: block;
  }

  .compliance-link-item + .compliance-link-item {
    border-left: 0;
    border-top: 1px solid #4cc16a;
  }

  .compliance-link-item a {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    padding: 12px 14px;
  }

  .about-middle-image img {
    height: 250px;
  }

  .about-feature-title {
    font-size: clamp(28px, 7vw, 36px);
  }

  .about-feature-description,
  .about-feature-description p {
    font-size: 14px;
    line-height: 1.55;
  }

  .portfolio-acq-top-details h3 {
    font-size: 34px;
  }

  .portfolio-acq-heading {
    font-size: 32px;
  }

  .portfolio-acq-form-title {
    font-size: 28px;
  }

  .contact-touch-heading {
    font-size: 36px;
  }

  .contact-touch-form-title {
    font-size: 28px;
  }

  .portfolio-acq-section {
    padding: 30px 0 48px;
  }

  .portfolio-acq-icons {
    row-gap: 14px;
  }

  .portfolio-acq-icon {
    width: 58px;
    height: 58px;
  }

  .portfolio-acq-icon img {
    width: 40px;
    height: 40px;
  }

  .portfolio-acq-form-wrap {
    margin-top: 8px;
  }

  .portfolio-acq-form-title::after {
    border-left-width: 14px;
    border-right-width: 14px;
  }

  .inner-banner-section {
    min-height: 250px;
  }

  .inner-banner-content {
    padding: 44px 0 34px;
  }

  .inner-banner-title {
    font-size: 36px;
  }

  .story-form-section {
    padding: 42px 0 50px;
  }

  .story-form-title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .story-form-body {
    padding: 30px 10px 0;
  }

  .rhc-form-wrap .wpcf7 p {
    margin-bottom: 10px;
  }

  .rhc-form-wrap input[type="text"],
  .rhc-form-wrap input[type="email"],
  .rhc-form-wrap input[type="tel"],
  .rhc-form-wrap input[type="number"],
  .rhc-form-wrap select,
  .rhc-form-wrap textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .rhc-form-wrap textarea {
    min-height: 130px;
  }

  .rhc-form-wrap .wpcf7-submit,
  .rhc-form-wrap input[type="submit"] {
    min-width: 145px;
    min-height: 44px;
    font-size: 18px;
    margin-top: 14px;
  }

  .rhc-card-section {
    padding: 56px 0 84px;
  }

  .rhc-card-grid {
    max-width: 100%;
    gap: 16px;
  }

  .rhc-card-media {
    height: 220px;
  }

  .rhc-card-content {
    padding: 20px 18px 50px;
  }

  .rhc-card-title {
    font-size: clamp(28px, 7vw, 38px);
  }

  .rhc-card-details,
  .rhc-card-details p {
    font-size: 14px;
    line-height: 1.55;
  }

  .rhc-card-arrow {
    left: 18px;
    bottom: -18px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .rhc-card-grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-card {
    padding: 28px 18px 0;
  }

  .footer-main-logo {
    width: min(190px, 100%);
  }

  .footer-text,
  .footer-text p {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .footer-contact-list li {
    font-size: 14px;
    gap: 10px;
  }

  .footer-contact-icon {
    font-size: 14px;
    width: 18px;
    min-width: 18px;
  }

  .footer-bottom {
    margin-top: 26px;
    padding-top: 14px;
    gap: 12px;
  }

  .footer-copyright {
    font-size: 13px;
  }

  .footer-logos {
    gap: 14px;
    flex-wrap: wrap;
  }

  .footer-logo-item img {
    height: 50px;
  }


  .portfolio-acq-section {
    padding: 24px 0 40px;
  }

  .portfolio-acq-top-details h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .contact-touch-section {
    padding: 28px 0 42px;
  }

  .contact-touch-heading {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .contact-touch-item {
    padding: 14px 0;
  }

  .contact-touch-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 22px;
  }

  .contact-touch-form-title {
    font-size: 24px;
  }

  .contact-touch-form-title::after {
    border-left-width: 14px;
    border-right-width: 14px;
  }

  .contact-touch-form-body {
    padding: 20px 10px 16px;
  }

  .contact-touch-form-body .wpcf7-submit,
  .contact-touch-form-body input[type="submit"] {
    min-width: 150px;
    min-height: 42px;
    font-size: 15px;
  }

  .compliance-link-item a {
    font-size: 14px;
    gap: 12px;
    padding: 10px 12px;
  }

  .portfolio-acq-top-details p {
    font-size: 15px;
    line-height: 1.5;
  }

  .portfolio-acq-heading {
    font-size: 21px;
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .portfolio-acq-key-features {
    margin-top: 16px;
    padding-top: 16px;
  }

  .portfolio-acq-key-features h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 29px;
  }

  .portfolio-acq-icon {
    width: 54px;
    height: 54px;
  }

  .portfolio-acq-icon img {
    width: 36px;
    height: 36px;
  }

  .portfolio-acq-icon-name {
    font-size: 13px;
  }


}

@media (max-width: 575px) {

  .home-banner-swiper,
  .home-banner-swiper .swiper-wrapper,
  .home-banner-swiper .swiper-slide {
    height: min(58vh, 450px);
    min-height: 360px;
  }

  .home-banner-slide .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-banner-heading {
    font-size: clamp(26px, 10vw, 34px);
    margin-bottom: 10px;
  }

  .home-banner-subheading {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .home-banner-btn {
    min-width: 140px;
    min-height: 42px;
    font-size: 13px;
    padding: 7px 14px;
  }

  .about-top-section {
    padding: 36px 0;
  }

  .about-top-wrap {
    row-gap: 20px;
  }

  .about-top-left {
    padding-bottom: 16px;
  }

  .about-top-logo img {
    max-width: 130px;
  }

  .about-middle-section {
    padding: 4px 0 46px;
  }

  .about-middle-row {
    margin-bottom: 30px;
  }

  .about-middle-image img {
    height: 210px;
  }

  .compliance-middle-section {
    padding: 4px 0 46px;
  }

  .compliance-middle-row {
    margin-bottom: 30px;
  }

  .compliance-middle-image img {
    height: 210px;
  }

  .about-end-section {
    padding: 4px 0 46px;
  }

  .about-feature-card {
    padding: 18px 14px 16px;
  }

  .about-feature-icon img {
    width: 40px;
    height: 40px;
  }

  .portfolio-acq-form-body {
    padding: 20px 10px 16px;
  }

  .portfolio-acq-form-body .wpcf7-submit,
  .portfolio-acq-form-body input[type="submit"] {
    min-width: 150px;
    min-height: 42px;
    font-size: 15px;
  }

  .portfolio-acq-section {
    padding: 24px 0 40px;
  }

  .portfolio-acq-top-details h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .portfolio-acq-top-details p {
    font-size: 15px;
    line-height: 1.5;
  }

  .portfolio-acq-heading {
    font-size: 21px;
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .portfolio-acq-key-features {
    margin-top: 16px;
    padding-top: 16px;
  }

  .portfolio-acq-key-features h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 29px;
  }

  .portfolio-acq-icon {
    width: 54px;
    height: 54px;
  }

  .portfolio-acq-icon img {
    width: 36px;
    height: 36px;
  }

  .portfolio-acq-icon-name {
    font-size: 13px;
  }

  .inner-banner-section {
    min-height: 200px;
  }

  .inner-banner-content {
    padding: 34px 0 28px;
  }

  .inner-banner-title {
    font-size: 32px;
  }

  .story-form-section {
    padding: 32px 0 40px;
  }

  .story-heading {
    font-size: clamp(30px, 10vw, 38px);
    margin-bottom: 14px;
  }

  .story-details,
  .story-details p {
    font-size: 16px;
    line-height: 1.45;
  }

  .story-btn {
    min-width: 145px;
    min-height: 42px;
    font-size: 16px;
    margin-top: 16px;
  }

  .rhc-card-section {
    padding: 42px 0 70px;
  }

  .rhc-card-media {
    height: 200px;
  }


}
