form.oneway-form input,form.oneway-form textarea,form.oneway-form select,form.twoway-form input,form.twoway-form textarea,form.twoway-form select,form.multidayform input,form.multidayform textarea,form.multidayform select {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    outline:none;
    border: 1px solid #d3d3d3;
}
div#quote input[type="checkbox"]{
    position:relative;
}
div#quote input[type="checkbox"]::before {
    margin: 0px !important;
    left: 50%;
    top:50%;
    position: absolute !important;
    transform: translate(-50%,-50%);
}
button.quote-btn,button.quote-btn2 {
    height: 40px;
    border: 0px;
}
div#quote textarea {
    color: white !important;
    border-color: white !important;
}
div#quote {
    margin-top: 20px;
    margin-bottom: 20px;
}
button.quote-btn,button.quote-btn2 {
    background: #FF7100;
    color: white;
    font-size: 16px;
}
form.oneway-form textarea,form.twoway-form textarea {
    height: auto;
    padding-top: 15px;
    font-size: 14px;
}
    .error-msg {
    margin: 0px !important;
}
div#quote input,div#quote select {
    color: white !important;
    border:1px solid white;
    padding-left:15px;
    font-size:14px !important
}
div#quote input::placeholder{
    color:white !important;
}
div#quote option{
    color:black;
}

div#quote input[type="checkbox"] {
    height: 20px !important;
}
.custom-tabs .tab-btn {
    width: 100%;
    border: 0px;
}
.formdiv .field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
form.oneway-form label,form.twoway-form label {
    font-size: 14px;
    font-weight: bold;
}
section#custom-mainform.map-active {
    background: #ff7100;
    padding: 0px !important;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
form#multidayForm button.quote-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    cursor: pointer;
   
}
form#multidayForm button.quote-btn:hover {
    color:#FF7100;
    background:white;
}
button#goStep3multi {
    width: 100%;
}
form.oneway-form,form.twoway-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    
  .custom-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .custom-tabs .tab-btn {
    padding: 10px 20px;
    background: #eee;
    cursor: pointer;
    border-radius: 5px;
  }

  .custom-tabs .tab-btn.active {
    background: rgb(255, 113, 0);
    color: #fff;
  }

 .tab-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.25s 
ease-in-out;
    left: 0;
}
div#quote * {
    transition: unset !important;
}
.tab-content.show {
  opacity: 1;
  visibility: visible;
  position: relative;
}
 .formdiv {
    max-width: 500px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    width: 100%;
}
section#custom-mainform h2 {
    color: white;
    font-size: 25px !important;
    line-height: 1.2;
}

section#custom-mainform::before {
    background: rgba(0,0,0,0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section#custom-mainform .custom-container {
    z-index: 999999;
}
table#tripeinformationtable thead tr {
    background: #ff7100;
}
table#multidayTable thead tr {
    background: #ff7100;
}
button#goStep3multi {
    padding-left: 20px;
    padding-right: 20px;
}
div#twoway h3 {
    margin: 0px;
    color: white;
}
input#trailer {
    height: auto;
}
.error-msg {
  color: red;
  font-size: 13px;
  margin-top: -5px !important;
  margin-bottom: 10px !important;
}
form.oneway-form input[type="checkbox"],form.twoway-form input[type="checkbox"] {
    height: auto !important;
}
button.quote-btn2 {
    margin-top: 20px;
}
.trip-box {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
form.oneway-form div#step1,form.twoway-form div#step1form2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
form.oneway-form div#step2,form.twoway-form div#step2form2 {
    flex-direction: column;
    gap: 5px;
}

form.oneway-form div#step2 h3,form.twoway-form div#step2 h3 {
    margin: 0px;
}
div#step3,div#step3form2 {
    flex-direction: column;
    gap: 5px;
}
section#custom-mainform .custom-container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
    justify-content: space-between;
}
.pickuplocationdiv,.destinationlocationdiv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#goStep3multi[disabled] {
    opacity:0.5;
}
div#multiday-step3 input {
    font-size: 14px;
}
div#multiday-step3 label {
    font-weight: bold;
}

