::marker {
  color: var(--bs-text-dark);
}
.login-marker {
  padding-left: 20px;
}
.login-marker li {
  color: var(--bs-gray-400) !important;
}
.login-marker ::marker {
  color: inherit;
  content: "•  ";
}
.login-marker li.valid {
  color: var(--bs-success) !important;
}
.login-marker li.valid::marker {
  color: inherit;
  content: "✓  ";
}
.login-marker li.invalid {
  color: var(--bs-danger) !important;
}
.login-marker li.invalid::marker {
  color: inherit;
  content: "✕  ";
}
.tooltip-inner {
  font-size: 10px;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-dark);
  --bs-tooltip-color: var(--bs-white);
}
.modal-backdrop {
  --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
}
.w-fit {
  width: fit-content;
}
.bg-gray {
  background-color: var(--bs-gray-50) !important;
}
.bg-gray-2 {
  background-color: #f2f2f2 !important;
}
.bg-success-soft {
  background: rgba(var(--bs-success-rgb), 0.05);
}
.bg-warning-soft {
  background: rgba(var(--bs-warning-rgb), 0.05);
}
.bg-danger-soft {
  background: rgba(var(--bs-danger-rgb), 0.05);
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.text-primary-dark {
  color: var(--bs-primary-dark);
}
.text-light ::marker {
  color: white;
}
.text-success {
  --bs-text-opacity: 1;
  color: var(--bs-success) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: var(--bs-warning) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: var(--bs-danger) !important;
}
.text-inverse {
  color: rgba(255, 255, 255, 0.9) !important;
}
.bg-dark.text-inverse a:not(.btn):not([class*="link-"]):hover,
.bg-navy.text-inverse a:not(.btn):not([class*="link-"]):hover,
.text-inverse a:not(.btn):hover,
[class*="offcanvas-"].text-inverse a:not(.btn):not([class*="link-"]):hover {
  color: rgba(255, 255, 255, 1) !important;
  border-color: transparent;
}
b,
strong {
  font-weight: 600;
}
a {
  transition: none;
}
.navbar-stick:not(.navbar-dark) button.hamburger {
  color: white;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1150px;
  }
}
.text-tertiary {
  color: var(--bs-tertiary) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: var(--bs-text-dark) !important;
}
.bg-light-soft {
  background: rgba(255, 255, 255, 0.075);
  color: white;
}
.bg-primary-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-dark-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-primary-soft {
  background: rgba(var(--bs-primary-rgb), 0.075);
}
.bg-secondary-soft {
  background: rgba(var(--bs-secondary-rgb), 0.075);
  color: var(--bs-secondary);
}
.section-title-with-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: start;
}
.section-title-with-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: var(--bs-primary);
}
.section-title-with-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: var(--bs-primary);
}
.section-title-with-icon.gray .icon {
  background: var(--bs-gray-100);
  color: var(--bs-gray-500);
}
.form-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bs-gray-100);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--bs-gray-600);
}
.form-section-label span {
  font-size: 9px;
  font-weight: 500;
  color: var(--bs-gray-400);
  letter-spacing: 0;
  text-transform: none;
}
.form-label {
  margin-bottom: 0.5rem;
  color: var(--bs-text-dark);
  font-weight: 500;
}
.form-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-gray-600);
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-label svg {
  width: 11px;
  height: 11px;
}
.form-control,
.form-select {
  font-size: 13px;
  font-weight: 400;
  box-shadow: none;
  line-height: 1.5;
  /*background: var(--bs-gray-50);*/
  color: var(--bs-text-dark) !important;
  border-color: rgba(0, 0, 0, 0.2);
  border: 1.5px solid var(--bs-gray-300);
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' stroke='%236B7299' stroke-width='1.5' stroke-linecap='round'%3E%3Cpolyline points='1,1 5,5 9,1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 40px;
}
.form-control-sm,
.form-select-sm {
  min-height: unset;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2.5px;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--bs-primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.08);
}
.form-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' stroke='%236B7299' stroke-width='1.5' stroke-linecap='round'%3E%3Cpolyline points='1,1 5,5 9,1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
}
.form-control::placeholder {
  color: var(--bs-gray-400);
  opacity: 1;
}
.form-floating > label {
  font-size: 12px;
  height: auto;
  padding: 0.75rem 1rem;
}
.form-check {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: unset;
  padding-left: unset;
  margin-bottom: unset;
}
.form-check .form-check-input {
  float: none;
  margin: 0;
  box-shadow: none;
  border-color: var(--bs-gray-200);
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.input-with-icon .icon {
  position: absolute;
  left: 10px;
  color: var(--bs-gray-400);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-with-icon .form-control {
  padding-left: 40px;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(var(--bs-dark-rgb), 1);
  --bs-navbar-hover-color: rgba(var(--bs-dark-rgb), 1);
  --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
  --bs-navbar-active-color: rgba(var(--bs-dark-rgb), 1);
  --bs-navbar-brand-padding-y: 20px;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 0.7rem;
  --bs-navbar-brand-color: var(--bs-primary);
  --bs-navbar-brand-hover-color: var(--bs-primary);
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-icon-bg: url(
    data:image/svg + xml,
    %3csvgversion="1.1"xmlns="http://www.w3.org/2000/svg"width="45"height="32"viewBox="0 0 45 32"%3e%3cpathfill="%233f78e0"d="M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z"/%3e%3c/svg%3e
  );
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar.custom-dark {
  --bs-navbar-color: white;
  --bs-navbar-hover-color: white;
  --bs-navbar-disabled-color: white;
  --bs-navbar-active-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--bs-dark);
}
.navbar.custom-dark .lang-selector button {
  background: transparent;
  color: white;
}
.navbar.custom-dark .lang-selector button:hover {
  background: rgba(255, 255, 255, 0.15);
}
.navbar.custom-dark button.hamburger {
  color: white;
}
.offcanvas-header {
  --bs-gutter-x: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.offcanvas-header .btn-close {
  color: white !important;
  margin-right: 0;
}
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.offcanvas-body {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offcanvas-body .navbar-nav-wrapper {
  padding: 0 10px;
}
.navbar-brand {
  padding-top: 0;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-font-size: 12px;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-stick:not(.navbar-dark) {
  --bs-navbar-color: var(--bs-text-dark);
  --bs-navbar-hover-color: var(--bs-text-dark);
  background: white;
}
.navbar .navbar-other .nav-item .nav-link > i {
  font-size: 14px;
}
.nav-link {
  --bs-nav-link-font-weight: 400;
  letter-spacing: 0 !important;
  display: flex;
  align-items: center;
  gap: 2.5px;
  transition: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  .nav-link:focus,
  .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
  }
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-nav-link-hover-color);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggle:after {
  font-weight: 200 !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggle:after {
    top: 6.5px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropend > .dropdown-menu {
    margin-left: 0;
    border-left: 2px solid var(--bs-secondary);
  }
}
.navbar-light .language-select .dropdown-toggle:after {
  color: inherit;
  line-height: 1;
  top: 0;
  font-size: 18px;
}
.nav-link.border-transparent-hover:hover {
  border-color: transparent !important;
}
.nav-link .nav-link-icon {
  line-height: 1 !important;
  opacity: 0;
  transition: 0.2s;
}
.nav-link:focus .nav-link-icon,
.nav-link:hover .nav-link-icon {
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar-expand-lg[class*="navbar-bg-"]:not(.fancy):not(.extended):not(.fixed)
    .navbar-collapse
    .nav-link:not(.no-padding) {
    padding: 0.25rem 0.25rem !important;
    margin: 0.75rem 0.5rem !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link:not(.no-padding) {
    padding: 0.25rem 0.5rem !important;
    margin: 0 !important;
  }
}
.navbar .navbar-other .nav-item .nav-link > svg {
  height: 1.3rem;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-other .nav-item.language-select .nav-link {
    font-size: 14px;
  }
}
button.hamburger {
  align-items: end;
}
button.hamburger span,
button.hamburger:after,
button.hamburger:before {
  height: 0.1rem;
  width: 1.75rem;
}
.dropdown-item {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 13px;
  color: var(--bs-text-dark);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-item:hover {
  background: rgba(0, 0, 0, 0.025);
  background: var(--bs-dark);
  color: white;
}
.dropdown-toggle::after {
  font-weight: 200 !important;
}
.offcanvas {
  --bs-offcanvas-width: 100%;
  background-color: none;
  background: var(--bs-dark);
  transition: none;
  color: var(--bs-text-dark);
}
.offcanvas.offcanvas-desktop {
  --bs-offcanvas-width: 20rem;
}
.offcanvas .ornament-1 {
  visibility: hidden;
  display: none;
}
.offcanvas .ornament-2 {
  visibility: hidden;
  display: none;
}
.navbar .btn-group-sm > .btn,
.navbar .btn-sm {
  font-size: 12px;
}
@media (min-width: 992px) {
  .navbar-expand-lg.extended .navbar-collapse-wrapper,
  .navbar-expand-lg.fancy .navbar-collapse-wrapper {
    border-radius: 100px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.fancy:not(.fixed) .navbar-collapse-wrapper {
    padding: 0 0.75rem 0 0.75rem;
  }
}
li > p {
  margin-bottom: 0.5rem;
}
.btn {
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.7;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.5rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  letter-spacing: 0 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: 0.2s;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}
.btn:not(.btn-link):hover {
  /* transform: unset; */
  box-shadow: none;
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 12px !important;
  --bs-btn-border-radius: 0.4rem !important;
}
.btn.btn-topbar {
  --bs-btn-font-size: 12px;
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 20px;
}
.btn-outline {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-gray-200);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: var(--bs-gray-50);
  --bs-btn-hover-border-color: var(--bs-gray-200);
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-disabled-color: rgba(var(--bs-dark-rgb), 0.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-dark-rgb), 0.5);
  --bs-gradient: none;
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-color: white;
  --bs-btn-hover-color: white;
  --bs-btn-active-color: white;
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 0.5);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.5);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.btn-outline-transparent-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary-dark);
  --bs-btn-hover-border-color: var(--bs-secondary-dark);
  --bs-btn-focus-shadow-rgb: 152, 159, 172;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-dark);
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
}
.btn-outline-transparent-dark {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-dark);
  --bs-gradient: none;
}
.btn-light {
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-bg: #e9e9e9;
  --bs-btn-hover-border-color: #e9e9e9;
  --bs-btn-active-bg: #e9e9e9;
  --bs-btn-active-border-color: #e9e9e9;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-active-color: var(--bs-primary);
}
.btn-gray {
  --bs-btn-bg: var(--bs-gray);
  --bs-btn-border-color: var(--bs-gray);
  --bs-btn-hover-bg: var(--bs-gray-dark);
  --bs-btn-hover-border-color: var(--bs-gray-dark);
  --bs-btn-active-bg: var(--bs-gray-dark);
  --bs-btn-active-border-color: var(--bs-gray-dark);
  --bs-btn-color: var(--bs-text-dark);
  --bs-btn-hover-color: var(--bs-text-dark);
  --bs-btn-active-color: var(--bs-text-dark);
}
.btn-tertiary {
  --bs-btn-bg: var(--bs-tertiary);
  --bs-btn-border-color: var(--bs-tertiary);
  --bs-btn-hover-bg: var(--bs-tertiary-dark);
  --bs-btn-hover-border-color: var(--bs-tertiary-dark);
  --bs-btn-active-bg: var(--bs-tertiary-dark);
  --bs-btn-active-border-color: var(--bs-tertiary-dark);
  --bs-btn-color: var(--bs-text-dark);
  --bs-btn-hover-color: var(--bs-text-dark);
  --bs-btn-active-color: var(--bs-text-dark);
}
.btn-dark {
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-dark-lighter {
  --bs-btn-bg: var(--bs-dark-lighter);
  --bs-btn-border-color: var(--bs-dark-lighter);
  --bs-btn-hover-bg: var(--bs-dark-lighter);
  --bs-btn-hover-border-color: var(--bs-dark-lighter);
  --bs-btn-active-bg: var(--bs-dark-lighter);
  --bs-btn-active-border-color: var(--bs-dark-lighter);
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-outline-danger {
  --bs-btn-color: var(--bs-danger);
  --bs-btn-border-color: var(--bs-danger);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-danger);
  --bs-btn-hover-border-color: var(--bs-danger);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-danger);
  --bs-btn-active-border-color: var(--bs-danger);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-danger);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-danger);
  --bs-gradient: none;
}
.bg-dark-lighter {
  background: var(--bs-dark-lighter);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: var(--bs-dark);
  --bs-table-border-color: var(--bs-dark);
  --bs-table-striped-bg: var(--bs-dark);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: var(--bs-dark);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: var(--bs-dark);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
}
.content-meta-header {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.content-meta-header .meta-item {
  background: rgba(255, 255, 255, 0.25);
  padding: 0 20px;
  border-left: 3px solid rgba(var(--bs-primary-rgb), 1);
}
.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.bullet-divider {
  display: block;
  height: 4px;
  width: 4px;
  min-width: 4px;
  background: var(--bs-body-color);
  border-radius: 50%;
  opacity: 0.5;
}
.share-buttons-wrapper {
  display: flex;
  gap: 7.5px;
  align-items: center;
}
.btn-share {
  border-radius: 0 !important;
  background: rgba(var(--bs-dark-rgb), 0.1) !important;
  color: rgba(var(--bs-dark-rgb), 0.75);
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
  padding: 0 7.5px;
  border-bottom: 2px solid transparent;
}
.btn-share:hover {
  background: rgba(var(--bs-dark-rgb), 0.75) !important;
  color: white;
}
.sticky-top {
  z-index: 200;
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 200;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 200;
  }
}
blockquote {
  font-size: inherit;
  padding: 1rem;
  font-style: italic;
  background: rgba(0, 0, 0, 0.025);
  color: var(--bs-text-dark);
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-bold {
  font-weight: 600 !important;
}
.pagination {
  gap: 10px;
  box-shadow: none;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-link {
  width: 2rem;
  height: 2rem;
  font-size: 0.65rem;
  font-weight: 500;
  transition: none;
  border-radius: 15px !important;
  border: 1px solid var(--bs-gray-200);
  color: var(--bs-gray-500);
  background-color: var(--bs-gray-50);
}
.active > .page-link,
.page-link.active,
.pagination .page-link:hover {
  z-index: 3;
  color: white;
  background-color: var(--bs-primary-dark);
  border-color: var(--bs-primary-dark);
}
.disabled > .page-link {
  z-index: 3;
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-300);
  background-color: transparent;
}
hr {
  margin: 1rem 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  width: 100%;
  padding: 0;
  line-height: 1;
  font-size: 13px;
}
.breadcrumb-item {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--bs-gray-600);
  line-height: 1.75;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
}
.breadcrumb-item span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: underline;
}
.breadcrumb-item a {
  color: inherit;
  text-wrap: nowrap;
  text-decoration: underline;
}
.breadcrumb-item a:hover {
  color: var(--bs-primary);
}
.breadcrumb.light .breadcrumb-item {
  color: var(--bs-secondary);
}
.breadcrumb.light .breadcrumb-item.active {
  color: rgba(var(--bs-secondary-rgb), 0.5);
}
.breadcrumb.light .breadcrumb-item a:hover {
  color: rgba(var(--bs-secondary-rgb), 0.5) !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
  font-size: inherit;
  margin-top: 0;
  font-family: inherit;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  color: inherit;
  width: 10px;
  height: 1px;
  /* background: var(--bs-gray-400); */
}
.breadcrumb.dark .breadcrumb-item {
  color: var(--bs-text-dark);
  font-weight: 400;
}
.breadcrumb.dark .breadcrumb-item + .breadcrumb-item::before {
  font-family: inherit;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  content: "/" !important;
  color: var(--bs-text-dark);
}
.goverlay {
  background: rgba(0, 0, 0, 0.75);
  background: rgba(var(--bs-dark-rgb), 0.75);
}
.glightbox-mobile .goverlay {
  background: rgba(0, 0, 0, 0.75);
  background: rgba(var(--bs-dark-rgb), 0.75);
}
.glightbox-clean .gprev:before {
  content: "\e92e";
}
.glightbox-clean .gnext:before {
  content: "\e930";
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
.hover-underline.dark {
  border-bottom: 1px solid transparent;
  width: fit-content;
  padding-bottom: 1px;
  transition: none;
}
.hover-underline.dark:hover {
  text-decoration: underline;
}
.hover-underline.light {
  border-bottom: 1px solid transparent;
  width: fit-content;
  padding-bottom: 1px;
}
.hover-underline.light:hover {
  text-decoration: underline;
}
.link-with-icon i {
  opacity: 0;
}
.link-with-icon:hover i {
  opacity: 1;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-1-25 {
  line-height: 1.25 !important;
}
.content-img {
  position: relative;
}
.content-img::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 20%;
  height: 8px;
  width: 60%;
  background: var(--bs-primary);
}
.content-img img {
  height: auto;
  width: 100%;
}
.section-sup-title {
  padding: 5px 20px;
  border-radius: 100px;
  display: flex;
  width: fit-content;
  font-size: 13px;
  color: var(--bs-dark);
  position: relative;
  align-items: center;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.section-title {
  color: var(--bs-secondary);
}
.section-title.light {
  color: white !important;
}
.section-title span {
  color: var(--bs-primary);
}
.section-title-divider {
  width: 40%;
  height: 5px;
  background: var(--bs-primary);
  margin: auto;
  margin-bottom: 30px;
}
.hero-section-custom {
  position: relative;
  color: white;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 75px;
  overflow: hidden;
}
.hero-section-custom.variant-2 {
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 200px;
}
.hero-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.hero-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(var(--bs-secondary-rgb), 0.25),
    rgba(var(--bs-secondary-dark-rgb), 0.75)
  );
}
.hero-section-custom.variant-2 .overlay {
  background: linear-gradient(
    0deg,
    white,
    rgba(255, 255, 255, 0.5),
    rgba(var(--bs-dark-rgb), 0.5),
    rgba(var(--bs-dark-rgb), 1)
  );
}
.hero-section-custom .overlay-top {
  position: absolute;
  background: linear-gradient(
    0deg,
    transparent,
    rgba(var(--bs-primary-dark-rgb), 1)
  );
  height: 75%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-section-custom .overlay-bottom {
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), transparent);
  height: 75%;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}
