/* ================================================== Custom Utilities ================================================== */
.section-padding {
  padding: 2.5rem 0;
}
.section-background {
  background-color: #e5ddd3;
}
.section-title .section-title--main {
  color: var(--bs-primary);
  font-size: 2.625rem;
  line-height: 4rem;
  font-weight: bold;
}
.section-title .section-title--sub {
  color: var(--bs-dark);
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 300;
  margin-bottom: 2.2rem;
}
.section-title-wrapper .section-title--main {
  position: relative;
}
.section-title-wrapper .section-title--main::before {
  content: "FAQ";
  color: var(--bs-sv-lighest-brown);
  font-family: "Montserrat", sans-serif;
  font-size: 6.25rem;
  font-weight: 900;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
}
.theme--btn {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  color: #fff;
  background: linear-gradient(
    to left,
    var(--bs-primary) 50%,
    var(--bs-sv-dark-brown) 50%
  );
  background-size: 200% 100%;
  background-position: right bottom;
  font-family: inherit;
  font-size: inherit;
  padding: 0.7rem 1.875rem;
  width: 9.375rem;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 1;
}
.theme--btn:hover {
  outline: 0;
  color: #fff;
  background-position: left bottom;
}
.theme--btn:active {
  outline: 0;
  color: #fff;
}
.theme--btn-icon {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: var(--bs-primary);
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  padding: 0.7rem 1.875rem;
  width: 9.375rem;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  opacity: 1;
}
.theme--btn-icon:before {
  content: "\f0a4";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 1.875rem;
  height: 100%;
  background-color: var(--bs-sv-dark-brown);
  color: #fff;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.theme--btn-icon:hover {
  text-indent: -30px;
}
.theme--btn-icon:hover:before {
  right: 0;
  text-indent: 0px;
}
.theme--btn-outlined {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.7rem 1.875rem;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  opacity: 1;
}
.theme--btn-outlined:hover {
  outline: 0;
  background: var(--bs-danger);
  border-color: var(--bs-danger);
}
.text-lineclamp {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

/* ================================================== Login Page Start ================================================== */
.login-wrapper .form-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #f5822014; */
}
.login-wrapper a {
  text-decoration: none;
  color: #535353;
}
.login-wrapper .form-inner {
  max-width: 500px;
  width: 100%;
}
.login-wrapper .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  position: absolute;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  margin-left: -22px;
}
.login-wrapper .form-check-input:focus {
  border-color: snow;
  outline: 0;
  box-shadow: none;
}
.login-wrapper .form-check-input:checked {
  background-color: var(--bs-lr-accent) !important;
}
.login-wrapper .form-section .register-link {
  margin-left: 4px;
}
.login-wrapper .form-section h3 {
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 400;
}
.login-wrapper .form-section p {
  margin-bottom: 25px;
  font-size: 16px;
}
.login-wrapper .form-section .form-group {
  margin-bottom: 25px;
}
.login-wrapper .form-section .form-control {
  padding: 11px 35px 9px 20px;
  font-size: 16px;
  outline: none;
  height: 50px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
}
.login-wrapper .form-section .form-group .error-validation {
  color: var(--bs-danger);
  text-align: left;
  margin-top: 5px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}
.login-wrapper .form-section .form-check {
  margin-bottom: 0;
}
.login-wrapper .form-section .form-check-label {
  padding-left: 5px;
  font-size: 16px;
  color: #535353;
}
.login-wrapper .form-section a.forgot-password {
  font-size: 16px;
}
.login-wrapper .form-section a.forgot-password:hover {
  color: #535353;
}
.login-wrapper .logo img {
  margin-bottom: 15px;
  /* height: 100px; */
}
.login-wrapper .btn-submit {
  position: relative;
  display: inline-block;
  border: none;
  background: var(--bs-lr-accent);
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  border-radius: 3px;
  width: 100%;
  padding: 0 50px;
  line-height: 50px;
  box-shadow: none !important;
}
.login-wrapper .btn-submit:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  background: var(--bs-primary);
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}
.login-wrapper .btn-submit:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}
.login-box .toggle-password {
  position: absolute;
  right: 15px;
  top: 17px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  font-size: 17px;
  color: #999;
}

.login-box .login-popover {
  font-size: 14px;
  color: #777;
  cursor: help;
}
.login-box .login-popover-abs {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* ================================================== Login Page End ================================================== */
/* ================================================== Navigation Menu Start ================================================== */
/* Main content section start */
.main-content-section {
  flex-grow: 1;
}
/* Main content section end */

/* ================================================== FAQ Start ================================================== */
.accordion-item {
  margin-bottom: 30px;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--bs-sv-accent);
}

/* ================================================== FAQ End ================================================== */
li.parsley-required {
  font-size: 17px;
  padding-top: 2%;
}
.filled li {
  font-size: 17px !important;
  padding-top: 2%;
}
.text-danger {
  --bs-text-opacity: 1;
  color: #b94a48 !important;
}
.alert-error{
  --bs-alert-color: #d7d1d1;
  --bs-alert-bg: #b94a48;
  --bs-alert-border-color: #b94a48;
  --bs-alert-link-color: #b94a48;
}

