/* Responsive Adjustments */
@media (min-width: 1400px) {
  .background-big-text {
    padding-left: 200px;
  }
}

@media (max-width: 1650px) {
  .chakra-icon {
    height: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .banner-content {
    padding: 0 2rem !important;
  }
}


@media (max-width: 1450px) {
  .phone_number {
    font-size: 19px;
  }

  .button1,
  .button2 {
    min-width: 160px;
    min-height: 50px;
    font-size: 13px !important;
  }

  .nav a {
    font-size: 15px !important;
  }


}

@media (min-width: 992px) and (max-width: 1500px) {
  .px-80 {
    padding: 0 30px;
  }
}

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



@media (min-width: 650px) and (max-width: 1200px) {
  #masthead2 .custom-logo {
    width: 250px;
    padding: 20px 0;
  }

  #masthead2.scrolled .custom-logo {
    width: 200px;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .featured-card {
    padding-right: clamp(22px, 3vw, 28px);
    flex-direction: row;
    text-align: left;
  }

  .featured-copy {
    flex: 1;
    max-width: 56%;
  }

  .featured-image-wrap {
    width: 44%;
    max-width: 520px;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero-banner {
    min-height: 70vh !important;
    background-position: center center;
  }

  .home-hero-banner .container {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .home-hero-heading {
    font-size: clamp(28px, 6vw, 42px);
  }

  .home-hero-silhouette img {
    max-height: 180px;
  }

  .featured-card {
    flex-direction: column;
    width: 80%;
  }

  .featured-prev {
    left: 10px;
  }

  .featured-next {
    right: 10px;
  }

  .inner-banner {
    position: relative;
    width: 100%;
    height: 40vh !important;
  }
}

@media (max-width: 767.98px) {
  .featured-slider-wrapper .featured-initiative-swiper {
    padding: 30px 0;
  }

  .px-80 {
    padding: 0;
  }

  .inner-banner {
    position: relative;
    width: 100%;
    height: 30vh !important;
  }

  .featured-card {
    flex-direction: column;
    width: 88%;
  }

  .featured-prev,
  .featured-next {
    width: 48px;
    height: 48px;
    bottom: 15px;
    top: auto;
    transform: none;
    border-width: 2px;
    font-size: 20px;
  }

  .featured-prev {
    left: 20%;
  }

  .featured-next {
    right: 20%;
  }

  .quote-icon-left {
    left: 0;
  }

  .quote-icon-right {
    right: 0;
  }
}


@media (max-width: 575px) {
  .home-hero-banner .container {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .featured-initiative-swiper {
    padding-bottom: 70px;
  }

  .hero-button {
    width: 100%;
    min-width: unset;
  }

  .home-hero-banner {
    min-height: 50vh !important;
  }

  .home-hero-silhouette img {
    max-height: 140px;
  }
}

@media (max-width: 480px) {

  .button1,
  .button2 {
    min-width: 115px;
    min-height: 35px;
  }



}

@media (max-width: 390px) {
  .banner {
    margin-bottom: 80px;
  }


}


@media (min-width: 768px) and (max-width:992px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 760px !important;
  }

  .team-section {
    background-size: cover;
    background-position: center;
    height: 280px;
  }

  .team-section .overlay {
    background: linear-gradient(to left, #c92728 0%, #c9272870 100%);
  }
}