.node-iilac-form {
    /* border: solid #CCC 1px;
    max-width: 900px;
    padding: 15px; */
}

.node-iilac-form details .card-header::marker {
    font-size: 0px;
}

.node-iilac-form details .card-header .legend-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    background-color: #E4E4DC;
    padding: 16px;
    border-radius: 12px;
}

.node-iilac-form details .card-header[aria-expanded="true"] .legend-label {
    border-radius: 12px 12px 0px 0px;
}

.node-iilac-form details .card-header[aria-expanded="false"] .legend-label::after {
  content: '';
  background-image: url('../images/plus.svg');
  background-size: 16px 25px;
  background-repeat: no-repeat;
  width: 16px;
  height: 25px;
  margin-left: auto;
  float: right;
}

.node-iilac-form details .card-header[aria-expanded="true"] .legend-label::after {
  content: '';
  background-image: url('../images/minus.svg');
  background-size: 16px 25px;
  background-repeat: no-repeat;
  width: 16px;
  height: 25px;
  margin-left: auto;
  float: right;
}

.node-iilac-form details .details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px;
  border: solid #E4E4DC 1px;
}

.node-iilac-form details .details-wrapper .form-item-wrap {
  width: 100%;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
}

.node-iilac-form details .details-wrapper label {
    margin-bottom: 0.6rem;
    display: block;
}

.node-iilac-form details .details-wrapper input ,
.node-iilac-form details .details-wrapper select {
    padding: 18px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c2;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #6b6a69;
}

.node-iilac-form details .details-wrapper input.form-file {
  padding: 6px 10px;
}

.node-iilac-form details .details-wrapper input.upload-success {
  background-image: url('../images/step-done.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  padding-right: 30px;
}

.node-iilac-form details .details-wrapper .uploaded-file-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background-color: #f8fafc;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  max-width: 265px;
  margin-top: 8px;
}

.node-iilac-form details .details-wrapper .uploaded-file-link a {
  color: #1d4ed8;
  font-weight: 500;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  padding-left: 22px;
  position: relative;
  max-width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 1rem;
}

.node-iilac-form details .details-wrapper .uploaded-file-link a::before {
  content: "📎";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.node-iilac-form details .details-wrapper .uploaded-file-link a:hover {
  color: #1e40af;
  text-decoration: underline;
}


.node-iilac-form details .details-wrapper .country {
    width: 100%;
    margin-top: 8px;
}

.form-item--error-message {
  color: #d00;
}

.node-iilac-form details .details-wrapper .field--type-string, 
.node-iilac-form details .details-wrapper .field--type-list-string,

.node-iilac-form details .details-wrapper .field--name-field-proposed-land-activity-ilc,
.node-iilac-form details .details-wrapper .field--name-field-select-location-ilc,

.node-iilac-form details .details-wrapper .field--type-address-country,
.node-iilac-form details .details-wrapper .field--type-mobile-number,
.node-iilac-form details .details-wrapper .field--type-link,
.node-iilac-form details .details-wrapper .field--type-email,
.node-iilac-form details .details-wrapper .field--type-datetime,
.node-iilac-form details .details-wrapper .field--type-integer,
.node-iilac-form details .details-wrapper .form-date,
.node-iilac-form details .details-wrapper #field_emirates_id-wrapper,
.node-iilac-form details .details-wrapper #field_passport_number-wrapper,
.node-iilac-form details .details-wrapper #field_fax-wrapper,
.node-iilac-form details .details-wrapper #field_a_fax-wrapper,
.node-iilac-form details .details-wrapper #field_b_fax-wrapper,
.node-iilac-form details .details-wrapper #field_email_id-wrapper,
.node-iilac-form details .details-wrapper #field_a_email_id-wrapper,
.node-iilac-form details .details-wrapper #field_b_email_id-wrapper,
.node-iilac-form details .details-wrapper #field_ejari_number-wrapper {
    flex: 1 1 40%;
    box-sizing: border-box;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.node-iilac-form details .details-wrapper .field--name-field-proposed-land-activity-ilc label:after,
.node-iilac-form details .details-wrapper .field--name-field-select-location-ilc label:after {
  content: " *";
  color: #d00;
  margin-left: 0.2em;
}

.node-iilac-form details .details-wrapper #state-wrapper {
  width: 100%;
}

