/* Production refresh: accepted changes 1, 3 and 4 */
:root {
  --refresh-accent: #ed2024;
  --refresh-ink: #111827;
  --refresh-border: #dbe2ea;
}

body.refresh-v1 .mainmenu-area-bg {
  background: rgba(10, 16, 29, 0.9);
  backdrop-filter: blur(9px);
}

body.refresh-v1 .is-sticky ul#nav li a {
  color: #f3f4f6;
}

body.refresh-v1 .sticky-wrapper ul#nav li a {
  color: #f3f4f6;
}

body.refresh-v1 .sticky-wrapper:not(.is-sticky) ul#nav li a {
  color: #252a34;
}

body.refresh-v1 .is-sticky ul#nav li a:hover,
body.refresh-v1 .is-sticky ul#nav li.active a {
  color: var(--refresh-accent);
}

body.refresh-v1 .sticky-wrapper ul#nav li a:hover,
body.refresh-v1 .sticky-wrapper ul#nav li.active a {
  color: var(--refresh-accent);
}

body.refresh-v1 .is-sticky .push-menu-open-button {
  background: rgba(255, 255, 255, 0.15);
  color: #f3f4f6;
}

body.refresh-v1 .sticky-wrapper .push-menu-open-button {
  background: rgba(255, 255, 255, 0.15);
  color: #f3f4f6;
}

body.refresh-v1 .sticky-wrapper:not(.is-sticky) .push-menu-open-button {
  background: #fff;
  color: #252a34;
}

@media only screen and (max-width: 991px) {
  body.refresh-v1 .sticky-wrapper ul#nav li a {
    color: #f3f4f6;
  }

  body.refresh-v1 .sticky-wrapper:not(.is-sticky) ul#nav li a {
    color: #252a34;
  }

  body.refresh-v1 .sticky-wrapper ul#nav li a:hover,
  body.refresh-v1 .sticky-wrapper ul#nav li.active a {
    color: var(--refresh-accent);
  }
}

body.refresh-v1 .welcome-single-slide {
  min-height: 72vh;
}

body.refresh-v1 .welcome-single-slide .slider-bg::after {
  background: linear-gradient(110deg, rgba(7, 11, 20, 0.78), rgba(7, 11, 20, 0.28));
  opacity: 1;
}

body.refresh-v1 .welcome-text h1 {
  font-size: 60px;
  letter-spacing: 1.3px;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

body.refresh-v1 .welcome-text p {
  font-size: 22px;
  letter-spacing: 0.4px;
  color: #fff;
}

body.refresh-v1 .project-area {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

body.refresh-v1 .single-project-details {
  border: 1px solid var(--refresh-border);
  border-radius: 14px;
  background: #fff;
  padding: 18px 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.refresh-v1 .project-img {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.refresh-v1 .project-img img {
  max-height: 92px;
  max-width: 90%;
  width: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 0.25s ease;
}

body.refresh-v1 .single-project-details:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 26px rgba(17, 24, 39, 0.14);
}

body.refresh-v1 .single-project-details:hover .project-img img {
  transform: scale(1.04);
}

body.refresh-v1.logos-carousel-live .project-area {
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}

body.refresh-v1.logos-carousel-live #customers .project-gallery {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 34px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project {
  float: none;
  width: 100%;
  margin-bottom: 0;
  padding: 8px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project-details {
  border: 1px solid var(--refresh-border);
  border-radius: 16px;
  background: #fff;
  padding: 14px 10px;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project-details::before,
body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project-details::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project-details:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 28px rgba(15, 23, 42, 0.14);
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .project-img {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .project-img img {
  max-width: 88%;
  max-height: 88px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.78;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project-details:hover .project-img img,
body.refresh-v1.logos-carousel-live #customers .project-gallery .single-project-details:focus-within .project-img img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .project-details {
  display: none;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-stage-outer {
  padding: 6px 2px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-prev,
body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  border: 1px solid #c7d2e2;
  background: #fff;
  color: #111827;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-prev {
  left: 8px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-next {
  right: 8px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .logos-carousel-arrow {
  width: 11px;
  height: 11px;
  border-top: 2px solid #0f172a;
  border-right: 2px solid #0f172a;
  display: block;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .logos-carousel-arrow--prev {
  transform: rotate(-135deg);
  margin-left: 4px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .logos-carousel-arrow--next {
  transform: rotate(45deg);
  margin-right: 4px;
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-prev:hover,
body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-next:hover {
  border-color: #0f172a;
  background: #0f172a;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.3);
}

body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-prev:hover .logos-carousel-arrow,
body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-next:hover .logos-carousel-arrow {
  border-color: #fff;
}

body.refresh-v1 .container.about-features {
  border-radius: 22px;
  overflow: hidden;
}

body.refresh-v1 .single-features {
  border-radius: 14px;
}

body.refresh-v1 .single-service {
  border-radius: 18px;
}

body.refresh-v1 .single-project-details {
  border-radius: 18px;
}

body.refresh-v1 .project-details,
body.refresh-v1 .single-project-details::after {
  border-radius: inherit;
}

body.refresh-v1 .single-fun-fact {
  border-radius: 16px;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(2px);
}

body.refresh-v1 .testmonial-area {
  background: linear-gradient(125deg, #111827 0%, #1f2937 56%, #7f1d1d 100%);
}

body.refresh-v1 .quote-content h2,
body.refresh-v1 .quote-content p {
  color: #f9fafb !important;
}

body.refresh-v1 .contact-quate-button {
  background: #fff;
  border-radius: 999px;
  color: var(--refresh-ink);
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

body.refresh-v1 .contact-quate-button:hover {
  background: var(--refresh-accent);
  color: #fff;
}

body.refresh-v1 .contact-form-area .modal-content {
  border-radius: 18px;
  overflow: hidden;
}

body.refresh-v1 .contact-form .form-control {
  border-radius: 10px;
}

body.refresh-v1 .contact-form button {
  border-radius: 10px;
}

body.refresh-v1 .footer-top-area {
  background: #0f172a;
}

body.refresh-v1 a.scrolltotop {
  border-radius: 12px;
}

@media only screen and (max-width: 991px) {
  body.refresh-v1 .welcome-text h1 {
    font-size: 44px;
  }

  body.refresh-v1 .welcome-text p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  body.refresh-v1 .welcome-single-slide {
    min-height: 56vh;
  }

  body.refresh-v1 .welcome-text h1 {
    font-size: 32px;
  }

  body.refresh-v1 .welcome-text p {
    font-size: 16px;
  }

  body.refresh-v1 .container.about-features {
    border-radius: 14px;
  }

  body.refresh-v1.logos-carousel-live #customers .project-gallery {
    padding: 0 16px;
  }

  body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-prev,
  body.refresh-v1.logos-carousel-live #customers .project-gallery .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  body.refresh-v1.logos-carousel-live #customers .project-gallery .project-img img {
    filter: grayscale(0);
    opacity: 1;
  }
}

@media (hover: none),
(pointer: coarse) {
  body.refresh-v1.logos-carousel-live #customers .project-gallery .project-img img {
    filter: grayscale(0);
    opacity: 1;
  }
}