.hero-section-custom.variant-2 .overlay-bottom {
  display: block;
}
.hero-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
}
.hero-section-custom .title {
  color: white;
  font-size: 40px;
  margin: 0;
  line-height: 1.25 !important;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.hero-section-custom .sub-title {
  color: white;
  font-size: 20px;
  margin: 0;
}
.header-ornament-nilantara {
  position: absolute;
  height: 150px;
  bottom: -1px;
  right: 0;
}
.overlap-hero-top {
  position: relative;
  transform: translateY(-200px);
  margin-bottom: -200px;
  z-index: 1;
}
.overlap-hero-top .container,
.overlap-hero-top .container-fluid {
  padding-top: 0 !important;
}
.section-background-image .background-image {
  position: absolute;
  inset: 0;
}
.section-background-image .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section-background-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.section-background-image .overlay.dark {
  background: rgba(var(--bs-dark-rgb), 0.9);
}
.post-sidebar-wrapper {
  padding: 20px;
  background: var(--bs-gray-50);
  border-radius: 20px;
}
.post-sidebar-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 15px;
}
.post-sidebar-item.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  padding: 20px 0;
}
.post-sidebar-item.popular {
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bs-gray-100);
  border-radius: 0;
}
.post-sidebar-item.popular:last-child {
  border: 0;
  padding: 0;
}
.post-sidebar-item .numbering {
  font-size: 14px;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  margin: 0;
  background: var(--bs-gray-200);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: var(--bs-dark);
}
.post-sidebar-item .thumbnail {
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.post-sidebar-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-sidebar-item .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-sidebar-item .details .title {
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-dark);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-sidebar-item .details .title:hover {
  text-decoration: underline;
}
.post-sidebar-item.popular .details .title {
  font-weight: 400;
}
.post-sidebar-item .details .description {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-sidebar-item .details .author {
  margin: 0;
  font-size: 10px;
  color: var(--bs-dark);
  padding: 2px 15px;
  background: rgba(var(--bs-dark-rgb), 0.05);
  border-radius: 10px;
}
.post-sidebar-item .details .date {
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
}
.dropdown-toggle:after {
  font-size: inherit;
}
.dropdown-menu {
  --bs-dropdown-font-size: 14px;
  --bs-dropdown-min-width: 5rem;
  --bs-dropdown-item-padding-x: 2rem;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-padding-y: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light
    .dropdown:not(.dropdown-submenu)
    > .dropdown-toggle:after {
    color: inherit;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
    top: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg:not(.hover-none)
    .navbar-nav
    .dropdown:not(.dropdown-submenu):hover
    > .dropdown-menu {
    top: 100%;
    border-radius: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-dark:not(.transparent)
    .navbar-nav
    .dropdown:not(.dropdown-submenu):not(.language-select)
    > .dropdown-menu,
  .navbar-expand-lg.navbar-light:not(.transparent)
    .navbar-nav
    .dropdown:not(.dropdown-submenu):not(.language-select)
    > .dropdown-menu,
  .navbar-expand-lg.transparent.fixed
    .navbar-nav
    .dropdown:not(.dropdown-submenu):not(.language-select)
    > .dropdown-menu {
    margin-top: 0.75rem;
  }
}
.content-title {
  border-bottom: 1px solid var(--bs-text-dark);
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-title svg {
  height: 30px;
}
.content-title svg path {
  fill: var(--bs-text-dark);
  color: var(--bs-text-dark);
}
.content-body {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.015);
  padding: 20px;
}
.content-sidebar {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.015);
  padding: 20px;
}
.post-header-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.post-header-item .thumbnail {
  aspect-ratio: 4 / 3;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
}
.post-header-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-header-item .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5px;
  padding: 30px;
  background: linear-gradient(45deg, var(--bs-primary), transparent 60%);
}
.post-header-item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-header-item .content .title:hover {
  text-decoration: underline;
}
.post-header-sidebar-item.popular .details .title {
  font-weight: 400;
}
.post-header-item .content .description {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-header-item .content .author {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.post-header-item .content .date {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.post-header-sidebar-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 10px;
  border-radius: 15px;
}
.post-header-sidebar-item.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  padding: 20px 0;
}
.post-header-sidebar-item .thumbnail {
  aspect-ratio: 4 / 3;
  height: 75px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.post-header-sidebar-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-header-sidebar-item .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-header-sidebar-item .details .title {
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-dark);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-header-sidebar-item .details .title:hover {
  text-decoration: underline;
}
.post-header-sidebar-item.popular .details .title {
  font-weight: 400;
}
.post-header-sidebar-item .details .description {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-header-sidebar-item .details .author {
  margin: 0;
  font-size: 10px;
  color: var(--bs-primary);
  padding: 2px 15px;
  background: rgba(var(--bs-primary-rgb), 0.05);
  border-radius: 10px;
}
.post-header-sidebar-item .details .date {
  margin: 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.post-main-item {
  display: flex;
  align-items: center;
  gap: 35px;
  background: white;
  padding: 10px;
  border-radius: 15px;
}
.post-main-item.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  padding: 20px 0;
}
.post-main-item.popular {
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.post-main-item .numbering {
  font-size: 14px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  margin: 0;
  background: rgba(0, 0, 0, 0.035);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  color: var(--bs-dark);
}
.post-main-item .thumbnail {
  height: 200px;
  flex: 0 0 auto;
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
}
.post-main-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main-item .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-main-item .details .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-dark);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-main-item .details .title:hover {
  text-decoration: underline;
}
.post-main-item.popular .details .title {
  font-weight: 400;
}
.post-main-item .details .description {
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-main-item .details .author {
  margin: 0;
  font-size: 13px;
  color: var(--bs-primary);
  padding: 2px 15px;
  background: rgba(var(--bs-primary-rgb), 0.05);
  border-radius: 10px;
}
.post-main-item .details .date {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.hero-bg-image-custom .hero-bg-image {
  position: absolute;
  inset: 0;
}
.hero-bg-image-custom .hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg-image-custom .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    var(--bs-primary) 15%,
    rgba(var(--bs-primary-rgb), 0.5)
  );
}
.overlay-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  color: white;
}
.tooltip-container {
  position: relative;
}
.tooltip-content {
  visibility: hidden;
  background-color: var(--bs-primary);
  font-size: 12px;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(130%);
  line-height: 1.25;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tooltip-content .arrow-up {
  top: 0;
  transform: translateY(calc(-100% + 2px));
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--bs-primary);
}
.tooltip-container.active .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.menu-header {
  display: flex;
  align-items: center;
  margin-left: 50px;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.menu-header a {
  color: var(--bs-text-dark);
  font-weight: 700;
  text-wrap: nowrap;
}
.progress-wrap:after {
  content: "\e932";
  font-size: 1.5rem;
}
.logo-wrapper {
  position: relative;
  display: flex;
  flex: 0 0 auto;
}
.logo-wrapper .svg-side {
  position: absolute;
  height: 80% !important;
  width: fit-content !important;
  right: -2px;
  top: 10%;
}
.logo-wrapper .svg-side.primary > * {
  fill: var(--bs-primary);
}
.logo-wrapper .svg-side.gray > * {
  fill: rgba(var(--bs-gray-rgb), 1);
}
.logo-wrapper .dark-body {
  position: relative;
  background: var(--bs-dark);
  padding: 10px 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo-wrapper .dark-body svg {
  height: fit-content;
  width: 60%;
  position: absolute;
}
.logo-wrapper .dark-body .top-svg {
  top: -1px;
  left: 0;
  transform: translateX(40%);
}
.logo-wrapper .dark-body .top-svg > * {
  fill: white;
}
.logo-wrapper .dark-body .bottom-svg {
  bottom: -1px;
  left: 0;
  transform: translateX(-40%);
  rotate: 180deg;
}
.logo-wrapper .dark-body .bottom-svg > * {
  fill: white;
}
.logo-wrapper .logo {
  height: 30px !important;
}
.logo-wrapper .primary-body {
  position: relative;
  background: var(--bs-primary);
  width: 30px;
  height: 100%;
}
.nav-tabs.nav-tabs-basic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-tabs.nav-tabs-basic .nav-item {
  margin-bottom: 0 !important;
}
.nav-tabs.nav-tabs-basic .nav-link {
  border: 0;
  border-radius: 10px 10px 0 0;
  border-color: transparent;
  background: 0 0;
  padding: 0.6rem 1rem;
  margin-right: 0;
  margin-bottom: -1px !important;
  border-bottom: 4px solid transparent;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  width: fit-content;
  text-wrap: nowrap;
}
.nav-tabs.nav-tabs-basic .nav-link:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.05);
}
.nav-tabs.nav-tabs-basic .nav-link.active {
  color: var(--bs-text-dark);
}
.nav-tabs.nav-tabs-basic .nav-link.active:hover {
  border-color: var(--bs-primary);
  background: transparent;
}
.contact-icon-footer {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: var(--bs-dark);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--bs-primary);
}
.progress-wrap:after {
  color: var(--bs-primary);
}
.success-icon-custom {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(var(--bs-success-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-success);
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-icon-custom {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(var(--bs-danger-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-danger);
  display: flex;
  justify-content: center;
  align-items: center;
}
.reset-desc {
  line-height: 1.75;
}
.reset-desc table {
  margin-bottom: 1rem;
  width: 100% !important;
  border-color: #e7e7e7;
  font-size: 12px;
  line-height: 1.5;
}
.reset-desc table td {
  padding: 9px 12px;
  vertical-align: top;
}
.reset-desc img {
  max-width: 100%;
}
.reset-desc blockquote p:last-child {
  margin: 0;
}
[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
  list-style: none;
}
.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.small-icon li {
  margin: 0 3.5px;
}
.extra-small-icon li {
  margin: 0 1px;
}
.elements-social ul li:first-child {
  margin-left: 0 !important;
}
.elements-social ul li {
  display: inline-block;
}
.social-icon-style-09 ul.primary li a {
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
.elements-social .primary li a {
  color: var(--bs-primary) !important;
}
.social-icon-style-09 ul.primary li a:hover {
  color: white !important;
  text-decoration: none;
}
.social-icon-style-09 ul.primary li a span {
  background-color: var(--bs-primary);
}
.social-icon-style-09 ul.secondary li a {
  border-color: rgba(var(--bs-secondary-rgb), 0.5);
}
.elements-social .secondary li a {
  color: var(--bs-secondary) !important;
}
.social-icon-style-09 ul.secondary li a:hover {
  color: var(--bs-dark) !important;
  text-decoration: none;
}
.social-icon-style-09 ul.secondary li a span {
  background-color: var(--bs-secondary);
}
.social-icon-style-09 ul.light li a {
  border-color: rgba(255, 255, 255, 0.5);
}
.elements-social .light li a {
  color: white !important;
}
.social-icon-style-09 ul.dark li a {
  border-color: rgba(var(--bs-primary-dark-rgb), 0.5);
}
.elements-social .dark li a {
  color: var(--bs-primary-dark) !important;
}
.social-icon-style-09 ul li a {
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  position: relative;
}
.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-09 ul.light li a:hover {
  color: var(--bs-primary-dark) !important;
  text-decoration: none;
}
.social-icon-style-09 ul.light li a span {
  background-color: white;
}
.social-icon-style-09 ul.dark li a:hover {
  color: white !important;
  text-decoration: none;
}
.social-icon-style-09 ul.dark li a span {
  background-color: var(--bs-primary);
}
.social-icon-style-09 ul li a span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--bs-dark);
}
.social-icon-style-09 ul li a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.elements-social li a svg {
  height: 18px;
}
.elements-social .light li a svg > * {
  fill: white;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}
.elements-social .dark li a svg > * {
  fill: var(--bs-text-dark);
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-09 ul li a:hover svg > * {
  fill: var(--bs-dark);
}
.social-icon-style-09 .dark li a:hover svg > * {
  fill: white;
}
.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}
.extra-small-icon a {
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.text-with-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.text-with-line::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
.text-with-line::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget,
.goog-te-combo,
#goog-gt-tt,
.goog-te-spinner,
.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.top-bar-custom {
  margin: 0 60px;
  border-radius: 0px 0px 60px 60px;
  background: linear-gradient(
    0deg,
    rgba(var(--bs-primary-dark-rgb), 0.05),
    transparent 30%
  );
  position: relative;
  z-index: 1;
}
.faq-category-wrapper .faq-category-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.faq-category-wrapper .faq-category-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--bs-gray-100);
}
.faq-category-wrapper .faq-category-item .faq-category-title {
  font-size: 16px;
  color: var(--bs-primary);
  font-family: var(--bs-body-font-family);
  font-weight: 600;
}
.accordion-style-02 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accordion-style-02 .accordion-item {
  background: var(--bs-gray-50);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-style-02 .accordion-item.home-placement {
  background: rgba(255, 255, 255, 0.45) !important;
}
.accordion-style-02 .accordion-item .accordion-header {
  border: none !important;
}
.accordion-style-02 .accordion-item.home-placement .accordion-header {
  border: none !important;
}
.accordion-style-02 .accordion-item .accordion-header a {
  padding: 10px 10px 10px 20px;
  display: block;
  transition: none;
  color: var(--bs-text-dark);
}
.accordion-style-02 .accordion-item .accordion-header a.collapsed {
  color: var(--bs-text-dark);
}
.accordion-style-02 .accordion-item .accordion-header a.collapsed:hover {
  color: var(--bs-text-dark);
}
.accordion-style-02 .accordion-item .accordion-header a h2 {
  font-family: var(--bs-body-font-family);
  color: var(--bs-text-dark);
}
.accordion-style-02 .accordion-item .accordion-header a.collapsed h2 {
  color: var(--bs-text-dark);
}
.accordion-style-02 .accordion-item .accordion-header a.collapsed:hover h2 {
  color: var(--bs-text-dark);
}
.accordion-style-02 .accordion-item .accordion-header a .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-style-02 .accordion-item .accordion-body {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  padding-top: 10px;
}
.accordion-style-02 .accordion-item.home-placement .accordion-body {
  color: var(--bs-text-dark);
}
.small-icon.super-small a {
  font-size: 14px;
  height: 30px;
  width: 30px;
}
.small-icon.super-small a svg {
  height: 14px !important;
  width: 14px;
}
.visitor-stat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
}
.visitor-stat-item:before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
/*.visitor-stat-item.today:before {*/
/*    background: var(--bs-tertiary);*/
/*}*/
.visitor-stat-item.online:before {
  background: greenyellow;
}
.icon-with-backgound {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 25px;
  width: 25px;
  min-width: 25px;
  background: var(--bs-primary);
  color: white;
  border-radius: 50%;
}
.overlay-section {
  position: absolute;
  inset: 0;
}
.overlay-section.primary {
  background: linear-gradient(
    0deg,
    rgba(var(--bs-primary-rgb), 0.85),
    transparent
  );
}
.overlay-section.dark {
  background: linear-gradient(
    0deg,
    rgba(var(--bs-dark-rgb), 0.85),
    transparent
  );
}
.overlay-section.primary.variant-2 {
  background: linear-gradient(
    270deg,
    rgba(var(--bs-primary-rgb), 1),
    transparent
  );
}
.overlay-section.dark.variant-2 {
  background: linear-gradient(270deg, rgba(var(--bs-dark-rgb), 1), transparent);
}
.overlay-section.light.variant-2 {
  background: linear-gradient(270deg, white, transparent);
}
.navbar-clone {
  transition: none;
}
.readmore-text.with-overlay {
  position: relative;
}
.readmore-text.with-overlay:after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, white, transparent);
}
.readmore-text.with-overlay.expanded:after {
  content: none;
}
.cs_readmore-btn {
  background: none;
  padding: 0;
  border: 0;
  color: var(--bs-text-dark);
  margin-top: 20px;
}
footer {
  position: relative;
  font-size: 14px;
}
.footer.bg-dark,
footer.bg-dark {
  background: var(--bs-dark) !important;
}
footer .footer-layer {
  z-index: 0;
  width: 100%;
  height: 5.75rem;
  position: relative;
  overflow: hidden;
}
footer .footer-layer.gray {
  background: var(--bs-gray-50);
}
footer .footer-layer::after {
  background: linear-gradient(
    90deg,
    var(--bs-secondary) 0%,
    var(--bs-secondary) 100%
  );
  content: "";
  position: absolute;
  width: 101%;
  height: 300px;
  left: 0;
  top: 20px;
  border-top-left-radius: 70px;
  border-top-right-radius: 90px;
  transform: rotate(358deg);
}
@media (max-width: 568px) {
  footer .footer-layer {
    height: 1.75rem;
  }
  footer .footer-layer::after {
    top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 30px;
    transform: rotate(358deg);
  }
}
@media (min-width: 1600px) {
  footer .footer-layer::after {
    top: 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 100px;
    transform: rotate(358deg);
  }
}
footer .footer-wrap {
  background: linear-gradient(
    0deg,
    var(--bs-secondary-dark),
    var(--bs-secondary)
  );
  background: var(--bs-gray-50);
}
footer .footer-ornament-1 {
  position: absolute;
  height: 125px;
  top: -40px;
  left: 40px;
}
footer .footer-ornament-2 {
  position: absolute;
  height: 250px;
  bottom: 20px;
  right: 0;
}
.footer-ornament-nilantara {
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
}
.form-input-dark .form-label {
  color: white;
}
.form-input-dark .form-control {
  color: white !important;
  border-color: white;
  background: rgba(255, 255, 255, 0.05);
}
.form-input-dark .form-control::placeholder {
  color: white;
  opacity: 0.5;
}
.link-custom {
  font-weight: 500;
  text-decoration: underline;
}
.table-p-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-dark);
}
.fs-14 {
  font-size: 14px;
}
.table-primary {
  --bs-table-color: white;
  --bs-table-bg: var(--bs-primary);
  --bs-table-active-color: white;
  --bs-table-hover-bg: var(--bs-primary);
  --bs-table-hover-color: white;
  color: var(--bs-table-color);
  border-color: var(--bs-primary);
}
.table.table-with-border-radius {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.rounded-img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.form-check-custom {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: var(--bs-text-dark);
  padding: 5px 0;
}
.form-check-custom .form-check-input {
  float: none;
  margin: 0;
  padding: 0;
}
.form-check-custom .form-check-input:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.footer-contact-item {
  display: flex;
  gap: 20px;
  align-items: start;
}
.footer-contact-item .icon-wrapper {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-secondary-dark);
  background: white;
  font-size: 16px;
}
.footer-contact-item .icon-wrapper.primary {
  border: 1px solid var(--bs-primary);
  color: white;
  background: var(--bs-primary);
}
.overlay span.bg {
  background: rgba(var(--bs-dark-rgb), 0.6);
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background: rgba(var(--bs-dark-rgb), 0.3);
}
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
  background: rgba(var(--bs-dark-rgb), 0.5);
}
#offcanvas-search .search-form:before {
  font-size: 13px;
  color: var(--bs-dark);
}
#offcanvas-search .search-form .form-control {
  font-size: 13px;
  padding-left: 1.75rem;
  padding-right: 0.75rem !important;
}
#offcanvas-search .btn-close {
  color: var(--bs-dark);
}
#offcanvas-search .btn-close:before {
  background: rgba(0, 0, 0, 0.08);
  font-size: 13px;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}
