.text-sm {
  font-size: 0.875rem;
}
.font-700 {
  font-weight: 700;
}
.section-md {
  padding: 0;
  margin: 0 auto;
}
.btn.search-btn {
  border-radius: 1.25rem !important;
  background: #669f1a;
  color: #f5f5f5;
  font-size: 1rem;
  padding: 0.875rem 2rem;
}
.accordion {
  border: 0;
  box-shadow: none;
}
.accordion-item {
  border: 0;
  border-radius: 0 !important;
}
.accordion-item h4 {
  color: #353c46;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  text-transform: none;
  padding: 1.25rem 1rem 1.25rem 0;
  margin: 0;
  cursor: pointer;
  border-bottom: solid 1px #cfdaf5;
}
.accordion-item h4::before,
.accordion-item h4::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
  margin-top: -12px;
}
.accordion-item h4::before {
  background-color: #e4f89f;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.accordion-item h4::after {
  rotate: 45deg;
  background-image: url(../svg/plus-icon.svg);
  width: 12px;
  height: 12px;
  right: 6px;
  top: 50%;
  margin-top: -6px;
}
.accordion-item h4.collapsed::after {
  rotate: 0deg;
}
.accordion-body {
  padding: 1rem 0 1rem 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.search-block {
  border-radius: 2rem;
  background-color: #fff;
  text-align: center;
  padding: 4rem 14rem;
}
.search-block .input-group {
  border: 1px solid #a9a9a9;
  border-radius: 1.25rem;
  max-width: 27.5rem;
  margin: auto;
}
.search-block .form-control {
  background-color: transparent;
  border: 0;
  color: #444444;
  font-size: 1rem;
  box-shadow: none;
  padding: 0.875rem;
}
.get-in-touch-list {
  padding: 4rem 0;
}
.get-in-touch-list .list-title {
  color: #6c8b46;
  position: relative;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Press Gothic", sans-serif;
  text-transform: uppercase;
  z-index: 9;
  max-width: 960px;
  margin: 5rem auto 0;
  padding: 0 0 1rem 0;
}
/* .get-in-touch-list h4.list-title {border-bottom: solid 1px #CFDAF5;} */
.get-in-touch-list .nav {
  margin-bottom: 0rem;
  padding: 0 2rem;
  max-width: 1024px;
  margin: 0 auto;
}
.get-in-touch-list .nav li {
  margin-right: 1rem;
}
.get-in-touch-list .nav .nav-link {
  color: #555555;
  padding: 0.5rem 1.75rem 0.25rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 1.35;
  border: 2px solid #555555;
  font-family: "Press Gothic", sans-serif;
  text-transform: uppercase;
  min-width: 160px;
}
.get-in-touch-list .nav .nav-link:hover {
  color: #6c8b46;
  border-color: #6c8b46;
}
.get-in-touch-list .nav .nav-link.active {
  color: #fff;
  background: #6c8b46;
  border-color: #6c8b46;
}

.anchor-offset {
  scroll-margin-top: 150px;
}

/* Responsive Styles */
@media screen and (max-width: 1199px) {
  .get-in-touch-list .nav .nav-link {
    font-size: 2rem;
    min-width: 9rem;
  }
}
@media screen and (max-width: 991px) {
  .get-in-touch-list {
    padding: 3rem 0 4rem 0;
  }
  .get-in-touch-list .nav {
    padding: 0;
    gap: 0.75rem;
  }
  .get-in-touch-list .nav .nav-link {
    min-width: 100%;
    font-size: 1.5rem;
  }
  .get-in-touch-list .list-title {
    font-size: 2rem;
    margin-top: 3.5rem;
  }
  .accordion-item h4 {
    font-size: 1rem;
    padding-right: 2rem;
  }
  .section-md {
    padding: 0;
  }
  .get-in-touch-list .nav li {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .get-in-touch-list .nav {
    justify-content: center;
    padding-bottom: 1rem;
  }
  .get-in-touch-list .nav .nav-link {
    min-width: 8rem;
  }
  .get-in-touch-list .list-title {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .get-in-touch-list {
    padding: 2rem 0 3rem 0;
  }
  .get-in-touch-list .nav {
    justify-content: center;
    gap: 0.5rem;
  }
  .get-in-touch-list .nav .nav-link {
    min-width: 100%;
    font-size: 1.5rem;
    padding: 0.25rem 1.25rem;
  }
  .get-in-touch-list .list-title {
    margin-top: 2.5rem !important;
  }
}
/* multi-contacts-wrapper */
.multi-contacts-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -6.25rem;
}
.for-anything-else {
  border-radius: 50px;
  padding: 6rem 4rem 5rem;
  background-color: #cfdaf5;
  font-weight: 500;
}

.for-anything-else h2 {
  font-size: 3.5rem;
  padding-bottom: 2.5rem;
}
.for-anything-else h3 {
  color: #2c323d;
  font-size: 2rem;
  line-height: 0.9;
  margin-bottom: 1rem;
}
.for-anything-else p {
  color: #353c46;
  font-size: 1rem;
  line-height: 1.2;
}
.for-anything-else a {
  color: #353c46;
  text-decoration: none;
  word-wrap: break-word;
}

/* Responsive Styles */
@media screen and (max-width: 1199px) {
  .for-anything-else {
    padding: 3.5rem 3rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .for-anything-else {
    padding: 3rem 2rem;
  }

  .for-anything-else h2 {
    font-size: 6rem;
    padding-bottom: 4rem;
  }
  .for-anything-else h3 {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .for-anything-else {
    padding: 2.5rem 2rem;
  }

  .for-anything-else h2 {
    font-size: 4rem;
    padding-bottom: 3rem;
  }
  .for-anything-else h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .for-anything-else {
    padding: 2rem;
    border-radius: 40px;
  }
}
.get-in-touch-hero-banner {
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  background: #353c46 url(../png/banner-bg.png);
  background-size: cover;
  min-height: 680px;
  padding-bottom: 6rem;
}
.get-in-touch-hero-banner .content {
  color: #fff;
  text-align: center;
}
.get-in-touch-hero-banner h1 {
  line-height: 0.9;
  text-transform: uppercase;
  font-size: clamp(30px, 16vw, 225px);
  margin-bottom: 0;
}
.get-in-touch-hero-banner h1 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  display: block;
}
.get-in-touch-hero-banner p {
  line-height: 1.55;
  padding-top: 1.25rem;
}

.faq-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* Responsive CSS */
@media (max-width: 1400px) {
  .get-in-touch-hero-banner h1 {
    font-size: clamp(30px, 15.5vw, 225px);
  }
}
@media (max-width: 1199px) {
  .get-in-touch-hero-banner {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .get-in-touch-hero-banner {
    min-height: 480px;
  }
  .get-in-touch-hero-banner p {
    max-width: 100%;
    padding-top: 0.75rem;
  }
  .get-in-touch-hero-banner h1 {
    font-size: clamp(30px, 14vw, 225px);
  }
  .section-md .accordion-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-md .ncont {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .get-in-touch-hero-banner {
    min-height: 420px;
  }
  .get-in-touch-hero-banner p {
    font-size: 0.9rem;
  }
  .get-in-touch-list .nav li {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .get-in-touch-hero-banner {
    min-height: 360px;
  }
  .get-in-touch-hero-banner h1 {
    font-size: clamp(30px, 18vw, 225px);
  }
  .get-in-touch-hero-banner p {
    padding-top: 0.5rem;
  }
}
.accordion-item.active {
  background-color: #f4f3f1;
}
.accordion-item h4,
.accordion-collapse,
.get-in-touch-list .list-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-item.active .accordion-body {
  border-bottom: solid 1px #cfdaf5;
}
