.logo-area a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo-area img {
  width: 72px;
}
.logo-area h1 {
  margin: 0;
  font-size: 28px;
  line-height: normal;
  font-weight: 800;
  color: var(--color-secondary);
}
.logo-area h1 span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 2px 6px;
  border-radius: 4px;
}
.right-side-content .degree {
  display: block;
  font-size: 20px;
  line-height: normal;
  color: var(--color-primary);
}
.about-wrapper .icon img {
  /* filter: brightness(0) saturate(100%) invert(88%) sepia(82%) saturate(6099%)
    hue-rotate(121deg) brightness(86%) contrast(90%); */

  /* filter: brightness(0) saturate(100%) invert(90%) sepia(17%) saturate(1419%)
    hue-rotate(21deg) brightness(90%) contrast(87%); */

  filter: brightness(0) saturate(100%) invert(65%) sepia(46%) saturate(2069%)
    hue-rotate(331deg) brightness(99%) contrast(95%);
}
.about-wrapper .content .title {
  color: var(--color-primary);
}
.main-footer-one-area .single-footer-inner.contact strong {
  display: block;
  color: var(--color-white);
  font-weight: 600;
}
.main-footer-one-area .single-footer-inner.contact .single {
  display: flex;
  gap: 10px;
}
.main-footer-one-area .single-footer-inner.contact .single a {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer-one-area .single-footer-inner.contact .single i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--color-secondary);
  color: var(--color-white);
  flex-shrink: 0;
  text-align: center;
  border-radius: 4px;
  margin-top: 4px;
}
.tmp-bread-crumb-area {
  background-image: url(../images/banner.jpg);
  background-position: top center;
  background-size: cover;
}
.testimonials-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.accordion-body p {
  margin-bottom: 15px;
}
.service-wrapper4 .image-area img {
  height: 270px;
  object-fit: cover;
  object-position: top center;
}
/* Sticky Container */
.sticky-contact {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}

/* Common Button Style */
.contact-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  margin: 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0 30px 30px 0;
  transition: 0.3s ease;
  transform: translateX(-100px);
}
.contact-btn i {
  font-weight: bold;
}
/* Hover Slide Effect */
.contact-btn:hover {
  transform: translateX(0);
}

/* Individual Colors */
.contact-btn.phone {
  background-color: #007bff;
  color: #fff;
}

.contact-btn.email {
  background-color: #f58640;
  color: #fff;
}

.contact-btn.whatsapp {
  background-color: #25d366;
  color: #fff;
}

/* Text Hide Initially */
.contact-btn span {
  white-space: nowrap;
}
.header-main .header-right {
  display: none;
}
@media only screen and (max-width: 767px) {
  .logo-area img {
    width: 48px;
  }
  .header-main .header-right {
    display: block;
  }
  .logo-area h1 span {
    font-size: 11px;
  }
  header.header-seven.inner .header-mid-one-wrapper {
    padding: 0 10px;
  }
  .tmp-banner-slider-area.banner-wind-energy.banner-nine
    .banner-five-main-wrapper {
    height: 400px;
  }
  .sticky-contact {
    top: auto;
    bottom: 20px;
    transform: translateY(0);
  }
  .right-side-content .degree br {
    display: block;
  }
  .right-side-content .degree {
    font-size: 16px;
  }
  .show-on-scroll.show {
    display: none;
  }
  .about-wrapper .icon {
    min-width: 60px;
    max-width: 60px;
  }
  .main-footer-one-area .single-footer-inner.company {
    padding: 0;
  }
  .accordion-one .accordion-item h2 button {
    font-size: 15px;
  }
  .accordion-body p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .faq-content-area.inner .accordion-item .accordion-button img {
    max-width: 24px;
    margin-top: 5px;
  }
  .faq-content-area.inner .accordion-item {
    padding: 17px 15px 20px 10px;
  }
  .gallery-style-1 .gallery-single img {
    height: 170px;
  }
  .testimonials-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
