#budget-slider {
    margin: 20px 0;
}

.noUi-connect {
    background: #e91e63;
}

.noUi-handle {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    top: -9px;
}

.budget-values {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}


.iti {
    width: 100%;
}

.iti__flag-container {
    margin-right: 10px;
}

input[type="tel"] {
    padding-left: 60px;
}

.trip-enquiry-form {
    max-width: 1100px;
    margin: auto;
}

.form-section {
    margin-bottom: 50px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #eee;
}

textarea {
    min-height: 120px;
}

.phone-group {
    display: flex;
    gap: 10px;
}

.btn-submit {
    background: #e91e63;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-weight: bold;
    cursor: pointer;
}

.office-hour {
    background: #f5f5f5;
    padding: 30px;
}

.form-section label {
    display: block;
    padding-bottom: 5px;
}

.form-section {
    background: #f5f5f5;
    margin-bottom: 25.5px;
}

.form-section h3 {
    font-size: 18px;
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #000;
    margin-bottom: 0;
    min-height: 76px;
    padding: 20px 30px 10px;
}

.panel__body {
    padding: 0 30px 15px;
}

.newsletter-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    border-radius: 30px;
    transition: 0.3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

/* checked */
.switch input:checked+.slider {
    background-color: #e91e63;
}

.switch input:checked+.slider:before {
    transform: translateX(20px);
}

.office-hour .elementor-widget-container {
    background: transparent !important;
}

.page-template-template-customize-tour #content::after {
    background: url(../img/enquiry-page-pattern.svg);
    bottom: 0;
    content: "";
    height: 1304px;
    position: absolute;
    right: 0;
    width: 678px;
    z-index: -1;
}


@media only screen and (max-width: 768px) {
  .form-row{
    display: block;
  }
}