#offcanvasMobileMenu {
  background: white;
  z-index: 3000;
}
#offcanvasMobileMenu .btn-close:before {
  background: var(--bs-primary);
}
#offcanvasMobileMenu .offcanvas-body .navbar-nav {
  flex-direction: column;
}
#offcanvasMobileMenu .offcanvas-body .navbar-nav .nav-link {
  padding: 10px 0;
  border-bottom: 1px solid var(--bs-gray-50);
  font-size: 14px;
  justify-content: space-between;
  border-radius: 0;
}
#offcanvasMobileMenu .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  background: none;
}
#offcanvasMobileMenu .offcanvas-body .navbar-nav .dropdown-menu {
  position: relative !important;
  transform: none !important;
  box-shadow: none;
}
#offcanvasMobileMenu .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: var(--bs-dark);
  font-weight: 400;
}
#offcanvasAccountMenu {
  background: white;
  z-index: 3000;
}
#offcanvasAccountMenu .btn-close:before {
  background: var(--bs-primary);
}
#offcanvasAccountMenu .offcanvas-body .navbar-nav {
  flex-direction: column;
}
#offcanvasAccountMenu .offcanvas-body .navbar-nav .nav-link {
  padding: 10px 0;
  border-bottom: 1px solid var(--bs-gray-50);
  font-size: 14px;
  justify-content: space-between;
  border-radius: 0;
}
#offcanvasAccountMenu .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  background: none;
}
#offcanvasAccountMenu .offcanvas-body .navbar-nav .dropdown-menu {
  position: relative !important;
  transform: none !important;
  box-shadow: none;
}
#offcanvasAccountMenu
  .offcanvas-body
  .navbar-nav
  .dropdown-menu
  .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: var(--bs-dark);
  font-weight: 400;
}
.form-label {
  font-weight: 400;
}
.form-select {
  line-height: 1.5;
}
.widget-title {
  font-family: var(--bs-font-heading);
  font-size: 1rem;
  line-height: 1.5 !important;
}
.section-title-custom {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-primary);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.section-title-custom.start {
  justify-content: start;
}
.section-title-custom:before {
  content: "";
  display: block;
  height: 7px;
  width: 30px;
  background: url("../../../images/ornament-text.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-title-custom.start:before {
  content: none;
}
.section-title-custom:after {
  content: "";
  display: block;
  height: 7px;
  width: 30px;
  background: url("../../../images/ornament-text.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-to-a {
  padding: 0;
  background: none;
  border: none;
}
.form-check-input {
  width: 0.75rem;
  height: 0.75rem;
}
.page-content {
  padding: 40px;
  border: 1px solid var(--bs-gray-50);
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.contact-content {
  padding: 20px;
  border: 1px solid var(--bs-gray-50);
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.contact-content.cta-position {
  position: relative;
  background: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding: 30px;
  padding-top: 40px;
}
.contact-content.cta-position .corner-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transform: translateX(-100%);
}
.contact-content.cta-position .corner-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  transform: translateX(100%) rotate(270deg);
}
.method-payment-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.method-payment-wrapper .method-payment-item img {
  height: 50px;
  opacity: 1;
}
.share-modal .modal-content {
  border-radius: 20px;
}
.share-modal .modal-header {
  align-items: start;
  justify-content: start;
  padding: 10px 20px;
  padding-right: 10px;
  border-bottom: 1px solid var(--bs-gray-100);
  gap: 20px;
}
.share-modal .modal-header .icon-wrapper {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: var(--bs-gray-100);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--bs-gray-300);
}
.share-modal .modal-header .modal-title {
  color: var(--bs-dark);
  line-height: 1;
  margin-bottom: 5px;
}
.share-modal .modal-header .modal-sub-title {
  color: var(--bs-gray-500);
  font-size: 12px;
  margin: 0;
}
.share-modal .modal-header .btn-close {
  position: relative;
  top: 0;
  right: unset;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
.share-modal .modal-header .btn-close:before {
  border-radius: 10px;
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
}
.share-modal .modal-body {
  padding: 20px;
}
.share-modal .modal-body .share-socmed-container {
  display: flex;
  gap: 10px;
}
.share-modal .modal-body .share-socmed-container .socmed-button {
  background: var(--bs-gray-50);
  border: 1px solid var(--bs-gray-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  transition: 0.2s;
}
.share-modal .modal-body .share-socmed-container .socmed-button:hover {
  transform: scale(1.05);
}
.share-modal .modal-body .share-socmed-container .socmed-button .socmed-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}
.share-modal
  .modal-body
  .share-socmed-container
  .socmed-button
  .socmed-icon.facebook {
  background: #1877f2;
  color: white;
}
.share-modal
  .modal-body
  .share-socmed-container
  .socmed-button
  .socmed-icon.whatsapp {
  background: #25d366;
  color: white;
}
.share-modal
  .modal-body
  .share-socmed-container
  .socmed-button
  .socmed-icon.telegram {
  background: #0088cc;
  color: white;
}
.share-modal
  .modal-body
  .share-socmed-container
  .socmed-button
  .socmed-icon.x-twitter {
  background: #000;
  color: white;
}
.share-modal .modal-body .share-socmed-container .socmed-button p {
  margin: 0;
}
.share-modal .modal-body .divider-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.share-modal .modal-body .divider-line {
  flex: 1;
  height: 0.5px;
  background: var(--bs-gray-100);
}
.share-modal .modal-body .divider-text {
  font-size: 11px;
  color: var(--bs-gray-400);
}
.share-modal .modal-body .url-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: var(--bs-gray-100);
  border-radius: 5px;
}
.share-modal .modal-body .url-container p {
  font-size: 12px;
  margin: 0 !important;
  line-height: unset;
}
.share-modal .modal-body .url-container button {
  border: 0;
  background: transparent;
}
.product-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: var(--bs-gray-50);
  height: 100%;
  border-radius: 10px;
  transition: 0.2s;
}
.product-item .thumbnail-wrapper {
  position: relative;
  min-width: 50%;
  width: 50%;
}
.product-item .thumbnail {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.product-item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-item .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
  padding: 10px;
}
.product-item .content p {
  margin: 0;
}
.product-item .content .title {
  margin: 0;
  letter-spacing: 0;
}
.product-item .content .title a {
  color: var(--bs-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#offcanvasCategoryMenu {
  background: white;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  width: 80%;
}
#offcanvasCategoryMenu .offcanvas-header .btn-close {
  margin-right: 0;
}
#offcanvasCategoryMenu .btn-close:before {
  background: var(--bs-primary);
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}
#offcanvasCategoryMenu .offcanvas-header {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid var(--bs-gray-100);
}
#offcanvasCategoryMenu .offcanvas-body {
  flex-grow: 1;
  overflow-y: scroll;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 30px;
}
#offcanvasCategoryMenu .offcanvas-body .sidebar-category-item {
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bs-gray-50);
}
#offcanvasCategoryMenu
  .offcanvas-body
  .sidebar-category-item
  .sidebar-sub-category-wrapper {
  gap: 10px;
}
.btn-toggle-sidebar-category {
  display: flex;
  gap: 7.5px;
  align-items: center;
  background: transparent;
  border: 1px solid var(--bs-gray-200);
  padding: 5px 15px 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
}
.btn-toggle-sidebar-category svg {
  height: 15px;
  stroke: var(--bs-dark);
}
.btn-toggle-sidebar-category .icon {
  height: 15px;
  width: 15px;
}
.modal-sort .modal-header {
  padding: 15px 20px;
}
.modal-sort .modal-header .modal-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.modal-sort .modal-header .btn-close {
  position: relative;
  top: 0;
  right: 0;
}
.modal-sort .modal-header .btn-close:before {
  font-size: 18px;
  height: 30px;
  width: 30px;
  color: var(--bs-dark);
  background: var(--bs-gray-50);
}
.modal-sort .modal-body {
  padding: 20px;
}
.modal-sort .modal-body .form-check-custom {
  font-size: 14px;
}
.modal-sort .modal-footer {
  padding: 10px 10px;
}
.sidebar-category-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar-category-wrapper .sidebar-category-item .link {
  color: var(--bs-dark);
}
.sidebar-category-wrapper .sidebar-category-item .link:hover {
  text-decoration: underline;
}
.sidebar-category-item {
  margin-bottom: 5px;
}
.sidebar-category-item .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-btn {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  user-select: none;
  transition: transform 0.3s;
  background: var(--bs-gray-50);
  border: 1px solid var(--bs-gray-200);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1 !important;
}
.sidebar-sub-category-wrapper {
  display: none;
  padding-left: 20px;
  margin-top: 5px;
  border-left: 2px solid var(--bs-gray-100);
  flex-direction: column;
  gap: 5px;
}
.sidebar-sub-category-wrapper.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
.toggle-btn.rotate {
  transform: rotate(45deg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-details-section .thumbnail-product-details {
  display: block;
  aspect-ratio: 1 / 1;
}
.product-details-section .thumbnail-product-details picture {
  display: block;
  height: 100%;
  width: 100%;
}
.product-details-section .thumbnail-product-details picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details-section .product-author {
  color: var(--bs-gray-400);
  margin-bottom: 10px;
}
.product-details-section .product-title {
  font-weight: 700;
  letter-spacing: -1px;
}
.product-details-section .product-sub-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--bs-gray-500);
}
.product-details-section .price-wrapper .price {
  color: var(--bs-dark);
  font-size: 30px;
  font-weight: 700;
}
.product-details-section .price-wrapper .discount-percent {
  font-size: 14px;
  padding: 2px 5px;
  font-weight: 700;
  border-radius: 5px;
  background: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary);
}
.product-details-section .price-wrapper .discount-price {
  font-size: 16px;
  color: var(--bs-gray-400);
  text-decoration: line-through;
}
.product-details-section .action-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 20px;
  align-items: center;
}
.product-details-section .action-wrapper .separator {
  height: 20px;
  width: 1px;
  background: var(--bs-gray-200);
}
.product-details-section .action-wrapper .btn-action {
  display: flex;
  align-items: center;
  gap: 7.5px;
  text-wrap: nowrap;
  border: 0;
  background: transparent;
  color: var(--bs-gray-600);
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  transition: 0.1s;
}
.product-details-section .action-wrapper .btn-action:hover {
  background: var(--bs-gray-100);
}
.product-details-section .action-wrapper .btn-action.variant-2 {
  background: var(--bs-primary);
  color: white;
}
.product-details-section .action-wrapper .btn-action.variant-2:hover {
  background: var(--bs-primary-dark);
}
.product-details-section .action-wrapper .btn-action svg {
  min-width: 20px;
  height: 20px;
}
.product-details-section .action-wrapper .btn-action svg.set-stroke {
  stroke: var(--bs-gray-600);
}
.product-details-section .action-wrapper .btn-action svg.set-fill {
  fill: var(--bs-gray-600);
}
.product-details-section .action-wrapper .btn-action.variant-2 svg.set-stroke {
  stroke: white;
}
.product-details-section .action-wrapper .btn-action.variant-2 svg.set-fill {
  fill: white;
}
.product-details-section .action-wrapper .btn-action.wishlisted svg {
  stroke: var(--bs-primary-dark);
  fill: var(--bs-primary-dark);
}
.product-details-section .reset-desc {
  line-height: 1.5;
  font-size: 13px;
}
.productSwiperWrapper .swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
}
.productSwiperWrapper .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-gray-200);
  opacity: 1;
}
.productSwiperWrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-primary-dark);
  opacity: 1;
}
.only-content-section-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    45deg,
    var(--bs-primary-soft),
    var(--bs-secondary-soft)
  );
}
.only-content-section-wrapper .container {
  background: white;
  padding: 100px 150px;
  border-radius: 60px;
  box-shadow: rgba(149, 157, 165, 0.025) 0px 8px 24px;
}
.article-item {
  position: relative;
  display: flex;
  gap: 20px;
  height: 100%;
  transition: 0.2s all ease;
  border: 1px solid var(--bs-gray-100);
  border-radius: 10px;
  padding: 10px;
  padding-right: 20px;
}
.article-item.no-image {
  padding: 20px;
  background: white;
  flex-direction: column;
}
.article-item .thumbnail {
  aspect-ratio: 3 / 2;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-width: 50%;
  width: 50%;
}
.article-item.no-image .thumbnail {
  min-width: 100%;
  width: 100%;
}
.article-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.article-item:hover .thumbnail img {
  transform: scale(1.1);
}
.article-item .thumbnail span {
  background: var(--bs-primary);
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.article-item .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.article-item .content .category-link {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary-dark);
  width: fit-content;
  padding: 2px 20px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 4px;
  text-decoration: none !important;
}
.article-item .content .meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: var(--bs-primary);
  margin-bottom: 5px;
}
.article-item .content .title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}
.article-item .content .title.small-title {
  font-size: 14px;
}
.article-item .content .title a {
  color: var(--bs-text-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-item .content .title a:hover {
  text-decoration: underline;
}
.article-item .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-item.vertical {
  flex-direction: column;
  padding: 0;
  border: none;
  border-radius: 0;
  gap: 10px;
}
.article-item.vertical .thumbnail {
  min-width: 100%;
  width: 100%;
}
.article-item.vertical .content {
  text-align: start;
}
.article-item.vertical .content .category-link {
  top: 0;
  left: 0;
  transform: none;
  position: relative;
}
.article-item.vertical .content .desc {
  display: none !important;
}
.article-item.vertical .content .link-custom {
  display: none;
}
.article-item.variant-3 {
  flex-direction: column;
  padding: 0;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  gap: 0;
}
.article-item.variant-3 .thumbnail {
  min-width: 100%;
  width: 100%;
  aspect-ratio: 1.75 / 1;
  border-radius: 0;
}
.article-item.variant-3 .thumbnail span {
  border-radius: 5px;
}
.article-item.variant-3 .content {
  text-align: center;
  padding: 20px;
  margin-top: -20px;
  position: relative;
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.blogSwiperWrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.blogSwiperWrapper .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
}
.blogSwiperWrapper .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-gray-200);
  opacity: 1;
}
.blogSwiperWrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-primary);
  opacity: 1;
}
.blogSwiperWrapper .swiper-button-next,
.blogSwiperWrapper .swiper-button-prev {
  height: 40px;
  width: 40px;
  background-color: white;
  color: var(--bs-dark);
  border: 1px solid var(--bs-gray-300);
  border-radius: 50%;
  visibility: visible;
  top: unset !important;
  display: flex;
  opacity: 0;
  margin: 0;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .blogSwiperWrapper .swiper-button-next,
  .blogSwiperWrapper .swiper-button-prev {
    display: none;
  }
}
.blogSwiperWrapper:hover .swiper-button-next,
.blogSwiperWrapper:hover .swiper-button-prev {
  opacity: 1;
}
.blogSwiperWrapper .swiper-button-next:hover,
.blogSwiperWrapper .swiper-button-prev:hover {
  border: 1px solid var(--bs-dark);
}
.blogSwiperWrapper .swiper-button-prev {
  left: -20px;
  right: auto;
}
.blogSwiperWrapper .swiper-button-next {
  right: -20px;
  left: auto;
}
@media (max-width: 991.98px) {
  .blogSwiperWrapper .swiper-button-prev {
    left: 0px;
    right: auto;
    position: relative;
    float: left;
    margin-top: 0;
    transform: translateY(-15px);
  }
  .blogSwiperWrapper .swiper-button-next {
    right: 0px;
    left: auto;
    position: relative;
    float: right;
    margin-top: 0;
    transform: translateY(-15px);
  }
}
.blogSwiperWrapper .swiper-button-next:after,
.blogSwiperWrapper .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 600;
}
.blogSwiperWrapper .swiper-button-next.swiper-button-disabled,
.blogSwiperWrapper .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
}
.post-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.post-category-wrapper .post-category-item {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary-dark);
  border-radius: 5px;
  border: 1px solid transparent;
}
.post-category-wrapper .post-category-item:hover {
  border: 1px solid var(--bs-primary);
}
.post-category-wrapper .post-category-item.active {
  background: var(--bs-primary);
  color: white;
}
.sertification-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.sertification-image-wrapper.small {
  gap: 10px;
}
.sertification-image-wrapper .sertification-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.sertification-image-wrapper .sertification-image img {
  min-height: 75px;
  max-height: 75px;
  max-width: 100px;
  object-fit: contain;
}
.sertification-image-wrapper.small .sertification-image img {
  min-height: 40px;
  max-height: 40px;
  max-width: 55px;
  object-fit: contain;
}
.sertification-image-wrapper .sertification-image .title {
  font-size: 12px;
  color: var(--bs-dark);
  padding: 2px 10px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 3px;
  text-align: center;
}
.sertification-category-wrapper {
  position: relative;
}
.sertification-category-wrapper .sertification-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
  text-align: center;
}
.sertification-category-wrapper .sertification-category .left-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sertification-category-wrapper
  .sertification-category
  .left-content
  .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sertification-category-wrapper
  .sertification-category
  .left-content
  .header-content
  .icon {
  position: relative;
  min-width: 75px;
  width: 75px;
  height: 75px;
  background: var(--bs-secondary);
  background: linear-gradient(45deg, var(--bs-secondary) 0%, var(--bs-secondary-very-dark) 25%, var(--bs-secondary) 50%, var(--bs-secondary-very-dark) 75%, var(--bs-secondary) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  box-shadow: rgba(var(--bs-secondary-rgb), 0.5) 0px 8px 24px;
}
.sertification-category-wrapper
  .sertification-category
  .left-content
  .header-content
  .icon::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 1px solid var(--bs-secondary);
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.sertification-category-wrapper
  .sertification-category
  .left-content
  .header-content
  .icon
  img {
  height: 30px;
}
.sertification-category-wrapper
  .sertification-category
  .left-content
  .header-content
  .title {
  font-size: 25px;
  margin: 0;
  line-height: 1.25;
  font-weight: 600;
  color: var(--bs-dark);
}
.sertification-category-wrapper .sertification-category .left-content .line {
  min-width: 55px;
  width: 55px;
  height: 3px;
  margin-left: 10px;
  background: var(--bs-secondary);
}
.sertification-category-wrapper .sertification-category .right-content {
  width: calc(60% - 10px);
}
.sertification-category-wrapper
  .sertification-category
  .right-content
  .sertification-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
  justify-content: center;
  align-items: start;
}
.sertification-category-wrapper
  .sertification-category
  .right-content
  .sertification-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
}
.sertification-category-wrapper
  .sertification-category
  .right-content
  .sertification-image
  img {
  min-height: 75px;
  max-height: 75px;
  max-width: 100px;
  object-fit: contain;
}
.sertification-category-wrapper
  .sertification-category
  .right-content
  .sertification-image
  .title {
  font-size: 10px;
  max-width: 100px;
}
.img-wrapper-custom {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.img-wrapper-custom::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  top: 0px;
  right: 0px;
  border: 2px solid var(--bs-secondary);
  border-radius: 15px;
}
.img-wrapper-custom::after {
  content: "";
  position: absolute;
  display: block;
  width: 25%;
  height: 25%;
  bottom: 0px;
  left: 0px;
  border: 2px solid var(--bs-secondary);
  border-radius: 15px;
}
.img-wrapper-custom img {
  position: relative;
  border-radius: 15px;
}
.about-ornament-1 {
  position: absolute;
  height: 500px;
  opacity: 0.05;
  top: 100px;
  right: 0;
  transform: scaleX(-1);
}
.custom-content-details {
  height: 100%;
  background: var(--bs-gray-50);
  padding: 30px;
  border-radius: 15px;
}
.custom-content-details .line {
  width: 100px;
  height: 2px;
  background: var(--bs-secondary);
  margin: 20px 0;
}
.section-background-custom.variant-1 {
  position: absolute;
  inset: 0;
}
.section-background-custom.variant-1 img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.025;
}
.nav-tabs-custom .nav-tabs {
  border-bottom: 2px solid var(--bs-gray-100);
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: center;
}
.nav-tabs-custom .nav-tabs .nav-link {
  border-radius: 0;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px !important;
  color: var(--bs-gray-500);
  text-wrap: nowrap;
  border-bottom: 3px solid transparent;
}
.nav-tabs-custom .nav-tabs .nav-link:hover {
  background: var(--bs-gray-50);
  color: var(--bs-primary);
}
.nav-tabs-custom .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 3px solid var(--bs-primary);
  background: var(--bs-gray-50);
  color: var(--bs-primary);
  font-weight: 600;
}
.nav-tabs-custom .tab-content {
  margin-top: 0;
  background: white;
  padding-bottom: 1.25rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.divider-shape-nilantara {
  height: 20px;
}
.cta-section-custom {
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
}
.cta-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.cta-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cta-section-custom .overlay {
  position: absolute;
  inset: 0;
  /* background: var(--bs-primary); */
  background: rgba(0, 0, 0, 0.75);
}
.cta-section-custom .sup-title {
  color: white;
  display: inline-block;
  margin-bottom: 20px;
}
.cta-section-custom .title {
  color: white;
  font-size: 30px;
  line-height: 1.25 !important;
}
.cta-section-custom .sub-title {
  color: var(--bs-secondary);
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.cta-section-custom .phone-visual {
  height: 400px;
  margin-top: -150px;
}
.cta-section-custom .phone-visual img {
  object-fit: contain;
  height: 100%;
}
.cta-section-custom .phone-icon {
  height: 100px;
  margin-top: -130px;
  margin-bottom: 1rem;
}
.cta-section-custom .phone-icon img {
  height: 100%;
  object-fit: contain;
}
.feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 25px;
  text-align: center;
  background: white;
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.feature-item .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.feature-item .header-content .icon {
  position: relative;
  min-width: 75px;
  width: 75px;
  height: 75px;
  background: var(--bs-secondary);
  background: linear-gradient(45deg, var(--bs-secondary) 0%, var(--bs-secondary-very-dark) 25%, var(--bs-secondary) 50%, var(--bs-secondary-very-dark) 75%, var(--bs-secondary) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  box-shadow: rgba(var(--bs-secondary-rgb), 0.5) 0px 8px 24px;
}
.feature-item .header-content .icon::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 1px solid var(--bs-secondary);
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.feature-item .header-content .icon img {
  height: 30px;
}
.feature-item .header-content .title {
  font-size: 25px;
  margin: 0;
  line-height: 1.25;
  font-weight: 600;
  color: var(--bs-dark);
}
.feature-item .line {
  min-width: 55px;
  width: 55px;
  height: 3px;
  margin-left: 10px;
  background: var(--bs-secondary);
}
.sertification-section-home {
  position: relative;
}
.sertification-section-home::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  background: var(--bs-gray-50);
}
.download-item {
  height: 100%;
  background: white;
  padding: 15px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid var(--bs-gray-100);
}
.download-item p {
  margin: 0;
}
.download-item .title {
  font-weight: 700;
  color: var(--bs-dark);
}
.download-item .size {
  margin-left: auto;
  font-size: 12px;
  color: var(--bs-gray-500);
}
.request-modal .modal-content {
  border-radius: 20px;
}
.request-modal .modal-header {
  align-items: start;
  justify-content: start;
  padding: 10px 20px;
  padding-right: 10px;
  border-bottom: 1px solid var(--bs-gray-100);
  gap: 20px;
}
.request-modal .modal-header .icon-wrapper {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: var(--bs-gray-100);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--bs-gray-300);
}
.request-modal .modal-header .modal-title {
  color: var(--bs-dark);
  line-height: 1;
  margin-bottom: 5px;
}
.request-modal .modal-header .modal-sub-title {
  color: var(--bs-gray-500);
  font-size: 12px;
  margin: 0;
}
.request-modal .modal-header .btn-close {
  position: relative;
  top: 0;
  right: unset;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
.request-modal .modal-header .btn-close:before {
  border-radius: 10px;
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
}
.request-modal .modal-body {
  padding: 20px;
}