/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1782625245
Updated: 2026-06-28 05:40:45

*/
.hfe-nav-menu,
.hfe-nav-menu__layout-horizontal {
  width: auto !important;
}
a{
  text-decoration: none !important;
}
.up-header-menu li:last-child {
  margin-left: 45px;
}

body.ehf-header #masthead {
  position: sticky;

  top: 0;

  left: 0;
}

.up-header-menu li:last-child {
  margin-left: 45px;
}

.up-hero-slider .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.4s ease,
    transform 0.3s ease;
}

.up-hero-slider .owl-dot.active span {
  width: 28px;
  height: 8px;
  border-radius: 20px;
  background: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.up-hero-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.up-heading{
  color :#0A7B6C;
}
/* ========== Services Listing Css =========== */
.up-services-listing{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.up-single-service-item{
    border:1px solid rgba(0,0,0,.15);
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
    background:#fff;
}

.up-single-service-item:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.up-item-container{
    display:flex;
    flex-direction:column;
    height:100%;
}

.up-service-image{
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.up-service-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease;
}

.up-single-service-item:hover .up-service-image img{
    transform: scale(1.05);
}

.up-single-service-item:hover .up-service-image img{
    transform:scale(1.05);
}

.up-text-content{
    padding:25px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.up-title{
    margin:0 0 15px;
}

.up-title a{
    color:#000;
    text-decoration:none;
    font-size:24px;
    font-weight:600;
}

.up-single-service-item:hover .up-title a{
    color:#0A7B6C;
}

.up-desc{
    color:#555;
    line-height:1.7;
    margin-bottom:25px;
    flex:1;
}

.up-btn-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 35px;
    background:#0A7B6C;
    color:#fff;
    text-decoration:none !important;
    border-radius:15px;
    font-weight:600;
    transition:.3s;
    width:max-content;
}

.up-btn-link:hover{
    background:#F36500;
    color:#fff !important;
}
/* line home */
.step-container::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 60px);
  width: calc(100% - 120px);
  height: 0px;
  border-top: 2px dashed #0A7B6C;
  z-index: 1;
}

.step-container:last-child::after {
  display: none;
}
.up-blog-meta {
    font-weight: 700;
    font-size: 14px;
    color:#0A7B6C;
    margin-bottom: 15px;
}
/* testimonial */
.od-grid .owl-dots .owl-dot.active span,
.od-testimonial-slider .owl-dots .owl-dot.active span {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* nav dot */
.od-grid .owl-dots,
.od-testimonial-slider .owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.od-grid .owl-dots .owl-dot span,
.od-testimonial-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.od-grid .owl-dots .owl-dot.active span,
.od-testimonial-slider .owl-dots .owl-dot.active span {
  background: #000;
  height: 10px;
  width: 20px;
  border-radius: 10px;
}

.od-testimonial-slider .od-testimonial-item {
  width: 100%;
}

.od-testimonial-slider .owl-stage {
  display: flex !important;
}

.od-testimonial-slider .owl-item {
  display: flex;
}

.od-testimonial-slider .owl-stage-outer {
  overflow: visible !important;
  padding-top: 32px;
}

.od-testimonial-slider {
  overflow: hidden;
}

.od-testimonial-slider .od-testimonial-card {
  position: relative;
  flex-direction: column;
  height: 100%;
  background: #f4f4f4;
  border-radius: 12px;
  padding: 15px 20px 30px 20px;
  text-align: center;
  overflow: visible;
  transition: all 0.3s ease;
}
.od-testimonial-slider .od-testimonial-card:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
}

.od-testimonial-slider .od-testimonial-img {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  z-index: 999;
}

.od-testimonial-slider .od-testimonial-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.od-testimonial-slider .od-testimonial-name {
  font-family: var(--font-family-heading);
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-top: 32px;
  margin-bottom: 0;
}

.od-testimonial-slider .od-testimonial-date {
  font-family: var(--font-family-heading);
  font-size: 12px;
  color: #767676;
  margin-bottom: 10px;
}

.od-testimonial-slider .od-testimonial-rating {
  margin: 10px 0;
}

.od-testimonial-slider .od-star {
  font-size: 18px;
  margin: 0px 3.5px;
}

.od-testimonial-slider .od-star.filled {
  color: #f6bb06;
}

.od-testimonial-slider .od-testimonial-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000000;
  max-width: 300px;
  margin: 15px auto 0;
}