.node-iilac-form details .details-wrapper .field--type-list-string.field--name-field-proposed-land-activity,
.node-iilac-form details .details-wrapper .field--type-list-string.field--name-field-safety-checklist {
    max-width: 98%;
}

/* Used grid becuase flex was not working start */
.node-iilac-form details .details-wrapper #edit-field-safety-checklist.form-checkboxes,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .environmental-health-safety-checkboxes .form-checkboxes{
  display: grid;
  grid-template-columns: auto 1fr;  
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
}

.node-iilac-form details .details-wrapper #edit-field-safety-checklist.form-checkboxes > input,
.node-iilac-form details .details-wrapper #edit-field-safety-checklist.form-checkboxes > label,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .environmental-health-safety-checkboxes .form-checkboxes > label {
  display: block;
  margin: 9px 3px;
  font-size: 16px;
  line-height: 100%;
}

/* Used grid becuase flex was not working end */

.node-iilac-form details .details-wrapper #edit-group-safety-checklist > legend > span {
    background-color: red;
    display: none;
}

.node-iilac-form details .details-wrapper [class*="field--name-field-illac-attachment-"] {
    width: 100%;
    border-bottom: solid #6b6a69 1px;
    padding-bottom: 10px;
}

.node-iilac-form details .details-wrapper [class*="field--name-field-illac-attachment-"]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.node-iilac-form details .details-wrapper [class*="field--name-field-illac-attachment-"] label {
    font-weight: bold;
}

.node-iilac-form details .details-wrapper .field--type-datetime h4 {
    margin-top: 20px;
}

.node-iilac-form details .details-wrapper .field--type-mobile-number .local-number
 {
    max-width: 282px;
    height: 57px;
    margin-top: 5px;
 }

.node-iilac-form details .details-wrapper .country-select {
    border: solid #c5c5c2 1px;
    font-size: 18px;
    height: 57px;
    border-radius: 8px;
    margin-top: 5px;
}


.node-iilac-form details .details-wrapper .field--type-mobile-number {
  margin-top: 50px;
}

.node-iilac-form details .details-wrapper .attach-file-description {
  font-size: 10px;
  margin-top: 5px;
}

.mobile-number-field {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  flex-direction: row;
}

.mobile-number-field  label {
  position: absolute;
  margin-top: -35px !important;
}

.mobile-number-field .country-select {
  flex: 0 0 20%;
  max-width: 20%;
}

.mobile-number-field .local-number {
  flex: 1 1 80%;
  max-width: 80%;
}

.mobile-number-field .country-select,
.mobile-number-field .local-number {
  box-sizing: border-box;
}

.node-iilac-form details .details-wrapper .mobile-number-field .mobile-number-flag,
.node-iilac-form details .details-wrapper .mobile-number-field .arrow {
  display: none
}

.mobile-number-field .country-select .prefix {
    font-size: 16px;
    color: #6b6a69;
    padding: 10px;
    min-width: 80px;
    padding-top: 14px;
}

.mobile-number-field .country-select .prefix::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../images/drop-down-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-top: 12px;
}

.node-iilac-form details .field-group-fieldset {
    width: 100%;
}

.node-iilac-form details .field-group-fieldset legend {
    width: 100%;
}

