.hero-rotator-words {
  display: none;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

.logo img {
  height: auto;
  max-height: 35px;
  width: auto;
}

.footer-logo {
  margin: 0 auto 10px;
}

.footer-logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 34px;
  width: auto;
}

.about-icon i {
  color: #ffffff;
  display: block;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
}

.member-photo.member-photo-icon {
  align-items: center;
  background: #f1c40f;
  display: flex;
  justify-content: center;
}

.member-photo.member-photo-icon img {
  border-radius: 0;
  display: block;
  height: auto;
  max-height: 30px;
  max-width: 30px;
  width: auto;
}

.about-story {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 auto 40px;
  max-width: 960px;
  text-align: center;
}

.about-story p {
  color: #5b5b5b;
  margin-bottom: 18px;
}

.about-story .about-story-lead {
  color: #3f3f3f;
  font-size: 18px;
}

.about-story strong {
  color: #2e2e2e;
  font-weight: 700;
}

.about-story .about-highlight {
  color: #b88909;
  font-weight: 700;
}

.about-story p:last-child {
  margin-bottom: 0;
}

.section-slogan strong,
.parallax-slogan strong {
  font-weight: 700;
}

.section-slogan .copy-highlight {
  color: #b88909;
  font-weight: 700;
}

.parallax-slogan .copy-highlight {
  color: #f1c40f;
  font-weight: 700;
}

.service-group {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  margin-bottom: 30px;
  padding: 28px 30px;
}

.service-group-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 0;
  min-height: 60px;
}

.service-group-copy {
  flex: 1 1 auto;
}

.service-group-icon-figure {
  align-items: center;
  display: flex;
  flex: 0 0 60px;
  height: 60px;
  justify-content: center;
  margin: 0;
  width: 60px;
}

.service-group-icon-figure img {
  display: block;
  height: auto;
  max-height: 30px;
  max-width: 30px;
  width: auto;
}

.service-group-heading h3,
.service-offering h4 {
  color: #ffffff;
}

.service-group-heading h3 {
  line-height: 1.1;
  margin: 0;
}

.service-summary {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.service-group-icon {
  font-size: 38px;
  line-height: 1;
}

.service-offering + .service-offering {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 22px;
  padding-top: 22px;
}

.service-offering h4 {
  margin-bottom: 12px;
}

.service-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-points li {
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.service-points li:last-child {
  margin-bottom: 0;
}

.service-points li::before {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
}

.service-points strong,
.ut-quote-comment strong,
.contact-static-note strong {
  font-weight: 700;
}

.service-points .copy-highlight,
.ut-quote-comment .copy-highlight,
.contact-static-note .copy-highlight {
  color: #f1c40f;
  font-weight: 700;
}

.contact-static-note {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: center;
}

.contact-static-note a {
  color: #f1c40f;
  font-weight: 700;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.contact-actions .hero-btn {
  margin-bottom: 0;
}

.contact-actions .contact-secondary-btn {
  background: rgba(255, 255, 255, 0.15);
}

.contact-actions .contact-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.contact-note-meta {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 18px;
  text-transform: uppercase;
}

.contact-message a,
.contact-form-holder a {
  color: #ffffff;
}

#contact-section .contact-wrap {
  margin: 0;
}

.contact-message {
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 28px 28px 18px;
}

.contact-message h3 {
  margin-bottom: 18px;
}

.contact-message .icons-ul {
  margin: 0;
  padding-left: 34px;
}

.contact-message .icons-ul .icon-li {
  left: -34px;
  width: 34px;
}

.contact-message .icons-ul li {
  margin-bottom: 14px;
}

.contact-message-note {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.contact-form-holder {
  box-sizing: border-box;
  width: 100%;
}

.contact-bot-field {
  display: none;
}

#parallax-section-2 {
  background-image: url("../img/bg_04.webp");
  background-position: center center;
  background-size: cover;
}

#parallax-section-2 .parallax-overlay-2 {
  background-color: rgba(18, 16, 12, 0.34);
}

#service-section {
  background-image: url("../img/bg_03.jpg");
  background-position: center center;
  background-size: cover;
}

