 

 

    /* Basic link styling */
	.policy-link {
		text-decoration: underline;
		color: #0E366B; /* Default link color (blue) */
		transition: color 0.3s ease; 
		line-height: 10px;
	}

	/* Hover state */
	.policy-link:hover {
		color: #35b7a8; /* Change to desired color on hover (orange) */
		text-decoration: underline; /* Ensure underline stays on hover */
	}

	/* Visited link styling */
	.policy-link:visited {
		text-decoration: underline;
		color: #35b7a8; /* Same as the default color to keep it consistent */
	}


/* ::-moz-selection { background: #35b7a8; color: #fff; text-shadow: none; }
::selection { background: #35b7a8; color: #fff; text-shadow: none; } */


.form-box { padding-top: 40px; }

.f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #35b7a8; }

.f1-step { position: relative; float: left; width: 16.66%; padding: 0 5px; }

.f1-step-icon { 
	display: inline-block; 
	/* width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background-image: url("/images/logo_large.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; */
	font-size: 16px; 
	color: #fff; 
	line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; 
	border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	/* background: #fff; 
	border: 1px solid #35b7a8; 
	color: #35b7a8; 
	line-height: 38px; */
}
.f1-step.active .f1-step-icon {
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background-image: url("/images/bowd_favicon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	/* width: 48px; 
	height: 48px; 
	margin-top: 0; 
	background: #f35b3f; 
	font-size: 22px;  */
	line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #35b7a8; }
.f1-step.active p { color: #35b7a8; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border: 3px solid #f35b3f !important; }



.button-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: center;
	justify-content: space-around;
}

.inquiry-form-btn {
    font-size: 1.5rem; /* Responsive font size */
    padding: 15px 5px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1 1 auto; /* Flex-grow and flex-shrink */
    min-width: 140px; /* Minimum width to prevent shrinking too much */
    max-width: 200px; /* Maximum width */
    text-align: center;
	border-radius: 0px !important;
}

.btn-previous {
    color: #6d6d6d;
    background-color: transparent;
    border-color: #00bfa5;
}

.btn-previous:hover {
    background-color: #e6e6e6;
}

.btn-next {
    color: white;
    background-color: #00bfa5;
    border-color: #00bfa5;
	/* min-width: 180px !important; */
}

.btn-next:hover {
    background-color: #00a891;
}



/* .custom-control-label {
    font-size: 1.2rem;
} */

#agreeCheckbox {
    margin-right: 10px;
}

#agreeCheckbox + .custom-control-label::before {
    height: 1.5rem;
    width: 1.5rem;
}

#agreeCheckbox + .custom-control-label::after {
    height: 1.5rem;
    width: 1.5rem;
}

.submit-btn {
	cursor: not-allowed;
  }
  
  .submit-btn.enabled {
	cursor: pointer;
  }

  .custom-checkbox.custom-checkbox-checked-bg {
    background-color: #35b7a8 !important;
    color: #ffff !important;
}


	.custom-select {
		-webkit-appearance: none;
		/* border-width: 5px;
		border-color: #35b7a8;
		border-radius: 0;
		font-size: 28px;
		padding: 0; Remove padding as it is commented out */
		padding: 8px 30px 8px 30px !important;

		/* padding: 30px !important; */
		border-width: 5px !important;
		border-color: #35b7a8 !important;
		border-radius: 0px !important;
		font-size: 28px ;

	}

	.custom-select:focus {
		/* border-color: #35b7a8; */
	}

	.custom-option { 
		color: #495057;
	}

	.custom-option:hover {
		/* background-color: #d4edda; */
		color: #35b7a8;
	}

	.custom-select-color option:checked {
		color: #495057;
	}

	.custom-select option {
		padding: 0; /* Adjusted to match the commented-out state */
	}

	.custom-select-color::-ms-expand {
		display: none;
	}

	.custom-select-parent-div select {
		appearance: none;
		color: #495057;
		cursor: pointer;
	}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
    .button-container {
        /* flex-direction: column; */
        gap: 10px;
    }

    /* .btn {
        width: 100%;
        max-width: none;
    } */
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) {

	.btn {
        width: 100%;
        max-width: none;
    }
}

 

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}

 
