/* Custom Styling */
    .page-banner {
      background: url('../img/ban33.jpeg') center center/cover no-repeat;
      padding: 100px 0;
      color: #fff;
      text-align: center;
    }
    .page-banner h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .contact-info p i {
      color: #E02B20;
      margin-right: 10px;
    }
    .contact-form .form-control {
      border-radius: 0;
      box-shadow: none;
    }
    .contact-form button {
      background: #E02B20;
      color: #fff;
      border: none;
      padding: 12px;
      font-weight: 600;
    }
    .contact-form button:hover {
      background: white;
      color:#E02B20
    }
    .branch-box {
      background: #f8f9fa;
      border: 1px solid #eee;
      padding: 20px;
      height: 100%;
      transition: all 0.3s ease;
    }
    .branch-box:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .branch-box i {
      color: #E02B20;
      margin-right: 8px;
    }