#service-section .parallax-overlay-3 {
  background-color: rgba(10, 10, 18, 0.46);
}

#social-section {
  background-image: url("../img/bg_02.png");
  background-position: center center;
  background-size: cover;
}

#social-section .parallax-overlay-4 {
  background-color: rgba(17, 15, 12, 0.38);
}

#counter-section {
  background-image: url("../img/bg_05.webp");
  background-position: center center;
  background-size: cover;
}
.ut-quote-name {
  margin-top: 1rem;
}
#counter-section .parallax-overlay-6 {
  background-color: rgba(14, 12, 9, 0.4);
}

#contact-section {
  background-image: url("../img/32815891_1629653823770324_6795573667494363136_o-1.jpg");
  background-position: center center;
  background-size: cover;
}

#contact-section .parallax-overlay-5 {
  background-color: rgba(28, 16, 4, 0.34);
}

#team-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  justify-content: center;
  overflow: hidden;
}

#team-wrapper > .member-box {
  box-sizing: border-box;
  flex: 0 1 280px;
  float: none;
  max-width: 320px;
  width: auto;
}

.contact-form-holder {
  margin: 0;
  max-width: none;
}

.contact-form-holder h3 {
  text-align: left;
}

.ut-rotate-avatar {
  height: auto;
  margin: 0 auto 24px;
  max-width: 320px;
  width: 100%;
}

.testimonial-stars {
  align-items: center;
  color: #f5c542;
  display: flex;
  font-size: 25px;
  gap: 10px;
  justify-content: center;
  min-height: 72px;
}

.ut-rotate-quote {
  padding: 0 56px;
}

.ut-rotate-quote .flex-direction-nav a {
  margin-top: -20px;
  opacity: 0.7;
  top: 50%;
}

.ut-rotate-quote .flex-direction-nav .flex-prev {
  left: 0;
}

.ut-rotate-quote .flex-direction-nav .flex-next {
  right: 0;
}

.ut-testimonials:hover .ut-rotate-quote .flex-prev,
.ut-testimonials:hover .ut-rotate-quote .flex-next {
  opacity: 0.9;
}

.ut-testimonials:hover .ut-rotate-quote .flex-next:hover,
.ut-testimonials:hover .ut-rotate-quote .flex-prev:hover {
  opacity: 1;
}

.client-logo {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  margin: 12px 0;
  min-height: 80px;
  padding: 16px 12px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.client-logo a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.client-logo img {
  display: block;
  filter: grayscale(100%) saturate(0%) contrast(0.9) brightness(0.9);
  height: 55px;
  margin: 0 auto;
  max-width: 80%;
  object-fit: contain;
  object-position: center;
  opacity: 0.82;
  transition:
    filter 180ms ease,
    opacity 180ms ease;
  width: 100%;
}

.client-logo:hover img {
  filter: grayscale(100%) saturate(0%) contrast(0.95) brightness(0.85);
  opacity: 1;
}

.client-logo:hover {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.thanks-section {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.thanks-card {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  padding: 48px 42px;
  text-align: center;
}

.thanks-card h1 {
  margin-bottom: 16px;
}

.thanks-card p {
  color: #5b5b5b;
  margin-bottom: 18px;
}

.thanks-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-story {
    font-size: 15px;
  }

  #team-wrapper > .member-box {
    flex-basis: 100%;
    max-width: none;
    width: 100%;
  }

  .about-story .about-story-lead {
    font-size: 16px;
  }

  .client-logo {
    min-height: 92px;
  }

  .client-logo img {
    height: 48px;
  }

  .thanks-card {
    padding: 36px 24px;
  }

  .ut-rotate-quote {
    padding: 0 40px;
  }

  .testimonial-stars {
    font-size: 28px;
    gap: 8px;
  }

  .contact-actions {
    display: block;
  }

  .contact-actions .hero-btn {
    display: block;
    margin-bottom: 12px;
  }
}