.od-testimonial-slider .owl-nav button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.od-testimonial-slider .owl-nav .owl-prev {
  left: -30px;
}

.od-testimonial-slider .owl-nav .owl-next {
  right: -30px;
}

.od-testimonial-slider .owl-nav button span {
  font-size: 18px;
}

.elementor-section .od-testimonial-slider,
.elementor-column .od-testimonial-slider {
  overflow: visible !important;
}

.od-testimonial-card p {
  margin-bottom: 0;
}

/* contact form */
.inspection-form{
    max-width:760px;
    margin:auto;
    padding:40px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    font-family:inherit;
}

.inspection-form h2 {
    margin-bottom: 35px;
    text-align: center;
}

.cf7-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}
.inspection-form br {
    display: none !important;
}
.cf7-col{
    flex:1;
}

.inspection-form label{
    display:block;
    margin-bottom:10px;
    font-size:15px;
    font-weight:700;
    color:#15345e;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.inspection-form input,
.inspection-form textarea,
.inspection-form select{

    width:100%;
    height:62px;
    border:2px solid #e2e8ef;
    border-radius:18px;
    background:#f5f8fc;
    padding:0 20px;
    font-size:17px;
    color:#333;
    outline:none;
    transition:.3s;
    box-sizing:border-box;
    margin-top:8px;
    margin-bottom:20px;

}

.inspection-form textarea{

    height:110px;
    resize:none;
    padding-top:18px;

}

.inspection-form input:focus,
.inspection-form textarea:focus,
.inspection-form select:focus{

    border-color:#0B1F3A;
    background:#fff;

}

.inspection-form select{

    appearance:none;
    cursor:pointer;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2322a26d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 18px center;
    padding-right:55px;

}

.inspection-form input[type=submit]{

    width:100%;
    height:68px;
    background:#0A7B6C;
    color:#fff;
    font-size:28px;
    font-weight:700;
    border:none;
    border-radius:60px;
    cursor:pointer;
    transition:.3s;
    margin-top:10px;

}

.inspection-form input[type=submit]:hover{

    background:#F36500;

}

.form-note{

    text-align:center;
    margin-top:25px;
    color:#666;
    font-size:15px;

}

.wpcf7-spinner{
    display:none;
}

@media(max-width:767px){

.cf7-row{
    display:block;
}
.inspection-form input[type=submit] {
    height: 45px;
    margin-top: 0px;
}
.inspection-form{
    padding:10px;
}
.inspection-form h2{
    font-size:24px;
}
.inspection-form input[type=submit]{
    font-size:14px;
}
.inspection-form input, .inspection-form textarea, .inspection-form select {
    padding: 0 10px;
}

}

@media (max-width: 1024px) {
  body.ehf-header #masthead {
    position: static;
  }

  .up-header-menu .hfe-nav-menu>li:last-child>a.hfe-menu-item {
    background-color: #0A7B6C !important;
    color: #ffffff !important;
    margin: 20px 10px !important;
    padding: 14px 30px !important;
    border-radius: 20px !important;
    display: inline-block !important;
    text-align: center;
  }

  .up-header-menu .hfe-nav-menu>li:last-child {
    background-color: #0B1F3A !important;
  }

  .up-header-menu .hfe-nav-menu>li:last-child>a.hfe-menu-item:hover {
    background-color: #F36500 !important;

    color: #0A7B6C !important;
  }

  .up-header-menu .hfe-nav-menu>li:last-child {
    margin-left: 0px !important;
  }

  .hfe-nav-menu .menu-item-has-children>.sub-menu {
    top: 0;
  }

  .hfe-nav-menu,
  .hfe-nav-menu__layout-horizontal {
    width: -webkit-fill-available !important;

    margin-right: -10px;
  }
}
@media (max-width:991px) {
  .up-services-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
    .step-container:nth-child(2n)::after {
    display: none;
  }

  .step-container:nth-child(2n-1)::after {
    display: block;

    top: 30px;

    left: calc(50% + 50px);

    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .hfe-nav-menu .menu-item-has-children>.sub-menu {
    position: static !important;

    width: 100% !important;
    box-shadow: none;
  }
  .up-item-container {
    padding: 20px 20px;
  }
    .od-testimonial-slider .owl-nav {
    display: none;
  }

}
@media (max-width:480px) {
  .up-services-listing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  }
    .step-container::after {
    border: none;
  }
}