/**
Theme Name:   Hyfuntech
Theme URI:    https://hyfuntech.com/
Author:       Dipak Dabhi
Author URI:   
Description:  Bloop Custom theme based on client Requirements.
Version: 1.3.0
Text Domain: https://hyfuntech.com/
**/
.why-choose-content p { line-height: 25px; }
.footer-form button, input[type="submit" i] { background-color: #f26a3e; color: white; border: none; padding: 15px 20px; border-radius: 12px; cursor: pointer; font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 17px; transition: background-color 0.3s ease; width: max-content; }
.footer-form input[type="submit" i]:hover { background-color: #d4552d; }

/* dipak Css */
.opensub li:hover .our-services-dropdown-content { display: block; }
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children { }
.opensub li { position:relative; }
/* .headerContainer { padding: 0; } */
header.header { }
.nav-links { margin: 0; }
.testimonial-carousel {
  max-width: 100% !important;
  overflow: hidden;
}


/* rohit css  */

.review-card p {
    color: #333333;
}
.user-info strong {
    color: #000000;
}
.user-info small {
    color: #4F4F4F;
 }
.review-card {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
  margin-bottom: 20px;
display: inline-block;
}

.review-card.hidden {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

.review-card.visible {
  display: inline-block;
}

.testimonial-loader {
  text-align: center;
  margin-top: 20px;
}

.testimonial-loader img {
  width: 40px;
}




@import url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.css");
/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
    font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f062"; /* arrow-right */
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #0054A6; /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
     
    font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f062"; /* arrow-right */
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0054A6; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #0054A6; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
:focus-visible{
	border:0 !important;
}
li.menu-item-object-page.current-menu-item.page_item.current_page_item a {
    color: #EE693A;
}


/* flip box added by rohit  */
 .cards-container {
            display: flex;
            gap: 50px;
            flex-wrap: wrap;
            justify-content: center;
            padding: 50px;
        }

        .card {
            width: 352px;
            height: 300px;
            perspective: 1000px;
        }

        .card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        .card:hover .card-inner {
            transform: rotateX(180deg);
        }

        .card-front,
        .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .card-front {
/*             background-image: url(https://tripleaheating.co.uk/wp-content/uploads/Ensuring-Safety-at-Home-v1.jpg); */
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;

        }

        .card-front-bg {
            position: absolute;
            inset: 0;
            background-color: #00000080;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            color: white;
            font-weight: bold;
            border-radius: 5px;
            padding: 20px;
        }
        .card-front-bg h4{
            transform: translateZ(90px) scale(.91);
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2em;
            margin: 0;
            text-align: center;
        }

        .card-back {
            background: #EBEBEB;
            color: white;
            transform: rotateX(180deg);
        }
        .card-back-content{
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            height: 100%;
            text-align: center;
        }
        .card-back-content h4{
            color: #F95905;
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 0;
        }
        .card-back-content p{
            color: #555555;
            font-size: 16px;
            font-weight: 400;
        }

/* end flip box  */