.contact-form-usr{
        line-height: 20px;
    font-size: 16px;
}

.contact-form-usr h2{
        font-size: 36px !important;
}
.contact-form-usr p{
        line-height: 20px;
    font-size: 16px;
}
.contact-form-usr .val-dtl-pst-err{
        margin: 20px 0 15px;
    line-height: 20px;
    font-size: 16px;
}
.contact-form-usr .contactFormwrap{
    display: flex;
    max-width: 900px;
    gap: 30px;
    align-items: center;
}
.contact-form-usr .control-group{
        margin-bottom: 25px;
    width: 100%;
}
.contact-form-usr .control-label{
    float: none;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}
.contact-form-usr .control-label label {
        font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #666;
}
.contact-form-usr .controls input{
        height: 43px;
    line-height: 43px;
    padding: 0 22px;
    box-sizing: border-box;
    border-radius: 24px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.contact-form-usr .or{
        color: #666;
}
.contact-form-usr .form-actions{
    text-align: center;
}
.contact-form-usr .form-actions button, .contact-form-usr .form-actions button:hover{
    background-color: #0D5257 !important;
    background-image: none;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px;
}
.contact-form-usr .cst_alert{
    display: block;
    padding: 10px 15px;
    border: 1px solid #ffeeba;
    background-color: #fff3cd;
    color: #000;
    border-radius: 10px;
    font-size: 14px;
    max-width: 880px;
    margin: 20px 0 0;
}
.contact-form-usr .cst_alert a{
    text-decoration: underline;
    color: #2B2B2B;
}

#custom-inquiry-form {
    max-width: 620px;
    background: #f9f9f9;
    border-radius: 5px;
	padding-top: 20px;
	
}
.kon-heading{
        margin-bottom: 30px;
}

#custom-inquiry-form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

#custom-inquiry-form input,
#custom-inquiry-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#custom-inquiry-form button {
    margin-top: 10px;
    padding: 10px 15px;
    background: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

#custom-inquiry-form button:hover {
    background: #005177;
}
#custom-inquiry-form button.ct-btn{
	background-color: #0D5257;
    border-color: #0D5257;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}
#custom-inquiry-form button.ct-btn:hover{
	background-color: #15B1AB;
    border-color: #15B1AB;
}
.notice-error{
	    background-color: #f8d7da;
    color: #721c24;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #f5c6cb;
}
.notice-error p{
	    margin: 0;
}

.error-message{
	    background-color: #f8d7da;
    color: #721c24;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #f5c6cb;
}

.success-message {
	 background-color: #d4edda;
    color: #155724;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #c3e6cb;
}
#full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 9999; /* Ensure it overlays above other content */
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 40px;
}
#loader p{
	margin: 0;
    color: #0D5257;
}