
.apply-form .form-select {
    height: 60px;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.apply-form .form-select:focus {
    border-color: #ea512e;
    box-shadow: none;
}

.apply-form form .form-group .form-control {
  border: 1px solid #e5e7eb;
}

.event-box-item {
  min-height: 220px;
  display: flex;
  align-items: center;
}

.event-details-information {
  position: sticky;
  top: 110px;
}


.event-image {
    width: 140px;
    height: 140px;
    border: 3px dashed #ff890d;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.event-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.single-tour {
    min-height: 410px;
}
