.contact_now_header{
    width: 100%;
    height: auto;
    padding-top: 120px;
}
.contact_now_header_container{
    width: 100%;
    background-image: url(../../image/bannar/banner-10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45vh;
    max-height: 45vh;
}
.contact_header_main_title{
    width: 95%;
    margin: auto;
    padding-top: 80px;
}
.contact_header_main_title h1{
    font-size: 35px;
    color: #fff;
    padding: 15px 0px;
}
.contact_header_main_title p{
    font-size: 20px;
    color: #fff;
}
.contact_header_main_title p a{
    text-decoration: none;
    color: #fff;
    transition: all 0.1s ease-in-out;
}
.contact_us_main_title p a:hover{
    color: #ff0000;
}

.contact_now_main_section{
    width: 100%;
    height: auto;
}
  .contact_now_main_section_area{
    width: 95%;
    height: auto;
    margin: auto;
    background-color: #fff;
  }
  .contact_now_main_contenir {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
  }

  .contact_now {
    display: flex;
    justify-content: center;
    width: 100%;
    /* max-width: 1200px; */
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }

  .left-section {
    width: 50%;
    padding: 20px;
    border-right: 1px solid #e0e0e0;

  }
  .left-section h3{
    padding: 10px 0px;
    color: #472B28;
  }

  .left-section h2 {
    font-size: 25px;
    color: #472B28;
    padding: 25px 0px;
  }
  .left-section h2 span{
    color: #EF8800 !important;
  }
  .letast_contact_massage{
    padding: 15px 0px;
  }

  

  .contact-number {
    margin-top: 20px;
    font-size: 15px;
    color: #EF8800;
  }

  .right-section {
    width: 50%;
    padding: 20px;
  }

  .right-section h2 {
    font-size: 25px;
    color: #472B28;
    padding: 25px 0px;
  }

  .contact_now_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contact_now_input_section input, .contact_now_input_section select, .contact_now_input_section textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    background-color: #fff;
    margin-top: 5px;
    color: #444;
  }
  .contact_now_input_section select{
    font-size: 15px;
  }
  .contact_now_input_section label{
    color: #472B28;
  }

  .contact_now_input_section textarea {
    resize: none;
    height: 80px;
  }

  .contact_now_input_section .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .contact_now_input_section p{
    padding: 10px 10px;
    color: #472B28;
    border: 1px solid #ccc;
    margin-top: 10px;

  }

  .contact_now_input_section button {
    padding: 10px 15px;
    background-color: #472B28;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .contact_now_input_section button:hover {
    background-color: #EF8800;
  }
  .message {
    font-size: 16px;
    color: green;
    margin-top: 20px;
}

.error {
    color: red;
}

.contact_now_massage_list_terms{
  color: #444;
  padding-left: 25px;
}
.contact_now_massage_list_terms li{
  padding-top: 10px;
}

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }

    .left-section {
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
    }
  }