
.home-para{
  text-align: center;
}

.repair_procedure{
  width: 100% !important;
  margin-bottom: 50px !important;
}
.repair_procedure .u-repeater.u-repeater-1 {
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Optional spacing between items */
}

.repair_procedure .u-repeater.u-repeater-1 > * {
  flex: 1 1 calc(33.333% - 20px); /* 3 columns */
  box-sizing: border-box;
}

.custom-image {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/images/new-images/image-1.webp');
  background-size: cover, cover;
}
.u-sheet-custom{
  min-height: 500px !important;
}


.hero-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000; /* text color */
}

.hero-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


/* Group each input + error vertically */
.hero-form .form-group {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

/* Full-width group for textarea or full-row */
.hero-form .form-group-full {
  width: 100%;
}

.hero-form input,
.hero-form textarea {
  padding: 12px;
  border: 1px solid #888;
  border-radius: 12px; /* updated from 2px to 12px */
  font-size: 16px;
  /* width: calc(50% - 10px); */
  color: #000; /* input text color */
}

.hero-form textarea {
  width: 100%;
  resize: vertical;
  min-height: 100px;
}

.hero-form input::placeholder,
.hero-form textarea::placeholder {
  color: #555;            /* darker placeholder */
  opacity: 1;             /* ensure it's visible */
  font-size: 15px;
}

.hero-form input[type="checkbox"] {
  width: auto;
}

.hero-form .form-group-full {
  width: 100%;
}

.hero-form .form-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.hero-form .form-footer a {
  color: #2f4aff;
  text-decoration: none;
}

.hero-form .btn-submit {
  margin-top: 20px;
  background: #2f4aff;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}
.u-section-1 .u-image-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}
.hero-form > form > div.form-footer.form-group-full > span{
  color: #fff;
}

  .hero-form .form-error {
            color: red;
            font-size: 18px;
            margin-top: 3px;
        }

        
        .custom-header{
              padding: 20px ;
    display: flex
;
    flex-direction: row;
    justify-content: space-evenly;
        }
        .header-logo{
          width: 213px;
    height: 32px;
        }
        .header-button{
          margin: 0px !important;
        }

.header-logo > img{
  height: 50px !important;

        }
    .u-header .u-menu-1{
    margin: 0px !important;
}
@media (max-width: 768px) {
.header-button{
    display: none;
}
        .custom-hero-section{
display: flex;
flex-direction: column;
        }
        .hero-form{
          margin-bottom: 50px;
        }
        .u-header .u-menu-1{
            margin-top: 8px !important;
        }
         .u-header .u-menu-1{
                margin-right: 0 !important;
        margin-left: auto !important;
         }

    }

