body {
  overflow-x: hidden;
}

.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.visually-hidden-focusable:focus {
  position: static;
  left: auto;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  padding: 8px 16px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  z-index: 1000;
  display: inline-block;
}

.services-section {
  padding-top: 0;
}

.custom-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
}

.custom-prev,
.custom-next {
  background: #ffffff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}

.custom-prev:hover,
.custom-next:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.site-footer {
  background: #f8f9fa !important;
}

.why-choose-us,
.team-member,
.client,
.about {
  padding-bottom: 0;
}

.our-core-services,
.about {
  padding-top: 0;
}

.page-node-2 .main-section,
.page-node-4 .main-section {
  padding-top: 0;
}

.page-node-1 .main-section,
.page-node-2 .main-section,
.page-node-3 .main-section,
.page-node-4 .main-section {
  padding-bottom: 0;
}

.page-node-5 .main-section {
  padding: 0;
}

.page-node-5 .contact-form-contact-info p {
  gap: 25px;
}

#search-form .form-submit {
  width: auto;
}

#search-form .search-help-link {
  display: none;
}

.page-node-4 .element-animated img {
  height: 400px;
  object-fit: cover;
}

.page-node-4 .gdesc-inner {
  display: none;
}

header .logo {
  width: 100%;
  max-width: 60px;
  object-fit: cover;
}