
  .page-container {
    background: url(https://tyrexpert.mu/images/c-bg-tyre.jpg) no-repeat top center / cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: color;
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  
  .left-content {
    width: 60%;
    color: #c3ffe7;
    padding: 60px 20px 0 40px;
  }
  
  .left-content h1 {
    font-size: 2.2em;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .left-content p {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .left-content span {
    font-size: 1em;
    line-height: 1.6;
    color: #ffffff;
  }
  
  /* .form-container {
    width: 45%;
    background-color: rgb(10 10 10 / 66%);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  } */


    .form-container {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
      background-color: rgb(10 10 10 / 66%);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      border-radius: 12px;
    }

  
  .form-container h2 {
    color: #2c2d2f;
    font-size: 1.5em;
    border-bottom: 1px solid #dfe6ed;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }

  .lg-lpm img {
    width: 100%;
    max-width: 113px;
    margin: auto;
    display: block;
    bottom: 10px;
    position: relative;
  }
  
  form  {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  
  #cnt-form .form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 3px;
  }
  
  #cnt-form .form-group.full {
    flex: 1 1 100%;
  }
  
  #cnt-form label {
      font-size: 0.90em;
      font-weight: 600;
      margin-bottom: 5px;
      color: #ffffff;
  }
  
 #cnt-form input, #cnt-form textarea {
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f4f4f400;
    color: #ffffff;
    font-size: 14px;
  }

  #cnt-form input#lfphone {
    width: 100%;
}

 #cnt-form select {
    padding: 9px;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
   background: #f4f4f400;
    height: auto;
    line-height: unset;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }

  #cnt-form select:focus-visible, #cnt-form input:focus-visible, #cnt-form textarea:focus-visible {
    outline: 1px solid #3d3737;
  }

  #cnt-form option {
     background: #000000;
  }
  
 #cnt-form textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f4f4f400;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
}

  
  .privacy label {
    font-size: 12px;
    color: #555;
  }
  
  .privacy a {
    color: #FF5722;
    text-decoration: none;
    font-weight: 500;
}

#cnt-form input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
    margin-left: 0;
}
  
  #cnt-form button[type="submit"] {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    height: auto;
    line-height: unset;
    text-align: center;
  }
  
  #cnt-form button[type="submit"]:hover {
      background-color: #dcdfd9;
  }

  #cnt-form .error-message {
    color: #fb6e6e;
    font-weight: 600;
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: 1px;
  }

/** [Start] customize field phone **/
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti__flag-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 2;
  pointer-events: none; 
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

#lfphone::placeholder {
  visibility: hidden;
}

.iti__selected-dial-code {
    color: #fff;
}

.iti__arrow {
    border-top: 4px solid #fbfbfb;
}

/** [End] customize field phone **/

/** [Start] sweet-alert box **/

button.swal2-confirm.swal2-styled {
    padding: 0 8px;
    background: #000;
}

/** [End] sweet-alert box **/


/** [Start] only hide recaptcha badge **/

.grecaptcha-badge {
    display: none !important;
}


/** [End] only hide recaptcha badge **/


  
  /** [Start] Responsive Styles Media Queries Section **/


  /* Further refine layout for very small devices */
@media (max-width: 480px) {
  .left-content h1 {
    font-size: 1.6em;
  }

  .left-content p,
  .left-content span {
    font-size: 0.95em;
  }

  #cnt-form label {
    font-size: 0.85em;
  }

  #cnt-form input,
  #cnt-form select,
  #cnt-form textarea {
    font-size: 14px;
    padding: 12px;
  }

  #cnt-form textarea {
    font-size: 13px;
    min-height: 100px;
  }

  .privacy label {
    font-size: 11px;
  }

  #cnt-form button[type="submit"] {
    font-size: 0.95em;
    padding: 12px;
  }

  .form-container {
    padding: 10px;
  }
}

  @media (max-width: 768px) {
    .page-container {
      flex-direction: column;
      padding: 20px 0 !important;
      margin-top: 343px;
    }
  
    .left-content, .form-container {
      width: 100%;
     
    }
  
    .left-content {
      text-align: center;
      margin-bottom: 30px;
      padding: 40px 0 !important;
    }

  .form-container {
      max-width: 338px !important;
  }
  
    .form-group {
      flex: 1 1 100% !Important;
    }

    #cnt-form select {
      padding: 10px;

    }

    #cnt-form input, #cnt-form textarea {
      padding: 10px;
   }
  }

  /* Tweak spacing and layout for mid-sized devices */
@media (max-width: 1024px) {
  .left-content {
    width: 100%;
    padding: 40px 20px;
  }

  .form-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .page-container {
    padding: 20px;
  }
}


    /** [End] Responsive Styles Media Queries Section **/
  