.header-logo a img {
    width: 175px !important;
    height: 80px !important;
}

.service-block--style4:hover .service-block__icon{
    background-color: #051F42;
}

.vs-infobox--style4 .vs-infobox__icon{
    background-color: #051F42 !important;
}

.vs-infobox__number:hover{
    color: #051F42 !important;
}

/* get in touch section */

.get-in-touch-bg {
    position: relative;
    overflow: hidden;
}

/* Black transparent overlay */
.get-in-touch-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* adjust transparency here */
    z-index: -1;
}

.get-in-touch-content{
  z-index: 2;
}




/* ==============================
   Restoration Process Section
================================ */

.restoration-process {
  
  color: #ffffff;
  overflow: hidden;
}

.process-subtitle {
  display: inline-block;
  color: #c92429;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.process-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 15px;
}

.process-title span {
  color: #c92429;
}

.process-intro {
  max-width: 640px;
  margin: 0 auto 60px;
  opacity: 0.9;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.process-card {
  position: relative;
  background: linear-gradient(135deg, #051f42 0%, #376c92 100%);
  border-radius: 18px;
  padding: 40px 30px;
  backdrop-filter: blur(6px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeUp 0.9s ease forwards;
  opacity: 0;
}

.process-card:nth-child(1) { animation-delay: 0.1s; }
.process-card:nth-child(2) { animation-delay: 0.25s; }
.process-card:nth-child(3) { animation-delay: 0.4s; }
.process-card:nth-child(4) { animation-delay: 0.55s; }

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.process-step {
  position: absolute;
  top: -20px;
  right: 25px;
  font-size: 64px;
  font-weight: 800;
  color: rgba(255,255,255,0.08);
}

.process-card h3 {
  font-size: 1.25rem;
  color: #c92429;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 0.95rem;
  color: #ffffff;
  opacity: 0.9;
}

/* Animation */
@keyframes fadeUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.copyright-text4 a:hover{
    color: #c92429;
}

/* ==============================
   Footer Legal Bar (replaces socials)
================================ */
.footer-legalbar{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media (min-width: 992px){
  .footer-legalbar{
    justify-content: flex-end;
  }
}

.footer-legalbar .legal-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #051f42; /* navy */
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(5,31,66,0.15);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  will-change: transform;
}

.footer-legalbar .legal-pill:hover{
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.footer-legalbar .legal-pill:focus-visible{
  outline: 3px solid rgba(55,108,146,0.45);
  outline-offset: 3px;
}

.footer-legalbar .legal-ico{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #c92429 0%, #376c92 100%);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}


/* hero  section */
.slick-slide .hero-img-man{
    width: 709px !important;
    height: 660px !important;
}

.hero-content5 .hero-subtitle,
.hero-content5 .hero-title {
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.service-block__title__link{
    color: #051F42;
}

/* ABOUT Section */

.img1 img{
    width: 386px;
    height: 541px;
}

.img2 img{
    width: 361px;
    height: 541px;
}

.img3 img{
    width: 378px;
    height: 244px;
}

.img4 img{
    width: 281px;
    height: 303px;
}

.shape-mockup{
  filter: sepia(1) saturate(12) hue-rotate(-20deg) !important;
}

.text-white, .counter-media__number{
    text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.25) !important;
}


.contact-description{
    color: #ffff !important;
}

.item-style.style6 .item-heading a{
    color: #051F42;
}

.item-style.style6:hover .item-heading a{
    color: #c92429;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 1px 1px rgba(0, 0, 0, 0.35);
}

.item-style.style6:hover .item-text{
    color: #ffff;
    text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.75),
    0 8px 20px rgba(0, 0, 0, 0.75) !important;
}

.item-style.style6 {
    position: relative;
    overflow: hidden;
}

/* Overlay layer */
.item-style.style6::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65); /* adjust darkness here */
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

/* Show overlay on hover */
.item-style.style6:hover::before {
    opacity: 1;
}

/* Make sure content stays above overlay */
.item-style.style6 > * {
    position: relative;
    z-index: 2;
}


/* services icon / faq */

.sec-icon img{
  width: 350px !important;
  height: 150px !important;
}

/* contact us */

/* .contact-layout5 .contact-left-img1{

} */

.before-after-wrap {
  margin-left: 25px;
  position: relative;
  width: inherit;
  height: 533px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.before-after-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.after-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 0.15s ease;
}

.before-after-slider {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  appearance: none;
  background: rgba(255, 255, 255, 0.25);
  height: 6px;
  border-radius: 999px;
  cursor: pointer;
  z-index: 10;
}

.before-after-slider::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  background: #c92429;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.before-after-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #c92429;
  border-radius: 50%;
  border: 3px solid #fff;
}

.before-img, .after-img{
    width: 717px !important;
    height: 533px !important;
}

.form-group {
    &:last-child {
      margin-top: 10px;
      margin-bottom: 0;
    }
    select.form-control {
      background-image: url(../../img/icons/up-down-arrow-icon.svg) !important;
      
    }
  }

  /* testimonials */

  .blog-author{
    border-radius: 100%;
    overflow: hidden;
  }

  .blog-author img{
    width: 70px;
    height: 70px;
  }

  .main-menu.menu-style5 > ul > li > .active{
    color: #c92429;
  }


  .icon-btn.style7{
    background-color: #051F42 !important;
  }


  .sub-menu {
    display: none !important;
  }

  #mobile-submenu{
    display: block !important;
  }

  .footer-logo img{
    width: 350px !important;
    height: 110px !important;
  }

  /* video thumb */

  /* PLAY BUTTON */
.video-play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-play-btn i {
  font-size: 28px;
  color: #c70000;
  margin-left: 4px;
}

.project-video-thumb5:hover .video-play-btn {
  background: #c70000;
  transform: scale(1.08);
}

.project-video-thumb5:hover .video-play-btn i {
  color: #fff;
}

  .project-video-thumb5 {
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover !important;
  }

  /* MODAL */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  z-index: 2;
}

.video-modal video {
  width: 100%;
  border-radius: 12px;
  background: #000;
}

/* CLOSE */
.video-modal-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: none;
  border: none;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

  /* end video model */

  @media (max-width: 768px) {
    .project-video-thumb5{
      display: none;
    }
  }

    @media (max-width: 426px) {
  
      .img1 img {
        width: 300px;
        height: 400px;
      }
  
      .img2 img, .vsfaqs-img__img1,
      .vsfaqs-img__img1 img {
        width: 300px !important;
        height: 400px !important;
      }
  
      .img3 img {
        width: 300px;
        height: 200px;
      }
  
      .img4 img {
        width: 200px;
        height: 250px;
      }
  
    }

    @media (max-width: 376px) {
  
      .img1 img {
        width: 200px;
        height: 300px;
      }
  
      .img2 img {
        width: 200px;
        height: 300px;
      }
  
      .img3 img {
        width: 200px;
        height: 150px;
      }
  
      .img4 img {
        width: 200px;
        height: 250px;
      }
  
    }

    @media (max-width: 320px) {
      p, li{
        font-size: 14px !important;
      }

      .counter-media__number{
        font-size: 50px !important;
      }
    }

    .element--history img{
      display: none !important;
    }


    .project--layout4{
      padding: 200px 0 200px !important;
    }