.content-main-inner {
    margin: 100px auto; 
    background: white;
    width: 100%; 
    max-width: 1600px; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.main.main-page {
    background: linear-gradient(90deg, #00354F, #007d8b); 
    background-size: cover; 
    color: white; 
    min-height: 100vh;
    padding: 20px;
}

.node__content {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #ccc;
}

.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
    width: 100%;
    border: 1px solid #fff;
    min-height: 40px;
    font-size: 15px;
    padding: 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    background: #f4f3f8;
}

@media (max-width: 768px) {
    .webform-submission-form .form-item input,
    .webform-submission-form .form-item textarea,
    .webform-submission-form .form-item select {
        width: 87%;
        border: 1px solid #fff;
        min-height: 40px;
        font-size: 15px;
        padding: 0 30px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
        background: #f4f3f8;
    }
}


.gbb-row .bb-inner {
    padding-top: 120px;
    padding-bottom: 0px; 
}

.webform-section-title {
    /*text-align: center;*/
}


.webform-section-title {
   /* text-align: center;*/
	text-align: left; 
    background-color: #003d57; 
    color: white; 
    padding: 10px 15px; 
    border-radius: 10px 10px 0 0; 
    font-size: 16px; 
    font-weight: bold; 
    text-transform: uppercase; 
    margin-bottom: 20px;
}

form .form-item label {
    width: 100%;
    font-weight: 600;
    text-transform: none; 
    color: #000;
    margin-bottom: 0;
    margin-top: 6px;
}

.button, .btn, .btn-white, .btn-theme, .btn-black, .btn-theme-second, .more-link a, .btn-theme-submit, .btn-theme-outline {
	top:40px;
    background: #003d57;
}

.webform-confirmation__message {
  color: #155724;
  max-width: 600px;
  width: 90%;
  margin: 20px auto;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}


@media (max-width: 480px) {
  .webform-confirmation__message {
    padding: 12px;
    font-size: 14px;
    max-width: 95%;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .webform-confirmation__message {
    padding: 14px;
    font-size: 15px;
    max-width: 90%;
    width: 90%;
  }
}

.field--name-webform .field__label {
  visibility: hidden; 
  position: relative;
}

.field--name-webform .field__label::before {
  content: "KERKESA"; 
  visibility: visible;
  position: absolute;
   font-size: 2em;
  top: -40px;
  left: 0;
  color: #00354F;
  font-weight: bold; 
}

.form-item--error-message {
    color: red;
    font-weight: bold; 
    font-size: 14px; 
    margin-top: 5px; 
}

.webform-section-wrapper {
    display: block;
    /* flex-wrap: wrap; */
    /* gap: 20px; */
}

[role="alert"] {
    display: none;
}

input[data-webform-page="personal_data"] {
  display: none !important;
}

input[data-webform-page="request_details"] {
  display: none !important;
}

input[data-webform-page="document_upload"] {
  display: none !important;
}

#request--request_type:not(label) {
	color:#00354F;
}

#request--sub_request:not(label) {
	color:#00354F;
}

#request--first_name:not(label) {
		color:#00354F;
}

#request--last_name:not(label) {
		color:#00354F;
}

#request--email:not(label) {
		color:#00354F;
}

#request--nid:not(label) {
		color:#00354F;
}

#request--njesia:not(label) {
		color:#00354F;
}

#request--city:not(label) {
		color:#00354F;
}

#request--tracking_number:not(label){
		color:#00354F;
}

#request--address:not(label) {
		color:#00354F;
}

#request--request_description:not(label) {
		color:#00354F;
}