.node-iilac-form details .field-group-fieldset .fieldset-legend {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    border-bottom: solid #E4E4DC 1px;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.node-iilac-form details .details-wrapper .field-group-fieldset label {
    margin-top: 20px;
    margin-bottom: 12px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .ajax-new-content,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform table  {
    display: flex;
    width: 100%;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .ajax-new-content table ul,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .ajax-new-content table .confirm-remove,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .ajax-new-content table .restore {
    display: flex;

}
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .ajax-new-content table .dropbutton-toggle {
    display: none;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .paragraph-type-top, .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .paragraphs-subform {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    width: inherit;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"],
.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] table,
.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] > div,
.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] tbody,
.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] tbody tr,
.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] tbody tr td,
.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] tbody tr td > div {
  width: inherit;
  display: block;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper [id^="field-company-shareholder-inform-add-more-wrapper--"] tbody tr {
    border-bottom: solid #E4E4DC 1px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .paragraphs-subform {
  flex-wrap: wrap;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .paragraphs-subform > .form-wrapper:nth-child(1),
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .paragraphs-subform > .form-wrapper:nth-child(2)
 {
  flex: 1 1 30%;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .paragraphs-subform > .form-wrapper:nth-child(3) {
  flex: 1 1 10%;
}

.confirm-remove {
    margin-right: 10px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-percentage-of-ownership {
    margin-top: 7px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-company-shareholder-inform .dropbutton-widget {
    padding: 0;
}

.node-iilac-form details #edit-field-company-shareholder-inform-wrapper .paragraph-type-title {
    
    display: block;
    width: 100%;
    overflow: visible;
    
}



.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce
 {
    width: 100%;
    
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce table {
    width: 100%;
    
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table th,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table th,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table th,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table th,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table th,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce th {
    font-size: 16px;
    background-color: #1C190E;
    color: #FFFFFF;
    padding: 16px 18px;
    text-align: left;
    vertical-align: middle;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper 
.field--name-field-investment-capital table.investment-capital-table th:first-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table th:first-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table th:first-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table th:first-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table th:first-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce th:first-child {
  border-top-left-radius: 8px;
  
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table th:last-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table th:last-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table th:last-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table th:last-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table th:last-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce th:last-child {
  border-top-right-radius: 8px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table td, 
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table td, 
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table td, 
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table td, 
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table td, 
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce td {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    border:solid #E4E4DC 1px;
    height: 50px;
    vertical-align: middle;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table td .col-utility-type,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table td .col-measurement-unit {
  padding-left: 15px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table td input,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table td input,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table td input,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table td input,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table td input,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce td input{
    width: calc(100% - 15px);
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0px;
    padding-left: 15px;
    text-align: left;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table tr td:first-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table tr:last-child td:last-child,
.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce tr td:first-child {
    vertical-align: middle;
    padding-left: 15px;
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table td input#edit-field-investment-capital-0-value-2-label {
  padding-left: 0px;
  color: #2b2a28;
}

.sub-heading {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 35px;
}

.sub-heading .back-arrow {
  margin-right: 1.8rem;
}

[dir="rtl"] .sub-heading .back-arrow {
  margin-right: 0px;
  margin-left: 1.8rem;
}

.enquiry-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 20px 0;
}

.enquiry-sidebar {
  width: 300px;
  padding: 0 10px;
}

.enquiry-main {
  flex: 1;
  padding: 0 16px 32px 16px;
  border-left: solid 1px #E4E4DC;
}

/* .sidebar-accordion-container {
  margin-top: 20px;
} */

.enquiry-accordion {
  border: 1px solid #e4e4dc;
  border-radius: 8px;
  overflow: hidden;
}

.enquiry-accordion__title {
  cursor: pointer;
  padding: 18px 15px;
  font-weight: 500;
  font-size: 16px;
  user-select: none;
  line-height: 22px;
  letter-spacing: 0%;
}

.enquiry-accordion__title::marker,
.enquiry-accordion__title::-webkit-details-marker {
  content: '';
}

.enquiry-accordion__title::before {
  content: url('../images/acc-arrow.svg');
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  transition: transform 0.2s ease;
  transform: rotate(90deg) translateX(-2px);
  top: -2px; 
}
.enquiry-accordion[open] .enquiry-accordion__title::before {
  transform: rotate(0deg)  translateY(-4px);
}

.enquiry-accordion__links {
  list-style: none;
  margin: 0;
  padding: 8px 0 12px 0;
}

.enquiry-accordion__item {
  margin: 4px 0;
  border-radius: 8px;
}

.enquiry-accordion__link {
  display: block;
  padding: 20px 15px 20px 55px;
  color: #333;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background-color 0.2s ease, border-left-color 0.2s ease;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.enquiry-accordion__link:hover,
.enquiry-accordion__link:focus {
    background-color: #E4E4DC;
    background-image: url('../images/left-border.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px 30px;
}

.enquiry-wrapper .enquiry-steps {
  border: solid #E4E4DC 1px;
  border-radius: 8px;
  padding: 1.5rem 0.63rem;
  display: flex;
  align-items: center;
  position: relative;
  margin: 2rem 0;
}

.enquiry-wrapper .enquiry-steps>div {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.enquiry-wrapper .enquiry-steps .app-det img,
.enquiry-wrapper .enquiry-steps .app-fees img {
  margin-right: 0.94rem;
}


[dir="rtl"] .enquiry-wrapper .enquiry-steps .app-det img,
[dir="rtl"] .enquiry-wrapper .enquiry-steps .app-fees img {
  margin-left: 0.94rem;
  margin-right: 0px;
}

.enquiry-wrapper .enquiry-steps .step-separator {
  height: 2px;
  background-color: #E4E4DC;
  margin: 0 1rem;
  display: block;
  width: 2.5rem;
}

.enquiry-wrapper .industrial-land-wrapper .description-block {
    background-color: #E4E4DC;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.enquiry-wrapper h2 {
    font-weight: bold;
}

.enquiry-wrapper .industrial-land-wrapper .instructions-listing,
.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps,
.enquiry-wrapper .industrial-land-wrapper .documents-required,
.enquiry-wrapper .industrial-land-wrapper .terms-conditions  {
    border: solid #E4E4DC 1px;
    padding: 20px 30px 30px 30px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.enquiry-wrapper .industrial-land-wrapper .instructions-listing h2,
.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps h2,
.enquiry-wrapper .industrial-land-wrapper .documents-required h2,
.enquiry-wrapper .industrial-land-wrapper .terms-conditions h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    border-bottom: solid #E4E4DC 1px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.enquiry-wrapper .industrial-land-wrapper .documents-required h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.enquiry-wrapper .industrial-land-wrapper .instructions-listing .bullet-list,
.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .bullet-list,
.enquiry-wrapper .industrial-land-wrapper .documents-required .bullet-list,
.enquiry-wrapper .industrial-land-wrapper .terms-conditions .bullet-list {
  list-style: none;
  padding-left: 0;
}

.enquiry-wrapper .industrial-land-wrapper .instructions-listing .bullet-list li,
.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .bullet-list li,
.enquiry-wrapper .industrial-land-wrapper .documents-required .bullet-list li,
.enquiry-wrapper .industrial-land-wrapper .terms-conditions .bullet-list li {
  position: relative;
  padding-left: 30px;
  height: 34px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
}

.enquiry-wrapper .industrial-land-wrapper .instructions-listing .bullet-list li::before,
.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .bullet-list li::before,
.enquiry-wrapper .industrial-land-wrapper .documents-required .bullet-list li::before,
.enquiry-wrapper .industrial-land-wrapper .terms-conditions .bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url('../images/instruction-bullet.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


.enquiry-wrapper .enquiry-main h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  color: #2B2A28;
}

.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .steps-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .steps-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 45%;
  counter-reset: custom-counter var(--counter-start, 0);
}

.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .steps-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 50px;
  height: 37px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
}

.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .steps-list li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E4E4DC;
  color: #000000;
  font-weight: bold;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
}

.enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .vertical-divider {
  width: 1px;
  background-color: #ddd;
  height: 24px;
  margin: -2px 18px;
}


.enquiry-wrapper .next-btn,
.enquiry-wrapper .submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.enquiry-wrapper .submit-btn {
  margin-top: 20px;
}

.enquiry-wrapper .next-btn .next-button,
.enquiry-wrapper .submit-btn .js-submit {
  display: flex;
  background-color: #FFFFFF;
  color: #2B2A28;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  width: 188px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border: solid 1px #2B2A28;
}

.enquiry-wrapper .next-btn .next-button:hover,
.enquiry-wrapper .submit-btn .js-submit:hover {
    background-color: #2B2A28;
    color: #FFFFFF;
}

.enquiry-wrapper .form-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.enquiry-wrapper .form-actions input,
.enquiry-wrapper .form-actions a {
  margin-left: 18px;
  display: flex;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  width: 188px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border: solid 1px #2B2A28;
  color: #2B2A28;
}

.enquiry-wrapper .form-actions input:hover,
.enquiry-wrapper .form-actions a:hover {
    background-color: #2B2A28;
    color: #FFFFFF;
}




.enquiry-wrapper label.form-required::after,
.enquiry-wrapper h4.form-required::after {
  content: " *";
  color: #d00;
  margin-left: 0.2em;
}

.enquiry-wrapper .declaration {
  border: solid #E4E4DC 1px;
  padding: 20px 30px 30px 30px;
  border-radius: 16px;
}

.enquiry-wrapper .declaration .title h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 100%;
  border-bottom: solid #E4E4DC 1px;
  padding-bottom: 16px;
}

.enquiry-wrapper .declaration .terms-conditions-docusign h2,
.enquiry-wrapper .declaration .acceptance-signature h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: 16px;
}

.enquiry-wrapper .industrial-land-wrapper .terms-conditions-docusign .bullet-list li {
  position: relative;
  padding-left: 30px;
  min-height: 34px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
}

.enquiry-wrapper .industrial-land-wrapper .terms-conditions-docusign .bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url('../images/instruction-bullet.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.enquiry-wrapper .declaration .sign-document .signed-wrap {
  display: flex;
  gap: 20px;
  
}

.enquiry-wrapper .declaration .sign-document .signed-wrap .signed {
  align-content: center;
  color: #4BB543;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-left: 35px;
}

.enquiry-wrapper .declaration .sign-document .signed-wrap .signed::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../images/signed.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-left: -30px;
}

.enquiry-wrapper .declaration .acceptance-signature {
  margin-bottom: 20px;
}

.enquiry-wrapper .declaration .acceptance-signature .checkbox-inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.enquiry-wrapper .declaration .acceptance-signature .checkbox-inline input[type="checkbox"],
.node-iilac-form details .details-wrapper input[type="checkbox"],
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper input[type="checkbox"]{
  width: 36px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #2B2A28;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}

.node-iilac-form details .details-wrapper input[type="checkbox"],
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper input[type="checkbox"] {
  width: 20px;
  padding: 0px;
}

.enquiry-wrapper .declaration .acceptance-signature .checkbox-inline input[type="checkbox"]:checked::before,
.node-iilac-form details .details-wrapper input[type="checkbox"]:checked::before,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper input[type="checkbox"]:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  top: -3px;
  font-size: 16px;
  color: #000;
}

.node-iilac-form details .details-wrapper input[type="checkbox"]:checked::before {
  top: -1px;
}

.enquiry-wrapper .declaration .acceptance-signature .checkbox-inline .details {
  margin: 0;
}

.enquiry-wrapper .declaration .sign-document .sign-with-docusign-button {
  background-color: #FFFFFF;
  border: solid #000000 1px;
  
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 35px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0.2s, color 0.3s ease 0.2s;
}

.enquiry-wrapper .declaration .sign-document .sign-with-docusign-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.enquiry-wrapper .declaration .sign-document .sign-with-docusign-button:disabled,
.enquiry-wrapper .submit-btn .js-submit:disabled {
  background-color: #ccc;
  color: #5d4d4d;
  cursor: not-allowed;
  border: 1px solid #8D8D87;
  opacity: 1;
}

.enquiry-wrapper .declaration .sign-document .help-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  color: #6C6C6C;
  margin-top: 5px;
}

#sign-with-docusign h2,
#sign-link-send h2,
#submit-docusign h2,
#sign-link-confirmation h2{
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}

#sign-with-docusign .form-actions,
#sign-link-send .form-actions{
  text-align: center;
  margin-top: 20px;
}

#sign-with-docusign .form-actions .js-cancel,
#sign-link-send .form-actions .js-ok,
#submit-docusign .form-actions .js-cancel,
#sign-link-confirmation .form-actions .js-ok {
  text-align: center;
  width: 150px;
  height: 42px;
  background-color: #fff;
  border-radius: 8px;
  border: solid #000000 1px;
  font-size: 16px;
  margin-top: 10px;
  transition: background-color 0.3s ease 0.2s, color 0.3s ease 0.2s;
}

#sign-with-docusign .form-actions .js-cancel:hover,
#submit-docusign .form-actions .js-cancel:hover {
  background-color: #2B2A28;
  color: #FFFFFF;
}

#sign-link-send .form-actions .js-ok,
#submit-docusign .form-actions .modal-submit-link,
#sign-link-confirmation .form-actions .js-ok {
  background-color: #000000;
  color: #FFFFFF;
}

#sign-link-send .form-actions .js-ok:hover,
#sign-link-confirmation .form-actions .js-ok:hover {
  background-color: #FFFFFF;
  color: #000000;
}

#sign-with-docusign .form-actions .js-send-link,
#submit-docusign .form-actions .modal-submit-link {
  text-align: center;
  width: 150px;
  height: 42px;
  background-color: #000;
  border-radius: 8px;
  border: solid #000 1px;
  font-size: 16px;
  margin-top: 10px;
  color: #FFF;
  margin-left: 10px;
  transition: background-color 0.3s ease 0.2s, color 0.3s ease 0.2s;
}

#sign-with-docusign .form-actions .js-send-link:hover,
#submit-docusign .form-actions .modal-submit-link:hover {
  background-color: #FFFFFF;
  color: #000000;
}