div#multiday-step3 textarea {
    height: 100px;
    padding-top: 10px;
}

section#custom-mainform h2 {
    color: white;
}
form.oneway-form label, form.twoway-form label,form.multidayform label {
    color: white;
}
section#custom-mainform {
    min-height:100vh;
    display:flex;
    align-items:center;
    background: url(https://cheekykea.charlieandco.co.nz/wp-content/uploads/2025/10/Charters.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position:relative;
	padding-top:50px !important;
	padding-bottom:50px !important;
}
button.quote-btn {
    margin-top: 10px;
}
.formcontentdiv h2 {
    font-size: 50px;
    margin: 0px;
    max-width: 500px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.day-box h4 {
    margin: 0px;
    line-height: 2;
    color: white !important;
}

form.multidayform label {
    line-height: 1.2;
    margin-top: 10px;
}
.formcontentdiv p strong {
    margin: 0px !important;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.formcontentdiv p {
    color: white;
    line-height: 1.2;
}
.formdiv {
    padding-top: 10px;
    padding-bottom: 20px;
    border: 2px solid #ff7100;
}
form.oneway-form div#step2 h3 {
    color: white;
}
.custom-container {
    display: flex;
    align-items: center;
    gap: 100px;
    margin: 0 auto;
}
.formcontentdiv h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
.trusttext {
    color: white;
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    font-size: 14px;
}
.formcontentdiv a {
    background: #ff7100;
    color: white;
    text-decoration: none;
    padding: 16px 30px;
    display: block;
    width: fit-content;
    border-radius: 30px;
    border: 2px solid transparent;
    font-weight:bold;
    
    margin-top:40px !important;
}
.formcontentdiv a:hover{
    background:white;
    color:#ff7100;
}
.dflexform {
    display: flex;
    justify-content: space-between;
}

.dflexform .field {
    width: 49%;
}
table#multidayTable{
    border:0px;
}
table#multidayTable tr th {
    color: white;
    padding: 10px;
    font-size: 14px;
}
#addDayModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.modal-box {
  position: relative;
  background: #fff;
  width:100%;
  max-width: 400px;
  padding: 20px;
  margin: 100px auto;
  border-radius: 10px;
}
button#openAddDayPopup {
    width: 100%;
    cursor:pointer;
    font-weight:bold;
    font-size:14px;
    
}
button#openAddDayPopup:hover,button#nextBtnMulti:hover{
    background:white;
    color:#ff7100;
}
form.multidayform label input[type="checkbox"] {
    height: auto;
}

button#nextBtnMulti {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    font-weight: bold;
    margin-top:20px;
}
div#addDayModal label {
    color: black !important;
    font-weight: bold;
    font-size: 14px;
}
.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 22px;
  cursor: pointer;
}
div#addDayModal h3 {
    margin-top: 0px;
}
.custom-tabs .tab-btn {
    text-align: center;
}
tr#noDaysRow td {
    color: white;
    font-size: 14px;
    line-height: 1.2;
}
button#nextBtnMulti[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}
button#nextBtnMulti {
    cursor:pointer;
    
}
button#saveDayBtn {
    width: 100%;
}
#multidayTable {
  border-collapse: collapse;   /* ✅ MOST IMPORTANT */
  border-spacing: 0;
  width: 100%;
}
table#multidayTable td {
    font-size: 11px;
    color: white;
    padding: 10px;
}
div#multiday-step2 h3 {
    color: white;
    margin-bottom:10px;
}
div#multiday-step2 p {
    color: white;
}
div#multi-summary-days {
    color: white;
}
table#tripeinformationtable{
    border-collapse:collapse;
}
table#tripeinformationtable td,table#tripeinformationtable th {
    font-size: 12px;
    padding: 5px;
    border-collapse:collapse;
    border-color:white;
}


.formdiv{
    z-index:2;
}
.formcontentdiv.hide {
  visibility:hidden;
}

div#mapContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom:0;
}

#routeMap {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 0px;
}

/* responsive */
@media(max-width: 991px){
  .mapdiv {
    width: 100%;
    margin-bottom: 30px;
  }
}