.text-start h4{
    font-size: 1.1rem;
}
.ticket-form h2{
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}
.text-start h1{
    font-size: 2.6rem;
}
.text-start p{
    font-size: 0.9rem;
}

.gj-ticket-form {
      background: #f4f6fb;
      padding: 30px;
      border-radius: 12px;
      width: 100%;
      max-width: 550px;
      font-family: Arial, sans-serif;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .gj-ticket-form h3 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 24px;
      color: #222;
    }

    .gj-form-group {
      margin-bottom: 15px;
    }

    .gj-form-group label {
      display: block;
      margin-bottom: 6px;
      font-size: 13px;
      color: #000000 !important;
    }

    .gj-form-group input {
      width: 100%;
      padding: 12px;
      border-radius: 25px;
      border: 1px solid #ddd;
      outline: none;
      font-size: 14px;
    }

    .gj-counters {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .gj-counter-box {
      flex: 1;
    }

    .gj-counter {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-radius: 25px;
      border: 1px solid #ccc;
    }

    .gj-counter button {
      background: none;
      border: none;
      font-size: 20px;
      color: #00aaff;
      cursor: pointer;
    }

    .gj-counter span {
      font-size: 16px;
    }

    .gj-submit-btn {
      width: 100%;
      background: #00c2d3;
      color: white;
      border: none;
      padding: 14px;
      font-size: 16px;
      border-radius: 30px;
      margin-top: 20px;
      cursor: pointer;
      font-weight: bold;
    }

     .service-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      overflow: hidden;
      text-align: center;
      padding-bottom: 30px;
      transition: transform 0.3s;
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .service-card img.top-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .service-card h5 {
      font-weight: bold;
      color: #062f5f;
      margin-top: 20px;
    }
    .service-card p {
      color: #666;
      padding: 0 20px;
      font-size: 15px;
    }
    .service-icon {
      margin-top: 20px;
      background-color: #fff5f0;
      display: inline-block;
      border-radius: 50%;
      padding: 20px;
    }
    .service-icon img {
      width: 40px;
    }
    
    .form-section .container-fluid
 {
    background-image: url(../img/air-bg.jpg);
    padding: 0px !important;
    border-radius: 25px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
    
    
    