#sign-with-docusign .form-actions .js-send-link:disabled {
  background-color: #ccc;
  color: #5d4d4d;
  cursor: not-allowed;
  border: 1px solid #8D8D87;
  opacity: 1;
}

#sign-with-docusign .instruct .docusign-email {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  padding: 10px;
  border-radius: 8px;
  border: solid #c5c5c2 1px;
  width: 100%;
}

#sign-with-docusign .instruct input[type="email"].docusign-email:focus {
  outline: none;
  border-color: #8D8D87;
  box-shadow: 0 0 0 1px #8D8D87;
}

#sign-with-docusign .instruct label {
  float: left;
  margin-bottom: 10px;
}

#sign-with-docusign .instruct label span {
  color: #A85B57;
}

.node-iilac-form .details-wrapper [id^="edit-field-illac-attachment-"][id$="--description"] {
  display: none;
}

/* New enquiry form code */

.enquiry-main {
  max-width: 900px;
}

.industrial-land-wrapper {
  /* border: solid red 1px; */
}


.industrial-land-wrapper .new-industrial-land-enquiry-form {
  /* border: solid red 1px; */
}
.industrial-land-wrapper .new-industrial-land-enquiry-form .legend {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  background-color: #E4E4DC;
  padding: 16px;
  /* border-radius: 12px; */
  border-radius: 12px 12px 0px 0px;
  cursor: pointer;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .legend.collapsed-legend {
  border-radius: 12px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .legend::after { 
  content: '';
  background-image: url('../images/plus.svg');
  background-size: 16px 25px;
  background-repeat: no-repeat;
  width: 16px;
  height: 25px;
  margin-left: auto;
  float: right;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .legend.collapsed-legend::after {
  background-image: url('../images/minus.svg');
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .heading {
  /* border: solid red 1px; */
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  border-bottom: solid #E4E4DC 1px;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 8px;
  margin-top: 8px;
}


.industrial-land-wrapper .new-industrial-land-enquiry-form .legend-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px;
  border: solid #E4E4DC 1px;
  margin-bottom: 18px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper {
  /* border: solid red 1px; */
  flex: 1 1 40%;
  box-sizing: border-box;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: 49%;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-text,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-select,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-email,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-url,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .custom-issue-date,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .custom-expiry-date {
  padding: 18px 10px;
  border-radius: 8px;
  border: 1px solid #c5c5c2;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #6b6a69;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-phone-number {
  width: 100%;
}


.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .iti--separate-dial-code ul {
  width: 300%;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .iti--separate-dial-code  .iti__flag-container {
  height: 100%;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper label {
  margin-bottom: 0.6rem;
  display: block;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap,
.industrial-land-wrapper .new-industrial-land-enquiry-form .form-item-wrap {
  /* border: solid red 1px; */
  max-width: 100%;
  flex: 1 1 100%;
  gap: 0px
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table select {
  padding: 5px;
  border: none;
  border-radius: 0px;
  width: 180px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table input {
  line-height: 100%;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table input.form-submit {
  /* display: inline-block; */
  height: 24px;
  text-indent: -9999px;
  background: url('../images/delete-icon.svg') no-repeat center;
  background-size: 16px;
  cursor: pointer;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table .form-managed-file input.form-submit {
  /* display: inline-block; */
  height: 24px;
  text-indent: -9999px;
  background: url('../images/close_btn.svg') no-repeat center;
  background-size: 16px;
  cursor: pointer;
  width: 40%;
  padding-left: 0px;

  
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table .file {
  background: none;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table .file a {

  display: inline-block;
  width: 24px;
  height: 11px;
  background: url('../images/eye-1.svg') no-repeat center / 16px 16px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  border: 0;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table .cst-view {

  display: inline-block;
  width: 100%;
  height: 11px;
  background: url('../images/eye-1.svg') no-repeat center / 16px 16px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  border: 0;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table .form-managed-file .form-file {
  height: 24px;
  text-indent: -9999px;
  background: url('../images/upload-ico.svg') no-repeat center;
  background-size: 16px;
  cursor: pointer;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table input.form-submit.btn-add-shareholder {
  margin-left: 0px;
  display: flex;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  width: 145px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border: solid 1px #2B2A28;
  color: #2B2A28;
  margin-top: 18px;
  background-image: none;
  text-indent: unset;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper.cst-table-wrap.cst-ajax-table input.form-submit.btn-add-shareholder:hover {
  background-color: #2B2A28;
  color: #FFFFFF;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .form-item-wrap label {
  margin-bottom: 0.6rem;
  display: block;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .form-item-wrap input {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #c5c5c2;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #6b6a69;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .legend-wrap {
  /* display: none;
  overflow: hidden; */
  transition: max-height 0.3s ease-out;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .legend-wrap.collapsed {
  max-height: 0;
  overflow: hidden;
  padding:0px;
  border: none;
}

/* container */
.form-item-wrap {
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.form-item-wrap strong {
  margin-bottom: 0.6rem;
  display: block;
}

/* row */
.form-item-wrap .uploaded-file-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* file link (text ellipses, max 268px) */
.form-item-wrap .uploaded-file-link a {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;

  max-width: 278px;     /* <= your max width */
  min-width: 220px;         /* allow shrinking inside flex */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #1f2937;
  line-height: 150%;
  width: 100%;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.form-item-wrap .uploaded-file-link a:hover,
.form-item-wrap .uploaded-file-link a:focus-visible {
  border-color: #60a5fa;        /* blue-ish border */
  color: #0f172a;               /* keep text readable */
  box-shadow: 0 0 0 3px rgba(96,165,250,.25); /* subtle glow */
  text-decoration: none;        /* no underline */
}

/* delete button = icon only */
.form-item-wrap .uploaded-file-link a.delete-uploaded-document {
  width: 35px;
  height: 35px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f8fafc;
  min-width: 35px;

  /* hide text but keep it for accessibility */
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}

.form-item-wrap .uploaded-file-link a.delete-uploaded-document::before {
  content: "";
  width: 16px; height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  
  background-image: url('../images/delete-icon.svg')
}
/* tiny hover polish (optional) */
.form-item-wrap .uploaded-file-link a.delete-uploaded-document:hover {
  background: #fff5f5;
  border-color: #fca5a5;
}


.industrial-land-wrapper .new-industrial-land-enquiry-form input.btn-add-shareholder {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #c5c5c2;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #6b6a69;
  transition: background-color 0.3s ease;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form input.btn-add-shareholder:hover { 
  background-color: #1C190E;
  border: 1px solid #1C190E;
  color: #FFFFFF;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .form-item-wrap .attach-file-description {
  font-size: 10px;
  margin-top: 5px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table {
  /* border: solid red 1px; */
  width: 100%;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table caption {
  text-align: left;
  margin-bottom: 8px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table th {
  font-size: 16px;
  background-color: #EFEFEF;
  color: #2b2a28;
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
  line-height: 100%;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table th:first-child {
  border-top-left-radius: 8px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table th:last-child {
  border-top-right-radius: 8px;
}

[dir="rtl"] .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table th:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;
}

[dir="rtl"] .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table th:last-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table tr {
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  border: solid #E4E4DC 1px;
  height: 50px;
  vertical-align: middle;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table td {
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  border: solid #E4E4DC 1px;
  height: 50px;
  vertical-align: middle;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table td input {
    width: calc(100% - 15px);
    height: 100%;
    padding: 0;
      padding-left: 0px;
    border: none;
    border-radius: 0px;
    padding-left: 15px;
    text-align: left;
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .investment-capital-table tbody tr:not(:nth-child(3)) td:first-child,
.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .investment-capital-table tbody tr:last-child td {
  padding-left: 10px; /* Adjust this value as needed */
}

.industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .land-use-allocation-table td.text-center {
  text-align: center;
}

/* Responsive: ensure it still looks good on small screens */
@media (max-width: 600px) {
  .enquiry-accordion__title {
    font-size: 14px;
    padding: 8px 12px;
  }
  .enquiry-accordion__links {
    padding: 6px 0 10px 0;
  }
  .enquiry-accordion__link {
    padding: 5px 12px;
  }
}


/* Responsive: stack sidebar above main on narrow screens */
@media (max-width: 768px) {
  .enquiry-wrapper {
    flex-direction: column;
  }
  .enquiry-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .enquiry-wrapper .enquiry-steps .step-separator {
        display: none;
  }

  .enquiry-wrapper .enquiry-steps {
    flex-direction: column;
    align-items: flex-start;
  }

  .enquiry-wrapper .enquiry-steps > div {
    margin-bottom: 1rem;
  }

  .enquiry-wrapper .enquiry-steps > div:last-child {
    margin-bottom: 0px;
  }

  .enquiry-wrapper .industrial-land-wrapper .instructions-listing .bullet-list li, .enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .bullet-list li, .enquiry-wrapper .industrial-land-wrapper .documents-required .bullet-list li, .enquiry-wrapper .industrial-land-wrapper .terms-conditions .bullet-list li {
    height: auto;
  }

  .enquiry-wrapper .industrial-land-wrapper .industrial-land-steps .steps-list {
    width: 100%;
  }

  .enquiry-wrapper .form-actions {
    flex-direction: column;
    
  }
  .enquiry-wrapper .form-actions input {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .enquiry-wrapper .enquiry-main {
    padding: 0 0 32px 0;
    border: none;
    width: 100%;
  }

  .node-iilac-form details .details-wrapper .fieldset-wrapper {
    flex-direction: column;
    gap: 5px;
    padding: 0px;
  }

  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital, 
  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce {
    overflow-x: scroll;
  }

  .node-iilac-form details .details-wrapper input,
  .node-iilac-form details .details-wrapper select {
    width: 94%;
    padding: 10px 10px;
  }

  .node-iilac-form details .details-wrapper .uploaded-file-link {
    max-width: 100%;
  }

  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table th, 
  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce th,
  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-industrial-land-allocated table.industrial-land-table th,
  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-allocation-of-land-uses table.allocation-land-table th,
  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-power-utility-requirements table.power-utility-table th,
  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--type-raw-materials-consumption table.raw-materials-table th {
    padding: 2px;
    text-align: center;
  }

  .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table td, .node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-workforce td {
    height: 50px;
  }

  .mobile-number-field .country-select .prefix {
    padding: 5px;
    padding-top: 13px;
  }

  .mobile-number-field .country-select .prefix::after {
    margin-right: 10px;
  }

  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-text, 
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-select, 
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-email, 
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-url, 
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .custom-issue-date, 
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .custom-expiry-date {
    max-width: 100%;
    padding: 10px 10px;
    font-size: 14px;
  }
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .form-select {
    max-width: 100px;
  }

  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .enquiry-wrapper .form-actions input {
    height: 42px;
  }

  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table th,
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table td,
  .industrial-land-wrapper .new-industrial-land-enquiry-form .cst-field-wrapper .cst-table td input {
    padding: 2px;
    text-align: center;
    font-size: 16px;
    height: auto;
    font-size: 14px;
  }
}

/* Style the total row inputs */
input[data-drupal-selector^="edit-field-investment-capital-0-value-total"] {
  background-color: #f0f0f0 !important; /* Light grey background */
  color: #666 !important;               /* Grey text */
  cursor: not-allowed !important;
  border: 1px solid #ccc !important;
  /* Optional: ensure consistent padding and font */
  padding: 5px;
  font-weight: bold;
  text-align: right;
  pointer-events: none; /* prevent interaction */
}

.node-iilac-form details .details-wrapper .fieldset-wrapper .field--name-field-investment-capital table.investment-capital-table tr:last-child td:last-child {
  padding-left: 0px;
}

.file-field-hidden {
  display: none !important;
}