/* General container */
.dhillon-container {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, #7b0000, #2a0000);
    padding: 60px 30px;
    color: white;
    font-family: 'Arial', sans-serif;
    justify-content: space-between;
  }
  
  /* Left section */
  .dhillon-left {
    flex: 1;
    min-width: 300px;
    padding: 20px;
  }
  
  .dhillon-left h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .dhillon-devices img {
    max-height: 200px;
    margin: 0 10px;
  }
  
  /* Discount box */
  .dhillon-discount-box {
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  
  .dhillon-discount-box span {
    display: block;
    font-size: 3rem;
    color: #ffcc00;
    margin-top: 10px;
  }
  
  /* Right section */
  .dhillon-right {
    flex: 1;
    min-width: 300px;
    background: white;
    color: #000;
    border-radius: 30px;
    padding: 30px;
    max-width: 480px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  }
  
  .dhillon-right h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
  }
  
  /* CTA Button */
  .dhillon-btn-red {
    background: #ff0033;
    color: white;
    border: none;
    padding: 18px 30px;
    font-size: 1rem;
    border-radius: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
  }
  
  /* Phone form */
  .dhillon-phone-form {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
  }
  
  .dhillon-phone-form input {
    flex: 1;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 30px;
    font-size: 1rem;
  }
  
  .dhillon-phone-form button {
    padding: 12px 20px;
    background: #ff0033;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
  }
  
  /* Privacy note */
  .dhillon-privacy-text {
    font-size: 0.85rem;
    color: #444;
    margin-top: 10px;
  }
  
  /* Phone number */
  .dhillon-phone-number {
    font-size: 1rem;
    margin-top: 25px;
    color: #111;
  }
  
  /*home page contact form*/
  /* Stile campo telefono */
input.custom-tel {
    border: 2px solid #7b0000 !important;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    outline: none;
    margin-bottom:20px ;
  }
  
  /* Stile bottone submit */
  input.custom-submit {
    background-color: #7b0000 !important;
    color: #fff !important;
    border: 2px solid #7b0000 !important;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  /* Hover bottone */
  input.custom-submit:hover {
    background-color: #a10000 !important;
    border-color: #a10000 !important;
  }
  .justify-my-text{
    text-align: justify;
  text-align-last: left;
}
  

 