.img-container {
    /* position: absolute; */
    margin-top: 25px;
    width: 90vw;
    height: 350px;
    background-color: rgb(255, 255, 255);
    justify-self:center;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    justify-self:center;
    
}

.cu_header_img{
    object-fit:cover;
    width:100%;
    height: 100%;
    border-radius: 20px;
    
}


  .cus_body {
    /* position: relative; */
    top:300px;
    background-color: #eceff4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    /* position: fixed; */
  }

  .contact-form {
    background: rgb(255, 255, 255);
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    width: 80vw;
    max-width: 600px;
  }


.footer-container_new{
    position: relative;
  display: flex;
  justify-content: center;
  padding: 40px 20px; 
  color: #fff;
  position: relative;
  top:300px

}
.footer-container .f-h-c{
width: 250px;

margin: 0 100px;
}

/*mail,phone,address*/


  .cu_form_heading{
    color: #000000;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  justify-self: center;
  padding-bottom: 40px;
  }
  .form-label{
    
        font-size: 14px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 430;
      font-style: normal;
      
  }
  .f-h-c h4{
    font-size: 18px;
    color: #ffffff;
        font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 570;
      font-style: normal;
      letter-spacing: 0.4px;
  }
  .f-h-c ul li{
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  }

  /* respnsive */

  .cu_rectangle {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap; /* allow wrapping */
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}

/* Each element inside */
.exp_element_cu {
  flex: 1 1 250px; /* responsive block min width */
  max-width: 350px;
  text-align: center;
  padding: 10px;
}

/* Symbols */
.cu_symbol {
  font-size: 40px;
  margin-bottom: 10px;
  color: #ff0000;
}

/* Heading */
.cu_heading {
  font-size: 22px;
  margin-bottom: 5px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* Subheading */
.cu_subheading {
  font-size: 16px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* Contact Info */
.cu_info {
  font-size: 18px;
  color: rgb(203, 26, 26);
  margin-top: 5px;
}

/* ====== Responsive Breakpoints ====== */

/* Tablets */
@media (max-width: 1024px) {
  .cu_rectangle {
    justify-content: center;
  }

  .exp_element_cu {
    flex: 1 1 45%; /* two per row */
    max-width: 100%;
  }

  .cu_heading {
    font-size: 20px;
  }
  .cu_subheading {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .cu_rectangle {
    flex-direction: column;
    align-items: center;
  }

  .exp_element_cu {
    width: 90%;
    max-width: 100%;
  }

  .cu_symbol {
    font-size: 30px;
  }
  .cu_heading {
    font-size: 18px;
  }
  .cu_subheading {
    font-size: 14px;
  }
  .cu_info {
    font-size: 16px;
  }
}

