.homeBanner_content {
  width: auto !important;
  padding: 0 3rem 0 !important;
}

.enqui_featuresSection {
  margin-bottom: 4rem;
}

.enqui_featuresSection h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.featureBlock_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.featureBlock {
  border-radius: 1.5rem;
  border: 1px solid #ccc;
  padding: 1.25rem 0.25rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.featureBlock:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc !important;
}

.featureBlock img {
  max-width: 100%;
  width: 150px;
  height: auto;
}

.featureBlockTitle {
  min-height: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.enquiryForm .form-group {
  margin-bottom: 15px;
  position: relative;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.error {
  color: red;
  font-size: 12px;
  /* margin-top: -7px; */
  display: none;
  position: absolute;
  bottom: -7px;
  left: 10px;
}

.captchaBox {
  position: relative;
  width: 68%;
}

.captcha-container {
  display: flex;
  align-items: center;
  background-color: #e2e8f0;
  max-width: 130px;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.captcha-box {
  font-weight: 400;
  font-size: 14px;
  /* background: #333; */
  color: var(--black-color);
  padding: 9px 9px 9px 5px;
  letter-spacing: 3px;
  border-radius: 4px;
  display: inline-block;
}
.refresh-btn {
  background: transparent;
  color: var(--black-color);
  border: none;
  padding: 5px 2px 5px 7px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
}
#submitBtn {
  background: var(--pure-orange);
  color: white;
  border: none;
  padding: 8px 10px;
  width: 32%;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#submitBtn i {
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
}

#submitBtn:hover i {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translateX(0.5rem);
}

#submitBtn:disabled {
  background: gray;
  cursor: not-allowed;
}

.enquiryForm {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(30, 27, 75, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  margin: 0 auto;
  border: 2px solid #633cb6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10rem;
}

.enquiryForm h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.enquiryForm input.form_control {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75rem;
  height: 2.5rem;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.5rem; /* Rounded corners */
  border-width: 1px; /* Border thickness */
  border-color: rgba(148, 163, 184, 1); /* Border color */
  background-color: rgba(255, 255, 255, 1); /* Background color */
  padding: 0.5rem 1rem; /* Padding (top-bottom: 0.5rem, left-right: 1rem) */
  font-size: 0.875rem; /* Font size */
  line-height: 1.25rem;
  padding-left: 3rem;
}

#captchaError {
  bottom: -17px;
}

.enquiryForm .form-group i {
  font-weight: 600;
}

.enquiryForm .form-group i.e-icon {
  font-weight: 600;
  color: #b5b5b5;
  position: absolute;
  top: 7px;
  left: 20px;
}

#captcha {
  padding-left: 1rem;
}

.faqs_wrapper {
  background: url("../images/faq/bg_faq.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 5rem;
  position: relative;
}

.faqs_wrapper h6 {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 3rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--white);
}

.faqs_wrapper .accordion-item {
  background-color: transparent;
  border: 0;
}

.faqs_wrapper .accordion-collapse,
.faqs_wrapper .accordion-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.faqs_wrapper .accordion-button {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding-right: 1.75rem;
}

.faqs_wrapper .accordion-button::after {
  filter: invert(100%) brightness(200%);
  /* transform: scale(1.5) */
}

.faqs_wrapper .accordion-body {
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding-right: 1.75rem;
}

.faqs_wrapper .accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.faqs_wrapper button.accordion-button.collapsed {
  border-bottom: 1px solid #dfd7d761;
}

.faqs_wrapper .accordion {
  height: 450px;
  overflow-y: auto;
}

.enquiryForm p {
  color: var(--white);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  padding: 1rem 0 0;
}

.enquiryForm p a {
  font-weight: 700;
  color: var(--white);
}

.enquiryForm p a:hover {
  color: var(--pure-orange);
}
